body{
    margin: 0px;
}

/* 
BLAU: 
#1A0080
GRÜN:
#34A23C
*/

.section_header{
    padding-top: 50px; 
    text-align: center;
    font-size: 550%;
    font-family: arial;
    font-weight: bold;
    /* color: #605E5E; */
    /* color: #34A23C; */
    color: #1A0080;
    letter-spacing: -0.02em;
    word-wrap: break-word;
    text-transform: uppercase;
} 


#menu-icon{
    color: white;
    font-size: 5pt;
    float: left;
    padding-top: 70px;
    padding-bottom: 80px;
    visibility: hidden;
}

#home{
    background: url("../img/office153.png");
    height: 100vh;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 40%;
}

.logo-wrapper{
    float: left;
    padding-top: 10px;
}

.navbar-brand{
    position: relative;
    background: url(../img/HB-Logo_252_100_25.svg);
    width: 242px;
    height: 242px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.navigation{
    float: right;
    padding-top: 10px;
}

.nav_content{
    float: left;
    padding: 100px 10px;
}

.nav_content a{
    font-family: arial;
    color:white;
    font-weight: bold;
    font-size: 15pt;
}

.nav_content a:hover{
    font-family: arial;
    border-bottom: 4px solid #34A23C;
    color: white;
}

.slogan{
    font-family: arial;
    color:white;
    padding-top: 33vh;
    font-size: 540%;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    text-shadow: black 0.2em 0.2em 0.2em;
}

.arrowblock-absolute{
    position: absolute; 
    left: 50%;
    bottom: 20px;
}

.arrowblock{
    left: -50%;
    position: relative;
}


.arrow {
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    border-bottom: 8px solid white;
    border-left: 8px solid white;
    display: inline-block;
}


.arrow:hover {
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    border-bottom: 8px solid #34A23C;
    border-left: 8px solid #34A23C;
    display: inline-block;
    
}

.service-block{
    margin-top: 35px;
    margin-bottom: 80px;
} 



.col-lg-6.service-box{
    /* border: 2px solid black; */ 
    padding: auto;
}

.service-box-content{
    margin-top: 40px;
}

.service-description{
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-text{
    /* padding-left: 20px; */
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 150%;
    color: #1A0080;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

#dguv{
    color: #34A23C;
}

.officeimage{
    width: 400px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.officeimage img{
    width: 100%;
    height: 100%;
}

.hblogoplaceholder {
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.hblogoplaceholder img{
    width: 100%;
    height: auto;
}

#kontakt{
    background-color: #1A0080;
    height: 1000px;
}

#kontakt-zeile{
    margin-top: 60px;
    padding-bottom: 80px;
}

.kontakt-data-placeholder {
    height: 95px;
}

.contact_icon{
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.contact_icon img{
    width: 100%;
    height: 100%;
}

.contact_text{
    font-family: Arial;
    font-weight: bold;
    font-size: 17pt;
    color: white;
    /* color: #34A23C; */
    line-height: 1;
    margin: 0;
    padding: 25px 0 0 35px;
}

#umbruch{
    line-height: 1.5;
}

.googlemaps{
    /* border: 2px solid red; */ 
    display: flex;
    position: relative; 
    align-items: center;
    justify-content: center; 
    margin-top: 40px;
}

.img-einsatzgebiet{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.img-einsatzgebiet img{
    height: 700px;
    width: auto;
}

.einsatzgebiet-description{
    text-align: center;
    font-size: 20pt;
    color: #1A0080;
    font-weight: bold;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 150px;
}

#page-end{
    /* background-color: rgb(182, 182, 182); */
    background-color: #44c04c;
}

#page-end-content-row{
    padding-top: 65px;
    padding-bottom: 40px;
}

#logo-footer img{
    width: 100%;
}

#logo-footer{
    text-align: center;
    height: 215px;
    width: 215px;
}

.gray_separator{
    background-color: #1A0080;
    width: 70%;
    height: 6px;
}

.page-end-title{
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 3px;
    padding-bottom: 13px;
    font-family: arial;
    font-weight: bold;
    font-size: 11pt;
    color: #1A0080;
}

footer nav ul{
    list-style-type: none;
    padding-top: 0px;
    padding-left: 3px;
}

footer nav ul li a{
    font-weight: bold;
    font-size: 11pt;
    color: #1A0080;
    font-family: arial;
    padding-left: 0px;
    padding-top: 0px;
}

nav ul li a:hover{ 
    color:#34A23C;
    text-decoration: none;
}

#page-end-content-middle{
    font-weight: bold;
    font-size: 11pt;
    color: #1A0080;
    font-family: arial;
    padding-left: 3px;
}

#page-end-social-networks{
    padding-left: 3px;

}

#page-end-social-networks i{
    font-size: 130%;
    padding-left: 3.5%;
    color: #1A0080;
}

.arrow-top i {
	color: #F1F1F1;
	font-size: 150%;
}

.arrow-top i:hover {
	color:#34A23C;
}

.arrow-top {
	position: fixed;
	bottom: 25px;
	background-color: #605E5E;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 14px;
	border-radius: 50%;
    right: 30px;
}

#copyright{
    margin-top: 17px;
    margin-bottom: 20px;
    text-align: center;
}

#copyright p{
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1920px) {
    body{ 
        overflow-x: hidden;
        max-width: 1920px;
    }

    .section_header{
        padding-top: 35px;
        font-size: 450%;
    }

    .slogan{
        font-size: 380%;
        padding-top: 40vh;
        font-weight: 600;
    }

    .arrow {
        width: 40px;
        height: 40px;
        border-bottom: 7px solid white;
        border-left: 7px solid white;
    }
    
    .arrow:hover {
        width: 40px;
        height: 40px;
        border-bottom: 7px solid #34A23C;
        border-left: 7px solid #34A23C;        
    } 

    #kontakt{
        height: fit-content;
    }
    
    #kontakt-zeile{
        margin-top: 0px;
        padding-bottom: 120px;
    }
    
    .kontakt-data-placeholder{
        height: 90px;
    }

    .googlemaps-placeholder{
        height: 20px;
    }

    #strasse_hnr{
        padding: 30px 0 0 25px;
    }

    .contact_text{
        padding: 25px 0 0 25px;
    }


    .googlemaps iframe{
        height: 500px;
    }


}


@media screen and (max-width: 1200px) {
    body{ 
        overflow-x: hidden;
        max-width: 1200px;
    }

    .section_header{
        font-size: 450%;
    }

    .slogan {
        font-size: 400%;
        font-weight: 600;
    }

}


@media screen and (max-width: 991.98px) {
    body{ 
        overflow-x: hidden;
        max-width: 991.98px;
    }

    .section_header{
        padding-top: 80px;
        font-size: 440%;
    }
    
    .slogan{
        font-size: 500%;
        font-weight: 600;
        padding-top: 30vh;
        line-height: 1.4;
    }

    .slogan-bindestrich::after{
        content: "-\A";
        white-space: pre;
    }


    .nav_content{
        display: none;
    }

    #menu-icon{
        visibility: visible;
        font-size: 45pt;
    }

    .fa.fa-bars:hover {
        color: #34A23C;
    }

    .service-box-content{
        margin-top: 60px;
    }


    .service-text{
        font-size: 270%;

    }

    .hblogoplaceholder {
        text-align: center;
        width: 40px;
        height: 40px;

    }

    .officeimage{
        width: 700px;
        height: 450px;
        margin-left: auto;
        margin-right: auto;
    }


    #kontakt{
        height: 1850px;
    }
    
    #kontakt-zeile{
        margin-top: 20px;
        padding-bottom: 5px;
    }

    .col-lg-6.kontakt-zelle table{
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact_icon{
        width: 150px;
        height: 150px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .contact_text{
        font-size: 28pt;
        margin: 0;
        padding: 25px 0 0 35px;
    }

    #strasse_hnr{
        font-size: 28pt;
        padding: 25px 0 0 35px;
    }

    #email_adresse{
        font-size: 22pt;
        padding: 25px 0 0 35px;
    }

    .googlemaps-placeholder{
        height: 40px;
    }

    .googlemaps iframe{
        height: 700px;
        width: 100%;
    }

    #logo-footer{
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #logo-footer img{
        width: 100%;
        height: 100%;
        float: left
    }

    #page-end-content{
        text-align: center;
    }

    .col-12.col-lg-3.content-column{
        padding-top: 40px;
    }

    .gray_separator{
        background-color: #1A0080;
        width: 50%;
        height: 6px;
        margin-left: auto;
        margin-right: auto;
    }

    #page-end-content .col-12.col-md-3{
        padding-bottom: 10px;
    }

    .page-end-title{
        font-size: 20pt;
    }
    
    footer nav ul li a{
        font-size: 20pt;
    }

    #page-end-content-middle{
        font-size: 20pt;
    }

    #page-end-social-networks i{
        padding-top: 10px;
        font-size: 300%;
        padding-left: 20px;
        color: #1A0080;
    }

    #first-footer-icon{
        padding-left: 0px;
    }

    #page-end-content-row{
        padding-top: 10px;
        padding-bottom: 70px;
    }

    #copyright{
        margin-top: 25px;
        margin-bottom: 50px;
    }

    #copyright p{
        font-size: 20pt;
    }

    .arrow-top i {
        color: #F1F1F1;
        font-size: 250%;
    }
    
    
    .arrow-top {
        position: fixed;
        bottom: 50px;
        background-color: #605E5E;
        width: 100px;
        height: 100px;
        text-align: center;
        padding-top: 30px;
        border-radius: 50%;
        right: 40px;
    }

}



@media screen and (max-width: 767.98px) {

    body{ 
        overflow-x: hidden;
        max-width: 768px;
    }

    .slogan{
        font-size: 350%;
    }

    .section_header{
        padding-top: 80px;
        font-size: 320%;
    }

    .service-box-content{
        margin-top: 60px;
    }


    .service-text{
        font-size: 200%;

    }

    .hblogoplaceholder {
        text-align: center;
        width: 25px;
        height: 25px;

    }

    .officeimage{
        width: 500px;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .img-einsatzgebiet img{
        height: 500px;
        width: auto;
    }

    .arrow-top i {
        color: #F1F1F1;
        font-size: 150%;
    }
    
    .arrow-top {
        position: fixed;
        bottom: 50px;
        background-color: #605E5E;
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 22px;
        border-radius: 50%;
        right: 40px;
    }




}


@media screen and (max-width: 575.98px) {

    body{ 
        overflow-x: hidden;
        max-width: 575.98px;
    }

    .slogan{
        font-size: 300%;
    }

    .section_header{
        font-size: 280%;
    }

    .service-box-content{
        margin-top: 40px;
    }

    .service-text{
        font-size: 150%;

    }

    .hblogoplaceholder {
        text-align: center;
        width: 21px;
        height: 21px;
    }

    .officeimage{
        width: 400px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .img-einsatzgebiet img{
        height: 450px;
        width: auto;
    }

    .contact_icon{
        width: 100px;
        height: 100px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .contact_text{
        font-size: 20pt;
        margin: 0;
        padding: 25px 0 0 35px;
    }

    .kontakt-data-placeholder {
        height: 50px;
    }

    #strasse_hnr{
        font-size: 20pt;
        padding: 25px 0 0 35px;
    }

    #email_adresse{
        font-size: 17pt;
        padding: 25px 0 0 35px;
    }

}





.overlay {  
    height: 100%;
    width: 0;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0, 0.9); 
    overflow-x: hidden; 
    transition: 0.5s;
  }
  
 
  .overlay-content {
    position: relative;
    top: 25%; 
    width: 100%; 
    text-align: center; 
    margin-top: 30px; 
  }
  
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s; 
  }
  
  
  .overlay a:hover, .overlay a:focus {
    color: #34A23C;
    text-decoration: none;
  }
  
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }