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

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

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



a
{
	color: #315132;
	text-decoration: none;
}
a:active 
{
	color: #CD1316;
	text-decoration: none;
}
a:hover
{
   color: #CD1316;
   text-decoration: none;
   text-shadow: none;
}
   
body
{
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 1.1em; font-weight: normal;
  color: #231f20; -webkit-text-size-adjust:none;
  background-color:#fff;
}

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


input, textarea, select
{
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
font-size: 1.2em;
padding: 8px;
color: #222; background: #fff;
border: 1px solid #999;
}
input:focus, textarea:focus, select:focus {
    color:#315132; border: 1px solid #315132;
}

 
.small
{
   font-size: 0.9em;
}
         
h1 {
font-size: 2.0em;
color: #315132;
font-weight: 700;
margin: 20px 0 20px 0;
line-height: 1.5em;
padding: 0;
}

h2 {
font-size: 1.5em;
color: #222;
font-weight: 700;
margin: 25px 0 20px 0;
font-weight: 400;
}
h3 {
color: #222;
font-size: 1.2em;
margin: 20px 0 10px 0;
font-weight: 700;
}

footer h3 { margin: 0 0 10px; padding-bottom: 5px; border-bottom: 1px solid #fff; color: #fff;}

h4 {
font-size: 1.0em;
margin: 20px 0 10px 0;
}

.marker {
    color: #315132;
}

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.5em;
}
p.tel::before {
  display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: 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;
   font-size: 1.2em;
  content: "\e90c"; font-weight: normal;
}


td {
    line-height: 1.5em;
}

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

p.utitle {
font-weight: bold;
}

.teaserseite, #suchergebnis {
    float: left; width: 100%; margin: 0; display: flex; flex-wrap: wrap;
}
.teaserseite .artikel {
    float: left; width: 98%; margin: 0 1%;
}
.teaserbox, .box {
 float: left; width: 31.33%; margin: 10px 1%;text-align: center; background:#fff;
    box-sizing: border-box; border: 1px solid #e6e6e6; position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease; border-radius: 10px; overflow: hidden;
padding: 0 0 60px;
}
.teaserbox:hover {
    background: #eee;box-shadow: 0px 0px 5px 0px #666;
-moz-box-shadow: 0px 0px 5px 0px #666;
-webkit-box-shadow: 0px 0px 5px 0px #666;
}
.teaserbox > a {
    float: left; width: 100%; text-align: center;
}

#textfeld img.boxbild {
margin: 0 0 10px;
max-width:100%;
max-height: 300px
}

.teaserbox h2 {
padding: 0 10px;
margin: 10px 0 5px 0;
color: #555464;
text-align: center;
}

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

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

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

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

ul {
    line-height: 1.5em; padding: 0 0 0 25px; list-style-type: square;
}

.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; color: #315132; width: 94%; padding: 10px 2% ; background:#ececec;  cursor: pointer; font-size: 1.1em; font-weight: normal; border-bottom: 1px solid #315132; margin: 5px 1%;}
h2.offen { background: #c2e3f6; }
div.accordeon {
    float: left; width: 100%; padding: 10px 0; background: #fff;
}

h2.accordeonlink:before {
  display: block; padding: 0;
  font-family: 'icons';
  text-decoration: none;
  font-size: 1.0em;
  content: "\e806"; float: right;
}

h2.offen:before {
  display: inline; padding: 0;
  font-family: 'icons';
  text-decoration: none;
 font-size: 1.0em;
  content: "\e805"; float: right;
}

#textfeld table {
    max-width: 100% !important; border-collapse: collapse;
}


@media only screen and (max-width: 960px) {
.teaserbox, .box {width: 48%; }

}

@media only screen and (max-width: 680px)
{
h1 {font-size: 1.6em;}
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%;}

}