/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-condensed - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/OpenSansCondensed-Light.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/OpenSansCondensed-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSansCondensed-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSansCondensed-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSansCondensed-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSansCondensed-Light.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/****************************************
 ************ basic settings ************
 ****************************************/

#cookie-bar {background:#333; height:auto; line-height:24px; color:#fff; text-align:center; padding:5px 10px;z-index:999999;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#8bad47;text-transform:uppercase;font-size:0.8em;}
#cookie-bar .cb-enable:hover {background:#666;}
#cookie-bar .cb-disable {background:#8bad47;text-transform:uppercase;font-size:0.8em;}
#cookie-bar .cb-disable:hover {background:#666;}
#cookie-bar .cb-policy {background:#8bad47;text-transform:uppercase;font-size:0.8em;}
#cookie-bar .cb-policy:hover {background:#666;}

*, *:before, *:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size:14px;
}

body, nav, a, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size:18px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 140%;
    color: #020202;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    color: #222;
}

h1,
.section-header {
    padding: 20px 0 3.889rem 0;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 2.667rem;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    color:#020202;
}
.section-header span {
  display:inline-block;
  position:relative;
}
.section-header span:after {
  width: 65%;
    height: 3px;
    background: #000;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
h2 {
  padding: 2.667rem 0 3.889rem 0;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 2.667rem;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    color:#020202;
}

h6 {
    padding: 3.667rem 0 0 0;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 1.867rem;
    text-transform:none;
    position:relative;
    text-align:center;
    color:#020202;
}


h3, h4, h5 {
    padding: 0 0 5px 0;
}

ol, ul {
    margin: 0;
    padding: 0 0 0 20px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a, a:active {
    text-decoration: none;
    color:#7fa433;
}

a:hover {
    text-decoration: underline;
    color:#7fa433;
}

*:focus,
*:active {
    outline: none !important
}

iframe {
    max-width: 100%;
}
video {
  display:block;
  width:100%;
}
caption {
    font-style: italic;
}
.videocontrol {
  position: absolute;
    top: 105%;
    left: 0;
}
.t3js-icon img {
    height: 16px;
    width: 16px;
}

.flexContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.center {
  text-align:center;
}
.googlemap iframe {
  pointer-events:none;
}
.googlemap iframe.clicked{
    pointer-events: auto;
}
.totop {
  position:fixed;
  bottom:5px;
  right:5px;
  display:none;
  background:url(../images/totop.jpg) no-repeat center;
  background-size:contain;
  height:50px;
  width:50px;
  z-index:1000;
  cursor:pointer;
}
/* HEADER */
#header {
  position:relative;
}
#headerNavi {
  display:none;
}
#headerNavi .headerNavi {
  height:90px;
}
#headerNavi .naviItem {
  display:inline-block;
  vertical-align:middle;
  position:relative;
}
#headerNavi .naviItem .active {
  background:#7fa433;
    color:#fff;
}
#headerNavi a {
    color: #0c0b0b;
    text-transform: uppercase;
    display: inline-block;
    line-height: 90px;
    padding-right:10px;
    text-decoration:none;
}
#headerNavi img {
  max-width:30px;
  max-height:30px;
  margin: 0 15px;
  width:100%;
}
#headerNavi img + img {
 display:none;   
}
#headerNavi .active img + img {
    display: block;
    position: absolute;
    left: 15px;
    top: 4px;
    bottom: 0;
    margin: auto;
}
.headerNaviTriggerWrap .hamburger:before,
.headerNaviTriggerWrap .hamburger:after,
.headerNaviTriggerWrap .hamburger span {
  background:#7fa433;
}
.headerNaviTriggerWrap {
  color:#7fa433;
  cursor:pointer;
}
#headerNavi .searchField {
  display:none;
  position:absolute;
  top:100%;
  right:0;
  background:#7fa433;
}
#headerNavi .searchField input {
  border-radius:0!important;  
  width:300px;
  margin:10px;
}
.naviContainer {
  background:#fff;
  z-index:20;
  position:relative;
  top:0;
}
#naviWrap {
  padding:0 10px;
  justify-content:space-between;
  max-height:60px;
  overflow:visible;
  position:relative;
}
#mobileNavi {
  background:#7fa533;
  margin-top:60px;
}
#mobileNaviTriggerWrap,
.headerNaviTriggerWrap {
  position: relative;
    display: inline-block;
    padding: 17px 0;
}
#mobileNaviTriggerWrap span,
.headerNaviTriggerWrap span {
  line-height:25px;
  font-size:20px;
  font-weight:600;
  position:relative;
  top:-5px;
  display:inline-block;
  color:#7fa433;
}
#logo {
  max-width:75px;
}
#logo img {
  -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
#headerBar {
  display:none;
  background:rgba(0,0,0,.6);
  color:#fff;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:5;
  height:55px;
  justify-content:space-around;
  align-items:center;
  text-align:center;
}
.headerLink {
  display:inline-block;
  padding:12px 60px;
}
.headerLink a {
  color:#fff;
  text-decoration:none;
}
.headerLink span {
  line-height:30px;
  text-transform:uppercase;
  font-size:16px;
}
.headerLink img {
  max-width:30px;
  margin-right:10px;
  width:100%;
  max-height:30px;
}
/****************************************
 ************* mobile navi **************
 ****************************************/

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
    top: 10px;
    left: -5px;
    background: #7fa433;
}
.headerNaviTriggerWrap.opened .hamburger:before,
.headerNaviTriggerWrap.opened .hamburger:after {
  top: 10px;
    left: -5px;
    background:#7fa433;
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
    background: #000;
}
.headerNaviTriggerWrap.opened .hamburger span {
  left: -50px;
    opacity: 0;
    background: #7fa433;
}
html.mm-opening #hamburger:before,
.headerNaviTriggerWrap.opened .hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

html.mm-opening #hamburger:after,
.headerNaviTriggerWrap.opened .hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger,
.hamburger {
    box-sizing: border-box;
    display: inline-block;
    width: 48px;
    height: 25px;
    z-index: 2;
    position:relative;
}

.hamburger:before,
.hamburger:after,
.hamburger span,
#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #7fa533;
    content: '';
    display: block;
    width: 33px;
    height: 3px;
    position: absolute;
    left: 0;
}

.hamburger:before,
#hamburger:before {
    top: 0;
}

.hamburger span,
#hamburger span {
    top: 11px;
}

.hamburger:after,
#hamburger:after {
    top: 22px;
}

.hamburger:before,
.hamburger:after,
.hamburger span,
#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity, background;
    transition-property: transform, top, bottom, left, opacity, background;
}
.headerNaviTriggerWrap{
  padding-left:50px;
}
#mobileNaviTriggerWrap,
.headerNaviTriggerWrap {
    position: relative;
    display: inline-block;
}
#headerNavi .headerNaviTriggerWrap .hamburger {
  line-height:1;
}
.csc-default .detail {
  background: #2481bd;
  display: inline-block;
    border: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff !important;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 700 !important;
    font-family: 'Noto Sans', sans-serif;
    min-width: 200px;
    width: 100%;
    display: block;
    margin-top: 6px;
    text-align: center;
    text-decoration: none !important;
}
.mm-menu {
  font-size:1rem;
}
.mm-menu > .mm-search {
  top:40px;
}
.mm-menu .mm-search input {
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 3px;
    height: 33px;
    border-radius: 0;
    color:#fff;
    border:1px solid #fff;
    background:transparent;
    font-size:1rem;
}
.mm-menu .mm-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.mm-menu .mm-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.mm-menu .mm-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.mm-menu .mm-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.mm-menu .mm-search :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #fff;
}
.mm-noresultsmsg {
    color: #006199;
}

.mm-subclose .glyphicon {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 10px;
    top: 5px;
    height:35px;
    display:block;
    margin-bottom:15px;
}

.mm-menu .mm-list > li > a.mm-subclose {
    background: transparent;
    color: #ffffff;
    line-height:45px;
    border-bottom:1px solid #fff;
}

.mm-list a.mm-subclose {
    padding-top: 10px;
}

.mm-list {
    font-size: 18px;
    font-size: 1rem;
}
.mm-menu .mm-header{
  color:#fff;
  padding:10px 10px 10px 20px;
  font-size:32px;
  text-align:left;
  text-transform:uppercase;
  font-family:'Open Sans Condensed', Arial, sans-serif;
  border-bottom:0;
  top: 93px!important;
    height: auto!important;
    line-height: 40px!important;
}
.mm-list > li,
.mm-menu.mm-hasheader.mm-hassearch > .mm-highest.mm-panel.mm-list li.mm-subtitle {
    border-bottom: 0;
    text-transform:uppercase;
    font-family:'Open Sans Condensed', Arial, sans-serif;
    font-size:24px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top:153px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-highest.mm-panel.mm-list {
  padding-top:173px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-highest.mm-panel.mm-list li {
  text-transform:none;
  font-family:'Open Sans', Arial, sans-serif;
  font-size:18px;
}
.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;
}
.mm-menu .mm-list .mm-selected {
    background:rgba(255,255,255,.3);
}

.mm-list a.mm-subclose {
    text-indent: 0;
    font-size:30px;
}
.mm-subopen span.glyphicon {
  display:block;
  height:20px;
  width:20px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);  
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:10px;
}
.mm-subopen span.glyphicon:before,
.mm-subclose span.glyphicon:before {
  content:"";
}
.mm-subclose span.glyphicon:before {
  display:block;
  height:20px;
  width:20px;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);  
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top:7px;
  position:relative;
}
.mm-subclose span.glyphicon:after {
  content:"zurück";
  position:absolute;
  font-size:24px;
  font-family:'Open Sans Condensed', Arial, sans-serif;
  font-style:italic;
  text-transform:none;
  top:0;
  left:30px;
}
.mm-menu {
    background: #ffffff;
    color: #707173;
}
.mm-menu .mm-footer {
  border-top:1px solid #fff;
}
.mm-footer nav span {
    color: #707173;
}

.mm-menu a, .mm-list > li > a, .mm-list > li > span {
    color: #fff;
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border: 0;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display:block;
}
.mm-footer nav span {
    display: inline-block;
    margin: 0 5px 0 5px;
}

.mm-footer nav {
    align-items:center;
    font-size:18px;
    float:left;
}
.mm-footer .langIcon img{
  max-width:30px;
}
.mm-events {
  display:block;
  float:right;
}
.mm-events img {
  max-width:30px;
  margin-right:10px;
}
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height:-webkit-calc(100% - 60px);
  height:-moz-calc(100% - 60px);
  height:calc(100% - 60px);
}
.mobile-logo {
  position:fixed;
  top:-60px;
  left:10px;
  max-width:75px;
}
.mm-menu .current {
  background:rgba(255,255,255,.3);
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  margin-right:0;
}
/****************************************
 *********** DCE Slick Slider ***********
 ****************************************/
.section .slickHeaderWrap {
  padding-top:0;
}
.slickHeaderWrap {
    position: relative;
    min-height:275px;
    background:url(../images/load.gif) no-repeat center;
}
.slickHeaderSlider {
  margin-bottom:0;
}

.slickHeaderSliderPosition {
    z-index: 1;
    width: 100%;
}
.slickHeaderWrap .slick-dots,
.slickHeaderWrap .slick-prev,
.slickHeaderWrap .slick-next{
  display:none!important;
}
.slickHeaderSlider {
    display: none;
}
.slickHeaderSlider.subpage {
  display:block;
}
.slickSliderSingle {
    position: relative;
}

.slickSliderContent {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width:100%;
}
.slickSliderContent a {
  color:#fff;
}
.slickSliderContent > div {
    max-width: 100%;
    background:url(../images/bg-teaser.png) no-repeat center;
    background-size:100% 100%;
    color:#fff;
    padding:10px;
    max-width:185px;
}
.slickSliderHeadline {
  font-size:20px;
  font-style:italic;
}
.slickSliderTeaser {
  font-size:14px;
}
.slickSliderContent a:hover {
    text-decoration: none;
}
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}
.karteinfopoints {
  background: url(../images/zirbenwald_np_oetztal_r_muehlthaler-min.jpg) no-repeat center;
  background-size:cover;
}
/* Sections */
.section {
  height:auto!important;
  background-size:cover!important;
}
.section .background {
  background-size:cover!important;
}
.section-content {
  padding-bottom:2.5rem;
  text-align:center;
  max-width:1150px;
  margin:auto;
}
.section-content ul {
  list-style-type:none;
  padding:0;
  width:100%;
  max-width:550px;
  margin:auto;
}
.col2item .section-content ul li {
  display:block;
}
.text2col .section-content ul li {
  display:block;
} 
.section-content ul li {
  display:inline-block;
  padding-left:20px;
  position:relative;
}
.section-content ul li:before {
    display: block;
    height: 10px;
    width: 10px;
    background: #7fa433;
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
}
.section-content .kesearch_pagebrowser ul li:before {
  width:0;
  height:0;
}
.section-content .page-navigation ul li:before {
  display:none;
}
.news-list-view .page-navigation {
  padding:15px 0;
}
.page-navigation p {
  display:none;
}
.acContent .section-content {
  text-align:left;
}
/*.contwise-map {
  margin:0 -10px;
}*/
.contwise-map iframe {
  border:0;
  background:#fff;  
}
.col3item .content-map iframe {
  height:305px;
}
.content-map,
.contwise-map {
  position:relative;
  padding-top:30px;
}
.content-map iframe {
  border:0;
  height:400px;
}
.content-map .map-overlay,
.contwise-map .map-overlay {
  color: transparent;
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.quickboxes {
  margin:0 -10px;
}
.quickboxes .box {
  position:relative;
  min-height:335px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.quickboxes .box .box-background {
  background-color:#fff;
  background-repeat:no-repeat;
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  opacity:.9;
  background-position:center;
  background-size:cover;
}
.quickboxes .box .box-background.contain {
  background-size:contain;
}
.quickboxes .box .box-content {
  position:relative;
  color:#7fa533;
  text-align:center;
}
.quickboxes .box.green .box-content {
  color:#fff;  
}
.quickboxes .box .box-content a {
  color:#7fa533;
}
.quickboxes .box.green .box-content a {
  color:#fff;
}
.quickboxes .box.green .box-background{
  background-color:#7fa533;
}
.quickboxes .box .box-title {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 2.667rem;
    line-height:3rem;
    padding:20px 0;
}
.quickboxes .box .box-text {
  padding-bottom:20px;
}
.quickboxes .box .box-button,
.quickboxes .box .box-button-big,
.product-button {
    max-width: 100%;
    background: url(../images/bg-teaser-green.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    padding: 10px;
    display:inline-block;
    position:relative;
    margin-bottom:20px;
}
.quickboxes .box.green .box-button,
.quickboxes .box.green .box-button-big {
  background: url(../images/bg-teaser.png) no-repeat center;
  background-size: 100% 100%;
}
.quickboxes .box .box-button-big {
  font-size:2rem;
  line-height:2.2rem;
  max-width:90%;  
  margin-bottom: 0;
    padding: 35px;
}
.quickboxes .box .box-button:hover,
.quickboxes .box .box-button-big:hover {
  text-decoration:none;
}
.numberboxes {
  margin:0 -10px;
}
.numberboxes .box {
  position:relative;
  overflow:hidden;
  min-height:150px;
  color:#fff;
  text-decoration:none;
  display:block;
}
.numberboxes .box .box-hover {
  height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover!important;
    top: 0;
    left: 0;
    z-index: 1;
}
.numberboxes .box .box-background {
    position: absolute;
    z-index: 5;
    color: rgba(255,255,255,.3);
    font-size: 150px;
    line-height: 180px;
    top: -30px;
    left: 0px;
    border: 20px solid;
    border-radius: 300px;
    height: 250px;
    width: 250px;
    text-align: center;
    font-weight: bold;
}
.noNumbers .numberboxes .box .box-background {
  display:none;
}
.numberboxes .boxContainer5 .box .box-background {
  font-size: 300px;
    line-height: 360px;
    border-radius: 600px;
    height: 500px;
    width: 500px;
    top: -120px;
    border: 30px solid;
}
.numberboxes .boxContainer4 .box {
  width:50%;  
}
.numberboxes .boxContainer4 {
  position:relative;  
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:stretch;
}
.numberboxes .box .box-content {
  position:relative;
  z-index:10;
  font-style: italic;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 5px;
}
.numberboxes .box .box-teaser,
.numberboxes .box .box-button {
  display:none;
}
.gridboxes {
  margin:0 -10px;
  background:#7fa533;
  flex-wrap:wrap;
}
.gridboxes a {
  color:#fff;
  text-decoration:none;
  display:block;
  width:50%;
  padding:30px 15px;
  text-align:center;
  border-bottom:3px solid #fff;
  border-right:3px solid #fff;
}
.gridboxes a:nth-of-type(even) {
  border-right:0;  
}
.gridboxes a img {
  max-width:35px;
}
.gridboxes .gridbox-title {
  font-size:32px;
  line-height:35px;
  text-transform:uppercase;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  padding:25px 0;
}
/* INFOPOINS */
.gridboxes-infopoints {
  margin:0 -10px;
  background:#7fa533;
  flex-wrap:wrap;
}
.gridboxes-infopoints a {
  color:#fff;
  text-decoration:none;
  display:block;
  width:50%;
  padding:30px 15px;
  text-align:center;
  border-bottom:3px solid #fff;
  border-right:3px solid #fff;
}
.gridboxes-infopoints a:nth-of-type(even) {
  border-right:0;  
}
.gridboxes-infopoints a:nth-of-type(7){
    border-right: 0;
  width:100%;
}
.gridboxes-infopoints a img {
  max-width:35px;
}
.gridboxes-infopoints .gridbox-infopoints-title {
  font-size:22px;
  line-height:35px;
  text-transform:uppercase;
  /*padding:25px 0;*/
  font-weight: 800;
}
  
}

.detailbar,
.greyLabel {
  background:#ececec;
}
/****************************************
 **************** Layout ****************
 ****************************************/
.slick-slide {
  height:auto;
}
.text-shadow,
.slickSliderContent {
  text-shadow: 2px 2px 3px #303030;
}
#invisible {
  display:none;
}
#main {
  padding:0 10px;
}
#clickpath {
   padding:30px 0;
   max-width:1190px;
   margin:auto;   
}
.clickpath {
  padding:0;
  margin:0;
  text-align:center;
}
.clickpath li {
  display:inline-block;
  font-weight:300;
  font-style:italic;
  padding-right:15px;
}
.clickpath li:last-child,
.clickpath li:last-child a {
  padding-right:0;
}
.clickpath a {
  color:#020202;
  padding-right:15px;
}
.clickpath .current a {
  color:#7fa533;
  font-style:normal;
}
.textContainer,
.text2col {
  font-weight:300;
  padding-bottom:20px;
}
.text2col .section-content {
  text-align:left;
}
.col2wrap,
.content-gallery {
  padding:2rem 10px;
  max-width:1190px;
  margin:auto;
}
.content-gallery  {
  padding:2rem 5px;
}
.col2item {
  padding-bottom:2rem;
}
.col2item .textContainer .section-header {
  text-align:left;
  padding:0 0 2.5rem;
  text-transform:none;
}
.col2item .textContainer .section-header span:after {
  margin:0;
}
.col2item .textContainer .section-content {
  text-align:left;
  padding:0;
}
.col3wrap {
  flex-wrap:wrap;
  justify-content:space-between;
}
.event-overview .col3wrap {
  justify-content:flex-start;
  }
.col3item {
  width: 100%;
  padding:10px;
}
.col3item .acButton {
  margin-top:10px;
}
.col3item .galleryItems a {
  width:100%;
  padding:0;
}
.galleryItems.col5 a {
  width:50%;
}
.acContent .col3item .galleryItems {
  margin:0;
  padding:0;
}
.image-item {
  margin:0 -10px;
  padding:30px 0;
}
.col2item .image-item a {
  font-size:0;
}
.col2item .image-item img {
  width:50%;
}
.galleryItems.image-item img {
  width:100%;
}
.galleryItems.image-item a:hover {
  text-decoration:none;
}
.galleryItems.image-item span {
  display: block;
    color: #000;
    position: relative;
    font-size: .8rem;
    font-weight: normal;
    font-style: italic;
    text-align:center;
}
.galleryItems {
  flex-wrap:wrap;
}
.galleryItems a {
  padding:5px;
}
.col2item .image-item > a:nth-of-type(3n) img {
  width:100%;
}
img.download-pdf {
  max-width:40px;
  /*position:absolute;
  top:0;
  left:0;*/
}
.detailbar,
.greyLabel {
  padding:10px;
  margin-top:15px;
  line-height:30px;
}
.detailbar-icon {
  max-width:30px;
  margin-right:10px;
}
.detailbar-content {
  padding:10px 20px;
}
.detailbar-content > a {
  margin-bottom:10px;
}
.detailbar-content.download a,
.eventbox .content.download a {
  padding-left:50px;
  position:relative;
  display:block;
  color:#020202;
  font-weight:bold;
  padding-bottom:5px;
  min-height:40px;
}
.detailbar-content.download a img,
.eventbox .content.download a img {
  position:absolute;
  left:0;
  top:0;
}
.detailbar-content.info {
  width:100%;
}
.detailbar-content > div > div {
  width:60%;
  padding:5px;
}
.detailbar-content .info-label,
.detailbar-content .kontakt-label {
  font-weight:bold;
  width:40%;
  padding-right:10px;
}
/***** navigation *****/
#mainNavi {
  display:none;
    position: fixed;
    top: 90px;
    z-index: 15;
    left: 0;
    width: 100%;
    background:rgba(127,164,51,.9);
    min-height:-webkit-calc( 100vh - 90px );
    min-height:-moz-calc( 100vh - 90px );
    min-height:calc( 100vh - 90px );
}
#mainNavi.opened {
  display:block;
}
#mainNavi a {
  color:#fff;
  text-decoration:none;
}
#mainNavi > ul.nav-bar {
  max-width:1170px;
  margin:auto;
  list-style-type:none;
  padding:0;
}
#mainNavi > ul.nav-bar > li {
  flex:1;
  text-align:center;
}
#mainNavi > ul.nav-bar > li > a {
  border:1px solid #fff;
  display:block;
  width:100%;
  font-family:'Open Sans Condensed', Arial, sans-serif;
  text-transform:uppercase;
  font-size:32px;
  line-height:42px;
  padding:10px;
}
#mainNavi .dropdown .dropdown-menu {
  padding: 15px 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size:1.111rem;
    max-height: -webkit-calc(100vh - 250px);
    max-height: -moz-calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    overflow: auto;
}
#mainNavi > ul.nav-bar > li:last-child .dropdown-menu {
  left: auto;
    right: 0;
}
#mainNavi > ul.nav-bar > li.active > a,
#mainNavi > ul.nav-bar > li:hover > a {
  background:rgba(0,0,0,.6);
}
#mainNavi .dropdown:hover > .dropdown-menu {
  display:block;  
}
#mainNavi .dropdown-menu > li > a:hover,
#mainNavi .dropdown-menu > li > a:focus {
  background:rgba(255,255,255,.4);
}
#mainNavi .dropdown .dropdown-menu a {
  position:relative;
  padding-left:40px;
}
#mainNavi .dropdown .dropdown-menu a:before {
  content:"";
  display:block;
  position:absolute;
  left:0;
  top:9px;
  width:18px;
  height:18px;
  border-right:2px solid #2f3d16;
  border-bottom:2px solid #2f3d16;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);  
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown-menu > li {
  padding:3px 0;
}
.langNavi {
  max-width:1170px;
  width:100%;
  margin:auto;
  list-style-type:none;
  justify-content:flex-end;
  align-items:center;
  font-size:20px;
}
.langNavi > li {
  padding:20px 10px;
  text-transform:uppercase;
}
.langNavi > li:first-child {
  padding-right:0;
}
.langNavi > li:first-child:after {
  /* content:"|";
   color:#fff; */
  padding-left:10px;
}
.langIcon img {
  max-width:55px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: rgba(255,255,255,.4);
}
.tx-wc-forecast > .flexContainer{
  flex-wrap:wrap;
}
.forecastBox {
  width:100%;
  padding:15px;
  background:#7fa433;
  color:#fff;
  margin-bottom:20px;
}
/* FOOTER */
/*#footer {
  background-size:cover;
  background-position:top
}*/
.footer {
  background:url(../images/footer-bg.png) no-repeat bottom center;
  background-size:auto 380px;
  background-position-y:25px;
}
.footer > div.flexContainer {
  flex-wrap:wrap;
  max-width:1800px;
  margin:auto;
}
.footer {  
  flex-wrap:wrap;
}
.footer-colLeft,
.footer-colRight {
  flex-wrap:wrap;
}
#facebook,
#service {
  display:none;
}
.footer-colLeft,
.footer-colRight,
#contact,
#schedule {
  width:100%;
}
#partner {
  padding:20px 10px;
  display:none;
}
#schedule {
  padding: 10px;
}
#schedule .newsletter {
  position:relative;
}
#schedule .newsletter input[type=text] {
  font-size:0.778rem;
  padding: 5px 50px 5px 5px;
  border:1px solid #fff;
  width:100%;
  color:#7fa533;
}
#schedule .newsletter input[type=submit] {
  color:#fff;
  background:#7fa533;
  border:1px solid #fff;
  position:absolute;
  top:0;
  right:0;
  padding:5px;
  width:30px;
  font-size:35px;
} 
#schedule .newsletter ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #7fa533;
}
#schedule .newsletter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #7fa533;
   opacity:  1;
}
#schedule .newsletter ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7fa533;
   opacity:  1;
}
#schedule .newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #7fa533;
}
#schedule .newsletter :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #7fa533;
}
.schedule {
  padding-bottom:70px;
}
.iframe-container {
  display: block;
    width: 100%;
    text-align: center;
}
#main .iframe-container iframe {
  width:100%!important;
}
#main .iframe-container p iframe {
  width:100%;
  height:800px;
  border:1px solid #000;
}
.schedule .footer-title {
  color:#050404;
}
.service-links img {
  max-width:30px;
}
.service-links a {
  display:block;
  margin-bottom:10px;
  background:#fff;
  padding:5px 10px;
  color:#7fa533;
  text-decoration:none;
}
.service-links a:last-child {
  margin-bottom:0;
}
.service-links a:hover {
  background:#b9ce2f;
  color:#fff;
}
.service-links a:hover .hover {
  display:inline;  
}
.service-links a .hover,
.service-links a:hover .default  {
  display:none;
}
.social-media a {
  display:flex;
  padding: 2px 10px;
}
.social-media a span {
  padding: 5px 10px;
}
.footerNavi {
  justify-content:space-between;
  align-items:center;
  background:#7fa533;
}
.footerNavi .naviItem {
  padding:10px 10px 10px 0;
  text-align:center;
}
.footerNavi .naviItem img {
  max-width:25px;
  margin:0 10px;
}
.footerNavi .naviItem a {
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  display:block;
  font-size:18px;
}
h3.footer-title {
  color:#fff;
  font-family:'Open Sans Condensed', Arial, sans-serif;
  font-size:2.007rem;
  padding-bottom:15px;
  
}

h3.footer-title a {
  color:#fff;
}

.contact {
  background:#7fa533;
  color:#fff;
  padding:10px 20px;
  position:relative;
}
.contact h4 {
  text-transform:uppercase;
}
.contact h4,
.contact a {
  color:#fff;
}
.contact .content-box > div {
  padding-bottom:15px;
}
.contact:after {
  width:60px;
  height:50px;
  display:block;
  content:"";
  background:url(../images/new-user.svg) no-repeat center #fff;
  background-size:35px;
  position:absolute;
  top:0;
  right:0;
}
.contact-icons {
  padding:20px 0 10px;
  margin:0 -10px;
}
.contact-icons img {
  max-width:30px;
}
.contact-icons > a {
  padding:5px;
  flex:1;
}
.partnerIcons {
  justify-content:space-between;
}
.partnerIcons img {
  height:60px;
  padding:3px;
}
.partnerIcons {
    flex-wrap:wrap;    
    justify-content:center;
  }
#partner-footer {
  padding:20px 10px;
}

/* Accordion */
.accordion {
  padding:10px;
  max-width:1000px;
  margin:auto;
}
.acHeader {
  color:#fff;
  padding:15px 55px 15px 15px;
  background:#7fa433;
  position:relative;  
  cursor:pointer;
}
.acHeader.opened + .acContent{
  display:block;
}
.acHeader.opened:after {
  -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.acHeader:after {
  content:"▼";
  position:absolute;
  top:0;
  right:0;
  display:block;
  height:100%;
  width:55px;
  text-align:center;
  line-height:-webkit-calc( 1rem + 37px );
  line-height:-moz-calc( 1rem + 37px );
  line-height:calc( 1rem + 37px );
  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.acContent {
  display:none;
  padding-top:20px;
}
.acContent .galleryItems {
  margin:0 -10px;
}
.acButton {
  display:inline-block;
  max-width: 100%;
    background: url(../images/bg-teaser-green.png) no-repeat center;
    background-size: 100% 100%;
    color: #7fa433!important;
    padding: 10px;
    display:inline-block;
    position:relative;
    margin-bottom:20px;
    text-decoration:none!important;
}
.acContent .sectionUse {
  flex-wrap:wrap;
}
.acContent .sectionUse > div {
  width:100%;
  padding-bottom:20px;
}
.kesearch_searchbox .kesearchbox {
  max-width:500px;
  width:100%;
  margin:auto;
}
.kesearchbox #ke_search_sword {
  width:100%;
  border:1px solid #0c0b0b;
  color:#0c0b0b;
  border-radius:0;
  position:relative;
  top:0;
  left:0;
}
.kesearchbox  #kesearch_submit {
  left:auto;
  right:6px;
  top:7px;
}
.result-number {
  color:#7fa433;
}
.tx-kesearch-pi1 #kesearch_num_results {
  width:100%;
  text-align:center;
  float:none;
  max-width:none;
}
/* Powermail */
.tx-powermail {
  padding: 2.5rem 0;
    max-width: 1150px;
    margin: auto;
}
.tx-powermail .container-fluid {
  padding:0;
}
.tx-powermail h3 {
  text-align:center;
}
.powermail_legend {
  display:none;
}
.powermail_label {
  width:100%;
  text-align:center;
  margin-bottom:0;
}
.powermail_fieldwrap {
  padding:10px 0;
}
.powermail_field {
  text-align:center;
}
.powermail_field .radio {
  display:inline-block;
  margin:5px 10px;
}
.powermail_radio,
.powermail_checkbox {
  display:none;
}
.radio_label {
  background:url(../images/radio.png) no-repeat;
  background-size:.8rem;
  background-position:2px 5px;
}
.powermail_radio:checked + .radio_label{
  color:#7fa433;
  background:url(../images/radio-active.png) no-repeat;
  background-size:.8rem;
  background-position:2px 5px;
}
.check_label {
  background:url(../images/check.png) no-repeat;
  background-size:.9rem;
  background-position:2px 5px;
}
.powermail_checkbox:checked + .check_label{
  color:#7fa433;
  background:url(../images/check-active.png) no-repeat;
  background-size:.9rem;
  background-position:2px 5px;
}
.powermail_input,
.powermail_textarea,
.powermail_select {
  padding:5px;
  width:100%;
  max-width:550px;
  text-align:center;
  text-align-last:center;
  -ms-text-align-last:center;
}
.powermail_fieldwrap.layout1 {
  display:none;
}
.powermail_submit,
.powermail_submit:hover {
  max-width: 100%;
    background: url(../images/bg-teaser-green.png) no-repeat center;
    background-size: 100% 100%;
    color: #7fa533;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    border:0;
    border-radius:0;
    font-size:1rem;
}
/* NEWS */
.news-list-view .article {
  padding-bottom:20px;
  text-align:left;
}
.news-list-view .article .header {
  font-family:'Open Sans Condensed', Arial, sans-serif;
  padding-bottom:20px;
}
.news-list-view .article .header a {
  color:#020202;
  text-decoration:none;
  font-size:2rem;
}
.news-list-view .more,
.news-backlink-wrap a {
  max-width: 100%;
    background: url(../images/bg-teaser-green.png) no-repeat center;
    background-size: 100% 100%;
    color: #7fa533;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.news-single .news-footer {
  padding-bottom:20px;
  color:#7fa433;
}

/* Events */
.events-list,
.events-list .eventContainer {
  flex-wrap:wrap;
}
.events-list .event-large {
  min-height:300px;
}
.events-list .event-large:hover {
  text-decoration:none;
}
.events-list .event-large,
.events-list .eventbox {
  width:100%;
}
.events-list .eventbox {
  align-items:center;
}
.events-list .eventbox:nth-of-type(even) .eventImage {
  order:2;
}
.events-list .eventContainer {
  background:#7fa533;
  color:#fff;
  text-align:center;
}
.events-list .eventContainer a {
  color:#fff;
}
.events-list .eventContainer a:hover {
  text-decoration:none;
}
.events-list .event-large {
    background: url(../images/event-bg.jpg);
    background-size: cover;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.events-list  .event-large span {
  max-width: 85%;
  font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/bg-teaser.png) no-repeat center;
    background-size: 100% 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    line-height: 2.4rem;
}
.events-list .eventImage,
.events-list .eventContent {
  width:50%;
}
.events-list .eventDate {
  font-size:1.667rem;
  line-height:2rem;
  padding-bottom:15px;
}
.events-list .eventTitle {
  font-size:1.556rem;
  line-height:1.8rem;
}
.events-list .eventLocation {
  padding-bottom:20px;
}
.events-list .eventMore {
  max-width: 100%;
    background: url(../images/bg-teaser.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: relative;
}
.events-list .eventTitle {
  padding-bottom:5px;
}
/* Events Detail */
#signup a{
    max-width: 100%;
    background: url(../images/bg-teaser-green.png) no-repeat center;
    background-size: 100% 100%;
    color: #7fa433;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    cursor:pointer;
  text-decoration: none;
}
.event-detail .contwise-map {
  padding-bottom:1rem;
  margin:0;
}
.event-detail .section-header {
  text-align:left;
  text-transform:none;
  font-weight:bold;
  padding:0 0 1rem 0;
}
.event-detail .section-header span:after {
  margin:0;
}
/* Events Overview */
.event-overview .eventSearch input,
.event-overview .eventSearch select,
.categorySelect,
.searchReset{
  border:1px solid #020202;
  color:#020202;
  padding:5px 10px;
  width:100%;
  margin-bottom:10px;
  min-height:40px;
  text-align:left;
}
.searchReset {
  text-align:center;
  cursor:pointer;
  background:#A2A6A9!important;
  border-color:#A2A6A9!important;
  }
.event-overview ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#020202;
}
.event-overview :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:#020202;
     opacity:  1;
}
.event-overview ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:#020202;
     opacity:  1;
}
.event-overview :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:#020202;
}
.event-overview :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:#020202;
}
.event-overview select{
  background-image:url(../images/drop-down.png);
  background-repeat:no-repeat;
  background-position:right;
  -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;
     text-overflow:'';
     padding-right:15px;
}
.event-overview select::-ms-expand {
  display:none;
}
.eventSearch .search {
  background:url(/fileadmin/userdaten/headernavi/search.svg) no-repeat;
  background-size:auto 75%;
  background-position:97% 5px;
}
.eventSearch .hasDatepicker {
  background:url(/fileadmin/userdaten/headernavi/time.svg) no-repeat;
  background-size:auto 75%;
  background-position:97% 5px;
}
.eventSearch .formContainer {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.categoryFilter {
  display:block;
  width:100%;
  position:relative;
  margin-bottom:0;
}
.categorySelect {
  background:url(../images/plus.png) no-repeat;
  background-size:auto 75%;
  background-position:98% 5px;
  line-height:2rem;
}

.eventSearch .categoryCheck {
  display:none;
}
.eventSearch .categoriesCheck {
    border-right: 1px solid #020202;
    border-bottom: 1px solid #020202;
    border-left: 1px solid #020202;
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    top: -webkit-calc( 100% - 10px );
    top: -moz-calc( 100% - 10px );
    top: calc( 100% - 10px );
}
.eventSearch .categoriesCheck label {
  display:block;
  width:100%;
  padding:5px;
  cursor:pointer;
}
.eventSearch .categoriesCheck .categoryCheck:checked + label {
  color:#7fa433;
}
.eventSearch input[type=submit],
.searchReset {
  margin-left:auto;
  color:#fff;
  text-transform:uppercase;
  background:#7fa533;
  border-color:#7fa533;
}
.event-overview .eventImage {
  position:relative;
}
.event-overview .eventDate {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:2rem;
    line-height:2.2rem;
    text-shadow: 2px 2px 3px #303030;
    text-transform:uppercase;
    font-weight:bold;
}
.event-overview .eventDate .day {
  font-size:4.556rem;
  line-height:4.7rem;  
}
.event-overview .eventInfo h3 {
  font-size:1.556rem;
  padding-top:10px;
}
.event-overview .eventItem {
  font-size:.889rem;
}
.event-overview .eventItem:hover {
  text-decoration:none;
}
.event-overview .eventItem:hover .more,
.event-overview .eventItem:hover h3 {
  color:#7fa533;
}
.event-overview .eventItem:hover .more {
  background: url(../images/bg-teaser-green.png) no-repeat center;
    background-size: 100% 100%;
}
.event-overview .more {
  max-width: 100%;
    background: url(../images/bg-teaser-black.png) no-repeat center;
    background-size: 100% 100%;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

/* SHOP */
.tt-products #table2 td {
  padding:5px;
}
.product-button {
  color:#7fa433;
  margin:5px 0;
  border:0;
}
.product-title a {
  color:#000;
}
.tt-products {
  padding:0 10px;
  max-width:900px;
  margin:auto;
}
.product-overview {
    text-align: right;
}
.product-overview a {
    text-align: center;
    background: url(../images/bg-teaser-green.png) no-repeat center;
    background-size: 100% 100%;
    padding: 10px;
    display: inline-block;
    position: relative;
}
/*.extbase-debugger {
  display: none!important;
}*/
.basket-payment .nopadding td,
.nopadding td {
  padding:0;
}
.basketForm .title {
  color:#fff;
}
.product-border > td {
  border-bottom:1px solid #ECECEC;
}
.product-goback {
  color:#fff;
  background:#7fa433;
  border:0;
  padding:5px;
  margin-bottom:5px;
}
#fp-nav ul li a {
  color:transparent;
  width:20px;
  height:20px;
  border:2px solid #fff;
  border-radius:15px;
  margin:10px 0;
  cursor:pointer;
  display:block;
}
#fp-nav ul li.active a  {
  background:#fff;
}
#fp-nav {
  position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    background:rgba(0,0,0,.4);
    border-radius:10px;
    display:none;
}
#fp-nav ul {
  list-style-type:none;
  padding:0 10px;
}
.tt-products .list-template-image {
  width:20%;
}
.tt-products .list-template-order {
  width:25%;
  text-align:center;
}
.tt-products .list-template-spacer {
  width:15px;
}
.tt-products .list-template-content {
  width:-webkit-calc(55% - 15px);
  width:-moz-calc(55% - 15px);
  width:calc(55% - 15px);
}
.registrationFormComment {
  width:100%;
}
.order-error {
  padding:15px;
  border:2px solid #f00;
  margin-bottom:30px;
}
.table60 {
  width:70%;
}
.table20 {
  width:15%;
}
.basket-payment .title {
  color:#fff;
}
.basket-payment td,
.basketForm td,
.registrationForm td {
  padding:10px 0;
}
.registrationForm input,
.registrationForm textarea {
  max-width:600px;
  width:100%;
}
.registrationForm input[type=checkbox] {
  width:30px;
}
#tt-products-list-1-color {
  width:100%;
  
}
.italic {
  font-style:italic;
}
.scroll-down {
  position: fixed;
    top: 80vh;
    width: 100%;
    font-size: 150px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    color: #fff;   
    animation-name: example;
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    max-width:110px;
    left: -webkit-calc( 50% - 55px );
  left: -moz-calc( 50% - 55px );
  left: calc( 50% - 55px );
}
.scroll-down span {
  height:75px;
  width:75px;
  border-bottom:3px solid #fff;
  border-right:3px solid #fff;
  display:inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@keyframes example {
    0%   {top: 80vh;}
    10%  {top: 82vh;}
    20%  {top: 80vh;}
    30%  {top: 83vh;}
    40%  {top: 79vh;}
    50%  {top: 80vh;}
    100% {top: 80vh;}
}
.videocontrol img {
  max-width:35px;
  }
.videocontrolwrap > div {
  display:inline-block;
}
/****************************************
 ************** responsive **************
 ****************************************/

@media screen and (min-width: 480px) {
  .gridboxes a img, .gridboxes-infopoints a img {
    max-width:100%;
  }
  #home .slickHeaderWrap {
    min-height:290px;
  }
  .galleryItems a {
    width:50%;
  }
  .galleryItems.col5 a {
    width:20%;
  }
  .tx-wc-forecast > .flexContainer {
    justify-content:space-between;
  }
  .forecastBox {
    width:48%;
  }
  .event-overview .eventSearch input, .event-overview .eventSearch select, .searchReset {
    width:-webkit-calc( 50% - 10px );
    width:-moz-calc( 50% - 10px );
    width:calc( 50% - 10px );
  }
}
@media screen and (min-width: 600px) {
  .slickSliderContent {        
    left:25px;
    bottom:60px;
  }
  .slickSliderContent > div {
    padding:25px;
    max-width:300px;
  }
  .slickSliderHeadline {
    font-size: 30px;
      line-height: 35px;
  }
  .slickSliderTeaser {
      font-size: 22px;
      line-height: 30px;
  }
  .quickboxes {
    display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap:wrap;
  }
  .quickboxes .box {
    width:50%;
  }
  #home .slickHeaderWrap {
    min-height:365px;
  }
  .galleryItems a {
    width:33.333%;
  }
  .acContent .sectionUse > div {
    width:65%;
  }
  .acContent .sectionUse > div:first-child {
    width:35%;
    padding-right:20px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size:16px;
  }
  #main {
    padding:0;
  }
  .quickboxes {
    margin:0;
    padding-bottom:3rem;
  }
  .section-map,
  .section-quickbox .section-header,
  .section-numbered .section-header,
  .section-karteinfopoints{
    text-shadow: 2px 2px 3px #303030;
  }
  .section-karteinfopoints .section-content {
    text-align:left;
  }
  .karteinfopoints { background:none; }
  .section-quickbox .section-header span:after,
  .section-numbered .section-header span:after {
    -webkit-box-shadow: 2px 2px 3px 0 #303030;
      box-shadow: 2px 2px 3px 0 #303030;
  }
  .section-numbered > .background {
    padding: 0 15px 50px;
  }
  .numberboxes {
    margin:0;
    display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1200px;
      margin: auto;
      flex-wrap:wrap;
  }
  .numberboxes .box {
    min-height:335px;
  }
  .numberboxes .box:nth-of-type(1),
  .numberboxes .box:nth-of-type(2) {
    margin-bottom:30px;
  }  
  .numberboxes .boxContainer4 {
    width:100%;
  }  
  .numberboxes .boxContainer4 .box {
    width:-moz-calc(50% - 15px);
    width:-webkit-calc(50% - 15px);
    width:calc(50% - 15px);
  }
  .content-numbered .numberboxes .boxContainer4 .box {
    width:-moz-calc(33.333% - 15px);
    width:-webkit-calc(33.333% - 15px);
    width:calc(33.333% - 15px);
    margin-bottom:30px;
    margin-right:22px;
  }
  .content-numbered .numberboxes .boxContainer4 .box:nth-of-type(3n) {
    margin-right:0;
  }
  .content-numbered .numberboxes .boxContainer4 .box.col2box {
    width:-moz-calc(50% - 15px);
    width:-webkit-calc(50% - 15px);
    width:calc(50% - 15px);
    margin-right:15px;
    margin-left:0;
  }
  .content-numbered .numberboxes .boxContainer4 .box.col2box:nth-child(2n) {
    margin-right:0;
    margin-left:15px;
  }
  .numberboxes .boxContainer5 {
    width:100%;
    padding-top:20px;
  }
  .numberboxes .boxContainer5 .box {
    height:100%;
  }
  .numberboxes .boxContainer5 .box .box-background {
    font-size: 900px;
      line-height: 900px;
      border: 0;
      width: 500px;
      height: 900px;
      top: -140px;
  }
  .numberboxes .box .box-background {
    font-size: 450px;
      line-height: 500px;
      border: 50px solid;
      width: 650px;
      height: 650px;
      top: -130px;
      border-radius: 500px;
  }
  .numberboxes .box .box-content {
    position: relative;
      top: 0;
      left: 0;
      bottom: auto;
      padding:55px 25px 30px;
  }
  .numberboxes .box .box-title {
    font-size:28px;
    line-height:35px;
    padding-bottom:25px;
  }
  .numberboxes .box .box-teaser {
    display:block;
    font-style:none;
    font-weight:300;
  }
  .numberboxes .box .box-button {
    margin-top:15px;
    font-size:16px;
    font-style:none;
    font-weight:300;
    background: url(../images/bg-teaser.png) no-repeat center;
      background-size: 100% 100%;
      color: #fff;
      padding: 10px;
      display:inline-block;
      position:relative;
      margin-bottom:20px;
  }
  .numberboxes .box:hover .box-hover{
    display:block;
  }
  .numberboxes .box .box-hover {
    display:none;
  }
  .numberboxes .box .box-hover-green{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(127,165,51,.9);
  }

  .content-numbered .numberboxes .box .box-teaser,
  .content-numbered .numberboxes .box .box-button,
  .content-numbered .numberboxes .box:hover .box-hover  {
    display:none;
  }
  .content-numbered .numberboxes .box .box-content {
    top:60%;
  }
  .content-numbered .numberboxes .box:hover .box-content {
    top:0;
  }
  .content-numbered .numberboxes .box:hover .box-teaser,
  .content-numbered .numberboxes .box .box-hover {
    display:block;
  }
  .content-numbered .numberboxes .box:hover .box-button {
    display:inline-block;
  }
  
  .gridboxes {
    background:transparent;
    padding-bottom:60px;
    max-width:1170px;
    margin:auto;
  }
  .gridboxes a {
    width:33.333%;
    border:0;
    border-bottom:6px solid #7fa533;
    border-right:6px solid #7fa533;
  }
  .gridboxes a:nth-last-of-type(1),
  .gridboxes a:nth-last-of-type(2),
  .gridboxes a:nth-last-of-type(3) {
    border-bottom:0;
  }  
  .gridboxes a:nth-of-type(even) {
    border-right:6px solid #7fa533;
  }
  .gridboxes a:nth-of-type(3n) {
    border-right:0;
  }
  .gridboxes a:hover {
    background:#7fa533;
  }
/* INFOPOINTS */
  .gridboxes-infopoints {
    background:transparent;
    padding-bottom:60px;
    max-width:1170px;
    margin:auto;
  }
  .gridboxes-infopoints a {
    width:25%;
    border:0;
    border-bottom:6px solid #7fa533;
    border-right:6px solid #7fa533;
  }
  .gridboxes-infopoints a:nth-of-type(7){
    border-right: 0;
    width:25%;
  }
  .gridboxes-infopoints a:nth-of-type(2) {
    width:50%;
  }
  .gridboxes-infopoints a:nth-last-of-type(1),
  .gridboxes-infopoints a:nth-last-of-type(2),
  .gridboxes-infopoints a:nth-last-of-type(3),
  .gridboxes-infopoints a:nth-last-of-type(4) {
    border-bottom:0;
  }  
  .gridboxes-infopoints a:nth-of-type(even) {
    border-right:6px solid #7fa533;
  }
  .gridboxes-infopoints a:nth-of-type(3), 
  .gridboxes-infopoints a:nth-of-type(7) {
    border-right:0;
  }
  .gridboxes-infopoints a:hover {
    background:#7fa533;
  }
  .gridboxes-infopoints .gridbox-infopoints-title {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    background: none;
    padding: 0;
    text-align: center;
    background: transparent url(../images/np_oetztal_infopoints_icon.png) no-repeat center 15px;
    padding-top: 100px;
  }
  .gridboxes-infopoints .gridbox-infopoints-subtitle {
    font-size: 0.9em;
    margin-top: 15px;
  }

  .section-content {
    padding-left:10px;
    padding-right:10px;
  }
  .background .section-header,
  .background .section-content {
    color:#fff;
  }
  .background .section-header span:after {
    background:#fff;
  }
  #clickpath {
    padding:50px 10px 30px;
  }
  .contwise-map {
    padding-bottom:2rem;
  }
  .contwise-map iframe {
    height:570px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
  }
  .content-map iframe {
    height:570px;
  }
    .flexContainer768 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .col2item {
        width: 50%;
        padding-bottom:0;
        padding-right:20px;
    }
    .event-detail .col2item {
      padding-right:40px;
    }
    .col2item.last {
      padding-right:0;
      padding-left:20px;
    }
    .event-detail .col2item.last {
      padding-right:0;
      padding-left:40px;
    }
  .col2wrap,
  .content-gallery {
    padding:20px 10px;
    max-width:1190px;    
  }    

    #main .csc-sitemap {
        max-width: 50%;
    }

    #sitemap {
        display: block;
        flex-grow: 2;
        padding-right: 20px;
    }

    #sitemap ul {
        padding: 0;
    }

    #sitemap ul ul {
        padding-left: 20px;
    }

    #sitemap ul ul ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: flex-start;
    }

    #sitemap ul ul ul li {
        padding-right: 10px;
    }

    #contact {
        flex-grow: 1;
    }

    #metaNavi ul li {
        padding-left: 10px;
    }
  .image-item {
    margin: 0;
    font-size:0;
  }
  .image-item img {
    width:33.333%;
  }    
  .text2col .section-content {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      max-width:1000px;
  }
  #home .slickHeaderWrap {
    min-height:400px;
  }
  .footer {
    background-size:auto 460px;
  }
  .footerNavi {
    justify-content:space-around;
  }
  .forecastBox {
    width:24%;
  }
  .news-list-view .article .news-img-wrap {
    width:50%;
    flex:none;
  }
  .news-list-view .article > div {
    flex:1;
  }  
  .event-overview .eventSearch input,
  .event-overview .eventSearch select {
    width:-webkit-calc( 25% - 10px );
    width:-moz-calc( 25% - 10px );
    width:calc( 25% - 10px );
  }
.searchReset {
  width:26%;
  }
  .categorySelect {
    background-position:99% 5px;
  }
  .section-map {
    background:url(/uploads/pics/naturpark_oetztal_bergsee.jpg) no-repeat center;
    background:url(../images/pflanze_section_map.jpg) no-repeat center;
    background-size:cover;
  }
  .section-karteinfopoints {
    background:url(../images/zirbenwald_np_oetztal_r_muehlthaler-min.jpg) no-repeat center;
    background-size:cover;
  }
  .section-quickbox {
    background:url(/uploads/pics/melitaea_diamina_gries_peter_stoeckl.jpg) no-repeat center;
    background-size:cover;
  }
  .section-numbered {
    background:url(/uploads/pics/boloria_selene_stabele_peter_stoeckl.jpg) no-repeat center;
    background-size:cover;
  }
  .section-gridbox {
    background:url(/uploads/pics/blumen_naturpark_oetztal.jpg) no-repeat center;
    background-size:cover;
  }
  .section-footer {
    background-image:url(/uploads/pics/landschaft_berge_np_oetztal.jpg);
    background-size:cover;
  }
  .section-numbered .boxContainer4 .box {
    margin-right:15px;
  }
  .section-numbered .boxContainer4 .box:nth-of-type(2n) {
    margin-right:0;
    margin-left:15px;
  }  
  .basket-payment td,
  .basketForm td,
  .registrationForm td {
    padding:10px;
  }
  .partnerIcons img {
    height:50px;
  }
}
@media screen and (min-width: 850px) {
  .events-list .eventbox {
    width:50%;
  }
  .events-list .eventbox:nth-last-of-type(2) .eventImage,
  .events-list .eventbox:last-child .eventImage,
  .events-list .eventbox .eventContent {
    order:2;
  }
  .events-list .eventbox .eventImage,
  .events-list .eventbox:nth-last-of-type(2) .eventContent,
  .events-list .eventbox:last-child .eventContent {
    order:1;
  }
}
/*
@media screen and (min-width: 992px) {
  .gridboxes-infopoints .gridbox-infopoints-title {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 0 0 70px;
    font-weight: 700;
    text-align: left;
    background: transparent url(../images/np_oetztal_infopoints_icon.png) no-repeat left top;
    min-height: 80px;
    max-width: 220px;
    margin: 0 auto;
  }
}
*/
@media screen and (min-width: 1024px) {
  html {
    font-size:18px;
  }
  .naviContainer {
    position: fixed;
    width:100%;    
  }
    #naviWrap {        
        width:100%;
        height:100%;
        max-height:90px;
        max-width:1190px;
        margin:auto;
    }
    #mobileNaviTriggerWrap {
        display: none;
    }
    #logo {
        flex-grow: 1;
        max-width:135px;
    }
    #headerNavi {
      display:block;
    }
    .slickHeaderSlider {
      padding-top:90px;
    }    
    .quickboxes .box {
    width:33.333%;
  }
  #home .slickHeaderWrap {
    min-height:470px;
  }
  .footer {
    background-size:100%;
  }
  .galleryItems a {
    padding:10px;
  }
  #schedule .newsletter input[type=text] {
    font-size:24px;
    line-height:33px;
    padding:20px 75px 20px 20px;
  }
  #schedule .newsletter input[type=submit] {
    height:75px;
    width:75px;
    font-size:85px;
  }
  .col3item {
        width: -webkit-calc( 33.33% - 10px);
        width: -moz-calc( 33.33% - 10px);
        width: calc( 33.33% - 10px);
        width:33.3333%;
    }
    .news-list-view .article .news-img-wrap {
    width:40%;    
  }
  .news-list-view .news-img-wrap {
    padding-right:20px;
  }  
  .footer > div.flexContainer {
    padding-bottom:45px;
  }
  .totop {
    bottom:60px;
  }
  #home .numberboxes .boxContainer4 {
    width:66.666%;
    padding:0 15px;
  }
  .numberboxes .boxContainer5 {
    width:33.333%;
    padding:0 15px;
  }
  #headerBar {
    display:block;
  }
  .slickHeaderWrap {
    padding-top:90px;
  }
.searchReset {
  margin-left:auto;
  }
.eventSearch input[type=submit] {
  margin-left:15px;
  }
  .slickHeaderWrap {
    padding-top:60px;
   }
   .footerNavi {
       margin-bottom:55px;
   }
}
@media screen and (min-width:1170px) {
  #mainNavi > ul > li > a {
    white-space: nowrap;       
  }
  #home .slickHeaderWrap {
    min-height:540px;
  }
  #contact,
  #facebook,
  #service,
  #schedule {
    flex:1;
  }
  #contact,
  #service {
    padding-right:30px;
  }
  #service {
    min-width: 240px;
  }  
  #facebook {
    min-width:360px;
  flex:none;
  width:360px!important;
  }
  #schedule {
    min-width:380px;
  }  
}
@media screen and (min-width: 1280px) {
  .slickSliderContent {
      max-width: 1170px;
      margin: auto;
      top: 30%;
      bottom: auto;
      left: 0;
      right: 0;
  }
  .slickSliderContent > div {
    padding:35px;
    max-width:420px;
  }
    .slickSliderHeadline {
      font-size:48px;
      line-height:55px;
    } 
    .slickSliderTeaser {
      font-size:30px;
      line-height:40px;
    }
    .slickHeaderWrap .slick-dots {
      /*display:block!important;*/
      background: rgba(0,0,0,.4);
      width: 36px;
      border-radius: 10px;
      top:50%;
      bottom:auto;
      right:15px;
      padding:5px 0 10px;
      transform: translateY(-25%);
    }
    .slickHeaderWrap .slick-dots li {
      background: transparent;
      border: 2px solid #fff;
      border-radius: 15px;
    }
    .slickHeaderWrap .slick-dots li.slick-active {
      background:#fff;
    }
    .slickHeaderWrap .slick-dots li button:before {
      content:"";
    }
    #home .slickHeaderWrap {
    min-height:555px;
  }  
  .section {
    padding-top:90px;
  }
  .slickHeaderSlider {
    padding-top:0;
  }
}
@media screen and (min-width: 1400px) {
  .events-list .event-large span {
    font-size: 2rem;
    max-width:65%;
  }
  .events-list .event-large {
    width:30%;
  }
  .events-list .eventContainer {
    width:70%;
  }
  /* Footer */
  .footer-colLeft,
  .footer-colRight {
    flex:1;
    padding:0 15px;
  }
  .footer > div.flexContainer {
    padding:15px;
    align-items:flex-start;
    padding-bottom:60px;
  }
  #facebook,
  #partner,
  #service {
    display:block;
  }
  #partner,
  #facebook,
  #service {
    width:100%;
  }
  #partner-footer,
  .contact-icons,
  .footerNavi,
  .contact:after {
    display:none;
  }
  #partner {
    padding:0 25px 0 0;
  }
  #schedule {
    padding:0;
  }
  .footer {
    background-size:cover;
  }
  .schedule {
    padding-bottom:0;
  }
  .schedule .footer-title {
    color:#fff;
    padding:15px 0;
  }
  .contact {
    background:none;
    padding:0;
    max-width:335px;
  }
  .contact .content-box {
    background:#fff;
    color:#7fa533;  
    padding:30px 60px 30px 30px;  
  }
  .contact .content-box {
    position:relative;
  }
  /*.contact .content-box:after {
    width:60px;
    height:50px;
    display:block;
    content:"";
    background:url(../images/new-user-white.svg) no-repeat center #7fa533;
    background-size:35px;
    position:absolute;
    top:0;
    right:0;
  }*/
  .contact h4,
  .contact a {
    color:#7fa533;
  }
  h3.footer-title {
    text-align:center;
    padding-top:15px;
  }
  .partnerIcons img {
    height:70px;
  }  
  #footer .section-header {
    color:#fff;
  }
  #footer .section-header span:after {
    background:#fff;
  }
  #service > div {
    max-width:330px;
    margin:auto;
  }
  
  
  
  .slickHeaderWrap .slick-prev,
    .slickHeaderWrap .slick-next {
      display:block!important;
    }
    .slickHeaderWrap .slick-prev:before,
    .slickHeaderWrap .slick-next:before {
      content:"";
    }
    .slickHeaderWrap .slick-prev {
      width:37px;
      height:70px;
      background:url(../images/white-left.png) no-repeat center;
      left: -webkit-calc( (50% - 585px) *.25 );
      left: -moz-calc( (50% - 585px) *.25 );
      left: calc( (50% - 585px) *.25 );
     }
    .slickHeaderWrap .slick-next {
      width:37px;
      height:70px;
      background:url(../images/white-right.png) no-repeat center;
      right: -webkit-calc( (50% - 585px) *.25 );
      right: -moz-calc( (50% - 585px) *.25 );
      right: calc( (50% - 585px) *.25 );
    }
    #home .slickHeaderWrap {
      min-height:710px;
    }   
    #schedule .newsletter {
      max-width: 380px;
      margin: auto;
  } 
}

@media screen and (min-width: 1920px) {
  .slickHeaderSlider .slickSliderSingle {
    max-height:860px;
    overflow:hidden;
  }
  .slickHeaderSlider img {
    min-width:100%;
    height:auto;
  }
  #home .slickHeaderWrap {
      min-height:850px;
    }
}
@media screen and (max-width:1400px) {
  #footer {
    background:none!important;
  }
  #fp-nav {
    display:none;
  }  
}
@media screen and (max-width: 767px) {
  .section > div:not(.footer) {
    background:#fff!important;
  }
  .footer {
    background-size:cover!important;
  }
}
@media screen and (max-width: 480px) {
  .detailbar-content > div {
    flex-wrap:wrap;
  }
  .detailbar-content > div > div {
    width:100%!important;
  }
}
@media screen and (min-width: 768px) and (max-width:1400px){
  .detailbar-content > div {
    flex-wrap:wrap;
  }
  .detailbar-content > div > div {
    width:100%!important;
  }
  #schedule > div:last-child {
    background:#7fa533;
    padding:10px;
  }
  #partner-footer {
    background:#7fa533;
    padding:10px;
  }
  #schedule,
  .footer > .flexContainer {
    background:#7fa533;
  }
}

