/* Farben:
 *
 * dunkelgrün (Headline):   #7c8862;  rgba(124,136,98,0.8)
 * hellgrün:         #98b715;  rgba(152,183,21,0.65)
 * dunkelbraun (fließtext): #54433a;
 * beige:           #eff0eb;
 *
 * font-family: 'Titillium Web', sans-serif;
 * font-family: 'PT Serif', serif;
 * */
 /*RTE begin*/
p.align-left, .align-left, ul.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left{ text-align: left;}
p.align-center, .align-center, ul.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center{ text-align: center;}
p.align-right, .align-right, ul.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right{ text-align: right;}
p.align-justify, .align-justify, ul.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify{ text-align:justify;}
span.noBrake, .noBrake { white-space: nowrap;}
span.green, .green, p.green, div.green, b.green { color: #7c8862;}
.uppercase, span.uppercase, p.uppercase, div.uppercase, b.uppercase {text-transform:uppercase;}
.font22, span.font22, p.font22, div.font22, b.font22 {font-size: 20px;}
.font30, span.font30, p.font30, div.font30, b.font30 {font-size: 23px;}
.tab-content p {  padding: 0 0 10px;}
/*RTE end*/


/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fileadmin/templates/fonts/pt-serif-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fileadmin/templates/fonts/pt-serif-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fileadmin/templates/fonts/pt-serif-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fileadmin/templates/fonts/pt-serif-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-300 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fileadmin/templates/fonts/titillium-web-v15-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fileadmin/templates/fonts/titillium-web-v15-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-regular - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fileadmin/templates/fonts/titillium-web-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fileadmin/templates/fonts/titillium-web-v15-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-600 - latin-ext_latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fileadmin/templates/fonts/titillium-web-v15-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fileadmin/templates/fonts/titillium-web-v15-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/****************************************
 ************ basic settings ************
 ****************************************/
*, *:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body, *{
 -webkit-appearance: none;
 -webkit-border-radius: 0;
 -webkit-text-size-adjust: none;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 18px;
}
body, nav, a, p {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
  color: #54433a;
  background: url('../images/background.jpg') repeat center;
}
.wrapAll {
  overflow:hidden;
}
h1, h2, h3, h4, h5, .h2,.h3 {
  margin: 0;
  color: #7c8862;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1 {
  padding: 0 0 25px 0;
  font-size: 26px;
}
h2, h3 {
  padding: 0 0 25px 0;
  font-size: 23px;
}
.factContainer h3 {
  padding: 0 0 5px 0;
}
h4 {
  font-size: 20px;
  padding: 0 0 5px 0;
}
h5 {
  font-size: 18px;
  padding: 0 0 5px 0;
}
b, strong {
  font-weight: 600;
}
ol, ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#main ul li {
  list-style-image: url('../images/list-icon.png');
  padding: 5px 0;
  /*text-transform: uppercase;*/
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
a, a:active, a:focus, a:link, a:visited {
  text-decoration: none;
  color: #7c8862;
}
a:hover {
  text-decoration: underline;
}
*:focus, *:active {
  outline: none !important
}
iframe {
  max-width: 100%;
}
caption {
  font-style: italic;
}
.t3js-icon img {
  height: 16px;
  width: 16px;
}
.flexContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.mfp-zoom-out-cur {
  overflow: auto !important;
  margin-right: -17px !important;
}
.mfp-figure:after {
  background: #fff;
}
.bg-beige {
  background-color: #eff0eb;
  padding: 50px 15px 65px;
  margin: 30px 0;
}
.bg-green, .bg-green .imageIcon {
  background-color: #7c8862;
}
.bg-lightgreen, .bg-lightgreen .imageIcon {
  background-color: #98b715;
}
.bg-blue, .bg-blue .imageIcon {
  background-color: #4a6e78;
}
.bg-brown, .bg-brown .imageIcon {
  background-color: #b98859;
}
.bg-red, .bg-red .imageIcon {
  background-color: #a04c43;
}
.bg-green, .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5 {
  color: #fff;
}
.bg-orange, .bg-orange .imageIcon {
  background-color: #b7a43c;
  /*background-color: #ccac00;*/
}
.bg-lila, .bg-lila .imageIcon {
  background-color: #95687b;
}
.divider hr {
  border-top: 2px solid #d0d4c7;
  margin: 15px 0;
}
#main p {
  padding: 0 0 15px;
}
.magnificGallaryItem {
  cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
#newsletterSite .hideNL {
  display: none;
}
/*cookiebar*/
.cc_container {
    padding: 10px 15px 10px !important;
    font-size: 0.8rem !important; 
    background: #eff0eb !important;
    border-top: 1px solid #fff;
}
.cc_container .cc_message {
  font-size: 0.8rem !important; 
    margin-top: 9px !important;
  font-family: 'Titillium Web', sans-serif;
  color: #54433a !important;
  line-height:normal;
}
.cc_container a, .cc_container a:visited, .cc_container a:hover {
  color: #7c8862 !important;
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.7rem !important; 
}
.cc_container a:hover {
  text-decoration: underline;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #959f80 !important;
  border: 1px solid #fff;
  border-radius: 0 !important;
  font-size: 0.7rem !important; 
}
.cc_container .cc_btn:hover {
  background-color: #7c8862 !important;
  color: #fff !important;
  text-decoration: none;
}
/****************************************
 ************* main navi **************
 ****************************************/
.dropdown:hover .dropdownContainer {
  display: block;
}
#naviWrap > .innerWrap {
  position: static;
}
#mainNavi {
  position:static;
  display: none;
  width:100%;
}
#mainNavi .navbar-nav {
  width:100%;
  max-width: 1200px;
  float:none;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
#mainNavi .navbar-nav>li>a> span.menuImg {
  background: #fff;
  position: relative;
  max-height: 210px; 
    transition: all 0.5s;
}
#mainNavi .navbar-nav>li>a> span.menuImg img:first-of-type {
  height: 14vw;
  max-height: 210px;
  background: #fff;
  padding:0;
  opacity: 1; 
    transition: all  0.4s;
    z-index: 2;
    position:relative;
}
#mainNavi .navbar-nav>li>a> span.menuImg img:last-of-type {
  width:100%;
  position: absolute;
  left:0;
  top:-90px;
  margin:auto; 
    transition: all 0.5s 0.4s;
    opacity: 0;
    z-index: 1;
    /*padding-top: 4px;*/
}
#mainNavi .navbar-nav>li>a> span.menuImg + span {
  display:none;
}
#mainNavi .navbar-nav>li>a> span.menuImg {
  padding: 0 !important;
}
#mainNavi .navbar-nav ul {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0;
  border: none;
}
#mainNavi .navbar-nav li {
  background: none !important;
  padding: 0;
}
#mainNavi .dropdownContainer > ul.dropdown-menu > li {
  padding: 0 25px 0 0;
  /*
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;*/
}
#mainNavi .dropdownContainer > ul.dropdown-menu > li.hightlightImg {
  min-width: 33.5%;
  width: 33.5%;
    /*flex: none;*/
    padding: 0;
}
#mainNavi .navbar-nav > li {
  float: none;
  position: static;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
  padding: 0 10px;
  text-align:center;  
  line-height:0;
}

#mainNavi .navbar-nav>li:nth-last-of-type(2) ul.dropdown-menu > li, #mainNavi .navbar-nav>li:last-of-type ul.dropdown-menu > li  {
  padding: 0 0 0 25px !important;
  text-align: right !important;
}
#mainNavi .navbar-nav>li:nth-last-of-type(2) ul.dropdown-menu > li.hightlightImg, #mainNavi .navbar-nav>li:last-of-type ul.dropdown-menu > li.hightlightImg  {
  order: -1;
  padding: 0 !important;
}
#mainNavi .navbar-nav li a {
  color: #fff !important;
  background: none !important;
  font-weight: 300;
  font-size: 16px;
  padding: 3px 0;
  display: inline-block;
}
#mainNavi .navbar-nav > li > a {
  padding: 0 !important;
  font-size: 16px;
  text-transform:uppercase;
  letter-spacing: 1px;
  display:inline-block;
  max-height: 210px;
    height:100%;
    overflow:hidden;
}
#mainNavi .navbar-nav > li > a span {
  padding: 0 0 40px;
    display: block;
    white-space: nowrap;
}
#mainNavi .navbar-nav > li:not(.dropdown), #mainNavi .navbar-nav > li:not(.dropdown) > a {
  height: 100%;
}
#mainNavi .navbar-nav > li:first-of-type {
  padding-left: 0;
  text-align:left;
}
#mainNavi .navbar-nav > li:last-of-type {
  padding-right: 0;
  text-align:right;
}
.dropdownContainer {
  background:  rgba(124,136,98,0.95);
  border-top: 2px solid #ddd;
  position: absolute;
    top: auto;
    left: 0;
    width:100%;
    display:none;
  box-shadow:         inset 0px 8px 25px -15px rgba(0, 0, 0, 0.7);
}
.dropdownContainer .dropdown-menu {
  float:none;
  display:block !important;
  position:relative;
  top:auto;
  left:auto;
  padding: 15px 0 0;
}
.dropdownContainer > .dropdown-menu {
  max-width: 1230px;
  padding: 40px 15px 30px;
  margin: auto;  
  width:100%;
  display: -webkit-flex !important;  
  display: -ms-flexbox !important;  
  display: flex !important;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mainNavi .dropdownContainer > .dropdown-menu > li > a {
  text-transform:uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
#mainNavi .dropdownContainer > .dropdown-menu .dropdown-menu > li > a:hover {
  text-decoration:underline;
}
#mainNavi .navbar-nav > li > a, #mainNavi .navbar-nav > li > a span { 
 transition: all 0.5s;
}
#naviWrap.fixed #mainNavi .navbar-nav > li > a, #naviWrap.fixed #mainNavi .navbar-nav>li>a> span.menuImg {
  /*max-height: 6.5vw;  */
  max-height: 90px;
}
#naviWrap.fixed #mainNavi .navbar-nav>li>a> span.menuImg img:last-of-type {
  opacity: 1;
  top:0px;
  /*bottom: 0;*/
}
#naviWrap.fixed #mainNavi .navbar-nav>li>a> span.menuImg img:first-of-type {
  opacity: 0;
}
#naviWrap.fixed #mainNavi .navbar-nav > li > a span {
  padding: 0 0 15px;
}
/************* mobile navi **************/
#mobileNavi {
  width: 100%;
    max-width: 100%;
    background: none;
    border-top: 2px solid #ddd;
    background: rgba(124,136,98,0.95);
  box-shadow:         none !important;
}
#mobileNavi ul {
  padding: 40px 0 0;
  background: none;
  box-shadow:         inset 0px 8px 25px -15px rgba(0, 0, 0, 0.7) !important;
}
#mobileNavi ul li {
  /*background: rgba(124,136,98,0.95);*/
  border: none;
}
#mobileNavi ul li a {
  color: #fff;
  text-align:center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 300;
  padding: 15px 5px; 
}
#mobileNavi ul li.hasSub a {
  padding: 15px 5px 15px 50px; 
}
#mobileNavi ul li > a.mm-subopen {
  padding: 0;
  background: url('../images/arrow-open.png') no-repeat center;
  background-size: 12px auto;
  width:60px;  
}
#mobileNavi ul li.mm-opened > a.mm-subopen {
  background-image: url('../images/arrow-close.png');
}
#mobileNavi ul li a.mm-subopen span, #mobileNavi .mm-subtitle {display: none;}



#mobileNavi ul li ul {
  background: rgba(255,255,255,0.1);
  padding: 10px 0 15px;
}
#mobileNavi ul li ul li ul {
  box-shadow: none !important;
  padding: 0;
}
#mobileNavi ul li ul li a {
  font-size: 18px;
  padding: 12px 5px !important; 
}
#mobileNavi ul li ul li ul li a {
  font-size: 16px;
}
#mobileNavi ul li ul li.hasSub a.mm-subopen + a {
  padding: 12px 5px 12px 50px !important; 
}


#mobileNavi .mm-footer{
  background: #637048 !important;
  border: none !important;
  color: #fff;
  padding: 0;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mobileNavi .mm-footer a{
  height: 100%;
  width: 100px;
  color: #fff;
  display:block;
  font-size: 0;
}
#prevmmenu {
  background: url('../images/arrow-left.png') no-repeat right +15px center;
  background-size: auto 27px;
}
#closemmenu {
  background: url('../images/close.png') no-repeat 15px center;
  background-size: auto 27px;
}
.mm-menu > .mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
#invisible {
  display: none;
}
/*
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
  top: 20px;
  left: -5px;
  background: #006199;
}
html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
  background: #006199;
}
html.mm-opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.mm-opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/
#hamburger {
  box-sizing: border-box;
  display: block;
  width: 90px;
  height: 70px;
  z-index: 2;
}
#hamburger:before, #hamburger:after, #hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 15px;
}
#hamburger:before {
  top: 27px;
}
#hamburger span {
  top: 34px;
}
#hamburger:after {
  top: 41px;
}
#hamburger:before, #hamburger:after, #hamburger span {
  transition: all 0.5s ease 0.5s;
  transition-property: top, bottom, left, opacity, background, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity, background;
  transition-property: transform, top, bottom, left, opacity, background, -webkit-transform;
}
#mobileNaviTriggerWrap {
  position: relative;
  display: inline-block;
}
.mm-menu .mm-search input {
  background: #006199;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8 rem;
  padding-top: 3px;
  height: 33px;
  border-radius: 0;
}
.mm-noresultsmsg {
  color: #006199;
}
.mm-subclose .glyphicon {
  font-size: 24px;
  font-size: 2.4 rem;
  margin-right: 10px;
  top: 5px;
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: #006199;
  color: #ffffff;
}
.mm-list a.mm-subclose {
  padding-top: 10px;
}
.mm-list {
  font-size: 18px;
  font-size: 1.8 rem;
}
.mm-menu em.mm-counter {
  color: #707173;
  font-size: 18px;
  font-size: 1.8 rem;
  line-height: 41px;
  margin-top: -19px;
  margin-right: 5px;
}
.mm-list > li {
  border-bottom: 1px solid #707173;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-bottom: 0;
  border-color: transparent;
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
  background: none;
  font-weight: bold;
}
.mm-list a.mm-subclose {
  text-indent: 0;
}
em.mm-counter + a.mm-subopen {
  padding-left: 0;
  width: 40px;
  line-height: 41px;
  font-size: 24px;
  font-size: 2.4 rem;
}
em.mm-counter + a.mm-subopen .glyphicon {
  line-height: 41px;
  top: 0;
}
.mm-menu {
  background: #ffffff;
  color: #707173;
}
.mm-footer nav span {
  color: #707173;
}
.mm-menu a, .mm-list > li > a, .mm-list > li > span {
  color: #337ab7;
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border: 0;
}
.mm-footer nav span {
  display: inline-block;
  margin: 0 5px 0 5px;
}
.mm-footer nav {
  padding-bottom: 8px;
}

/****************************************
 **************** Layout ****************
 ****************************************/
#naviWrap {
  padding: 0 15px;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #7c8862;
  box-shadow:         0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
#naviWrap>div {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#langNavi {
  text-align: right;
}
#langNavi ul {
  padding: 25px 12px 0 0;
  list-style: none;
  text-align:right;
  line-height: 0;
  width:90px;
  display: inline-block;
}
#langNavi ul li {
  padding-left: 6px;
  line-height: 22px;
  display:inline-block;
}
#langNavi ul li:first-of-type {
  padding-left: 0;
}
#langNavi ul li a, #langNavi ul li .noPageTranslation {
  line-height: 22px;
  opacity: 0.5;
}
#langNavi ul li img {
  width:22px;
}
#langNavi ul li.active a, #langNavi ul li a:hover{
  opacity: 1;
}
/***** header *****/
#header {
  position: relative;
}
/* SidebarNavi / QuickNavi */
#quicknavi {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 100;
  text-align: center;
}
#quicknavi ul {
  margin:0;
  padding:0;
}
#quicknavi ul li {
  position:relative;
  display: inline-block;
  padding: 0 3px;  
}
#quicknavi ul li a {
  height: 55px;
  width: 55px;
  text-align:center;
  display:block;
  padding: 0;
  text-decoration: none !important;
}
#quicknavi .imageIcon {
  background: rgba(152,183,21,0.65);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
    z-index: 1;
    padding: 3px;
}
#quicknavi ul li a img{
  margin:auto;
  display:block;
  border-radius: 50%;
  border: 1px solid #fff;
}
#quicknavi ul li>a:hover .imageIcon {
  background: #93b800;
}
#quicknavi .quick-title{
  position: absolute;
  left:40px;
  top:0;
  bottom:0;
  margin:auto;
  height:40px;
  min-width: 260px;
  line-height:44px;
  font-weight:400;
  background: #a1c100;
  color:#fff;
  white-space: nowrap;
  padding: 0 20px 0 50px;
  display:none;
  text-align:left;
  text-transform: uppercase;
}
#home #quicknavi .quick-title{
  height:50px;
  line-height:54px;
}
/***** content *****/
#main {
  padding: 95px 0 70px;
  position:relative;
}
.fullwidthPadding {
  padding: 20px 15px;
}
.innerWrap, #main .csc-default, .ka-panel {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.ka-panel {
  padding: 0 15px;
  max-width: 1330px;
}
#main>.csc-default, .innerWrap-default {
  padding: 20px 15px;
  margin: 0 auto;
  max-width: 1320px;
}
.innerWrap {
  position: relative;
}
.col2item, .col3item, .col2item-variable {
  padding: 20px 0;
}
/***** footer *****/
#clickpath .pathItem {
  padding: 0 15px;
  height:30px;
  line-height: 30px;
  margin:0 10px;
  position: relative;
  text-align: center;
  display: inline-block;
  background: #eff0eb;
  font-size: 13px;
  color: #54433a;
  font-weight: 400;
  text-decoration: none !important;
}
#clickpath a.pathItem:hover, #clickpath .pathItem.current {
  color: #7c8862;
  /*font-weight: 600;*/
}
#clickpath span.pathItem {
  padding-left:20px;
  margin-left: 0;
}
#clickpath a.pathItem:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  display:block;
  border-left: 10px solid transparent;
    border-top: 15px solid #eff0eb;
    border-bottom: 15px solid #eff0eb;
    color:#eff0eb;
}
#clickpath .pathItem:after { 
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 10px;
  display:block;
  border-left: 10px solid #eff0eb;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  color: #eff0eb;
}
#metaNavi ul {
  padding: 5px 0 0;
  font-size:0;
  margin: 0 -10px;
  text-align:center;
  line-height: normal;
}
#metaNavi ul li {
  padding: 0;
  display:inline-block;
  font-size:15px;
  list-style:none;
  padding: 0 10px;
  line-height: normal;
}
#metaNavi ul li a {
  color: rgba(84,67,58,0.6); 
  text-transform:uppercase;
  text-decoration: none !important;
}
#metaNavi ul li a:hover {
  color: rgba(84,67,58,1); 
}
.footerBottom {
  padding: 0 15px 15px;
}
.footerCol2wrap {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerBottom .footerCol2wrap > div {
  padding: 6px 0;
}
#footer .bg-green{
  padding: 0 15px;
}
#footer .bg-green a {
  color: #fff !important;
  text-decoration: none !important;
}
#footer .bg-green .innerWrap {
  padding: 50px 0 15px;
}
#contactMap img {
  opacity: 0.5;
  max-width: 600px;
  width:100%;
}
#contactMap img:hover {
  opacity: 1;
}
/***** something else *****/
#linktotop {
  display:none;
  width: 56px;
  height: 56px;
  background: #434044 url('../images/scroll-top.png') no-repeat center;
  background-size: contain;
  position:fixed;
  bottom:50px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
}
#linktotop:after {
  content:'';
  display:block;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  position:absolute;
  border-radius: 50%;
}
#slogen {
  display:none;
  position: absolute;
  bottom:0;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 60px;
  text-transform:lowercase;
  width:100%;
  z-index: 10;
  line-height:normal;
  /*padding-left: 30px;*/
}
#slogen .slogen {
  padding-top: 0;
  padding-bottom: 1%;
  position:relative;
}
#slogen .overlayIcon {
  max-height: 140px;
  max-width:354px;
  width: 30%;
  position: absolute;
  bottom:0;
  right: 30px;
  overflow:hidden;
  height:auto;
}
#slogen .overlayIcon:after {
  content: '';
  display:block;
  background: url('../images/logo-icon.png') no-repeat right top;
  background-size: 100% auto;
  width:100%;
  padding-top:40%;
  overflow:hidden;
}
#main .quickContact {
  /*position: absolute;
  top:0;
  left:0;
  right:0;*/
  position:relative;
  margin-top: -96px;
  width:100%;
  padding: 2px 15px 0;
}
#main .quickContact .innerWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quickContact .contantContainer {
  background: #94b800;
  color: #fff !important;
  padding: 9px 11px;
  width:100%;
  font-size: 18px;
}
.quickContact .contantContainer span:first-of-type:after {
  content:'·';
  display: inline-block;
  padding: 0 5px;
}
.quickContact a{
  color: #fff !important;
}
#footer .quickContact .buttonContainer {display:none}
#main .quickContact .contantContainer {
  background: #7c8862;
}
#main .quickContact .buttonContainer  {
  width:100%;
  font-size: 18px;
}
#main .quickContact .buttonContainer .buttonItem {
  width:100%;
  padding: 0;
}
#main .quickContact .buttonContainer .buttonItem a {
  color: #fff !important;
  background: #98b715;
  padding: 9px 11px;
  border-top: 1px solid #fff;
  text-align:center;
  text-transform:uppercase;
  display:block;
  text-decoration: none !important;
}
#main .quickContact .buttonContainer .buttonItem a:hover {
  background: #a9c532;
}
/* Accordion */
.ka-panel {
  padding-top: 18px;
  padding-bottom: 18px;
}
.ka-handler {
  background: #959f80;
  font-size: 18px;
  color: #fff;
  padding: 15px 50px 12px 20px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  text-transform:uppercase;
  min-height: 45px;
  font-weight: 300;
}
.ka-handler:hover {
  background: #7c8862;
}
.ka-panel .ka-handler:after {
  content:'';
  width: 30px;
  height: 100%;
  display:block;
  position:absolute;
  top:0;
  right: 10px;
  background: url('../images/arrow-open.png') no-repeat center;
  background-size: 100% auto;
}
.ka-panel.accordionOpen .ka-handler:after {
  background: url('../images/arrow-close.png') no-repeat center;
  background-size: 100% auto !important;
}
.ka-content{
  padding: 25px 0;
}
/* Formulare / Anfrage Powermail */
.tx-powermail h3, .powermail_label, .form_label label {
  display: none;
}
.tx-powermail, #main .dmailsubscription_modify {
  margin: 0 -1% !important;
  font-size: 18px;
}
.container-fluid {
  padding:0;
}
.powermail_legend {
  color: #7c8862;
  border: none !important;
  text-transform:uppercase;
  margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    padding: 0 0 20px;
}
.powermail_fieldset {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 40px;
}
.powermail_fieldwrap, #main .form_row {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  margin-bottom: 20px;
  text-align: left;
  float:left;
}
.tx-powermail input, .powermail_textarea, select, .powermail_country, .form_field input, textarea, input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 7px 10px;
  color: #54433a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #7c8862;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}
.powermail_textarea, textarea {
  height: auto;
  resize: vertical;
}
.powermail_create, .powermail_message, .powermail_message_error {
  text-align: center;
  list-style: none;
}
.powermail_submit, #main .form_row_submit input{
  background: #959f80 !important;
  text-shadow: none !Important;
  border: none !important;
  color: #fff !Important;
  border-radius: 0px !important;
  line-height: 44px;
  display: block;
  width: 100%;
  padding: 0 10px !important;
  font-size: 18px;
  text-transform: uppercase;
}
.powermail_submit:hover, #main .form_row_submit input:hover{
  background-color: #7c8862 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #54433a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #54433a;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #54433a;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #54433a;
}
#powermail_field_anreisedatum, #powermail_field_abreisedatum {
    background: #fff url(../images/calendar.png) no-repeat right!important;
    background-size: contain!important;
}
/* Selectbox */
select{
    background: #fff url(../images/dropdown.png) no-repeat right !important;
    background-size: contain!important;
    -webkit-appearance: none;
   -moz-appearance: none;
   text-overflow: '';
   overflow:hidden;
   -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  appearance:none;
  text-align:-webkit-right;
  text-indent: 0.01px;
  border: 1px solid #7c8862;
  width:100%;
  height:45px;
  padding: 2px 50px 0 10px !important;

}
select::-ms-expand {
    display:none;
}
/* Radio Button */
.powermail_fieldwrap_type_radio label {
  display:inline-block;
  width: 160px;
  float:left;
  margin:0;
}
.powermail_fieldwrap_type_radio .powermail_field {
  display:inline-block;
  width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: -o-calc(100% - 160px);
  width: calc(100% - 160px);
  float:left;
}
.radio input[type="radio"], .radio-inline input[type="radio"] {
  border: none !important;
  display: inline-block;
  margin:0;
  height: auto;
  padding: 0;
  visibility: hidden;
}
.radio {
  display:inline-block;
  min-width: 150px;
  margin: 5px 0;
}
.radio label {
  padding: 0 30px;
  width:auto;
  line-height: 110%;
}
.radio input[type="radio"]+span {
    width: 20px;
    height: 20px;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0 !important;
    position: absolute;
    display: block;
    border: 1px solid #7c8862 !important;
    border-radius: 50%;
    background: #fff;
}
.radio input[type="radio"]+span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    transition: .2s;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.radio input[type="radio"]:checked+span:before {
    background: #7c8862;
}
/* Checkbox Button */
/*
.form_checkbox_label label {
  display: block;
}
.checkbox {
  width: 33.333%;
  margin: 0 0 15px !important;
  min-height: 30px;
}
.checkbox label {
  position:relative;
  padding-left:  40px;
}
.checkbox input[type="checkbox"] {
  display: none;
} 
.checkbox input[type="checkbox"]+span {
    width: 30px;
    height: 30px;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0 !important;
    position: absolute;
    display: block;
    border: 1px solid #7c8862 !important;
    background: #fff;
}
.checkbox input[type="checkbox"]+span:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
.checkbox input[type="checkbox"]:checked+span:before {
  top: 4px;
    left: 3px;
    width: 10px;
    height: 18px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #7c8862;
    border-bottom: 2px solid #7c8862;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
*/

.powermail_fieldwrap_akzeptieren .checkbox{
    margin: 0;
}
.powermail_fieldwrap_akzeptieren .checkbox label{
    padding-left: 39px;
}
.powermail_fieldwrap_akzeptieren .checkbox label:before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    display: inline-block;
    border: solid 1px #7c8862;
    vertical-align: middle;
    background-color: #fff;
}
.powermail_fieldwrap_akzeptieren .checkbox input[type="checkbox"]:checked + label:after{
    content: '';
    position: absolute;
    left: 7px;
    top: 9px;
    width: 6px;
    height: 12px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 2px solid #7c8862;
    border-bottom: 2px solid #7c8862;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
.powermail_fieldwrap_akzeptieren .checkbox input[type="checkbox"]{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

/* Datepicker */
.ui-datepicker {
  padding: 2px;
  border: 1px solid #7c8862;
  width:14em;
  font-family: 'Titillium Web', sans-serif;
  z-index: 200 !important;
}
.ui-widget{
  font-size:18px;  
}
.ui-datepicker th {
  padding: 0.3em;
  font-weight: 500;
  color: #54433a;
  background: none;
}
.ui-widget-header {  
  background:#7c8862 !important;
  border:none !important;
  color:#fff;
  font-weight:400;
  padding: .35em 0 0.05em !important;
}
.ui-datepicker table {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  line-height: 140%;
}
.ui-widget-header .ui-icon {
  background-image: url(/fileadmin/templates/images/ui-icons_ffffff_256x240.png);
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover{
  background: #7c8862 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-widget-header {
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 2em;
  height: 2em;
  border:none;
  cursor:pointer;
}
.ui-datepicker td span, .ui-datepicker td a{
  text-align:center;
}
.ui-datepicker td span, .ui-datepicker td a {padding: 0.3em 0.2em 0.1em;}
.ui-datepicker-calendar span.ui-state-default {color:#7c8862; font-weight: 400;}
.ui-datepicker-calendar a.ui-state-default{color:#7c8862; font-weight: 500;}
.ui-datepicker-calendar a.ui-state-default.ui-state-highlight{border: 1px solid #7c8862;}
.ui-datepicker-calendar a.ui-state-default.ui-state-active{color: #fff; background:#7c8862 !important;}
.ui-widget-content { color:#7c8862;}
/* newsletter */
.dmailsubscription_modify {
  margin: 0 -3px;
}
.dmailsubscription_modify .flexContainer {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#footer .form_row input {
  background: #fff;
  /*text-transform:uppercase;*/
  border: none;
}
#footer .form_row {
  width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: -o-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 3px;
}
#footer .form_row_col2 {
   width: 50%;
}
#footer .form_row_submit {
  width: 45px;
}
#footer .form_row_submit input {
  background: #94b800 url('../images/arrow-right.png') no-repeat center;
  font-size: 0;
  background-size: auto 30px;
}
#footer #contact > div {
  padding: 35px 0 15px;
}
/* sitemap */
#main .csc-sitemap>ul {
  -webkit-columns: 300px;
    -moz-columns: 300px;
    columns: 300px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em; 
    padding: 0 0 0 18px;
}
#main .csc-sitemap ul li {
  text-align: left;
    margin-left: 3px !important;
  -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#main .csc-sitemap ul li ul {
  padding-bottom:10px;
}
#main .csc-sitemap>ul>li {
  padding: 0 0 20px;
  margin-left:0;
}
#main .csc-sitemap>ul>li >a, #main .csc-sitemap>ul>li:first-of-type >ul>li >a{
  font-weight: 600;
}
#main .csc-sitemap>ul ul {
  padding: 0;
  margin-left: -3px;
}
/* Tabellen / footable  */
.footable th, .footable td {
  /*border: 1px solid #7c8862;*/
  text-align:left;
}
.footable th {
  background: #7c8862;
  color: #fff;
  padding: 13px 20px;
  line-height: 130%;
  text-transform:uppercase;
  font-weight: 400;
}
.footable th b {
  font-weight: 600;
}
.footable-row-detail-name {
    font-weight: 300;
}
.footable td {
  padding: 5px 20px;
}
.footable td:not(:first-of-type), .footable th:not(:first-of-type) {
  text-align:center;
}
.footable:not(.default) th {
  text-align:center;
}
.footable.default th {
  border-right: 1px solid #fff;
  border-right-color: #fff;
}
.footable.default th:last-of-type {
  border-right: none;
}
.footable.default tbody tr:nth-last-of-type(2n+1) {
  background: #fff;
}
.footable:not(.default) tbody tr:not(.footable-row-detail) {
  background: #fff;
  border-bottom: 1px solid #7c8862;
}
.footable:not(.default) tbody tr.footable-detail-show {
  border-bottom: none;
}
.footable:not(.default) tbody tr.footable-row-detail {
  background: rgba(255,255,255,0.5);
  border-bottom: 1px solid #7c8862;
}
.footable.breakpoint > tbody > tr span.footable-toggle {
  color: #7c8862;
  padding-right: 10px;
}
.footable:not(.default) tbody tr td {
  padding-left: 50px;
  position:relative;
}
.footable:not(.default) tbody tr td .footable-toggle {
  position:absolute;
  left: 15px;
  height: 14px;
  top: 0;
  bottom:0;
  margin: auto;
  line-height: 100%;
}
.footable-row-detail-value {
    white-space: nowrap;
}
.footable-row-detail-inner {
  width:100%;
}
.footable-row-detail-row {
  line-height: 130%;
}
.footable-row-detail-row >div{
  padding-bottom: 10px;
}
.footable-row-detail-value {
    vertical-align: middle;
}
/****************************************
 ***************** DCEs ****************/
/* DCE Buttons */
.buttonContainer {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; 
  -webkit-flex-wrap: wrap; 
      -ms-flex-wrap: wrap; 
          flex-wrap: wrap;
}
.buttonContainer.layout-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttonContainer.layout-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.buttonContainer.layout-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.buttonItem {
  padding: 3px;
}
.btnMore {
  background: #959f80;
  color: #fff !important;
  text-transform:uppercase;
  min-width: 260px;
  min-height: 45px;
  text-align:center;
  padding: 11px 15px;
  display:inline-block;
  text-decoration:none !important;
  line-height: 130%;
}
.btnMore:hover {
  background: #7c8862;
}
/* DCE Fact Box */
.factContainerWrap {
  padding-top: 70px !important;
  padding-bottom: 40px !important; 
}
.factContainer:before {
  content:'';
  width: 100px;
  height:47px;
  position:absolute;
  top: -30px;
  left:0;
  right:0;
  margin:auto;
  background: url('../images/logoicon-contentbox.png') no-repeat center;
  background-size: contain;
}
.factContainer {
  background: #fff;
  position:relative;
  border: 2px solid #eff0eb;
  padding: 40px 25px 40px;
  box-shadow:         2px 2px 20px 0px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.factContainer h3 {
  text-align: center;
}
.factText  {
  padding: 30px 0;
  text-transform:uppercase;
}
.factText  p {
  padding: 0 0 10px 0 !important;
}
/* DCE Slick Slider */
.slick-slider {
  margin: 0;
}
.slick-slider img {
  width:100%;
}
.slickHeaderSlider.browserheight .slick-list div, .slickHeaderSlider.browserheight .slick-list {
  height:100% !important;
}
.slickHeaderSlider.browserheight .slickSliderSingle {
  background-size: cover !important;
}
.overlayHeaderslider {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 30%;
  max-height: 430px;
  z-index: 1;
  background: rgba(0,0,0,0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0.7)));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.slickHeaderWrap {
  position: relative;
}
.slickHeaderSliderPosition {
  z-index: 1;
  width: 100%;
}
.slickHeaderSlider {
  display: none;
}
.slickSliderSingle {
  position: relative;
}
.slick-next:before, .slick-prev:before {
  display: none;
}
.slick-prev, .slick-next {
  display:none !important;
    top: auto;
    bottom: 100px;
    width: 35px;
    height: 60px;
    margin-top: 0;
    left:25px;
    background: url('../images/pfeil_links.png') no-repeat center !important;
    background-size:  25px auto !important;
    z-index: 110;
}
.slick-next {
  left:auto;
    right:25px;
  background-image: url('../images/pfeil_rechts.png') !important;
}
.contentSlider .slick-prev, .contentSlider .slick-next  {
  top:0;
  height: 100%;
  width: 70px;
  left:0;
}
.contentSlider .slick-next  {
  left:auto;
  right: 0;
}
/* DCE Google Sitemap */
.googleMaps {
  position:relative;
}
#googleRoute {
  position: absolute;
  top: 20px;
  right: 0;
  background: #eff0eb;
    max-width: -moz-calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: -o-calc(100% - 20px);
  max-width: calc(100% - 20px);
  width:300px;
  margin:0 10px;
  padding:10px;
  border: 1px solid #fff;
}
#googleRoute input.submit{
  color: #fff;
  margin-top: 10px;
  background: #959f80;
  border:none;
}
#googleRoute input.submit:hover{
  background-color: #7c8862;
}
/* DCE Themenboxen */
.dceTitle {
  padding-bottom: 5px !important
}
.themenboxContainerWrap {
  overflow: hidden;
}
.themenboxContainer  {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1px;
}
.themenboxItem {
  padding: 1px;
  width:100%;  
}/*
.themenboxItemInnerwrap {
  height:100%;
}*/
.themenboxInfo {
  text-align:center;
  color: #fff;
  padding: 0 5% 0;
}
.themenboxItem a {
  text-align:center;
  color: #fff !important;
  text-decoration: none !important;
  padding-bottom: 50px;
  height:100%;
  position:relative;
  display: block;
}
.themenboxItem a:after {
  content:'';
  display: block;
  height: 20px;
  width:100%;
  background: url('../images/arrow-more.png') no-repeat center;
  background-size: auto 100%;
  position:absolute;
  bottom: 30px;
  left:0;
}
.themenboxImage{
  overflow:hidden;
}
.themenboxImage img {
  width:100%;
}
.themenboxTitle {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0 20px;
  font-weight: 400;
  color: #fff;
}
.themenboxText {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'PT Serif', serif;
  padding: 0 0 20px;
  line-height: 150%;
  /*max-width: 90%;
  margin:auto;*/
}
/*
.themenboxContainer .themenboxText {
  max-width: 370px;
}*/
.themenboxItem .imageIcon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
    z-index: 1;
    padding: 5px;
    margin: -45px auto 0;
}
.themenboxItem .imageIcon img{
  margin:auto;
  display:block;
  border-radius: 50%;
  border: 2px solid #fff;
}
.themenboxItem.hasLink .bg-green:hover, .themenboxItem.hasLink .bg-green:hover .imageIcon {
  background-color: #949e7f;
}
.themenboxItem.hasLink .bg-lightgreen:hover, .themenboxItem.hasLink .bg-lightgreen:hover .imageIcon {
  background-color: #a9c532;
}
.themenboxItem.hasLink .bg-blue:hover, .themenboxItem.hasLink .bg-blue:hover .imageIcon {
  background-color: #6d8991;
}
.themenboxItem.hasLink .bg-brown:hover, .themenboxItem.hasLink .bg-brown:hover .imageIcon {
  background-color: #c69f79;
}
.themenboxItem.hasLink .bg-red:hover, .themenboxItem.hasLink .bg-red:hover .imageIcon {
  background-color: #b26f68;
}
.themenboxItem.threecol .themenboxItemInnerwrap {
  width: 100%;
}
/* DCE - Bild Box Element */
.imageBoxContainer .flexContainer {
  -webkit-wrap: wrap;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1px;
}
.boxelementItem {
  position:relative;
  height: 300px;
  padding: 1px;
  text-align:center;
}
.boxelementItemInnerwrap {
  overflow:hidden;
  display: block;
    width: 100%;
    height: 100%;
    position:relative;
}
.boxelementImageWrap, .boxelementItem .boxelementImage {
  width:100%;
  height:100%;
  display:block;
}
.boxelementItem a {
  display: block;
  width:100%;
  height:100%;
  text-decoration:none !important;
  position:absolute;
  top:0;
  left:0;
  z-index: 1;
}
.boxelementItem .overlaytext {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #fff !important;  
  background: rgba(0,0,0,0.2);
 transition: all 0.5s;
    padding: 10px 15px;
}
.boxelementItem .overlaytext:hover {
  background: rgba(124,136,98,0.85);
}
.boxelementItem a.overlaytext span {
  width:100%;
  display:block;
}
.imageBoxContainer .layout1, .imageBoxContainer .layout2, .imageBoxContainer .layout3, .imageBoxContainer .layout4 {
  width: 100%;
}
/* DCE - Social Icons */
.socialContainer {
  position: absolute;
  top: -28px;
}
.socialItem {
  padding: 0 3px;
}
.socialItem a {
  display:block;
  background: #b7cc5b;
  border-radius:50%;
  border: 3px solid #fff;
  overflow: hidden;
  padding: 3px;
  height:56px;
  width:56px;
}
.socialItem a:hover {
  background: #98b715;  
}
.socialItem img {
  border-radius:50%;
  border: 1px solid #fff;
  width:100%;
}
/****************************************
 ************** responsive **************
 ****************************************/
@media screen and (min-width: 451px) {
  h1 {
    padding: 0 0 30px 0;
    font-size: 30px;
  }
  h2, h3 {
    padding: 0 0 30px 0;
    font-size: 25px;
  }
  .font30, span.font30, p.font30, div.font30, b.font30 {font-size: 25px;}
  #quicknavi ul li {
    padding: 0 5px;
  }
  #quicknavi ul li a {
    height: 75px;
    width: 75px;
  }
  #quicknavi .imageIcon {
    height: 75px;
    width: 75px;
    padding: 5px;
  }
  #main .quickContact .buttonContainer .buttonItem {
    width:50%;
  }
  #main .quickContact .buttonContainer .buttonItem:nth-of-type(2n) a {
    border-left: 1px solid #fff;
  }
  .themenboxItem .imageIcon {
    height: 150px;
    width: 150px;
    margin: -55px auto 0;
    padding: 13px;
  }
  .themenboxText {
    font-size: 18px;
    padding: 0 0 30px;
  }
  .boxelementItem {
    height: 400px;
  }
  #linktotop {
    width: 72px;
    height: 72px;
  }
  #linktotop:after {
    width: 60px;
    height: 60px;
  }
  .socialContainer {
      top: -36px;
  }
  .socialItem a {
      height: 72px;
      width: 72px;
  }
  #hamburger {
    width:100px;
  }
  #langNavi ul {
    padding: 25px 15px 0 0;
    width:100px;
  }
  #langNavi ul li {
    padding-left: 8px;
  }
}
@media screen and (min-width: 481px) {
  .flexContainer480 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }  
  .themenboxTitle {
      font-size: 25px;
      padding: 20px 0 25px;
  }
  #linktotop {
    width: 82px;
    height: 82px;
    border: 4px solid #fff;
  }
  #linktotop:after {
    width: 70px;
    height: 70px;
  }
  .socialItem {
      padding: 0 5px;
  }
  .socialContainer {
      top: -41px;
  }
  .socialItem a {
      border: 4px solid #fff;
      padding: 4px;
      height: 82px;
      width: 82px;
  }
}
@media screen and (min-width: 601px) {
  .themenboxItem {
    width:50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .themenboxItem .imageIcon {
    height: 120px;
    width: 120px;
    margin: -50px auto 0;
    padding: 10px;
  }
  #footer .form_row {
    width: -moz-calc(33.333% - 15px);
      width: -webkit-calc(33.333% - 15px);
      width: -o-calc(33.333% - 15px);
    width: calc(33.333% - 15px);
  }
  #footer .form_row_submit {
    width: 45px;
  }
}
@media screen and (min-width: 769px) {
  .flexContainer768 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col2wrap, .col3wrap, .col2wrapvariable {
    margin: 0 -15px;
  }
  .col2item {
    width: 50%;
    padding: 0 15px;
  }
  .col2item-variable{
    padding: 0 15px;
  }
  .col3item {
    width: 33.33%;
    padding: 0 15px;
  }
  #main>.csc-default, .innerWrap-default {
    padding: 25px 30px;
  }
  .ka-panel {
    padding: 0 30px;
  }
  .bg-beige {
    padding: 50px 30px 65px;
  }  
  #main .quickContact{
    padding: 2px 30px 40px 30px;
  }
  .footerBottom {
    padding: 0 30px 25px;
  }
  #footer .bg-green{
    padding: 0 30px;
  }
  .fullwidthPadding {
    padding: 20px 30px;
  }
  .imageBoxContainer .layout2, .imageBoxContainer .layout4, .imageBoxContainer .layout3:not(.bigImage) {
    width:50%;
  }
  .imageBoxContainer .layout3.boxelementItem2.bigImage {
    -webkit-order:1;
        -ms-flex-order:1;
            order:1;
  }
  .powermail_fieldwrap.layout1, #main .form_row_col2 {
    width: 48%;
  }
}
@media screen and (min-width: 951px) {
  a[href*="tel:"] {
      pointer-events: none;
      text-decoration: none !important;
    }
    #slogen, #main .slick-prev, #main .slick-next {
    display:block !important;
  }
  .flexContainer950 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  h1 {
    font-size: 38px;
    padding: 0 0 50px 0;
  }
  h2, h3 {
    padding: 0 0 50px 0;
  }
  .factContainer h3 {
    padding: 0 0 10px 0;
  }
  h2, h3, .font30, span.font30, p.font30, div.font30, b.font30 {
    font-size: 30px;
  }
  h4 {
    font-size: 23px;
  }
  .font22, span.font22, p.font22, div.font22, b.font22 {font-size: 22px;}
  #main p {
    padding: 0 0 20px;
  }
  .auto2col {
    -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 100px;
      -moz-column-gap: 100px;
      column-gap: 100px;
      position:relative;
  }
  .auto2col:after {
    content:'';
    display:block;
    width:2px;
    height: -moz-calc(100% - 60px);
      height: -webkit-calc(100% - 60px);
      height: -o-calc(100% - 60px);
    height: calc(100% - 60px);
    background: #eff0eb;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
  }
  #header:hover .slick-prev, #header:hover .slick-next {
    display:block !important;
  }
  #naviWrap {
    position: fixed;
    width: -moz-calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
      width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
    margin:auto;
    left:0;
    right:0;
  }
  #mobileNaviTriggerWrap, #logo {
    display: none;
  }
  #mainNavi {
    display: block;
  }
  #langNavi {
    position:absolute;
    top:0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
  }
  #langNavi ul {
    padding: 15px 0 0;
  }
  .quickContact .contantContainer, #main .quickContact .buttonContainer  {
    width:50%;
  }
  #main .quickContact .buttonContainer .buttonItem a {
    border-top: none;
    border-left: 1px solid #fff;
  }
  #footer .quickContact .contantContainer {
    width:550px;
    font-size: 21px;
    letter-spacing:1px;
    padding: 15px 25px 12px 25px;
  }  
  #contactMap {
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    padding-left:8%;
  }
  #contact {
    width:550px;
  }
  #linktotop {
    width:108px;
    height:108px;
    display:block !important;
    position:absolute;
    bottom:auto;
    top: -50px;
    right: 0;
  }
  #linktotop:after {
    width: 90px;
    height: 90px;
  }
  .socialContainer {
      top: -66px;
  }
  .socialItem {
      padding: 12px;
  }
  .socialItem a {
      border: 4px solid #fff;
      padding: 5px;
      height: 108px;
      width: 108px;
  }
  #quicknavi {
    bottom:auto;
    left:30px;
    top:26%;
    width:auto;
  }
  #quicknavi ul li {
    display: block;
    padding: 3px 0;  
  }
  #quicknavi ul li a {
    height: 55px;
    width: 55px ;
  }
  #quicknavi .imageIcon {
    height: 55px;
    width: 55px;
    padding: 3px;
  }
  #home #quicknavi ul li a {
    height: 90px !important;
    width: 90px !important;
  }
  #home #quicknavi ul li {
    padding: 5px 0;  
  }
  #home #quicknavi .imageIcon {
    height: 90px !important;
    width: 90px !important;
    padding: 5px;
  }
  #home #quicknavi ul li a .quick-title{
    padding: 0 20px 0 65px
  }
  #quicknavi ul li>a:hover .quick-title{
    display:block;
    opacity: 1;
  }
  .factContainerWrap {
    padding-top: 80px !important;
    padding-bottom: 40px !important; 
  }
  .factContainer {
    padding: 40px;
  }  
}
@media screen and (min-width: 1025px) {
  #slogen {
    font-size: 80px;
  }
  #footer .quickContact .contantContainer {
    width: 600px;
    font-size: 23px;
  }
  #contact {
    width:600px;
  }
  .themenboxItem {
    width:25%;
  }
  .themenboxItem.threecol {
    width:33.333367%;
  }
  .col2item-variable.first {
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
  }
  .boxelementItem {
    height: 470px;
  }
  
}
@media screen and (min-width: 1131px) {
  #main .quickContact .contantContainer, #main .quickContact .buttonContainer {
    font-size: 20px;
  }
  #main .quickContact .contantContainer, #main .quickContact .buttonContainer .buttonItem a {
    letter-spacing:1px;
    padding: 15px 25px 12px 25px;
  }
}
@media screen and (min-width: 1281px) {
  #main>.csc-default, .innerWrap-default {
    padding: 30px 60px;
  }
  .bg-beige {
    padding: 50px 60px 65px;
    margin: 50px 0;
  }
  .ka-panel {
    padding: 0 60px;
  }
  .fullwidthPadding {
    padding: 30px 60px;
  }
  #naviWrap {
    width: -moz-calc(100% - 120px);
      width: -webkit-calc(100% - 120px);
      width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  #mainNavi .navbar-nav li  a {
    font-size: 18px;  
  }
  #mainNavi .navbar-nav > li > a {
    padding: 0 15px;
    font-size: 20px;  
  }
  #mainNavi .navbar-nav > li > a span {
    padding: 0 0 55px;
  }
  #slogen .overlayIcon {
    right: 60px;
  }
  #main .quickContact{
    padding: 2px 60px 50px 60px;
  }
  .footerBottom {
    padding: 0 60px 25px;
  }
  #footer .bg-green{
    padding: 0 60px;
  }
  #quicknavi {
    top:32%;
    left:60px;
  }
  #home #quicknavi {
    top:30%;
  }
  #main p {
    padding: 0 0 25px;
  }
  .imageBoxContainer .layout4, .imageBoxContainer .layout3:not(.bigImage) {
    width:25%;
  }
  .imageBoxContainer .layout3.bigImage {
    width:50%;
  }
  .imageBoxContainer .layout3.boxelementItem2.bigImage {
    -webkit-order:inherit;
        -ms-flex-order:inherit;
            order:inherit;
  }
  #header .slick-prev {
      left: 55px;
     }
     #header .slick-next {
      right: 55px;
     }
}
@media screen and (min-width: 1311px) {
  #main .quickContact .contantContainer, #main .quickContact .buttonContainer {
    font-size: 23px;
  }
}
@media screen and (min-width: 1401px) {
  #slogen {
    font-size: 110px;
    /*padding-left: 60px;*/
  }
  #header .slick-prev {
      bottom: 65px;
     }
     #header .slick-next {
      bottom: 65px;
     }
     .themenboxItem .imageIcon {
    height: 155px;
    width: 155px;
    margin: -60px auto 0;
    padding: 13px;
  }
  .themenboxTitle {
      font-size: 30px;
      padding: 25px 0 30px;
  }
}
@media screen and (min-width: 1851px) {
  #quicknavi ul li a {
    height: 75px;
    width: 75px ;
  }
  #quicknavi .imageIcon {
    height: 75px;
    width: 75px;
  }
}
@media screen and (max-width: 950px) {
  #clickpath, #home .logomenu, body:not(#home) .logohome {
    display:none;
  }
  .flexContainerMax950 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .socialContainer {
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    width:100%;
  }
  #home #naviWrap {
    height: auto;
  }
  #naviWrap {
    position:absolute;
    height: 70px;
    padding: 0;
   transition: all 0.4s;
      z-index: 100000;
  }
  #naviWrap.fixedTop {
    position:fixed;
    top: -70px;
  }
  #home #naviWrap.fixedTop {
    top: -150px;
  }
  #naviWrap.fixed, #home #naviWrap.fixed {
    position:fixed;
    top:0 !important;
    /*height: 70px;*/
  }
  /*#home #naviWrap.fixed .logohome {display:none;}
  #home #naviWrap.fixed .logomenu {display:block;}*/
  #logo a {
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height:100%;
    background: #fff;  
  }
  body:not(#home) #logo a {
    height: 70px;
  }
  #logo img {
    height: 14.215vw;
      max-height: 70px;
      background: #fff;
      padding: 0;
      opacity: 1;
      transition: all 0.4s;
      z-index: 2;
      position: relative;
  }
  #home #logo img.logohome {
    height: 31.3vw;
      max-height: 150px;
      background: #fff;
      padding: 0;
      opacity: 1;
      transition: all 0.4s;
      z-index: 2;
      position: relative;
  }
}
@media screen and (max-width: 768px) {
  h1 br, h2 br, h2 br, h1 br:after, h2 br:after, h3 br:after {
      content: ' ' !important;
  }
  div.csc-textpic-center .csc-textpic-center-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  div.csc-textpic-center .csc-textpic-center-inner >div{
    padding: 5px 10px;
  }
  div.csc-textpic-center .csc-textpic-center-inner >div * {
    margin: 0 !important;
  }
  .powermail_fieldwrap_type_radio label, .powermail_fieldwrap_type_radio .powermail_field {
    display:block;
    width: 100%;
    float:none;
  }
}
@media screen and (max-width: 450px) {
  .quickContact .contantContainer {
    text-align:center;
  }
  .quickContact .contantContainer span {
    display: block;
  }
  .quickContact .contantContainer span:after {
    display:none !important;
  }
}


/*SideNavi höhenanpassung*/
@media screen and (max-height: 880px) and (min-width: 951px) {
  #home #quicknavi ul li a {
    height: 80px !important;
    width: 80px !important;
  }
  #home #quicknavi .imageIcon {
    height: 80px !important;
    width: 80px !important;
  }
}
@media screen and (max-height: 800px) and (min-width: 951px) {
  #home #quicknavi ul li {
    padding: 3px 0;
  }
  #home #quicknavi ul li a {
    height: 70px !important;
    width: 70px !important;
  }
  #home #quicknavi .imageIcon {
    height: 70px !important;
    width: 70px !important;
  }
  #home #quicknavi ul li a .quick-title {
      padding: 0 20px 0 45px;
      height: 40px;
      line-height: 44px;
  }
}
@media screen and (max-height: 720px) and (min-width: 951px) {
  #home #quicknavi ul li a {
    height: 60px !important;
    width: 60px !important;
  }
  #home #quicknavi .imageIcon {
    height: 60px !important;
    width: 60px !important;
    padding: 3px;
  }
}


.zoom {
 transition: all 0.5s;
}
.themenboxItem a:hover .zoom, .boxelementItemInnerwrap:hover .zoom {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/* Änderungen Philipp 18.04.2018 (Datenschutz) */

.powermail_fieldwrap_akzeptieren .checkbox{
    width: 100%;
}

.headerbutton{
  display: none;
  position: absolute;
  z-index: 55;
  right: 30px;
  box-shadow: 8px 3px 28px 3px #000;
  animation: einblenden 2s linear;
}
@media screen and (min-width: 992px) {
  .headerbutton{
    display: block;
    bottom: 20%;
  }
}
@media screen and (min-width: 1281px) {
  .headerbutton{
    right: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .headerbutton{
    bottom: 17%;
  }
}

.headerbutton-image{
  position: relative;
}
.headerbutton-close{
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  line-height: 1;
}
.headerbutton-close img{
  max-width: 15px;
}
.headerbutton-close:hover{
  cursor: pointer;
}
@keyframes einblenden {
  from { transform: translateX(500px)}
  to { transform: translateX(0px) }
}

.d-flex{
    display: flex;
}



.popup {
    z-index: 999999;
    max-width:800px;
    overflow-y: auto;
    overflow-x: clip;
    max-height: 85dvh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 90vw;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);

    translate: 0 100%;
    opacity: 0;
    transition: all 0.6s;
    pointer-events: none;

    &.open {
        opacity: 1;
        translate: 0;
        scale: 1;
        pointer-events: all;
    }

}
.popup-image {
    background-color: white;
    border: 1px solid white;
    img {
        width: 100%;   
    }
}
.popup-content {
    background-color: white;
    padding: 25px;
    @media screen and (min-width: 992px) {
     padding: 50px;
    }
    .h2{
        margin-bottom: 30px;   
    }
    p{
        padding-bottom:0 !important;
    }
    p + p {
        margin-bottom:16px;
    }
}
.popup-close {
    position:absolute;
    top:25px;
    right:25px;
    cursor: pointer;
    svg{
        width:25px;
        height:25px
    }
}
.popup-btn{
    margin-top: 15px;
    @media screen and (min-width: 992px) {
   	 	margin-top: 5px;
    }
}