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

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

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

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

a
{
	color: #919095;
	text-decoration: none;
}
a:active 
{
	color: #666;
	text-decoration: none;
}
a:hover
{
   color: #000;
   text-decoration: none;
   text-shadow: none;
}
   
body
{
font-family: "Open Sans", serif;
	font-size: 1.0em; font-weight: 400;
  color: #222; -webkit-text-size-adjust:none;
  background-color:#fff;
}

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


input, textarea, select {
font-family: "Open Sans", sans-serif;
font-size: 1.1em;
color: #454444;
padding: 8px;
border: 1px solid #999;
background: #fff; border-radius: 10px;outline: none;
}
input:focus, textarea:focus {
color: #919095; border: 1px solid #454444;
}
 
.small
{
   font-size: 0.9em;
}
         
h1 {
font-size: 2.1em;
color: #454444;
margin:20px 0 30px 0; font-weight:700;
line-height: 1.4em;
}
h1 i {
    color: #919095;
}

.content100 h1 {
    text-transform: uppercase;
  color: #fff; /* Textfarbe */
  /* Vier Schatten für den Umriss (schwarz) + ein Schlagschatten (grau) */
  text-shadow:
    1px 1px 0 #454444,   /* unten rechts (Umriss) */
    -1px 1px 0 #454444,  /* unten links (Umriss) */
    -1px -1px 0 #454444, /* oben links (Umriss) */
    1px -1px 0 #454444,  /* oben rechts (Umriss) */
    2px 2px 2px #454444; /* Schlagschatten */
    font-size:40px; letter-spacing: 2px; font-weight: bold;
}

h2 {
font-size: 1.9em;
color: #919095;
font-weight:700;
margin: 30px 0 20px 0;
line-height: 1.5em;
}
h2:first-child {
    margin-top: 5px;
}


.balkenr h2, .balkenl h2 {

}

.balken h2, .balkenr h2 {
    color: #fff;
}

h3 {
font-size: 1.3em; font-weight: 400;
margin: 20px 0 15px 0;
line-height: 1.5em;
color: #919095;
}

#footer h3 {
 margin: 0 0 15px; font-weight: 400; color: #fff; letter-spacing: 1px; text-transform: uppercase;
}

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

.marker {
    color: #919095; font-weight: 600;
}

strong, b {
    font-weight: 700;
}

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


ul.liste li {
margin-bottom: 15px;
}

ul.liste {
    margin: 20px 0; padding: 0 0 0 30px;
}


td {
    line-height: 1.5em;
}

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

p.utitle {
font-weight: bold;
}

.teaserseite {
    float: left; width: 102%; margin: 0 0 0 -1%; display: flex; flex-wrap: wrap;
}
.teaserseite .artikel {
    float: left; width: 98%; margin: 0 1%;
}
.teaserbox, .box {
margin:10px 1%;
float:left;
padding: 10px;
box-sizing: border-box;
background:#eee;
width: 31.33%; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;

}
.teaserbox:hover {
    background: #fff; box-shadow: 0px 0px 5px 0px #666;
-moz-box-shadow: 0px 0px 5px 0px #666;
-webkit-box-shadow: 0px 0px 5px 0px #666;
}

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

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

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

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

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

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

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: 94%; padding: 12px 2% 10px; margin: 10px 1% 0; background:#666; color: #fff;  cursor: pointer; font-size: 1.4em; border-bottom: 1px solid #ddd; line-height:30px;transition: all .5s ease-in-out;}
h2.accordeonlink:hover {
    background: #000;
}

h2.offen { background:#666; }
div.accordeon {
    float: left; padding: 20px 0; background: #fff;
}

h2.accordeonlink:after {
  display: block; padding: 0 10px;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 0.9em;
  content: "\e806"; float: right;
}

h2.offen:after {
  display: inline-block; padding: 0 10px;
  font-family: 'icons';
  text-decoration: none;
  speak: none; font-size: 0.9em;
  content: "\e805";float: right;
}


ul.check {
            margin: 0 0 10px 0;
			padding: 0;
			list-style-type: none;
}
ul.check li {
    position: relative; padding: 5px 0 5px 35px;
}
ul.check li:before {
   position: absolute; top: 5px; left: 5px;
  display: block; padding:0;
  font-family: 'icons';
  text-decoration: none; float: left;
  speak: none; font-size: 1.0em;
  content: "\e809"; color: #919095;
}
.balken ul.check li::before {
    color: #000;
}

table {
    max-width: 100%; border-collapse: collapse;
}
#content table td {
    vertical-align: top;/*  */
}


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


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

.teaserbox, .box {width: 98%; }
h2.accordeonlink { font-size: 1.1em; }
.arbeitsbuehne .bildrahmen {margin: 0 0 20px 0; width: 100%; max-width: 100%;}
.arbeitsbuehne table, table.abtab { width: 100%; }
}

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

}