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

/* Allgemeine */
body{
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: smaller;
  color: #333333;
  min-width: 180px;
  margin-bottom: 3em;
  /* max-width: 1100px; */
}

h1{
  font-family: 'Playfair Display', serif;
  color: #94c356;
  font-size: 1.8em;
  font-weight: 400;
}

h2{
  font-weight: 800;
  font-size: 1em;
  color: #666;
  margin-top: 3em;
}

h3{
  font-weight: 800;
  font-size: 1em;
  margin-top: 1em;
  margin-top: 3em;;
  color: #666;
}

h4{
  margin: 0;
  margin-bottom: 0em;
  color: #94c356;
  font-size: 1em;
}

p{
  margin-top: 0.25em;
}


ul{
  margin-block-start: 0em;;
  padding-inline-start: 0;
}

ul li{
  list-style-type: "•  ";
  list-style-position: inside;
}

ol li{
  list-style-position: outside;
}

td{
  vertical-align: text-top;
}

input,
textarea{
  font-family: inherit;
  font-weight: 300;
  font-size: 1em;
  width: 32em;
  border: 1px;
  border-color: #969696;
  border-style: solid;
}

input.mandatory,
textarea.mandatory{
  background-color: #F0FFDB;
}

input.count,
textarea.count{
	width: 3em;
}

textarea {
  width: 32em;
  height: 6em;
}



/* Banner */
#HeaderPic{
  padding-top: 2em;
  padding-bottom: 1.42em;
}

#HeaderPic img{
  width: 100%;
}

#Body{
  justify-content: center;
}

.InlinePicture {
  float: left;
  width: 11.5em;
  padding-right: 2em;
}

/* #MainArticle{
  display: block;
} */

.PicsLeft{
float: left;
display: block;
}

#MainArticle a,
#MainArticle a:link,
#MainArticle a:visited{
  color: #94c356;
  text-decoration: none;
  font-weight: 400;
}

#MainArticle a.CamouflagedLink,
#MainArticle a.CamouflagedLink:link,
#MainArticle a.CamouflagedLink:visited{
  color: #333333;
  text-decoration: none;
  font-weight: 100;
}

/* Trennlinie und Feedback */
.Ruler{
  margin-top: 4em;
}

.Ruler hr{
  width: 100%;
  margin-top: 0.8em;
  background: #94c356;
	height: 0.5px;
  border: 0px;
}

#Feedback{
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

/* Seitenbereich rechts / unten */
#Side{
  display: flex;
}

#SidePic img{
  width: 100%;
}

#DottedLine{
  padding-top: 5px;
  font-size: 8px;
  line-height: 0.75;
}

/* Bereich Address*/
#Address{
  width: 11em;
}

#Address h5{
  margin: 0;
  color: #94c356;
  font-size: 1em;
}

#Address p{
  margin-block-start: 0;
}

#Address a,
#Address a:link,
#Address a:visited{
  color: #94c356;
  text-decoration: none;
  font-weight: 400;
}

#Address a.CamouflagedLink,
#Address a.CamouflagedLink:link,
#Address a.CamouflagedLink:visited{
  color: #333333;
  text-decoration: none;
  font-weight: 100;
}

/* Fitnessguide auf allen verstecken */
#QFK {
  display: none;
}

