@import url(font-awesome.min.css);

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.05.2017, 11:03:07
    Author     : Malte
*/

#menu_mobile, 
.geschaeftsfelder .title, 
.impressum .title {
    display: none;
}

#header {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 115px;
}

#header-back {
    z-index:100;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #ffffff;
    position: fixed;
    position: sticky;
    line-height: 0;
    border-bottom: 1px solid #0f75bb;
}

#logo {
    float: left;
    padding-right: 1em;
    line-height: 0;
    height: 100%;
}

#logo a {
    padding: 0;
    margin: auto;
    display: block;
    line-height: 0;
    height: 100%;
    width: auto; 
    text-align: center;
}

#logo img {
    height: 100%;
    width: auto; 
}

#container-nav {
    float: left;
}

#select-lang {
    float: right;
    display: block;
    height: 80px;
}

#select-lang a {
    float: left;
    display: block;
    margin: .4em;
    margin-top: 15%;
    width: 40px;
    height: 24px;
}

#box4,#box6 {
    color: #ffffff;
}

#box1,#box2,#box3,#box5,#box7 {
    color: #373737;
}

#box1 {
    background: 
        linear-gradient(
        rgba(255, 255, 255, 0.6), 
        rgba(255, 255, 255, 0.6)
        ), 
        url(../img/background_layer3.jpg) top center no-repeat;
}

#box2 {
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0.45), 
        rgba(0, 0, 0, 0.45)
        ), 
        url(../img/background_layer2.jpg) bottom right no-repeat;
}

#box3 {
    background: 
        linear-gradient(
        rgba(255, 255, 255, 0.6), 
        rgba(255, 255, 255, 0.6)
        ), 
        url(../img/background_layer1.jpg) top left no-repeat;
}

#box4 {
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0.7), 
        rgba(0, 0, 0, 0.7)
        ), 
        url(../img/background_layer4.jpg) top center no-repeat;
}

#box5 {
    background: 
        linear-gradient(
        rgba(255, 255, 255, 0.7), 
        rgba(255, 255, 255, 0.7)
        ), 
        url(../img/background_layer5.jpg) top left no-repeat;
}

#box6 {
    background: 
        linear-gradient(
        rgba(0, 0, 0, 0.6), 
        rgba(0, 0, 0, 0.6)
        ), 
        url(../img/background_layer6.jpg) bottom right no-repeat;
}


#box7 {
    background: 
        linear-gradient(
        rgba(255, 255, 255, 0.6), 
        rgba(255, 255, 255, 0.6)
        ), 
        url(../img/background_layer7.jpg) top left no-repeat;
}


#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8 {
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}

.content {
    padding: 3% 20%;
    width: 60%;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.5em;
}

.green {
    color: #59a302;
}
.blue {
    color: #3aa1e8;
}

td.mail {
    color: #1281cd;
}

.lightblue {
    color: #79bbe8;
}

noscript {
    color: red;
    background: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
    width: 80%;
    padding: 3% 20%;
    text-shadow: none;
}

.content p, .content li {
    padding-bottom: 1em;
}

table.owner {
    text-align: center;
    width: 100%;
}

h3 {
    letter-spacing: 1px;
    padding-bottom: .3em;
}

table.owner td {
    vertical-align: top;
}

table.owner td:first-child {
    text-align: right;
    padding-right: 1%;
    width: 50%;
}

table.owner td:last-child {
    text-align: left;
    padding-left: 1%;
    width: 50%;
}

.organisation li {
    list-style-position: inside;
    list-style-type: none;
    padding: 1.1em 1.5em 1.1em 1.5em;
    margin-bottom: 1em !important;
    border: 2px solid #0f75bb;
    border-left: 2px solid #60bce7;
    border-top: 2px solid #cee5f0;
    font-size: .9em !important;
    background: rgba(255,255,255,.85);
    line-height: 1.4em;
    border-radius: .5em;
    overflow: hidden;

}

.organisation li strong {
    font-size: 1.1em !important;
}

.organisation li table td {
    vertical-align: top;
}

.organisation li table td:first-child {
    text-align: right;
    padding-right: 1em;
}

.organisation li table {
    border-top: 1px solid #0f75bb;
    padding-top: .5em;
    margin-top: .5em;
    float: left;
    width: 100%;
    padding-left: 10%;
    margin-right: 0;
    /*    background: red;*/
}

.organisation li table a:link, 
.organisation li table a:visited, 
.kontakt a {
    text-transform: none;
    color: #0f75bb;
    display: inline;
}

.organisation li table a:hover, 
.organisation li table a:active {
    color: #59a302;
}

.organisation li span {
    display: block;
}

h1 {
    font-size: 1.5em;
    margin: 0px;
    margin-bottom: .5em;
    text-align: left;
}

.two-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}

.two-cols li {
    margin: 0;
    margin-left: 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.two-cols p {
    /*    margin: 0;
        padding: 0;*/
}

.two-cols p {
    /*    color: red;*/
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;

}

.parallax {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
}

body, html {
    overflow: hidden;
}

body {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

* {
    margin:0;
    padding:0;
}

a:link, a:visited {
    display: inline;
    width: auto;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    color: #0f75bb;
}

.box a:link, 
.box a:visited {
    text-transform: none;
}

.box {
    border-bottom: 1px solid #0f75bb;
}

#gmaps {
    border: 2px solid #ffffff;
    border-radius: 4px;
    height: 450px;
    display: block;
}

#menu_mobile {
    display: none;
}

#menu_mobile ul li a {
    display: block;
    line-height: 2em;
    height: 2em;
    font-size: 1em;
    text-align: center;
    border-bottom: 1px solid #29a8e0;
    color: #29a8e0;
}

#menu_mobile ul li {
    list-style-type: none;
}

#menu_mobile ul li.li-menu-mobile-active a {
    color: #59a302;
}

/********** Contact **************/

#div-domain label {
    visibility: hidden;
}
#div-domain {
    float: right;
    width: 1px;
    height: 1px;
}

#div-domain input, #div-domain input:hover, #div-domain input:focus, #div-domain input:active {
    border: 0;
    border-radius: 0;
    outline: 0;
    background: none;
    height: 0;
}

.kontakt ul li {
    list-style-type: none;
}

#error-hints {
    border: 2px solid red;
    border-radius: .5em;
    background: rgba(255,255,255,1);
    display: block;
    color: red;
    padding: 1em 1em 1em 2em;
}

#error-hints li {
    padding-bottom: 0;
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
}

#mail-sent {
    border: 2px solid #59a302;
    border-radius: .5em;
    background: rgba(255,255,255,1);
    color: #59a302;
    padding: 1em 1em 1em 2em;
    margin-bottom: 1em;
}



form .field {
    margin: 0 0 1.5em 0;
    width: 98%;
}

form .field.half {
    float: left;
    width: 47%;
    padding-left: 2%;
}

form .field.half.first {
    padding-left: 0;
    padding-right: 2%;
}

form > .actions {
    margin: 1.875rem 0 0 0 !important;
}

.actions li {
    padding-bottom: 0;
}

label {
    color: #ffffff;
    display: block;
    font-size: .9em;
    font-weight: 200;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
}

.kontakt input, .kontakt textarea {
    font-size: 1.1em !important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: inherit;
}

.kontakt .content span {
    display: inline-block;
    text-align: left !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: rgba(23,26,30,.5);
    border-radius: 4px;
    border: solid 1px #ffffff;
    color: inherit;
    display: block;
    outline: 0;
    text-decoration: none;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    background: rgba(255, 255, 255, 0.075);
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

select option {
    background: #1b1f22;
    color: #ffffff;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

.select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.select-wrapper:before {
    color: #ffffff;
    content: '\f107';
    display: block;
    height: 2.75rem;
    line-height: calc(2.75rem + 0em);
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75rem;
}

.select-wrapper select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2.75rem;
}

textarea {
    padding: 1%;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -4em;
    opacity: 0;
    width: 2em;
    z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-transform: none;
    font-weight: 300;
    margin: 0 0 0.5em 0;
    padding-left: 2.65em;
    padding-right: 0.75em;
    position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-radius: 4px;
    border: solid 1px #ffffff;
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: calc(1.58125rem + 0em);
    position: absolute;
    text-align: center;
    top: -0.125em;
    width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #1b1f22;
    content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    background: rgba(255, 255, 255, 0.075);
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

input[type="checkbox"] + label:before {
    border-radius: 4px;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

input[type="checkbox"].error + label:before {
    border-color: #EE5757;
}


::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

.formerize-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    height: 2.75em;
    letter-spacing: 0.2rem;
    line-height: 2.75rem;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 49%;
    float: left;
}

#send-button {
    margin-right: 1%
}

#reset-button {
    margin-left: 1%
}

input.error, textarea.error {
    border: 1px solid #EE5757;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: rgba(255, 255, 255, 0.175);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    display: block;
    margin: 0 0 1rem 0;
    width: 100%;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
    background-color: #ffffff;
    color: #1b1f22 !important;
    font-weight: 600;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    cursor: default;
    opacity: 0.25;
}

.cc_container .cc_btn {
    background-color: #e4e4e4 !important; /* Farbe des Buttons */
    color: #000 !important; /* Textfarbe des Buttons */
}

.cc_container {
    background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
    color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
    color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}

.businesscards-one-col {
    display: none;
}

@media screen and (max-width: 1450px) {
    .content {
        padding: 3% 15%;
        width: 70%;
    }
}

@media screen and (max-width: 1250px) {
    .content {
        padding: 3% 10%;
        width: 80%;
    }
}

@media screen and (max-width: 1050px) {

    .organisation li table {
        padding-top: .5em;
        float: left;
        width: 100%;
        padding-left: 0%;
        margin-right: 0;
    }

    .buttonlabel {
        margin-left: .4em;
        margin-right: .4em;
    }
    #menu_horizontal a, 
    .content {
        font-size: 1em;
        line-height: 1.5em;
    }
    #select-lang {
        float: right;
        display: block;
        height: 60px;
    }
    #select-lang a {
        width: 30px;
        height: 18px;
        margin: .2em;
        padding: 0;
        margin-top: 20%;
    }
    #select-lang a img {
        width: 30px;
        height: 18px;
    }

    .content {
        width: 80%;
        padding: 3% 10%;
    }
}

@media screen and (max-width: 970px) {

    .organisation .title, 
    .geschaeftsfelder .title, 
    .impressum .title {
        display: block;
    }

    #select-lang a:last-child {
        margin-right: 0;
    }

    #menu_horizontal {
        display: none;
    }

    #header {
        width: 90%;
        background: #ffffff;
    }

    .content {
        width: 90%;
        padding: 3% 5%;
    }

    #menu_button_mobile, #logo, #container-nav {
        padding: 0;
        margin: 0;
    }
    #menu_button_mobile {
        width: 20%;
    }
    #menu_button_mobile a {
        position: relative;
        display: block;
        width: inherit;
        min-width: 30px;

    }
    #logo {
        width: 50%;
    }
    #container-nav {
        width: 30%;
    }

    /*    #menu_mobile {
            background: yellow;
        }
        #logo {
            background: green;
        }
        #container-nav {
            background: blue;
        }*/

    .btn { 
        position: relative;         
        margin-top: 0; 
        height: 28px; 
        width: 36px;  
    }
    #mobile-menu:before { 
        border-bottom: 10px double #29a8e0;
        border-top: 3px solid #29a8e0;
        content:"";
        height: 4px;
        position: absolute;
        right:3px;
        top: 6px;
        width:30px;
    }

    #mobile-menu:hover:before {
        border-bottom: 10px double #0f75bb;
        border-top: 3px solid #0f75bb;
    }


    #menu_button_mobile {
        float: left; 
        overflow: hidden;
        display: block;
        left: 5%;
        height: 50px;
        top: 0;
        padding-top: 2em;
    }

    #menu_mobile {
        position: absolute;
        width: 100%;
        min-height: 50px;
        overflow: auto;
        background: #ffffff;
        left: 0;
        top: 126px;
    }

    .two-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 3em;
        -moz-column-gap: 3em;
        column-gap: 3em;
    }

    .organisation .two-cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3em;
        -moz-column-gap: 3em;
        column-gap: 3em;
    }

}

@media screen and (max-width: 736px) {
    .organisation .two-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .organisation li span {
        font-size: 1.2em;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 550px) {
    #select-lang {
        margin-top: .5em;
    }
    #select-lang a {
        float: none;
        padding-bottom: .5em;
    }
    #menu_button_mobile {
        width: 20%;
    }
    #logo {
        width: 50%;
    }
    #container-nav {
        width: 30%;
    }
    form .field.half {
        float: left;
        width: 96%;
        padding: 0;
    }

    form .field.half.first {
        padding: 0;
    }

}

@media screen and (max-width: 450px) {

    #menu_button_mobile {
        width: 17%;
    }
    #logo {
        width: 68%;
    }
    #container-nav {
        width: 15%;
    }

    #logo img {
        height: 100px;
        margin-top: 7px;
        width: auto;
    }
}

#ie11-container {
    display: none;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, #ie11-container { 
        display: block;
        height: 125px;
        display: block;
    } /* IE11 */
}

.headline-full-width {
    padding-bottom: 0;
}

.below-headline {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.businesscards li {
    margin-left: 0;
}

.businesscards span {
    text-align: left;
    display: block;
    overflow: hidden;
}

.businesscards img {
    float: right;
    height: 150px;
    width: auto;
    border-radius: 4px;
    border: 1px solid #cecece;
    border-right: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    margin: 0 0 .7em .5em;
}

#logo-platzhalter {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 1.2em;
    color: #646464;
}

#logo-platzhalter img {

    width: 50%;
    min-width: 300px;
    max-width: 773px;
    height: auto;

}