@charset "UTF-8";
/* Custom Project-Files */
/**
 * Typography Styles
 */
/* font-size -- Angaben in Pixel ohne px */
/**
 * Layout Styles
 */
/**
 * Print Styles
 */
/**
 * ================================================
 * CUSTOM MIXINS
 */
/**
 * ================================================
 * CUSTOM MIXINS - ROTATE
 */
/**
 * ================================================
 * CUSTOM MIXINS - ROUND BORDERS
 */
/* round-border all */
/* round-border top */
/* round-border bottom */
/* round-border left */
/* round-border right */
/* basic mixin to include in others */
/**
 * ================================================
 * YAML CSS3 MIXINS
 */
@media screen {
  /**
	 * Basic Element Styling
	 */
  body {
    background: #98be30;
  }
  .print, .dev-small, .editmode-info {
    display: none;
  }
  hr.section-divide {
    display: block;
    height: 5px;
    margin: 0px 0;
    border: none;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
  }
  /* Grid-Layout */
  .ym-wrapper {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
  }
  .ym-wrapper > .inside {
    padding: 40px 0;
  }
  .ym-wrapper > .inside-small {
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
  .ym-wrapper > .inside {
    padding: 50px 0;
  }
}

@media screen {
  .ym-gbox {
    padding: 0 12px;
  }
  .ym-gbox-left {
    padding-right: 12px;
  }
  .ym-gbox-right {
    padding-left: 12px;
  }
  /* skip links styling */
  .ym-skiplinks a.ym-skip:focus,
  .ym-skiplinks a.ym-skip:active {
    color: #fff;
    background: #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
  }
  .ym-gbox.mbot + .ym-gbox {
    margin-top: 30px;
  }
  .inside > .el:first-child {
    margin-top: 0;
  }
  /**
	 * generische Klassen
	 */
  .hidden, .not-active {
    display: none;
  }
  .visible, .active {
    display: block;
  }
  .pos-rel {
    position: relative;
  }
  .floatbox {
    clear: both;
    overflow: hidden;
  }
  .no-vscrolling {
    position: relative;
    min-width: 100%;
    height: auto;
    overflow: hidden;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-green {
    background-color: #98be30;
  }
  .bg-dark {
    background-color: #98be30;
  }
  /**
	 * floatende listen
	 */
  .floats {
    display: table;
    list-style-type: none;
  }
  .floats > li, .floats > div {
    box-sizing: border-box;
  }
  .floats > li > .inside, .floats > div > .inside {
    display: block;
    padding: 10px 10px;
  }
  /** 
 	 * Responsive Allgemein 
 	 */
  /* viewport < max-wrapper-width */
}

@media screen and (max-width: 980px) {
  img, figure {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 979px) {
  .linearize-level-1,
  .linearize-level-1 > [class*="ym-g"] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .linearize-level-1 .ym-gbox,
  .linearize-level-1 .ym-gbox-left,
  .linearize-level-1 .ym-gbox-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .linearize-level-2,
  .linearize-level-2 > [class*="ym-g"] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .linearize-level-2 .ym-gbox,
  .linearize-level-2 .ym-gbox-left,
  .linearize-level-2 .ym-gbox-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 649px) {
  .linearize-level-3,
  .linearize-level-3 > [class*="ym-g"] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .linearize-level-3 .ym-gbox,
  .linearize-level-3 .ym-gbox-left,
  .linearize-level-3 .ym-gbox-right {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 649px) {
  .linearize-level-4,
  .linearize-level-4 > [class*="ym-g"] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .linearize-level-4 .ym-gbox,
  .linearize-level-4 .ym-gbox-left,
  .linearize-level-4 .ym-gbox-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* basic styling */
header {
  position: relative;
  padding-top: 0px;
  background-color: #18342c;
}

/**
 * Header = position : fixed 
 */
body.fixed-header {
  padding-top: 108px;
}

body.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  z-index: 16;
}

#logo {
  position: absolute;
  top: 34px;
  width: 194px;
  height: 53px;
  background: url("../images/svg/logo.svg") no-repeat;
  z-index: 99;
}

#logo a {
  display: block;
  height: 108px;
}

/*
#telnr {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	background: url('../images/svg/telephone.svg') no-repeat 0px 3px;
	background-size: 22px;
	text-align: right;
	//border: 1px solid green;
}
*/
#nav-trigger {
  position: absolute;
  right: 0px;
  display: block;
  width: 150px;
  height: 108px;
  margin-left: 10px;
  cursor: pointer;
}

#nav-trigger span.icon {
  position: absolute;
  right: 0px;
  top: 41px;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/svg/menu.svg") no-repeat 0px 0px;
}

#nav-trigger.open span.icon {
  background: url("../images/svg/menu_x.svg") no-repeat 0px 0px;
}

#nav-trigger span.text {
  display: block;
  padding: 45px 10px 20px 40px;
  color: #98be30;
  font-family: "tt-masters-condensed-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Media-Queries */
/* Responsive : width < $wrapper-width */
@media (max-width: 1000px) {
  #logo {
    left: 10px;
  }
  #nav-trigger {
    margin-right: 10px;
  }
}

/* Header wird komplett umgestaltet */
@media screen and (max-width: 649px) {
  body.fixed-header {
    padding-top: 80px;
  }
  body.fixed-header header {
    height: 80px;
    border-top: 0;
  }
  #nav-trigger {
    height: 80px;
  }
  #nav-trigger span.text {
    padding: 27px 10px 20px 40px;
  }
  #nav-trigger span.icon {
    top: 24px;
  }
  #logo {
    width: 132px;
    height: 25px;
    background-size: 133px;
    top: 27px;
  }
}

#pageimage .inside {
  height: 400px;
  border: 0px solid red;
  padding: 0;
  background-image: url("../images/bg_header_default.jpg") no-repeat top center;
  background-size: cover !important;
}

#pageimage .legend {
  padding-top: 115px;
  color: #fff;
  text-align: center;
  font-size: 333.33333%;
  line-height: 1em;
  font-family: "LP Bambus W05 Regular", arial, helvetica, sans-serif;
  text-shadow: 2px 2px 8px black;
}

#pageimage {
  position: relative;
}

.img-overlay {
  position: absolute;
  bottom: -8px;
  z-index: 14;
  height: 45px;
  width: 100%;
  overflow: hidden;
}

.img-overlay img {
  width: 100%;
  min-width: 2000px;
  height: auto;
}

@media screen {
  #main {
    width: 100%;
    position: relative;
    background-color: #fff;
  }
  #main .bg-grey {
    background-color: #f8f8f8;
  }
  #main .article .text {
    padding-bottom: 12px;
  }
  #main .article .ruler {
    border: 1px solid #bfd776;
  }
  #main .article .spacer {
    position: relative;
    margin-top: 44px;
    margin-bottom: 4px;
    border-bottom: 1px solid #98be30;
  }
  #main .article .spacer h3 {
    position: absolute;
    left: 0;
    bottom: -17px;
    padding-right: 12px;
    background-color: #fff;
    border: 0px solid green;
  }
  #main .article img,
  #main .article figure {
    max-width: 100%;
    height: auto;
  }
  /*  3 Schwerpunkte - Übersicht  */
  .topics {
    border-top: 0px solid #98be30;
  }
  .topics .topic-teaser {
    text-align: center;
  }
  .topics .topic-teaser .image-wrapper {
    max-height: 188px;
    overflow: hidden;
  }
  .topics .topic-teaser .image img {
    max-width: 100%;
    max-height: 188px;
  }
  .topics .topic-teaser .text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }
  .topics .topic-teaser .text h2 {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .topics .ym-gl .ym-gbox {
    padding-bottom: 50px;
  }
}

@media screen {
  /*  3 Zielgruppen  */
  .groups {
    border-top: 0px solid #98be30;
    background: #bfd776 url("../images/bg_colors.gif") repeat-y center top;
  }
  .groups .ym-gl.second {
    background-color: #8fcf7d;
  }
  .groups .ym-gbox {
    padding: 80px 30px;
  }
  .groups .groups-teaser .text,
  .groups .groups-teaser h1,
  .groups .groups-teaser h2,
  .groups .groups-teaser h3 {
    color: #18342c;
  }
  .groups .groups-teaser h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .groups .ym-gl.first {
    background-color: #98be30;
  }
  .groups .ym-gl.third {
    background-color: #bfd776;
  }
  .groups .groups-teaser {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .groups .ym-gbox {
    padding-bottom: 80px;
  }
}

@media screen {
  /*  Liste mit Icons  */
  .iconlist {
    display: table;
    list-style-type: none;
  }
  .iconlist li {
    width: 100%;
    margin-left: 0px;
    background-position: 10px 15px;
    background-repeat: no-repeat;
  }
  .iconlist li .inside {
    display: block;
    padding: 10px 10px 10px 80px;
  }
}

@media screen and (min-width: 650px) {
  .iconlist li {
    float: left;
    width: 50%;
  }
  .iconlist li:nth-child(2n+3) {
    clear: left;
  }
}

@media screen {
  /*  Liste mit Partnern  */
  .partner {
    margin-top: 40px;
  }
  .partner .p-wrapper {
    border-bottom: 2px solid #98be30;
    overflow: hidden;
  }
  .partner .p-wrapper:first-child {
    border-top: 2px solid #98be30;
  }
  .partner .p-image {
    float: left;
    width: 240px;
    border-top: 3px solid #98be30;
    padding: 30px 0;
  }
  .partner .p-text {
    margin-left: 270px;
    padding: 30px;
  }
}

@media screen and (max-width: 649px) {
  .partner .p-image {
    width: 180px;
    padding-bottom: 20px;
  }
  .partner .p-text {
    margin-left: 210px;
    padding: 30px 20px 30px 10px;
  }
}

@media screen and (max-width: 540px) {
  .partner .p-image {
    float: none;
    width: 240px;
  }
  .partner .p-text {
    margin-left: 0;
    padding: 0px 10px 30px 10px;
  }
}

@media screen {
  /*  Liste mit Standorten  */
  .standorte {
    margin-top: 30px;
  }
  .standorte .ruler {
    border-color: #bfd776;
  }
}

@media screen and (max-width: 649px) {
  .linearize-level-3 .ym-gr {
    margin-top: 30px;
  }
}

@media screen {
  /* Button */
  .button-text {
    padding: 10px 30px;
    background-color: #18342c;
    color: #fff;
    display: inline;
    border-radius: 5px;
    cursor: pointer;
    font-family: "tt-masters-regular", arial, helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .button-text a {
    color: #fff;
    font-family: "tt-masters-regular", arial, helvetica, sans-serif !important;
  }
  .button-text a:hover {
    text-decoration: underline;
  }
  button.button-text {
    padding: 10px 30px;
    background-color: #18342c;
    color: #fff;
    display: inline;
    border-radius: 5px;
    border-style: none;
    cursor: pointer;
    font-family: "tt-masters-regular", arial, helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  button.button-text:hover {
    text-decoration: underline;
    color: #98be30;
  }
  .padding-100 {
    padding: 100px 0;
  }
  .padding-100 p {
    color: #000;
  }
  .layer-link {
    color: #98be30;
  }
  .layer-link:hover {
    text-decoration: underline;
  }
}

/* end media */
@media screen {
  .page-footer {
    position: relative;
    clear: both;
    background-color: #18342c;
    /* Media-Queries */
  }
}

@media screen and (max-width: 939px) {
  .page-footer .inside {
    padding: 50px 0;
  }
  .page-footer .ym-grid > .ym-g25 {
    width: 38%;
  }
  .page-footer .ym-grid > .ym-g25:first-child {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .page-footer .ym-grid > .ym-g25.ym-gr {
    width: 24%;
  }
}

@media screen and (max-width: 649px) {
  .page-footer .inside {
    padding-top: 30px;
  }
  .page-footer .ym-grid,
  .page-footer .ym-grid > [class*="ym-g"] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 98% !important;
  }
  .page-footer .ym-grid .ym-gbox {
    padding: 20px 10px 0px 200px;
  }
  .page-footer .ym-grid > .ym-g25:first-child {
    position: absolute;
    left: 10px;
    top: 37px;
    width: 190px;
  }
  .page-footer .ym-grid > .ym-g25:first-child .ym-gbox {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .page-footer .ym-grid .ym-gbox {
    padding-left: 10px;
  }
  .page-footer .ym-grid > .ym-g25:first-child {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .page-footer .ym-grid > .ym-g25:first-child .ym-gbox {
    padding-left: 10px;
  }
}

@media screen {
  .page-footer .footer-logo {
    position: relative;
    height: 215px;
    padding: 0 60px;
  }
  .page-footer .footer-logo .logo {
    position: absolute;
    right: 0;
    top: 85px;
    width: 405px;
    height: 100px;
    border: 0px solid orange;
    background: url("../images/logo.png") no-repeat;
  }
  .page-footer .footer-logo .phrase {
    position: absolute;
    left: 60px;
    top: 163px;
    width: 500px;
    height: 20px;
    border-right: 0px solid orange;
    font-size: 155.55556%;
  }
  .page-footer .footer-text {
    padding: 36px 60px;
    color: #2e2d2c;
  }
  .page-footer .footer-text .ym-gbox-left {
    font-size: 83.33333%;
  }
  .page-footer .footer-text address {
    position: relative;
    float: right;
    width: 220px;
    border: 0px solid green;
    padding-top: 10px;
  }
  .page-footer .footer-text address .icon-standort {
    position: absolute;
    left: -35px;
    top: 0;
    width: 20px;
    height: 31px;
    background: url("../images/icons.png") no-repeat 0 -70px;
    border: 0px solid orange;
  }
}

@media screen and (max-width: 649px) {
  .page-footer .footer-text address {
    float: none;
    width: auto;
  }
  .page-footer .footer-text address .icon-standort {
    position: relative;
    left: auto;
    top: auto;
    margin: 24px 0 12px 0;
  }
}

@media screen {
  .page-footer .footer-nav {
    padding: 15px 0;
  }
  .page-footer .footer-nav a {
    color: #666666;
  }
  .page-footer .footer-nav a:hover {
    color: #fff;
  }
  .page-footer.neg a {
    color: #fff;
  }
  .page-footer.neg a.layer-link {
    color: #98be30;
  }
  .page-footer.neg a.layer-link:hover {
    text-decoration: underline;
    color: #98be30;
  }
  .page-footer.neg a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .page-footer .inside {
    padding-bottom: 5px;
  }
  .page-footer #map {
    height: 500px;
    color: #2e2d2c;
    background: url("../images/google-layer.jpg") no-repeat center center;
    background-size: cover;
  }
  .page-footer .toplink {
    position: absolute;
    right: 50%;
    margin-right: -42px;
    top: -23px;
    width: 54px;
    height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #98be30 url("../images/svg/arrow_white.svg") no-repeat center center;
    background-size: 30px;
    cursor: pointer;
  }
  .page-footer .toplink span,
  .page-footer .toplink a {
    display: block;
    height: 40px;
  }
}

@media screen {
  /* Allgemein */
  nav ul {
    margin: 0;
    list-style: none;
  }
  nav li {
    margin: 0;
    padding: 0;
    background: none;
  }
  nav a {
    text-decoration: none;
  }
  nav a:hover {
    text-decoration: underline;
  }
  /* Main-Navigation */
  #mainnav {
    display: none;
    position: fixed;
    top: 108px;
    bottom: 0px;
    height: auto;
    right: -300px;
    width: 300px;
    margin-right: 0px;
    display: block;
    background-color: #98be30;
    transition: all 0.3s ease;
    overflow: auto;
    font-family: "tt-masters-regular", arial, helvetica, sans-serif;
    z-index: 15;
    color: #18342c;
  }
  #mainnav.open {
    right: 0px;
  }
  #mainnav.open .current {
    color: #fff;
  }
  #mainnav .subtrigger {
    cursor: pointer;
  }
  #mainnav ul {
    padding: 24px 0;
  }
  #mainnav ul .subitems {
    padding: 10px 0 10px 20px;
    display: none;
  }
  #mainnav ul .subitems.opensub {
    display: block;
  }
  #mainnav ul .subitems li {
    list-style: none;
  }
  #mainnav ul .subitems li a span {
    font-size: 90%;
  }
  #mainnav ol.subitems {
    margin: 0 0 0.5em 0;
  }
  #mainnav li > a,
  #mainnav li > span {
    display: block;
    padding: 8px 20px 7px 36px;
  }
  #mainnav li > a:hover,
  #mainnav li > span:hover {
    color: #fff;
    cursor: pointer;
  }
  #mainnav .small-devices {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #mainnav .small-devices {
    display: inherit;
  }
}

@media screen {
  #mainnav .ruler-dotted {
    height: 1px;
    margin: 10px 36px;
    border-bottom: 1px dotted #ccc;
  }
}

@media screen and (max-width: 400px) {
  #mainnav {
    right: -400px;
    width: 100%;
  }
}

@media screen and (max-width: 649px) {
  .toggle-button {
    position: absolute;
    width: 44px;
    height: 40px;
    transition: .25s;
    z-index: 15;
    right: 0;
    top: 13px;
  }
  #mainnav {
    top: 80px;
  }
}

#sidebar img {
  max-width: 100%;
  height: auto;
}

#sidebar h3.h2 {
  color: #18342c;
  margin: 1em 0 0 0;
}

#sidebar hr {
  margin-top: 0px;
}

/**		
 *  Basic Configuration
 *  Grundlegende Parameter festlegen
 */
/**		
  *  Basic Styles
  *  teilweise Stylesheet Reset der eingebundenen flexslider.css
  */
.flexslider {
  margin: 0;
  list-style: none;
  border: 0px;
  box-shadow: none;
}

.flexslider .slides li {
  position: relative;
  margin: 0;
}

.flexslider .slides img {
  max-width: 100%;
  height: auto;
}

/**		
  *  Startseiten Slider
  *  der eigentliche Slider
  */
#slideshow.flexslider .textbox {
  text-align: center;
}

#slideshow.flexslider .textbox .slide-txt-small {
  font-size: 111.11111%;
  line-height: 30px;
}

#slideshow.flexslider .textbox .slide-txt-large {
  font-size: 322.22222%;
}

/**
  * Webfonts einbinden
  */
.fontface .slide-txt-small {
  font-family: "tt-masters-condensed-bold", sans-serif;
  font-weight: normal;
}

.fontface .slide-txt-large {
  font-family: "LP Bambus W05 Regular", arial, helvetica, sans-serif;
  font-weight: normal;
  text-shadow: 2px 2px 8px black;
}

/**
  * only screen styles
  */
@media screen {
  #slideshow.flexslider {
    position: relative;
    height: 520px;
    border: none;
    margin-bottom: 0;
    /**
		* Zurück/Vor Navigation
		*/
  }
  #slideshow.flexslider .slides,
  #slideshow.flexslider .slides > li {
    position: relative;
    height: inherit;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
  }
  #slideshow.flexslider .slides > li {
    background-size: cover;
    background-position: center center;
  }
  #slideshow.flexslider .textbox {
    width: 100%;
    padding-bottom: 150px;
    color: #fff;
  }
  #slideshow.flexslider .textbox .slide-txt-small {
    margin-bottom: 15px;
    padding: 0 40px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  #slideshow.flexslider .textbox .slide-txt-large {
    padding: 0 40px;
    font-size: 80px;
    line-height: 1.25em;
  }
}

@media screen and (max-width: 830px) {
  #slideshow.flexslider .textbox .slide-txt-large {
    font-size: 45px;
  }
}

@media screen and (max-width: 570px) {
  #slideshow.flexslider .textbox .slide-txt-large {
    font-size: 35px;
  }
}

@media screen {
  #slideshow.flexslider .textbox .slide-link {
    margin-top: 78px;
    margin-left: 75%;
  }
  #slideshow.flexslider .textbox .slide-link a {
    display: inline-block;
    padding: 9px 70px 11px 20px;
    background: #000 url("../images/icons.png") no-repeat right -381px;
    color: #fff;
    font-size: 111.11111%;
    line-height: 30px;
  }
  #slideshow.flexslider .flex-viewport {
    position: relative;
    height: inherit;
  }
  #slideshow.flexslider .flex-control-nav {
    width: 100%;
    bottom: 5px;
    right: 20px;
  }
  #slideshow.flexslider .flex-control-paging {
    display: none;
  }
  #slideshow.flexslider .flex-control-paging li {
    margin-right: 3px;
  }
  #slideshow.flexslider .flex-control-paging li a {
    background-color: #fff;
    height: 11px;
    width: 11px;
  }
  #slideshow.flexslider .flex-control-paging li a.flex-active {
    background-color: inherit;
  }
  #slideshow.flexslider .flex-direction-nav {
    display: none;
  }
  #slideshow.flexslider .flex-direction-nav a {
    height: 50px;
  }
  #pageslider {
    position: relative;
  }
  #pageslider .search {
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: -130px;
  }
  #pageslider .searchform {
    background: url("../images/svg/lupe.svg") no-repeat center center;
    background-position: right;
    background-position: 281px;
    background-size: 34px;
  }
  #pageslider .searchfield {
    display: block;
    width: 240px;
    padding: 5px 10px;
    color: #515351;
  }
  #pageslider .submit-field {
    display: none;
  }
}

/**
  * print styles
  */
@media print {
  #pageslider {
    display: none;
  }
}

@media screen {
  /*  Suchformular - Startseite / Slider  */
  #pageslider {
    position: relative;
  }
  #pageslider .search {
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: -162px;
  }
  #pageslider .searchform {
    width: 322px;
    background-color: #98be30;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #pageslider .searchform input {
    font-size: 83.33333%;
  }
  #pageslider .searchform input[type=text] {
    width: 260px;
  }
  #pageslider .searchform input[type=submit] {
    position: absolute;
    right: 12px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url("../images/svg/lupe.svg") no-repeat 9px 3px;
    background-size: 30px;
    cursor: pointer;
  }
  /*  Suchformular - Sidebar  */
  #info .searchform input[type=text] {
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .searchform {
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
  }
  .searchform input {
    border: none;
    padding: 10px;
    background: transparent;
    color: #fff;
  }
  .fontface .searchform input {
    font-family: "tt-masters-regular", arial, helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
  }
  /*
	.searchform {
		position: relative;
		box-sizing: border-box;
		width: 350px;
		padding: 5px 10px;
		background-color: $col-bg-dark;
		@include round-border(5px);
	
		input {
			border: none;
			padding: 10px;
			background: transparent;
			color: $white;
			font-size: $fs-small;
			//border: 1px solid orange;

			// Webfonts einbinden
			.fontface & {
				font-family: $webfont-h2;
				font-weight: normal;
				//text-transform: uppercase;
				letter-spacing: 1px;
			}
		}

		input[type=text] {
			width: 260px;
		}

		input[type=submit] {
			position: absolute;
			right: 12px;
			top: 5px;
			width: 40px;
			height: 40px;
			//border: 1px solid orange;
			background: url('../images/icons.png') no-repeat 0px -335px;
			cursor: pointer;
		}

	}  // end .searchform
*/
  /*  Suchformular - Übersichtsseite  */
  ul.searchlist {
    padding: 20px;
  }
}

@media screen {
  .start-content li.ym33 {
    width: 336px;
  }
  .start-content li .inside {
    padding: 6px 6px;
  }
  .start-content a.button {
    color: #262728;
    background: transparent;
    text-decoration: none;
  }
  .start-content .imagebox {
    position: relative;
    height: 176px;
    overflow: hidden;
  }
  .start-content .imagebox img {
    height: 176px;
    overflow: hidden;
  }
  .start-content .imagebox .legend {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 12px 18px;
    line-height: 1.2em;
  }
  .start-content .imagebox .legend h1 {
    margin: 0;
  }
  .start-content .bottom-link {
    display: block;
    background-color: #d3d3d3;
  }
  .start-content .bottom-link span {
    display: block;
    padding: 18px 18px;
  }
}

@media all {
  .gallery {
    margin: 0 -10px;
    padding: 5px 0;
    list-style: none outside none;
    overflow: hidden;
    border: 0px solid red;
  }
  .gallery li {
    float: left;
    width: 33.3333%;
    margin: 0;
  }
  .gallery li a {
    position: relative;
    display: block;
    margin: 10px 10px;
    border: 0px solid #3C3C3C;
  }
  .gallery li a img {
    max-width: 100%;
    height: auto;
  }
  .gallery li a .curtain {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
  .gallery li a .icon-plus {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 58px;
    height: 58px;
    border: 1px solid #98be30;
    background: #fff url("../images/icons.png") no-repeat right -104px;
  }
  .gallery li a:hover .icon-plus {
    background-color: #bfd776;
    background-position: right -144px;
  }
}

@media all and (max-width: 673px) {
  .gallery li {
    width: 50%;
  }
}

@media all and (max-width: 337px) {
  .gallery li {
    width: 100%;
  }
}

@media screen {
  .faq {
    margin: 30px 10px 0 10px;
    border-top: 1px solid #98be30;
  }
  .faq .faq-block {
    border-bottom: 1px solid #98be30;
  }
  .faq .faq-question {
    position: relative;
    padding: 30px 120px 28px 30px;
    color: #9933cc;
    font-size: 28px;
    line-height: 1.3em;
    cursor: pointer;
    /*
			&.faq-open:hover .arrow {
				transform: rotate(270deg);
				background-position: 0px -409px;
			}
			*/
  }
  .faq .faq-question .arrow {
    display: block;
    position: absolute;
    right: 30px;
    top: 23px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #98be30 url("../images/icons.png") no-repeat 0px -409px;
  }
  .faq .faq-question:hover .arrow {
    transform: rotate(90deg);
    background-position: 0px -410px;
  }
  .faq .faq-question.faq-open .arrow {
    transform: rotate(90deg);
    background-color: #98be30;
    background-position: 0px -410px;
  }
  .faq .faq-answer {
    padding: 20px 30px 50px 30px;
  }
}

@media screen {
  .ap-panel .sort {
    display: block;
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
    border: none;
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #18342c;
    background-color: #bfd776;
    text-align: center;
    cursor: pointer;
  }
  .ap-panel .sort:hover, .ap-panel .sort.asc, .ap-panel .sort.desc {
    background-color: #98be30;
  }
}

@media screen and (max-width: 767px) {
  .ap-panel .ym-gbox {
    margin: 0;
  }
  .ap-panel .sort {
    margin: 0 auto 10px auto;
  }
}

@media screen {
  aside.ansprechpartner {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  .ansprechpartner {
    padding: 15px 0px;
    overflow: hidden;
  }
  .ansprechpartner .ap-wrapper {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 979px) {
  .ansprechpartner .ap-wrapper {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen {
  .ansprechpartner .ap-inside {
    background-color: #fff;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
  .ansprechpartner .ap-image {
    width: 220px;
    height: 220px;
    float: left;
  }
  .ansprechpartner .ap-text {
    position: relative;
    min-height: 220px;
    margin-left: 220px;
    background-color: #fff;
  }
  .ansprechpartner .ap-text .ap-top {
    padding: 20px 30px 5px 30px;
    background-color: #fff;
  }
  .ansprechpartner .ap-text .ap-top .ap-name {
    color: #d49010;
  }
  .ansprechpartner .ap-text .ap-bottom {
    position: absolute;
    left: 0;
    padding: 5px 30px 20px 30px;
    background-color: #fff;
    font-size: 76%;
  }
  .bg-white .ansprechpartner .ap-text {
    min-height: 218px;
    border: 2px solid #bfd776;
    border-left: none;
  }
}

@media screen and (max-width: 479px) {
  .ansprechpartner .ap-inside {
    padding-top: 20px;
  }
  .ansprechpartner .ap-image {
    float: none;
    width: auto;
    text-align: center;
  }
  .ansprechpartner .ap-text {
    min-height: 0;
    margin-left: 0;
  }
  .ansprechpartner .ap-text .ap-top {
    padding: 20px 0 10px;
    text-align: center;
  }
  .ansprechpartner .ap-text .ap-bottom {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    text-align: center;
  }
  .bg-white .ansprechpartner .ap-text {
    min-height: 0;
    border: none;
  }
}

/*
 * Cookie-Bar
 */
@media screen {
  #cookie-bar {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background-color: #f6f6f6;
    z-index: 999;
  }
  #cookie-bar p {
    max-width: 980px;
    margin: 0 auto;
    padding: 8px 15px;
    font-size: 85%;
    line-height: 1.2em;
    text-align: center;
  }
  #cookie-bar .cb-enable {
    margin-left: 5px;
    border: 1px solid #163f65;
    padding: 0 3px;
    color: #163f65;
    font-weight: 700;
  }
}

@media print {
  #cookie-bar {
    display: none;
  }
}

/**
 * Formatierung des Kontaktformulars
 */
@media all {
  .formular .text.notice {
    padding: 40px 0 0 0;
    font-weight: bold;
    color: #a60f1a;
    text-align: center;
  }
  .formular .ym-gbox.inner {
    padding-bottom: 0;
  }
  .formular form {
    margin: 20px 0;
  }
  .formular fieldset {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 0px 8px 0px;
    /**
			 *	Checkbox-Styling
			 */
  }
  .formular fieldset .floatbox {
    margin-bottom: 5px;
    line-height: 2em;
    overflow: hidden;
  }
  .formular fieldset .nolabel {
    padding: 20px;
    font-weight: bold;
  }
  .formular fieldset p.legend {
    margin-bottom: 20px;
    font-size: 120%;
  }
  .formular fieldset label {
    display: block;
    width: auto;
    text-align: left;
  }
  .formular fieldset label.error {
    width: 135%;
    margin-left: auto10;
    margin-bottom: 0.5em;
    padding-right: 0;
    color: inherit;
    font-size: 83.33333%;
    text-align: left;
  }
  .formular fieldset input,
  .formular fieldset textarea {
    box-sizing: border-box;
    border: 1px solid #515351;
    padding: 3px 6px;
    font-size: 83.33333%;
  }
  .formular fieldset input.textfield,
  .formular fieldset textarea.textfield {
    padding: 6px;
    width: 100%;
  }
  .formular fieldset input.error,
  .formular fieldset textarea.error {
    border-color: inherit;
  }
  .formular fieldset textarea {
    height: 200px;
  }
  .formular fieldset input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .formular fieldset input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 40px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
  }
  .formular fieldset input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -18px;
  }
  .formular fieldset label.css-label {
    background-image: url("../images/csscheckbox_18px.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .formular fieldset .captcha .border {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #515351;
    padding: 5px;
  }
  .formular .info-text {
    margin-left: 50%;
  }
  .formular .info-text .pflichtfelder {
    margin-bottom: 0;
    padding: 0 40px 40px 40px;
  }
}

@media all and (max-width: 767px) {
  .formular .info-text .pflichtfelder {
    padding: 0 30px 30px 30px;
  }
}

@media all and (max-width: 979px) {
  .formular .info-text {
    margin-left: 0;
  }
}

@media all {
  .formular .button-submit {
    position: relative;
    display: inline-block;
    /*		
			&:before {
   			content: "";
		    position: absolute;
		    top: 12px;
		    left: 20px;
   			display: block;
		    height: 15px;
		    width: 22px;
				background: url('../images/icons.png') no-repeat -30px -100px;
			}
			*/
  }
  .formular .button-submit:hover {
    background-color: #a60f1a;
  }
  .formular .button-submit .submit {
    position: relative;
    display: inline-block;
    border: none;
    padding: 10px 20px 10px 52px;
    color: #fff;
    background: transparent;
    font-size: 83.33333%;
    cursor: pointer;
  }
  .formular .wrapper-submit.inner {
    padding-top: 0;
  }
}

@media all and (max-width: 767px) {
  .formular .wrapper-submit.inner {
    text-align: left;
  }
}

@media all and (max-width: 400px) {
  .formular fieldset .floatbox {
    margin-bottom: 12px;
    line-height: 1.45em;
  }
  .formular fieldset label {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .formular .button-submit input {
    margin-left: 0;
  }
}

@media all {
  .formular #mail {
    position: absolute;
    left: -125em;
    top: -10em;
    border: inherit;
  }
}

table.terminliste {
  border-top: 1px #98be30 solid;
  border-bottom: 1px #98be30 solid;
}

table.terminliste thead th {
  display: none !important;
}

table.terminliste tbody td {
  border-top: 1px solid #98be30;
}

table.terminliste tbody td.footable-visible {
  background: url("../images/svg/plus.svg") no-repeat center center;
  background-position: right;
  background-size: 30px;
  font-size: 155.55556%;
  font-family: "tt-masters-regular", arial, helvetica, sans-serif;
}

table.terminliste tbody td:hover {
  cursor: pointer;
}

table.terminliste tbody td.footable-row-detail-cell:hover {
  cursor: default;
}

table.terminliste tbody tr.footable-detail-show .footable-visible {
  background: url("../images/svg/minus.svg") no-repeat center center;
  background-position: right;
  background-size: 30px;
}

table.terminliste .footable-row-detail-row {
  margin-bottom: 20px;
}

table.terminliste .footable-row-detail-name {
  font-weight: bold;
}

@media (max-width: 500px) {
  table.terminliste tbody td.footable-visible {
    font-size: 111.11111%;
    padding-right: 30px;
  }
}

.startpage-buttons ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.startpage-buttons li {
  margin: 0;
  float: left;
}

.startpage-buttons li.ym-g66 {
  width: 672px;
}

.startpage-buttons li.ym-g33 {
  width: 326px;
}

.startpage-buttons li .inside {
  padding: 6px 6px;
}

.startpage-buttons li .textbox,
.startpage-buttons li .imagebox,
.startpage-buttons li .imagebox img {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.startpage-buttons li .imagebox {
  position: relative;
}

.startpage-buttons li .imagebox .legend {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 12px 18px;
  line-height: 1.2em;
}

.startpage-buttons li .imagebox .legend h2 {
  margin: 0;
  font-size: 80%;
  color: #18342c;
  font-family: "tt-masters-regular", arial, helvetica, sans-serif;
}

.startpage-buttons li .imagebox.neg h2 {
  color: #fff;
}

.startpage-buttons li .text {
  padding: 12px 18px;
  text-align: center;
}

.startpage-buttons li .bottom-link {
  display: block;
  background: #f8f8f8 url("../images/svg/arrow_right_green.svg") no-repeat center center;
  background-size: 12px;
  background-position: 270px;
  color: #18342c;
  font-family: "tt-masters-regular", arial, helvetica, sans-serif;
  font-size: 155.55556%;
}

.startpage-buttons li .bottom-link:hover {
  background: #98be30 url("../images/svg/arrow_right_white.svg") no-repeat center center;
  background-size: 12px;
  background-position: 270px;
}

.startpage-buttons li .bottom-link span {
  display: block;
}

.startpage-buttons li .bottom-link.nobg:hover {
  opacity: 1.0;
}

.startpage-buttons li .bottom-link.nobg span {
  background-image: none;
}

.startpage-buttons li .bottom-link p {
  padding: 18px 18px;
}

.startpage-buttons li .info-newsletter .text {
  padding-right: 230px;
}

@media (max-width: 979px) {
  .startpage-buttons ul {
    max-width: 672px;
    margin: 0 auto;
  }
  .startpage-buttons li.large-devices {
    display: none;
  }
}

@media (max-width: 767px) {
  .startpage-buttons .content-startseite {
    padding: 55px 6px 0 6px;
  }
  .startpage-buttons li.ym-g66 {
    float: none;
    width: auto;
    max-width: 672px;
  }
  .startpage-buttons li.ym-g66 .textbox {
    height: auto;
    min-height: 176px;
  }
  .startpage-buttons li.ym-g66 .info-newsletter .text {
    padding-right: 30%;
  }
  .startpage-buttons li.ym-g33 {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 336px) {
  .startpage-buttons li.ym-g33 {
    width: auto;
  }
}

.hintergrund {
  background: url("../images/svg/bg-green.svg") no-repeat;
  background-size: cover;
}

.teaser-box .padding-inner {
  padding: 80px 40px;
}

.teaser-box h2.h1 {
  color: #fff;
}

.full-width-image {
  height: 500px;
}

.bg-green-pastell {
  background-color: #bfd776;
}

.orte-wrapper article {
  width: 31%;
  background-color: #fff;
  position: relative;
}

.orte-wrapper article img {
  width: 100%;
  height: auto;
}

.orte-wrapper article .category {
  font-family: "LP Bambus W05 Regular", arial, helvetica, sans-serif;
  color: #18342c;
  padding: 10px 20px;
  background-color: #98be30;
  position: absolute;
  top: 10px;
  font-size: 111.11111%;
  border-radius: 0px 5px 5px 0px;
}

.orte-wrapper .text-wrapper {
  padding: 20px;
}

.orte-wrapper h3.h2 {
  margin: 0px;
}

.abstand-download {
  margin: 20px 20px 20px 0;
}

.abstand-download:nth-child(3n+4) {
  clear: both;
}

.abstand-download.abstand-clear-right {
  margin-right: 0px;
  margin-left: 20px;
}

.dropdown .selectInside, .dropdown select {
  display: inline;
  vertical-align: top;
  background: #fff url(../pics/arrow_selectbox.png) no-repeat right top;
  text-transform: uppercase;
  padding: 15px;
  padding-right: 15px;
  border: none;
  padding-right: 65px;
  font-weight: 400;
  cursor: pointer;
  height: 53px;
}

.dropdown .selectOutside {
  width: 297px;
  max-width: 100%;
}

#hidden-submit {
  height: 53px;
  padding: 15px;
  border: none;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .orte-wrapper article {
    width: 47%;
    background-color: #fff;
    position: relative;
  }
  .abstand-download {
    margin: 20px 20px 20px 0;
  }
  .abstand-download:nth-child(3n+4) {
    clear: inherit;
  }
  .abstand-download.abstand-clear-right {
    margin-right: 0px;
    margin-left: 20px;
  }
}

@media (max-width: 691px) {
  .orte-wrapper article {
    width: 100%;
    background-color: #fff;
    position: relative;
    float: none;
  }
}

/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       © 2005-2013, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.1.2
 */
@media all {
  /*
  * @section global typography settings
  *
  * vertical rhythm settings (based on em-unit)
  * -------------------------------------------
  * basefont-size:  14px (87.5%)
  * line-height  :  21px (factor: 1.5) */
  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * {
    font-size: 100%;
  }
  /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */
  @font-face {
    font-family: 'tt-masters-condensed-bold';
    src: url("../font/tt_masters_condensed_bold-webfont.eot") format("eot"), url("../font/tt_masters_condensed_bold-webfont.woff") format("woff"), url("../font/tt_masters_condensed_bold-webfont.woff2") format("woff2"), url("../font/tt_masters_condensed_bold-webfont.ttf") format("truetype"), url("../font/tt_masters_condensed_bold-webfont.svg") format("svg");
  }
  @font-face {
    font-family: 'tt-masters-regular';
    src: url("../font/tt_masters_regular-webfont.eot") format("eot"), url("../font/tt_masters_regular-webfont.woff") format("woff"), url("../font/tt_masters_regular-webfont.woff2") format("woff2"), url("../font/tt_masters_regular-webfont.ttf") format("truetype"), url("../font/tt_masters_regular-webfont.svg") format("svg");
  }
  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: helvetica, arial, sans-serif;
  }
  /* font-size: 14px; */
  body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 112.5%;
    line-height: 1.45em;
    color: #2e2d2c;
  }
  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  h1,
  .h1 {
    margin: 0 0 0.95em 0;
    color: #98be30;
    font-size: 272.22222%;
    line-height: 1.37em;
  }
  h2,
  .h2 {
    margin: 0 0 0.95em 0;
    color: #18342c;
    font-size: 155.55556%;
    line-height: 1.37em;
  }
  h3,
  .h3 {
    margin: 0 0 0.3em 0;
    color: #515351;
    font-size: 111.11111%;
    line-height: 1.45em;
  }
  h4,
  .h4 {
    margin: 1.125em 0 0 0;
    color: inherit;
    font-size: 83.33333%;
    line-height: 1.45em;
  }
  h5,
  .h5 {
    margin: 1.2857em 0 0 0;
    color: inherit;
    font-size: 83.33333%;
    line-height: 1.45em;
  }
  h6,
  .h6 {
    margin: 1.5em 0 0 0;
    color: inherit;
    font-size: 83.33333%;
    line-height: 1.45em;
  }
  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }
  ul {
    list-style-type: disc;
  }
  ol {
    list-style-type: decimal;
  }
  ul ul {
    list-style-type: circle;
    margin-top: 0;
  }
  ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
  }
  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }
  li {
    font-size: 100%;
    line-height: 1.7;
    margin-left: 1.2em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1.5em 0.8em;
  }
  ul.reset,
  ol.reset {
    margin: 0;
    list-style: none;
  }
  ul.reset li,
  ol.reset li {
    margin: 0;
  }
  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p {
    font-size: 100%;
    margin: 0;
  }
  blockquote,
  cite,
  q {
    font-style: italic;
  }
  blockquote {
    background: transparent;
    color: #666666;
    margin: 1.5em 0 0 1.5em;
  }
  strong,
  b,
  .bold {
    font-weight: bold;
  }
  em,
  i {
    font-style: italic;
  }
  big {
    font-size: 322.22222%;
  }
  small {
    font-size: 83.33333%;
  }
  address {
    font-style: normal;
  }
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }
  pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  pre,
  code {
    color: #880000;
  }
  kbd,
  samp,
  var,
  tt {
    color: #666666;
    font-weight: bold;
  }
  var,
  dfn {
    font-style: italic;
  }
  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  mark {
    background: yellow;
    color: black;
  }
  hr {
    color: #fff;
    background: transparent;
    margin: 12px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px #98be30 solid;
  }
  /*--- Links ----------------------------------------------------------------------------------------- */
  a {
    color: #98be30;
    background: transparent;
    text-decoration: none;
  }
  a:active {
    outline: none;
  }
  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:hover {
    color: #98be30;
    text-decoration: underline;
  }
  a:focus {
    text-decoration: none;
  }
  a img {
    border: 0 none;
    outline: 0 none;
  }
  /* --- images ------------------ */
  img,
  figure {
    margin: 0;
    vertical-align: bottom;
  }
  .flexible {
    margin-bottom: 1.5em;
    max-width: 100%;
    height: auto;
  }
  /* IE6 workaround - 2% space for possible borders */
  * html .flexible {
    width: 98%;
  }
  .bordered {
    margin-bottom: 1.5em;
    border: 2px #eee solid;
    border: 2px white solid;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }
  .img-fleft {
    float: left;
    margin: 5px 15px 5px 0;
  }
  .img-fright {
    float: right;
    margin: 5px 0 5px 15px;
  }
  /**
  * ----------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
  .large {
    font-size: 322.22222%;
  }
  .mtop10 {
    margin-top: 10px;
  }
  .ptop10 {
    padding-top: 10px;
  }
  .pbot1em {
    padding-bottom: 1em;
  }
  .pbot20 {
    padding-bottom: 20px !important;
  }
  .fleft {
    float: left;
  }
  .fright {
    float: right;
  }
  .float-left {
    float: left;
    display: inline;
    margin: 0.5em 1em 0.5em 0;
  }
  .float-right {
    float: right;
    display: inline;
    margin: 0.5em 0 0.5em 2em;
  }
  .center {
    display: block;
    text-align: center;
  }
  .right {
    text-align: right;
  }
  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */
  table {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 1.35714em 0;
  }
  table.narrow {
    margin: 0 0 1.42857em 0;
  }
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
  }
  table.fixed {
    table-layout: fixed;
  }
  table.bordertable {
    border: 1px #ccc solid;
  }
  table.bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
  table.bordertable tbody th[scope="row"] {
    background: #f0f0f0;
  }
  table.bordertable tbody th {
    border-right: 1px solid #ccc;
  }
  table.bordertable tbody td {
    border-right: 1px solid #ccc;
  }
  caption {
    font-variant: small-caps;
  }
  th,
  td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
  }
  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }
  th.nowrap,
  td.nowrap {
    white-space: nowrap;
  }
  thead th {
    text-align: left;
    color: #000;
    border-bottom: 2px #000 solid;
  }
  tbody {
    /* highlight row on mouse over */
  }
  tbody th {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  tbody td {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  tbody tr:hover th,
  tbody tr:hover td {
    background: #f8f8f8;
  }
}

/**
 * ------------------------------------------------------------------------------------------------- #
 * Custom Styles
 */
@media all {
  .hideme {
    display: none;
  }
  /*  Umkehrung von Hintergrund- und Schriftfarbe  */
  .neg {
    background-color: #18342c;
    color: #fff;
  }
  .neg a,
  .neg a:hover,
  .neg a.current {
    color: #98be30;
  }
  .neg h1,
  .neg h2 {
    color: #fff;
  }
  ul.reset,
  ol.reset {
    list-style-type: 0;
    margin: 0;
  }
  ul.reset li,
  ol.reset li {
    margin: 0;
  }
  /*  Webfonts einbinden  */
  .fontface .article a,
  .fontface .hervorgehoben {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
  }
  .fontface strong,
  .fontface b,
  .fontface .bold,
  .fontface .button-link,
  .fontface .quote .intro {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #515351;
  }
  .fontface h1,
  .fontface h2.h1,
  .fontface .kicker,
  .fontface .nav-toptitle,
  .fontface .headline-aktuelles {
    font-family: "LP Bambus W05 Regular", arial, helvetica, sans-serif;
    font-weight: normal;
    margin: 0 0 0.2em 0;
  }
  .fontface #nav-trigger,
  .fontface h2,
  .fontface .h2,
  .fontface .article .h2,
  .fontface h3,
  .fontface .h3,
  .fontface .article .h3,
  .fontface h4,
  .fontface h5,
  .fontface h6 {
    font-family: "tt-masters-regular", arial, helvetica, sans-serif;
    font-weight: normal;
  }
  .fontface .kicker {
    font-family: arial, helvetica, sans-serif;
  }
  /*  Versalien mit Laufweite 1px  */
  #mainnav,
  .nav-trigger,
  .button-link,
  .news .date,
  .quote .intro,
  .uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  /*  horizontale Trennlinien  */
  hr.ruler {
    margin: 30px 10px;
  }
  hr.deco {
    width: 110px;
    margin: 22.8px auto;
  }
  /**
	 * Button-Link 
	 */
  .button-link {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #98be30;
    color: #fff;
  }
  .button-link:hover, .button-link.active {
    color: #fff;
  }
  .button-link span {
    padding-left: 5px;
    color: #98be30;
  }
  .kicker {
    display: block;
    margin-bottom: 10px;
    color: #18342c;
    font-size: 88.88889%;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  h1 .kicker {
    margin-bottom: 15px;
    font-size: 32.65306%;
    line-height: 1.6em;
  }
  /*  Headlines  */
  .headline {
    padding: 0 15px;
  }
  .headline .inside {
    padding: 45px 10px 50px 10px;
  }
  .headline .nav-toptitle {
    margin-bottom: 6px;
    color: #98be30;
    font-size: 58px;
    line-height: 1.25em;
  }
  .headline .nav-subtitle {
    color: #fff;
    font-size: 40px;
    line-height: 1em;
  }
  /*  Navigation  */
  #mainnav .nav {
    font-size: 83.33333%;
  }
  #mainnav .nav a {
    color: #18342c;
    text-decoration: none;
  }
  #mainnav .nav a:hover {
    color: #fff;
  }
  #mainnav .nav a.current {
    color: #fff;
  }
  #nav-trigger,
  #telnr a {
    font-size: 30px;
    line-height: 1em;
  }
  footer.neg {
    color: #666666;
  }
  footer.neg h2 {
    color: #666666;
    font-weight: bold;
  }
  footer h2 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: bold;
  }
  footer a.white {
    color: #fff;
  }
  .article {
    /*  Default Listenformatierung  */
  }
  .article ul {
    list-style-type: none;
  }
  .article ul li {
    margin-left: 15px;
  }
  .article ul li:before {
    content: "•";
    display: block;
    width: 14px;
    margin-top: 2px;
    margin-left: -14px;
    float: left;
    font-size: 80%;
  }
  /*  News  */
  .news .headline-aktuelles {
    padding-bottom: 50px;
    color: #2e2d2c;
    font-size: 322.22222%;
    text-align: center;
  }
  /*  Zitat  */
  .quote {
    text-align: center;
  }
  .quote .kicker {
    margin-bottom: 25px;
    color: #98be30;
    letter-spacing: 1px;
  }
  .quote blockquote {
    margin: 0;
    color: #2e2d2c;
    font-family: arial, helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.6em;
    font-style: normal;
    letter-spacing: -1px;
  }
  .partner h3 {
    color: #18342c;
    font-family: arial, helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.6em;
    font-style: normal;
    letter-spacing: -1px;
  }
  .info-box {
    border: 4px solid #98be30;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .info-box h2 {
    margin-bottom: 1.2em;
    font-size: 111.11111%;
  }
  .info-box.neg {
    background-color: #98be30;
  }
  .info-box.neg h2 {
    color: #18342c;
  }
  /**
   * WE Editor TinyMCE
   */
  #tinymce {
    background: #fff;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 165%;
  }
}

@media print {
  * {
    margin: 0;
    padding: 0;
  }
  body {
    font-size: 10pt;
    padding: 0 5px;
  }
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  nav {
    display: none;
  }
  /* Positionieren der Inhaltselemente */
  .wrapper {
    position: relative;
    width: 940px;
    margin: 0 auto;
  }
  #main .inside {
    clear: both;
  }
  #logo {
    display: block !important;
    padding: 0 0 60px 0;
  }
  #logo img {
    display: inline;
  }
  footer {
    margin-top: 40px;
  }
  footer .ym-g50.ym-gl {
    width: 60%;
  }
  footer .ym-g50.ym-gr {
    width: 40%;
  }
  footer .ym-gbox-right .ym-gr {
    display: none;
  }
  footer .ym-gbox-right .ym-g50.ym-gl {
    width: 100%;
  }
  /*	
	.print-nav { width: 100%; margin-bottom: 60px; }
	.print-nav td { font-size: 24px; font-weight: bold; }
  
  .news-teaser.inside { padding-bottom: 60px; overflow: hidden; }
  .news-teaser .ym-gl { float: left; }
  .news-teaser .ym-g25 { width: 25%; }
  .news-teaser h1 { font-size: 12pt; }
  .news-teaser .news-teaser-text { padding-top: 10px; padding-right: 10px; color: #000; text-transform: none; }
  .news-teaser .news-teaser-link { display: none; }
  .shadows { box-shadow: none; }
  
  .sidebox, .sidebox .ansprechpartner li { padding-top: 30px; }
  
  .mediathek { margin-top: 30px; }
  .mediathek .selectOutside,
  .mediathek .selectInside { display: inline; }
  
  ol.news-teaser { margin: 0px -5px; list-style: none; }
	ol.news-teaser li { display: inline-block; width: 25%; margin: 0; padding: 40px 0 0 0; vertical-align: top; }
	ol.news-teaser article { margin: 5px; }
*/
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  .formular {
    width: 400px;
  }
  .formular form {
    margin: 20px 0;
  }
  .formular fieldset {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 0px 8px 0px;
  }
  .formular div.nolabel {
    padding: 20px;
    font-weight: bold;
  }
  .formular p.legend {
    margin-bottom: 20px;
    font-size: 125%;
  }
  .formular label {
    width: 150px;
    display: block;
    float: left;
    text-align: left;
    padding-right: 10px;
    line-height: 2em;
  }
  .formular input, .formular textarea {
    border: 1px solid #999;
    padding: 3px;
  }
  .formular input.margin-top {
    margin-top: 3px;
    border: 0;
  }
  .formular input.submit {
    display: none;
  }
  .formular input.textfield,
  .formular textarea.textfield {
    width: 210px;
  }
  .formular textarea {
    height: 80px;
  }
  .formular form fieldset div.floatbox {
    margin-bottom: 5px;
    overflow: hidden;
  }
  .formular form fieldset div.pflichtfelder {
    display: none;
  }
  .formular #mail {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */