body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
}

.standart-text{
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 200;
}

.menu-bar{
    width: 100%;
    height: 80px;
    position: fixed;
    background-color: rgba(99, 99, 99);
    z-index: 99;
}

.image-container{
    height: 100%;
    width: 100%;
    min-width: 1000px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bauteck_logo{
    width: 1200px;
    height: 400px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 10;
}

#planning_logo{
    width: 100%;
    height: 200px;
    position: absolute;
    bottom:10px;
    left : 10px;
}

#bautec_hl{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14em;
    line-height: 140pt;
    color: white;
    text-rendering: optimizeLegibility;
}

#bauteck_delimiter{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14em;
    font-weight: 200;
    line-height: 140pt;
    color: rgb(0, 135, 197);
    text-rendering: optimizeLegibility;
}

#bauteck_K{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14em;
    line-height: 140pt;
    color: rgb(84, 55, 17);
    text-shadow: 0px 0px 0px white;
}

#bauteck_ul{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3em;
    line-height: 30pt;
    color: white;
    padding-left: 10pt;
}

.content-container{
    height: auto;
    width: 100%;
    min-width: 1000px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    color: rgb(45, 45, 45);
}

.description-area{
    height: auto;
    width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 3em;
}

#kka-img{
    align-self: flex-end;
}

.big-image{
    width: 100%;
    height: 100%;
    position: absolute;
}

#nature_pic{
    background-image: url("../content/wallpapers/nature_wall.jpg");
    background-size: cover;
    z-index:2;
}

#architec_pic{
    background-image: url("../content/wallpapers/architec_wallpaper.jpg");
    background-size: cover;
    z-index:1;
}

.standart-delimiter{
    width: 80%;
    margin-top: 80px;
    margin-bottom: 80px;
    border-color: rgb(84, 55, 17);
}

#service-hl{
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 200;
    font-size: 40pt;
    text-align: center;
}

#service-flexbox{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 100px auto;
    width: 100%;
    max-width: 1200px;
}
.flex-item{
    width: 300px;
    height: 600px;
    display:block;
}
.flex-picture{
    width: 100%;
    height: 300px;
    border: solid;
    border-width: 1px;
    border-color: rgb(45, 45, 45);
}
#wartung{
    background-image: url(../content/pics/maintenance.png);
    background-size: cover;
}
#vertrieb{
    background-image: url(../content/pics/distribution.png);
    background-size: cover;
}
#planung{
    background-image: url(../content/pics/planning.png);
    background-size: cover;
}
.flex-text{
    display: flex;
    justify-content: center;
    height: 300px;
    width: 100%;
}
.service-flex-underline{
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 200;
    font-size: 30pt;
    padding-top: 40px;
}

.bottom-menu{
    height: 70px;
    width: 100%;
    background-color: rgb(119, 140, 119);
    display: flex;
    align-items: center;
    justify-content: center;
}

#open-impressum{
    background-color: rgba(0,0,0,0);
    height: 30px;
    width: 120px;
    border: solid;
    border-color: white;
    border-width: 2px;
    color: white;
}

#open-impressum:hover{
    background-color: white;
    color: rgb(119, 140, 119);
}



#impressum-frame{
    width: 100%;
    height: 2500px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: none;
}
.contact-flex{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 100px auto;
    width: 100%;
    max-width: 1200px;
}
.contact-flex-item{
    width: 500px;
    height: 600px;
    -webkit-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 35px 2px rgba(0,0,0,0.16);
}
.contact-input{
    width: 300px;
    margin: 20px 0 20px 0;
}
#contact-form-header{
    width: 100%;
    height: 75px;
    background-color: rgb(119, 140, 119);
    display: flex;
    align-items: center;
}
#contact-form{
    width: 100%;
    height: auto;
    padding-left: 40px;
}
#contact-form-headline{
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 200;
    font-size: 30pt;
    line-height: 100%;
    text-align:center;
    color: white;
    width: 100%;
}
#message-area{
    margin-top: 25px;
    height: 150px;
    width: 420px;
}
#send-msg-btn{
    background-color: rgb(119, 140, 119);
    height: 40px;
    width: 120px;
    border: none;
    color: white;
    margin-top: 5px;
}

#contact-info-container{
    padding-left: 40px;
    padding-top: 40px;
    font-family: 'Encode Sans Expanded', sans-serif;
}

.contact-info-row{
    height: 50px;
}

.contact-info-col1{
    width: 100px;
}

.contact-info-col2{
    width: 200px;
}