button,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
    background-color: #f7f7f7;
    border-radius: 0;
}
button,
input,
select,
textarea {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    background-color: #fff;
}
input:focus,
textarea:focus {
    border: 1px solid #c1c1c1;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
}
input:focus{
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default !important;
    opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    font-size: 12px;
    padding: 0.7917em 1.5em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="number"] {-moz-appearance: textfield;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
button,
input,
select,
textarea {
    border: 1px solid #DDDDDD;
    vertical-align: middle;
}
input[type='button'],
input[type='reset'],
input[type='submit']{
    display: inline-block;
    line-height: 1;
}
/****************************
 *
 * Hilfsklassen
 *
 ***********************************************************/
.row-reset{
    margin-left: 10px;
    margin-right: 10px;
}
.left-row-reset{
    margin-left: 10px;
}
.right-row-reset{
    margin-right: 10px;
}

.pos-relative{
    position: relative;
}
.pos-absolute{
    position: absolute;
}
.pos-inherit{
    position: inherit !important;
}
.block-reset{
    margin-bottom: 0 !important;
}
.col-reset {
    padding-left: 0;
    padding-right: 0;
}
.left-col-reset {
    padding-left: 0;
}
.right-col-reset {
    padding-right: 0;
}
.display-block {
    display: block ! important;
}
.display-inline {
    display: inline;
}
.display-inlineblock {
    display: inline-block;
}
.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.baseline-content {
    display: table;
}
.baseline-content > *{
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}
.hidden-overflow {
   overflow: hidden;
   position: relative;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.icon-lg {
    font-size: 1.33333333em;
    vertical-align: -15%;
}
.icon-sm{
    font-size: 0.55em;
    vertical-align: 15%;
}
.icon-md{
    font-size: 0.75em;
    vertical-align: 15%;
}
.icon-2x {
    font-size: 1.5em;
}
.icon-3x {
    font-size: 2.5em;
}
.icon-4x {
    font-size: 3em;
}
.icon-5x {
    font-size: 5em;
}
.button-fw,
.full-width{
    width: 100%;
}
.align-top {
    vertical-align: top ! important;
}
.align-middle {
    vertical-align: middle ! important;
}
.align-bottom {
    vertical-align: bottom ! important;
}
.align-sub {
    vertical-align: sub ! important;
}
.no-margin {
    margin: 0px ! important;
}
.no-padding {
    padding: 0px ! important;
}
.no-border {
    border: 0px none ! important;
}
.no-floating {
    float: none ! important;
}
.autowidth{
    width: auto;
}
.margin-center{
    margin: 0 auto;
}
.opacity10 {
    opacity: 0.1;
}
.opacity20 {
    opacity: 0.2;
}
.opacity30 {
    opacity: 0.3;
}
.opacity40 {
    opacity: 0.4;
}
.opacity50 {
    opacity: 0.5;
}
.opacity60 {
    opacity: 0.6;
}
.opacity70 {
    opacity: 0.7;
}
.opacity80 {
    opacity: 0.8;
}
.opacity90 {
    opacity: 0.9;
}
.no-hover {
    text-decoration: none;
}
.text-50 {
    font-size: 10px;
}
.text-200 {
    font-size: 24px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-hervorhebung {
    font-weight: 700;
    font-size: 115%;
}
strike, .strike {
    text-decoration: line-through;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-pre {
    white-space: pre !important;
}
.text-normal-whitespace {
    white-space: normal !important
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-strong {
    font-weight: 700;
}
.text-italic {
    font-style: italic;
}
.text-normal {
    font-weight: 400 !important;
}
.text-underline{
    text-decoration: underline;
}
.text-underline:hover{
    text-decoration: none;
}
.text-hover-underline{
    text-decoration: none;
}
.text-hover-underline:hover{
    text-decoration: underline;
}
.padding-wide{
    padding: 18px !important;
}
.left-padding-wide{
    padding-left: 18px !important;
}
.right-padding-wide {
    padding-right: 18px !important;
}
.bottom-padding-wide{
    padding-bottom: 18px !important;
}
.top-padding-wide{
    padding-top: 18px !important;
}
.padding-small{
    padding: 6px !important;
}
.left-padding-small {
    padding-left: 6px !important;
}
.right-padding-small{
    padding-right: 6px !important;
}
.bottom-padding-small{
    padding-bottom: 6px !important;
}
.top-padding-small{
    padding-top: 6px !important;
}
.padding-tiny{
    padding: 3px !important;
}
.left-padding-tiny {
    padding-left: 3px !important;
}
.right-padding-tiny{
    padding-right: 3px !important;
}
.bottom-padding-tiny{
    padding-bottom: 3px !important;
}
.top-padding-tiny{
    padding-top: 3px !important;
}
.right-padding-none {
    padding-right: 0 !important;
}
.left-padding-none{
    padding-left: 0 !important;
}

.margin-wide{
    margin: 12px !important;
}
.left-margin-wide{
    margin-left: 12px !important;
}
.right-margin-wide{
    margin-right: 12px !important;
}
.top-margin-wide{
    margin-top: 12px !important;
}
.bottom-margin-wide{
    margin-bottom: 12px !important;
}
.margin-small{
    margin: 4px !important;
}
.left-margin-small{
    margin-left: 4px !important;
}
.right-margin-small{
    margin-right: 4px !important;
}
.top-margin-small{
    margin-top: 4px !important;
}
.bottom-margin-small{
    margin-bottom: 4px !important;
}
.margin-tiny{
    margin: 2px !important;
}
.left-margin-tiny{
    margin-left: 2px !important;
}
.right-margin-tiny{
    margin-right: 2px !important;
}
.top-margin-tiny{
    margin-top: 2px !important;
}
.bottom-margin-tiny{
    margin-bottom: 2px !important;
}
.margin-wide{
    margin: 15px !important;
}
.left-margin-wide{
    margin-left: 15px !important;
}
.right-margin-wide{
    margin-right: 15px !important;
}
.top-margin-wide{
    margin-top: 15px !important;
}
.bottom-margin-wide{
    margin-bottom: 15px !important;
}
.tbl {
    display: table !important;
    table-layout: fixed;
    height: 100%;
}
.tbl-row {
    display: table-row !important;
    width: 100%;
}
.tbl-cell {
    display: table-cell !important;
}
.no-float {
    float: none;
}
.tbl-row,
.tbl-cell,
.tbl-cell > div {
    height: 100%;
}
.height-100 {
    height: 100%;
}
.border{
    border: 1px solid #ddd;
}
.border-left{
    border-left: 1px solid #ddd;
}
.border-right{
    border-right: 1px solid #ddd;
}
.border-top{
    border-top: 1px solid #ddd;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}
.cursor-pointer {
    cursor: pointer;
}
/*-------------------------*/
.equal-height, .row.equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -webkit-flex-basis: 100%;
    display: flex;
    flex: 1 0 100%;
    flex-flow: row wrap;
}
.row.equal-height > div:not(.ueberschrift) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-flow: row wrap;
}
.display-flex,
.row.equal-height:before,
.row.equal-height:after {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-row-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: flex;
    flex-flow: row wrap;
}
.flex-row-nowrap{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-flow: row nowrap;
    display: flex;
    flex: 1;
}
.flex-column{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: normal;
    -ms-flex-direction: column;
    display: flex;
    flex-flow: column;
    flex: 1;
}
.flex-basis-100{
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.flex-basis-auto{
    -webkit-flex-basis: auto;
    flex-basis: auto;
}
.flex-grow-2{
    -webkit-flex-grow: 2;
    flex-grow: 2;
}
.flex-grow-1{
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.flex-grow-8{
    -webkit-flex-grow: 8;
    flex-grow: 8;
}
.flex-grow-4{
    -webkit-flex-grow: 4;
    flex-grow: 4;
}
.jfy-c-space-around{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.jfy-c-space-between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.jfy-c-space-evenly{
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}
.jfy-c-center{
    -webkit-justify-content: center;
    justify-content: center;
}
.jfy-c-flex-end{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.jfy-c-flex-start{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.align-s-center{
    -webkit-align-self: center;
    align-self: center;
}
.align-c-center{
    -webkit-align-content: center;
    align-content: center;
}
.align-i-center{
    -webkit-align-items: center;
    align-items: center;
}
.align-s-flex-start{
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.align-i-flex-start{
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.align-c-flex-start{
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.align-s-flex-end{
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.align-i-flex-end{
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.align-c-flex-end{
    -webkit-align-content: flex-end;
    align-content: flex-end;
}
.align-i-stretch{
    -webkit-align-items: stretch;
    align-items: stretch;
}

 /****************************
 *
 * Media
 *
 ***********************************************************/

img{
    border: 0 none;
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.img-responsive{
    width: 100%;
}

 /****************************
 *
 * Media Queries
 *
 ***********************************************************/

 /** XS
 *****************************/

@media (max-width : 767px) {
    .xs-button-fw{
        width: 100%;
    }

    .xs-no-margin{
        margin: 0 !important;
    }

    .xs-no-padding{
        padding: 0 !important;
    }

    .xs-flex-basis-100{
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
    }

    .xs-jfy-c-center{
        -webkit-justify-content: center;
        justify-content: center;
    }

    .xs-flex-order-2{
        order: 2;
    }
    .xs-no-border{
        border: none;
    }
    .xs-center{
    	text-align: center !important;
    }
}

 /** SM
 *****************************/

@media (min-width: 768px) {
    .xs-flex-order-2 {
        order: inherit;
    }
}

@media (min-width: 768px) and (max-width: 1022px) {
 	.sm-center{
    	text-align: center !important;
    }
}
 
 /** MD
 *****************************/

@media (min-width: 1023px) {

}

 /** LG
 *****************************/
@media (min-width: 1200px) {
}


/*                                         
_____ _       _              _____  _____ _____ 
/ ___/| (•)   | |           / ____// ____/ ____/  v 3.1.2
| (___ | |_  __| | ___ ____ | |    | (___| (___  
\___ \| | |/ _` |/ _ / __/ | |     \___ \ ___ \ 
____) | | | (_| |  __\__ \ | |____ ____) |___) |
/_____/|_|_|\__,_|\___/___/  \_____/_____/_____/        

*/
.slides, .slide {
	background: transparent;
}
.slide.whiteSlide {
	background: transparent;
}
.slide{
	background: #fff;
}
/*Hintergrund Overlay Primary */
.fade .content.primary {
	background: rgba(33, 61, 100, 0.6);
}
/*#x-model-renderLayer{
	z-index: 1;
	}*/
	.model { 
		animation: 5s spin-y linear infinite
	}
	@keyframes spin-y {
		to {
			transform: rotateY(360deg);
		}
	}
.slide.parallax.fade-0 {
    color: #303030;
}

.sidebar{
	background: #ececec;
}
.sidebarShown .sidebar{
	box-shadow: 0px -0px 50px #ddd;
}

.mobile .simplifiedMobile .slide.autoHeight .container,
.scroll .slide.autoHeight .container {
	height: auto;
}

.slide:first-child .container .wrap .spaceWrap,
.slide:first-child .container .wrap.spaceWrap,
.slide:first-child .container .wrap:not(.noSpaces){
	padding-top: 40px;
}

.startseite .slide:first-child .container .wrap .spaceWrap,
.startseite .slide:first-child .container .wrap.spaceWrap,
.startseite .slide:first-child .container .wrap:not(.noSpaces){
	padding-top: 80px;
}
.slides.whiteSlide .navigation li::after,
.slides.whiteBG .navigation li::after{
	background: #ffdd02;
}
.breadcrumb{
	color: #333;
}
.small .navigation li::after {
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.slides.whiteSlide .panel {
	color: #213D64;
}

#HAUPTMENU a:hover, 
#NAVBAR_ROOF a:hover, 
#MENU_OFFCANVAS .mm-navbar__title:hover,
#NAVBAR_TOP a:hover{
	opacity: 1;
}

html, body, .h1, .h2, .slides, h1, h2, .h3, .h5, h3, h5  {
	font-family: "Open Sans","Dosis", sans-serif;
}

.slide.whiteSlide .h1, 
.slide.whiteSlide .h2,
.slide.whiteSlide h1,
.slide.whiteSlide  h2,
.slide.whiteSlide  .h3,
.slide.whiteSlide  .h5,
.slide.whiteSlide  h3,
.slide.whiteSlide  h5{
	color: #666;
}
.button {
    padding: 10px 22px 12px;
    background: #213d64;
    font-size: 18px;
}

b{
	color: #213d64;
}
.h1, h1 {
	font-size: 26px;
	line-height: normal;
}
.h2, h2 {
	font-size: 22px;
	font-weight: 600;
}
h3.small{
	font-size: 16px;
	white-space: normal;
	word-wrap: break-word;
}
p{
	font-size: 16px;
}
p.hero,
.p.hero {
  font-size: 24px;
  line-height: 1.25;
}
p.large,
.p.large {
  font-size: 20px;
  line-height: 1.4;
}
p.small,
.p.small {
  font-size: 16px;
  line-height: 1.36;
}
p.tiny,
.p.tiny {
  font-size: 14px;
  line-height: 1.29441;
}
p.micro,
.p.micro {
  font-size: 12px;
  line-height: 1.22727273;
}
span.large{
	font-size: 22px;
	line-height: 1.4;
}
span.small{
	font-size: 16px;
	line-height: 1.36;
}
span.tiny{
	font-size: 14px;
	line-height: 1.29441;
}
span.micro {
	font-size: 12px;
	line-height: 1.22727273;
}
.font-150{
	font-size: 150%;
	vertical-align: text-bottom;
}
.font-120{
	font-size: 120%;
	vertical-align: text-bottom;
}
.grid-65 .fa {
	position: absolute;
	left: 23px;
	top: -5px;
	font-size: 48px;
}
.grid.grid-65>li{
	padding-left: 90px;
}
.box-70 {
	display: block;
	background-color: #ccc;
	color: #303030;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	border-radius: 0;
	margin: 10px auto;
	max-width: 400px;
}
.info-70{
	padding: 3%;
}
.box-70:hover {
  background-color: #fff !important;
  opacity: 1;
  box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.4);
}
.desktop .cell-73:hover {
	box-shadow: none;
}

/* XS */
@media (max-width: 767px) {
}

/* SM */
@media (min-width: 768px) {
	p{
		font-size: 16px;
	}
	p.large,
	.p.large {
	  font-size: 22px;
	  line-height: 1.4;
	}
	 h3.small{
	 	font-size: 18px;
	 }
}

/* MD */
@media (min-width: 1024px) {
	.h1, h1, .h2, h2 {
		font-size: 28px;
		line-height: 1.4;
		font-weight: 300;
	}
	p{
		font-size: 18px;
	}
	p.font-s{
		font-size: 16px;
	}
	p.font-l{
		font-size: 18px;
	}
	p.hero,
	.p.hero {
	  font-size: 32px;
	  line-height: 1.25;
	}
	p.large,
	.p.large {
	  font-size: 24px;
	  line-height: 1.4;
	}
	h3{
		font-size: 18px;
	}
	h3.big {
		font-size: 22px;
	}
	h3.small{
	 	font-size: 20px;
	}
	description-74 {
		font-size: 13px;
	}
	.panel .sections > div {
		font-size: 16px;
	}
}


/*                                           
_____  _____ _____ 
/ ____// ____/ ____/
| |    | (___| (___  
| |     \___ \ ___ \ 
| |____ ____) |___) |
\_____/_____/_____/        

*/

/*  &#xF137; / &#xF138; / &#xF002;*/  
body {
    font-size: 16px;
}

#PAGE{
	min-height: 500px;
}

a:hover{
	color: #a1c4e2;
}
a {
	color: #213D64;
}   
a:hover, a:focus {
	text-decoration: none;
}
.invisible{
	display: none;
}
.justify{
	text-align: center;
}
.panel{
	background: transparent;
}
.cookiebar__button {
	background-color: #213d64;
}
.cookiebar__button:hover {
	background-color: #a1c4e2;
}
/*****************************
 *
 * Farben
 *
 ***********************************************************/
.bg-weiss{
    background: #fff;
}
.clr-weiss{
    color: #fff !important;
}
.clr-primary{
    color: #213D64 !important;
}
.clr-secondary{
	color: #a1c4e2;
}
.clr-highlight{
	color: #ffdd02;
}
.clr-grau{
	color: #888;
}
.clr-hgrau{
	color: #ddd;
}
.clr-dgrau{
	color: #111;
}
.clr-text{
	color: #333;
}
.border-bottom{
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgba(33, 61, 100, 0.2);
}
.border-top{
   	border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgba(33, 61, 100, 0.2);
}

/*-------Rahmen----------*/ 
.container::after, .container::before{
	content: unset;
}
div.desktop .logo,
div.compact .logo{
	height: 80px;
	width: auto;
	vertical-align: bottom;
}
body.whiteSlide #FOOTER a, body.whiteSlide #FOOTER p, body.whiteSlide #FOOTER strong{
	color: #213D64;
}
.map_overlay{
	background: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 100;
	width: 100%;
	height: 550px;
	top: 550px;
	margin-top: -550px;
	display: block !important
}
/*-------SUCHE----------*/ 
#SUCHE{
	padding-top: 4px;
}
#SUCHE fieldset {
	position: relative;
	display: flex;
	align-items: stretch;
}
#SUCHE .suchfeld{
	margin: 0;
}
#SUCHE button{
	background: transparent;
	color: #213D64;
	padding: 8px 10px;
}
#SUCHE .widget-text.suchfeld{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.2s ease;
}
#SUCHE.open .widget-text.suchfeld{
	right: 100%;
}
#SUCHE .widget-submit{
	z-index: 1000;
}
#HAUPTMENU.open{
	opacity: 0;
}
#SUCHE input[type="text"]{
	font-size: 16px;
	border-radius: 0;
	height: 100%;
	padding: 0 10px;
	width: 0;
	opacity: 0;
	z-index: 1000;
	font-weight: normal;
	color: #333;
}
#SUCHE.open input[type="text"]{
	opacity: 1;
	width: 200px;
}
.mm-searchfield__input input {
	font-family: "Font Awesome\ 5 Free", "Open Sans";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
}
.breadcrumb {
	margin-bottom:20px;
	padding:8px 15px;
	background-color:#f5f5f5;
	border-radius:4px;
	list-style:none;
}
.breadcrumb>li {
	display:inline-block;
}
.breadcrumb>li+li:before {
	padding:0 5px;
	color:#ccc;
	content:"/\00a0";
}
.breadcrumb>.active {
	color:#777;
}

/*-------OWL----------*/ 
.owl-theme .owl-controls {
	text-align: center;
	z-index: 9999;
	line-height: 1px;
}
.owl-theme .owl-dots .owl-dot span{
	border-radius: 0;
}
.owl-theme .owl-prev {
	left: 0%;
}
.owl-theme .owl-next {
	right: 0%;
}
.owl-theme .owl-next, .owl-theme .owl-prev {
	margin-top: -0.75em !important;
	position: absolute;
	top: 50%;
	opacity: 0;
	transition: all 0.4s ease;
	font-family: "Font Awesome\ 5 Free" !important;
	font-size: 3em !important;
	color: #FFF !important;
	font-weight: 900;
}
.whiteOwl .owl-theme .owl-next, .whiteOwl .owl-theme .owl-prev{
	color: #213D64 !important;
}
.owl-theme .owl-next:hover, .owl-theme .owl-prev:hover {
	color: #a1c4e2 !important;
}
.owl-theme .owl-dots {
	position: relative;
	top: -30px;
	transition: all 0.4s ease;
	opacity: 1;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background: transparent;
}
.owl-theme {
	max-height: 500px;
	position: relative;
}
#LAUFBAND_ENTWICKLUNG{
	color: #fff;
	background: transparent;	
	margin: 20px 0;                                                                         
}

.slider-wrapper .container .slider-content h1,
#LAUFBAND_ENTWICKLUNG .flex p.hero{
	font-weight: 600;
	opacity: 0;
	position: relative;
	top: -25px;
	transition: all 0.75s ease;
	transition-delay: 0s;
	transition-delay: .55s;
	line-height: 1.4em;
}
.owl-item.active .slider-wrapper .container .slider-content h1,
#LAUFBAND_ENTWICKLUNG .owl-item.active .flex p.hero {
	opacity: 1;
	top: 0;
}
.slider-wrapper .container .slider-content p,
#LAUFBAND_ENTWICKLUNG .flex p:not(.hero){
	opacity: 0;
	position: relative;
	bottom: -25px;
	transition: all 0.75s ease;
	transition-delay: 0s;
	transition-delay: .55s;
	margin-top: 10px;
	margin-bottom: 15px;
}
.owl-item.active .slider-wrapper .container .slider-content p,
#LAUFBAND_ENTWICKLUNG .owl-item.active .flex p:not(.hero){
	opacity: 1;
	bottom: 0;
}
.slider-wrapper .container .slider-content a {
	opacity: 0;
	transition: all 0.75s ease;
	transition-delay: 0s;
	transition-delay: 1.25s;
}
.owl-item.active .slider-wrapper .container .slider-content a {
	opacity: 1;
}
.sliderlink_full {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99999;
}
.slider-wrapper{
	top: 15%;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 2.5%;
}

.slider-content{
	color: #FFF;
}
.slider-content a.btn{
	color: #a1c4e2;
}

/*****************************
*
* Inhaltselemente
*
***********************************************************/

ul.squared li{
	list-style-type: square;
	list-style-position: inside;
}
ul.squared.inside li{
	list-style-position: inside;
}

ul.angled li:before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    font-weight: 600;
    width: 1.3em;
}
ul.angled{
	padding-bottom: 30px;
}
ul.angled li{
	color: #888;
	padding-bottom: 10px;
	font-size: 18px;
}
ul.angled:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    height: 3px;
    width: 35%;
    margin: 20px auto 0;
    display: block;
}

ul.disced li{
	list-style-type: disc;
	padding-bottom: 0.4em
}

.referenzliste{
	line-height: 1.6em;
}
.referenzliste span:after {
	content: "|";
	padding: 0 8px;
	color: #777;
}

/*-------SNIPS----------*/ 
.snip1180 {
  position: relative;
  font-size: 38px;
  color: #ffffff;
  width: 72px;
  margin: 40px 0px 10px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.snip1180 * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.snip1180:before,
.snip1180:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.snip1180:before {
  color: #213d64;
}
.snip1180:after {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 3px solid rgba(33, 61, 100, 0.2);
  content: '';
  z-index: -1;
  border-radius: 50%;
  box-sizing: border-box;
}
.snip1180.blue:after {
  border-color: #2980b9;
  background-color: #123851;
}
.snip1180.yellow:after {
  border-color: #f39c12;
  background-color: #7f5006;
}
.snip1180.green:after {
  border-color: #27ae60;
  background-color: #104627;
}
.snip1180.navy:after {
  border-color: #34495e;
  background-color: #07090c;
}
.snip1180.red:after {
  border-color: #c0392b;
  background-color: #581a14;
}
.snip1180:hover:after,
.snip1180 .hover:after {
  border-color: transparent;
  border-left-color: #213d64 !important;
  border-right-color: #213d64 !important;

  border-left-color: #ffdd02 !important;
  border-right-color: #ffdd02 !important;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#ILEXA_CIRCLE{
  	position: relative;
    width: 500px;
    margin: 30px auto;
}
#ILEXA_CIRCLE_ANIMATION {
	display: block;
	position: relative;
	left: 5%;
	top: 5%;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #ffdd02;
	border-right-color: #ffdd02;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 6s linear infinite;
}
#ILEXA_CIRCLE_ANIMATION:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FEF2AB;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 9s linear infinite;
}
#ILEXA_CIRCLE_ANIMATION:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffdd02;
	border-left-color: #ffdd02;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 4.5s linear infinite;
}
.circle-inner-text {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 22%;
	left: -39%;
	justify-content: center;
	align-items: center;
}
#CIRCLE_SLOGAN{
    position: absolute;
    height: 100%;
    width: 570px;
    right: -190px;
    top: -5%;
}
.slogan-word{
	position: absolute;
	line-height: 1;
	padding: 5px;
	z-index: 1;
	background: #fff;
}
.popEffect {
	display: flex;
	font-size: 26px;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	width: 60px;
	height: 60px;
}
.popEffect span {
	animation: pop 17.5s linear infinite 0s;
	-ms-animation: pop 17.5s linear infinite 0s;
	-webkit-animation: pop 17.5s linear infinite 0s;
	color: #213D64;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	background: #fff;
}
.popEffect span div.kat{
	font-size: 14px;
	color: #a1c4e2; 
	background: #fff;
	text-transform: uppercase;
}
.popEffect {
	display: flex;
	font-size: 22px;
	justify-content: flex-start;
	align-items: center;
}
.popEffect span:nth-child(1){
	animation-delay: -2.5s;
	-ms-animation-delay: -2.5s;
	-webkit-animation-delay: -2.5s;
}
.popEffect span:nth-child(2){
	animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
}
.popEffect span:nth-child(3){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(4){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.popEffect span:nth-child(5){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.popEffect span:nth-child(6){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
.popEffect span:nth-child(7){
	animation-delay: 12.5s;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}

/*==============ANIMATIONS=================*/
@-moz-keyframes rotate{
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes rotate{
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@keyframes rotate{
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@-moz-keyframes pop{
	0% { opacity: 0; }
	8% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 1; -moz-transform: translateY(0px); }
	23% { opacity: 0; -moz-transform: translateY(0px); }
	90% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes pop{
	0% { opacity: 0; }
	8% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 1; -webkit-transform: translateY(0px); }
	23% { opacity: 0; -webkit-transform: translateY(0px); }
	90% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes pop{
	0% { opacity: 0; }
	8% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 1; -ms-transform: translateY(0px); }
	23% { opacity: 0; -ms-transform: translateY(0px); }
	90% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes rotate-rev{
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(-360deg);}
}
@-webkit-keyframes rotate-rev{
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(-360deg);}
}
@keyframes rotate-rev{
	0% {transform: rotate(0deg);}
	100% {transform: rotate(-360deg);}
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}



/*-----------------*/
/***** Apollo *****/
/*-----------------*/

.filtr-container figure {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	cursor: pointer;
	margin-bottom: 20px;
	/*background: #213d64;*/
}
.filtr-container figure div.bg {
	position: absolute;
	display: block;
	height: 100%;
	/*background: url("../assets/img/bg8.jpg");*/
	/*background-size: cover;*/
	/*background-position: bottom;*/
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	opacity: 0.8;
}
.filtr-container figure figcaption {
	padding: 2em 1em;
	color: #fff;
	text-align: left;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.filtr-container figure figcaption::before,
.filtr-container figure figcaption::after {
	pointer-events: none;
}
.filtr-container figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.filtr-container figure span {
	font-weight: 300;
}
.filtr-container figure p {
	margin: 0;
	font-size: 78.5%;
}
figure.effect-apollo div.bg {
	opacity: 0.65;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
	position: relativ;
	text-align: left;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover div.bg,
figure.effect-apollo:active div.bg {
	opacity: 0.4;
/*  -webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);*/
}

figure.effect-apollo:hover figcaption::before,
figure.effect-apollo:active figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p,
figure.effect-apollo:active p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.filtr-search{
	font-family: "Font Awesome\ 5 Free", "Open Sans";
	width: 100%;
	font-weight: 600;
	color: #333;
	text-align: center;
	line-height: inherit;
	padding: 0.357em;
}
#LAUFBAND_ENTWICKLUNG .item{
	height: 250px;
    display: flex;
    align-items: center;
}

.box-r, .box-l {
	background: #fff; 
	color: white;
	margin-bottom:15px;
}
#VORTEILE .wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	color: #ffffff;
	position:relative;
}
.box-r.first {
	z-index:7;
}
.testimonial{
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}
.box-r {

	-webkit-transform-style: preserve-3d; 
}
.box-r .testimonial .se-slope {
	-webkit-transform-style: preserve-3d; 
}
.box-l {
	align-self: flex-end;  
	-webkit-transform-style: preserve-3d; 
	z-index:2;
}
.box-l .testimonial .se-slope {
	-webkit-transform-style: preserve-3d; 
}
.se-slope{
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
.se-slope .se-content{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px
}
.se-slope-transparent{
	background: transparent;
	order: 2;
}
.se-slope-gradient{
	background: linear-gradient(to right, #005f8a 0%,#00486c 50%,#003a59 100%);
	order: 1;
}
.se-slope-gradient{
	-webkit-clip-path: polygon(0 0, 100% 1%, 100% 90%, 53% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 1%, 100% 90%, 53% 100%, 0 90%);
}
.se-content h3{
	z-index: 10;
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 80%;
    font-weight: 500;
    color: #FFF !important;
    margin: 0;
}
.se-content div{
    font-size: 16px;
    position: relative;
    color: #333;
    text-align: left;
}
.se-content p{
	position: absolute;
	z-index: 9;
	opacity: 0.12;
	font-size: 20px;
	text-align: left;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
.se-slope:nth-child(2n) .se-content p{
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	top: -50px;
	right: 0px;
	text-align: right;
	width: 90%;
}
.se-slope:nth-child(2n+1) .se-content p{
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	top: -35px;
	left: 30px;
	text-align: left;
	width: 90%;
}
/*****************************
*
* 7.0 Media
*
***********************************************************/
/*****************************
*
* 8.0 Media Queries
*
***********************************************************/

/* XS */
@media (max-width: 767px) {
	.container .wrap .spaceWrap, .container .wrap.spaceWrap, .container .wrap:not(.noSpaces){
		padding: 120px calc(4% + 15px);
	}
}

/* SM */
@media (min-width: 768px) {
/*	.container .wrap .spaceWrap, .container .wrap.spaceWrap, .container .wrap:not(.noSpaces) {
		padding: calc(5.56% + 50px) calc(8% + 15px);
	}*/
	.justify{
		text-align: justify;
	}
	ul.squared li{
		list-style-position: outside;
	}
	#NAVBAR_TOP nav > .sections{
		padding: 0 calc(8% + 15px)
	}
	#WRAPPER_TOGGLE_OFFCANVAS{
		text-align: center;
	}
	#NAVBAR_ROOF{
		padding: 0 calc(8% + 15px);
	}
	.blockquote {
		padding: 60px 80px 40px;
	}

	.blockquote p {
		font-size: 26px;
	}
	.blockquote:before {
		color: rgba(255,255,255,0.2);  
	}

	.testimonial{
		flex-direction: row;
	}
	.se-slope-gradient:nth-child(2n+1){
		-webkit-clip-path: polygon(0% 0%, 94% 0, 100% 50%, 94% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 94% 0, 100% 50%, 94% 100%, 0% 100%);
	}
	.se-slope-gradient:nth-child(2n){
		-webkit-clip-path: polygon(6% 1%, 100% 1%, 100% 100%, 6% 100%, 0% 50%);
		clip-path: polygon(6% 1%, 100% 1%, 100% 100%, 6% 100%, 0% 50%);
	}
	.box-r:after {
		content: '';
	    border-radius: 30%;
	    position: absolute;
	    display: block;
	    width: 35%;
	    height: 70px;
	    z-index: -1;
	    bottom: 60px;
	    left: -15px;
	    box-shadow: 15px 56px 50px -12px rgba(0,0,0,0.80);
	    transform: rotate(-5deg);
	}
	.box-l::after {
	    content: '';
	    border-radius: 30%;
	    position: absolute;
	    display: block;
	    width: 35%;
	    height: 70px;
	    z-index: -1;
	    bottom: 60px;
	    right: -15px;
	    box-shadow: -15px 56px 50px -12px rgba(0,0,0,0.80);
	    transform: rotate(5deg);
	}
	.se-slope-gradient,
	.se-slope-transparent{
		order: unset;
	}
	.se-slope{
		margin-top: 0;
	}
	.se-content div {
	    padding: 0 30px; 
	}
}

/* MD */
@media (min-width: 1024px) {
	#NAVBAR_TOP {
		top: 123px;
	}
	#NAVBAR_TOP nav > .sections{
		background: #fff;
	}
	.sprachwechsler{
		color: #213D64;
		width: auto;
	}
	.sprachwechsler a{
		color: inherit;
	}
	.sprachwechsler a:hover{
		color: #a1c4e2;
	}
	figure.effect-apollo p {
		opacity: 0;
	}
	.se-content h3{
    	font-size: 22px;
    }
	.owl-theme .owl-prev {
		left: 3.5%;
	}
	.owl-theme .owl-next {
		right: 3.5%;
	}
	.owl-theme .owl-next, .owl-theme .owl-prev,
	.owl-theme .owl-dots {
		opacity: 0;
	}
	.owl-theme:hover .owl-next, 
	.owl-theme:hover .owl-prev{
		opacity: 1;
	}
	.owl-theme:hover .owl-dots {
		opacity: 1;
	}
    .owl-theme:hover .owl-prev {
		left: 1%;
	}
	.owl-theme:hover .owl-next {
		right: 1%;
	}
	#LAUFBAND_ENTWICKLUNG .flex{
		padding: 0 3em;
	}

}
/* LG */
@media (min-width: 1200px) {
}
/* smaller than tablet landscape */
@media (max-width: 1023px) {
 
}
/* desktop and bigger */
@media (min-width: 1024px) {
 
}
/* tablet landscape and smaller */
@media (min-width: 1024px) {
 
}
/* tablet landscape and smaller */
@media (max-width: 1024px) {
	figure.effect-apollo p {
		opacity: 1;
	}
}
/* tablet landscape and smaller */
@media (max-width: 1024px) {
  
}
@media (max-width: 767px) {
 
}
/* tablet portrait and smaller */
@media (max-width: 768px) {

}
/* phone portrait and smaller */
@media (max-width: 435px) {
 
}
@media (max-width: 435px) {
  
}

