/* prompt-300 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./font/prompt-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Prompt Light'), local('Prompt-Light'),
       url('./font/prompt-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/prompt-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/prompt-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./font/prompt-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/prompt-v4-latin-300.svg#Prompt') format('svg'); /* Legacy iOS */
}

/* prompt-regular - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./font/prompt-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Prompt'), local('Prompt-Regular'),
       url('./font/prompt-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/prompt-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/prompt-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./font/prompt-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/prompt-v4-latin-regular.svg#Prompt') format('svg'); /* Legacy iOS */
}

/* prompt-600 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./font/prompt-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Prompt SemiBold'), local('Prompt-SemiBold'),
       url('./font/prompt-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/prompt-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/prompt-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./font/prompt-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/prompt-v4-latin-600.svg#Prompt') format('svg'); /* Legacy iOS */
}


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

/* source-code-pro-700 - latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./font/source-code-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Code Pro Bold'), local('SourceCodePro-Bold'),
       url('./font/source-code-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/source-code-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/source-code-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./font/source-code-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/source-code-pro-v11-latin-700.svg#SourceCodePro') format('svg'); /* Legacy iOS */
}


a
{
	color: #84b044;
	text-decoration: none;
}
a:active 
{
	color: #666;
	text-decoration: none;
}
a:hover
{
   color: #5f8836;
   text-decoration: none;
   text-shadow: none;
}
   
body
{
font-family: "Prompt", sans-serif;
	font-size: 1.05em; font-weight: normal;
  color: #414141; -webkit-text-size-adjust:none;
  background-color:#fff;
}

h1,h2,h3,p,td {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


input, textarea
{
font-family: "Prompt", sans-serif;
font-size: 1.1em;
}

 
.small
{
   font-size: 0.9em;
}
         
h1 {
font-size: 2.2em;
color: #84b044;
margin:20px 0 30px 0; font-weight: 400;
line-height: 1.4em;
font-family:"Source Code Pro", sans-serif;
}

h2 {
font-size: 1.7em;
color: #84b044;
font-weight: normal;
margin: 20px 0 20px 0;
line-height: 1.5em; font-family:"Source Code Pro", sans-serif;
}
#footbild h2 { color: #fff; }
h3 {
font-size: 1.5em; font-weight: 400;
margin: 20px 0 15px 0;
color: #84b044;font-family:"Source Code Pro", sans-serif;
}
footer h3 {
   color: #84b044; margin: 0 0 20px;padding-bottom: 2px; border-bottom: 1px solid #84b044;
}

h4 {
font-size: 1.1em;
margin: 5px 0;
padding: 5px 1%; float: left; width: 98%; background: #EFEFEF; border-bottom: 1px solid #173b60;
color: #173b60; font-weight: normal;
}
h4:hover {background: #E8E8E8;}
h4.aktiv {background: #84b044; color: #fff;}

h5 {
    font-weight: 600; font-size: 1.0em; color: #173b60; margin: 10px 0;
}

.marker {
    color: #84b044;
}

blockquote {
margin: 20px 0; font-size: 1.1em;
}

.alignleft {text-align: left;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}

.unav h3 a {
padding-left: 20px;
font-size: 90%;
}

p {
margin: 10px 0 15px 0;
line-height: 1.6em;
}

p.tel::before {
  display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 1.2em;
  content: "\f2a0"; font-weight: normal;
}
p.email::before {
  display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 1.2em;
  content: "\e90c"; font-weight: normal;
}

strong, b {
    font-weight: 600;
}


td {
    line-height: 1.5em;
}

p.willkommen {
color: #858494;
margin-top:15px;
font-size: 120%;
font-weight: 600;
}


p.utitle {
font-weight: 600;
}

.teaserseite {
    float: left; width: 100%; margin: 0; display: flex; flex-wrap: wrap;
}
.teaserseite .artikel {
    float: left; width: 98%; margin: 0 1%;
}
.teaserbox, .box {
margin:10px 1%;
float:left;
box-sizing: border-box;
background-color: #efefef;
width: 48%; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
opacity: 0.9;
}
.teaserbox:hover {
    opacity: 1.0;
}

#textfeld img.boxbild {
float: left;
margin: 0 0 20px;
max-width:100%;
}

.teaserbox h2 {
padding: 0 10px;
margin: 15px 0;
color: #173b60;
text-align: center;
font-size: 1.5em;
}

.teaserbox h2 a:link , .teaserbox h2 a:visited {
color: #173b60;
text-decoration: none;
}

.teaserbox h2 a:hover, .teaserbox h2 a:active {
color: #84b044;
}

p.teaserinhalt {
margin:0;
padding: 10px;
}

hr {
    border: 0; float: left; width: 100%; height: 2px; background:#84b044; margin: 10px 0;
}

#textfeld ul {
    line-height: 1.5em; padding: 0 0 0 25px;
}

.preis span {
    display: inline-block; padding: 10px 10px 0 0;
}
.preis span.preis1 {
    font-size: 2.0em;
}

.animation {
  opacity: 0;
  transition: all .5s ease-in-out;
  transform: translateY(50px);
}


.visible {
  opacity: 1;
transform:translateX(0);
}

h2.accordeonlink {float: left; width: 96%; padding: 10px 2% ; margin: 5px 0 0; background: #fff;  cursor: pointer; font-size: 1.1em; font-weight: normal; border-bottom: 1px solid #eee;}
h2.offen { background: #eee; color: #858494; }
div.accordeon {
    float: left; width: 100%; padding: 10px 0; background: #fff;
}

h2.accordeonlink:before {
  display: inline-block; padding: 0 15px 0 10px;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 1.0em;
  content: "\e803";
}

h2.offen:before {
  display: inline-block; padding: 0 15px 0 10px;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 1.0em;
  content: "\e802";
}

.bildcenter {text-align: center;}
#textfeld .bildcenter img {
    max-width: 40%;
}

#footbild p {float: left; width: 100%;}
#footbild p.partner a {float: left; display: block; width: 36%; margin: 10px 7%;}


@media only screen and (max-width: 680px)
{
h1 {font-size: 1.7em;}
h2 { font-size: 1.4em;}
h3 { font-size: 1.2em;}

.teaserbox, .box {width: 98%; }

}

@media only screen and (max-width: 460px)
{
#textfeld img.boxbild {margin: 0 0 10px;max-width: 100%;}

}