/* Farben:
Primärfarbe: #91969a
Sekundärfarbe 1: #d4ccb7
Sekundärfarbe 2: #98948a
*/



body {
margin: 0;
padding: 0;
font-family: 'Maven Pro', sans-serif;
}


a {
  text-decoration: none;
  color: #fff;
}

a.impressum {
  text-decoration: none;
  color: #91969a;
}

p {
  color: #555;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

p.unterschrift {
  color: #555;
  font-weight: 500;
  margin-top: 40px;
}


.fliesstext {
  font-weight: 400;
  font-size: 15px;
}



.head {
background: #91969a;
background-size: cover;
margin: 0 0 10vh 0;
}

.logo {
width: 100%;
max-width: 700px;
margin: auto;
padding: 5% 0;
}

.hinweis {
  margin: 0px auto;
  color: #fff;
  text-align: center;
  font-size: 40px;
}


.hinweis p {
  margin: 0;
}





.body-white {
background: #fff;
}

.body-white-grafik {
background: #fff;
/*background-image: url("../images/grafik.svg");
background-repeat: no-repeat;
background-size: cover;*/
}

.body-sek-farbe1 {
background: #d4ccb7;
padding: 20px;
margin: 10vh 0;
}

.body-sek-farbe2 {
background: #98948a;
padding: 20px;
margin: 10vh 0;
}

.textblock {
  max-width: 700px;
  margin: auto;
}



h1 {
font-size: 26px;
font-weight: 500;
color: #91969a;
margin-bottom: 50px;
}

h2 {
font-size: 18px;
font-weight: 400;
color: #91969a;
margin: 100px 0 25px 0;
}

h3 {
font-size: 24px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
text-align: center;
}

h4 a {
  font-size: 18px;
  font-weight: 400;
  color: #d4ccb7;
}

.auflistung {
  color: #91969a;
}

.text-auflistung {
  color: #91969a;
  font-weight: 500;
  line-height: 2em;
  font-size: 15px;
  list-style-type: circle;
  margin: 40px 0px 40px 30px;
}

.auflistung-impressum {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.mail {
  color: #91969a;
  text-decoration: none;
}

ul {
list-style-type: none;
padding-left: 0;
font-size: 30px;
font-weight: 300;
color: #fff;
line-height: 2em;
}

ul.kontakt {
list-style-type: none;
padding-left: 0;
font-size: 16px;
font-weight: 300;
color: #555;
line-height: 1.5em;
float: left;
margin: 0 50px 100px 0;
}

ul.leistungen {
list-style-type: disc;
padding-left: 100px;
font-size: 22px;
font-weight: 400;
margin: 50px 0;
}

.name {
  font-weight: 400;
  font-size: 24px;
  line-height: 2em;
}


.kontaktbild {
border-style: solid;
border-width: 0px;
border-radius: 50%;
width: 225px;
height: 225px;
overflow: auto;
background-image: url("../images/frank.svg");
background-position: 50%;
background-size: 225px;
}

.kontakt a {
color: #91969a;
transition: color 0.5s;
}

.kontakt a:hover {
color: #555;
transition: color 0.5s;
}


.bereich2 {
padding: 0 5%;
}


.bereich3 {
background: #98948a;
padding: 10px 0;
clear: left;
margin-top: 150px;
}

.footer {
font-size: 12px;
text-align: center;
color: #98948a;
}

div.textblock iframe {
  width: 100%;
	object-fit: cover;
}



/* ---------------- mobile Ansicht -------------- */

@media only screen and (max-width: 600px) {

  h1 {
  font-size: 24px;
  }



  .logo {
  padding: 30% 0;
  }


.body-white {
padding: 0 10%;
}


.hinweis {
  font-size: 20px;
}

p {
    font-size: 15px;
    line-height: 1.4em;
}


ul {
font-size: 16px;
}

ul.leistungen {
padding-left: 10%;
font-size: 22px;
font-weight: 400;
margin: 50px 0;
}

ul.kontakt {
font-size: 17px;
float: none;
margin: 0 5% 10% 5%;
}


.kontaktbild {
width: 175px;
height: 175px;
background-size: 175px;
margin: 10%;
}

.body-sek-farbe1 {
padding: 20px 50px;
}



}







/* ---------------- Zwischen-Ansicht -------------- */

@media only screen and (min-width: 601px) and (max-width: 1200px) {



.body-white {
padding: 0 15%;
}

.kontaktbild {
margin: 10%;
}


}
