/*
Farben:
ROT / ACCENT:
- rgba(227,30,36,*)
- #E31E24

SCHWARZ:
- #303E41

*/

html {
	overflow-x: hidden;
}
html, body {
	font-size: 16px;
	background: #FFF;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	html, body {
		font-size: 15px;
	}
}

/* mobile */
@media (max-width: 767px) {
	html, body {
		font-size: 12px;
	}
}

* {
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: auto;
}
body {
	color: #303E41;
	background-color: #FFF;
	font-family: 'Roboto Mono', monospace;
	line-height: 1.8rem;
	font-weight: normal;
	margin: 0;
}

html:has(body.video_layout), html:has(.menu-container.open) {
	overflow: hidden;
	height: 100vh;
}
.normal-text {
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
}

.bold-text {
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
}

.italic-text {
	font-family: 'Roboto Mono', monospace;
	font-style: italic;
	font-weight: 400;
}

.bold-italic-text {
	font-family: 'Roboto Mono', monospace;
	font-style: italic;
	font-weight: 700;
}

.saira-extra-text {
	font-family: "Saira Extra Condensed", sans-serif;
}

.saira-extra.condensed-thin {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.saira-extra.condensed-extralight {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.saira-extra.condensed-light {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.saira-extra.condensed-regular {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.saira-extra.condensed-medium {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.saira-extra.condensed-semibold {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.saira-extra.condensed-bold {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.saira-extra.condensed-extrabold {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.saira-extra.condensed-black {
	font-family: "Saira Extra Condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
}

p {
	margin: 0 0 15px 0;
}
#wrapper a {
	color: #303E41;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
	text-decoration: none;
	display: inline-block;
}
#wrapper a:hover {
	text-decoration: none;
	border-bottom: none;
	font-weight: 600;
}
#fix-wrapper {
	position: fixed;
	width: 100%;
	z-index: 2;
}
#slider {
	margin-top: 130px;
	position: relative;
}
body:not(.video_layout) #contentwrapper {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body:not(.video_layout) #contentwrapper #wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body:not(.video_layout) #contentwrapper #wrapper #container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

body:not(.video_layout) #contentwrapper #wrapper #container #main {
	flex: 1;
}

.ce_downloads ul {
	padding-left: 0;
}
.autogrid_row.same_height {
	overflow: hidden;
}
.invisible {
	opacity: 0;
	display: none!important;
}
.autogrid_row.same_height > .column.sliderpad .ce_text {
	padding: 5%;
}
.autogrid_row.same_height > .column.sliderpad .ce_text p {
	font-size: 3.65em;
	line-height: 1.15em;
	font-weight: 900;
	margin: 0;
}
.autogrid_row.same_height > .column.sliderpad .ce_text p span {
	font-weight: 400;
}
.clear {
	opacity: 0;
	height: 0;
	margin: 0;
}
.cookiebar {
	background: #303E41;
}
.cookiebar__link {
	text-decoration: none;
}
.cookiebar__message, .cookiebar__text {
	margin-right: 0;
}
.cookiebar__button {
    background-color: #E31E24;
    color: #fff;
    font-weight: 900;
    float: right;
    margin-left: 30px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.cookiebar__button:hover {
    background-color: #E31E24;
	opacity: 0.8;
}


/* =============================================================================
 * swiper-slide (scripts/swiper/)
 * ========================================================================== */

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-container.hide-arrows .swiper-button-next,
.swiper-container.hide-arrows .swiper-button-prev {
	display: none;
}

.swiper-container-horizontal .swiper-pagination {
	bottom:10px;
	left:0;
	width:100%;
}

.swiper-container-vertical .swiper-pagination {
	bottom: auto;
	right: 30px;
}

.swiper-pagination-bullet {
	border: 2px solid rgb(255,255,255);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.6);
	background: rgb(255,255,255);
}

.swiper-pagination-bullet {
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: rgba(0,0,0,0.5);
	opacity: 1;
}

.swiper-pagination-bullet {
	height: 12px;
	width: 12px;
}

.swiper-button-next,
.swiper-button-prev {
	background: none;
	margin-top: -45px;
	opacity: 0.3!important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1!important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 70px;
	line-height: 70px;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.swiper-button-prev:after {
	content: "\f104";
}

.ce_swiper-slider-start .swiper-pagination {
	display: none;
}

.ce_swiper-slider-start .swip-pagination .swiper-pagination {
	display: block;
	z-index: 100;
}

.ce_swiper-slider-start .pagination-left .swiper-pagination {
	text-align: left;
}

.ce_swiper-slider-start .pagination-right .swiper-pagination {
	text-align: right;
}

/* style2_dark */
.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet {
	background: rgba(0,0,0,.15);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgb(0,0,0);
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	background: rgb(0,0,0);
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_dark .swiper-button-next:after,
.ce_swiper-slider-start.style2_dark .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(0,0,0,0.9);
}

/* style2_light */
.ce_swiper-slider-start.style2_light .swiper-pagination-bullet {
	background: rgba(255,255,255,0.5);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_light .swiper-button-next:after,
.ce_swiper-slider-start.style2_light .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(255,255,255,0.9);
}


/* ce_image */
#header .ce_image .image_container img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}
/* mobile */
@media (max-width: 767px) {
	#header .ce_image .image_container img {
		height: 230px;
	}
}
.ce_image .image_container img.not-fullwidth {
    width: auto;
    height: auto;
}
.ce_gallery .image_container {
    overflow: hidden;
}
.ce_gallery .image_container {
    overflow: hidden;
	margin: 0;
}
.image_container {
    position: relative;
    padding: 0;
    line-height: 0;
}
header, footer, nav, section, aside, article, figure, figcaption {
	display: block;
}
.ce_gallery li img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.image_container img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
	line-height: 0;
}
.ce_gallery a {
    width: 100%;
    height: 100%;
    display: block;
	line-height: 0;
}
.ce_gallery .content {
    background: rgba(227,30,36,0.5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.ce_gallery .content-outside {
    display: table;
    width: 100%;
    height: 100%;
}
.ce_gallery .content-inside {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: rgb(255,255,255);
    line-height: 1.5;
}
.ce_gallery .capt {
    font-size: inherit;
    font-size: 0.8rem;
}
.ce_gallery .image_container i.fa.fa-plus-circle {
    position: relative;
    height: 50px;
    width: 50px;
}
.ce_gallery .image_container i.fa.fa-plus-circle:after {
    content: '';
    width: 50px;
    height: 1px;
    background: rgb(255,255,255);
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
}
.ce_gallery .image_container i.fa.fa-plus-circle:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.swiper-pagination-bullet {
    box-shadow: none;
    width: 16px;
    height: 16px;
    opacity: 1 !important;
    background: none !important;
    border: none !important;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #303E41 !important;
}


/* header */
.header {
	position: relative;
	background: #fff;
	height: 330px;
}
/* mobile */
@media (max-width: 767px) {
	.header {
		height: 230px;
	}
}
p.header {
	box-shadow: none;
}
.header:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
}
.main-navigation {
	position: absolute;
	top: 0;
	right: 0;
	margin:40px 70px;
}
.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-navigation ul li {
	display: inline-block;
	line-height: 4em;
	font-size: 1.1em;
}
.main-navigation ul li a, .main-navigation ul li span, .main-navigation ul li strong {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	font-weight: 500;
}
.main-navigation ul li.active strong {
	color: #FFF;
	font-weight: 900;
	padding-left: 20px;
}

.main-navigation ul li strong {
	text-decoration: underline;
}
.main-navigation  {
	display: none;
}

.color-white, .color-white p, .color-white a, .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 {
	color: #fff !important;
}
.bg-accent {
	background: #E31E24;
}

/* footer */
#footer {
	margin-top: 90px;
}
#footer .inside {
    width: 100%;
    max-width: 1850px;
    margin: 0 auto;
    position: relative;
	background: #E31E24;
	color: #fff !important;
	padding: 60px 0;
	box-shadow: 0px -10px 50px rgba(0,0,0,0.4);
}
#footer .inside a {
	color: #fff;
}
#footer .topinhalte .ce_text, #footer .topinhalte .ce_table {
    padding-left: 0;
}
.footer-navigation-wrapper {
    max-width: 1340px;
    margin: 0 auto;
	width: 100%;
	display: table;
	padding: 0;
}
.footer-navigation-wrapper > div {
	padding: 0 40px;
}
header, footer, nav, section, aside, article, figure, figcaption {
	display: block;
}

#container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#chromeframe {
	background: red;
	padding: 10px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 10000;
}

.animate {
	opacity: 0;
}

.animate.nowaypoint {
	opacity: 1;
}

.ce_gallery > ul.cols_1 > li {
	width: 100%;
}
.ce_gallery > ul.cols_2 > li {
	width: 49.25%;
}
.ce_gallery > ul.cols_3 > li {
	width: 32.33333%;
}
.ce_gallery > ul.cols_4 > li {
	width: 23.875%;
}
.ce_gallery > ul.cols_5 > li {
	width: 18.8%;
}
.ce_gallery > ul.cols_6 > li {
	width: 15.41667%;
}
.ce_gallery > ul.cols_7 > li {
	width: 13%;
}
.ce_gallery > ul.cols_8 > li {
	width: 11.1875%;
}
.ce_gallery > ul.cols_9 > li {
	width: 9.77778%;
}
.ce_gallery > ul.cols_10 > li {
	width: 8.65%;
}
.ce_gallery > ul.cols_11 > li {
	width: 7.72727%;
}
.ce_gallery > ul.cols_12 > li {
	width: 6.95833%;
}
@media screen and (max-width: 599px) {
	.ce_gallery {
		/* doubled class for specificity */
	}
	.ce_gallery.ce_gallery > ul > li {
		width: auto;
	}
}
.ce_gallery.no-resize > ul > li {
	width: auto;
}
.ce_gallery > ul {
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.ce_gallery > ul:before {
	content: "";
	display: table;
}
.ce_gallery > ul:after {
	content: "";
	display: table;
	clear: both;
}
.ce_gallery > ul > li {
	float: left;
	width: 23.875%;
	margin: 1.5% 0 0 1.5%;
}
@media screen and (max-width: 599px) {
	.ce_gallery > ul > li {
		margin-right: 0;
		margin-left: 0;
	}
}
.ce_gallery > ul > li.col_first {
	clear: left;
	margin-left: 0;
}
.ce_gallery > ul > li.col_last {
	/* for rounding failures */
	margin-right: -1%;
}
.ce_gallery > ul > li > .image_container {
	width: 100%;
}
.ce_gallery img {
	width: 100%;
	height: auto;
}
.ce_gallery .col_1, .ce_gallery .col_2, .ce_gallery .col_3, .ce_gallery .col_4, .ce_gallery .col_5, .ce_gallery .col_6, .ce_gallery .col_7, .ce_gallery .col_8, .ce_gallery .col_9, .ce_gallery .col_10, .ce_gallery .col_11, .ce_gallery .col_12 {
    flex: none;
    max-width: 100%;
}


/* top */
#top {
	display: none;
}
#top .inside {
    max-width: 1260px;
    margin: 0 auto;
	width: 100%;
	display: table;
	padding: 20px 0;
	border-bottom: 2px solid #E31E24;
}
.topinhalte .ce_text, .topinhalte .ce_table {
	padding: 7.5% 10%;
}
.topinhalte p {
	margin: 0;
}
.topinhalte a {
	text-decoration: none;
}
.topinhalte i {
	width: 1.5em;
}

/* table */
.ce_table table {
	width: 100%;
}
.ce_table table td, .ce_table table th {
	vertical-align: top;
	padding: 0;
}
.ce_table table th {
	font-weight: normal;
	text-align: left;
}

/* slider */
#slider {
	/*margin-top: 70px;*/
}
#slider .inside {
	width: 100%;
	max-width: 1850px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0px 20px 50px rgba(0,0,0,0.4);
}
#slider .smallh {
	height: 300px;
}

#slider .ce_image, #slider .ce_image .image_container {
    height: 100%;
}
#slider .ce_image .image_container img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
}
#slider .ce_image.valign_bottom .image_container img {
    object-position: bottom center;
}
#slider .smallh div {
	height: 100%;
}
#open_toptrigger {
	cursor: pointer;
	text-transform: uppercase;
	padding: 5px 10px;
	color: #fff;
	font-weight: 900;
	background: #E31E24;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* wrapper */
#wrapper .inside {
	padding: 0 40px;
}
#wrapper .mod_article {
	display: block;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 40px;
	position: relative;
	z-index: 1;
}

body.video_layout #wrapper .mod_article {
	background-color: transparent;
}
@media (max-width: 767px) {
	#wrapper .mod_article {
		padding: 40px 30px;
	}
}

#wrapper .ce_text ul {
	list-style: none;
	padding: 0;
}
#wrapper .ce_text ul li {
  padding-left: 1.3em;
}
#wrapper .ce_text ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

/* Margins */
.mt-xxl {
	margin-top: 100px;
}
.mt-xl {
	margin-top: 80px;
}
.mt-l {
	margin-top: 60px;
}
.mt-m {
	margin-top: 50px;
}
.mt-s {
	margin-top: 40px;
}
.mt-xs {
	margin-top: 30px;
}
.mt-xxs {
	margin-top: 20px;
}
.mb-xxl {
	margin-bottom: 100px;
}
.mb-xl {
	margin-bottom: 80px;
}
.mb-l {
	margin-bottom: 60px;
}
.mb-m {
	margin-bottom: 50px;
}
.mb-s {
	margin-bottom: 40px;
}
.mb-xs {
	margin-bottom: 30px;
}
.mb-xxs {
	margin-bottom: 20px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-10 {
	margin-bottom: 10px;
}

/* Bottom */
#bottom .inside {
    max-width: 1340px;
    margin: 0 auto;
	width: 100%;
	display: table;
	padding: 0;
	height: 70px;
	line-height: 70px;
	text-align: right;
}
#bottom .copyright {
	padding: 0 40px;
}
#bottom .copyright a {
	color: #000;
	text-decoration: none;
	margin-right: 20px;
	font-size: .9rem;
	font-weight: 500;
}
.ce_hyperlink.button a {
    padding: 10px 15px;
    text-align: center;
    min-width: 140px;
    border: 2px solid #303E41 !important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.ce_hyperlink.button a:hover {
    background: #303E41;
	color: #fff !important;
}


/* Fonts */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.15em;
	hyphens: auto;
}
h1, h2 {
	font-weight: 800;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 400;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 1.875rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.375rem;
}
h6 {
	font-size: 1.125rem;
}

/* Iconbox */
.iconbox {
	text-align: center;
}
.iconbox i {
	font-size: 3em;
}
.iconbox i:after {
    content: " ";
    display: block;
    width: 50px;
    height: 2px;
    background: #E31E24;
    margin: 20px auto 0;
}
.iconbox h5 {
	margin: 20px 0;
}
.iconboxwrapper .column {
	border-right: 2px solid #E31E24;
}
.iconboxwrapper .column:last-child {
	border-right: none;
}

.downloadbereich .ce_downloads {
	border-top: 2px solid grey;
	margin-top: 102px;
}
.leistungsbereich .column.col_8 .ce_text {
	border-top: 2px solid grey;
	margin-top: 102px;
	padding-top: 15px;
}

.leistungsbox .iconbox {
	background: grey;
	color: #fff !important;
	padding: 20px 0 20px 0;
}
.leistungsbox .iconbox i:after {
    background: #fff;
}


.ce_gallery .capt {
	font-size: inherit;
}
.image_container {
	margin: 0;
	line-height: 0;
}

.swip-pagination .swiper-wrapper {
	padding-bottom: 60px;
}

.swiper-wrapper {
	padding-bottom: 0px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: -75px;
}

/* =============================================================================
 * swiper-slide (scripts/swiper/)
 * ========================================================================== */

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-container.hide-arrows .swiper-button-next,
.swiper-container.hide-arrows .swiper-button-prev {
	display: none;
}

.swiper-container-horizontal .swiper-pagination {
	bottom: auto;
	left: auto;
	width:100%;
	position: static;
}

.swiper-container-vertical .swiper-pagination {
	bottom: auto;
	right: 30px;
}

.swiper-pagination-bullet {
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #303E41;
	background: #fff;
}

.swiper-pagination-bullet {
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #303E41;
	opacity: 1;
}

.swiper-pagination-bullet {
	height: 12px;
	width: 12px;
}

.swiper-button-next,
.swiper-button-prev {
	background: none;
	margin-top: -45px;
	opacity: 0.3!important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1!important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 70px;
	line-height: 70px;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.swiper-button-prev:after {
	content: "\f104";
}

.ce_swiper-slider-start .swiper-pagination {
	display: none;
}

.ce_swiper-slider-start .swip-pagination .swiper-pagination {
	display: block;
	z-index: 100;
}

.ce_swiper-slider-start .pagination-left .swiper-pagination {
	text-align: left;
}

.ce_swiper-slider-start .pagination-right .swiper-pagination {
	text-align: right;
}

/* style2_dark */
.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet {
	background: rgba(0,0,0,.15);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgb(0,0,0);
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	background: rgb(0,0,0);
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_dark .swiper-button-next:after,
.ce_swiper-slider-start.style2_dark .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(0,0,0,0.9);
}

/* style2_light */
.ce_swiper-slider-start.style2_light .swiper-pagination-bullet {
	background: rgba(255,255,255,0.5);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_light .swiper-button-next:after,
.ce_swiper-slider-start.style2_light .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(255,255,255,0.9);
}

body.menuactive #fix-wrapper {
	filter: blur(5px);
}
body.menuactive .cmenu-trigger-wrapper {
	opacity: 0;
	visibility: hidden;
	display: none;
}
body.fixed-header.menuactive #fix-wrapper {
	filter: none;
}

body.menuactive #slider, body.menuactive #wrapper, body.menuactive #footer, body.menuactive #bottom {
	filter: blur(5px);
}
body.menuactive #fix-wrapper .lbuttons {
	opacity: 0;
}
.main-navigation ul li.nav_mobil {
	display: none;
}

#mnaveedxp {
	height: 100%;
}

.menuwrapper {
	height: 100%;
	text-align: left;
	display: flex;
	flex-direction: row;
}

.menuwrapper .mod_navigation {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.menuwrapper .navigation-container {
	display: flex;
	flex-grow: 3;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.menuwrapper .mod_social {
	padding: 30px;
}

ul.menuul {
	display: table;
}

ul.menuul li {
	list-style-type: none;
	font-size: 0px;
}

.menu-container ul {
	list-style: none;
	padding: 4rem 4rem 0 5rem;
	display: flex;
	flex-grow: 3;
	flex-direction: column;
	justify-content: center;
}
.menu-container ul li a span {
	padding: 0 10px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.menu-container .logo {
	display: none;
}

.menu-container .menuclose {
	background: #fff;
	color: #fff;
}

#wrapper .ul50 ul li, #wrapper ul.ul50 li {
    width: calc(50% - 2.5em);
    display: inline-block;
}
.download-element {
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}
.download-element a {
	display: inline !important;
}
.download-element:before {
    content: "\f1c1";
    font-family: "FontAwesome";
	font-size: 1.1em;
	display: inline;
	margin-right: 5px;
}

.search-container {
	display: none;
}
.search-container .searchcont {
	position: relative;
	background: #fff;
}
.search-container .searchcont .mod_search {
	max-width: 1340px;
	padding: 0 40px;
	margin: 0 auto;
	width: 100%;
	display: table;
	position: relative;
	padding-top: 15px;
}
.search-container .searchcont .mod_search input, .search-container .searchcont .mod_search button {
	height: 48px !important;
}
.search-container .searchcont .widget {
	display: inline-block;
	float: left;	
}
.search-container .searchcont .widget-text {
	width: calc(100% - 140px);
}
.search-container .searchcont .widget-submit {
	width: 140px;
}
.main-navigation {
	float: right;
}
.csearch-trigger-wrapper {
	float: right;
}
.csearch-trigger-wrapper .csearch-trigger {
	line-height: 4em;
	font-size: 1.1em;
	margin-left: 10px;
	padding-left: 10px;
	cursor: pointer;
}

/* =============================================================================
 * forms
 * ========================================================================== */

input,
textarea,
select {
  padding:10px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid rgba(0,0,0,0.2);
  transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  width: 100%;
  font-family: inherit;
}
input:focus, textarea:focus {
	outline: 0;
}

body.ie input.upload::-ms-value {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  width: 100%;
}

label {
	margin-bottom: 3px;
}

form .widget input,
form .widget textarea,
form .widget select {
	width: 100%;
}

textarea {
	height: 400px;
}

input:hover:not([type="submit"]),
button:hover:not([type="submit"]),
textarea:hover {
	 border:1px solid rgb(153,153,153);
}

input:focus,
textarea:focus {
  background-color:#fff;
  border:1px solid rgb(152,152,152);
  border-radius:0;
}

form .checkbox_container {
	overflow: hidden;
	margin-bottom: 2px;
}

input.checkbox {
	margin-right: 5px;
}

input.checkbox,
input.captcha {
	width: auto!important;
}

form div.widget {
  margin-bottom:20px;
}

form fieldset {
  padding:10px;
  border: 1px solid rgba(0,0,0,0.2);
}

form.no-border fieldset {
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}

form.no-border fieldset legend {
	margin-bottom: 25px;
}

form.no-border fieldset.checkbox_container {
	border: 0;
}

form fieldset {
  margin-bottom:20px;
}

form fieldset.hidden {
	display: none;
}

form fieldset legend {
	width:auto;
	padding-right:10px;
	padding-left:10px;
	background-color:rgb(152,152,152);
	color:#fff;
}

form select {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 1;
	height: 48px;
	padding: 5px 35px 5px 10px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 0;
}

.firefox form select {
	height: 49px;
}

form select option {
	padding-right:10px;
	padding-left:10px;
}

form select.multiselect option {
	padding-right:0;
	padding-left:0;
}

form textarea {
	font-family: inherit;
}

form .checkbox_container span,
form .widget-radio span {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}

form .widget-radio input {
	width: auto;
	margin-right: 5px;
	margin-left: 3px;
}

form .widget-radio label {
	width: auto;
}

form span.mandatory {
  color:#f00;
}

form .captcha_text {
	margin: 10px 0 15px 15px;
	color: red;
}

form p.error {
	color: red;
}

.android .widget-radio label,
.android .widget-checkbox label {
	position: relative;
	top: -3px;
}

.ios input[type=checkbox],
.ios input[type=radio] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.ie form .widget-radio input,
.ie form .widget-checkbox input {
	border: 0;
}

/* =============================================================================
 * submit input
 * ========================================================================== */

input.submit,
button.submit {
	display: inline-block;
	padding: 15px 20px;
	height: 48px;
	cursor:pointer;
	transition:all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0s;
	background: grey;
	color: #fff;
	border-radius: 0;
	font-weight: bold;
	font-size: 1em;
	min-width: 140px;
	width: 100%;
	text-align: center;
	position: relative;
	-webkit-appearance: none;
	border: none;
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
	opacity: 0.8;
}

input.submit.fa,
button.submit.fa,
form div.widget.fa {
	font-family:inherit;
}

input.submit.fa:before,
button.submit.fa:before {
	font-family:fontawesome; 
	margin-right: 5px;
}

/* =============================================================================
 * datepicker
 * ========================================================================== */

.autogrid_wrapper.formfield,
.autogrid_wrapper.formfield .autogrid {
	overflow: visible;
}

form div.widget {
	position: relative;
}

input.datepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwMCA1MDAiIGhlaWdodD0iNTAwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiB3aWR0aD0iNTAwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMTAuNzI2LDMwMi4yNzFjMCwwLDUuNSw1LjUsMTIuNjMzLDUuNWM1LjU4NiwwLDguNzY2LTIuNzUsOC43NjYtNi4xMDIgICAgICBjMC00LjgxMy00LjgxMy02Ljc4OS0xMS40MzEtNi43ODloLTQuMjk3bC0zLjE4LTcuMzA1bDguMDc4LTkuNzExYzIuOTIyLTMuNTI0LDUuMzI5LTUuNzU4LDUuMzI5LTUuNzU4di0wLjE3MiAgICAgIGMwLDAtMS45NzcsMC40My01Ljg0NCwwLjQzaC0xNC42OTV2LTEyLjg5MWgzOC43NTl2OS4zNjdsLTEyLjQ2MSwxNC4zNTJjOS4xMSwxLjk3NywxNC44NjcsOS4xOTUsMTQuODY3LDE3Ljc5ICAgICAgYzAsMTAuNDg1LTcuMzkxLDIwLjk2OS0yMi43NzQsMjAuOTY5Yy0xMy43NTEsMC0yMC45NjktOC4wNzgtMjAuOTY5LTguMDc4TDIxMC43MjYsMzAyLjI3MXoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMjU2LjE4OCwzMDguMDI5aDEzLjA2M3YtMjUuNjFjMC0yLjMyLDAuMDg2LTQuNzI3LDAuMDg2LTQuNzI3aC0wLjE3MmMwLDAtMC43NzMsMS43MTktMi40MDYsMy4yNjYgICAgICBsLTMuNjk1LDMuMzUxbC04LjY4LTkuMjgxbDE2LjU4Ni0xNS41NTVoMTIuOTc3djQ4LjU1NmgxMy4xNDl2MTIuODkxaC00MC45MDhWMzA4LjAyOXoiIGZpbGw9IiMyMzFGMjAiLz48L2c+PHBhdGggZD0iTTM0MS4zMjEsMTg2Ljc2OGgtMjIuNzczdi0xNS45NDFjMC0xNS4wNjktMTIuMjU5LTI3LjMyOC0yNy4zMjgtMjcuMzI4cy0yNy4zMjgsMTIuMjU5LTI3LjMyOCwyNy4zMjggICAgIHYxNS45NDFoLTI3Ljc4M3YtMTUuOTQxYzAtMTUuMDY5LTEyLjI1OS0yNy4zMjgtMjcuMzI4LTI3LjMyOGMtMTUuMDY5LDAtMjcuMzI4LDEyLjI1OS0yNy4zMjgsMjcuMzI4djE1Ljk0MWgtMjIuNzczICAgICBjLTQuNTI4LDAtOC4xOTgsMy42NzEtOC4xOTgsOC4xOTh2MTU0LjQwM2MwLDQuNTI4LDMuNjcxLDguMTk4LDguMTk4LDguMTk4aDE4Mi42NDJjNC41MjgsMCw4LjE5OC0zLjY3LDguMTk4LTguMTk4VjE5NC45NjYgICAgIEMzNDkuNTE5LDE5MC40MzgsMzQ1Ljg0OSwxODYuNzY4LDM0MS4zMjEsMTg2Ljc2OHogTTI4MC4yODksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxICAgICBjNi4wMzcsMCwxMC45MzEsNC44OTQsMTAuOTMxLDEwLjkzMXYzNy4xMmMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6ICAgICAgTTE5Ny44NDksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxYzYuMDM3LDAsMTAuOTMxLDQuODk0LDEwLjkzMSwxMC45MzF2MzcuMTIgICAgIGMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6IE0zMzMuMTIzLDM0MS4xNzFIMTY2Ljg3OFYyNDIuNzloMTY2LjI0NSAgICAgVjM0MS4xNzF6IiBmaWxsPSIjMjMxRjIwIi8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 45px;
	background-position: right center;
	padding-right: 40px;
}

input.timepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMSBUaW55Ly9FTicgICdodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS10aW55LmR0ZCc+PHN2ZyBiYXNlUHJvZmlsZT0idGlueSIgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiLz48ZyBpZD0iSWNvbnMiPjxnPjxwYXRoIGQ9Ik0xNyw4LjA1OVY2aC0ydjIuMDU5QzEwLjUwMSw4LjU1Nyw3LDEyLjM2OCw3LDE3YzAsMi4xMjUsMC43NDEsNC4wNzQsMS45NzIsNS42MTRsLTEuNDU3LDEuNDU3bDEuNDE0LDEuNDE0bDEuNDU3LTEuNDU3ICAgIEMxMS45MjYsMjUuMjU5LDEzLjg3NSwyNiwxNiwyNnM0LjA3NC0wLjc0MSw1LjYxNC0xLjk3MmwxLjQ1NywxLjQ1N2wxLjQxNC0xLjQxNGwtMS40NTctMS40NTdDMjQuMjU5LDIxLjA3NCwyNSwxOS4xMjUsMjUsMTcgICAgQzI1LDEyLjM2OCwyMS40OTksOC41NTcsMTcsOC4wNTl6IE0xNiwyNGMtMy44NjYsMC03LTMuMTM0LTctN2MwLTMuODY2LDMuMTM0LTcsNy03czcsMy4xMzQsNyw3QzIzLDIwLjg2NiwxOS44NjYsMjQsMTYsMjR6Ii8+PHBvbHlnb24gcG9pbnRzPSIxNywxMiAxNSwxMiAxNSwxNy41IDE4LjA2MiwyMC41NjIgMTkuNDc3LDE5LjE0OCAxNywxNi42NzIgICAiLz48cmVjdCBoZWlnaHQ9IjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgOC4yMyAtMy40MDkpIiB3aWR0aD0iMiIgeD0iNy4yMyIgeT0iNS43MyIvPjxyZWN0IGhlaWdodD0iMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxMi43NjQzIC0xNC40MzkxKSIgd2lkdGg9IjUiIHg9IjIxLjMxMiIgeT0iNy4xODgiLz48L2c+PC9nPjwvc3ZnPg==);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

body .picker__list-item:hover,
body .picker__day--infocus:hover,
body .picker--focused .picker__day--highlighted {
	color: rgb(255,255,255);
}

body .picker__nav--next:hover,
body .picker__nav--prev:hover,
body .picker__button--close:hover,
body .picker__button--today:hover,
body .picker__button--clear:hover {
	background: rgb(240,240,240);
}

body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover {
	opacity: 0.7;
}

body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted,
body .picker__list-item--highlighted:hover,
body .picker__list-item:hover,
body .picker__list-item--highlighted, .picker__list-item:hover {
     background-color: rgb(40,40,40);
     border-color: rgb(40,40,40);
}

body .picker__list-item--highlighted, .picker__list-item:hover {
     border-color: rgb(70,70,70);
}

/* =============================================================================
 * form_textfield_floatlabel template
 * ========================================================================== */
form div.placeholderlabel {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 5px;
	background: rgb(255,255,255);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	opacity: 0;
	font-size: 0.95rem;
}

form div.placeholderlabel.active {
	top: -1rem;
	opacity: 1;
}

.downloadbereich h3:before {
	font-family: "FontAwesome";
	content: "\f019";
	margin-right: 10px;
	display: inline;
}
form .widget input, form .widget textarea, form .widget select {
	font-size: 1em;
	padding: 15px 10px;
}
.contactdetails i {
	width: 1.5em;
	margin-right: 2px;
}
.vcard {
	margin-top: 10px;
}
.fullwidth .image_container a, .fullwidth .image_container img {
	width: 100%;
	height: auto;
}
.ce_gallery .gallery-margin .image_container {
	margin-bottom: 10px;
}

.ce_gallery [class*='cols_'] li {
	width: 49.8%;
}

.ce_gallery .borders li,
.ce_gallery .borders li.col_last {
	border-right: 1px solid transparent;
	width: 50%;
}

.ce_gallery .borders li.row_last {
	border-bottom: 1px solid rgb(229,229,229);
}

.ce_gallery .borders li:nth-child(odd) {
	border-right: 1px solid rgb(229,229,229);
}

.swiper-gallery-wrapper.samheightimg img {
	height: 500px;
	width: auto;
}
.swiper-gallery-wrapper.samheightimg .swiper-slide {
	display: table;
	width: auto;
}

body.video_layout .header .main-navigation ul {
	opacity: 0;
	width: 500%
}

@media (max-width: 1600px) {
	.autogrid_row.same_height > .column.sliderpad .ce_text p {
		font-size: 2.75em;
	}
}

@media (max-width: 1260px) {
	.csearch-trigger-wrapper {
		float: none;
		position: absolute;
		right: 90px;
		z-index: 1;
	}
	.csearch-trigger-wrapper .csearch-trigger {
		margin-left: 0;
		padding-right: 10px;
	}
	.header .main-navigation ul {
		opacity: 0;
		width: 500%
	}
	#top .inside {
		padding: 0;
		background: #E31E24;
	}
	.header .inside {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.iconboxwrapper .column:nth-child(2) {
		border-right: none;
	}
	.autogrid_row.same_height > .column.sliderpad .ce_text p {
		font-size: 2.5em;
	}
	.iconboxwrapper .column {
		margin-bottom: 20px;
	}
	.swiper-gallery-wrapper.samheightimg img {
		height: 400px;
		width: auto;
	}
	#bottom .copyright {
		padding: 0 15px;
	}
}
@media (min-width: 768px) {	
	.iconbox i {
		font-size: 3em;
		margin-top: 15px;
	}
	.autogrid_row.same_height > .column.sliderpad .ce_text {
		padding-top: 90px;
	}
	#footer .ce_image .image_container img.not-fullwidth {
		float: right;
	}
}

@media (max-width: 767px) {
	.main-navigation {
		display: none;
	}
	.search-container .searchcont .mod_search {
		padding-left: 20px;
		padding-right: 20px;
	}
	.csearch-trigger-wrapper {
		right: 50px;
	}
	.search-container .searchcont .widget-submit {
		margin-top: 0 !important;
	}
	#top-wrapper .topinhalte .ce_text, #top-wrapper .topinhalte .ce_table {
		padding: 20px;
	}
	#top-wrapper .topinhalte .column {
          display: flex;
          flex-direction: row;
	}
	#top-wrapper .topinhalte .column:nth-child(1) {
		order: 1;
	}
	#top-wrapper .topinhalte .column:nth-child(1) .ce_text { 
		padding-bottom: 0;
	}
	#top-wrapper .topinhalte .column:nth-child(2) {
		order: 3;
	}
	#top-wrapper .topinhalte .column:nth-child(3) { 
		order: 2;
	}
	#top-wrapper .topinhalte .column:nth-child(2), #top-wrapper .topinhalte .column:nth-child(3) {
		display: flex;
		flex-direction: row;
		flex: 0 0 50%;
		flex-grow: 0;
	}

	.iconboxwrapper .column {
		border-right: none;
		border-bottom: 2px solid #E31E24;
		padding-bottom: 10px;
	}
	.iconbox i:after {
		display: none;
	}
	.autogrid_row.same_height > .column.sliderpad {
		margin: 0;
		width: 90%;
		display: block;
		flex: none;
		margin-bottom: -40px;
		z-index: 1;
	}
	.autogrid_row.smallh > .column.align_right_bottom {
		margin: 0;
		width: 90%;
		height: 80px !important;
		display: block;
		flex: none;
		margin-bottom: -40px;
		z-index: 1;
	}
	.autogrid_row.same_height > .column.sliderpad .ce_text p {
		font-size: 2em;
	}
	#open_toptrigger {
		background: #fff;
		color: #E31E24;
		top: auto;
		bottom: 0;
	}
	#top-wrapper .column {
		margin-bottom: 0;
	}
	.header .inside {
		padding: 0;
		width: calc(100% - 40px);
		height: 70px;
	}
	#slider .smallh {
		height: 340px;
	}
	#slider .smallh .column.col_7 {
		height: 300px;
	}

	#footer .topinhalte .ce_text, #footer .topinhalte .ce_table {
		padding: 0;
	}
	#footer .column[class*="col_"] {
		padding-bottom: 25px;
		border-bottom: 1px solid #fff;
	}
	#footer .column[class*="col_"]:last-child {
		margin-bottom: 0 !important;
		border-bottom: none;
		padding-bottom: 0;
	}
	.footer-navigation-wrapper > div {
		padding: 0 20px;
	}
	#wrapper .inside {
		padding: 0 20px;
	}
	#slider .autogrid_grid .column, #slider .column[class*="col_"] {
		margin-bottom: 0px;
	}
	#slider p.typed {
		margin-top: 0.75em;
	}
	#footer .ce_table table th, #top .ce_table table th {
		width: 75px;
	}
	#slider .column.col_7 {
		margin-top: -40px;
	}
	form .column[class*="col_"] {
		margin-bottom: 10px;
	}
	form div.widget-submit {
		margin-top: 20px;
	}
	#wrapper .ul50 ul li, #wrapper ul.ul50 li {
		width: calc(100% - 2.5em);
		display: inline-block;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 27px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 17px;
	}
	#footer {
		margin-top: 40px;
	}
	.downloadbereich .ce_downloads, .leistungsbereich .column.col_8 .ce_text {
		/*padding-top: 20px;*/
		margin-top: 0px;
	}
	.downloadbereich .column.col_8[class*="col_"] {
		margin-bottom: 0;
	}
	.swiper-gallery-wrapper.samheightimg img {
		height: 350px;
		width: auto;
	}
	.mb-0-m {
		margin-bottom: 0;
	}
	.mt-0-m {
		margin-top: 0;
	}
}
@media (max-width: 767px) and (min-width: 600px) {
	#article-75 .autogrid_row, #article-75 .autogrid_wrapper {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	#article-75 .column[class*="col_"] {
		flex: 0 0 50%;
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 50%;
	}
}
@media (max-width: 599px) {
	#top-wrapper .topinhalte .column:nth-child(2), #top-wrapper .topinhalte .column:nth-child(3) {
		flex: 0 0 100%;
	}
	#top-wrapper .topinhalte .ce_table {
		padding-top: 0;
	}
	h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
		word-wrap: normal;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.logo a {
		padding: 10px 10px 5px 10px;
	}
	h1.mt-xl {
		margin-top: 60px !important;
	}
	.swiper-gallery-wrapper.samheightimg img {
		height: 275px;
		width: auto;
	}
	.swiper-pagination {
		display: none;
	}
}

@media (max-width: 575px) {
	#bottom .copyright {
		padding: 20px;
		line-height: 1.5em;
		text-align: left;
	}
}

/* =============================================================================
 * browser bugfixes
 * ========================================================================== */

body.ie9 #fix-wrapper,
body.ie10 #fix-wrapper {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVFOENGOTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVFOENGQTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyRUU4Q0Y3OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyRUU4Q0Y4OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ndvI8gAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=');
}




@keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: #FFF }
}

.mod_social a {
	border-radius: 50%;
	background: #000;
	color: #FFF;
	padding: 4px;
	margin-left: 10px;
}

.mod_social a:first-child {
	margin-left: 0;
}

.mod_social a i {
	color: #FFF;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
}

.mmenu-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* mobile */
@media (max-width: 767px) {
	.mmenu-bottom  {
		flex-direction: column;
		align-items: flex-start;
	}
}

.mmenu-bottom--contact {
	padding: 2rem 1rem 5rem 5rem;
	font-size: 1.25rem;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.mmenu-bottom--contact {
		padding: 2rem 1rem 3rem 5rem;
		font-size: 1rem;
	}
}

/* mobile */
@media (max-width: 767px) {
	.mmenu-bottom  {
		flex-direction: column;
		align-items: flex-start;
	}
	.menuwrapper .mod_social {
		padding: 0 3.75rem 1.25rem 3.75rem;
	}
	.mmenu-bottom--contact {
		padding: 1.25rem 3.75rem;
	}
}

.cursor-follower-ring {
	position: absolute;
	width: 32px;
	height: 32px;
	border: #9ba3bc 1px solid;
	left: 0;
	top: 0;
	border-radius: 50%;
	z-index: 10000;
	pointer-events: none;
}

.cursor-follower-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #9ba3bc;
	left: 13px;
	top: 13px;
	border-radius: 50%;
	z-index: 10000;
	pointer-events: none;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.cursor-follower-ring, .cursor-follower-dot {
		display: none;
	}
}

/* mobile */
@media (max-width: 767px) {
	.cursor-follower-ring, .cursor-follower-dot {
		display: none;
	}
}

#video_background {
	object-fit: cover;
}

body:not(.video_layout) #main {
	position: relative;
	background-color: #f5f6f8;
}