/* ==============
Theme Name: Medexter 2025
Description: Responsive, SEO-friendly WordPress theme for www.medexter.com
Version: 1.0
Author: Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

@import url('css/0_reset.css');
@import url('css/0_basic.css');
@import url('css/grid2.css'); /* grid20.css / grid30.css / grid40.css */
@import url('css/nav_sf.css');
@import url('css/owl.carousel.min.css'); 
@import url('css/owl.theme.default.min.css');

@import url('fonts/icons_outline.css');	/* icons_outline icons_full icons_cute


/*************************************************
* Webfonts 
*************************************************/

/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/plus-jakarta-sans-v11-latin-regular.woff2') format('woff2');
}

/* plus-jakarta-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/plus-jakarta-sans-v11-latin-italic.woff2') format('woff2');
}

/* plus-jakarta-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/plus-jakarta-sans-v11-latin-600.woff2') format('woff2');
}

/* plus-jakarta-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/plus-jakarta-sans-v11-latin-600italic.woff2') format('woff2');
}

/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/plus-jakarta-sans-v11-latin-700.woff2') format('woff2');
}

/* plus-jakarta-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/plus-jakarta-sans-v11-latin-800.woff2') format('woff2');
}


/*************************************************
* Custom Styles
*************************************************/

body,
input,
select,
textarea {
	font-family: 'Plus Jakarta Sans',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

html,
body {
	
}

body {
	font-size: 17px;
	line-height: 1.62;
	font-weight: 400;
	
	color: #2f5c71;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.stopoverflow {
	max-height: 100vh;
	overflow: hidden;
}

.wrap {
	background: #fff;
}

.intro .wrap {
	background: transparent;
}

.noof {
	overflow: hidden;
}

#outercontainer {
	position: relative;
}

#navicon,
#mobolay,
#mobnav {
	display: none;
}

a {
	text-decoration: none;
	
	transition: all 300ms ease;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.icon {
	position: relative;
	top: 2px;
}

.round,.rounded {
	border-radius: 20px;
}

.line {
	width: 100%;
	height: 1px;
	background: #96adbc;
}

.bgwhite,
.linewhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bglight,
.linelight {
	background: #f4f6f7;
}

.bgmedium,
.linemedium {
	background: #e4ebed;
}

.bgdark {
	background: #436c81;
}

.bgxdark {
	background: #2f5c71;
}

[class^='bg'] .wrap {
	background-color: transparent;
}

/*
.inlinebox {
	display: block;
	position: relative;
	text-align: center;
}

.col-inline {
	float: none;
	display: inline-block;
}
*/



/*************************************************
* Typo

	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	color: #7c9aac;
	color: #3a89ad;
}

a:hover {
	color: #2f5c71;
	border-color: #2f5c71;
}

#main p a {
	border-bottom: 1px solid transparent;
}

#main p a:hover {
	border-color: #2f5c71;
}

#main .bgdark p a:hover {
	border-color: #fff;
}

strong, b {
	font-weight: 700;
}

h1 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 800;	
	
	margin-bottom: 30px;
}

h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 800;
	
	margin-top:    2.5rem;
	margin-bottom: 1rem;
}

h1.pagetitle,
h2.sectiontitle {
	margin-top:    0;
	margin-bottom: 0;
}

h1.pagetitle.largeh,
h2.sectiontitle.largeh {
	font-size: 30px;
}

h1.pagetitle.smallh,
h2.sectiontitle.smallh,
h3.coltitle {
	font-size: 21px;
}

h1.pagetitle span.subline,
h2.sectiontitle span.subline {
	font-weight: 400;
	text-transform: none;
}

.product_intro h1.pagetitle .subline,
.intro_home h1.pagetitle .subline {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.03em;
}

h3 {
	font-size: 21px;
	line-height: 1.4;
	font-weight: 600;
	
	margin-top:    2rem;
	margin-bottom: 0.75rem;
}

h3.coltitle {
	font-size: 19px;
	margin-top: 0;
}

h4 {
	font-size: 19px;
	font-weight: 600;
	
	margin-top:    1.5rem;
	margin-bottom: 0.5rem;	
}

h5 {
	font-size: inherit;
	font-weight: 600;
	
	margin-top:    1.5rem;
	margin-bottom: 0.5rem;	
}

h6 {
	
}

#main h1 a, h1 a, h2 a, h3 a, h4 a, h6 a {
	text-decoration: none;
}

#main ul, #main ol {
	margin-bottom: 1rem;
}

#main ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

#main ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

p {
	margin-bottom: 1rem;
}

p.topline {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
}

p.largep,
.largep p {
	font-size: 20px;
}

.nomb, .nomb * {
	margin-bottom: 0;
}

p.caption,
.s_gallery p.caption {
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	font-size: 13px;
	line-height: 1.4;
}

blockquote {
	font-size: 19px;
	color: #96adbc;
	font-style: italic;
	margin: 30px 0 30px 0;
	padding: 0 30px 0 30px;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote p em {
	font-style: normal;
}

hr {
	height: 1px;
	margin: 30px 0 30px 0;
	border-bottom: 1px solid #96adbc;
}

pre {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.nomargin {
	margin: 0;
}

.bgdark, 
.bgxdark,
.bgdark a, 
.bgxdark a {
	color:#e4ebed;
}

.bgdark a:hover, 
.bgxdark a:hover {
	color: #fff;
}




/*************************************************
* Header
*************************************************/

#header {
	position: fixed;
	z-index: 30001;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	
	background: #fff;
	padding-top:    15px;
	padding-bottom: 15px;
	
	transition: all 500ms ease;
}

#logo {
	background-image: url('images/logo0.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	
	overflow: hidden;
	
	transition: all 500ms ease;
}

#logo a {
	display: block;
	text-indent: -9999px;
}

#logo,
#logo a {
	width: 220px;
	height: 70px;
}

#nav {
	
}

#headerpadding {
	height: 100px;
}

.anchor {
	position: relative;
	top: -100px;
}


/*************************************************
* Scroll
*************************************************/

#scroll0,
#scroll1,
#scroll2 {
	position: absolute;
	width:  1px;
	height: 1px;
/* 	background: #ff0000; */
}

#scroll0 { /* triggers #totop */	
	top: 80px; 
}

#scroll1 {
	top: 40px;
}

#scroll2 {
	top: 120px;
}


/*
.scroll1 #header {
	position: fixed;
	z-index: 30001;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
*/

.scroll2 #header {
	
}

.scroll2 #logo {
/* 	height: 58px; */
}

.scroll1 #nav {
/* 	padding-top: 6px; */
}

.scroll1 #headerpadding {
	
}



/*************************************************
* Nav
*************************************************/

#nav {
	padding-top: 12px;
	
	transition: padding-top 500ms ease;
	
	font-size: 15px;
	font-weight: 700;
	line-height: 46px;
}

#nav .menu {
	float: right;
}

#nav .menu li {
	margin: 0 0 0 20px;
}

#nav .menu a {
	padding: 0;
	color: #2f5c71;
}

#nav .menu ul {
	margin-left: -20px;	
}

#nav .menu ul li {
	margin: 0;
	line-height: 34px;
	min-width: 160px;
}

#nav .menu ul li a {
	font-weight: 600;
	
	background: #305c72;
	padding-left:  25px;
	padding-right: 25px;
}

#nav .menu ul li:first-child a {
	padding-top: 10px;
	border-radius: 8px 8px 0 0;
}

#nav .menu ul li:last-child a {
	padding-bottom: 12px;
	border-radius: 0 0 8px 8px;
}

#nav .menu > li a:hover,  
#nav .menu > li.sfHover > a,
#nav .menu > li.current-page-ancestor > a,
#nav .menu > li.current-menu-ancestor > a, 
#nav .menu > li.current-menu-item > a, 
#nav .menu > li.current-post-ancestor > a, 
#nav .menu > li.current-post-parent > a {
    color: #96adbc;
}

#nav .menu > li li a {
	color: #fff;
}

#nav .menu > li li a:hover,
#nav .menu > li li.current-menu-item > a {
	color: #b0c2cd;
}

@media (min-width:1024px) and (max-width:11ß0px) {
	#nav .menu li {
		margin-left: 15px;
	}
	
}

@media (min-width:1024px) and (max-width:1190px) {
	#nav #menu-item-1135 {
		display: none;
	}
	#nav .menu li.buttonlike a {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.menu li.nolink > a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

/*************************************************
* Slider
*************************************************/

.sliderslide {
	position: relative;
	overflow: hidden;
	
	transform-style: preserve-3d;
}

.sliderolay {
	position: absolute;
	left: 	0;
	right: 	0;
	top: 	0;
	bottom: 0;
	width:  100%;
	height: 100%;
	
	background: rgba(0,0,0,0.2);
}

.sliderolay.slidergrad {
	background: linear-gradient(45deg, rgba(106, 53, 104, 0.9), rgba(48, 85, 104, 0.9));
	background: linear-gradient(15deg, rgba(100, 42,  97, 0.9), rgba(48, 85, 104, 0.9));
	
}

.prodslide .sliderolay {
	background: linear-gradient(45deg, rgba(106, 53, 104, 0.9), rgba(48, 85, 104, 0.9));
	background: linear-gradient(15deg, rgba(100, 42,  97, 0.9), rgba(48, 85, 104, 0.9));
}

.slidertext {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

.slide h1,
.slide p,
.breaker p {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.4;
	color: #fff;
	margin: 20px 0;
}
.slide p.slideh1 {
	
}
.slide p.slideptop,
.breaker p.slideptop {
	font-size: 17px;
	font-weight: 800;
}
.slide p.slidep,
.breaker p.slidep {
	font-size: 20px;
}
.slide .subline,
.breaker .subline,
.breaker p.slidep  {
	font-weight: 400;
}

.breaker p.slidep {
	
}

.breakerslide img {
	opacity: 0;
}

.prodslide, 
.breakerslide {
	position: relative;
}

.prodslide,
.breakerslide {
	background-repeat: 		no-repeat;
	background-position: 	center center;
    background-size: 		cover;
    background-attachment: 	fixed;
}

@media (max-width: 680px) {
	.prodslide {
		overflow: hidden;
	}
	.prodslide img {
		max-width: 125%;
	}
}

@media (max-width: 1024px) {
	.prodslide,
	.breakerslide {
		background-attachment: 	scroll;
	}
}

@media (min-width:1920px) {
	.sliderslide img,
	.prodslide img.bgimg {
		opacity: 0;
	}
	
	.sliderslide {
		background-repeat: 		no-repeat;
		background-position: 	center center;
	    background-size: 		cover;
	    background-attachment: 	fixed;
	}
}




.breaker {
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
    text-align: center;
}

.breaker-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.breaker-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.breaker-overlay.standard {
    background: rgba(0,0,0,0.4);
}

.breaker-overlay.slidergrad {
    background: linear-gradient(15deg, rgba(100, 42,  97, 0.9), rgba(48, 85, 104, 0.9));
}

.breaker-overlay-100.slidergrad {
	 background: linear-gradient(15deg, rgba(100, 42,  97, 1), rgba(48, 85, 104, 1));
}

.breaker-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.breaker-topline {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.breaker-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.breaker-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.breaker-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #c04a3d;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}


/*************************************************
* Carousel Dots
*************************************************/

.owl-carousel .owl-dots {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.owl-carousel .owl-dots .owl-dot span {
	background: #fff;
	opacity: 0.5;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 1;
}

/*************************************************
* Carousel Arrows
*************************************************/
.owl-carousel .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	border-radius: 0px;
	
	transition: all 300ms ease;
			
	position: absolute;
	top: 50%;
	margin-top: -20px;	
	width:  	 40px;
	height: 	 40px;
	line-height: 40px;
	font-size:   16px;
	text-align: center;
		
	color: #fff;	
	background: green;
	font-weight: bold !important;
	
	border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background: yellow;
	opacity: 0.6;
}


/*************************************************
* Feedbacks
*************************************************/

.owl-carousel.owl-feedbacks .owl-nav button.owl-prev,
.owl-carousel.owl-feedbacks .owl-nav button.owl-next {
	background: transparent;
	color: #000;
	border: 0;
	width: 20px;
}
.owl-carousel.owl-feedbacks .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel.owl-feedbacks .owl-nav .owl-next {
	right: 0;
}

.owl-carousel.owl-feedbacks .feedback {
	padding-left:  40px;
	padding-right: 40px;
}

.owl-carousel.owl-feedbacks {
	padding-bottom: 30px;
}

.owl-carousel.owl-feedbacks .owl-dots {
	position: absolute;
	right: auto;
	width: 100%;
	bottom: 0;
}

.owl-carousel.owl-feedbacks .owl-dots .owl-dot span {
	background: #96adbc;	
	opacity: 1;
}

.owl-carousel.owl-feedbacks .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background: #96adbc;
	opacity: 1;
}

.owl-carousel.owl-feedbacks .owl-dots .owl-dot.active span {
	width: 30px;
}



@media (min-width:800.02px) {
	.owl-carousel.owl-feedbacks .feedback {
		padding-left:  90px;
		padding-right: 90px;
	}
}
.feedback {
	text-align: center;
}
.feedback p.testi_text {
	font-size: 19px;
	font-style: italic;	
}
.feedback p.testi_name {
	font-size: 16px;
	font-weight: 500;
}



/*************************************************
* Intro, Home Intro
*************************************************/

/* --- Intro Grundlayout + Hintergrund --- */
.intro_home {
    position: relative;
    isolation: isolate;
    color: #fff;
    /* Höhe je nach Bedarf anpassen */
    min-height: clamp(560px, 70vh, 860px);
}

.intro_home::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	display: block;
	z-index: 0;
} 

.introsections {
/*
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 40px;
	align-items: start;
*/
	column-count: 3;
    column-gap: 40px;
	
    margin-left: 20px;
    margin-right: 20px;
    
    -webkit-columns: 3 40px;
	-moz-columns: 3 40px;
	columns: 3 40px;
	margin: 0 20px;
}

/*
.introsections > .ibox:nth-child(1) { grid-column: 1; grid-row: 1; } 
.introsections > .ibox:nth-child(2) { grid-column: 1; grid-row: 2; } 
.introsections > .ibox:nth-child(3) { grid-column: 2; grid-row: 1; } 
.introsections > .ibox:nth-child(4) { grid-column: 2; grid-row: 2; } 
.introsections > .ibox:nth-child(5) { grid-column: 2; grid-row: 3; } 
.introsections > .ibox:nth-child(6) { grid-column: 3; grid-row: 1; } 
.introsections > .ibox:nth-child(7) { grid-column: 3; grid-row: 2; } 
*/

.introsections .ibox {
/*     break-inside: avoid; */
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    
    -webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	
	display: inline-block; /* Safari benötigt das */
	width: 100%;
	margin-bottom: 40px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	transform: translateZ(0); /* neue Paint-Layer */
}


@media (max-width: 1420px) {
	.introsections { 
		column-gap: 30px;
	}
	.introsections .ibox {
		margin: 0 0 30px 0;
	}
}

/* 2 Spalten */
@media (max-width: 1100px) {
    .introsections { 
	    column-count: 2;
		column-gap: 24px;
	}
	.introsections .ibox {
		margin: 0 0 24px 0;
	}  		
}

/* 1 Spalte */
@media (max-width: 640px) {
    .introsections { 
	    column-count: 1;
		column-gap: 20px;
	}
	.introsections .ibox {
		
	}
}

@media (max-width:1024px) {
	.introsections {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width:1420px) {
	.introsections > .ibox:nth-child(2) {
		padding-bottom: 38px;
	}
	.introsections > .ibox:nth-child(7) {
		padding-bottom: 37px;
	}
}


/* Boxen (Cards) */
.ibox {
    padding: 22px 30px;
    border-radius: 20px;
/*
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.25);
*/
    backdrop-filter: blur(0);
    
    border: 1px solid #96adbc;
    transition: all 500ms ease;
}

.ibox:hover {
	backdrop-filter: blur(20px);
}

/* Box-Überschrift */

.intro_home h1 {
	font-size: 38px;
	display: block;
	position: relative;
	z-index: 1;
}

.intro_home h3 {
	font-size: 17px;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
}

/* Linkliste in der Box */
ul.ibox_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ibox_list li {
	font-size: 15px;
	line-height: 27px;
	font-weight: 600;	
	color: #b0c2cd;
    margin-top: 0.35rem;
    display: block;
}

ul.ibox_list li.firstlink,
ul.ibox_list li.secondlink {
	float: left;
}

ul.ibox_list li.firstlink {
	clear: left;
	padding-right: 8px;
}
ul.ibox_list li.secondlink {
}
ul.ibox_list li.secondlink:before {
	content: "&";
	padding-right: 4px;
}
ul.ibox_list li.secondlink:after {
	clear: both;
}

ul.ibox_list a {
    color: #b0c2cd;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

ul.ibox_list a:hover {
    color: #fff;
/*     text-decoration: underline */
	border-bottom-color: #fff;
}

/* --- Responsive: 2 Spalten, dann 1 Spalte --- */
@media (max-width: 1100px) {
    .introsections {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}
@media (max-width: 640px) {
    .introsections {
        grid-template-columns: 1fr;
    }
}


/*************************************************
* Images, Image Links
*************************************************/

.galimg {
	overflow: hidden;
}

.galimg a img,
a .galimg img {
	transition: all 300ms ease;
	
	-webkit-backface-visibility: hidden;
}

.galimg a:hover img,
a:hover .galimg img {
	
	opacity: 0.6;
		
	-webkit-transform: 	scale(1.025);
			transform: 	scale(1.025);
}

.imgbox {
	position: relative;
	transform-style: preserve-3d;
}

.imgolay {
	position: absolute;
	left:   0;
	top:    0;
	right:  0;
	bottom: 0;
	width:  100%;
	height: 100%;
	
	background: rgba(0,0,0,0.2);
	
	transition: opacity 400ms ease;
}

.imgolaytext {
	position: relative;
    top: 50%;
    	
	-webkit-transform: 	translateY(-50%);
			transform: 	translateY(-50%);
}

.imgbox a * {
	transition: all 400ms ease;
}

/*************************************************
* Teaser
*************************************************/

.teaser {
	text-align: center;
}

.teaser a {
	display: block;
}

.teaser .imgolaytext {
	padding: 5px 15px;
}

.teaser h3 {
	margin-top: 0;
}

.teaser p {
	margin: 0;
}

/*************************************************
* .partner, .jobs
*************************************************/

.partners {
	display: block;
	width: 100%;	
	text-align: center;
}

.partner {
	display: inline-block;
	padding: 0 20px;
}


.jobs {
	display: block;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.col-job {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.job {
	border: 1px solid #2f5c71;
	padding: 25px 30px;
	text-align: left;
}

.job h3 {
	font-size: 20px;
	margin-top: 0;
}

.job p {
	font-size: 16px;
	margin: 0;
	padding-bottom: 20px;
}

.job .button a {
	margin: 0 !important;
}


/*************************************************
* Personen
*************************************************/

.person {
	color: #fff;	
}

.person .imgolay,
.person .imgolaytext {
	transition: all 400ms ease;	
}

.person .imgolay {
	background: rgba(0,0,0,0.2);	
}

.person .imgolaytext {
	opacity: 0;
}

.person:hover .imgolay {
	background: rgba(0,0,0,0.4);
}

.person:hover .imgolaytext {
	opacity: 1;
	cursor: default;
}

/*************************************************
* faq
*************************************************/

.faqs {
	
}

.faq {
	transition: all 400ms ease;	
	border-bottom: 1px solid #abbec9;
	
}

.faq.hastext:hover,
.faq.hastext.faqactive {
	
}

.faq.faqactive {
	
}

.faq h3.frage {
	position: relative;
	margin: 0; 
	padding: 25px 50px 25px 25px;
	
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #2f5c71;
}

.faq.hastext h3.frage {
	cursor: pointer;
}

.faq.hastext h3.frage:before, 
.faq.hastext h3.frage:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 35px;
	width:  16px;
	height:  2px;
	background: #2f5c71;
	
	transition: all 250ms ease;
}

.faq.hastext h3.frage:before {
	
}

.faq.hastext h3.frage:after {
	transform: 	rotate(90deg);
}

.faq.hastext.faqactive h3.frage:after {
	transform: 	rotate(0deg);
}

.antwort {
	width: 100% !important;
	display: block;
}

.antwortinner {
	padding: 0 25px 15px 25px;
}

.antwort p {
	margin-bottom: 10px;
}


/*************************************************
* Infobox
*************************************************/

/*
.infobox {
	position: relative;
	background: #fff;
	padding: 25px 30px;
	z-index: 1;
}
*/

/*
.infobox::after {
	content: '';
	display: block;
	position: absolute;
	background-image: linear-gradient(225deg, #af085d, #305c72);
	inset: -10px;
	border-radius: 12px;
	filter: blur(64px);
	opacity: 0.8;
	z-index: -1;
}
*/

.infobox-glow {
    position: relative;
    isolation: isolate;
}


.infobox-glow .glow {
    position: absolute;
    inset: -6px;                
    background-image: linear-gradient(15deg, #af085d, #305c72);
    border-radius: 20px;
    filter: blur(8px);
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

.infobox {
    position: relative;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    z-index: 1;                   

}

.infobox h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

#main .infobox li {
	
}


#main .infobox ul li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 16px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	
	background-image: url('images/check.png');
	background-position: left top 8px;
	background-repeat: no-repeat;
	background-size: 14px auto;
	
}


.product_logo_small {
	height: 65px;
	width: auto;
}


.vorteil {
	background: #f4f6f7;
	padding: 25px 30px;
}

.bglight .vorteil {
	background: #fff;
}

.vorteil h3 {
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.vorteil p {
	font-size: 17px;
	margin-bottom: 0;
}

.vorteilicon {
	width: 40px;
	float: left;
	margin-top: 3px;
}

.vorteiltext {
	float: left;
	margin-left: 30px;
	width: calc( 100% - 70px );
}

#main .vorteil ol,
#main .vorteil ol li {
	list-style-type: none;
	margin: 0;
}

#main .vorteil ol li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 16px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	
	background-image: url('images/check2.png');
	background-position: left top 6px;
	background-repeat: no-repeat;
	background-size: 20px auto;
}



.step {
	position: relative;
	padding: 25px 50px;
}

.stepicon {
	width: 70px;
	margin: 0 auto 30px auto;
}

.step h3 {
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

.step p {
	margin-bottom: 0;
	text-align: center;
}

.step.hasline::after {
	content: "";
	position: absolute;
	display: block;
	
	background: #96adbc;
	
	width: 60px;
	height: 2px;
	top: 135px;
	right: -50px;
	
}

.hasline.step-3::after {
	display: none;
}

@media (max-width:1024px) {
	
	.step {
		padding-top: 45px;
	}
	
	.step.hasline::after {
		width: 2px;
		height: 40px;
		top: auto;
		right: 50%;
		bottom: -40px;
		
	}
}

#main .step ul li {
	padding-top: 6px;
	margin-bottom: 6px;
}

#main .step ul li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 16px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	
	background-image: url('images/check2.png');
	background-position: left top 8px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	
}

/*************************************************
* Tabelle
*************************************************/

table {
	width: 100%;
	border-top: 1px solid #96adbc;
}

tr.coltitle .col1 {
	font-weight: bold;
}

td {
	padding: 5px;
	border-bottom: 1px solid #96adbc;
}

td.col1 {
	padding: 10px 10px 10px 5px;
	white-space: nowrap;
}

td.col2 {
	padding: 10px 5px 10px 10px;
}

td.eventcol3 {
	text-align: right;
}

@media (max-width:600px) {
	td {
		display: block;
	}
	td.col1,
	td.eventcol1 {
		padding: 8px 4px 0px 4px;
		border: 0;
	}
	
	td.eventcol2 {
		border: 0;
		padding: 0px 4px 0 4px;
	}
	
	td.col2,
	td.eventcol3 {
		padding: 0px 4px 8px 4px;
	}
	
	td.eventcol1,
	td.eventcol2 {
		
	}
	
	td.eventcol3 {
		text-align: left;
	}
}

/*************************************************
* CTA
*************************************************/

.cta p {
	margin: 0;
	font-size: 22px;
}

@media (max-width:768px) {
	.cta {
		text-align: center;
	}
}


/*************************************************
* Video
*************************************************/

.video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*************************************************
* Aligner
*************************************************/

@media( max-width:1024px ) {	
	.aligner {

	}	
	.aligneritem {
		
	}		
	.col-textcol {
		padding-left:   20px;
		padding-right:  20px;
		
		padding-top:    20px;
		padding-bottom:  0px;
	}
}

@media( min-width:1024.01px ) {	
	.aligner {
		display: flex;
		align-items: center;
		min-height: 10px;
		justify-content: center;
	}	
	.aligneritem {
		
	}		
}


/*************************************************
* Button
Verlauf von af085d zu 305c72
*************************************************/

.button {
	
}

#nav .menu li.buttonlike {
	height: 46px;
	overflow: hidden;
}

.button a,
#main p .button a,
#nav .menu li.buttonlike a {
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	
	position: relative;
	overflow: hidden;
    z-index: 1;
	
	padding: 	12px 32px;
	margin: 	10px 20px 10px 0;
	
	font-size:   16px;
	font-weight: 700;
	line-height: 20px;
	
	border-radius: 23px;
	
	color: #305c6f;
	background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #af085d, #305c72) border-box;
    border: 1px solid transparent;
    
/*     background-size: 200% 100%; */        /* doppelte Breite für Animation */
/*     background-position: left center;  */ /* Startposition */
}

#nav .menu li.buttonlike a {
	margin: 0;
	font-size: 15px;
}

.button a:before,
#nav .menu li.buttonlike a:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   
    background: linear-gradient(90deg, #af085d, #305c72);
    opacity: 0;                        /* unsichtbar */
    transition: opacity 0.4s ease;     /* weiches Ein-/Ausblenden */
    z-index: -1;                       /* liegt hinter dem Text */
}

.button.alt a {
	color: #fff;
	border-color: #436c81;
	background: #436c81;
}

.bgdark .button.alt a {
	border-color: #fff;
}

.button.ghost a {
	color: #305c6f;
	border-color: #305c6f;
	background: transparent;	
}

.button.alt a:before,
.button.ghost a:before {
	display: none;
}

.button a:hover,
#main p .button a:hover,
#nav .menu li.buttonlike a:hover {
	color: #fff;  
	border: 1px solid transparent;
}

.button a:hover::before,
#nav .menu li.buttonlike a:hover::before {
    opacity: 1;
}

.button.alt a:hover {
	color: #fff;
	border-color: #2f5c71;
	background: #2f5c71;
}

.bgdark .button.alt a:hover {
	border-color: #fff;
}

.button.ghost a:hover {
	color: #fff;
	border-color: #305c6f;
	background: #305c6f;
}


.breaker .button.ghost a,
.slide .button.ghost a,
.bgxdark .button.ghost a {
	border-color: #fff;
	color: #fff;
}

.breaker .button.ghost a:hover,
.slide .button.ghost a:hover,
.bgxdark .button.ghost a:hover {
	background: #fff;
	color: #2f5c71;
}

.button.mediumbutton a {
	
}

.button.largebutton a {
	display: block;
	padding: 36px;
	text-align: left;
	line-height: 32px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button.largebutton img {
	width: 34px;
	float: left;
	margin-right: 25px;
}

.textright span.button a,
p[style="text-align: right;"] span.button a {
	margin: 10px 0 0 10px;
}

.textcenter span.button a,
p[style="text-align: center;"] span.button a {
	margin: 10px 10px 0 10px;
}

.textbuttons .button {
	display: block;
}

.textbuttons .button a {
	margin: 0 0 10px 0;
	padding-left:  48px;
	padding-right: 48px;
}

.cta .button a {
	margin: 0;
}



/*************************************************
* Swipebox
*************************************************/

#swipebox-overlay {
	background: rgba(255,255,255,0.96) !important;
}

#swipebox-slider .slide {
	padding: 20px !important;
}

#swipebox-close {
	background-color: #fff !important;
	z-index: 100001 !important;
}

#swipebox-bottom-bar {
	background: transparent !important;
}

#swipebox-arrows {
    max-width: none !important;
    width: 98% !important;
    background: transparent !important;
}

#swipebox-arrows a {
	background-color: #fff !important;
}

#swipebox-next.disabled, 
#swipebox-prev.disabled {
    opacity: 0.15 !important;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
	background-image: url('images/icons.png') !important;
	background-size: auto 34px !important;
}

#swipebox-prev {
    background-position: -32px 8px !important;
}

#swipebox-next {
    background-position: -68px 8px !important;
}

#swipebox-close {
    background-position: 8px 8px !important;
}

/*************************************************
* Kontaktieren - Kontakt-Box
*************************************************/

#contact {
	
}

.contactcol p {
	text-align: center;
	font-size: 15px;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.contactcol p.topline {
	font-size: 17px;
	font-weight: 800;
}

.contactcol p .button a {
	margin: 0;
	margin-top: 20px;
}

.contactcol p.topline {
	font-size: 17px;
	font-weight: 800;
}

.contacticon {
	display: block;
	width: 48px;
	margin: 0 auto 25px auto;
}



#contact h3 {
	margin-top: 0;
}

#contact .button.ghost a,
#footer .button.ghost a {
	padding-left: 42px;
	padding-right: 42px;
	
	color: #fff;
	border-color: #96adbc;
}

#footer .button.ghost a {
	margin-top: 20px;
}

#contact .button.ghost a:hover {
	border-color: #fff;
}

#footer .button.ghost a:hover {
	background: #436c81;
	border-color: #fff;
}

/*************************************************
* Footer, Subfooter
*************************************************/

#footer {
	
}

#footer h3 {
	
}

#footer p {
	
}

#footer ul.menu li {
	font-size: 15px;
	line-height: 30px;
}

#footer ul.menu li a {
	font-weight: 600;
	display: block;
}

#footer ul.menu li a:hover {
	color: #fff;
/* 	text-decoration: underline; */
}

#footer ul.menu > li > a {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}


#subfooter {
	font-size: 15px;
	font-weight: 600;
}

#subfooter a {
	
}

#subfooter a.creator {
	opacity: 0.3;
}

#subfooter a:hover {
	opacity: 1;
}

#subfooter p,
#subfooter ul {
	margin: 0;
}

#subfooter ul,
#subfooter ul li {
	float: left;
}

#subfooter ul li {
	float: left;
	margin: 0 25px 0 0;
}

#subfooter span {
	margin-left: 30px;
}


/*************************************************
* Seitenanfang
*************************************************/

a#totop {
	transition: all 300ms ease;
		 	
	display: block;
	z-index: 999;
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	text-align: center;
	padding-left: 2px;
	
	visibility: hidden;
	opacity: 0;
	
	line-height: 38px;
	font-size: 20px;
	
	background: #436c81;
	color: #fff;
	text-decoration: none;
}

html.swipebox-html a#totop {
	right: -50px;
}

a#totop.show {
	opacity: 1;
	visibility: visible;
}

@media (min-width:1024px) {
	a#totop {
		display: none;
	}
}


/*************************************************
* Edit-Link
*************************************************/

.editlink {
	margin-top:    15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}

.editlink .icon {
	font-size: 0.6rem;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

/*************************************************
* Formulare
*************************************************/

.cform {
	margin: 0;
	padding: 0;
}

.cform p {
	display: block;
	margin-bottom: 20px;
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
	-webkit-user-select: none;
	-ms-user-select:	 none;
	user-select:		 none;
}

.wpcf7-list-item {
	width: 100%;
	margin: 0 !important;
}

.wpcf7-acceptance label {
	display: inline-block;	
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.4;
}

.wpcf7-acceptance label span {
	font-size: 0.9rem;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"],
textarea,
select  {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	
	-webkit-appearance: none;
    border-radius: 			0px;    
	
	transition: all 300ms ease;
	
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	
	background: white;
	padding: 12px 12px 12px 18px;
	border: 1px solid #e0e0e0;
	
	border-radius: 23px;
	
	color: #305c6f;
    border: 1px solid #305c72;
}

textarea {
	margin-bottom: 10px;
}

.newsletterform input[type="email"] {
	margin-bottom: 10px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="submit"]:focus,
textarea:focus {
	background: white;
	border: 1px solid #af085d;
}

input[type="submit"] {
	cursor: pointer;
	display: block;
	width: auto;
	position: relative;
	
	padding: 	12px 32px;
	margin: 	20px 20px 10px 0;
	
	font-size:   16px;
	font-weight: 700;
	line-height: 20px;
	
	border-radius: 23px;
	
	color: #305c6f;
	border-color: #305c6f;
	background: transparent;
}


input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	opacity: 0.2;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	color: #fff;
	border-color: #305c6f;
	background: #305c6f;
}


.wpcf7-response-output {
	clear: both;
	width: 100%;
}

span.wpcf7-not-valid-tip {
	display: inline;
	color: orange !important;
	font-size: 15px !important;
}

div.wpcf7-response-output {
	border-radius: 23px !important;
	margin:0!important;
	max-width: 100% !important;
	padding: 10px 15px !important;	
	border: 1px solid #08af6f !important;
}

.invalid div.wpcf7-response-output {
	border-color: red !important;
}

/*
div.wpcf7-validation-errors {
	border: 2px solid red !important;
}
*/

/*************************************************
* Responsive 
*************************************************/

@media (max-width: 480px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	.intro_home h1 {
		font-size: 32px;
	}
	h1.pagetitle,
	h2.sectiontitle {
		
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		
	}
	h3 {
		
	}
	.slide h1,
	.slide p,
	.breaker p {
		font-size: 19px;
	}	
	.slide h1,
	.slide p.slideh1,
	.breaker p.slideh1 {
		font-size: 26px;
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
/*
	.slide h1 br,
	.slide p br,
	.breaker p br {
		display: none;
	}
*/
	.product_intro .slide h1 {
		font-size: 30px;
	}	
	img.product_intro_icon {
		position: relative;
		left: -50%;
		transform: 	scale(1.8);
	}
	.infobox {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.vorteilicon {
		float: none;
		margin-bottom: 20px;
	}
	.vorteiltext {
		width: 100%;
		margin: 0;
		float: none;
	}
}

@media (max-width: 380px) {
	.product_intro .slide h1 {
		font-size: 28px;
		padding-top: 20px;
	}
}

@media (min-width: 480.01px) and (max-width: 768px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		
	}
	h3 {
		
	}
	.slide h1,
	.slide p,
	.breaker p {
		font-size: 20px;
	}	
	.slide h1,
	.slide p.slideh1,
	.breaker p.slideh1 {
		font-size: 24px;
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
	.slide h1 br,
	.slide p br,
	.breaker p br {
		display: none;
	}
	.product_intro .slide h1 {
		
	}
	.product_intro .slide h1 {
		font-size: 32px;
	}	
	img.product_intro_icon {
		position: relative;
		left: -50%;
		transform: 	scale(1.8);
	}
	
}

@media (max-width: 768px) {
	
}

@media (min-width: 768.01px) and (max-width: 1024px) {
   
   #main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		
	}
	h3 {
		
	}
	.slide h1,
	.slide p {
		
	}	
	.slide h1,
	.slide p.slideh1 {
		
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
	.product_intro .slide h1 {
		font-size: 28px;
	}	
	img.product_intro_icon {
		
	}
}

@media (max-width: 1024px) {
	html,
	body {
		
	}
	
	/* Disable mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	#nav,
	#topbar {
		display: none;
	}
	
	#navicon,
	#mobolay,
	#mobnav {
		display: block;
	}
	
	#header {
		
	}
	
	#logo,
	#logo a {
		width: 200px;
		height: 60px;
	}
	
	#headerpadding {
		height: 90px;
	}
	
	.owl-carousel .owl-nav.disabled + .owl-dots {
		bottom: 10px;
		right: auto;
		width: 100%;
	}
	
	#subfooter {
		line-height: 2;
		padding-bottom: 30px;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30009;
		right:  10px;
		top:    25px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;	
		
		transition: right 200ms ease;	
	}
	
	html.swipebox-html #navicon {
		right: -50px;
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 30px;
			 	
		background: #305c72;
		
		border-radius: 2px;
				
		transition: all 300ms ease;

	}
	
	#navicon span {
	    left:   5px;
	    top:   18px;

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 9px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -9px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		
		
	}
	
	#navicon.active {
		transition: background 100ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		background: #fff;
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    
	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	       		transform: 	rotate(-45deg);
	}
	
	#navicon.active span:after {
	    -webkit-transform: 	rotate(45deg);
	       		transform: 	rotate(45deg);
	}
	
	
	/* Mob Olay */
	
	#mobolay {
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    position: fixed;
	    z-index: -1;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	
	    transition: 		opacity 500ms ease;
	    
	    background: rgba(46,92,114,0.7);
	    background: linear-gradient(45deg, rgba(106, 53, 104, 0.9), rgba(48, 85, 104, 0.9));
	    background: linear-gradient(15deg, rgba(100, 42,  97, 0.9), rgba(48, 85, 104, 0.9));
	}
	
	#mobolay.active {
	    z-index: 30002;
	    opacity: 1;
	    
	    transition: 		opacity 500ms ease;
	}
	
	/* Mobnav */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 30003;
		top: 0;
		height: 100%;
		left: -100%;
		width: calc( 100% - 60px );
		max-width: 400px;
		
		transition: left 500ms ease;
	}
	
	#mobnav.active {
		left: 0;
	}
	
	
	
	/* Mobile Contact */
	
	#mobnav p {
		line-height: 2;
	}
	
	/* Mobile Menu */
	
	#mobnav ul {
		
	}
	
	#mobnav ul li {
		position: relative;
	}
	
	#mobnav ul li a {
		font-size: 17px;
		font-weight: 700;
		color: #2f5c71;
		
		display: block;
		padding: 0 40px 0 15px;
		height: 44px;
		line-height: 44px;
	}
	
	#mobnav ul li ul {
		display: none;
		
		padding-top:     4px;
		padding-bottom: 16px;
	}
	
	#mobnav ul li ul li {
		text-transform: none;
	}
	
	#mobnav ul li ul li a {
		font-size: 16px;
		font-weight: 500;
		
		padding-left:  25px;
		padding-right: 10px;
		
		height: auto;
		line-height: 30px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#mobnav ul li ul li ul {
		display: none;
	}
	
	#mobnav ul li ul li ul li a {
		padding-left: 35px;
	}
	
	#mobnav ul li.current-menu-item > a,
	#mobnav ul li a:hover,
	#mobnav ul li a:focus {
		color: #96adbc;
	}
	
	
	
	/* Subnav */
	.subnavicon {
		position: absolute;
		right: 0;
		top: 0;
		width:  44px;
		height: 44px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		
		
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.subnavicon:before,
	.subnavicon:after {
		background: #305c72;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		border-radius: 2px;
		
		transition: opacity 400ms ease;
	}
	
	.subnavicon:before {
		top: 21px;
	}
	
	.subnavicon:after {
		top: 21px;
		-webkit-transform: rotate( -90deg );
				transform: rotate( -90deg );
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
	
}




@media (max-width: 480px) {
	.partner {
		width: 24%;
		padding: 0 10px;
	}
}

@media (min-width: 480.01px) and (max-width: 768px) {
	.partner {
		width: 24%;
		padding: 0 10px;
	}
}

@media (min-width: 768.01px) {
	.partner {
		width: 19%;
		padding: 0 15px;
	}
}

@media (min-width: 768.01px) and (max-width: 1024px) {
   
}

@media (min-width: 1024.01px) and (max-width: 1180px) {
    
}

@media (min-width: 1180.01px) and (max-width: 1420px) {
    
}

@media (min-width: 1420.01px) and (max-width: 1919.99px) {
    
}

@media (min-width: 1920px) {
	html,
	body {
		
	}  
	
	.outer,
	.fixme {
		max-width: 1920px;
		margin: 0 auto;
	} 
	
	.partner {
		width: 16%;
		padding: 0 15px;
	} 
	
}




















