:root {
   /* --clr-neutral-500: #ECECEC;*/
    --ff-primary: 'Open Sans', sans-serif;
    --border-cl:#DAA25F;
    --primary-cl:#202020;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--ff-primary);
    line-height: 1.556;
    color:var(--primary-cl);
}

html,
body,
main,
h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}
h1 {
    color: #FFFFFF;
    /*font-family: var(--ff-primary);*/
    font-weight: 600;
}

li{
    list-style-type: none;
}
a{
    text-decoration:none;
}
h2 {
    font-size: 2.25rem;
}

main,
h2,
h3,
p {
    margin-bottom: 1em;
}

img {
    display: block;
    max-width: 100%;
}

.d-flex{
    display: flex;
    flex-direction:column;
}
.d-none{
    display: none;
}
.flex-row, .d-flex.flex-row{
    flex-direction:row;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: flex-end;
}
.flex-wrap{
    flex-wrap: wrap;
}
.font-weight-light{
    font-weight:100
}
.font-weight-bold{
    font-weight:600;
}

/*-------------Header*/
#logo{
    position:relative;
}
#logo img{
    position:relative;
    z-index:2;
}
#trigger-menu{
    color:var(--primary-cl);
    font-size:20px;
}
.responsive-nav.open{
    display: block;
    position:absolute;
    height:92.5vh;
    width:100%;
    top:7.5vh;
    left:0;
    z-index:3;
    background:#ffffff;
    padding:1em 0;
    font-size:16px;
    box-sizing: border-box;
}
.responsive-nav.open a{
    color:var(--primary-cl);
    display: block;
    padding:.5em 2em;
}


.bg-img p{
    padding:0;
    margin-bottom:2em;
}

@media (min-width: 40em) {
    h1 {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 50px;
    }
}




button {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 1.0625rem 1.90625rem 1rem 1.90625rem;
    border-radius: 22.5rem;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #000000;
}

button a {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}


section {
    padding: 2rem 0;
}

footer {
    padding: 3rem 2rem 3rem 2rem;
}
footer a {
    color:#ffffff;
}
footer li a {
    /*color: #FFFFFF;*/
    font-size: 36px;
}

@media (min-width: 40em) {
    section {
        padding: 8rem 0;
    }
}

.container {
    margin: auto;
    width: 90%;
}

.bg-img {
    padding: 14rem 5rem;
}

.split {
    display: flex;
    flex-direction: column;
}
.top-bar {
    background-color: #000000;
    padding:.75em;
}

.top-bar ul {
    padding: 0;
}

.top-bar i{
    font-size:16px;
    margin-right:10px;
}

.top-bar a {
    display: none;
}
@media (min-width: 64em) {
    
    .top-bar ul {
        list-style: none;
    }
    .top-bar li {
        padding: 0 0 0 2rem;
        margin: 0 0 0 2rem;
    }
    .top-bar a {
        /*font-family: var(--ff-primary);*/
        margin: 0 0 0 0.5rem;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 10px;
        display: inline-block;
        text-decoration: none;
    }

}

.copyright {
    display: inline-block;
}

/* Navigation */
.topnav {
    overflow: hidden;
    background-color: #FFFFFF;
  }
  
  .topnav a {
    float: left;
    display: flex;
    font-weight: 700;
    /*color: var(--clr-primary-200);*/
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: var(--border-cl);
    color: #FFFFFF;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media (max-width: 80em) {
     
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
     
      display: flex;
    }

    .topnav a {
        display: flex;
        align-items: flex-end;
    }
  }
  
 /* @media screen and (max-width: 79em) {*/
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
 /* }*/
@media (min-width: 80em) {
    .topnav {
        display: none;
    }
}
.responsive-nav {
    display: none;
}
@media (min-width: 80em) {
    .responsive-nav {
        display: flex;
        justify-content: flex-end;
    }
    .responsive-nav{
        /*margin: 3px;*/
       /* padding-right: 24.8rem;
        margin-bottom: -10rem;*/
    }
    
    .responsive-nav li {
        text-align: right;
        /*display: inline-block;*/
       /* padding: 0 3rem;*/
        font-weight: 700;
        font-size: 18px;
        color: #000000;
    }
    
    
    .responsive-nav a{
    
        font-weight: 700;
        font-size: 18px;
        color: #000000;
        text-decoration: none;
        margin: 0 0 0 30px;
    
    }
}

.logo {
    display: none;
}

@media (min-width: 80em) {
    .logo {
        display: block;
        width: 323px;
        height: 170px;
    
       background-color: #ffffff;
       }
}


table {
    padding-top: -20rem;
    table-layout: fixed;
    width: 100%;   
}
th,td {
    border-bottom: 2px solid #ECECEC;
    word-wrap: break-word;
}

td {
    font-weight: 400;
    font-size: 1.125rem;
}

.damen-herren-kinder{
    text-align: left;
    font-weight: 700;
    font-size: 1.5rem;
    padding-top: 2rem;
}

#damen {
    text-align: left;
    font-weight: 700;
    font-size: 1.5rem;
}

.kurz-mittel-lang{
    text-align: right;
    font-weight: 700;
    font-size: 1.5rem;
}

.preis-liste-price {
    text-align: right;
}

#price1,
#price2,
#price3 {
    display: none;
}

@media (min-width: 64em) {
    #price1,
    #price2,
    #price3 {
        display: block;
    }
    
    #price2 {
        margin-top: -5rem;
        margin-left: -5rem;
    }
    
    #price3 {
        margin-top: -3rem;
    }
    
    
    .split, .d-flex {
        flex-direction: row;
    }
    
    .split > * + * {
        margin-left: 5em;
    }
    
    .footer-img {
        display: block;
    }
    
    
    
    .p-header {
        color: #FFFFFF;
        font-family: var(--ff-primary);
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
        max-width: 50%;
        margin: auto;
        padding: 0;
    }
}

        

    
    
@media (min-width: 40em) {
    .p-header {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.438;
    }
}
.bg-img {
    background: url(../imgs/haarweg-2.png) no-repeat;
    /*background-color: #cccccc;*/
    height:70vh;
    background-size: cover;
    position: relative;
}
.bg-img .container{
    position:relative;
    z-index:2;
}
.bg-img::after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background:rgba(0, 0, 0, .5);
}

.text-center {
    text-align: center;
}

.border {
    width: 88px;
    height: 6px;
    border: none;
    background-color: var(--border-cl);
    margin-bottom: 36px;
    margin-top: -20px;
    margin-left: 0px;
}

.kontakt-bold {
    font-weight: 600;
    font-size: 1.5rem;
    color: #202020;
}

.kontakt-2 {
    font-weight: 400;
    font-size: 24px;
    color: #202020;
}
.mannschaft-h1 {
    font-weight: 600;
    font-size: 24px;
    color: #202020;
    margin-top:1em;
    margin-bottom:0;
}

.mannschaft-p {
    font-weight: 400;
    font-size: 1.125rem;
    color: #202020;
}

.responsive-iframe {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.kontakt-links{
    text-align:center;
}
.kontakt-links ul {
    margin: 0;
    padding: 0;
}
.kontakt-links li {
    list-style: none;
    padding:.5em 0;
}
.kontakt-links i {
    font-size:30px;
    color:#A5A5A5;
    margin-right:10px
}
#mannschaft-cv a {
    margin: 2rem 2rem;
    font-weight: 400;
    /*font-size: 1.125rem;*/
    font-size: 18px;
    color: #DAA25F;
}

.foooter {
    display: flex;
    flex-basis: 100%;
}

span {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

p {
    font-weight: 400;
    font-size: 18px;
}

footer p, footer a, footer span{
    color:#ffffff;
    font-size:16px;
}
footer ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
footer li:not(:last-child){
    margin-right:15px;
}

.bg-light {
    background-color: #FFFFFF;
}
.bg-primary {
    background-color: #F8F8F8;
}
.bg-dark {
    color: #FFFFFF;
    background-color: #000000;
}
@media all and (max-width: 1024px){
    .photos img{
        margin-bottom:40px;
    }
}
@media all and (min-width: 1024px){
    .d-lg-none{
        display: none;
    }
    #mannschaft .d-flex div, #images, .logo-footer{
        width: 30%;
    }
    table{
        width: 50%;
    }
    .kontakt-links{
        width: 60%;
        font-size:24px;
        text-align: left;
    }
    .image-container{
        width: 460px;
    }
    .text-container{
        width:calc(100% - 460px - 5em);
    }
    #logo::after{
        content:"";
        position:absolute;
        top:-3em;
        left:-2em;
        /*padding:1em;*/
        background: #ffffff;
        width: calc(100% + 4em);
        height: calc(100% + 6em);
        display: block;
        z-index:1;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    }
    .onethird{
        width: 33%;
    }
    .twothirds{
        width: 64%;
    }
    .onehalf{
        width: 48%;
        margin: 60px 0;
    }
    .mr-2{
        margin-right:40px;
    }
    .ml-2{
        margin-left:40px;
    }
    .mb-1{
        margin-bottom:50px;
    }
    
}
@media all and (max-width: 768px){
    tr{
        display: flex;
        justify-content: space-between;
    }
    td:first-child, th:first-child{
        flex-grow: 1;
    }
    td:not(:first-child), th:not(:first-child){
        margin-left:10px;
    }
    th:not(:first-child){
        font-size:12px;
    }
    td{
        font-size:.99rem;
    }
    .footer-image img{
        margin:1em auto;
        max-width: 100px;
    }
}

@media all and (min-width: 1366px){
    .container{
        width: 1300px;
    }
    
}

.margin-top{
    margin-top:50px;
}