/* GLOBAL ------------------------------------------------------------*/
:root{
    --Dunkelbraun: #5c1916;
    --Orangebraun: #c08845;
    --Sand: #dbc3a4;
    --Creme: #f7f3ef;
    --roboto: font-family: 'Roboto', sans-serif;
    --roboto: font-family: 'Roboto Slab', serif;
}

*{
    box-sizing: border-box;
}

body{
    background-color: #ffffff;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

/* ELEMENT */
h1{
    font-size: 56px;
    color: #5c1916;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

p.text1{
    font-size: 56px;
    color: #5c1916;
    line-height: 70px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

h2{
    font-size: 56px;
    color: #5c1916;
    line-height: 70px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

p.text2{
    color: #5c1916 ;
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 35px;
}

h3{
    color: #5c1916 ;
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 35px;
}

p.text3{
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h4{
    font-size: 32px;
    color:  #c08845;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 40px;
}

h5{
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
    color: white;
    font-style: italic;
}

p.text5{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 38px;
    color: white;
}

h6{
    font-size: 18px;
    color: #c08845;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

p.text6{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #5c1916;
    line-height: 28px;
}

p.text7{
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #5c1916;
    line-height: 28px;
}

p{
    color: #5c1916;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
}

img{
    display: block;
}

a{
    text-decoration: none;
    color: white;
}

a[href^="tel"] {
    text-decoration: none; 
    color: inherit; 
  }

/* WIDTH  */
.big-width{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3.5%;
    box-sizing: content-box;
}

.medium-width{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 3.5%;
    box-sizing: content-box;
}

.small-width{
    max-width: 934px;
    margin: 0  auto;
    padding: 0 3.5%;
    box-sizing: content-box;
}

/* MARGIN */
.extra-big-margin-bottom{
    margin-bottom: 130px;
}

.big-margin-bottom{
    margin-bottom: 110px;
}

.small-margin-bottom{
    margin-bottom: 60px;
}
.extra-small-margin-bottom{
    margin-bottom: 40px;
}

.super-extra-small-margin-bottom{
    margin-bottom: 10px;
}

/* PADDING */
.padding-top{
    padding-top: 60px;
}

/* SOUNDERZEICHEN */
.doublequo{
    font-size: 36px;
    letter-spacing: -0.116em;
    margin-right: 15px;
    margin-left: 10px;
}

/* NAV */
nav ul{
    list-style-type: none;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

@media screen and (max-width: 559px) {
    h1{
        font-size: 38px;
    }
    h2{
        font-size: 38px;
        line-height: 48px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 24px ;
    }
    /* WIDTH */
    .big-width{
        padding: 0 20px;
    }
    
    .medium-width{
        padding: 0 20px;
    }
    
    .small-width{
        padding: 0 20px;
    }
    /* MARGIN */

    .big-margin-bottom{
        margin-bottom: 80px;
    }

    .small-margin-bottom{
        margin-bottom: 40px;
    }

    /* deko afrika IMG */
    .deko-big{
        height: 16px;
        width: 100%;
        object-fit: cover;  
    }
}

@media screen and (max-width: 820px) {
    p.text5{
        font-size: 22px
    }
}

@media screen and (max-width: 550px) {
    p.text5{
        font-size: 20px
    }
}

/* HEADER -------------------------------------------------*/
.header-main-img{
    background-image: url(../img/Abaayo_Header.jpg);
    background-size: cover;
    background-position: center;
    min-height: 800px;
    position: relative;
    overflow: hidden;
}

#sticky{
    transition: background-color 0.25s ease-in-out;
}

.add-background{
    background-color: white;
    position: fixed;
    width: 100.1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    animation: headerAnimationOpen 0.5s ease-in-out;
}

.linkColor{
    color: #5c1916;
}

.nav-content{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    min-height: 120px;
}

.nav-content img{
    width: 190px;
}

.logo-none{
    display: none;
}

nav ul{
    display: flex;
}

nav li{
    margin-left: 50px;
    cursor: pointer;
    font-size: 14px;
}

ul a:nth-child(2) > li{
    width: 80px;
}


.englisch-margin{
    margin: 0 5px;
}

.header-img-content{
    text-align: center;
    padding-top: 160px;
}

.header-img-content-open{
    text-align: center;
    padding-top: 120px;
}

.header-img-content img{
    height: 240px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.header-img-content h5{
    max-width: 500px;
    margin: 0 auto;
}

.englisch-mobile{
    display: none;
}

.add-englisch-color{
    display: none;  
}

/* BURGER MENU */
.burger-menu, .burger-menu-main{
    display: none;
    background-color: transparent;
    padding: 10px 12px;
    cursor: pointer;
    z-index: 99;
    margin-left: 10px;
}

@keyframes headerAnimationOpen{
    from{
        transform: translate(-50%, -100%);
    }
    to{
        transform: translate(-50%, 0);
    }
}

/* BURGER MENU */
@media screen and (max-width: 1173px) {
    .nav-close{
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        background-color: white;
        z-index: 10;
        transition: right 0.5s ease-in-out;
    }
    .nav-open{
        right: 0;
    }
    nav ul{
        display: block;
        width: 100vw;
        height: 100vh;
        padding-top: 80px;
        padding-left: 0; 
    }
    nav li{
        padding-top: 30px;
    }
    nav a{
        color: #5c1916;
    }

    /* englisch tag */
    
    .englisch-mobile, .add-englisch-color{
        display: block;
        text-transform: uppercase;
        color: white;
        margin-left: auto;
    }
    .add-englisch-color{
        color: #5c1916;
    }
    /* header und sticky burger */
    .burger-menu, .burger-menu-main{
       display: block;
    }
    .burger-menu .lines, .burger-menu-main .lines{
        padding: 2px 15px;
        background-color: white;
        transition: .2s ease-in-out;
    }
    .burger-menu div:nth-child(2), .burger-menu-main div:nth-child(2){
        margin: 7px 0;
        position: relative;
    }

    .burger-menu div:nth-child(2) > div, .burger-menu-main div:nth-child(2) > div{
        position: absolute;
        top: 0;
        left: 0;
        padding: 2px 15px;
        transition: .2s ease-in-out;
    }

    .burger-menu div.burger-animation-color, .burger-menu-main .color-line,.burger-menu .impre-color{
        background-color: #5c1916;
    }

    /* animation burger menu */
    .open .lines:nth-child(1){
        transform: translateX(-10px);
        opacity: 0;
    }
    .open div:nth-child(2){
        transform-origin: center;
        transform: rotate(45deg);
        }
    .open div:nth-child(2) > div{
        transform-origin: center;
        transform: rotate(-91deg);
        }
    .open .lines:nth-child(3){
        transform: translateX(-10px);
        opacity: 0;
        }  
}

@media screen and (max-width: 538px){
    .header-img-content h5{
        text-align: center;
    }
    .nav-content{
        min-height: 90px;
    }
    .nav-content img{
        width: 150px;
    }
    .header-img-content-open{
        padding-top: 90px;
    }
    
}

@media screen and (max-width: 480px) {
    a.englisch-mobile{
        display: none;
    }
    .add-englisch-color{
        display: none;
    }
    .header-img-content{
        padding-top: 120px;
    }
}

/* WILLKOMMEN ------------------------------------------*/
.willkommen-content{
    text-align: center;
    position: relative;
}

.willkommen-content h1{
    margin-top: 80px;
}

.main-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-text.small-margin-bottom{
    margin-bottom: 55px;
}

.main-text span{
    width: 17%;
    height: 3px;
    background-color: #5c1916;
}

.willkommen-content p.text6{
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
}

 .welle-img{
     position: absolute;
     bottom: -1px;
     left: -1%;
     right: -1%;
}

.welle-mobile{
    display: none;
}

.willkommen-img{
    overflow: hidden;
    position: relative;
}

.willkommen-img img{
    width: 100%;
}

@media screen and (max-width: 750px) {
    .willkommen-img{
        min-height: 210px;
    }
    .willkommen-img img{
        min-height: 210px;
        object-fit: cover;
    }
}

@media screen and (max-width: 480px) {
    .welle-mobile{
        display: block
    }
    .welle-desktop{
        display: none
    }
}


/* VIELFÄLTIG ................................................*/
    .vielfältig h3, .vielfältig p{
        max-width: 910px;
    }

/* SPRACH ---------------------------------------------------*/
.sprachvermittlung{
    overflow: hidden;
}

.sprachvermittlung img{
    margin: 0 -5px;
}

.bg-container{
    background-color: #f7f3ef;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}

.big-sprach-content{
    display: flex;
    justify-content: space-between;
}

.big-sprach-content > *{
    max-width: calc(50% - 27px);
}

.big-sprach-content h3{
    margin-top: 0;
}

.btn a{
    display: inline-block;
    border: solid 2px #5c1916;
    color: #5c1916;
    background-color: #f7f3ef;
    padding: 15px 35px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.btn a:hover{
    background-color: #5c1916;
    color: #f7f3ef;
    transition: all 0.1s ease-in-out;
}


@media screen and (max-width: 762px) {
    .big-sprach-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .big-sprach-content > *{
        max-width: 440px;
    }
    .big-sprach-content h3{
        margin-bottom: 40px;
    }
    .sprach-content{
        margin-bottom: 40px;
    }
}





/* KULTUREN -----------------------------------------------*/
.kulturen h2{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 55px;
    max-width: 780px;
}

.img_wrapper {
    float: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

  .img_wrapper p {
    font-size: 16px;
    margin-top: 2px;
  }

.img_wrapper figure {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    margin-left: calc(100px + 3vw);
}

.kulturen-text-img {
    display: block;
    width: 320px;
    object-fit: cover;
}
.hamsa_img {
    height: 320px;
}

.kulturen-text p:nth-child(3), .kulturen-text p:nth-child(4){
    max-width: 930px;
}

.cart-kult{
    width: 32%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
}

.cart-kult:nth-child(2){
   margin: 0 10px;
}

.cart-kult img{
    margin: 0 auto;
    justify-self: center;
    height: 100px;
    margin-bottom: 30px;
}

.kulturen-content p.text2{
    font-size: 22px;
    text-transform: uppercase;
}

.cart-kult p.text3{
    color: #5c1916;
    text-align: center;
    align-self: center;
    font-family: 'Roboto Slab', serif;
}

.cart-kult:nth-child(3) p.text3{
    max-width: 240px;
}

.kultur-img{
    position: relative;
    text-align: center;
    
}

.kultur-img img{
    width: 100%;
}

.kultur-img p.text5{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -57%);
    max-width: 660px;
}

.kultur-img p.text5::before{
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px;
    transform: translate(-100px, -100px);
    border-radius: 200px;
    background-image: radial-gradient(rgba(0, 0, 0, 0.35) 53%, transparent 70%);
}

@media screen and (max-width: 1045px) {
    .img_wrapper figure {
        margin-left: calc(-150px - -30vw);
    }    
}

@media screen and (max-width: 870px) {
    .kulturen p.text2{
        text-align: center;
    }
    .cart-kult:nth-child(2), .cart-kult:nth-child(1){
       margin-bottom: 30px;
     }
    .cart-kult:nth-child(1){
        justify-content: center;
      }
    .kultur-img p.text5::before{
        padding: 50px;
        transform: translate(-50px, -50px);
    }

}

@media screen and (max-width: 750px) {
    .kulturen-text-img{
        width: 250px;
    }
    .kultur-img{
        min-height: 300px;
    }
    
    .kultur-img img{
        min-height: 300px;
        object-fit: cover;
    }
    .hamsa_img {
        height: 250px;
    }
}

@media screen and (max-width: 675px) {
    .kulturen-text-img{
        float: none;
        margin-left: 0;
        margin: 0 auto;
    }
    .img_wrapper figure {
        margin-left: 28px;
    }
}

@media screen and (max-width: 619px) {
    .cart-kult img{
        margin-bottom: 10px;
    }
    .cart-kult:nth-child(2), .cart-kult:nth-child(1) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
      .kultur-img p.text5::before{
        padding: 20px;
        transform: translate(-20px, -20px);
    }
    .kultur-img p.text5, .dolmetsch-img p.text5{
        font-size: 22px;
        line-height: 31px;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.171);
    }
}

@media screen and (max-width: 480px) {
  .kulturen-text-img {
    width: 200px;
  }
}
@media screen and (max-width: 420px) {
  .img_wrapper {
    width: 100%;
  }
   .img_wrapper p {
    width: 200px;
    margin-inline: auto;
   }
}

/* DOLMETSCH -------------------------------------------------*/
.dolmetsch h2{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 55px;
    max-width: 790px;
}

.dolmetsch{
    box-sizing: content-box;
}

.cart-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart{
    width: 220px;
    height: 220px;
    padding-top: 40px;
    background-color: #dbc3a4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 .cart:nth-child(1){
    margin-bottom: 18px;
}

.cart img{
    margin: 0 auto;
    justify-self: center;
    width: 100px;
    height: 100px;
}

.cart p.text3{
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.cart p{
    padding: 0 20px;
}

.dolmetsch p.text6{
    max-width: 830px;
}

.dolmetsch-text-width{
    max-width: 830px;
}

.dolmetsch-text-width span{
    text-transform: uppercase;
}

.dolmetsch ul{
    list-style: none;
}

.dolmetsch li{
    color: #5c1916;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 300;
}

.dolmetsch li::before{
    content: '';
    position: absolute;
    top: 0.5em;
    left: -30px;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #5c1916; 
    transform: translateY(-25%);
}

.dolmetsch-img{
    position: relative;
    text-align: center;
}

.dolmetsch-img img{
    width: 100%;
}

.dolmetsch-img p.text5{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -57%);
    white-space: nowrap;
}


.dolmetsch-img p.text5::before{
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    transform: translate(-60px, -60px);
    border-radius: 200px;
    background-image: radial-gradient(rgba(0, 0, 0, 0.35) 53%, transparent 70%);
}


@media screen and (max-width: 980px) {
    .cart-row{
        justify-content: center;
    }
    .cart{
        margin: 5px;
    }
    .cart:nth-child(1), .cart:nth-child(4){
        margin-bottom: 0;
    }
    .dolmetsch p.text5{
        white-space: normal;
    }
}

@media screen and (max-width: 750px) {
    .dolmetsch-img{
        min-height: 300px;
    }
    .dolmetsch-img img{
        min-height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width: 559px) {
    
    .cart:nth-child(1), .cart:nth-child(4){
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 499px) {
    .cart{
        width: 170px;
        height: 170px;
    }
    .cart img{
        width: 70px;
        height: 70px;
    }
    .cart p.text3{
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .cart{
        width: 44%;
        height: 250p;
    }
    .cart img{
        width: 50px;
        height: 50px;
    }
    .cart p.text3{
        font-size: 14px;
    }
}

/* VIELFALT ------------------------------------------------*/
.vielfalt h2{
    text-align: center;
    margin-bottom: 55px;
}
.vielfalt .text-title{
    text-align: center;
}

.vielfalt-img{
    background-color: #f7f3ef;
    box-sizing: border-box;
}

.vielfalt-img img{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.vielfalt-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 57px;
    padding: 0 50px;
}

ul.list-row1, ul.list-row2{
    list-style: none;
    padding-left: 0;
}

.list-row1{
    margin-left: 30px;
}

.list-row2{
    margin-left: 190px;
}

.list-row2, .list-row1{
    margin-top: 0;
}

ul.list-row1 > li::before,
ul.list-row2 > li::before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: -30px;
    width: 1rem;
    height: 1rem;
    background: #c08845; 
    transform: translateY(-25%);
}

.vielfalt-list li{
    color: #5c1916;
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    margin-bottom: 10px;
    position: relative;
}

.vielfalt-list .list-row1 li:nth-child(2),
.vielfalt-list .list-row2 li:nth-child(11),
.vielfalt-list .list-row2-en li:nth-child(10){
    margin-bottom: 40px;
}

.vielfalt-list p{
    margin-bottom: 40px;
    margin-top: 10px;
}

.vielfalt-list .list-row1 li:nth-last-child(1) .li-child{
    margin-bottom: 0;
}

.vielfalt-img2{
    overflow: hidden;
}

.vielfalt-img2 img{
    max-width: 100%;
}

.vielfalt-header{
    display: none;
}

.header-list{
    display: none;
}

.pfeil-aniamtion{
    display: none;
}

@media screen and (max-width: 760px){
    .vielfalt-list{
        position: relative;
        flex-wrap: wrap;
        overflow: scroll;
        height: 300px;
        border-bottom: 1px solid #5c1916;
        border-top: 1px solid #5c1916;
        padding-top: 20px;
    }

    .vielfalt-list p{
        margin-bottom: 25px;
    }

    .vielfalt-list .list-row1 li:nth-child(2),
    .vielfalt-list .list-row2 li:nth-child(11),
    .vielfalt-list .list-row2-en li:nth-child(10){
        margin-bottom: 25px;
}

    .list-row2 li:nth-last-child(1) p{
        margin-bottom: 20px;
    }

    .list-row2, .list-row1{
        margin-left: 0;
    }

    .header-list{
        display: block;
        z-index: 1;
        width: 100%;
        background-color: #f7f3ef;
    }
    .progress-container {
        width: 100%;
        height: 8px;
        background: #f7f3ef;
      }
      
      .progress-bar {
        height: 8px;
        background: #5c1916;
        width: 0%;
      }

      .pfeil-container{
          position: relative;
      }

      .pfeil-aniamtion{
          display: block;
          position: absolute;
          bottom: 10px;
          right: 32px;
          font-size: 55px;
          transform: rotate(90deg);
          color: #5c1916;
          animation: bounce 1.5s ease infinite;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          margin: 0;
      }

      @keyframes bounce {
        50% {
          transform: translateY(-10%) rotate(90deg);
          
        }
      }
}

/* REF -------------------------------------------------------*/
.ref{
    background-color: #f7f3ef;
}

.ref-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.kontakt-margin-bottom{
    margin-bottom: 25px;
}

.ref-flex-contaier, .ref-flex-contaier-en{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 215px;
}

.ref-flex-contaier{
    max-height: 200px;
}

.ref-line{
    display: flex;
}

.ref-line img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.ref-empty-img::before{
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 15px;
}


.ref-flex-contaier-en div:nth-child(6) p, .ref-flex-contaier-en div:nth-child(7) p,
.ref-flex-contaier div:nth-child(5) p, .ref-flex-contaier div:nth-child(6) p {
    cursor: pointer;
}

/* englisch kontakt */
.ref-content-eng{
    padding-top: 50px;
    padding-bottom: 50px;
}

.ref-flex-contaier-en div:nth-child(3) p{
    text-transform: uppercase;
}


@media screen and (max-width:760px) {
    .ref-flex-contaier, .ref-flex-contaier-en{
        flex-wrap: nowrap;
        max-height: 400px;
    }
}

/* FOOTER ---------------------------------------------------*/
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer img{
    width: 150px;
}

footer p{
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}



/* IMPRESSUM ZWEITE SEITE--------------------------------------------*/


/* IMPRESSUM HEADER */

.impressum-color a{
    color: #5c1916;
}
