body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#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}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.safari .row:before,
.safari .row:after {
    content:'';
    display:block;
    width:100%;
    height:0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* work-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts//work-sans-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts//work-sans-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts//work-sans-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts//work-sans-v24-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts//work-sans-v24-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts//work-sans-v24-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts//work-sans-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts//work-sans-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts//work-sans-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts//work-sans-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts//work-sans-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts//work-sans-v24-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts//work-sans-v24-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts//work-sans-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts//work-sans-v24-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts//work-sans-v24-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts//work-sans-v24-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts//work-sans-v24-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts//work-sans-v24-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts//work-sans-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts//work-sans-v24-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts//work-sans-v24-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts//work-sans-v24-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts//work-sans-v24-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts//work-sans-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts//work-sans-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts//work-sans-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts//work-sans-v24-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts//work-sans-v24-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts//work-sans-v24-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts//work-sans-v24-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts//work-sans-v24-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts//work-sans-v24-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts//work-sans-v24-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts//work-sans-v24-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts//work-sans-v24-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/fonts//work-sans-v24-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts//work-sans-v24-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts//work-sans-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts//work-sans-v24-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts//work-sans-v24-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts//work-sans-v24-latin-900.svg#WorkSans') format('svg'); /* Legacy iOS */
}

form .widget-submit button {
    left:0;
    position:relative;
    display:inline-block;
    margin-top:30px;
    margin-bottom:28px;
    padding:13px 22px 13px 22px;
    white-space:nowrap;
    background-color:#a0cc07;
    border:0px;
    font:1.1em Open Sans,Arial,sans-serif,Helvetica;
    font-weight:normal;
    text-decoration:none;
    color:#003153;
    z-index: 110;
    font-weight: 700;
    cursor: pointer;
}

form button.submit:hover,
form button.submit:active {
    background-color:#920102;
}

form textarea {
    width:100%;
    padding:2px 4px;
    background-color:#fafbff;
    border:1px solid rgba(2,114,193,.5);
    border-radius:4px;
    font-family:Open Sans,Arial,sans-serif,Helvetica;
    color:#0272c1;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
form select {
    width:100%;
    padding:2px 5px;
    background-color:#fafbff;
    border:1px solid rgba(2,114,193,.5);
    border-radius:4px;
    color:#0272c1;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
form input {
    width:100%;
    padding:2px 5px;
    background-color:#fafbff;
    border:1px solid rgba(2,114,193,.5);
    border-radius:4px;
    color:#0272c1;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
form label {
    width:100%;
    display:block;
    margin-top:5px;
}
#header .inside {
    text-align:center;
}
#header .mod_navigation ul {
    position:relative;
    margin:0;
    padding:0;
    font-size:0;
    z-index: 1000;
}
#header .mod_navigation.block {
    overflow:visible;
}
#header .mod_navigation ul li {
    position:relative;
    display:inline-block;
    list-style-type:none;
}
#header .mod_navigation ul li a {
    display:block;
    padding:21px 20px 20px;
    font-size:1.1rem;
    text-decoration:none;
    color:#000;
    transition: 0.3s linear;
    font-weight: 500;
}
#header .mod_navigation ul li a:hover {
    background-color:#770002;
    color:#fff;
}
#header .mod_navigation ul li a.trail {
    background-color:#910002;
    color:#fff;
}
#header .mod_navigation ul li.active strong {
    display:block;
    padding:21px 20px 20px;
    background-color:#910002;
    font-size:1.1rem;
    text-decoration:none;
    color:#fff;
    transition: 0.3s linear;
    font-weight: 500;
}
#header .mod_navigation ul li ul li.active strong {
    padding-top:5px;
    padding-bottom:5px;
    color:#fff;
    background-color:#770002;    
    font-weight: 500;
}
#header .mod_navigation ul li ul {
    width:auto;
    min-width:200px;
    position:absolute;
    display:none;
    padding-bottom:6px;
    background-color:#910002;
}
#header .mod_navigation ul li:hover > ul {
    display: block;
}
#header .mod_navigation ul li ul li {
    display:block;
    text-align:left;
}
#header .mod_navigation ul li ul li a {
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    font-weight: 500;
}
#header .mod_navigation ul li ul li a:hover {
    color:#fff;
}
#header .mod_navigation ul li.forward.trail {
    position:relative;
    display:inline-block;
    list-style-type:none;
}
#header .mod_navigation ul li.forward.trail strong {
    display:block;
    padding-right:10px;
    padding-left:10px;
    font-size:1.1rem;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
    transition: 0.3s linear;
    font-weight: 500;
}
#header .mod_navigation ul li.forward.trail .level_2 strong {
    color:#fff;
}

/* offcanvas.css */
.mm-menu_theme-white, .mm-menu--theme-white {
    font-family:Open Sans,Arial,sans-serif,Helvetica;
    background-color: #0272c1;
    --mm-color-background: #0272c1;
    --mm-color-text: #fff;
    --mm-color-text-dimmed: #fff;
}
.mm-menu_theme-dark {
    font-family:Open Sans,Arial,sans-serif,Helvetica;
    background-color: #0272c1;
    --mm-color-background: #0272c1;
    --mm-color-text: #fff;
    --mm-color-text-dimmed: #fff;
}
#offcanvas:not( .mm-menu ){
	display:none
}
#offcanvasmenu{
	width:70px;
	height:45px;
	left:0;
	top:10px;
	position:fixed;
	display:block;
	box-sizing: border-box;
	z-index: 4
}
a#offcanvasmenu{
    outline: none
}
#offcanvasmenu::before,#offcanvasmenu::after,#offcanvasmenu span{
    width:30px;
    height:3px;
    left:12px;
    position:absolute;
    display:block;
    background: none repeat scroll 0 0 #005086;
    content: ""
}
#offcanvasmenu::before{
    top:10px
}
#offcanvasmenu span{
    top:20px
}
#offcanvasmenu::after{
    top:30px
}
#offcanvasmenu::before,#offcanvasmenu::after,#offcanvasmenu span{
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, top, bottom, left, opacity;
    transition-timing-function: ease
}
html.mm-opening #offcanvasmenu::before,html.mm-opening #offcanvasmenu::after{
    top:20px
}
html.mm-opening #offcanvasmenu span{
    left:-50px;
    opacity: 0
}
html.mm-opening #offcanvasmenu::before{
    transform: rotate(45deg)
}
html.mm-opening #offcanvasmenu::after{
    transform: rotate(-45deg)
}
.mm-wrapper_opening #offcanvasmenu::before,.mm-wrapper_opening #offcanvasmenu::after{
    top:20px
}
.mm-wrapper_opening #offcanvasmenu span{
    left:-50px;
    opacity: 0
}
.mm-wrapper_opening #offcanvasmenu::before{
    transform: rotate(45deg)
}
.mm-wrapper_opening #offcanvasmenu::after{
    transform: rotate(-45deg)
}

html {
	scroll-behavior: smooth;
}

body {
    background: #F6ECD8;
    font-family: Work Sans, Arial, Sans-Serif;
}

.toggler {
	font-weight: bold;
	cursor: pointer;
}

#header {
	width:100%;
    display:inline-block;
}
#header .navigation-oben {
    width: 100%;
    background-color: #1b0301;
    color: #fff;
    text-transform: uppercase;
}
#header .navigation-oben ul {
    padding-left: 0px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#header .navigation-oben ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 300;
    font-size: 1.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
}
#header .navigation-oben ul li a {
    color: #fff;
    text-decoration: none;
}
#header .navigation-oben ul li a:hover {
    color: #cbbc96;
}
#header .swiper-slide img {
    width: 100%;
}
#header .swiper-slide {
    position: relative;
}
#header .swiper-slide .rte {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: left;
}
#header .swiper-slide .rte h1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px;   
    font-weight: 300;
}
#header .swiper-slide .rte h1 strong{
    font-weight: 500;
}
#header .hoerprobe-oben p {
    margin-top: 6px;
    color: #fff;
}
#header .hoerprobe-oben p a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
#header .hoerprobe-oben img {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}
#header .hoerprobe-oben {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    z-index: 100;
    padding-top: 7px;
    right: 15px;
    bottom: 99px;   
    cursor: pointer;
}
#header .socialmedia-oben {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 15px;     
}

#main .content-player .audioboxinside {
    display: inline-block;
    background-color: #ffffff88;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    border-radius: 10px;
    width: 100%;
}
#main .content-player {
    margin-bottom: 20px;
}
#main .content-player h3 {
    margin-bottom: 8px;
    font-weight: 500;
}
#main .content-player audio {
    width: 100%;
}
#main .begrenzt {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
} 
#main #hoerproben {
    background-image: url('/files/elemente/background_hoerproben.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    padding-top: 60px;    
    padding-bottom: 20px;
    margin-bottom: -4px;
}
#main #hoerproben .weiss p {
    color: #fff;
}
#main h2 {
    font-weight: 300;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#main #hoerproben h2 {
    font-weight: 300;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#main #uebermich h2 {
    font-weight: 300;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
#main #uebermich p {
    color: #fff;
}
#main .hell {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
#main .hell h1 {
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
#main .bildback {
    display: inline-block;
    width: 100%;
    padding-top: 460px;
    background-image: url('/files/elemente/bar_piano_ueber_mich.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
#main .bildback .schwarz{
     background-color: #000000cc;
     display: inline-block;
     width: 100%;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-bottom: -4px;
}
#main p a, #main ul a, #main ol a {
    color: #1b0301;
}

#footer {
	width:100%;
    display:inline-block;
    background-image: url('/files/elemente/footer_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 30px;
}
#footer .inhalte-seitenfuss img {
    margin-left: auto;
    margin-right: auto;
}
#footer .inhalte-seitenfuss p a {
    color: #fff;
    text-decoration: none;
}
#footer .inhalte-seitenfuss p a:hover {
    color: #cbbc96;
    text-decoration: underline;
}
#footer .weisserbalkenunten {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 60px;
}
#footer .weisserbalkenunten .inside {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
#footer .weisserbalkenunten p a, #footer .weisserbalkenunten ul a {
    color: #000;
    text-decoration: none;    
}
#footer .weisserbalkenunten p a:hover, #footer .weisserbalkenunten ul a:hover {
    color: #1b0301;
    text-decoration: underline;    
}
#footer .weisserbalkenunten ul {
    padding-left: 0px;
}
#footer .weisserbalkenunten ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 30px;

}
#footer .weisserbalkenunten .design {
    font-size: 0.9rem;
    padding-top: 5px;
}
#main p, #main ul, #main ol {
    font-size: 1rem;
    line-height: 1.6rem;
}
#footer p, #footer ul, #footer ol {
    font-size: 1rem;
    line-height: 1.6rem;
}

.swiper-button-next, .swiper-button-prev {
	color: rgba(255,255,255,.7);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

img {
display:block;
vertical-align:bottom;
max-width: 100%;
height: auto;
}

.content-download img, .content-downloads img {
display:inline-block;
}

.content-downloads ul {
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
}

.content-downloads ul li {
    list-style-type:none;
}

#header .mod_navigation ul li.nichtimmenu {
display:none;
}

.invisible {
display:none;
}

.pagination p {
    display: inline-block;
	margin-right: 30px;
}

.pagination ul {
    display:inline-block;
    padding-left:0;
}

.pagination ul li {
    display: inline-block;
    list-style-type: none;
}

table.minicalendar {
    background-color:#a0103e;
    border:1px solid #7f7f7f;
    border-radius:4px;
    border-spacing:5px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}

.minicalendar td {
    width:58px;
    height:32px;
    vertical-align:top;
    background-color:#e3e4e6;
    font-size:.9em;
    font-weight: 400;
}

.minicalendar td.active a {
    display:block;
    text-decoration:none;
    color:#fff;
    font-weight: 600;
}

.minicalendar td.active,
.minicalendar td.active.weekend {
    background-color:#3aaa35;
    color:#fff;
}

.minicalendar td.active:hover,
.minicalendar td.active.weekend:hover,
.minicalendar td.active:active,
.minicalendar td.active.weekend:active {
    background-color:#248c1b;
    color:#fff;
}

.minicalendar .head,
.minicalendar .label {
    font-size:.9em;
    color:#fff;
    font-weight: 600;
}

.minicalendar .head.previous a {
    width:100%;
    height:21px;
    display:block;
    background-image:url("../../files/css/files/XXXXXX/elemente/Pfeile.png");
    background-repeat:no-repeat;
    text-indent: -9999px;
    background-position: left -74px
}

.minicalendar .head.previous a:hover,
.minicalendar .head.previous a:active {
    background-position: left -26px
}

.dlh_googlemap
{
    max-width: 100%;
}

.dlh_googlemap form {
    margin-top:0;
    margin-bottom:0;
}

.dlh_googlemap form input.text {
    width:160px;
    margin-top:4px;
    margin-right:4px;
    margin-bottom:4px;
    padding:2px 4px;
}

.minicalendar .head.next a {
    width:100%;
    height:21px;
    display:block;
    background-image:url("../../files/css/files/XXXXXX/elemente/Pfeile.png");
    background-position:right center;
    background-repeat:no-repeat;
    text-indent: -9999px;
    background-position: right -50px
}

.minicalendar .head.next a:hover,
.minicalendar .head.next a:active {
    background-position: right -2px
}

.pagination {
    padding-right:15px;
    padding-left:15px;
}

.pagination p {
    display:inline-block;
}

.pagination ul, #main .pagination ul {
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    margin-left:40px;
    padding-left:0;
}

.pagination ul li {
    display:inline-block;
    margin-right:4px;
    margin-left:4px;
    list-style-type:none;
}

.mt-10 {
    margin-top:10px;
}

.mt-20 {
    margin-top:20px;
}

.mt-30 {
    margin-top:30px;
}

.mt-40 {
    margin-top:40px;
}

.mt-50 {
    margin-top:50px;
}

.mt-60 {
    margin-top:60px;
}

.mt-70 {
    margin-top:70px;
}

.mt-80 {
    margin-top:80px;
}

.mt-90 {
    margin-top:90;
}

.mt-100 {
    margin-top:100px;
}

.mt-110 {
    margin-top:110px;
}

.mt-120 {
    margin-top:120px;
}

.mt-130 {
    margin-top:130px;
}

.mt-140 {
    margin-top:140px;
}

.mt-150 {
    margin-top:150px;
}

.mb-10 {
    margin-bottom:10px;
}

.mb-20 {
    margin-bottom:20px;
}

.mb-30 {
    margin-bottom:30px;
}

.mb-40 {
    margin-bottom:40px;
}

.mb-50 {
    margin-bottom:50px;
}

.mb-60 {
    margin-bottom:60px;
}

.mb-70 {
    margin-bottom:70px;
}

.mb-80 {
    margin-bottom:80px;
}

.mb-90 {
    margin-bottom:90;
}

.mb-100 {
    margin-bottom:100px;
}

.mb-110 {
    margin-bottom:110px;
}

.mb-120 {
    margin-bottom:120px;
}

.mb-130 {
    margin-bottom:130px;
}

.mb-140 {
    margin-bottom:140px;
}

.mb-150 {
    margin-bottom:150px;
}

.mt-mb-10 {
    margin-top:10px;
    margin-bottom:10px;
}

.mt-mb-20 {
    margin-top:20px;
    margin-bottom:20px;
}

.mt-mb-30 {
    margin-top:30px;
    margin-bottom:30px;
}

.mt-mb-40 {
    margin-top:40px;
    margin-bottom:40px;
}

.content-youtube {
 position: relative;
 padding-bottom: 56.25%;
 width: 100%;
 height: auto;
}
 
.content-youtube iframe {
 position: absolute;
 top: 0; left: 0; right: 0; bottom: 0;
 width: 100% !important;
 height: 100% !important;
}
@media screen and (min-width: 768px) {
	body {
    background: #F6ECD8;
    background: linear-gradient(180deg,rgba(246, 236, 216, 1) 0%, rgba(203, 188, 150, 1) 100%);
    height: 100vh;
    font-family: Work Sans, Arial, Sans-Serif;
}
	#header .hoerprobe-oben {
    bottom: 70px;    
}
}
@media screen and (min-width: 992px) {
	#footer .weisserbalkenunten .design {
    text-align: right;
}
#main p, #main ul, #main ol {
    font-size: 1.1rem;
    line-height: 1.7rem;
}
#footer p, #footer ul, #footer ol {
    font-size: 1.1rem;
    line-height: 1.7rem;
}
#footer .weisserbalkenunten .design p {
  font-size: 0.9rem;
}
#header .navigation-oben ul li {
    margin-left: 20px;
    margin-right: 20px;
}
#header .swiper-slide .rte h1 {
    font-size: 3rem;
}
}
@media screen and (min-width: 1200px) {
	#header .swiper-slide .rte h1 {
    font-size: 3.6rem;
}
#main .bildback {
	padding-top: 660px;
}
}
