/*
 * 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}

/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */

/* Containers */
.container_12 {
    position:relative;
    margin:0 auto;
    max-width:1080px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 { float:left; padding:8px; }

.pad_4 { padding:4px; }
.pad_10 { padding:10px; }
.pad_15 { padding:15px; }
.mar_4 { margin:4px; }
.mar_5 { margin:5px; }
.mar_10 { margin:10px; }
.mar_15 { margin:15px; }
.tpad_15 { padding-top:15px; }
.lpad_15 { padding-left:15px; }
.rpad_15 { padding-right:15px; }

/*.container_12 .gridSizer,*/
.container_12 .grid_1 { width:8.33%; }
.container_12 .grid_2 { width:16.66%; }
.container_12 .grid_3 { width:25%; }
.container_12 .grid_4 { width:33.33%; }
.container_12 .grid_6 { width:50%; }
.container_12 .grid_7 { width:58.33%; }
.container_12 .grid_8 { width:66.66%; }
.container_12 .grid_9 { width:75%; }
.container_12 .grid_10 { width:83.33%; }
.container_12 .grid_11 { width:91.66%; }
.container_12 .grid_12 { width:100%; }
.container_12 .prefix_1 { margin-left:8.33%; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    height: 100%;
    min-width: 320px;
}

body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
    overflow: hidden;
}
@media (min-width: 1080px) {
    body {
        position: relative;
        min-height: 100%;
        padding-bottom: 96px;
    }
    body, td {
        font-size: 18px;
        line-height: 24px;
    }
    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

header {
    position: relative;
    z-index: 6;
}

#content {
    position: relative;
    padding: 20px 10px;
}
#content .article + .article {
    margin-top: 2em;
}
#content .article a:not(.btnMore) {
    color: #194870;
    text-decoration: underline;
}

#wrapper {
    overflow-x: hidden;
}
#wrapper:before {
    content: "";
    position: fixed;
    left: -100px;
    bottom: 80px;
    background: url("../img/tasche_wasserzeichen.png") 0 0 no-repeat;
    background-size: cover;
    width: 400px;
    height: 300px;
    z-index: -1;
}

footer {
    font-size: 15px;
    line-height: 28px;
}
#footerWrapper {
    background: #194870;
    color: #fff;
}
footer .gridWrap {
    margin: 0;
}
footer [class^="gridWidth_"] {
    float: left;
    padding: 10px;
}
footer a,
footer label {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
.footer-info {
    text-align: right;
}

#navFooter {
    text-align: left;
}
#navFooter ul {
    display: inline-block;
    text-align: left;
    margin: 0 -10px;
}
#navFooter ul li {
    display: inline-block;
    padding: 0 10px;
}
#navFooter ul li a,
#navFooter ul li .a {
    color: #fff;
}
#navMainTrigger {
    display: none;
}
.header-info {
    font-size: 16px;
    line-height: 1.556em;
    text-transform: uppercase;
}
.header-info p { margin: 0; }
.header-info a {
    color: #194870;
    text-transform: none;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 400;
}
.header-info span {
    color: #194870;
    word-break: break-all;
}
.header-info.namen {
    text-transform: none;
    color: #194870;
    font-weight: 500;
    float: left;
}
.header-info .greybox {
    margin-top: 2px;
}
.header-info.mobile {
    display: none;
}
#logoWrap {
    max-width: 180px;
    margin-right: 10px;
}
#logoWrap img {
    width: 100%;
}

@media (min-width: 720px) {
    #content, #teaser .wrap {
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    .baseSpacer {
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    body {
        overflow-x: hidden;
    }
    header {
    }

    footer [class^="gridWidth_"] {
        padding: 20px;
    }
    footer .gridWrap {
        margin: 0 -20px;
    }
}

@media (max-width: 1380px) and (min-width: 1080px) {
    .header-info.namen {
        max-width: 230px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .header-info {
        width: 20%;
    }
}
@media (max-width: 1079px) {
    header {
        height: 175px;
    }
    header:after {
        content:'';
        display: block;
        position: absolute;
        height: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #194870;
    }
    #logoWrap {
        float: left;
        margin-left: 0;
        width: 30%;
    }
    #logo {
        display: inline-block;
        padding-bottom: 0;
        height: 110px;
        width: 100%;
        max-width: 490px;
        text-align: center;
        overflow: hidden;
    }
    #logo img {
        width: 100%;
        max-height: 110px;
    }
    .header-info {
        float: right;
        margin-top: 15px;
        width: calc(70% - 10px);
    }
    .header-info:not(.namen) {
        display: none;
    }
    #navMainTrigger {
        position:absolute;
        top: 117px;
        left: 0px;
        display:block;
        height:57px;
        padding-right:60px;
        z-index:100;
        cursor:pointer;
        background-color: #10385a;
    }

    .greybox {
        hyphens: none;
        display: inline-block;
    }
    .csstransforms body.open #navMainTrigger {
        position: fixed;
        left: 20px;
        top: 20px;
    }
    .csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
        background:#fff;
        display: block;
        height: 3px;
        right: 10px;
        position: absolute;
        transition: all 0.5s ease 0s;
        width: 40px;
    }
    .csstransforms #navMainTrigger .line {
        opacity: 1;
        top: 50%;
        margin-top:-1px;
        display:block;
    }
    .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
        content: "";
    }
    .csstransforms #navMainTrigger:before {
        bottom: 40px;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);

    }
    .csstransforms #navMainTrigger:after {
        bottom: 15px;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);

    }
    .csstransforms body.open #navMainTrigger .line {
        opacity: 0;
    }
    .csstransforms body.open #navMainTrigger:before {
        bottom: 29px;
        transform: rotate(45deg);
        width: 40px;
        right: 10px;
    }
    .csstransforms body.open #navMainTrigger:after {
        bottom: 29px;
        transform: rotate(-45deg);
        width: 40px;
        right: 10px;
    }
    #navMainTrigger .menue {
        display: none;
        font-size: 12px;
        line-height: 60px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }
    #navMobiWrapper {
        position:fixed;
        top:0;
        left:0;
        height:100%;
        padding-top: 80px;
        z-index:5;
        transition: padding 0.2s ease-in-out 0.2s;
    }
    #navMobiWrapper:before {
        content: '';
        position: absolute;
        display: block;
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px;
        background: #194870;
    }
    body.open #navMobiWrapper {
        padding: 80px 20px 20px 20px;
        transition: padding 0s ease-in-out 0s;
    }
    body.open #navMobiWrapper:before {
        box-shadow:0 0 10px rgba(0,0,0,0.4);
    }
    #naviMobi {
        position: relative;
        height:100%;
        overflow:auto;
        width:0;
        transition:width 0.2s;
    }
    body.open #naviMobi {
        width:300px;
    }
    #naviMobi > ul {
        width:300px;
    }
    #navStd {
        display: none;
    }
    #navMain,
    #navStd {
        width:300px;
    }
    #navMain a,
    #navStd a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
    }
    #navStd a {
        font-size: 16px;
    }
    #navMain {
        margin-top: 20px;
    }

    .header-info.mobile {
        display: block;
        color: #FFF;
        position: absolute;
        bottom: 15px;
        width: 100%;
        z-index: 8;
        text-align: right;
        padding-right: 10%;
    }
    .header-info.mobile a, .header-info.mobile span {
        color: #FFF;
        font-size: 150%;
    }

    .header-info.mobile.hotline {
        bottom: 10px;
        font-size: 70%;
        right: 40%;
    }
}
@media (max-width: 719px) {
    #navMobiWrapper {
        top: 0;
        padding-top: 70px;
    }
    #navMobiWrapper:before {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
    }
    body.open #navMobiWrapper {
        padding: 70px 10px 10px 10px;
        transition: padding 0s ease-in-out 0s;
    }

    .csstransforms body.open #navMainTrigger {
        position: fixed;
        left: 10px;
        top: 10px;
    }
    body.open #naviMobi {
        width:250px;
    }
    #naviMobi > ul {
        width:250px;
    }
    #navMain,
    #navStd {
        width:250px;
    }
    #navMain a,
    #navStd a {
        display: block;
        padding: 10px;
    }
    #navMain a {
        text-transform: uppercase;
    }
}
@media (max-width: 500px) {
    header {
        height: 208px;
    }
    header:after { bottom: 31px; }
    .header-info.mobile {bottom:  45px; }
    .header-info.mobile.hotline {
        bottom: -4px;
        background-color: #f5f5f5;
        color: #194870;
        font-size: 70%;
        right: auto;
    }
    .header-info.mobile.hotline a, .header-info.mobile.hotline span {
        color: #194870;
    }
}
@media (max-width: 400px) {
    #navMainTrigger {
        top: 113px;
    }
    #logoWrap { width: 40%; }
    .header-info.namen {
        width: 60%;
        margin-top: 5px;
        font-size: 15px;
        line-height: 20px;
        padding-left: 15px;
    }

    header {
        height: 195px;
    }
    header:after { bottom: 22px; }
    .header-info.mobile.hotline {
        bottom: 1px;
    }

    .header-info.mobile.hotline br {
        display: none;
    }
    .header-info.mobile.hotline span {
        margin-left: 20px;
    }
}
@media (max-width: 360px) {
    header {
        height: 200px;
    }
    #navMainTrigger {
        top: 120px;
    }
    #logoWrap { width: 40%; }
    .header-info.namen {
        width: 60%;
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
        padding-left: 15px;
    }
    .header-info.mobile { bottom: 38px; }
    .header-info.mobile.hotline a {
        font-size: 14px;
    }
}
@media (min-width: 1080px) {
    #logoWrap {
        float: left;
        margin-left: 8.33%;
    }
    .header-info {
        float: right;
        margin-right: 3%;
        margin-top: 20px;
    }
    #navStd {
        display: none;
        background: #f3f3f3;
        text-align: right;
    }
    #navStd ul {
        display: inline-block;
        text-align: left;
        padding-right: 20px;
    }
    #navStd ul li {
        position: relative;
        display: inline-block;
        padding: 5px 0 5px 20px;
        line-height: 20px;
    }
    #navStd ul li + li:before {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        background: #fff;
        height: 14px;
        top: 8px;
        bottom: 8px;
        left: 10px;
    }
    #navStd ul li a {
        position: relative;
        text-decoration: none;
        color: #767676;
        font-size: 14px;
        font-weight: 500;
    }
    #navMain {
        padding-left: 8.33%;
        padding-right: 8.33%;
        background: #194870;
    }
    #navMain ul {
        display: inline-block;
        text-align: left;
        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-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #navMain ul li {
        transition: background 0.2s;
        background: none;
    }
    #navMain ul li a {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 60px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        text-decoration: none;
        text-transform: uppercase;
    }
    #navMain li.lvl1:hover,
    #navMain li.lvl1.active {
        background: #10385a;
    }

    #navMain ul li a span {
        position: relative;
        display: inline-block;
    }

}
@media (min-width: 1440px) {

    #navMain ul li {
        padding: 0 5px;
    }
    #navMain ul li a {
        padding: 0 20px;
        font-size: 18px;
    }

    #logoWrap {
        margin-right: 50px;
    }
}

#content iframe {
    width: 100%;
}
/* ==========================================================================
   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%;background: #194870;}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #356db4}#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 #D5D5D5;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}#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}

/* TEASER / SLIDER */
#teaser {

}
.slider {
    position:relative;
}
.slider .headline {
    position:absolute;
    bottom:60px;
    right:0;
    left:0;
    padding:10px 40px;
    background:#787878;
    color:#fff;
    text-align:right;
    font-size:2.2em;
    text-transform:uppercase;
}
.slider .headline > * {
    margin:0;
}
.article_slider {
    padding-bottom:30px;
}
.content_slider {
    position:relative;
}
.sliderWrapper { overflow:hidden; position:relative; height:100%; transition: height 0.2s; }
.content_slider .slider,
.slider ul,
#teaser ul { margin:0; padding:0; list-style:none; position:relative; height:60vw; min-height: 400px; max-height: 60vh; }
.slider ul li,
#teaser ul li { margin:0; padding:0; position:relative; display:none; position:absolute; top:0; left:0; width:100%; height:100%; background-position:center center; background-size:cover;
}

#teaser ul li .info {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding: 40px 10px 10% 10px;
    font-size:15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    color: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(53,109,180,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(53,109,180,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(53,109,180,0.7) 100%);
}
#teaser ul li .info * {
    color: #fff;
}
@media only screen and (min-width: 480px) {
    #teaser ul li .info {
        font-size:16px;
    }
}
@media only screen and (min-width: 640px) {
    #teaser ul li .info {
        font-size:16px;
    }
}
@media only screen and (min-width: 720px) {
    #teaser ul li .info {
        font-size:18px;
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
}
@media only screen and (min-width: 960px) {
    #teaser ul li .info {
    }
}
@media only screen and (min-width: 1280px) {
    #teaser ul li .info {
        font-size: 1.5em;
        line-height: 2em;
    }
}

#teaser .slider_pager {
    position: absolute;
    left: 10px;
    bottom: 20px;
}

#teaser .slider_pager .slider_pager_item {
    display: block;
    width: 5px;
    height: 20px;
    border: 1px solid #fff;
    margin-top: 10px;
    overflow: hidden;
    text-indent: -999px;
    transition: background 0.2s;
}
#teaser .slider_pager .slider_pager_item.active {
    background: #fff;
}
#teaser .slider_navigation span {
    position: absolute;
    display: block;
    height: 30px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    cursor: pointer;
}
#teaser .slider_navigation span.prev {
    left: 10px;
}
#teaser .slider_navigation span.next {
    right: 10px;
}
@media only screen and (min-width: 720px) {
    #teaser .slider_navigation span.prev {
        left: 20px;
    }
    #teaser .slider_navigation span.next {
        right: 20px;
    }
    #teaser .slider_navigation span {
        height: 40px;
        font-size: 40px;
    }
}

/*
	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;
}
.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: #FF6618;
    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 #000;
    border-bottom: .1875em solid #000;
    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%;
    }
}

/* ==========================================================================
   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;
    margin: 0;
}
.gallery {
    margin: -5px -10px;
    position: relative;
}
.gallerySwiper {
    margin-top: 20px;
}
.gallerySwiper .swiper-container {
    overflow: hidden;
}
.gallerySwiper .swiper-container .swiper-slide img {
    width:100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('../img/desaturate.svg#greyscale');
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");*/
    filter: gray;
    opacity: 0.5;
    transition:filter 0.2s, opacity 0.2s;
}
.gallerySwiper .swiper-container .swiper-slide.swiper-slide-active img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 1;
}
@media (min-width: 480px) and (max-width: 719px) {
    .gallerySwiper .imgWidth-33, .gallerySwiper .imgWidth-25 {
        width: 66%;
    }
}
@media (min-width: 720px) {

    .gallerySwiper {
        overflow: hidden;
        margin-left: calc(-10%);
        margin-right: calc(-10%);
    }
    .gallerySwiper .swiper-container {
        margin-left: -10px;
        margin-right: -10px;

    }
}

.gallerySwiper .swiper-button {
    position: absolute;
    top: 50%;
    width:30px;
    height: 60px;
    background: #fff;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    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;}
.gallerySwiper .swiper-button.prev {
    left:0;
    border-radius: 0 30px 30px 0;
    padding-right: 5px;
}
.gallerySwiper .swiper-button.next {
    right:0;
    border-radius:30px 0 0 30px;
    padding-left: 5px;
}
@media (min-width: 720px) {
    .gallerySwiper .swiper-button {
        width:40px;
        height: 80px;
    }
    .gallerySwiper .swiper-button.prev {
        border-radius: 0 40px 40px 0;
        padding-right: 10px;
    }
    .gallerySwiper .swiper-button.next {
        border-radius:40px 0 0 40px;
        padding-left: 10px;
    }
}
.img-count {
    margin: 5px 10px;
    text-align: right;
}
.imgContainer {
    float: left;
    padding: 10px;
    margin: 0 !important;
    position: relative;
}
.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;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
    margin-top: 1em;
}
@media only screen and (min-width: 480px) {

    .imgLeft .imagesInnerWrap {
        float: left;
        margin-bottom: 1em;
    }
    .imgRight .imagesInnerWrap {
        margin-bottom: 1em;
        float: right;
    }
    .imgRight .caption {
        text-align: left;
    }
    .imgLeft .caption {
        text-align: right;
    }
    .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,
    .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;
    }


    .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;
    }
}

@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.6666%;
    }
    .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: 4px;
    top: 50%;
    margin-top: -16px;
    -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);
}

#bookingProcess {
    margin:20px 0;
    padding:0;
    list-style:none;
    display:table;
    width:100%;
    border-collapse:separate;
    overflow:hidden;
}
#bookingProcess li {
    position:relative;
    z-index:1;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
#bookingProcess li +li {
}
#bookingProcess li:before {
    display:none !important;
}
#bookingProcess li:after {
    content: '';
    display: block;
    background:#fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#bookingProcess li.wasActive:after,
#bookingProcess li.active:after {
    background:#767676;
    background: -moz-linear-gradient(top, rgba(0,166,74,0.9) 0%, rgba(54,91,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
    background: linear-gradient(to bottom, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
}
#bookingProcess li .link {
    display:block;
    padding:5px;
    text-decoration:none;
    color:#000;
    line-height:40px;
}
#bookingProcess li.active .link {
    font-weight:bold;
}
#bookingProcess li.wasActive .link,
#bookingProcess li.active .link {
    color:#fff;
}
#bookingProcess li:first-child:after {
    left: -20px;
    right: 0;
    width: auto;
}
#bookingProcess li:last-child:after {
    right: -20px;
    left: 0;
    width: auto;
}
.optsContainer.duration_type .optsBlock {
    display:table;
    overflow:hidden;
    width:100%;
    table-layout:fixed;
}
.optsContainer.duration_type .optsBlock .radioWrap {
    display:table-cell;
    position:relative;
    z-index:0;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    vertical-align: middle;
    background:#fff;
}
.optsContainer.duration_type .optsBlock .radioWrap.active {
    color:#fff;
}
.optsContainer.duration_type .optsBlock .radioWrap:after {
}
.optsContainer.duration_type .optsBlock .radioWrap.active {
    background:#767676;
    background: -moz-linear-gradient(top, rgba(0,166,74,0.9) 0%, rgba(54,91,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
    background: linear-gradient(to bottom, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
}

.optsContainer.duration_type .optsBlock .radioWrap label {
    display:block;
    padding:10px;
    font-family: 'Roboto', Calibri, sans-serif;
    font-weight: 300;
    cursor:pointer;
}
.optsContainer.duration_type .optsBlock .radioWrap label h4 {
    margin:0;
    color: inherit;
}
.optsContainer.duration_type .optsBlock .radioWrap label [class^="icon-"] {
    display:block;
    font-size:30px;
    font-weight:400;
}
.optsContainer.duration_type .optsBlock .radioWrap input {
    display:none;
}
.optsContainer.duration_type .optsBlock .radioWrap.disabled {
    color:#ddd;
}
@media (min-width: 720px) {
    .optsContainer.duration_type .optsBlock .radioWrap {
        font-size:inherit;
    }
    .optsContainer.duration_type .optsBlock .radioWrap label {
        padding:20px;
    }
    .optsContainer.duration_type .optsBlock .radioWrap label [class^="icon-"] {
        font-size:40px;
    }
}

@media only screen and (max-width: 719px) {
    #bookingProcess li {
        position:relative;
        counter-increment: section;
    }
    #bookingProcess li span:not([class^="icon"]) {
        display:none;
    }
    #bookingProcess li:not(.icon) .link:after { content:counter(section); }
    #bookingProcess li.active {
        width:40%;
    }
    #bookingProcess li.active span {
        display:block;
    }
    #bookingProcess li.active .link:after {
        display:none;
    }
}

/* 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;
    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:16px;
    width:16px;
    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 .duty {
    font-weight: bold;
    color: #194870;
}
.form .hint .duty {
    padding: 2px;
}

.fehler_text {
    color: #C00;
}

.optsContainer {
    margin: 1em 0;
    text-align: left;
}
.optsContainer:after {
    clear: both;
    content: '';
    display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
    margin-top: 2em;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
    display: block;
    margin: 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.5;
    color: #194870;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
    padding-left: 5px;
    float: right;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 80%;
    display: none;
}
.optsContainer.optsDuty > .error:first-child + label:after,
.optsContainer.optsDuty > label:first-child:after {
    content:'*';
    display: inline-block;
    margin-left: 10px;
}

.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
    content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
    content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
    width: 100%;
    padding: 5px;
    border:none;
    border-bottom: 1px solid #999;
    font-size: 1em;
    line-height: 1.5;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    background: #fff;
    font-weight: 300;
}


.optsError .error {
    font-size: .8em;
    line-height: 1.33333;
    color: #C00;
    padding: 5px 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
    color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
    border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
    border-bottom-color: #666;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
    border-bottom-color: #194870;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
    border: none;
    width: auto !important;
    float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
    display: inline;
    padding: 0 0 0 .25em;
    margin: 0;
    text-align: left;
    width: auto;
    cursor: pointer;
}

.optsContainer .optsInline {
    display: inline-block;
    float: none;
    padding: .5em 0;
    margin: 0 1em 1em 0;
    border-bottom: 1px solid #999;
    cursor: pointer;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:hover {
    border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
    border-bottom-color: #194870;
    color: inherit;
}
.optsContainer .optsLine {
    display: block;
    margin: 0 0 1em 0;

}
.optsContainer .selectWrap {
    position: relative;
    /*padding: 0;
    padding-bottom: 0 !important;*/
}
.optsContainer .selectOver {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 5px;
}
.selectOver {
    pointer-events: none;
}
.optsContainer .selectOver:after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .429em .357em 0 .357em;
    border-color: #999 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: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #194870;
}
.optsContainer .selectWrap select {
    width: 100% !important;
    opacity: 0;
    position: relative;
    border: none;
    box-shadow: none;
    height: 1.5em;
    padding: 0 !important;
}
.optsContainer > .ipShort {
    float: left;
    width: 25%;
}
.optsContainer > .ipLong {
    float: left;
    width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
    margin-left: 4%;
}

.optsContainer .date {
    position: relative;
}
.optsContainer .date .sprt {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}
.optsContainer .date input {
    float: none;
    width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
    margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
    font-style: italic;
}

.optsRange .optsBlock .date {
    width: 100%;
}
.optsRange .from label,
.optsRange .to label {
    width: 100%;
    text-align: left;
    display: block;
    text-transform: none;
    font-size: 75%;
}
.optsRange .to {
    margin-top: 1em;
}

.optsContainer .optsBlock {
    list-style: none;
    /*margin: 0 -2em -1em 0;*/
    padding: 0;
}

/* Form Type: BUTTONS */
.btnContainer button {
    min-width: 30%;
    background-color: #194870;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
    color: #FFF;
}
.btnContainer button:hover {
    background-color: #10385a;
    cursor: pointer;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
    position: relative;
    padding-left: 42px;
}
.btnContainer button[type="reset"] .sprt {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -16px;
}
.box .btnContainer button {
    width: 100%;
    box-shadow: none;
    font-size: 1.333em;
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
    .optsContainerWrap_50 .optsContainer,
    .optsRange .date,
    .optsContainerWrap .ipHalf {
        width: calc(50% - 10px);
        float: left;
        margin: 1em 0;
    }
    .optsContainerWrap_50 .optsContainer:first-child,
    .optsContainerWrap .ipHalf:first-child,
    .optsRange .from {
        margin-right: 20px;
    }
    .optsRange .from,
    .optsRange .to {
        width: 50%;
        float: left;
        padding-left: .5em;
        padding-right: .5em;
    }
    .optsRange .from {
        padding-left: 0;
    }
    .optsRange .to {
        margin-top: 0;
        padding-right: 0;
    }
    .optsRange .from label,
    .optsRange .to label {
        margin-top: 8px;
    }
}
@media only screen and (min-width: 720px) {
    /*.form:not(#form_1) .optsContainer > .error:first-child + label,
    .form:not(#form_1) .optsContainer > label:first-child {
        float: left;
        text-align: left;
        width: 30%;
        padding-right: 2em;
        margin-top: 5px;
    }*/
    .optsContainer > .error:first-child + label .shortInfo,
    .optsContainer > label:first-child .shortInfo {
        display: block;
        padding-top: .5em;
    }
    .form:not(#form_1) .optsError .error {
        margin-left: 30%;
    }
    /*.form:not(#form_1) .optsContainer:not(.optsCompact) input,
    .form:not(#form_1) .optsContainer:not(.optsCompact) textarea,
    .form:not(#form_1) .optsContainer:not(.optsCompact) select,
    .form:not(#form_1) .optsContainer:not(.optsCompact) .selectWrap,
    .form:not(#form_1) .optsContainer:not(.optsCompact) .optsBlock,
    .form:not(#form_1) .optsContainer:not(.optsCompact) .date {
		width: 70%;
		float: right
	}*/
    .form:not(#form_1) .optsContainer:not(.optsCompact) .date input {
        width: 100%;
        float: none !important;
    }
    .optsContainer .optsBlock {
        margin-right: 0;
    }

    .optsContainer > .ipShort {
        width: 16%;
    }
    .optsContainer > .ipLong {
        width: 44%;
    }
    .optsContainer .selectWrap select {
        float: none !important;
    }
}
@media only screen and (min-width: 960px) {

    #article_6 .form {
        float: right;
        width: 50%;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1440px) {
    .form {
        width: 50%;
    }
}


/* Content: LISTS */
.list .listItem {
    position:relative;
    background: rgba(201, 201, 201, 0.2);
}
.form .list .listItem {
    background:  #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
.list .listItem + .listItem {
    margin-top: 2em;
}
.list .articleWrap > :first-child {
    margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
    margin-top: .5em;
}
.list .articleWrap {
    margin-bottom: 0;
    padding-top: 20px;
}
.form .list .articleWrap {
    padding-left: 20px;
    padding-right: 20px;
}
.list .articleWrap.hasPrice {
    padding-bottom:80px;
}
.list .articleWrap .headline {
    margin: 0;
}
.list .articleWrap .dateText {
    font-size: 80%;
    line-height: 1.25;
}
.listItem .headline a, .listItem .more {
    color: #194870;
    text-decoration: none;
    position: relative;
}
.listItem .more:after {
    content: '\e81b';
    font-family: fontello;
    display: block;
    color: #194870;
    position: absolute;
    right: -12px;
    top: 0;
}
.listItem .infoWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    overflow: hidden;
}
.accessories .price, .infoWrap .priceWrap {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    color: #fff;
    background:#767676;
    background: -moz-linear-gradient(top, rgba(0,166,74,0.9) 0%, rgba(54,91,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
    background: linear-gradient(to bottom, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
}
.accessories .price,
.infoWrap .price {
    font-size:30px;
    line-height:35px;
}
.infoWrap .additional {
    font-size:18px;
    line-height:18px;
}

.article .btnMore {
    background-color: #194870;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    border-left: 10px solid #10385a;
    padding: 10px 40px 10px 20px;
    width: 100%;
}

#content .google-map {
    width: 100%;
}
@media only screen and (min-width: 720px) {
    #content .google-map {
        width: 50%;
        float: left;
        margin-right: 5%;
        height: 600px;
    }
}

/* Link auf der Startseite Aktuelles */
#start_news .headline {
    background-color: #194870;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px;
    float: left;
    border-left: 10px solid #10385a;
    width: 100%;
}
#start_news .headline:hover {
    cursor: pointer;
}
#start_news .textWrap span {
    color: #444;
}
#start_news #news-slider {
    background-color: #d1dae2;
    color: #444444;
    text-transform: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#news-slider .swiper-slide {
    padding: 20px;
}
#start_news #news-slider a {
    text-decoration: none;
}
#start_news #news-slider h2 {
    font-size: 1.2em;
    margin-top: 0;
}
.swiper-wrapper {
    margin-bottom: 2em;
}
.swiper-pagination {
    text-align: left;
    padding: 5px 40px;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #FFF;
    opacity: 1;
    background-color: #b1b1b1;
    border-radius: 0;
    font-weight: 600;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #194870;
}

#article_25 {
    margin-bottom: -2em;
}

@media only screen and (min-width: 720px) {
    .article .btnMore, #start_news .headline {
        width: 40%;
    }
    #start_news #news-slider { width: 60%; }

    #news-slider .swiper-slide {
        padding: 20px 40px;
    }
    #start_news {
        display: flex;
    }
}
@media only screen and (min-width: 960px) {
    .article .btnMore {
        width: calc(40% - 40px);
    }
}


.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
    float: none;
    margin: 0 auto;
}
@media only screen and (min-width: 480px) {
    .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%;
    }*/
    .list .articleImgRight {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .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 .articleImgLeft {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .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,
    .list .articleImgRight {
        margin-bottom: 0;
    }
    .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 */
.gridWrap {
    margin: 20px -20px 0;
}
.gridWrap .articleGrid {
    padding: 0 20px 40px 20px;
    float: left;
    position: relative;
}

.gridWrap .textWrap {
    background: rgba(201, 201, 201, 0.2);
    padding: 10px 20px;
}
.gridWrap .textWrap .headline {
    padding-top: 10px;
}

@media only screen and (max-width: 719px) {
    .gridWrap {
        margin: 10px -10px 0;
    }
    .gridWrap .articleGrid {
        padding: 0 10px 20px 10px;
    }
}
.gridWrap .gridSizer {
    width: 8.33%;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
    width: 100%;
}
.gridWrap .rightContainer {
    float: right;
}

.articleGrid {
    position: relative;
    z-index: 1;
    width: 100%;
}
.form .articleGrid .wrap {
    background: #f3f3f3;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
.articleGrid .info > :first-child {
    margin-top: 0;
}
.articleGrid .info > :last-child {
    margin-bottom: 0;
}
.articleGrid .headline {
    margin: 0;
    word-break: break-word;
}
.articleGrid .articleImg + .headline {
    margin-top: 5px;
}

.articleGrid .headline a {
    text-decoration: none;
    display: block;
}
.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 .more {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Cinzel Decorative', cursive;
    letter-spacing: .2em;
}
.articleGrid .articleImgNone {
    margin: 0 auto;
}
.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%;
    }
}

@media only screen and (min-width: 560px) {
    .gridWrap .gridWidth_50,
    .gridWrap .leftContainer,
    .gridWrap .rightContainer {
        width: 50%;
    }
}

@media only screen and (min-width: 720px) {
    .gridWrap .gridWidth_33 {
        width: 50%;
    }
}

@media only screen and (min-width: 979px) {
    .gridWrap .gridWidth_33 {
        width: 33.33%;
    }
    .gridWrap .gridWidth_25 {
        width: 25%;
    }

    /*gleiche Höhe */
    .gridWrap {
        display: flex;
        align-items: stretch;
    }
    .gridWrap .articleGrid {
        overflow: hidden;
    }
    .gridWrap .articleGrid .textWrap {
        height: 100%;
    }
}

.gridWrap.tax_startraster {
    text-align: center;

}
.gridWrap.tax_startraster .articleImg {
    padding: 2em;
}
.gridWrap.tax_startraster .articleImg .imgWrap {
    border-radius: 9999px;
    overflow: hidden;
}

.popout.dark .popoutInner {
    background: rgba(201, 201, 201, 0.2);
}


.popoutInner > .textWrap {
    z-index: 2;
}
.popoutInner > .textWrap .innerWrap {

}
.popoutInner .imagesWrap .imgWrap .caption {
    display: none;
}
.popoutInner .textWrap .innerWrap > :first-child {
    margin-top: 0;
}
.popoutInner .textWrap .innerWrap > :last-child {
    margin-bottom: 0;
}
.popoutInner .imagesWrap .imgWrap {
    width: 100%;
}
.popoutInner .vid,
.popoutInner .teaser {
    width: 100%;
}
@media only screen and (max-width: 719px) {
    article .popout {
        margin-left: -10px;
        margin-right: -10px;
    }
    .popoutInner {
        display: flex;
        flex-direction: column;
    }
    .popoutInner > * {
        order: 1;
        padding: 40px 30px;
    }
    .popoutInner > *:nth-child(2) {
        padding-top: 0;
    }
    .popoutInner > .imagesWrap {
        margin: 0;
        order: 2;
        box-shadow: 0 20px 20px rgba(0,0,0,0.23);
    }

    .popoutInner > .textWrap {
        position: relative;
        z-index: 1;
    }
}
@media only screen and (min-width: 720px) {

    .popoutInner {
        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;
    }

    .popoutInner > * {
        position: relative;
        float: left;
        width: 60%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .popoutInner .imagesWrap {
        width: 40%;
        margin: 0;
        padding: 40px 20px;
    }
    .popoutInner .teaser .swiper-slide {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-bottom: 62.5%;
    }
    .popoutInner .teaser .swiper-slide img {
        display: none;
    }
    .popoutInner > .textWrap .innerWrap {
        padding: 40px 20px;
    }
    .popout.ltr .popoutInner .textWrap .innerWrap {
    }
    .popout.rtl .popoutInner .textWrap .innerWrap {
    }
    .popout.rtl .popoutInner .textWrap {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .popout.ltr .popoutInner :nth-child(2n) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .popoutInner .imagesWrap.imgNone .imagesInnerWrap {
        margin: 0;
    }
    .popoutInner .imagesWrap.imgNone .imagesInnerWrap {
        margin: 0;
        width: 100%;
    }
    .popoutInner .imagesWrap.imgNone .imgWrap {
        float: none;
        padding: 0;
        width: 100%;
    }

}
@media only screen and (min-width: 960px) {
    .popoutInner > * {
        width: 40%;
    }
    .popoutInner > .textWrap {
        width: 60%;
    }
    .popoutInner .imagesWrap {
        padding: 40px;
    }
    .popoutInner > .textWrap .innerWrap {
        padding: 40px;
    }
    .popout.ltr .popoutInner .textWrap .innerWrap {
        border-right-width:15px;
    }
    .popout.rtl .popoutInner .textWrap .innerWrap {
        border-left-width:15px;
    }

}
@media only screen and (min-width: 1280px) {
    .popoutInner > .textWrap .innerWrap {
        padding: 40px 6%;
    }
    .popoutInner .imagesWrap {
        padding: 40px;
    }

}

/* TEASER */
#teaser {
    position:relative;
    transition: margin 0.3s;
    border-bottom: 5px solid #FFF;
    z-index: 0;
}

/*.slider {
    position:relative;
}
.slider .headline {
    position:absolute;
    bottom:60px;
    right:0;
    left:0;
    padding:10px 40px;
    background:#787878;
    color:#fff;
    text-align:right;
    font-size:2.2em;
    text-transform:uppercase;
}
.slider .headline > * {
    margin:0;
}*/
.slider .sliderWrapper,
#teaser .sliderWrapper {
    overflow:hidden;
    position:relative;
}
.slider ul,
#teaser ul {
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    min-height: 30vh;
    max-height: 50vh;
    height: 30vw;
}
@media only screen and (min-width: 960px) {
    #teaser ul {
        min-height: 40vh;
        max-height: 70vh;
        height: 40vw;
    }
}
.modul_start #teaser ul {
    min-height: 400px;
    max-height: calc(100vh - 70px);
    height: 62.5vw;
}

#teaser ul li {
    margin:0; padding:0;
    display:none;
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center center;
    background-size:cover;
}
.sliderWrapper ul li .info { opacity:0; position:absolute; max-width:66%; }

#teaser ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    pointer-events: none;
    width: 100%;
    height: 50%;
    opacity: 0.7;

    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc3', endColorstr='#007cc3', GradientType=0 );
}

#teaser video {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

#teaser .slider_navigation {
    z-index: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#teaser .slider_navigation span {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    position: relative;
    width: 60px;
    height: 60px;
}
#teaser .slider_navigation span.prev:before,
#teaser .slider_navigation span.next:before {
    content: '\f30a';
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 1;
}
#teaser .slider_navigation span.prev:after,
#teaser .slider_navigation span.next:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #194870;
    opacity: 0.8;
}
#teaser .slider_navigation span.next {
    position: absolute;
    right: 0;
}
#teaser .slider_navigation span.next:before {
    content: '\f30b';
    left: auto;
    right: 10px;
}
#teaser .slider_navigation span.next:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #194870 transparent;
}
#teaser .slider_pager {
    position: absolute;
    width: 80%;
    text-align: center;
    bottom: 20px;
    left: 10%;
    z-index: 5;
    cursor: pointer;
}
#teaser .slider_pager span {
    display: inline-block;
    width: 50px;
    height: 5px;
    text-indent: -999px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-left: 10px;
    transition: background 0.5s;
}
#teaser .slider_pager span.active {
    background: #194870;
}
.teaser .teaserImg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.teaser li.backgroundCover .teaserImg {
    background-size: cover;
}
.teaser li.backgroundContain .teaserImg {
    background-size: contain;
}
.teaser li .teaserItemTitle {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.teaser li .teaserItemTitleInner {
    display: table-cell;
    padding-right: 4%;
}
.teaser li.txtAtRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: middle;
}
.teaser li.txtAtLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: middle;
}
.teaser li.txtAtTop .teaserItemTitleInner {
    text-align: center;
    vertical-align: top;
}
.teaser li.txtAtTopLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: top;
}
.teaser li.txtAtTopRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: top;
}
.teaser li.txtAtBottom .teaserItemTitleInner {
    text-align: center;
    vertical-align: bottom;
}
.teaser li.txtAtBottomLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: bottom;
}
.teaser li.txtAtBottomRight .teaserItemTitleInner {
    text-align: left;
    vertical-align: bottom;
}
.teaser li.txtAtCenter .teaserItemTitleInner {
    text-align: center;
    vertical-align: middle;
}
.teaser .wrapInner .h2 {
    color: #FFF;
    margin-bottom: 5px;
    margin-top: 0;
    display: inline-block;
    font-size: 1.5em;
}
.teaser .wrapInner {
    padding: 15px;
    text-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
    color: #FFF;
    font-weight: 400;
    line-height: 1.4em;
}
.teaser .h1, .teaser h2,
.teaser .h3 {
    margin: 0 -5px;
    color: #FFF;
    font-weight: 400;
}
.teaser .h1:first-child {
    margin-top: -15px;
}

a.teaserItemTitle {
    text-decoration: none;
}
.teaser li .teaserItemTitleInner .wrap {
    padding: 0;
}
@media only screen and (min-width: 380px) {
    .teaser li .teaserItemTitleInner .wrap {
        padding: 35px 0;
    }
    .teaser .wrapInner .h2 {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 640px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 100px);
    }
    #teaser .teaserItemTitleInner {
        padding: 0;
    }
    .teaser li .teaserItemTitleInner {
        padding-right: 80px;
    }
}
@media only screen and (min-width: 960px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 150px);
    }
    .teaser li .teaserItemTitleInner .wrap {
        width: 70%;
        width: calc(70% + 40px);
        padding: 50px 0;
    }

    .teaser .wrapInner .h2 {
        font-size: 40px;
    }
    .teaser h2 {
        font-size: 2.5em;
        line-height: 1em;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 1079px) {
    .slider ul,
    #teaser ul {
        max-height: 70vh;
    }
}
@media only screen and (min-width: 1440px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 200px);
    }
    .teaser li .teaserItemTitleInner .wrap {
        width: calc(45% + 40px);
        padding: 50px 0;
        padding-right: 5%;
    }
}
@media only screen and (min-width: 2000px) {
    .teaser li .teaserItemTitleInner .wrap {
        width: calc(70% + 40px);
        padding: 50px 0;
        padding-right: 5%;
    }
}

/* GUTSCHEINE */
.payment .paymentWrapper {
    padding: 10px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
.payment input {
    display:none;
}
.payment .paymentWrapper {
    position: relative;
    padding:10px 10px 10px 35px;
    background:#fff;
    cursor:pointer;
}
.payment + .payment .paymentWrapper {
    margin-top:20px;
}
.payment .paymentWrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #8d8d8d;
    left: 10px;
    top: 14px;
    border-radius:2px;
}
.payment .paymentWrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    left: 13px;
    top: 18px;
    transform: rotate(-45deg);
    border-color: #000;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.payment.summary .paymentWrapper:before,
.payment.summary .paymentWrapper:after,
.payment input:checked + .paymentWrapper:before,
.payment input:checked + .paymentWrapper:after {
    border-color: #fff;
}

.payment.summary .paymentWrapper,
.payment input:checked + .paymentWrapper {
    background:#767676;
    background: -moz-linear-gradient(top, rgba(0,166,74,0.9) 0%, rgba(54,91,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
    background: linear-gradient(to bottom, rgba(0,166,74,0.9) 0%,rgba(54,91,106,1) 100%);
}
.payment.summary .paymentWrapper,
.payment.summary .paymentWrapper a,
.payment input:checked + .paymentWrapper,
.payment input:checked + .paymentWrapper [class^="icon"],
.payment input:checked + .paymentWrapper strong,
.payment input:checked + .paymentWrapper a {
    color:#fff;
}
.payment input:checked + .paymentWrapper a {
    text-decoration:underline;
}
.sel .optsContainer,
.hostelSelect .optsContainer {
    padding:0;
}
.sel .optsContainer .optsInline,
.hostelSelect .optsContainer .optsInline {
    display:block;
    float:none;
    margin: 0;
    padding: 0;
    border: none;
}
.sel .optsContainer {
    margin: 0;
}
.sel .optsContainer .optsInline input[type="radio"],
.sel .optsContainer .optsInline input[type="checkbox"]{
    display: none;
}
.sel .optsContainer .optsInline label {
    padding: 10px 10px 10px 35px;
    display: block;
    position: relative;
}
.sel .optsContainer .optsImg input[type="radio"] + label .name:before,
.sel .optsContainer .optsImg input[type="checkbox"] + label .name:before,
.sel .optsContainer .optsInline input[type="radio"] + label:before,
.sel .optsContainer .optsInline input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #8d8d8d;
    left: 10px;
    top: 14px;
    border-radius:2px;
}
.sel .optsContainer .optsImg input[type="radio"] + label .name:after,
.sel .optsContainer .optsImg input[type="checkbox"] + label .name:after,
.sel .optsContainer .optsInline input[type="radio"] + label:after,
.sel .optsContainer .optsInline input[type="checkbox"] + label:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    left: 13px;
    top: 18px;
    transform: rotate(-45deg);
    border-color: #000;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.optsContainer .optsInline input[type="radio"]:checked + label:after,
.optsContainer .optsInline input[type="checkbox"]:checked + label:after,
.optsContainer .optsInline input[type="radio"]:checked + label:before,
.optsContainer .optsInline input[type="checkbox"]:checked + label:before {
    border-color: #000;
}
@media only screen and (min-width: 720px) {
    .payment .paymentWrapper:before,
    .sel .optsContainer .optsImg input[type="radio"] + label .name:before,
    .sel .optsContainer .optsImg input[type="checkbox"] + label .name:before,
    .sel .optsContainer .optsInline input[type="radio"] + label:before,
    .sel .optsContainer .optsInline input[type="checkbox"] + label:before {
        top: 19px;
    }
    .payment .paymentWrapper:after,
    .sel .optsContainer .optsImg input[type="radio"] + label .name:after,
    .sel .optsContainer .optsImg input[type="checkbox"] + label .name:after,
    .sel .optsContainer .optsInline input[type="radio"] + label:after,
    .sel .optsContainer .optsInline input[type="checkbox"] + label:after {
        top: 23px;
    }
}

/* 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:#194870;
}
.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 20px;
    position: relative;
    color: #365b6a;
    text-decoration: none;
    max-width: 35%;
    overflow: hidden;
}
.pages a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
.pages a.enabled:first-child:before,
.pages a.enabled:last-child:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent #365b6a transparent transparent;
    border-style: solid;
    border-width: .357em .429em .357em 0;
    left: 0;
    top: 3px;
}
.pages a.enabled:first-child:before {
    left: 0;
}
.pages a.enabled:last-child:after {
    border-color: transparent transparent transparent #365b6a;
    border-width: .357em 0 .357em .429em;
    right: 0;
    left: auto;
}
.pages a.disabled {
    color: #CCC;
    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;
    }
}
