@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,600;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    color: black;
    border: 0px dotted grey;
}

html {
    min-width: 330px;
    max-width: 2200px;
    max-height: 550px;
    font-size: 16px;
    margin: 0 auto;
}
body {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    background-color:white;
}
img {
    max-width: 100%;
}
p {line-height: 1.5; padding: 8px 0;}


.header {
    position: relative;
    height: 500px;
    z-index: -5;
    overflow: hidden;

}
/*
.header:after {
    content: '';
    width: 100%;
    height: 500px;
    top: 0;
    opacity: 0.2;
    position: absolute;
    background: url(../pics/header.svg) center;
    background-repeat: no-repeat;
    background-size: 200%;
    z-index: -30;
}
*/
.header-img {
    background: url(../pics/img01.jpg) right;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 400px;
    top: 2%;
    right: 2%;
    z-index: -4;
    border-radius: 8px;
}
.big-line {
    background-color: rgb(248, 221, 203);
    height: 20px;
    width: 70%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}
.big-line2 {
    position: absolute;
    background-color: rgb(226, 168, 130);
    height: 20px;
    width: 70%;
    top: 70%;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: -6;
}
.bio-text h4 {
    font-size: 2rem;
    font-weight: 400;
    padding: 30px 0;
}


.header-text {
    margin: 8rem 5%;
    width: 40%;
}



/*
.header {
    display: flex;
    height: 60vh;
    min-height: 300px;
    width: 100%;
    background: url(../pics/main3.jpg) center top;
    background-position-y: 30%;
    background-size: cover;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: scroll;
}
*/



h1 {
    font-size: 4rem;
}
.header h3 {
    font-size: 1.2rem;
    font-weight: 500;
}

.header-icon-wrapper {
    display: flex;
    flex-wrap: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 60px;
    padding: 0 1%;
    z-index: 5;
    position: relative;
    top: 0;
    background:rgba(255, 255, 255, 0);
}
.header-icons a {
    color: black;
    font-size: 1.2rem;
    margin: 1.2rem;
    transition: 0.2s;
    z-index: 4;
    opacity: 1;

}
.header-icon-wrapper a:hover {
    color: rgb(224, 200, 183);
}

/*
.header:after {
    content: '';
    background-color: rgba(117, 91, 78, 0.7);
    height: 60vh;
    min-height: 300px;
    width: 100%;
    position: absolute;
}
*/


h2 {
    margin: 0;
    padding: 3rem 0;
    text-align: center;
    font-weight: 300;
    font-size: 3rem;
}
.box h4 {
    padding: 15px 0;
    text-align: center;
    font-size: 1.4rem;
    text-align: center;
    margin: 0;

}

h6 {
    font-weight: 500;
    font-size: 1.2rem;
    font-family: 'Barlow', sans-serif;
    color: rgb(226, 168, 130);
    letter-spacing: 3px;
}

.box p {
    margin: 0;
    padding: 0;
    font-style: italic;
    line-height: 2rem;
    text-align: center;
    font-size: 0.9rem;
}
.flex-boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 0 0 40px 0;
}

@media screen and (max-width:1200px) {
    .flex-boxes {
        max-width: 850px;
        margin: auto;
    }
}


.box-container {
    width: 280px;
    margin: 0 0 30px 0;
    padding: 15px;
    margin: 5px;
/*    border: 1px dashed rgba(0,0,0,.5);  */
}

.members-img {
    border-radius: 50%;
}
.services-img {
    border-radius: 10px;
}

.bio {
    height: 100%;
    text-align: center;
    margin: 10px;
    background-color: rgba(255, 200, 163,.3);
 /*   background: rgb(255, 245, 225); */

    font-family: 'Barlow', sans-serif;
    font-size: 1.2rem;
    border-radius: 10px;
}

.bio-text {
    margin: 0 8vw;
    padding: 0 0 40px 0;
    text-align: center;
    font-family: 'Barlow' sans-serif;
    color: rgb(0, 0, 0);
}

.flex-boxes2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    max-width: 1400px;
    margin: auto;
}
.youtube {
    top: 0; right: 0;
    bottom: 0; left: 0;
    padding: 20px;
}

.social-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    padding: 20px;
    display: none;
}
.social-frame {
    width: 300px;
    height: 170px;
}






.slideshow {
    background-color: white; /* For browsers that do not support gradients */
  /*  background-image: linear-gradient(#FFEEE3, #FFFFFF); */
    margin: 10px;
}

.slideshow-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-width: 800px;
    margin: auto;
}

.mySlides img {
    border-radius: 10px;
}


/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    background-position: cover;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons 
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  } */
  
  /* Caption text */
  .text {
    padding: 5px 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: right;
  }
  
.text p {
    color: rgba(255,255,255,.8);
    font-size: 0.7rem;
    font-family: 'Barlow', sans-serif;
}
  /* Number text (1/3 etc) 
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    display: none;
  } */
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: rgb(248, 221, 203);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: rgb(226, 168, 130);
  }
  
  /* Fading animation 
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  */














q {
    display: block;
    padding: 10px;

}

#comments {
    height: 400px;
   /* width: 100%; */
    background-color: rgba(255, 200, 163,.3);
    margin: 10px;
    border-radius: 10px;

}
.comments-title {
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.line {
    height: 6px;
    width: 70px;
    margin: 15px;
    background-color: rgb(226, 168, 130);
    border-radius: 10px;

}
#comment-quote {
    font-size: 3rem;
    color: rgb(226, 168, 130);
}
.comment-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    margin: 0 3%;
    height: 250px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}
#comment-arrow, #comment-arrow2{
    font-size: 30px;
    color: rgb(226, 168, 130);
    padding: 10px;
    cursor: pointer;
}

.comment-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.comment-slide q {
    font-size: 0.95rem;
    color: rgb(117, 93, 72);
    text-align: left;
    font-family: 'Barlow', serif;
}
.comment-slide {
    display: inline-block;
    overflow: scroll;
    text-align: center;
    margin: auto;
}

@media screen and (max-width:770px) {
    #comments {
        height: 560px;
        
    }
    .comment-section {
        height: 460px;
    }
    #comment-quote {
        font-size: 7vw;
    }    
    .line {
        height: 4px;
    }
    .comment-slide q {
        font-size: 0.85rem;
    }

    .comments-title {height: 90px;}
}
@media screen and (max-width:500px) {
    #comments {
        height: 690px;
    }
    .comment-section {
        height: 590px;
    }

}























#partnerszoveg {text-align: center;}
.gomb {
    text-align: center;
}
ul li {
    line-height: 1.8;
    color: grey;
}

.contact {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 200, 163);
    font-family: 'Barlow';
    text-align: center;
   /* width: 100%; */
    height: 350px;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;

}
.contact h2 {
    padding:0 0 30px 0;
}
.contact-icon-wrapper {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.contact-fontawesome {
    font-size: 2rem;
    padding: 0px;
    margin: 15px;
    transition: 0.2s;
}
.contact-fontawesome i:hover {
    color: rgb(161, 100, 59);
    transition: 0.2s;
}
    

.icons-contact a {
    font-size: 2rem;
    padding: 0px;
    margin: 0 30px;
    transition: 0.2s;

}
.icons-contact a:hover {
color: rgb(161, 100, 59);
}


.gomb {
    height: 70px;
}

#gombok{
    font-size: 1.1rem;
    text-align: center;
    transition: 0.2s;
    border: 1px solid black;
    border-radius: 7px;
    padding: 10px;

}
#gombok:hover {
    color: rgb(161, 100, 59);
    border: 1px solid rgb(161, 100, 59);
    background-color: rgb(255, 251, 249);
}







@media(max-width:1190px) {
    .header {
        height: 500px;
    }
    h1 {
        font-size: 3rem;
    }
    .header h3 {
        font-size: 0.9rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    .bio-text h4 {
        font-size: 1.6rem;
    }
    .header-img {
        position: relative;
        width: 90%;
        background-position-y: 30%;
        height: 350px;
        top: -2.2%;
        right: 0;
        z-index: -2;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;

    }
    .big-line {
        background-color: rgb(248, 221, 203);
        width: 70%;

    }
    p {
        font-size: 1rem;
    }
    .big-line2 {
        position: absolute;
        background-color: rgb(226, 168, 130);
        width: 70%;
        top: 95%;
        right: 0;
        z-index: -50;
    }

    .header-text {
        margin: 0 auto;
        width: 90%;
    }
}
@media screen and (max-width:490px) {
    .header {
        height: 390px;
    }
    h1 {
        font-size: 2.3rem;
    }
    .header-img {
        height: 230px;
    }
    .bio-text {
        margin: 0 6vw;
    }
    #gombok {
        font-size: 1rem;
        padding: 8px;
    }
}


footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Barlow', serif;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    height: 70px;
    background-color: rgb(255, 255, 255);
}
footer p, footer a {
    color: grey;
    font-size: 0.8rem;
    padding: 0;
    line-height: 3;
}
footer a {text-decoration: underline;}







.cookie-container {
    position: fixed;
    bottom: 5vh;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    color: white;
    background-color: rgba(124, 110, 100, 0.9);
    margin: 0 10vw;
    padding: 30px 10px;
    font-size: 1.2rem;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    display: none;
}
.cookie-container p {
    color: white;
}
.cookie-container button {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid white;
    font-size: 0.7rem;
    cursor: pointer;
    background: rgba(255,255,255,.1);
    color: white;
}
.cookie-container button:hover {
    background: rgb(255,255,255,.3);
}
.cookie-container.active {
    bottom: 20vh;
    left: 0;
    right: 0;}

