/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.geruestbau-nauermann.de/_cdn/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;}.slick-track:before,.slick-track:after{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{float:left;height:100%;min-height:1px;display:none;}[dir="rtl"] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}
@charset "UTF-8";.slick-loading .slick-list{background:#fff url('../../master/slick/./ajax-loader.gif') center center no-repeat;}.slick-prev,.slick-next{position:absolute;display:block;height:30px;width:30px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:none;z-index:1;}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent;}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25;}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-prev{left:10px;}[dir="rtl"] .slick-prev{left:auto;right:10px;}.slick-prev:before{content:"";background-image:url('../../master/js/fancybox/fancybox.png');background-position:-40px -30px;position:absolute;top:0;left:10px;width:100%;height:100%;}[dir="rtl"] .slick-prev:before{content:"";background-image:url('../../master/js/fancybox/fancybox.png');background-position:-40px -60px;position:absolute;top:0;right:10px;width:100%;height:100%;}.slick-next{right:10px;}[dir="rtl"] .slick-next{left:10px;right:auto;}.slick-next:before{content:"";background-image:url('../../master/js/fancybox/fancybox.png');background-position:-40px -60px;position:absolute;top:0;right:10px;width:100%;height:100%;}[dir="rtl"] .slick-next:before{content:"";background-image:url('../../master/js/fancybox/fancybox.png');background-position:-40px -30px;position:absolute;top:0;left:10px;width:100%;height:100%;}.slick-dotted .slick-slider{margin-bottom:30px;}.slick-dots{position:absolute;bottom:10px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;padding:0;cursor:pointer;}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer;}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:30px;line-height:20px;text-align:center;color:black;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{color:black;opacity:0.75;}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../../master/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 9000;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../../master/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../../master/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../../master/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../../master/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../master/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../../master/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../../master/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../../master/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../../master/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../../master/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../../master/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../../master/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../../master/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../../master/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../../master/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../../master/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.cms.bekalabs.com/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../master/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../../master/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../../master/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../../master/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../../master/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../../master/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
font-display: swap;
src: local('Open Sans Light'), local('OpenSans-Light'),
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/open-sans/static/open-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-300 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
font-display: swap;
src:
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
font-display: swap;
src:
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-500 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
font-display: swap;
src:
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-600 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
font-display: swap;
src:
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oswald-700 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
font-display: swap;
src:
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('https://www.geruestbau-nauermann.de/_cdn/fonts/oswald/static/oswald-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import "../../master/less/master/container/header_topbar_container.less";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

iframe {
  display: block;
  border: 0; }

body {
  font-family: 'Open Sans', sans-serif; }

body {
  font-weight: 400; }
  body.mobile-navigation-show {
    overflow-x: hidden;
    max-width: 100vw; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 0.6em;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  font-family: 'Oswald', sans-serif; }

h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

a {
  color: #236bb3;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

#backToTheTop {
  position: fixed;
  bottom: -40px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #236bb3;
  border-radius: 0; }
  #backToTheTop div:after {
    display: block;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(50%, 80%) rotate(225deg); }

#poweredby {
  background-color: #ccc;
  color: #fff; }
  #poweredby a {
    color: #fff;
    text-decoration: underline; }
    #poweredby a:hover {
      color: #236bb3; }

.editly_grid_col_settings {
  top: 0 !important;
  transform: translateX(-50%);
  background: linear-gradient(#c5c5c5, #939393);
  border: 1px solid #939393 !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 5px 10px !important; }
  .editly_grid_col_settings:hover {
    text-decoration: none; }

#headerTopbar {
  padding: 5px 0;
  background-color: #236bb3;
  color: #fff; }
  #headerTopbar .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; }
    @media (max-width: 550px) {
  #headerTopbar .container {
    width: 100%;
    margin-bottom: 10px; } }
  #headerTopbar .navigation ul li {
    padding: 0;
    background-color: transparent;
    color: #fff; }
    #headerTopbar .navigation ul li a:hover {
      color: #c7c7c7; }
      #headerTopbar .navigation ul li a:before {
        content: none; }
  #headerTopbar a {
    color: #fff; }

#headerTopbar .image, #mobile-navigation .image {
  max-width: 12px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }
  #headerTopbar .paragraph, #mobile-navigation .paragraph {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    display: inline-block; }
  #headerTopbar .socialmedia:before, #mobile-navigation .socialmedia:before, #headerTopbar .socialmedia:after, #mobile-navigation .socialmedia:after {
    content: '';
    clear: both;
    display: block; }
    #headerTopbar .socialmedia .link, #mobile-navigation .socialmedia .link {
      background-color: transparent !important;
      padding: 0 5px;
      line-height: 2; }
    #headerTopbar .socialmedia .link svg, #mobile-navigation .socialmedia .link svg {
      width: 12px;
      height: 12px;
      fill: #fff; }
    #headerTopbar .socialmedia .link svg:hover, #mobile-navigation .socialmedia .link svg:hover {
      fill: #ccc; }
    #headerTopbar .socialmedia .link:hover, #mobile-navigation .socialmedia .link:hover {
      text-decoration: none; }
  #headerTopbar .navigation li, #mobile-navigation .navigation li {
    margin-left: 0; }
    #headerTopbar .navigation li.haschilds, #mobile-navigation .navigation li.haschilds {
      padding-right: 15px; }
    #headerTopbar .navigation li.haschilds:after, #mobile-navigation .navigation li.haschilds:after {
      border-right-color: #fff;
      border-bottom-color: #fff; }
    #headerTopbar .navigation a, #mobile-navigation .navigation a {
      color: #fff;
      font-size: 12px;
      padding: 0 15px; }
    @media (max-width: 600px) {
  #headerTopbar .navigation, #mobile-navigation .navigation {
    display: inline; } }
  #headerTopbar .languages, #mobile-navigation .languages {
    color: #fff;
    z-index: 9000; }
    #headerTopbar .languages .languages-select, #mobile-navigation .languages .languages-select {
      position: relative; }
    #headerTopbar .languages .languages-select .title, #mobile-navigation .languages .languages-select .title, #headerTopbar .languages .languages-select .lang_flag, #mobile-navigation .languages .languages-select .lang_flag {
      text-transform: uppercase; }
    #headerTopbar .languages .languages-select .title, #mobile-navigation .languages .languages-select .title {
      color: #fff;
      line-height: 2; }
    #headerTopbar .languages .languages-select .title:hover, #mobile-navigation .languages .languages-select .title:hover {
      text-decoration: none; }
    #headerTopbar .languages .languages-select .list-container, #mobile-navigation .languages .languages-select .list-container {
      display: none;
      position: absolute;
      right: -10px;
      background-color: #236bb3;
      padding: 5px 15px;
      z-index: 1; }
    #headerTopbar .languages .languages-select .list-container li, #mobile-navigation .languages .languages-select .list-container li {
      list-style: none; }
      #headerTopbar .languages .languages-select .list-container li a, #mobile-navigation .languages .languages-select .list-container li a {
        color: #fff; }
        #headerTopbar .languages .languages-select .list-container li a:hover, #mobile-navigation .languages .languages-select .list-container li a:hover {
          color: #ccc;
          text-decoration: none; }
        #headerTopbar .languages .languages-select .list-container li a.active, #mobile-navigation .languages .languages-select .list-container li a.active {
          color: #236bb3; }
    #headerTopbar .languages:hover .list-container, #mobile-navigation .languages:hover .list-container {
      display: block; }
  #headerTopbar .icon, #mobile-navigation .icon {
    display: inline-block;
    padding: 0 5px;
    line-height: 2; }
    #headerTopbar .icon svg, #mobile-navigation .icon svg {
      width: 12px;
      height: 12px;
      fill: #fff; }

.is--top #headerTopbar {
  display: flex;
  flex-flow: row wrap; }
  .is--top #headerTopbar .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .is--top #headerTopbar .headerTopbarVOne, .is--top #headerTopbar .headerTopbarVTwo, .is--top #headerTopbar .headerTopbarVThree, .is--top #headerTopbar .headerTopbarVFour {
    float: left;
    display: flex;
    align-items: center; }
  .is--top #headerTopbar .headerTopbarVOne .left, .is--top #headerTopbar .headerTopbarVTwo .left, .is--top #headerTopbar .headerTopbarVThree .left, .is--top #headerTopbar .headerTopbarVFour .left {
    text-align: left; }
  .is--top #headerTopbar .headerTopbarVOne .center, .is--top #headerTopbar .headerTopbarVTwo .center, .is--top #headerTopbar .headerTopbarVThree .center, .is--top #headerTopbar .headerTopbarVFour .center {
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box; }
  .is--top #headerTopbar .headerTopbarVOne .center .navigation .level-0, .is--top #headerTopbar .headerTopbarVTwo .center .navigation .level-0, .is--top #headerTopbar .headerTopbarVThree .center .navigation .level-0, .is--top #headerTopbar .headerTopbarVFour .center .navigation .level-0 {
    justify-content: center; }
  .is--top #headerTopbar .headerTopbarVOne .center .socialmedia, .is--top #headerTopbar .headerTopbarVTwo .center .socialmedia, .is--top #headerTopbar .headerTopbarVThree .center .socialmedia, .is--top #headerTopbar .headerTopbarVFour .center .socialmedia {
    display: flex;
    justify-content: center; }
  .is--top #headerTopbar .headerTopbarVOne.right, .is--top #headerTopbar .headerTopbarVTwo.right, .is--top #headerTopbar .headerTopbarVThree.right, .is--top #headerTopbar .headerTopbarVFour.right {
    justify-content: flex-end; }
  .is--top #headerTopbar .headerTopbarVOne.right .paragraph, .is--top #headerTopbar .headerTopbarVTwo.right .paragraph, .is--top #headerTopbar .headerTopbarVThree.right .paragraph, .is--top #headerTopbar .headerTopbarVFour.right .paragraph {
    float: right; }
  .is--top #headerTopbar .headerTopbarVOne.right ul, .is--top #headerTopbar .headerTopbarVTwo.right ul, .is--top #headerTopbar .headerTopbarVThree.right ul, .is--top #headerTopbar .headerTopbarVFour.right ul {
    justify-content: flex-end; }
    .is--top #headerTopbar .headerTopbarVOne.right ul li:last-child a, .is--top #headerTopbar .headerTopbarVTwo.right ul li:last-child a, .is--top #headerTopbar .headerTopbarVThree.right ul li:last-child a, .is--top #headerTopbar .headerTopbarVFour.right ul li:last-child a {
      padding-right: 0; }
  .is--top #headerTopbar .headerTopbarVOne.right .module-container:before, .is--top #headerTopbar .headerTopbarVTwo.right .module-container:before, .is--top #headerTopbar .headerTopbarVThree.right .module-container:before, .is--top #headerTopbar .headerTopbarVFour.right .module-container:before, .is--top #headerTopbar .headerTopbarVOne.right .module-container:after, .is--top #headerTopbar .headerTopbarVTwo.right .module-container:after, .is--top #headerTopbar .headerTopbarVThree.right .module-container:after, .is--top #headerTopbar .headerTopbarVFour.right .module-container:after {
    content: '';
    clear: both;
    display: block; }
  .is--top #headerTopbar .headerTopbarVOne.right .socialmedia, .is--top #headerTopbar .headerTopbarVTwo.right .socialmedia, .is--top #headerTopbar .headerTopbarVThree.right .socialmedia, .is--top #headerTopbar .headerTopbarVFour.right .socialmedia {
    display: flex;
    justify-content: flex-end; }
  .is--top #headerTopbar .headerTopbarVOne.right .languages, .is--top #headerTopbar .headerTopbarVTwo.right .languages, .is--top #headerTopbar .headerTopbarVThree.right .languages, .is--top #headerTopbar .headerTopbarVFour.right .languages {
    text-align: right; }
  .is--top #headerTopbar .headerTopbarVOne {
    width: 100%; }
  .is--top #headerTopbar .headerTopbarVTwo {
    width: 50%; }
  .is--top #headerTopbar .headerTopbarVThree {
    width: 33.33%; }
  .is--top #headerTopbar .headerTopbarVFour {
    width: 25%; }
  .is--top #headerTopbar.is--boxed {
    justify-content: center; }
  .is--top #headerTopbar.is--boxed .container {
    max-width: 1400px; }
  @media (max-width: 600px) {
    .is--top #headerTopbar {
      display: none; } }

@media (min-width: 851px) {
    .is--left #headerTopbar .headerTopbarVOne, .is--left #headerTopbar .headerTopbarVTwo, .is--left #headerTopbar .headerTopbarVThree, .is--left #headerTopbar .headerTopbarVFour {
      width: 100%;
      text-align: center; }
      .is--left #headerTopbar .headerTopbarVOne .navigation .level-0, .is--left #headerTopbar .headerTopbarVTwo .navigation .level-0, .is--left #headerTopbar .headerTopbarVThree .navigation .level-0, .is--left #headerTopbar .headerTopbarVFour .navigation .level-0 {
        justify-content: center; }
        .is--left #headerTopbar .headerTopbarVOne .navigation li a, .is--left #headerTopbar .headerTopbarVTwo .navigation li a, .is--left #headerTopbar .headerTopbarVThree .navigation li a, .is--left #headerTopbar .headerTopbarVFour .navigation li a {
          padding: 0 5px; } }
  @media (max-width: 850px) {
  .is--left #headerTopbar {
    display: flex;
    flex-flow: row wrap; }
    .is--left #headerTopbar .container {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }

    .is--left #headerTopbar .headerTopbarVOne, .is--left #headerTopbar .headerTopbarVTwo, .is--left #headerTopbar .headerTopbarVThree, .is--left #headerTopbar .headerTopbarVFour {
      float: left;
      display: flex;
      align-items: center; }
      .is--left #headerTopbar .headerTopbarVOne .left, .is--left #headerTopbar .headerTopbarVTwo .left, .is--left #headerTopbar .headerTopbarVThree .left, .is--left #headerTopbar .headerTopbarVFour .left {
        text-align: left; }
      .is--left #headerTopbar .headerTopbarVOne .center, .is--left #headerTopbar .headerTopbarVTwo .center, .is--left #headerTopbar .headerTopbarVThree .center, .is--left #headerTopbar .headerTopbarVFour .center {
        justify-content: center;
        padding: 0 10px;
        box-sizing: border-box; }
        .is--left #headerTopbar .headerTopbarVOne .center .navigation .level-0, .is--left #headerTopbar .headerTopbarVTwo .center .navigation .level-0, .is--left #headerTopbar .headerTopbarVThree .center .navigation .level-0, .is--left #headerTopbar .headerTopbarVFour .center .navigation .level-0 {
          justify-content: center; }
        .is--left #headerTopbar .headerTopbarVOne .center .socialmedia, .is--left #headerTopbar .headerTopbarVTwo .center .socialmedia, .is--left #headerTopbar .headerTopbarVThree .center .socialmedia, .is--left #headerTopbar .headerTopbarVFour .center .socialmedia {
          display: flex;
          justify-content: center; }
      .is--left #headerTopbar .headerTopbarVOne .right, .is--left #headerTopbar .headerTopbarVTwo .right, .is--left #headerTopbar .headerTopbarVThree .right, .is--left #headerTopbar .headerTopbarVFour .right {
        justify-content: flex-end; }
        .is--left #headerTopbar .headerTopbarVOne .right .paragraph, .is--left #headerTopbar .headerTopbarVTwo .right .paragraph, .is--left #headerTopbar .headerTopbarVThree .right .paragraph, .is--left #headerTopbar .headerTopbarVFour .right .paragraph {
          float: right; }
        .is--left #headerTopbar .headerTopbarVOne .right ul, .is--left #headerTopbar .headerTopbarVTwo .right ul, .is--left #headerTopbar .headerTopbarVThree .right ul, .is--left #headerTopbar .headerTopbarVFour .right ul {
          justify-content: flex-end; }
          .is--left #headerTopbar .headerTopbarVOne .right ul li:last-child a, .is--left #headerTopbar .headerTopbarVTwo .right ul li:last-child a, .is--left #headerTopbar .headerTopbarVThree .right ul li:last-child a, .is--left #headerTopbar .headerTopbarVFour .right ul li:last-child a {
            padding-right: 0; }
        .is--left #headerTopbar .headerTopbarVOne .right .module-container:before, .is--left #headerTopbar .headerTopbarVTwo .right .module-container:before, .is--left #headerTopbar .headerTopbarVThree .right .module-container:before, .is--left #headerTopbar .headerTopbarVFour .right .module-container:before, .is--left #headerTopbar .headerTopbarVOne .right .module-container:after, .is--left #headerTopbar .headerTopbarVTwo .right .module-container:after, .is--left #headerTopbar .headerTopbarVThree .right .module-container:after, .is--left #headerTopbar .headerTopbarVFour .right .module-container:after {
          content: '';
          clear: both;
          display: block; }
        .is--left #headerTopbar .headerTopbarVOne .right .socialmedia, .is--left #headerTopbar .headerTopbarVTwo .right .socialmedia, .is--left #headerTopbar .headerTopbarVThree .right .socialmedia, .is--left #headerTopbar .headerTopbarVFour .right .socialmedia {
          display: flex;
          justify-content: flex-end; }
        .is--left #headerTopbar .headerTopbarVOne .right .languages, .is--left #headerTopbar .headerTopbarVTwo .right .languages, .is--left #headerTopbar .headerTopbarVThree .right .languages, .is--left #headerTopbar .headerTopbarVFour .right .languages {
          text-align: right; }

    .is--left #headerTopbar .headerTopbarVOne {
      width: 100%; }

    .is--left #headerTopbar .headerTopbarVTwo {
      width: 50%; }

    .is--left #headerTopbar .headerTopbarVThree {
      width: 33.33%; }

    .is--left #headerTopbar .headerTopbarVFour {
      width: 25%; }

    .is--left #headerTopbar.is--boxed {
      justify-content: center; }
      .is--left #headerTopbar.is--boxed .container {
        max-width: 1400px; } }
  @media (max-width: 850px) and (max-width: 600px) {
      .is--left #headerTopbar {
        display: none; } }

#header.is--scrolled #headerTopbar {
  display: none; }

.is--top #headerContent .logo {
  margin: 0;
  width: 30%; }
  .is--top #headerContent .logo.center {
    margin: 0 auto;
    justify-content: center; }
    .is--top #headerContent .logo.center .editly-module-overlay {
      left: 50% !important;
      transform: translateX(-50%); }
  .is--top #headerContent .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
  .is--top #headerContent .container .left, .is--top #headerContent .container .right {
    width: 20%; }
  .is--top #headerContent .container .center {
    width: 60%;
    text-align: center;
    box-sizing: border-box; }
    .is--top #headerContent .container .center .navigation > ul {
      justify-content: center; }
    @media (max-width: 600px) {
        .is--top #headerContent .container .center {
          width: unset;
          padding-right: 10px; } }
  .is--top #headerContent .container .right {
    text-align: right; }
    @media (max-width: 600px) {
        .is--top #headerContent .container .right {
          display: none; } }
  @media (max-width: 600px) {
          .is--top #headerContent .container .left {
            width: 50%;
            padding-left: 10px; } }
  .is--top #headerContent .container .right {
    justify-content: flex-end; }
  .is--top #headerContent .navigation > ul {
    justify-content: flex-end; }
    @media (max-width: 600px) {
        .is--top #headerContent .navigation > ul {
          justify-content: center; } }
  .is--top #headerContent .show-mobile-nav .menue {
    color: #333; }
  .is--top #headerContent .show-mobile-nav .menue-icon {
    background-color: #333; }
  .is--top #headerContent.is--boxed {
    justify-content: center; }
    .is--top #headerContent.is--boxed .container {
      max-width: 1400px; }
  .is--top #headerContent.is--scrolled {
    background-color: #fff; }
    .is--top #headerContent.is--scrolled .image {
      width: 70%; }
  @media (min-width: 851px) {
    .is--left #headerContent {
      padding: 30px 0; }
      .is--left #headerContent .container .headerContentVThree {
        justify-content: center; }
        .is--left #headerContent .container .headerContentVThree.left, .is--left #headerContent .container .headerContentVThree.center, .is--left #headerContent .container .headerContentVThree.right {
          width: 100%; }
        .is--left #headerContent .container .logo, .is--left #headerContent .container .navigation, .is--left #headerContent .container .button-container {
          margin-bottom: 30px;
          width: 100%; }
      .is--left #headerContent .navigation {
        display: block;
        text-align: center; }
        .is--left #headerContent .navigation .level-0 {
          display: block;
          flex-flow: unset;
          align-items: unset; }
        .is--left #headerContent .navigation .level-2 {
          width: 100%; }
        .is--left #headerContent .navigation li {
          display: block; }
        .is--left #headerContent .navigation li a {
          padding: 0 5px; }
        .is--left #headerContent .navigation li.haschilds {
          padding-right: unset; }
        .is--left #headerContent .navigation ul {
          min-height: unset; }
        .is--left #headerContent .navigation ul > li.haschilds:after {
          transform: translate(50%, -50%) rotate(-45deg); }
        .is--left #headerContent .navigation ul ul {
          top: 0;
          left: 100%; }
          .is--left #headerContent .navigation ul ul li {
            padding: 10px 0; } }
  @media (max-width: 850px) {
    .is--left #headerContent .logo {
      margin: 0;
      width: 30%; }
      .is--left #headerContent .logo.center {
        margin: 0 auto;
        justify-content: center; }
        .is--left #headerContent .logo.center .editly-module-overlay {
          left: 50% !important;
          transform: translateX(-50%); }
      .is--left #headerContent .container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center; }
      .is--left #headerContent .container .left, .is--left #headerContent .container .right {
        width: 20%; }
      .is--left #headerContent .container .center {
        width: 60%;
        text-align: center;
        box-sizing: border-box; }
        .is--left #headerContent .container .center .navigation > ul {
          justify-content: center; }
      .is--left #headerContent .container .right {
        text-align: right; }
      .is--left #headerContent .container .right {
        justify-content: flex-end; }
      .is--left #headerContent .navigation > ul {
        justify-content: flex-end; }
      .is--left #headerContent .show-mobile-nav .menue {
        color: #333; }
      .is--left #headerContent .show-mobile-nav .menue-icon {
        background-color: #333; }
      .is--left #headerContent.is--boxed {
        justify-content: center; }
        .is--left #headerContent.is--boxed .container {
          max-width: 1400px; }
      .is--left #headerContent.is--scrolled {
        background-color: #fff; }
        .is--left #headerContent.is--scrolled .image {
          width: 70%; } }
    @media (max-width: 850px) and (max-width: 600px) {
          .is--left #headerContent .container .center {
            width: unset;
            padding-right: 10px; } }
    @media (max-width: 850px) and (max-width: 600px) {
          .is--left #headerContent .container .right {
            display: none; } }
    @media (max-width: 850px) and (max-width: 600px) {
          .is--left #headerContent .container .left {
            width: 50%;
            padding-left: 10px; } }
    @media (max-width: 850px) and (max-width: 600px) {
          .is--left #headerContent .navigation > ul {
            justify-content: center; } }

#headerContent {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  background-color: #fff; }
  #headerContent .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; }
  #headerContent .container .headerContentVThree {
    display: flex;
    align-items: center; }
  #headerContent .container .headerContentVThree .navigation {
    width: 100%; }
  #headerContent .container .headerContentVThree .logo {
    width: unset; }
  #headerContent .container .headerContentVThree #mobile-navigation .level-0 {
    margin-bottom: 10px; }
  #headerContent .container .headerContentVThree #mobile-navigation .button {
    padding: 5px 20px; }
  #headerContent .container .button {
    text-align: center; }
  @media (max-width: 600px) {
    #headerContent .container {
      padding: 0 15px; } }
  @media (max-width: 600px) {
  #headerContent {
    padding: 0; } }
  #headerContent.is--scrolled {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }

.is--top #headerBottombar .container .headerBottombarVOne {
  width: 50%;
  display: block;
  float: left;
  box-sizing: border-box; }
  .is--top #headerBottombar .container .left .navigation > ul {
    justify-content: flex-start; }
  .is--top #headerBottombar .container .right {
    text-align: right; }
    .is--top #headerBottombar .container .right .navigation > ul {
      justify-content: flex-end; }
      .is--top #headerBottombar .container .right .navigation > ul li ul li {
        text-align: left; }
  .is--top #headerBottombar .container .paragraph {
    padding: 10px 0; }
  .is--top .is--scrolled #headerBottombar {
    background-color: rgba(55, 55, 55, 0.8); }
  @media (min-width: 851px) {
    .is--left #headerBottombar {
      text-align: center; }
      .is--left #headerBottombar .container .headerBottombarVOne {
        width: 100%;
        margin-bottom: 30px; }
        .is--left #headerBottombar .container .headerBottombarVOne.left, .is--left #headerBottombar .container .headerBottombarVOne.right {
          text-align: center; }
      .is--left #headerBottombar .navigation {
        display: block;
        text-align: center;
        width: 100%;
        text-align: center; }
        .is--left #headerBottombar .navigation .level-0 {
          display: block;
          flex-flow: unset;
          align-items: unset; }
        .is--left #headerBottombar .navigation .level-2 {
          width: 100%; }
        .is--left #headerBottombar .navigation li {
          display: block; }
        .is--left #headerBottombar .navigation li a {
          padding: 0 5px; }
        .is--left #headerBottombar .navigation li.haschilds {
          padding-right: unset; }
        .is--left #headerBottombar .navigation ul {
          min-height: unset; }
        .is--left #headerBottombar .navigation ul > li.haschilds:after {
          transform: translate(50%, -50%) rotate(-45deg); }
        .is--left #headerBottombar .navigation ul ul {
          top: 0;
          left: 100%; }
          .is--left #headerBottombar .navigation ul ul li {
            padding: 10px 0; } }
  @media (max-width: 850px) {
    .is--left #headerBottombar .container .headerBottombarVOne {
      width: 50%;
      display: block;
      float: left;
      box-sizing: border-box; }
      .is--left #headerBottombar .container .left .navigation > ul {
        justify-content: flex-start; }
      .is--left #headerBottombar .container .right {
        text-align: right; }
        .is--left #headerBottombar .container .right .navigation > ul {
          justify-content: flex-end; }
          .is--left #headerBottombar .container .right .navigation > ul li ul li {
            text-align: left; }
      .is--left #headerBottombar .container .paragraph {
        padding: 10px 0; }
      .is--left .is--scrolled #headerBottombar {
        background-color: rgba(55, 55, 55, 0.8); } }

#headerBottombar {
  display: flex;
  flex-flow: row wrap;
  background-color: rgba(55, 55, 55, 0.8); }
  #headerBottombar .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; }
  #headerBottombar .container .paragraph {
    color: #fff;
    line-height: 2.2; }
  #headerBottombar .container .navigation li {
    margin-left: 0; }
  @media (max-width: 600px) {
    #headerBottombar .container .headerBottombarVOne {
      width: 100%;
      text-align: center; } }
  #headerBottombar.is--boxed .container {
    max-width: 1400px;
    margin: 0 auto; }
  #headerBottombar .show-mobile-nav .menue {
    color: #333; }
  #headerBottombar .show-mobile-nav .menue-icon {
    background-color: #333; }

#header .logo a {
  display: inline-block; }
  #header .logo img {
    display: inline-block;
    max-width: 100%; }
  @media (max-width: 600px) {
    #header .logo {
      width: 50%;
      padding: 5px 0; } }
  #header.is--top.is--wide {
    width: 100%; }
  #header.is--top.is--boxed {
    width: 100%;
    margin: 0 auto; }
    #header.is--top.is--boxed #headerTopbar, #header.is--top.is--boxed #headerContent, #header.is--top.is--boxed #headerBottombar {
      max-width: 1400px;
      margin: 0 auto; }
  #header.is--top.is--fixed {
    position: fixed;
    left: 0;
    z-index: 4000; }
    @media (max-width: 600px) {
        #header.is--top.is--fixed {
          position: sticky;
          top: 0; } }
  #header.is--top.is--scrolled #headerContent {
    padding: 0; }
    @media (max-width: 600px) {
        #header.is--top.is--scrolled #headerContent {
          padding: unset; }
        #header.is--top.is--scrolled .headerContentVThree.right {
          display: none; }
        #header.is--top.is--scrolled #headerBottombar .paragraph {
          display: none; } }
  @media (min-width: 851px) {
      #header.is--left {
        width: 14%;
        float: left;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        box-sizing: border-box;
        z-index: 110;
        background-color: #fff; }
        #header.is--left #footerNav {
          width: 14%;
          position: fixed;
          bottom: 0; }
          #header.is--left #footerNav .navigation {
            width: 100%;
            box-sizing: border-box;
            text-align: center; }
            #header.is--left #footerNav .navigation ul {
              justify-content: center; }
              #header.is--left #footerNav .navigation ul li {
                padding: 0;
                background-color: transparent; }
                #header.is--left #footerNav .navigation ul li a {
                  font-size: 12px;
                  color: #333; }
                  #header.is--left #footerNav .navigation ul li a:hover {
                    color: #c7c7c7; }
                  #header.is--left #footerNav .navigation ul li a:before {
                    content: none; } }
    @media (min-width: 851px) and (max-width: 1400px) {
        #header.is--left {
          width: 20%; } }
    @media (min-width: 851px) and (max-width: 1100px) {
        #header.is--left {
          width: 24%; } }
  @media (max-width: 850px) {
      #header.is--left.is--wide {
        width: 100%; }
        #header.is--left.is--boxed {
          max-width: 1400px;
          width: 100%;
          margin: 0 auto; }
        #header.is--left.is--fixed {
          position: fixed;
          left: 0;
          z-index: 4000; }
          #header.is--left.is--fixed.is--boxed {
            left: 50%;
            transform: translateX(-50%); }
        #header.is--left.is--scrolled {
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
          #header.is--left.is--scrolled #headerContent {
            padding: 5px 0; } }
    @media (max-width: 850px) and (max-width: 600px) {
          #header.is--left.is--fixed {
            position: sticky;
            top: 0; } }
    @media (max-width: 850px) and (max-width: 600px) {
          #header.is--left.is--scrolled #headerContent {
            padding: unset; }
          #header.is--left.is--scrolled .headerContentVThree.right {
            display: none; }
          #header.is--left.is--scrolled #headerBottombar .paragraph {
            display: none; } }

.editly_admin_view #header.is--top {
  position: relative; }
  .editly_admin_view #header.is--top .is--scrolled {
    padding: 10px 10px !important; }
    .editly_admin_view #header.is--top .is--scrolled .image {
      width: 100% !important; }
  .editly_admin_view #header.is--top.is--boxed {
    left: unset;
    transform: unset; }
  .editly_admin_view #header.is--left {
    top: 40px; }

.navigation {
  display: inline;
  justify-content: right;
  width: 70%; }
  .navigation.is--horizontal ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-height: 100%; }
  .navigation.is--horizontal li {
    display: inline-block; }
  .navigation.is--centered ul {
    justify-content: center; }
  .navigation.is--dropdown ul li {
    position: relative;
    background-color: transparent;
    padding: 10px 0; }
    .navigation.is--dropdown ul li:hover > ul {
      display: flex; }
    .navigation.is--dropdown ul li a:hover {
      color: #c7c7c7; }
    .navigation.is--dropdown ul li.flag.haschilds:after, .navigation.is--dropdown ul li.active.haschilds:after {
      border-right: 1px solid #236bb3;
      border-bottom: 1px solid #236bb3; }
      .navigation.is--dropdown ul li.flag.haschilds .flag > a, .navigation.is--dropdown ul li.active.haschilds .flag > a, .navigation.is--dropdown ul li.flag.haschilds .active > a, .navigation.is--dropdown ul li.active.haschilds .active > a {
        font-weight: normal; }
  .navigation.is--dropdown ul ul {
    display: none;
    position: absolute;
    flex-flow: column wrap;
    align-items: stretch;
    z-index: 100; }
    .navigation.is--dropdown ul ul li {
      padding: 0;
      display: block;
      border-bottom: 1px solid #ccc;
      background-color: #fff; }
  .navigation.is--dropdown .level-0 > li.haschilds {
    padding-right: 30px;
    position: relative; }
    .navigation.is--dropdown .level-0 > li.haschilds:after {
      display: block;
      box-sizing: border-box;
      height: 10px;
      width: 10px;
      position: absolute;
      right: 15px;
      top: 45%;
      content: '';
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      transform: translate(50%, -50%) rotate(45deg); }
    .navigation.is--dropdown .level-0 > li.haschilds:hover:after {
      border-right: 1px solid #236bb3;
      border-bottom: 1px solid #236bb3; }
    .navigation.is--dropdown .level-0 > li a {
      color: #333; }
  .navigation.is--dropdown .level-1 {
    top: 100%;
    left: 0;
    width: 100%; }
  .navigation.is--dropdown .level-1 li a {
    font-size: 0.9rem;
    color: #333; }
  .navigation.is--dropdown .level-1 > li.haschilds {
    padding-right: 30px;
    position: relative; }
    .navigation.is--dropdown .level-1 > li.haschilds:after {
      display: block;
      box-sizing: border-box;
      height: 10px;
      width: 10px;
      position: absolute;
      right: 15px;
      top: 50%;
      content: '';
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      transform: translate(50%, -50%) rotate(-45deg); }
    .navigation.is--dropdown .level-1 > li.haschilds:hover:after {
      border-right: 1px solid #236bb3;
      border-bottom: 1px solid #236bb3; }
  .navigation.is--dropdown .level-2 {
    top: 0;
    left: 100%; }
  .navigation.is--dropdown .level-2 a {
    font-size: 0.8rem; }
  .navigation a {
    display: block;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #333;
    white-space: nowrap; }
  .navigation .haschilds > a {
    padding-right: 0; }
  @media (max-width: 600px) {
  .navigation {
    display: none; } }

.show-mobile-nav {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: unset; }
  .show-mobile-nav .menue {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none; }
  .show-mobile-nav:hover {
    text-decoration: none; }
  .show-mobile-nav .menue-icon {
    width: 20px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    border-radius: 5px; }
  @media (max-width: 600px) {
  .show-mobile-nav {
    display: flex; } }

#mobile-navigation {
  display: none;
  top: 0;
  right: 0;
  background: #353535;
  min-height: 100vh;
  z-index: 100; }
  #mobile-navigation .offcanvas {
    max-height: 100vh;
    overflow: auto;
    transition: none; }
  #mobile-navigation .offcanvas .inner .headerTopbarMobile {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 20px; }
  #mobile-navigation .offcanvas .inner .headerTopbarMobile .headerTopbarVOne, #mobile-navigation .offcanvas .inner .headerTopbarMobile .headerTopbarVTwo, #mobile-navigation .offcanvas .inner .headerTopbarMobile .headerTopbarVThree, #mobile-navigation .offcanvas .inner .headerTopbarMobile .headerTopbarVFour {
    justify-content: center;
    width: 100%;
    text-align: center; }
  #mobile-navigation .offcanvas .inner .headerTopbarMobile .languages {
    color: #9d9d9d;
    display: inline; }
    #mobile-navigation .offcanvas .inner .headerTopbarMobile .languages .languages-select {
      display: inline; }
    #mobile-navigation .offcanvas .inner .headerTopbarMobile .languages .list-container {
      background-color: #4f4f4f; }
    #mobile-navigation .offcanvas .inner .headerTopbarMobile .languages a {
      color: #9d9d9d;
      font-size: 14px; }
    #mobile-navigation .offcanvas .inner .headerTopbarMobile .languages a:hover {
      color: #c7c7c7; }
  #mobile-navigation .offcanvas .inner .headerTopbarMobile .paragraph {
    color: #9d9d9d;
    font-size: 14px;
    padding: 0; }
  #mobile-navigation .offcanvas .inner .headerTopbarMobile .navigation a {
    font-size: 14px;
    color: #9d9d9d; }
    #mobile-navigation .offcanvas .inner .headerTopbarMobile .navigation a:hover {
      color: #c7c7c7; }
    #mobile-navigation .offcanvas .inner .headerTopbarMobile .navigation a:before {
      content: unset; }
  #mobile-navigation .offcanvas .inner .headerTopbarMobile .socialmedia .link, #mobile-navigation .offcanvas .inner .headerTopbarMobile .icon .link {
    font-size: 14px; }
    #mobile-navigation .offcanvas .inner .headerTopbarMobile .socialmedia svg, #mobile-navigation .offcanvas .inner .headerTopbarMobile .icon svg {
      fill: #9d9d9d; }
  #mobile-navigation .offcanvas .inner .headerTopbarMobile .left, #mobile-navigation .offcanvas .inner .headerTopbarMobile .right {
    padding: 0; }
  #mobile-navigation .offcanvas .inner .trennlinie {
    height: 1px;
    background-color: #9d9d9d;
    width: 100%;
    margin-bottom: 10px; }
  #mobile-navigation .offcanvas .inner .space {
    margin-bottom: 50px; }
  #mobile-navigation .offcanvas .inner .close-mobile-nav {
    color: #9d9d9d;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 10px; }
  #mobile-navigation .offcanvas .inner .close-mobile-nav:hover {
    text-decoration: none; }
  #mobile-navigation .offcanvas .inner > ul {
    text-align: center;
    clear: both;
    width: 100%;
    font-size: 16px; }
  #mobile-navigation .offcanvas .inner > ul .haschilds {
    position: relative; }
    #mobile-navigation .offcanvas .inner > ul .haschilds > a:after {
      display: block;
      box-sizing: border-box;
      height: 10px;
      width: 10px;
      position: absolute;
      right: 30px;
      top: 18px;
      content: '';
      border-right: 1px solid #9d9d9d;
      border-bottom: 1px solid #9d9d9d;
      transform: translate(50%, -50%) rotate(-45deg); }
    #mobile-navigation .offcanvas .inner > ul .haschilds.active > a:after, #mobile-navigation .offcanvas .inner > ul .haschilds.flag > a:after {
      transform: translate(50%, -50%) rotate(45deg); }
    #mobile-navigation .offcanvas .inner > ul .haschilds:hover > ul, #mobile-navigation .offcanvas .inner > ul .haschilds.active > ul {
      display: block;
      background-color: #4f4f4f; }
    #mobile-navigation .offcanvas .inner > ul .haschilds:hover .level-2, #mobile-navigation .offcanvas .inner > ul .haschilds.active .level-2 {
      background-color: #686868; }
    #mobile-navigation .offcanvas .inner > ul .haschilds:hover:after, #mobile-navigation .offcanvas .inner > ul .haschilds.active:after {
      border-right: 1px solid #e62d3a;
      border-bottom: 1px solid #e62d3a;
      transform: translate(50%, -50%) rotate(45deg); }
    #mobile-navigation .offcanvas .inner > ul .haschilds:hover > a, #mobile-navigation .offcanvas .inner > ul .haschilds.active > a {
      color: #e62d3a; }
  #mobile-navigation .offcanvas .inner > ul li {
    color: #9d9d9d;
    list-style: none;
    margin-left: unset; }
    #mobile-navigation .offcanvas .inner > ul li a {
      color: #9d9d9d;
      display: block;
      padding: 5px; }
    #mobile-navigation .offcanvas .inner > ul li a:hover {
      color: #c7c7c7;
      text-decoration: none; }
    #mobile-navigation .offcanvas .inner > ul li ul {
      display: none; }
    #mobile-navigation .offcanvas .inner > ul li.flag > a, #mobile-navigation .offcanvas .inner > ul li.active > a {
      color: #e62d3a; }
  #mobile-navigation.mobile-nav-full {
    width: 100%;
    transform: translate(100%, 0);
    position: absolute; }
  .mobile-navigation-show #mobile-navigation.mobile-nav-full {
    transform: translate(0); }
  #mobile-navigation.mobile-nav-limited {
    width: 70%;
    transition: 0.5s;
    display: block;
    position: fixed;
    transform: translate(100%);
    height: 100%;
    top: 0;
    right: 0; }
  #mobile-navigation.mobile-nav-limited .offcanvas {
    display: block;
    position: sticky;
    top: 0;
    width: 100%; }
  #mobile-navigation.mobile-nav-limited .offcanvas .inner > ul .haschilds > a:after {
    top: 23px; }
    #mobile-navigation.mobile-nav-limited .offcanvas .inner > ul li {
      border-top: 1px solid #9d9d9d;
      text-align: left; }
    #mobile-navigation.mobile-nav-limited .offcanvas .inner > ul li a {
      padding: 10px 30px;
      font-size: 20px; }
    #mobile-navigation.mobile-nav-limited .offcanvas .inner > ul li:last-child {
      border-bottom: 1px solid #9d9d9d; }
  #mobile-navigation.mobile-nav-limited .offcanvas .inner .button-container {
    text-align: left; }
    #mobile-navigation.mobile-nav-limited .offcanvas .inner .button-container .button {
      margin-left: 30px; }

.overlay-mobile-nav-show {
  transition: 0.6s; }

.mobile-navigation-show #mobile-navigation {
  display: block; }

.navigation.is--dropdown ul li.flag:before, .navigation.is--dropdown ul li.active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  content: '.';
  color: transparent;
  background: #e62d3a;
  height: 3px; }
  .navigation.is--dropdown ul li.flag > a, .navigation.is--dropdown ul li.active > a {
    color: #236bb3;
    font-weight: bold; }
  .navigation a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #c7c7c7;
    height: 3px;
    transition: all 0.5s; }
  .navigation a:hover:before {
    width: 100%; }

#content {
  background-color: #fff; }
  #content .container {
    padding-top: 30px; }
  #content .container .content-section {
    position: relative;
    padding-top: 20px; }
  #content .container .content-section .is--boxed {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
  #content .container .content-section.is--boxed {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; }
  #content .headlines {
    margin-bottom: 20px;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: left; }
  @media (max-width: 600px) {
  #content {
    margin-bottom: 0 !important; } }

.editly_admin_view #content {
  margin-bottom: 0 !important; }

.editly_viewport_left #content .container, .editly_viewport_right #content .container, .editly_viewport_both #content .container {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto; }
  .editly_viewport_left #content .container .content, .editly_viewport_right #content .container .content, .editly_viewport_both #content .container .content {
    margin: 0; }
  .editly_viewport_left .has--sidebar, .editly_viewport_right .has--sidebar, .editly_viewport_both .has--sidebar {
    display: inline-block;
    width: 80%;
    float: none; }
  @media (max-width: 850px) {
    .editly_viewport_left .has--sidebar, .editly_viewport_right .has--sidebar, .editly_viewport_both .has--sidebar {
      width: 100%; } }
  .editly_viewport_left .has--sidebars, .editly_viewport_right .has--sidebars, .editly_viewport_both .has--sidebars {
    display: inline-block;
    width: 60%;
    float: none; }
  @media (max-width: 850px) {
    .editly_viewport_left .has--sidebars, .editly_viewport_right .has--sidebars, .editly_viewport_both .has--sidebars {
      width: 100%; } }
  .editly_viewport_left .sidebar, .editly_viewport_right .sidebar, .editly_viewport_both .sidebar {
    width: 20%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px; }
  @media (max-width: 850px) {
    .editly_viewport_left .sidebar, .editly_viewport_right .sidebar, .editly_viewport_both .sidebar {
      width: 100%; } }
  @media (max-width: 850px) {
      .editly_viewport_left .sidebar.is--left, .editly_viewport_right .sidebar.is--left, .editly_viewport_both .sidebar.is--left, .editly_viewport_left .sidebar.is--right, .editly_viewport_right .sidebar.is--right, .editly_viewport_both .sidebar.is--right {
        float: none;
        padding: 0 15px; } }
  .editly_viewport_left .sidebar.is--left, .editly_viewport_right .sidebar.is--left, .editly_viewport_both .sidebar.is--left {
    float: left; }
  .editly_viewport_left .sidebar.is--right, .editly_viewport_right .sidebar.is--right, .editly_viewport_both .sidebar.is--right {
    float: right; }

.editly_grid_section_image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .editly_grid_section_config_backgroundstyle_static, .editly_grid_section_config_backgroundstyle_parallax {
    position: relative; }
  .editly_grid_section_config_backgroundstyle_parallax .editly_grid_section_image {
    background-attachment: fixed;
    background-position: center; }
  .editly_grid_section_config_backgroundcolor_white {
    background-color: #fff; }
  .editly_grid_section_config_backgroundcolor_white .editly-ml {
    color: #333; }
  .editly_grid_section_config_backgroundcolor_white h2, .editly_grid_section_config_backgroundcolor_white h3, .editly_grid_section_config_backgroundcolor_white h4, .editly_grid_section_config_backgroundcolor_white h5, .editly_grid_section_config_backgroundcolor_white h6 {
    color: #333; }
  .editly_grid_section_config_backgroundcolor_gray {
    background-color: #dedede; }
  .editly_grid_section_config_backgroundcolor_gray .editly-ml {
    color: #333; }
  .editly_grid_section_config_backgroundcolor_gray .editly-ml h2, .editly_grid_section_config_backgroundcolor_gray .editly-ml h3, .editly_grid_section_config_backgroundcolor_gray .editly-ml h4, .editly_grid_section_config_backgroundcolor_gray .editly-ml h5, .editly_grid_section_config_backgroundcolor_gray .editly-ml h6 {
    color: #333; }
  .editly_grid_section_config_backgroundcolor_gray .editly-ml .quotation_one svg {
    fill: #333; }
  .editly_grid_section_config_backgroundcolor_gray .ml-blog .blog_post .box .blog-content .meta_data {
    color: #333; }
  .editly_grid_section_config_backgroundcolor_highlightcolor {
    background-color: #236bb3; }
  .editly_grid_section_config_backgroundcolor_highlightcolor h2, .editly_grid_section_config_backgroundcolor_highlightcolor h3, .editly_grid_section_config_backgroundcolor_highlightcolor h4, .editly_grid_section_config_backgroundcolor_highlightcolor h5, .editly_grid_section_config_backgroundcolor_highlightcolor h6 {
    color: #fff; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml {
    color: #fff; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml .button, .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml .buttons .submit {
    background-color: #e62d3a;
    text-decoration: none; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml .button:hover, .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml .buttons .submit:hover {
    text-decoration: underline; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml a {
    color: #fff;
    text-decoration: underline; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml a.collapsable-title {
    color: #333;
    text-decoration: none; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml .social-links a {
    text-decoration: none; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .editly-ml .quotation_one svg {
    fill: #fff; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .ml-blog .blog_post .box .blog-content .meta_data, .editly_grid_section_config_backgroundcolor_highlightcolor .ml-blog .blog_post .box .blog-content .read_more {
    color: #fff; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .ml-trennlinie .full, .editly_grid_section_config_backgroundcolor_highlightcolor .ml-trennlinie .seventy, .editly_grid_section_config_backgroundcolor_highlightcolor .ml-trennlinie .fivety, .editly_grid_section_config_backgroundcolor_highlightcolor .ml-trennlinie .thirty, .editly_grid_section_config_backgroundcolor_highlightcolor .ml-trennlinie .ten {
    background-color: #fff; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .ml-files ul li a:hover {
    color: #fff;
    text-decoration: underline; }
  .editly_grid_section_config_backgroundcolor_highlightcolor .ml-icon-box .standard-bg .content .icon svg {
    fill: #fff; }
  .editly_grid_section_config_backgroundcolor_secondarycolor {
    background-color: #e62d3a; }
  .editly_grid_section_config_backgroundcolor_secondarycolor h2, .editly_grid_section_config_backgroundcolor_secondarycolor h3, .editly_grid_section_config_backgroundcolor_secondarycolor h4, .editly_grid_section_config_backgroundcolor_secondarycolor h5, .editly_grid_section_config_backgroundcolor_secondarycolor h6 {
    color: #fff; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml {
    color: #fff; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml a {
    color: #fff;
    text-decoration: underline; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml a.collapsable-title {
    color: #333;
    text-decoration: none; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml .button, .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml .buttons .submit {
    text-decoration: none; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml .button:hover, .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml .buttons .submit:hover {
    background-color: #236bb3;
    text-decoration: underline; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml .buttons .submit:hover {
    background-color: #236bb3; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml .social-links a {
    text-decoration: none; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .editly-ml .quotation_one svg {
    fill: #fff; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .ml-trennlinie .full, .editly_grid_section_config_backgroundcolor_secondarycolor .ml-trennlinie .seventy, .editly_grid_section_config_backgroundcolor_secondarycolor .ml-trennlinie .fivety, .editly_grid_section_config_backgroundcolor_secondarycolor .ml-trennlinie .thirty, .editly_grid_section_config_backgroundcolor_secondarycolor .ml-trennlinie .ten {
    background-color: #fff; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .ml-blog .blog_post .box .blog-content .meta_data, .editly_grid_section_config_backgroundcolor_secondarycolor .ml-blog .blog_post .box .blog-content .read_more {
    color: #fff; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .ml-blog .blog_post .box .blog-content .meta_data:hover, .editly_grid_section_config_backgroundcolor_secondarycolor .ml-blog .blog_post .box .blog-content .read_more:hover {
    background-color: #236bb3;
    text-decoration: underline; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .ml-files ul li a:hover {
    color: #fff;
    text-decoration: underline; }
  .editly_grid_section_config_backgroundcolor_secondarycolor .ml-icon-box .standard-bg .content .icon svg {
    fill: #fff; }
  .editly_grid_section_config_width_boxed .editly_grid_row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
  .editly_grid_section_config_padding_normal {
    padding: 30px 0; }
  .editly_grid_section_config_padding_none * > .multilistmod-wrapper:last-child .editly-ml {
    margin-bottom: 0; }
  .editly_grid_section_config_padding_none * > .editly_grid_col .editly-ml:last-child {
    margin-bottom: 0; }
  .editly_grid_section_config_padding_big {
    padding: 60px 0; }

#footerTopbar {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  padding-top: 40px;
  background-color: #e62d3a; }
  #footerTopbar .editly-ml {
    color: #fff; }
  #footerTopbar .editly-ml .standard h2, #footerTopbar .editly-ml .standard h3, #footerTopbar .editly-ml .standard h4, #footerTopbar .editly-ml .standard h5, #footerTopbar .editly-ml .standard h6 {
    color: #fff; }
  #footerTopbar .container {
    width: 100%; }
  #footerTopbar.is--boxed .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }

#footerContent {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  padding-top: 30px;
  background-color: #236bb3;
  color: #fff; }
  #footerContent a {
    color: #fff; }
  #footerContent a:hover {
    color: #236bb3; }
  #footerContent .editly-ml {
    color: #fff; }
  #footerContent .editly-ml .paragraph, #footerContent .editly-ml h1, #footerContent .editly-ml h2, #footerContent .editly-ml h3, #footerContent .editly-ml h4, #footerContent .editly-ml h5, #footerContent .editly-ml h6 {
    color: #fff; }
  #footerContent .editly-ml.ml-headline .primary h2, #footerContent .editly-ml.ml-headline .primary h3, #footerContent .editly-ml.ml-headline .primary h4, #footerContent .editly-ml.ml-headline .primary h5, #footerContent .editly-ml.ml-headline .primary h6 {
    color: #236bb3; }
  #footerContent .editly-ml.ml-headline .secondary h2, #footerContent .editly-ml.ml-headline .secondary h3, #footerContent .editly-ml.ml-headline .secondary h4, #footerContent .editly-ml.ml-headline .secondary h5, #footerContent .editly-ml.ml-headline .secondary h6 {
    color: #e62d3a; }
  #footerContent .container {
    width: 100%; }
  #footerContent.is--boxed .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }

#footerBottombar {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  background-color: #e62d3a;
  color: #fff; }
  #footerBottombar .container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  #footerBottombar .copyright, #footerBottombar .navigation {
    float: left;
    width: 50%; }
  #footerBottombar .copyright {
    color: #fff;
    display: flex;
    align-items: center; }
  #footerBottombar .navigation > ul {
    justify-content: flex-end; }
  #footerBottombar .navigation a {
    font-size: 12px;
    color: #fff; }
  @media (max-width: 600px) {
    #footerBottombar .navigation {
      display: block; }
      #footerBottombar .navigation a {
        padding: 5px; } }
  #footerBottombar a:hover {
    color: #ccc; }
  #footerBottombar a:before {
    content: none; }
  #footerBottombar.is--boxed {
    justify-content: center; }
  #footerBottombar.is--boxed .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }

#footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 32px;
  z-index: -1; }
  #footer.is--boxed {
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    left: 50%;
    transform: translate(-50%); }
  @media (max-width: 600px) {
      #footer.is--boxed {
        position: relative;
        z-index: unset; } }
  @media (max-width: 600px) {
  #footer {
    position: relative;
    z-index: unset; } }

.editly_admin_view #footer {
  position: relative;
  z-index: unset; }

#poweredby {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: -1; }

.editly_grid_section, .editly_grid_row {
  max-width: 100%;
  margin: 0; }

.editly_grid_edit_row_add {
  margin: unset; }

.editly-ml {
  color: #333;
  margin-bottom: 30px; }
  .editly-ml a {
    color: #236bb3; }

.datenschutzmodus {
  width: 100%;
  height: 100%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center; }
  .datenschutzmodus.bg-img {
    background-repeat: no-repeat;
    background-size: cover; }
  .datenschutzmodus.bg-img > div {
    background-color: #eee;
    opacity: 0.9;
    padding: 10px;
    width: 90%;
    border-radius: 0; }
  .datenschutzmodus .hinweis, .datenschutzmodus .schaltflaeche {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: #333; }
  .datenschutzmodus .hinweis {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%; }
  .datenschutzmodus .hinweis a {
    color: #236bb3; }
  .datenschutzmodus .schaltflaeche {
    background-color: #236bb3;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    display: block;
    border-radius: 0; }

#banner {
  background-color: #fff; }
  #banner .editly-ml {
    margin-bottom: 0; }
  #banner .module-googlemaps div {
    height: 0 !important;
    width: 100%;
    position: relative;
    padding-top: 28.55%; }
  #banner .module-googlemaps div iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.slick-dots > li {
  display: inline-block; }
  .slick-dots > li:only-child {
    display: none; }

.ml-headline {
  margin-bottom: 0; }
  .ml-headline .headline {
    margin: 0; }

.ml-files ul {
  border: 1px solid #fff;
  border-radius: 4px; }
  .ml-files ul li {
    border-bottom: 1px solid #fff;
    list-style: none;
    margin-left: 0; }
  .ml-files ul li a {
    padding: 5px 20px;
    display: block;
    font-size: 15px;
    line-height: 1.8; }
  .ml-files ul li a:hover {
    color: #236bb3;
    text-decoration: none;
    background-color: rgba(177, 177, 177, 0.3); }
  .ml-files ul li:last-child {
    border-bottom: none; }

.ml-blog .blog-2 .boxen, .ml-blog .blog-3 .boxen, .ml-blog .blog-4 .boxen {
  float: left;
  padding: 0 10px;
  box-sizing: border-box; }
  .ml-blog .blog-2 .boxen:before, .ml-blog .blog-3 .boxen:before, .ml-blog .blog-4 .boxen:before, .ml-blog .blog-2 .boxen:after, .ml-blog .blog-3 .boxen:after, .ml-blog .blog-4 .boxen:after {
    content: '';
    clear: both;
    display: block; }
  .ml-blog .blog-2 .boxen {
    width: 50%; }
  @media (max-width: 600px) {
        .ml-blog .blog-2 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog-3 .boxen {
    width: 33.33%; }
  .ml-blog .blog-3 .boxen .box .blog-content .read_more {
    padding: 5px 15px; }
  @media (max-width: 650px) {
        .ml-blog .blog-3 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog-4 .boxen {
    width: 25%; }
  .ml-blog .blog-4 .boxen .box .blog-content .read_more {
    padding: 5px 15px; }
  @media (max-width: 100px) {
        .ml-blog .blog-4 .boxen {
          width: 50%; } }
  @media (max-width: 600px) {
        .ml-blog .blog-4 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog_post {
    margin-bottom: 30px; }
  .ml-blog .blog_post .box .blog-image {
    margin-bottom: 20px; }
  .ml-blog .blog_post .box .blog-image img {
    max-width: 100%;
    width: 100%; }
  .ml-blog .blog_post .box .blog-content:before, .ml-blog .blog_post .box .blog-content:after {
    content: '';
    clear: both;
    display: block; }
  .ml-blog .blog_post .box .blog-content h3 {
    margin-bottom: 0;
    border-bottom: none; }
  .ml-blog .blog_post .box .blog-content .meta_data {
    color: #9d9d9d;
    margin-bottom: 10px; }
  .ml-blog .blog_post .box .blog-content .blog-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8; }
  .ml-blog .blog_post .box .blog-content .read_more {
    float: right;
    font-size: 15px;
    line-height: 1.8;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #236bb3;
    color: #fff;
    border-radius: 0; }
  .ml-blog .blog_post .box .blog-content .read_more:hover {
    background-color: #e62d3a;
    color: #fff; }
  .ml-blog .pagination {
    padding-top: 5px; }
  .ml-blog .pagination:before {
    clear: both;
    content: '';
    display: table; }
  .ml-blog .actual_page {
    text-align: center; }
  .ml-blog .page_control {
    color: #236bb3; }
  .ml-blog .page_control a:hover {
    text-decoration: underline; }
  .ml-blog .page_control .forward {
    float: right; }
  .ml-blog .page_control .back {
    float: left; }

#footer .box-inner:before, #footer .box-inner:after {
  content: '';
  clear: both;
  display: block; }
  #footer .blog-image, #footer .blog-content {
    float: left; }
  #footer .blog-image {
    width: 40%;
    margin-right: 15px; }
  #footer .blog-text, #footer .read_more, #footer .pagination {
    display: none; }

#blog_detail {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box; }
  #blog_detail .options {
    position: relative;
    padding: 5px 0 3px 0; }
  #blog_detail .options .left, #blog_detail .options .right {
    min-height: 10px;
    width: 33.33%;
    margin-bottom: 0;
    color: #236bb3;
    display: inline-block; }
  #blog_detail .options .left:hover, #blog_detail .options .right:hover {
    text-decoration: underline; }
  #blog_detail .options .left {
    float: left; }
  #blog_detail .options .center {
    min-height: 10px;
    width: 33.33%;
    text-align: center;
    display: inline-block; }
  #blog_detail .options .right {
    float: right;
    text-align: right; }
  #blog_detail .options_top {
    margin-bottom: 15px;
    border-bottom: 1px solid #9d9d9d; }
  @media (max-width: 375px) {
    #blog_detail .options_top {
      padding-bottom: 20px; } }
  #blog_detail .options_foot {
    border-top: 1px solid #9d9d9d; }
  #blog_detail .blog_head {
    position: relative;
    margin-bottom: 10px; }
  #blog_detail .blog_head .meta_data {
    position: relative;
    color: #9d9d9d; }
  #blog_detail .blog_body {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.8; }
  #blog_detail .blog_body ol {
    margin: 10px 0; }
  #blog_detail .blog_body ol li {
    list-style-position: inside;
    list-style-type: decimal; }
  #blog_detail .blog_body ul {
    margin: 10px 0; }
  #blog_detail .blog_body ul li {
    list-style-position: inside;
    list-style-type: disc; }
  #blog_detail .blog_body a {
    color: #236bb3; }
  #blog_detail .blog_body a:hover {
    text-decoration: underline; }
  #blog_detail .blog_body img {
    float: left;
    margin: 5px 20px 15px 0; }

#footer .ml-socialmedia .link {
  color: #fff; }
  #footer .ml-socialmedia:hover {
    text-decoration: none; }

.ml-trennlinie {
  margin-bottom: 0; }

.ml-headline {
  margin-bottom: 0; }
  .ml-headline .headline {
    margin: 0; }

.ml-gmaps iframe {
  height: 45vh; }

.ml-form form .field_info {
  font-size: 13px;
  margin-bottom: 10px; }
  .ml-form form .field_wrapper {
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box; }
  .ml-form form .fields {
    margin-bottom: 20px; }
  .ml-form form .fields:before, .ml-form form .fields:after {
    content: '';
    clear: both;
    display: block; }
  .ml-form form .field label {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px; }
  .ml-form form .field input {
    border-radius: 0; }
  .ml-form form .field input.text {
    background-color: #f7f7f7;
    border-color: #dedede;
    color: #333;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    height: auto;
    font-size: 15px;
    margin-bottom: 10px; }
  .ml-form form .field input.checkbox {
    float: left;
    margin: 0 10px 10px; }
  .ml-form form .field.textarea textarea {
    background-color: #f7f7f7;
    border-color: #dedede;
    color: #333;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 0; }
  .ml-form form .field select {
    background-color: #f7f7f7;
    border-color: #dedede;
    color: #333;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0; }
  .ml-form form .field img {
    margin-bottom: 10px; }
  .ml-form form .field .group-label {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px; }
  .ml-form form .option:before, .ml-form form .option:after {
    content: '';
    clear: both;
    display: block; }
  .ml-form form .captcha img {
    max-width: 15%; }
  @media (max-width: 800px) {
        .ml-form form .captcha img {
          max-width: 40%; } }
  .ml-form .buttons .submit {
    display: block;
    padding: 10px 20px;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #236bb3;
    color: #fff;
    border-radius: 0; }
  .ml-form .buttons .submit:hover {
    background-color: #e62d3a;
    color: #fff; }

.ml-files ul {
  border: 1px solid #fff;
  border-radius: 4px; }
  .ml-files ul li {
    border-bottom: 1px solid #fff;
    list-style: none;
    margin-left: 0; }
  .ml-files ul li a {
    padding: 5px 20px;
    display: block;
    font-size: 15px;
    line-height: 1.8; }
  .ml-files ul li a:hover {
    color: #236bb3;
    text-decoration: none;
    background-color: rgba(177, 177, 177, 0.3); }
  .ml-files ul li:last-child {
    border-bottom: none; }

.ml-blog .blog-2 .boxen, .ml-blog .blog-3 .boxen, .ml-blog .blog-4 .boxen {
  float: left;
  padding: 0 10px;
  box-sizing: border-box; }
  .ml-blog .blog-2 .boxen:before, .ml-blog .blog-3 .boxen:before, .ml-blog .blog-4 .boxen:before, .ml-blog .blog-2 .boxen:after, .ml-blog .blog-3 .boxen:after, .ml-blog .blog-4 .boxen:after {
    content: '';
    clear: both;
    display: block; }
  .ml-blog .blog-2 .boxen {
    width: 50%; }
  @media (max-width: 600px) {
        .ml-blog .blog-2 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog-3 .boxen {
    width: 33.33%; }
  .ml-blog .blog-3 .boxen .box .blog-content .read_more {
    padding: 5px 15px; }
  @media (max-width: 650px) {
        .ml-blog .blog-3 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog-4 .boxen {
    width: 25%; }
  .ml-blog .blog-4 .boxen .box .blog-content .read_more {
    padding: 5px 15px; }
  @media (max-width: 100px) {
        .ml-blog .blog-4 .boxen {
          width: 50%; } }
  @media (max-width: 600px) {
        .ml-blog .blog-4 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog_post {
    margin-bottom: 30px; }
  .ml-blog .blog_post .box .blog-image {
    margin-bottom: 20px; }
  .ml-blog .blog_post .box .blog-image img {
    max-width: 100%;
    width: 100%; }
  .ml-blog .blog_post .box .blog-content:before, .ml-blog .blog_post .box .blog-content:after {
    content: '';
    clear: both;
    display: block; }
  .ml-blog .blog_post .box .blog-content h3 {
    margin-bottom: 0;
    border-bottom: none; }
  .ml-blog .blog_post .box .blog-content .meta_data {
    color: #9d9d9d;
    margin-bottom: 10px; }
  .ml-blog .blog_post .box .blog-content .blog-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8; }
  .ml-blog .blog_post .box .blog-content .read_more {
    float: right;
    font-size: 15px;
    line-height: 1.8;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #236bb3;
    color: #fff;
    border-radius: 0; }
  .ml-blog .blog_post .box .blog-content .read_more:hover {
    background-color: #e62d3a;
    color: #fff; }
  .ml-blog .pagination {
    padding-top: 5px; }
  .ml-blog .pagination:before {
    clear: both;
    content: '';
    display: table; }
  .ml-blog .actual_page {
    text-align: center; }
  .ml-blog .page_control {
    color: #236bb3; }
  .ml-blog .page_control a:hover {
    text-decoration: underline; }
  .ml-blog .page_control .forward {
    float: right; }
  .ml-blog .page_control .back {
    float: left; }

#footer .box-inner:before, #footer .box-inner:after {
  content: '';
  clear: both;
  display: block; }
  #footer .blog-image, #footer .blog-content {
    float: left; }
  #footer .blog-image {
    width: 40%;
    margin-right: 15px; }
  #footer .blog-text, #footer .read_more, #footer .pagination {
    display: none; }

#blog_detail {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box; }
  #blog_detail .options {
    position: relative;
    padding: 5px 0 3px 0; }
  #blog_detail .options .left, #blog_detail .options .right {
    min-height: 10px;
    width: 33.33%;
    margin-bottom: 0;
    color: #236bb3;
    display: inline-block; }
  #blog_detail .options .left:hover, #blog_detail .options .right:hover {
    text-decoration: underline; }
  #blog_detail .options .left {
    float: left; }
  #blog_detail .options .center {
    min-height: 10px;
    width: 33.33%;
    text-align: center;
    display: inline-block; }
  #blog_detail .options .right {
    float: right;
    text-align: right; }
  #blog_detail .options_top {
    margin-bottom: 15px;
    border-bottom: 1px solid #9d9d9d; }
  @media (max-width: 375px) {
    #blog_detail .options_top {
      padding-bottom: 20px; } }
  #blog_detail .options_foot {
    border-top: 1px solid #9d9d9d; }
  #blog_detail .blog_head {
    position: relative;
    margin-bottom: 10px; }
  #blog_detail .blog_head .meta_data {
    position: relative;
    color: #9d9d9d; }
  #blog_detail .blog_body {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.8; }
  #blog_detail .blog_body ol {
    margin: 10px 0; }
  #blog_detail .blog_body ol li {
    list-style-position: inside;
    list-style-type: decimal; }
  #blog_detail .blog_body ul {
    margin: 10px 0; }
  #blog_detail .blog_body ul li {
    list-style-position: inside;
    list-style-type: disc; }
  #blog_detail .blog_body a {
    color: #236bb3; }
  #blog_detail .blog_body a:hover {
    text-decoration: underline; }
  #blog_detail .blog_body img {
    float: left;
    margin: 5px 20px 15px 0; }

#footer .ml-socialmedia .link {
  color: #fff; }
  #footer .ml-socialmedia:hover {
    text-decoration: none; }

.ml-trennlinie {
  margin-bottom: 0; }

.ml-whitespace {
  margin-bottom: 0; }

.ml-headline {
  margin-bottom: 0; }
  .ml-headline .headline {
    margin: 0; }

.ml-files ul {
  border: 1px solid #fff;
  border-radius: 4px; }
  .ml-files ul li {
    border-bottom: 1px solid #fff;
    list-style: none;
    margin-left: 0; }
  .ml-files ul li a {
    padding: 5px 20px;
    display: block;
    font-size: 15px;
    line-height: 1.8; }
  .ml-files ul li a:hover {
    color: #236bb3;
    text-decoration: none;
    background-color: rgba(177, 177, 177, 0.3); }
  .ml-files ul li:last-child {
    border-bottom: none; }

.ml-blog .blog-2 .boxen, .ml-blog .blog-3 .boxen, .ml-blog .blog-4 .boxen {
  float: left;
  padding: 0 10px;
  box-sizing: border-box; }
  .ml-blog .blog-2 .boxen:before, .ml-blog .blog-3 .boxen:before, .ml-blog .blog-4 .boxen:before, .ml-blog .blog-2 .boxen:after, .ml-blog .blog-3 .boxen:after, .ml-blog .blog-4 .boxen:after {
    content: '';
    clear: both;
    display: block; }
  .ml-blog .blog-2 .boxen {
    width: 50%; }
  @media (max-width: 600px) {
        .ml-blog .blog-2 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog-3 .boxen {
    width: 33.33%; }
  .ml-blog .blog-3 .boxen .box .blog-content .read_more {
    padding: 5px 15px; }
  @media (max-width: 650px) {
        .ml-blog .blog-3 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog-4 .boxen {
    width: 25%; }
  .ml-blog .blog-4 .boxen .box .blog-content .read_more {
    padding: 5px 15px; }
  @media (max-width: 100px) {
        .ml-blog .blog-4 .boxen {
          width: 50%; } }
  @media (max-width: 600px) {
        .ml-blog .blog-4 .boxen {
          float: none;
          width: 100%;
          padding: 0; } }
  .ml-blog .blog_post {
    margin-bottom: 30px; }
  .ml-blog .blog_post .box .blog-image {
    margin-bottom: 20px; }
  .ml-blog .blog_post .box .blog-image img {
    max-width: 100%;
    width: 100%; }
  .ml-blog .blog_post .box .blog-content:before, .ml-blog .blog_post .box .blog-content:after {
    content: '';
    clear: both;
    display: block; }
  .ml-blog .blog_post .box .blog-content h3 {
    margin-bottom: 0;
    border-bottom: none; }
  .ml-blog .blog_post .box .blog-content .meta_data {
    color: #9d9d9d;
    margin-bottom: 10px; }
  .ml-blog .blog_post .box .blog-content .blog-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8; }
  .ml-blog .blog_post .box .blog-content .read_more {
    float: right;
    font-size: 15px;
    line-height: 1.8;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #236bb3;
    color: #fff;
    border-radius: 0; }
  .ml-blog .blog_post .box .blog-content .read_more:hover {
    background-color: #e62d3a;
    color: #fff; }
  .ml-blog .pagination {
    padding-top: 5px; }
  .ml-blog .pagination:before {
    clear: both;
    content: '';
    display: table; }
  .ml-blog .actual_page {
    text-align: center; }
  .ml-blog .page_control {
    color: #236bb3; }
  .ml-blog .page_control a:hover {
    text-decoration: underline; }
  .ml-blog .page_control .forward {
    float: right; }
  .ml-blog .page_control .back {
    float: left; }

#footer .box-inner:before, #footer .box-inner:after {
  content: '';
  clear: both;
  display: block; }
  #footer .blog-image, #footer .blog-content {
    float: left; }
  #footer .blog-image {
    width: 40%;
    margin-right: 15px; }
  #footer .blog-text, #footer .read_more, #footer .pagination {
    display: none; }

#blog_detail {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box; }
  #blog_detail .options {
    position: relative;
    padding: 5px 0 3px 0; }
  #blog_detail .options .left, #blog_detail .options .right {
    min-height: 10px;
    width: 33.33%;
    margin-bottom: 0;
    color: #236bb3;
    display: inline-block; }
  #blog_detail .options .left:hover, #blog_detail .options .right:hover {
    text-decoration: underline; }
  #blog_detail .options .left {
    float: left; }
  #blog_detail .options .center {
    min-height: 10px;
    width: 33.33%;
    text-align: center;
    display: inline-block; }
  #blog_detail .options .right {
    float: right;
    text-align: right; }
  #blog_detail .options_top {
    margin-bottom: 15px;
    border-bottom: 1px solid #9d9d9d; }
  @media (max-width: 375px) {
    #blog_detail .options_top {
      padding-bottom: 20px; } }
  #blog_detail .options_foot {
    border-top: 1px solid #9d9d9d; }
  #blog_detail .blog_head {
    position: relative;
    margin-bottom: 10px; }
  #blog_detail .blog_head .meta_data {
    position: relative;
    color: #9d9d9d; }
  #blog_detail .blog_body {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.8; }
  #blog_detail .blog_body ol {
    margin: 10px 0; }
  #blog_detail .blog_body ol li {
    list-style-position: inside;
    list-style-type: decimal; }
  #blog_detail .blog_body ul {
    margin: 10px 0; }
  #blog_detail .blog_body ul li {
    list-style-position: inside;
    list-style-type: disc; }
  #blog_detail .blog_body a {
    color: #236bb3; }
  #blog_detail .blog_body a:hover {
    text-decoration: underline; }
  #blog_detail .blog_body img {
    float: left;
    margin: 5px 20px 15px 0; }

#footer .ml-socialmedia .link {
  color: #fff; }
  #footer .ml-socialmedia:hover {
    text-decoration: none; }

.one-line {
  padding: 1em; }

.two-lines {
  padding: 2em; }

.three-lines {
  padding: 3em; }

.four-lines {
  padding: 4em; }

.five-lines {
  padding: 5em; }

.six-lines {
  padding: 6em; }

.seven-lines {
  padding: 7em; }

.eight-lines {
  padding: 8em; }

.nine-lines {
  padding: 9em; }

.ten-lines {
  padding: 10em; }

.collapsable-container {
  background-color: #eee;
  position: relative; }
  .collapsable-container > .collapsable-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #ccc; }
  .collapsable-container > .collapsable-title:after {
    display: block;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    content: '';
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translate(50%, -50%) rotate(45deg); }
  .collapsable-container > .collapsable-title.primary {
    color: #236bb3; }
  .collapsable-container > .collapsable-title.secondary {
    color: #e62d3a; }
  .collapsable-container > .collapsable-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    padding: 10px; }
  .collapsable-container > .collapsable-content a {
    color: #236bb3; }
  .collapsable-container.collapsed .collapsable-content {
    display: none; }
  .collapsable-container.collapsed .collapsable-title:after {
    display: block;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    content: '';
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translate(50%, -50%) rotate(-45deg); }

.banner-image-text {
  position: relative; }
  .banner-image-text img {
    width: 100%;
    max-width: 100%; }
  .banner-image-text .full, .banner-image-text .full-gallery {
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center; }
  @media (max-width: 700px) {
    .banner-image-text .full, .banner-image-text .full-gallery {
      height: 30vh; } }
  .banner-image-text .full {
    min-width: 100%; }
  .banner-image-text .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .banner-image-text .img.lighten {
    background-color: rgba(255, 255, 255, 0.3); }
  .banner-image-text .img.darken {
    background-color: rgba(0, 0, 0, 0.3); }

.gallery.lighten :after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3); }
  .gallery.darken :after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.3); }

.second-img img {
  max-width: 50%;
  width: auto; }

.banner-infos-outer {
  position: absolute;
  display: flex;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  left: 50%;
  top: 50%; }
  .banner-infos-outer.is--aligned-left, .banner-infos-outer.is--aligned-right, .banner-infos-outer.is--aligned-center {
    transform: translate(-50%, -20%); }
  .banner-infos-outer.is--aligned-left {
    text-align: left; }
  .banner-infos-outer.is--aligned-left.img-alignment-top .second-img {
    margin-bottom: 30px; }
  .banner-infos-outer.is--aligned-center {
    text-align: center;
    justify-content: center; }
  .banner-infos-outer.is--aligned-center.img-alignment-top .second-img {
    margin-bottom: 30px; }
    .banner-infos-outer.is--aligned-center.img-alignment-top .second-img img {
      margin: 0 auto; }
  .banner-infos-outer.is--aligned-right {
    text-align: right;
    justify-content: end; }
  .banner-infos-outer.is--aligned-right.img-alignment-top .second-img {
    margin-bottom: 30px; }
    .banner-infos-outer.is--aligned-right.img-alignment-top .second-img img {
      display: inline-block; }
  @media (max-width: 960px) {
      .banner-infos-outer.is--aligned-left .text, .banner-infos-outer.is--aligned-center .text, .banner-infos-outer.is--aligned-right .text {
        margin-bottom: 10px; }
        .banner-infos-outer.is--aligned-left .button-container .button, .banner-infos-outer.is--aligned-center .button-container .button, .banner-infos-outer.is--aligned-right .button-container .button {
          padding: 5px 10px; } }
  @media (max-width: 700px) {
      .banner-infos-outer.img-alignment-right .second-img, .banner-infos-outer.img-alignment-left .second-img, .banner-infos-outer.img-alignment-top .second-img {
        display: none; } }
  .banner-infos-outer.img-alignment-right, .banner-infos-outer.img-alignment-left {
    justify-content: space-between; }
  .banner-infos-outer.img-alignment-right .second-img, .banner-infos-outer.img-alignment-left .second-img {
    width: 100%; }
  .banner-infos-outer.img-alignment-right .second-img {
    padding-right: 15px; }
  .banner-infos-outer.img-alignment-right img {
    float: right; }
  .banner-infos-outer.img-alignment-left .second-img {
    padding-left: 15px; }

.banner-infos {
  max-width: 50%;
  padding: 0 15px; }
  .banner-infos.is--color-light {
    color: #ddd; }
  .banner-infos.is--color-light .headline {
    color: #ddd; }
  .banner-infos.is--color-dark {
    color: #333; }
  .banner-infos.is--color-dark .headline {
    color: #333; }
  .banner-infos.font-size-tiny .text {
    font-size: 16px;
    margin-bottom: 10px; }
  .banner-infos.font-size-tiny .button {
    padding: 5px 15px; }
  .banner-infos.font-size-middle .headline {
    font-size: 42px; }
  .banner-infos.font-size-middle .text {
    font-size: 30px; }
  .banner-infos.font-size-big .headline {
    font-size: 60px; }
  .banner-infos.font-size-big .text {
    font-size: 34px; }
  .banner-infos .headline.primary {
    color: #236bb3; }
  .banner-infos .headline.secondary {
    color: #e62d3a; }
  .banner-infos .text {
    margin-bottom: 30px;
    font-size: 18px; }
  @media (max-width: 1400px) {
    .banner-infos .text {
      font-size: 14px; } }
  @media (max-width: 800px) {
    .banner-infos .text {
      font-size: 12px; } }
  .banner-infos .button-container {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background-color: #236bb3;
    color: #fff;
    border-radius: 0; }
  .banner-infos .button-container a {
    text-decoration: none;
    color: #fff; }
  @media (max-width: 1400px) {
      .banner-infos .button-container a {
        font-size: 14px; } }
  @media (max-width: 800px) {
      .banner-infos .button-container a {
        font-size: 12px; } }
  .banner-infos .button-container:hover {
    background-color: #e62d3a;
    color: #fff; }
  @media (max-width: 1400px) {
    .banner-infos .button-container {
      font-size: 14px; } }
  @media (max-width: 1270px) {
  .banner-infos {
    max-width: 100%; } }
  @media (max-width: 960px) {
  .banner-infos {
    display: block; } }
  @media (max-width: 700px) {
  .banner-infos {
    display: none; } }

@keyframes zoom {
  from {
    transform: scale(0%);
    opacity: 0; }

  to {
    transform: scale(100%);
    opacity: 1; } }

.banner-text-animation-zoom .banner-infos .headline {
  animation-name: zoom;
  animation-duration: 3s;
  animation-timing-function: ease; }
  .banner-text-animation-zoom .banner-infos .text {
    animation-name: zoom;
    animation-duration: 2s;
    animation-fill-mode: backwards;
    animation-delay: 1s;
    animation-timing-function: ease; }
  .banner-text-animation-zoom .banner-infos .button-container {
    animation-name: zoom;
    animation-duration: 1s;
    animation-fill-mode: backwards;
    animation-delay: 2s;
    animation-timing-function: ease; }
  .banner-text-animation-zoom-together .banner-infos {
    animation-name: zoom;
    animation-duration: 3s;
    animation-timing-function: ease; }
  .banner-text-animation-zoom-together .second-img {
    animation-name: zoom;
    animation-duration: 3s;
    animation-timing-function: ease; }

.clearfix:before, .clearfix:after {
  content: '';
  clear: both;
  display: block; }

.ml-icon-box .primary-bg .content .icon svg {
  fill: #fff; }
  .ml-icon-box .primary-bg .content .text a {
    color: #fff;
    text-decoration: underline; }
  .ml-icon-box .secondary-bg .content .icon svg {
    fill: #fff; }
  .ml-icon-box .gray-bg .content .icon svg {
    fill: #333; }
  .ml-icon-box .content.left {
    display: flex;
    align-items: center; }
  .ml-icon-box .content.top-center {
    text-align: center; }
  .ml-icon-box .content .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ml-icon-box .content .icon svg {
    fill: #333;
    width: 40px;
    max-height: 40px; }
  .ml-icon-box .content .icon.left {
    margin-right: 10px; }
  .ml-icon-box .content .icon.top-center {
    margin: 0 auto;
    margin-bottom: 10px; }
  .ml-icon-box .content .icon.style-circle {
    background-color: #236bb3;
    padding: 10px;
    border-radius: 100%; }
  .ml-icon-box .content .icon.style-circle svg {
    fill: #fff; }
  .ml-icon-box .content .icon.style-square {
    background-color: #236bb3;
    padding: 10px; }
  .ml-icon-box .content .icon.style-square svg {
    fill: #fff; }
  .ml-icon-box .content .text .paragraph {
    margin-bottom: unset; }
  .ml-icon-box .content .text .headline {
    margin: 0; }
  .ml-icon-box .big .icon.left {
    margin-right: 25px; }

.headline.is--aligned-left {
  text-align: left; }
  .headline.is--aligned-center {
    text-align: center; }
  .headline.is--aligned-right {
    text-align: right; }
  .headline.primary {
    color: #236bb3; }
  .headline.secondary {
    color: #e62d3a; }

.image-link {
  display: block; }

.imganimation img {
  visibility: hidden; }
  .imganimation.animated img {
    visibility: visible; }

.ml-image .left a, .ml-image .center a, .ml-image .right a {
  display: inline-block;
  max-width: 50%; }

.left {
  text-align: left; }

.center {
  display: block !important;
  text-align: center; }

.right {
  text-align: right; }

.paragraph {
  font-size: 15px;
  line-height: 1.8; }
  .paragraph.is--aligned-left {
    text-align: left; }
  .paragraph.is--aligned-center {
    text-align: center; }
  .paragraph.is--aligned-right {
    text-align: right; }

.gallery-type.space {
  margin: 0 -5px; }
  .gallery-type.space.type--thumb .image-link {
    padding: 0 5px 10px;
    box-sizing: border-box; }
  .gallery-type.space.type--slide .image-link {
    margin: 0 5px; }
  .gallery-type:before, .gallery-type:after {
    content: '';
    clear: both;
    display: block; }
  .gallery-type.type--thumb .image-link {
    float: left;
    display: block; }

.type--thumb.gallery--small .image-link {
  width: 12.5%; }
  @media (max-width: 600px) {
      .type--thumb.gallery--small .image-link {
        width: 25%; } }
  @media (max-width: 450px) {
      .type--thumb.gallery--small .image-link {
        width: 20%; } }
  .type--thumb.gallery--middle .image-link {
    width: 20%; }
  @media (max-width: 850px) {
      .type--thumb.gallery--middle .image-link {
        width: 33.33%; } }
  @media (max-width: 600px) {
      .type--thumb.gallery--middle .image-link {
        width: 33.33%; } }
  @media (max-width: 450px) {
      .type--thumb.gallery--middle .image-link {
        width: 25%; } }
  .type--thumb.gallery--big .image-link {
    width: 33.33%; }
  @media (max-width: 850px) {
      .type--thumb.gallery--big .image-link {
        width: 50%; } }

img {
  display: block;
  width: 100%;
  max-width: 100%; }

.image-link {
  overflow: hidden; }

.gray img {
  filter: grayscale(100%); }
  .gray img:hover {
    filter: unset; }

.zoom img:hover {
  transform: scale(110%);
  z-index: 1; }

@media (max-width: 450px) {
        .googlemaps-container .datenschutzmodus .hinweis, .googlemaps-container .datenschutzmodus .schaltflaeche {
          font-size: 12px; } }
  @media (max-width: 450px) {
      .googlemaps-container .datenschutzmodus .schaltflaeche {
        padding: 10px; } }
  .googlemaps-container iframe {
    width: 100%;
    height: 100%; }

.full, .seventy, .fivety, .thirty, .ten {
  height: 1px;
  background-color: #9d9d9d;
  margin-left: auto;
  margin-right: auto; }

.full {
  width: 100%; }

.seventy {
  width: 70%; }

.fivety {
  width: 50%; }

.thirty {
  width: 30%; }

.ten {
  width: 10%; }

.double {
  margin-bottom: 2px; }

.space {
  margin-bottom: 30px; }

.editly_engine_edit_mode_active .ml-trennlinie .full > div, .editly_engine_edit_mode_active .ml-trennlinie .seventy > div, .editly_engine_edit_mode_active .ml-trennlinie .fivety > div, .editly_engine_edit_mode_active .ml-trennlinie .thirty > div, .editly_engine_edit_mode_active .ml-trennlinie .ten > div {
  height: 100%; }

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0; }
  .iframe-container.quer {
    padding-bottom: 75%; }
  .iframe-container.quadratisch {
    padding-bottom: 100%; }
  .iframe-container.hochkant {
    padding-bottom: 133.33333%; }
  .iframe-container iframe, .iframe-container .datenschutzmodus {
    position: absolute;
    width: 100%;
    height: 100%; }
  .iframe-container iframe {
    border: 0; }
  @media (max-width: 450px) {
      .iframe-container .datenschutzmodus .hinweis, .iframe-container .datenschutzmodus .schaltflaeche {
        font-size: 12px; } }
  @media (max-width: 310px) {
      .iframe-container .datenschutzmodus .hinweis {
        max-height: 100px;
        overflow-y: scroll; } }
  @media (max-width: 450px) {
      .iframe-container .datenschutzmodus .schaltflaeche {
        padding: 10px; } }

.is--center {
  display: flex;
  align-items: center; }
  .is--center.right {
    flex-direction: row-reverse; }
  .is--center .img, .is--center .content {
    width: 50%; }
  .is--center .img {
    margin-bottom: unset; }
  .is--center.centered {
    display: block; }
  .is--center.centered .img, .is--center.centered .content {
    width: unset; }

.white-bg .content .headline, .gray-bg .content .headline, .primary-bg .content .headline, .secondary-bg .content .headline {
  margin: 0; }

.white-bg {
  background-color: #fff;
  color: #333; }
  .white-bg .headline.standard h2, .white-bg .headline.standard h3, .white-bg .headline.standard h4, .white-bg .headline.standard h5, .white-bg .headline.standard h6 {
    color: #333; }

.gray-bg {
  background-color: #dedede;
  color: #333; }
  .gray-bg .headline.standard h2, .gray-bg .headline.standard h3, .gray-bg .headline.standard h4, .gray-bg .headline.standard h5, .gray-bg .headline.standard h6 {
    color: #333; }

.primary-bg {
  background-color: #236bb3;
  color: #fff; }
  .primary-bg .headline.standard h2, .primary-bg .headline.standard h3, .primary-bg .headline.standard h4, .primary-bg .headline.standard h5, .primary-bg .headline.standard h6 {
    color: #fff; }
  .primary-bg .button {
    background-color: #e62d3a;
    color: #fff; }
  .primary-bg .button:hover {
    text-decoration: underline; }

.secondary-bg {
  background-color: #e62d3a;
  color: #fff; }
  .secondary-bg .headline.standard h2, .secondary-bg .headline.standard h3, .secondary-bg .headline.standard h4, .secondary-bg .headline.standard h5, .secondary-bg .headline.standard h6 {
    color: #fff; }

.white-border, .gray-border, .primary-border, .secondary-border {
  border-width: 3px;
  border-style: solid; }

.white-border {
  border-color: #fff; }

.gray-border {
  border-color: #dedede; }

.primary-border {
  border-color: #236bb3; }

.secondary-border {
  border-color: #e62d3a; }

.img.is--aligned-left {
  float: left;
  margin-right: 40px; }
  .img.is--aligned-center {
    margin-bottom: 20px; }
  .img.is--aligned-center img {
    margin: 0 auto; }
  .img.is--aligned-right {
    float: right;
    margin-left: 40px; }

.paragraph.is--aligned-left, .headline.is--aligned-left, div.is--aligned-left {
  text-align: left; }
  .paragraph.is--aligned-center, .headline.is--aligned-center, div.is--aligned-center {
    text-align: center; }
  .paragraph.is--aligned-right, .headline.is--aligned-right, div.is--aligned-right {
    text-align: right; }

.content .paragraph {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px; }

.headline {
  margin-bottom: 10px; }
  .headline.primary h2, .headline.primary h3, .headline.primary h4, .headline.primary h5, .headline.primary h6 {
    color: #236bb3; }
  .headline.secondary h2, .headline.secondary h3, .headline.secondary h4, .headline.secondary h5, .headline.secondary h6 {
    color: #e62d3a; }

.button-outer {
  padding: 6px 0;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #fff; }
  .button-outer a.button {
    padding: 10px 20px;
    background-color: #236bb3;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    border-radius: 0; }
  .button-outer a.button:hover {
    background-color: #e62d3a;
    color: #fff;
    text-decoration: none; }

.content {
  box-sizing: border-box; }
  .content.little {
    padding: 10px; }
  .content.big {
    padding: 25px; }

.clearfix:before, .clearfix:after {
  content: '';
  clear: both;
  display: block; }

.editly_grid_col_33 .standard .img, .editly_grid_col_25 .standard .img, .editly_grid_col_33 .is--center .img, .editly_grid_col_25 .is--center .img {
  float: none;
  margin: 0 0 20px; }
  .editly_grid_col_33 .is--center, .editly_grid_col_25 .is--center {
    display: block; }
  .editly_grid_col_33 .is--center .img, .editly_grid_col_25 .is--center .img, .editly_grid_col_33 .is--center .content, .editly_grid_col_25 .is--center .content {
    width: unset; }

.editly_grid_col_50 .standard .img {
  float: none;
  margin: 0 0 20px; }

@media (max-width: 1200px) {
  .editly_grid_col_50 .standard .img {
    float: none;
    margin: 0 0 20px; } }

@media (max-width: 1000px) {
  .editly_grid_col_50 .is--center {
    display: block; }
    .editly_grid_col_50 .is--center .img, .editly_grid_col_50 .is--center .content {
      width: unset; }
    .editly_grid_col_50 .is--center .img {
      float: none;
      margin: 0 0 20px; } }

@media (max-width: 1100px) {
  .editly_grid_col_66 .standard .img {
    float: none;
    margin: 0 0 20px; } }

@media (max-width: 900px) {
  .editly_grid_col_66 .standard .img, .editly_grid_col_75 .standard .img, .editly_grid_col_66 .is--center .img, .editly_grid_col_75 .is--center .img {
    float: none;
    margin: 0 0 20px; }
    .editly_grid_col_66 .is--center, .editly_grid_col_75 .is--center {
      display: block; }
      .editly_grid_col_66 .is--center .img, .editly_grid_col_75 .is--center .img, .editly_grid_col_66 .is--center .content, .editly_grid_col_75 .is--center .content {
        width: unset; } }

@media (max-width: 840px) {
  .editly_grid_col_100 .standard .img.is--aligned-left, .editly_grid_col_100 .standard .img.is--aligned-right {
    width: 40%; } }

@media (max-width: 650px) {
  .editly_grid_col_33 .standard .img.is--aligned-left, .editly_grid_col_33 .standard .img.is--aligned-right {
    width: 40%; }
    .editly_grid_col_33 .standard .img.is--aligned-left {
      float: left;
      margin-right: 40px; }
    .editly_grid_col_33 .standard .img.is--aligned-right {
      float: right;
      margin-left: 40px; }

  .editly_grid_col_100 .is--center {
    display: block; }
    .editly_grid_col_100 .is--center .img, .editly_grid_col_100 .is--center .content {
      width: unset; }
    .editly_grid_col_100 .is--center .img {
      float: none;
      margin: 0 0 20px; } }

@media (max-width: 580px) {
  .editly_grid_col_100 .standard .img.is--aligned-left, .editly_grid_col_33 .standard .img.is--aligned-left, .editly_grid_col_100 .standard .img.is--aligned-right, .editly_grid_col_33 .standard .img.is--aligned-right {
    float: none;
    margin: 0 0 20px;
    width: 100%; } }

.officialname, .strasse, .plz, .ort, .land, .tel, .fax, .mail, .web {
  font-size: 15px;
  line-height: 1.8; }

.officialname, .land, .fax {
  padding-bottom: 10px; }

.plz {
  float: left; }

.dot ul li, .checkmark ul li, .square ul li, .cross ul li, .dot ol li, .checkmark ol li, .square ol li, .cross ol li {
  font-size: 15px;
  line-height: 1.8; }

.dot ul li, .dot ol li {
  list-style: disc; }

.checkmark ul li, .checkmark ol li {
  list-style: none; }
  .checkmark ul li:before, .checkmark ol li:before {
    content: "✓";
    width: 100%;
    height: 100%;
    padding-right: 5px; }

.cross ul li, .cross ol li {
  list-style: none; }
  .cross ul li:before, .cross ol li:before {
    content: "✗";
    width: 100%;
    height: 100%;
    padding-right: 5px; }

.square ul li, .square ol li {
  list-style: square; }

.name, .position, .tel, .mail {
  font-size: 15px;
  line-height: 1.8; }

.name {
  font-weight: bold; }

.effekt {
  filter: grayscale(100%); }
  .effekt:hover {
    filter: unset; }

.container-navigation ul li {
  position: relative;
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin-left: unset; }
  .container-navigation ul li a {
    color: #333; }
  .container-navigation ul li:hover > ul {
    display: flex; }
  .container-navigation ul li.active.haschilds:after, .container-navigation ul li.flag.haschilds:after {
    border-right: 1px solid #e62d3a;
    border-bottom: 1px solid #e62d3a; }
  .container-navigation ul li.active a, .container-navigation ul li.flag a {
    color: #e62d3a; }
  .container-navigation ul li.active ul, .container-navigation ul li.flag ul {
    display: block; }
  .container-navigation ul li.active ul li, .container-navigation ul li.flag ul li {
    border-bottom: none; }
  .container-navigation ul li.active ul li a, .container-navigation ul li.flag ul li a {
    color: #333; }
    .container-navigation ul li.active ul li a:hover, .container-navigation ul li.flag ul li a:hover {
      color: #e62d3a; }
  .container-navigation ul li.active ul li.active a, .container-navigation ul li.flag ul li.active a, .container-navigation ul li.active ul li.flag a, .container-navigation ul li.flag ul li.flag a {
    color: #e62d3a; }
  .container-navigation ul li:last-child {
    border-bottom: none; }
  .container-navigation ul ul {
    display: none;
    flex-flow: column wrap;
    align-items: stretch;
    z-index: 100;
    background-color: #fff; }
  .container-navigation ul ul li {
    display: block; }
  .container-navigation .level-0 > li.haschilds {
    padding-right: 30px;
    position: relative; }
  .container-navigation .level-0 > li.haschilds:after {
    display: block;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    content: '';
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translate(50%, -50%) rotate(45deg); }
  .container-navigation .level-1 {
    top: 100%;
    left: 0; }
  .container-navigation .level-1 a {
    font-size: 0.9rem; }
  .container-navigation .level-1 > li.haschilds {
    padding-right: 30px;
    position: relative; }
  .container-navigation .level-1 > li.haschilds:after {
    display: block;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    content: '';
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translate(50%, -50%) rotate(45deg); }
  .container-navigation .level-2 {
    top: 0;
    left: 100%;
    margin-left: 1.5em; }
  .container-navigation .level-2 a {
    font-size: 0.8rem; }
  .container-navigation a {
    padding: 5px 0; }
  .container-navigation a:hover {
    color: #e62d3a; }
  .container-navigation a:hover:before {
    width: 0; }
  @media (max-width: 600px) {
  .container-navigation {
    display: block; } }

.button-container:before, .button-container:after {
  content: '';
  clear: both;
  display: block; }
  .button-container.is--aligned-left {
    text-align: left; }
  .button-container.is--aligned-left .button {
    float: left; }
  .button-container.is--aligned-center {
    text-align: center; }
  .button-container.is--aligned-center .button {
    margin: 0 auto; }
  .button-container.is--aligned-right {
    text-align: right; }
  .button-container.is--aligned-right .button {
    float: right; }
  .button-container .button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.8;
    text-decoration: none;
    background-color: #236bb3;
    color: #fff;
    border-radius: 0; }
  .button-container .button:hover {
    background-color: #e62d3a;
    color: #fff; }

.container-socialmedia:before, .container-socialmedia:after {
  content: '';
  clear: both;
  display: block; }
  .container-socialmedia .link {
    padding: 7px;
    padding-top: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 3px;
    float: left;
    border-radius: 0; }
  .container-socialmedia .link svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transform: translate(0, 20%); }
  .container-socialmedia .link:hover {
    text-decoration: none; }
  @media (max-width: 450px) {
    .container-socialmedia .link span {
      display: none; } }
  .container-socialmedia .original .facebook {
    background-color: #4172b8; }
  .container-socialmedia .original .facebook:hover {
    background-color: #648dc8; }
  .container-socialmedia .original .twitter {
    background-color: #1da1f2; }
  .container-socialmedia .original .twitter:hover {
    background-color: #4db5f5; }
  .container-socialmedia .original .google {
    background-color: #4285f4; }
  .container-socialmedia .original .google:hover {
    background-color: #72a4f7; }
  .container-socialmedia .original .pinterest {
    background-color: #bd081c; }
  .container-socialmedia .original .pinterest:hover {
    background-color: #ee0a23; }
  .container-socialmedia .original .instagram {
    background-color: #e4405f; }
  .container-socialmedia .original .instagram:hover {
    background-color: #ea6d84; }
  .container-socialmedia .original .youtube {
    background-color: #f00; }
  .container-socialmedia .original .youtube:hover {
    background-color: #f66; }
  .container-socialmedia .original .vimeo {
    background-color: #1ab7ea; }
  .container-socialmedia .original .vimeo:hover {
    background-color: #49c6ee; }
  .container-socialmedia .original .xing {
    background-color: #006567; }
  .container-socialmedia .original .xing:hover {
    background-color: #00979a; }
  .container-socialmedia .original .email {
    background-color: #168de2; }
  .container-socialmedia .original .email:hover {
    background-color: #3fa4ec; }
  .container-socialmedia .primary .link {
    background-color: #236bb3; }
  .container-socialmedia .primary .link.facebook:hover {
    background-color: #4172b8; }
  .container-socialmedia .primary .link.twitter:hover {
    background-color: #1da1f2; }
  .container-socialmedia .primary .link.google:hover {
    background-color: #4285f4; }
  .container-socialmedia .primary .link.pinterest:hover {
    background-color: #bd081c; }
  .container-socialmedia .primary .link.instagram:hover {
    background-color: #e4405f; }
  .container-socialmedia .primary .link.youtube:hover {
    background-color: #f00; }
  .container-socialmedia .primary .link.vimeo:hover {
    background-color: #1ab7ea; }
  .container-socialmedia .primary .link.xing:hover {
    background-color: #006567; }
  .container-socialmedia .primary .link.email:hover {
    background-color: #168de2; }
  .container-socialmedia .primary .link svg {
    fill: #fff; }
  .container-socialmedia .gray .link {
    background-color: #7d7d7d; }
  .container-socialmedia .gray .link.facebook:hover {
    background-color: #4172b8; }
  .container-socialmedia .gray .link.twitter:hover {
    background-color: #1da1f2; }
  .container-socialmedia .gray .link.google:hover {
    background-color: #4285f4; }
  .container-socialmedia .gray .link.pinterest:hover {
    background-color: #bd081c; }
  .container-socialmedia .gray .link.instagram:hover {
    background-color: #e4405f; }
  .container-socialmedia .gray .link.youtube:hover {
    background-color: #f00; }
  .container-socialmedia .gray .link.vimeo:hover {
    background-color: #1ab7ea; }
  .container-socialmedia .gray .link.xing:hover {
    background-color: #006567; }
  .container-socialmedia .gray .link.email:hover {
    background-color: #168de2; }
  .container-socialmedia .gray .link svg {
    fill: #fff; }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%; }
  .video-container.spec-16-9 {
    padding-bottom: 56.25%; }
  .video-container.spec-16-10 {
    padding-bottom: 62.5%; }
  .video-container.spec-4-3 {
    padding-bottom: 75%; }
  .video-container iframe, .video-container .datenschutzmodus {
    position: absolute;
    width: 100%;
    height: 100%; }
  @media (max-width: 450px) {
      .video-container .datenschutzmodus .hinweis, .video-container .datenschutzmodus .schaltflaeche {
        font-size: 12px; } }
  @media (max-width: 490px) {
      .video-container .datenschutzmodus .hinweis {
        max-height: 100px;
        overflow-y: scroll; } }
  @media (max-width: 310px) {
      .video-container .datenschutzmodus .hinweis {
        max-height: 50px; } }
  @media (max-width: 450px) {
      .video-container .datenschutzmodus .schaltflaeche {
        padding: 10px; } }

.banner-video-container {
  width: 100%;
  position: relative;
  height: 0; }
  .banner-video-container.full {
    padding-bottom: 100vh; }
  .banner-video-container.limited {
    padding-bottom: 18.7%; }
  .banner-video-container iframe, .banner-video-container .datenschutzmodus {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  @media (max-width: 450px) {
      .banner-video-container .datenschutzmodus .hinweis, .banner-video-container .datenschutzmodus .schaltflaeche {
        font-size: 12px; } }
  @media (max-width: 450px) {
      .banner-video-container .datenschutzmodus .schaltflaeche {
        padding: 10px; } }

.quote-image {
  border-radius: 100%;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
  margin: 0 auto; }
  .quote-image img {
    max-width: 100%; }

.quote-content {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 1.8; }
  .quote-content .name {
    font-size: 18px;
    font-variant: small-caps; }
  .quote-content .quotation_one {
    position: absolute;
    width: 65px;
    opacity: 0.15;
    top: 0;
    left: 0; }
  .quote-content .quotation_one svg {
    fill: #333; }

@media (max-width: 900px) {
    .editly_grid_row_cols2 .editly_grid_col_75:nth-child(odd), .editly_grid_row_cols2 .editly_grid_col_25:nth-child(odd), .editly_grid_row_cols2 .editly_grid_col_33:nth-child(odd), .editly_grid_row_cols2 .editly_grid_col_66:nth-child(odd), .editly_grid_row_cols4 .editly_grid_col_75:nth-child(odd), .editly_grid_row_cols4 .editly_grid_col_25:nth-child(odd), .editly_grid_row_cols4 .editly_grid_col_33:nth-child(odd), .editly_grid_row_cols4 .editly_grid_col_66:nth-child(odd) {
      clear: both; } }

.navigation a:before {
  background: #e62d3a; }
