/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#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}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.headerSortDown{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.headerSortUp{background-image:url(../../assets/tablesorter/images/desc.svg)}
/* desktop-anpassungen.css */
.textverlauf{background: linear-gradient(to right, yellow 20%, orange 40%, red 60%, orange 80%, yellow 100%);background-size: 200% auto;-webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;background-clip: text;  text-fill-color: transparent;    animation: shine 10s linear infinite}#article-11360 .ce_divider_extended{margin-top: 0px;margin-bottom: 0px}.etex button.submit{background: #ec6715 !important}.etex .header,.etex .cloned{display: none}.etex .ce_headline_extended h1{font-size: 55px; text-shadow: 3px 3px 3px black}.etex h1{color: #fff}.etex-logo{position: absolute;right: -51.5%;bottom: -22.5%}.etex-video .ce_text{background-color: rgba(0,0,0,0.5);padding: 25px;border-radius: 10px}.etex-video .ce_video_background_inside{margin-left: 0px !important}.etex-video{position: relative;  height: auto;  text-align: center;  display: flex;  align-items: center;  justify-content: center}.etex-long .etex-video{position: relative;  height: 100vh;  text-align: center;  display: flex;  align-items: center;  justify-content: center}.etex .mod_breadcrumb,.etex .fix-wrapper,.etex .top-wrapper,.etex #header,.etex #footer,.etex #bottom,.etex #myNav,.etex .myNavSpan{display: none}#article-11383 .ce_download_small .ce_download_small_inside a::after{opacity: 1}#article-11383 .ce_download::after{font-family: "FontAwesome";content: "\f0ed";position: absolute;right: 0;top: 0;margin-top: 0;font-size: 70px;color: rgba(255,255,255,0.1);line-height: 70px}#article-11383 .ce_download_small_inside .size{color: rgba(0,0,0,0.5)}#article-11383 .ce_hyperlink::after{font-family: "FontAwesome";content: "\f14c";position: absolute;right: 6.55%;font-size: 35px;color: #e30613;line-height: 55px;opacity: 1}#article-11383 .hyperlink_txt{border-color: #e30613;border: 1px solid #e30613;font-family: "Titillium Web";font-weight: 400;line-height: 1.8rem;font-size: 15px;background: #ffffff;width: 100%;text-align: left !important;color: #646363}#article-11348 #portfolio_542 .link .more,#article-11360 #portfolio_543 .link .more{display:block}#header .ce_search_label{display: none}.red span{color: #e30613}#header .mod_search{padding: 0px !important; margin: 0px !important; width: 275px}#search_160 .label,#search_160 .close-window{display: none}#article-11360 .mod_portfoliolist .item a{left: 59%}#article-11360 h5{font-size: 22px}#article-11360 .mod_portfoliolist .item figure:hover a{top: 25%}.mod_portfoliolist.portfolio-col5 .item{width: 20%}.header,.header.cloned,.stickyheader .header.cloned{box-shadow: 0 0 2px 2px rgba(0,0,0,0.1)}h1,h2,h3,h4,h5,h6,.font_headline{text-transform:uppercase}.h2wieh1 h2,.h3wieh1 h3{font-size: 50px}.verteilerseite .mod_breadcrumb,.readerseite .mod_breadcrumb{display: none !important}.verteilerseite .mod_newslist.block .newsteaser{margin-bottom:40px}.h1wiefliesstext h1{font-size: 1em !important;margin-bottom: 0 !important;text-transform: none !important}.h2wiefliesstext h2,.verteilerseite .h2wiefliesstext h2,input,textarea{font-size: 1em !important;line-height: 1.8rem !important;font-family: "Titillium Web" !important;font-weight: 400 !important;color: #646363 !important;text-transform: none !important}.verteilerseite h3,.verteilerseite h2{font-size: 20px !important;font-weight: 400;margin-bottom: 10px}.ce_divider_extended.version1{background: rgba(0,0,0,0.15) !important}.ce_table table td{vertical-align:top}.ce_image_text_box.version2 .ce_image_text_box_inside{border-radius: 0 !important}.linkboxen.ce_image_text_box.version4 .ce_image_text_box_inside{border: 1px solid rgb(235, 237, 235);border-radius: 0 !important;padding-bottom: 25px}.auflistung.ce_iconbox h2,.auflistung.ce_iconbox h3{font-size: 1.25rem}.newsteaser .content{border: 1px solid #cccccc !important}.newsteaser .info{display: none !important}.mod_newslist .newsteaser h3{font-size: 20px;margin-bottom: 10px}.mod_newslist .newsteaser .content .button-more a,.newsreader .back a,.mod_newsreader p.back a,.ce_hyperlink.small a,a.btn.small,input.submit,button.submit{background: #e30613 !important;display: inline-block !important;padding: 12px 20px !important;color: #ffffff !important;font-weight: bold !important;text-align: center !important;font-size: 0.9rem !important;text-decoration: none !important;text-transform: uppercase !important;border-radius: 0 !important}.mod_newslist .newsteaser .content .button-more a:hover,.mod_newslist .newsteaser .image_container a img:hover
.newsreader .back a:hover,.mod_newsreader p.back a:hover,input.submit:hover,button.submit:hover{opacity: 0.8}#footer h4{font-size: 25px !important;font-weight: 400;text-transform: none !important}#newsvorschau .newsteaser .content{height:220px}#newsvorschau .newsteaser .content .button-more{position: absolute; bottom: 4%}.ce_text_image_bar .text-left{padding: 70px 40px !important}.ce_text_image_bar .text-right{padding: 70px 40px !important}#table_79928 .ce_table table td{border: solid 1px rgb(227,227,227) !important}#article-11329 td{border: solid 1px rgb(227,227,227); white-space: normal}#article-11329 tr.odd{background-color: #eee}#article-11348 #portfolio_542 .more,#article-11360 #portfolio_543 .more{display:none}#portfolio_542 .subline{font-size: 1.5rem !important}.teambox_content h5{font-size: 20px}.teambox_content a{font-size: 14px}
@media screen and (max-width : 767px){
/* mobil-767px.css */
.etex-logo{position: absolute;right: -5%;bottom: -11%}.etex-long .etex-video{position: relative;  height: 1140px;  text-align: center;  display: flex;  align-items: center;  justify-content: center}.etex .ce_video_background_inside{margin-left: 0px !important; margin-right: 0px !important; padding-right: 10px !important; padding-left: 10px !important; max-width: 400px !important}.mod_portfoliolist.portfolio-col5 .item{width:100%}.h2wieh1 h2,.h3wieh1 h3{font-size: 25px}.mod_newslist .newsteaser .content .button-more a,.ce_image_text_box.version2 .ce_url a,.newsreader .back a,.mod_newsreader p.back a{background: #e30613 !important;display: inline-block !important;padding: 12px 20px !important;color: #ffffff !important;font-weight: bold !important;text-align: center !important;font-size: 0.9rem !important;text-decoration: none !important;text-transform: uppercase !important}.mod_newslist .newsteaser .content .button-more a:hover,.mod_newslist .newsteaser .image_container a img:hover
.ce_image_text_box.version2 .ce_url a:hover,.newsreader .back a:hover,.mod_newsreader p.back a:hover{opacity: 0.8}.body_top span{bottom: 0;left: auto;right: 0;top: auto;line-height: 0;font-size: 0;width: 50px;height: 50px}.body_top span img{width: 50px !important;height: 50px !important}.overlay{top:70px;height: 100%}.overlay-content{padding-top:50px;padding-bottom:60px}.overlay-content p a{font-size: 1.25em !important}.overlay-content p strong{color: #ffffff !important;text-transform: uppercase !important; font-weight: normal !important}.overlay a{padding-top:0;padding-bottom:0}footer#footer .inside .block.one_fourth{min-height: auto}#newsvorschau .newsteaser .content{height:auto}#newsvorschau .newsteaser .content .button-more{position: inherit; bottom: auto}
}
