@charset "UTF-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * HTML5  Boilerplate
 *
 ******************** normalize styles ********************
 */

html {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

fieldset, p {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

em {
    font-style: italic;
}

#fe_toolbar {
    display: none !important;
}

/* use inverted box model */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    letter-spacing: 0em;
    font-weight: 300;
    color: #121212;
    background-color: #ffffff;
}

body.no-scroll {
    position: fixed;
    overflow: hidden;
}

::-moz-selection {
    background: #1D1D1B;
    text-shadow: none;
}

::selection {
    background: #1D1D1B;
    text-shadow: none;
}

/**
 * grid system
 *
 *
 */
.grid-container {
    width: 100%;
    clear: both;
}

.grid-elm {
    vertical-align: top;
}

.grid-align-1-1 {
    width: 100%;
    display: inline-block;
}

.grid-align-1-2 {
    width: 100%;
    display: inline-block;
}

.grid-align-1-3 {
    width: 100%;
    display: inline-block;
}

.grid-align-2-3 {
    width: 100%;
    display: inline-block;
}

.grid-align-1-4 {
    width: 100%;
    display: inline-block;
}

.grid-align-3-4 {
    width: 100%;
    display: inline-block;
}

.grid-align-1-6 {
    width: 50%;
    display: inline-block;
}

.grid-align-5-6 {
    width: 100%;
    display: inline-block;
}

.grid-align-1-8 {
    width: 25%;
    display: inline-block;
}

.grid-align-3-8 {
    width: 50%;
    display: inline-block;
}

.grid-align-7-8 {
    width: 100%;
    display: inline-block;
}

.grid-offset {
    padding: 10px 10px;
}

.grid-offset.large {
    padding: 20px 20px;
}

.grid-offset.medium {
    padding: 15px 15px;
}

.grid-offset.small {
    padding: 5px 5px;
}

.grid-offset-top {
    padding-top: 10px;
}

.grid-offset-large-top {
    padding-top: 20px;
}

.grid-offset-larger-top {
    padding-top: 30px;
}

.grid-offset-medium-top {
    padding-top: 15px;
}

.grid-offset-small-top {
    padding-top: 5px;
}

.grid-offset-bottom {
    padding-bottom: 10px;
}

.grid-offset-large-bottom {
    padding-bottom: 20px;
}

.grid-offset-larger-bottom {
    padding-bottom: 30px;
}

.grid-offset-medium-bottom {
    padding-bottom: 15px;
}

.grid-offset-small-bottom {
    padding-bottom: 5px;
}

.grid-offset-left {
    padding-left: 10px;
}

.grid-offset-large-left {
    padding-left: 20px;
}

.grid-offset-larger-left {
    padding-left: 30px;
}

.grid-offset-medium-left {
    padding-left: 15px;
}

.grid-offset-small-left {
    padding-left: 5px;
}

.grid-offset-right {
    padding-right: 10px;
}

.grid-offset-large-right {
    padding-right: 20px;
}

.grid-offset-larger-right {
    padding-right: 30px;
}

.grid-offset-medium-right {
    padding-right: 15px;
}

.grid-offset-small-right {
    padding-right: 5px;
}


/**
 * globals
 *
 *
 */
.no-mobile {
    display: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}


.align-right {
    float: right;
}

.align-center {
    margin: 0 auto;
}

.align-left {
    float: left;
}

.show-on-tablet,
.show-on-desktop,
.show-on-screen {
    display: none;
}

.show-on-phone {
    display: inline-block;
}

#shadowbox_body {
    background-color: #009FE3 !important;
}

/**
 * layout 
 *
 *
 */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 20px 15px 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 999;
}

header.shadow {
    box-shadow: 0 0 5px #1D1D1B;
}

#logo {
    width: 160px;
}

header .header-right {
    display: flex;
}

header .header-right #contact {
    margin-right: 35px;
    opacity: 1;
}

header .short-news-container {
    width: 100%;
    margin: 0;
    font-size: 1.2em;
}

header .short-news-container:not(:empty) {
    margin-top: 15px;
}

#placeholder {
    width: 100%;
}

/* still loads navigation button, if weloveiconfonts.com is offline */
.entypo-menu:before {
    content: "\2630";
}

.entypo-cancel:before {
    content: "\2715";
}

.icon_send::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105\00a0";
}

.icon_send {
    position: absolute;
    top: 34px;
    text-align: center;
    left: 45.5%;
    color: #fff;
    font-size: 25px;
}

#contact,
#open-mobile-navigation {
    color: #121212;
    cursor: pointer;
    font-size: 1.8em;
}

.kontaktbanner {
    background-image: url('/images/content/slideshow/tmp1.jpg') !important;
}

#map {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.contactFormClass_text, .contactFormClass_textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

#contactDescription {
    margin-bottom: 30px;
}

#contact span,
#open-mobile-navigation span {
    display: table-cell;
    width: 28px;
}

#contact:hover,
#open-mobile-navigation:hover {
    color: #0072c1;
}

.icons {
    font-size: 45px;
    color: #0072c1;
}

.form-captcha {
    text-align: center !important;
}

.form-captcha label {
    display: none;
}

form #captcha {
    display: inline-block;
    width: auto;
}

section {
    height: auto;
    position: relative;
}

section article {
    height: auto;
    min-height: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}

section article.title {
    min-height: 230px;
    /*background-image: url('/images/content/slideshow/banner11.png');*/
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.c7n-google-maps iframe {
    width: 100%;
    height: 230px;
}

section article.image::before,
section article.slider .slides .slide::before,
section article.eyecatcher::before,
section article.title::before {
    height: 50%;
    width: 100%;
    content: "";
    z-index: 700;
    top: 0;
    left: 0;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,000000+100&0.4+0,0+100 */
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66222222', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

section article.title h1,
section article.title p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    z-index: 800;
    position: relative;
}

section article.title p {
    font-size: 1.5em;
    line-height: 1.2em;
}

section article.image img {
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}

section article.slider img {
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}

section article.slider .slides {
    display: block;
    height: 100%;
    width: 100%;
}

section article.slider .slides .slide img {
    display: none;
}

section article.slider .slides .slide {
    background-position: center;
    background-size: cover;
}

section article.slider .slide .label {
    display: block;
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    z-index: 800;
}

section article.slider .slide .label h2 {
    color: #ffffff;
    font-size: 2.5em;
    padding: 0 20px 10px 20px;
    margin: 0 auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
    word-break: break-word;
}

section article.slider .slide .label p {
    color: #ffffff;
    font-size: 1.8em;
    padding: 0 20px 30px 20px;
    margin: 0 auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    font-weight: 400;
    line-height: 1.3em;
    display: block;
}

section article.slider .pager {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 25%;
    height: 25px;
    text-align: right;
    text-align: center;
}

section article.slider .pager .slide-item {
    display: inline-block;
    line-height: 25px;
    padding: 0 4px;
    text-decoration: none;
}

section article.slider .pager .slide-item::before {
    content: "\f1db";
    content: "\f10c";
    content: "\f111";
    color: #ffffff;
    text-decoration: none;
    font-family: FontAwesome;
    font-size: 0.8em;
}

section article.slider .pager .slide-item.activeSlide::before,
section article.slider .pager .slide-item:hover::before {
    content: "\f111";
    color: #97989A;
    color: #0072c1;
    font-family: FontAwesome;
    text-decoration: none;
    font-size: 0.8em;
}

/* pager */

.cycle-pager-active {
    color: #0169AA !important;
}

.pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    overflow: hidden;
}

.pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: white;
    cursor: pointer;
}

.pager span.pager-active {
    color: #0169AA !important;
}

.pager > * {
    cursor: pointer;
}

section article.eyecatcher {
    height: 350px;
    width: 100%;
    display: block;
}

section article.eyecatcher img {
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}

section article.eyecatcher h1 {
    position: absolute;
    width: 100%;
    color: #ffffff;
    top: 20%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(34, 34, 34, 1);
    font-size: 3em;
}

section article.eyecatcher p {
    position: absolute;
    width: 100%;
    color: #ffffff;
    top: 50%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-weight: 400;
}

section article.box {
    background-color: rgba(151, 152, 154, 0.25);
    text-align: center;
    min-height: 250px;
}

section article.box.thumb {
    min-height: auto;
}

section article.box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

section article.box a img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

section article.box a:last-child img {
    margin-bottom: 0px;
}

section article.box.references a:hover:before {
    background-color: rgba(1, 105, 170, 1);
    color: #ffffff;
    content: "\f108";
    font-family: "FontAwesome", sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    left: 0;
    height: calc(100% - 20px);
    padding-top: 11%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 940;
}

section article.box.thumb a:hover:before {
    background-color: rgba(1, 105, 170, 1);
    color: #ffffff;
    content: "\f00e";
    font-family: "FontAwesome", sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    left: 0;
    height: 100%;
    padding-top: 25%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 940;
}

section article.box.references a:last-child:hover:before {
    height: 100%;
}

section article.box .icon {
    color: #0072c1;
    font-size: 2.8em;
    line-height: 1em;
    padding: 10px;
}

section article.box p.comment:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f10d\00a0\00a0";
    color: #0169AA;
}

section article.box p.comment {
    font-style: italic;
    font-size: 1.2em;
}

section article.box p.comment:after {
    font-family: 'FontAwesome', sans-serif;
    content: "\00a0\00a0\f10e";
    color: #0169AA;
}

section article.box p.company {
    color: #888888;
    font-size: 0.75em;
}

section article.box.link:hover,
section article.box.link:hover a,
section article.box.link:hover .comment,
section article.box.link:hover .comment:before,
section article.box.link:hover .comment:after,
section article.box.link:hover .company,
section article.box.link:hover .icon,
section article.box.link:hover .icons {
    background-color: #0072c1;
    color: #ffffff;
    cursor: pointer;
    border-color: #ffffff;
}

section article.border {
    border: 2px solid #f1f1f1;
    text-align: center;
    width: 100%;
}

section article.border:hover,
section article.border.reference:hover {
    cursor: pointer;
    border-color: #383838;
}

section article.border.reference {
    border: 2px solid #f1f1f1;
    text-align: center;
    min-height: 250px;
    width: 100%;
    min-height: 180px;
}

#title {
    height: 0px;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 114, 193, .79);
    bottom: 0;
    text-align: center;
    display: none;
    z-index: 700;
    height: auto;
    cursor: pointer;
}

#title h1 {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px 20px 20px 20px;
}

#title #scroll-down {
    background-color: rgba(0, 114, 193, .79);
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    left: 50%;
    line-height: 35px;
    position: absolute;
    top: -30px;
    width: 65px;
    content: '\f077';
    font-family: 'fontAwesome', serif;
    font-size: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer {
    height: auto;
    opacity: 0;
    background-color: #222222;
    color: #bdbdbd;
    font-size: 0.9em;
}

footer #imprint {
    background-color: #121212;
    font-size: 0.9em;
    color: #5f5f5f;
}

footer .imprint,
footer .social {
    text-align: center;
}

footer .social {
    font-size: 2em;
}

footer .social a {
    padding-right: 10px;
    font-size: 19.88px !important;
}

footer .lang {
    text-align: center;
    padding: 0 10px;
}

footer .lang a {
    padding: 0 10px;
    display: inline-block;
}

footer .lang a.active {
    color: #ffffff;
}

/**
 * containers
 *
 *
 */

#pin,
#headline {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 140px;
    height: 140px;
    display: table-cell;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    z-index: 900;
    opacity: 0;
    overflow: hidden;
}

#pin a,
#headline a {
    display: block;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    writing-mode: lr-tb;
    width: 255px;
    height: 255px;
    background-color: rgba(34, 34, 34, .68);
    position: absolute;
    right: -148px;
    top: -148px;
    padding: 195px 0 0 0;
}

#pin a:hover,
#headline a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(29, 156, 153);
}

/**
 * elements / fonts 
 *
 *
 */
h1 {
    font-size: 2.2em;
    line-height: 1.3em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    /* font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-weight: 600;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
}

section article.image h2 {
    display: none;
}

h3 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
    /* font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0.5em;
}

a {
    color: rgb(29, 156, 153);
}

a,
a:link,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

a.more:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105\00a0"
}

.title a {
    color: #383838;
}

#content a {
}

#content aside a,
#content .border a,
#content .box a {
}

footer a {
    color: #757575;
}

footer #imprint a {
    color: #5f5f5f;
}

a:hover {
    color: rgb(116, 185, 76);
    text-decoration: underline;
    cursor: pointer;
}

.title a:hover {
    color: #383838;
}

#content .box:hover a,
#content .box a:hover,
#content .reference:hover a,
#content .reference a:hover {
    text-decoration: none;
    font-weight: 400;
}

#content .reference:hover a,
#content .reference a:hover {
    color: #383838;
}


footer a:hover,
footer #imprint a:hover {
    color: #ffffff;
    text-decoration: none;
}

a.button {
    color: #ffffff;
    background-color: #0072c1;
    font-weight: 400;
    display: inline-block;
    padding: 8px 20px;
    width: auto;
    margin: 0 20px 20px 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

a.button.invert {
    color: #0072c1;
    background-color: transparent;
    border: 1px solid #0072c1;
    font-weight: 500;
}

a.button.more:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105\00a0"
}

a.button:hover {
    background-color: rgba(34, 92, 138, 0.8);
    text-decoration: none;
}

.contactFormClass_button {
    background-color: #0072c1;
    min-width: 180px;
    padding: 20px !important;
    outline: none;
    margin: 20px 10px;
    color: #ffffff;
    border: 0;
    width: auto;
    text-transform: uppercase;
    /* font-size: 20px; */
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
}

#social {
    text-align: left;
}

#social a {
    font-size: 1em;
    color: rgba(151, 152, 154, .5);
    border: 1px solid rgba(151, 152, 154, .5);
    display: inline-block;
    padding: 3px 3px 3px 2px;
    width: 23px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome !important;
}

#social a:hover {
    color: rgba(151, 152, 154, 1);
    text-decoration: none;
    border: 1px solid rgba(151, 152, 154, 1);
}

#social span {
    font-size: 0.8em;
    padding: 0px 10px 0 0;
    color: rgba(151, 152, 154, 1);
    min-width: 70px;
    display: inline-block;
}

strong {
    font-weight: bold;
}

del {
    color: #ff0000;
    text-decoration: line-through;
}

img {
    height: auto;
    width: auto;
    display: inline-block;
    max-width: 100%;
    /*max-height: 100%;*/
    vertical-align: middle;
}


.content-template img {
    width: 100%;
}


p {
    padding: 0 0 20px 0;
}

hr {
    border: 0;
    width: 100%;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}

ul { /* empty */
}

ul li {
    list-style: none;
    position: relative;
}

ul li:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105\00a0";
    position: absolute;
    left: -15px;
    color: #0072c1;
}

table {
    width: 100%;
    padding: 0;
    margin: 0;
}

table tr:nth-child(even) {
    background-color: transparent;
}

table tr:nth-child(odd) {
    background-color: rgba(151, 152, 154, 0.25);
}

table tr th {
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid rgba(151, 152, 154, 0.25);
    background-color: rgba(151, 152, 154, 0.25);
    text-align: left;
}

table tr th a {
    color: #000000;
}


table tr td {
    padding: 10px;
}


/**
 * forms
 *
 *
 */

footer input.newsletter[type="submit"] {
    margin: 0 !important;
    vertical-align: top !important;
    width: auto;
    font-size: 25px;
    color: #737373 !important;
}

footer input.newsletter[type="text"] {
    height: 40px;
    border: 1px solid #757575;
    background-color: #222222;
    color: #757575;
    padding-left: 10px;
}

footer input.newsletter[type="submit"] {
    font-family: 'FontAwesome', sans-serif;
    background-color: #222222;
    border: 1px solid #757575;
    color: #222222;
    font-weight: 400;
    min-width: 38px;
    height: 40px;
    padding: 0 15px;
}

footer input.newsletter[type="text"] {
    width: 90% !important;
}

.topfooter input.newsletter {
    padding: 0 15px;
}

input[type="submit"], input[type="button"], input[type="reset"], footer input.newsletter[type="text"], .forsearch, select, select.form-control {
    outline: none;
}

input[type="reset"] {
    display: none;
}

.navsearch {
    padding: 8px 20px;
    margin-bottom: 30px;
    position: relative;
}

.forsearch {
    background-color: rgba(34, 34, 34, .07);
    border: 1px solid #737373;
    padding-left: 10px;
    color: #737373;
    padding-right: 35px;
    /* font-family: "roboto",sans-serif; */
    font-size: 16px;
}

.fosearch input.newsletter:-ms-input-placeholder {
    color: #737373;
}

.navsearch .fa-search {
    position: absolute;
    top: 18px;
    right: 34px;
    color: #bdbdbd;
}

.offer a:hover {
    text-decoration: none;
}

.offer a:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105\00a0";
}

.offer a {
    text-transform: uppercase;
    color: #ffffff;
    background: #0072c1;
    padding: 15px 30px 15px 30px;
    float: left;
    outline: none;
    text-align: center;
    /*font-size: 20px;*/
    cursor: pointer;
    z-index: 9;
    position: relative;
    font-weight: normal;
}

.offer {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.offer a:before {
    font-size: 23px;
}

#news-teaser-text {
    padding: 15px 0;
}

#news-date {
    font-style: italic;
    font-size: 0.9em;
}

#news {
    padding: 0px 15px;
}

/**
 ******************** media queries :: tablet screen view ********************
 *
 *
 */
@media only screen and (min-width: 768px) {
    /**
     * grid system
     *
     *
     */
    .grid-container { /* empty */
    }

    .grid-elm { /* empty */
    }

    .grid-align-1-1 {
        width: 100%;
        display: inline-block;
    }

    .grid-align-1-2 {
        width: 100%;
        display: inline-block;
    }

    .grid-align-1-3 {
        width: 50%;
        display: inline-block;
    }

    .grid-container .grid-align-1-3:nth-child(4n) {
        width: 100%;
        display: inline-block;
    }

    aside.grid-align-1-3 {
        width: 100%;
        display: inline-block;
    }

    aside.grid-align-1-3 .grid-elm.grid-align-1-1 {
        width: 50%;
        display: inline-block;
    }

    .content-template .grid-elm.grid-align-1-2 {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .grid-align-2-3 {
        width: 100%;
        display: inline-block;
    }

    .grid-align-1-4 {
        width: 50%;
        display: inline-block;
    }

    .grid-align-3-4 {
        width: 100%;
        display: inline-block;
    }

    .grid-align-1-6 {
        width: 25%;
        display: inline-block;
    }

    .grid-align-5-6 {
        width: 100%;
        display: inline-block;
    }

    .grid-align-1-8 {
        width: 16.66%;
        display: inline-block;
    }

    .grid-align-3-8 {
        width: 50%;
        display: inline-block;
    }

    .grid-align-7-8 {
        width: 100%;
        display: inline-block;
    }

    .grid-offset {
        padding: 15px;
    }

    .grid-offset.large {
        padding: 30px 30px;
    }

    .grid-offset.larger {
        padding: 45px 45px;
    }

    .grid-offset.medium {
        padding: 23px 23px;
    }

    .grid-offset.small {
        padding: 8px 8px;
    }

    .grid-offset-top {
        padding-top: 15px;
    }

    .grid-offset-large-top {
        padding-top: 30px;
    }

    .grid-offset-larger-top {
        padding-top: 45px;
    }

    .grid-offset-medium-top {
        padding-top: 15px;
    }

    .grid-offset-small-top {
        padding-top: 8px;
    }

    .grid-offset-bottom {
        padding-bottom: 15px;
    }

    .grid-offset-large-bottom {
        padding-bottom: 30px;
    }

    .grid-offset-larger-bottom {
        padding-bottom: 45px;
    }

    .grid-offset-medium-bottom {
        padding-bottom: 15px;
    }

    .grid-offset-small-bottom {
        padding-bottom: 8px;
    }

    .grid-offset-left {
        padding-left: 15px;
    }

    .grid-offset-large-left {
        padding-left: 30px;
    }

    .grid-offset-larger-left {
        padding-left: 45px;
    }

    .grid-offset-medium-left {
        padding-left: 15px;
    }

    .grid-offset-small-left {
        padding-left: 5px;
    }

    .grid-offset-right {
        padding-right: 15px;
    }

    .grid-offset-large-right {
        padding-right: 30px;
    }

    .grid-offset-larger-right {
        padding-right: 45px;
    }

    .grid-offset-medium-right {
        padding-right: 23px;
    }

    .grid-offset-small-right {
        padding-right: 8px;
    }

    /**
     * globals
     *
     *
     */
    .show-on-phone,
    .show-on-screen {
        display: none;
    }

    .show-on-tablet {
        display: inline-block;
    }

    /**
     * layout 
     *
     *
     */
    body {
        font-size: 16px;
    }

    #logo {
        width: 210px;
    }

    section article.eyecatcher {
        height: 450px;
    }

    #pin,
    #headline {
        width: 160px;
        height: 160px;
    }

    #pin a,
    #headline a {
        width: 255px;
        height: 255px;
        right: -138px;
        top: -138px;
        padding: 190px 0 0 0;
    }

    section article.title {
        min-height: 280px;
    }

    .c7n-google-maps iframe {
        height: 280px;
    }


    section article.image img {
        margin: 0 auto;
    }

    section article.box {
        min-height: 290px;
        min-height: 250px;
    }

    .content-template {
        overflow: hidden;
    }

    .content-template .grid-elm:first-child {
        padding-right: 20px;
    }

    .content-template .grid-elm:last-child {
        padding-left: 20px;
    }


    footer .imprint,
    footer .social {
        width: 100%;
    }

    /**
     * containers
     *
     *
     */
    #title h1 {
        line-height: 100px;
        font-size: 1.8em;
        padding: 0px 30px;
    }

    section article.slider .slide .label {
        top: 33%;
    }

    section article.slider .slide .label h2 {
        font-size: 3em;
        padding: 0 30px 15px 30px;
    }

    section article.slider .slide .label p {
        font-size: 1.8em;
        padding: 0 30px 45px 30px;
    }

    /**
     * elements / fonts 
     *
     *
     */
    a.button {
        min-width: 150px;
    }

    .content-template h2:first-child {
        margin-top: 0;
    }

    /**
     * forms
     *
     *
     */
    footer input.newsletter[type="text"] {
        border-bottom: 1px solid #757575;
        border-right: 0px;
        width: 80% !important;
    }

    footer input.newsletter[type="submit"] {
        margin: 0;
        vertical-align: top;
        color: #737373 !important;
    }
}


/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media screen and (min-width: 992px) {
    /**
     * grid system
     *
     *
     */
    .grid-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .grid-elm { /* empty */
    }

    .grid-align-1-1 {
        width: 100%;
        display: inline-block;
    }

    .grid-align-1-2 {
        width: 50%;
        display: inline-block;
    }

    .grid-align-1-3 {
        width: 33.33%;
        display: inline-block;
    }

    .grid-container .grid-align-1-3:nth-child(4n) {
        width: 33.33%;
        display: inline-block;
    }

    aside.grid-align-1-3 .grid-elm.grid-align-1-1 {
        width: 100%;
        display: inline-block;
    }

    aside.grid-align-1-3 {
        width: 33.33%;
        display: inline-block;
    }

    .grid-align-2-3 {
        width: 66.66%;
        display: inline-block;
    }

    .grid-align-1-4 {
        width: 25%;
        display: inline-block;
    }

    .grid-align-3-4 {
        width: 75%;
        display: inline-block;
    }

    .grid-align-1-6 {
        width: 16.66%;
        display: inline-block;
    }

    .grid-align-5-6 {
        width: 83.33%;
        display: inline-block;
    }

    .grid-align-1-8 {
        width: 12.5%;
        display: inline-block;
    }

    .grid-align-3-8 {
        width: 37.5%;
        display: inline-block;
    }

    .grid-align-7-8 {
        width: 87.5%;
        display: inline-block;
    }


    .grid-offset {
        padding: 20px;
    }

    .grid-offset.large {
        padding: 40px 40px;
    }

    .grid-offset.larger {
        padding: 60px 60px;
    }

    .grid-offset.medium {
        padding: 30px 30px;
    }

    .grid-offset.small {
        padding: 10px 10px;
    }

    .grid-offset-top {
        padding-top: 20px;
    }

    .grid-offset-large-top {
        padding-top: 40px;
    }

    .grid-offset-larger-top {
        padding-top: 60px;
    }

    .grid-offset-medium-top {
        padding-top: 15px;
    }

    .grid-offset-small-top {
        padding-top: 10px;
    }

    .grid-offset-bottom {
        padding-bottom: 20px;
    }

    .grid-offset-large-bottom {
        padding-bottom: 40px;
    }

    .grid-offset-larger-bottom {
        padding-bottom: 60px;
    }

    .grid-offset-medium-bottom {
        padding-bottom: 15px;
    }

    .grid-offset-small-bottom {
        padding-bottom: 10px;
    }

    .grid-offset-left {
        padding-left: 20px;
    }

    .grid-offset-large-left {
        padding-left: 40px;
    }

    .grid-offset-larger-left {
        padding-left: 60px;
    }

    .grid-offset-medium-left {
        padding-left: 30px;
    }

    .grid-offset-small-left {
        padding-left: 10px;
    }

    .grid-offset-right {
        padding-right: 20px;
    }

    .grid-offset-large-right {
        padding-right: 40px;
    }

    .grid-offset-larger-right {
        padding-right: 60px;
    }

    .grid-offset-medium-right {
        padding-right: 30px;
    }

    .grid-offset-small-right {
        padding-right: 10px;
    }

    /**
     * globals
     *
     *
     */
    .show-on-phone,
    .show-on-tablet {
        display: none;
    }

    .show-on-screen {
        display: inline-block;
    }

    /**
     * layout 
     *
     *
     */
    body {
        font-size: 18px;
    }

    section article.eyecatcher {
        height: 550px;
    }

    #pin,
    #headline {
        width: 180px;
        height: 180px;
    }

    #pin a,
    #headline a {
        width: 255px;
        height: 255px;
        right: -128px;
        top: -128px;
        padding: 180px 0 0 10px;
    }

    section article.title {
        min-height: 330px;
    }

    .c7n-google-maps iframe {
        height: 330px;
    }

    section article.eyecatcher h1 {
        max-width: 900px;
        left: 50%;
        margin-left: -450px;
    }

    section article.eyecatcher p {
        max-width: 900px;
        margin-left: -450px;
        left: 50%;
    }

    section article.box {
        min-height: 330px;
        min-height: 280px;
    }

    #title h1 {
        line-height: 114px;
        font-size: 2em;
        padding: 0px 40px;
    }

    section article.slider .slide .label {
        top: 50%;
    }

    section article.slider .slide .label h2 {
        font-size: 3.5em;
        max-width: 1000px;
        padding: 0 40px 20px 40px;
    }

    section article.slider .slide .label p {
        font-size: 2em;
        padding: 0 40px 60px 40px;
        max-width: 1000px;
    }

    footer {
        min-height: 250px;
    }

    footer .imprint {
        width: 66.66%;
        text-align: left;
    }

    footer .social {
        width: 33.33%;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    footer input.newsletter[type="text"] {
        width: 80% !important;
    }

    .contactFormClass_button {
        margin: 0 auto;
        top: 35px !important;
        float: left;
        width: 100%;
        right: 32px;
        left: initial !important;
        font-size: 19px !important;
    }
}


/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media only screen and (min-width: 1400px) {
    header {
        padding: 15px 40px 15px 40px;
    }

    #logo {
        order: 1 !important;
        width: 170px;
    }

    header .short-news-container {
        order: 2 !important;
        width: 66%;
        margin: 0;
        font-size: 1.1em;
    }
    header .short-news-container:not(:empty) {
        margin: 0;
    }

    header .header-right {
        order: 3 !important;
    }
}


/*
 ******************** helper classes ********************
 *
 *
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /**text-indent: -9999px;*/
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}