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}.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}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width: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%}
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:426 $
 * @lastmodified    $Date:2009-10-21 21:12:11 +0200 (Mi, 21. Okt 2009) $
 */

/**
 * Contao Extension
 * @copyright  Felix Pfeiffer : Neue Medien 2007 - 2012
 * @author     Felix Pfeiffer <info@felixpfeiffer.com>
 * @package    Subcolumns
 */

@media screen{.subcolumns{width:100%;overflow:hidden}.subcolumns_oldgecko{width:100%;float:left}.c20l,.c20r{width:20%}.c40l,.c40r{width:40%}.c60l,.c60r{width:60%}.c80l,.c80r{width:80%}.c25l,.c25r{width:25%}.c33l,.c33r{width:33.333%}.c50l,.c50r{width:50%}.c66l,.c66r{width:66.666%}.c75l,.c75r{width:75%}.c38l,.c38r{width:38.2%}.c62l,.c62r{width:61.8%}.c15l,.c15r{width:15%}.c16l,.c16r{width:16.666%}.c30l,.c30r{width:30%}.c45l,.c45r{width:45%}.c55l,.c55r{width:55%}.c70l,.c70r{width:70%}.c85l,.c85r{width:85%}.subc{padding:0 .5em}.subcl{padding:0 1em 0 0}.subcr{padding:0 0 0 1em}.equalize,.equalize .subcolumns{overflow:visible;display:table;table-layout:fixed}.equalize > div{display:table-cell;float:none;overflow:hidden;vertical-align:top;margin:0}.c20l,.c25l,.c33l,.c40l,.c38l,.c50l,.c60l,.c62l,.c66l,.c75l,.c80l,.c15l,.c16l,.c30l,.c45l,.c55l,.c70l,.c85l{float:left}.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r,.c15r,.c16r,.c30r,.c45r,.c55r,.c70r,.c85r{float:right;margin-left:-5px}}@media print{.subcolumns > div{display:table;overflow:visible}}
/* 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 {
}

/* 6-spaltig */
.sc6 {
	width:15.6%;padding-right:1%;float:left;display:inline;
}
.sc6-first {
	clear:left;
}
.sc6-last {
}
.sc6-2 {
	width:39%;padding-right:1%;float:left;display:inline;
}
.sc6-2-first {
	clear:left;
}
.sc6-2-last {
}
.sc6-3 {
	width:59%;padding-right:1%;float:left;display:inline;
}
.sc6-3-first {
	clear:left;
}
.sc6-3-last {
}
.sc6-4 {
	width:79%;padding-right:1%;float:left;display:inline;
}
.sc6-4-first {
	clear:left;
}
.sc6-4-last {
}


/* 7-spaltig */
.sc7 {
	width:13.28%;padding-right:1%;float:left;display:inline;
}
.sc7-first {
	clear:left;
}
.sc7-last {
}
.sc7-2 {
	width:27.57%;padding-right:1%;float:left;display:inline;
}
.sc7-2-first {
	clear:left;
}
.sc7-2-last {
}
.sc7-3 {
	width:41.86%;padding-right:1%;float:left;display:inline;
}
.sc7-3-first {
	clear:left;
}
.sc7-3-last {
}
.sc7-4 {
	width:56.14%;padding-right:1%;float:left;display:inline;
}
.sc7-4-first {
	clear:left;
}
.sc7-4-last {
}
.sc7-5 {
	width:70.43%;padding-right:1%;float:left;display:inline;
}
.sc7-5-first {
	clear:left;
}
.sc7-5-last {
}
.sc7-6 {
	width:84.71%;padding-right:1%;float:left;display:inline;
}
.sc7-6-first {
	clear:left;
}
.sc7-6-last {
}


/* 8-spaltig */
.sc8 {
	width:11.5%;padding-right:1%;float:left;display:inline;
}
.sc8-first {
	clear:left;
}
.sc8-last {
}
.sc8-2 {
	width:24%;padding-right:1%;float:left;display:inline;
}
.sc8-2-first {
	clear:left;
}
.sc8-2-last {
}
.sc8-3 {
	width:36.5%;padding-right:1%;float:left;display:inline;
}
.sc8-3-first {
	clear:left;
}
.sc8-3-last {
}
.sc8-4 {
	width:49%;padding-right:1%;float:left;display:inline;
}
.sc8-4-first {
	clear:left;
}
.sc8-4-last {
}
.sc8-5 {
	width:61.5%;padding-right:1%;float:left;display:inline;
}
.sc8-5-first {
	clear:left;
}
.sc8-5-last {
}
.sc8-6 {
	width:74%;padding-right:1%;float:left;display:inline;
}
.sc8-6-first {
	clear:left;
}
.sc8-6-last {
}
.sc8-7 {
	width:86.5%;padding-right:1%;float:left;display:inline;
}
.sc8-7-first {
	clear:left;
}
.sc8-7-last {
}


/* 9-spaltig */
.sc9 {
	width:10.11%;padding-right:1%;float:left;display:inline;
}
.sc9-first {
	clear:left;
}
.sc9-last {
}
.sc9-2 {
	width:21.22%;padding-right:1%;float:left;display:inline;
}
.sc9-2-first {
	clear:left;
}
.sc9-2-last {
}
.sc9-3 {
	width:32.33%;padding-right:1%;float:left;display:inline;
}
.sc9-3-first {
	clear:left;
}
.sc9-3-last {
}
.sc9-4 {
	width:43.44%;padding-right:1%;float:left;display:inline;
}
.sc9-4-first {
	clear:left;
}
.sc9-4-last {
}
.sc9-5 {
	width:54.56%;padding-right:1%;float:left;display:inline;
}
.sc9-5-first {
	clear:left;
}
.sc9-5-last {
}
.sc9-6 {
	width:65.67%;padding-right:1%;float:left;display:inline;
}
.sc9-6-first {
	clear:left;
}
.sc9-6-last {
}
.sc9-7 {
	width:76.78%;padding-right:1%;float:left;display:inline;
}
.sc9-7-first {
	clear:left;
}
.sc9-7-last {
}
.sc9-8 {
	width:87.89%;padding-right:1%;float:left;display:inline;
}
.sc9-8-first {
	clear:left;
}
.sc9-8-last {
}


/* 10-spaltig */
.sc10 {
	width:9%;padding-right:1%;float:left;display:inline;
}
.sc10-first {
	clear:left;
}
.sc10-last {
}
.sc10-2 {
	width:19%;padding-right:1%;float:left;display:inline;
}
.sc10-2-first {
	clear:left;
}
.sc10-2-last {
}
.sc10-3 {
	width:29%;padding-right:1%;float:left;display:inline;
}
.sc10-3-first {
	clear:left;
}
.sc10-3-last {
}
.sc10-4 {
	width:39%;padding-right:1%;float:left;display:inline;
}
.sc10-4-first {
	clear:left;
}
.sc10-4-last {
}
.sc10-5 {
	width:49%;padding-right:1%;float:left;display:inline;
}
.sc10-5-first {
	clear:left;
}
.sc10-5-last {
}
.sc10-6 {
	width:59%;padding-right:1%;float:left;display:inline;
}
.sc10-6-first {
	clear:left;
}
.sc10-6-last {
}
.sc10-7 {
	width:69%;padding-right:1%;float:left;display:inline;
}
.sc10-7-first {
	clear:left;
}
.sc10-7-last {
}
.sc10-8 {
	width:79%;padding-right:1%;float:left;display:inline;
}
.sc10-8-first {
	clear:left;
}
.sc10-8-last {
}
.sc10-9 {
	width:89%;padding-right:1%;float:left;display:inline;
}
.sc10-9-first {
	clear:left;
}
.sc10-9-last {
}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

#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}
@charset "utf-8";
/*------------------------------------*\
	Contao Layout builder
\*------------------------------------*/
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{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.image_container.float_left{float:left}.image_container.float_right{float:right}.block{overflow:hidden}.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}
/*------------------------------------*\
	Icon font(s)
\*------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../../files/theme/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../files/theme/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../files/theme/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../files/theme/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../files/theme/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../files/theme/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../files/theme/fonts/icomoon.eot?qev1of');
  src: url('../../files/theme/fonts/icomoon.eot?qev1of#iefix') format('embedded-opentype'), url('../../files/theme/fonts/icomoon.woff2?qev1of') format('woff2'), url('../../files/theme/fonts/icomoon.ttf?qev1of') format('truetype'), url('../../files/theme/fonts/icomoon.woff?qev1of') format('woff'), url('../../files/theme/fonts/icomoon.svg?qev1of#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
	Parts
\*------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*------------------------------------*\
	Text
\*------------------------------------*/
/*@size:18px;
@line-height:23px;*/
/*------------------------------------*\
	Colors
\*------------------------------------*/
/*------------------------------------*\
	Others
\*------------------------------------*/
/*.icon-old() {
	width:auto; height:auto;
	margin: 0;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-absolute() {
	position: absolute; display: block;
	top: 0; left: 0;
	// .icon;
}
.icon-inline() {
	position: relative; .inline-block;
	top: auto; left: auto;
	// .icon;
}*/
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.donthyphenate {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/*------------------------------------*\
	Responsive
\*------------------------------------*/
/*.icon-dash() { content: "—"; }
.icon-menu() { font-family: 'icomoon'; content: "\e900"; }
.icon-campus() { font-family: 'icomoon'; content: "\e901"; }
.icon-online-campus() { font-family: 'icomoon'; content: "\e90d"; }
.icon-online-campus-inv() { font-family: 'icomoon'; content: "\e90f"; }
.icon-pointer() { font-family: 'icomoon'; content: "\e902"; }
.icon-pointer-right() { font-family: 'icomoon'; content: "\e90e"; }
.icon-more-arrow() { font-family: 'icomoon'; content: "\e903"; }
// .icon-search() { font-family: 'icomoon'; content: "\e90c"; }
.icon-plus() { font-family: 'icomoon'; content: "\e917"; }
.icon-minus() { font-family: 'icomoon'; content: "\e916"; }

.icon-search() { font-family: 'icomoon'; content: "\e910"; }
.icon-download() { font-family: 'icomoon'; content: "\e916"; }
.icon-top() { font-family: 'icomoon'; content: "\e915"; }
.icon-back() { font-family: 'icomoon'; content: "\e911"; }
.icon-more() { font-family: 'icomoon'; content: "\e90b"; }
.icon-close() { font-family: 'icomoon'; content: "\e90a"; }
.icon-check() { font-family: 'icomoon'; content: "\e912"; }
.icon-star() { font-family: 'icomoon'; content: "\e913"; }
.icon-bubble() { font-family: 'icomoon'; content: "\e914"; }
.icon-calendar() { font-family: 'FontAwesome'; content: "\f073"; }

.icon-facebook() { font-family: 'icomoon'; content: "\e909"; }
.icon-google() { font-family: 'icomoon'; content: "\e908"; }
.icon-twitter() { font-family: 'icomoon'; content: "\e907"; }
.icon-linkedin() { font-family: 'icomoon'; content: "\e904"; }
.icon-xing() { font-family: 'icomoon'; content: "\e906"; }
.icon-youtube() { font-family: 'icomoon'; content: "\e905"; }*/
/*.icon-resource(more-arrow) {
	font-family:"icomoon"; content:"\e903";
}*/
/*.icon-resource(plus) {
	font-family:"icomoon"; content:"\e917";
}
.icon-resource(minus) {
	font-family:"icomoon"; content:"\e916";
}*/
/*.icon-resource(back) {
	font-family:"icomoon"; content:"\e911";
}*/
/*.icon-resource(menu) {
	font-family:"FontAwesome"; content:"\f0c9";
}*/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../files/theme/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*------------------------------------*\
	Common definitions
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/** {
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}*/
*:before,
*:after {
  speak: none;
}
/*------------------------------------*\
	Eliminate "touch" side effects
\*------------------------------------*/
* {
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::selection {
  background-color: rgba(135, 135, 135, 0.2);
}
*::-moz-selection {
  background-color: rgba(135, 135, 135, 0.2);
}
/*------------------------------------*\
	Document
\*------------------------------------*/
html,
body {
  font-size: 16px;
  line-height: 25px;
  /*@media (max-width: @large-responsive) {
		.font-size(18px);
	}
	@media (max-width: @standard-responsive) {
		.font-size(16px);
	}*/
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  html,
  body {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  html,
  body {
    font-size: 12.8px;
    line-height: 20px;
  }
}
html {
  width: 100%;
  font-family: 'open_sanscondensed_light', sans-serif;
  font-weight: 400;
  color: #1d1d1b;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  width: 100%;
  color: #1d1d1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  counter-reset: iteration;
  /*.MEDIA({
		.QUERY_min(bp_disp_medium, {
			margin-top: 110px;
		});
		.QUERY_strict(bp_disp_small, bp_disp_medium, {
			margin-top: 78px;
		});
	});*/
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  body.menu,
  body.search {
    overflow: hidden;
  }
}
/*------------------------------------*\
	Html elements
\*------------------------------------*/
em {
  font-style: italic;
}
strong,
b {
  font-weight: 700;
}
sup {
  top: 0;
  font-size: 12px;
  line-height: 18.75px;
  vertical-align: top;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  sup {
    font-size: 10.8px;
    line-height: 16.875px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  sup {
    font-size: 9.6px;
    line-height: 15px;
  }
}
sub {
  bottom: 0;
  font-size: 13px;
  line-height: 20.3125px;
  vertical-align: bottom;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  sub {
    font-size: 11.7px;
    line-height: 18.28125px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  sub {
    font-size: 10.4px;
    line-height: 16.25px;
  }
}
body.nojs .js {
  display: none;
}
hr {
  margin: 11px 0 12px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}
h1 {
  position: relative;
  margin: 0 0 30px;
  font-family: 'open_sanscondensed_light', sans-serif;
  /*.font-size(70px,74px);*/
  font-weight: 700;
  font-size: 70px;
  line-height: 74px;
  text-transform: uppercase;
  color: #878787;
}
body.page-start h1 {
  margin: 0 0 50px;
  font-size: 35px;
  line-height: 49px;
  font-weight: 300;
  text-transform: none;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  body.page-start h1 {
    font-size: 31.5px;
    line-height: 44.1px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  body.page-start h1 {
    font-size: 28px;
    line-height: 39.2px;
  }
}
body.page-start h1:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e906";
  font-size: 7px;
  line-height: 7px;
  top: auto;
  bottom: -20px;
  left: 3px;
  display: block;
  color: #e3e3e3;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (min-width: 1025px) and (max-width: 1280px), handheld and (min-width: 1025px) and (max-width: 1280px), projection and (min-width: 1025px) and (max-width: 1280px), tv and (min-width: 1025px) and (max-width: 1280px), tty and (min-width: 1025px) and (max-width: 1280px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
h2 {
  position: relative;
  margin: 0 0 50px;
  font-family: 'open_sanscondensed_light', sans-serif;
  /*.font-size(35px,49px);*/
  font-weight: 300;
  font-size: 35px;
  line-height: 49px;
  color: #878787;
  /*@media screen,handheld,projection,tv,tty {
		@media (max-width: @standard-responsive) {
			// .font-size(24px,28px);
		}
		@media (max-width: @middle-responsive) {
			margin-bottom: 15px;
		}
	}*/
}
h2:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e906";
  font-size: 7px;
  line-height: 7px;
  top: auto;
  bottom: -20px;
  left: 3px;
  display: block;
  color: #e3e3e3;
}
h2.strong-upper {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  color: #1d1d1b;
}
h2.strong-upper:after {
  display: none;
}
@media screen, handheld, projection, tv, tty {
  h2 {
    /*.QUERY_max(bp_tab, {
			font-size: 24px; line-height: 28px;
		});*/
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h2.strong-upper {
    font-size: 30px;
    line-height: 34px;
  }
}
h3 {
  margin: 0 0 20px;
  font-family: 'open_sanscondensed_light', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
  color: #878787;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  h3 {
    font-size: 22.5px;
    line-height: 26.1px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  h3 {
    font-size: 20px;
    line-height: 23.2px;
  }
}
@media (max-width: 900px) {
}
h4 {
  margin: 0 0 0;
  font-family: 'open_sanscondensed_light', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  h4 {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  h4 {
    font-size: 12.8px;
    line-height: 20px;
  }
}
a {
  text-decoration: underline;
  color: #1d1d1b;
  outline: 0;
}
a:active,
a:hover {
  text-decoration: underline;
  color: #86867e;
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
figure a,
figure img {
  display: block;
}
figure figcaption {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 20px;
  font-family: 'open_sanscondensed_light', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
img {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #e3e3e3;
  border-collapse: collapse;
  table-layout: fixed;
}
thead td,
th {
  border-bottom: 2px solid #1d1d1b;
}
td {
  border-bottom: 1px solid #e3e3e3;
}
tr.even td {
  /*background-color:@light-grey;*/
}
th,
td {
  padding: 8px 10px;
}
td p {
  margin-bottom: 0;
}
ul,
ol {
  position: relative;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  position: relative;
  list-style: none;
  margin: 0;
}
#main .ce_text ul,
#main .ce_list ul,
#main .ce_text ol,
#main .ce_list ol {
  margin: 0 0 20px 0;
  padding: 0;
}
#main .ce_text ul li,
#main .ce_list ul li {
  margin: 0 0 5px;
  padding-left: 15px;
  list-style: none;
}
#main .ce_text ul li:before,
#main .ce_list ul li:before {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #c00d0e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main .ce_text ol,
#main .ce_list ol {
  counter-reset: iteration;
}
#main .ce_text ol li,
#main .ce_list ol li {
  margin: 0 0 5px 28px;
  list-style: none;
}
#main .ce_text ol li:before,
#main .ce_list ol li:before {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  content: counter(iteration) "";
  counter-increment: iteration;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #878787;
  font-size: 10px;
  line-height: 15px;
  color: #878787;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #main .ce_text ol li:before,
  #main .ce_list ol li:before {
    font-size: 9px;
    line-height: 13.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #main .ce_text ol li:before,
  #main .ce_list ol li:before {
    font-size: 8px;
    line-height: 12px;
  }
}
p {
  margin: 0 0 25px;
}
@media screen and (max-width: 750px), handheld and (max-width: 750px), projection and (max-width: 750px), tv and (max-width: 750px), tty and (max-width: 750px) {
  p {
    margin-bottom: 15px;
  }
}
video {
  width: 100% !important;
  height: auto !important;
}
.mejs-mediaelement video,
.mejs-mediaelement .me-plugin,
.mejs-mediaelement embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  max-width: 100%;
}
.mejs-overlay-button {
  display: none;
}
/*------------------------------------*\
	Clearing
\*------------------------------------*/
.clearing {
  clear: left;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*------------------------------------*\
	Grid
\*------------------------------------*/
.sc2 {
  width: 48.5%;
}
.sc2.sc-first {
  width: 51.5%;
  padding-right: 3%;
}
.sc3 {
  width: 33%;
  padding-right: 3%;
}
.sc3-2 {
  width: 66%;
  padding-right: 5%;
}
.sc3-last {
  padding-right: 0;
  padding-left: 3% !important;
  border-left: 1px solid #1d1d1b;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .sc2 {
    float: none;
    width: 100%;
  }
  .sc2.sc-first {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .sc3 {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .sc3-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .sc3-last {
    padding-right: 0;
    padding-left: 0 !important;
    border-left: 0;
  }
}
.subcolumns {
  overflow: visible;
}
.c20r,
.c25r,
.c33r,
.c40r,
.c38r,
.c50r,
.c60r,
.c66r,
.c62r,
.c75r,
.c80r,
.c15r,
.c16r,
.c30r,
.c45r,
.c55r,
.c70r,
.c85r {
  margin-left: 0;
}
.subcl,
.subcr {
  margin: 0;
  padding: 0;
}
.c20l,
.c20r {
  width: 18%;
  margin-right: 2.5%;
}
.c20l .ce_text .image_container,
.c20r .ce_text .image_container {
  height: 75px;
}
.c20l .ce_text .image_container img,
.c20r .ce_text .image_container img {
  width: auto;
  margin: 0 auto;
}
.c20r {
  margin-right: 0;
}
.c33l {
  width: 32.66%;
  margin-right: 1%;
}
.c66r {
  width: 64.33%;
  margin-left: 2%;
}
.c66l {
  width: 64.33%;
  margin-right: 3%;
}
.c33r {
  width: 32.66%;
  margin-right: 0;
}
.c50l,
.c50r {
  width: 48.5%;
}
.c50l {
  margin-right: 3%;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .c33l,
  .c33r {
    float: none;
    width: 100%;
  }
  .c33l {
    margin: 0 0 20px;
  }
  .c50l,
  .c50r {
    float: none;
    width: 100%;
  }
  .c50l {
    margin: 0 0 20px;
  }
}
.datepicker_bootstrap {
  z-index: 1000;
}
/*------------------------------------*\
	Form elements
\*------------------------------------*/
.error-message,
p.error {
  margin-bottom: 0;
  padding: 10px 0 5px;
  font-size: 16px;
  line-height: 25px;
  color: red;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .error-message,
  p.error {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .error-message,
  p.error {
    font-size: 12.8px;
    line-height: 20px;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input,
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder,
[contenteditable]::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 23.4375px;
  color: #878787;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  .uneditable-input::-webkit-input-placeholder,
  [contenteditable]::-webkit-input-placeholder {
    font-size: 13.5px;
    line-height: 21.09375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  .uneditable-input::-webkit-input-placeholder,
  [contenteditable]::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 18.75px;
  }
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
.uneditable-input:-moz-placeholder,
[contenteditable]:-moz-placeholder {
  font-size: 15px;
  line-height: 23.4375px;
  color: #878787;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="file"]:-moz-placeholder,
  .uneditable-input:-moz-placeholder,
  [contenteditable]:-moz-placeholder {
    font-size: 13.5px;
    line-height: 21.09375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="file"]:-moz-placeholder,
  .uneditable-input:-moz-placeholder,
  [contenteditable]:-moz-placeholder {
    font-size: 12px;
    line-height: 18.75px;
  }
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
.uneditable-input::-moz-placeholder,
[contenteditable]::-moz-placeholder {
  font-size: 15px;
  line-height: 23.4375px;
  color: #878787;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  .uneditable-input::-moz-placeholder,
  [contenteditable]::-moz-placeholder {
    font-size: 13.5px;
    line-height: 21.09375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  .uneditable-input::-moz-placeholder,
  [contenteditable]::-moz-placeholder {
    font-size: 12px;
    line-height: 18.75px;
  }
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder,
[contenteditable]:-ms-input-placeholder {
  font-size: 15px;
  line-height: 23.4375px;
  color: #878787;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  .uneditable-input:-ms-input-placeholder,
  [contenteditable]:-ms-input-placeholder {
    font-size: 13.5px;
    line-height: 21.09375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  .uneditable-input:-ms-input-placeholder,
  [contenteditable]:-ms-input-placeholder {
    font-size: 12px;
    line-height: 18.75px;
  }
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
input.captcha,
textarea {
  width: 100%;
  height: 35px;
  margin-bottom: 8px;
  padding: 0 10px 0 10px;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23.4375px;
  font-weight: normal;
  color: #1d1d1b;
  resize: vertical;
  /*&:focus {
		outline: 0;
		outline: thin dotted \9;
		// border-color: @orange;
		border-bottom: 1px solid @red;
	}*/
  /*@media (max-width: @micro-responsive) {
		.font-size(13px);
		.placeholder({
			.font-size(13px); color:@placeholder;
		});
	}*/
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  input.captcha,
  textarea {
    font-size: 13.5px;
    line-height: 21.09375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  input.captcha,
  textarea {
    font-size: 12px;
    line-height: 18.75px;
  }
}
form {
  display: inline;
}
fieldset {
  padding: 25px 0 15px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
fieldset.first {
  padding-top: 0;
  border-top: 0;
}
fieldset legend {
  display: none;
}
label {
  display: block;
  margin-bottom: 3px;
}
select {
  width: 100%;
  height: 35px;
  margin-bottom: 8px;
  padding: 0 3px 0 7px;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  font-family: 'open_sanscondensed_light', sans-serif;
  font-size: 15px;
  line-height: 23.4375px;
  font-weight: normal;
  color: #1d1d1b;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select {
    font-size: 13.5px;
    line-height: 21.09375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select {
    font-size: 12px;
    line-height: 18.75px;
  }
}
select option {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  select option {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  select option {
    font-size: 12.8px;
    line-height: 20px;
  }
}
select select:required:invalid {
  color: gray;
}
select::-ms-expand {
  display: none;
}
textarea {
  padding-top: 9px;
  height: 250px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.submit,
button,
a.button,
a.more-button,
span.more-button,
.ce_hyperlink.button a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  padding: 9px 35px 9px 40px;
  background-color: #c00d0e;
  border: 0;
  font-family: 'open_sans_condensedbold', sans-serif;
  font-size: 25px;
  line-height: 39.0625px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  input.submit,
  button,
  a.button,
  a.more-button,
  span.more-button,
  .ce_hyperlink.button a {
    font-size: 22.5px;
    line-height: 35.15625px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  input.submit,
  button,
  a.button,
  a.more-button,
  span.more-button,
  .ce_hyperlink.button a {
    font-size: 20px;
    line-height: 31.25px;
  }
}
input.submit::selection,
button::selection,
a.button::selection,
a.more-button::selection,
span.more-button::selection,
.ce_hyperlink.button a::selection {
  background-color: transparent;
}
input.submit::-moz-selection,
button::-moz-selection,
a.button::-moz-selection,
a.more-button::-moz-selection,
span.more-button::-moz-selection,
.ce_hyperlink.button a::-moz-selection {
  background-color: transparent;
}
input.submit em,
button em,
a.button em,
a.more-button em,
span.more-button em,
.ce_hyperlink.button a em {
  font-style: normal;
}
input.submit:hover,
button:hover,
a.button:hover,
a.more-button:hover,
span.more-button:hover,
.ce_hyperlink.button a:hover {
  background-color: #ef1112;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
input.submit:hover em,
button:hover em,
a.button:hover em,
a.more-button:hover em,
span.more-button:hover em,
.ce_hyperlink.button a:hover em {
  border-bottom: 1px solid #fff;
}
input.submit:after,
button:after,
a.button:after,
a.more-button:after,
span.more-button:after,
.ce_hyperlink.button a:after {
  /*.icon-inline;
		width: 30px; height: 30px;
		margin-left: 15px;
		.border-radius(30px);
		border: 2px solid #fff;
		.icon-more; font-size: 14px; line-height: 26px;
		text-align: center;*/
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "icomoon";
  content: "\e902";
  font-size: 11px;
  line-height: inherit;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  input.submit,
  button,
  a.button,
  a.more-button,
  span.more-button,
  .ce_hyperlink.button a {
    padding: 3px 19px;
  }
}
span.more {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 25px;
  line-height: 39.0625px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  span.more {
    font-size: 22.5px;
    line-height: 35.15625px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  span.more {
    font-size: 20px;
    line-height: 31.25px;
  }
}
span.more em {
  display: block;
  font-style: normal;
}
span.more em:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "icomoon";
  content: "\e902";
  font-size: 11px;
  line-height: inherit;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
p.back a,
.ce_hyperlink.back a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  margin-top: 23px;
  padding: 9px 20px;
  background-color: #c00d0e;
  border: 0;
  font-family: 'open_sans_condensedbold', sans-serif;
  font-size: 25px;
  line-height: 39.0625px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  p.back a,
  .ce_hyperlink.back a {
    font-size: 22.5px;
    line-height: 35.15625px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  p.back a,
  .ce_hyperlink.back a {
    font-size: 20px;
    line-height: 31.25px;
  }
}
p.back a::selection,
.ce_hyperlink.back a::selection {
  background-color: transparent;
}
p.back a::-moz-selection,
.ce_hyperlink.back a::-moz-selection {
  background-color: transparent;
}
p.back a:before,
.ce_hyperlink.back a:before {
  padding-right: 10px;
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "icomoon";
  content: "\e90a";
  font-size: 16px;
  line-height: inherit;
}
p.back a:after,
.ce_hyperlink.back a:after {
  display: none;
}
p.back a:hover,
.ce_hyperlink.back a:hover {
  background-color: #ef1112;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
p.back a:hover em,
.ce_hyperlink.back a:hover em {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  p.back a,
  .ce_hyperlink.back a {
    padding: 3px 19px;
  }
}
/*a.more-button {
	#right & {
		padding: 0; background-color: transparent;
		&:after {
			margin-left: 8px;
			// font-size: 14px; .icon-more-arrow;
			.icon(more-arrow); .icon-size(14px);
		}
	}
	#right .ce_text.black & {
		color: @orange;
		&:hover em { border-color: @orange; }
	}
}*/
.widget {
  margin-bottom: 20px;
}
.checkbox_container {
  margin-top: 10px;
}
.checkbox_container input {
  margin-right: 5px;
}
.widget-explanation {
  padding: 15px 0 0 0;
}
.widget-datepicker {
  position: relative;
}
.widget-datepicker .CalendarFieldIcon {
  position: absolute;
  z-index: 2;
  display: none;
  top: 9px;
  right: 17px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.widget-datepicker .CalendarFieldIcon:before {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "FontAwesome";
  content: "\f073";
  font-size: 22px;
  line-height: 22px;
}
body.js .widget-datepicker .CalendarFieldIcon {
  display: block;
}
.widget-captcha {
  margin-bottom: 20px;
}
.widget-captcha input.captcha {
  width: 60px;
  margin-left: 10px;
  border: 1px solid #1d1d1b;
  font-size: 26px;
  line-height: 40.625px;
  text-align: center;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .widget-captcha input.captcha {
    font-size: 23.4px;
    line-height: 36.5625px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .widget-captcha input.captcha {
    font-size: 20.8px;
    line-height: 32.5px;
  }
}
.submit_container {
  clear: left;
  margin-top: 30px;
}
.widget-text,
.widget-select,
.widget-datepicker {
  margin-bottom: 10px;
}
form.kontakt h2 {
  position: relative;
  margin: 0 0 50px;
  font-family: 'open_sanscondensed_light', sans-serif;
  /*.font-size(35px,49px);*/
  font-weight: 300;
  font-size: 35px;
  line-height: 49px;
  color: #878787;
  /*@media screen,handheld,projection,tv,tty {
		@media (max-width: @standard-responsive) {
			// .font-size(24px,28px);
		}
		@media (max-width: @middle-responsive) {
			margin-bottom: 15px;
		}
	}*/
}
form.kontakt h2:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e906";
  font-size: 7px;
  line-height: 7px;
  top: auto;
  bottom: -20px;
  left: 3px;
  display: block;
  color: #e3e3e3;
}
form.kontakt h2.strong-upper {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  color: #1d1d1b;
}
form.kontakt h2.strong-upper:after {
  display: none;
}
@media screen, handheld, projection, tv, tty {
  form.kontakt h2 {
    /*.QUERY_max(bp_tab, {
			font-size: 24px; line-height: 28px;
		});*/
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  form.kontakt h2 {
    font-size: 30px;
    line-height: 34px;
  }
  form.kontakt h2.strong-upper {
    font-size: 30px;
    line-height: 34px;
  }
}
form.kontakt fieldset {
  margin-left: -1%;
  margin-right: -1%;
  /*&.contact {
			.widget-text { float: left; width: 50%; padding: 0 1%; }
		}*/
}
form.kontakt fieldset .widget-headline {
  padding: 0 1%;
}
form.kontakt fieldset .widget-datepicker {
  clear: left;
  width: 50%;
  padding: 0 1%;
}
form.kontakt fieldset.split .widget-select {
  width: 50%;
  padding: 0 1%;
}
form.kontakt fieldset.split .widget-text {
  float: left;
  width: 50%;
  padding: 0 1%;
}
form.kontakt fieldset.address .widget-text.street {
  padding: 0 1%;
}
form.kontakt fieldset.address .widget-text:not(.street) {
  float: left;
  width: 50%;
  padding: 0 1%;
}
form.kontakt fieldset.address .widget-select {
  width: 50%;
  padding: 0 1%;
}
form.kontakt fieldset.message .widget-textarea {
  padding: 0 1%;
}
form.kontakt fieldset.privacy .widget-explanation {
  float: left;
  width: 50%;
  padding: 0 1%;
}
form.kontakt fieldset.privacy .widget-checkbox {
  float: left;
  width: 50%;
  padding: 0 1%;
}
form.kontakt fieldset.privacy .widget-checkbox label {
  display: inline;
}
form.kontakt fieldset.submit .widget-captcha,
form.kontakt fieldset.submit .submit_container {
  clear: none;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 1%;
}
@media (max-width: 900px) {
  form.kontakt fieldset.submit .widget-captcha {
    margin-bottom: 20px;
  }
  form.kontakt fieldset.submit .widget-captcha,
  form.kontakt fieldset.submit .submit_container {
    float: none;
    width: 100%;
  }
}
@media (max-width: 900px) {
  form.kontakt fieldset.privacy .widget-explanation,
  form.kontakt fieldset.privacy .widget-checkbox {
    float: none;
    width: 100%;
  }
}
@media (max-width: 750px) {
  form.kontakt fieldset .widget-datepicker {
    width: 100%;
  }
  form.kontakt fieldset.split .widget-text,
  form.kontakt fieldset.name .widget-text,
  form.kontakt fieldset.address .widget-text,
  form.kontakt fieldset.split .widget-text:not(.street),
  form.kontakt fieldset.name .widget-text:not(.street),
  form.kontakt fieldset.address .widget-text:not(.street),
  form.kontakt fieldset.split .widget-select,
  form.kontakt fieldset.name .widget-select,
  form.kontakt fieldset.address .widget-select {
    float: none;
    width: 100%;
  }
}
/*------------------------------------*\
	Standard Contao content elements
\*------------------------------------*/
.ce_text {
  position: relative;
  margin-bottom: 20px;
}
.ce_text .text_container {
  position: relative;
}
.ce_text .image_container {
  position: relative;
}
.ce_text .image_container img {
  max-width: 100%;
  height: auto;
}
.ce_text .image_container.float_left {
  margin: 0 25px 10px 0;
}
.ce_text.intro {
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.ce_text.intro h1 {
  margin-bottom: 10px;
}
.ce_text.intro .text_container {
  font-family: 'open_sans_condensedbold', sans-serif;
  /*.font-size(35px,39px);*/
  font-weight: 700;
  font-size: 35px;
  line-height: 39px;
  color: #1d1d1b;
}
.ce_text.intro:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e906";
  font-size: 7px;
  line-height: 7px;
  top: auto;
  bottom: 0px;
  left: 3px;
  display: block;
  color: #e3e3e3;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_text.intro h1 {
    margin-bottom: 5px;
  }
  .ce_text.intro .text_container {
    font-size: 20px;
    line-height: 24px;
  }
}
.ce_image {
  position: relative;
}
.ce_image .image_container img {
  max-width: 100%;
  height: auto;
}
.ce_image.portrait {
  overflow: visible;
}
.ce_image.portrait img {
  width: 672px;
  max-width: 672px;
  height: 636px;
}
@media screen and (max-width: 1280px), handheld and (max-width: 1280px), projection and (max-width: 1280px), tv and (max-width: 1280px), tty and (max-width: 1280px) {
  .ce_image.portrait img {
    width: 100%;
    height: auto;
  }
}
.ce_downloads ul {
  margin: 0 -1%;
}
.ce_download ul,
.ce_downloads ul {
  *zoom: 1;
}
.ce_download ul:before,
.ce_downloads ul:before,
.ce_download ul:after,
.ce_downloads ul:after {
  content: " ";
  display: table;
}
.ce_download ul:after,
.ce_downloads ul:after {
  clear: both;
}
.ce_download ul li,
.ce_downloads ul li {
  display: inline;
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 1%;
}
.ce_download ul li a,
.ce_downloads ul li a {
  display: block;
  padding-left: 85px;
  background: transparent url('../../files/theme/img/icon-pdf.gif') left top no-repeat;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  color: #1d1d1b;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_download ul li a,
  .ce_downloads ul li a {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_download ul li a,
  .ce_downloads ul li a {
    font-size: 12.8px;
    line-height: 20px;
  }
}
.ce_download ul li a b,
.ce_downloads ul li a b {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_download ul li a b,
  .ce_downloads ul li a b {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_download ul li a b,
  .ce_downloads ul li a b {
    font-size: 12.8px;
    line-height: 20px;
  }
}
.ce_download ul li a b em,
.ce_downloads ul li a b em {
  display: inline;
  border-bottom: 1px solid transparent;
  font-style: normal;
}
.ce_download ul li a:hover b em,
.ce_downloads ul li a:hover b em {
  color: #1d1d1b;
  border-color: #1d1d1b;
}
.ce_accordion {
  border-bottom: 1px solid #e3e3e3;
}
.ce_accordion.first {
  border-top: 1px solid #e3e3e3;
}
.ce_accordion .toggler {
  position: relative;
  display: block;
  padding: 8px 0px 10px 28px;
  background-color: #fff;
  font-family: 'open_sans_condensedbold', sans-serif;
  font-size: 35px;
  line-height: 47px;
  font-weight: 600;
  text-decoration: none;
  color: #1d1d1b;
  cursor: pointer;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_accordion .toggler {
    font-size: 31.5px;
    line-height: 42.3px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_accordion .toggler {
    font-size: 28px;
    line-height: 37.6px;
  }
}
.ce_accordion .toggler:before {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e909";
  font-size: 17px;
  line-height: 17px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c00d0e;
}
.ce_accordion.opened .toggler:before {
  font-family: "icomoon";
  content: "\e908";
  font-size: 9px;
  line-height: inherit;
}
.ce_accordion .accordion {
  display: block;
  padding: 16px 41px 16px 28px;
  display: none;
}
.ce_accordion .accordion ul {
  margin: 0 0 20px 0;
}
.ce_accordion .accordion li {
  margin: 0 0 5px;
  padding-left: 15px;
  list-style: none;
}
.ce_accordion .accordion li:before {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #c00d0e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ce_accordion .accordion .ce_text {
  margin-bottom: 0;
}
.ce_table.timeline td.col_0 {
  width: 100px;
  font-size: 22px;
  line-height: 34.375px;
  font-weight: 700;
  color: #c00d0e;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_table.timeline td.col_0 {
    font-size: 19.8px;
    line-height: 30.9375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_table.timeline td.col_0 {
    font-size: 17.6px;
    line-height: 27.5px;
  }
}
.ce_table.timeline td.col_1 {
  font-size: 15px;
  line-height: 23.4375px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_table.timeline td.col_1 {
    font-size: 13.5px;
    line-height: 21.09375px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_table.timeline td.col_1 {
    font-size: 12px;
    line-height: 18.75px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_table.timeline td.col_0 {
    width: 80px;
  }
}
@media screen and (max-width: 400px), handheld and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px), tty and (max-width: 400px) {
  .ce_table.timeline td,
  .ce_table.timeline td.col_0 {
    display: block;
    width: 100%;
  }
}
/*------------------------------------*\
	Standard Contao modules
\*------------------------------------*/
#header .mod_navigation {
  position: absolute;
  overflow: visible;
  left: 380px;
  font-size: 18px;
  line-height: 26px;
}
#header .mod_navigation i {
  display: none;
  top: 0;
  right: 0;
  width: 38px;
  height: 25px;
  font-style: normal;
  color: #1d1d1b;
}
#header .mod_navigation i:before {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  content: "\e901";
  font-size: 24px;
  line-height: inherit;
}
body.menu #header .mod_navigation i {
  width: 30px;
  height: 30px;
  color: #c00d0e;
}
body.menu #header .mod_navigation i:before {
  font-family: "icomoon";
  content: "\e900";
  font-size: 30px;
  line-height: inherit;
}
#header .mod_navigation em {
  font-style: normal;
}
#header .mod_navigation ul li a:hover {
  color: #c00d0e;
}
#header .mod_navigation ul li a,
#header .mod_navigation ul li span {
  display: block;
  text-decoration: none;
}
#header .mod_navigation ul li a.active,
#header .mod_navigation ul li span.active {
  font-weight: 700;
  color: #c00d0e;
}
#header .mod_navigation ul li span {
  cursor: default;
}
#header .mod_navigation ul.level_2,
#header .mod_navigation ul.level_3 {
  display: none;
}
@media screen and (max-width: 1280px), handheld and (max-width: 1280px), projection and (max-width: 1280px), tv and (max-width: 1280px), tty and (max-width: 1280px) {
  #header .mod_navigation {
    left: 280px;
  }
}
@media screen and (max-width: 1180px), handheld and (max-width: 1180px), projection and (max-width: 1180px), tv and (max-width: 1180px), tty and (max-width: 1180px) {
  #header .mod_navigation {
    left: 260px;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #header .mod_navigation {
    bottom: auto;
    left: auto;
    top: 25px;
    right: 0;
    width: 100%;
    background-color: #fff;
    text-align: right;
  }
  #header .mod_navigation i {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
  #header .mod_navigation ul {
    text-align: left;
  }
  #header .mod_navigation ul.level_1 {
    position: absolute;
    display: none;
    top: 55px;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    border-top: 1px solid #e9e9e9;
  }
  #header .mod_navigation ul.level_1 a,
  #header .mod_navigation ul.level_1 span {
    border-bottom: 1px solid #e9e9e9;
  }
  #header .mod_navigation ul.level_1 > li > a,
  #header .mod_navigation ul.level_1 > li > span {
    font-weight: 700;
    color: #c00d0e;
  }
  body.menu #header .mod_navigation ul.level_1 {
    display: block;
  }
  #header .mod_navigation ul.level_2 {
    display: block;
  }
  #header .mod_navigation ul.level_2 > li > a,
  #header .mod_navigation ul.level_2 > li > span {
    padding-left: 15px;
  }
  #header .mod_navigation ul.level_3 {
    display: block;
  }
  #header .mod_navigation ul.level_3 > li > a,
  #header .mod_navigation ul.level_3 > li > span {
    padding-left: 30px;
  }
}
@media screen and (min-width: 401px) and (max-width: 1024px), handheld and (min-width: 401px) and (max-width: 1024px), projection and (min-width: 401px) and (max-width: 1024px), tv and (min-width: 401px) and (max-width: 1024px), tty and (min-width: 401px) and (max-width: 1024px) {
  #header .mod_navigation ul.level_1 {
    top: 100px;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #header .mod_navigation ul.level_1 {
    border-top: 1px solid #e9e9e9;
  }
}
@media screen and (min-width: 1025px), handheld and (min-width: 1025px), projection and (min-width: 1025px), tv and (min-width: 1025px), tty and (min-width: 1025px) {
  #header .mod_navigation {
    bottom: 0;
  }
  #header .mod_navigation ul.level_1 > li {
    float: left;
    /*&.first {
								> a,
								> span {
									padding-left: 0;
								}
							}*/
  }
  #header .mod_navigation ul.level_1 > li > a,
  #header .mod_navigation ul.level_1 > li > span {
    padding: 0 20px 20px;
  }
  #header .mod_navigation ul.level_1 > li > a > em,
  #header .mod_navigation ul.level_1 > li > span > em {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border-bottom: 1px solid transparent;
  }
  #header .mod_navigation ul.level_1 > li.last > a,
  #header .mod_navigation ul.level_1 > li.last > span {
    padding-right: 0;
  }
  #header .mod_navigation ul.level_1 > li.trail > a,
  #header .mod_navigation ul.level_1 > li.trail > span {
    font-weight: 700;
    color: #c00d0e;
  }
  #header .mod_navigation ul.level_1 > li:hover > a,
  #header .mod_navigation ul.level_1 > li:hover > span {
    color: #c00d0e;
  }
  #header .mod_navigation ul.level_1 > li:hover > a > em,
  #header .mod_navigation ul.level_1 > li:hover > span > em {
    border-color: #c00d0e;
  }
  #header .mod_navigation ul.level_1 > li:hover .level_2 {
    position: absolute;
    display: block;
  }
  #header .mod_navigation ul.level_2 {
    position: absolute;
    min-width: 150px;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
  #header .mod_navigation ul.level_2 li {
    border-bottom: 1px solid #e9e9e9;
  }
  #header .mod_navigation ul.level_2 li.last {
    border: 0;
  }
  #header .mod_navigation ul.level_2 a,
  #header .mod_navigation ul.level_2 span {
    padding: 5px 20px;
  }
  #header .mod_navigation ul.level_2 > li {
    width: auto;
    padding-right: 15px;
  }
  #header .mod_navigation ul.level_2 > li > a,
  #header .mod_navigation ul.level_2 > li > span {
    display: block;
    width: 100%;
    white-space: nowrap;
  }
  #header .mod_navigation ul.level_2 > li.trail > a,
  #header .mod_navigation ul.level_2 > li.trail > span {
    font-weight: 700;
    color: #c00d0e;
  }
  #header .mod_navigation ul.level_2 > li:hover .level_3 {
    display: block;
  }
  #header .mod_navigation ul.level_2 > li.submenu:after {
    display: none;
    position: relative;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    left: auto;
    color: #c00d0e;
  }
  #header .mod_navigation ul.level_2 > li.submenu:hover:after {
    display: block;
  }
  #header .mod_navigation ul.level_2 > li.submenu:hover > a,
  #header .mod_navigation ul.level_2 > li.submenu:hover > span {
    color: #c00d0e;
  }
  #header .mod_navigation ul.level_3 {
    position: absolute;
    top: -1px;
    left: 100%;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px), handheld and (min-width: 1025px) and (max-width: 1280px), projection and (min-width: 1025px) and (max-width: 1280px), tv and (min-width: 1025px) and (max-width: 1280px), tty and (min-width: 1025px) and (max-width: 1280px) {
  #header .mod_navigation {
    font-size: 16px;
    line-height: 24px;
  }
  #header .mod_navigation ul.level_1 > li > a,
  #header .mod_navigation ul.level_1 > li > span {
    padding: 0 14px 20px;
  }
}
.mod_article {
  position: relative;
  overflow: visible;
  *zoom: 1;
}
.mod_article:before,
.mod_article:after {
  content: " ";
  display: table;
}
.mod_article:after {
  clear: both;
}
#main .mod_article {
  padding-bottom: 30px;
}
#main .mod_article > .inside {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (min-width: 601px) and (max-width: 1280px), handheld and (min-width: 601px) and (max-width: 1280px), projection and (min-width: 601px) and (max-width: 1280px), tv and (min-width: 601px) and (max-width: 1280px), tty and (min-width: 601px) and (max-width: 1280px) {
  #main .mod_article > .inside {
    width: 92%;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #main .mod_article > .inside {
    width: 90%;
  }
}
#main .mod_article.first > .inside {
  padding-top: 50px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #main .mod_article.first > .inside {
    padding-top: 20px;
  }
}
#main .mod_article.teaser {
  padding-bottom: 0;
  background-color: #f2f2f2;
}
#main .mod_article.teaser .row__container {
  position: relative;
  margin-left: -2%;
  margin-right: -2%;
  padding: 0 0 10px;
  *zoom: 1;
}
#main .mod_article.teaser .row__container:before,
#main .mod_article.teaser .row__container:after {
  content: " ";
  display: table;
}
#main .mod_article.teaser .row__container:after {
  clear: both;
}
#main .mod_article.teaser .ce_headline {
  margin-left: 2%;
}
#main .mod_article.anfrage {
  position: relative;
  display: table;
  overflow-y: hidden;
  width: 100%;
  height: 356px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 31.25px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #main .mod_article.anfrage {
    font-size: 18px;
    line-height: 28.125px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #main .mod_article.anfrage {
    font-size: 16px;
    line-height: 25px;
  }
}
#main .mod_article.anfrage .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .mod_article.anfrage .background .ce_image {
  width: inherit;
  height: inherit;
}
#main .mod_article.anfrage .background .image_container {
  width: inherit;
  height: inherit;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#main .mod_article.anfrage .inside {
  position: relative;
  display: table-cell;
  overflow: visible;
  vertical-align: middle;
  width: 1200px;
  padding-top: 0;
}
#main .mod_article.anfrage .inside h2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #main .mod_article.anfrage .inside h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #main .mod_article.anfrage .inside h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
#main .mod_article.anfrage .inside h2:after {
  display: none;
}
#main .mod_article.anfrage .inside .ce_text {
  position: relative;
  overflow: visible;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (min-width: 601px) and (max-width: 1280px), handheld and (min-width: 601px) and (max-width: 1280px), projection and (min-width: 601px) and (max-width: 1280px), tv and (min-width: 601px) and (max-width: 1280px), tty and (min-width: 601px) and (max-width: 1280px) {
  #main .mod_article.anfrage .inside {
    width: 92%;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #main .mod_article.anfrage .inside {
    width: 90%;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #main .mod_article.anfrage .inside h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #main .mod_article.anfrage .inside .ce_text {
    margin-bottom: 20px;
  }
}
#main .mod_article.newslist {
  background-color: #f2f2f2;
}
.mod_breadcrumb {
  padding-top: 30px;
}
.mod_breadcrumb ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
@media screen and (min-width: 601px) and (max-width: 1280px), handheld and (min-width: 601px) and (max-width: 1280px), projection and (min-width: 601px) and (max-width: 1280px), tv and (min-width: 601px) and (max-width: 1280px), tty and (min-width: 601px) and (max-width: 1280px) {
  .mod_breadcrumb ul {
    width: 92%;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .mod_breadcrumb ul {
    width: 90%;
  }
}
.mod_breadcrumb ul:before,
.mod_breadcrumb ul:after {
  content: " ";
  display: table;
}
.mod_breadcrumb ul:after {
  clear: both;
}
.mod_breadcrumb ul li {
  float: left;
  margin-right: 7px;
}
.mod_breadcrumb ul li:not(:last-child):after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 10px;
  line-height: inherit;
}
.mod_breadcrumb ul li a,
.mod_breadcrumb ul li span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.mod_breadcrumb ul li a {
  margin-right: 7px;
  text-decoration: none;
}
.mod_breadcrumb ul li a:hover {
  text-decoration: underline;
}
.mod_breadcrumb ul li span {
  color: #c00d0e;
  font-weight: 700;
}
body.page-start .mod_breadcrumb {
  display: none;
}
.mod_newslist {
  margin: 0 -2%;
  font-family: 'open_sanscondensed_light', sans-serif;
}
.mod_newslist .layout_latest {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33.33%;
  padding: 0 2%;
  margin-bottom: 50px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mod_newslist .layout_latest a.news__link {
  display: block;
  background-color: #fff;
  font-size: 20px;
  line-height: 31.25px;
  text-decoration: none;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_newslist .layout_latest a {
    font-size: 18px;
    line-height: 28.125px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .mod_newslist .layout_latest a {
    font-size: 16px;
    line-height: 25px;
  }
}
.mod_newslist .layout_latest a:hover span.more-button {
  background-color: #ef1112;
}
.mod_newslist .layout_latest p.info {
  margin-bottom: 15px;
  color: #c00d0e;
}
.mod_newslist .layout_latest .image_container img {
  width: 100%;
  height: auto;
}
.mod_newslist .layout_latest .inside {
  padding: 20px 14px 30px;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_newslist .layout_latest {
    float: none;
    width: auto;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media screen and (min-width: 401px) and (max-width: 1024px), handheld and (min-width: 401px) and (max-width: 1024px), projection and (min-width: 401px) and (max-width: 1024px), tv and (min-width: 401px) and (max-width: 1024px), tty and (min-width: 401px) and (max-width: 1024px) {
  .mod_newslist .layout_latest {
    background-color: #fff;
    text-align: left;
    *zoom: 1;
  }
  .mod_newslist .layout_latest:before,
  .mod_newslist .layout_latest:after {
    content: " ";
    display: table;
  }
  .mod_newslist .layout_latest:after {
    clear: both;
  }
  .mod_newslist .layout_latest .image_container {
    float: left;
    width: 40%;
  }
  .mod_newslist .layout_latest .inside {
    float: left;
    width: 60%;
    padding: 15px 25px;
    background-color: transparent;
  }
}
.mod_search form {
  display: none;
}
@media screen, handheld, projection, tv, tty {
  .mod_search form {
    display: block;
  }
}
/*------------------------------------*\
	Contao extensions
\*------------------------------------*/
.mod_dlh_googlemaps,
.ce_dlh_googlemaps {
  width: 100%;
  height: 630px;
}
.mod_dlh_googlemaps .dlh_googlemap,
.ce_dlh_googlemaps .dlh_googlemap {
  width: inherit;
  height: inherit;
}
.mod_dlh_googlemaps .gm-style-iw,
.ce_dlh_googlemaps .gm-style-iw {
  font-size: 16px;
  line-height: 20px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_dlh_googlemaps .gm-style-iw,
  .ce_dlh_googlemaps .gm-style-iw {
    font-size: 14.4px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .mod_dlh_googlemaps .gm-style-iw,
  .ce_dlh_googlemaps .gm-style-iw {
    font-size: 12.8px;
    line-height: 16px;
  }
}
.mod_dlh_googlemaps .gm-style-iw p,
.ce_dlh_googlemaps .gm-style-iw p {
  margin-bottom: 0;
}
.mod_dlh_googlemaps .gm-style-iw a,
.ce_dlh_googlemaps .gm-style-iw a {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_dlh_googlemaps .gm-style-iw a,
  .ce_dlh_googlemaps .gm-style-iw a {
    font-size: 14.4px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .mod_dlh_googlemaps .gm-style-iw a,
  .ce_dlh_googlemaps .gm-style-iw a {
    font-size: 12.8px;
    line-height: 16px;
  }
}
.mod_dlh_googlemaps .gm-style-iw .container,
.ce_dlh_googlemaps .gm-style-iw .container {
  padding: 6px 10px 0 3px;
}
.mod_dlh_googlemaps .gm-style-iw .container b,
.ce_dlh_googlemaps .gm-style-iw .container b {
  font-size: 16px;
  line-height: 25px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_dlh_googlemaps .gm-style-iw .container b,
  .ce_dlh_googlemaps .gm-style-iw .container b {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .mod_dlh_googlemaps .gm-style-iw .container b,
  .ce_dlh_googlemaps .gm-style-iw .container b {
    font-size: 12.8px;
    line-height: 20px;
  }
}
.mod_dlh_googlemaps .routinglink,
.ce_dlh_googlemaps .routinglink {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.mod_dlh_googlemaps .routinglink input.text,
.ce_dlh_googlemaps .routinglink input.text {
  width: 200px;
}
.mod_dlh_googlemaps .routinglink input.submit,
.ce_dlh_googlemaps .routinglink input.submit {
  padding: 2px 20px;
  font-size: 20px;
  line-height: 31.25px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .mod_dlh_googlemaps .routinglink input.submit,
  .ce_dlh_googlemaps .routinglink input.submit {
    font-size: 18px;
    line-height: 28.125px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .mod_dlh_googlemaps .routinglink input.submit,
  .ce_dlh_googlemaps .routinglink input.submit {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1280px), handheld and (min-width: 601px) and (max-width: 1280px), projection and (min-width: 601px) and (max-width: 1280px), tv and (min-width: 601px) and (max-width: 1280px), tty and (min-width: 601px) and (max-width: 1280px) {
  .mod_dlh_googlemaps,
  .ce_dlh_googlemaps {
    height: 430px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .mod_dlh_googlemaps,
  .ce_dlh_googlemaps {
    height: 300px;
  }
}
.mod_coverpicture img {
  width: 100%;
  height: auto;
}
/*------------------------------------*\
	Slideshow
\*------------------------------------*/
.slideshow-placeholder {
  display: none;
}
body.nojs .slideshow-placeholder {
  display: block;
}
.owl-carousel {
  display: none;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
}
@media screen and (max-width: 750px), handheld and (max-width: 750px), projection and (max-width: 750px), tv and (max-width: 750px), tty and (max-width: 750px) {
  .owl-carousel {
    margin-bottom: 0;
  }
}
.owl-carousel::selection {
  background-color: transparent;
}
.owl-carousel::-moz-selection {
  background-color: transparent;
}
.owl-carousel * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default;
}
.owl-carousel *::selection {
  background-color: transparent;
}
.owl-carousel *::-moz-selection {
  background-color: transparent;
}
.owl-carousel .owl-item img {
  height: auto;
}
.owl-carousel .owl-dots {
  position: absolute;
  top: auto;
  right: 320px;
  bottom: 16px;
  padding: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot {
  position: relative;
  width: 100px;
  height: 4px;
  margin-right: 5px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #1d1d1b;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 67px;
  margin: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 67px;
  height: 67px;
  margin: 0;
  padding: 0;
  background-color: #c00d0e;
  -webkit-border-radius: 67px;
  -moz-border-radius: 67px;
  border-radius: 67px;
  line-height: 67px;
  text-indent: -9999em;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
  position: absolute;
  font-size: 27px;
  line-height: inherit;
  text-indent: 0;
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: #ef1112;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-nav .owl-prev {
  left: 50px;
}
.owl-carousel .owl-nav .owl-prev:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e903";
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-carousel .owl-nav .owl-next {
  right: 50px;
}
.owl-carousel .owl-nav .owl-next:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e904";
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 401px) and (max-width: 1024px), handheld and (min-width: 401px) and (max-width: 1024px), projection and (min-width: 401px) and (max-width: 1024px), tv and (min-width: 401px) and (max-width: 1024px), tty and (min-width: 401px) and (max-width: 1024px) {
  .owl-carousel .owl-nav {
    height: 37px;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
  .owl-carousel .owl-nav .owl-prev:after,
  .owl-carousel .owl-nav .owl-next:after {
    font-size: 17px;
    line-height: inherit;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 20px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 20px;
  }
}
@media screen and (max-width: 400px), handheld and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px), tty and (max-width: 400px) {
  .owl-carousel .owl-nav {
    height: 20px;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 20px;
    height: 20px;
    background-color: transparent;
    line-height: 20px;
    color: #c00d0e;
  }
  .owl-carousel .owl-nav .owl-prev:after,
  .owl-carousel .owl-nav .owl-next:after {
    font-size: 20px;
    line-height: inherit;
  }
  .owl-carousel .owl-nav .owl-prev:hover,
  .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
@media screen, handheld, projection, tv, tty {
  .owl-carousel {
    display: block;
  }
}
/*------------------------------------*\
	Custom elements
\*------------------------------------*/
.ce_slide {
  position: relative;
}
.ce_slide .text_container {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.ce_slide .text_container .inside {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 601px) and (max-width: 1280px), handheld and (min-width: 601px) and (max-width: 1280px), projection and (min-width: 601px) and (max-width: 1280px), tv and (min-width: 601px) and (max-width: 1280px), tty and (min-width: 601px) and (max-width: 1280px) {
  .ce_slide .text_container .inside {
    width: 92%;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_slide .text_container .inside {
    width: 90%;
  }
}
.ce_slide .text_container .title {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 96px;
  text-shadow: 0px 0px 10px #000000;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_slide .text_container .title {
    font-size: 81px;
    line-height: 86.4px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 72px;
    line-height: 76.8px;
  }
}
.ce_slide .text_container .text {
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  text-shadow: 0px 0px 10px #000000;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_slide .text_container .text {
    font-size: 31.5px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_slide .text_container .text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1480px), handheld and (min-width: 1261px) and (max-width: 1480px), projection and (min-width: 1261px) and (max-width: 1480px), tv and (min-width: 1261px) and (max-width: 1480px), tty and (min-width: 1261px) and (max-width: 1480px) {
  .ce_slide .text_container .inside {
    max-width: 1000px;
  }
  .ce_slide .text_container .title {
    font-size: 60px;
    line-height: 66px;
  }
  .ce_slide .text_container .text {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .title {
    font-size: 54px;
    line-height: 59.4px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 48px;
    line-height: 52.8px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 1024px), screen and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), handheld and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), projection and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), tv and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px), tty and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .text {
    font-size: 22.5px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and screen and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and handheld and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and projection and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and tv and (max-width: 600px), screen and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), handheld and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), projection and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), tv and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px), tty and (min-width: 1261px) and (max-width: 1480px) and tty and (max-width: 600px) {
  .ce_slide .text_container .text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1071px) and (max-width: 1260px), handheld and (min-width: 1071px) and (max-width: 1260px), projection and (min-width: 1071px) and (max-width: 1260px), tv and (min-width: 1071px) and (max-width: 1260px), tty and (min-width: 1071px) and (max-width: 1260px) {
  .ce_slide .text_container .inside {
    max-width: 760px;
  }
  .ce_slide .text_container .title {
    font-size: 50px;
    line-height: 56px;
  }
  .ce_slide .text_container .text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .title {
    font-size: 45px;
    line-height: 50.4px;
  }
}
@media screen and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 40px;
    line-height: 44.8px;
  }
}
@media screen and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 1024px), screen and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), handheld and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), projection and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), tv and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px), tty and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .text {
    font-size: 18px;
    line-height: 22.5px;
  }
}
@media screen and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and screen and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and handheld and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and projection and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and tv and (max-width: 600px), screen and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), handheld and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), projection and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), tv and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px), tty and (min-width: 1071px) and (max-width: 1260px) and tty and (max-width: 600px) {
  .ce_slide .text_container .text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1070px), handheld and (min-width: 761px) and (max-width: 1070px), projection and (min-width: 761px) and (max-width: 1070px), tv and (min-width: 761px) and (max-width: 1070px), tty and (min-width: 761px) and (max-width: 1070px) {
  .ce_slide .text_container .inside {
    max-width: 600px;
    text-align: center;
  }
  .ce_slide .text_container .title {
    font-size: 40px;
    line-height: 46px;
  }
  .ce_slide .text_container .title p {
    margin-bottom: 15px;
  }
  .ce_slide .text_container .text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .title {
    font-size: 36px;
    line-height: 41.4px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 32px;
    line-height: 36.8px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 1024px), screen and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), handheld and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), projection and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), tv and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px), tty and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .text {
    font-size: 18px;
    line-height: 22.5px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and screen and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and handheld and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and projection and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and tv and (max-width: 600px), screen and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), handheld and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), projection and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), tv and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px), tty and (min-width: 761px) and (max-width: 1070px) and tty and (max-width: 600px) {
  .ce_slide .text_container .text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .ce_slide .text_container .inside {
    max-width: 60%;
    text-align: center;
  }
  .ce_slide .text_container .title {
    font-size: 50px;
    line-height: 56px;
  }
  .ce_slide .text_container .title p {
    margin-bottom: 15px;
  }
  .ce_slide .text_container .text {
    display: none;
  }
}
@media screen and (max-width: 760px) and screen and (max-width: 1024px), handheld and (max-width: 760px) and screen and (max-width: 1024px), projection and (max-width: 760px) and screen and (max-width: 1024px), tv and (max-width: 760px) and screen and (max-width: 1024px), tty and (max-width: 760px) and screen and (max-width: 1024px), screen and (max-width: 760px) and handheld and (max-width: 1024px), handheld and (max-width: 760px) and handheld and (max-width: 1024px), projection and (max-width: 760px) and handheld and (max-width: 1024px), tv and (max-width: 760px) and handheld and (max-width: 1024px), tty and (max-width: 760px) and handheld and (max-width: 1024px), screen and (max-width: 760px) and projection and (max-width: 1024px), handheld and (max-width: 760px) and projection and (max-width: 1024px), projection and (max-width: 760px) and projection and (max-width: 1024px), tv and (max-width: 760px) and projection and (max-width: 1024px), tty and (max-width: 760px) and projection and (max-width: 1024px), screen and (max-width: 760px) and tv and (max-width: 1024px), handheld and (max-width: 760px) and tv and (max-width: 1024px), projection and (max-width: 760px) and tv and (max-width: 1024px), tv and (max-width: 760px) and tv and (max-width: 1024px), tty and (max-width: 760px) and tv and (max-width: 1024px), screen and (max-width: 760px) and tty and (max-width: 1024px), handheld and (max-width: 760px) and tty and (max-width: 1024px), projection and (max-width: 760px) and tty and (max-width: 1024px), tv and (max-width: 760px) and tty and (max-width: 1024px), tty and (max-width: 760px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .title {
    font-size: 45px;
    line-height: 50.4px;
  }
}
@media screen and (max-width: 760px) and screen and (max-width: 600px), handheld and (max-width: 760px) and screen and (max-width: 600px), projection and (max-width: 760px) and screen and (max-width: 600px), tv and (max-width: 760px) and screen and (max-width: 600px), tty and (max-width: 760px) and screen and (max-width: 600px), screen and (max-width: 760px) and handheld and (max-width: 600px), handheld and (max-width: 760px) and handheld and (max-width: 600px), projection and (max-width: 760px) and handheld and (max-width: 600px), tv and (max-width: 760px) and handheld and (max-width: 600px), tty and (max-width: 760px) and handheld and (max-width: 600px), screen and (max-width: 760px) and projection and (max-width: 600px), handheld and (max-width: 760px) and projection and (max-width: 600px), projection and (max-width: 760px) and projection and (max-width: 600px), tv and (max-width: 760px) and projection and (max-width: 600px), tty and (max-width: 760px) and projection and (max-width: 600px), screen and (max-width: 760px) and tv and (max-width: 600px), handheld and (max-width: 760px) and tv and (max-width: 600px), projection and (max-width: 760px) and tv and (max-width: 600px), tv and (max-width: 760px) and tv and (max-width: 600px), tty and (max-width: 760px) and tv and (max-width: 600px), screen and (max-width: 760px) and tty and (max-width: 600px), handheld and (max-width: 760px) and tty and (max-width: 600px), projection and (max-width: 760px) and tty and (max-width: 600px), tv and (max-width: 760px) and tty and (max-width: 600px), tty and (max-width: 760px) and tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 40px;
    line-height: 44.8px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) and screen and (max-width: 1024px), handheld and (max-width: 600px) and screen and (max-width: 1024px), projection and (max-width: 600px) and screen and (max-width: 1024px), tv and (max-width: 600px) and screen and (max-width: 1024px), tty and (max-width: 600px) and screen and (max-width: 1024px), screen and (max-width: 600px) and handheld and (max-width: 1024px), handheld and (max-width: 600px) and handheld and (max-width: 1024px), projection and (max-width: 600px) and handheld and (max-width: 1024px), tv and (max-width: 600px) and handheld and (max-width: 1024px), tty and (max-width: 600px) and handheld and (max-width: 1024px), screen and (max-width: 600px) and projection and (max-width: 1024px), handheld and (max-width: 600px) and projection and (max-width: 1024px), projection and (max-width: 600px) and projection and (max-width: 1024px), tv and (max-width: 600px) and projection and (max-width: 1024px), tty and (max-width: 600px) and projection and (max-width: 1024px), screen and (max-width: 600px) and tv and (max-width: 1024px), handheld and (max-width: 600px) and tv and (max-width: 1024px), projection and (max-width: 600px) and tv and (max-width: 1024px), tv and (max-width: 600px) and tv and (max-width: 1024px), tty and (max-width: 600px) and tv and (max-width: 1024px), screen and (max-width: 600px) and tty and (max-width: 1024px), handheld and (max-width: 600px) and tty and (max-width: 1024px), projection and (max-width: 600px) and tty and (max-width: 1024px), tv and (max-width: 600px) and tty and (max-width: 1024px), tty and (max-width: 600px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .title {
    font-size: 27px;
    line-height: 32.4px;
  }
}
@media screen and (max-width: 600px) and screen and (max-width: 600px), handheld and (max-width: 600px) and screen and (max-width: 600px), projection and (max-width: 600px) and screen and (max-width: 600px), tv and (max-width: 600px) and screen and (max-width: 600px), tty and (max-width: 600px) and screen and (max-width: 600px), screen and (max-width: 600px) and handheld and (max-width: 600px), handheld and (max-width: 600px) and handheld and (max-width: 600px), projection and (max-width: 600px) and handheld and (max-width: 600px), tv and (max-width: 600px) and handheld and (max-width: 600px), tty and (max-width: 600px) and handheld and (max-width: 600px), screen and (max-width: 600px) and projection and (max-width: 600px), handheld and (max-width: 600px) and projection and (max-width: 600px), projection and (max-width: 600px) and projection and (max-width: 600px), tv and (max-width: 600px) and projection and (max-width: 600px), tty and (max-width: 600px) and projection and (max-width: 600px), screen and (max-width: 600px) and tv and (max-width: 600px), handheld and (max-width: 600px) and tv and (max-width: 600px), projection and (max-width: 600px) and tv and (max-width: 600px), tv and (max-width: 600px) and tv and (max-width: 600px), tty and (max-width: 600px) and tv and (max-width: 600px), screen and (max-width: 600px) and tty and (max-width: 600px), handheld and (max-width: 600px) and tty and (max-width: 600px), projection and (max-width: 600px) and tty and (max-width: 600px), tv and (max-width: 600px) and tty and (max-width: 600px), tty and (max-width: 600px) and tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 24px;
    line-height: 28.8px;
  }
}
@media screen and (max-width: 400px), handheld and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px), tty and (max-width: 400px) {
  .ce_slide .text_container .title {
    font-size: 20px;
    line-height: 26px;
  }
  .ce_slide .text_container a.button {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 400px) and screen and (max-width: 1024px), handheld and (max-width: 400px) and screen and (max-width: 1024px), projection and (max-width: 400px) and screen and (max-width: 1024px), tv and (max-width: 400px) and screen and (max-width: 1024px), tty and (max-width: 400px) and screen and (max-width: 1024px), screen and (max-width: 400px) and handheld and (max-width: 1024px), handheld and (max-width: 400px) and handheld and (max-width: 1024px), projection and (max-width: 400px) and handheld and (max-width: 1024px), tv and (max-width: 400px) and handheld and (max-width: 1024px), tty and (max-width: 400px) and handheld and (max-width: 1024px), screen and (max-width: 400px) and projection and (max-width: 1024px), handheld and (max-width: 400px) and projection and (max-width: 1024px), projection and (max-width: 400px) and projection and (max-width: 1024px), tv and (max-width: 400px) and projection and (max-width: 1024px), tty and (max-width: 400px) and projection and (max-width: 1024px), screen and (max-width: 400px) and tv and (max-width: 1024px), handheld and (max-width: 400px) and tv and (max-width: 1024px), projection and (max-width: 400px) and tv and (max-width: 1024px), tv and (max-width: 400px) and tv and (max-width: 1024px), tty and (max-width: 400px) and tv and (max-width: 1024px), screen and (max-width: 400px) and tty and (max-width: 1024px), handheld and (max-width: 400px) and tty and (max-width: 1024px), projection and (max-width: 400px) and tty and (max-width: 1024px), tv and (max-width: 400px) and tty and (max-width: 1024px), tty and (max-width: 400px) and tty and (max-width: 1024px) {
  .ce_slide .text_container .title {
    font-size: 18px;
    line-height: 23.4px;
  }
}
@media screen and (max-width: 400px) and screen and (max-width: 600px), handheld and (max-width: 400px) and screen and (max-width: 600px), projection and (max-width: 400px) and screen and (max-width: 600px), tv and (max-width: 400px) and screen and (max-width: 600px), tty and (max-width: 400px) and screen and (max-width: 600px), screen and (max-width: 400px) and handheld and (max-width: 600px), handheld and (max-width: 400px) and handheld and (max-width: 600px), projection and (max-width: 400px) and handheld and (max-width: 600px), tv and (max-width: 400px) and handheld and (max-width: 600px), tty and (max-width: 400px) and handheld and (max-width: 600px), screen and (max-width: 400px) and projection and (max-width: 600px), handheld and (max-width: 400px) and projection and (max-width: 600px), projection and (max-width: 400px) and projection and (max-width: 600px), tv and (max-width: 400px) and projection and (max-width: 600px), tty and (max-width: 400px) and projection and (max-width: 600px), screen and (max-width: 400px) and tv and (max-width: 600px), handheld and (max-width: 400px) and tv and (max-width: 600px), projection and (max-width: 400px) and tv and (max-width: 600px), tv and (max-width: 400px) and tv and (max-width: 600px), tty and (max-width: 400px) and tv and (max-width: 600px), screen and (max-width: 400px) and tty and (max-width: 600px), handheld and (max-width: 400px) and tty and (max-width: 600px), projection and (max-width: 400px) and tty and (max-width: 600px), tv and (max-width: 400px) and tty and (max-width: 600px), tty and (max-width: 400px) and tty and (max-width: 600px) {
  .ce_slide .text_container .title {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.ce_service_teaser {
  position: relative;
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
  padding: 0 2%;
  font-family: 'open_sanscondensed_light', sans-serif;
}
.ce_service_teaser figure {
  position: relative;
  overflow-y: hidden;
}
.ce_service_teaser img {
  position: relative;
  width: 100%;
  height: auto;
}
.ce_service_teaser a {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #c00d0e;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
}
.ce_service_teaser a:hover {
  background-color: #ef1112;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.ce_service_teaser a:hover .hover {
  bottom: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.ce_service_teaser .image_container {
  width: 100%;
  background-size: cover;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.ce_service_teaser .label {
  position: relative;
  height: 55px;
  font-size: 0;
  line-height: 0;
  line-height: 55px;
  text-align: center;
}
.ce_service_teaser .label strong {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding-bottom: 4px;
  font-size: 25px;
  line-height: 39.0625px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_service_teaser .label strong {
    font-size: 22.5px;
    line-height: 35.15625px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_service_teaser .label strong {
    font-size: 20px;
    line-height: 31.25px;
  }
}
.ce_service_teaser .hover {
  position: absolute;
  z-index: 2;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 14px;
  background-color: #c00d0e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.ce_service_teaser .hover .text_container {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_service_teaser .hover .text_container {
    font-size: 18px;
    line-height: 25.2px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_service_teaser .hover .text_container {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.ce_service_teaser .hover .text_container strong {
  font-size: 25px;
  line-height: 28px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_service_teaser .hover .text_container strong {
    font-size: 22.5px;
    line-height: 25.2px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_service_teaser .hover .text_container strong {
    font-size: 20px;
    line-height: 22.4px;
  }
}
.ce_service_teaser .hover .text_container .title {
  margin-bottom: 17px;
}
.ce_service_teaser .hover span.more {
  width: 100%;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_service_teaser .hover span.more {
    font-size: 22.5px;
    line-height: 25.2px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_service_teaser .hover span.more {
    font-size: 20px;
    line-height: 22.4px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px), handheld and (min-width: 1025px) and (max-width: 1280px), projection and (min-width: 1025px) and (max-width: 1280px), tv and (min-width: 1025px) and (max-width: 1280px), tty and (min-width: 1025px) and (max-width: 1280px) {
  .ce_service_teaser {
    margin-bottom: 40px;
  }
  .ce_service_teaser .label strong {
    font-size: 18px;
    line-height: 28.125px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), handheld and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), projection and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), tv and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px), tty and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 1024px) {
  .ce_service_teaser .label strong {
    font-size: 16.2px;
    line-height: 25.3125px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and screen and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and handheld and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and projection and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and tv and (max-width: 600px), screen and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), handheld and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), projection and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), tv and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px), tty and (min-width: 1025px) and (max-width: 1280px) and tty and (max-width: 600px) {
  .ce_service_teaser .label strong {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px), handheld and (min-width: 601px) and (max-width: 1024px), projection and (min-width: 601px) and (max-width: 1024px), tv and (min-width: 601px) and (max-width: 1024px), tty and (min-width: 601px) and (max-width: 1024px) {
  .ce_service_teaser {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 601px) and (max-width: 760px), handheld and (min-width: 601px) and (max-width: 760px), projection and (min-width: 601px) and (max-width: 760px), tv and (min-width: 601px) and (max-width: 760px), tty and (min-width: 601px) and (max-width: 760px) {
  .ce_service_teaser .label strong {
    font-size: 22px;
    line-height: 34.375px;
  }
}
@media screen and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 1024px), handheld and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 1024px), projection and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 1024px), tv and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 1024px), tty and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 1024px), screen and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 1024px), handheld and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 1024px), projection and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 1024px), tv and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 1024px), tty and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 1024px), screen and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 1024px), handheld and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 1024px), projection and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 1024px), tv and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 1024px), tty and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 1024px), screen and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 1024px), handheld and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 1024px), projection and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 1024px), tv and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 1024px), tty and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 1024px), screen and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 1024px), handheld and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 1024px), projection and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 1024px), tv and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 1024px), tty and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 1024px) {
  .ce_service_teaser .label strong {
    font-size: 19.8px;
    line-height: 30.9375px;
  }
}
@media screen and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 600px), handheld and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 600px), projection and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 600px), tv and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 600px), tty and (min-width: 601px) and (max-width: 760px) and screen and (max-width: 600px), screen and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 600px), handheld and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 600px), projection and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 600px), tv and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 600px), tty and (min-width: 601px) and (max-width: 760px) and handheld and (max-width: 600px), screen and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 600px), handheld and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 600px), projection and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 600px), tv and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 600px), tty and (min-width: 601px) and (max-width: 760px) and projection and (max-width: 600px), screen and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 600px), handheld and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 600px), projection and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 600px), tv and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 600px), tty and (min-width: 601px) and (max-width: 760px) and tv and (max-width: 600px), screen and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 600px), handheld and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 600px), projection and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 600px), tv and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 600px), tty and (min-width: 601px) and (max-width: 760px) and tty and (max-width: 600px) {
  .ce_service_teaser .label strong {
    font-size: 17.6px;
    line-height: 27.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_service_teaser {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .ce_service_teaser .label strong {
    font-size: 26px;
    line-height: 40.625px;
  }
}
@media screen and (max-width: 600px) and screen and (max-width: 1024px), handheld and (max-width: 600px) and screen and (max-width: 1024px), projection and (max-width: 600px) and screen and (max-width: 1024px), tv and (max-width: 600px) and screen and (max-width: 1024px), tty and (max-width: 600px) and screen and (max-width: 1024px), screen and (max-width: 600px) and handheld and (max-width: 1024px), handheld and (max-width: 600px) and handheld and (max-width: 1024px), projection and (max-width: 600px) and handheld and (max-width: 1024px), tv and (max-width: 600px) and handheld and (max-width: 1024px), tty and (max-width: 600px) and handheld and (max-width: 1024px), screen and (max-width: 600px) and projection and (max-width: 1024px), handheld and (max-width: 600px) and projection and (max-width: 1024px), projection and (max-width: 600px) and projection and (max-width: 1024px), tv and (max-width: 600px) and projection and (max-width: 1024px), tty and (max-width: 600px) and projection and (max-width: 1024px), screen and (max-width: 600px) and tv and (max-width: 1024px), handheld and (max-width: 600px) and tv and (max-width: 1024px), projection and (max-width: 600px) and tv and (max-width: 1024px), tv and (max-width: 600px) and tv and (max-width: 1024px), tty and (max-width: 600px) and tv and (max-width: 1024px), screen and (max-width: 600px) and tty and (max-width: 1024px), handheld and (max-width: 600px) and tty and (max-width: 1024px), projection and (max-width: 600px) and tty and (max-width: 1024px), tv and (max-width: 600px) and tty and (max-width: 1024px), tty and (max-width: 600px) and tty and (max-width: 1024px) {
  .ce_service_teaser .label strong {
    font-size: 23.4px;
    line-height: 36.5625px;
  }
}
@media screen and (max-width: 600px) and screen and (max-width: 600px), handheld and (max-width: 600px) and screen and (max-width: 600px), projection and (max-width: 600px) and screen and (max-width: 600px), tv and (max-width: 600px) and screen and (max-width: 600px), tty and (max-width: 600px) and screen and (max-width: 600px), screen and (max-width: 600px) and handheld and (max-width: 600px), handheld and (max-width: 600px) and handheld and (max-width: 600px), projection and (max-width: 600px) and handheld and (max-width: 600px), tv and (max-width: 600px) and handheld and (max-width: 600px), tty and (max-width: 600px) and handheld and (max-width: 600px), screen and (max-width: 600px) and projection and (max-width: 600px), handheld and (max-width: 600px) and projection and (max-width: 600px), projection and (max-width: 600px) and projection and (max-width: 600px), tv and (max-width: 600px) and projection and (max-width: 600px), tty and (max-width: 600px) and projection and (max-width: 600px), screen and (max-width: 600px) and tv and (max-width: 600px), handheld and (max-width: 600px) and tv and (max-width: 600px), projection and (max-width: 600px) and tv and (max-width: 600px), tv and (max-width: 600px) and tv and (max-width: 600px), tty and (max-width: 600px) and tv and (max-width: 600px), screen and (max-width: 600px) and tty and (max-width: 600px), handheld and (max-width: 600px) and tty and (max-width: 600px), projection and (max-width: 600px) and tty and (max-width: 600px), tv and (max-width: 600px) and tty and (max-width: 600px), tty and (max-width: 600px) and tty and (max-width: 600px) {
  .ce_service_teaser .label strong {
    font-size: 20.8px;
    line-height: 32.5px;
  }
}
@media screen and (max-width: 400px), handheld and (max-width: 400px), projection and (max-width: 400px), tv and (max-width: 400px), tty and (max-width: 400px) {
  .ce_service_teaser .label strong {
    font-size: 20px;
    line-height: 31.25px;
  }
}
@media screen and (max-width: 400px) and screen and (max-width: 1024px), handheld and (max-width: 400px) and screen and (max-width: 1024px), projection and (max-width: 400px) and screen and (max-width: 1024px), tv and (max-width: 400px) and screen and (max-width: 1024px), tty and (max-width: 400px) and screen and (max-width: 1024px), screen and (max-width: 400px) and handheld and (max-width: 1024px), handheld and (max-width: 400px) and handheld and (max-width: 1024px), projection and (max-width: 400px) and handheld and (max-width: 1024px), tv and (max-width: 400px) and handheld and (max-width: 1024px), tty and (max-width: 400px) and handheld and (max-width: 1024px), screen and (max-width: 400px) and projection and (max-width: 1024px), handheld and (max-width: 400px) and projection and (max-width: 1024px), projection and (max-width: 400px) and projection and (max-width: 1024px), tv and (max-width: 400px) and projection and (max-width: 1024px), tty and (max-width: 400px) and projection and (max-width: 1024px), screen and (max-width: 400px) and tv and (max-width: 1024px), handheld and (max-width: 400px) and tv and (max-width: 1024px), projection and (max-width: 400px) and tv and (max-width: 1024px), tv and (max-width: 400px) and tv and (max-width: 1024px), tty and (max-width: 400px) and tv and (max-width: 1024px), screen and (max-width: 400px) and tty and (max-width: 1024px), handheld and (max-width: 400px) and tty and (max-width: 1024px), projection and (max-width: 400px) and tty and (max-width: 1024px), tv and (max-width: 400px) and tty and (max-width: 1024px), tty and (max-width: 400px) and tty and (max-width: 1024px) {
  .ce_service_teaser .label strong {
    font-size: 18px;
    line-height: 28.125px;
  }
}
@media screen and (max-width: 400px) and screen and (max-width: 600px), handheld and (max-width: 400px) and screen and (max-width: 600px), projection and (max-width: 400px) and screen and (max-width: 600px), tv and (max-width: 400px) and screen and (max-width: 600px), tty and (max-width: 400px) and screen and (max-width: 600px), screen and (max-width: 400px) and handheld and (max-width: 600px), handheld and (max-width: 400px) and handheld and (max-width: 600px), projection and (max-width: 400px) and handheld and (max-width: 600px), tv and (max-width: 400px) and handheld and (max-width: 600px), tty and (max-width: 400px) and handheld and (max-width: 600px), screen and (max-width: 400px) and projection and (max-width: 600px), handheld and (max-width: 400px) and projection and (max-width: 600px), projection and (max-width: 400px) and projection and (max-width: 600px), tv and (max-width: 400px) and projection and (max-width: 600px), tty and (max-width: 400px) and projection and (max-width: 600px), screen and (max-width: 400px) and tv and (max-width: 600px), handheld and (max-width: 400px) and tv and (max-width: 600px), projection and (max-width: 400px) and tv and (max-width: 600px), tv and (max-width: 400px) and tv and (max-width: 600px), tty and (max-width: 400px) and tv and (max-width: 600px), screen and (max-width: 400px) and tty and (max-width: 600px), handheld and (max-width: 400px) and tty and (max-width: 600px), projection and (max-width: 400px) and tty and (max-width: 600px), tv and (max-width: 400px) and tty and (max-width: 600px), tty and (max-width: 400px) and tty and (max-width: 600px) {
  .ce_service_teaser .label strong {
    font-size: 16px;
    line-height: 25px;
  }
}
.ce_location a {
  display: block;
  text-decoration: none;
}
.ce_location a:hover span.more {
  text-decoration: underline;
  color: #fff;
}
.ce_location .image_container {
  margin-bottom: 17px;
  border: 1px solid #fff;
}
.ce_location .image_container img {
  width: 100%;
  height: auto;
}
.ce_location .title {
  margin-bottom: 10px;
}
.ce_location .text p {
  margin-bottom: 10px;
}
.ce_location span.more {
  font-size: 18px;
  line-height: 28.125px;
  font-weight: 700;
  color: #9c9995;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_location span.more {
    font-size: 16.2px;
    line-height: 25.3125px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_location span.more {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
.ce_location span.more em:after {
  margin-left: 6px;
  font-size: 8px;
  line-height: inherit;
  font-size: normal;
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_location .image_container {
    display: none;
  }
}
.ce_official {
  position: relative;
  padding: 20px 25px;
  border: 1px solid #1d1d1b;
  font-size: 0;
  line-height: 0;
  line-height: 90px;
  *zoom: 1;
}
.ce_official:before,
.ce_official:after {
  content: " ";
  display: table;
}
.ce_official:after {
  clear: both;
}
.ce_official .text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 70%;
  font-size: 26px;
  line-height: 40.625px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_official .text {
    font-size: 23.4px;
    line-height: 36.5625px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_official .text {
    font-size: 20.8px;
    line-height: 32.5px;
  }
}
.ce_official .icon {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 30%;
  height: 90px;
}
.ce_official .icon:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e907";
  font-size: 90px;
  line-height: 90px;
  left: auto;
  right: 0;
  color: #b3b2b2;
}
@media screen and (max-width: 450px), handheld and (max-width: 450px), projection and (max-width: 450px), tv and (max-width: 450px), tty and (max-width: 450px) {
  .ce_official {
    padding-top: 5px;
  }
  .ce_official .text {
    width: 100%;
  }
  .ce_official .icon {
    width: 100%;
  }
  .ce_official .icon:after {
    left: 0;
    right: auto;
  }
}
.ce_asp {
  position: relative;
  font-family: 'open_sanscondensed_light', sans-serif;
  font-size: 17px;
  line-height: 23px;
  width: 100%;
  padding-top: 30px;
}
.ce_asp .label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 9px 25px;
  background-color: #c00d0e;
  border: 0;
  font-family: 'open_sans_condensedbold', sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ce_asp .container {
  *zoom: 1;
  margin: 0 -2%;
}
.ce_asp .container:before,
.ce_asp .container:after {
  content: " ";
  display: table;
}
.ce_asp .container:after {
  clear: both;
}
.ce_asp .text_container {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 2%;
}
.ce_asp .text_container .inside {
  padding: 20px 25px;
  background-color: #f2f2f2;
  *zoom: 1;
}
.ce_asp .text_container .inside:before,
.ce_asp .text_container .inside:after {
  content: " ";
  display: table;
}
.ce_asp .text_container .inside:after {
  clear: both;
}
.ce_asp .text_container .title {
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 38px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_asp .text_container .title {
    font-size: 31.5px;
    line-height: 34.2px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp .text_container .title {
    font-size: 28px;
    line-height: 30.4px;
  }
}
.ce_asp .text_container .information,
.ce_asp .text_container .contact {
  float: left;
  width: 50%;
}
.ce_asp .text_container .information {
  font-size: 20px;
  line-height: 24px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_asp .text_container .information {
    font-size: 18px;
    line-height: 21.6px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp .text_container .information {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.ce_asp .text_container .information strong {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_asp .text_container .information strong {
    font-size: 23.4px;
    line-height: 27px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp .text_container .information strong {
    font-size: 20.8px;
    line-height: 24px;
  }
}
.ce_asp .text_container .contact a {
  color: #c00d0e;
  text-decoration: underline;
}
.ce_asp .image_container {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 2%;
}
.ce_asp .image_container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_asp .text_container .information,
  .ce_asp .text_container .contact {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 900px), handheld and (max-width: 900px), projection and (max-width: 900px), tv and (max-width: 900px), tty and (max-width: 900px) {
  .ce_asp .container {
    margin: 0;
  }
  .ce_asp .text_container,
  .ce_asp .image_container {
    float: none;
    width: auto;
    padding: 0;
  }
  .ce_asp .text_container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp .text_container .inside {
    padding: 10px 15px;
  }
}
.ce_asp_vertical {
  position: relative;
  font-family: 'open_sanscondensed_light', sans-serif;
  font-size: 17px;
  line-height: 23px;
}
.ce_asp_vertical .label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 9px 25px;
  background-color: #c00d0e;
  border: 0;
  font-family: 'open_sans_condensedbold', sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ce_asp_vertical .wrapper {
  padding: 20px 25px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp_vertical .wrapper {
    padding: 10px 15px;
  }
}
.ce_asp_vertical .container {
  position: relative;
  margin-bottom: 50px;
}
.ce_asp_vertical .container:last-child {
  margin-bottom: 0;
}
.ce_asp_vertical .container .inside {
  position: relative;
  padding-right: 163px;
  *zoom: 1;
}
.ce_asp_vertical .container .inside:before,
.ce_asp_vertical .container .inside:after {
  content: " ";
  display: table;
}
.ce_asp_vertical .container .inside:after {
  clear: both;
}
.ce_asp_vertical .container .text_container .title {
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 35px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_asp_vertical .container .text_container .title {
    font-size: 31.5px;
    line-height: 31.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp_vertical .container .text_container .title {
    font-size: 28px;
    line-height: 28px;
  }
}
.ce_asp_vertical .container .text_container .information strong {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_asp_vertical .container .text_container .information strong {
    font-size: 23.4px;
    line-height: 27px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp_vertical .container .text_container .information strong {
    font-size: 20.8px;
    line-height: 24px;
  }
}
.ce_asp_vertical .container .text_container .information a {
  color: #c00d0e;
  text-decoration: underline;
}
.ce_asp_vertical .container .image_container {
  position: absolute;
  top: 0;
  right: 0;
}
.ce_asp_vertical .container .target li {
  margin-bottom: 10px;
}
.ce_asp_vertical .container .target a {
  position: relative;
  clear: both;
  display: block;
  padding: 8px 15px;
  background-color: #706f6f;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ce_asp_vertical .container .target a:hover {
  background-color: #8a8888;
}
.ce_asp_vertical .container .target a:before {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "FontAwesome";
  content: "\f041";
  vertical-align: middle;
  font-size: 19px;
  line-height: inherit;
  margin-right: 10px;
}
.ce_asp_vertical .container .target a:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "icomoon";
  content: "\e902";
  vertical-align: middle;
  font-size: 10px;
  line-height: inherit;
  margin-left: 10px;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  .ce_asp_vertical .container .text_container {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_asp_vertical .container {
    margin-bottom: 30px;
  }
  .ce_asp_vertical .container .inside {
    padding-right: 0;
  }
  .ce_asp_vertical .container .image_container {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
  .ce_asp_vertical .container .image_container img {
    width: 100%;
    height: auto;
  }
}
.ce_contact {
  position: relative;
  font-family: 'open_sanscondensed_light', sans-serif;
  font-size: 17px;
  line-height: 23px;
  padding: 20px 25px;
  background-color: #f2f2f2;
}
.ce_contact .label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 9px 25px;
  background-color: #c00d0e;
  border: 0;
  font-family: 'open_sans_condensedbold', sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ce_contact .title h2 {
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: #1d1d1b;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_contact .title h2 {
    font-size: 31.5px;
    line-height: 31.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_contact .title h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.ce_contact .title h2:after {
  display: none;
}
.ce_contact .container {
  *zoom: 1;
}
.ce_contact .container:before,
.ce_contact .container:after {
  content: " ";
  display: table;
}
.ce_contact .container:after {
  clear: both;
}
.ce_contact .container .text_container strong {
  font-family: 'open_sans_condensedbold', sans-serif;
  font-weight: 700;
}
.ce_contact .container .text_container strong.strong-upper {
  font-size: 26px;
  line-height: 34px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .ce_contact .container .text_container strong.strong-upper {
    font-size: 23.4px;
    line-height: 30.6px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_contact .container .text_container strong.strong-upper {
    font-size: 20.8px;
    line-height: 27.2px;
  }
}
.ce_contact .container .text_container a {
  color: #c00d0e;
  text-decoration: underline;
}
.ce_contact .container .text_container.left,
.ce_contact .container .text_container.right {
  position: relative;
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .ce_contact {
    padding: 10px 15px;
  }
  .ce_contact .container .text_container.left,
  .ce_contact .container .text_container.right {
    float: none;
    width: 100%;
  }
  .ce_contact .container .text_container.left {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1d1d1b;
  }
}
/*------------------------------------*\
	Boxes
\*------------------------------------*/
/*------------------------------------*\
	Tabs
\*------------------------------------*/
.tab_container > ul {
  padding-left: 20px;
  border-bottom: 1px solid #1d1d1b;
}
.tab_container > ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
  background-color: #fff;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-bottom: none;
  color: #1d1d1b;
}
.tab_container > ul li a {
  display: block;
  padding: 10px 30px 8px;
  text-align: center;
  color: #1d1d1b;
}
.tab_container > ul li a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-bottom: 1px solid transparent;
  font-size: 24px;
  line-height: 30px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  .tab_container > ul li a span {
    font-size: 21.6px;
    line-height: 27px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  .tab_container > ul li a span {
    font-size: 19.2px;
    line-height: 24px;
  }
}
.tab_container > ul li a:hover span {
  border-color: #1d1d1b;
}
.tab_container > ul li.active {
  position: relative;
  margin-top: -7px;
  background-color: #1d1d1b;
  border-bottom: #1d1d1b;
  color: #fff;
}
.tab_container > ul li.active a {
  padding-bottom: 15px;
  font-weight: bold;
  color: #fff;
}
.tab_container > ul li.active a:after {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e902";
  font-size: 11px;
  line-height: 11px;
  top: auto;
  bottom: -2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tab_container .panel-container {
  padding-top: 50px;
}
@media (max-width: 900px) {
  .tab_container > ul li {
    margin-right: 10px;
  }
  .tab_container > ul li a {
    padding: 8px 22px 8px;
  }
  .tab_container > ul li a span {
    font-size: 20px;
    line-height: 26px;
  }
  .tab_container .panel-container {
    padding-top: 30px;
  }
}
@media (max-width: 750px) {
  .tab_container > ul {
    padding: 0;
    border: 0;
  }
  .tab_container > ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .tab_container .panel-container {
    padding-top: 0;
  }
}
/*------------------------------------*\
	Read more
\*------------------------------------*/
.readmore {
  margin-bottom: 25px;
  cursor: pointer;
}
.readmore p {
  margin-bottom: 16px;
}
.readmore .handler {
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
.readmore.reduced p {
  display: inline;
  margin-bottom: 0;
}
.readmore.reduced .expansion {
  display: none;
}
.readmore.reduced .handler {
  display: inline;
}
/*------------------------------------*\
	Document sections
\*------------------------------------*/
#blockui {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  min-height: 100%;
  background-color: #1d1d1b;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
#header {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  /*.MEDIA({
		.QUERY_strict(bp_tab, bp_disp_small, {
			height: 80px;
		});
	});*/
  /*.MEDIA({
		.QUERY_min(bp_disp_small, {
			position: fixed;
			top: 0; left: 0;
			width: 100%;
		});
	});*/
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#header::selection {
  background-color: transparent;
}
#header::-moz-selection {
  background-color: transparent;
}
#header * {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#header *::selection {
  background-color: transparent;
}
#header *::-moz-selection {
  background-color: transparent;
}
#header > .inside {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 110px;
}
@media screen and (min-width: 601px) and (max-width: 1280px), handheld and (min-width: 601px) and (max-width: 1280px), projection and (min-width: 601px) and (max-width: 1280px), tv and (min-width: 601px) and (max-width: 1280px), tty and (min-width: 601px) and (max-width: 1280px) {
  #header > .inside {
    width: 92%;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #header > .inside {
    width: 90%;
  }
}
@media screen and (max-width: 1280px), handheld and (max-width: 1280px), projection and (max-width: 1280px), tv and (max-width: 1280px), tty and (max-width: 1280px) {
  #header > .inside {
    height: 79.2px;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #header {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    zoom: 1;
  }
  body.menu #header {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
  }
  body.menu #header > .inside {
    height: 100%;
  }
}
#header .brand {
  position: absolute;
  z-index: 102;
}
#header .brand a {
  display: block;
}
#header .brand a,
#header .brand figure {
  width: 100%;
  height: 100%;
}
#header .brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 258px;
  height: 97px;
  margin-left: -129px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (min-width: 601px), handheld and (min-width: 601px), projection and (min-width: 601px), tv and (min-width: 601px), tty and (min-width: 601px) {
  #header .brand {
    width: 323px;
    height: 144px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
@media screen and (max-width: 1280px), handheld and (max-width: 1280px), projection and (max-width: 1280px), tv and (max-width: 1280px), tty and (max-width: 1280px) {
  #header .brand {
    width: 232.56px;
    height: 103.68px;
  }
  #header .brand img {
    width: 185.76px;
    height: 69.84px;
    margin-left: -92.88px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #header .brand {
    width: 148.608px;
    height: 79.2px;
  }
  #header .brand img {
    top: 10px;
    left: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 148.608px;
    height: 55.872px;
    margin-left: 0;
  }
}
#keyvisual {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen, handheld, projection, tv, tty {
  #keyvisual {
    display: block;
  }
}
#wrapper {
  position: relative;
  z-index: 1;
}
#main {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 30px;
}
body.page-start #main {
  padding-bottom: 0;
}
#right {
  display: none;
}
@media screen, handheld, projection, tv, tty {
  #right {
    display: block;
  }
}
#totop {
  display: none;
  position: fixed;
  z-index: 99;
  right: 40px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  background-color: #e3e3e3;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#totop::selection {
  background-color: transparent;
}
#totop::-moz-selection {
  background-color: transparent;
}
@media (min-width: 901px) {
  #totop:hover {
    right: 39px;
    bottom: 79px;
    background-color: #1d1d1b;
  }
}
#totop:before {
  position: relative;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon";
  content: "\e915";
  font-size: 16px;
  line-height: 48px;
}
@media screen, handheld, projection, tv, tty {
  #totop {
    display: block;
  }
  body.sticky #totop {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#footer {
  display: none;
  color: #fff;
  background-color: #706f6f;
}
#footer a {
  color: #fff;
}
#footer > .inside {
  *zoom: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer > .inside:before,
#footer > .inside:after {
  content: " ";
  display: table;
}
#footer > .inside:after {
  clear: both;
}
@media screen and (min-width: 601px) and (max-width: 1280px), handheld and (min-width: 601px) and (max-width: 1280px), projection and (min-width: 601px) and (max-width: 1280px), tv and (min-width: 601px) and (max-width: 1280px), tty and (min-width: 601px) and (max-width: 1280px) {
  #footer > .inside {
    width: 92%;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #footer > .inside {
    width: 90%;
  }
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #footer {
    padding-top: 20px;
  }
}
#footer .brand {
  height: 170px;
  margin-bottom: 25px;
  padding: 30px 0 25px;
  border-bottom: 1px solid #fff;
  font-size: 0;
  line-height: 0;
  text-align: right;
  *zoom: 1;
}
#footer .brand:before,
#footer .brand:after {
  content: " ";
  display: table;
}
#footer .brand:after {
  clear: both;
}
#footer .brand .ce_image {
  position: relative;
  float: left;
  width: 306px;
  height: 115px;
}
#footer .brand .ce_text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 28px;
  line-height: 115px;
  font-weight: 700;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #footer .brand .ce_text {
    font-size: 25.2px;
    line-height: 103.5px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #footer .brand .ce_text {
    font-size: 22.4px;
    line-height: 92px;
  }
}
#footer .brand .ce_text p {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #footer .brand {
    display: none;
    height: auto;
    text-align: left;
  }
  #footer .brand .ce_image {
    float: none;
    margin-bottom: 20px;
  }
  #footer .brand .ce_text {
    display: block;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 43.75px;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 1024px), handheld and (max-width: 1024px) and screen and (max-width: 1024px), projection and (max-width: 1024px) and screen and (max-width: 1024px), tv and (max-width: 1024px) and screen and (max-width: 1024px), tty and (max-width: 1024px) and screen and (max-width: 1024px), screen and (max-width: 1024px) and handheld and (max-width: 1024px), handheld and (max-width: 1024px) and handheld and (max-width: 1024px), projection and (max-width: 1024px) and handheld and (max-width: 1024px), tv and (max-width: 1024px) and handheld and (max-width: 1024px), tty and (max-width: 1024px) and handheld and (max-width: 1024px), screen and (max-width: 1024px) and projection and (max-width: 1024px), handheld and (max-width: 1024px) and projection and (max-width: 1024px), projection and (max-width: 1024px) and projection and (max-width: 1024px), tv and (max-width: 1024px) and projection and (max-width: 1024px), tty and (max-width: 1024px) and projection and (max-width: 1024px), screen and (max-width: 1024px) and tv and (max-width: 1024px), handheld and (max-width: 1024px) and tv and (max-width: 1024px), projection and (max-width: 1024px) and tv and (max-width: 1024px), tv and (max-width: 1024px) and tv and (max-width: 1024px), tty and (max-width: 1024px) and tv and (max-width: 1024px), screen and (max-width: 1024px) and tty and (max-width: 1024px), handheld and (max-width: 1024px) and tty and (max-width: 1024px), projection and (max-width: 1024px) and tty and (max-width: 1024px), tv and (max-width: 1024px) and tty and (max-width: 1024px), tty and (max-width: 1024px) and tty and (max-width: 1024px) {
  #footer .brand .ce_text {
    font-size: 25.2px;
    line-height: 39.375px;
  }
}
@media screen and (max-width: 1024px) and screen and (max-width: 600px), handheld and (max-width: 1024px) and screen and (max-width: 600px), projection and (max-width: 1024px) and screen and (max-width: 600px), tv and (max-width: 1024px) and screen and (max-width: 600px), tty and (max-width: 1024px) and screen and (max-width: 600px), screen and (max-width: 1024px) and handheld and (max-width: 600px), handheld and (max-width: 1024px) and handheld and (max-width: 600px), projection and (max-width: 1024px) and handheld and (max-width: 600px), tv and (max-width: 1024px) and handheld and (max-width: 600px), tty and (max-width: 1024px) and handheld and (max-width: 600px), screen and (max-width: 1024px) and projection and (max-width: 600px), handheld and (max-width: 1024px) and projection and (max-width: 600px), projection and (max-width: 1024px) and projection and (max-width: 600px), tv and (max-width: 1024px) and projection and (max-width: 600px), tty and (max-width: 1024px) and projection and (max-width: 600px), screen and (max-width: 1024px) and tv and (max-width: 600px), handheld and (max-width: 1024px) and tv and (max-width: 600px), projection and (max-width: 1024px) and tv and (max-width: 600px), tv and (max-width: 1024px) and tv and (max-width: 600px), tty and (max-width: 1024px) and tv and (max-width: 600px), screen and (max-width: 1024px) and tty and (max-width: 600px), handheld and (max-width: 1024px) and tty and (max-width: 600px), projection and (max-width: 1024px) and tty and (max-width: 600px), tv and (max-width: 1024px) and tty and (max-width: 600px), tty and (max-width: 1024px) and tty and (max-width: 600px) {
  #footer .brand .ce_text {
    font-size: 22.4px;
    line-height: 35px;
  }
}
#footer .locations {
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 28.125px;
  *zoom: 1;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #footer .locations {
    font-size: 16.2px;
    line-height: 25.3125px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #footer .locations {
    font-size: 14.4px;
    line-height: 22.5px;
  }
}
#footer .locations:before,
#footer .locations:after {
  content: " ";
  display: table;
}
#footer .locations:after {
  clear: both;
}
#footer .locations .ce_headline {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 39.0625px;
}
@media screen, handheld, projection, tv, tty {
}
@media screen and (max-width: 1024px), handheld and (max-width: 1024px), projection and (max-width: 1024px), tv and (max-width: 1024px), tty and (max-width: 1024px) {
  #footer .locations .ce_headline {
    font-size: 22.5px;
    line-height: 35.15625px;
  }
}
@media screen and (max-width: 600px), handheld and (max-width: 600px), projection and (max-width: 600px), tv and (max-width: 600px), tty and (max-width: 600px) {
  #footer .locations .ce_headline {
    font-size: 20px;
    line-height: 31.25px;
  }
}
@media screen, handheld, projection, tv, tty {
  #footer .locations {
    /*.QUERY_max(bp_phone_large, {
				font-size: 20px; line-height: 24px;
			});*/
  }
}
@media screen and (min-width: 1281px), handheld and (min-width: 1281px), projection and (min-width: 1281px), tv and (min-width: 1281px), tty and (min-width: 1281px) {
  #footer .locations .ce_location {
    width: 16.66%;
  }
}
@media screen and (max-width: 1280px), handheld and (max-width: 1280px), projection and (max-width: 1280px), tv and (max-width: 1280px), tty and (max-width: 1280px) {
  #footer .locations .ce_location {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1280px), handheld and (min-width: 761px) and (max-width: 1280px), projection and (min-width: 761px) and (max-width: 1280px), tv and (min-width: 761px) and (max-width: 1280px), tty and (min-width: 761px) and (max-width: 1280px) {
  #footer .locations .ce_location {
    width: 33.33%;
  }
}
@media screen and (min-width: 601px) and (max-width: 760px), handheld and (min-width: 601px) and (max-width: 760px), projection and (min-width: 601px) and (max-width: 760px), tv and (min-width: 601px) and (max-width: 760px), tty and (min-width: 601px) and (max-width: 760px) {
  #footer .locations .ce_location {
    width: 50%;
  }
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  #footer .locations {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 601px), handheld and (min-width: 601px), projection and (min-width: 601px), tv and (min-width: 601px), tty and (min-width: 601px) {
  #footer .locations {
    margin: 0 -1%;
  }
  #footer .locations .ce_headline {
    padding-left: 1%;
  }
  #footer .locations .ce_location {
    float: left;
    padding: 0 1%;
  }
}
#footer .legal {
  padding-top: 25px;
  border-top: 1px solid #fff;
  *zoom: 1;
}
#footer .legal:before,
#footer .legal:after {
  content: " ";
  display: table;
}
#footer .legal:after {
  clear: both;
}
#footer .legal .copyright {
  float: left;
  width: 50%;
}
#footer .legal .rights {
  float: right;
  width: 50%;
  text-align: right;
}
#footer .legal .rights ul li {
  display: inline;
  margin-right: 2px;
}
#footer .legal .rights ul li:after {
  display: inline;
  margin-left: 5px;
  content: "-";
}
#footer .legal .rights ul li:last-child {
  margin-right: 0;
}
#footer .legal .rights ul li:last-child:after {
  display: none;
}
#footer .legal .rights ul li a {
  text-decoration: none;
}
#footer .legal .rights ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 760px), handheld and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px), tty and (max-width: 760px) {
  #footer .legal {
    font-size: 18px;
    line-height: 22px;
  }
  #footer .legal .copyright,
  #footer .legal .rights {
    float: none;
    width: auto;
  }
  #footer .legal .copyright p {
    margin-bottom: 0;
  }
  #footer .legal .rights {
    text-align: left;
  }
}
@media screen, handheld, projection, tv, tty {
  #footer {
    display: block;
  }
}
/*------------------------------------*\
	Layout Start
\*------------------------------------*/
body.layout-start {
  /*------------------------------------*\
		Sections
	\*------------------------------------*/
  /*------------------------------------*\
		Elements
	\*------------------------------------*/
}
/*------------------------------------*\
	Layout Standard
\*------------------------------------*/
body.layout-standard {
  /*------------------------------------*\
		Sections
	\*------------------------------------*/
  /*------------------------------------*\
		Elements
	\*------------------------------------*/
}
#debug {
  position: fixed;
  z-index: 10000;
  /*top:0;*/
  left: 0;
  bottom: 0;
  padding: 4px 6px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  line-height: 14px;
  color: #fff;
}

#confirm-googlemaps {cursor: pointer;}

#map {background: #f2f2f2;}


.bauplatzbox{display:flex;flex-flow: row wrap;
justify-content: flex-start;min-height: 800px;}



.linkespalte{width:60%;/*! margin-right: 5%; */padding-top: 6px;height: 100%;/*! display: inline-block; */}
.linkespalte .innen{position:relative;z-index: 10;height: 100%;}
.rechtespalte.unten{margin-top:40px;}
.layerpunkte{height: 100%;/*! position: absolute; */top: 0;left: 0;width: 100%;}
.layerpunkte .innen{height: 100%;position: relative;width: 100%;}

.layerpunkt,.moblayerpunkt{position: absolute;width: 14px;height: 14px;border-radius:50%;z-index: 50; border:2px solid #fff;cursor: pointer;}


.layerpunkt.zuverkaufen,.moblayerpunkt.zuverkaufen{background: #1FA22D;}
.layerpunkt.reserviert,.moblayerpunkt.reserviert{background: #FFD500;}
.layerpunkt.verkauft,.moblayerpunkt.verkauft{background: #E42325;}
.layerpunkt.ausblenden,.verkaufsstandglobal .layerpunkt,.verkaufsstandglobal .zeile,.inaktiv{display:none;}

.linkespalte img{width:100%;height: auto;max-width: 100%;}

.baugebiet-logo{margin:50px 0;}

.rechtespalte{width:40%;/*! display: inline-block; */}


.bebauungsplanimage{}
.hoehenlinienimage{display:none;}
.bestandimage{display:none;}
.verkaufsstandimage{display:none;}

.bauplatzinfo{}
.bauplatzinfo .inner{padding-left:60px;}

.bauplatzinformationen{display:none;}
.bauplatzinformationen.activ{display:block;}

.bauplatzinformationen-ue,.nutzungsschablone-ue,.bauplandetails-ue{ background:#DADADA; padding:4px 10px; font-size:16px; font-weight:600;}
.zeile{display: flex;}
.zeilename{width: 60%;background:#ECECEC; padding:4px 10px; font-size:14px;margin-bottom:0.5%;}
.zeilewert{width: 39.5%;background:#ECECEC; padding:4px 10px; font-size:14px;border-left: 0px solid #fff;margin-left:0.5%;margin-bottom:0.5%;}
.zeilewert.bold{font-weight:600;}
.zeile:nth-child(odd) .zeilename,.zeile:nth-child(odd) .zeilewert{background:#fff;}
.zeilewert p{margin:0;}

/*.zeile.sonstiges{display: block;}
.sonstigeszeile{background:#ECECEC;padding:4px 10px; font-size:14px;width:100%;}
.sonstigeswert{background:#ECECEC;padding:4px 10px; font-size:14px;margin-bottom:0.5%; width:100%;}
*/
.bauplatzinformationenbox{margin-bottom:40px;}
.nutzungsschablonebox{margin-top:30px;}

.nutzungsschablonebox .zeilewert,.nutzungsschablonebox .zeilename{width: 50%;}


.navilegende{display:flex;flex-flow: row wrap;justify-content: flex-start;margin-bottom: 30px;}

.naviebene{/*! width:45%; *//*! padding-right: 5%; */}
.legende{/*! width:45%; */padding-left: 60px;}
.naviebene p,.legende p{font-weight: 600; margin-bottom: 20px;display: block;}
.ebene span{display:inline-block;}
.rechtespalte h4{margin-bottom:20px;}


#e1,
#e2,
#e3,
#e4{margin-bottom:14px; font-size:14px;cursor: pointer;}
.bauplatzimgbox{display:none;}
.baue1{display:block;}
.layerpunkte.activ .baue1{display:none;}
.bauplatzimgbox.activ,.layerpunkte.activ .baue1.activ{display:block;}

.rechtespalte .infotextbox{padding-left: 60px; display:none;font-size: 12px;}
.linkespalte .infotextbox{display:block; font-size: 12px; max-width: 600px;}
.linkespalte .infotextbox .kontaktbox{display:none; }



.naviebene .graupunkt{width:14px; height:14px;border-radius:50%;display: inline-block;margin-right: 15px;background: #A6A6A4;}
.naviebene .ebene.activ .graupunkt{width:14px; height:14px;border-radius:50%;display: inline-block;margin-right: 15px;background: #fff; border:solid 2px #A6A6A4;}


.vstand{margin-bottom:14px; font-size:14px;}
.vstand .gruenpunkt,.mobverkaufsstand .vstand .gruenpunkt{width:14px; height:14px;border-radius:50%;display: inline-block;margin-right: 20px;background: #1FA22D;vertical-align: middle;}
.vstand .gelbpunkt,.mobverkaufsstand .vstand .gelbpunkt{width:14px; height:14px;border-radius:50%;display: inline-block;margin-right: 20px;background: #FFD500;vertical-align: middle;}
.vstand .rotpunkt,.mobverkaufsstand .vstand .rotpunkt{width:14px; height:14px;border-radius:50%;display: inline-block;margin-right: 20px;background: #E42325;vertical-align: middle;}



.zeilewert .vstand{margin:0;}
.zeilewert .vstand span{margin:0;}
.zeilewert .vgruen,.zeilewert .vgelb,.zeilewert .vrot,
.mobverkaufsstand .vgruen,.mobverkaufsstand .vgelb,.mobverkaufsstand .vrot{display:none;}
.zeilewert.zuverkaufen .vgruen,.mobverkaufsstand.zuverkaufen .vgruen{display:block;}
.zeilewert.reserviert .vgelb,.mobverkaufsstand.reserviert .vgelb{display:block;}
.zeilewert.verkauft .vrot,.mobverkaufsstand.verkauft .vrot{display:block;}

.downloadsbox{margin-top:30px; }
.downloadsbox a.pdf {
margin:14px 0; display:block;
padding-left: 30px;
position: relative; text-decoration: none;
}
.downloadsbox a.pdf::before {
content:"";
background-image: url(/files/theme/img/pdf-icon.png); background-repeat: no-repeat;
width: 24px;
height: 24px;
position: absolute;
top: 2px;
left: 0;
}

.kontaktinfobox{display:flex;margin-top:40px; }
.kontaktinfobox .infotextbox{ width:44%; margin-left: 5%;}

.kontaktinfobox .kontaktbox{width:44%; margin-right: 5%;}
.kontaktinfobox .kontaktbox .mailicon {font-size: 16px;
font-weight: 600;margin-bottom:16px;
/*! margin:14px 0; */ display:block;
padding-left: 30px;
position: relative; text-decoration: none;
}
.kontaktinfobox .kontaktbox .mailicon::before {
content:"";
background-image: url(/files/theme/img/mail-icon.png); background-repeat: no-repeat;
width: 24px;
height: 16px;
position: absolute;
top: 5px;
left: 2px;
}

.bauplanpdftext a {
margin-bottom:14px; display:block;
padding-left: 30px;
position: relative; text-decoration: none;font-size: 16px;
font-weight: 600;
}
.bauplanpdftext a::before {
content:"";
background-image: url(/files/theme/img/pdf-icon.png); background-repeat: no-repeat;
width: 24px;
height: 24px;
position: absolute;
top: 2px;
left: 0;
}
.bauplaninfo{line-height:135%;font-size: 14px;}


.pdfinfobox,.mobbauplatz{display:none;}

.mobkarte{margin-bottom:30px;position: relative; display:none;}
.mobkarte img{width:100%;max-width: 100%; height: auto;}

.bauplandetails{margin-top:30px;}

.bauplandetails .zeilewert{padding: 4px 0 10px 4px;}


.lbox{width: 100%;
height: auto;}
#footer .legal {

border-top: none;

}

/* 1200px --------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
.naviebene,
.legende {
/*! width: 100%; */
padding:0;
}
.naviebene{margin-bottom:20px;}
/* ---------------------------------------------------------------------------------------- */
} /* end max-width: 1200px */
/* ---------------------------------------------------------------------------------------- */


/* 880px ---------------------------------------------------------------------------------- */
@media only screen and (max-width: 880px) {

.bauplatzinfo .inner {
padding-left: 30px;
}


.kontaktinfobox{display:block;margin-top:30px; }
.kontaktinfobox .infotextbox,.kontaktinfobox .kontaktbox{width:100%; margin:0;}


/* ---------------------------------------------------------------------------------------- */
} /* end max-width: 880px */
/* ---------------------------------------------------------------------------------------- */

/* 768px ---------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

.linkespalte,.rechtespalte {
width: 100%;
margin-bottom:30px;
display:block;
}
.rechtespalte .infotextbox {
display: block;
}
.linkespalte .infotextbox .kontaktbox{display:block; }

.linkespalte .infotextbox,.linkespalte .kontaktbox{margin-bottom:20px}


.linkespalte .downloadsbox{display:none;}

.bauplatzinfo .inner{
padding-left: 0px;
}
.legende {
padding-left: 30px;
}
.navilegende {margin-bottom: 0px;}
.rechtespalte .infotextbox {padding-left:0px;}

.mobbauplatz{display:block;}
.mobkarte img{width:100%;height: auto;}

.bauplatzinformationen,.mobkarte {
display: block;
}
.baugebiet-logo {
margin: 20px 0;
}
.baugebiet-logo img{
width:60px;
}
#bauplatz-0 .mobbauplatzinfo{}

#e4,.layerpunkt,.standzeile,.mobbauplatzinfo{display:none;}

.bauplatzinformationenbox.activ .mobbauplatzinfo{display:block;}


.flurnr,.mobverkaufsstand{display:inline-block;}
.flurnr{font-weight: 600;margin-right: 20px; font-size:22px;/*! line-height: 26px; */vertical-align: middle;min-width: 200px;position: relative;padding-left: 30px;}

.mobverkaufsstand .vstand {margin-bottom:0;padding: 10px 0px;}
.mobverkaufsstand .vstand .gelbpunkt,.mobverkaufsstand .vstand .gruenpunkt,.mobverkaufsstand .vstand .rotpunkt{margin-right: 10px;}

.zeile.sonstiges {
margin-bottom: 30px;
}
.pdfinfobox {
display: block;
}


.mobbauplatz .flurnr:before {

background-color: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
display: block;

left: 0;
font-family: "icomoon";
content: "\e909";
font-size: 17px;
line-height: 17px;
top: 10px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #A6A6A4;
}

.bauplatzinformationenbox.activ .mobbauplatz .flurnr:before {
font-family: "icomoon";
content: "\e908";
font-size: 9px;
line-height: inherit;
}




/* ---------------------------------------------------------------------------------------- */
} /* end max-width: 799px */
/* ---------------------------------------------------------------------------------------- */


