﻿body {
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.img_top {
    background-image: url("../bilder/zoehnerNeu_exp_lowres.jpg");
}

.img_zweithaar {
    background-image: url("../bilder/koepfe.jpg");
}

@media (min-width: 850px) {
    .img_top {
        background-image: url("../bilder/zoehnerNeu_highres.jpg");
    }
    /*
	.img_zweithaar {	
		background-image: url("../bilder/buersten_hires.jpg");
	}*/
}

.consentbtn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }

.img_bg {
    display: inline-block;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    padding-top: 52%;
}

.img_bg span {
    background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 2em;
    text-align: center;
    padding-bottom: 60px;
}

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

a:visited {
    color: rgb(80, 80, 80);
    text-decoration: none;
    text-underline: none;
}

a:hover {
    color: rgb(160, 160, 160);
    text-decoration: none;
    text-underline: none;
}

a:active {
    color: rgb(64, 64, 64);
    text-decoration: none;
    text-underline: none;
}

#home {
    width: 100%;
    min-height: 200px;
    background-color: white;
    text-align: center;
}

#valign {
    display: inline-block;
    text-align: left;
}

.left-aligned-block{
    display: block;
    text-align: left;
    margin-left: 40%;

}

.hometxt {
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 150px;
    padding-bottom: 80px;
}

.spaltentext {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 40px;
}

.cap {}

.cap h2 {
    padding-top: 30px;
    padding-bottom: 80px;
}

#servicecap {
    background-color: rgb(237, 237, 237);
    text-align: center;
}

#service {
    min-height: 400px;
    background-color: rgb(237, 237, 237);
    text-align: center;
    padding-bottom: 30px;
}

.koepfe {
    width: 100%;
}

#doppelbild {
    width: 100%;
}

#zweithaar {
    width: 100%;
    background-color: white;
}

#partnercap {
    width: 100%;
    height: 10%;
    background-color: rgb(237, 237, 237);
    display: table;
}

#partnercap h2 {
    padding-top: 50px;
}

#partner {
    width: 100%;
    height: 70%;
    background-color: rgb(237, 237, 237);
    display: table;
    text-align: center;
}

#map {
    width: 100%;
    height: 80%;
}

#impressum {
    background-color: rgb(83, 83, 84);
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 400;
    color: #fff;
}

#impressum a:link {
    color: #fff;
}

#impressum a:visited {
    color: #fff;
}

#impressum a:hover {
    color: #fff;
}

#impressum a:active {
    color: #fff;
}

.impr {
    display: inline-block;
    font-size: 15px;
    text-align: left;
}

.impr_sp {
    float: left;
    padding: 10px;
}

.partnerline {
    width: 100%;
    /*display:table-cell;*/
    vertical-align: middle;
}

.partnerbilderleft {
    margin-right: 5%;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
    padding-right: 10%;
}

.bl {
    float: left;
    width: 50%;
}

.br {
    width: 50%;
}

table {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.hometxt table {
    font-size: inherit;
}

.back {
    width: 100%;
    height: auto;
    max-height: 50%;
}

.menuelayover {
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 100%;
    height: 100px;
    display: table;
    line-height: 2em;
    z-index: 2;
    float: left;
}

.logo {
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    max-height: 100px;
}

.menuepunkte {
    height: 100%;
    float: left;
    display: table;
}

.menuepunkte ul {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    list-style-type: none;
    margin: 0px;
}

.menuepunkte li {
    float: left;
    padding-right: 35px;
}

#cont {
    width: 100%;
    height: 500px;
}

@media only screen and (max-width: 1600px) {
    .img_bg {
        padding-top: 50%;
    }
    .hometxt {
        padding-left: 50px;
        padding-right: 50px;
    }
    .spaltentext {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1170px) {
    .menuepunkte {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1050px) {
    .img_bg {
        padding-top: 60%;
    }
}


/* IPad-Pro*/

@media only screen and (max-width: 1024px) {
    .menuepunkte {
        font-size: 20px;
    }
    .left {
        padding-left: 10%;
    }
    .right {
        padding-right: 0%;
        padding-left: 5%;
    }
    .img_bg span {
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 975px) {
    .menuepunkte {
        font-size: 18px;
    }
    .img_bg {
        padding-top: 66%;
    }
    .img_bg span {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 900px) {
    .menuepunkte {
        font-size: 15px;
    }
}

@media only screen and (max-width: 832px) {
    .menuepunkte {
        font-size: 14px;
    }
    .img_bg span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 810px) {
    .menuepunkte {
        font-size: 12px;
    }
}


/*iPad*/

@media only screen and (max-width: 768px) {
    .menuepunkte {
        font-size: 12px;
    }
    .cap {
        font-size: 20px;
        font-weight: 400;
    }
    .left {
        padding-left: 10%;
        padding-right: 0%;
    }
    .right {
        padding-left: 10%;
        padding-right: 0%;
    }
    .hometxt {
        font-size: 25px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .img_bg span {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 765px) {
    .menuepunkte {
        font-size: 14px;
    }
    .logo {
        margin-right: 0;
    }
    .left-aligned-block{
        margin-left: 20%;
    }
}

@media only screen and (max-width: 720px) {
    .menuepunkte {
        font-size: 12px;
    }
}


/*rund 400px smartphones (450 original)*/

@media only screen and (max-width: 680px) {
    body {
        font-size: 25px;
        font-weight: 350;
    }
    table {
        font-size: 20px;
        font-weight: 300;
    }
    .menuelayover {
        background-color: rgba(255, 255, 255, 0.75);
        width: 100%;
        min-width: 250px;
        height: 100px;
        display: table;
        line-height: 2em;
        text-align: center;
    }
    .logo {
        height: 100%;
        margin-left: -5%;
    }
    .menuepunkte {
        height: 100%;
        float: left;
        display: none;
    }
    .hometxt {
        padding-left: 0px;
        padding-right: 0px;
    }
    .spaltentext {
        padding-left: 30px;
        padding-right: 30px;
    }
    .left {
        padding-left: 5%;
    }
    .right {
        padding-left: 5%;
    }
    #partner {
        height: 30%;
    }
    h2 {
        font-size: 25px;
    }
    .partnerbilderleft {
        width: 30%;
    }
    .partnerbilder {
        width: 30%;
    }
}

@media only screen and (max-width: 560px) {
    .menuelayover {
        position: relative;
    }
}

@media only screen and (max-width: 414px) {
    .img_bg span {
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .img_bg span {
        padding-bottom: 25px;
    }
}


/*rund 350px smartphones Iphone5*/

@media only screen and (max-width: 365px) {
    body {
        font-size: 20px;
        font-weight: 350;
    }
    table {
        font-size: 20px;
        font-weight: 300;
    }
    .menuelayover {
        background-color: rgba(255, 255, 255, 0.75);
        width: 100%;
        min-width: 250px;
        height: 100px;
        display: table;
        line-height: 2em;
        text-align: center;
    }
    .logo {
        height: 100%;
        margin-left: -5%;
    }
    .menuepunkte {
        height: 100%;
        float: left;
        display: none;
    }
    .left {
        padding-left: 5%;
    }
    .right {
        padding-left: 5%;
    }
    #service {
        width: 100%;
    }
    #partner {
        height: 30%;
    }
    h2 {
        font-size: 20;
    }
    .partnerbilderleft {
        width: 25%;
    }
    .partnerbilder {
        width: 25%;
    }
    .impr {
        font-size: 10;
    }
    .img_bg span {
        font-size: 15px;
        padding-bottom: 30px;
    }
}


/*451*/

@media only screen and (min-width: 681px) {
    .logo {
        float: left;
    }
    .hometxt {
        float: left;
    }
}

@media only screen and (min-width: 1300px) {
    .spaltentext {
        float: left;
    }
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}