@font-face {
    font-family: "sinkin";
    src: url("../fonts/sinkin-sans/SinkinSans-400Regular.otf") format("truetype");
}
@font-face {
    font-family: "sinkin";
    font-weight: bold;
    src: url("../fonts/sinkin-sans/SinkinSans-700Bold.otf") format("truetype");
}


body {
    font-family: 'sinkin';
    color: #000;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.row.content {
    height: 450px;
}


.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}


.navbar-inverse {
    background-color: #FFF;
    border: none;
    height: 100px;
}
.navbar-inverse a {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
    color: #000 !important;
    background: none !important;
}
.navbar-inverse .navbar-nav > li > a{
    color: #000;
    padding: 23px 20px;
    font-size: 18px;
}
.navbar-inverse .navbar-nav > .active > a {
    background: none;
    color: #777;
}
.navbar-brand {
    padding: 0;
    margin-left:0 !important;
}
#logo {
    width: 150px;
}
.first-screen {
    height: calc(100vh - 100px - 40px);
    display: flex;
    flex-direction: column;
}
.second-screen {
    height: calc(100vh  - 40px);
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.third-screen {
    height: calc(100vh );
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 40px;
}
.small-head {
    font-size: 11px;
}
.body-text {
    font-size: 11px;
}
.double-padding {
    padding-left: 25px;
    padding-right: 25px;
}
.headlines {
    font-size: 40px;
    white-space: nowrap;
}
.nopadding {
    padding: 0;
}
.nopadding-left {
    padding-left: 0;
    padding-right: 10px;
}
.nopadding-right {
    padding-right: 0;
    padding-left: 10px;
}
.left-half-square {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-grow: 1;
    display: flex;
    margin-top: 80px;
}
.right-half-square {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 210px;
}
.sh-desc1, .desc1 {
    padding-left: 200px;
    font-size: 12px;
}
.sh-desc3, .desc3 {
    padding-left: 200px;
    font-size: 12px;
}
.sh-desc2, .desc2  {
    margin-top: 5px;
    font-size: 12px;
}
.desc1, .desc2, .desc3 {
    display: none;
}
.bigger {
    font-size: 110%;
}
.read-more1 {
    padding-top: 78px;
    font-size: 11px;
}
.read-more2 {
    padding-top: 5px;
    font-size: 11px;
    text-align: right;

}
.section {
    display: flex;
    flex-grow: 1;
}
#section2 {
    padding-top: 15px;
}
.double-down {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 25px);
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.double-up {
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    cursor: pointer;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 50px;
    height: 50px;
}
.double-down img, .double-up img {
    max-width: 100%;
}

.impressum-image-cont {

}
.impressum-image-cont img {
    max-width: 300px;
}
.untill-the-eye {
    height: 140px;
    padding-left: 205px;
    padding-top: 10px;
    font-size: 11px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    line-height: 25px;
}
#contact-info {
    font-size: 13px;
}
.datenschutz-desc {
    height: 140px;
    padding-left: 180px;
    padding-top: 10px;
    font-size: 12px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    line-height: 25px;
}
#mushak-icon {
    position: absolute;
    bottom: -120px;
    left: 205px;
    cursor: pointer;
}
#sent-icon {
    position: absolute;
    bottom: -120px;
    left: 205px;
    cursor: pointer;
}
#contact-form {
    display: none;
}
#contact-form {
    font-size: 11px;
    position: absolute;
    left: 80px;
    width: 300px;
}
input[type="text"] {
    width: 100%;
    margin: 10px 3px;
    height: 40px;
    color: #333;
    border: 2px solid #F07800;
    border-radius: 10px;
    box-shadow: none;
    font-size: 10px;
    padding: 15px;
}
textarea {
    width: 100%;
    margin: 10px 3px;
    height: 150px;
    color: #333;
    border: 2px solid #F07800;
    border-radius: 10px;
    box-shadow: none;
    font-size: 10px;
    padding: 15px;
}
#submit {
    border: 2px solid #F07800;
    background: none;
    color: #333;
    width: 100%;
    font-size: 11px;
}
#cancel {
    color: #333;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #F07800;
    cursor: pointer;
    font-size: 11px;
}
.margin-b-150 {
    margin-bottom: 150px;
}
.left-pad-10 {
    padding-left: 10px;
}

@media screen and (min-width: 767px) and (max-width: 900px) {
    .navbar-inverse .navbar-nav > li > a{
        color: #000;
        padding: 23px 15px;
        font-size: 15px;
    }
    #contact-form {
        width: 275px;
    }
    .sh-desc1, .desc1 {
        padding-left: 70px;
    }
    .untill-the-eye {
        padding-left: 165px;
    }
}


.home-bg {
    position: absolute;
    width: 100%;
    /*border: 1px solid #456;*/
    bottom: 0;
}
.sec-cont {
    display: flex;
    flex-grow: 1;
    flex-direction: column;

}


.sec-cont .sh-desc1 , .sec-cont .desc1 {
    /*    display: flex;
        flex-grow: 1;*/
}
#bg01 {
    text-align: left;
/*    display: flex;
    flex-grow: 1;
    flex-direction: column;*/
    height: 50%;
    left: -40px;
}
#bg02 {
    text-align: center;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    max-height: 66%;
    left: -200px;
}
#bg03 {
    text-align: center;
/*    display: flex;
    flex-grow: 1;
    flex-direction: column;*/
    height: 40%;
}
#bg04 {
    position: absolute;
    right: -12%;
    top: 180px;
    width: 32%;
}
#bg05 {
    position: absolute;
    right: -17%;
    top: -20px;
    max-width: 29%;
}
#bg01 img{
    /*margin: 0 auto;*/
    max-height: 100%;
    max-width: 100%;
}
#bg02 img{
    margin: 0 auto;
    max-width: 80%;
}
#bg03 img{
    margin: 0 auto;
max-width: 100%;
max-height: 100%;
}
#bg04 img{
    margin: 0 auto;
    max-width: 100%;
}
#bg05 img{
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 1100px){
    .home-bg, #bg04, #bg05 {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .first-screen, .second-screen, .third-screen {
        height: auto;
        min-height: 400px;
    }
    .hide-in-mobile{
        display: none;
    }
    .double-down, .double-up {
        display: none;
    }
    .left-half-square {
        margin-top: 65px;
    }
    #myNavbar{
        right: 40px;
        position: absolute;
        background-color: #f1f4f6;
        opacity: 1;
        z-index: 999;
        text-align: right;
        border: 1px solid #ccc;
        top: 35px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
    }
    .navbar-inverse .navbar-toggle:hover, 
    .navbar-inverse .navbar-toggle:focus {
        background: none;
    }
    .navbar-inverse .navbar-nav > li > a{
        padding: 10px 15px;
        font-size: 14px;
    }
    .headlines {
        font-size: 28px;
        white-space: nowrap;
    }
    .sh-desc1, .desc1 {
        padding-left: 70px;
        font-size: 10px;
    }
    .sh-desc2, .desc2 {
        font-size: 10px;
    }
    .sh-desc3, .desc3 {
        padding-left: 20px;
        font-size: 10px;
    }
    .row.content {height:auto;} 
    .untill-the-eye{
        padding-left: 60px;
    }
    #mushak-icon {
        left: 60px;
    }

    #sent-icon {
        left: 60px;
    }
    .impressum-image-cont img {
        max-width: 200px;
    }
    .datenschutz-desc {
        padding-left: 110px !important;
    }
    .section {
        padding-left: 0;
    }
    .fullscreen .impressum-image-cont {
        display: none;
    }
    .fullscreen .right-side {
        display: none;
    }
    .fullscreen .untill-the-eye {
        width: 100%;
    }
    #contact-info {
        font-size: 12px;
    }

}
@media screen and (max-width: 590px) {
    .sh-desc1, .desc1 {
        padding-left: 20px;
    }

    .sh-desc3, .desc3 {
        padding-left: 20px;
    }
    .untill-the-eye {
        padding-left: 15px;
    }
    #mushak-icon {
        left: 15px;
        bottom: -140px;
    }

    #sent-icon {
        left: 15px;
    }
    .impressum-image-cont img {
        max-width: 170px;
    }

}
@media screen and (max-width: 500px) {
    .headlines {
        font-size: 15px;
    }

    #contact-form {
        left: 35px;
        width: 230px;
    }
    #mushak-icon {
        bottom: -200px;
    }
    .left-half-square {
        margin-top: 50px;
    }

}
@media screen and (max-width: 350px) {
    #contact-form {
        left: 35px;
        width: 150px;
    }
    #mushak-icon {
        bottom: -200px;
    }
    .impressum-image-cont {
        display: none;
    }
}
@media screen and (max-width: 430px) {
    #contact-info {
        font-size: 10px;
    }
    .untill-the-eye {
        padding-left: 0;
    }
}
@media screen and (max-width: 400px) {
/*    .left-half-square, .right-half-square {
        display: none;
    }
    .desc1, .desc2, .desc3 {
        display: block;
    }
    .sh-desc1, .sh-desc2, .sh-desc3 {
        display: none;
    }*/
}