/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
	height: 100%;
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	overflow: hidden;
}

#wrapper .section {
	min-height: 35vh;
	position: relative;
	z-index: 1;
	color: #393939;
}
#wrapper .section.modul_start {
    padding-bottom: 11.428%;
    padding-bottom: calc(3.571% + 20px);
}

#wrapper .section .sectionInner {
	padding-top: 20px;
	padding-bottom: 0;
}

.baseSpacer {
	padding-left: 20px;
	padding-right: 20px;
}
#wrapper .section.backgroundStandard {
	z-index: 0;
}


#header,
#footer {
	padding-top: 20px;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
#footer {
	padding-bottom: 20px;
    background: #504c68;
    color: #fff;
}

#logoDach{
  position: absolute;
	width: auto;
	margin: 0;
	transition: all .3s;
  right: 35px;
  top: 25px;
  display: none;
}
#logoDach img {
	display: block;
	width: 150px;
	margin: 0 auto;
}
#logoDach picture,
#logoDach img {
	height: auto;
	width: 100%;
	display: block;
}

#logoWrap{
  position: relative;
  width: auto;
  margin: 0;
  transition: all .3s;
  float: left;
  margin-right: 5%;
  z-index: 9;
  max-width: 320px;
}
#logo {
  display: block;
  width: 150px;
}
#logo picture,
#logo img {
  height: auto;
  width: 100%;
  display: block;
}

#header {
    position: absolute;
    width: 100%;
    height: 130px;
    z-index: 2;
}
#header-slogan {
    font-size: 11px;
    z-index: 9;
    position: relative;
    padding-top: 2.5em;
}
#header-slogan * {
    text-transform: none;
    margin-top: 0;
  text-decoration: none;
}
#header-slogan > :first-child {
    margin-top: 0;
}
#header-slogan .colored {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
}

#header:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  border-bottom: 30px solid #f1dc9c;
  top: 0;
  left: 0;
}

@media (max-width: 380px) {
  #logo { width: 110px; }
  #header-slogan {
    font-size: 9px;
    padding-top: 1.9em;
  }
  #header { height: 115px; }
}

@media (max-width: 480px) {
  #footer p, #footer p span {
    font-size: 14px !important;
  }

  #footerTextLeft img {
    width: 70%;
    height: auto;
  }
}

@media (min-width: 720px) {
    #header {
        height: 180px;
    }
    #header:before {
      left: -300px;
      border-bottom: 40px solid #f1dc9c;
    }
    #logoDach {
        right: 0;
        top: 0;
      display: block;
    }
    #logoDach img {
        width: 300px;
    }

  #logoWrap {
    left: 0;
    top: 0;
  }
  #logo {
    width: 200px;
  }
    #header-slogan {
        font-size: 12px;
    }
}
@media (min-width: 960px) {
    #header {
        padding-top: 35px;
        height: 270px;
        /*border-bottom: 56px solid #f1dc9c;*/
    }
    #logoDach {
      right: 0px;
      top: -3px;
    }

    #logoDach img {
        width: auto;
    }
  #logoWrap {
    margin-right: 2.5%;
  }

  #header-slogan {
    font-size: 12px;
    padding-top: 1.2em;
    float: left;
  }
  #header-slogan .colored {
    font-size: 2.2em;
  }
  #header:before {
    border-bottom: 60px solid #f1dc9c;
    left: -455px;
  }
}
@media (min-width: 1280px) {
  #header-slogan {
    font-size: 18px;
    padding-top: 2.6em;
  }
  #header-slogan .h1 {
    margin-top: 0;
  }
  #logo {
    width: auto;
  }
}

#scrollTop {
  font-size: 2em;
  float: right;
  margin-bottom: 1em;
  background-color: #504c68;
  color: #FFF;
  position: fixed;
  top: 90vH;
  right: 10px;
  left: auto;
  z-index: 9;
  border-radius: 5px;
}
#scrollTop span {
  position: relative;
  top: -5px;
}
#scrollTop:hover { cursor: pointer; }
@media (max-width: 480px) {
  #scrollTop {
    width: 100%;
    width: calc(100% - 10px);
    left: 5px;
    right: 5px;
    text-align: center;
    top: 95vH;
  }
  #footer { padding-bottom: 90px; }
}

.navStd {
	margin: 0;
}
.navStd ul {
	text-align: center;
}
.navStd li {
	display: inline-block;
}
.navStd li + li:before {
	content: '|';
	display: inline-block;
	padding: 0 10px;
    font-size: 12px;
    top: -2px;
    position: relative;
}
.navStd a {
	color: #fff;
	text-decoration: none;
	position: relative;
    text-transform: none !important;
}
.navStd a.highlight {
	color: #504c68;
	padding: 0 10px;
}
.navStd a.highlight:after {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: -10%;
	height: 120%;
	width: 100%;
	z-index: -1;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.navStd a:hover {
	text-decoration: underline;
}
.navStd a.active {
	font-weight: bold;
}
#footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#footerText {
	padding-bottom: 20px;
	text-align: left;
}
#footerText > :first-child {
	margin-top: 0;
}
#footerText > :last-child {
	margin-bottom: 0;
}

@media (max-width: 480px) {
  #footer .nav a, #footer .nav label { font-size: 11px; }
  .navStd ul, .navStd ul li { text-align: left; }
}

@media (min-width: 960px) {
    #footer {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    #footer #footerTextLeft,
    #footer #footerTextRight {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    #footer #footerText {
        width: 50%;
        padding-left: 5%;
        padding-right: 5%;
    }
    #footer #footerTextLeft {
        width: 30%;
        padding-right: 5%;
    }
    #footer #footerTextRight {
        width: 30%;
    }

    #footer #footerTextLeft img {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 1280px) {
    #footer #footerText {
        width: 60%;
    }

    #footer #footerTextRight {
        width: 20%;
    }
}
/* TEASER */
.teaserWrap .swiper-slide {
	padding-bottom: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.teaserWrap .swiper-slide
.teaserWrap .swiper-slide .teaserVidWrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.teaserWrap .swiper-slide .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.teaserTextWrap {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	margin-bottom: 5.714%;
	line-height: 1.25;
    padding-right: 20px !important;
    background: rgba(0,85,132,0.9);
}
.teaserText {
	padding: 20px 10px;
	float: left;
}
.teaserTextWrap * {
	color: #fff;
	margin: 0;
}
.teaserTextWrap .btn.btnRaised {
	margin-top: .5em;
    width: 100%;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
}
.teaserTextWrap .teaserText .btn.btnRaised:not(:hover) {
	background: #f1dc9c;
	color: #504c68 !important;
}

#navMainTrigger {
    position: absolute;
    top: 20px;
    right: 10px;
    display:block;
    height: 60px;
    z-index: auto;
    margin-right:0;
    -webkit-transition: top .3s, right .3s, transform .3s;
    transition: top .3s, right .3s, transform .3s;
    z-index: 16;
    padding-right: 60px;
}
@media (max-width: 380px) {
  #navMainTrigger { top: 20px; }
}
@media (min-width: 960px) {
    #navMainTrigger {
        top: 30px;
        right: 25px;
    }
}
#navMainTrigger .menue {
    display: none;
    position:relative;
    line-height:60px;
    font-size: 18px;
    left: 0;
    right: 0;
    color:#504c68;
    text-transform:uppercase;
    text-align: center;
    font-weight:800;
    transition:opacity 0.3s ease;
}
#navMenuSwitch:checked ~ #header #navMainTrigger .menue {
    opacity:0;
}

#navMainTrigger .line {
    overflow:hidden;
    text-indent:-999px;
}
#navMainTrigger .line,
#navMainTrigger:after,
#navMainTrigger:before {
    opacity:1;
    background: #504c68;
    height: 8px;
    right: 5px;
    position: absolute;
    width: 50px;
    border-radius: 2px;
    transition: all .3s ease;
}
#navMainTrigger .line {
    opacity: 1;
    top: 50%;
    margin-top: -4px;
}
#navMainTrigger:after,
#navMainTrigger:before {
    content: "";
}
#navMainTrigger:before {
    bottom: 41px;
}
#navMainTrigger:after {
    bottom: 11px;
}
#navMenuSwitch:checked ~ #header #navMainTrigger .line {
    opacity: 0;
}
#navMenuSwitch:checked ~ #header #navMainTrigger:before {
    opacity:1;
    bottom: 27px;
    right:6px;
    transform: rotate(45deg);
    background: #fff;
}
#navMenuSwitch:checked ~ #header #navMainTrigger:after {
    opacity:1;
    bottom: 27px;
    right:6px;
    transform: rotate(-45deg);
    background: #fff;
}

#navMainOverlay {
    background: #fff;
    display: block;
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1;
    opacity: 0;
    -webkit-transition: width 0s .3s, opacity .3s;
    transition: width 0s .3s, opacity .3s;
}
#navMenuSwitch:checked ~ #header #navMobiWrapper {
    /*right: 0;
    -webkit-transition: right 0s;
    transition: right 0s;*/
    left:0;
    right:0;
}
#navMenuSwitch:checked ~ #header #navMainOverlay {
    width: 100%;
    opacity: .5;
    -webkit-transition: width 0s, opacity .3s;
    transition: width 0s, opacity .3s;
}

#navWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: height 0s .3s;
    transition: height 0s .3s;
    z-index: 15;
}

#navWrap .wrap {
    height: 100%;
    width: 100%;
    background: rgba(0,85,132,0.95);
    overflow: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    opacity: 0;
    padding: 130px 16px 0;
    -webkit-transition: right 0s, opacity .3s, transform 0.5s;
    transition: right 0s, opacity .3s, transform 0.5s;
    transform:scale(1.4);
    transform-origin:50% 50%;
}
#navMenuSwitch:checked ~ #header #navWrap {
    height: 100%;
    -webkit-transition: height 0s;
    transition: height 0s;
}
#navMenuSwitch:checked ~ #header #navWrap .wrap {
    right: 0;
    opacity: 1;
    transform:scale(1);
}
header #navStd li {
    display:block;
    text-align:center;
}
header #navStd .a,
header #navStd a,
#navMain a {
    font-size: 21px;
    line-height: 1;
    padding: 16px 0;
    display:block;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
/* NAV MAIN */
#navMain {
    display:block;
    margin: 0;
    padding:0;
    text-align:center;
}
#navMain a {
    color: #fff;
    font-weight: 300;
}
#navMain a.active {
    color: #fff;
    font-weight: 700;
}
#navMain .navWrap {
    height:auto !important;
}
header #navStd,
#navMain {
    margin:0 auto;
}

.teaserWrap #navMain {
  position: absolute;
  bottom: 30px;
  z-index: 9999;
  margin: 0 auto;
  width: 100%;
}

.teaserWrap #navMain li {
  background: rgba(80,76,104, 0.9);
  color: #FFF;
  display: none;
  margin: 0 5px 10px 0;
  transition: all 0.5s ease 0s;
}
.teaserWrap #navMain li:hover {
  background: rgba(223,188,30, 0.9);
}
.teaserWrap #navMain li:nth-child(2), .teaserWrap #navMain li:nth-child(3), .teaserWrap #navMain li:nth-child(4) {
  display: inline-block;
}
.teaserWrap #navMain li a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px !important;
}

@media (min-width: 640px) {
    header #navStd,
    #navMain {
        width: auto;
        margin: 0 auto;
    }

    header #navStd .a,
    header #navStd a,
    #navMain a {
        font-size: 30px;
    }

  .teaserWrap #navMain li {
    margin: 0 15px 10px 0;
  }
  .teaserWrap #navMain li a {
    padding: 10px 40px;
    font-size: 18px !important;
  }

  #wrapper .section .sectionInner {
	padding-top: 11.428%;
	padding-top: calc(3.571% + 20px);
	padding-bottom: 11.428%;
	padding-bottom: calc(3.571% + 20px);
  }
}

@media (min-width: 979px) {
  .teaserWrap #navMain li a {
    font-size: 25px !important;
  }
}

@media (max-width: 959px) {
	body.navMainOpen {
		overflow: hidden;
		height: 100%;
	}
}

@media (min-width: 640px) {
    #wrapper .section.modul_start {
        padding-bottom: 5.714%;
        padding-bottom: calc(3.571% + 40px);
    }
    #wrapper .section .sectionInner {
		padding-top: 5.714%;
		padding-top: calc(3.571% + 40px);
		padding-bottom: 5.714%;
		padding-bottom: calc(3.571% + 40px);
	}
    #wrapper .section + .section .sectionInner {
        padding-top: 0;
    }
	#header {
		padding-bottom: 0;
	}

	#logoWrap {
		float: left;
	}

	#navFtr {
		float: right;
	}

	footer .navStd ul {
		text-align: right;
	}

	.teaserWrap .swiper-slide {
		padding-bottom: 90vH;
	}
	.swiper-teaser-helper:before {
		bottom: calc(100% - 10px);
		border-bottom-width: 10px;
	}
	.swiper-teaser-helper:after {
		top: calc(100% - 10px);
		border-top-width: 10px;
	}
	.teaserWrap.swiper-container-horizontal > .swiper-pagination-bullets {
		margin-bottom: 2.857%;
	}
}
@media (min-width: 960px) {
	.baseSpacer {
		padding-left: 5%;
		padding-left: calc(5% + 20px);
		padding-right: 5%;
		padding-right: calc(5% + 20px);
	}
	#footer {
		padding-top: 40px;
	}
	#logo {
		max-width: none;
	}
	.teaserTextWrap {
		padding-right: 20px;
		margin-bottom: 0;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		margin-bottom: -5.714%;
	}
	.teaserWrap .swiper-slide {
		padding-bottom: 60%;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
	.baseSpacer {
		padding-left: 10%;
		padding-left: calc(10% + 20px);
		padding-right: 10%;
		padding-right: calc(10% + 20px);
	}
}
@media (min-width: 1920px) {
	.baseSpacer {
		padding-left: 15%;
		padding-left: calc(15% + 20px);
		padding-right: 15%;
		padding-right: calc(15% + 20px);
	}
}

/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #504c68;background:#504c68;}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #504c68;background:#504c68;color:#fff!important;display:table}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0; margin-top:-4px;}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105,175,34,.9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}

/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
    transition: height 0s .3s, opacity .3s;
    pointer-events: none;
    position: fixed;
    height: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1000;
}
.vcModal {
    overflow: auto;
}
.vcModal .article {
    margin-bottom: 0;
}
.vcModalOverlay {
    background: #fff;
    background: rgba(255,255,255,.75);
    position: fixed;
    display: block;
}

.vcModal .modalMsg {
    display: table;
    padding: 30px 30px 20px;
    height: 100%;
    width: 100%;
}
.vcModal .modalMsg .wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
    max-width: 40em;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    position: relative;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
    height: 100%;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: -20px;
    top: -20px;
    cursor: pointer;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    background: #999;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #504c68;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModalOverlay {
    height: 0 !important;
    opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
    top: auto;
    bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
    height: auto;
    max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
    padding: 90px 0 0;
    position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: '';
    background: #FFF;
    display: block;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 90px;
    height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
    padding: 15px;
    margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
    padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
    right: 15px;
    top: 15px;
}
@media (min-width: 960px) {
    .vcModalBannerBottom .vcModal .article {
        width: 83.33%;
    }
    .vcModalBannerBottom .vcModal .article > :first-child {
        padding-right: 0;
    }
}



/*
	CSS Icons
	*/
.vcCssIcon {
    position: relative;
    display: inline-block;
}
.vcCssIconCheck {
    height: 1em;
    width: .667em;
    border-right: .1875em solid #fff;
    border-bottom: .1875em solid #fff;
    transform: rotate(45deg);
    margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
    height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
    content: '';
    display: block;
    font-size: .667em;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.375em;
    margin-left: -.5em;
    transform: rotate(-45deg);
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}

.vcCssIconClose {
    height: 100%;
    width: 100%;
    display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #fff;
    display: block;
    width: 100%;
    height: .1875em;
    margin-top: -.09375em;
    margin-left: -50%;
}
.vcCssIconClose:before {
    transform: rotate(45deg);
}
.vcCssIconClose:after {
    transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
    display: none;
}
.vcPrivacyOptsLine label {
    display: block;
    font-weight: bold;
    min-height: 2em;
    padding-right: 4em;
    position: relative;
    cursor: pointer;
    float: none;
}
.vcPrivacyOptsLine label .hint {
    font-weight: normal;
    margin: 0;
    line-height: normal;
}
.vcPrivacyOptsLine label .state {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    height: 1.5em;
    box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
    background: #C00;
    border-radius: .75em;
    display: block;
    transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: -.625em;
    margin-left: -1.375em;
    border-radius: .625em;
    transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
    background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
    margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
    pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
    background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
    margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
    padding: .5em 0 0;
    display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
    margin: 0 0 0 .5em;
    transition: transform .3s;
    float: none !important;
    display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
    max-height: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
    overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
    display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
    display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
    transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
    margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
    max-height: 10000px;
    padding-top: .625em;
    transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
    animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
    padding: 0;
    margin: 0;
    font-size: .8em;
}
.vcPrivacyDefList dt {
    padding: .3125em 0 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.vcPrivacyDefList dd {
    font-weight: normal;
    text-align: left;
    padding: 0 0 .3125em;
    margin: 0;
}
.vcPrivacyDefList dt:first-child {
    padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
    padding-bottom: 0;
}

#vcPrivacySetupSubmit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
    cursor: pointer;
}

.vcPrivacyNoPermission {
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 640px) {
    .vcPrivacyDefList dt {
        clear: left;
        float: left;
        padding: .25em 0;
        width: 25%;
    }
    .vcPrivacyDefList dd {
        padding: .25em 0 .25em 20px;
        margin: 0;
        width: 75%;
        float: left;
    }
    .vcPrivacyDefList dt:first-child,
    .vcPrivacyDefList dt:first-child + dd {
        padding-top: 0;
    }
    .vcPrivacyDefList dt:nth-last-child(2),
    .vcPrivacyDefList dt:nth-last-child(2) + dd {
        padding-bottom: 0;
    }

    #vcPrivacySetupSubmit {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}
/* MODAL */
#vcModalOverlay {
	z-index: 199;
	top: 0%;
	bottom: 100%;
	height: auto;
	width: 100%;
	overflow: auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	background: #fff no-repeat 50% 50%;
	background-color: rgba(255,255,255,.5);
	-webkit-transition: opacity .2s, bottom 0s .2s;
	transition: opacity .2s, bottom 0s .2s;
}
#vcModalOverlay.loading {
	background-image: url('../img/preloader_301_dark.gif');
}

#vcModal {
    top: 0;
	bottom: 100%;
    position: fixed;
	left: 0;
	width: 100%;
    z-index: 200;
	-webkit-transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s .5s, visibility 0s .5s;
	transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s .5s, visibility 0s .5s;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#vcModalOverlay.show {
	bottom: 0;
	opacity: 1;
	-webkit-transition: opacity .2s, bottom 0s;
	transition: opacity .2s, bottom 0s;
}
#vcModal.show {
	top: 0;
	bottom: 0;
	opacity: 1;
	overflow: auto;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s, visibility 0s;
	transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s, visibility 0s;
}
#vcModal.notransition {
	-webkit-transition: none;
	transition: none;
}
#vcModal .modalMsgWrap {
	max-height: 100%;
	overflow: auto;
	width: 100%;
}

#vcModal .modalMsg {
	display: block;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	margin: 0 50px 40px 0;
	padding: 20px;
	text-align: left;
	min-height: 50px;
	position: relative;
}
#vcModal .modalMsg #content {
	margin-left: 0;
	margin-right: 0;
}
#vcModal .modalMsg .contentWrap {
	padding-left: 0;
	padding-right: 0;
	color: #393939;
}
#vcModal .modalMsg .contentWrap .article {
	padding-left: 0;
	padding-right: 0;
}
#vcModal .modalMsg .contentWrap .h1,
#vcModal .modalMsg .contentWrap h1 {
  text-align: center;
}
#vcModal .modalMsg .contentWrap .h2,
#vcModal .modalMsg .contentWrap h2 {
	text-align: left;
}
.gridWrap h2, .gridWrap .headline {
  color: #504c68 !important;
  padding: 10px 60px 10px 30px !important;
  width: auto !important;
  display: inline !important;
  margin-bottom: 10px !important;
  position: relative;
  position: 1;
  text-shadow: none !important;
  background: none !important;
}
.gridWrapInner { overflow: hidden; }
.gridWrap h2:after, .gridWrap .headline:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -20px;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skew(20deg);
  background: rgba(255,255,255, 0.9) !important;
  box-shadow: 5px 0 5px rgba(0,0,0, 0.15);
}
/*
.gridWrap h2:after, .gridWrap .headline:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-bottom: 100px solid rgba(255,255,255, 0.9);
  border-right: 100px solid transparent;
}*/

#vcModal .modalMsg .cancelBtn {
	background: #504c68;
	border: none;
	padding: 23px 13px;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 10;
	box-shadow: none;
}
#vcModal .modalMsg .cancelBtn:hover {
	background: #dfbc1e;
}
#vcModal .modalMsg .cancelBtn .line {
	text-align: left;
	text-indent: -999em;
}
#vcModal .modalMsg .cancelBtn .line,
#vcModal .modalMsg .cancelBtn .line:before {
	height: 4px;
	width: 24px;
	background: #FFF;
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#vcModal .modalMsg .cancelBtn .line:before,
#vcModal .modalMsg .cancelBtn .line:after {
	position: absolute;
	content: '';
}
#vcModal .modalMsg .cancelBtn .line:before {
	top: -10px;
}
#vcModal .modalMsg .cancelBtn .line {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#vcModal .modalMsg .cancelBtn .line:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 10px;
}
@media only screen and (min-width: 480px) {
	#vcModal .modalMsg {
		margin: 20px 70px 40px 20px;
	}
}
@media only screen and (min-width: 720px) and (min-height: 550px) {
	#vcModal .modalMsg {
		margin: 40px 90px 40px 40px;
	}
}
@media only screen and (min-width: 960px) {
	#vcModal .modalMsg {
		margin: 5% auto;
		width: 70%;
	}
	#vcModal.small .modalMsg {
		width: 45%;
	}
}
@media only screen and (min-width: 1280px) {
	#vcModal .modalMsg {
		width: 60%;
	}
	#vcModal.small .modalMsg {
		width: 33.33%;
	}
}
@media only screen and (min-width: 1440px) {
	#vcModal .modalMsg {
		width: 50%;
	}
	#vcModal.small .modalMsg {
		width: 25%;
	}
}

/* UI-Dialog */
.ui-dialog .ui-dialog-titlebar {
  color: #FFF;
  background-color: #504c68;
}
.ui-dialog .text { padding: 40px 0 15px 0; }
.ui-dialog-buttonset { text-align: center; width: 100%; }
.ui-dialog-buttonset .ui-button {
  background-color: #004c92 !important;
  color: #FFF !important;
  min-width: 150px;
  margin: 0 auto;
  border-radius: 4px;
  border: none !important;
}

#startpopup .full-width {
  width: 100% !important;
  height: auto !important;
}
#startpopup img:not(.full-width) {
  margin-top: 20px;
}
#startpopup p, #startpopup ul li {
  font-size: 80%;
}
.ui-widget-overlay {
  background: #333 !important;
  opacity: .6 !important;
}

@media only screen and (min-width: 640px) {
  .ui-dialog { width: 600px !important; }
}
@media only screen and (min-width: 960px) {
  .ui-dialog { width: 900px !important; }
}

/**
 * Swiper 5.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2020
 */

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;margin:0;padding:0;list-style:none;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;color:#504c68;border-radius:1em;width:2em;height:2em;line-height:2em;-webkit-transition: all .3s;transition: all .3s;}.swiper-button-next{margin-top:-2em;}.swiper-button-prev{margin-top:.75em;font-size:.75em;}.swiper-button-next:hover,.swiper-button-prev:hover{color: #fff;background:#72aad4 !important;	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:right;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:10px;height:10px;display:inline-block;border-radius:100%;background:none;border:2px solid #fff;opacity:1}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#fff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:10px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-arrow-helper {
	position: absolute;
	right: -1px;
	top: 0;
	height: 100%;
	width: 4em;
	display: block;
	background: -webkit-linear-gradient(left, rgba(238,238,238,0) 0%,rgba(238,238,238,1) calc(100% - 10px),rgba(238,238,238,1) 100%);
	background: linear-gradient(to right, rgba(238,238,238,0) 0%,rgba(238,238,238,1) calc(100% - 10px),rgba(238,238,238,1) 100%);
	z-index: 1;
	pointer-events: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

/* ==========================================================================
   Content classes
   ========================================================================== */

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
}
.galleryWrapper {
	margin: -5px;
	position:relative;
}
.gallery {
	position:relative;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
	left: auto;
	right: 5px;
}
.gallery .swiper-button-prev {
	right: calc(5px + .333em);
}
.img-count {
	margin: 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 0;
	position: relative;
}
.imgContainer .img {
	padding: 5px;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}
.gallery_count {
	position: absolute;
	font-weight: 700;
	right: 10px;
	bottom: -1.25em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17 {
	width: 33.33%;
}
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}

	.galleryWrapper {
		margin: -10px;
	}
	.gallery .swiper-button-next,
	.gallery .swiper-button-prev {
		right: 10px;
	}
	.gallery .swiper-button-prev {
		right: calc(10px + .333em);
	}
	.imgContainer {
		padding: 0;
	}
	.imgContainer .img {
		padding: 10px;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width: 16.667%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;
}
.map_legend .head {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #FF6618;
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
    background: #F5420C url("../../img/close.png") no-repeat scroll center center;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height: 20px;
	width: 20px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}


@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	background: #FFF;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	border-bottom: 3px solid #999;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FF6618 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #EEE;
}
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);
}

/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:0 -15px;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding:15px;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.download a.hasImg {
	padding-left: 45px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}

@media only screen and (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}

/* Content: FORMS */
.form .hint .duty{
	padding: 2px;
	color: #504c68;
}
.form .optsInputWrap .duty {
	color: #504c68;
}

.optsFieldset legend {
	margin-top: 0;
}
.optsFieldset {
	margin-top: 40px;
	margin-bottom: 40px;
}

.optsContainer {
	margin: 0;
	text-align: left;
	position: relative;
	padding: 0;
}
.optsInputWrap {
	position: relative;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer,
.optsFieldset + .optsFieldset,
.optsFieldset + .optsContainerGroupWrap {
	margin-top: 20px;
}
.optsFieldset > .optsContainer:last-child {
	margin-bottom: 0;
}

.optsContainer > label {
	display: block;
	margin-bottom: 5px;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label {
	display: block;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	left: 5px;
	top: 10px;
	-webkit-transition: all .2s .1s;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
}
.optsInputWrap > input:focus ~ label,
.optsInputWrap > .input:focus ~ label,
.optsInputWrap > textarea:focus ~ label,
.optsInputWrap > select:focus ~ label,
.optsInputWrap > .selectWrap.focus ~ label,
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsInputWrap.hasValue > label,
.optsInputWrap.hasFocus > label {
	top: -6px;
	font-size: 10px;
	line-height: 12px;
	color: #7a7a7a;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsInputWrap > label:first-child {
	position: static;
	padding: 0;
	margin-bottom: 5px;
	text-overflow: none;
	max-width: none;
}
.optsContainer .optsInputWrap .optsInputLabel {
	float: left;
	padding: 9px 10px 9px 9px;
	margin: 0;
	position: static;
	color: inherit;
}
.optsContainer.optsDuty > label:after,
.optsContainer.optsDuty .optsInputWrap > label:after {
	color: #504c68;
	padding-left: 3px;
	display: inline-block;
	content: '*';
	font-weight: 600;
}
.optsContainer.optsDuty.optsDate.optsRange .optsInputWrap > label:after {
	display: none;
}

.optsContainer > label .shortInfo,
.optsContainer .optsInputWrap .optsInputLabel .shortInfo,
.optsInputWrap > label .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	font-size: 100%;
	color: #9c9c9c;
	padding-left: 3px;
}
.optsContainer > label .shortInfo:before,
.optsInputWrap > label .shortInfo:before {
	content:' (';
}
.optsContainer > label .shortInfo:after,
.optsInputWrap > label .shortInfo:after {
	content:')';
}

.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap textarea,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
	width: 100%;
	padding: 9px;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: border-color .2s, background .2s;
	transition: border-color .2s, background .2s;
	position: relative;
	display: block;
	border-radius: 5px;
}
.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap {
	border: 1px solid #ebebeb;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
}
.optsCheckbox .optsInputWrap .optsInputLabel,
.optsRadio .optsInputWrap .optsInputLabel {
	padding-top: 5px;
	padding-bottom: 5px;
}
.optsError .error {
	font-size: .667em;
	line-height: 1.33333;
	padding: 5px 0 5px 10px;
}
.optsError > label {
	color: #C00;
}
.optsError .optsInputWrap input,
.optsError .optsInputWrap .input,
.optsError .optsInputWrap textarea,
.optsError .optsInputWrap select,
.optsError .optsInputWrap .selectOver,
.optsError .optsInputWrap .optsCounterWrap .over {
	border-bottom-color: #c00;
}

.optsInputWrap input:hover,
.optsInputWrap .input:hover,
.optsInputWrap textarea:hover,
.optsInputWrap select:hover,
.optsInputWrap .selectWrap:hover .selectOver,
.optsInputWrap .optsCounterWrap:hover .over,
.optsCheckbox .optsInputWrap:hover,
.optsRadio .optsInputWrap:hover {
	border-color: #9c9c9c;
}
.optsInputWrap input:focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over {
	border-color: #9c9c9c;
}

.optsInputWrap .optsInline {
	float: left;
}
.optsContainer .optsInline input {
	display: none;
}
#vcModal .optsContainer .optsInline input {
	display: inline-block;
	width: auto;
	max-width: 30px;
	float: left;
	z-index: 9;
	margin-top: 9px;
}
#vcModal .optsContainer .optsInline label:before, #vcModal .optsContainer .optsInline label:after { display: none; }
.optsContainer .optsLine {
	display: block;
	float: none;
}

.optsInputWrap .optsInline label {
	display: block;
	padding: 5px 9px 5px 39px;
	background: #fff;
	color: #7a7a7a;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	position: relative;
}
.optsInputWrap .optsInline label:before,
.optsInputWrap .optsInline label:after {
	position: absolute;
	content: '';
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsInputWrap .optsInline label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #7a7a7a;
    left: 11px;
    top: 7px;
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
    width: 10px;
    height: 6px;
    left: 14px;
    top: 11px;
    transform: rotate(-45deg);
    border-color: #fff;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.optsInputWrap .optsInline input[type="radio"] + label:after {
    width: 8px;
    height: 8px;
    left: 15px;
    top: 11px;
	background: transparent;
	border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
    border-radius: 8px;
}
.optsInputWrap .optsInline input:checked + label {
	color: #222;
}
.optsInputWrap .optsInline input:checked + label:before {
    background: #fff;
	border-color: #504c68;
}
.optsInputWrap .optsInline input:checked + label:after {
    border-color: #504c68;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
    background: #504c68;
}

.optsInputWrap.btnSet {
	padding-top: 0;
	padding-bottom: 0;
}
.optsInputWrap.btnSet .optsInline {
	padding: 0;
	margin: 0;
}
.optsInputWrap.btnSet .optsInline label {
	font-size: 1em;
	padding-top: 9px;
	padding-bottom: 9px;
}
.optsInputWrap.btnSet .optsInline label:before,
.optsInputWrap.btnSet .optsInline label:after {
	display: none;
}
.optsInputWrap.btnSet .btn .icon {
	color: inherit;
}
.optsInputWrap.btnSet .btn.optsChecked .icon {
	color: #504c68;
}

.optsContainer .selectWrap,
.optsInputWrap .optsCounterWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
	overflow: hidden;
}
.optsContainer .selectOver,
.optsInputWrap .optsCounterWrap .over {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	height: 40px;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #7a7a7a transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #504c68;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #504c68;
}
.optsContainer .selectWrap select,
.optsContainer .optsCounterWrap input,
.optsContainer .optsCounterWrap select {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown .icon {
	position: static;
	width: 1.333em;
	height: 1.333em;
	line-height: 1.2;
	font-size: 15px;
	border: 1px solid #504c68;
	border-radius: .667em;
	color: #504c68;
	display: block;
	margin: 0;
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp,
.optsInputWrap .optsCounterWrap .optsCounterDown {
	position: absolute;
	padding: 10px 5px;
	top: 50%;
	margin-top: -.555em;
	margin-top: calc(-.555em - 10px);
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp:hover .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown:hover .icon {
	color: #fff;
	background: #504c68;
}
.optsInputWrap .optsCounterWrap .optsCounterUp.disabled,
.optsInputWrap .optsCounterWrap .optsCounterDown.disabled {
	pointer-events: none;
	opacity: .5;
}
.optsInputWrap .optsCounterWrap .optsCounterUp {
	right: 40px;
	right: calc(14px + 1.111em);
}
.optsInputWrap .optsCounterWrap .optsCounterDown {
	right: 5px;
}
.optsInputWrap .optsCounterWrap .over {
	padding-right: 60px;
}

.optsContainer .optsNfo {
	padding-top: 5px;
	margin-left: 10px;
	font-size: .833em;
	clear: both;
}
.optsFieldset > .optsNfo {
	margin: 1em 0;
}
.optsFieldset > legend + .optsNfo {
	margin-top: 0;
}

.optsContainer > .ipShort,
.optsContainer > .ipLong,
.optsContainer > .ipHalf {
	float: left;
}
.optsContainer > .ipShort {
	width: 25%;
}
.optsContainer > .ipHalf {
	width: 47.5%;
	width: calc(50% - 10px);
}
.optsContainer > .ipLong {
	width: 70%;
	width: calc(75% - 20px);
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong,
.optsContainer > .ipHalf + .ipHalf  {
	margin-left: 5%;
	margin-left: calc(20px);
}
.optsContainerWrap .ipHalf + .ipHalf {
	margin-top: 2em;
}

.optsInputWrap .icon {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	right: 10px;
	color: #7a7a7a;
	z-index: 1;
	pointer-events: none;
}
.optsContainer select:focus + .icon,
.optsContainer .selectWrap.focus + .icon,
.optsContainer textarea:focus + .icon,
.optsContainer input:focus + .icon,
.optsContainer .input:focus + .icon {
	color: #504c68;
}
.optsContainer .date input,
.optsContainer .date .input {
	float: none;
	width: 100%;
}


/* Content: FORM LOWER OPTS */
.optsContainerClear .optsInputWrap input,
.optsContainerClear .optsInputWrap .input,
.optsContainerClear .optsInputWrap textarea,
.optsContainerClear .optsInputWrap select,
.optsContainerClear .optsInputWrap .selectOver,
.optsContainerClear .optsInputWrap .optsCounterWrap .over {
	padding: 10px 0;
	border: none;
	border-radius: none;
}
.optsContainerClear.optsCheckbox .optsInputWrap,
.optsContainerClear.optsRadio .optsInputWrap {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: none;
}
.optsContainerClear .optsInputWrap .optsInline label {
	padding-left: 30px;
	padding-right: 0;
}
.optsContainerClear .optsInputWrap .optsInline label:before {
    left: 2px;
}
.optsContainerClear .optsInputWrap .optsInline input[type="checkbox"] + label:after {
    left: 5px;
}
.optsContainerClear .optsInputWrap .optsInline input[type="radio"] + label:after {
    left: 6px;
}

/* Content: FORM BUTTON */
.btnContainer {
	text-align: center;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="submit"] {
	width: 100%;
}
.btnContainer button[type="reset"] {
	position: relative;
}
.btnContainer button[type="reset"] .icon {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}

@media (min-width: 640px) {
	.optsContainerWrap_50 {
		margin-left: -10px;
		margin-right: -10px;
	}
	.optsContainerWrap_50 > .optsContainer,
	.optsContainerWrap_50 > .btnContainer {
		margin-top: 0;
		width: 50%;
		padding: 0 10px;
		float: left;
	}

	/* Schaltflächen */
	.btnContainer button[type="submit"] {
		display: block;
		width: auto;
		min-width: 50%;
		min-width: calc(50% - 10px);
		float: right;
	}

	.formBottom .btnContainer button[type="submit"] {
		width: 100%;
	}
}
@media (min-width: 960px) {

    #form_4 {
        margin-left: -10px;
        margin-right: -10px;
    }
    #form_4 > .optsContainer {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    #form_4 #markt_30_frame {
        float: right;
        height: 220px;
    }
    #form_4 #markt_30_frame textarea {
        height: 220px;
    }
    #form_4 .optsContainer {
        margin-top: 20px;
    }
    #form_4 .formBottom {
        width: calc(100% + 20px);
        clear: left;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    #form_4 .hint {
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }
}
/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridOuterWrap {
	margin: -10px;
}
.gridWrap {
	margin: -10px;
	overflow: hidden;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gridOuterWrap > .gridWrap {
	margin: 0 !important;
}
.article + .clear + .gridWrap,
.article + .clear + .gridOuterWrap {
	margin-top: -25px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 10px;
	float: left;
	position: relative;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.gridOuterWrap > .gridWrap .articleGrid {
	padding: 0;
}
.gridWrap .articleGrid.swiper-slide {
	height: auto;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.gridWrap .swiper-button-next,
.gridWrap .swiper-button-prev {
	left: auto;
	right: 5px;
}
.gridWrap .swiper-button-prev {
	right: calc(5px + .333em);
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid.swiper-slide {
	width: calc(100% - 40px);
}
.articleGrid .gridWrapInner {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	height: calc(100% - 20px);
	background: #fff;
	margin: 10px;
}
.articleGridWrap .articleGrid > :first-child,
.articleGrid .gridItemDescription > :first-child {
	margin-top: 0;
}
.articleGridWrap .articleGrid > :last-child,
.articleGrid .gridItemDescription > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .articleImgNone .headline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 30px 10px 10px;
	text-shadow: 0 0 10px rgba(0,0,0,.2);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	z-index: 1;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
	position: relative;
}
.articleGrid .info {
	font-size: .75em;
	padding: 10px;
}

.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
	.gridWrap .gridWidth_25.swiper-slide {
		width: calc(50% - 20px);
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
	.gridWrap .gridWidth_25.swiper-slide,
	.gridWrap .leftContainer.swiper-slide,
	.gridWrap .rightContainer.swiper-slide {
		width: calc(50% - 20px);
	}
}

@media only screen and (min-width: 640px) {
	.article + .clear + .gridWrap,
	.article + .clear + .gridOuterWrap {
		margin-top: -30px;
	}
	.gridWrap .swiper-button-next,
	.gridWrap .swiper-button-prev {
		right: 10px;
	}
	.gridWrap .swiper-button-prev {
		right: calc(10px + .333em);
	}

	.gridWrap .gridWidth_33 {
		width: 50%;
	}
	.gridWrap .gridWidth_33.swiper-slide {
		width: calc(50% - 20px);
	}
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_33.swiper-slide {
		width: calc(33.33% - 27px);
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap .gridWidth_25.swiper-slide {
		width: calc(25% - 20px);
	}
}

/* Content: EVENTS */
ul.eventData {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
ul.eventData li {
	position: relative;
	display: inline;
	padding: 0 0 0 20px;
}
ul.eventData li:before {
	content: '';
	background: #504c68;
	display: block;
	margin-top: -3px;
	margin-left: -2px;
	border: none;
	position: absolute;
	top: 50%;
	left: 10px;
	height: 5px;
	width: 5px;
	border-radius: 3px;
}
ul.eventData li:first-child {
	padding-left: 0;
}
ul.eventData li:first-child:before {
	display: none;
}
ul.eventData.hint li:before {
	background: #9c9c9c;
}


.eventListItem .eventPreviewImg {
	width: 80px;
	margin: 0;
	border-radius: 40px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 0;
	display: none;
}
.eventListItem .eventPreviewImg {
	right: 0;
	left: auto;
}

.eventListItem .eventInfo .eventHeadline {
	margin: 0;
}
.eventListItem .eventInfo .moreBtn > :last-child {
	margin-bottom: 0;
}
.eventListItem .eventHeadline a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.eventListItem .eventData,
.eventDetail .eventData {
	margin-top: 0;
}
.eventListItem .eventData a,
.eventDetail .eventData a {
	color: inherit;
	text-decoration: none;
}
.eventDetail h1 + .eventData {
	margin-top: -10px;
}
.eventListItem .eventDescription  {
    font-size: .75em;
}
.eventListItem .moreBtn {
	margin-top: 15px;
}
.eventListItem .eventRegistrationState {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	display: block;
	padding: 9px 9px 9px 39px;
	margin: 15px 0;
}
.eventListItem .eventRegistrationState:before {
	content: '';
	height: 10px;
	width: 10px;
	left: 15px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	display: block;
	border-radius: 5px;
}
.eventListItem .eventRegistrationStateYes:before {
	background: #504c68;
}
.eventListItem .eventRegistrationStateMaybe:before {
	background: #FD0;
}
.eventListItem .eventRegistrationStateNo:before {
	background: #C00;
}
.eventListItem .eventRegistrationState .eventChangeState {
	float: right;
}

@media (min-width: 720px) {
	.eventListItem .eventPreviewImg {
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 50px;
	}
	.eventListItem.hasImg .eventInfo {
		padding-right: 120px;
		min-height: 100px;
	}
}



/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #999;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #666;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#FF6618;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #666;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #FF6618 transparent transparent;
	border-style: solid;
	border-width: .357em .429em .357em 0;
	left: 0;
	top: .429em;
}
.pages a.enabled:last-child:after {
	border-color: transparent transparent transparent #FF6618;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #9c9c9c;
	text-decoration: none;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
