/* 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 */
}
/* anton-regular - latin */
@font-face {
  font-display: swap; font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('./font/anton-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('./font/anton-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/anton-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/anton-v25-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('./font/anton-v25-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('./font/anton-v25-latin-regular.svg#Anton') format('svg'); /* Legacy iOS */
}


a
{
	color: #777777;
	text-decoration: none;
}
#textfeld a {
 text-decoration: underline;
}

a:active 
{
	color: #444;
	text-decoration: none;
}
a:hover
{
   color: #ffe011;
   text-decoration: none;
   text-shadow: none;
}
   
body
{
font-family: "Open Sans", serif;
	font-size: 1.0em; font-weight: 300;
  color: #282828; -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: #282828;
padding: 8px;
border: 1px solid #999;
background: #fff; border-radius: 10px;outline: none;
}
input:focus, textarea:focus {
color: #414141; border: 1px solid #414141; box-shadow: 0px 0px 5px 0px #414141;
-moz-box-shadow: 0px 0px 5px 0px #414141;
-webkit-box-shadow: 0px 0px 5px 0px #414141;
}
 
.small
{
   font-size: 0.9em;
}
         
h1 {
font-size: 2.9em;
color: #282828;
margin:20px 0 30px 0; font-weight:400;
line-height: 1.4em;
}

h1.aligncenter {
    position: relative; padding-bottom: 15px; margin-bottom: 50px; letter-spacing: -1px;
}
h1.aligncenter::after {
    content:""; display: block; position: absolute; width: 100px; margin: 0 0 0 -50px; height: 2px; background: #282828;  left: 50%; bottom: 0;
}

h2 {
font-size: 1.9em;
color: #282828;
font-weight:400;
margin: 30px 0 20px 0;
line-height: 1.5em;
}
h2:first-child {
    margin-top: 5px;
}

.balkenr h2, .balkenl h2 {
    font-size: 1.9em;
}

.balken h2, .balkenr h2 {
    color: #fff;
}

h3 {
font-size: 1.3em; font-weight: 400;
margin: 20px 0 15px 0;
line-height: 1.5em;
color: #282828;
}
#footer h3 {
    font-weight: bold;
}

h4 {
font-size: 1.0em;
margin: 20px 0 10px 0;
}

.marker {
    color: #414141; font-weight: 600;
}

strong, b {
    font-weight: 700;
}

blockquote {
  border-left: 5px solid #ffe011;
  font-weight: 400;
}
blockquote {
  padding: 5px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}



.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 {
    list-style-image:url('images/dot.svg');
    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%;
}
.rund img {
    border-radius: 50%;
}

.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:#414141; 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: 98%; color: #282828; padding: 10px 2%; box-sizing: border-box; margin: 10px 1% 0; background:#fff; cursor: pointer; font-size: 1.2em; border: 1px solid #ddd; line-height:30px;transition: all .5s ease-in-out;}
h2.accordeonlink:hover {
    background: #272727; color: #fff;
}

h2.offen { background:#ffe011; }
div.accordeon {
    float: left; padding: 10px 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;
  font-size: 1.0em;
  content: "\e809";
}

ul.auflistung {
    padding: 0; list-style: none;
}

ul.auflistung li {
   position: relative; padding: 5px 0 5px 35px;
}
ul.auflistung li:before {
position: absolute; top: 5px; left: 5px;
  display: block;  float: left;
  font-size: 1.0em;  width: 15px; height: 25px;
  content:""; background: url('images/zahn.png') no-repeat; background-size: 100% auto;
}

table {
    max-width: 100%;
}
.arbeitsbuehne {
    margin-bottom: 30px;
}
.diagrammlink {
    margin:-30px 0 30px; text-align: center; width: 100%; float: left;
}
.diagrammlink a.weiterlink { margin: 10px; }

.arbeitsbuehne .bildrahmen {
    float: left !important; margin: 0 2% 20px 0; width: 33.33%;
}
.arbeitsbuehne table {
    width: 64.66%; float: right; background:#dceeff;
}
table.abtab {
   background:#dceeff;
}
.arbeitsbuehne table tr td, table.abtab tr td  {
    border-bottom: 1px solid #fff;
}
.arbeitsbuehne table tr th, table.abtab tr th  {
    border-bottom: 1px solid #fff; background: #414141; color: #fff;
}

@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.1em;}

.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%;}

}