a
{
	color: #D60069;
	text-decoration: none;
}
a:active 
{
	color: #666;
	text-decoration: none;
}
a:hover
{
   color: #000;
   text-decoration: none;
   text-shadow: none;
}
   
body
{
font-family: "urbane", sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 1.0em;
  color: #000000; -webkit-text-size-adjust:none;
  background-color:#E9E9E9;
}

#footer a:hover {
    text-decoration: underline;
}

/*p, td {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}   */


input, textarea, select {
font-family: "urbane", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.1em;
color: #000;
padding: 8px;
border: 1px solid #000;
background: #fff; outline: none;
}
input:focus, textarea:focus {
color: #D60069; border: 1px solid #D60069; background: #fff;
}

input[type=checkbox] {
    float: left; margin: 10px 10px 0 0;-webkit-appearance:none;-moz-appearance:none; appearance:none; width: 15px; height: 15px; display: inline-block; position: relative;
     border-radius: 0;
}
input[type=checkbox]:checked {
    background:#D60069;
}
input[type=checkbox]:checked::after {
content: '';
position: absolute;
background-color: #fff;
left: 3px;
top: 8px;
width: 2px;
height: 2px;
box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
transform: rotate(45deg);
}



.small
{
   font-size: 0.9em;
}
         
h1 {
font-size:2.2em;
color: #000;
margin:20px 0 30px 0;
line-height: 1.4em;
font-weight: 700;
font-style: normal;
}

h2 {
font-size: 2.2em;
color: #000;
font-weight:700;
margin: 30px 0 20px 0;
line-height: 1.4em;
}
h2 em, h1 em,h2 i, h1 i {
   color: #D60069 !important; font-style: normal;
}
h2 big, ul big {
    font-family:"fave-script-pro"; font-size: 1.5em; font-weight: 400;
}


h2:first-child {
    margin-top: 5px;
}

h1 span, h2 span {
    display: inline-block; padding: 20px; width: 100%; box-sizing: border-box; border: 2px solid #000; max-width: 530px; margin-bottom: 10px;
}
h2.aligncenter span {
    max-width: 750px; text-align: left;
}

.balkengrau h2.aligncenter span {
    max-width: 530px;  border: 2px solid #fff; color: #fff;
}

h3 {
font-size: 1.1em; font-weight:700;
margin: 20px 0 15px 0;
line-height: 1.5em;
color: #282828; letter-spacing: 1px;
}
h3 i {
   color: #D60069 !important; font-style: normal;
}
#footer h3 {
 margin: 0 0 5px; color: #D60069; font-size: 1.0em;
}

h4 {
font-size: 1.0em;
margin: 20px 0 10px 0;
}

.marker {
    color: #D60069;
}

figure {
    margin: 0;
}

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: 15px 0 25px 0;
line-height: 1.7em;
}
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: 100%; margin: 0; display: flex; flex-wrap: wrap;
}
.teaserseite .artikel {
    float: left; width: 100%; margin: 0;
}
.teaserbox, .box {
margin:10px 1%;
float:left;
padding: 0;
box-sizing: border-box;
background:#D60069; color: #fff;
width: 31.33%; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.teaserbox:hover {
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 h3 {
padding: 0 5%; float: left; width: 90%;
margin: 10px 0 5px 0;
color: #fff;
}

.teaserbox h3 a:link , .teaserbox h3 a:visited {
color: #fff;
text-decoration: none;
}

.teaserbox h3 a:hover, .teaserbox h3 a:active {
color: #F7F7F7;
}
.teaserbox a.weiterlink {
    margin: 0 !important;
}

p.teaserinhalt {
margin:10px 0;
padding: 0 5%; float: left; width: 90%;
}

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;
}


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, ul.check ul {
            margin: 0 0 10px 0;
			padding: 0;
			list-style-type: none;
}
ul.check > li {
    position: relative; padding: 10px 0 20px 55px;
}
ul.check > li:before {
 content:"";  position: absolute; top: 0; left: 0;
  display: block; padding:0;
  width: 40px; height: 40px; margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_184' data-name='Gruppe 184' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='98.741' height='98.741' viewBox='0 0 98.741 98.741'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Pfad_149' data-name='Pfad 149' d='M0,83.845H98.741V-14.9H0Z' transform='translate(0 14.896)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_162' data-name='Gruppe 162' clip-path='url(%23clip-path)'%3E%3Cg id='Gruppe_161' data-name='Gruppe 161' transform='translate(0.003 -0.001)'%3E%3Cpath id='Pfad_148' data-name='Pfad 148' d='M83.845,41.923A49.371,49.371,0,1,0,34.475,91.293,49.37,49.37,0,0,0,83.845,41.923M61.44,48.253a2.133,2.133,0,0,1-2.28,2.134H42.939v16.22a2.133,2.133,0,0,1-2.134,2.28H28.138a2.246,2.246,0,0,1-2.274-2.28V50.387H9.783a2.128,2.128,0,0,1-2.274-2.134V35.592a2.131,2.131,0,0,1,2.274-2.134H25.864V17.091a2.131,2.131,0,0,1,2.274-2.134H40.805a2.018,2.018,0,0,1,2.134,2.134V33.458H59.16a2.137,2.137,0,0,1,2.28,2.134Z' transform='translate(14.896 7.448)' fill='%23e72d78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%; border-radius: 20px;
}

ul.check > li ul li {
    position: relative; padding: 5px 0 5px 15px;
}
ul.check > li ul li:before {
 content:"›";  position: absolute; top: 5px; left: 0;
  display: inline-block; padding:0;
}


.balkengrau ul.check li::before {
   background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_184' data-name='Gruppe 184' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='98.741' height='98.741' viewBox='0 0 98.741 98.741'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Pfad_149' data-name='Pfad 149' d='M0,83.845H98.741V-14.9H0Z' transform='translate(0 14.896)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_162' data-name='Gruppe 162' clip-path='url(%23clip-path)'%3E%3Cg id='Gruppe_161' data-name='Gruppe 161' transform='translate(0.003 -0.001)'%3E%3Cpath id='Pfad_148' data-name='Pfad 148' d='M83.845,41.923A49.371,49.371,0,1,0,34.475,91.293,49.37,49.37,0,0,0,83.845,41.923M61.44,48.253a2.133,2.133,0,0,1-2.28,2.134H42.939v16.22a2.133,2.133,0,0,1-2.134,2.28H28.138a2.246,2.246,0,0,1-2.274-2.28V50.387H9.783a2.128,2.128,0,0,1-2.274-2.134V35.592a2.131,2.131,0,0,1,2.274-2.134H25.864V17.091a2.131,2.131,0,0,1,2.274-2.134H40.805a2.018,2.018,0,0,1,2.134,2.134V33.458H59.16a2.137,2.137,0,0,1,2.28,2.134Z' transform='translate(14.896 7.448)' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

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: #044a39; color: #fff;
}

@media only screen and (max-width: 960px) {
.teaserbox, .box {width: 48%; }
}


@media only screen and (max-width: 680px)
{
h1 {font-size: 1.5em;}
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%;}

}


.animation { transition: all .8s ease-in-out; transition-delay: 50ms; }

.animation.-opacity { opacity: 0; }
.animation.-opacity.inview { opacity: 1; }

.animation.-slide-top { transform: translateY(50px); }
.animation.-slide-top.inview  { transform:translateY(0); }

.animation.-slide-left { transform: translateX(150px); }
.animation.-slide-left.inview  { transform:translateX(0); }

.animation.-slide-right { transform: translateX(-150px); }
.animation.-slide-right.inview  { transform:translateX(0); }

.animation.-pop { transform: scale(0.1); }
.animation.-pop.inview { transform: scale(1.0); }