@charset "UTF-8";
/* CSS Document Britta Fochtler */

/* --------------------------- 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+ */
}





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

.margin-top-1 {
    margin-top:1em!important;
}

.margin-top-2 {
    margin-top:2em!important;
}

.margin-right-1 {
    margin-right:1em!important;
}

.margin-right-2 {
    margin-right:2em!important;
}

.margin-left-1 {
    margin-left:1em!important;
}

.margin-left-2 {
    margin-left:2em!important;
}

.margin-top-3 {
    margin-top:3em!important;
}

.margin-bottom-1 {
    margin-bottom:1em!important;
}

.margin-bottom-2 {
    margin-bottom:2em!important;
}

.margin-bottom-3 {
    margin-bottom:3em!important;
}

.margin-bottom-4 {
    margin-bottom:4em!important;
}

.margin-2 {
    margin:2em!important;
}

.padding-top-1 {
    padding-top:1em!important;
}

.padding-top-2 {
    padding-top:2em!important;
}

.padding-top-3 {
    padding-top:3em!important;
}

.padding-bottom-1 {
    padding-bottom:1em!important;
}

.padding-bottom-2 {
    padding-bottom:2em!important;
}

.padding-bottom-3 {
    padding-bottom:3em!important;
}

.padding-05 {
    padding:0.5em!important;
}

.padding-1 {
    padding:1em!important;
}

.padding-2 {
    padding:2em!important;
}

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

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

.lead {
    color:#b46033;
}

.light p {
 font-weight:300;    
}

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

.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:#b46033;
}

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

a:hover {
color:a55229;;
}

a:active {
color:#000;
}

a.button, .button {
    color:#FFF; 
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #b46033;
    border-radius: 40px;
 }
.button:hover, .button:focus {
    background-color:#a55229;
    color: #FFF;
    }

.white .button {
    border:1px solid #FFF;
}

/* above-nav */

.above-nav {
    background-color:#f8efe9;
    text-align:right;
}

a.tellink {
    font-style:normal;
    font-weight:500;
    font-size:1.25em;
    color:#b46033;
    line-height:2.4em;
}

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

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

/* Orbit Slideshow */

/* inside Article Body*/

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

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

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

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

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

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

.orbit-caption {
position: absolute;
bottom: 0;
width: 100%;
margin-bottom: 0;
background-color: rgba(000, 000, 000, .2);
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;
border-bottom:1px solid #FFF;
}

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

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

@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*/

hr {
  max-width: 95rem;
}


h1 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
color: #b46033;
}


p.h1 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
color: #b46033;
}

.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:#b46033;
}

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

h2 {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
color: #b46033;
}

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


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


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


.menu a, .menu a:link, .menu a:visited {
line-height:1.5;
color:#b46033;
font-weight:400;
}

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

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

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

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

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

.sticky.is-anchored {
    z-index: 5;
}

.top-bar {
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
}


.show-for-large.sticky-container, .top-bar {
    border-bottom:1px solid #FFF
}

.show-for-large.sticky-container, .top-bar, .top-bar ul {
    background-color: #FFF;
}

.sticky.is-at-top.is-stuck .top-bar, .sticky.is-at-top.is-stuck .top-bar ul {
    background-color: #FFF;
}

div.logo-sticky {
	display: none;
}

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

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

li.foundlogobox a {
    padding:0.7em 1em 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;
    margin-top:0.5em;
} 

.claim-heading {
    color:#b46033;
    font-size: 1.5rem;
    margin-bottom:0.25em;
}

.claim-sub {
    color:#CB9200;
    font-size: 1rem;
    margin-bottom:0.25em;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .claim-heading {
    margin-top:1.2em;
    margin-bottom:0em;
}
.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;
}

.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: #FFF;
	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:#b46033;
}

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

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    border-right:1px solid #b46033;
}

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


.mainrow {
    margin:3em auto;
}

.start .mainrow {
    margin:0em auto;
}


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

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

.title-bar {
    padding: 1.3rem 0.8rem 1.4rem 0.8rem;
    background: #FFF;
}

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


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

/* --------------------------- side-bar --------------------------- */

.menu .is-active > a {
    background: #FFF;
    color: #000;

}

/* --------------------------- 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 #b46033;
    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:hover {
	color: #000;
}

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

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

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

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


.above-content-two-grey {
    min-height: 560px; 
    background-image: url(../images/bg-seegras-1024-20.jpg);
    background-position: top left;
    background-attachment: scroll;
    background-color:#fafbfb;
    background-repeat:no-repeat;
    margin:0em;
    padding:1em 0em 3em 0;
}

    .above-row {
    background:#b46033;
/*    border-bottom: 13px solid #d6824e;*/
    margin:0em;
    padding:3em 0em;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .above-content-two-grey {
    background-image: url(../images/bg-seegras-1440.jpg);
    background-position: bottom center;
    background-color:#f8efe9;
    padding:3em 0em;
}
}

@media screen and (min-width: 75em) {
    .above-content-two-grey {
    background-image: url(../images/bg-seegras-1920.jpg);
    background-position: bottom center;
    background-color:#f8efe9;
    padding:3em 0em;
}
}

@media screen and (min-width: 120em) {
    .above-content-two-grey {
    background-position: bottom left;
    padding:3em 0em;
}
}

blockquote, blockquote p {
    font-weight:300;
    font-style: italic;
}

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

cite {
    font-size:1rem;
}
}

.above-content-four-grey { 
    background-color:#b46033;
    border-top:1px solid #b46033;

}


@media screen and (min-width: 64em) {
.above-content-four-grey { 
    background-image: url(../images/angebot-hell-1280.jpg);
    background-position: top left;
    background-attachment: scroll;
    background-color:#b46033;
    background-repeat:no-repeat;
    margin:0em;
}
/*.turquoise-former {
    background:url(../images/former-1grid.png) top right no-repeat transparent;
}*/   
}


@media screen and (min-width: 75em) {
.above-content-four-grey { 
    background-image: url(../images/angebot-hell.jpg);
    background-position: center right;
}
}




.turquoise {
    background:#b46033;
}


/* --------------------------- above-content-five-grey --------------------------- */ 
.above-content-five-grey {
    padding:3em 0 0 0;
}

.rounded {
    border-radius:40px;
}

/* --------------------------- 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;
}



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

.card {
    margin-bottom:2em;
}

.card.border-none {
    border:0;
}

.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 - below-row --------------------------- */

.moduletable.footerlogo {

}
  
.below-row .kvv {
	margin:3em 0 6em 0;
	}



/* --------------------------- footer - bottom --------------------------- */
.footerimage {
    opacity: 0.4;
}
.dvg {
    padding: 0 3.3em;
}

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

.bottom-row {
    background:#f8efe9;
    border-top:1px solid #b46033;
    padding: 3em 0 3em 0; 
}
@media screen and (min-width: 75em) {
.bottom-row {
    padding: 3em 0 1em 0; 
}
}

.anschrift {
    margin-top: 0.875em;
}

.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;
}

.font-tuerkis {
    color:#b46033;
}


.font-tuerkis a:link, .font-tuerkis a:visited, .font-tuerkis a:focus, .font-tuerkis a:active  {
	color: #b46033;
}

.font-tuerkis a:hover {
    color:#000;;
}

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

.footer-row {
	background-color: #b46033;
	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;
}

@media screen and (min-width: 40em) and (max-width: 79.9375em) {
.logo-footer {
padding: 0 2em 0 1em;
}
}

/* --------------------------------------------------------------------------------- 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: #b46033;
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: #b46033;
    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: #b46033;
}

/* ------------------------------------------ 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: #b46033 !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: #b46033;
  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: #b46033;
  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: #b46033;
  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 #b46033;
    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;
}

*/
/*--- Änderungen Top Bar ----*/

header#start {
/*border-top: 1px solid #ddd;*/
border-bottom: 1px solid #ddd;
}

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

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

.menu a, .menu a:link, .menu a:visited {
  font-weight: 500;
}

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


/* ---- linkbox ---*/

.linkbox p {
    font-size:1.25rem;
}

.card-section h2 {
  color:#666;
}

/* --- Top ---*/

.topheader {
color: #666;
  font-size: 0.875rem;
  display:none;
}

@media screen and (min-width: 80em) {
.topheader {
  display:block;
}
}