@font-face {
    font-family: 'National';
    src: url('fonts/National-Regular.eot');
    src: url('fonts/National-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/National-Regular.woff2') format('woff2'),
        url('fonts/National-Regular.woff') format('woff'),
        url('fonts/National-Regular.ttf') format('truetype'),
        url('fonts/National-Regular.svg#National-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National';
    src: url('fonts/National-Bold.eot');
    src: url('fonts/National-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/National-Bold.woff2') format('woff2'),
        url('fonts/National-Bold.woff') format('woff'),
        url('fonts/National-Bold.ttf') format('truetype'),
        url('fonts/National-Bold.svg#National-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Global View */



body {
    font-family:'National','Arial', sans-serif;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}


.header-container{
    background-color: rgba(255, 255, 255, 0.297);
    position:relative;
}

header{
    max-width: 1400px;
    min-height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px
}


.logo{
text-align: left;
}

.menue{
    text-align: right;
}

.navbutton{
    text-align: right;
    color: rgba(130, 120, 111, 0.303);
}

.navbutton:hover {
    color: rgb(130, 120, 111);	
}

.aktive{
    color: rgba(130, 120, 111, 0.906);
}


a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.light{
    color: rgba(130, 120, 111, 0.303);
}

h1{
    font-size: 3.3rem;
    font-weight: bold;

}
.art{
    color: rgba(130, 120, 111, 0.92);
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: bold;
}

h4{
    font-size: 1.4rem;
    line-height: 1.6rem;
}

h6{
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight:bold;
}

p{
    font-size: 1.4rem;
    line-height: 1.6rem;
}

li{
    font-size: 1.4rem;
    list-style-type: none;
}
.hr-normal{
    height: 2px;
    background: #000000;
    max-width: 1360px;
}

.hr-bold{
    height: 6px;
    background: #000000;
    max-width: 1360px;
}

.textbold{
    font-weight:bold;
}
.container{
    min-height: 500px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 6px 0 6px;
}


.col{
    width: 33.33%;
    height:min-content;
    padding: 14px ;
    position: relative;
}


.col img {
    display: block;
}

.child {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 14px;
    right: 14px;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000fe;
  }


  .child p{
    color: white;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

.col:hover .child{
    opacity: 0.7;
}


.col-dienst p {
    font-size: 0.875rem;
    padding: 20px 25px;
    line-height: 1.25rem;
}

.col-dienst h2 {
    padding: 30px 25px 5px 25px;
}

.col-dienst ul {
    font-size: 0.875rem;
    padding: 0px 20px 25px 40px;
    line-height: 1.25rem;
}


.col img {
width: 100%;
height: auto;
}

.col-dienst img {
    width: 100%;
    height: auto;
    }


.highlight{
    font-weight: 700;
}

.card50{
    width: 49%;
}

.card100{
    width: 100%;
}

.mybutton{
    padding: 10px 25px;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 1rem;
    position:relative;
}





.footer-container{
    background-color: white;
}

footer{
    max-width: 1200px;
    min-height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:top;
}


.kontaktblock{
    padding: 20px 40px;
}
.adress{
    width: 30%;
}

.adress p {
    padding: 10px 25px;
    line-height: 1.25rem;
}


.kontaktseite{
    padding: 50px 30px ;
}
.landkarte{
    margin: 40px;
}

.impressum{
    padding: 20px 40px;
}


/* The Modal (background) */
.modal-bg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /*Sit on top  */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
  /*   overflow: auto;  Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.95); /* Black w/ opacity */
    overflow-y: auto;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #000000;
    color: white;
    padding: 10px 30px 30px 30px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 3%;
    max-width: 1400px;
}

.modal-leistung-inhalt{
    max-width: 1200px;

}

.hell{
    background-color: #ffffff;
    color: #000000;
}

/* NAVIGATION  */
.close{
    width: 80px;
    padding: 20px;
}

.big{
    width: 60px;
    padding: 0;
    margin:30px 20px;
}

.modal-next-prev{
    display: flex;
    flex-wrap: wrap;
}



.modal-content a:hover{
    transition: transform .2s; /* Animation */
    transform: scale(1.3);
} 


.modal-next-prev a:hover{
    transition: transform .2s; /* Animation */
    transform: scale(1.3);
}

.pfeile{
    width: 50px;
    }

    /* Next & previous buttons */
    .prev, .next {
        position: absolute;
        top: 45%;
        padding: 20px;
        transition: 0.6s ease;
 
    }
    
    /* Position the "next button" to the right */
    .next {
      right: 0;
    }




/* DAS NEUE MODAL */
  [id^=modal] {
    display: none;
    /* position: fixed; */
    }
  input[type=checkbox] {
    position: absolute;
    clip: rect(0 0 0 0);
    }
        #modal1:target {
            display: block;
            }
        #modal2:target {
            display: block;
            }
        #modal3:target {
            display: block;
            }
        #modal4:target {
            display: block;
            }
        #modal5:target {
            display: block;
            }
        #modal6:target {
            display: block;
            }
        #modal7:target {
            display: block;
            }
        #modal8:target {
            display: block;
            }        
        #modal9:target {
            display: block;
            }
        #modal10:target {
            display: block;
            }
        #modal11:target {
            display: block;
            }
        #modal12:target {
            display: block;
            }


        #modal101:target {
            display: block;
           }
       #modal201:target {
           display: block;
           }
       #modal301:target {
           display: block;
           }
       #modal401:target {
           display: block;
           }
       #modal501:target {
           display: block;
           }
       #modal601:target {
           display: block;
           }
       #modal701:target {
           display: block;
           }
       #modal801:target {
           display: block;
           }        
       #modal901:target {
           display: block;
           }
       #modal1001:target {
           display: block;
           }
       #modal1101:target {
           display: block;
           }
       #modal1201:target {
           display: block;
           }






  [id^=modal] a {
    float: right;
    }


    * {box-sizing:border-box}
    body {margin:0}
    .mySlides {display:none}
    


    /* SLIDESHOW */

    /* Slideshow container */
    .slideshow-container {
      max-width: 100%;
      position: relative;
    }
    
    .modal-content p{
    font-size: 1.2rem;
    }

    .pictures-in-Galerie{
        width: 100%;
        object-fit: cover;
    }


    
    /* Caption text */
    .text {
      font-size: 1.4rem;
      /* bottom: 0px; */
    }
    
    .fotografie{
        color: rgb(130,120,111);
    }
    
    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
    }
    
    @-webkit-keyframes fade {
      from {opacity: 1} 
      to {opacity: 1}
    }
    
    @keyframes fade {
      from {opacity: 1} 
      to {opacity: 1}
    }
    
.dot{
    display: none;
}


.Beschreibung{
    padding: 20px 20px 10px 20px;
}
.tabelle-dienstleistungen{
    display: flex;
}

.leistungen text{
    margin: 20px;
}



.modal-close{
    width: 60px;
    /* margin:20px 40px; */
  position: absolute;
  right: 0;
}

/* .modal-close:hover{
    transition: transform .2s;
    transform: scale(1.1);
} */

.nav-links{
 /*    background-color: darkmagenta; */
    position: absolute;
    left: 0;
    top: 550px;
    transition: 0.6s ease;
}
.nav-button{
    width: 60px;
    margin:40px
}

.Inhalt{
/*     background-color: yellow; */
    width: 100%;
    min-height: 1200px;
    padding: 80px 40px 0px 120px;
}
.nav-rechts{
/*     background-color: rgb(0, 139, 32); */
    position: absolute;
    top: 550px;
    right: 0;
    }

.leistungen-container{
    max-width: 93%;
}


.digitalisierung-container{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 0;
    max-width: 1300px;
}


.Spalte1{
    width: 15%;
}
.Spalte2{
    width: 35%;
}
.leistungen-bilder{
    max-width: 450px;
}







/* Modal schmaler -----------------------------------------------*/
@media (max-width:1250px) {
    .leistungen-bilder{
        max-width: 350px;
    }

    h3{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }


    h4{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    
    h6{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    
    p{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    
    li{
        font-size: 1.2rem;
    }


}



/* Tablet View -----------------------------------------------*/
@media (max-width:1024px) {


.col{
    width: 50%;
}


.adress{
    width: 100%;
}

footer{
    display: block;
}


.header-container{
    position:relative;
    min-height: 100px;
    max-height: 180px;
}

h1{
    font-size: 2.5rem;
}

h3{
    font-size: 1.2rem;
    line-height: 1.3rem;
}

p{
    font-size: 1.2rem;
    line-height: 1.3rem;
}

li{
    font-size: 1.2rem;
}

.child {
    opacity: 1;
    background-color:#00000000;
  }

.child p{
    color: black;
    font-size: 1.2rem;
    top: 100%;
    left: 0%;
    -webkit-transform: translate(-00%, -0%);
    -ms-transform: translate(-00%, -00%);
    transform: translate(-00%, -00%);
    text-align: left;
  }


.mybutton{
    margin-left: 0;
}



.kontaktseite{
    padding-top: 0px;
}

.modal-content {
    width: 100%;
    padding: 20px;
    top: 0%;
}




.slideshow-container {
    margin: 0px;
  }
  .pictures-in-Galerie{
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}


/* .col span{
    background-color: rgba(0, 0, 0, 0.372);
    color: rgba(255, 255, 255, 0.568);
} */

.kontaktseite{
    padding: 50px 30px ;
}

.card50{
    width: 49%;
}

.card66{
    width: 63%;
}
.card33{
    width: 30%;
}
.card100{
    width: 100%;
}

.leistungen-bilder{
    width: 250px;
    }
    .Inhalt{
        /*     background-color: yellow; */
            width: 100%;
            min-height: 1200px;
            padding: 80px 60px 0px 60px;
        }
        .nav-button{
            width: 40px;
            margin:20px
        }

        .big{
            width: 40px;
            margin:10px 10px;
        }
        .leistungen-container{
            max-width: 100%;
        }

}
/* Tablet View -----------------------------------------------*/
@media (max-width:600px) {
    .leistungen-bilder{
        width: 200px;
    }
}





/* Mobile View -----------------------------------------------*/
@media (max-width:400px) {
    
    h1{
        font-size: 1.25rem;
        line-height: 1.6rem;
    }
    h4{
        font-size: 0.75rem;
        line-height: 1rem;  
    }

    h6{
        font-size: 0.75rem;
        line-height: 1rem;
    }

    p{
        font-size: 0.75rem;
        line-height: 1rem; 
    }

    .child p{
        font-size: 1rem;
        line-height: 1.6rem;
        opacity: 1;
      }


    header{

        min-height: 100px;
        padding: 16px
    }


    .header-container{
        min-height: 20px;
        max-height: 60px;
        padding: 0px 0px 100px 0px;
    }


    
    .col{
        width: 100%;
        padding: 20px 8px 20px 8px ;
    }
    .child{
        top: 20px;
        bottom: 20px;
        left: 8px;
        right: 8px;
    }

    .col-dienst{
        width: 100%;

    }
    .adress{
        width: 100%;
    }



    .text {
    font-size: 0.5rem;
    }

    .nav-links{
        display: none;
    }

    .nav-rechts{
        display: none;
    }

    .Inhalt{
        /*     background-color: yellow; */
            width: 100%;
            min-height: 1200px;
            padding: 70px 10px 0px 0px;
        }

.modal-content p{
    font-size: 0.75rem;
}

.modal-content li{
    font-size: 0.75rem;
}

.pfeile{
    width: 20px;
    }

    .close{
        width: 60px;
        padding: 20px;
    }

    .modal-content {
        padding: 10px 10px 30px 10px;
        width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 3%;
        bottom: 3%;
        max-width: 1560px;
    }


.big{
    width: 30px;
    padding: 0;
    margin:20px 10px;
}



.kontaktseite{
    padding: 50px 30px ;
}

.Beschreibung{
    padding: 10px 0px 0px 0px;
}

.Tabelle{
    width: 100%;
}

}