/*Schriftarten Anfang*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
/*Schriftarten Anfang*/



*{
    margin: 0;
    padding: 0;
    
    }


/*Header Anfang*/

    .header{
        min-height: 100vh;
        width: 100%;
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(Bilder/Startseite-Hintergrund.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    <div class="parallax"></div>

/*Header Ende*/    


/*Menüleiste Anfang*/
nav{
    display: flex;
    padding: 2% 4%;
    justify-content: space-between;
    align-items: center;
    }
/*Menüleiste Ende*/


/*Menüleiste Logo Anfang*/

    nav img{
        width: auto;
        height: 100%;
        max-width: 19.2rem;
        align-items: center;
        position: relative;
        top: 20px;
        left: 50px;
          } 
/*Menüleiste Logo Ende*/


/*Menüleiste Layout Anfang*/
    .nav-links{
        flex: 1;
        text-align: right;
        position: relative;
        top: -50px;
        right: 50px;
        }
/*Menüleiste Layout Ende*/



    .nav-links ul li{
        list-style: none;
        display: inline-block;
        padding: 8px 12px;
        position: relative;
        top: 10px;
        right: 50px;
        }

/*Menü Schrift Anfang*/

    .nav-links ul li a{
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        font-family: 'Vollkorn', serif;
        }

/*Menü Schrift Ende*/

/*Menü Schrift Hover Anfang*/

    .nav-links ul li::after{
        content: '';
        width: 0%;
        height: 2px;
        background: #cccccc;
        display: block;
        margin: auto;
        transition: .2s;    
        }

/*Menü Schrift Hover Ende*/

    .nav-links ul li:hover::after{
        width: 100%;
        }
    nav .fa{
        display: none;
        }

    .text-box{
        width: 90%;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;

        }


    .text-box h1{
        font-size: 82px;
        font-family: 'Playfair Display', serif;
        }


    .text-box p{
        margin: 20px 0 40px;
        font-size: 18px;
        color: #ffffff;
        }

/*Header Button "Jetzt entdecken" Anfang*/

    .Button-btn {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        padding: 12px 34px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        transition: 1s;
        }


    .Button-btn:hover{
        border: 1px solid #c68d62;
        background: #c68d62;
        }

/*Header Button "Jetzt entdecken" Ende*/
@media(max-width: 700px){

   .nav-links ul li{
        display: block;
        }

    .nav-links{
        position: fixed;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
        }

    .nav-links ul{
        padding: 30px;
        }

    nav .fa{
        display: block;
        color: #ffffff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer; 
        }

    .text-box h1{
        font-size: 20px;
        }
}


/*---------- Werte --------*/

.Werte{
    width: 65%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.h1-werte{
    font-size: 36px;
    font-weight: 600;
    color: black;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;  
}
  
.Werte-col{
    flex-basis: 31%;
    background: #fff4ec;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: .3s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    font-family: 'Vollkorn', serif;
}
.Werte-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width:700px){
    .row{
        flex-direction: column;
    }
} 

/*---------------- Kaffeesorten ----------------*/
.Kaffeesorten{
    width: 65%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.Kaffeesorten-col{
    flex-basis: 32%;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.Kaffeesorten-col img{
    width: 100%;
    height: 100%;
    }

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: .4s;
}
.layer:hover{
    /*background: rgba(255, 244, 236, 0.2);*/
    background: rgba(226, 0, 90, 0.8);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    font-family: 'Arimo', sans-serif;
    color: #ffffff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: .4s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}


/*-------------- Standorte ----------------*/

.Standort{
    width: 65%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.Standort-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.Standort-col iframe{
    width: 100%;
    border-radius: 10px;
}
.Standort-col p{
    padding: 0;
}
.Standort-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}


/*---------------- Bewertung ------------------*/

.Bewertung{
    width: 65%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

.Bewertung-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.Bewertung-col img{
    height: 50px;
    width: 50px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.Bewertung-col p{
    padding: 0;
}
.Bewertung-col h3{
    margin-top: 15px;
    text-align: left;
}
.Bewertung-col .fa{
    color: #ffd700;
}

.Bewertung-col .fa-solid{
    color: #ffd700;
}


@media(max-width:700px){
    .Bewertung-col img{
        margin-left: 0px;
        margin-right: 15px;
    }
}


/*-------- Entdecke Geschichte ----------*/


.Entdecke{
    margin: 100px auto;
    width: 65%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(Bilder/Entdecke-Hintergrund.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
    img{
    width: 753.6px;
    height: 397px;
    }
    

.h1-Entdecke{ 
    margin-bottom: 40px; 
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    color: white;
}

@media(max-width:700px){
    .Entdecke h1{
        font-size: 24px;
    }
}

/*--------------Footer---------------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icons .fa{
    color: #c68d62;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}


/*--------------- Herkunft seite --------------*/


.header-Herkunft1{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(Bilder/Herkunft-Hintergrund.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    }
}
.header-Herkunft h1{
    margin-top: 100px;
}
.Herkunft-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.Herkunft-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.Herkunft-col h1{
    padding-top: 0;
    font-family: 'Vollkorn', serif;
}
.Herkunft-col p{
    padding: 15px 0 25px;
}

.Button-btn.brown-btn{
    border: 1px solid #c68d62;
    background: transparent;
    color: #000000;
}
.Button-btn.brown-btn:hover{
    border: 1px solid #c68d62;
    background: #c68d62;
    color: #fff;
}
.Button-btn.brown-btn::after{
    background: #c68d62;
}
.Button-btn.brown-btn::before{
    background: #c68d62;
}
.content-image{
    flex-basis: 50%;
}
.Herkunft-col img{
    width: 100px;
    height: 95px;
}
/*---------- Kaffee anfang -------------*/


.header-Kaffee11{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(Bilder/Kaffee-Hintergrund.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    }
}
.header-Kaffee h1{
    margin-top: 100px;
}
.Kaffee-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.Kaffee-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.Kaffee-col h1{
    padding-top: 0;
}
.Kaffee-col p{
    padding: 15px 0 25px;
}

.Button-btn.brown-btn{
    border: 1px solid #c68d62;
    background: transparent;
    color: #000000;
}
.Button-btn.brown-btn:hover{
    border: 1px solid #c68d62;
    background: #c68d62;
    color: #fff;
}
.Button-btn.brown-btn::after{
    background: #c68d62;
}
.Button-btn.brown-btn::before{
    background: #c68d62;
}
.content-image{
    flex-basis: 50%;
}
.Kaffee-col img{
    width: 100px;
    height: 95px;
}

/*---------- Kaffee ende -------------*/

/*---------- Blog Anfang -------------*/

    .header-Blog{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(Bilder/Blog-Hintergrund.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    }

    <div class="parallax"></div>
/*Header Ende*/    


/*Menüleiste Anfang*/
nav{
    display: flex;
    padding: 2% 4%;
    justify-content: space-between;
    align-items: center;
    }
/*Menüleiste Ende*/


/*Menüleiste Logo Anfang*/

    nav img{
        width: auto;
        height: 100%;
        max-width: 19.2rem;
        align-items: center;
        position: relative;
        top: 20px;
        left: 50px;
          } 
/*Menüleiste Logo Ende*/


/*Menüleiste Layout Anfang*/
    .nav-links-Blog{
        flex: 1;
        text-align: right;
        position: relative;
        top: -50px;
        right: 50px;
        }
/*Menüleiste Layout Ende*/



    .nav-links-Blog ul li{
        list-style: none;
        display: inline-block;
        padding: 8px 12px;
        position: relative;
        top: 10px;
        right: 50px;
        }

/*Menü Schrift Anfang*/

    .nav-links-Blog ul li a{
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        }

/*Menü Schrift Ende*/

/*Menü Schrift Hover Anfang*/

    .nav-links-Blog ul li::after{
        content: '';
        width: 0%;
        height: 2px;
        background: #cccccc;
        display: block;
        margin: auto;
        transition: .2s;    
        }

/*Menü Schrift Hover Ende*/

    .nav-links-Blog ul li:hover::after{
        width: 100%;
        }
    nav .fa{
        display: none;
        }

    .text-box{
        width: 90%;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'Playfair Display', serif;
        }


    .text-box h1{
        font-size: 82px;
        }


    .text-box p{
        margin: 20px 0 40px;
        font-size: 18px;
        color: #ffffff;
        font-family: 'Arimo', sans-serif;
        line-height: 1,2em;
        letter-spacing: 1.5px;
        padding: 0px 40px;
 }
        }

/*Header Button "Jetzt entdecken" Anfang*/

    .Button-btn {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        padding: 12px 34px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        transition: 1s;
        }

/*Header Button "Jetzt entdecken" Ende*/

    .Button-btn:hover{
        border: 1px solid #c68d62;
        background: #c68d62;
        }


@media(max-width: 700px){

   .nav-links-Blog ul li{
        display: block;
        }

    .nav-links-Blog{
        position: fixed;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
        }

    .nav-links-Blog ul{
        padding: 30px;
        }

    nav .fa{
        display: block;
        color: #ffffff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer; 
        }

    .text-box h1{
        font-size: 20px;
        }
}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
 
  align-items: center;
  justify-content: center;
  height: 100vh;
 
  
}


.blog-card{
  position: relative;
  height: 370px;
  width: 95%;
  max-width: 850px;
  margin: auto;
  border-radius: 25px;
  background: white;
  box-shadow: 0px 5px 25px rgba(198,141,98, 0.8);;
}



.inner-part{
  position: absolute;
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
#imgTap:checked ~ .inner-part {
  padding: 0;
  transition: .1s ease-in;
}
.inner-part .img{
  height: 260px;
  width: 260px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 3px 15px rgba(54, 48, 48, 0.109);
}
#imgTap:checked ~ .inner-part .img{
  height: 370px;
  width: 850px;
  z-index: 99;
  margin-top: 10px;
  transition: .3s .2s ease-in;
}
.img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: .6s;
}
#tap-1:checked ~ .inner-part .img-1,
#tap-2:checked ~ .inner-part .img-2,
#tap-3:checked ~ .inner-part .img-3{
  opacity: 1;
  transition-delay: .2s;
}
.content{
  padding: 0 20px 0 35px;
  width: 530px;
  margin-left: 50px;
  opacity: 0;
  transition: .6s;
}
#imgTap:checked ~ .inner-part .content{
  display: none;
}
#tap-1:checked ~ .inner-part .content-1,
#tap-2:checked ~ .inner-part .content-2,
#tap-3:checked ~ .inner-part .content-3{
  opacity: 1;
  margin-left: 0px;
  z-index: 100;
  transition-delay: .3s;
}
.content span{
  display: block;
  color: #7b7992;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500
}

.content .title{
  font-size: 30px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.content .text{
  color: #4e4a67;
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: justify;
}
.content button{
  display: inline-flex;
  padding: 10px 15px;
  border: none;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  
  background: #c68d62;
}
.content button:hover{
  background-color: #c68d62;
}
.sliders{
  position: absolute;
  bottom: 25px;
  left: 65%;
  z-index: 12;
}
#imgTap:checked ~ .sliders{
  display: none;
}
.sliders .tap{
  position: relative;
  height: 15px;
  width: 50px;
  background: #21202c;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}
.sliders .tap:hover{
  background: #c9c9c9;
}
.sliders .tap:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background-color:#c68d62;
  border-radius: 5px;
  transform: scaleX(0);
  transition: transform .6s;
  transform-origin: left;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}

#tap-1:checked ~ .sliders .tap-1:before,
#tap-2:checked ~ .sliders .tap-2:before,
#tap-3:checked ~ .sliders .tap-3:before {
  transform: scaleX(1);
  width: 100%;
}



/* BeliebtesteBeiträge */
section.BeliebtesteBeiträge {
    width: 80%;
    margin: 80px auto;
}
.TitelBeiträge {
    text-align: center;
    font-size: 4vmin;
    color: #49497e;
}
.row-Beiträge {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.row-Beiträge .col-Beiträge  {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.BeliebtesteBeiträge .row-Beiträge {
    margin-top: 50px;
}



h4 {
    font-family: 'Vollkorn', serif;
    font-size: 24px;  
    color: black;
    font-size: 24px;
   
    letter-spacing: 2.5px;
    margin: 20px auto;
    padding: 0px 40px;
 }

p{
    color: #595959;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.5;
}



.Button-btn-Beliebt {
        display: inline-block;
        text-decoration: none;
        color: #000000;
        border: 1px solid #000000;
        padding: 10px 30px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
        transition: 1s;
        border-radius: 5px;
        }


    .Button-btn-Beliebt:hover{
        border: 1px solid #c68d62;
        background: #c68d62;
        }

/* BeliebtesteBeiträge ende */

/* Teuer Kaffee Anfang */

.explore {
    width: 100%;
    height: 100vh;
    background-image: url(Bilder/home-img.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.explore-content {
    width: 60%;
    padding: 50px;
    color: whitesmoke;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.explore-content h1 {
    font-size: 7vmin;
}
.explore-content .line{
    margin-bottom: 50px;
}
.explore-content p {
    color: rgb(221, 221, 221);
}
.explore-content .ctn-Beiträge {
    margin-top: 40px;
}

.content-col {
    width: 40%;
}
.image-col {
    width: 60%;
}

  
.row-Beiträge {
    flex-direction: column;
    }
.row-Beiträge .col-Beiträge {
    margin: 20px auto;
    }
.row-Beiträge img {
    max-width: 90%;
    }

.explore-content {
    width: 100%;
    }
  
}
/*Teuer Kaffee Ende */

/*Header Button "Jetzt entdecken" Anfang*/

    .Button-Blog1-btn {
        display: inline-block;
        text-decoration: none;
        color: #000000;
        border: 1px solid #000000;
        padding: 12px 34px;
        font-size: 15px;
        background: transparent;
        
        cursor: pointer;
        transition: 1s;
        }


    .Button-Blog1-btn:hover{
        border: 1px solid #c68d62;
        background: #c68d62;
        }

/*Header Button "Jetzt entdecken" Ende*/


/*------- Kontakt Seite ------------*/

/*Subheader Anfang*/

    .header-Kontakt{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(Bilder/Kontakt-Hintergrund.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    }

    <div class="parallax"></div>
/*Header Ende*/    


/*Menüleiste Anfang*/
nav{
    display: flex;
    padding: 2% 4%;
    justify-content: space-between;
    align-items: center;
    }
/*Menüleiste Ende*/


/*Menüleiste Logo Anfang*/

    nav img{
        width: auto;
        height: 100%;
        max-width: 19.2rem;
        align-items: center;
        position: relative;
        top: 20px;
        left: 50px;
          } 
/*Menüleiste Logo Ende*/


/*Menüleiste Layout Anfang*/
    .nav-links-Kontakt{
        flex: 1;
        text-align: right;
        position: relative;
        top: -50px;
        right: 50px;
        }
/*Menüleiste Layout Ende*/


    .nav-links-Kontakt ul li{
        list-style: none;
        display: inline-block;
        padding: 8px 12px;
        position: relative;
        top: 10px;
        right: 50px;
        }

/*Menü Schrift Anfang*/

    .nav-links-Kontakt ul li a{
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        }

/*Menü Schrift Ende*/

/*Menü Schrift Hover Anfang*/

    .nav-links-Kontakt ul li::after{
        content: '';
        width: 0%;
        height: 2px;
        background: #cccccc;
        display: block;
        margin: auto;
        transition: .2s;    
        }

/*Menü Schrift Hover Ende*/

    .nav-links-Kontakt ul li:hover::after{
        width: 100%;
        }
    

/*Header Button "Jetzt entdecken" Ende*/

    
/*Kontakt Formular Anfang*/


    .section-contact{
        min-height:100vh;
        padding-top:100px;
        padding-bottom:100px;
        }
    
    .section-contact .container{ 
        max-width:1280px;
        margin:0 auto;
        padding-left:32px;
        padding-right:32px;
        background-color: #ffffff;}

    @media (min-width: 768px){
    .section-contact .container{
        padding-left:64px;
        padding-right:64px}

    .section-contact .container{
        padding-left:128px;
        padding-right:128px}

    .section-contact .container h1{
        color:#21202c;
        font-size:36px;
        font-family: 'Vollkorn', serif;
        text-transform:uppercase;
        text-align:center;
        margin-bottom:16px}

/*Kontaktformular Sub-Text*/

    .section-contact .container p{
        color:#21202c;
        font-size:18px;
        line-height:1.5;
        margin-bottom:32px}

/*Kontaktformular Hintergrund*/

    .section-contact .container form{
        display:-ms-grid;display:grid;
        -ms-grid-columns:1fr;
        grid-template-columns:1fr;
        grid-gap:16px;background-color:#ffffff;
        padding:32px;border-radius:16px;
        -webkit-box-shadow:0px 6px 12px rgba(0,0,0,0.2);
        box-shadow:0px 6px 12px rgba(33,32,44,255)}
        @media (min-width: 768px){

        .section-contact .container form{
        -ms-grid-columns:1fr[2];
        grid-template-columns:repeat(2, 1fr)}

        .section-contact .container form .form-group.full{
        grid-column:1/-1}
/*Kontaktformular Schwarz Schrift Anfang*/
        .section-contact .container form .form-group label{
        display:block;
        margin-bottom:5px;
        color:#21202c;
        font-size:14px;
        font-family: 'Arimo', sans-serif;
    }
/*Kontaktformular Schwarz Schrift Ende*/


/*Kontaktformular Zeilen*/
        .section-contact .container form .form-group .form-element{
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        outline:none;
        border:none;
        display:block;
        width:100%;
        border-radius:8px;
        padding:12px 16px;
        background-color:#f3f3f3;
        -webkit-transition:0.4s;
        transition:0.4s;
        font-family: 'Arimo', sans-serif;
    }

        .section-contact .container form .form-group .form-element:focus{
        -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.2);box-shadow:0px 0px 6px rgba(0,0,0,0.2);background-color:#FFF}
        
        .section-contact .container form .form-group textarea{
        resize:none;
        min-height:100px
        font-family: 'Arimo', sans-serif;
    }

        .section-contact .container form .submit-group{
        grid-column:1/-1;
        text-align:right}

        .section-contact .container form .submit-group input[type="submit"]{
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        border:none;
        outline:none;
        background:none;
        padding:12px 16px;
        background-color:#21202c;
        border-radius:8px;
        color:#FFF;cursor:pointer;
        -webkit-transition:0.4s;
        transition:0.4s}

        .section-contact .container form .submit-group input[type="submit"]:hover{
         background-color:#c68d62}

/*Kontakt Formular Ende*/


/*Team*/
    
    
}
.team .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 33rem);
   gap:1.5rem;
   justify-content: center;
}

.team .box-container .box{
   text-align: center;
}

.team .box-container .box img{
   width: 75%;
   height: auto;
   object-fit: cover;
   margin-bottom:  0.5rem;
}

.team .box-container .box h3{
   font-size: 2rem;

  
}


/*------- Footer ------------*/


body{
    line-height: 1.5;
    font-family: 'Arimo', sans-serif;
    
    }
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Vollkorn', serif;
}

#beliebtesteBeiträge.h1{
    color: black;
}
.container{
    max-width: 1170px;
    margin:auto;

}
.row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer{
    background-color: #21202c;
    padding: 30px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    font-family: 'Vollkorn', serif;;

}
hr {
    display: block;
    border: 0;
    border-top: 1px solid #ffffff;
    margin: 20px 30px;
    padding: 0;
    }

   .Line{
  font-family: monospace;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
  padding: 1rem;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul {
  list-style: none;
}
li {
  margin: 0.25rem 0;
}

a.underline-hover-effect {
  text-decoration: none;
  color: inherit;
}

.underline-hover-effect {
  display: inline-block;
  padding-bottom: 0.25rem;
  position: relative;
}

.underline-hover-effect::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0px 30px;
  width: 0;
  height: 2px;
  background-color:#c68d62;
  transition: width 0.40s ease-out;
}
.underline-hover-effect:hover::before {
  width: 71%;
}




.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .icons a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .icons a:hover{
    color: #c68d62;
    background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}









