/** 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_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {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,#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}
.mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;box-sizing:border-box;font-family:'Helvetica',Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:0 0;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:0}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url(../../assets/mediaelement/images/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{-webkit-animation:mejs__loading-spinner 1s linear infinite;animation:mejs__loading-spinner 1s linear infinite;background:url(../../assets/mediaelement/images/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mejs__controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*='display: none']){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:url(../../assets/mediaelement/images/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:dotted 1px #999}.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus,.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:rgba(255,255,255,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{-webkit-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;background:-webkit-linear-gradient(135deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background:linear-gradient(-45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:rgba(255,255,255,.3)}.mejs__time-current,.mejs__time-handle-content{background:rgba(255,255,255,.9)}.mejs__time-hovered{background:rgba(255,255,255,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-current,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-hovered{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:.15s ease-in all;transition:.15s ease-in all;width:100%}.mejs__time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs__time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid rgba(255,255,255,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs__time-rail:hover .mejs__time-handle-content,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail .mejs__time-handle-content:active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{background:#eee;border:solid 1px #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:solid 5px #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:rgba(255,255,255,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs__volume-current{background:rgba(255,255,255,.9);left:0;margin:0;position:absolute;width:100%}.mejs__volume-handle{background:rgba(255,255,255,.9);border-radius:1px;cursor:ns-resize;height:6px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);border-radius:2px;font-size:1px;height:8px;left:0;margin:0;padding:0;position:absolute;top:16px;width:50px}.mejs__horizontal-volume-current{background:rgba(255,255,255,.8);border-radius:2px;font-size:1px;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:solid 1px transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:rgba(20,20,20,.5);box-shadow:5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay p,.mejs__cannotplay a{display:inline-block;padding:0 15px;width:100%}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:none}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(../../assets/jquery/mediaelement/images/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(../../assets/jquery/mediaelement/images/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url(../../assets/jquery/mediaelement/images/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:url(../../assets/jquery/mediaelement/images/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(../../assets/jquery/mediaelement/images/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:0 0;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(../../assets/jquery/mediaelement/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:#21f8f8}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:url(../../assets/jquery/mediaelement/images/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:url(../../assets/jquery/mediaelement/images/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}
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)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* TANNEK-OFFICIAL FONTS*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=a3e82218-6768-4cbb-80fa-f6b221f67181&fontids=1564175,1564187,1564199");
@font-face {
  font-family: 'Abadi MT W02 Light';
  src: url("/files/tannek/Fonts/1564175/dd36922b-e7fc-4327-aeb3-c81c573644cb.eot?#iefix");
  src: url("/files/tannek/Fonts/1564175/dd36922b-e7fc-4327-aeb3-c81c573644cb.eot?#iefix") format("eot"), url("/files/tannek/Fonts/1564175/4a49c183-13ba-4467-a7dc-25ca37e1feb5.woff2") format("woff2"), url("/files/tannek/Fonts/1564175/a8d25a07-67c9-4fab-949b-9aed1ea5bb20.woff") format("woff"), url("/files/tannek/Fonts/1564175/7eecf428-36d4-4592-8507-e63736fc3078.ttf") format("truetype");
}
@font-face {
  font-family: 'Abadi MT W02 Regular';
  src: url("/files/tannek/Fonts/1564187/124e65cb-e2c0-4979-b02e-14be281e7c1d.eot?#iefix");
  src: url("/files/tannek/Fonts/1564187/124e65cb-e2c0-4979-teb02e-14be281e7c1d.eot?#iefix") format("eot"), url("/files/tannek/Fonts/1564187/3b48271b-f5e4-4971-b6ce-2ded8e9863e7.woff2") format("woff2"), url("/files/tannek/Fonts/1564187/1631f7a5-c342-4441-9850-b1dba82d0b5c.woff") format("woff"), url("/files/tannek/Fonts/1564187/3bc4febp6-bfa9-4b25-9123-feb5e79dba52.ttf") format("truetype");
}
@font-face {
  font-family: 'Abadi MT W02 Bold';
  src: url("/files/tannek/Fonts/1564199/6c0bb933-cdf5-4322-a320-abc1f9ea123d.eot?#iefix");
  src: url("/files/tannek/Fonts/1564199/6c0bb933-cdf5-4322-a320-abc1f9ea123d.eot?#iefix") format("eot"), url("/files/tannek/Fonts/1564199/be26c90c-d12e-4be3-9e34-df3c77fa545f.woff2") format("woff2"), url("/files/tannek/Fonts/1564199/ed313210-5507-4eb5-93f8-a2d23a249ba2.woff") format("woff"), url("/files/tannek/Fonts/1564199/a0eaf044-16b0-4027-8aa7-e71aa492a6ff.ttf") format("truetype");
}
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* #REGION DEKLARATIONEN */
.font_light {
  font-family: "Abadi MT W02 Light";
}
.font_regular {
  font-family: "Abadi MT W02 Regular";
}
.font_bold {
  font-family: "Abadi MT W02 Bold";
}
/* ------------------------------ AB HIER KOPIEREN ------------------------ */
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w33p {
  width: 33%;
}
.w66p {
  width: 66%;
}
.w75p {
  width: 75%;
}
.w100 {
  width: 100px;
}
.w100p {
  width: 100%;
}
.w101p {
  width: 101%;
}
.w_auto {
  width: auto;
}
.h100 {
  height: 100%;
}
.h_auto {
  height: auto;
}
.max_w_100 {
  max-width: 100%;
}
.max_h_100 {
  max-height: 100%;
}
.min_w_100 {
  min-width: 100%;
}
.min_h_100 {
  min-height: 100%;
}
.mw100 {
  max-width: 100px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw300 {
  max-width: 300px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw800 {
  max-width: 800px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
mw1100 {
  max-width: 1100px !important;
}
mw1200 {
  max-width: 1200px !important;
}
mw1300 {
  max-width: 1300px !important;
}
mw1400 {
  max-width: 1400px !important;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline_block {
  display: inline-block;
}
.disp_none {
  display: none;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.fl_none {
  float: none;
}
.content_center {
  margin: 0 auto;
}
.content_5p_auto {
  margin: 5% auto;
}
.pos_abs {
  position: absolute;
}
.pos_rel {
  position: relative;
}
.pos_fix {
  position: fixed;
}
.pos_t_0 {
  top: 0;
}
.pos_l_0 {
  left: 0;
}
.pos_r_0 {
  right: 0;
}
.posb_0 {
  bottom: 0;
}
.fonts_white h1,
.fonts_white h2,
.fonts_white h3,
.fonts_white h4,
.fonts_white h5,
.fonts_white h6,
.fonts_white p,
.fonts_white span,
.fonts_white .ce_headline h3 {
  color: #FFFFFF !important;
}
.font_xxxxs {
  font-size: 10px;
}
.font_xxxs {
  font-size: 13px;
}
.font_xxs {
  font-size: 14px;
}
.font_xs {
  font-size: 15px;
}
.font_s {
  font-size: 16px;
}
.font_m {
  font-size: 17px;
}
.font_l {
  font-size: 18px;
}
.font_xl {
  font-size: 28px;
}
.font_xxl {
  font-size: 32px;
}
.font_xxxl {
  font-size: 30px;
}
.font_w_100 {
  font-weight: 100;
}
.font_w_200 {
  font-weight: 200;
}
.font_w_300 {
  font-weight: 300;
}
.font_w_400 {
  font-weight: 400;
}
.font_w_500 {
  font-weight: 500;
}
.font_w_600 {
  font-weight: 600;
}
.font_w_700 {
  font-weight: 700;
}
.font_w_800 {
  font-weight: 800;
}
.font_w_800 {
  font-weight: 900;
}
.text_farbe {
  color: #3A3938;
}
.text_weight {
  font-weight: 500;
}
.text-size {
  font-size: 17px;
}
.text_white {
  color: #FFFFFF;
}
.text_no_shd {
  text-shadow: none;
}
.text_ind_1 {
  text-indent: -1em;
}
.text_no_dec {
  text-decoration: none;
}
.text_uppercase {
  text-transform: uppercase;
}
.letter-sp_norm {
  letter-spacing: normal;
}
.bg_no_img {
  background-image: none;
}
.bg-norep {
  background-repeat: no-repeat;
}
.bg_center {
  background-position: center center;
}
.bg_cover {
  background-size: cover;
}
.bg_white {
  background-color: #FFFFFF;
}
.bg_cust3 {
  background-color: #D3D3D3;
}
.bg_cust4 {
  background-color: #7A7A7A;
}
.list_nostyle {
  list-style: none;
}
.list_disc {
  list-style-type: disc;
}
.list_circle {
  list-style-type: circle;
}
.list_pos_inside {
  list-style-position: inside;
}
.list-pos_outside {
  list-style-position: outside;
}
.cont_pfeil {
  content: "» ";
}
.brad5px {
  border-radius: 5px;
}
.c_pointer {
  cursor: pointer;
}
.c_default {
  cursor: default;
}
.z_ind-1 {
  z-index: -1;
}
.z_ind_0 {
  z-index: 0;
}
.z_ind_1 {
  z-index: 1;
}
.z_ind_2 {
  z-index: 2;
}
.z_ind_high {
  z-index: 2147483647!important;
}
.opa_0 {
  opacity: 0;
}
.opa_03 {
  opacity: 0.3;
}
.opa_1 {
  opacity: 1.0;
}
.over_hid {
  overflow: hidden;
}
.over_vis {
  overflow: visible;
}
.no_border {
  border: none;
}
.border_rad_0 {
  border-radius: 0;
}
.border_rad5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.border_rad_0 {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.border_rad_10 {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.btn_clear {
  text-shadow: none;
  border: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.box-shadow {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.filter_no {
  filter: none;
}
.valign_t {
  vertical-align: top;
}
.valign_m {
  vertical-align: middle;
}
.valign_b {
  vertical-align: bottom;
}
.transition {
  transition: 0.3s;
}
.min_h10 {
  min-height: 10px;
}
.min_h20 {
  min-height: 20px;
}
.min_h30 {
  min-height: 30px;
}
.min_h40 {
  min-height: 40px;
}
.min_h50 {
  min-height: 50px;
}
.min_h60 {
  min-height: 60px;
}
.min_h70 {
  min-height: 70px;
}
.min_h80 {
  min-height: 80px;
}
.min_h90 {
  min-height: 90px;
}
.min_h100 {
  min-height: 100px;
}
.min_h110 {
  min-height: 110px;
}
.min_h120 {
  min-height: 120px;
}
.min_h130 {
  min-height: 130px;
}
.min_h140 {
  min-height: 140px;
}
.min_h150 {
  min-height: 150px;
}
.min_h160 {
  min-height: 160px;
}
.min_h170 {
  min-height: 170px;
}
.min_h180 {
  min-height: 180px;
}
.min_h190 {
  min-height: 190px;
}
.min_h200 {
  min-height: 200px;
}
.min_h210 {
  min-height: 210px;
}
.min_h220 {
  min-height: 220px;
}
.min_h230 {
  min-height: 230px;
}
.min_h240 {
  min-height: 240px;
}
.min_h250 {
  min-height: 250px;
}
.min_h260 {
  min-height: 260px;
}
.min_h270 {
  min-height: 270px;
}
.min_h280 {
  min-height: 280px;
}
.min_h290 {
  min-height: 290px;
}
.min_h300 {
  min-height: 300px;
}
.min_h310 {
  min-height: 310px;
}
.min_h320 {
  min-height: 320px;
}
.min_h330 {
  min-height: 330px;
}
.min_h340 {
  min-height: 340px;
}
.min_h350 {
  min-height: 350px;
}
.max_h10 {
  max-height: 10px;
}
.max_h20 {
  max-height: 20px;
}
.max_h30 {
  max-height: 30px;
}
.max_h40 {
  max-height: 40px;
}
.max_h50 {
  max-height: 50px;
}
.max_h60 {
  max-height: 60px;
}
.max_h70 {
  max-height: 70px;
}
.max_h80 {
  max-height: 80px;
}
.max_h90 {
  max-height: 90px;
}
.max_h100 {
  max-height: 100px;
}
.max_h110 {
  max-height: 110px;
}
.max_h120 {
  max-height: 120px;
}
.max_h130 {
  max-height: 130px;
}
.max_h140 {
  max-height: 140px;
}
.max_h150 {
  max-height: 150px;
}
.max_h160 {
  max-height: 160px;
}
.max_h170 {
  max-height: 170px;
}
.max_h180 {
  max-height: 180px;
}
.max_h190 {
  max-height: 190px;
}
.max_h200 {
  max-height: 200px;
}
.max_h210 {
  max-height: 210px;
}
.max_h220 {
  max-height: 220px;
}
.max_h230 {
  max-height: 230px;
}
.max_h240 {
  max-height: 240px;
}
.max_h250 {
  max-height: 250px;
}
.max_h260 {
  max-height: 260px;
}
.max_h270 {
  max-height: 270px;
}
.max_h280 {
  max-height: 280px;
}
.max_h290 {
  max-height: 290px;
}
.max_h300 {
  max-height: 300px;
}
.max_h310 {
  max-height: 310px;
}
.max_h320 {
  max-height: 320px;
}
.max_h330 {
  max-height: 330px;
}
.max_h340 {
  max-height: 340px;
}
.max_h350 {
  max-height: 350px;
}
.max_h360 {
  max-height: 360px;
}
.max_h370 {
  max-height: 370px;
}
.max_h380 {
  max-height: 380px;
}
.max_h390 {
  max-height: 390px;
}
.max_h400 {
  max-height: 400px;
}
/* #ENDREGION DEKLARATIONEN */
.m0 {
  margin: 0!important;
}
.m5 {4
  margin: 5px!important;
}
.m10 {
  margin: 10px!important;
}
.m15 {
  margin: 15px!important;
}
.m20 {
  margin: 20px!important;
}
.m25 {
  margin: 25px!important;
}
.m30 {
  margin: 30px!important;
}
.m40 {
  margin: 40px!important;
}
.m50 {
  margin: 50px!important;
}
.m60 {
  margin: 60px!important;
}
.m70 {
  margin: 70px!important;
}
.m80 {
  margin: 80px!important;
}
.m90 {
  margin: 90px!important;
}
.m100 {
  margin: 100px!important;
}
.m1p {
  margin: 1%!important;
}
.m5p {
  margin: 5%!important;
}
.m10p {
  margin: 10%!important;
}
.m15p {
  margin: 15%!important;
}
.m20p {
  margin: 20%!important;
}
.m25p {
  margin: 25%!important;
}
.m30p {
  margin: 30%!important;
}
.m40p {
  margin: 40%!important;
}
.m50p {
  margin: 50%!important;
}
.m60p {
  margin: 60%!important;
}
.m70p {
  margin: 70%!important;
}
.m80p {
  margin: 80%!important;
}
.m90p {
  margin: 90%!important;
}
.m100p {
  margin: 100%!important;
}
.mrl0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.mrl5 {
  margin-left: 5px!important;
  margin-right: 5px!important;
}
.mrl10 {
  margin-left: 10px!important;
  margin-right: 10px!important;
}
.mrl15 {
  margin-left: 15px!important;
  margin-right: 15px!important;
}
.mrl20 {
  margin-left: 20px!important;
  margin-right: 20px!important;
}
.mrl25 {
  margin-left: 25px!important;
  margin-right: 25px!important;
}
.mrl30 {
  margin-left: 30px!important;
  margin-right: 30px!important;
}
.mrl40 {
  margin-left: 40px!important;
  margin-right: 40px!important;
}
.mrl50 {
  margin-left: 50px!important;
  margin-right: 50px!important;
}
.mrl60 {
  margin-left: 60px!important;
  margin-right: 60px!important;
}
.mrl70 {
  margin-left: 70px!important;
  margin-right: 70px!important;
}
.mrl80 {
  margin-left: 80px!important;
  margin-right: 80px!important;
}
.mrl90 {
  margin-left: 90px!important;
  margin-right: 90px!important;
}
.mrl100 {
  margin-left: 100px!important;
  margin-right: 100px!important;
}
.mrl1p {
  margin-left: 1%!important;
  margin-right: 1%!important;
}
.mrl5p {
  margin-left: 5%!important;
  margin-right: 5%!important;
}
.mrl10p {
  margin-left: 10%!important;
  margin-right: 10%!important;
}
.mrl15p {
  margin-left: 15%!important;
  margin-right: 15%!important;
}
.mrl20p {
  margin-left: 20%!important;
  margin-right: 20%!important;
}
.mrl25p {
  margin-left: 25%!important;
  margin-right: 25%!important;
}
.mrl30p {
  margin-left: 30%!important;
  margin-right: 30%!important;
}
.mrl40p {
  margin-left: 40%!important;
  margin-right: 40%!important;
}
.mrl50p {
  margin-left: 50%!important;
  margin-right: 50%!important;
}
.mrl60p {
  margin-left: 60%!important;
  margin-right: 60%!important;
}
.mrl70p {
  margin-left: 70%!important;
  margin-right: 70%!important;
}
.mrl80p {
  margin-left: 80%!important;
  margin-right: 80%!important;
}
.mrl90p {
  margin-left: 90%!important;
  margin-right: 90%!important;
}
.mrl100p {
  margin-left: 100%!important;
  margin-right: 100%!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.mr60 {
  margin-right: 60px!important;
}
.mr70 {
  margin-right: 70px!important;
}
.mr80 {
  margin-right: 80px!important;
}
.mr90 {
  margin-right: 90px!important;
}
.mr100 {
  margin-right: 100px!important;
}
.mr1p {
  margin-right: 1%!important;
}
.mr5p {
  margin-right: 5%!important;
}
.mr15p {
  margin-right: 15%!important;
}
.mr10p {
  margin-right: 10%!important;
}
.mr25p {
  margin-right: 25%!important;
}
.mr20p {
  margin-right: 20%!important;
}
.mr30p {
  margin-right: 30%!important;
}
.mr40p {
  margin-right: 40%!important;
}
.mr50p {
  margin-right: 50%!important;
}
.mr60p {
  margin-right: 60%!important;
}
.mr70p {
  margin-right: 70%!important;
}
.mr80p {
  margin-right: 80%!important;
}
.mr90p {
  margin-right: 90%!important;
}
.mr100p {
  margin-right: 100%!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml50 {
  margin-left: 50px!important;
}
.ml60 {
  margin-left: 60px!important;
}
.ml70 {
  margin-left: 70px!important;
}
.ml80 {
  margin-left: 80px!important;
}
.ml90 {
  margin-left: 90px!important;
}
.ml100 {
  margin-left: 100px!important;
}
.ml1p {
  margin-left: 1%!important;
}
.ml5p {
  margin-left: 5%!important;
}
.ml10p {
  margin-left: 10%!important;
}
.ml15p {
  margin-left: 15%!important;
}
.ml20p {
  margin-left: 20%!important;
}
.ml25p {
  margin-left: 25%!important;
}
.ml30p {
  margin-left: 30%!important;
}
.ml40p {
  margin-left: 40%!important;
}
.ml50p {
  margin-left: 50%!important;
}
.ml60p {
  margin-left: 60%!important;
}
.ml70p {
  margin-left: 70%!important;
}
.ml80p {
  margin-left: 80%!important;
}
.ml90p {
  margin-left: 90%!important;
}
.ml100p {
  margin-left: 100%!important;
}
.mtb0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.mtb5 {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}
.mtb10 {
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}
.mtb20 {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.mtb25 {
  margin-top: 25px!important;
  margin-bottom: 25px!important;
}
.mtb30 {
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}
.mtb40 {
  margin-top: 40px!important;
  margin-bottom: 40px!important;
}
.mtb50 {
  margin-top: 50px!important;
  margin-bottom: 50px!important;
}
.mtb60 {
  margin-top: 60px!important;
  margin-bottom: 60px!important;
}
.mtb70 {
  margin-top: 70px!important;
  margin-bottom: 70px!important;
}
.mtb80 {
  margin-top: 80px!important;
  margin-bottom: 80px!important;
}
.mtb90 {
  margin-top: 90px!important;
  margin-bottom: 90px!important;
}
.mtb100 {
  margin-top: 100px!important;
  margin-bottom: 100px!important;
}
.mtb1p {
  margin-top: 1%!important;
  margin-bottom: 1%!important;
}
.mtb5p {
  margin-top: 5%!important;
  margin-bottom: 5%!important;
}
.mtb10p {
  margin-top: 10%!important;
  margin-bottom: 10%!important;
}
.mtb15p {
  margin-top: 15%!important;
  margin-bottom: 15%!important;
}
.mtb20p {
  margin-top: 20%!important;
  margin-bottom: 20%!important;
}
.mtb25p {
  margin-top: 25%!important;
  margin-bottom: 25%!important;
}
.mtb30p {
  margin-top: 30%!important;
  margin-bottom: 30%!important;
}
.mtb40p {
  margin-top: 40%!important;
  margin-bottom: 40%!important;
}
.mtb50p {
  margin-top: 50%!important;
  margin-bottom: 50%!important;
}
.mtb60p {
  margin-top: 60%!important;
  margin-bottom: 60%!important;
}
.mtb70p {
  margin-top: 70%!important;
  margin-bottom: 70%!important;
}
.mtb80p {
  margin-top: 80%!important;
  margin-bottom: 80%!important;
}
.mtb90p {
  margin-top: 90%!important;
  margin-bottom: 90%!important;
}
.mtb100p {
  margin-top: 100%!important;
  margin-bottom: 100%!important;
}
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 50px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt60 {
  margin-top: 60px!important;
}
.mt70 {
  margin-top: 70px!important;
}
.mt80 {
  margin-top: 80px!important;
}
.mt90 {
  margin-top: 90px!important;
}
.mt100 {
  margin-top: 100px!important;
}
.mt110 {
  margin-top: 110px!important;
}
.mt120 {
  margin-top: 120px!important;
}
.mt130 {
  margin-top: 130px!important;
}
.mt140 {
  margin-top: 140px!important;
}
.mt150 {
  margin-top: 150px!important;
}
.mt160 {
  margin-top: 160px!important;
}
.mt170 {
  margin-top: 170px!important;
}
.mt180 {
  margin-top: 180px!important;
}
.mt190 {
  margin-top: 190px!important;
}
.mt200 {
  margin-top: 200px!important;
}
.mt1p {
  margin-top: 1%!important;
}
.mt5p {
  margin-top: 5%!important;
}
.mt10p {
  margin-top: 10%!important;
}
.mt15p {
  margin-top: 15%!important;
}
.mt20p {
  margin-top: 20%!important;
}
.mt25p {
  margin-top: 25%!important;
}
.mt30p {
  margin-top: 30%!important;
}
.mt40p {
  margin-top: 40%!important;
}
.mt50p {
  margin-top: 50%!important;
}
.mt60p {
  margin-top: 60%!important;
}
.mt70p {
  margin-top: 70%!important;
}
.mt80p {
  margin-top: 80%!important;
}
.mt90p {
  margin-top: 90%!important;
}
.mt100p {
  margin-top: 100%!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb70 {
  margin-bottom: 70px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb90 {
  margin-bottom: 90px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mb110 {
  margin-bottom: 110px!important;
}
.mb120 {
  margin-bottom: 120px!important;
}
.mb130 {
  margin-bottom: 130px!important;
}
.mb140 {
  margin-bottom: 140px!important;
}
.mb150 {
  margin-bottom: 150px!important;
}
.mb160 {
  margin-bottom: 160px!important;
}
.mb170{
  margin-bottom: 170px!important;
}
.mb180{
  margin-bottom:180px!important;
}
.mb190 {
  margin-bottom: 190px!important;
}
.mb200 {
  margin-bottom: 200px!important;
}
.mb1p {
  margin-bottom: 1%!important;
}
.mb5p {
  margin-bottom: 5%!important;
}
.mb10p {
  margin-bottom: 10%!important;
}
.mb15p {
  margin-bottom: 15%!important;
}
.mb20p {
  margin-bottom: 20%!important;
}
.mb25p {
  margin-bottom: 25%!important;
}
.mb30p {
  margin-bottom: 30%!important;
}
.mb40p {
  margin-bottom: 40%!important;
}
.mb50p {
  margin-bottom: 50%!important;
}
.mb60p {
  margin-bottom: 60%!important;
}
.mb70p {
  margin-bottom: 70%!important;
}
.mb80p {
  margin-bottom: 80%!important;
}
.mb90p {
  margin-bottom: 90%!important;
}
.mb100p {
  margin-bottom: 100%!important;
}
.p0 {
  padding: 0!important;
}
.p5 {
  padding: 5px!important;
}
.p10 {
  padding: 10px!important;
}
.p15 {
  padding: 15px!important;
}
.p20 {
  padding: 20px!important;
}
.p25 {
  padding: 25px!important;
}
.p30 {
  padding: 30px!important;
}
.p40 {
  padding: 40px!important;
}
.p50 {
  padding: 50px!important;
}
.p60 {
  padding: 60px!important;
}
.p70 {
  padding: 70px!important;
}
.p80 {
  padding: 80px!important;
}
.p90 {
  padding: 90px!important;
}
.p100 {
  padding: 100px!important;
}
.p1p {
  padding: 1%!important;
}
.p5p {
  padding: 5%!important;
}
.p10p {
  padding: 10%!important;
}
.p15p {
  padding: 15%!important;
}
.p20p {
  padding: 20%!important;
}
.p25p {
  padding: 25%!important;
}
.p30p {
  padding: 30%!important;
}
.p40p {
  padding: 40%!important;
}
.p50p {
  padding: 50%!important;
}
.p60p {
  padding: 60%!important;
}
.p70p {
  padding: 70%!important;
}
.p80p {
  padding: 80%!important;
}
.p90p {
  padding: 90%!important;
}
.p100p {
  padding: 100%!important;
}
.pl0 {
  padding-left: 0!important;
}
.pl5 {
  padding-left: 5px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl15 {
  padding-left: 15px!important;
}
.pl20 {
  padding-left: 20px!important;
}
.pl25 {
  padding-left: 25px!important;
}
.pl30 {
  padding-left: 30px!important;
}
.pl40 {
  padding-left: 40px!important;
}
.pl50 {
  padding-left: 50px!important;
}
.pl60 {
  padding-left: 60px!important;
}
.pl70 {
  padding-left: 70px!important;
}
.pl80 {
  padding-left: 80px!important;
}
.pl90 {
  padding-left: 90px!important;
}
.pl100 {
  padding-left: 100px!important;
}
.pr0 {
  padding-right: 0!important;
}
.pr5 {
  padding-right: 5px!important;
}
.pr10 {
  padding-right: 10px!important;
}
.pr15 {
  padding-right: 15px!important;
}
.pr20 {
  padding-right: 20px!important;
}
.pr25 {
  padding-right: 25px!important;
}
.pr30 {
  padding-right: 30px!important;
}
.pr40 {
  padding-right: 40px!important;
}
.pr50 {
  padding-right: 50px!important;
}
.pr60 {
  padding-right: 60px!important;
}
.pr70 {
  padding-right: 70px!important;
}
.pr80 {
  padding-right: 80px!important;
}
.pr90 {
  padding-right: 90px!important;
}
.pr100 {
  padding-right: 100px!important;
}
.prl0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.prl5 {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.prl10 {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.prl15 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.prl20 {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.prl25 {
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.prl30 {
  padding-left: 30px!important;
  padding-right: 30px!important;
}
.prl40 {
  padding-left: 40px!important;
  padding-right: 40px!important;
}
.prl50 {
  padding-left: 50px!important;
  padding-right: 50px!important;
}
.prl60 {
  padding-left: 60px!important;
  padding-right: 60px!important;
}
.prl70 {
  padding-left: 70px!important;
  padding-right: 70px!important;
}
.prl80 {
  padding-left: 80px!important;
  padding-right: 80px!important;
}
.prl90 {
  padding-left: 90px!important;
  padding-right: 90px!important;
}
.prl100 {
  padding-left: 100px!important;
  padding-right: 100px!important;
}
.pl1p {
  padding-left: 1%!important;
}
.pl5p {
  padding-left: 5%!important;
}
.pl10p {
  padding-left: 10%!important;
}
.pl15p {
  padding-left: 15%!important;
}
.pl20p {
  padding-left: 20%!important;
}
.pl25p {
  padding-left: 25%!important;
}
.pl30p {
  padding-left: 30%!important;
}
.pl40p {
  padding-left: 40%!important;
}
.pl50p {
  padding-left: 50%!important;
}
.pl60p {
  padding-left: 60%!important;
}
.pl70p {
  padding-left: 70%!important;
}
.pl80p {
  padding-left: 80%!important;
}
.pl90p {
  padding-left: 90%!important;
}
.pl100p {
  padding-left: 100%!important;
}
.pr1p {
  padding-right: 1%!important;
}
.pr5p {
  padding-right: 5%!important;
}
.pr10p {
  padding-right: 10%!important;
}
.pr15p {
  padding-right: 15%!important;
}
.pr20p {
  padding-right: 20%!important;
}
.pr25p {
  padding-right: 25%!important;
}
.pr30p {
  padding-right: 30%!important;
}
.pr40p {
  padding-right: 40%!important;
}
.pr50p {
  padding-right: 50%!important;
}
.pr60p {
  padding-right: 60%!important;
}
.pr70p {
  padding-right: 70%!important;
}
.pr80p {
  padding-right: 80%!important;
}
.pr90p {
  padding-right: 90%!important;
}
.pr100p {
  padding-right: 100%!important;
}
.prl1p {
  padding-left: 1%!important;
  padding-right: 1%!important;
}
.prl5p {
  padding-left: 5%!important;
  padding-right: 5%!important;
}
.prl10p {
  padding-left: 10%!important;
  padding-right: 10%!important;
}
.prl15p {
  padding-left: 15%!important;
  padding-right: 15%!important;
}
.prl20p {
  padding-left: 20%!important;
  padding-right: 20%!important;
}
.prl25p {
  padding-left: 25%!important;
  padding-right: 25%!important;
}
.prl30p {
  padding-left: 30%!important;
  padding-right: 30%!important;
}
.prl40p {
  padding-left: 40%!important;
  padding-right: 40%!important;
}
.prl50p {
  padding-left: 50%!important;
  padding-right: 50%!important;
}
.prl60p {
  padding-left: 60%!important;
  padding-right: 60%!important;
}
.prl70p {
  padding-left: 70%!important;
  padding-right: 70%!important;
}
.prl80p {
  padding-left: 80%!important;
  padding-right: 80%!important;
}
.prl90p {
  padding-left: 90%!important;
  padding-right: 90%!important;
}
.prl100p {
  padding-left: 100%!important;
  padding-right: 100%!important;
}
.ptb0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.ptb5 {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.ptb10 {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.ptb15 {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.ptb20 {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.ptb25 {
  padding-top: 25px!important;
  padding-bottom: 25px!important;
}
.ptb30 {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
.ptb40 {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}
.ptb50 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.ptb60 {
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}
.ptb70 {
  padding-top: 70px!important;
  padding-bottom: 70px!important;
}
.ptb80 {
  padding-top: 80px!important;
  padding-bottom: 80px!important;
}
.ptb90 {
  padding-top: 90px!important;
  padding-bottom: 90px!important;
}
.ptb100 {
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}
.ptb1p {
  padding-top: 1%!important;
  padding-bottom: 1%!important;
}
.ptb5p {
  padding-top: 5%!important;
  padding-bottom: 5%!important;
}
.ptb10p {
  padding-top: 10%!important;
  padding-bottom: 10%!important;
}
.ptb15p {
  padding-top: 15%!important;
  padding-bottom: 15%!important;
}
.ptb20p {
  padding-top: 20%!important;
  padding-bottom: 20%!important;
}
.ptb25p {
  padding-top: 25%!important;
  padding-bottom: 25%!important;
}
.ptb30p {
  padding-top: 30%!important;
  padding-bottom: 30%!important;
}
.ptb40p {
  padding-top: 40%!important;
  padding-bottom: 40%!important;
}
.ptb50p {
  padding-top: 50%!important;
  padding-bottom: 50%!important;
}
.ptb60p {
  padding-top: 60%!important;
  padding-bottom: 60%!important;
}
.ptb70p {
  padding-top: 70%!important;
  padding-bottom: 70%!important;
}
.ptb80p {
  padding-top: 80%!important;
  padding-bottom: 80%!important;
}
.ptb90p {
  padding-top: 90%!important;
  padding-bottom: 90%!important;
}
.ptb100p {
  padding-top: 100%!important;
  padding-bottom: 100%!important;
}
.pt0 {
  padding-top: 0!important;
}
.pt5 {
  padding-top: 5px!important;
}
.pt10 {
  padding-top: 10px!important;
}
.pt15 {
  padding-top: 15px!important;
}
.pt20 {
  padding-top: 20px!important;
}
.pt25 {
  padding-top: 25px!important;
}
.pt30 {
  padding-top: 30px!important;
}
.pt40 {
  padding-top: 40px!important;
}
.pt50 {
  padding-top: 50px!important;
}
.pt60 {
  padding-top: 60px!important;
}
.pt70 {
  padding-top: 70px!important;
}
.pt80 {
  padding-top: 80px!important;
}
.pt90 {
  padding-top: 90px!important;
}
.pt100 {
  padding-top: 100px!important;
}
.pt110 {
  padding-top: 110px!important;
}
.pt120 {
  padding-top: 120px!important;
}
.pt1p {
  padding-top: 1%!important;
}
.pt5p {
  padding-top: 5%!important;
}
.pt10p {
  padding-top: 10%!important;
}
.pt15p {
  padding-top: 15%!important;
}
.pt20p {
  padding-top: 20%!important;
}
.pt25p {
  padding-top: 25%!important;
}
.pt30p {
  padding-top: 30%!important;
}
.pt40p {
  padding-top: 40%!important;
}
.pt50p {
  padding-top: 50%!important;
}
.pt60p {
  padding-top: 60%!important;
}
.pt70p {
  padding-top: 70%!important;
}
.pt80p {
  padding-top: 80%!important;
}
.pt90p {
  padding-top: 90%!important;
}
.pt100p {
  padding-top: 100%!important;
}
.pb1p {
  padding-bottom: 1%!important;
}
.pb5p {
  padding-bottom: 5%!important;
}
.pb10p {
  padding-bottom: 10%!important;
}
.pb15p {
  padding-bottom: 15%!important;
}
.pb20p {
  padding-bottom: 20%!important;
}
.pb25p {
  padding-bottom: 25%!important;
}
.pb30p {
  padding-bottom: 30%!important;
}
.pb40p {
  padding-bottom: 40%!important;
}
.pb50p {
  padding-bottom: 50%!important;
}
.pb60p {
  padding-bottom: 60%!important;
}
.pb70p {
  padding-bottom: 70%!important;
}
.pb80p {
  padding-bottom: 80%!important;
}
.pb90p {
  padding-bottom: 90%!important;
}
.pb100p {
  padding-bottom: 100%!important;
}
.pb0 {
  padding-bottom: 0!important;
}
.pb5 {
  padding-bottom: 5px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb15 {
  padding-bottom: 15px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb25 {
  padding-bottom: 25px!important;
}
.pb30 {
  padding-bottom: 30px!important;
}
.pb40 {
  padding-bottom: 40px!important;
}
.pb50 {
  padding-bottom: 50px!important;
}
.pb60 {
  padding-bottom: 60px!important;
}
.pb70 {
  padding-bottom: 70px!important;
}
.pb80 {
  padding-bottom: 80px!important;
}
.pb90 {
  padding-bottom: 90px!important;
}
.pb100 {
  padding-bottom: 100px!important;
}
.pb120 {
  padding-bottom: 120px!important;
}
.nomargin {
  margin: 0!important;
}
.nopadding {
  padding: 0!important;
}
body,
mainmenu {
  font-family: "Abadi MT W02 Light" !important;
}
mainmenu li,
mainmenu span,
mainmenu a {
  font-family: "Abadi MT W02 Light" !important;
}
img {
  max-width: 100%!important;
  height: auto;
}
.computer .desktop {
  display: block!important;
  z-index: 10000;
}
.computer .mobil {
  display: none!important;
}
.chrome .desktop,
.mobile .desktop,
.tablet .desktop {
  display: none!important;
}
.chrome .mobil,
.mobile .mobil,
.tablet .mobil {
  display: block!important;
}
html,
body {
  font-size: 1rem;
  line-height: 1.4rem!important;
}
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  left: 0;
}
h1 span,
h2 span {
  color: #6b6b6b !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1!important;
  color: #002D5C !important;
}
strong,
.strong {
  font-weight: 900;
}
p a,
.linklist a {
  color: #cb0350 !important;
}
p a:hover,
.linklist a:hover {
  color: #002D5C !important;
  text-decoration: underline;
}
.ce_text.small {
  font-size: 80%;
}
.teambox_content .function {
  min-height: 40px;
}
.team .function {
  font-weight: bold !important;
  font-family: "Abadi MT W02 Bold" !important;
  height: 40px!important;
}
.team.red .color-accent {
  color: #960A3F;
}
.team .ce_teambox h1,
.team .ce_teambox h2,
.team .ce_teambox h3,
.team .ce_teambox h4,
.team .ce_teambox h6,
.team .ce_teambox .name {
  margin-bottom: 0!important;
  color: #cb0350 !important;
}
.team .ce_teambox .function {
  font-family: "Abadi MT W02 Light" !important;
  height: 40px!important;
}
.team .color-accent {
  color: #002D5C;
}
.team.grey .color-accent {
  color: #6b6b6b;
}
.team p,
.team .function,
.team h5 {
  color: #6b6b6b !important;
}
p.red {
  color: #cb0350 !important;
}
.bg_red {
  background-color: #960A3F;
}
.bg_lightgrey {
  background-color: #F1F1F1;
}
.bg_grey {
  background-color: #6b6b6b;
}
.bg_transparent {
  background: transparent !important;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.53);
}
.verlauf_rot {
  background: #960A3F !important;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #960A3F 0%, #cb0350 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #960A3F 0%, #cb0350 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #960A3F 0%, #cb0350 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@col_red_dark', endColorstr='@col_red', GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #cb0350 !important;
}
#map .contentwrap {
  padding: 0!important;
}
.ce_headerimage .content {
  border: none !important;
}
.ce_list li,
.ce_list p,
.ce_list a,
.ce_list span {
  font-size: 1rem!important;
  font-family: "Abadi MT W02 Light" !important;
}
.ce_list li .fa,
.ce_list p .fa,
.ce_list a .fa,
.ce_list span .fa {
  margin-bottom: 10px!important !important;
}
.ce_list h1,
.ce_list h2,
.ce_list h3,
.ce_list h4,
.ce_list h5,
.ce_list h6 {
  margin-bottom: 20px!important;
}
.ce_image_text_box .ce_image_text_box_content {
  margin-top: 10px!important;
  margin-bottom: 20px!important;
}
.mod_breadcrumb ul {
  float: left !important;
}
/* VARIABLEN */
/* #REGION STRUKTUR */
.header.original .logo {
  margin: 0 auto;
  margin-left: 10%!important;
}
#main .mod_article {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
#mt0.mod_article {
  padding-top: 0!important;
}
/* #REGION HEADER & NAVIGATION */
#mobnav {
  background: #002D5C;
}
#mobnav a:hover,
#mobnav a.active,
#mobnav a.trail {
  background: #FFFFFF !important;
  color: #6b6b6b !important;
}
.mod_breadcrumb {
  margin-top: 10px!important;
}
.stickyheader {
  line-height: 90px;
}
.stickyheader .logo {
  margin-left: 10%!important;
}
.stickyheader .mod_socials a,
.stickyheader .ce_search_label {
  line-height: 90px;
}
.stickyheader .logo {
  margin-right: 0!important;
}
.stickyheader .header.cloned .inside,
.stickyheader .header .inside {
  height: 80px!important;
}
.stickyheader #nav-open-btn {
  right: auto;
  left: 20px;
}
#header .inside > * {
  line-height: 90px;
}
.mainmenu {
  line-height: 90px;
  float: left !important;
}
.mainmenu ul ul {
  border-top: 2px solid #960A3F !important;
}
.mainmenu ul.level_1 {
  display: block !important;
}
.mainmenu ul.level_1 li {
  border-radius: 5px;
  line-height: 90px;
}
.mainmenu ul.level_1 li a:hover::before,
.mainmenu ul.level_1 li a.trail::before,
.mainmenu ul.level_1 li a.active::before {
  background-color: transparent;
  line-height: 90px;
}
.mainmenu ul.level_1 li ul.level_2 li {
  margin-left: 0!important;
}
.submenu_v3 {
  padding: 10px 0px 10px 25px!important;
  background: #F1F1F1;
  border: none !important;
}
.submenu_v3 li a {
  padding: 4px 10px!important;
}
.submenu_v3 li a:hover,
.submenu_v3 li a.active {
  background: transparent;
  font-weight: bold;
  font-family: "Abadi MT W02 Bold" !important;
  text-decoration: none;
  color: #cb0350;
}
/* #REGION STRUKTUR */
h3,
h4,
h5,
h6 {
  font-weight: 300!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abadi MT W02 Bold" !important;
  margin-bottom: auto!important;
}
p {
  font-family: "Abadi MT W02 Light" !important;
}
#blauer-spacer {
  background-color: #002D5C;
}
.ce_countup .headline {
  font-size: 1.4rem!important;
}
.keinpadding .ce_bgimage-image {
  padding-left: 0!important;
  padding-right: 0!important;
}
.mtminus {
  margin-top: -50px !important;
}
/* BILD-TEXT-ELEMENT */
.bild_text .ce_bgimage .ce_bgimage-image {
  background-position: center center!important;
}
/*      TESTIMONIALS */
.ce_testimonial_inside h3 {
  margin-bottom: 0!important;
  color: #002D5C !important;
}
.backgroundimage-mitarbeiter-in-zitat.rl0.ce_testimonial.fullwidth.boxed-content.block {
  padding: 0!important;
  padding-bottom: 0!important;
}
#backgroundimage-mitarbeiter-in-zitat .mod_article,
.backgroundimage-mitarbeiter-in-zitat .mod_article {
  padding-bottom: 0!important;
}
#backgroundimage-mitarbeiter-in-zitat .ce_bgimage,
.backgroundimage-mitarbeiter-in-zitat .ce_bgimage {
  position: static!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red .text,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red .text {
  background: #960A3F !important;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #960A3F 0%, #cb0350 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #960A3F 0%, #cb0350 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #960A3F 0%, #cb0350 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@col_red_dark', endColorstr='@col_red', GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
  margin-bottom: 15px!important;
  border-radius: 3px;
}
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red .text::after,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red .text::after {
  left: 70px;
  background: #FFFFFF;
}
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h1,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h1,
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h2,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h2,
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h3,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h3,
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h4,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h4,
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h5,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h5,
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h6,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red h6,
#backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red p,
.backgroundimage-mitarbeiter-in-zitat .ce_testimonial.red p {
  color: #FFFFFF !important;
}
#backgroundimage-mitarbeiter-in-zitat .ce_bgimage-inside,
.backgroundimage-mitarbeiter-in-zitat .ce_bgimage-inside {
  padding: 0!important;
  padding-bottom: 0!important;
  float: left;
  max-width: 50%;
}
.sidebar #right .ce_text {
  padding: 10px!important;
  margin-bottom: 20px!important;
  background: rgba(220, 220, 220, 0.3) !important;
}
.sidebar #right .ce_text a {
  font-weight: 900;
}
.sidebar #right .ce_testimonial {
  padding: 10px!important;
  background: rgba(220, 220, 220, 0.3);
  width: 100%!important;
}
.sidebar #right .ce_testimonial p,
.sidebar #right .ce_testimonial h1,
.sidebar #right .ce_testimonial h2,
.sidebar #right .ce_testimonial h3,
.sidebar #right .ce_testimonial h4,
.sidebar #right .ce_testimonial h5,
.sidebar #right .ce_testimonial h6,
.sidebar #right .ce_testimonial .font_headline,
.sidebar #right .ce_testimonial fa {
  font-size: 90%;
}
.sidebar #right h4 {
  margin-bottom: 10px!important;
  color: #002D5C !important;
  font-size: 1.1rem;
}
.sidebar #right .orange h1,
.sidebar #right .orange h2,
.sidebar #right .orange h3,
.sidebar #right .orange h4,
.sidebar #right .orange h5,
.sidebar #right .orange h6,
.sidebar #right .orange p,
.sidebar #right .orange span,
.sidebar #right .orange .ce_headline h3 {
  color: #FFFFFF !important;
}
.sidebar #right .ce_list li::before {
  color: #cb0350;
}
.sidebar #right .ce_list li::after {
  content: "";
  height: 0;
}
/* #REGION COUNTERS */
#counters {
  background: #F1F1F1;
}
/* #ENDREGION COUNTERS */
/* #REGION KONTAKTSEITE */
.contact_sidebar {
  text-align: left;
}
.kontakt .ce_colorbox_inside {
  padding-left: 0!important;
  padding-right: 0!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.kontakt .ce_colorbox_inside .ce_url {
  display: none;
}
.kontakt .ce_colorbox_inside p {
  margin-bottom: 0!important;
}
textarea {
  font-family: "Open Sans" !important;
  font-weight: 300;
}
/* #ENDREGION KONTAKTSEITE */
/* #REGION LINKLISTE */
.linklist a:hover {
  transition: 0.3s;
  color: #002D5C;
}
/* #ENDREGION LINKLISTE */
/* #REGION LISTE */
.one_third .two_third h1,
.one_third .two_third h2,
.one_third .two_third h3,
.one_third .two_third h4,
.one_third .two_third h5,
.one_third .two_third h6 {
  margin-bottom: 20px!important;
  color: #002D5C !important;
}
.one_third .two_third .ce_list li {
  font-size: 0.8rem!important;
}
.one_third .two_third .ce_list .fa::before {
  color: #002D5C !important;
}
/* #ENDREGION LISTE */
/* FOOTER */
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #FFFFFF !important;
}
#footer h2 {
  margin-bottom: 20px!important;
  line-height: 110%;
}
#footer p {
  line-height: 1.2!important;
}
#footer table td {
  font-size: 0.8rem;
  padding: 0 20px 0 0;
}
#footer .inside {
  padding: 0!important;
  padding-bottom: 0!important;
}
.braun {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  background-repeat: no-repeat;
  background: #B7A395;
  background-image: url("../../files/files/tannek/structure/welle_weiss2.svg");
  background-position: 0 0;
  background: -moz-radial-gradient(center, ellipse cover, #b7a395 0%, #30232c 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #b7a395 0%, #30232c 100%);
  background: radial-gradient(ellipse at center, #b7a395 0%, #30232c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7a395', endColorstr='#30232c', GradientType=1);
}
.braun p,
.braun h2,
.braun h3,
.braun .color-accent {
  color: #FFFFFF;
}
/* #region SLIDER */
#aktuelles-parallax .ce_bgimage-outer {
  width: 100%;
}
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content {
  position: absolute;
  height: 100%;
  padding: 20px!important;
  display: table-cell;
  left: auto!important;
  right: 0;
  width: 30%;
  z-index: 110;
  background-color: rgba(0, 45, 92, 0.6);
}
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content p,
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content h1,
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content h2,
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content h3,
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content h4,
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content h5,
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content h6 {
  color: #FFFFFF !important;
  margin-bottom: 20px!important;
}
#aktuelles-parallax .ce_bgimage-outer .headerslider_flaeche_bg_rechts_content .ce_textarea {
  position: absolute;
  bottom: 20%;
}
.headerslider_flaeche,
.headerslider_flaeche_bg_rechts {
  height: 100% !important;
  left: auto!important;
  padding: 0 0 0 auto!important;
  /*position: absolute!important;    */
  width: 50%!important;
  z-index: 100!important;
}
.headerslider_flaeche_bg_links_content {
  display: table-cell;
  height: 100%;
  left: 0!important;
  padding: 20px;
  position: absolute;
  right: auto!important;
  width: 30%;
  z-index: 110;
}
.headerslider_flaeche_bg_links_content p,
.headerslider_flaeche_bg_links_content h1,
.headerslider_flaeche_bg_links_content h2,
.headerslider_flaeche_bg_links_content h3,
.headerslider_flaeche_bg_links_content h4,
.headerslider_flaeche_bg_links_content h5,
.headerslider_flaeche_bg_links_content h6 {
  color: #FFFFFF;
}
.headerslider_flaeche_bg_links_content .ce_textarea {
  position: absolute;
  bottom: 20%;
}
.headerslider_flaeche {
  display: table;
}
.headerslider_flaeche .ce_textarea {
  padding: 20px!important;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.headerslider_flaeche .ce_textarea p,
.headerslider_flaeche .ce_textarea h2 {
  color: #FFFFFF !important;
}
.headerslider_flaeche .ce_textarea h2 {
  font-size: 4rem!important;
  line-height: 1.1;
}
.headerslider_flaeche .ce_textarea p {
  padding-top: 40px!important;
  font-size: 2rem;
  line-height: 1.1;
}
.headerslider_flaeche_bg_rechts {
  background-color: rgba(0, 45, 92, 0.6) !important;
  right: 0!important;
}
.headerslider_flaeche_bg_links {
  height: 100%!important;
  left: auto!important;
  padding: 0!important;
  position: absolute!important;
  left: 0!important;
  width: 30%!important;
  z-index: 100!important;
}
.headerslider_flaeche_bg_links {
  background-color: rgba(0, 45, 92, 0.6) !important;
  /*mix-blend-mode: overlay;*/
}
.slider_link {
  position: absolute;
  bottom: 0!important;
  width: 30%;
  height: 50px;
  z-index: 1111100;
}
.slider_link.rechts {
  bottom: 0!important;
  right: 0!important;
  left: auto!important;
  top: auto !important;
}
.slider_link.links {
  background: #002D5C;
  bottom: 0!important;
  right: auto!important;
  left: 0!important;
  top: auto !important;
}
.slider_link .ce_hyperlink a,
.slider_link a.btn,
.slider_link .hyperlink_txt {
  padding: 0!important;
  line-height: 30px;
  min-width: auto!important;
  background-color: transparent;
  border: none!important;
  margin-left: 20px;
}
/* #ENDREGIOn SLIDER */
.bg_blue {
  padding: 40px!important;
  background-color: rgba(0, 45, 92, 0.6);
  margin-left: 1px;
  margin-right: 1px;
  margin-top: -1px;
}
.bg_blue p,
.bg_blue h1,
.bg_blue h2,
.bg_blue h3,
.bg_blue h4,
.bg_blue h5,
.bg_blue h6,
.bg_blue strong {
  color: #FFFFFF !important;
}
.bg_blue .ce_grid_gallery_start p {
  color: #6b6b6b !important;
}
.bg_brown {
  background: rgba(182, 170, 164, 0.2);
}
.nopadding {
  padding-bottom: 0!important;
}
/* #endregion SLIDER*/
/* #REGION HEADERVIDEOS */
#headervideo.mod_article {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.takipavideo {
  height: 500px;
}
.takipavideo iframe {
  width: 100%!important;
}
/* #ENDREGION HEADERVIDEOS */
/* #REGION BERUF & SEHEN */
#anti-stress-rezept .ce_iconbox_v2.style3 .ce_iconbox_outside {
  padding: 5%;
  line-height: 1.4;
}
#anti-stress-rezept .ce_iconbox_cwrapper {
  line-height: 1.4;
}
#anti-stress-rezept .ce_iconbox_cwrapper .headline {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 16px!important;
}
#anti-stress-rezept .image_container {
  text-align: center;
}
#anti-stress-rezept .image_container img {
  display: inline-block;
}
/* #ENDREGION BERUF & SEHEN */
/* REGION NEWS */
.news_startseite .content {
  padding-top: 0!important;
}
.bg_blue .mod_newslist .teaser p,
.bg_blue .mod_newslist .teaser-v2 p {
  color: #6b6b6b !important;
}
.mod_portfoliolist_teaser_2 .content {
  padding-left: 0!important;
}
.mod_portfoliolist_teaser_2 .item {
  background-color: transparent !important;
}
/* NEWS-ÜBERSICHTSSEITE */
.newslist-timeline-both .hyperlink,
.mod_portfoliolist_teaser_2 .hyperlink {
  background-color: #cb0350 !important;
  color: #FFFFFF !important;
  transition: 0.3s !important;
  padding: 0!important;
  margin-top: 0!important;
  float: left;
  display: none;
}
.newslist-timeline-both .hyperlink:hover,
.mod_portfoliolist_teaser_2 .hyperlink:hover {
  background-color: #6b6b6b !important;
  transition: 0.3s !important;
}
.newslist-timeline-both .hyperlink a,
.mod_portfoliolist_teaser_2 .hyperlink a {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  float: left;
  font-weight: bold;
  font-family: "Abadi MT W02 Bold" !important;
  color: #FFFFFF;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hyperlink {
  display: none!important;
}
/* ENDE NEWS-ÜBERSICHTSSEITE */
/* ENDREGION NEWS */
/* #REGION TESTIMONIALS */
.ce_testimonial_version1.ce_testimonial_inside {
  width: 100% !important;
  max-width: 100%;
}
/* #ENDREGION TESTIMONIALS */
/*  REGION FOOTER */
.logo_footer img {
  width: 100%!important;
  max-width: 239px!important;
}
#bottom .inside,
#bottom .inside a {
  color: #FFFFFF !important;
}
#footer {
  color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}
#footer a {
  color: #79bced !important;
  font-weight: bold;
  transition: 0.3s;
}
#footer a:hover {
  color: #FFFFFF !important;
}
#footer .link-white:hover {
  color: #79bced !important;
}
#footer .inside {
  padding: 0!important;
  padding-bottom: 0!important;
}
#footer .footer_welle {
  margin: 0!important;
  padding: 0!important;
  padding-bottom: 0!important;
  position: absolute;
  width: 100%;
  z-index: 11;
}
#footer .autogrid_wrapper {
  margin: 0!important;
}
#footer .ce_bgimage {
  display: table;
  width: 100%;
}
#footer .ce_bgimage .ce_bgimage-outer {
  padding-top: 40px!important;
  padding-left: 10%!important !important;
  padding-top: 30%!important;
  display: table-cell;
  vertical-align: middle;
}
#footer .ce_bgimage .ce_bgimage-inside {
  float: left;
  max-width: 100%;
  padding: 20px!important;
  height: 100%;
}
#footer .left {
  text-align: left !important;
}
#footer table td {
  vertical-align: top;
  border: none!important;
}
/*  ENDREGION FOOTER */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .smartmenu {
    display: none!important;
  }
  .mainmenu {
    display: block!important;
  }
}
#tannek-in-kuerze {
  margin-top: -30px !important;
  margin-bottom: 20px!important;
}
.bg_welle_weiss {
  background-image: url("../../files/files/tannek/structure/welle_weiss2.svg");
  background-position: 0 -1px;
  background-repeat: no-repeat;
}
.blue p,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
  color: #002D5C !important;
}
h2.blue {
  color: #002D5C !important;
}
/* #REGION MASONRY-GALERIE */
.mod_portfoliolist_v8 .item {
  background: transparent !important;
  padding-bottom: 0px!important;
  padding-right: 0px!important;
}
.mod_portfoliolist_v8 figure:hover {
  background-color: #002D5C !important;
}
.mod_portfoliolist_v8 .item a.weiter {
  height: auto;
  position: relative !important;
  background: transparent;
  color: #FFFFFF;
  font-size: 1.2rem;
  left: auto!important;
  line-height: auto!important;
  text-align: center;
  top: 30%;
  transition: all 0.6s ease 0s;
  width: 80%!important;
}
.mod_portfoliolist_v8 .title {
  color: #FFFFFF !important;
  font-family: "Abadi MT W02 Bold" !important;
}
.mod_portfoliolist_v8 .show figure {
  background-color: #002D5C !important;
}
.mod_portfoliolist_v8 .show .item figure .content {
  opacity: 1!important;
}
.mod_portfoliolist_v8 .show figure.image_container {
  background-color: #002D5C !important;
}
/* #ENDREGION MASONRY-GALERIE */
/* #REGION VIDEO */
iframe {
  width: 100%!important;
}
#iframe58413 {
  display: block;
  height: 100%;
  transform-style: preserve-3d;
  z-index: 0;
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.ytp-watermark {
  display: none!important;
}
.html5-video-container video.video-stream.html5-main-video {
  left: 0!important;
}
.ytvideo {
  width: 100%;
  height: 100%;
  width: 820px;
  height: 461.25px;
  float: none;
  clear: both;
  margin: 2px auto;
}
/* #ENDREGION VIDEO */
.bg-nocolor {
  background: transparent !important;
}
#tannek-welle-auge.mod_article,
#backgroundimage-mitarbeiter-in-zitat-8956.mod_article {
  padding-bottom: 0!important;
}
#aktuelles .mod_article {
  padding-left: 0!important;
  padding-right: 0!important;
}
#tannekbogen {
  float: left;
  margin-top: -178px;
  min-height: 178px;
  padding: 0!important;
  height: 100%;
  z-index: 10000;
  position: absolute;
}
.tannekbogen {
  float: left;
  background-image: url("/files/tannek/structure/Tannek-Bogen_bg_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 178px;
  height: 100%;
}
/* #REGION HEADERGRAFIK */
.home3 .bild_text .contentwrap {
  padding-left: 0!important;
  padding-right: 0!important;
}
.bold {
  font-family: "Abadi MT W02 Bold" !important;
}
.regular {
  font-family: "Abadi MT W02 Regular" !important;
}
.light {
  font-family: "Abadi MT W02 Light" !important;
}
h2 {
  font-size: 1.9rem!important;
  font-weight: bold;
  font-family: "Abadi MT W02 Bold" !important;
}
.bg_weissgrau {
  background-image: url("../../files/tannek/content/tanneks-bg.jpg");
  background-repeat: repeat-x;
}
/* #ENDREGION HEADERGRAFIK */
/* #REGION STARTSEITE PARALLAX-SCROLLER */
.parallax_content .ce_bgimage-outer {
  display: table;
  height: 100%;
}
.parallax_content .contentwrap {
  max-width: 100%!important;
  display: table-cell;
  padding: 0!important;
}
.parallax_content .headerslider_flaeche_bg_links_content {
  background-color: rgba(0, 45, 92, 0.6) !important;
}
/* #ENDREGION STARTSEITE PARALLAX-SCROLLER */
/* #REGION ICONLINKS STARTSEITE */
.quicklinks .ce_iconbox_cwrapper,
.quicklinks .ce_iconbox a.link {
  margin-top: 0!important;
}
.quicklinks .ce_iconbox .link::before {
  content: "" !important;
}
.quicklinks .link {
  color: #ccc!important;
  font-size: 0.8rem;
  font-weight: bold;
  transition: 0.3s;
}
.quicklinks .link:hover {
  color: #6b6b6b !important;
  transition: 0.3s;
}
/* #REGION ICONLINKS STARTSEITE */
/* #REGION BEIDE TANNEKS */
#list-image-beide-tanneks a {
  color: #cb0350;
  transition: 0.3s;
}
#list-image-beide-tanneks a:hover {
  color: #960A3F;
}
/* #ENDREGION BEIDE TANNEKS */
/* #REGION BLÄTTERFUNKTION */
.flipbook .quote {
  font-size: 3rem;
  font-style: italic;
  line-height: 3rem;
  text-align: center;
  margin-top: 20px;
}
.flipbook .weiter {
  position: absolute;
  right: 80px;
  bottom: 10px;
}
.flipbook h1,
.flipbook h2,
.flipbook h3,
.flipbook h4,
.flipbook h5,
.flipbook h6 {
  color: #FFFFFF !important;
  margin-bottom: 20px!important;
  font-size: 2rem!important;
  width: 90%!important;
  float: left;
  font-family: "Abadi MT W02 Light" !important;
  line-height: 1.05;
}
.flipbook .counting_number {
  float: left;
  font-size: 4.5rem;
  line-height: 3.8rem;
  width: 10%;
}
.flipbook .content .inner {
  width: calc(100% - 40px);
  padding: 20px!important;
  color: #FFFFFF;
}
.flipbook .content.col_1 {
  background: #002D5C;
}
.flipbook .content.col_2 {
  background: #960A3F;
}
.flipbook .content.col_3 {
  background: #B6AAA4;
}
/* #REGION TAKIPA*/
.takipa iframe {
  width: 100%!important;
  margin-left: 0!important;
}
/* #ENDREGION TAKIPA*/
/* #REGION TERMINWUNSCH */
.toggler {
  transition: 0.3s;
}
.toggler.active,
.toggler:hover {
  transition: 0.3s;
  background-color: aliceblue;
}
.terminwunsch {
  padding: 0!important;
  transition: 0.3s;
}
.terminwunsch .widget-select {
  float: left;
  width: 15%;
  margin-right: 10px!important;
}
.terminwunsch input,
.terminwunsch textarea,
.terminwunsch select {
  padding: 5px!important;
}
.terminwunsch .select {
  height: 30px;
}
.terminwunsch .submit {
  padding: 10px!important;
}
.terminwunsch .submit:hover {
  background: aliceblue!important;
  transition: 0.3s;
  color: #002D5C;
}
.terminwunsch .ce_accordion .accordion {
  padding: 0!important;
}
.terminwunschbutton .contentwrap {
  padding-left: 0!important;
  padding-right: 0!important;
}
.terminwunschbutton .contentwrap .cte {
  padding: 0!important;
}
/* #ENDREGION TERMINWUNSCH */
/* #ENDREGION BLÄTTERFUNKTION */
.plr20 {
  padding: 0 20px!important;
}
#backgroundimage-animiertes-gif-9069.mod_article.bild_text.pl0.pr0.pl-no.pr-no.notextpadding.fullwidth div.ce_bgimage-inside.contentwrap.pt-no.pb-no {
  max-width: 100%!important;
  padding: 0!important;
}
#backgroundimage-animiertes-gif-9069.mod_article.bild_text.pl0.pr0.pl-no.pr-no.notextpadding.fullwidth div.ce_bgimage-inside.contentwrap.pt-no.pb-no .brillenjunkie {
  left: auto!important;
  right: 0!important;
  height: 100%;
  background-color: rgba(203, 3, 80, 0.4);
  /*.p30;*/
  top: 0!important;
  width: 25%;
}
#backgroundimage-animiertes-gif-9069.mod_article.bild_text.pl0.pr0.pl-no.pr-no.notextpadding.fullwidth div.ce_bgimage-inside.contentwrap.pt-no.pb-no .brillenjunkie .ce_image_extended_inside {
  display: table;
}
#backgroundimage-animiertes-gif-9069.mod_article.bild_text.pl0.pr0.pl-no.pr-no.notextpadding.fullwidth div.ce_bgimage-inside.contentwrap.pt-no.pb-no .brillenjunkie .image {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#seitenspalte-rechts .features li {
  font-size: 80%;
}
#seitenspalte-rechts .fa::before {
  color: #960A3F;
}
@media screen and (max-width: 1024px) {
  .desktop {
    display: none!important;
  }
}
@media screen and (min-width: 1025px) {
  .mobile {
    display: none!important;
  }
}
.tannek-weg h3 {
  width: 100%;
  margin-bottom: 20px!important;
  font-size: 1.2rem;
  color: #002D5C !important;
}
.tannek-weg h5 {
  margin-bottom: 10px!important;
  font-size: 1rem;
  color: #002D5C !important;
}
.tannek-weg img {
  width: 100%!important;
  height: auto!important;
}
.accordion .tannek-weg img {
  float: left;
  margin-right: 20px!important;
  margin-bottom: 20px!important;
  width: auto!important;
  height: auto!important;
}
.ce_accordionStart .toggler {
  transition: 0.3s;
}
.ce_accordionStart .toggler.active,
.ce_accordionStart .toggler:hover {
  background-color: #F1F1F1;
  transition: 0.3s;
}
/* #ENDREGION SLIDER TANNEK-WEG */
.subheadline {
  color: #cb0350 !important;
  font-family: "Open Sans" !important;
  margin-bottom: 10px!important;
}
.subheadline h1,
.subheadline h2,
.subheadline h3,
.subheadline h4,
.subheadline h5,
.subheadline h6,
.subheadline p,
.subheadline .strong,
.subheadline p.strong {
  font-family: "Open Sans" !important;
  color: #cb0350 !important;
  font-size: 1rem!important;
}
/* INFOBOXEN */
.cookiebar {
  text-align: left;
}
.ce_infobox {
  background: #F1F1F1 !important;
  color: #3A3938 !important;
}
.ce_infobox .fa-bullhorn {
  display: none !important;
}
.p {
  width: 100% !important;
  float: left;
}
.ce_testimonial p {
  line-height: 1.6!important;
}
.ce_testimonial h4 {
  color: #002D5C !important;
  margin-bottom: 20px!important;
}
.ce_grid_gallery_start li.grid-item:hover .ce_grid_gallery_overlay {
  background: rgba(0, 45, 92, 0.6) !important;
  -webkit-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}
.ce_grid_gallery_start li.grid-item:hover .ce_grid_gallery_overlay .text,
.ce_grid_gallery_start li.grid-item:hover .ce_grid_gallery_overlay p {
  color: #FFFFFF;
}
.ce_gallery .content:hover {
  background: rgba(0, 45, 92, 0.6) !important;
}
.ce_gallery .image_container i.fa.fa-plus-circle:after {
  color: red!important;
}
.ce_image h1,
.ce_image h2,
.ce_image h3,
.ce_image h4,
.ce_image h5,
.ce_image h6 {
  margin-bottom: 20px!important;
}
.bestaetigung {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
  padding: 20px!important;
  border: 2px solid green;
  background-color: rgba(0, 255, 0, 0.3);
  color: #444;
}
#suchergebnisse .even,
#suchergebnisse .odd {
  padding-bottom: 10px!important;
  margin-bottom: 20px!important;
  border-bottom: 1px solid #CCC;
}
#suchergebnisse h3 {
  font-size: 1.2rem;
  margin-bottom: 20px!important;
}
#suchergebnisse .highlight {
  background: rgba(0, 0, 0, 0.2);
}
.bigger li:hover {
  font-family: "Abadi MT W02 Bold" !important;
}
.bigger li:hover a {
  cursor: pointer;
  font-family: "Abadi MT W02 Bold" !important;
  font-size: 120%!important;
}
.orange {
  background: #EA4D33;
  padding: 10px!important;
}
.orange h4 {
  color: #FFFFFF !important;
}
.white {
  color: #FFFFFF !important;
}
.iconsmall i {
  font-size: 2.4rem!important;
  color: #cb0350;
}
.ios .footer_welle,
.sf .footer_welle,
.mobile .footer_welle {
  display: none!important;
}
.ios .headerslider_flaeche_bg_rechts_content,
.sf .headerslider_flaeche_bg_rechts_content,
.mobile .headerslider_flaeche_bg_rechts_content {
  width: 100% !important;
}
.ios .slider_link,
.sf .slider_link,
.mobile .slider_link {
  width: 100%;
  float: left;
  margin-bottom: 10%!important;
}
#footer td {
  width: calc(50% - 40px) !important;
  padding-left: 20px!important !important;
  padding-right: 20px!important !important;
  padding-bottom: 5px!important;
  word-wrap: break-word !important;
  line-height: 1.4!important;
}
.headline_white_bottom {
  height: 100%!important;
  width: 100%;
}
.headline_white_bottom .ce_textarea {
  float: left;
  height: 100%!important;
  width: 50%;
}
.headline_white_bottom .ce_textarea h2 {
  padding-left: 3%;
  color: #FFFFFF !important;
  font-size: 4rem!important;
  position: absolute;
  bottom: 20px;
}
.zentriert {
  display: table;
  background: red;
}
.zentriert div {
  width: 100%;
  height: 100%;
  float: left;
  padding-top: 20%!important;
  bottom: 0!important;
  vertical-align: middle;
}
.zentriert .kennstdueinen {
  padding-top: 0!important;
}
.zentriert .kennstdueinen a {
  text-decoration: none;
  transition: 0.3s;
}
.zentriert .kennstdueinen a:hover {
  font-weight: 900;
  transition: 0.3s;
}
/* #REGION BROWSERANPASSUNGEN */
.edge .headerslider_flaeche_bg_rechts {
  background-color: transparent!important;
}
.edge .logo a {
  width: 99%!important;
}
/* #ENDREGION BROWSERANPASSUNGEN */
h1 {
  margin-bottom: 20px!important;
  font-size: 2.4rem!important;
}
.nomobile {
  display: block !important;
}
.mobile {
  display: none !important;
}
.image_container img {
  max-width: 100%!imporant;
}
.ce_form {
  font-size: 14px !important;
}
#text-tannek-weg-mobil {
  background-color: .col_red!important;
  padding: 0!important;
}
.header .logo {
  height: 80px!important;
  float: right !important;
}
.ce_iconbox.iconsmall {
  margin: 0!important !important;
}
#slider .ce_bgimage {
  height: auto!important;
  min-height: 620px;
}
#slider .ce_bgimage .ce_bgimage-image {
  background-size: cover!important;
}
/* ############################## START MEDIA-QUERIES ############################## */
@media only screen and (max-width: 1024px) {
  .bg_transp .ce_bgimage-image {
    opacity: 0.2!important;
  }
  .bg-second {
    background-color: #FFFFFF !important;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  .ce_iconbox {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .ce_bgimage .ce_bgimage-image {
    background-position: 0!important;
  }
  .ce_bgimage .first {
    height: auto!important;
  }
  #footer .ce_bgimage .ce_bgimage-outer {
    padding-top: 0!important;
  }
  .nomobile {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .mobile-mt40 {
    margin-top: 40px!important;
  }
  .ce_countup img {
    width: 100% !important;
  }
  .tannekweg .subline {
    padding: 0!important;
    background-color: transparent!important;
    color: #002D5C !important;
  }
  #footer {
    background: #303030;
  }
  #footer .ce_bgimage {
    height: auto!important;
  }
  #footer .ce_bgimage .ce_bgimage-inside {
    padding: 0!important;
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  #footer .ce_bgimage .ce_bgimage-outer {
    padding: 10px!important;
  }
  .footer_welle {
    display: none!important;
  }
  .headerslider_flaeche_bg_rechts_content {
    width: 100% !important;
  }
  .slider_link {
    width: 100%;
    float: left;
    margin-bottom: 10%!important;
  }
  .cookiebar {
    font-size: 14px;
  }
  .cookiebar .cookiebar-content {
    float: left;
    width: 70%;
  }
  .cookiebar .cookiebar-close {
    float: left;
    width: 30%;
  }
  #slider .ce_bgimage {
    height: auto!important;
    min-height: 420px;
  }
  #slider .ce_bgimage .ce_bgimage-image {
    background-size: cover!important;
  }
}
@media only screen and (max-width: 767px) {
  .ce_text_image_bar .text-left,
  .ce_text_image_bar .text-right {
    padding: 0!important;
    margin: 0!important;
  }
  #mobnav a {
    text-align: left !important;
    color: #fff!important;
  }
  #backgroundimage-animiertes-gif-9069 .ce_bgimage .ce_bgimage-image,
  #footer .ce_bgimage .ce_bgimage-image,
  .mod_article.first .ce_bgimage .ce_bgimage-image {
    opacity: 1;
  }
  #slider .ce_bgimage {
    height: auto!important;
    min-height: 250px;
  }
  #slider .ce_bgimage .ce_bgimage-image {
    background-size: cover!important;
  }
}
@media only screen and (max-width: 500px) {
  h1 .mb-xxl,
  h2 .mb-xxl,
  h3 .mb-xxl,
  h4 .mb-xxl,
  h5 .mb-xxl,
  h6 .mb-xxl {
    margin-bottom: 20px!important !important;
  }
  h1 .mt-xxl,
  h2 .mt-xxl,
  h3 .mt-xxl,
  h4 .mt-xxl,
  h5 .mt-xxl,
  h6 .mt-xxl {
    margin-top: 20px!important !important;
  }
  h1 .mb-xl,
  h2 .mb-xl,
  h3 .mb-xl,
  h4 .mb-xl,
  h5 .mb-xl,
  h6 .mb-xl {
    margin-bottom: 15px!important !important;
  }
  h1 .mt-xl,
  h2 .mt-xl,
  h3 .mt-xl,
  h4 .mt-xl,
  h5 .mt-xl,
  h6 .mt-xl {
    margin-top: 15px!important !important;
  }
  h1 .mb-l,
  h2 .mb-l,
  h3 .mb-l,
  h4 .mb-l,
  h5 .mb-l,
  h6 .mb-l {
    margin-top: 10px!important !important;
  }
  h1 .mt-l,
  h2 .mt-l,
  h3 .mt-l,
  h4 .mt-l,
  h5 .mt-l,
  h6 .mt-l {
    margin-top: 10px!important !important;
  }
  h1 span {
    font-size: 25px!important;
    line-height: 1.4!important;
  }
  .headerslider_flaeche {
    left: 0;
    bottom: 100px;
    padding-left: 0!important !important;
    margin-top: 0!important !important;
  }
  .headerslider_flaeche .ce_textarea {
    float: left;
    margin-top: 150%;
  }
  .headerslider_flaeche .ce_textarea h2 {
    font-size: 28px !important;
    background: #002D5C !important;
    padding: 10px!important;
  }
  .headerslider_flaeche .ce_textarea p {
    font-size: 16px !important;
    background: #002D5C !important;
    padding: 10px!important;
  }
  .header.cloned .logo a {
    background-image: url(../../files/tannek/uploads/tannek-logo.svg);
    background-size: 80%;
    margin-top: -6%;
  }
  #slider .ce_bgimage {
    height: auto!important;
    min-height: 200px;
  }
  #slider .ce_bgimage .ce_bgimage-image {
    background-size: contain!important;
  }
  img {
    max-width: 100%!important;
  }
  .mod_portfoliolist_teaser_2 .item .title {
    font-size: 1.3rem!important;
  }
}
/* ############################## ENDE MEDIA-QUERIES ############################## */
.logo a {
  height: 110%!important;
}
#main .mod_article.fullwidth:not(.boxed-content) {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.video_slider .html5vid {
  height: 1080px!important;
}
.video_slider .ce_video_background {
  left: 0px!important;
  width: 100%;
}
.datenschutz #main ul {
  margin-bottom: 20px!important;
  padding-left: 20px!important;
}
.datenschutz #main ul li {
  font-family: "Abadi MT W02 Light";
  margin-bottom: 5px!important;
}
.datenschutz #main ul li:before {
  content: "• ";
  color: #002D5C;
}
/* ÜBERSCHRIFTEN OHNE ABSTÄNDE */
.h_no_top h1,
.h_no_top h2,
.h_no_top h3,
.h_no_top h4,
.h_no_top h5,
.h_no_top h6 {
  margin-top: 0!important;
}
.h_no_bottom h1,
.h_no_bottom h2,
.h_no_bottom h3,
.h_no_bottom h4,
.h_no_bottom h5,
.h_no_bottom h6 {
  margin-bottom: 0!important;
}
/* MOD ARTICLE - ANPASSUNGEN */
#main .mod_article.mod_article0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#main .mod_article.mod_article10 {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
#main .mod_article.mod_article20 {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
#main .mod_article.mod_article30 {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
#main .mod_article.mod_article40 {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}
#main .mod_article.mod_article50 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
#main .mod_article.mod_article60 {
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}
#main .mod_article.mod_article70 {
  padding-top: 70px!important;
  padding-bottom: 70px!important;
}
#main .mod_article.mod_article80 {
  padding-top: 80px!important;
  padding-bottom: 80px!important;
}
#main .mod_article.mod_article90 {
  padding-top: 90px!important;
  padding-bottom: 90px!important;
}
form span.mandatory {
  float: right;
  padding-left: 4px;
}
.geschlecht fieldset {
  border: 0px solid rgba(0, 0, 0, 0);
}
.geschlecht span {
  display: inline!important;
}
.geschlecht legend {
  display: none!important;
}
.geschlecht .radio {
  margin-left: 0px!important;
}
.widget-radio label {
  padding-right: 10px!important;
}
form div.widget {
  position: inherit!important;
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #fff!important;
}
.mm-menu .mm-listview > li .mm-next:before,
.mm-menu .mm-listview > li .mm-arrow:before {
  border-color: #fff!important;
}
.rs-background-video-layer iframe {
  opacity: 1 !important;
  visibility: inherit !important;
}

video {
max-width:100%;
}

.ce_youtube {
 position: relative;
 padding-bottom: 56.25%;
 width: 100%;
 height: auto;
}
 
.ce_youtube iframe {
 position: absolute;
 top: 0; left: 0; right: 0; bottom: 0;
 width: 100% !important;
 height: 100% !important;
}

 .ce_youtube .last .block {overflow:visible!important;}  
 
 .responsive-video iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.mapInfoWindow {
  display: none!important;
}
.widget-captcha {
  float: left;
  margin-bottom: 40px !important;
}
.widget-captcha input,
.widget-captcha label,
.widget-captcha .captcha_text {
  width: 100%;
  float: left;
}
.widget-captcha .captcha_text {
  margin: 0 !important;
}
.video-stream {
  width: 100%!important;
  left: 0!important;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
.termin_button a{
	text-align: left !important;
	font-size: 17px !important;
}
 
 .button {
  background-color: #002D5C;
  border: none;
  color: white;
  width: 100%;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 600;
}

.button1 {
  background-color: white; 
  color: #002D5C; 
  border: 2px solid #002D5C;
}

.button1:hover {
  background-color: #e6e6e6 !important;
  color: white !important;
  border: 2px solid #002D5C;
}
 
.button_text {
	color: #002D5C;
}
/*# sourceMappingURL=custom.css.map */


@media only screen and (max-width: 767px) {
    .newslist-timeline .image_container {
        padding: 0!important;
        float: inherit!important;
        width:100%!important;
    }
    
    .newslist-timeline .newslist-timeline-content
    {
    	width:100%!important;
    	padding:0px!important;
    	padding-top:20px!important;
    }
}

