@charset "UTF-8";
/* CSS Document Neue Wege 01.12.2025

/* --------------------------- global --------------------------- */

/* ----- Fonts --------*/

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* pacifico-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pacifico-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pacifico-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser */
}
    
/* londrina-solid-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/londrina-solid-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/londrina-solid-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* londrina-solid-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/londrina-solid-v19-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/londrina-solid-v19-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



body {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

/*padding (All Sides)*/

.padding-0 {
    padding:0!important;
}
.padding-1 {
    padding:1rem!important;
}
.padding-2 {
    padding:2rem!important;
}
.padding-3 {
    padding:3rem!important;
}

/*padding Top*/

.padding-top-0 {
    padding-top:0rem!important;
}
.padding-top-1 {
    padding-top:1rem!important;
}
.padding-top-2 {
    padding-top:2rem!important;
}
.padding-top-3 {
    padding-top:3rem!important;
}

/*padding Bottom*/

.padding-bottom-0 {
    padding-bottom:1rem!important;
}
.padding-bottom-1 {
    padding-bottom:1rem!important;
}
.padding-bottom-2 {
    padding-bottom:2rem!important;
}
.padding-bottom-3 {
    padding-bottom:3rem!important;
}

/*padding Left*/

.padding-left-0 {
    padding-left:0rem!important;
}
.padding-left-1 {
    padding-left:1rem!important;
}
.padding-left-2 {
    padding-left:2rem!important;
}
.padding-left-3 {
    padding-left:3rem!important;
}

/*padding Right*/

.padding-right-0 {
    padding-right:0rem!important;
}
.padding-right-1 {
    padding-right:1rem!important;
}
.padding-right-2 {
    padding-right:2rem!important;
}
.padding-right-3 {
    padding-right:3rem!important;
}

/*padding Left Right (Horizontal Axis)*/

.padding-horizontal-0 {
    padding:0rem 0rem!important;
}
.padding-horizontal-1 {
    padding:0rem 1rem!important;
}
.padding-horizontal-2 {
    padding:0rem 2rem!important;
}
.padding-horizontal-3 {
    padding:0rem 3rem!important;
}

/*padding Top Bottom (Vertical Axis)*/

.padding-vertical-0 {
    padding:0rem 0rem!important;
}
.padding-vertical-1 {
    padding:1rem 0rem!important;
}
.padding-vertical-2 {
    padding:2rem 0rem!important;
}
.padding-vertical-3 {
    padding:3rem 0rem!important;
}

/*Margin (All Sides)*/

.margin-0 {
    margin:0!important;
}
.margin-1 {
    margin:1rem!important;
}
.margin-2 {
    margin:2rem!important;
}
.margin-3 {
    margin:3rem!important;
}

/*Margin Top*/

.margin-top-0 {
    margin-top:0rem!important;
}
.margin-top-1 {
    margin-top:1rem!important;
}
.margin-top-2 {
    margin-top:2rem!important;
}
.margin-top-3 {
    margin-top:3rem!important;
}

/*Margin Bottom*/

.margin-bottom-0 {
    margin-bottom:1rem!important;
}
.margin-bottom-1 {
    margin-bottom:1rem!important;
}
.margin-bottom-2 {
    margin-bottom:2rem!important;
}
.margin-bottom-3 {
    margin-bottom:3rem!important;
}

/*Margin Left*/

.margin-left-0 {
    margin-left:0rem!important;
}
.margin-left-1 {
    margin-left:1rem!important;
}
.margin-left-2 {
    margin-left:2rem!important;
}
.margin-left-3 {
    margin-left:3rem!important;
}

/*Margin Right*/

.margin-right-0 {
    margin-right:0rem!important;
}
.margin-right-1 {
    margin-right:1rem!important;
}
.margin-right-2 {
    margin-right:2rem!important;
}
.margin-right-3 {
    margin-right:3rem!important;
}

/*Margin Left Right (Horizontal Axis)*/

.margin-horizontal-0 {
    margin:0rem 0rem!important;
}
.margin-horizontal-1 {
    margin:1rem 0rem!important;
}
.margin-horizontal-2 {
    margin:2rem 0rem!important;
}
.margin-horizontal-3 {
    margin:3rem 0rem!important;
}

/*Margin Top Bottom (Vertical Axis)*/

.margin-vertical-0 {
    margin:0rem 0rem!important;
}
.margin-vertical-1 {
    margin:1rem 0rem!important;
}
.margin-vertical-2 {
    margin:2rem 0rem!important;
}
.margin-vertical-3 {
    margin:3rem 0rem!important;
}

.display-inline-block {
    display: inline-block;
}

p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size:1.25rem;
    color:#333333;
}

.lead {
color:#000000;
font-weight: 500;
font-size:1.25rem;
}

.light p {
 font-weight:300;    
}

strong {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

.bold {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
}

.light {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
}

.grid-container {
  max-width: 90em;
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
.grid-container {
  max-width: 75em;
}    
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
.grid-container {
  max-width: 85em;
}
}

a {
color:#000;
}

a:link, a:visited {
color:#000;
}

a:hover {
color:#a05922;
}

a:active {
color:#a05922;
}

/* button */

.button, a.button {
margin:1.25rem 0;
border-radius: 40px;
font-size:1.25rem;
background-color: #e99826;
color:#FFF;
font-weight:500;
}
.button:focus,
.button:hover {
  background-color:#a05922;
}
.button-group .button {
font-size:1.25rem;
}

@media screen and (min-width: 40em) {
.button-group .button.first {
border-radius:0;
-webkit-border-top-left-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomleft: 40px;
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
border-right:1px solid #FFF;
}
.button.last, a.button.last {
border-radius:0;
-webkit-border-top-right-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomright: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
}
}
.white .button {
    border:1px solid #FFF;
}
@media screen and (min-width: 40em) {
.white .button.first {
    border-right:0px solid #FFF;
}
    }

/* above-nav */

.above-nav {
	background-image: linear-gradient(to right, #e99826 50%, #FFF 50%);	
    text-align:right;
}

.adresstop {
    background-color: #e99826;
    padding-right: 3rem;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 40px;
    }

a.tellink {
    font-style:normal;
    font-weight:700!important;
    color:#FFFFFF;
    line-height:2.4em;
}

a.tellink:visited, a.tellink:hover, a.tellink:focus, a.tellink:active  {
    color:#FFFFFF;
}

a.tellink::before {
    content: url(../images/tel.png);
    padding-right:0.5em;
}

/* Orbit Slideshow */

.orbit {
  margin-top: -95px;
  border-top: 2px solid #FFF;
}

/* inside Article Body*/

.article-body a {
color:#e99826;
font-weight: bold;
}

.article-body a:link, .article-body a:visited{
color:#e99826;
font-weight: bold;
}

.article-body a:hover {
color:#a05922;
}

.article-body a:active {
color:#000;
}

ul {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size:1.25rem
}

ol ul li::marker, ul li::marker, ul ul li::marker {
  margin: 0 1rem 0 0;
  color: #e99826;
}

.white ul {
color:#FFF;
}

.white ol ul li::marker, .white ul li::marker, .white ul ul li::marker {
color: #FFF;
}

/*
.orbit-previous, .orbit-next {
    display:none;
}
*/
.orbit-caption {
display:none;
}

/*
.orbit-caption {
position: absolute;
bottom: 0;
width: 100%;
margin-bottom: 0;
background-color: rgba(203, 146, 0, .5);
color: #FFF;
height: 0;
display: table;
font-weight:500;
text-align:left;
-webkit-transform: skew(-10deg);
-ms-transform: skew(-10deg);
transform: skew(-10deg);
margin-left: 18%;
padding: 0.5rem 0 0.5rem 1.75rem;
top: 50%;
font-size: 1.45rem;
}

.captionbox {
-webkit-transform: skew(3deg);
-ms-transform: skew(3deg);
transform: skew(3deg);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.orbit-caption {
margin-left: 50%;
padding: 0.5rem 0 0.5rem 1.75rem;
top: 60%;
font-size: 1.75rem;
}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
.orbit-caption {
margin-left: 50%;
padding: 0.75rem 0 0.75rem 2rem;
top: 64%;
font-size: 2.5rem;
}
}

@media screen and (min-width: 75em) {
.orbit-caption {
margin-left: 50%;
padding: 1.25rem 0 1.25rem 3rem;
top: 68%;
font-size: 3rem;
}
}

.com-content-article.item-page figcaption, .com-content-article.item-pageminheight figcaption {
    margin: 0.5em 0 2em 1.125em;
    font-weight: 500;
    font-size: 1rem;
    color: #888;
    text-align: right; 
}

.captionbox {
-webkit-transform: skew(-3deg);
-ms-transform: skew(-3deg);
transform: skew(-3deg);
}
*/

/* inside Article Body*/

figcaption {
    /**argin: 0.5em 0 0.5em 1.125em;*/
    font-weight: 500;
    font-size: 1rem;
    color: #888;
    margin-top:0.5em;
}

hr {
  max-width: 95rem;
}


h1, p.h1, h2.h1 {
font-size:2rem;
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
color: #e39ab9;
}

.introbox {
    padding:0 1.875em 0 1.875em;
}

.black {
color: #000000;    
}

h1 a:link, h1 a:visited, p.h1 a:link, p.h1 a:visited {
color:#e39ab9;
}

h1 a:hover, p.h1 a:hover {
color:#000;
}

h2, p.h2 {
font-family: 'Londrina Solid';
font-style: normal;
font-weight: 400;
color: #999999;
}

h3.lead-start {
font-family: 'Londrina Solid';
font-style: normal;
font-weight: 400;
color: #9db71a;
}

h3 {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
color: #e99826;
}


@media screen and (min-width: 40em) {
h1, p.h1, h2.h1 {
font-weight: 500;
font-size:2.875rem
}
h2 {
font-weight: 400;
font-size:2.125rem      
}
    h3 {
font-weight: 300;
font-size:1.875rem;
}
}

@media screen and (min-width: 64em) {
h1 {
font-weight: 500;
font-size:3.8rem;
margin-top:1em;
}
}

.com-content-article.item-page .left.item-image img {
  -webkit-border-radius: 50px 0px 0px 0px;
  -moz-border-radius: 50px 0px 0px 0px;
        border-radius: 50px 0px 0px 0px;
}

@media screen and (min-width: 64em) {
.com-content-article.item-page .left.item-image img {
  -webkit-border-radius: 129px 0px 0px 0px;
  -moz-border-radius: 129px 0px 0px 0px;
        border-radius: 129px 0px 0px 0px;
}
}

.com-content-article.item-page .page-header {
    margin-top:2em;
}

/* --------------------------- menu global --------------------------- */

.menu a, .menu a:link, .menu a:visited {
font-weight: 500;
line-height:1.5;
color:#FFFFFF;
background:#9db71a;
}

.menu a:hover {
color:#d65700;
}

.menu .active > a {
color: #d65700;
background: transparent;
}

.menu .is-active > a {
    background: #9db71a;
    color: #d65700;
}

.dropdown.menu > li.is-active > a {
background: transparent;
color: #d65700; }

.is-accordion-submenu-parent > a::after {
border-color: #dbdbdb transparent transparent;
}

.vertmenu {
    margin-top:-3.5rem;
}

.vertmenu .vertical.menu {
    z-index:20; 
    border-bottom:2px solid #FFF;
}


.vertmenu .menu a {
  padding: 0rem 1rem 1.25rem 1rem;
}

/* --------------------------- top bar --------------------------- */


header#start {
    background-color: #9db71a;
    }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    background-color: #9db71a;
    border:0;
}

.top-bar {
    padding: 0.5rem 0.5rem 2rem 0.5rem;
    background-color:transparent;
}

.top-bar, .top-bar ul {
    background-color:transparent;
}

.top-bar .top-bar-right {
    margin: 1em auto;
    background-color:transparent;
}

/*.show-for-large.sticky-container, .top-bar {

}*/

div.logo-sticky {
display: none;
}

.top-bar-right {
margin-right:1em;
}

div.sticky.is-at-top.is-stuck .top-bar-right {
margin: 1em auto;
}

.foundlogobox {
    padding:0!important;
    margin:0;
}

li.foundlogobox a {
    padding:0.7em 1.2em 0.7em 0.5em!important;
}


@media screen and (min-width: 40em) and (max-width: 45em) {
	div.logo-sticky {
	display: inherit;
}
	li.menu-text.foundlogobox {
	display:none
	}
	.top-bar-right {
    margin-right: 1em;
}
}

.logo-claim {
display:inline;
font-size: 1.25rem;
font-weight:400;
} 

.claim-heading {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    color:#FFF;
    font-size: 1rem;
    margin-top:-6px;
}

@media screen and (min-width: 40em) {
.claim-heading {
    font-size: 1.5rem;
    margin-top:0px;
}
    }

.claim-heading-footer {
color:#e99826;
font-size: 1.5rem;
margin-top: 0.5em;
margin-bottom: 0em;
}

.claim-sub {
color:#666666;
font-size: 1rem;
margin-top: 0.25rem;
}


.claim-heading.footer {
    margin-top:0em;
}
.claim-sub {
    display:none;
}
.claim-sub.footer {
    display:inherit;
}


@media screen and (min-width: 64.0625em) {
	.logo-claim {
	display:inherit;
}
    .logo-claim p {
	font-size:1.25rem;
    font-weight:300;
}
    
}

.foundlogo {
  margin-left: 0;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.foundlogosmall {
    margin:0.5em;
}

.logo-claim-small {
    font-weight: 500;
    margin-top: 0.5em;
    margin-left: -0.5em;
} 

/*.logo-claim-small p {
	font-size:1rem;
    font-weight:400;
}*/

.menu-icon::after {
  top: -4px;
}

.claimtext p {
    font-size:1rem;
    font-weight:400;
    margin-top:0.5em
}

div.sticky.is-at-top.is-stuck {
	border-bottom:1px solid #000;
    background: #9db71a;
	opacity: 0.8; 
}

div.sticky.is-at-top.is-stuck .top-bar-right {
	margin:1em;
}

div.sticky.is-at-top.is-stuck li.menu-text .logo-claim {
	display: none;
}

div.sticky.is-at-top.is-stuck li.menu-text a img.foundlogo {
	display: none !important;
}

div.sticky.is-at-top.is-stuck li.menu-text div.logo-sticky {
	display:inherit;
}

div.sticky.is-at-top.is-stuck .top-bar.show-for-medium .show-for-medium-only {
   display: none;
}

div.sticky.is-at-top.is-stuck .menu a, div.sticky.is-at-top.is-stuck .menu a:link, div.sticky.is-at-top.is-stuck .menu a:visited {
line-height:1.5;
color:#000;
font-size: 1.25rem;
fotn-weight:400;
}

div.sticky.is-at-top.is-stuck .menu a:hover {
color:#e99826;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #666666 transparent transparent;
}

.dropdown.menu .is-active > a {
  color: #e99826; 
}

.is-dropdown-submenu {
  border: 1px solid #FFF;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #e99826 transparent transparent; 
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #e99826; 
}

.title-bar.hide-for-medium {
    margin-bottom: 0em;
}

.aktuelles-und-vorschau .mainrow, .mainrow .rueckblick, .medien .mainrow {
    min-height:50em;
}

.title-bar-title {
    display: none;
}

.title-bar {
    padding: 0.5rem 0.8rem 5.125rem 0.8rem;
    background: #FFF;
}

/* Medium and up */
@media screen and (min-width: 40em) {
.title-bar {
    padding:1rem 0.8rem 4.5rem 0.8rem;
    background: #FFF;
}
.menu-icon::after {
  top: 0px;
}
    }

/* Large and up */
@media screen and (min-width: 64em) {
.title-bar {
    padding: 1.3rem 0.8rem 1.4rem 0.8rem;
    background: #FFF;
}

}

.menu-icon::after {
    background: #FFF;
    box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF;
 }


#found-mobile-menu {
    margin-bottom:1rem;
}



/* --------------------------- side menu vertical submenu --------------------------- */

.side-nav .menu.vertical {
    font-size: 1.25em;
    font-weight:400;
}

.side-nav .menu.vertical li a {
    padding-left:0;
    font-size:1.25rem;
    line-height: 1.25em;
    font-weight:bold;
}

.side-nav .menu.vertical .nested li a {
    font-weight:400;
}


/* --------------------------- top --------------------------- */


.hero {
	background-color:#FFF;
}

/* --------------------------- above-row --------------------------- */

.above-row {
    background:url(../images/border-welle-light.png) bottom right no-repeat #e99826;
    margin:0em;
    padding:3em 0em;
}

.white h1, .white h2, .white h3, .white p, .white blockquote, .white cite {
    color:#FFF;
}

.white blockquote {
border-left: 1px solid #FFF;
}

.white a:link, .white a:visited, .white a:focus, .white a:active {
	color: #FFF;
}

.footer-row .white a {
	font-weight: 500;
}

.footer-row .white a:hover {
	color: #000;
}

@media screen and (max-width: 39.9375em) {
    .above-row {
    background:#e99826;
    margin:0em;
    padding:3em 0em;
}
}

.margin-bottom {
     margin-bottom:6em;   
}

/* --------------------------- above-content-two-grey und above-content-four-grey Parallax Background Image--------------------------- */

/*
.above-row {
    background:url(../images/bg-top-640.png) bottom left no-repeat #FFF;
    margin:0em;
    padding:3em 0em;
}


@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    .above-row {
    background:url(../images/bg-top-1280.png) bottom left no-repeat #FFF;
    margin:0em;
    padding:3em 0 5em 0;
}
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .above-row {
    background:url(../images/bg-top-1440.png) bottom left no-repeat #FFF;
    margin:0em;
    padding:3em 0em 4em 0;
}
}

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
    .above-row {
    background:url(../images/bg-top-1920.png) bottom left no-repeat #FFF;
    margin:0em;
    padding:3em 0em 5em 0;
}
}

@media screen and (min-width: 120em) {
    .above-row {
    background:url(../images/bg-top-2560.png) bottom left no-repeat #FFF;
    margin:0em;
    padding:5em 0em 6em 0;
}
}

*/

.above-row {
    background:#FFF;
    margin:0em;
    padding:3em 0em;
}

/*
@media screen and (min-width: 160em) {
    .above-row {
    background:#fdf0e1;
    margin:0em;
    padding:3em 0em;
    border-bottom:3px solid #e99826;
}
}*/

/* --------------------------- above-content-two-grey --------------------------- */ 
.above-content-two-grey {
    padding-top:65px;
    background-image: url("../images/two-grey-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}

.color-box-green {
    padding:0em 0;
    background-color:#edf0d8; 
}

/* Medium up */
@media screen and (min-width: 60em) {
.color-box-green {
    padding:1em 0;
}
    .above-content-two-grey {
    padding-top:91px;
}
    
}

/* XLarge and up */
@media screen and (min-width: 80em) {

}


/* --------------------------- above-content-three-white --------------------------- */

.above-content-three-white {
	padding:3em 0;
    background-color:#FFF;
}

.greybg {
    margin-bottom:2em;
}

.greybg a {
    display: block;
    width: 100%
}

.greybg a p {
    background-color: #efefef;
    padding:1em 0;
}

.border-bottom {
    border-bottom:1px dotted #999;
    
}

.item-image-intro {
    margin-bottom:2em;
}

/* --------------------------- above-content-four-grey --------------------------- */ 
.above-content-four-grey { 
    padding-top:130px;
    background-image: url("../images/four-grey-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.above-content-four-grey { 
    padding-top:70px;
}

}

.color-box-yellow {
    padding:6em 0 2em 0;
    background-color:#fff9ea; 
}

.imagebox {
    position: relative;     /* ermöglicht die absolute Positionierung der Bildreihe */
    overflow: visible;      /* Bildreihe darf überlappen */
}

img.radius {
    border-radius: 20px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border:2px solid #FFF;
}

/* Medium up */
@media screen and (min-width: 64em) {
img.radius {
    border-radius: 50px;
}
}

.bildreihe {
    position: absolute;
    bottom: -74px;
    width:92%;
    left:4%;
}

img.circle {
    object-fit: cover; /* stellt sicher, dass das Bild korrekt zugeschnitten wird */
    border-radius: 50%; /* macht das Bild rund */
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border:2px solid #FFF;
}


/* --------------------------- above-content-five-grey --------------------------- */ 

.above-content-five-grey {
    padding-top:100px;
    background-image: url("../images/five-grey-bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .above-content-five-grey {
    padding-top:60px;
    background-image: url("../images/five-grey-bg-sm.svg");
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .above-content-five-grey {
    padding-top:90px;
    background-image: url("../images/five-grey-bg-med.svg");
}
}

/* XLarge and up */
@media screen and (min-width: 90em) {
    .above-content-five-grey {
    padding-top:110px;
}
}

/* XLarge and up */
@media screen and (min-width: 108em) {
    .above-content-five-grey {
    padding-top:140px;
}
}

/* XXLarge and up */
@media screen and (min-width: 140em) {
    .above-content-five-grey {
    padding-top:160px;
}
}

.color-box-blue {
    padding:1em 0 4em 0;
    background-color:#f0f3f5; 
}


/* --------------------------- below-row --------------------------- */
  
.below-row { 
    padding-top:140px;
    background-image: url("../images/below-row-bg-bw.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.below-row { 
    padding-top:26px;
}
}


.color-box-blue-white {
    padding:0;
    background-color:#FFF; 
}


/* --------------------------- slidemodul aktuell essen marken --------------------------- */ 
.slidemodul .orbit {
    margin-top: 0px;
    border-top: 0px solid #FFF;
}


.slidemodul p.h2 {
    font-size: 5rem;
    margin: 1rem 0 1rem 0;
}

.aktuell p.h2 {
    color:#9db71a;
}

.slidemodul .card {
    border-radius: 20px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border:2px solid #FFF;
}

/* Medium up */
@media screen and (min-width: 64em) {
.slidemodul .card {
    border-radius: 50px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border:2px solid #FFF;
}
}

.slidemodul ul.orbit-container {
    width: 86%;
    margin:0 auto;
    overflow: visible;
}

/* --------------------------- slidemodul aktuell --------------------------- */ 


.slidemodul.aktell .card-section {
    background-color:#FFF;
}

.slidemodul.aktuell .orbit-previous, .slidemodul.aktuell .orbit-next  {
    color:#9db71a; 
    top: 47%;
}

/* --------------------------- slidemodul essen --------------------------- */ 

.essen p.h2 {
    color:#b5c1cc;
}

.slidemodul.essen .card-section {
    background-color:#FFF;
}

.slidemodul.essen p.h2 {
    font-size: 4rem;
}

.slidemodul.essen .orbit-previous, .slidemodul.essen .orbit-next  {
    color:#b5c1cc;
    top: 47%;
}

/* --------------------------- slidemodul marken --------------------------- */ 

.slidemodul.marken ul.orbit-container {
    overflow: hidden;
}

.slidemodul.marken .card {
    border-radius: 0px;
    box-shadow: none;
    border:0px solid #FFF;
}

.slidemodul.marken .card-section {
    background-color:#FFF;
}

.slidemodul.marken .orbit-previous, .slidemodul.marken .orbit-next  {
    color:#9db71a; 
    top: 47%;
}


/* Medium up */
@media screen and (min-width: 60em) {
.slidemodul.essen p.h2 {
    font-size: 5rem;
}
.slidemodul ul.orbit-container {
    width: 91%;
    margin:0 auto;
}
.slidemodul.aktuell .orbit-previous, .slidemodul.aktuell .orbit-next ,.slidemodul.essen .orbit-previous, .slidemodul.essen .orbit-next , .slidemodul.marken .orbit-previous, .slidemodul.marken .orbit-next  {
    top: 42%;
}
}

/* ------------- bottom row ---------*/

.bottom-row { 
    padding-top:280px;
    background-image: url("../images/gras.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .bottom-row {
    background-image: url("../images/gras-sm.svg");
    padding-top:135px;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .bottom-row {
    padding-top:170px;
}
}

/* Medium up */
@media screen and (min-width: 64em) {
    .bottom-row {
    padding-top:245px;
}
}

/* XLarge and up */
@media screen and (min-width: 80em) {
    .bottom-row {
    padding-top:306px;
}
}

/* XLarge and up */
@media screen and (min-width: 90em) {
    .bottom-row {
    padding-top:345px;
}
}

/* XXLarge and up */
@media screen and (min-width: 106em) {
    .bottom-row {
    padding-top:425px;
}
}

/* XXLarge and up */
@media screen and (min-width: 120em) {
    .bottom-row {
    padding-top:480px;
}
}

.color-box-green-white {
    padding:4em 0;
    background-color:#9db71a;
}

.logobox {
    margin:2em 0;
}

.anschrift {
    margin-top: 0.875em;
}


blockquote, blockquote p {
    font-weight:300;
    font-style: italic;
    color:#e99826;
    font-size:1.25rem;
}

@media screen and (min-width: 64em) {
blockquote, blockquote p {
    font-size:1.5rem;
}

cite {
    font-size:1rem;
}
}

.bottom-row p.h1 {
    color:#FFF;
    font-size:1.875rem;
}

.bottom-row p {
    color:#FFF;
    font-weight:500;
}

.bottom-row a:link, .bottom-row a:visited, .bottom-row a:focus, .bottom-row a:active {
	color: #FFF;
    font-weight:500;
}

.bottom-row a:hover, .kontakt a:hover  {
    color:#000;
}

.samewidth {
    width:2.25em;
    display: inline-block;
}

.openbox {
    padding:0 0.5em;
}

@media screen and (min-width: 75em) {
.openbox {
    padding:0;
}
}

/* --------------------------- Card --------------------------- */

.card {
    margin-bottom:2em;
}
.card .item-image-intro {
    margin-bottom:0em;
}

.card p.podcastheading {
    font-size:1rem;
}

.card .card-section p {
    font-size:1rem; 
    font-weight:400;
}

div.card:hover {
-webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.37);
-moz-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.37);
box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.37);
}


/* --------------------------- below-content --------------------------- */
.below-content {
	padding:2.5em 0;
}


/* --------------------------- footer - bottom --------------------------- */



/*
.eintritt {
    margin-bottom: 1.75em;
}
*/
/*
.bottom-row tbody {
    background:transparent;
    border:0px;
    color:#000;
    font-size: 1.25rem;
    font-weight:400;
}

.bottom-row tbody td {
    padding: 0rem 0.625rem 0.1425rem 0rem;
}

.bottom-row table tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color:transparent;
}
*/
/*
.hsflex {
	color:#76b82a;
	font-weight: bold;
	font-style: italic;
	margin-right:0.5em;
}
*/

.fonfax {
	width:4.5em;
	display: inline-block
}

.divider {
	padding-right:0.5em;
}


.kontakt .adresstop a:link, .kontakt .adresstop a:visited, .kontakt .adresstop a:focus, .kontakt .adresstop a:active {
	color: #FFF;
}

.kontakt .adresstop a:hover, .adresstop a:hover {
    color:#000;
}


/* --------------------------- footer  --------------------------- */

.footer-row {
	background-color: #9db71a;
	padding:1.5em 0;
}

.footbox {
    margin-top:1em;
}

.logofooterbox {
    margin-bottom:1em;
}

ul.nav.vertical.medium-horizontal.menu.show-for-small-only li a {
  padding: 0.5rem 0rem;
}


/* --------------------------------------------------------------------------------- Unterseiten und Funktionen  --------------------------------------------------------------------------------- */ 

/* --------------------------- Blog Kategorie 1.Level  --------------------------- */
/*
.foundoutbox {
	margin-bottom:3em;
}

.foundoutbox h2 {
	margin:0 0.9375rem;
	border-bottom:1px solid #CCC;
	}

.foundoutbox .textbox {
	padding-bottom:2em;
	border-bottom:1px dotted #ccc;
}

.foundoutbox .category-desc {
	margin:2em 0.9375em 2em 0.9375em;
}

a.bloghover {
	display: inline-block;
	max-width: 100%;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	line-height: 0;
    transition: box-shadow 200ms ease-out;
	width:100%;
	padding:1em 0;
	margin:0 0 1.9375rem 0;
}

a.bloghover:hover, a.bloghover:focus {
    box-shadow: 0 0 6px 1px rgba(51, 51, 51, 0.3);
}*/

/* --------------------------- Blog Kategorie 2.Level  --------------------------- */
/*
.first {
	margin-top:0.125em;
}

.subcat {
	padding:2em 0;
	margin:0 0 2em 0;
}*/

/* --------------------------- Blog Kategorie 3.Level Anfrage stellen  --------------------------- */
/*
.cck_form {
width:29% !important;	
}

#cck1r_datenschutz_kontakt {
	display:block;
	width:100%;
	height:auto;
	
}

.cck_form.cck_form_freetext {
	display:block;
	width:100% !important;
	height:auto;
}

*/
/* --------------------------- Besucherinfos  --------------------------- */

.besucherinfobox {
    margin-top:3em;
    border-top:1px dotted #999;
    padding-top:4em;
    padding-bottom:3em;
}

.besuchermore {
    margin-top:3em;
}

/* --------------------------- Kontaktseite  --------------------------- */
/*
#map {
    position: relative;
    overflow: hidden;
    height: 419px;
}
*/
#jform_captcha-lbl, #jform_com_fields_datenschutz-lbl {
    display:none;
}
/*
.vcard {
	border-top: 1px dotted #ccc;
	margin:2em 0;
}


.vcard a {
    margin-top:1.2em;
    margin-right:1em;
}
*/
#jform_com_fields_datenschutz0 {
	margin:1em 0.5em 0 0;
}

.form-actions {
	margin-bottom:3em;
}

.found6contact .headingdivider {
    display: none;
}

.found6contact .thumbnail.pull-right {
    display: none
}

/*
.hssearchbox {
	text-align:center;
    padding: 0 0.9375em 1em 0.9375em;
    border-bottom: 0px dashed #ccc;

}
.hssearchbox h1 {
	text-align:center;
}

.hssearchbox span.hsflex {
    font-size: 1.8rem;
	display: block;
	text-align:center;
}
	
.hssearchbox h2 {
    font-size: 1.125em;
    margin-bottom: 0;

	}
	
ul.menu.search {
	display:block;
	margin-top:2em;
	}
	
.inputbox.search-query.input-medium {
    background: transparent;
    border: 0px solid #FFF;
    border-bottom: 1px solid #f29400;
    width: 100%;
    height:inherit;
	margin-topo:2em;
}
	
.hwbox h1 {
    font-weight: normal;
}

.hwbox h2 {
font-size: 1.4rem;
    font-weight: normal;
}
    
.hwbox p {
    padding: 0.5em 1em;
}
*/
/*    
.above-row .headingdivider, .headingdivider  {
font-size: 1.8rem;
}
    
.catstart h1.modcat {
}

.foundoutbox h2 {
margin-top:2em;
}

.cck_form {
width:100% !important;	
}
	
#cck1r_datenschutz_kontakt {
	width:7%;
}

#cck1r_datenschutztext {
	width:93%;
}
	
div.vertical div.cck_forms.cck_site div.cck_label {
    width: 100%;
	display: block;
    text-align: left;
    padding: 0;
	
}
    
    .produktauswahl {
        margin:0;
    }
    
.callforaction {
        
    }
    
.actioncall {
    font-size: 1.8em;
}
a.actionphone:link, a.actionphone:visited, a.actionphone:hover, a.actionphone:focus, a.actionphone:active {
    font-size: 1.8em;
}
*/   
/* Ende Media Querry */

.mygrey, .contact-form {
    background-color: #FFF;

}

.iconbox {
    padding:0 2em 0 0;
}

/* -------------- left * ---------------- */

.leftbox {
    padding:1.5em 0 0 1.2em;
}

.modleft {
    margin:3em 0 0 2.5em
}

h5.modflyer {
  font-size:1.2em;
}

/* -------------- Modul Full Screen - Spezifisch KMK----------------- */
/*section.myrow {
    max-width: 100%;
}

.frame {
  height: 100vh;
  width: 100%;
  background: url("../images/aumeier2.jpg") #FFF;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}

#slideshow-container {
  width: 1440px;
  height: 600px;
  position:relative;
  overflow: hidden;
  text-align: left;
  margin: auto;
}

#slideshow-container img {
   display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto; 
}


.sigeih {
    margin-top:3em;
}

.sige_thumb img {
    padding: 0px !important;
}

.sige_thumb {
    background: none !important;
    margin:6px !important
}

*/
/* Full Screen Background Video*/ 
/* .video-container {
	 position: relative;
	 min-height: 100vh;
	 z-index: 0;
}

 .flex-video {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 padding-bottom: 0;
	 z-index: -1;
}
 .flex-video video {
	 left: 50%;
	 min-height: 100%;
	 object-fit: cover;
	 position: absolute;
	 top: 50%;
	 transform: translate(-50%, -50%);

}
 @media (max-aspect-ratio: 1.7777777778) {
	 .video-container:not(.fixed-device) .flex-video video {
		 width: calc(100vh*1280/720);
		 height: 100vh;
	}
}
 @media (min-aspect-ratio: 1.7777777778) {
	 .video-container:not(.fixed-device) .flex-video video {
		 width: 100vw;
		 height: calc(100vw*720/1280);
	}
}
*/
/* Dummy Content */

 /*.dummy-container-class .flex-video {
	 margin-bottom: 0;
}
 .dummy-container-class .row {
	 margin: 1em auto;
	 padding: 1em;
}
 .dummy-container-class .columns {
	 overflow: hidden;
}

 .dummy-container-class.video-container .row {
	 color: white;
     background: transparent;
     width:100%;
     text-align: center;
}
 .dummy-container-class.video-container:last-of-type .row {
	 position: absolute;
	 top:20%
}

 .dummy-container-class.video-container:last-of-type .row.sm {
	 position: absolute;
	 top:0px;
     padding-top:0;
}

ul.vertical.menu .facebook {
  display:none;
}
*/

/* ------------------------------------------ Newsflash -------------------------------------------------*/

ul.fields-container {
list-style: none;
margin-left: 0;
}

ul.fields-container li span.field-label {
width:5em;
display: inline-block;
}

.mitgliederbbk ul.fields-container li span.field-label {
width:3em;
display: inline-block;
}

ul.fields-container li.field-entry.datum-start, ul.fields-container li.field-entry.datum-ende.inline {
display: inline-block;
}

ul.fields-container li.field-entry.teilnehmer {
margin-top:1em;
font-size:1.425rem;
font-weight:400;
}

/* ------------------------------------------ Members Mitglieder -------------------------------------------------*/

.category-desc {
    margin:2em 0
} 

ul.square li {
/*list-style: url("../images/square-16.png");*/
margin-left: 0.125em;
font-size: 1.25rem;
font-weight: 500;
padding: 0 0 0.5em 0.5em;
list-style-type: square;
}

.mitgliederbox .card-section {
padding: 2em 1em 0em 1em;
}

.mitgliederbox .card-section p {
margin-bottom:1.5em;
    font-weight: 300;
}

.btnredbox {
display: block;
width: 100%;
margin-right: 0;
margin-left: 0;
background-color: #e99826;
color: #FFF;
font-size: 1.25rem;
font-weight: 500;
padding: 0.6em 1em;
border: 1px solid transparent;
border-radius: 0;
}

.mitglieder {
    margin-top:6.5em;
}


/* ------------------------------------------ Members Mitgleider Category  -------------------------------------------------*/

.mitgliedercatbox {
    border: 1px solid #ccc;
    margin:2em 0 3em 0;
    padding:2em;
}

.com-content-category-blog__item.blog-item.cell .card-section h2, .com-content-category-blog__child.cell h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 1.25rem;
    margin-bottom:0;
}

.com-content-category-blog__item.blog-item.cell .card-section h2 a {
    color:#666
}

.mod-tagspopular.tagspopular ul {
    margin-top:2em;
    list-style: none;
    margin-left: 0;
}

.mod-tagspopular.tagspopular ul li a:link, .mod-tagspopular.tagspopular ul li a:visited, .mod-tagspopular.tagspopular ul li a {
    background-color: #e99826;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.065em;
    padding: 0.35em 1em;
    display: inline-block;
    width: 100%;
}

.mod-tagspopular.tagspopular ul li a:hover {
    background-color: #6d1717;
    color: #FFF;	
}


.members h1 {
    color:#333;
}

.members ul.com-content-article__links.content-list {
    margin-left: 0rem;
    list-style-type: none;
}


/* ------------------------------------------ Beratungsfelder  -------------------------------------------------*/

.is-active > .accordion-title::before {
  content: " – ";
}

ul.accordion li.accordion-item {
list-style: none!important;
    margin-left:0!important;
    padding:0!important;
}

.accordion-title {
  border: 1px solid #e6e6e6;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: 0;
  font-size: 1.25rem;
    font-weight:400;
  line-height: inherit;
  color: #e99826;
}

/* ------------------------------------------ Mitgleider Category Einzelansicht  -------------------------------------------------*/

.mitgliederbbk ul.tags {
    list-style:none;
    margin-left:0;
    font-size: 1.25rem;
    font-weight:400;
    margin-bottom:2em;
}

.field-entry.plz, .field-entry.mitglieder-ort {
    display: inline-block;
}  

.mitgliederbbk h6, .mitgliederbbk .h6  {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 1.375rem;
    font-weight: 500;
    color: #e99826 !important;
    margin-bottom:0.75em;
    margin-top: 1.5em;
}

@media screen and (min-width: 40em) {
    .mitgliederbbk h6, .mitgliederbbk .h6  {
        font-size: 1.875rem;
        font-weight: 300;
    } 
}

.card a.imageresize .field-value, #gallery1 .field-value, #gallery2 .field-value, #gallery3 .field-value {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.card a.imageresize .field-value img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    width: auto;
    text-align:center;
}

.mitgliederbbk .card-section {
    text-align:center;
}


/* ------------------------------------------ Suche Search Suchindex -------------------------------------------------*/
/*
.suche .finder {
    min-height:40em;
}

.suche [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  height: 3.5rem;
}

a.searchlink::before {
  content: url('../images/lupe.png');
}

div.sticky.is-at-top.is-stuck a.searchlink::before {
  content: url('../images/lupeblack.png');
}
*/
/* ------------------------------------------ Time line -------------------------------------------------*/
/*
.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #e99826;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a, .timeline p a {
  color: #e99826;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px #fefefe;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #e99826;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}

/*
.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}
*/
/*
.timeline .timeline-item .timeline-content {
  padding: 20px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: transparent;
}
*/
/*
.timeline .timeline-item .timeline-content p {
  color: #000;
}

.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}
*/
/*

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #e99826;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}


.timeline-content h3 {
    font-size:1.5em;
    margin:1em 0 0.5em 0;
}

.timeline figcaption {
    margin-top:2em;
}

*/

#ecc ::placeholder {
  color: #e99826;
}

/* cck */
/*
.cck-spalte-text-und-bild ul {
    margin-bottom:1em;
}

.cck-spalte-text-und-bild p.lead {
    margin-bottom:0.5em;
}*/








