html { overflow-x: hidden; }
/* navbar*/
.btn-red {
    border-radius: 0;
    background-color: #dd0b0b;
    border-style: solid;
    border-width: 1px;
    border-color:#dd0b0b;
    
}



.btn {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.6rem 1.25rem;;
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    background-color: #f4f4f4;
    line-height: 1.75rem;
    overflow-x: hidden;
}



.navbar {
    background-color: white;
}

.nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 0px;
background-color:
transparent;
opacity: 0.6;
color:#dd0b0b !important;
font-size: 1rem;
line-height: 1rem;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .nav-link { 
        padding: 3rem 0px 0px 0px;
        font-size: 1.5rem;
        line-height: 2vmin;
    }
}






#taetigkeiten {
margin-bottom: 1rem;
color:#606365;
font-size: 1rem;
font-weight: 400;
line-height: 2rem;
list-style: none;
}

#taetigkeiten li::before {
    content: "\25a0  ";
    color:#dd0b0b; 
    display: inline-block; 
    width: 1.5rem;
    margin-left: -1.5rem;
    
  }

#taetigkeiten li {
    padding-bottom: 4.5vh;
    line-height: 1.5rem;
} 
@media only screen and (max-width: 1200px) {
    #taetigkeiten li {
        padding-bottom: 4.5vh;
        line-height: 1.5rem;
    }
    
}


a {
    color: #dd0b0b;

}

td
{
    padding:0 15px 0 0;
}

.navbar .navbar-light  {
    padding: 10px 55px 10px 55px;
}

@media only screen and (max-width: 800px) {
    .navbar .navbar-light { 
        padding-left: 20px; padding-right: 20px;
    }
}

.navbar-toggler {
    border: none;
    background: transparent !important;
  }
 
.navbar-light .navbar-toggler:focus {
    background: none;
    outline: 0;
}
 
.navbar-light .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background:  #7f7f7f;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}


/* .navbar-light .navbar-toggler:hover span, */
.navbar-light .navbar-toggler:focus span {
    background: #7f7f7f;
}
 
/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-light .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}


.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media only screen and (min-width:1200px) {
.navitem-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
}


.active {

    opacity: 1 !important;
}


.abstandnavbar{
    margin-top: 13rem !important;
}


@media only screen and (max-width: 800px) {
    .abstandnavbar { 
        margin-top: 10vmax!important;
    }
}
@media only screen and (max-height: 480px) {
    .abstandnavbar { 
        margin-top: 10vmax!important;
    }
}

@media only screen and (max-width: 1200px) {
.menue1{
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100);

  }
}  
/* navbar end */

.btn-red {
    border-radius: 0;
    background-color: #dd0b0b;
    border-style: solid;
    border-width: 1px;
    border-color:#dd0b0b;
    
}



.btn {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.6rem 1.25rem;;
   
}
@media only screen and (max-width: 1200px) {
    .btn {
        font-size: 1.6vmax;
        line-height: 2.5vmax;
    }
}


@media only screen and (max-width: 990px) {
    .btn-eng {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .btn-eng {
        margin-left: -100px; 
    }
}

@media only screen and (min-width: 1500px) {
    .btn-eng {
        margin-left: -150px; 
    }
}

@media only screen and (min-width: 1600px) {
    .btn-eng {
        margin-left: -200px; 
    }
}

@media only screen and (min-width: 1700px) {
    .btn-eng {
        margin-left: -250px; 
    }
}
@media only screen and (min-width: 1850px) {
.btn-eng {
    margin-left: -300px; 
}
}


@media only screen and (max-width: 990px) {
    .btn-ger {
        margin-bottom: 0.5rem; 
    } 
}

@media only screen and (min-width: 1400px) {
    .btn-ger {
        margin-left: -50px; 
    } 
}


@media only screen and (min-width: 1500px) {
    .btn-ger {
        margin-left: -20px; 
    } 
}

@media only screen and (min-width: 1700px) {
    .btn-ger {
        margin-left: -60px; 
    } 
}

@media only screen and (min-width: 1800px) {
    .btn-ger {
        margin-left: -100px; 
    } 
}










@media only screen and (max-width: 1200px) {
    .btn-menue{
       margin-top: 3rem;
       margin-bottom: 100vh;

      }
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
        transition-delay: 0s;
    color: 
    #dd0b0b;
    background-color: #fff;
}    


.cookiealert.show {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 1000ms;
}
    


@media only screen and (max-width: 800px) {
    .datenschutz { 
        font-size: 1.75rem !important;
    }
}


.logo {
    transition: opacity 200ms ease;
    width:100px;
}


@media only screen and (max-width: 1200px) {
    .logo { 
        width: 40px;
    }
}
.positionierung {
    position:absolute;
    top: 50%;
    transform: translate(50%, -50%);
    margin-right: 50%;
    max-width: 1110px;"
}

@media only screen and (max-width: 1200px) {
        .positionierung { 
            position:absolute;
            top: 50%; transform: translateY(-50%);
            margin-right: 5%;
            margin-left: 5%;
        }
    }     

.positionierungunten {
    position:absolute;
    top: 50%;
    transform: translate(50%, -50%);
    margin-right: 50%;
    margin-top: 5.5%;
    max-width: 1110px;"
}

@media only screen and (max-width: 1200px) {
    .positionierungunten { 
        position:absolute;
        top: 50%; transform: translateY(-50%);
        margin-right: 10%;
        margin-left: 10%;
    }
}    


.Firma {
    
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    color:
    #7f7f7f;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

@media only screen and (max-width: 1200px) {
    .Firma { 
        font-size: 4.5vmax;
        line-height: 6vmax;
    }
}   

.header {
    margin-top: 6rem;
margin-bottom: 0.8rem;
font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
color:
    #7f7f7f;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

@media only screen and (max-width: 1200px) {
    .header { 
        font-size: 4.5vmax;
        line-height: 6vmax;
    }
}   



.abstand {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}


.paragraph {
    
    
    opacity: 0.6;
    font-size: 1rem;
    text-align: left;
    margin-top: 50vh;
    
    
}

.seit25
 { 
    color: #dd0b0b;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 600;
    font-family: Parisienne;
    white-space: nowrap;
}


@media only screen and (max-width: 1200px) {
        .seit25 { 
            font-size: 4.5vmax;
            line-height: 6vmax;
        }
    }   

 

.headline
 {
    color: #dd0b0b !important;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
    letter-spacing: 1px;

 }


 .zitattext {   
    opacity: 0.6;
    font-size: 3rem;
    text-align: left;
    line-height: 4rem;
    max-width: 1110px;
 }

 @media only screen and (max-width:480px) {
 .zitattext {   
    opacity: 0.6;
    font-size: 3vmax;
    text-align: left;
    line-height: 4vmax;
    
 }
 }

 @media only screen and (max-height:480px) {
    .zitattext {   
       opacity: 0.6;
       font-size: 3vmax;
       text-align: left;
       line-height: 4vmax;
       
    }
    }




 .fragen {
    padding-top: 4vh;
    padding-bottom: 2vh;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    color: #595858;
    font-size: 4rem;
    line-height: 6rem;
    font-weight: 400;
    text-align: center;
    text-transform: none; 
 }

@media only screen and (max-width:1200px) {
    .fragen {   
       font-size: 4vmax;
       line-height: 6vmax;
    }
    }



p {
    opacity: 0.7;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}








strong {
    color: #dd0b0b;
    text-transform: uppercase;
    opacity: 1;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    letter-spacing: 1px;

}

b {
    color: #dd0b0b;
    text-transform: uppercase;
    opacity: 1;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.mitgliedschaften {
        max-width: 10rem;
        margin-right: 1.5rem;
        margin-bottom:4rem;
        padding-top: 2.125rem;
    }

    @media only screen and (max-width: 1200px) {
        .mitgliedschaften { 
           padding-top:  0px;
            margin-bottom: 4rem;
        }
    }    




#epi { margin-top: -15px;}  
@media only screen and (max-width: 1200px) {
 #epi {
margin-top: 0px;
}
}

#bdpa { margin-top: -15px;}  
@media only screen and (max-width: 1200px) {
 #bdpa {
margin-top: 0px;
}
}

#letztesmitglied { padding-bottom: 0px; margin-top: -20px;}  
@media only screen and (max-width: 1200px) {
 #letztesmitglied {
padding-bottom: 3rem;
margin-top: 0px;
}
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}


.links-footer
 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #dd0b0b;
}  

@media only screen

and (max-device-height : 480px){
    .links-footer{
        font-size: 0.5rem;
        line-height: 0.75rem;
    }

}





.fragencontainer {
    text-align: center; background-color: #fff;
}



#banner {
    padding: 133px 3rem 0px 3rem;
}


@media only screen and (max-width:1200px) {
    #banner { 
        padding: 0px 0px 0px 0px; margin-top: 133px !important ; 
    }
} 

@media only screen and (max-width:800px) {
    #banner { 
        padding: 0px 0px 0px 0px ; margin-top: 74px !important ; 
    }
}




/* Animation */

.grow { 
    transition: all .2s ease-in-out; 
}
    
.grow:hover { 
 transform: scale(1.2); 
 }



 .hero-image {
    background-image: url("bilder/banner_handy.jpg") ;
    background-color: #cccccc;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.25;
  }


  .mobileShow { display: none;}

  /* Smartphone Portrait and Landscape */

  @media only screen

  and (max-device-width : 480px){ .mobileShow { display: inline;}}

  .mobileHide { display: inline;}

  @media only screen

  and (max-device-height:450px){ .mobileShow { display: inline;}}

  .mobileHide { dispay: inline;}

  /* Smartphone Portrait and Landscape */

  @media only screen

  and (max-device-width : 480px){  .mobileHide { display: none;}}

  @media only screen

  and (max-device-height : 480px){  .mobileHide { display: none;}}

