/*
Theme Name: Klaus Stein
Author: Finn Priebe
Author URI: http://www.finnpriebe.de
*/

/*
Türkis: #00A5C4; Gelb: #FFE100;
*/

/* –––– Font-Definitionen –––– */

@font-face {
    font-family: 'chivo_light';
    src: url('Fonts/Chivo-Light.eot');
    src: url('Fonts/Chivo-Light.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Chivo-Light.woff') format('woff'),
         url('Fonts/Chivo-Light.woff2') format('woff2'),
         url('Fonts/Chivo-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chivo_bold';
    src: url('Fonts/Chivo-Bold.eot');
    src: url('Fonts/Chivo-Bold.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Chivo-Bold.woff') format('woff'),
         url('Fonts/Chivo-Bold.woff2') format('woff2'),
         url('Fonts/Chivo-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* –––– Ende: Font-Definitionen –––– */

/* –––– Spalten –––– */

html, body {
    margin: 0px;
    width: 100%;
}

#content {
    top: 0px;
    position: absolute;
    width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 1200px;
}

.columnWrapper {
    position: relative;
    width: 100%;
}

.halfCol {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.halfCol1 {
    padding: 0px 25px 0px 0px;
}

.halfCol2 {
    padding: 0px 0px 0px 25px;
}

.thirdCol {
    position: relative;
    width: 33.3%;
    box-sizing: border-box;
    float: left;
}

.thirdCol1 {
    padding: 0px 25px 0px 0px;
}

.thirdCol2 {
    padding: 0px 25px 0px 25px;
}

.thirdCol3 {
    padding: 0px 0px 0px 25px;
}

.sixtyPercentCol {
    position: relative;
    width: 60%;
    box-sizing: border-box;
    float: left;
}

.sixtyPercentCol1 {
    padding: 0px 25px 0px 0px;
}

.sixtyPercentCol2 {
    padding: 0px 0px 0px 25px;
}

.twoCSS3Colums {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
}

.threeCSS3Colums {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
}

/* –––– Ende: Spalten –––– */

/* –––– Schrift –––– */

h2 {
    font-family: 'chivo_bold', sans-serif;
    font-size: 2.1em;
    line-height: 1.1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 span {
    font-size: 0.48em;
}

h3, .h3 {
    font-family: 'chivo_light', sans-serif;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: normal;
}

p, ul {
    font-family: 'chivo_light', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
}

/* –––– Ende: Schrift –––– */

/* –––– Transition –––– */

.trans1 {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.trans2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.noTrans {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* –––– Ende: Transition –––– */

/* –––– Sonstiges –––– */

.clear {
    clear: both;
}

a {
    color: inherit;
}

.jumpAnchor {
    position: relative;
    top: -200px;
    background-color: green;
    display: block;
}

.highlight {
    font-family: 'chivo_bold';
    color: #00A5C4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    border: none;
    border-bottom: solid 15px #FFE100;
    width: 90px;
    margin: 60px 0px 55px -45px;
}

.onlySmartphoneBlock, .onlySmartphoneInlineBlock, .onlyTablet {
    display: none;
}

.noColBreak {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.point {
    width: 10px;
    height: 10px;
    background-color: #00A5C4;
    border-radius: 5px;
}

.squareImg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.squareImg::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

ul {
    list-style-image: url(Bilder/BP.png);
    padding-left: 13px;
}

ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#cookieMsg {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #00a5c4;
    z-index: 90;
    left: 0;
}

#cookieMsg p {
    color: white;
    position: absolute;
    margin: 0;
    top: 12px;
}

#cookieMsg span {
    text-decoration: underline;
    cursor: pointer;
}

.li {
    box-sizing: border-box;
    padding-left: 10px;
    display: inline-block;
}

.li::before {
    content: url(Bilder/BP.png);
    position: relative;
    left: -10px;
    display: inline-block;
}

/* –––– Ende: Sonstiges –––– */

/* –––– Navigation –––– */

#header {
    position: fixed;
    width: 100%;
    background-color: white;
    height: 100px;
    z-index: 50;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    overflow: hidden;
}

#header .maxWidth {
    height: 100%;
}

#logo {
    position: absolute;
    height: 50%;
    top: 25%;
    width: auto;
}

#logoWithoutClaim {
    position: absolute;
    height: 40%;
    top: 25%;
    width: auto;
    opacity: 0;
}

#nav {
    position: absolute;
    right: 0px;
    top: 35px;
}

#nav a {
    text-decoration: none;
}

#nav h3 {
    display: inline-block;
    margin: 0px 0px 0px 35px;
}

#navPointIndic {
    position: fixed;
    top: 95px;
    z-index: 50;
    opacity: 0;
}

#header.smallHeader {
    height: 50px;
}

#header.smallHeader #logo {
    opacity: 0;
}

#header.smallHeader #logoWithoutClaim {
    opacity: 1;
}

#header.smallHeader #logo, #header.smallHeader #logoWithoutClaim {
    height: 75%;
}

#header.smallHeader #nav {
    top: 12px;
}

#navPointIndic.smallHeader {
    top: 45px;
    opacity: 1;
}

#mobileNavTrigger {
    position: absolute;
    right: 0px;
    height: 30%;
    top: 35%;
    display: none;
    cursor: pointer;
}

#mobileNavLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.92);
    z-index: 90;
}

#mobileNavLayer a {
    text-decoration: none;
}

#mobileNavLayer h2 {
    text-align: center;
    margin: 25px 0px;
    width: 80%;
    position: relative;
    left: 10%;
}

#mobileNavLayer a:first-of-type h2 {
    margin-top: 50px;
}

/* –––– Ende: Navigation –––– */

/* –––– Slider –––– */

#slider {
    width: 100%;
    position: relative;
}

#slider::after {
    content: "";
    display: block;
    padding-bottom: 35%;
    padding-top: 100px;
}

#slider1, #slider2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4) inset;
}

#slider .maxWidth {
    position: absolute;
    height: 100%;
}

#sliderNav {
    position: absolute;
    top: 140px;
    right: 0px;
}

.singleSliderNav {
    width: 18px;
    height: 18px;
    background-color: #00A5C4;
    margin-left: 9px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.singleSliderNav .point {
    background-color: white;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    cursor: pointer;
}

.singleSliderNavActive .point {
    opacity: 1;
}

#sliderText {
    background-color: white;
    position: absolute;
    bottom: 45px;
    border-bottom: solid 15px #FFE100;
    padding: 20px 25px 20px 25px;
    height: 225px;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}

#sliderText .point {
    position: absolute;
    left: -5px;
    top: -5px;
    cursor: pointer;
}

#sliderText h2 {
    color: #00A5C4;
    margin: 0px 0px 10px 0px;
}

#sliderText p {
    margin: 0px;
}

#sliderTextInvis {
    visibility: hidden;
    position: absolute;
}

.hideSliderText #sliderHeadline, .hideSliderText #sliderTextVis {
    opacity: 0;
}

#sliderHeadline, #sliderTextInvis, #sliderTextVis {
    white-space: nowrap;
}

/* –––– Ende: Slider –––– */

/* –––– Über –––– */

#aboutPart {
    margin-top: 80px;
}

#aboutPart h2 {
    margin-top: 0px;
}

#aboutPart p {
    margin-bottom: 0px;
}

#aboutPart .thirdCol3 {
    height: 100%;
    position: absolute;
    right: 0px;
}

#aboutPart .squareImg {
    position: absolute;
    bottom: 0px;
    border: solid 5px white;
    box-sizing: border-box;
    width: 95%;
}

/* –––– Ende: Über –––– */

/* –––– Kontakt –––– */

#hrUnderFacts {
    margin-bottom: 0px;
}

#hrUnderContact {
    margin-top: 0px;
}

#contactPart {
    padding: 55px 0px 60px 0px;
}

#contactPart h2 {
    margin-top: 0px;
}

#contactPart #tel {
    color: #00A5C4;
    margin-top: 30px;
    margin-bottom: 0px;
}

#contactPart .sixtyPercentCol2 {
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px;
}

#contactImg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#dataProtectionCol {
    float: right;
    width: 66.6%;
}

#dataProtectionCol input[type="submit"] {
    width: calc(50% - 40px);
    margin-top: 30px;
}

/* –––– Ende: Kontakt –––– */

/* –––– Fachinfos erhalten –––– */

#newsletterForm .thirdCol2 > .columnWrapper:first-of-type, #newsletterForm .thirdCol3 > .columnWrapper:first-of-type {
    margin-top: 20px;
}

#requIndic {
    margin-top: 10px;
}

/* –––– Ende: Fachinfos erhalten –––– */

/* –––– Formulare –––– */

input, select, textarea {
    width: 100%;
    height: 50px;
    border: solid 2px black;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    background-color: white;
    font-family: 'chivo_light', sans-serif;
    font-size: 1.9em;
}

option {
    background-color: #00a5c4;
    color: white;
    box-sizing: border-box;
    padding-left: 15px;
}

[type=submit] {
    color: white;
    cursor: pointer;
    background-color: #00a5c4;
    border: solid 2px #00a5c4;
    font-family: 'chivo_bold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[type=submit]:hover {
    background-color: #ffe100;
    border: solid 2px #ffe100;
    color: black;
}

::-webkit-input-placeholder {
    color: black;
    opacity: 1;
}

:-moz-placeholder {
    color: black;
    opacity: 1;
}

::-moz-placeholder {
    color: black;
    opacity: 1;
}

:-ms-input-placeholder {
    color: black;
    opacity: 1;
}

.selectArrow {
    position: absolute;
    height: 46px;
    width: auto;
    top: 2px;
    right: 2px;
    pointer-events: none;
}

form .columnWrapper > .point {
    position: absolute;
    top: 15px;
    left: -20px;
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    opacity: 0;
}

form .columnWrapper > .point > .point {
    position: absolute;
    top: 5px;
    left: 5px;
}

.selectPointActive {
    left: -9px !important;
    opacity: 1 !important;
}

.checkbox input {
    display: none;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('Bilder/checkbox.svg');
    margin: 0 10px 0 0;
    cursor: pointer;
}

.checkbox input:checked + label::before {
    background-image: url('Bilder/checkboxSel.svg');
}

.checkbox p {
    display: inline;
}

/* –––– Ende: Formulare –––– */

/* –––– Nachricht –––– */

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.85);
    z-index: 95;
    opacity: 0;
    display: none;
}

#messageTextbox {
    position: relative;
    width: 30%;
    left: 35%;
    top: 40%;
    background-color: #00a5c4;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#message p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

.backgroundCloser {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* –––– Ende: Nachricht –––– */

/* –––– Footer –––– */

#footer {
    padding-bottom: 60px;
}

#footer hr {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

#socialMedia {
    position: absolute;
    right: 0px;
    top: 0px;
}

#footer a {
    text-decoration: none;
}

#socialMedia img {
    width: 36px;
    height: auto;
    margin-left: 15px;
}

/* –––– Ende: Footer –––– */

/* –––– Impressum –––– */

#imprintPart {
    margin-top: 130px;
}

#imprintPart .h3 {
    font-family: 'chivo_bold', sans-serif;
}

#imprintPart strong {
    font-weight: normal;
    font-family: 'chivo_bold';
}

/* –––– Ende: Impressum –––– */

/* ––––––––––––––––––– Media-Queries –––––––––––––––––––– */

@media screen and (min-width: 1200px) {

.maxWidth {
    left: 50%;
    margin-left: -600px;
}

}

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

.maxWidth {
    left: 5%;
    margin-left: 0px;
    width: 90%;
}

p, ul {
    font-size: 0.9em;
}

#sliderText {
    height: 210px;
}

#sliderNav {
    top: 135px;
}

h3, .h3 {
    font-size: 1.1em;
}

#nav {
    top: 40px;
}

#nav h3 {
    margin-left: 25px;
}

#aboutPart {
    margin-top: 50px;
}

hr {
    margin: 50px 0px 45px -25px;
}

.halfCol1, .thirdCol1, .sixtyPercentCol1 {
    padding: 0px 20px 0px 0px;
}

.halfCol2, .thirdCol3, .sixtyPercentCol2 {
    padding: 0px 0px 0px 20px;
}

.thirdCol2 {
    padding: 0px 20px 0px 20px;
}

.twoCSS3Colums, .threeCSS3Colums {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -ms-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
}

#aboutPart .sixtyPercentCol1 {
    padding-right: 25px;
}

#aboutPart .squareImg {
    width: 95.5%;
}

#contactPart {
    padding-bottom: 50px;
    padding-top: 45px;
}

#contactPart #tel {
    font-size: 1.85em;
    margin-top: 20px;
}

input, select, textarea {
    height: 40px;
    margin-bottom: 20px;
    font-size: 1.7em;
}

.selectArrow {
    height: 36px;
}

#newsletterPart .thirdCol1 .highlight {
    width: 80%;
    display: inline-block;
}

form .columnWrapper > .point {
    top: 10px;
}

#cookieMsg p {
    font-size: 0.8em;
}

}

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

.halfCol, .halfCol1, .halfCol2, .thirdCol, .thirdCol1, .thirdCol2, .thirdCol3, .sixtyPercentCol, .sixtyPercentCol1, .sixtyPercentCol2 {
    width: 100%;
    float: none;
    padding: 0px;
}

.twoCSS3Colums, .threeCSS3Colums {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
}

#nav, #navPointIndic, #factsPart ul br, #requIndic, #sliderNav, #sliderText .point, h2 span {
    display: none;
}

#header {
    height: 50px;
}

h2 {
    font-size: 1.6em;
}

#aboutPart {
    margin-top: 30px;
}

hr {
    margin: 30px 0px 25px 0px;
    border-bottom: solid 10px #FFE100;
}

p, ul {
    font-size: 0.8em;
}

#aboutPart .thirdCol3 {
    position: relative;
    right: auto;
    margin-top: 30px;
    padding-bottom: 10px;
}

#aboutPart .squareImg {
    width: 100%;
    border: none;
    position: relative;
}

#contactImg {
    height: auto;
}

#contactImg::after {
    content: "";
    display: block;
    padding-bottom: 50%;
}

#contactPart .sixtyPercentCol2 {
    height: auto;
    position: relative;
    right: auto;
}

#contactPart {
    padding-top: 30px;
    padding-bottom: 35px;
}

#contactPart h2 {
    margin-bottom: 15px;
}

#contactPart #tel {
    font-size: 1.1em;
}

#contactImg {
    margin-top: 25px;
}

#newsletterPart .thirdCol1 .highlight {
    width: 90%;
}

#newsletterForm {
    margin-top: 30px;
}

#email {
    margin-bottom: 0px;
}

input, select, textarea {
    font-size: 1.3em;
}

#aboutPart .sixtyPercentCol1 {
    padding-right: 0px;
}

#footer hr {
    margin-top: 20px;
}

#socialMedia img {
    width: 25px;
    margin-left: 10px;
}

#sliderText {
    border-bottom: none;
    bottom: 30px;
    height: 15px;
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}

#sliderText h2 {
    text-shadow: 0px 0px 25px rgba(255,255,255,1), 0px 0px 25px rgba(255,255,255,0.7), 0px 0px 10px rgba(255,255,255,0.8);
    color: black;
}

#sliderTextVis, #sliderTextInvis {
    height: 0px !important;
    overflow: hidden;
}

#sliderHeadline {
    font-size: 1.3em;
    margin-top: 5px !important;
}

#slider .maxWidth {
    overflow: hidden;
}

#messageTextbox {
    left: 10%;
    width: 80%;
    top: 25%;
}

#imprintPart {
    margin-top: 75px;
}

#mobileNavTrigger {
    display: block;
}

#logo {
    display: block !important
}

#logoWithoutClaim {
    display: none !important;
}

#cookieMsg p {
    top: 10px;
}

#dataProtectionCol {
    float: none;
    width: 100%;
}

#dataProtectionCol input[type="submit"] {
    width: 100%;
}

.checkbox label::before {
    margin: 0 5px 0 0;
}

}