/* ================================================ */
/* Start General */
/* ================================================ */

html, body{
    font-family: 'stone_sans_ii_itc_stdMdIt';
    font-weight: normal;
    line-height: 1.5;
}
.bold{
    font-family: 'stone_sans_ii_itc_stdsemibold';
}
.bold-italic{
    font-family: 'stone_sans_ii_itc_stdSBdIt';
}
.italic{
    font-family: 'stone_sans_ii_itc_stdMdIt'; 
}
html.no-scroll{
    overflow: hidden;
}
body{
    overflow: auto;
}
/* Flex */

.flex-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.w33{
    flex: 0 33%;
}
.w50{
    flex: 0 50%;
}
#wrapper{
    margin: 0 20px;
    max-width: 820px;
    margin: 0 auto;
}
#content{
    /* max-width: 820px; */
    margin: 0 auto;
    border-left: 2px solid rgba(174, 149, 103, 1);
    border-right: 2px solid rgba(174, 149, 103, 1);
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
img{
    max-width: calc(100% + 40px);
    display: block;
    margin: 0 -20px;
}
#galerie img{
    margin: 0;
}
.gold{
    color: rgba(174, 149, 103, 1);
}
h2{
    font-size: 66px; 
    text-transform: uppercase;
    margin: 20px 0; 
}
h2 .gold{
    display: block;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 400;
    position: relative;
    z-index: 5;
    line-height: 1.15
}
p{
    position: relative;
    z-index: 5;
}
a.button{
    padding: 20px 40px;
    border-radius: 30px; 
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 0, 0, 1);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    text-decoration: none;
    position: absolute;
    margin-top: 5px;
    display: inline-block;
}
.acc-title.tbd{
    flex: 0 40%;
}
.acc-title.hub{
    flex: 0 27%;
}
.acc-title .angle{
    transform: rotate(-90deg);
    width: 10px;
    height: auto;
    margin: 0 0 0 5px;
    display: inline-block;
    transition: all 0.5s ease;
}
.acc-title.active .angle{
    transform: rotate(-180deg);
}
.accordion .content-group{
    padding-top: 20px;
}
.acc-content{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.acc-content.open{
    display: block;
    max-height: 1000px;
    transition: all 0.5s ease;
}
/* buttons */
#editorial a.button{
    top: 10%;
    right: 20%;
}
#retail a.button{
    top: 25%;
    left: 5%;
}
section{
    position: relative;
    margin-bottom: 80px;
}
section.open{
    z-index: 6;
}
.hidden-content{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    /* opacity: 0; */
    padding-top: 96px;
    padding-bottom: 230px;
    box-sizing: border-box;
    z-index: 6;
    height: 100%;
    max-width: 820px;
    border-left: 2px solid rgba(174, 149, 103, 1);
    border-right: 2px solid rgba(174, 149, 103, 1);
    left: 50%;
    transform: translate(-50%, 0);
}
.hidden-content-inside{
    height: 100%;
    overflow: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px 230px;
}
.hidden-content-inside .full-width{
    margin: 0 -20px;
}
.hidden-content .inside{
    height: 10000px;
    width: 100%;
    overflow: auto;
}
.hidden-content h2{
    margin-top: 80px;
}
.hidden-content .back{
    width: 40px;
    height: 40px;
    position:fixed;
    z-index: 6;
    margin: 20px 20px;
}
.relative{
    position: relative;
}
/* ================================================ */
/* Start Header */
/* ================================================ */
#header{
    width: 100%;
    background-color: rgba(174, 149, 103, 1);
    padding: 20px 20px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    z-index: 10;
    max-height: 230px;
    transition: all 0.3s ease;
}
.open-nav #header{
    max-height: 800px;
}
#header img{
    width: 30vw;
    max-width: 90px;
    height: auto;
    display: block;
    margin: 0;
}
#header .flex-container{
    justify-content: space-between;
    align-items: center;
}

.nav{
    margin-top: -45px;
}
.nav .links{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
}
.nav .links ul{
    margin: 0;
    padding: 60px 0 0 0;
    max-width: 300px;
    margin: 0 auto;
}
.nav .links li:nth-child(1){
    margin-top: 20px;
}
.nav .links li{
    display: block;
    margin: 5px 20px;
    font-family: 'stone_sans_ii_itc_stdmedium';
    text-align: left;
}
.nav .links a{
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.open-nav .nav .links{
    max-height: 600px;
    opacity: 1;
}

.nav-icon{
    width: 30px; 
    margin: 15px auto 0;
    height: 26px;
    position: relative;
    padding-bottom: 10px;
}
.nav-icon:hover{
    cursor: pointer;
}
.nav-icon span{
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    display: block;
    position: absolute;
    transition: all 0.2s ease;
}
/* close nav */
.nav-icon span:nth-child(1){
    top: 0;
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3){
    top: 7px;
}
.nav-icon span:nth-child(4){
    top: 14px;
}
/* open nav */
.open-nav .nav-icon span:nth-child(1){
    opacity: 0;
}
.open-nav .nav-icon span:nth-child(2){
    transform: rotate(-40deg);
    transform-origin: right;
    top: 0;
    width: 15px;
}
.open-nav .nav-icon span:nth-child(3){
    transform: rotate(40deg);
    transform-origin: left;
    left: 50%;
    top: 0;
    width: 15px;
}
.open-nav .nav-icon span:nth-child(4){
    transform: rotate(90deg);
    top: 0;
  width: 25px;
  left: 50%;
  transform-origin: left;
}
/* ================================================ */
/* Start Footer */
/* ================================================ */
#footer{
    background: rgba(174, 149, 103, 1);
    color: rgba(255, 255, 255, 1)
}
#footer a{
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family: 'stone_sans_ii_itc_stdmedium';
}
#footer ul{
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    padding: 20px 0;
}
#footer ul li{
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 1);
    padding: 0 20px;
    line-height: 1;
    text-transform: uppercase;
}
#footer ul li:first-child{
    border-left: 0px none;
}
/* ================================================ */
/* Start Content */
/* ================================================ */
img.hero{
    padding-top: 80px;
}
img.claim-comb{
    position: absolute;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    bottom: 15%;
}
.name{
    text-transform: uppercase;
}
#gallery{
    overflow: hidden;
}
/* --- custom visuals --- */
#retail .visual{
    margin-top: -40px;
}
/* --- owl --- */
#gallery{
    margin: 0 -20px;
}
#gallery img{
    margin: 0;
    width: 100%;
}
#sync1{
    width: 100%;
}
#sync1 .item{
    width: 100%;
    display: block;
      text-align: center;
      text-transform: uppercase;
      font-size: 19px;
}
#sync1 .item span{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#sync1 .item .white{
    color: rgba(255, 255, 255, 1);
}
#sync1 .owl-nav{
    position: absolute;
    top: 50%;
    color: rgba(255, 255, 255, 1);
    transform: translate(0, -25px);
    width: 100%;
}
#sync1 .owl-nav svg{
    width: auto;
    height: 50px;
}
#sync1 .owl-nav button{

    position: absolute;
}
#sync1 .owl-nav button.owl-next{
    right: 20px;
}
#sync1 .owl-nav button.owl-prev{
    left: 20px;
}
#sync2 {
    padding: 0px 40px;
    box-sizing: border-box;
}
  
  #sync2 .item {
      text-align: center;
      cursor: pointer;
      opacity: 0.4;
      transition: opacity 0.2s ease;
  }
  #sync2 .item:hover{
    opacity: 0.8;
  }
  #sync2 .current .item{
    opacity: 1;
  }
  

  /* ==== Sections ==== */

  .claim-gold{
    max-width: 350px;
    width: 75%;
    margin: 20px 0px;
  }
  section#philosophie{
    top: -210px;
    margin-bottom: -260px;
  }
  #philosophie .hidden-content-inside{
    padding-top: 50px;
  }
  section#zielgruppen{
    top: -300px;
    margin-bottom: -220px;
  }

  section#editorial .teaser p{ 
    width: 66%;
  }
  section#editorial .visual{
    margin-top: -30px;
  }

  #editorial .hidden-content .name{
    font-size: 9px;
    hyphens: auto;
  }
  #editorial .name .gold{
    display: block;
  }

  section#retail .teaser p{
    width: 80%;
  }

  section#frankfurt-airport .teaser p{
    width: 60%;
    margin-left: 30%;
  }
  #frankfurt-airport a.button{
    left: 40%;
    top: 3%;
  }
  
  #philosophie .teaser p{
    width: 90%;
    margin-left: 15%;
  }
  #philosophie a.button{
    left: 5%;
    top: 3%;
  }
  #zielgruppen .visual{
    margin-top: -60px;
  }
  #zielgruppen a.button{
    left: 40%;
    top: 10%;
  }
  

#marktplaetze .teaser{
          width: 90%;
        }
        #marktplaetze .visual{
            margin-top: -40px;
        }
        #marktplaetze a.button{
            top: 90px;
        }

#mp-zukunft .teaser p{
    width: 90%;
    margin-left: 10%;
}
#mp-zukunft a.button{
    left: 50%;
    top: 3%;
}
#mp-zukunft-2 a.button{
    left: 50%;
}
#sync1 .item span{
    font-size: 14px;
}
#retailkonzept a.button{
    left: 20%;
    top: 3%;
}

#einzelhandel a.button{
    left: 50%;
    top: -10px;
}
#food a.button{
    left: 40%;
}
#services a.button{
    left: 65%;
    top: -1%;
}
#leistungen .teaser p{
    width: 60%;
}
#leistungen .visual{
    margin-top: -50px;
}
#leistungen a.button{
    top: 80px;
}
#bewerbung a.button{
    left: 45%;
    margin-top: -10px;
}

#zielgruppen .specs {
    font-family: 'stone_sans_ii_itc_stdmedium';
    font-style: normal;
    margin-bottom: 20px;
}
#zielgruppen .specs .gold{
    font-size: 22px;
    font-family: 'stone_sans_ii_itc_stdMdIt';
    font-weight: normal;
    font-style: italic;
}
#zielgruppen .specs ul{
    margin: 0; 
    padding: 0;
    list-style: none;
}
#zielgruppen .specs ul li:before{
    display: block;
    content: "";
    position: absolute;
    background-color:rgba(174, 149, 103, 1);
    border-radius: 50px;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
}
#zielgruppen .specs ul li{
    position: relative;
    padding-left: 20px;
}

#marktplaetze .accordion{
    margin-top: 20px;
}
#marktplaetze .accordion .icon{
    width: 20px;
    height: auto;
    margin: 0 10px 0 0;
}

#marktplaetze .accordion .acc-title{
    display: flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
}
#marktplaetze .accordion .acc-title .relative{
    width: 100%;
}
#marktplaetze .accordion .acc-title .angle{
    position: absolute;
    right: 15px;
    bottom: 50%;
    bottom: calc(50% - 5px);
}
#leistungen .custom-list .headline{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#leistungen .custom-list .headline img{
    margin: 0;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
    transform: rotate(180deg);
}

#leistungen .custom-list ul{
    list-style-type: "> ";
}
#leistungen .custom-list ul li{
    font-size: 14px;
}
#food{
    margin-top: -110px;
}
/**/
.download{
    margin-top: 10px;
  }
.download a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: rgba(0, 0, 0, 1);
    align-items: center;
}
  .download img{
    width: 20px;
    height: auto;
    display: inline-block;
    margin: 0;
    flex: 0 0 auto;
    margin-right: 15px;
  }
  .download span{
    display: inline-block;
    flex: 1 0;
  }
#privacy-policy h1{
    margin-top: 80px;
}
#privacy-policy tr:nth-child(even){
    background-color: rgba(220, 220, 220, 1);
}
#privacy-policy td{
    border: 1px solid rgba(220, 220, 220, 1);
    vertical-align: top;
    padding: 5px;
    box-sizing: border-box;
}