@import url("reset.css");

@font-face {
    font-family: 'Augsburger';
    src: url('../fonts/augsburger.ttf') format("opentype");
}

/* bitter-regular - latin */
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bitter-v28-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/bitter-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/bitter-v28-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/bitter-v28-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/bitter-v28-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/bitter-v28-latin-regular.svg#Bitter') format('svg');
    /* Legacy iOS */
}

/* bitter-700 - latin */
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/bitter-v28-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/bitter-v28-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/bitter-v28-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/bitter-v28-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/bitter-v28-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/bitter-v28-latin-700.svg#Bitter') format('svg');
    /* Legacy iOS */
}

/* bitter-italic - latin */
@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/bitter-v28-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/bitter-v28-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/bitter-v28-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/bitter-v28-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/bitter-v28-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/bitter-v28-latin-italic.svg#Bitter') format('svg');
    /* Legacy iOS */
}

/* bitter-700italic - latin */
@font-face {
    font-family: 'Bitter';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/bitter-v28-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/bitter-v28-latin-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/bitter-v28-latin-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/bitter-v28-latin-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/bitter-v28-latin-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/bitter-v28-latin-700italic.svg#Bitter') format('svg');
    /* Legacy iOS */
}


html {
    scroll-behavior: smooth;
}

.clear {
    clear: both;
}

body {
    font-family: 'Bitter';
    font-size: 16px;
    line-height: 26px;
}

a:hover {
    transition: 0.3s;
    opacity: 0.8;
}

h1 {
    font-family: 'Augsburger';
    font-size: 55px;
    line-height: 60px;
    padding-bottom: 10px;
}

h2 {
    font-family: 'Augsburger';
    font-size: 40px;
    line-height: 46px;
}

h3 {
    font-family: 'Augsburger';
    font-size: 25px;
    line-height: 32px;
    margin-top: 40px;
}

h4 {
    font-family: 'Augsburger';
    font-size: 35px;
    line-height: 32px;
}


* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header {
    background: url(../images/headerbild.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 10%;
    padding-right: 50%;
    padding-top: 400px;
    padding-bottom: 400px;
    color: #fff;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 9999;
    background: #352e2e;
}

.center {
    display: table-cell;
    vertical-align: middle;
}

.cta {
    background-color: #406138;
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    font-family: 'Augsburger';
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
}

.single-item{
    display: none!important;
}

.modaloverlay {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.modaloverlay:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.modaloverlay .modals {
    background-color: white;
    height: 100%;
    position: relative;
    padding: 3em;
    overflow-y: scroll;
    height: auto;
    margin: 5%;
    margin-top: 25vh;
    width: 60%;
    padding-top: 100px;
    margin-left: 20%;
    border-radius: 20px;
}

.modaloverlay .close {
    background-color: #406138;
    color: #fff;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    border-radius: 100vh;
    z-index: 1;
}


.logo {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10%;
}

nav ul li {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

nav ul {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15%;
    padding-top: 20px;
}

header .btn {
    width: 250px;
    margin-top: 20px;
}

nav ul li a {
    font-size: 22px;
    font-family: 'Augsburger';
    color: #fff;
    text-decoration: none;

}

nav ul li a:hover {
    color: #a5d49a
}

.kontaktieren {
    position: fixed;
    right: 0;
    margin-right: 10%;
    margin-top: 20px;
}

.kontaktieren img {
    padding-left: 20px;
}

#ueber-uns {
    background: url(../images/holz-struktur.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 600px;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
}

.dropdown {
    display: none;
}

#ueber-uns .col1 {
    width: 50%;
    float: left;
    padding-right: 3%;
}

#ueber-uns .col2 {
    width: 50%;
    padding-left: 2%;
    float: left;
    height: 500px;
    display: table;
}

#ueber-uns .col1 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.full-size img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: top;
}


.full-size {
    margin-top: -550px;
}

#wir-bieten {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background: url(../images/background.jpg);
    background-attachment: fixed;
    margin-top: -10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #3b3b3b
}

#wir-bieten p {
    padding-top: 10px;
}

.autoplay p {
    font-size: 20px;
    color: #3b3b3b;
    line-height: 28px;
}

#profil {
    background: url(../images/holz-struktur.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 600px;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
}

#profil .col1 {
    width: 50%;
    float: left;
    padding-right: 2%;
    height: 600px;
    display: table;
}

#profil .col2 {
    width: 50%;
    padding-left: 3%;
    float: left;
}

#profil .col1 img {
    width: 350px;
    margin-top: 550px;
    margin-left: 0px;
    position: absolute;
}

#profil .col2 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#profil ul {
    list-style-image: url(../images/checkmark.png);
    margin-left: 30px;
    margin-top: 20px;
}

#profil ul li {
    font-size: 18px;
}

#galerie {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background: url(../images/background.jpg);
    background-attachment: fixed;
    margin-top: -10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #3b3b3b
}

#galerie p {
    padding-bottom: 50px;
    padding-top: 20px;
}

#galerie .button {
    padding: 15px;
    color: #fff;
    background: #406138;
    color: #fff;
    font-family: 'Augsburger';
    font-size: 20px;
    text-decoration: none;
    border-radius: 10px;
}

#galerie img {
    width: 100%;
}

#kontakt {
    background: #352e2e;
}

#kontakt .col1 {
    width: 50%;
    padding-right: 5%;
    color: #fff;
    height: 450px;
    display: table;
    padding-left: 10%;
    float: left;
}


#kontakt .col1 img {
    padding-bottom: 50px;
    float: left;
    margin-right: 20px;
}

#kontakt .col2 {
    width: 50%;
    float: left;
}

#kontakt a {
    color: #a5d49a;
    text-decoration: none;
}

.dse {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 9%;
    background: #406138;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dse a {
    color: #fff;
    padding-left: 1%;
    text-decoration: none;
    font-family: 'Augsburger';
    font-size: 20px;
}

#galerie .row {
    margin-top: 50px;
}

#galerie .row > .column {
    padding: 0 8px;
}

#galerie .row:after {
    content: "";
    display: table;
    clear: both;
}

#galerie .column {
    float: left;
    width: 33.3333%;
}

/* The Modal (background) */
#galerie .modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Content */
#galerie .modal-content {
    position: relative;
    background-color: rgba(254, 254, 254, 0);
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

#galerie .modal-content img {
    object-fit: contain;
    height: 70vh;
}

/* The Close Button */
#galerie .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

#galerie .close:hover,
#galerie .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

#galerie .mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
#galerie .prev,
#galerie .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
#galerie .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#galerie .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#galerie .prev:hover,
#galerie .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.active,
.demo:hover {
    opacity: 1;
}

#galerie img.hover-shadow {
    transition: 0.3s;
}

#galerie .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#impressum{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

#impressum .col1{
    width: 50%;
    float: left;
    padding-right: 2%;
}

#impressum .col2{
    float: left;
    width: 50%;
    padding-left: 2%;
}

#impressum a{
    color: #406138;
    text-decoration: none;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1500px) {
    header {
        padding-right: 30%;
        padding-top: 300px;
        padding-bottom: 250px;
    }

    .full-size img {
        height: 400px;
    }
}

@media screen and (max-width: 1240px) {
    .logo img {
        width: 220px;
    }

    .kontaktieren img {
        padding-left: 10px;
    }

    nav ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    nav ul {
        padding-right: 18%;
    }
}

@media screen and (max-width: 1040px) {
    header {
        padding-right: 10%;
        padding-top: 200px;
        padding-bottom: 150px;
        background-attachment: inherit;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .logo img {
        width: 130px;
    }
}

@media screen and (max-width: 920px) {
    .slick-slide img {
        height: 60px;
    }

    .autoplay p {
        font-size: 18px;
        line-height: 21px;
    }

    #profil .col2 {
        display: none;
    }

    #profil .col1 {
        height: auto;
        width: 100%;
        padding-right: 0%;
    }

    #profil .center {
        display: block;
        margin-bottom: 40px;
    }

    #profil .col1 img {
        margin-top: 0px;
        position: inherit;
    }

    .dropbtn {
        background-color: #406138;
        color: white;
        padding: 16px;
        font-size: 21px;
        border: none;
        cursor: pointer;
    }

    .dropbtn:hover,
    .dropbtn:focus {
        background-color: #2b4325;
    }

    .dropdown {
        position: fixed;
        display: inline-block;
        z-index: 99999;
        top: 0;
        right: 0;
    }

    .dropdown-content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        text-align: center;
        padding-top: 15vh;
        background-color: rgba(64, 97, 56, 0.94);
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown a:hover {
        background-color: rgba(221, 221, 221, 0.08);
    }

    .show {
        display: block;
    }

    nav ul {
        display: none;
    }
    .kontaktieren {
    margin-right: 70px;
}
    .logo img {
    width: 200px;
}
    .logo {
    padding-left: 30px;
}
    #ueber-uns .col1{
        display: none;
    }
    
    #ueber-uns .col2{
        padding-left: 0%;
        width: 100%;
    }
    
    #kontakt .col1{
        width: 100%;
        padding-right: 10%;
    }
    
    #kontakt .col2{
        width: 100%;
    }
    
    #wir-bieten p{
        font-size: 16px;
    }
    .slick-slide img {
    height: 60px!important;
    margin-bottom: 30px;
}
    .slick-prev {
    left: -60px!important;
}
    .slick-next {
    right: -60px;
}
}

@media screen and (max-width: 660px){
    #galerie .column {
    float: left;
    width: 50%;
}
    
    .autoplay{
        display: none!important;
    }
    
    .single-item{
        display: block!important;
    }
    
    .slick-prev{
        left: -25px!important;
    }
    .slick-next{
        right: -25px!important;
    }
    
    .modaloverlay .modals{
        width: 80%;
        margin-left: 10%;
    }
    h4 {
    font-size: 28px;
}
    #impressum .col1{
        width: 100%;
        padding-right: 0%;
    }
    
        #impressum .col2{
        width: 100%;
        padding-left: 0%;
            margin-top: 10px;
    }
}

@media screen and (max-width: 480px){
    #galerie .column{
        width: 100%;
    }
    .logo img {
    width: 130px;
}
    #profil .col1 img{
        width: 240px!important;
    }
}
