#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* allgemeine Definition */
.sc {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    clear: none !important;
}

.sc-first {
    clear: both !important;
}

.sc-last {
}

.sc-clear {
    clear: left;
}

.sc-rowspan > * {
    margin: 0!important;
    padding: 0!important;
}

/* 2-spaltig */
.sc2 {
    width: 49.5%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc2-first {
    clear: left;
}

.sc2-last {
    padding-right: 0;
}

/* 3-spaltig */
.sc3 {
    width: 32.3%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc3-first {
    clear: left;
}

.sc3-last {
    padding-right: 1.1%;
}

.sc3-2 {
    width: 65.6%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc3-2-first {
    clear: left;
}

.sc3-2-last {
    padding-right: 1.1%;
}

/* 4-spaltig */
.sc4 {
    width: 24%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc4-first {
    clear: left;
}

.sc4-last {
}

.sc4-2 {
    width: 49%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc4-2-first {
    clear: left;
}

.sc4-2-last {
}

.sc4-3 {
    width: 74%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc4-3-first {
    clear: left;
}

.sc4-3-last {
}

/* 5-spaltig */
.sc5 {
    width: 19%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc5-first {
    clear: left;
}

.sc5-last {
}

.sc5-2 {
    width: 39%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc5-2-first {
    clear: left;
}

.sc5-2-last {
}

.sc5-3 {
    width: 59%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc5-3-first {
    clear: left;
}

.sc5-3-last {
}

.sc5-4 {
    width: 79%;
    padding-right: 1%;
    float: left;
    display: inline;
}

.sc5-4-first {
    clear: left;
}

.sc5-4-last {
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,#cboxContent,#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .9;
    filter: alpha(opacity = 90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc
}

#cboxLoadingGraphic {
    background: url("../../files/assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center
}

#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0
}

#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url("../../files/assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url("../../files/assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url("../../files/assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: bottom center
}

/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0 0,0 0,0 0,0 0);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Lato,sans-serif;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.mejs-audio {
    margin-top: 18px
}

.mejs-container:focus {
    outline: none
}

.me-plugin {
    position: absolute
}

.mejs-embed,.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

.mejs-fullscreen {
    overflow: hidden!important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {
    width: 100%;
    height: 100%
}

.mejs-clear {
    clear: both
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(../../files/assets/jquery/mediaelement/2.21.2/images/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(0,0,0,.9);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(0,0,0,.7);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
    height: 30px;
    width: 100%
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Lato,sans-serif;
    border: 0
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(../../files/assets/jquery/mediaelement/2.21.2/images/controls.png)
}

.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px
}

.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));
    background: -webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(50,50,50,.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255,255,255,.5);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255,255,255,.9);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255,255,255,.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(50,50,50,.7);
    border: solid 1px transparent;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
    visibility: visible
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: Lato,sans serif;
    font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0,0,0,.7);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
    overflow: hidden;
    border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102,102,102,.7);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));
    background: -webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: -moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: -o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: -ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
    background: linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(20,20,20,.5);
    white-space: pre-wrap
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Lato,sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2c7c91;
    color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(50,50,50,.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: Lato,sans-serif;
    font-size: 10px
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(50,50,50,.7);
    z-index: 1000;
    overflow: hidden
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(50,50,50,.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}

div.mejs-speed-button {
    width: 46px!important;
    position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: 0 0;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    display: none;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/background.png);
    background: rgba(50,50,50,.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
    display: block
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: Lato,sans-serif;
    font-size: 11.5px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8!important;
    background-color: rgba(255,255,255,.4)!important
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/jumpforward.png) no-repeat;
    background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
    background: 0 0;
    font-size: 9px;
    line-height: normal;
    color: #fff
}

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: url(../../files/assets/jquery/mediaelement/2.21.2/images/skipback.png) no-repeat;
    background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: 0 0;
    font-size: 9px;
    line-height: normal;
    color: #fff
}

/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */
table.sortable thead th {
    background-image: url("../../files/assets/jquery/tablesorter/2.0.5/images/default.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

table.sortable thead th.headerSortDown {
    background-image: url("../../files/assets/jquery/tablesorter/2.0.5/images/asc.gif");
}

table.sortable thead th.headerSortUp {
    background-image: url("../../files/assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider {
    overflow: hidden;
    visibility: hidden;
    position: relative
}

.slider-wrapper {
    overflow: hidden;
    position: relative
}

.slider-wrapper>* {
    float: left;
    width: 100%;
    position: relative
}

.slider-control {
    height: 30px;
    position: relative
}

.slider-control a,.slider-control .slider-menu {
    position: absolute;
    top: 9px;
    display: inline-block
}

.slider-control .slider-prev {
    left: 0
}

.slider-control .slider-next {
    right: 0
}

.slider-control .slider-menu {
    top: 0;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    font-size: 27px;
    text-align: center
}

.slider-control .slider-menu b {
    color: #bbb;
    cursor: pointer
}

.slider-control .slider-menu b.active {
    color: #666
}

@media screen {
    /* Layout.css */
    body {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .block {
        overflow: hidden
    }

    img {
        border: 0px
    }

    #wrapper,header,#container,#main,aside,footer,.custom,.custom .inside,.inside {
        position: relative;
        display: block
    }

    #container:after {
        height: 0px;
        clear: both;
        display: block;
        visibility: hidden;
        content: "."
    }

    #wrapper {
        width: 90%;
        position: relative;
        display: block;
        margin-right: 5%;
        margin-left: 5%
    }

    header {
        min-height: 110px
    }

    header .inside,footer .inside,#container,.custom .inside {
        margin-right: 0;
        margin-left: 0;
        width: auto
    }

    #container {
        padding: 3%
    }

    #Slidersection .inside {
        padding-right: 3%;
        padding-left: 3%
    }

    #Informationsection .inside {
        padding: .5% 3% 1.5%;
        /* color: #$skin1 */
    }

    #footer .inside {
        padding: 1% 3% 1.5%;
        /* color: #$skin1 */
    }

    #Copyrightsection .inside {
        padding: 1% 3%
    }

    .ce_gallery ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .ce_gallery li {
        float: left
    }

    .ce_gallery li.col_first {
        clear: left
    }

    .float_left {
        float: left
    }

    .float_right {
        float: right
    }
}

@media (min-width: 1140px) {
    /* Layout_min_1140px.css */ #wrapper {
        max-width:1100px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

/* Simple_Columns_Custom.css */
.sc2 {
    width: 48.5%;
    padding-right: 3%
}

.sc3 {
    width: 31.3%;
    padding-right: 3%
}

.sc3-2 {
    width: 65.6%;
    padding-right: 3%
}

.sc4 {
    width: 22.75%;
    padding-right: 3%
}

.sc4-2 {
    width: 48.5%;
    padding-right: 3%
}

.sc4-3 {
    width: 74.25%;
    padding-right: 3%
}

.sc5 {
    width: 17.6%;
    padding-right: 3%
}

.sc5-2 {
    width: 38.2%;
    padding-right: 3%
}

.sc5-3 {
    width: 58.8%;
    padding-right: 3%
}

.sc5-4 {
    width: 79.4%;
    padding-right: 3%
}

.sc-last {
    padding-right: 0
}

@media (max-width: 767px) {
    .sc2, .sc3, .sc3-2, .sc4, .sc4-2, .sc4-3, .sc5, .sc5-2, .sc5-3, .sc5-4 {
        width:100% !important;
        padding-right: 0% !important;
    }
}

@media (max-width: 1139px) {
    #Slidersection .sc2,#Slidersection .sc3,#Slidersection .sc3-2,#Slidersection .sc4,#Slidersection .sc4-2,#Slidersection .sc4-3,#Slidersection .sc5,#Slidersection .sc5-2,#Slidersection .sc5-3,#Slidersection .sc5-4 {
        width:100% !important;
        padding-right: 0% !important;
    }
}

/* Elements.css */
body {
    font-family: Lato,sans-serif;
    font-size: 18px;
    color: #626262;
    font-weight: 400
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

h2,h4 {
    color: #ffffff;
    font-weight: 600
}

h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 30;
    color: #174490;
    font-weight: 600
}

h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Lato,sans-serif;
    font-size: 24px;
    color: #174490;
    font-weight: 600
}

h5 {
    margin-top: 24px;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 2px dotted #ff9933;
    font-size: 18px;
    /* color: #$skin2; */
    font-weight: 600
}

h6 {
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 18px;
    /* color: #$skin2; */
    font-weight: 600;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight: inherit
}

p {
    margin-top: 9px;
    font-family: Lato,sans-serif;
    line-height: 133%
}

em {
    font-style: italic
}

strong,b,.strong {
    font-weight: 700
}

.small {
    font-family: Lato,sans-serif;
    font-size: 80%
}

.red {
    font-weight: bold;
    color: #c40212
}

.blue {
    font-weight: bold;
    color: #174490
}

.white {
    font-weight: bold;
    color: #fff
}

.call {
    font-family: Lato,sans-serif;
    font-size: 14px
}

figcaption {
    margin-top: 5px;
    font-size: 14px;
    line-height: 120%;
    color: #626262
}

.pagetitle {
    margin-bottom: 0;
    font-weight: 700
}

input {
    font: 13px 'Lato', sans-serif !important
}

a {
    font-family: Lato;
    font-weight: 400;
    text-decoration: none;
    color: #174490;
    border: none
}

footer a {
    color: #ffffff
}

Informationsection a {
    color: #ffffff
}

a:hover {
    text-decoration: underline
}

a:focus {
    outline: none
}

anker1 {
}

anker2 {
}

img {
    border: none
}

.responsive img {
    width: 100% !important;
    height: auto !important
}

.big_button a,a.big_button {
    position: relative;
    display: block;
    padding: 15px 30px;
    text-align: center;
    background-color: #ff9933;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff
}

.big_button a:hover,a.big_button:hover {
    background-color: rgba(255,153,51,.9)
}

p.more a,a.more,p.back a,a.back,a.toplink,.toplink a {
    padding: 10px 17px;
    background-color: #ff9933;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400
}

p.more a:hover,a.more:hover,p.back a:hover,a.back:hover,a.toplink,.toplink a {
    background-color: rgba(255,153,51,.9)
}

p.warning {
    padding: 20px;
    text-align: center;
    background-color: #92cee3;
    border: 1px solid #f00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p.warning:before {
    width: 100%;
    height: 30px;
    position: relative;
    float: none;
    clear: both;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    font: 30px FontAwesome;
    font-weight: normal;
    color: #f00;
    content: "\f071"
}

blockquote p {
    position: relative;
    display: block;
    font-weight: 300
}

@media (max-width: 767px) {
    blockquote p {
        font-size:20px !important;
        line-height: 25px !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

blockquote {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

p.confirmation {
    padding: 20px;
    text-align: center;
    background-color: #92cee3;
    border: 1px solid #15ff00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p.confirmation:before {
    width: 100%;
    height: 30px;
    position: relative;
    float: none;
    clear: both;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    font: 30px FontAwesome;
    font-weight: normal;
    color: #15ff00;
    content: "\f024"
}

p.information {
    font-weight: 300
}

.clear {
    height: 0px;
    position: relative;
    float: none;
    clear: both;
    display: block
}

.colored {
    color: #ff9933
}

.hidden {
    display: none
}

@media (max-width: 767px) {
    .responsive_hidden {
        display:none !important;
    }
}

.line {
    width: 100%;
    height: 2px;
    background-color: #ff9933;
    font-size: 1px;
    line-height: 1px
}

.center {
    text-align: center
}

header {
    background-color: #174490
}

#container {
    background-color: #ffffff
}

#Informationsection {
    background-color: #5aa7d5;
    color: #ffffff
}

#Slidersection {
    background-color: #ffffff;
    color: #ffffff
}

footer {
    background-color: #ff9933;
    color: #ffffff
}

#Copyrightsection {
    background-color: #174490;
    font-size: 12px;
    color: #fff
}

figure {
    margin: 0;
    padding: 0;
    line-height: 0px
}

figure:focus,img:focus {
    outline: none
}

.invisible {
    width: 0px;
    height: 0px;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline
}

#logo {
    position: relative;
    float: left;
    margin-top: 30px
}

#logo a {
    position: relative;
    display: block;
    font-size: 30px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 200
}

.mainmenu {
    position: relative;
    float: right;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: visible !important
}

.mainmenu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.mainmenu ul.level_1 {
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.mainmenu ul.level_1 li {
    position: relative;
    float: left;
    display: block
}

.mainmenu ul.level_1 li a,.mainmenu ul.level_1 li span.active,.mainmenu ul.level_1 li span.forward {
    height: 34px;
    position: relative;
    display: inline-block;
    margin-top: 2px;
    padding: 16px 13px 0;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    color: #fff
}

.mainmenu ul.level_1 li a:hover,.mainmenu ul.level_1 li span.active,.mainmenu ul.level_1 li.submenu:hover > a,.mainmenu ul.level_1 li a.trail,.mainmenu ul.level_1 li span.forward {
    background-color: #ff9933;
    color: #ffffff
}

.mainmenu ul.level_1 li > ul {
    position: absolute;
    background-color: #ff9933;
    z-index: 999
}

.mainmenu ul.level_1 li > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s, 0s;
    -moz-transition-duration: .2s, 0s;
    -o-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s;
    -webkit-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s
}

.mainmenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.mainmenu ul.level_2 {
    min-width: 150px;
    top: 50px;
    width: auto
}

.mainmenu ul.level_2 li {
    width: 100%;
    position: relative;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0
}

.mainmenu ul.level_2 li a,.mainmenu ul.level_2 li span.active,.mainmenu ul.level_2 li span.forward {
    position: relative;
    float: none;
    display: block;
    white-space: nowrap;
    color: #ffffff
}

.mainmenu ul.level_2 li a:hover,.mainmenu ul.level_2 li span.active,.mainmenu ul.level_2 li a.trail,.mainmenu ul.level_2 li.submenu:hover > a,.mainmenu ul.level_2 li span.forward {
    background-color: rgba(0,0,0,.05)
}

.mainmenu ul.level_2 li > ul {
    min-width: 150px;
    left: 0;
    top: 0;
    margin-left: 100%;
    width: auto
}

@media (min-width: 1140px) {
    .mainmenu ul.level_1>li.first>a, .mainmenu ul.level_1>li.first>span {
        width:50px;
        height: 50px;
        padding: 0px;
        margin: 0px;
    }

    .mainmenu ul.level_1>li.first>a:after, .mainmenu ul.level_1>li.first>span:after {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 35px;
        padding-top: 15px;
        background-color: #174490;
        font: 22px FontAwesome;
        color: #fff;
        content: "\f015";
        text-align: center;
    }

    .mainmenu ul.level_1>li.first>a:hover:after,.mainmenu ul.level_1>li.first>a.trail:after,.mainmenu ul.level_1>li:hover.first>a:after,.mainmenu ul.level_1>li.first>span.active:after,.mainmenu ul.level_1>li.first>span.forward:after {
        background-color: #ff9933;
        color: #ffffff;
    }
}

.mainmenu a.mobile_handle {
    display: none
}

@media (max-width: 1139px) {
    /* Handle */.mainmenu a.mobile_handle {
        height:36px;
        width: 50px;
        position: relative;
        float: right;
        margin-bottom: 20px;
        margin-top: -42px;
        display: block;
        overflow: hidden;
        background: #ff9933;
        padding-top: 14px;
        font-size: 14px;
        text-decoration: none;
        color: #292929;
        text-align: center;
        cursor: pointer;
    }

    /* Res Nav */
    .mainmenu {
        width: 94%;
        margin: 0 3% 0 3%;
    }

    .mainmenu ul {
        position: relative;
        clear: right;
        margin-bottom: 30px !important;
        background: #174490;
        -ms-transition: all 0s ease-in-out;
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out
    }

    .mainmenu ul.level_1 {
        height: auto;
        margin-bottom: 30px !important;
    }

    .mainmenu ul.level_1 li {
        float: none;
        width: 100%;
    }

    .mainmenu ul.level_1 li a, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward {
        width: 100%;
        display: block;
        height: 50px;
        padding: 14px 13px 13px 13px;
        border-top: 1px solid rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mainmenu ul.level_1 li a:hover, .mainmenu ul.level_1 li span.active, .mainmenu ul.level_1 li span.forward {
        background-color: #ff9933 !important;
        color: #174490;
    }

    .mainmenu ul.level_1 li a.trail, .mainmenu ul.level_1 li.submenu:hover > a {
        background-color: rgba(0,0,0,0.1);
        color: #fff;
    }

    .mainmenu ul li a:hover {
        background: #ff9933 !important;
        color: #174490 !important;
    }

    .mainmenu ul.level_1 li > ul {
        position: relative;
        background-color: #174490;
        z-index: 99;
    }

    .mainmenu ul.level_1 li > ul {
        padding: 0px;
        display: none;
        -webkit-transition-property: opacity, visibility;
        -moz-transition-property: opacity, visibility;
        -o-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition-duration: .2s, 0s;
        -moz-transition-duration: .2s, 0s;
        -o-transition-duration: .2s, 0s;
        transition-duration: .2s, 0s;
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        -o-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }

    .mainmenu ul.level_2 {
        min-width: auto;
        top: 0px;
        width: auto;
    }

    .mainmenu ul.level_2 li {
    }

    .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward {
        background: #174490;
        color: #fff;
    }

    .mainmenu ul.level_2 li a:hover, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward {
        background-color: #ff9933;
        color: #174490;
    }

    .mainmenu ul.level_2 li a.trail, .mainmenu ul.level_2 li.submenu:hover > a {
        background-color: rgba(0,0,0,0.1);
        color: #fff;
    }

    .mainmenu ul.level_2 li > ul {
        min-width: auto;
        width: auto;
        left: 0;
        top: 0;
        margin-left: 0%;
        padding: 0px;
    }

    .mainmenu ul.level_2 li a, .mainmenu ul.level_2 li span.active, .mainmenu ul.level_2 li span.forward {
        padding-left: 30px !important;
    }

    .mainmenu ul.level_3 li a, .mainmenu ul.level_3 li span.active, .mainmenu ul.level_3 li span.forward {
        padding-left: 45px !important;
    }

    .mainmenu ul.level_4 li a, .mainmenu ul.level_4 li span.active, .mainmenu ul.level_4 li span.forward {
        padding-left: 60px !important;
    }

    .mainmenu ul.level_5 li a, .mainmenu ul.level_5 li span.active, .mainmenu ul.level_5 li span.forward {
        padding-left: 75px !important;
    }

    .mainmenu ul.level_6 li a, .mainmenu ul.level_6 li span.active, .mainmenu ul.level_6 li span.forward {
        padding-left: 90px !important;
    }

    /* Sub Arrow */
    .mainmenu ul li a.sub_nav {
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0px;
        top: 0px;
        margin: 0;
        padding: 0px !important;
        background-color: #292929 !important;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

    .mainmenu ul li a.sub_nav:hover {
        background-color: #ff9933 !important;
        color: #174490;
    }

    .mainmenu .icon-angle-up, .mainmenu .icon-angle-down {
        position: relative;
        display: block;
        padding-top: 15px;
        font-size: 18px;
    }
}

.styleswitcher_area {
    width: 300px;
    height: 100%;
    left: -300px;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,.9);
    -ms-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    z-index: 9999
}

@media (max-width: 767px) {
    .styleswitcher_area {
        display:none;
    }
}

.styleswitcher_area:hover {
    left: 0
}

.styleswitcher_area:after {
    width: 35px;
    height: 40px;
    top: 45%;
    position: absolute;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 3px;
    text-align: center;
    background-color: rgba(0,0,0,.9);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font: 20px FontAwesome;
    font-weight: normal;
    color: #f2f2f2;
    behavior: url('assets/css3pie/1.0.0/PIE.htc');
    right: -38px;
    -webkit-font-smoothing: antialiased;
    content: "\f085"
}

.mod_zad_switcher {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center
}

.mod_zad_switcher h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: normal;
    color: #ededed
}

.mod_zad_switcher a {
    position: relative;
    display: inline-block;
    background-color: #6cf;
    border-radius: 1px;
    font-family: TitilliumText22LXBold;
    font-weight: normal;
    text-decoration: none;
    color: #292929;
    behavior: url('assets/css3pie/1.0.0/PIE.htc')
}

.mod_zad_switcher a:hover {
    background-color: rgba(102,204,255,.95)
}

.sw_shadow a {
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 40px
}

.sw_max_width a {
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 27px
}

.sw_model a {
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 31px
}

.sw_background a {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #fff
}

.sw_background a:hover {
    background-color: #fff
}

.sw_background img {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.sw_skin a {
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 31px
}

.mod_changelanguage {
    position: relative;
    display: block
}

#Languagesection {
    right: 0;
    top: 50%;
    position: fixed;
    padding: 10px 7px 10px 10px;
    background-color: #174490;
    border-radius: 2px 0 0 2px;
    behavior: url('assets/css3pie/1.0.0/PIE.htc')
}

.mod_changelanguage .choose_language span {
    display: none
}

header .social_media_icons {
    height: 25px;
    position: relative;
    float: right;
    display: block;
    margin-top: 20px;
    margin-right: 15px;
    padding-left: 10px;
    border-left: 1px solid #ff9933
}

#footer .social_media_icons {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    text-align: center;
    border-left: 0px
}

header .social_media_icons .ce_hyperlink {
    width: 25px;
    height: 20px;
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    margin-left: 5px;
    padding-top: 5px;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 15px
}

footer .social_media_icons .ce_hyperlink {
    position: relative;
    overflow: hidden;
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 5px;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 30px
}

.social_media_icons .ce_hyperlink:hover {
    background-color: #ff9933;
    color: #ffffff
}

.social_media_icons .ce_hyperlink figure,.social_media_icons .ce_hyperlink img {
    width: 25px;
    height: 25px
}

.social_media_icons .ce_hyperlink a {
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    font-size: 0px
}

.header_contact {
    height: 25px;
    position: relative;
    float: right;
    display: block;
    margin-top: 20px;
    margin-right: 15px;
    padding-left: 10px;
    border-left: 1px solid #ff9933
}

.mail_us_button,.call_us_button {
    position: relative;
    float: left;
    display: block;
    margin-left: 5px
}

.mail_us_button a,.call_us_button a {
    height: 19px;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 0;
    line-height: 13px;
    text-decoration: none;
    color: #626262
}

.mail_us_button a:hover,.call_us_button a:hover {
    background-color: #ff9933;
    color: #ffffff
}

.call_us_button a:before,.mail_us_button a:before {
    width: 25px;
    height: 21px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: -6px;
    margin-right: 5px;
    padding-top: 4px;
    text-align: center;
    font: 16px FontAwesome;
    color: #626262
}

.mail_us_button a:before {
    content: "\f0e0"
}

.call_us_button a:before {
    content: "\f095"
}

.call_us_button a:hover:before,.mail_us_button a:hover:before {
    background-color: rgba(0,0,0,.05);
    color: #ffffff
}

.reg_log {
    height: 25px;
    position: relative;
    float: right;
    display: block;
    margin-top: 20px;
    margin-right: 15px;
    padding-left: 10px
}

#header .login_button {
    position: relative;
    float: left;
    display: block;
    margin-left: 5px
}

#header .login_button a:before {
    width: 25px;
    height: 20px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: -6px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: center;
    font: 16px FontAwesome;
    color: #626262;
    content: "\f13e"
}

#header .login_button a:hover:before {
    background-color: rgba(0,0,0,.05);
    color: #ffffff
}

#header .login_button a {
    height: 19px;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 0;
    line-height: 13px;
    text-decoration: none;
    color: #626262;
    cursor: pointer
}

#header .login_button a:hover {
    background-color: #ff9933;
    color: #ffffff
}

#header .register_button a:before {
    width: 25px;
    height: 21px;
    position: relative;
    float: left;
    display: inline-block;
    margin-top: -6px;
    margin-right: 5px;
    padding-top: 4px;
    text-align: center;
    font: 16px FontAwesome;
    color: #626262;
    content: "\f007"
}

#header .register_button a:hover:before {
    background-color: rgba(0,0,0,.05);
    color: #ffffff
}

#header .register_button {
    position: relative;
    float: left;
    display: block;
    margin-left: 5px
}

#header .register_button a {
    height: 19px;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 0;
    line-height: 13px;
    text-decoration: none;
    color: #626262
}

#header .register_button a:hover {
    background-color: #ff9933;
    color: #ffffff
}

#header .header_article {
    position: relative;
    float: right;
    margin-right: 20px
}

.mod_breadcrumb {
    width: 100%;
    position: relative;
    clear: both;
    display: block;
    padding-bottom: 10px
}

.mod_breadcrumb ul {
    margin: 0;
    padding: 0
}

.mod_breadcrumb ul li {
    position: relative;
    float: left;
    display: block;
    margin-right: 10px
}

.mod_breadcrumb ul li a {
    text-decoration: none;
    color: #626262
}

.mod_breadcrumb ul li a:hover {
    text-decoration: none;
    color: #ff9933
}

.mod_breadcrumb ul li:before {
    margin-right: 10px;
    font-family: FontAwesome;
    content: "\f178"
}

.mod_breadcrumb ul li.first:before {
    display: none
}

.pdf_link {
    right: 0;
    top: -26px;
    position: absolute;
    white-space: nowrap
}

@media (max-width: 767px) {
    .pdf_link {
        top:0px;
    }
}

.pdf_link a {
    margin-left: 5px;
    font-size: 16px;
    color: #626262
}

.pdf_link a:hover {
    text-decoration: none;
    color: #ff9933
}

aside nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

aside nav ul li {
    width: 100%;
    position: relative;
    display: block;
    background-color: #92cee3;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

aside nav ul li a,aside nav ul li span,#portfolio_filter a {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1px;
    padding: 6px 10px 6px 15px;
    background-color: #92cee3;
    text-decoration: none;
    color: #174490;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

aside nav ul li a:before,aside nav ul li span:before,#portfolio_filter a:before {
    margin-right: 15px;
    font-family: FontAwesome;
    color: #ff9933;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

aside nav ul li a:hover:before,aside nav ul li span:hover:before,aside nav ul li span.active:before,#portfolio_filter a.active:before,#portfolio_filter a:hover:before {
    color: #ffffff
}

aside nav ul li a:hover,aside nav ul li span.active,aside nav ul li span.forward:hover,#portfolio_filter a:hover,#portfolio_filter a.active {
    background-color: #ff9933;
    text-decoration: none;
    color: #ffffff
}

aside nav ul.level_1 li > ul {
    display: none
}

aside nav ul.level_1 li.active > ul,aside nav ul.level_1 li.trail > ul {
    display: block
}

aside nav ul ul li {
    padding-left: 15px
}

.service-link {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 14px/130%;
    font-weight: 400
}

.service-link:before {
    font: 40px FontAwesome
}

.service-link a {
    position: relative;
    display: table;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 17px;
    background-color: #ff9933;
    font-family: Lato,sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400
}

.service-link a:hover {
    background-color: rgba(255,153,51,.9)
}

.mod_newslist .layout_latest,.mod_newsarchive .layout_latest {
    width: 25%;
    height: 1px;
    position: relative;
    float: left;
    display: block;
    padding-bottom: 25%
}

@media (max-width: 767px) {
    .mod_newslist .layout_latest, .mod_newsarchive .layout_latest {
        width:50%;
        padding-bottom: 50%;
    }
}

@media (max-width: 400px) {
    .mod_newslist .layout_latest, .mod_newsarchive .layout_latest {
        width:100%;
        padding-bottom: 100%;
    }
}

.mod_newslist .layout_latest figure,.mod_newslist .layout_latest img,.mod_newsarchive .layout_latest figure,.mod_newsarchive .layout_latest img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

.mod_newslist .layout_latest .news_box,.mod_newsarchive .layout_latest .news_box {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    background-color: rgba(0,0,0,.75);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 30px 70px;
    zoom: 1;filter: alpha(opacity=1);
    opacity: 0.01
}

.mod_newslist .layout_latest:hover .news_box,.mod_newsarchive .layout_latest:hover .news_box {
    width: 100%;
    height: 100%;
    padding: 30px 30px 30px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;filter: alpha(opacity=80);
    opacity: 0.8
}

.mod_newslist .layout_latest time,.mod_newsarchive .layout_latest time {
    width: 50px;
    height: 60px;
    left: 0;
    top: 0;
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #ff9933;
    z-index: 2
}

.categorie_box {
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0 10px;
    white-space: nowrap;
    background-color: #ff9933;
    font-size: 13px;
    color: #ffffff
}

.mod_newslist .layout_latest time .date_box_day,.mod_newsarchive .layout_latest time .date_box_day {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff
}

.mod_newslist .layout_latest time .date_box_month,.mod_newsarchive .layout_latest time .date_box_month {
    color: #ffffff
}

.mod_newslist .layout_latest .info,.mod_newsarchive .layout_latest .info {
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    padding-left: 21px;
    font-size: 11px;
    color: rgba(255,255,255,.5);
    z-index: 1
}

.mod_newslist .layout_latest .teaser,.mod_newsarchive .layout_latest .teaser {
    display: none
}

.mod_newslist .layout_latest h2,.mod_newsarchive .layout_latest h2 {
    margin-top: 0;
    padding-bottom: 10px
}

.mod_newslist .layout_latest h2 a,.mod_newsarchive .layout_latest h2 a {
    text-decoration: none;
    color: #fff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700
}

.mod_newslist .layout_latest h2 a:hover,.mod_newsarchive .layout_latest h2 a:hover {
    color: #ff9933
}

.mod_newslist .layout_latest .info i,.mod_newsarchive .layout_latest .info i {
    margin-right: 5px
}

.mod_newslist .layout_latest .info .icon-comments,.mod_newslist .layout_latest .info .icon-user,.mod_newslist .layout_latest .info .icon-exclamation-sign,.mod_newsarchive .layout_latest .info .icon-comments,.mod_newsarchive .layout_latest .info .i {
    margin-left: 20px
}

.mod_newslist .layout_latest p.more,.mod_newsarchive .layout_latest p.more {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1
}

.mod_newslist .layout_latest p.more a,.mod_newsarchive .layout_latest p.more a {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0px;
    background: transparent !important
}

.mod_newslist .layout_latest p.more a:after,.mod_newsarchive .layout_latest p.more a:after {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    padding-top: 45%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    content: "+";
    font-weight: 100 !important
}

.pagination {
    position: relative;
    float: none;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-top: 40px
}

.pagination ul {
    height: 30px;
    position: relative;
    float: left;
    display: block;
    margin: 0;
    padding: 15px 0 0;
    list-style-type: none
}

.pagination p {
    position: relative;
    float: right;
    display: block;
    margin-right: 10px
}

.pagination ul li {
    position: relative;
    float: left;
    display: block
}

.pagination ul li a,.pagination ul li span {
    margin-right: 10px;
    padding: 6px 13px;
    background-color: #92cee3;
    text-decoration: none;
    color: #174490;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.pagination ul li a:hover,.pagination ul li span {
    background-color: #ff9933;
    color: #ffffff
}

.mod_newsmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mod_newsmenu ul li a,.mod_newsmenu ul li span {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1px;
    padding: 6px 10px 6px 15px;
    background-color: #92cee3;
    text-decoration: none;
    color: #174490;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_newsmenu ul li.year a,.mod_newsmenu ul li.year span {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold
}

.mod_newsmenu ul li ul.level_2 {
    padding-bottom: 10px
}

.mod_newsmenu ul.level_2 li a,.mod_newsmenu ul.level_2 li span {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    font-weight: normal
}

.mod_newsmenu ul.level_2 li a:before,.mod_newsmenu ul.level_2 li span:before {
    margin-right: 15px;
    font-family: FontAwesome;
    color: #ff9933;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_newsmenu ul li a:hover:before,.mod_newsmenu ul li span:hover:before,.mod_newsmenu ul li span.active:before {
    color: #ffffff
}

.mod_newsmenu ul li a:hover,.mod_newsmenu ul li span.active {
    background-color: #ff9933;
    text-decoration: none;
    color: #ffffff
}

.mod_newsmenu ul li a b,.mod_newsmenu ul li span b {
    float: right;
    font-size: 11px;
    font-weight: normal;
    color: rgba(98,98,98,.7)
}

@media (max-width: 1020px) {
    .mod_newsmenu ul li a b, .mod_newsmenu ul li span b {
        display:none;
    }
}

.mod_newsreader .layout_full .info i,.mod_newsreader .layout_full .info i {
    margin-right: 5px
}

.mod_newsreader .layout_full .info .icon-comments,.mod_newsreader .layout_full .info .icon-user,.mod_newsarchive .layout_latest .info .icon-comments,.mod_newsarchive .layout_latest .info .icon-user {
    margin-left: 20px
}

.ce_comments {
}

.reply {
    margin-left: 50px
}

.comment {
    padding: 10px 10px 10px 20px;
    background-color: #92cee3;
    border-left: 4px solid #ff9933
}

.com_by {
    color: #ff9933
}

.ce_comments i {
    margin-right: 10px;
    margin-left: 20px
}

.ce_comments .form {
    margin-top: 20px
}

#Informationsection .layout_portfolio_images {
    width: 20%;
    height: 0px;
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    padding-bottom: 25%
}

#container .layout_portfolio_images {
    width: 25%;
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    padding-bottom: 25%;
    height: auto !important
}

.layout_portfolio_images_box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.layout_portfolio_images_box,.layout_portfolio_images_box figure,.layout_portfolio_images_box img {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important
}

.layout_portfolio_images_box a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 70px 30px 20px;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;filter: alpha(opacity=1);
    opacity: 0.01
}

.layout_portfolio_images_box a:hover {
    background-color: #000;
    font-size: 17px;
    zoom: 1;filter: alpha(opacity=75);
    opacity: 0.75
}

.layout_portfolio_images_box a:hover:after {
    position: relative;
    float: none;
    display: block;
    margin-top: 30px;
    font-size: 40px;
    color: #fff;
    content: "+";
    font-weight: 100
}

.portfolio_categorie {
    float: right
}

@media (max-width: 400px) {
    .portfolio_categorie {
        float:none;
    }
}

.mod_eventlist .layout_teaser {
    position: relative;
    display: block;
    padding-left: 70px
}

.mod_eventlist .layout_teaser .event_date_box {
    width: 50px;
    left: 0;
    top: 7px;
    position: absolute;
    padding-bottom: 5px;
    text-align: center;
    background-color: #ff9933
}

.mod_eventlist .layout_teaser .event_date_box .event_date_day {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff
}

.mod_eventlist .layout_teaser .event_date_box .event_date_month {
    color: #ffffff
}

.mod_eventlist .layout_teaser .info {
    position: relative;
    float: none;
    clear: both;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 10px;
    border-top: 1px solid #ff9933
}

.mod_eventlist .layout_teaser h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff9933
}

.mod_eventlist .layout_teaser h2 a {
    text-decoration: none;
    color: #174490;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_eventlist .layout_teaser h2 a:hover {
    color: #ff9933
}

.mod_eventlist .layout_teaser .info i,.mod_eventreader .layout_full .info i {
    margin-right: 5px
}

.mod_eventlist .layout_teaser .info .icon-calendar,.mod_eventlist .layout_teaser .info .icon-map-marker,.mod_eventreader .layout_full .info .icon-map-marker {
    margin-left: 20px
}

.mod_eventmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mod_eventmenu ul li a,.mod_eventmenu ul li span {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1px;
    padding: 6px 10px 6px 15px;
    background-color: #92cee3;
    text-decoration: none;
    color: #174490;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_eventmenu ul li.year a,.mod_eventmenu ul li.year span {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold
}

.mod_eventmenu ul li ul.level_2 {
    padding-bottom: 10px
}

.mod_eventmenu ul.level_2 li a,.mod_eventmenu ul.level_2 li span {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    font-weight: normal
}

.mod_eventmenu ul.level_2 li a:before,.mod_eventmenu ul.level_2 li span:before {
    margin-right: 15px;
    font-family: FontAwesome;
    color: #ff9933;
    content: "\f0da";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_eventmenu ul li a:hover:before,.mod_eventmenu ul li span:hover:before,.mod_newsmenu ul li span.active:before {
    color: #ffffff
}

.mod_eventmenu ul li a:hover,.mod_eventmenu ul li span.active {
    background-color: #ff9933;
    text-decoration: none;
    color: #ffffff
}

.mod_eventmenu ul li a b,.mod_eventmenu ul li span b {
    float: right;
    font-size: 11px;
    font-weight: normal;
    color: rgba(98,98,98,.7)
}

@media (max-width: 1020px) {
    .mod_eventmenu ul li a b, .mod_eventmenu ul li span b {
        display:none;
    }
}

.minicalendar_box {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: #92cee3
}

.minicalendar_head {
    width: 100%;
    background-color: #ff9933
}

.minicalendar_head tr th.previous,.minicalendar_head tr th.current,.minicalendar_head tr th.next {
    height: 170px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff
}

.minicalendar_head tr th.previous,.minicalendar_head tr th.next {
    padding-right: 20px;
    padding-left: 20px
}

.minicalendar_head tr th a {
    font-size: 30px;
    text-decoration: none;
    color: #ffffff
}

.minicalendar_head tr th a:hover {
    color: #fff
}

.minicalendar_head tr th.current {
    width: 100%
}

.minicalendar_body {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    table-layout: fixed
}

.minicalendar_body tr.week_day th {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #174490;
    text-transform: uppercase
}

.minicalendar_body tr td {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    text-align: center;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.minicalendar_body tr td:hover,.minicalendar_body tr td.selected {
    background-color: #ff9933;
    color: #ffffff
}

.minicalendar_body tr td a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ff9933
}

.minicalendar_body tr td:hover a,.minicalendar_body tr td.selected a {
    color: #ffffff
}

.ce_downloads,.ce_download {
}

.ce_downloads ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ce_downloads ul li,.ce_download a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ce_downloads ul li a,.ce_download a {
    width: 100%;
    position: relative;
    display: block;
    padding: 12px 40px 10px;
    background-color: #92cee3;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ce_downloads ul li a:hover,.ce_downloads ul li a:active,.ce_download a:hover,.ce_download a:active {
    background-color: #ff9933;
    color: #ffffff
}

.ce_downloads ul li a span,.ce_download a span {
    position: relative;
    float: right;
    display: block;
    text-decoration: none;
    color: #626262;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ce_downloads ul li a:hover span,.ce_downloads ul li a:active span,.ce_download a:hover span,.ce_download a:active span {
    color: #ffffff
}

.ce_downloads ul li a:before,.ce_download a:before {
    right: 10px;
    top: 13px;
    position: absolute;
    display: block;
    font: 16px FontAwesome;
    text-decoration: none;
    color: #ff9933;
    content: "\f019";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ce_downloads ul li a:hover:before,.ce_downloads ul li a:active:before,.ce_download a:hover:before,.ce_download a:active:before {
    color: #ffffff
}

.ce_downloads ul li a:after,.ce_download a:after {
    position: relative;
    float: none;
    clear: both;
    display: block;
    content: ""
}

.ce_downloads ul li img,.ce_download img {
    left: 12px;
    top: 12px;
    position: absolute;
    z-index: 9
}

.mod_faqlist {
}

.mod_faqlist ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mod_faqlist ul li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.mod_faqlist ul li a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 11px 11px 11px 40px;
    background-color: #92cee3;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_faqlist ul li a:hover,.mod_faqlist ul li a:active {
    background-color: #ff9933;
    color: #ffffff
}

.mod_faqlist ul li a:before {
    left: 15px;
    top: 12px;
    position: absolute;
    display: block;
    font: 16px FontAwesome;
    color: #174490;
    content: "\f128";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_faqlist ul li a:active:before,.mod_faqlist ul li a:hover:before {
    color: #ffffff
}

.ce_accordionSingle {
    margin-bottom: 10px
}

.ce_accordionSingle .toggler {
    width: 100%;
    position: relative;
    display: block;
    padding: 11px 40px 11px 11px;
    background-color: #92cee3;
    font-weight: normal;
    color: #174490;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ce_accordionSingle .toggler:hover,.ce_accordionSingle .ui-accordion-header-active {
    background-color: #ff9933;
    color: #ffffff
}

.ce_accordionSingle .toggler:focus {
    outline: none
}

.ce_accordionSingle .ui-accordion-header:after {
    right: 15px;
    top: 13px;
    position: absolute;
    font: 16px FontAwesome;
    color: #ffffff;
    content: "\f0ab";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ce_accordionSingle .ui-accordion-header:hover:after {
    color: #ffffff
}

.ce_accordionSingle .ui-accordion-header-active:after {
    right: 15px;
    top: 13px;
    position: absolute;
    font: 16px FontAwesome;
    color: #ffffff;
    content: "\f0aa";
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.ce_accordionSingle .accordion {
    padding: 10px 11px
}

form label {
    position: relative;
    float: none;
    display: block;
    margin-bottom: 5px
}

form {
    position: relative
}

form fieldset label {
    display: inline
}

form .text,form .textarea,form .captcha {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #92cee3;
    border: 0px;
    color: #174490;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#Slidersection form .text {
    background-color: #ffffff
}

form .upload {
    margin-bottom: 10px;
    margin-left: 0
}

form .text:focus,form .textarea:focus,form .captcha:focus,#Slidersection form .text:focus {
    background-color: #ff9933;
    color: #ffffff;
    outline: none
}

form .select {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

form fieldset {
    margin-bottom: 10px;
    padding: 0;
    border: 0px
}

form fieldset legend {
    margin-bottom: 10px
}

form fieldset span label {
    margin-right: 15px;
    margin-left: -3px
}

form span.mandatory {
    margin-left: 3px;
    font-weight: bold;
    color: #ff9933
}

form p.error {
    margin-top: 0;
    margin-bottom: 5px;
    color: #ff9933
}

form br {
    display: none
}

form .submit {
    position: relative;
    float: none;
    clear: both;
    display: block;
    margin-top: 10px;
    padding: 6px 13px;
    background-color: #ff9933;
    border: 0px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer
}

form .submit:hover {
    background-color: rgba(255,153,51,.9)
}

form .submit:focus {
    outline: none
}

.mod_subscribe .checkbox_container span,.mod_subscribe .checkbox_container span label,.mod_subscribe .checkbox_container span input {
    position: relative;
    float: left;
    display: inline
}

.mod_unsubscribe .checkbox_container span,.mod_unsubscribe .checkbox_container span label,.mod_unsubscribe .checkbox_container span input {
    position: relative;
    float: left;
    display: inline
}

.mod_subscribe .checkbox_container,.mod_unsubscribe .checkbox_container {
    position: relative;
    display: block;
    padding-bottom: 20px
}

.mod_subscribe .checkbox_container span label,.mod_unsubscribe .checkbox_container span label {
    margin-right: 10px
}

.mod_search .even,.mod_search .odd {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    background-color: #92cee3
}

.mod_search .even a,.mod_search .odd a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 6px 11px;
    background-color: rgba(255,153,51,.7);
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.mod_search .even a:hover,.mod_search .odd a:hover {
    background-color: rgba(255,153,51,.99)
}

.mod_search .even a span,.mod_search .odd a span {
    float: right;
    padding-top: 2px;
    font-size: 12px;
    color: #fff
}

.mod_search .even div,.mod_search .odd div {
    padding: 10px 20px
}

.mod_search .text {
    -webkit-appearance: none
}

aside .mod_search fieldset {
    position: relative;
    display: none
}

.dlh_googlemap {
    width: 100% !important
}

.mod_dlh_googlemaps {
    margin-bottom: 20px
}

.ce_table table {
    width: 100%;
    table-layout: fixed
}

.ce_table table th,.ce_table table td {
    padding: 8px 10px;
    text-align: left
}

.ce_table table thead th {
    border-bottom: 1px solid #ff9933;
    cursor: pointer
}

.icon_list {
    margin-top: 40px
}

.icon_list i {
    position: relative;
    float: left;
    display: block;
    font-size: 20px;
    width: 30px !important
}

.list_colored i {
    color: #ff9933
}

.icon_list div {
    width: 25%;
    min-height: 40px;
    position: relative;
    float: left;
    display: block
}

@media (max-width: 680px) {
    .icon_list div {
        width:100%;
    }
}

#Slidersection section {
    color: #fff;
    margin-left: -3.2% !important;
    margin-right: -3.2% !important
}

#Slidersection section.sc-first {
    margin-left: -3.2% !important;
    margin-right: -0% !important;
    width: 77.45% !important
}

#Slidersection section.sc-last {
    margin-right: -3.2% !important;
    margin-left: -0% !important;
    width: 77.45% !important
}

@media (max-width: 1139px) {
    #Slidersection section.sc-last, #Slidersection section.sc-first {
        position:relative !important;
        display: block !important;
        width: 106.4% !important;
        float: none !important;
        clear: both !important;
        margin-left: -3.2% !important;
        margin-right: -3.2% !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#Slidersection .mod_article {
    overflow: visible !important
}

#Slidersection .ce_sliderStart img {
    width: 100% !important;
    height: auto !important
}

.ce_flexSlider h1,.ce_flexSlider h2,.ce_flexSlider h3 {
    margin-bottom: 0;
    color: #fff
}

#Slidersection .content-slider {
    overflow: hidden !important;
    margin-bottom: 0px !important
}

#Slidersection .slider-control {
    width: 100%;
    height: 0%;
    left: 0;
    top: 50%;
    position: absolute
}

#Slidersection .slider-control .slider-menu {
    color: #ffffff;
    top: 220px !important
}

#Slidersection .ce_sliderStart .slider-control .slider-prev {
    width: 25px;
    height: 80px;
    left: -0%;
    position: absolute;
    margin-top: -40px;
    margin-left: 20px;
    font-size: 0px;
    text-decoration: none;
    top: 50%;
    z-index: 99;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#Slidersection .ce_sliderStart .slider-control .slider-next {
    width: 25px;
    height: 80px;
    right: 0;
    top: 50%;
    position: absolute;
    margin-top: -40px;
    margin-right: 20px;
    font-size: 0px;
    text-decoration: none;
    z-index: 99;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#Slidersection .ce_sliderStart .slider-control .slider-prev:before {
    left: 7px;
    position: absolute
}

#Slidersection .ce_sliderStart .slider-control .slider-next:before {
    right: 7px;
    position: absolute
}

#Slidersection .ce_sliderStart .slider-control .slider-prev:hover:before,#Slidersection .ce_sliderStart .slider-control .slider-next:hover:before {
}

#Slidersection .ce_sliderStart h1,#Slidersection .ce_sliderStart h2,#Slidersection .ce_sliderStart h3 {
    bottom: 30%;
    left: 10%;
    position: absolute;
    margin: 0;
    padding: 10px 20px 12px;
    font-size: 40px;
    line-height: 15px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 100 !important
}

#Slidersection .ce_sliderStart figcaption {
    bottom: 23%;
    left: 10%;
    position: absolute;
    display: block;
    padding: 15px 20px 17px;
    font-size: 20px;
    color: #fff;
    width: auto !important;
    font-weight: 100
}

@media (max-width: 786px) {
    #Slidersection .ce_sliderStart h1,#Slidersection .ce_sliderStart h2,#Slidersection .ce_sliderStart h3,#Slidersection .ce_sliderStart h1,#Slidersection .ce_sliderStart h2,#Slidersection .ce_sliderStart figcaption {
        display:none;
    }
}

#ce_player {
    background-color: #5aa7d5
}

.audio {
    background-color: #174490
}

/* Skin_wide.css */
body {
    padding-top: 0;
    padding-bottom: 0
}

#wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important
}

header .inside,footer .inside,.container_inside,.custom .inside,.custom #Informationsection .inside {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.custom #Slidersection .inside,.custom #Informationsection {
    max-width: 100% !important
}

#Informationsection .inside {
    padding: 1% 3% 2%;
    color: #fff
}

#container {
    padding-top: 2%;
    padding-bottom: 2%
}

#logo {
    margin-left: 0
}

@media (max-width: 1139px) {
    #logo {
        margin-left:3%;
    }
}

header .inside,.custom .inside {
    margin-bottom: 0 !important
}

footer .inside {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

header .inside:after,footer .inside:after,footer .inside:before,.custom .inside:after {
    display: none !important
}

.slidersection_wide {
    display: block
}

.slidersection_small {
    display: none
}

#Informationsection .mod_newslist {
    margin: 0
}
.ce_downloads ul li a:after, .ce_download a:after{
    background: url(../../assets/contao/images/iconPDF.svg);
}
.footer-mb{
    margin-top: 24px;
}
.m-b-10{
    margin-bottom: 10px;
}
.mt10 {margin-top: 10px} .mb30{ margin-bottom:30px } .mb20{margin-bottom: 20px}
.m-t-b{
    margin-bottom: 20px;
    margin-top: 20px;
} .image-mb-mt{ margin-top: 10px; margin-bottom:57px}
.mb50{ margin-bottom: 50px; } .mt30 { margin-top: 30px} .mb38{margin-bottom: 38px}
#article-1034 audio{width: 100%}
@media screen and (max-width: 500px) {
    #header .mod_navigation .level_1 {
        display: none;
    }
}
