
*{
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    outline: 0;
}
@font-face{
    font-family: Montserrat;
    src: url(Montserrat/static/Montserrat-Medium.ttf);
}
@font-face{
font-family: Montserrat-light;
    src: url(Montserrat/static/Montserrat-Light.ttf);
}
@font-face{
    font-family: Roboto;
    src: url(Roboto/Roboto-Regular.ttf);
}

html {
    width: 100%;
  
    font-family: 'Montserrat';
    font-size: 15px;
   
    text-align: center;

    background-color: #ffffff;
    background-image: url(Bilder/Hintergrungbild.jpg); 
    background-repeat: no-repeat; 
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;

    scroll-behavior:smooth;   
} 

header {
    background-color: #fff;
    padding: 0.5rem 0;
    margin: 0;
    display: flex; 
}
.bannikow-metallbau{
    font-family: 'Montserrat-Light';
    margin-bottom: 4rem;
    font-size: 40px;
}
h1{
    font-family: 'Montserrat-light';
    src: url(Montserrat/static/Montserrat-Light.ttf);
}

.smartphone2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15%;
    height: 75px;
    line-height: 75px;
    background: rgb(44, 44, 44);
}
.smartphone2 .navbar-brand{
    display: flex;
    z-index: 1;
}

.smartphone2 .nav-list1 {
        display: grid;
        position: absolute;
        background: rgb(44, 44, 44);
        width: 100%;
        top: 75px;
        left: 0;
        transform: translateY(-100%);
        z-index: -1;
        transition: .6s;
    }
.smartphone2 .nav-list1 .nav-item {
    cursor: pointer;
    height: 100%;
    padding: 0 30px;
    transition: .4s;
}
.smartphone2 .nav-list1 .nav-item:hover {
    background: rgba(255, 255, 255, 0.3);
}
.smartphone2 .nav-list1 .nav-item:active {
    background: rgba(200, 200, 200, 0.9);
}
.smartphone2 .nav-list1 .nav-link1 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}
#hauptnavigation .navigationsbereich .nav-oben .nav-link{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}
.smartphone2 .navbar-toggler {
    display: grid;
    cursor: pointer;
    z-index: 1;
}
.smartphone2 .navbar-toggler .bar {
    width: 40px;
    height: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 3px;
    transition: .4s;
}

input{
    display: none;
}
input:checked ~ .smartphone2 .nav-list1{
    transform: translateY(0);
    z-index: 0;
}
input:checked ~ .smartphone2 .navbar-toggler{
    margin-top: 0;
}
input:checked ~ .smartphone2 .navbar-toggler .bar:nth-child(1){
    position: absolute;
    transform: rotate(45deg);
}
input:checked ~ .smartphone2 .navbar-toggler .bar:nth-child(2){
    display: none;
}
input:checked ~ .smartphone2 .navbar-toggler .bar:nth-child(3){
    transform: rotate(-45deg);
}


button{
    padding: 0;
    margin: 0;
    border: 0;
    text-align: right;
    cursor: pointer;
}
.menubutton{
    display: block;
    background-color: #fff;

    padding: 0.1rem 0.1rem;
    border: 0;
    right: 0.5rem;
    margin: 0;
}

.side-header_sp{
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}
body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    overflow-x: hidden;
}

main {
    margin: 0;
    padding: 0 0.5rem;
}
section{
    margin-top: 0;
    margin-bottom: 0;
}
.willkommen_sp {
    background-color:rgba(255, 255, 255, 0.9);
    color: rgb(35, 35, 35);
    margin: 0 0.5rem;
    padding: 7rem 0.5rem 3rem 0.5rem;
}
.infoboxen {
    background-color:rgba(200, 200, 200, 0.9);
    margin: 0 0.5rem;
    padding: 3rem 0.5rem;
}
.ideen{
    background-color:rgba(255, 255, 255, 0.9);
    color: rgb(35, 35, 35);
    margin: 0 0.5rem;
    padding: 3rem 0rem 0 0; 
}
.ideenbilder{
    width: 100%;
    height: auto;
}
.team{
    background-color: rgba(200, 200, 200, 0.9);
    padding: 3rem 0.5rem 3rem 0.5rem;
    margin-bottom: 0;
    margin: 0 0.5rem;
}
.kontaktdaten{
    background-color:rgba(255, 255, 255, 0.9);
    color: rgb(35, 35, 35);
    margin: 0 0.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.kontakt{
    padding: 1rem;
}
 .p , .desctop2{
    padding: 1rem;
    margin: 1rem; 
}
h1 {
    font-size: 30px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
h2{
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
}
h3, .alexs, .alexd{
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem; 
}
.menue::marker{
    content: none;
}
ul{
    list-style-type: none;
}
img {
    margin: auto;
}
.symbolq{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 40%;
    height: auto;
}
.symbolh{
    margin-top: 5%;
    margin-bottom: 5%;
}

header img {
   margin: 0.5rem 1rem;   
}
header button{
    margin:0 1rem 0 0;
}

.smartphone{
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 1rem;
    max-height: 0;
    overflow: hidden;
}
.untermenue{
    text-align: center;
    padding-left: 0;
}
.untermenue a{
    text-decoration: none;
    color: black;
}
.show-menu + .smartphone{
    max-height: 100rem;
}
.ausklappbar{
    text-decoration: underline;
    cursor: pointer;
}
.ausklappbar::marker{
    content: none;
}
details{
    padding-bottom: 0.5rem;
}
.infobox {
    text-align: center;
    background-color: rgba(235, 235, 235, 0.9);
    margin: 1rem 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 1rem;
}

.meta-nav-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.meta-nav-list li {
    margin-right: 1rem;
}
.meta-nav-list li:last-child {
    margin-right: 0;
    margin-left: auto;
}

.teambilder {
    border-radius: 100%;
}

.teammitglied{
    text-align: center;
    background-color: rgba(235, 235, 235, 0.9);
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 1rem;
}

hr{
    margin: 1rem 0;
}
.kontaktdaten{
    border: 0;
    padding-bottom: 1rem;
}
.sozialmedia{
    background-color:none;
    margin: 3rem 0.5rem 0 0.5rem;
    padding-top: 2rem;
    border: 0;
}
footer{
    position: sticky;
    background-color: rgb(44, 44, 44);
    padding: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}
footer .wrapper .meta-nav .meta-nav-list a{
    text-decoration: none;
    color: #fff;
}
.kontaktieren {
    margin-top: 1rem;
}
.kontaktieren p{
    margin-bottom: 0.5rem;
}
.media{
    width: 2rem;
    height: auto;
    margin: 1rem 0.5rem 1rem 0.5rem;
}
.datenschutz{
    background-color: rgba(235, 235, 235, 0.9);
    margin: 0 0.5rem;
    padding: 2rem 1.5rem;
    text-align: left;
}
.datenschutz h1{
    margin: 1.5rem 0 3rem 0;
}
.datenschutz h2{
    margin: 1rem 0;
}
.datenschutz p{
    margin: 1rem 0 3rem 0;
}
.infotext2{
    display: none;
}
.infotexts{
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.sondertext{
    font-size: larger;
    padding: 3rem 0 2rem 0;
}
.Sprungmarke1{
    text-decoration: none;
    color: #000;
    margin: 2rem 0.5rem;
    padding: 0.5rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
}


.Sprungmarke1::after { content: "\2191"; /*Pfeil nach oben im Unicode*/}
.Sprungmarke1::before { content: "\2191"; /*Pfeil nach oben im Unicode*/}
.datenschutz a[href^="https"]::after { content: "\2197"; /*Pfeil nach rechtsoben im Unicode*/}







    



/* @media screen and (max-width: 200px){
    *{display:none;} 
} */
@media screen and (min-width: 200px){
    .desctop { display: none;}
    .desctop1 , .desctop2 { display: none;}
    #hauptnavigation{display: none;}
    .side-header_dt{display: none;}
    .willkommen_dt{display: none;}
    .willkommen_dt2{display: none;}
    .infosbox{display: none;}
    .boxer{display: none;}
    .infoboxen {flex-direction: row;}
    .alexd{display: none;}
}

@media screen and (min-width: 650px){
    /*Elemente die ausgeschaltet werden*/
    .smartphone { display: none;}
    .smartphone1 { display: none;}
    .smartphone2 { display: none;}
    .side-header_sp{display: none;}
    .willkommen_sp{display: none;}
    .infobox{display: none;}
    .alexs{display: none;}
    nav .navbar-toggler{
        display: none;
        height: min-content;
        margin: 18px -10px 0 0;
        cursor: pointer;
    }

    /*Elemente die eingeschaltet werden*/
    .side-header_dt{display: block;}
    .willkommen_dt{display: block;}
    .willkommen_dt2{display: block;}
    .desctop1 , .desctop2 { display: block;}
    .alexd{display: block;}
    html{
        background-image: none;
    }
    body{
        margin-top: 80px;
        padding: 0;
    }
    main {
        margin: 0;
        padding: 0;
    }
    .datenschutz{
        background-color: rgba(200, 200, 200, 0.9);
    }
    .infosbox{
        display: flex;
        height: 20rem;
        width: 30%;
        text-align: center;
        background-color: rgba(235, 235, 235, 0.9);
        
        margin: 0 0.5rem 1rem 0.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        flex: 1;
    }
    .infoboxen h2{
        margin-bottom: 2rem;
    }
    .symbolq{
        height: 50%;
        width: auto;
    }
    .willkommen_dt{
        margin: 0 0.5rem;
        padding: 0;
        border: 0;
        background-color: rgb(0, 0, 0);
    }
    .willkommen_dt img{
        width:100%;
        height:auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
        background-color: rgb(0, 0, 0);
    }
    .willkommen_dt2{
        background-color: rgb(240, 240, 240);
        margin: 0 0.5rem;
        padding-top: 5rem ;
        padding-bottom: 5rem;
    }
    .willkommen_dt2 h2{
        margin-bottom: 0;
    }
    .boxer{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: none;
        margin: 0;
        padding: 1rem;       
    }
    .slideshow, .slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow6{ 
        background-color: rgb(207, 207, 207);
        width: 32rem;
        height: 16rem;
        position: relative; 
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        margin-left:  1rem;
    }
    .infosbox{
        display: block;
        height: 16rem;
        width: 35%;
        text-align: center;
        background-color: rgba(235, 235, 235, 0.9);
        
        margin: 1rem 0.5rem;
        padding: 1rem 1rem;
        border-radius: 1rem;
        flex: 1;
    }
    .infosbox img{
        height: 40%;
        width: auto;
    }
    .slide, .slide1, .slide2, .slide3, .slide4, .slide5, .slide6{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; 
        background-color: rgba(235, 235, 235, 0.9);
        overflow: hidden; 
        opacity: 0;
        transition: opacity 2s;
        border-radius: 1rem;
    }
    .slide-bild{
        width: 100%;
        height: auto;
    }
    .pfeil{
        position: absolute;
        top: 0;
        bottom: 0;
        font-size: 50px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15%;
        color: rgba(255, 255, 255, 0.5);
        user-select: none;
        cursor: pointer;
    }
    .pfeil:hover{
        color: white;
    }
    .pfeil-links{
        left: 0;
    }
    .pfeil-rechts{
        right: 0;
    }
    .indikatorenliste, .indikatorenliste1, .indikatorenliste2, .indikatorenliste3, .indikatorenliste4, .indikatorenliste5, .indikatorenliste6{
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        list-style-type: none;
        font-size: 40px;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .indikator, .indikator1, .indikator2, .indikator3, .indikator4, .indikator5, .indikator6{
        padding: 0 5px;
        user-select: none;
        cursor: pointer;
        opacity: 0.5; 
        transition: opacity 2s;
    }
    .aktiv, .aktiv1, .aktiv2, .aktiv3, .aktiv4, .aktiv5, .aktiv6{
        opacity: 1;
    
    }
    .desctop{
        display:flex;
        background-color: black;
        max-height: none;
        overflow: auto;
        transition: none;

        text-align: center;
        flex-flow: row;
        flex-wrap: wrap;
    }
    .desctop1 , .desctop2{
        background-color: none;
        margin-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .infoboxen{
        padding-top: 7rem;
    }
    .team{
        padding-top: 7rem;
    }
    
    body{
        background-color: rgb(255, 255, 255);
    }
    .famunternehmen, .famunternehmen1 {
        display: flex;
    }
    .ideen{
        background-color: rgb(240, 240, 240);
        padding: 7rem 0 3rem 0rem; 
    
    }
    .ideenclass{
        display: flex;
    }
    .ideenbilder{
        width: 30%;
        height: auto;
        border-radius: 1rem;
    }
    .teammitglied{
        margin: 1rem;
    }
    footer{
        position: sticky;
        background-color: rgb(35, 35, 35);
        padding: 1rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .kontakt2{
        display: flex;
        margin-bottom: 2rem;
    }
    .kontakt{
        width: 50%;
        height: auto;
    }
    .sozialmedia{
        background-color: rgb(240, 240, 240);
        padding: 1rem;
        margin: 0 0.5rem;
    }
    .kontaktdaten{
        background-color: rgb(240, 240, 240);
        padding-top: 7rem;
    }
    /* Nav mit header*/
    header{
        position: relative;
    }
    #hauptnavigation{

        position: fixed;
        left: 0;
        top: 0;
        right: 0;

        background-color: rgb(44, 44, 44);
        display: flex;
        z-index: 999;
    }
    .logobereich{
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .nav-logo{

        background-image: url(Bilder/Logo_Bannikow-Metallbau_neu1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100px;
        height: 100px;
        padding: 0;
        
    }
    .navigationsbereich{
        width: 80%;
        display: flex;
        flex-direction: column;
    }
    .nav-oben{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-right: 10%;
        padding-left: 10%;
        box-sizing: border-box;
    }
    
    .nav-oben a{
        /* color: rgb(0, 0, 0); */
        color: #fff;
    }
    
    .nav-link {
        font-size: 1.2em;
        text-decoration: none;
        text-align: center;
        padding: 14px 16px;
    }
    .nav-icon {
        font-size: 1.2em;
    }
    .nav-unten{
        display: flex;
        width: 100%;
        height: 1.5rem;
        /* background-color: rgb(44, 44, 44); */
        background-color: rgb(235, 235, 235);
        clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding: 2% 2% 2% 20%;
    }
    
    .navigationspunkte{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50vw;
    }
    
    .nav-punkt{
        /* color: rgb(255, 255, 255); */
        color: #000;
    }
    
    .nav-punkt:hover{
        background-color: rgba(210, 210, 210, 0.9);
    }
    .nav-punkt:active {
        background-color: rgba(180, 180, 180, 0.9);
        color: #000;
    }
    .meta-nav-list a{
        color: #fff;
        text-decoration: none;
    }
    .boxer .infosbox h2{
        margin-bottom: 0;
    }
    .boxer .infosbox p{
        margin-top: 0;
    }
}

@media screen and (min-width: 650px) and (max-width: 821px){ 
    .symbolq{display: none;} }

@media screen and (min-width: 650px){

    .slideshow, .slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow6{ 
        background-color: rgb(207, 207, 207);
        width: 25rem;
        height: 12rem;
        position: relative; 
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        margin-left:  1rem;
    }
    .infosbox{
        display: block;
        height: 12rem;
        width: 20%;
        text-align: center;
        background-color: rgba(235, 235, 235, 0.9);
        
        margin: 1rem 0.5rem;
        padding: 1rem 1rem;
        border-radius: 1rem;
        flex: 1;
        
    }
    .infosbox img{
        height: 40%;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .indikatorenliste, .indikatorenliste1, .indikatorenliste2, .indikatorenliste3, .indikatorenliste4, .indikatorenliste5, .indikatorenliste6{
        font-size: 30px;
    }

    .boxer .infosbox .untersymbol{
        margin: 0;
    }
    .infotext1{display: none;}
    .infotext2{display: block;}
}

@media screen and (min-width: 720px){
    body{
        margin-top: 5rem;
        padding: 0;
    }
}
@media screen and (min-width: 734px){
    .boxer .infosbox .untersymbol{
        margin: 0;
        margin-top: 2rem;
    }
}

@media screen and (min-width: 772px){

    .slideshow, .slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow6{
        background-color: rgb(207, 207, 207);
        width: 25rem;
        height: 12rem;
        position: relative;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        margin-left:  1rem;
    }
    .infosbox{
        display: block;
        height: 12rem;
        width: 20%;
        text-align: center;
        background-color: rgba(235, 235, 235, 0.9);
        
        margin: 1rem 0.5rem;
        padding: 1rem 1rem;
        border-radius: 1rem;
        flex: 1;
        
    }
    .infosbox img{
        height: 40%;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .indikatorenliste, .indikatorenliste1, .indikatorenliste2, .indikatorenliste3, .indikatorenliste4, .indikatorenliste5, .indikatorenliste6{
        font-size: 30px;
    }
    .boxer .infosbox .untersymbol{
        margin: 0;
        margin-top: 2rem;
    }
    .infotext2{display: none;}
    .infotext1{display: block;}
}


@media screen and (min-width: 822px){

    .slideshow, .slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow6{ 
        background-color: rgb(207, 207, 207);
        width: 25rem;
        height: 12rem;
        position: relative; 
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        margin-left:  1rem;
    }
    .infosbox{
        display: block;
        height: 12rem;
        width: 35%;
        text-align: center;
        background-color: rgba(235, 235, 235, 0.9);
        
        margin: 1rem 0.5rem;
        padding: 1rem 1rem;
        border-radius: 1rem;
        flex: 1;
    }
    .infosbox img{
        height: 40%;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .infotext, .infotext1{
        display: block;
    }
    .indikatorenliste, .indikatorenliste1, .indikatorenliste2, .indikatorenliste3, .indikatorenliste4, .indikatorenliste5, .indikatorenliste6{
        font-size: 35px;
    }
    .boxer .infosbox .untersymbol{
        margin: 0;
    }
}



@media screen and (min-width: 884px){
    #hauptnavigation{
        position: fixed;
    }
    .slideshow, .slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow6{ 
        background-color: rgb(207, 207, 207);
        width: 32rem;
        height: 16rem;
        position: relative; 
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        margin-left:  1rem;
    }
    .infosbox{
        display: block;
        height: 16rem;
        width: 35%;
        text-align: center;
        background-color: rgba(235, 235, 235, 0.9);
        
        margin: 1rem 0.5rem;
        padding: 1rem 1rem;
        border-radius: 1rem;
        flex: 1;
    }
    .infosbox img{
        height: 40%;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .indikatorenliste, .indikatorenliste1, .indikatorenliste2, .indikatorenliste3, .indikatorenliste4, .indikatorenliste5, .indikatorenliste6{
        font-size: 40px;
    } 
    .boxer .infosbox .untersymbol{
        margin: 0;
    }
}


@media screen and (min-width: 1000px){
    main{
        width: 1000px;
        margin: auto;
    }
    .nav-oben{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; 
        height: 100%;
        padding-right: 10%;
        padding-left: 25%;
        box-sizing: border-box;
    }
 
}
@media screen and (min-width: 1030px){
    body{
        margin-top: 4rem;
        padding: 0;
    }
}

@media screen and (min-width: 1328px){
    .nav-unten{
        padding: 0.2rem 2% 0.2rem 20%;
    }
}