/* oswald-200 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/oswald-v35-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/oswald-v35-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/oswald-v35-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/oswald-v35-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/oswald-v35-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/oswald-v35-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  /* oswald-300 - latin */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-v35-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/oswald-v35-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/oswald-v35-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/oswald-v35-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/oswald-v35-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/oswald-v35-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  /* oswald-regular - latin */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v35-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/oswald-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/oswald-v35-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/oswald-v35-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/oswald-v35-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/oswald-v35-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  /* oswald-500 - latin */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald-v35-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/oswald-v35-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/oswald-v35-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/oswald-v35-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/oswald-v35-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/oswald-v35-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  /* oswald-600 - latin */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald-v35-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/oswald-v35-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/oswald-v35-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/oswald-v35-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/oswald-v35-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/oswald-v35-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
  }
  /* oswald-700 - latin */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v35-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/oswald-v35-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/oswald-v35-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/oswald-v35-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/oswald-v35-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/oswald-v35-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
  }

html{
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-family: 'Oswald', sans-serif;
    color:#494949;
    font-weight: 600;
}
/* Allgemein */
@media (max-width: 400px) {
h1{
    font-size: 30px;
    font-family: sans-serif;
}
}
h1{
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h2{
    font-size: 45px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h3{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h4{
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.nohr{
    visibility: hidden;
    display: none;
}
.underline{
    width: 55px;
    height: 2px;
    background-color: #cccccc;
    border: none;
}
ul{
    padding: 0;
    margin: 0;
}

/* Contact-Bar */
.contact-bar{
    height: 4vh;
    background-color: rgba(200, 13, 38, 1);
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-bar-ul{
    list-style-type: none;
    flex-direction: row;
    display: flex;
    color: white;
    text-transform: uppercase;
}
.contact-bar-ul li{
    margin-left: 40px;
}

@media (max-width: 980px) {
    .contact-mobile{
        display: none;
    }
    .contact-bar-ul li{
        margin-left: 10px;
       }
    .contact-bar{
        height: 6vh;
        font-size: 12px;
        max-width: 100%;
    }
    .logo-top{
        max-width: 150px;
        position: relative;
        top: 25px;
    }
    .contact-bar-ul li{
        margin-left: 10px;
    }
}


/* Navbar */
@media (max-width: 980px) {
    .nav-items{
        display: none;
    }
    .landing h1{
        margin-top: 30%;
    }

    .navbar a button{
        margin-right: 10px;
        margin-top: 45px;
    }
    .contact-bar{
        height: 4vh;
    }
}

@media (max-width: 540px){
    h1{
        font-size: 35px;
    }
    h3{
        font-size: 22px;
    }
}
.scroll img{
    width: 40px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.scroll img:hover{
    transform: translateY(1px) translateX(-50%);
    -webkit-transform: translateY(1px) translateX(-50%);
    -moz-transform: translateY(1px) translateX(-50%);
    -ms-transform: translateY(1px) translateX(-50%);
    -o-transform: translateY(1px) translateX(-50%);
} 

.header{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(../pics/bg1.jfif);
    background-size: cover;
    height: 100vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-items li{
    display: inline;
    margin-right: 30px;
    margin-top: 35px;
}
.nav-items li a{
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
}
.nav-items li a:hover{
    border-bottom: #c80d26 2px solid;
}

.logo-top{
    width: 270px;
    margin-right: auto;
    margin-left: 10px;
    margin-top: 3%;
    padding: 5px;
}
.landing{
    text-align: center;
    color: white;
    margin-top: 8%;
}
.nav-btn button{
    background-color: #c80d26;
    padding: 9px 25px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    margin-right: 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.nav-btn button:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }

/* Unsere Leistungen */
@media (max-width: 700px) {

    .leistungen{
        height: 35vh;
        align-items: center;
        justify-content: center;
    }
    
    .leistungen ul{
        padding: 0;
        margin: 0 auto;
    }
    .leistungen ul li{
        font-size: 16px;
        padding: 0;
    }
    .list{
            align-items:  center;
        width: 100%;
        max-width: 100%;
    }
    .list-item{
        margin-left: auto;
        width: 100%;
        max-width: 100%;
    }
    .list__item::before{
        margin-left: 10px;
    }
    }

}

.leistungen{
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
    -ms-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
    background-color: #f0f0f0;
    padding-bottom: 50px;
    padding-top: 120px;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

.list {
    width: 500px;
    margin: 80px auto;
    padding-left: 130px;
    font-size: 18px;
    list-style: none; 
    border-top: var(--line);
    border-bottom: var(--line); 
    display: flex;
    flex-wrap: wrap;
}

 .list__item {
    flex: 0 0 50%;
    margin-bottom: .7rem;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}  
.list__item::before {
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-right: .7rem;

    background-image: url(../img/chevron-thin-right.svg);
    background-size: cover;

    background-color: red;
        -webkit-mask-image: url(../pics/arrow-right.svg);
        -webkit-mask-size: cover;
        mask-image: url(../pics/arrow-right.svg);
        mask-size: cover;
        background-image: none;
    
}

/* Gallerie */

@media (max-width: 650px) {
    .gallery {
        max-width: 100%;
        justify-content: center;
    }
    .gallery-left img{
        visibility: hidden;
        height: 0;
        width: 0; 
    }
    .galleryRow {
        padding-top: 5px;
    }
    .gallery-right {
        align-items: center;
        margin-left: 0px;
        margin-top: 5px;
        width: auto;
    }
}

.gallery {
    width: 618px;
    margin: 50px auto 30px auto;
    display: flex;
}

.gallery img:hover{
    cursor: zoom-in;
}

.gallery-left img {
    height: 100%;
    margin-right: 10px;
}

.gallery-right img{
    width: 150px;
    height: 150px;
}
.gallery-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.galleryRow {
    display: flex;
    width: 304px;
    height: 150px;
    justify-content: space-between;
}

.gallerie-btn{
    padding: 18px 40px 14px 40px;
    border: none;
    background-color: #c80d26;
    color: white;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin-bottom: 30px;
}
.gallerie-btn:hover{
    cursor: pointer;
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
}

/* Über Uns */
.aboutus{
    /* -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    -ms-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%); */
    /* height: 100%; */
    width: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    /* justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;   */
    padding-bottom: 10%;
}
.about-left{
    width: 50%;
    margin-left: 100px;
    margin-top: 5%;
}
.about-text{
    margin-top: 40px;
    width: 70%;
    margin-left: 15%;
    font-size: 20px;
}
/* .socials{
    display: flex;
    flex-direction: row;
    align-items: center;
} */
/* .socials ul li{
    display: inline-block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin-left: 15px;
    margin-top: 40px;
}
.socials ul li a{
    text-decoration: none;
    color: black;
    border: #c80d26 solid 2px;
    padding: 10px 20px;
    text-transform: uppercase;

}
.socials ul{
   padding: 0;
   margin-top: 50px;
} */
.socials ul li:hover{
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
}
.socials{
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials ul li{
    list-style-type: none;
    margin-top: 50px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.socials ul li a{
    border: #c80d26 solid 2px;
    padding: 5px 10px;
    color: black;
    text-decoration: none;
}
.about-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-right img{
    transition: all 0.2s;
    /* margin-top: 70px; */
    position: relative;
    top: 20%;
    left: 60%;
    width: 350px;
    border-radius: 1%;
    -webkit-border-radius: 1%;
    -moz-border-radius: 1%;
    -ms-border-radius: 1%;
    -o-border-radius: 1%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.about-right img:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
@media (max-width: 1200px) {
.aboutus{
    flex-direction: column;
    padding-top: 5%;
    font-size: 14px;
}

.about-right{
    display: none;
}
.about-left{
    align-items: center;
    width: 100%;
    margin-left: 0px;
}

/* .socials ul li{
    display: block;
    padding-bottom: 35px;
} */
}

/* Contact */
.contact{
display: flex;
flex-direction: row;
background-color:  #f0f0f0;
-webkit-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    -ms-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);
    max-width: 100%;
}
.contact-right{
    width: 60%;
}
.contact-right img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.contact-h2{
    margin-top: 10%;
    padding-top: 40px;
}
.contact-ul{
    margin-top: 80px;
    list-style-type: none;
    color: #494949;
    font-size: larger;
    padding-left: none;
}
.contact-left{
    width:40%
}

.contact-ul li{
    margin-top: 40px;
}
.contact-hr{
    width: 20%;
    background-color: #c80d26;
    height: 1px;
    border-radius: 40%;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    -ms-border-radius: 40%;
    -o-border-radius: 40%;
}


@media (max-width: 900px) {
.contact-right{
    visibility: hidden;
    display: none;
}
.contact-right img{
    visibility: hidden;
    display: none;
}
.socials ul li{
    font-size: 14px;
    text-transform: uppercase;
}
.about-text{
    font-size: 14px;
}
.contact-left{
    width:100%
}
}


/* Footer */
@media (max-width: 700px) {

    .footer{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footer-logo{
        display: none;
    }
    .impressum{
        margin-left: auto;
    }
    h2{
        font-size: 25px;
    }

}

.footer-hr{
    background-color: #494949;
    border: #494949 solid 0.5px;
}

.footer{
    height: 72px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.impressum{
    text-decoration: none;
    color: #494949;
    font-size: 18px;
    padding-right: 40px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.logo{
    width: 220px;
    margin-right: auto;
    margin-top: 0px;
    background-color: white;
    padding: 5px;
}
.impressum:hover{
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
}
