@font-face {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 100;
  src: url(./Branding-Thin.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 200;
  src: url(./Branding-Light.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 300;
  src: url(./Branding-Semilight.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 400;
  src: url(./Branding-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 600;
  src: url(./Branding-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 700;
  src: url(./Branding-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 800;
  src: url(./Branding-Black.woff) format('woff');
}

@font-face {
  font-family: 'Branding';
  font-style: italic;
  font-weight: 100;
  src: url(./Branding-ThinItalic.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: italic;
  font-weight: 200;
  src: url(./Branding-LightItalic.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: italic;
  font-weight: 300;
  src: url(./Branding-SemilightItalic.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: italic;
  font-weight: 400;
  src: url(./Branding-MediumItalic.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: italic;
  font-weight: 600;
  src: url(./Branding-SemiboldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: italic;
  font-weight: 700;
  src: url(./Branding-BoldItalic.woff) format('woff');
}
@font-face {
  font-family: 'Branding';
  font-style: italic;
  font-weight: 800;
  src: url(./Branding-BlackItalic.woff) format('woff');
}

html {
}

body {
  background-color:#ffffff;
  font-family: 'Branding' !important;
  text-align:center;
  margin:0;
  padding:0;
}

#kopf1,
#kopf1-us {
  display: block;
  background-image:url(../imgfix/bg-1.png);
  background-repeat: repeat-x;
  background-color: #ffffff;
  position: fixed; 
  left: 50%;
  top: 0;
  margin: 0 0 0 -50%;
  width: 100%;
  height: 281px;
  z-index: 2000;
}

#kopf1-us::before {
  content: "";
  position: absolute;
  top: 281px;
  left: 0;
  display: block;
  background: linear-gradient(to top, rgba(255,255,255,0) ,rgba(255,255,255,1));
  width: 100%;
  height: 86px;
}

#kopf1-2 {
  display: block;
  background-image:url(../imgfix/bg-gruen.png);
  background-repeat: repeat-x;
  background-position: 0px 4px;
  background-color: #dededd;
  height: 115px;
  width: 100%;
}

#kopf1_content {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  height: 166px;
  margin: 0 auto 0 auto;
}
  
#kopf2,
#kopf2-us {
  display: none;
  background-image:url(../imgfix/bg-1.png);
  background-repeat: repeat-x;
  background-color: #ffffff;
  position: fixed; 
  left: 0;
  top: 0;
  margin: 0 0 0 0%;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 2000;
}

#kopf2_content {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
  
#logo-1 {
  display: block;
  background-color: transparent;
  height: 244px;
  width: 407px;
  padding: 0;
}

.logo-1 {
  max-height: 244px;
  max-width: 407px;
  margin: 0px 0 0 -5px;
  float: left;
}
  
#logo-2 {
  background-image:url(../imgfix/logo-2-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 244px;
  height: 194px;
  width: calc(100% + 10px);
  width: calc(96% + 10px);
  display: none;
  text-align: center;
  margin: 0 auto 0 -5px;
  margin: 0 auto 0 2px;
}
  
.logo-2 {
  margin: 85px 0 0 0;
  margin: 70px 0 0 0;
}

.logo-4 {
  position: absolute;
  top: 8px;
  left: 0px;
  height: 47px;
}

#logo-5 {
  display: none;
  background-color: transparent;
  height: 194px;
  width: 324px;
  padding: 0;
}

.logo-5 {
  max-height: 194px;
  max-width: 324px;
  margin: 0px 0 0 -5px;
  float: left;
}
  
#tel,
#tel2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  background-image:url(../imgfix/tel.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-color: #81b833;
  font-family: 'Branding';
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  height: 57px;
  color: #f8f8f8;
  padding: 0px 14px 0px 40px;
}

#tell,
#tell2 {
  position: absolute;
  display: block;
  width: 54px;
  height: 57px;
  margin: 0 0 0 -40px;
}

#telnr,
#telnr2 {
  display: block;
  color: #f8f8f8;
  padding: 16px 13px 16px 14px;
  letter-spacing: 1px;
}

#kopf-icon {
  position: absolute;
  background-image:url(../imgfix/bg-kopf-icon.png);
  background-repeat: repeat-x;
  background-color: transparent;
  right: 100px;
  bottom: -176px;
  display: block;
  width: 122px;
  height: 122px;
  border-radius: 61px;
}

#kopf-icon img {
  margin: 18px 0 0 18px;
}

/* Allgemein */

h1 {
  font-family: 'Branding';
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  color: #018bac;
  text-transform: uppercase;
}

h2 {
  font-family: 'Branding';
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #242424;
}

h3 {
  font-family: 'Branding';
  font-style: normal;
  font-weight: 600;
  font-size: 1.3em;
  color: #242424;
  text-transform: uppercase;
}

h4 {
  font-family: 'Branding';
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.print_only {
  display: none;
}

/* navi */

#burger,
#burger2 {
  display: none;
  position: absolute;
  top: 12px;
  right: 11px;
  text-align: right;
  font-size: 0.8em;
  height: 32px;
  margin: 0px 0px 0 11px;
}

#burger-bild,
#burger-bild2 {
  position: relative;
  display: block;
  float: right;
  background-image: url("../imgfix/navicon.png");
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

#burger-bild.active,
#burger-bild2.active {
  background-position: 0 -32px;
}

#navi {
  position: absolute;
  display: block;
  float: right;
  right: 70px;
  bottom: -4px;
  text-align: right;
  font-family: 'Branding';
  font-weight: 600;
  font-style: normal;
  font-size: 1.1em;
  width: 720px;
  margin: 0 0px 0 0px;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  word-break:break-word;
  word-break:normal;
  hyphens: manual;
}

#navi ul li {
  display: inline-block;
  background-image: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: 0;
}

#navi ul li.navi_divider {
  display: none;
  background-image: url("../imgfix/menu-div-v.png");
  background-repeat: no-repeat;
  height: 147px;
  width: 1px;
  margin: 0px 0% 7px 0%;
}

#navi a {
  color: #242424;
}

#navi .item,
#navi .item_mitsub {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  color: #242424;
}

#navi .item a,
#navi .item_mitsub a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding: 0px 15px 25px 15px;
  margin: 0 0px 0 0px;
  border: 1px solid transparent;
  border-bottom: 4px solid transparent;
  height: 21px !important;
}

#navi .item_mitsub a.aktiv,
#navi .item span {
  position: relative;
  display: inline-block;
  padding: 0px 15px 25px 15px;
  border: 1px solid transparent;
  border-bottom: 4px solid #018bac;
  height: 21px !important;
}

#navi ul li.item a:hover {
  font-weight: 600;
  border: 1px solid transparent;
  border-bottom: 4px solid #018bac;
  color: #242424;
}

#navi ul li.item_mitsub:hover > a {
  position: relative;
  bottom: 6px;
  bottom: 0px;
  background-color: transparent;
  color: #242424 !important;
  border: 1px solid #ffffff;
  border-bottom: 0;
  z-index: 2100;
  display: inline-block;
  border-bottom: 4px solid #018bac;
}

.subnavi {
  position: absolute;
  top: 51px;
  left: 50%;
  width: 200px;
  background-color: #ffffff;
  margin: 0px 0 0 -100px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  z-index: 100;
  border: 1px solid #dededd;
  border-top: none;
  borderleft: 1px solid #dededd;
  border-right: 1px solid #dededd;
  padding: 14px 0px 12px 0px;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_item {
  position: relative;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_item a {
  color: #6a6a6a;
  font-weight: normal;
  margin: 0;
  border: 0;
  width: 170px;
  padding: 0px 15px 0px 15px;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_item a:hover {
  color: #018bac;
  font-weight: normal;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_divider {
  background-image: url("../imgfix/menu-div-h.png");
  background-repeat: repeat-x;
  background-position: center center;
  height: 2px;
  width: 80%;
  margin: 0px 10% 10px 10%;
}

#navi ul li.item_mitsub ul.subnavi {
  visibility: hidden;
}

#navi ul li.item_mitsub:hover ul.subnavi {
  visibility: visible;
}

/*  Subsub */

.subnavi2l,
.subnavi2r {
  position: absolute;
  top: 0;
  width: 200px;
  text-transform: uppercase;
  background-color: #ffffff;
  margin: -15px 0 0 200px;
  text-align: center;
  z-index: 100;
  border: 1px solid #dededd;
  padding: 14px 0px 12px 0px;
}

#navi ul li.subnavi_item ul.subnavi2l {
  margin: -15px 0 0 -202px;
}

#navi ul li.subnavi_item ul.subnavi2l,
#navi ul li.subnavi_item ul.subnavi2r {
  visibility: hidden;
}

#navi ul li.subnavi_item:hover ul.subnavi2l,
#navi ul li.subnavi_item:hover ul.subnavi2r {
  visibility: visible;
}


/*  Subsubsub */

.subnavi2l,
.subnavi2r {
  position: absolute;
  top: 0;
  width: 200px;
  text-transform: uppercase;
  background-color: #ffffff;
  margin: -15px 0 0 200px;
  text-align: center;
  z-index: 100;
  border: 1px solid #dededd;
  padding: 14px 0px 12px 0px;
}

#navi * ul li.subnavi_item ul.subnavi2l {
  margin: -15px 0 0 -202px;
}

#navi * ul li.subnavi_item ul.subnavi2l li.subnavi_item ul.subnavi2l,
#navi * ul li.subnavi_item ul.subnavi2r li.subnavi_item ul.subnavi2r {
  visibility: hidden;
}

#navi * ul li.subnavi_item ul.subnavi2l li.subnavi_item:hover ul.subnavi2l,
#navi * ul li.subnavi_item ul.subnavi2r li.subnavi_item:hover ul.subnavi2r {
  visibility: visible;
}

#navi ul li.subnavi_item:hover > a {
  color: #018bac !important;
}

#navi-m {
  display: none;
  background-color: #ffffff;
}

#navi-m {
  position: absolute;
  right: 0px;
  top: 47px;
  display: none;
  background-color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 1.0em;
  width: 100%;
  padding: 14px 0 0px 0;
  margin: 0px 0px 0 0px;
  float: left;
  clear: both;
  z-index: 2000;
}

#navi-m.active {
  display: block; 
}

#navi-m a.ml,
#navi-m .item,
#navi-m .item_mitsub {
  color: #242424;
}

#navi-m .item a.ml,
#navi-m .item_mitsub a.ml {
  border-bottom: 1px solid #e5e5e5;
}

#navi-m .item_mitsub a.aktiv,
#navi-m .item span {
  border-bottom: 1px solid #e5e5e5;
  color: #018bac;
}

#navi-m ul {
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#navi-m ul li.item a.ml:hover {
  color: #018bac;
}

#navi-m ul li.item_mitsub:hover > a.ml {
  background-color: #ffffff;
  color: #018bac !important;
}

.subnavi1 {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

#navi-m ul li.item_mitsub ul.subnavi1 li.subnavi_item a.ml:hover {
  color: #018bac;
}

#navi-m ul li.item_mitsub ul.subnavi1 li.subnavi_divider {
  background-color: #e5e5e5;
}

.subnavi2 {
  background-color: #ffffff;
}

#navi-m ul li.subnavi_item:hover > a.ml {
  color: #018bac;
}

/* navi-m von media.caa Start*/

#navi-m ul li {
  display: block;
  vertical-align: middle;
}

#navi-m ul li.navi_divider {
  display: none;
}

#navi-m .item,
#navi-m .item_mitsub {
  position: relative;
  display: block;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  font-size: 1.4em;
}

#navi-m .item a.ml,
#navi-m .item_mitsub a.ml {
  display: block;
  padding: 1em 0px 1em 15px;
  height: auto;
}

#navi-m .item_mitsub a.aktiv,
#navi-m .item span {
  display: block;
  padding: 1em 0px 1em 15px;
  height: auto;
}

#navi-m ul li.item a.ml:hover {
  font-weight: bold;
}

#navi-m ul li.item_mitsub:hover > a.ml {
  bottom: 0px;
  margin: 0;
  height: auto;
}

.subnavi1 {
  position: relative;
  top: -1px;
  left: 0%;
  width: 98%; /* falls calc net funzd */
  width: calc(100% - 1em);
  margin: 0px 0 0 0px;
  text-align: left;
  border-top: 1px solid transparent;
  padding: 0em 0 0% 1em;
  font-size: 0.9em;
  font-weight: 400;
}

#navi-m ul li.item_mitsub ul.subnavi1 li.subnavi_item {
  position: relative;
}

#navi-m ul li.item_mitsub ul.subnavi1 li.subnavi_item a.ml {
  width: 98%; /* falls calc net funzd */
  width: calc(100% - 1em);
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid transparent;
}

#navi-m ul li.item_mitsub ul.subnavi1 li.subnavi_item a.ml:hover {
  border-bottom: 1px solid transparent;
}

#navi-m ul li.item_mitsub ul.subnavi1 li.subnavi_divider {
  width: 100%;
  height: 1px;
  margin: 0px 0% 0px 0%;
  line-height: 0px;
}

#navi-m ul li.item_mitsub ul.subnavi1 {
  display: none;
}

#navi-m ul li.item_mitsub:hover ul.subnavi1 {
}

/*  Subsub */

.subnavi2 {
  position: relative;
  width: 98%; /* falls calc net funzd */
  width: calc(100% - 1em);
  margin: 0em 0 0 0;
  text-align: left;
  border: 0;
  padding: 0em 0 0% 1em;
}

#navi-m ul li.subnavi_item ul.subnavi2 {
  margin: 0;
}

#navi-m ul li.subnavi_item ul.subnavi2 {
  display: none;
}

/*  Subsubsub */

.subnavi3 {
  position: relative;
  width: 96%; /* falls calc net funzd */
  width: calc(100% - 2em);
  margin: 0em 0 0 0;
  text-align: left;
  border: 0;
  padding: 0em 0 0% 2em;
}

#navi-m ul li.subnavi_item ul.subnavi3 {
  margin: 0;
}

#navi-m ul li.subnavi_item ul.subnavi3 {
  display: none;
}

/* navi-m von media.caa Ende*/

.more {
  display: none;
}

a.more {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  background-image: url("../imgfix/menu-more.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  background-color: #ffffff;
  color: transparent;
  height: 32px;
  width: 32px;
  padding: 0 0px 0 0;
  margin: 0.5em 0px 0em 0;
  border-color: #ffffff !important;
  border-top: 0.5em solid;
  border-right: 30px solid;
  border-bottom: 0.5em solid;
  border-left: 30px solid;
}

a:hover.more {
  color: transparent;
  background-position: -32px center;
  background-blend-mode: normal;
}

/* "slider" in index.php */

#slider-start {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: block;
  font-size: 1.0em;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 281px 0 0 0;
}

#slider-start img {
  width: 100%;
}

#slider-start #cont {
  display: block;
  height: auto;
}

#slider-start #text {
  display: block;
  position: absolute;
  left: 0%;
  top: 30%;
  text-align: left;
  height: 100%;
  width: 100%;
  z-index: 1500;
}

#slider-start #text #slidecontent {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  height: 100%;
  color: #ffffff;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#slider-start #text #slidecontent #container {
  position: relative;
  overflow: hidden;
}

#slider-start #text #slidecontent #container #block {
  display: block;
  position: absolute;
  background-color: #000000;
  filter:alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
  width: 100%;
  height: 1000px;
  z-index: -1;
}

#slider-start #text #slidecontent #container #blocktext {
  position: relative;
  color: #ffffff;
  display: block;
  width: 60%;
  padding: 3.0% 0 0 0px;
}

#slider-start #text #slidecontent #container #blocktext-text {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 300;
  font-size: 5.0em;
  line-height: 1em;
  background-color: transparent;
  filter:alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  text-align: left;
}

#slider-start #text #slidecontent #container #blocktext #blocktext-text h1 {
  font-family: 'Branding';
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
  color: #e5e1c7;
}

#slider-start #text #slidecontent #container #blocktext #blocktext-text h2 {
  font-family: 'Branding';
  font-weight: 300;
  font-style: normal;
  font-size: 2.0em;
  color: #ffffff;
  text-transform: uppercase;
}

#slider-start #text #slidecontent #container #blocktext #blocktext-text h3 {
  font-family: 'Branding';
  font-weight: bold;
  font-style: normal;
  font-size: 1.33em;
  color: #ffffff;
}

#slidelink {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #79b52e;
  border-radius: 10px;
  text-transform: uppercase;
  text-shadow: none;
  padding: 15px 25px 15px 25px;
  margin: 40px 0 0 0;
}

a#slidelink:hover {
  background-color: #68a31f;
}

/* breadcrumb */
#breadcrumb {
  position: absolute;
  top: 210px;
  left: 426px;
  color: #1a5652;
  background-color: transparent;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 0.9em;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: calc(100% - 426px);
}

#breadcrumb.wenn-icon {
  width: calc(100% - 429px - 224px);
}

#breadcrumb #content {
  margin: 0 auto 0 auto;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-break:break-word;
  word-break:normal;
  hyphens: none;
}

#breadcrumb a {
  color: #1a5652;
  font-weight: bold;
  font-style: normal;
  border: none;
  border-bottom: 1px solid transparent;
}

#breadcrumb a:hover {
  color: #018bac;
  border: none;
}

#breadcrumb .aktiv {
  color: #1a5652;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid transparent;
}

/* rest */
#rest {
  position: relative;
  margin: 68px 0 0 0;
}

#mitte_all {
  position: relative;
  font-size: 1.2em;
  line-height: 1.4em;
}

#mitte {
  display: block;
  min-width: 930px;
  min-width: 100%;
  min-height: 350px;
  color: #6a3213;
}

/* Über Spalten auf der Startseite */
#oben {
  text-align: center;
  max-width: 840px;
  max-width: 1280px;
  color: #4a4538;
  margin: 0 auto 0 auto;
}

#oben h1 {
  font-family: 'Branding';
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.1em;
  color: #018bac;
  text-transform: uppercase;
}

#oben p {
  line-height: 1.4em;
}

#oben .hr {
  background-image: url("../imgfix/bg-hr.gif");
  background-color: transparent;
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px 0 24px 0;
}

/* Spalten auf der Startseite */
#spalten {
  display: block;
  background-color: #edebdf;
  width: 100%;
  margin: 90px auto 0 auto;
  padding: 60px 0 117px 0;
  overflow: hidden;
  float: left;
}

#spalten_content {
  position: relative;
  max-width: 1280px;
  margin: 0px auto 0 auto;
}

#spalten_content-bg-links {
  position: absolute;
  top: -200px;
  left: -400px;
}

#spalten_content-bg-rechts {
  position: absolute;
  top: -200px;
  right: -400px;
}

#spalten #spaltenueb {
  font-family: 'Branding';
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #018bac;
  padding: 15px 0 165px 0;
}

#spalten #spaltenueb-leer {
  padding: 45px 0 16px 0;
}

.spalte-1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  color: #4a4538;
  text-align: center;
  width: 300px;
  font-weight: 600;
  padding: 35px 50px 40px 50px;
  margin: 0 40px 0 0;
  z-index: 5;
}

.spalte-2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  color: #4a4538;
  text-align: center;
  width: 300px;
  font-weight: 600;
  padding: 35px 50px 40px 50px;
  margin: 0 40px 0 0;
  z-index: 1;
}

.spalte-3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  color: #4a4538;
  text-align: center;
  width: 300px;
  font-weight: 600;
  padding: 35px 50px 40px 50px;
  margin: 0 0px 0 0;
  z-index: 1;
}

.spalte-1-maske,
.spalte-2-maske,
.spalte-3-maske {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.spalte-1-schatten,
.spalte-2-schatten,
.spalte-3-schatten {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(217,217,217,1.0);
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(-3.0deg);
  transform: rotate(-3.0deg);
  z-index: -1;
}

.spalte-1 img,
.spalte-2 img,
.spalte-3 img {
  background-color: #ffffff;
  width: 80px;
  height: auto;
  padding: 0px;
  margin: -108px 0 35px 0;
  border: 33px solid #ffffff;
  border-radius: 73px;
}

.spalte-1 h2,
.spalte-2 h2,
.spalte-3 h2 {
  font-family: 'Branding';
  font-weight: 700;
  font-style: normal;
  margin: -40px 0 0 0;
}

.spalte-1 h2 {
  color: #81b933;
}

.spalte-2 h2 {
  color: #eda51f;
}

.spalte-3 h2 {
  color: #e2007a;
}

.spalte-1 .hr,
.spalte-2 .hr,
.spalte-3 .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #242424;
  margin: 24px 0 24px 0;
}

/* mehr-button */
a.mehr-button {
  position: relative;
  display: inline-block;
  font-size: 0.80em;
  font-size: 0.90em;
  line-height: 2.0em;
  font-weight: 700;
  color: #5a7379;
  background-color: #d8e5e9;
  border: none;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 12px 40px 12px 30px;
  margin: 40px 0 0 0;
}

a.mehr-button:hover {
  background-color: #edebdf;
  color: #658087;
}

.spalte-1 a img,
.spalte-2 a img,
.spalte-3 a img {
  background-color: transparent;
  width: 74px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Unter Spalten auf Startseite */
#unten {
}

/* footer */
#foot1 {
  display: block;
  background-image: url("../imgfix/bg-gruen.png");
  background-color: transparent;
  text-align: left;
  width: 100%;
  padding: 4.7em 0 2.7em 0;
  padding: 4.7em 0 0 0;
  float: left;
}

#foot1_links {
  width: 40%;
  float: left;
  margin: 2.5em 0 0 0;
}

#foot1_rechts {
  width: 55%;
  float: right;
  margin: 0em 0 2.5em 0;
}

#foot1_content {
  display: block;
  text-align: left;
  max-width: 1280px;
  padding: 0 37px 2.7em 37px;
  margin: 0 auto 0 auto;
}

#foot1_content #fbild {
  vertical-align: bottom;
}

#foot1_content #fbild img {
  background-color: transparent;
  padding: 0 0 0 0;
  border: 1px solid #01667d;
}

#foot1_content #fadr {
  vertical-align: bottom;
  color: #ffffff;
  text-align: left;
  padding: 0 0 0 0;
  line-height: 2.0em;
}

#foot1_content #fadr a {
  border: none;
  color: #ffffff;
}

#foot1_content #fadr a:hover {
  border: none;
  color: #018bac;
}

#foot1_content #fadr b {
  font-weight: 600;
}

#foot1_content #fadr i {
  font-weight: 400;
  font-style: italic;
}

#foot2 {
  position: relative;
  display: block;
  text-align: center;
  height: auto;
  width: 96%;
  padding: 1.2em 2% 1.2em 2%;
  float: left;
}

#foot2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #628f20;
  mix-blend-mode: multiply;
  filter:alpha(opacity=40);
  -moz-opacity: 0.40;
  opacity: 0.40;
}

#foot2 #fbits1 {
  position: relative;
  left: 0px;
  display: block;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: 'Branding';
  font-size: 0.9em;
  font-weight: 300;
  color: #99e359;
  margin: 0 auto 0 auto;
}

#foot2 #fbits1-copy {
  position: relative;
  width: 47%;
  text-align: right;
  padding: 0 0px 0 0;
  float: left;
}

#foot2 #fbits1-abst {
  position: relative;
  width: 6%;
  text-align: right;
  float: left;
}

#foot2 #fbits1-navi {
  position: relative;
  width: 47%;
  text-align: left;
  padding: 0 0px 0 0;
  float: right;
}

#foot2 #fbits1-navi .item a {
  font-family: 'Branding';
  font-weight: 600;
  color: #99e359;
  padding: 0 30px 0 0;
}

#foot2 #fbits1-navi .item span,
#foot2 #fbits1-navi .item a:hover {
  font-family: 'Branding';
  font-weight: 600;
  color: #b9fc7e;
  padding: 0 30px 0 0;
}

/* Link-Buttons */

a.link-button1 {
  position: relative;
  display: inline-block;
  font-size: 0.80em;
  font-size: 0.90em;
  line-height: 2.0em;
  font-weight: 700;
  color: #5a7379;
  background-color: #d8e5e9;
  border: none !important;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 12px 30px 12px 30px;
  margin: 40px 0 0 0;
}

a:hover.link-button1 {
  background-color: #edebdf;
  color: #658087;
}

/* Fuer templates */

/* Unterseite 1 (unterseite) */

#us-1_rest {
  position: relative;
  margin: 281px 0 0 0;
}

#us-1_mitte_all {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

#us-1_mitte {
  display: block;
  width: 100%;
  color: #242424;
  float: left;
  overflow: hidden;
}

#us-1_mitte .content,
#us-1_mitte #content {
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#us-1_mitte .hr {
  background-image: url("../imgfix/bg-hr.gif");
  background-color: transparent;
  display: block;
  width: 64%;
  height: 1px;
  margin: 24px 18% 24px 18%;
}

#us-1_mitte h1 {
  font-family: 'Branding';
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.1em;
  width: 100%;
  margin: 0 0% 0 0%;
  color: #018bac;
  text-transform: uppercase;
}

#us-1_mitte .div { /* Dummy-Abstandshalter aus gen_inhalt, brauchts net */
  display: none;
  width: 4%;
  height: 1px;
  float: none;
  float: left;
}

/* Start */
.lo0, .lo1, .lo2, .lo3, .lo4, .lo5, .lo6, .lo7 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 0px 0px 0px;
  border: 0;
  margin: 0;
  max-width: 1280px;
  margin: 0 auto 0 auto;
  height: 0px; /* k.A., warum, brauchts aber */
}

.lo1 .sp1,
.lo1 .sp0,
.sp0,
.sp1,
.sp2,
.sp3,
.sp4 {
  position: relative;
  width: 100%;
  float: left;
}

.lo2 .sp1,
.lo2 .sp2 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 48%;
  margin: 0 4% 0 0;
  float: left;
}

.lo2 .sp2 {
  margin: 0 0% 0 0;
}

.lo3 .sp1,
.lo3 .sp2,
.lo3 .sp3 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 32%;
  margin: 0 2% 0 0;
  float: left;
}

.lo3 .sp3 {
  margin: 0 0% 0 0;
}

.lo4 .sp1,
.lo4 .sp2,
.lo4 .sp3,
.lo4 .sp4 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 22%;
  margin: 0 4% 0 0;
  float: left;
}

.lo4 .sp4 {
  margin: 0 0% 0 0;
}

.div { /* Dummy-Ding ($abst0), weil von gen_inhalt */
  display: none;
  width: 0;
  height: 1px;
  float: left;
}

/* End */

#us-1_mitte .sp1 img,
#us-1_mitte .sp2 img,
#us-4_mitte .sp1 img,
#us-4_mitte .sp2 img {
  max-width: 100%;
}

#us-1_mitte .imgl,
#us-4_mitte .imgl {
  position: relative;
  margin: 0 21px 10px 0;
  max-width: 100%;
  float: left;
}

#us-1_mitte .imgr,
#us-4_mitte .imgr {
  position: relative;
  margin: 0 0px 10px 21px;
  max-width: 100%;
  float: right;
}

#us-1_mitte .imgc,
#us-1_mitte .imgc_plain,
#us-4_mitte .imgc,
#us-4_mitte .imgc_plain {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  max-width: 100%;
  float: left;
  left: 50%;
}

#us-1_mitte .imgl img,
#us-1_mitte .imgr img,
#us-1_mitte .imgc img,
#us-4_mitte .imgl img,
#us-4_mitte .imgr img,
#us-4_mitte .imgc img {
  position: relative;
  z-index: 1;
}

#us-1_mitte .imgc_plain img,
#us-1_mitte .imgc img,
#us-4_mitte .imgc_plain img,
#us-4_mitte .imgc img {
  position: relative;
  left: -50%;
}

#us-1_mitte .imgl_plain,
#us-4_mitte .imgl_plain {
  position: relative;
  margin: 0 0px 0px 0px;
  float: left;
  max-width: 100%;
}

#us-1_mitte .imgr_plain,
#us-4_mitte .imgr_plain {
  position: relative;
  margin: 0 0px 0px 0px;
  float: right;
  max-width: 100%;
}

.schatten_p {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(217,217,217);
  position: absolute;
  top: 0px;
  left: -4px;
  -webkit-transform: rotate(-1.3deg);
  transform: rotate(-1.3deg);
}

#us-1_mitte .imgc .schatten_p,
#us-4_mitte .imgc .schatten_p {
  left: calc(-50% - 4px);
}

.schatten_l {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(217,217,217);
  position: absolute;
  top: 0px;
  left: -8px;
  -webkit-transform: rotate(-0.7deg);
  transform: rotate(-0.7deg);
}

#us-1_mitte .imgc .schatten_l,
#us-4_mitte .imgc .schatten_l {
  left: calc(-50% - 8px);
}

#us-1_mitte a {
  color: #6a3213;
  color: #121212;
  border-bottom: 1px dashed;
}

#us-1_mitte a:hover {
  color: #ce1e1d;
  color: #018bac;
  border-bottom: 1px transparent;
}

#us-1_mitte ul {
  position: relative;
  list-style-type: none;
  font-weight: normal;
}

#us-1_mitte ul li {
  background-image: url("../imgfix/bullet-li.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  line-height: 1.3em;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}

#us-1_mitte ul li:last-of-type {
  margin-bottom: 0;
} 

#us-1_mitte .box,
#us-4_mitte .box {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  float: left;
}

#us-1_mitte .box .box-content,
#us-4_mitte .box .box-content {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.box-content-bg-l {
  position: absolute;
  top: -200px;
  left: -400px;
}

.box-content-bg-r {
  position: absolute;
  top: -200px;
  right: -400px;
}

#us-1_mitte h6 {
  background-color: rgba(210, 197, 163, 0.5);
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  width: 50%;
  padding: 8px 0 7px 0;
  margin-top: 8px;
  border-bottom: 1px solid transparent;
}

#us-1_mitte h6 a {
  color: #6a3213;
  border-bottom: 1px dashed;
}

#us-1_mitte h6 a:hover {
  color: #ce1e1d;
  border-bottom: 1px transparent;
}

#us-1_mitte .error {
  display: block;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 1.0em;
  font-weight: bold;
  width: 50%;
  padding: 15px 20px 15px 20px;
  margin: 0px auto 0px auto;
}

/* Unterseite 4 (Kontakt) */

#us-4_rest {
  position: relative;
  margin: 281px 0 0 0;
}

#us-4_mitte_all {
  position: relative;
  padding: 80px 0 0 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

#us-4_mitte {
  display: block;
  width: 100%;
  color: #242424;
  float: left;
  overflow: hidden;
}

#us-4_mitte .content,
#us-4_mitte #content {
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#us-4_mitte .hr {
  background-image: url("../imgfix/bg-hr.gif");
  background-color: transparent;
  display: block;
  width: 64%;
  height: 1px;
  margin: 24px 18% 24px 18%;
}

#us-4_mitte * h1 {
  font-family: 'Branding';
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.1em;
  width: 100%;
  margin: 0 0% 0 0%;
  color: #018bac;
  text-transform: uppercase;
}

#us-4_mitte #content h3 {
  font-family: 'Branding';
  font-style: normal;
  font-size: 1.0em;
  font-weight: 600;
  color: #242424;
  padding: 1em 0 0 0;
}

#us-4_mitte #content #spalte-1 {
  width: 44%;
  padding: 2.2em 6% 0 0%;
  text-align: left;
  float: left;
}

#us-4_mitte #content #spalte-2 {
  width: 49%;
  float: right;
  text-align: left;
  padding: 2em 0 0px 0;
}

/* Tabelle TF */

.trh { /* für erste Tabellenzeile (=header) */
  background-color: #9e9e9e;
  color: #f8f8f8;
  text-align: left;
}
.tr0 td {
  background-color: #f0f0f0;
  text-align: left;
}
.tr1 td {
  background-color: #ffffff;
  text-align: left;
}

.tdh { /* für erste Tabellenzeile (=header) */
  background-color: transparent;
}
.td0 {
  background-color: transparent;
}
.td1 {
  background-color: transparent;
}

.tr-transp,
.td-transp {
  background-color: transparent;
}

/* Zitat ZT */

.zitat {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
  color: #242424;
  padding: 90px 0 90px 0;
  margin: 0 auto 0 auto;
}

.zitat em {
  font-weight: 300;
}

/* Ausrichtung Spalten, Header */

.sp-left {
  text-align: left;
}

.sp-right {
  text-align: right;
}

.sp-center {
  text-align: center;
}

.sp-justify {
  text-align: justify;
}

/* ----------- Contact form ------------ */

.content {
  padding: 0;
}

*::placeholder {
  filter:alpha(opacity=70) !important;
  -moz-opacity: 0.7 !important;
  opacity: 0.7 !important;
  color:#054656;
}
*::-webkit-input-placeholder {
  filter:alpha(opacity=70) !important;
  -moz-opacity: 0.7 !important;
  opacity: 0.7 !important;
  color:#054656;
}
*:-moz-placeholder {
    /* FF 4-18 */
  filter:alpha(opacity=70) !important;
  -moz-opacity: 0.7 !important;
  opacity: 0.7 !important;
  color:#054656;
}
*::-moz-placeholder {
    /* FF 19+ */
  filter:alpha(opacity=70) !important;
  -moz-opacity: 0.7 !important;
  opacity: 0.7 !important;
  color:#054656;
}
*:-ms-input-placeholder {
    /* IE 10+ */
  filter:alpha(opacity=70) !important;
  -moz-opacity: 0.7 !important;
  opacity: 0.7 !important;
  color:#054656;
}

div.sc_contact_form {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
div.sc_contact_form h2 {
	margin: 0 0 10px 0;
	color:#054656;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.3em;
}
div.sc_contact_form .description {
	display:block;
	margin:14px 0;
}
.sc_contact_form .field.name {margin-right: 1.4%;}
.sc_contact_form .field.name,
.sc_contact_form .field.email {
	float: left;
	width: 49.3%;
}
.sc_contact_form .field.ctel {
	display: none;
}
.sc_contact_form .field.message {
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.sc_contact_form .field input,
.sc_contact_form .field textarea {
  background-color: #628f20;
	font-size: 24px;
  font-size: 1em;;
  font-weight: 600;
	line-height: 1.5em;
	padding: 14px 17px;
  padding: 0.6em 1em;
  border: none;
  color:#054656;
  resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
.sc_contact_form .field textarea {
	min-height: 10em;
	margin: 0;
	vertical-align: top;
}
.sc_contact_form .sc_infobox {
	margin-top: 10px;
	display: none;
}
* .button{
  text-align: center;
}
* .button .enter,
.post_content .button .enter,
.sc_contact_form .enter {
	display: inline-block;
	border: 3px solid #b1f279 !important;
  border-radius: 12px;
	font-size: 12px;
	font-size: 1em;
	line-height: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #b1f279;
	padding: 16px 19px 16px;
	text-transform: uppercase;
        margin: 1em auto 1em auto;
/* wenn identisch mit Links ganz untern :
 color: #99e359;
 border: 3px solid #99e359 !important;
*/
}
* .button .enter:hover,
.post_content .button .enter:hover,
.sc_contact_form .enter:hover {
	padding: 16px 19px 16px;
	border-width: 1px;
	border-color: #00cbb1;
	border: 3px solid #b1f279 !important;
	border: 3px solid #b9fc7e !important;
	border: 3px solid #bfff87 !important;
  border-radius: 12px;
	color: #b1f279;
	color: #b9fc7e;
	color: #bfff87;
/* fade in and out
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
*/
}
* .button .enter:active,
.post_content .button .enter:active,
.sc_contact_form .enter:active {
}

/* ----------- Infoboxes ------------ */
div.sc_infobox {
        padding: 16px 20px 15px;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 10px;
        font-weight:bold;
        position:relative;
        border: 1px solid #bbb;
        cursor: pointer;
}
div.sc_infobox span {
        position: absolute;
        font-size: 20px;
        line-height: 24px;
        right: 11px;
        top: 13px;
        opacity: .4;
}
div.sc_infobox span:hover {opacity: 1;}
div.sc_infobox_style_regular {
        color: #333;
        background: #fff;
}
div.sc_infobox_style_info {
        color: #7b6a2f;
        background: #fff6d8
}
div.sc_infobox_style_success {
        color: #567738;
        background: #ebffd9
}
div.sc_infobox_style_error {
        color: #834f4f;
        background: #ffe7e7;
    text-align:center;
}
div.sc_infobox_style_error > a {
    color:#191919
}
div.sc_infobox_style_result {
        color: #94adb9;
}

.hinweis {
  color:#054656;
  font-size: 0.9em;
  font-weight: normal;
}

.hinweis a {
  color:#054656;
  font-weight: normal;
  border-bottom: 1px dashed;
}

.hinweis a:hover {
  border: none;
  color: #018bac;
}

.hinweis2 {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 80px;
}

.hinweis2 a {
  color:#054656;
  font-weight: normal;
  border-bottom: 1px dashed;
}

.hinweis2 a:hover {
  border: none;
  color: #018bac;
}
