html {
	position:relative;
	margin:0;
	padding:0;
	font-family:'Open Sans',sans-serif;
	overflow-y:scroll;
	-webkit-font-smoothing:subpixel-antialiased;
}

body {
	position:relative;
	margin:0;
	padding:0;
	background:#b4d1d8;
}

img {
	border:0;
	outline:0;
}

#mobile-indicator {
    display: none;
}

@media (max-width:767px) {

#mobile-indicator {
	display:block;
}

}

#ohmobile, #ohtablet, #ohsmall {
    display:none;
}

@media (max-width:1023px) {

#ohtablet {
	display:block;
}

}


@media (min-width:768px) {

.desktophidden {
	display:none;
}

.mobilehidden {
	display:block;
}

}


@media (max-width:767px) {

#ohmobile {
	display:block;
}

.desktophidden {
	display:block;
}

.mobilehidden {
	display:none;
}

}


@media (max-width:480px) {

#ohsmall {
	display:block;
}

}


.widthwrap {
	position:relative;
	margin:0 auto;
	padding:0 15px;
	max-width:1200px;
	height:100%;
}

.widthwrap2 {
	position:relative;
	margin:0 auto;
	padding:0 15px;
	max-width:1000px;
	height:100%;
}

header {
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#fff;
	background:rgba(255,255,255,0.95);
	height:150px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

#logo {
	position:absolute;
	top:65px;
	left:15px;
}

#logo .logo-scrolled {
	display:none;
}

#logo img {
	width:auto;
	height:75px;
}

#menubutton {
	position:absolute;
	list-style:none;
	text-align:left;
	height:17px;
	width:17px;
	cursor:pointer;
	margin:0;
	display:none;
	top:0;
	right:0;
	padding:16px 15px;
}

#line1, #line2, #line3 {
	position:absolute;
	width:15px;
	height:1px;
	background:#454545;
	left:15px;
	-webkit-transition:-webkit-transform 0.5s ease-in-out,top 0.1s ease-in-out;
	transition:transform 0.5s ease-in-out,top 0.1s ease-in-out;
}

.scrolled #line1, .scrolled #line2, .scrolled  #line3 {
	background:#fff;
}

#line1 {
	top:19px;
}

#line2 {
	top:24px;
}

#line3 {
	top:29px;
}

.active #line1 {
	-moz-transform:translate(0,4px) rotate(45deg);
	-ms-transform:translate(0,4px) rotate(45deg);
	-o-transform:translate(0,4px) rotate(45deg);
	-webkit-transform:translate(0,4px) rotate(45deg);
	transform:translate(0,4px) rotate(45deg);
}

.active #line2 {
	-moz-transform:translate(0,-1px) rotate(-45deg);
	-ms-transform:translate(0,-1px) rotate(-45deg);
	-o-transform:translate(0,-1px) rotate(-45deg);
	-webkit-transform:translate(0,-1px) rotate(-45deg);
	transform:translate(0,-1px) rotate(-45deg);
}

.active #line3 {
	display:none;
}

@media (max-width:767px) {

#menubutton {
	display:block;
}

header {
	height:50px;
}

}

aside {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1000;
}

aside ul {
	margin:0 auto;
	padding:0;
	display:block;
	text-align:center;
	font-size:0;
	line-height:0;
	max-width:800px;
}

aside li {
	display:inline-block;
	margin:0;
	box-sizing:border-box;
	width:32%;
	margin:0 2% 0 0;
	padding:0;
	text-align:center;
}

aside li:last-child {
	margin:0;
}

aside a {
	display:block;
	font-size:15px;
	line-height:1.2;
	padding:5px 5px;
	background:rgba(0,162,184,0.8);
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	font-weight:700;
	border:0;
	border-top:0;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

aside li:nth-child(2) a {
	background:#00606e;
}

aside a:hover {
	opacity:0.75;
}

aside a span {
	font-weight:400;
	display:block;
}

@media (min-width:1150px) {

#logo {
	top:10px;
}

#logo img {
	height:130px;
}

aside ul {
	max-width:800px;
}

}

@media (max-width:1149px) {

aside ul {
	width:700px;
	float:right;
}

aside a {
	font-size:13px;
	padding:3px 3px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

#logo {
	top:10px;
}

#logo img {
	height:130px;
}

}

@media (max-width:900px) {

aside ul {
	width:auto;
	float:none;
}

#logo {
	top:65px;
	left:15px;
}

#logo img {
	height:75px;
}

}

@media (max-width:767px) {

#menubutton {
	display:block;
}

header {
	height:50px;
}

#logo, .scrolled #logo {
	position:absolute;
	top:6px;
	left:15px;
	margin:0;
}

#logo img, .scrolled #logo img {
	width:auto;
	height:36px;
}

aside {
	position:fixed;
	top:auto;
	bottom:0;
}

aside a {
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background:rgba(0,162,184,1);
	border:0;
}

}

@media (max-width:700px) {

aside a {
	font-size:11px;
	padding:3px 3px;
}

}

@media (max-width:600px) {

aside li {
	width:100%;
	margin:0;
	border-radius:0!important;
}

aside li:nth-child(2) {
	margin:0;
}

aside li:nth-child(3) {
	display:none;
}

aside a, .scrolled aside a {
	font-size:13px;
	padding:12px 5px;
	border-radius:0!important;
}

aside li:nth-child(2) a {
	background:#00606e;
}

aside a span {
	font-size:9px;
	display:inline-block;
	margin:0 0 0 5px;
}

}

@media (max-width:500px) {

aside a, .scrolled aside a {
	font-size:11px;
}

header .widthwrap {
	padding:0;
}

}


nav {
	margin:0 auto;
	padding:0;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
}

nav ul {
	margin:0 auto;
	padding:0;
	display:inline-block;
}

nav li {
	display:inline-block;
	margin:0 8px;
}

nav a {
	display:block;
	font-size:18px;
	line-height:18px;
	padding:13px 5px;
	color:#333;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav a.open {
	color:#00A2B8;
}

nav a.notopen {
	color:#454545;
}

nav a.active, nav a:hover {
	color:#00A2B8;
}

nav a.active.notopen {
	color:#00A2B8;
}


nav .mainsubnav {
	text-align:left;
	position:absolute;
	top:44px;
	display:none;
	background:#f5f5f5;
	left:0;
	right:0;
	padding:30px 10px 30px 60px;
	-webkit-box-shadow:0 10px 10px rgba(0,0,0,0.2);
	box-shadow:0 10px 10px rgba(0,0,0,0.2);
}

.scrolled nav .mainsubnav {

}

nav .mainsubnav ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}

nav .mainsubnav li {
	display:inline-block;
	margin:0 2.5% 0 0;
	padding:0;
	border-bottom:1px solid #ccc;
	width:45%;
	float:left;
}

nav .mainsubnav li a {
	display:block;
	font-size:17px;
	line-height:1.35;
	padding:5px 0;
	margin:0;
	color:#333;
	text-decoration:none;
	text-transform:none;
	font-weight:400;
}

nav .mainsubnav li a:hover, nav .mainsubnav li a.active {
	color:#00A2B8;
}

nav .mainsubnav .column {
	padding:0 50px 0 0;
	box-sizing:border-box;
}

nav .mainsubnav .column:last-of-type {
	width:230px;
	margin:0;
}

@media (min-width:1025px) and (max-width:1200px) {

nav > ul {
	padding:0 12px 0 0;
}

nav li {
	margin:0 8px;
}

nav a {
	font-size:17px;
}

}

@media (min-width:1023px) and (max-width:1200px) {

nav {
	width:auto;
	left:0;
	right:0;
}

nav li {
	margin:0 6px;
}

nav a {
	font-size:14px;
}

}

@media (min-width:768px) and (max-width:1023px) {

nav li {
	margin:0 3px;
}

nav a {
	font-size:12px;
}

}

@media (max-width:767px) {

nav {
	text-align:left;
	position:fixed;
	top:50px;
	bottom:0;
	width:320px;
	right:-320px;
	min-height:100%;
	border-top:1px solid #dee6da;
	background:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}

nav.mobileactive {
	right:0;
}

nav ul {
	display:block;
	padding:0;
	margin:0 0 150px;
}

nav li {
	display:block;
	margin:0;
}

nav > ul > li > a {
	border-bottom:1px solid #dee6da;
}

nav a {
	display:block;
	padding:15px 20px;
}

nav .mainsubnav {
	text-align:left;
	position:relative;
	top:auto;
	background:#f2f2f2;
	left:auto;
	right:auto;
	width:auto;
	padding:0 20px;
	margin:0;
	line-height:0;
	border-bottom:1px solid #dee6da;
	
	-webkit-box-shadow:unset;
	box-shadow:unset;

}

.scrolled nav .mainsubnav {
	top:auto;
}

nav .mainsubnav ul {
	margin:0;
	padding:0;
	display:block;
	font-size:15px;
}

nav .mainsubnav li {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	float:none;
}

nav .mainsubnav li a {
	padding:10px 0;
	margin:0;
	text-transform:none;
	font-size:15px;
	border-color:#454545;
}

nav .mainsubnav li:last-child {
	border-bottom:0;
}

}


@media (max-width:480px) {

nav {
	width:100%;
	right:-100%;
}

}


#topnav {
	position:absolute;
	right:15px;
	top:65px;
	line-height:35px;
	height:35px;
}

#langnav {
	display:inline-block;
	font-size:15px;
	margin:0 0 0 20px;
	font-weight:300;
	height:100%;
	border-radius:10px;
}

#langnav p {
	margin:0;
	padding:0;
	cursor:pointer;
}

#langnav:hover p {
	opacity:0.75;
}

#langnav {
	display:inline-block;
	font-size:15px;
	margin:0 0 0 20px;
	font-weight:300;
	padding:0;
	text-align:left;
}

#langnav img {
	padding:8px 0 14px 0;
	vertical-align:middle;
	height:13px;
	width:20px;
}

#langnav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}

#langnav li {
	margin:0 0 0 5px;
	padding:0;
	display:inline-block;
}

#langnav li:nth-child(n+4) {
	display:none!important;
}

#langnav li a {
	font-size:15px;
	font-weight:400;
	display:block;
	color:#222;
	text-decoration:none;
	line-height:13px;
	text-align:left;
	padding:0;
}

#langnav li a:hover {
	color:#666;
}

#langnav li a img {
	padding:8px 0 14px 0;
	vertical-align:middle;
	height:13px;
	width:20px;
}

#langnav a.active {
	color:#000;
	border-bottom:1px solid transparent!important;
}

#phone {
	display:inline-block;
	font-size:18px;
	font-weight:700;
}

#phone img {
	margin:0 5px 0 0;
	padding:7px 0 9px;
	vertical-align:middle;
}

#phone a {
	text-decoration:none;
	color:#454545;
	display:inline-block;
}


@media (max-width:1024px) {

#topnav {
	top:65px;
	line-height:25px;
	height:25px;
}

#langnav img {

}

#langnav li a img {
	padding:4px 0 6px 0;
}

#phone {
	display:inline-block;
	font-size:12px;
	font-weight:700;
}

}

@media (max-width:767px) {

#topnav {
	right:55px;
	top:10px;
	line-height:25px;
}

#langnav {
	display:none;
	margin:0;
	position:fixed;
	right:50px;
	top:8px;
	height:30px;
}

#phone {
	font-size:15px;
	line-height:25px;
	vertical-align:middle;
}

#phone img {
	height:12px;
	width:12px;
	margin:0;
	vertical-align:middle;
}

#phone span {
	display:none;
}


}

@media (max-width:480px) {

#phone span {
	display:none;
}

#phone img {
	height:15px;
	width:15px;
	margin:0;
}

}



article {
	position:relative;
	margin:150px auto 0;
}

@media (max-width:767px) {

article {
	margin:50px auto 0;
}

}

.cover {
	position:relative;
	margin:0 auto;
	height:400px;
	overflow:hidden;
}

.home .cover {
	position:relative;
	margin:0 auto;
	height:450px;
	overflow:hidden;
}

.cover .left {
	z-index:6;
	position:relative;
	top:10%;
	margin:0;
	padding:20px;
  	float:left;
	max-width:500px;
	width:40%;
	box-sizing:border-box;
	background:rgba(0,162,184,0.8);
	border-radius:10px;
}

.cover h2 {
	position:relative;
	font-weight:700;
	font-size:20px;
	line-height:1.2;
	padding:0 0 10px;
	border-bottom:1px solid #fff;
	margin:0 0 10px;
	padding:0;
	color:#fff;
}

.cover p {
	font-weight:400;
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	color:#fff;
}

.cover p b {
	font-weight:700;
}

.cover a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid rgba(0,0,0,0.25);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cover a:hover {
	border-bottom:1px solid #000;
}

.cover-img {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	display:none;
	z-index:3;
}

.cover-img.active {
	z-index:5;
	display:block;
}

.cover-img.nextactive {
	z-index:4;
	display:block;
}

.cover .leftbox {
	z-index:6;
	position:relative;
	top:10%;
  	float:left;
	max-width:500px;
	width:40%;
	box-sizing:border-box;
}

.cover .leftbox-content {
	position:relative;
	margin:0 0 10px;
	padding:20px;
	background:rgba(0,162,184,0.9);
	border-radius:5px;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.cover .leftbox-buttons {
	position:relative;
	margin:0;
}

.cover .leftbox-buttons a {
	display:inline-block;
	padding:5px 10px;
	margin:0 10px 0 0;
	background:#005F6C;
	border-radius:5px;
	font-size:13px;
	color:#fff;
	border:0;
	text-decoration:none;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cover .leftbox-buttons a:hover {
	opacity:0.7;
}

.cover .leftbox-buttons a:nth-child(2) {
	background:rgba(0,162,184,0.9);
	color:#fff;
}

@media (max-width:1023px) {

.home .cover, .cover-img {
	height:450px;
}

.cover h2 {
	font-size:18px;
	margin:0 0 20px;
}

.cover p {
	font-size:14px;
	margin:0 0 10px;
}

}

@media (max-width:950px) {

.home .cover, .cover-img {
	height:400px;
}

.cover {
	background-size:auto 300px!important;
	height:300px;
}

.cover h2 {
	font-size:15px;
	margin:0 0 15px;
}

.cover p {
	font-size:12px;
	margin:0 0 10px;
}

}


@media (max-width:767px) {

.home .cover, .cover-img {
	background-size:auto 350px!important;
	height:350px;
}

.cover {
	background-size:auto 250px!important;
	height:250px;
}

.cover h2 {
	font-size:13px;
	margin:0 0 10px;
}

.cover p {
	font-size:11px;
	margin:0 0 10px;
}

}


@media (max-width:610px) {

.cover .left {
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	margin:0;
	padding:10px;
  	float:none;
	max-width:610px;
}

.home .cover, .cover-img {
	background-size:auto 280px!important;
	height:280px;
}

.cover {
	background-size:auto 200px!important;
	height:200px;
}

.cover h2 {
	font-size:12px;
	margin:0 0 10px;
}

.cover p {
	font-size:11px;
	margin:0;
}

}

@media (max-width:540px) {

.home .cover, .cover-img {
	background-size:auto 250px!important;
	height:250px;
}

.cover {
	background-size:auto 200px!important;
	height:200px;
}

.cover h2 {
	font-size:12px;
}

.cover p {
	font-size:10px;
}

}



.kachel {
	position:relative;
	margin:0 auto;
}

.kachel .widthwrap {
	padding:0;
	max-width:1440px;
}

.kachel .left, .kachel .right, .kachel .center {
	position:relative;
	float:left;
	width:33.3333%;
	min-width:320px;
	height:175px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 40px;
	overflow:hidden;
}

@media (max-width:980px) {

.kachel .left, .kachel .center {
	width:50%;
}

.kachel .right {
	width:100%;
}
	
}

@media (max-width:660px) {

.kachel .left, .kachel .center {
	width:100%;
}
	
}

.kachel h2 {
	position:relative;
	font-weight:300;
	font-size:32px;
	line-height:1;
	margin:0 0 10px;
	padding:0;
}

.kachel p {
	font-weight:300;
	font-size:18px;
	line-height:1.35;
	margin:0 0 10px;
	padding:0;
}

@media (max-width:480px) {

.kachel h2 {
	font-size:24px;
	margin:0 0 10px;
}

.kachel p {
	font-size:15px;
	margin:0 0 10px;
}

}

.kachel a {
	color:#454545;
	text-decoration:none;
}

.kachel a.white {
	color:#fff;;
	text-decoration:none;
}

.teaser {
	position:relative;
	margin:0 auto;
	padding:50px 0;
	line-height:0;
}

.home2018 .teaser {
	padding:0;	
}

.teaser .left, .teaser .right, .teaser .center {
	position:relative;
	float:left;
	width:30%;
	margin:0 5% 0 0;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.teaser .left:hover, .teaser .right:hover, .teaser .center:hover {
	opacity:0.7;
}

.teaser .right {
	margin:0;
}

@media (max-width:767px) {

.teaser .left, .teaser .center, .teaser .right {
	float:none;
	width:100%;
	max-width:400px;
	margin:0 auto 30px;
}

}

.teaser img {
	width:100%;
	height:auto;
	margin:0;
}

.teaser h2 {
	font-weight:700;
	font-size:20px;
	line-height:1;
	margin:0 0 10px;
	padding:0;
	color:#00A2B8;
	text-align:center;
}

.teaser p {
	font-weight:300;
	font-size:15px;
	line-height:1.85;
	margin:0 0 10px;
	padding:0;
}


@media (max-width:1024px) {

.teaser h2 {
	font-size:18px;
	margin:0 0 15px;
}

.teaser p {
	font-size:13px;
	margin:0 0 10px;
}

}

@media (max-width:767px) {

.teaser h2 {
	font-size:16px;
	margin:0 0 15px;
}

.teaser p {
	font-size:13px;
	margin:0 0 10px;
}

}

.teaser a {
	color:#454545;
	text-decoration:none;
	display:block;
}

.teaser-text {
	position:relative;
	padding:20px;
	overflow:auto;
	background:#f2f2f2;
	min-height:180px;
}

@media (max-width:480px) {

.teaser-text {
	padding:20px;
}

}

.testimonials {
	position:relative;
	margin:0 auto;
}

.testimonials img {
	max-width:100%;
	height:auto;
}

.testimonials .left {
	position:relative;
	float:left;
	width:61.5%;
	margin:0;
	border-right:2px solid #e7e7e8;
	box-sizing:border-box;
	padding:0 2.5% 0 0;
}

.testimonials .latest-item {
	position:relative;
	float:left;
	width:30.5%;
	margin:0 4.2% 0 0;
	box-sizing:border-box;
}

.testimonials .latest-item:nth-of-type(3) {
	margin:0;
}

.testimonials .right {
	position:relative;
	float:right;
	width:36%;
	margin:0;
}

.testimonials h2 {
	font-weight:300;
	font-size:24px;
	line-height:1;
	margin:0 0 30px;
	padding:0;
}

.testimonials h2 a {
	font-size:13px;
	color:rgb(0,144,214);
	text-transform:uppercase;
	margin:0 0 0 10px;
	text-decoration:none;
	letter-spacing:0.5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.testimonials h2 a:hover {
	border-bottom:1px solid rgb(0,144,214);
}

@media (max-width:480px) {

.testimonials h2 {
	font-size:18px;
}

.testimonials h2 a {
	display:block;
	margin:5px 0 0;
	text-decoration:none;
	letter-spacing:0.5px;
}

}

.testimonials p {
	font-weight:300;
	font-size:14px;
	line-height:1.7;
	margin:0 0 10px;
	padding:0;
}

@media (max-width:1023px) {

.testimonials .left {
	width:100%;
	margin:0;
	float:none;
	border-right:0;
	box-sizing:border-box;
	padding:0;
}

.testimonials .latest-item {
	position:relative;
	float:left;
	width:30.5%;
	margin:0 4.2% 0 0;
	box-sizing:border-box;
}

.testimonials .latest-item:nth-of-type(3) {
	margin:0;
}

.testimonials .right {
	float:none;
	width:100%;
	margin:30px 0 0;
	padding:40px 0 0;
	border-top:2px solid #e7e7e8;
}

}

@media (max-width:660px) {

.testimonials .latest-item {
	float:none;
	width:100%;
	margin:0 0 30px;
}

.testimonials .latest-item:nth-of-type(3) {
	margin:0;
}

}


footer {
	position:relative;
	margin:50px 0 0;
	background:#fafafa;
	border-top:2px solid #e7e7e7;
	padding:50px 0 75px;
	overflow:auto;
	font-size:0;
}

footer.footer2019 {
	padding:50px 0 75px;
	background:#b4d1d8;
}

.footer2019 .widthwrap {
	max-width:1230px;
	padding:0;
}

.footer-col {
	position:relative;
	width:33.3333%;
	vertical-align:top;
	display:inline-block;
	box-sizing:border-box;
	padding:0 15px;
}

footer .left, footer .right, footer .center {
	position:relative;
	float:left;
	width:31.5%;
	margin:0 2.5% 0 0;
}

footer .right {
	margin:0;
	float:right;
}

@media (max-width:1230px) {

footer .left, footer .center {
	width:35%;
}

footer .right {
	width:25%;
}
	
}

@media (max-width:1023px) {

.footer-col:nth-child(1) {
	width:100%;
	margin:0 0 30px;
}

.footer-col:nth-child(2) {
	width:50%;
}

.footer-col:nth-child(3) {
	width:50%;
}

}

@media (max-width:700px) {

.footer-col:nth-child(2) {
	width:100%;
	margin:0 0 30px;
}

.footer-col:nth-child(3) {
	width:100%;
}

}



@media (max-width:970px) {

footer .left, footer .right {
	width:48.75%;
}

footer .center {
	width:100%;
	margin:30px 0 0;
}

}

@media (max-width:650px) {

footer .left, footer .center, footer .right {
	width:100%;
	margin:30px 0 0;
}

}

footer .left ul ul {
	display:none;
}

footer .footer-col ul ul {
	display:none;
}
.content {
	position:relative;
	margin:0 auto;
	padding:50px 0 0;

	overflow:hidden;
}

.home2018 .content {
	display:none;
}

@media (max-width:767px) {

.content {
	padding:0;
}

}

.content > .widthwrap > .left, .content > .widthwrap > .right, .content > .widthwrap > .center {
	position:relative;
	float:left;
	width:18%;
	margin:0 2.5% 0 0;
}

.content > .widthwrap > .center {
	width:79.5%;
	margin:0;
	float:right;
	background:#fff;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	padding:20px;
	box-sizing:border-box;
}

.content > .widthwrap > .center:empty {
	display:none;
}

.content.twocolumn > .widthwrap > .center {
	width:79.5%;
	margin:0;
}

.content > .widthwrap > .right {
	display:none;
	margin:0;
	float:right;
}

.content .center h1 {
	font-weight:400;
	font-size:36px;
	line-height:1.2;
	margin:0 0 20px;
	padding:0;
	color:#00A2B8;
}

@media (max-width:767px) {

.content .center h1 {
	font-size:28px;
}

}

.content .center .csc-textpic h1 {
	font-size:24px;
}

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

.content .center h2 {
	font-weight:700;
	font-size:24px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	color:#454545;
}

.content .center h3 {
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	color:#454545;
}

.content .center h3.teammail {
	background:rgba(0,162,184);
	border-radius:5px;
	padding:3px 10px;
	display:inline-block;
	cursor:pointer;
	font-size:15px;
	color:#fff;
}

.content .center h3.teammail:hover {
	opacity:0.7;
}

.content .center h4 {
	font-weight:700;
	font-size:17px;
	line-height:1.75;
	margin:0;
	padding:0;
	color:#454545;
}

.content .center h5 {
	font-weight:300;
	font-size:13px;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#454545;
}

.content .center p {
	font-weight:300;
	font-size:15px;
	line-height:1.75;
	margin:0 0 20px;
	padding:0;
	color:#454545;
}

.content .center p b {
	font-weight:700;
}

.content .center a {
	color:#00A2B8;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.content .center a:hover {
	border-bottom:1px solid #00A2B8;
}

.content .center ul {
	margin:0 0 20px;
	padding:0 0 0 30px;
	font-weight:300;
	font-size:15px;
	line-height:1.75;
	color:#454545;
}

.content .center li {
	position:relative;
	margin:0 0 5px;
	padding:0;
}

.content .center img {
	max-width:100%;
	height:auto;
}

.content .picintext img {
	margin:0;
}

.content .picintext p {
	font-weight:300;
	font-size:14px;
	line-height:1.75;
	margin:0 0 30px;
	padding:0;
	color:#454545;
}

table {
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	font-size:17px;
	line-height:1.75;
	color:#454545;
}

@media (max-width:660px) {


table {
	font-size:12px;
}

.oeffnungszeiten-right h2 img, .oeffnungszeiten-left h2 img {
	padding:0 3px 0 0;
	height:12px;
}


}


@media (max-width:1230px) {

.content > .widthwrap > .left, .content > .widthwrap > .right, .content .center {
	width:20%;
}

.content > .widthwrap > .center {
	width:77.5%;
	margin:0;
}

.content.twocolumn > .widthwrap > .center {
	width:77.5%;
	margin:0;
}

}

@media (max-width:1130px) {

.content > .widthwrap > .left, .content > .widthwrap > .right, .content .center {
	width:22%;
}

.content > .widthwrap > .center {
	width:75.5%;
	margin:0;
}

.content.twocolumn > .widthwrap > .center {
	width:75.5%;
	margin:0;
}
	
}

@media (max-width:970px) {

.content > .widthwrap > .left {
	width:29.5%;
}

.content > .widthwrap > .right {
	display:none;
}

.content > .widthwrap > .center {
	width:68%;
}

.content.twocolumn > .widthwrap > .center {
	width:68%;
}

}

@media (max-width:767px) {

.content > .widthwrap > .left {
	width:100%;
	margin:30px auto;
}

.content > .widthwrap > .right {
	display:none;
}

.content > .widthwrap > .center {
	width:100%;
	margin:20px 0 0;
	padding:15px;
}

}

.vorhernachher {
	position:relative;
	padding:30px;
	margin:0 0 30px;
	line-height:0;
	background:#d8e8ed;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZThlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,  #d8e8ed 0%, #ffffff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8e8ed), color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,  #d8e8ed 0%,#ffffff 100%);
	background:-o-linear-gradient(top,  #d8e8ed 0%,#ffffff 100%);
	background:-ms-linear-gradient(top,  #d8e8ed 0%,#ffffff 100%);
	background:linear-gradient(to bottom,  #d8e8ed 0%,#ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e8ed', endColorstr='#ffffff',GradientType=0 );
}


.vorhernachher-text {
	position:relative;
	padding:0;
	margin:0;
}

.vorhernachher-left, .vorhernachher-center, .vorhernachher-right {
	float:left;
	width:46.9%;
}

.vorhernachher-center {
	float:left;
	width:6.2%;
	line-height:1;
}

.vorhernachher img {
	width:100%;
	height:auto;
}

.content .vorhernachher h2 ul.fehlstellungen-list {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
	display:inline;
}

.content .vorhernachher h2 ul.fehlstellungen-list li {
	margin:0 0 0 3px;
	display:inline-block;
	padding:0;	
}

.content .vorhernachher h2 ul.fehlstellungen-list li:before {
	display:none;
}

.content .vorhernachher h2 ul.fehlstellungen-list span {
	font-size:13px;
	color:rgb(0,144,214);
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	border-bottom:1px solid rgba(0,144,214,0.25);
}

.content .vorhernachher h2 ul.fehlstellungen-list li span:after {
	content:", ";
	position:relative;
}

.content .vorhernachher h2 ul.fehlstellungen-list span:hover {
	border-bottom:1px solid rgb(0,144,214);
}

.content .vorhernachher-left p, .content .vorhernachher-right p {
	font-size:13px;
	line-height:20px;
	color:#454545;
	margin:0 0 5px;
}

.content .vorhernachher-left p {
	color:rgb(162,159,166);
}

.vorhernachher-pics {
	background:url(../img/vorher-nachher-pfeil.svg) no-repeat center center;
	margin:0 0 30px;
}

.inforechts {
	position:relative;
	background:rgb(217,232,238);
	padding:20px;
}

.inforechts p {
	font-weight:300;
	font-size:15px;
	line-height:1.6;
	margin:0 0 10px;
	padding:0;
	color:#454545;
}

.inforechts p b {
	font-weight:700;
}

.erstrechts {
	position:relative;
	background:#dee6da;
	padding:20px;
	margin:50px 0 30px;
}

.erstrechts p {
	font-weight:300;
	font-size:15px;
	line-height:1.6;
	margin:0 0 10px;
	padding:0;
	color:rgb(0,144,214);
}

.erstrechts p b {
	font-weight:700;
}

.erstrechts a {
	font-weight:300;
	font-size:13px;
	line-height:2;
	margin:0;
	padding:0;
	color:#454545;
	display:block;
	border:1px solid #fff;
	text-align:center;
	text-decoration:none;
}

.erstrechts a:hover {
	background:#fff;
}

.erstrechts img {
	display:block;
	margin:-70px auto 20px;
	max-width:100%;
	height:auto;
	
}

.testimonialrechts {
	position:relative;
	background:#dee6da;
	padding:20px;
	margin:20px 0 30px;
}

.testimonialrechts p {
	font-weight:700;
	font-size:15px;
	line-height:1.6;
	margin:0 0 10px;
	padding:0;
	color:rgb(0,144,214);
}

.testimonialrechts p b {
	font-weight:700;
}

.testimonialrechts a {
	font-weight:300;
	font-size:13px;
	line-height:2;
	margin:0;
	padding:0;
	color:#454545;
	display:block;
	border:1px solid #fff;
	text-align:center;
	text-decoration:none;
}

.testimonialrechts a:hover {
	background:#fff;
}

.testimonialrechts img {
	display:block;
	margin:-30px auto 20px;
	max-width:100%;
	height:auto;
}

#breadcrumb {
	position:relative;
	margin:60px 0 30px;
	padding:0;
	list-style:none;
}

#breadcrumb li {
	display:inline-block;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:20px;
	color:#000;
	font-weight:300;
}

#breadcrumb li:before {
	display:none;
}

#breadcrumb a {
	font-size:13px;
	line-height:20px;
	color:rgb(0,144,214);
	text-decoration:none;
	border-bottom:1px solid rgba(0,144,214,0.25);
}

#breadcrumb a:hover {
	border-bottom:1px solid rgb(0,144,214);
}

#parentpage {
	font-weight:400;
	font-size:15px;
	line-height:1.2;
	margin:120px 0 10px;
	padding:0;
	color:#454545;
	text-transform:uppercase;
	display:inline-block;
	border-bottom:1px solid transparent;
	text-decoration:none;
}

#parentpage:hover {
	border-bottom:1px solid #454545;
}

#subnav {
	position:relative;
	margin:0 0 30px;
	padding:0;
	list-style:none;
}

#subnav li {
	display:block;
	margin:0 0 10px;
	padding:0;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:300;
}

#subnav a {
	color:#454545;
	text-decoration:none;
	border-bottom:1px solid rgba(0,144,214,0.25);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#subnav a:hover {
	color:rgb(0,144,214);
	border-bottom:1px solid rgb(0,144,214);
}

footer p {
	font-weight:300;
	font-size:15px;
	line-height:1.65;
	margin:0 0 10px;
	padding:0;
	color:#000;
}

footer.footer2019 p {
	color:#fffefd;
}

footer p.small {
	font-size:13px;
}

footer b {
	font-weight:700;
}

footer ul {
	font-weight:400;
	font-size:15px;
	line-height:1.65;
	margin:0 0 20px;
	padding:0;
	color:#fff;
	list-style:none;
}

footer ul li {
	position:relative;
	padding:0 0 0 20px;
}

footer ul li:before {
	position:absolute;
	left:0;
	top:0;
	content:'>';
	color:#fff;
}

footer table {
	font-size:15px;
	line-height:1.65;
	color:#000;
	margin:0 0 10px;
}

footer.footer2019 table {
	color:#fffefd;
}

footer h3 {
	font-weight:700;
	font-size:18px;
	line-height:1.6;
	margin:0 0 10px;
	padding:0;
	color:#00A2B8;
}

footer.footer2019 h3 {
	color:#fff;
}

footer a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

footer a:hover {
	border-bottom:1px solid #000;
}

footer.footer2019 a {
	border:0;
	color:#fff;
}

footer .left ul {
	list-style:none;
	padding:0;
	margin:0;
}

footer .left li {
	margin:0 0 3px;
}

footer img {
	vertical-align:middle;
	margin:0 3px 0 0;
}

footer p.footer-logo {
	margin:0 0 30px;
}

footer p.footer-logo img {
	vertical-align:top;
	width:128px;
	max-width:100%;
	margin:0;
}

footer p.footer-logos img {
	vertical-align:middle;
	width:150px;
	max-width:100%;
	margin:0 10px 0 0;
}

footer.footer2019 ol {
	font-weight:400;
	font-size:15px;
	line-height:1.65;
	margin:0 0 20px;
	padding:0;
	color:#fff;
	list-style:none;
}

footer.footer2019 ol li {
	margin:0 15px 0 0;
	padding:0;
	display:inline-block;
}

footer.footer2019 ol li a {
	display:block;
	width:32px;
	height:32px;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:100%;
	text-align:center;
	line-height:28px;
}


.left-nav {
	list-style:none;
	position:relative;
	margin:0 0 0;
	padding:0;
}

.left-nav li {
	display:block;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0;
}

.left-nav a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	line-height:2;
}

.left-nav a.active {
	color:#00A2B8;
	font-weight:700;
}

.left-nav a:hover {
	color:#00A2B8;
}

.left-nav ul {
	padding:0 0 0 10px;
}

.left-nav ul a {
	font-size:13px;
}

.left-nav ul li {
	padding:5px 0;
}

.left-nav ul li:last-child {
	border-bottom:0;
}


@media (max-width:1023px) {

footer p.footer-logo, footer p.footer-logos {
	display:inline-block;
	width:50%;
	vertical-align:middle;
	margin:0;
	box-sizing:border-box;
	padding:0;
}

footer p.footer-logos {
	text-align:center;
	padding:0 0 0 30px;
}

footer p.footer-logos a {
	display:block;
	margin:10px 0 0;
	text-align:center;
}
	
}

.home-news {
	position:relative;
	margin:50px auto 0;
	line-height:0;
	overflow:auto;
	background:#f2f2f2;
	padding:30px 0 30px;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.home-news .home-news-left, .home-news .home-news-right, .home-news .home-news-center {
	position:relative;
	float:left;
	width:30%;
	margin:0 5% 0 0;
}

.home-news .home-news-right {
	margin:0;
}

@media (max-width:767px) {

.home-news .home-news-left, .home-news .home-news-center, .home-news .home-news-right {
	float:none;
	width:100%;
	max-width:400px;
	margin:0 auto 30px;
}

}

.home-news h1 {
	font-weight:700;
	font-size:24px;
	line-height:1.2;
	margin:0 0 30px;
	padding:0;
	color:#00A2B8;
	text-align:left;
	border-bottom:2px solid #00A2B8;
}

.home-news h2 {
	font-weight:700;
	font-size:16px;
	line-height:1;
	margin:0 0 10px;
	padding:0;
	color:#00A2B8;
	text-align:left;
}

.home-news p {
	font-weight:300;
	font-size:15px;
	line-height:1.85;
	margin:0 0 10px;
	padding:0;
}


@media (max-width:1024px) {

.home-news h2 {
	font-size:16px;
	margin:0 0 15px;
}

.home-news p {
	font-size:13px;
	margin:0 0 10px;
}

}

@media (max-width:767px) {

.home-news h2 {
	font-size:16px;
	margin:0 0 15px;
}

.home-news p {
	font-size:13px;
	margin:0 0 10px;
}

}

.home-news a {
	color:#00A2B8;
	text-decoration:none;
	border-bottom:1px solid rgba(0,162,184,0.25);
}

.home-news a:hover {
	border-bottom:1px solid rgba(0,162,184,1);
}

.home-news-text {
	position:relative;
	padding:20px;
	overflow:auto;
	background:#f2f2f2;
	min-height:180px;
}

@media (max-width:480px) {

.home-news-text {
	padding:20px;
}

}



#projektform {
	margin:50px 0 30px;
	padding:10px;
	position:relative;
	background:#f2f2f2;	
}

#projektform table {
	font-size:18px!important;
	line-height:1.2;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%!important;
}

#projektform table tr td:nth-child(1) {
	width:30%;
}

#projektform table tr td:nth-child(2) {
	width:70%;
}

#projektform input[type=text] {
	border:1px solid #d9d9d9;
	background:#fff;
	font-size:18px;
	line-height:1.2;
	padding:3px 5px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%;
}

#projektform select {
	border:1px solid #d9d9d9;
	background:#fff;
	font-size:18px;
	line-height:1.2;
	padding:3px 5px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%;
}

#projektform textarea {
	border:1px solid #d9d9d9;
	background:#fff;
	font-size:18px;
	line-height:1.2;
	padding:3px 5px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%;
	min-height:100px;
}

#projektform input[type=submit] {
	border:1px solid #00A2B8;
	background:#00A2B8;
	font-size:18px;
	line-height:1.2;
	padding:3px 10px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	max-width:100%;
	color:#fff;
	cursor:pointer;
}

@media (max-width:767px) {

#projektform table {
	font-size:13px!important;
}

#projektform table tr td:nth-child(1) {
	width:30%;
}

#projektform table tr td:nth-child(2) {
	width:70%;
}

#projektform input[type=text], #projektform select {
	font-size:13px;
}

#projektform textarea {
	font-size:13px;
}

#projektform input[type=submit] {
	font-size:13px;
}
	
}



.news-list-container {
	margin:30px 0;
}

.news-list-container > h2 {
	color:#00A2B8;
}

.news-list-item {
	font-weight:300;
	font-size:13px;
	line-height:1.5;
	margin:0 0 20px;
	padding:0 0 20px;
	color:#454545;
}

.news-list-item hr {
	display:none;
}

.news-list-item h3 {
	font-size:15px;
	margin:0 0 10px;
	padding:0;
	font-weight:400;
	color:#222;
}

.news-list-container a {
	color:#00A2B8;
	text-decoration:none;
}


#contactdiv {
  height:353px;
  background:url(https://www.wunschbaby.at/fileadmin/kontakt-bg-4.png) no-repeat center center;
  margin:0;
  padding:0;
  font-size:12px;
}

div#contactdiv table {
	margin:0 14px 0;
}

div#contactdiv table tr td {
	padding:0 5px 5px;
	font-weight:700;
	font-size:14px;
}


/* SONDERSTIL - LÖSCHEN */

.content .center > div:nth-of-type(1) img {
	display:none;
}

.subContent {
	margin:30px 0 10px;
}

.subContent a {
	text-transform:uppercase;
}

.home .content {
	display:none;
}


#bio_ep_bg {
	display:none;
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#000;
	opacity:0.7;
	z-index:10001;
}

#bio_ep {
	display:none;
	position:fixed;
	width:750px;
	height:auto;
	color:#333;
	background-color:#fafafa;
	text-align:left;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:#fff;
	box-shadow:0px 1px 4px 0 rgba(0,0,0,0.5);
	z-index:10002;
}

#bio_ep h2 {
	font-weight:700;
	font-size:24px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	color:#00A2B8;
}

#bio_ep h3 {
	font-weight:700;
	font-size:18px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	color:#000;
}

#bio_ep p {
	font-weight:300;
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	color:#333;
}

#bio_ep p b {
	font-weight:700;
}

#bio_ep input[type=text] {
	font-weight:300;
	font-size:15px;
	line-height:1;
	margin:0 5px 10px;
	padding:5px 10px;
	border:1px solid #999;
	color:#666;
	display:inline-block;
	box-sizing:border-box;
	width:200px;
}

#bio_ep input[type=text].focus {
	border:1px solid #000;
	color:#000;
}

#bio_ep input[type=submit] {
	font-weight:300;
	font-size:15px;
	line-height:1;
	margin:0;
	padding:5px 20px;
	border:1px solid #000;
	border-radius:14px;
	color:#fff;
	background:#00A2B8;
	display:inline-block;
	box-sizing:border-box;
	width:auto;
	cursor:pointer;
}

#bio_ep input[type=submit]:hover {
	opacity:0.7;
}

#bio_ep_close {
	position:absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	background:url(img/close.png) no-repeat center center;
	background-size:100% 100%;
	cursor:pointer;
}

#bio_ep-inner {
	padding:24px 300px 10px 20px;
	background:url(infowindow-bg-3.jpg) no-repeat right top;
	background-size:auto 100%;
}

@media (max-width:767px) {

#bio_ep, #bio_ep_bg {
	display:none!important;
}

}


#quinnyform {
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
}

#quinnyform input[type=text] {
	border:1px solid #d9d9d9;
	background:#fff;
	font-size:18px;
	line-height:1.2;
	padding:3px 5px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%;
	margin:0 0 5px;
}

#quinnyform textarea {
	border:1px solid #d9d9d9;
	background:#fff;
	font-size:18px;
	line-height:1.2;
	padding:3px 5px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%;
	height:100px;
	margin:0 0 10px;
}

#quinnyform input[type=submit] {
	border:1px solid #00A2B8;
	background:#00A2B8;
	font-size:18px;
	line-height:1.2;
	padding:3px 10px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	max-width:100%;
	color:#fff;
	cursor:pointer;
	margin:10px 0 0;
}

#quinnyform input[type=submit]:hover {
	opacity:0.7;
}

#quinnyform p {
	margin:0 0 5px;
}

#quinny-adresse, #quinny-telefon, #quinny-mail {
	display:none;	
}


#videocurtain {
	z-index:1000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background:rgb(33,33,33);
	background:rgba(33,33,33,0.8)
}

#videocurtain {
	background:rgb(33,33,33);
	background:rgba(33,33,33,0.8)
}

#videocurtain #videocurtainwrap {
	max-width:800px;
	padding:30px;
	margin:0 auto;
	display:block;
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

@media (max-width:767px) {

#videocurtain #videocurtainwrap {
	padding:0;
}

}

#videocurtainclose {
	position:absolute;
	top:30px;
	right:30px;
	width:30px;
	height:30px;
	z-index:1001;
	cursor:pointer;
	background:url(closevideo-w.png);
}



.frage, .tx-felogin-pi1 {
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	background:#F5F5F5;
	padding:15px;
	display:none;
}

.content .center .tx-felogin-pi1 h3 {
	font-family:'Open Sans',sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	color:#454545;
	font-style:normal;
}

.tx-felogin-pi1 input[type=submit] {
	border:1px solid #00A2B8;
	background:#00A2B8;
	font-size:18px;
	line-height:1.2;
	padding:3px 10px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	max-width:100%;
	color:#fff;
	cursor:pointer;
}

.tx-felogin-pi1  input[type=text], .tx-felogin-pi1  input[type=password] {
	border:1px solid #d9d9d9;
	background:#fff;
	font-size:18px;
	line-height:1.2;
	padding:3px 5px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%;
	max-width:300px;
	margin:0 0 5px;
}

.frage.active, .tx-felogin-pi1 {
	display:block;
}

.frage h4 {
	margin:0 0 20px;
	font-family:georgia;
	font-style:italic;
	color:#008A9B;
	line-height:1.4;
}

.frage p {
	margin:0 0 10px;
	padding:0;
	font-weight:600;
}

.frage input {
	cursor:pointer;
}

.frage input[type=button], .frage input[type=submit] {
	background:#008A9B;
	border:0;
	width:150px;
	color:#fff;
	border-radius:5px;
	font-size:14px;
	line-height:1;
	padding:8px 0;
	margin:0 auto;
	display:block;
}

.frage input[type=button]:hover, .frage input[type=submit]:hover {
	background:rgba(0,138,155,0.8);
	color:#fff;
}

.frage input[type=text] {
	width:80%;
	padding:10px;
	margin:0 auto 5px;
	border:1px solid #f0f0f0;
	font-family:sans-serif;
	font-weight:300;
	box-sizing:border-box;
	background:#fff;
	display:block;
	cursor:default;
}

.frage textarea {
	width:80%;
	padding:10px;
	margin:0 0 20px;
	border:1px solid #f0f0f0;
	font-family:sans-serif;
	font-weight:300;
	box-sizing:border-box;
}

.frage ul {
	position:relative;
	list-style:none;
	margin:0 0 20px;
	padding:0 0 0 10px;
	font-family:sans-serif;
	font-weight:300;
}

.frage ul li {
	margin: 0 0 5px;
	padding:0;
}

.frage ul ul {
	margin:5px 0 10px;
	padding:0 0 0 30px;
	font-family:sans-serif;
	font-weight:300;
}

.frage ul ul li {
	margin: 0 0 2px;
	padding:0;
}




#slider {
	position:relative;
	height:156px;
	overflow:hidden;
	border-top:5px solid #00A2B8;
	border-bottom:5px solid #00A2B8;
	font-size:0;
	line-height:0;
	margin:50px 0 -55px;
	z-index:100;
	cursor:pointer;
}

#c4191 #slider, #c7414 #slider {
	margin-top:0;
}

#slider-inner {
	position:relative;
	margin:0 auto;
	width:10000px;
	height:100%;
}

#slider ul {
	position:relative;
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
	height:100%;
}

#slider li {
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
	height:100%;
	background:#fff;
	box-sizing:border-box;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

#slider li:hover {
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
}

#slider a {
	position:relative;
	text-decoration:none;
	display:block;
	height:100%;
}

.slider-img-wrap {
	position:relative;
	height:100%;
}

#slider img {
	height:100%;
	width:auto;
}

#slider h2 {
	position:absolute;
	margin:0;
	font-size:18px;
	line-height:1;
	top:10px;
	left:10px;
	color:#fff;
	padding:2px 5px;
	-webkit-text-shadow:0 0 1px rgba(0,0,0,0.5);
	text-shadow:0 0 1px rgba(0,0,0,0.5);
}

#slider a h2 {
	color:#000;
	padding:2px 5px;
	-webkit-text-shadow:unset;
	text-shadow:unset;
}

.slider-arrowleft, .slider-arrowright {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:74px;
	cursor:pointer;
	z-index:25;
	background:rgba(0,162,184,0.8) url(arrow-left.svg) no-repeat center center;
	background-size:34px 62px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.slider-arrowleft {
	display:none;
}

.slider-arrowright {
	left:auto;
	right:0;
	background:rgba(0,162,184,0.8) url(arrow-right.svg) no-repeat center center;
	background-size:34px 62px;
}

.slider-arrowleft:hover {
	background:rgba(0,162,184,0.5) url(arrow-left.svg) no-repeat center center;
	background-size:34px 62px;
}

.slider-arrowright:hover {
	background:rgba(0,162,184,0.5) url(arrow-right.svg) no-repeat center center;
	background-size:34px 62px;
}


#hundwrap {
	position:fixed;
	bottom:0;
	left:10px;
	right:10px;
	height:62px;
	border-bottom:2px solid #00A2B8;
	z-index:500;
	display:none;
}

#hundwrap:after {
	position:absolute;
	right:0;
	top:24px;
	width:69px;
	height:38px;
	content:"";
	background:url(/fileadmin/img/hund-color-3-r.png) no-repeat center center;
	background-size:100% 100%;
}

#hund {
	position:absolute;
	top:0;
	left:0;
	background:url(/fileadmin/img/baby-r.png) no-repeat center center;
	background-size:100% 100%;
	height:62px;
	width:51px;
	-webkit-transition:-webkit-transform 0.4s;
	-moz-transition:-moz-transform 0.4s;
	transition:transform 0.4s;
}

#hund.up {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

@media (max-width:767px) {

#hundwrap {
	display:none;
}

}



#vote {
	margin:30px 0;
	padding:10px;
	position:relative;
	background:#f2f2f2;	
}

#vote label, #vote input[type=radio] {
	font-size:24px;
	line-height:1.2;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	margin:0 10px 10px;
	vertical-align:middle;
}

#vote textarea {
	border:1px solid #d9d9d9;
	background:#fff;
	font-size:18px;
	line-height:1.2;
	padding:3px 5px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	width:100%;
	margin:20px 0;
}

#vote input[type=submit] {
	border:1px solid #00A2B8;
	background:#00A2B8;
	font-size:18px;
	line-height:1.2;
	padding:3px 10px;
	box-sizing:border-box;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	max-width:100%;
	color:#fff;
	cursor:pointer;
}


.mason {
	position:relative;
	font-size:0;
	line-height:0;
	margin:0 0 60px;
}

.mason-item {
	width:33.333%;
	box-sizing:border-box;
	padding:0 15px;
	margin:0 0 30px;
}

@media (max-width:767px) {

.mason-item {
	width:50%;
}

}

.mason-item a {
	display:block;
	text-decoration:none;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mason-item a:hover {
	opacity:0.7;
}

.mason-caption {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px;
}

.content .center .mason-caption h2 {
	font-family:'Open Sans',sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:1.2;
	margin:0;
	padding:0;
	color:#fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.7);
}

.content .center .mason-caption h3 {
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#fff;
	font-style:italic;
	text-shadow: 0 0 1px rgba(0,0,0,0.7);
}


.home-social {
	position:relative;
	height:70px;
	background:#00A2B8;
	font-size:0;
	line-height:0;
	margin:0 auto;
	border-bottom:2px solid #00606e;
}

#c4191 .home-social, #c7414 .home-social {
	max-width:2560px;
	border-bottom:0;
}

.home2018 #c4191 .home-social, .home2018 #c7414 .home-social {
	display:none;
}

.home-social-inner {
	position:relative;
	margin:0 auto;
	max-width:1030px;
	padding:10px 15px;
	height:100%;
	box-sizing:border-box;
}

.home-social-text {
	position:absolute;
	left:15px;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	color:#fff;
	font-size:18px;
	line-height:1;
	font-weight:700;
}

.home-social-text a {
	color:#fff;
	text-decoration:none;
}

.home-social-text a:hover {
	opacity:0.7;
}

#c3949 .home-social {
	height:70px;
}

#c3949 .home-social-text {
	right:15px;
	font-size:20px;
}

.home-social-links {
	position:relative;
	text-align:center;
}

.home-social-links a {
	text-decoration:none;
	display:inline-block;
	margin:0 10px;
}

.home-social-links a:hover {
	opacity:0.7;
}

.home-social-links img {
	width:50px;
	height:50px;
}

@media (max-width:900px) {

.home-social {
	height:55px;
}

.home-social-text {
	font-size:12px;
}

.home-social-links a {
	margin:0 5px;
}

.home-social-links img {
	width:35px;
	height:35px;
}
	
}

@media (max-width:480px) {

.home-social-inner {
	padding:10px;
}

.home-social-text {
	left:10px;
}

.home-social-links {

}

.home-social-links a {
	margin:0 5px;
}
	
}


table#infoabendtable {
	font-size:16px;
	line-height:1.5;
	font-weight:400;
	margin:0 0 15px;
	padding:0;
	color:#000;
	border-collapse:collapse;
	box-sizing:border-box;
	width:100%;
}

table#infoabendtable td {
	padding:5px;
	box-sizing:border-box;
}

table#infoabendtable tr:nth-child(2n) td {
	background:#f5f5f5;
}

table#infoabendtable tr:nth-child(2n+1) td {
	background:#fafafa;
}

table#infoabendtable tr:nth-child(1) td {
	background:#b4d1d8;
}

table#infoabendtable i {
	color:#ff0000;
}

table#infoabendtable b {
	color:#b4d1d8;
}

table#infoabendtable tr:nth-child(1) td b {
	color:#fff;
}

table#infoabendtable .bigger {
	font-size:19px;
	color:#00A2B8;
}

.goto-infoform {
	padding:0 0 0 5px;
	border:0;
	text-decoration:none;
}

.goto-infoform:hover {
	opacity:0.7;
}

@media (max-width:500px) {

.goto-infoform {
	display:block;
}

}

.home-icons {
	position:relative;
	max-width:1200px;
	margin:60px auto;
	font-size:0;
	line-height:0;
}

.home2018 .home-icons {
	margin:30px auto 15px;
	max-width:1280px;
}

.home2018 #c4191 .home-icons {
	display:none;
}

#c4191 .home-icons, #c7414 .home-icons {
	margin:50px auto;
	max-width:1280px;
}

.home-icons-inner {
	position:relative;
	max-width:1200px;
	padding:0 10px;
}

.home-icons-column {
	width:12.5%;
	box-sizing:border-box;
	padding:0 5px;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	text-align:center;
}

.home-icons a {
	display:block;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home-icons a:hover {
	opacity:0.7;
}

.home-icons img {
	display:block;
	margin:0 auto 15px;
	padding:0;
	text-align:center;
	width:75%;
	height:auto;
	max-width:120px;
}

.home-icons i {
	display:inline-block;
	font-weight:400;
	font-size:72px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	color:#00A2B8;
	text-align:center;
}

.home-icons h2 {
	font-weight:300;
	font-size:24px;
	line-height:1.2;
	margin:0 0 15px;
	padding:0;
	color:#00A2B8;
	text-align:center;
}

.home2018 .home-icons h2, #c4191 .home-icons h2, #c7282 .home-icons h2, #c7414 .home-icons h2  {
	font-size:17px;
	color:#fff;
}

.home-icons p {
	font-weight:300;
	font-size:18px;
	line-height:1.85;
	margin:0;
	padding:0;
}

@media (max-width:1024px) {

.home-icons {
	margin:30px auto;
}

.home-icons-column {
	width:25%;
}

.home-icons i {
	font-size:48px;
	margin:0 0 10px;
}

.home-icons h2 {
	font-size:18px;
}

.home-icons p {
	font-size:15px;
}

}

@media (max-width:767px) {

.home-icons-column {
	width:33.3333%;
}

.home-icons i {
	font-size:48px;
	margin:0 0 10px;
}

.home-icons h2 {
	font-size:18px;
}

.home2018 .home-icons h2, #c4191 .home-icons h2, #c7282 .home-icons h2, #c7414 .home-icons h2 {
	font-size:17px;
}

.home-icons p {
	font-size:15px;
}

}

@media (max-width:500px) {

.home-icons-column {
	width:50%;
}

.home-icons img {
	width:50%;
}

}

#contact2017 {
	position:relative;
	margin:0 0 30px;
	padding:10px;
	background:url(/fileadmin/templates/bg-contact.jpg) no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	border-radius:10px;
}

h2#contact2017hl {
	font-size:18px;
	line-height:1.2;
	padding:0;
	margin:0 0 20px;
}

#contact2017 i {
	width:20px;
	text-align:center;
}

#contact2017 ul {
	list-style:none;
	font-size:15px;
	line-height:1.2;
	padding:30px 0;
	margin:0;
}

#contact2017 li {
	display:block;
	padding:0;
	margin:0 0 20px;
	text-align:center;
}

#contact2017 a {
	display:inline-block;
	padding:5px;
	text-decoration:none;
	color:#fff;
	background:#00A2B8;
	border-radius:5px;
}

#contact2017 a:hover {
	opacity:0.7;
}


.scrolled aside {
	position:fixed;
	bottom:0;
	top:auto;
}

.scrolled aside a {
	border-top-right-radius:10px;
	border-top-left-radius:10px;	
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom:0;
}

.scrolled header {
	height:45px;
	background:rgba(0,162,184,0.9);
}

.scrolled #logo {
	top:5px;
}

.scrolled #logo img {
	height:35px;
}

.scrolled nav a.notopen, .scrolled nav a {
	color:#fff;
}

.scrolled nav a.open {
	color:#454545;
}

.scrolled #topnav {
	display:none;
}

.scrolled #logo .logo-unscrolled {
	display:none;
}

.scrolled #logo .logo-scrolled {
	display:block;
}

@media (max-width:767px) {

.scrolled nav a.notopen, .scrolled nav a {
	color:#454545;
}

.scrolled header {
	height:50px;
}

.scrolled nav {
	top:50px;
}

}



#ivf10 {
	position:relative;
	margin:0 0 -150px;
	padding:30px 0 120px;
	background:#b4d1d8;
}

#ivf10-inner {
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:1000px;
}

#c7644 #ivf10-inner, #c7719 #ivf10-inner {
	padding:50px 0 80px;
}

#ivf10-header h1 {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	margin:0 0 10px;
	padding:30px 0 0;
}

#ivf10-header p {
	position:relative;
	color:#444;
	font-size:18px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
}

.ivf10-box {
	position:relative;
	background:#fff;
	display:inline-block;
	padding:20px;
	width:300px;
	min-height:350px;
	margin:0 15px 30px;
	box-sizing:border-box;
	text-align:center;
	vertical-align:top;
	border:1px solid #ccc;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	opacity:0.2;
}

#c7644 .ivf10-box, #c7719 .ivf10-box {
	min-height:0;
}

.ivf10-box:hover {
	opacity:0.7!important;
}

.ivf10-box:after {
	content:"";
	position:absolute;
	right:-23px;
	top:171px;
	background:url(../img/arrow.png) no-repeat center center;
	background-size:100% 100%;
	width:15px;
	height:15px;
}

#c7644 .ivf10-box:after, #c7719 .ivf10-box:after {
	display:none;
}

.ivf10-box:last-child:after {
	display:none;
}

.ivf10-box img {
	width:140px;
	height:auto;
	margin:0 0 10px;
}

.ivf10-box h2 {
	position:relative;
	color:#444;
	text-transform:uppercase;
	font-size:17px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
}

.ivf10-box p {
	position:relative;
	color:#444;
	font-size:15px;
	line-height:1.5;
	margin:0;
	padding:0;
}

.ivf10-overlay {
	z-index:1000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(180,209,216,0.9);
	padding:70px 10px 10px;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}

.ivf10-overlay-content {
	position:relative;
	max-width:700px;
	margin:0 auto 30px;
	background:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.ivf10-overlay img {
	margin:0 0 20px;
	width:100%;
	height:auto;
}

.ivf10-overlay h2 {
	position:relative;
	color:#007a85;
	text-transform:uppercase;
	font-size:24px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0 20px;
}

.ivf10-overlay h3 {
	position:relative;
	color:#444;
	text-transform:uppercase;
	font-size:18px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0 20px;
}

.ivf10-overlay h4 {
	position:relative;
	color:#007a85;
	font-size:15px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0 20px;
}

.ivf10-overlay p, .ivf10-overlay ul {
	position:relative;
	color:#444;
	font-size:15px;
	line-height:1.5;
	margin:0 0 20px;
	padding:0 20px;
}

.ivf10-overlay ul {
	padding:0 20px 0 30px;
	list-style:square;
}


.ivf10-overlay a {
	color:#444;
	text-decoration:underline;
}

.ivf10-close {
	z-index:1002;
	display:none;
	position:fixed;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	background:url(close.png) no-repeat center center;
	background-size:100% 100%;
	cursor:pointer;
}

@media (max-width:700px) {

#ivf10-header h1 {
	font-size:36px;
	padding:10px 0 0;
}

#ivf10-header p {
	font-size:17px;
	margin:0 0 20px;
	padding:0 10px;
}

.ivf10-box {
	width:300px;
	margin:0 10px 20px;
}

.ivf10-overlay {
	padding:0;
}

}

@media (max-width:350px) {

.ivf10-box:after {
	display:none;
}

}

.team2017 {
	position:relative;
	margin:0 0 120px;
}

.team2017-inner {
	position:relative;
	margin:0 auto;
	background:#b4d1d8;
	padding:30px 0;
}

.team2017-img {
	position:absolute;
	left:0;
	bottom:0;
	width:40%;
	position:absolute;
	box-sizing:border-box;
	padding:0 15px;
	font-size:0;
	line-height:0;
}

.team2017-img img {
	width:100%;
	height:auto;
	display:block!important;
}

.team2017-text {
	position:relative;
	width:50%;
	float:right;
	box-sizing:border-box;
	padding:0 15px;
	min-height:150px;
}

.content .center .team2017-text h2 {
	color:#fff;
	font-size:24px;
	line-height:1.35;
	font-weight:700;
	margin:0 0 10px;
	padding:0;
}

.content .center .team2017-text h3 {
	color:#444;
	font-size:15px;
	line-height:1.35;
	font-weight:300;
	margin:0 0 10px;
	padding:0;
}

.content .center .team2017-text p {
	font-size:15px;
	line-height:1.35;
	font-weight:300;
	margin:0;
	padding:0;
}

.content .center .team2017-text p a {
	display:inline-block;
	background:#444;
	border-radius:5px;
	color:#fff;
	margin:0 10px 0 0;
	padding:3px 10px;
	text-decoration:none;
}

.content .center .team2017-text p a:hover {
	opacity:0.7;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

@media (max-width:700px) {

.team2017 {
	margin:0 0 100px;
}

.team2017-inner {
	padding:200px 0 10px;
}

.team2017-img {
	position:absolute;
	left:10px;
	bottom:auto;
	top:-100px;
	width:280px;
	height:280px;
	box-sizing:border-box;
	padding:0;
}

.team2017-text {
	position:relative;
	width:auto;
	float:none;
	box-sizing:border-box;
	padding:0 15px;
	height:auto;
	min-height:0;
}

.content .center .team2017-text h2 {
	font-size:24px;
}

.content .center .team2017-text h3 {
	font-size:15px;
}

.content .center .team2017-text p {
	font-size:15px;
}

.content .center .team2017-text p a {
	border-radius:5px;
	margin:0 10px 0 0;
	padding:3px 10px;
}

}


.teaser-picwrap {
	position:relative;
	font-size:0;
	line-height:0;
}

.teaser-overlay {
	position:absolute;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	opacity:0;
}

.teaser-overlay:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	box-sizing:border-box;
}

.teaser a:hover .teaser-overlay:after {
	width:100%;
	height:100%;
}

.teaser-overlay:before {
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:0;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	box-sizing:border-box;
}

.teaser a:hover .teaser-overlay:before {
	height:100%;
	width:100%;
}

.teaser a:hover .teaser-overlay {
	opacity:1;
}

.teaser-overlay h4 {
	font-size:18px;
	font-weight:700;
	line-height:1;
	margin:0 auto;
	padding:0;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	display:inline-block;
	text-align:center;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}


#ivfstandorte {
	position:relative;
	margin:0 0 -150px;
	padding:30px 0 120px;
	background:#b4d1d8;
}

#ivfstandorte-inner {
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:1000px;
}

#ivfstandorte-header h1 {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	margin:0 0 10px;
	padding:30px 0 0;
}

#ivfstandorte-header p {
	position:relative;
	color:#444;
	font-size:18px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
}

#ivfstandorte h2 {
	position:relative;
	font-weight:700;
	font-size:24px;
	line-height:1.5;
	padding:50px 0 0;
	margin:0 auto 20px;
	color:#fff;
	text-align:center;
}

#ivfstandorte p {
	position:relative;
	color:#444;
	font-size:18px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
	text-align:center;
}

.standort-item {
	position:relative;
	box-sizing:border-box;
	background:#fafafa;
	padding:0;
	margin:0 0 30px;
	border:1px solid #ccc;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.standort-item-left {
	position:relative;
	box-sizing:border-box;
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding:20px;
	float:left;
}

.standort-item-right {
	position:relative;
	box-sizing:border-box;
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding:0;
	float:right;
}

.standort-item-left img {
	width:auto;
	max-width:100%;
	margin:0 0 10px;
	display:block!important;
	height:90px;
}

.standort-item-right img {
	width:auto;
	max-width:100%;
	margin:0;
	display:block!important;
	height:auto;
}

#ivfstandorte .standort-item h3 {
	position:relative;
	font-weight:700;
	font-size:18px;
	line-height:1.5;
	padding:0;
	margin:0 0 10px;
	color:#000;
	text-align:left;
}

#ivfstandorte .standort-item p {
	position:relative;
	font-weight:400;
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	color:#000;
	text-align:left;
}

#ivfstandorte .standort-item p:last-child {
	margin:0;
}

.standort-item ul {
	position:relative;
	font-weight:400;
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0 0 0 20px;
	list-style:square;
	color:#000;
	text-align:left;
}

#ivfstandorte .standort-item p b {
	font-weight:700;
}

.standort-item a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid rgba(0,0,0,0.25);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.standort-item a:hover {
	border-bottom:1px solid #000;
}

@media (max-width:767px) {

#ivfstandorte-header h1 {
	font-size:24px;
}

.standort-item-left {
	width:100%;
	padding:20px;
	float:none;
}

.standort-item-right {
	width:100%;
	padding:0;
	float:none;
}

}



.ivf-home {
	position:relative;
	max-width:1000px;
	padding:0 15px;
	margin:30px auto;
	font-size:0;
}

.ivf-home-inner {
	position:relative;
	box-sizing:border-box;
	background:#f2f2f2;
	padding:0;
	margin:0;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.ivf-home-left {
	position:absolute;
	top:50%;
	left:0;
	right:50%;
	vertical-align:top;
	padding:10px;
	box-sizing:border-box;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.ivf-home-right {
	position:relative;
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding:10px;
	box-sizing:border-box;
	float:right;
}

.ivf-home h2 {
	position:relative;
	font-weight:700;
	font-size:32px;
	line-height:1.5;
	padding:0;
	margin:0 auto 15px;
	color:#00A2B8;
	text-align:center;
}

.ivf-home p {
	position:relative;
	color:#444;
	font-size:17px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
	text-align:center;
}

.ivf-home p:last-child {
	margin:0;
}

.ivf-home p a {
	color:#00A2B8;
}

.ivf-home a:hover {
	opacity:0.7;
}

.ivf-home img {
	max-width:100%;
}

@media (max-width:767px) {

.ivf-home-left {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	padding:10px;
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	width:100%;
	float:none;
}

.ivf-home-right {
	position:relative;
	width:100%;
	float:none;
	padding:20px;
}

.ivf-home h2 {
	font-size:24px;
	margin:0 auto 15px;
}

.ivf-home p {
	font-size:15px;
	margin:0 0 20px;
}

}


@media (max-width:480px) {

.ivf-home h2 {
	font-size:16px;
}

.ivf-home p {
	font-size:13px;
}

}


@media (min-width:768px) {

#mobile-bottomnav {
	display:none;
}

}

@media (max-width:767px) {

#mobile-bottomnav {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,162,184,1);
	box-shadow:0px -2px 5px rgba(0, 0, 0, 0.26);
	z-index:2001;
	font-size:0;
	line-height:0;
	display:none;
}

#mobile-bottomnav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	font-size:0;
	line-height:0;
	text-align:center;
}

#mobile-bottomnav li {
	list-style:none;
	display:inline-block;
	text-align:center;
	margin:0 5px 0 0;
}

#mobile-bottomnav li:last-child {
	margin:0;
}

#mobile-bottomnav a {
	padding:5px 0;
	width:55px;
	font-size:9px;
	line-height:1.3;
	color:#fff;
	text-decoration:none;
	display:block;
}

#mobile-bottomnav a i {
	font-size:24px;
	line-height:1.3;
	display:block;
}

#mobile-bottomnav a:hover {
	color:#4F5652;
}

}



.cover2018-gallery {
	position:relative;
	text-align:center;
	margin:0 auto;
	max-width:1280px;
}

/*
.cover2018-gallery:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:url(bg.png) repeat-x bottom center;
	background-size:auto 100%;
	z-index:100;
	height:100px;
}
*/

.cover2018-gallery-inner {
	position:relative;
}

.cover2018-gallery-pictureholder {
	position:relative;
	min-height:450px;
}

.cover2018-gallery-picture {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
}

.cover2018-gallery-picture:nth-child(1) {
	z-index:10;
}

.cover2018-gallery-picture.active {
	z-index:20;
}

.cover2018-gallery-picture.nextactive {
	z-index:15;
}

.cover2018-gallery-caption {
	position:absolute;
	left:50%;
	width:1200px;
	margin-left:-600px;
	top:20px;
	z-index:25;
	display:none;
}

.active .cover2018-gallery-caption {
	display:block;
}

.cover2018-gallery-caption-inner {
	position:relative;
	width:35%;
	height:100%;
	background:rgba(255,255,255,0.9);

	box-sizing:border-box;
	padding:15px;
}

.cover2018-gallery h1 {
	font-weight:400;
	font-size:19px;
	line-height:1.35;
	margin:0 0 10px;
	padding:0;
	color:#222224;
}

.cover2018-gallery h2 {
	font-weight:300;
	font-size:17px;
	line-height:1.35;
	margin:0 0 15px;
	padding:0;
	color:#222224;
}

.cover2018-gallery h3 {
	font-size:13px;
	line-height:1.35;
	margin:0;
	padding:0;
	font-weight:400;
}

.cover2018-gallery h3 a {
	display:inline-block;
	padding:5px 10px;
	margin:0 10px 10px 0;
	background:#005F6C;
	border-radius:5px;
	font-size:13px;
	color:#fff;
	border:0;
	text-decoration:none;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cover2018-gallery h3 a:hover {
	opacity:0.7;
}

.cover2018-gallery h3 a:nth-child(2) {
	background:rgba(0,162,184,0.9);
	color:#fff;
}

.cover2018-gallery-arrowleft, .cover2018-gallery-arrowright {
	position:absolute;
	top:50%;
	left:20px;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	cursor:pointer;
	z-index:25;
	background:url(arrow-left.svg) no-repeat center center;
	background-size:17px 31px;
	width:17px;
	height:31px;
}

.cover2018-gallery-arrowright {
	left:auto;
	right:20px;
	background:url(arrow-right.svg) no-repeat center center;
	background-size:17px 31px;
}

.cover2018-gallery-arrowleft:hover, .cover2018-gallery-arrowright:hover {
	opacity:0.7;
}

@media (min-width:1081px) {

.cover2018-gallery-caption-inner {
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

}

@media (max-width:1080px) {

.cover2018-gallery {
	margin:0 auto;
}

.cover2018-gallery:after {
	display:none;
}

.cover2018-gallery-caption {
	left:0;
	right:0;
	width:100%;
	margin-left:0;
	top:auto;
	bottom:0;
	border-bottom:2px solid #fff;
	background:#b4d1d8;
}

.cover2018-gallery-caption-inner {
	padding:10px 10px 10px;
	width:100%;
	background:#b4d1d8;
}

.cover2018-gallery h1 {
	font-size:19px;
	color:#fff;	
}

.cover2018-gallery h2 {
	font-size:15px;
}

.cover2018-gallery h3 {
	font-size:13px;
}

.cover2018-gallery-arrowleft, .cover2018-gallery-arrowright {
	left:10px;
	background-size:17px 31px;
	width:17px;
	height:31px;
}

.cover2018-gallery-arrowright {
	left:auto;
	right:10px;
	background-size:17px 31px;
}

}

@media (max-width:1023px) {
	
.cover2018-gallery {
	margin:0 auto;
	padding:0 0 220px;
}

.cover2018-gallery-pictureholder {
	min-height:300px;
}

.cover2018-gallery-arrowleft, .cover2018-gallery-arrowright {

}

.cover2018-gallery-caption {
	left:0;
	right:0;
	width:100%;
	margin-left:0;
	top:100%;
	bottom:auto;
	height:220px;
}

.cover2018-gallery-caption-inner {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	padding:10px 10px 10px;
	width:100%;
	height:auto;
	background:transparent;
}

}

@media (max-width:767px) {

.cover2018-gallery h1 {
	font-size:17px;
	margin:0 0 10px;
}

.cover2018-gallery h2 {
	font-size:15px;
	margin:0 0 10px;
}

.cover2018-gallery h3 {
	font-size:13px;
}

.cover2018-gallery h3 {
	font-size:13px;
}

.cover2018-gallery h3 a {
	padding:3px 10px;
	margin-bottom:5px;
	font-size:13px;
}

.cover2018-gallery-picture {
	background-position:right center!important;
}

}

.hometeam {
	position:relative;
	margin:0 auto 30px;
	font-size:0;
	line-height:0;
}

.hometeam-inner {
	position:relative;
	margin:0 auto;
	max-width:1000px;
}

.hometeam a {
	text-decoration:none;
	display:block;
	color:#fff;
}

.hometeam img {
	width:100%;
	height:auto;
}

.hometeam-caption {
	background:rgb(0,162,184);
	padding:10px;
}

.hometeam h2 {
	font-size:24px;
	line-height:1.35;
	margin:0 0 10px;
	padding:0;
	color:#fff;
	font-weight:700;
}

.hometeam p {
	font-size:16px;
	line-height:1.35;
	margin:0;
	padding:0;
	color:#fff;
	font-weight:300;
}

#dsgvCookie {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	-webkit-box-shadow:0 -3px 3px rgba(0,0,0,0.1);
	box-shadow:0 -3px 3px rgba(0,0,0,0.1);
	background:#fff;
	font-size:0;
	line-height:0;
	z-index:100000;
	display:none;
}

.showDsgvCookie #dsgvCookie {
	display:block;
}

#dsgvCookie .dsgvCookie-inner {
	position:relative;
	max-width:1150px;
	padding:12px;
	box-sizing:border-box;
	margin:0 auto;
}

#dsgvCookie .dsgvCookie-left {
	display:inline-block;
	width:auto;
	vertical-align:top;
}

#dsgvCookie .dsgvCookie-right {
	display:inline-block;
	width:auto;
	vertical-align:top;
	float:right;
}

#dsgvCookie p {
	font-size:14px;
	line-height:30px;
	margin:0;
	padding:0;
	font-weight:400;
	color:#000;
	display:inline-block;
}

#dsgvCookie p a {
	color:#a0a0aa;
	text-decoration:none;
}

#dsgvCookie p a:hover {
	opacity:0.7;
}

#dsgvCookie h3 {
	margin:0 0 0 20px;
	padding:0;
	font-size:15px;
	line-height:19px;
	font-weight:700;
	display:inline-block;
	vertical-align:top;
}

#dsgvCookie h3 a {
	background:#00A2B8;
	border-radius:4px;
	padding:6px 15px 5px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
}

#dsgvCookie h3 a:hover {
	opacity:0.7;
}

@media (max-width:1023px) {

#dsgvCookie .dsgvCookie-left {
	width:60%;
}

#dsgvCookie .dsgvCookie-right {
	width:40%;
	float:none;
	text-align:right;
}

#dsgvCookie .dsgvCookie-left p {
	font-size:13px;
	line-height:1.5;
	padding:2px 0 1px;
}

#dsgvCookie .dsgvCookie-right p {
	font-size:13px;
	line-height:24px;
	padding:9px 0;
}

#dsgvCookie h3 {
	margin:0 0 0 15px;
	font-size:15px;
	line-height:24px;
}

#dsgvCookie h3 a {
	border-radius:22px;
	padding:9px 30px;
}

}

@media (max-width:600px) {

#dsgvCookie .dsgvCookie-left {
	width:100%;
}

#dsgvCookie .dsgvCookie-right {
	width:100%;
	text-align:right;
}

#dsgvCookie .dsgvCookie-left p {
	font-size:13px;
	line-height:1.5;
	padding:0;
	margin:0 0 10px;
}

#dsgvCookie .dsgvCookie-right p {
	font-size:13px;
	line-height:24px;
	padding:9px 0;
}

#dsgvCookie h3 {
	margin:0 0 0 15px;
	font-size:15px;
	line-height:24px;
}

}


.blog-list {
	position:relative;
	margin:0 0 -150px;
	padding:30px 0 120px;
	background:#b4d1d8;
}

.blog-list-inner {
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:1000px;
}

.blog-list-header h1 {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	margin:0 0 10px;
	padding:30px 0 0;
}

.blog-list-header p {
	position:relative;
	color:#444;
	font-size:18px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
}

.blog-list-item {
	position:relative;
	box-sizing:border-box;
	background:#fff;
	padding:0;
	margin:0 0 30px;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	font-size:0;
	line-height:0;
}

.blog-list-item-left {
	position:relative;
	box-sizing:border-box;
	width:40%;
	display:inline-block;
	vertical-align:top;
	padding:0;
}

.blog-list-item-right {
	position:relative;
	box-sizing:border-box;
	width:60%;
	display:inline-block;
	vertical-align:top;
	padding:15px 15px 5px 15px;
	text-align:left;
}

.blog-list-item-left a {
	display:block;
}

.blog-list-item-left img {
	width:100%;
	height:auto;
	margin:0;
	display:block!important;
}

.blog-list-item-right img {
	width:auto;
	max-width:100%;
	margin:0;
	display:block!important;
	height:auto;
}

.blog-list-item h2 {
	position:relative;
	font-weight:700;
	font-size:24px;
	line-height:1.2;
	padding:0;
	margin:0 auto 10px;
	color:rgb(0,162,184);
}

.blog-single-item img {
	display:block!important;
}

.blog-list-item p {
	position:relative;
	color:#444;
	font-size:15px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	font-weight:400;
}

.blog-list-item-right a {
	position:relative;
	color:#fff;
	background:#222224;
	font-size:13px;
	padding:5px 10px;
	border-radius:5px;
	line-height:1.2;
	margin:0;
	font-weight:400;
	display:inline-block;
	text-decoration:none;
}

.blog-list-item-right a:hover {
	opacity:0.7;
}

.blog-list-item-author {
	border-top:1px solid #999;
	padding:5px 0;
	margin:0 0 10px;
	border-bottom:1px solid #999;
}

.blog-list-item-author img {
	height:40px;
	width:40px;
	border-radius:20px;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1);
	margin:0 10px 0 0;
	display:inline-block!important;
	vertical-align:top;
}

.blog-list-item-author span {
	position:relative;
	color:#999;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:10px 0;
	font-weight:400;
	display:inline-block;
}

.blog-list-item-author span i {
	margin:0 0 0 10px;
}


@media (max-width:900px) {

.blog-list-header h1 {
	font-size:24px;
}

.blog-list-header p {
	font-size:15px;
}

.blog-list-item {
	margin:0 auto 30px;
	max-width:708px;
}

.blog-list-item-left {
	width:100%;
}

.blog-list-item-right {
	width:100%;
	padding:15px;
}

.blog-list-item h2 {
	font-size:21px;
}

}

.blog-single-img {
	margin:0 auto 10px;
}


.blog-single-img img {
	display:block!important;
}

.blog-single-item .news-single-backlink {
	background:#00A2B8;
	padding:0;
}

.blog-single-item .news-single-backlink a {
	color:#fff!important;
	padding:10px;
	display:block;
}


.blog-single-item ul.socialmedia {
	font-weight:400;
	font-size:15px;
	line-height:1.65;
	margin:0 0 30px;
	padding:0;
	list-style:none;
}

.blog-single-item ul.socialmedia li {
	margin:0 15px 0 0;
	padding:0;
	display:inline-block;
	color:#00606e;
}

.blog-single-item ul.socialmedia li a {
	display:block;
	width:32px;
	height:32px;
	box-sizing:border-box;
	border:1px solid #00606e;
	border-radius:100%;
	text-align:center;
	line-height:28px;
	color:#00606e;
}


.home2018 {
	background:#b4d1d8;
}

.home2018 .cover:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:url(bg.png) repeat-x bottom center;
	background-size:auto 100%;
	z-index:10;
	height:50px;
}


.home2018-title {
	margin:30px auto;
	display:block;
	text-align:center;
	max-width:1000px;
}

.home2018-title h2 {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:32px;
	font-weight:700;
	line-height:1.2;
	margin:0 0 10px;
	padding:45px 0 0;
}

.home2018-title p {
	position:relative;
	color:#444;
	font-size:18px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
}

.home2018-title p:last-child {
	margin:0;
}

.home2018-title p a {
	color:#444;
	border-bottom:1px solid #444;
	text-decoration:none;
}

.home2018-title p a:hover {
	opacity:0.7;
}

@media (max-width:767px) {

.home2018-title h2 {
	font-size:24px;
}

.home2018-title p {
	font-size:15px;
}

}

.teaserfamily {
	position:relative;
	margin:0 auto;
	padding:0;
	line-height:0;
	font-size:0;
	line-height:0;
}

.teaserfamily-item {
	position:relative;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#fff;
}

.teaserfamily-text {
	position:relative;
	width:35%;
	display:inline-block;
	vertical-align:top;
	padding:20px;
	box-sizing:border-box;
}

.teaserfamily-picwrap {
	position:relative;
	width:65%;
	display:inline-block;
	vertical-align:top;
}

.teaserfamily img {
	width:100%;
	height:auto;
	margin:0;
}

.teaserfamily h3 {
	font-weight:700;
	font-size:18px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	color:#00A2B8;
}

.teaserfamily p {
	font-weight:300;
	font-size:15px;
	line-height:1.65;
	margin:0 0 10px;
	padding:0;
}


@media (max-width:1024px) {

.teaserfamily h3 {
	font-size:18px;
	margin:0 0 15px;
}

.teaserfamily p {
	font-size:13px;
	margin:0 0 10px;
}

}

@media (max-width:767px) {

.teaserfamily-text, .teaserfamily-picwrap {
	width:100%;
}

}


.teaserstandorte {
	position:relative;
	margin:0 auto;
	padding:0;
	line-height:0;
	font-size:0;
	line-height:0;
}

.teaserstandorte-item {
	position:relative;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#fff;
	width:47.5%;
	margin:0 5% 0 0;
	box-sizing:border-box;
	vertical-align:top;
	display:inline-block;
}

.teaserstandorte-item:nth-child(2) {
	margin:0;
}

.teaserstandorte-text {
	position:relative;
	padding:20px;
	box-sizing:border-box;
}

.teaserstandorte-picwrap {
	position:relative;
}

.teaserstandorte img {
	width:100%;
	height:auto;
	margin:0;
}

.teaserstandorte h2 {
	font-weight:700;
	font-size:21px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	color:#444;
	text-align:center;
}

.teaserstandorte p {
	font-weight:400;
	font-size:15px;
	line-height:1.85;
	margin:0 0 15px;
	padding:0;
}

.teaserstandorte p a {
	color:#00A2B8;
}

.teaserstandorte p i {
	width:20px;
	text-align:center;
	display:inline-block;
	margin:0 5px 0 0;
}

.teaserstandorte h3 {
	font-weight:400;
	font-size:18px;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#00A2B8;
	text-align:center;
}

.teaserstandorte h3 a {
	color:#00A2B8;
	text-decoration:none;
}


@media (max-width:1024px) {

.teaserstandorte h2 {
	font-size:18px;
}

.teaserstandorte p {
	font-size:13px;
	margin:0 0 10px;
}

}

@media (max-width:767px) {

.teaserstandorte-item {
	width:100%;
	margin:0 auto 30px;
}

.teaserstandorte-item:nth-child(2) {
	width:100%;
	margin:0;
}

}


.home2018-quote {
	position:relative;
	margin:30px auto;
	padding:0;
	background:#00A2B8;
}

.home2018-quote-inner {
	position:relative;
	padding:30px 10px;
	max-width:1000px;
	margin:0 auto;
}

.home2018-quote h2 {
	font-family:georgia,serif;
	font-weight:400;
	font-size:21px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	font-style:italic;
	text-align:center;
	color:#fff;
}

.home2018-quote p {
	font-weight:300;
	font-size:15px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
}

@media (max-width:767px) {

.home2018-quote h2 {
	font-size:18px;
}

.home2018-quote p {
	font-size:13px;
}

}



.teaserpresse {
	position:relative;
	margin:0 auto;
	padding:0;
	line-height:0;
	font-size:0;
	line-height:0;
}

.teaserpresse-item {
	position:relative;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#fff;
	margin:0 auto 30px;
}

.teaserpresse-item:last-child {
	margin:0 auto;
}

.teaserpresse-text {
	position:relative;
	width:70%;
	display:inline-block;
	vertical-align:top;
	padding:20px;
	box-sizing:border-box;
}

.teaserpresse-picwrap {
	position:relative;
	width:30%;
	display:inline-block;
	vertical-align:top;
}

.teaserpresse img {
	max-width:100%;
	width:auto;
	height:auto;
	margin:0;
}

.teaserpresse h4 {
	font-weight:400;
	font-size:13px;
	line-height:1.5;
	margin:0 0 5px;
	padding:0;
	color:#999;
}

.teaserpresse h2 {
	font-weight:700;
	font-size:24px;
	line-height:1.5;
	margin:0 0 10px;
	padding:0;
	color:#222224;
}

.teaserpresse p {
	font-weight:400;
	font-size:15px;
	line-height:1.85;
	margin:0;
	padding:0;
}

.teaserpresse p a {
	color:#00A2B8;
	text-decoration:underline;
}

@media (max-width:1024px) {

.teaserpresse h4 {
	font-size:11px;
}

.teaserpresse h2 {
	font-size:18px;
}

.teaserpresse p {
	font-size:13px;
}

}

@media (max-width:767px) {

.teaserpresse-text, .teaserpresse-picwrap {
	width:100%;
}

}

@media (max-width:480px) {

.teaserpresse img {
	width:100%;
}

}


.family-img {
	width:375px;
	height:106px;
	display:block;
	margin:0 auto;
	padding:30px 0 0;
}

@media (max-width:767px) {

.family-img {
	width:220px;
	height:62px;
	padding:15px 0 0;
}

}


.content .center .team2017 ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	font-size:0;
	line-height:0;
}

.content .center .team2017 li {
	margin:0 8px 0 0;
	padding:0;
	display:inline-block;
}


.testigallery {
	position:relative;
	margin:50px auto 0;
	font-size:0;
	line-height:0;
	background:#b4d1d8;
	border-top:1px solid #fff;
}

.testigallery-inner {
	position:relative;
	margin:0 auto;
	padding:0 40px;
	max-width:1298px;
	box-sizing:border-box;
}

.testigallery-holder {
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

.testigallery-holder-inner {
	position:relative;
	margin:0 auto;
	width:9999px;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.testigallery-item {
	position:relative;
	width:33.3333%;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	cursor:pointer;

	height:300px;
}

.testigallery p {
	position:absolute;
	top:50%;
	left:10px;
	right:10px;
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:300;
	line-height:1.2;
	color:#fff;
	text-align:center;

	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.testigallery p b {
	font-weight:700;
}

.testigallery-item img {
	width:100%;
}

.testigallery-item a {
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}

.testigallery-item a:hover {
	opacity:0.7;
}

.testigallery-arrow-left, .testigallery-arrow-right {
	position:absolute;
	top:50%;
	left:0;
	width:40px;
	height:40px;
	background:url(../img/testi-arrow-left.svg) no-repeat center center;
	background-size:100% 100%;
	margin-top:-20px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.testigallery-arrow-right {
	right:0;
	left:auto;
	background:url(../img/testi-arrow-right.svg) no-repeat center center;
	background-size:100% 100%;
}

.testigallery-arrow-left:hover, .testigallery-arrow-right:hover {
	opacity:0.7;
}

@media (max-width:1023px) {

.testigallery p {
	font-size:13px;
}

}

@media (max-width:480px) {

.testigallery {
	margin:0 auto;
}

.testigallery-item {

}

}

article > #c4198, article > #c7283, article > #c7547 {
	position:relative;
	margin:30px auto;
	padding:20px;
	max-width:1000px;
	box-sizing:border-box;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

article > #c7547 {
	padding:10px;
	max-width:900px;
}

article > #c4198 a, article > #c7283 a, article > #c7547 a {
	text-decoration:none;
}

#contact2018 {
	position:relative;
	margin:0 auto;
	padding:0;
}

#contact2018-inner {
	position:relative;
	margin:0 auto;
	max-width:1000px;
	padding:0;
	box-sizing:border-box;
}

#contact2018 h2 {
	font-size:32px;
	line-height:1.2;
	margin:0 0 20px;
	padding:0;
	font-weight:700;
	color:#00A2B8;
}

#contact2018 h3 {
	font-size:18px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	font-weight:700;
	color:#00A2B8;
}

#contact2018 p {
	font-size:15px;
	line-height:1.5;
	margin:0 0 20px;
	padding:0;
	font-weight:300;
	color:#454545;
}

#contact2018 p:last-child {
	margin:0;
}

#contact2018 p a {
	color:#003466;
	border-bottom:1px solid #003466;
}

.contact2018-institute {
	position:relative;
	margin:0 0 10px;
	font-size:0;
}

.contact2018-institute-col {
	position:relative;
	width:47.5%;
	margin:0 5% 0 0;
	box-sizing:border-box;
	padding:15px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #00A2B8;
	cursor:pointer;
	border-radius:5px;
}

.contact2018-institute-col:hover, .contact2018-institute-col.active {
	background:rgba(223, 237, 240, 0.9);
	border:1px solid #cc6733;

}

.contact2018-institute-col:last-child {
	margin:0;
}

@media (max-width:767px) {

.contact2018-institute-col {
	width:100%;
	margin:0 0 10px;
}
	
}

.contact2018-institute img {
	height:80px!important;
	width:auto!important;
	margin:0 0 10px;
}

#contact2018-form {
	position:relative;
}

#contact2018 select {
    font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#003466;
	font-size:15px;
	line-height:20px;
	border:1px solid #003466;
	margin:0 auto 10px;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 15px;
	background:transparent;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	border-radius:5px;
}

#contact2018 input[type=text] {
    font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#003466;
	font-size:15px;
	line-height:20px;
	border:1px solid #003466;
	margin:0 auto 10px;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 15px;
	background:transparent;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	border-radius:5px;
}

#contact2018 textarea {
    font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#003466;
	font-size:15px;
	line-height:20px;
	border:1px solid #003466;
	margin:0 auto 10px;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:15px;
	height:120px;
	background:transparent;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	resize:none;
	border-radius:5px;
}

#contact2018 input[type=submit] {
    font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:15px;
	line-height:20px;
	border:1px solid #003466;
	margin:0;
	display:inline-block;
	box-sizing:border-box;
	padding:10px 15px;
	background:#00606e;
	-webkit-appearance:none;
	appearance:none;
	text-transform:uppercase;
	border-radius:0;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border-radius:5px;
}

#contact2018 input[type=submit]:hover {
	background:#fff;
	color:#00606e;
}


#mc_embed_signup {
	position:relative;
	margin:0 0 20px;
	max-width:300px;
}

#mc_embed_signup input[type=email] {
	height:34px;
	width:60%;
	line-height:28px;
	font-size:13px;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	padding:2px 15px;
	margin:0;
	border:1px solid #00A2B8;
	color:#444;
	border-right:0;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	box-sizing:border-box;
	vertical-align:top;
}

#mc_embed_signup input[type=submit]  {
	height:34px;
	width:40%;
	line-height:28px;
	font-size:13px;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	background:#00A2B8;
	border:1px solid #00A2B8;
	padding:2px 0;
	border-radius:0;
	margin:0;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	color:#fff;
	box-sizing:border-box;
	vertical-align:top;
	cursor:pointer;
}

#mc_embed_signup input[type=submit]:hover {
	opacity:0.7;
}

.content .center .videoitem {
	position:relative;
	margin:30px auto 0;
	font-size:0;
	padding:0;
}

.content .center .videoitem-inner {
	position:relative;
	box-sizing:border-box;
	margin:0 auto;
	padding:0;
	max-width:1000px;
}

.content .center .videoitem-item {
	position:relative;
	box-sizing:border-box;
	margin:0 auto;
	background:#fff;
	padding:0;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	width:32%;
	margin:0 2% 60px 0;
	display:inline-block;
	vertical-align:top;
}

.content .center .videoitem-item:nth-child(3n) {
	margin:0 0 30px 0;
}

.content .center .videoitem-column {
	position:relative;
	box-sizing:border-box;
}

.content .center .videoitem-column:nth-child(2) {
	padding:20px;
	min-height:175px;
}

@media (max-width:767px) {

.content .center .videoitem-item {
	width:47.5%;
	margin:0 5% 45px 0;
}

.content .center .videoitem-item:nth-child(3n) {
	margin:0 5% 45px 0;
}

.content .center .videoitem-item:nth-child(2n) {
	margin:0 0 45px 0;
}

}

@media (max-width:480px) {

.content .center .videoitem-item {
	width:100%;
	margin:0 0 30px;
}

.content .center .videoitem-item:nth-child(3n) {
	margin:0 0 30px;
}

.content .center .videoitem-item:nth-child(2n) {
	margin:0 0 30px;
}

.content .center .videoitem-column:nth-child(2) {
	padding:15px;
	min-height:0;
}

}

.content .center .videoitem h2 {
	position:relative;
	font-weight:700;
	font-size:18px;
	line-height:1.5;
	padding:0;
	margin:0 0 15px;
	color:#00A2B8;
	text-align:left;
	hyphens:auto;
}

.content .center .videoitem h3 {
	position:relative;
	font-weight:700;
	font-size:13px;
	line-height:1.5;
	padding:0;
	margin:0;
	color:#00606e;
	text-align:left;
}

.content .center .videoitem p {
	position:relative;
	font-weight:400;
	font-size:15px;
	line-height:1.5;
	margin:0 0 15px;
	padding:0;
	color:#000;
	text-align:left;
}

.content .center .videoitem p:last-child {
	margin:0;
}

.content .center .videoitem a {
	display:block;
	text-align:center;
	font-weight:400;
	font-size:15px;
	line-height:1.5;
	margin:0;
	padding:10px;
	color:#fff;
	background:#00606e;
	text-decoration:none;
}

.content .center .videoitem a:hover {
	opacity:0.7;
}

.cover-arrow {
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-24px;
	width:48px;
	height:48px;
	cursor:pointer;
	-webkit-transition:all 0.8s ease-in-out;
	-moz-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	-o-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
	-webkit-transform:translate(0,-50px);
	-moz-transform:translate(0,-50px);
	-ms-transform:translate(0,-50px);
	-o-transform:translate(0,-50px);
	transform:translate(0,-50px);
	background:url(arrow-down.svg) no-repeat center center;
	background-size:100% 100%;
	z-index:20;
}

.cover-arrow:hover {
	opacity:0.5;
}

.cover-arrow.go {
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}

@media (max-width:767px) {

.cover-arrow {
	display:none;
}

}

/* Wistia Override */

.w-bottom-bar canvas {
	opacity:0!important;
}


.content .center ul.browsebox {
	padding:0;
	text-align:center;
}

.content .center .tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display:inline-block!important;
	margin:0 3px!important;
}

.content .center .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	font-size:13px;
	line-height:1.5;
	color:#000;
	padding:3px 5px;
	background:#fff;
	border-radius:5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:none;
	border:1px solid #00A2B8;
	margin:0 5px 5px 0;
}

.content .center .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	font-size:13px;
	line-height:1.5;
	color:#fff;
	padding:3px 5px;
	background:#00A2B8;
	border-radius:5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:none;
	border:1px solid #00A2B8;
	cursor:pointer;
	margin:0 5px 5px 0;
}

.content .center .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover {
	opacity:0.7;
}

#topnav #headersearch {
	position:relative;
	display:inline-block;
	margin:0 10px 0 0;
	padding:4px 0;
	line-height:1;
	vertical-align:top;
}

#topnav #headersearch input[type=text] {
	font-size:13px;
	line-height:20px;
	color:#000;
	padding:3px 5px 4px;
	background:#fff;
	border-radius:5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:none;
	border:1px solid #00A2B8;
	display:inline-block;
	margin:0 3px 0 0;
	box-sizing:border-box;
	height:27px;
	vertical-align:top;
}

#topnav #headersearch input[type=submit] {
	font-size:0;
	line-height:27px;
	padding:0;
	color:transparent;
	background:transparent url(search.png) no-repeat center center;
	background-size:19px 19px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:none;
	border:0;
	cursor:pointer;
	margin:0;
	box-sizing:border-box;
	height:27px;
	width:27px;
	vertical-align:top;
}

#topnav #headersearch input[type=submit]:hover {
	opacity:0.7;
}

@media (max-width:1024px) {

#topnav #headersearch {
	margin:0 15px 0 0;
	padding:3px 0;

	display:none!important;
}

#topnav #headersearch input[type=text] {
	font-size:11px;
	line-height:19px;
	padding:1px 5px 2px;
	height:22px;
}

#topnav #headersearch input[type=submit] {
	height:22px;
}
	
}

@media (max-width:1024px) {

#topnav #headersearch {
	margin:0 15px 0 0;
	padding:3px 0;
	vertical-align:middle;
}

#topnav #headersearch input[type=text] {
	font-size:11px;
	line-height:19px;
	padding:1px 5px 2px;
	height:22px;
}

#topnav #headersearch input[type=submit] {
	background-size:17px 17px;
	height:22px;
}
	
}

@media (max-width:767px) {

#topnav #headersearch {
	padding:0;
	vertical-align:top;
}

#topnav #headersearch input[type=text] {
	display:none;
}

#topnav #headersearch input[type=submit] {
	background-size:12px 12px;
	height:25px;
}

}

@media (max-width:480px) {

#topnav #headersearch input[type=submit] {
	background-size:15px 15px;
	height:30px;
}

}


.timetable {
	position:relative;
	margin:0 auto 30px;
	max-width:480px;
	font-size:0;
}

.timetable-inner {
	position:relative;
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	border-radius:20px;
	overflow:hidden;
}

.timetable-item {
	position:relative;
	background:#fff;
	padding:5px 10px;
}

.timetable-item-col {
	position:relative;
	box-sizing:border-box;
	width:50%;
	vertical-align:top;
	display:inline-block;
}

.timetable-item-col:nth-child(1) {
	border-right:1px solid #f3f3f3;
}

.timetable-item-col:nth-child(2) {
	text-align:center;
}

.timetable-item:nth-child(2n) {
	background:#fafafa;
}

.content .center .timetable p, .content .center .timetable label {
	font-size:17px;
	line-height:1.2;
	font-weight:400;
	color:#000;
	margin:0;
	padding:5px;
	display:inline-block;
}

.timetable input[type=text] {
	font-size:17px;
	line-height:1.2;
	font-weight:700;
	color:#000;
	padding:5px;
	border:0;
	outline:0;
	display:block;
	width:100%;
	box-sizing:border-box;
	background:transparent;
	text-align:center;
}

.timetable input[type=submit] {
	cursor:pointer;
	font-size:17px;
	line-height:1.2;
	font-weight:400;
	background:#b4d1d8;
	color:#fff;
	padding:5px;
	border:0;
	outline:0;
	display:inline-block;
	width:50%;
	margin:0;
	box-sizing:border-box;
	border-radius:10px;
}

.timetable input[type=submit]:hover {
	opacity:0.7;
}

.timetable ::-webkit-input-placeholder {
	color:#b4d1d8;
	opacity:1;
}
.timetable ::-moz-placeholder {
	color:#b4d1d8;
	opacity:1;
}
.timetable :-ms-input-placeholder {
	color:#b4d1d8;
	opacity:1;
}
.timetable :-moz-placeholder {
	color:#b4d1d8;
	opacity:1;
}


.pop2019 {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100001;
	background:rgba(255,255,255,0.9);
	font-size:0;
	display:none;
}

.pop2019-inner {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:#b4d1d8;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	display:none;
	min-width:840px;
}

.pop2019-col {
	width:50%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	box-sizing:border-box;
	padding:20px;
}

.pop2019 h2 {
	font-family:'Indie Flower',cursive;
	font-size:28px;
	line-height:1.1;
	font-weight:400;
	margin:0 0 10px;
	padding:0;
	color:#fff;
}

.pop2019 h4 {
	font-size:11px;
	line-height:1.1;
	font-weight:700;
	margin:0 0 5px;
	padding:0;
	color:#444;
	text-transform:uppercase;
}

.pop2019 p {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 0 20px;
	padding:0;
	color:#fff;
}

.pop2019 h3 {
	font-size:17px;
	line-height:1.1;
	font-weight:400;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	display:none;
}

.pop2019 h3 a {
	display:inline-block;
	padding:10px 20px;
	background:#00606e;
	text-decoration:none;
	color:#fff;
	border-radius:5px;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.pop2019 h3 a:hover {
	opacity:0.7;
}

.pop2019-col-bg {
	position:absolute;
	top:0;
	left:50%;
	right:0;
	bottom:0;
	width:50%;
	background:url(babyfinger.jpg) no-repeat center center;
	background-size:cover;
}

.pop2019-col-center {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.pop2019fertifate .pop2019-col-center {
	top:80%;
}

.pop2019-author {

}

.pop2019 img {
	height:40px;
	width:40px;
	border-radius:20px;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1);
	margin:0 10px 0 0;
	display:inline-block!important;
	vertical-align:top;
}

.pop2019 span {
	position:relative;
	color:#444;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:10px 0;
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
}

.pop2019-close {
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	background:url(img/close.svg) no-repeat center center;
	background-size:100% 100%;
	cursor:pointer;
}


@media (max-width:900px) {

.pop2019-inner {
	width:320px;
	box-sizing:border-box;
	min-width:0;
}

.pop2019-col {
	width:100%;
	padding:15px;
}

.pop2019 h2 {
	font-size:21px;
}

.pop2019 p {
	font-size:15px;
	margin:0 0 15px;
	line-height:1.35;
}

.pop2019 span {
	font-size:9px;
}

.pop2019-col-bg {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	width:100%;
	height:200px;
}

}



.wif-typo h2 {
	font-size:36px;
	line-height:1.2;
	font-weight:400;
	margin:0 0 30px;
	padding:0;
	color:#00A2B8;
}

.wif-typo h3 {
	font-size:21px;
	line-height:1.2;
	font-weight:400;
	margin:0 0 30px;
	padding:0;
	color:#000;
}

.wif-typo p {
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0;
	color:#000;
}

.wif-typo ul, .wif-typo ol {
	position:relative;
	font-size:17px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0 0 0 20px;
	color:#000;
}

.wif-typo ul b, .wif-typo ol b, .wif-typo ul strong, .wif-typo ol strong {
	color:#00A2B8;
	font-weight:700;
}

.wif-typo h2 b, .wif-typo h2 strong, 
.wif-typo h3 b, .wif-typo h3 strong {
	font-weight:700;
}

.wif-typo p strong, .wif-typo p b {
	font-weight:700;
}

.wif-typo p a {
	display:inline-block;
	padding:5px 20px;
	border:1px solid #00A2B8;
	color:#00A2B8;
	text-decoration:none;
}

.wif-typo p a:hover {
	background:#00A2B8;
	color:#fff;
	opacity:1;
}

.wif-typo h2:last-child, .wif-typo h3:last-child, .wif-typo p:last-child {
	margin:0 auto;
}

.wif-typo-invers .wif-typo h2, .wif-typo-invers .wif-typo h3, .wif-typo-invers .wif-typo p {
	color:#fff;
}

.wif-typo-invers .wif-typo p a {
	border:1px solid #fff;
	background:#fff;
}

.wif-typo-invers .wif-typo p a:hover {
	border:1px solid #00A2B8;
	background:#00A2B8;
	color:#fff;
}

.wif-twobox {
	position:relative;
	margin:0 auto 100px;
	top:-1px;
	max-width:1920px;
	font-size:0;
	line-height:0;
	background:#fff;
}

.wif-twobox.nomargin {
	margin:0 auto;
}

.wif-twobox-inner {
	position:relative;
	margin:0 auto;
	border-top:1px solid #e9eaec;
	border-bottom:1px solid #e9eaec;
}

.wif-twobox-item {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:50%;
	height:calc(100vh - 80px);
	height:50vw;
	max-height:960px;
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-ms-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
	box-sizing:border-box;
}

#wif-contact-map-home {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.wif-twobox-item-inner {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	box-sizing:border-box;
	padding:0 40px;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.wif-typo-invers {
	background:#b4d1d8;
}

.wif-twobox-item-arrow:nth-child(1):after {
	position:absolute;
	top:50%;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	right:-30px;
	border-width:20px 0 20px 30px;
	margin-top:-20px;
	border-color:transparent transparent transparent #fff;
	z-index:10;
}

.wif-typo-invers .wif-twobox-item-arrow:nth-child(1):after {
	border-color:transparent transparent transparent #b4d1d8;
}

.wif-twobox-item-arrow:nth-child(2):after {
	position:absolute;
	top:50%;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	left:-30px;
	border-width:20px 30px 20px 0;
	margin-top:-20px;
	border-color:transparent #fff transparent transparent;
}

.wif-typo-invers .wif-twobox-item-arrow:nth-child(2):after {
	border-color:transparent #b4d1d8 transparent transparent;
}

@media (max-width:1023px) {

.wif-typo h2 {
	font-size:28px;
	margin:0 0 20px;
}

.wif-typo h3 {
	font-size:19px;
	margin:0 0 20px;
}

}

@media (max-width:767px) {

.wif-twobox-item {
	display:block;
	width:100%;
	height:auto;
	min-height:100vmin;
}

.wif-twobox-item-inner {
	padding:20px;
}

.wif-twobox-item.wif-twobox-item-arrow {
	height:auto;
	padding:20px 20px 30px;
	background:#fafafa;
	min-height:0;
}

.wif-typo-invers .wif-twobox-item.wif-twobox-item-arrow {
	background:#b4d1d8;
}


.wif-twobox-item.wif-twobox-item-arrow .wif-twobox-item-inner {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	padding:0;
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}

.wif-twobox-item-arrow:nth-child(1):after {
	bottom:0;
	top:auto;
	left:50%;
	margin-left:-20px;
	border-width:20px 20px 0 20px;
	margin-top:auto;
	margin-bottom:-20px;
	border-color:#fafafa transparent transparent transparent;
}

.wif-typo-invers .wif-twobox-item-arrow:nth-child(1):after {
	border-color:#b4d1d8 transparent transparent transparent;
}

.wif-twobox-item-arrow:nth-child(2):after {
	top:0;
	border-style:solid;
	left:50%;
	margin-left:-20px;
	border-width:0 20px 20px 20px;
	border-color:transparent transparent #fafafa transparent;
}

.wif-typo-invers .wif-twobox-item-arrow:nth-child(2):after {
	border-color:transparent transparent #b4d1d8 transparent;
}

}

#c872 .news-list-container {
	margin:0 auto 30px;
	padding:0;
}

#c872 .news-list-container h1 {
	margin:0 auto 30px;
}

#c872 .news-list-container h3 {
	font-size:24px;
	line-height:1.2;
	font-family:georgia;
	font-style:italic;
	text-align:center;
	margin:0 auto 15px;
	padding:0;
	max-width:600px;
}

#c872 .news-list-container p {
	font-weight:300;
	font-size:13px;
	line-height:1.5;
	font-family:georgia;
	font-style:italic;
	text-align:center;
	margin:0 auto;
	padding:0;
	color:#00A2B8;
	max-width:750px;
}

#c872 .news-list-container img {
	float:none;
	margin:0;
	height:20px;
	padding:0 0 10px;
}


.content .center ul.workflow-list {
	list-style:none;
	margin:20px auto;
	padding:0;
	text-align:center;
	font-size:0;
}

.content .center ul.workflow-list li {
	width:25%;
	display:inline-block;
	margin:0 auto 30px;
	padding:0 10px;
	text-align:center;
	font-size:13px;
	line-height:1.35;
	font-weight:300;
	box-sizing:border-box;
	vertical-align:top;
}

.content .center ul.workflow-list li b {
	font-weight:700;
}

.content .center ul.workflow-list li img {
	margin:0 auto 10px;
	border-radius:10px;
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

@media (max-width:1023px) {

.content .center ul.workflow-list li {
	width:50%;
}
	
}



.genetictitle {
	position:relative;
	margin:0 auto;
	padding:45px 10px 45px;
	background:#00A2B8;
	font-size:0;
	line-height:0;
}

.genetictitle-inner {
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:800px;
}

.genetictitle h1 {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
}

.genetictitle p {
	position:relative;
	color:#fff;
	font-size:18px;
	line-height:1.5;
	margin:0;
	padding:0;
	font-weight:400;
}

@media (max-width:1023px) {

.genetictitle h1 {
	font-size:28px;
}

.genetictitle p {
	font-size:15px;
}
	
}


#contact2018 {
	background:#00A2B8;
	padding:0 10px;
}

#contact2018-inner {
	max-width:800px;
	margin:0 auto;
	padding:60px 0;
	text-align:center;
}

#contact2018 h2 {
	color:#fff;
	font-size:36px;
	text-transform:uppercase;
}

#contact2018 h3 {
	color:#fff;
}

#contact2018 p {
	color:#fff;
	font-weight:400;
	font-size:18px;
	line-height:1.5;
}

#contact2018 p a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#contact2018 select {
	color:#fff;
	border:1px solid #fff;
}

#contact2018 input[type=text] {
	color:#fff;
	border:1px solid #fff;
}

#contact2018 textarea {
	color:#fff;
	border:1px solid #fff;
}

#contact2018 input[type=submit] {
	color:#00606e;
	border:1px solid #fff;
	background:#fff;
}

#contact2018 input[type=submit]:hover {
	background:#00A2B8;
	color:#fff;
}

@media (max-width:1023px) {

#contact2018 h2 {
	font-size:28px;
}

#contact2018 p {
	font-size:15px;
}
	
}


#c7235 #contact2018 {
	background:#00606e;
	padding:0 10px;
}

#c7235 #contact2018-inner {
	max-width:800px;
	margin:0 auto;
	padding:60px 0;
	text-align:center;
}

#c7235 #contact2018 h2 {
	color:#fff;
	font-size:36px;
	text-transform:uppercase;
}

#c7235 #contact2018 h3 {
	color:#fff;
}

#c7235 #contact2018 p {
	color:#fff;
	font-weight:400;
	font-size:18px;
	line-height:1.5;
}

#c7235 #contact2018 p a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#c7235 #contact2018 select {
	color:#fff;
	border:1px solid #fff;
}

#c7235 #contact2018 input[type=text] {
	color:#fff;
	border:1px solid #fff;
}

#c7235 #contact2018 textarea {
	color:#fff;
	border:1px solid #fff;
}

#c7235 #contact2018 input[type=submit] {
	color:#00606e;
	border:1px solid #fff;
	background:#fff;
}

#c7235 #contact2018 input[type=submit]:hover {
	background:#00A2B8;
	color:#fff;
}

@media (max-width:1023px) {

#c7235 #contact2018 h2 {
	font-size:28px;
}

#c7235 #contact2018 p {
	font-size:15px;
}
	
}


.genetic-video {
	position:relative;
	margin:0 auto;
	font-size:0;
	border-bottom:10px solid #00606e;
	overflow:hidden;
}

.genetic-video-inner {
	position:relative;
	height:350px;
	overflow:hidden;
}

.genetic-video video {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	width:100%;
	height:auto;
}

.genetic-video-caption {
	position:absolute;
	left:20px;
	right:20px;
	top:50%;
	transform:translate(0,-50%);
	text-align:center;	
}

.genetic-video-caption h1 {
	font-size:48px;
	font-weight:700;
	line-height:1.2;
	margin:0 auto 10px;
	padding:0;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}

.genetic-video-caption p {
	font-size:18px;
	font-weight:400;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#fff;
	text-shadow:0 0 2px rgba(0,0,0,0.5);
}

@media (max-width:767px) {

.genetic-video {
	border-bottom:5px solid #00606e;
}

.genetic-video-inner {
	height:280px;
}

.genetic-video video {
	position:absolute;
	top:-30%;
	bottom:-30%;
	left:50%;
	transform:translate(-50%,0);
	width:auto;
	height:160%;
}

.genetic-video-caption {
	left:10px;
	right:10px;
}

.genetic-video-caption h1 {
	font-size:28px;
}

.genetic-video-caption p {
	font-size:15px;
}
	
}



.fertifate-logo {
	display:block;
	width:480px;
	max-width:80%;
	height:auto;
	margin:0 0 20px;
}



.home-video {
	position:relative;
	margin:0 auto;
	font-size:0;
	border-bottom:2px solid #00606e;
	overflow:hidden;
}

.home-video-inner {
	position:relative;
	overflow:hidden;
}

.home-video-mobile {
	display:none;
}

.home-video video {
	position:relative;
	width:100%;
	height:auto;
}

.home-video-caption {
	position:absolute;
	left:20px;
	right:20px;
	top:50%;
	transform:translate(0,-50%);
	text-align:center;	
}

.home-video-caption h1 {
	font-size:48px;
	font-weight:700;
	line-height:1.2;
	margin:0 auto 10px;
	padding:0;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}

.home-video-caption p {
	font-size:18px;
	font-weight:400;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#fff;
	text-shadow:0 0 2px rgba(0,0,0,0.5);
}

.home-video-caption2 {
	position:absolute;
	bottom:20px;
	right:20px;
}

.home-video-caption2 a {
	font-size:18px;
	font-weight:400;
	line-height:1.5;
	margin:0;
	padding:0;
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	color:#fff;
	background:#00A2B8;
	border:1px solid #00A2B8;
	text-decoration:none;
	padding:5px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home-video-caption2 a:hover {
	color:#00A2B8;
	background:#fff;
}

@media (max-width:767px) {

.home-video {
	border-bottom:5px solid #00606e;
}

/*
.home-video-inner {
	height:280px;
}
*/

.home-video-desktop {
	display:none;
}

.home-video-mobile {
	display:block;
}

/*
.home-video video {
	position:absolute;
	top:-30%;
	bottom:-30%;
	left:50%;
	transform:translate(-50%,0);
	width:auto;
	height:160%;
}
*/

.home-video-caption {
	left:10px;
	right:10px;
}

.home-video-caption h1 {
	font-size:28px;
}

.home-video-caption p {
	font-size:15px;
}
	
}




.phonecurtain {
	z-index:1000;
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background:#fff;
}

#videocurtain {
	background:rgb(33,33,33);
	background:rgba(33,33,33,0.8)
}

.phonecurtain-inner {
	padding:20px;
	margin:0 auto;
	display:block;
	position:relative;
	top:50%;
	left:50%;
	max-width:100vw;
	box-sizing:border-box;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
}

.phonecurtain h2 {
	position:relative;
	font-weight:700;
	font-size:19px;
	line-height:1.2;
	padding:0;
	margin:0 0 10px;
	padding:0;
	color:#00606e;
}

.phonecurtain p {
	font-weight:400;
	font-size:13px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	color:#00606e;
}

.phonecurtain p a {
	font-size:17px;
	color:#00606e;
	text-decoration:none;
}
.phonecurtain a b {
	border-bottom:1px solid #00606e;
}

.phonecurtain p:last-child {
	margin:0;
}

.phonecurtain-close {
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	background:url(img/close.svg) no-repeat center center;
	background-size:100% 100%;
	cursor:pointer;
}



.contact2019 {
	position:relative;
	margin:0 auto;
	padding:0;
}

.contact2019-inner {
	position:relative;
	margin:0 auto;
	max-width:1000px;
	padding:0;
	box-sizing:border-box;
}

.contact2019-img1 {
	float:right;
	box-sizing:border-box;
	padding:0 0 20px 10px;
	display:inline-block!important;
	max-width:40%!important;
}

.content .center .contact2019 h2, .contact2019 h2 {
	font-size:36px;
	line-height:1.2;
	margin:0 0 20px;
	padding:90px 0 0;
	font-weight:400;
	color:#00a2b8;
}

@media (max-width:1150px) {

.contact2019-img1 {
	max-width:30%!important;
}

.content .center .contact2019 h2, .contact2019 h2 {
	padding:20px 0 0;
}

}

@media (max-width:550px) {

.contact2019-img1 {
	float:none;
	padding:0 10px 20px 10px;
	display:block!important;
	max-width:100%!important;
}

.content .center .contact2019 h2, .contact2019 h2 {
	padding:0;
}

}

.content .center .contact2019 h3, .contact2019 h3 {
	font-size:32px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	font-weight:400;
	color:#00A2B8;
}

.content .center .contact2019 h4, .contact2019 h4 {
	font-size:22px;
	line-height:1.2;
	margin:0;
	padding:0;
	font-weight:400;
	color:#454545;
}

.content .center .contact2019 h5, .contact2019 h5 {
	font-size:16px;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
	font-weight:400;
	color:#999999;
}

.content .center .contact2019 h5 b, .contact2019 h5 b {
	font-weight:400;
	color:#454545;
}

.content .center .contact2019 p, .contact2019 p {
	font-size:24px;
	line-height:1.5;
	margin:0 0 20px;
	padding:0;
	font-weight:400;
	color:#454545;
}

.contact2019 p:last-child {
	margin:0;
}

.content .center .contact2019 p a, .contact2019 p a {
	color:#003466;
	border-bottom:1px solid #003466;
}

.contact2019 p b {
	display:inline-block;
	width:28px;
	height:28px;
	vertical-align:top;
	text-align:center;
	background:#00A2B8;
	color:#fff;
	font-size:15px;
	line-height:28px;
	border-radius:14px;
	margin:0 10px 0 0;
}


@media (max-width:767px) {

.content .center .contact2019 h2, .contact2019 h2 {
	font-size:28px;
}

.content .center .contact2019 h3, .contact2019 h3 {
	font-size:24px;
}

.content .center .contact2019 h4, .contact2019 h4 {
	font-size:17px;
}

.content .center .contact2019 h5, .contact2019 h5 {
	font-size:14px;
}

.content .center .contact2019 p, .contact2019 p {
	font-size:19px;
}

}

.contact2019-twocol {
	position:relative;
	margin:0 0 10px;
	font-size:0;
}

.contact2019-twocol.contact2019-twocol-institute {
	margin-top:80px;
}

.contact2019-twocol-col {
	position:relative;
	width:49%;
	margin:0 2% 0 0;
	box-sizing:border-box;
	padding:0;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	border-radius:5px;
}

.contact2019-twocol-col-text {
	border:1px solid #dddddd;
	background:#f8f8fc;
	padding:0 10px;
}

.contact2019-twocol-col:hover .contact2019-twocol-col-text, .contact2019-twocol-col.active .contact2019-twocol-col-text {
	background:#00A2B8;
}


.content .center .contact2019 .contact2019-twocol-col.active h4, .content .center .contact2019 .contact2019-twocol-col.active h5, .content .center .contact2019 .contact2019-twocol-col.active h5 b,
.content .center .contact2019 .contact2019-twocol-col:hover h4, .content .center .contact2019 .contact2019-twocol-col:hover h5, .content .center .contact2019 .contact2019-twocol-col:hover h5 b,
.contact2019 .contact2019-twocol-col.active h4, .contact2019 .contact2019-twocol-col.active h5, .contact2019 .contact2019-twocol-col.active h5 b,
.contact2019 .contact2019-twocol-col:hover h4, .contact2019 .contact2019-twocol-col:hover h5, .contact2019 .contact2019-twocol-col:hover h5 b {
	color:#fff;
}

.contact2019-twocol-col:last-child {
	margin:0;
}

.contact2019-twocol-col-100 {
	width:100%;
	margin:0;
}

.contact2019-twocol-col-33 {
	width:32%;
	margin:0 2% 0 0;
}

.contact2019-twocol-col-33:last-child {
	margin:0;
}

.contact2019-twocol-col-text-inner {
	margin-top:-60px;
	text-align:center;
	padding:0 0 15px;
}

@media (max-width:767px) {

.contact2019-twocol-col {
	width:100%;
	margin:0 0 10px;
}

.contact2019-twocol-col-100 {
	width:100%;
	margin:0 0 10px;
}

.contact2019-twocol-col-33 {
	width:100%;
	margin:0 0 10px;
}

.contact2019-twocol-col:last-child {
	margin:0!important;
}

.contact2019-twocol.contact2019-twocol-institute .contact2019-twocol-col:nth-child(1) {
	margin:0 0 70px;
}

}

.contact2019-twocol img {
	height:120px!important;
	width:120px!important;
	margin:0 auto 5px;
	display:block!important;
}

.contact2019 label {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#454545;
	font-size:17px;
	line-height:1.2;
	margin:0 auto 10px;
	display:block;
	text-align:center;
}

.contact2019.umfrage2020 label {
	font-size:19px;
	text-align:left;
}

.contact2019 input[type=text] {
    font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#454545;
	font-size:24px;
	line-height:30px;
	border:1px solid #dddddd;
	margin:0 auto;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 15px;
	background:#f8f8fc;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	text-align:center;
}

.contact2019 select {
    font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#454545;
	font-size:24px;
	line-height:30px;
	border:1px solid #dddddd;
	margin:0 auto;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 15px;
	background:#f8f8fc;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	text-align:center;
}

.contact2019 select option {
	color:#454545;
	background:#f8f8fc;
}

.contact2019.umfrage2020 input[type=text].umfrageinput {
	font-size:19px;
	line-height:24px;
	margin:0 auto 20px;
	padding:5px 15px;
	background:#fff;
	text-align:left;
}

.contact2019 textarea {
    font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#454545;
	font-size:24px;
	line-height:30px;
	border:1px solid #dddddd;
	margin:0 auto 10px;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:15px;
	height:150px;
	background:#f8f8fc;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	resize:none;
}

.contact2019 input[type=submit] {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:24px;
	line-height:30px;
	border:1px solid #00a2b8;
	margin:0;
	display:inline-block;
	box-sizing:border-box;
	padding:5px 15px;
	background:#00a2b8;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	border-radius:0;
	width:150px;
	margin:0 auto;
	display:block;
}

.contact2019 input[type=submit]:hover {
	background:#00606e;
}

@media (max-width:767px) {

.contact2019 input[type=text], .contact2019 select, .contact2019 select option {
	font-size:20px;
	line-height:24px;
}

.contact2019 textarea {
	font-size:20px;
	line-height:24px;
}

.contact2019 input[type=submit] {
	font-size:20px;
	line-height:24px;
}

}



.presse2019 {
	position:relative;
	padding:60px 0;
	background:#fff;
	margin:0 auto;
	max-width:1920px;
	text-align:center;
}

.presse2019 h2 {
	font-size:36px;
	line-height:1.2;
	color:#00606e;
	font-weight:400;
	text-align:center;
	margin:0 auto;
	padding:0 10px;
	max-width:650px;
}

.presse2019 hr {
	display:block;
	margin:30px auto;
	padding:0;
	width:120px;
	height:2px;
	background:#00606e;
	border:0;
	outline:none;
}

.presse2019 p {
	font-size:19px;
	line-height:1.5;
	color:rgb(69,64,77);
	font-weight:400;
	text-align:center;
	margin:0 auto 30px;
	padding:0 10px;
	max-width:750px;
}

.presse2019 img {
	width:80%;
	height:auto;
}

.presse2019-mobil {
	display:none;
}

.presse2019-desktop {
	
}

.presse2019 a {
	font-size:18px;
	font-weight:400;
	line-height:1.5;
	margin:30px auto 0;
	display:block;
	padding:0;
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	color:#fff;
	background:#00606e;
	border:1px solid #00606e;
	text-decoration:none;
	padding:5px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:220px;
	text-align:center;
}

.home-video-caption2 a:hover {
	color:#00A2B8;
	background:#fff;
}

@media (max-width:600px) {

.presse2019 h2 {
	font-size:28px;
}

.presse2019 hr {
	margin:20px auto;
}

.presse2019 p {
	font-size:17px;
	margin:0 auto 20px;
}

.presse2019 img {
	width:100%;
	height:auto;
}

.presse2019-mobil {
	display:block;
}

.presse2019-desktop {
	display:none;
}

}


@keyframes pulse {
  0%{transform:scale(.1);opacity: 0;}
  50%{ opacity: .4;}
  100%{transform: scale(1.2); opacity: 0;}
}
.assetcircles {
  position:relative;
  text-align:center;
  padding:20px 10px 80px;
  background:#fff;
  font-size:0;
  line-height:0;
}
.assetcircle {
  position:relative;
  display:inline-block;
  width:275px;
  height:275px;
}
.assetcircle:hover {
	opacity:0.7;
}

.assetcircle:after {
	display:none;

	position:absolute;
	top:125px;
	right:-28px;
	width:64px;
	height:18px;
	background:url(arrow.png) no-repeat center center;
	background-size:100% 100%;
	content:'';
}
.assetcircle:last-child:after {
	display:none;
}

.assetcircle > div {
  background-color: #00A2B8;
  border-radius: 50%;
  position: absolute;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: 120px;
  display:inline-block;
  text-decoration:none;
}
.assetcircle:nth-child(2) > div {
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}
.assetcircle:nth-child(3) > div {
	-webkit-transition-delay:.6s;
	transition-delay:.6s;
}
.assetcircle:nth-child(4) > div {
	-webkit-transition-delay:.9s;
	transition-delay:.9s;
}
.assetcircle > div:nth-child(1){
  animation: pulse 2s infinite;
}
.assetcircle > div:nth-child(2){
  animation: pulse 2s infinite .3s;
}
.assetcircle > div:nth-child(3){
  animation: pulse 2s infinite .6s;
}
.assetcircle > div:nth-child(4){
  text-align: center;
  font-family:'Open Sans',sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 100px;
  width: 100px;
  height: 100px;
}
.assetcircle > div:nth-child(4):after {
  font-family:'Open Sans',sans-serif;
  color: #fff;
  font-size: 54px;
  position:absolute;
  top:0;
  left:54px;
  content:'.';
}

.assetcircle > p {
  position:absolute;
  font-family:'Open Sans',sans-serif;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  margin:0;
  padding:0;
  font-size:27px;
  line-height:1.1;
  color:#00A2B8;
  font-weight:400;
}

@media (max-width:1150px) {

.assetcircle {
  width:250px;
  height:250px;
}

.assetcircle > p {
  font-size:21px;
}

}

@media (max-width:767px) {

.assetcircles {
  padding:20px 10px 60px;
}
.assetcircle {
  width:150px;
  height:200px;
}
.assetcircle:after {
	display:none;
}

.assetcircle > div {
  width: 100px;
  height: 100px;
}
.assetcircle > div:nth-child(4){
  text-align: center;
  font-family:'Open Sans',sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 80px;
  width: 80px;
  height: 80px;
}
.assetcircle > div:nth-child(4):after {
  font-size: 54px;
  left:54px;
}

.assetcircle > p {
  font-size:15px;
}
	
}

#wif-contact-map {
	position:relative;
	margin:0 auto 30px;
	height:50vh;
	min-height:400px;
}

.wif-location-item-wrap {
	position:relative;
	margin:0 auto 30px;
	font-size:0;
	max-width:1000px;
	padding:0 10px;
}

.wif-location-item {
	position:relative;
	margin:0 auto;
	width:32%;
	padding:10px;
	margin:0 2% 2% 0;
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
	border:1px solid #ccc;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	box-sizing:border-box;
}

.wif-location-item:nth-child(3n) {
	margin:0 0 2%;
}

.wif-location-item img {
	height:45px;
	width:auto;
	padding:0 5px 0 0;
	float:left;
	vertical-align:top;
}

.wif-location-item.wif-location-item-small img {
	height:36px;
}
 
.wif-location-item h3 {
	font-size:19px;
	line-height:1.2;
	margin:0 auto 5px;
	padding:0;
	color:#00a2b8;
	font-weight:400;
}

.wif-location-item.wif-location-item-small h3 {
	font-size:15px;
}

.wif-location-item p {
	font-size:15px;
	line-height:1.5;
	margin:0 auto 10px;
	padding:0;
	color:#000;
	font-weight:400;
}

.wif-location-item p a {
	color:#000;
	text-decoration:none;
	color:#00a2b8;
}

.wif-location-item p b {
	font-weight:700;
}

.wif-location-item p:last-child {
	margin:0 auto;
}

.wif-infowindow {
	min-height:120px;
}

.wif-infowindow img {
	display:none;
}

.wif-infowindow h3 {
	font-size:13px;
	line-height:1.2;
	margin:0 auto 5px;
	padding:0;
	color:#00a2b8;
	font-weight:400;
}

.wif-infowindow p {
	font-size:13px;
	line-height:1.5;
	margin:0 auto 10px;
	padding:0;
	color:#000;
	font-weight:400;
}

.wif-infowindow p a {
	color:#000;
	text-decoration:none;
	color:#00a2b8;
}

.wif-typo .wif-infowindow p a {
	padding:0;
	border:0;
}

.wif-infowindow p b {
	font-weight:700;
}

.wif-infowindow p:last-child {
	margin:0 auto;
}

@media (max-width:1023px) {

.wif-location-item {
	width:49%;
	margin:0 2% 2% 0;
}

.wif-location-item:nth-child(3n) {
	margin:0 2% 2% 0;
}

.wif-location-item:nth-child(2n) {
	margin:0 0 2%;
}

}

@media (max-width:540px) {

.wif-location-item {
	width:100%;
	margin:0 auto 30px;
}

.wif-location-item:nth-child(3n) {
	margin:0 auto 30px;
}

.wif-location-item:nth-child(2n) {
	margin:0 auto 30px;
}

}

#starbadge {
  position:fixed;
  z-index:500;
  right:10px;
  top:auto;
  bottom:0;
  width:150px;
  font-size:0;
  line-height:0;
}

#starbadge a {
  display:block;
  border:0;
  text-decoration:none;
}

#starbadge img {
  width:100%;
  height:auto;
  border:0;
  text-decoration:none;
}

@media (max-width:1250px) {

#starbadge {
  width:100px;
}

}

@media (max-width:1024px) {

#starbadge {
  width:100px;
  top:auto;
  bottom:10px;
}

}

@media (max-width:767px) {

#starbadge {
  width:80px;
  bottom:80px;
  right:5px;
}

}


.wif-location-header {
	margin:0 auto 30px;
	display:block;
	text-align:center;
	max-width:1000px;
	padding:0 10px;
}

.wif-location-header h1 {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
}

.wif-location-header p {
	position:relative;
	color:#444;
	font-size:18px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
}

.wif-location-header h2 {
	position:relative;
	font-weight:700;
	font-size:24px;
	line-height:1.5;
	padding:0;
	margin:0 auto;
	color:#fff;
	text-align:center;
}


.marquee {
	position:relative;
	width:100%;
	background:#00606e;
	padding:20px;
	box-sizing:border-box;
}

.marquee-inner {
	position:relative;
	max-width:1000px;
	white-space:nowrap;
	overflow:hidden;
	box-sizing:border-box;
	margin:0 auto;
}

.marquee p {
	font-size:19px;
	line-height:1.35;
	color:#fff;
	font-weight:400;
	display:inline-block;
	margin:0;
	padding:0;
	padding-left:100%;
	animation:marquee 20s linear infinite;
}

.marquee p a {
	font-weight:700;
	color:#fff;
}

.marquee p b {
	font-weight:700;
}

@keyframes marquee {
	0%   { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}



@media (min-width:1024px) {

nav > ul > li:nth-child(2) > .mainsubnav > ul > li:nth-child(1) a,
nav > ul > li:nth-child(2) > .mainsubnav > ul > li:nth-child(2) a,
nav > ul > li:nth-child(2) > .mainsubnav > ul > li:nth-child(3) a,
nav > ul > li:nth-child(2) > .mainsubnav > ul > li:nth-child(4) a {
	font-size:19px;
}

}


.frage1antwort1bonus1, .frage1antwort4bonus, .frage2antwort1bonus, .frage3antwort2bonus, .frage4antwort1bonus, .frage2antwort2bonus, .frage4antwort2bonus {
	display:none;
	padding:10px 0 10px 30px;
}

.umfrage2020 hr {
	display:block;
	margin:40px auto;
	padding:0;
	width:120px;
	height:2px;
	background:#00606e;
	border:0;
	outline:none;
}

.content .center .contact2019.umfrage2020 p {
	font-size:21px;
}

.content .center .contact2019.umfrage2020 h4 {
	margin:0 0 10px;
}


.faq {
	margin:0 auto 30px;
	max-width:900px;
	font-size:0;
	line-height:0;
	background:#fff;
	box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.faq-question {
	padding:10px;	
}

.faq-question-img {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:50px;
	border-radius:25px;
	box-shadow:0 1px 5px rgba(0,0,0,0.1);
	overflow:hidden;
}

.faq-question-img img {
	width:100%;
}

.faq-question-text {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 50px);
	padding:0 0 0 20px;
	box-sizing:border-box;
}

.faq-question-text h5 {
	font-weight:400;
	font-size:10px;
	line-height:10px;
	margin:0 0 2px;
	padding:8px 0 0;
	color:#454545;
}

.faq-question-text h2 {
	font-weight:400;
	font-size:17px;
	line-height:18px;
	margin:0;
	padding:0;
	color:#00A2B8;
}

.faq-answer-author {
	border-top:1px solid #999;
	padding:10px;
	margin:0;
	position:relative;
	cursor:pointer;
}

.faq-answer-author:after {
	content:'Antwort lesen';
	position:absolute;
	top:20px;
	right:10px;
	border-radius:5px;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:5px 10px;
	background:#00A2B8;
	color:#fff;

	display:none;
}

.active .faq-answer-author:after {
	content:'Antwort schließen';
}

.faq-answer-author:hover:after {
	opacity:0.7;
}

.faq-answer-author img {
	height:50px;
	width:50px;
	border-radius:25px;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1);
	margin:0 20px 0 0;
	display:inline-block!important;
	vertical-align:top;
}

.faq-answer-author img {

}

.faq-answer-author span {
	position:relative;
	color:#999;
	font-size:13px;
	line-height:15px;
	margin:0;
	padding:10px 0;
	font-weight:400;
	display:inline-block;
}

.faq-answer-author span i {
	margin:0 0 0 10px;
}

.faq-question-content {
/*
	display:none;
*/
	padding:10px;
}

.faq-question-content p {
	font-weight:400;
	font-size:17px;
	line-height:1.5;
	margin:0 auto 20px;
	padding:0;
	color:#454545;
}

.faq-question-content p:last-child {
	margin:0 auto;
}



.popaction {
	position:fixed;
	z-index:4000;
	bottom:25px;
	right:25px;
	border:2px solid rgba(0,162,184,0.5);
	box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 15px 2px;
	border-radius:37px;
	background:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:0;
	width:330px;
}

.popaction.go {
	right:-350px;
}

.popaction.done {
	right:-350px!important;
}

.popaction:hover {
	background:#f5f6f7;
}

.popaction-inner {
	position:relative;
	display:block;
	text-decoration:none;
}

.popaction-img {
	display:inline-block;
	width:70px;
	height:70px;
	vertical-align:top;
	overflow:hidden;
	border-radius:35px;
}

.popaction-img img {
	width:70px;
	height:70px;
}

.popaction-text {
	display:inline-block;
	width:260px;
	height:70px;
	vertical-align:top;
	padding:8px 10px;
	box-sizing:border-box;
}

.popaction-text h2 {
	color:#00A2B8;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:700;
	margin:0;
	padding:0;
}

.popaction-text p {
	color:#444;
	font-size:10px;
	line-height:18px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:700;
	margin:0;
	padding:0;
}

.popaction-text h5 {
	color:#959B9F;
	font-size:10px;
	line-height:18px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-weight:400;
	margin:0;
	padding:0;
}

@media (max-width:480px) {

.popaction {
	bottom:85px;
	right:10px;
	border:1px solid rgba(0,162,184,0.5);
	width:280px;
}

.popaction.go {
	right:-350px;
}

.popaction.done {
	left:auto!important;
	right:-500px!important;
}

.popaction-img {
	width:50px;
	height:50px;
}

.popaction-img img {
	width:50px;
	height:50px;
}

.popaction-text {
	display:inline-block;
	width:226px;
	height:50px;
	vertical-align:top;
	padding:4px 5px;
	box-sizing:border-box;
}

.popaction-text h2 {
	font-size:10px;
	line-height:13px;
	font-weight:400;
}

.popaction-text p {
	font-size:10px;
	line-height:13px;
	font-weight:400;
}

.popaction-text h5 {
	font-size:10px;
	line-height:13px;
}

}



.wif-mason {
	position:relative;
	margin:0 auto;
	font-size:0;
	line-height:0;
	padding:0 0 30px;
}

.wif-mason-inner {
	position:relative;
	max-width:1020px;
	margin:0 auto;
}

.wif-mason-sizer {
	position:relative;
	width:33.3333%;
}

.wif-mason-item {
	position:relative;
	width:33.3333%;
	padding:0 10px;
	margin:0 auto 45px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}

.wif-mason-item-inner {
	position:relative;
	-webkit-box-shadow:0 4px 8px rgba(0,0,0,0.2);
	box-shadow:0 4px 8px rgba(0,0,0,0.2);
	border-radius:0;
	overflow:hidden;
}

.wif-mason-item > a {
	display:block;
}

.wif-mason-pic {
	position:relative;
	margin:0 auto;
}

.wif-mason-pic a {
	position:relative;
	display:block;
}

.wif-mason-pic a:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:rgba(0,0,0,0.5) url(/fileadmin/templates/img/kinderwunsch-wien-scrolled.svg) no-repeat center center;
	background-size:110px 120px;
	opacity:0;
}

.wif-mason-pic a:hover:after {
	opacity:1;
}

.wif-mason-pic img {
	width:100%;
}

.wif-mason-pic:empty {
	display:none;
}

.wif-mason-text {
	position:relative;
	padding:30px 10px;
	box-sizing:border-box;
	background:#fff;
}

.wif-mason-text-part1 {
	min-height:180px;
}


@media (max-width:1023px) {

.wif-mason-sizer {
	width:50%;
}

.wif-mason-item {
	width:50%;
	padding:0 20px;
	margin:0 auto 30px;
}

.wif-mason-inner:before {
	bottom:30px;
}

.wif-mason-inner:after {
	bottom:30px;
}

.wif-mason-inner:before {
	display:none;
}

.wif-mason-inner:after {
	left:50%;
}

.wif-mason-pic {
	margin:0 auto;
}

}

@media (max-width:480px) {

.wif-mason-sizer {
	width:100%;
}

.wif-mason-item {
	width:100%;
}

.wif-mason-inner:after {
	display:none;
}

.wif-mason-text-part1 {
	min-height:0;
}

}

.wif-mason.product-list {

}

.product-list h4 {
	font-size:11px;
	line-height:1;
	margin:0 auto 5px;
	color:#00606e;
	font-weight:300;
	text-align:center;
}

.product-list h3 {
	font-size:24px;
	line-height:1.2;
	margin:0 auto 5px;
	color:#00606e;
	font-weight:300;
	text-align:center;
}

.product-list p {
	font-size:17px;
	text-align:center;
	line-height:1.2;
	margin:0 auto 10px;
	color:#444;
	font-weight:300;
}

.product-list p a {
	color:#00606e;
}

.product-list h6 {
	margin:30px auto 0;
	font-size:17px;
	text-align:center;
	line-height:1.2;
}

.wif-mason-product-buttons {
	position:relative;
	margin:0 auto;
}

.wif-mason-product-button-amount {
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:top;
	background:rgb(0,162,184);
	color:#fff;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	padding:15px 10px;
	box-sizing:border-box;
	text-align:center;
	-webkit-box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
	border-bottom-left-radius:0;
}

.wif-mason-product-button-cart {
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:top;
	background:#00606e;
	color:#fff;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	padding:15px 10px;
	box-sizing:border-box;
	text-align:center;
	cursor:pointer;
	-webkit-box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
	border-bottom-right-radius:0;
}

.wif-mason-product-button-cart:hover {
	opacity:0.7;
}

.wif-mason-product-amount {
	
}

.wif-mason-product-plus, .wif-mason-product-minus {
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:top;
	background:url(../img/icon-plus-white.png) no-repeat center center;
	background-size:15px 15px;
	margin:0 0 0 5px;
	cursor:pointer;
}

.wif-mason-product-plus:hover, .wif-mason-product-minus:hover {
	opacity:0.7;
}

.wif-mason-product-minus {
	background:url(../img/icon-minus-white.png) no-repeat center center;
	background-size:15px 15px;	
}

@media (max-width:1023px) {

.product-list h3 {
	font-size:19px;
}

.product-list p {
	font-size:15px;
}

}

@media (max-width:767px) {

.product-list h3 {
	font-size:18px;
}

.wif-mason-product-button-amount {
	font-size:12px;
	line-height:18px;
	padding:12px;
}

.wif-mason-product-button-cart {
	font-size:12px;
	line-height:18px;
	padding:12px;
}

.wif-mason-product-plus, .wif-mason-product-minus {
	width:18px;
	height:18px;
	background-size:12px 12px;
}

.wif-mason-product-minus {
	background-size:12px 12px;
}

}


.wif-mason-product-single-buttons {
	position:relative;
	margin:30px auto 0;
}

.wif-mason-product-single-button-amount {
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:top;
	background:#585858;
	color:#fff;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	padding:15px 10px;
	box-sizing:border-box;
	text-align:center;
	-webkit-box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
}

.wif-mason-product-single-button-cart {
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:top;
	background:#00606e;
	color:#fff;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	padding:15px 10px;
	box-sizing:border-box;
	text-align:center;
	cursor:pointer;
	-webkit-box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 1px 1px rgba(0,0,0,0.1);
}

.wif-mason-product-single-button-cart:hover {
	opacity:0.7;
}

.wif-mason-product-single-amount {
	
}

.wif-mason-product-single-plus, .wif-mason-product-single-minus {
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:top;
	background:url(../img/icon-plus-white.png) no-repeat center center;
	background-size:15px 15px;
	margin:0 0 0 5px;
	cursor:pointer;
}

.wif-mason-product-single-plus:hover, .wif-mason-product-minus:hover {
	opacity:0.7;
}

.wif-mason-product-single-minus {
	background:url(../img/icon-minus-white.png) no-repeat center center;
	background-size:15px 15px;	
}

@media (max-width:767px) {

.wif-mason-product-single-button-amount {
	font-size:12px;
	line-height:18px;
	padding:12px;
}

.wif-mason-product-single-button-cart {
	font-size:12px;
	line-height:18px;
	padding:12px;
}

.wif-mason-product-single-plus, .wif-mason-product-single-minus {
	width:18px;
	height:18px;
	background-size:12px 12px;
}

.wif-mason-product-single-minus {
	background-size:12px 12px;
}

}

.checkout {
	padding:60px 0;
	margin:0 auto;
}

.checkout h1 {
	position:relative;
	color:#fff;
	font-size:36px;
	font-weight:300;
	line-height:1.2;
	margin:0 auto 10px;
	padding:0;
	text-align:center;
}

.checkout h2 {
	position:relative;
	color:#fff;
	font-size:28px;
	font-weight:300;
	line-height:1.2;
	margin:30px auto 10px;
	padding:0;
	text-align:center;
}

.checkout h3 {
	position:relative;
	color:#fff;
	text-transform:uppercase;
	font-size:21px;
	font-weight:700;
	line-height:1.2;
	margin:30px auto 10px;
	padding:0;
	text-align:center;
}

.checkout p {
	position:relative;
	color:#fff;
	font-size:17px;
	font-weight:400;
	line-height:1.2;
	margin:0 auto 10px;
	padding:0;
	text-align:center;
}

.checkout .checkout-inner {
	max-width:767px;
	padding:0 10px;
	margin:0 auto;
}

#checkout-cart {
	margin:0 auto 60px;
}

#checkout-cart table {
	width:100%;
	box-sizing:border-box;
	font-size:16px;
	font-weight:300;
	line-height:1.5;
	margin:0 auto;
	padding:0;
	color:#444;
	border-collapse:collapse;
	background:#f8f8fc;
	border-radius:10px;
}

#checkout-cart table b, #checkout-cart table strong {
	font-weight:400;
}

#checkout-cart table td {
	padding:10px;
}

#checkout-cart table tr:nth-child(1) td {
	border-bottom:1px solid #000;
	font-weight:400;
}

#checkout-cart table td:nth-child(3) {
	text-align:right;
}

#checkout-cart table tr:last-child td {
	border-top:1px solid #000;
	font-weight:400;
}

#checkout-cart table td:nth-child(1) {
	width:90px;
}

#checkout-cart table td:last-child {
	width:30px;
}

.cart-kill {
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:top;
	background:url(../img/icon-plus.png) no-repeat center center;
	background-size:15px 15px;
	margin:0;
	cursor:pointer;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

.cart-add-number {
	display:inline-block;
	min-width:24px;
	text-align:center;
}

.cart-add-minus {
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:top;
	background:url(../img/icon-minus.png) no-repeat center center;
	background-size:15px 15px;
	margin:0 5px 0 0;
	cursor:pointer;
}

.cart-add-plus {
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:top;
	background:url(../img/icon-plus.png) no-repeat center center;
	background-size:15px 15px;
	margin:0 0 0 5px;
	cursor:pointer;
}


#checkout-form input[type=text], #checkout-form select {
	font-family:'Open Sans',sans-serif;
	width:100%;
	font-size:16px;
	line-height:20px;
	padding:15px 15px;
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	border-radius:0;
	box-sizing:border-box;
	color:rgb(50,50,50);
	border:0;
	outline:0;
	margin:0 0 10px;
	border-radius:30px;
	background:#f8f8fc;
}

#checkout-form textarea {
	font-family:'Open Sans',sans-serif;
	width:100%;
	font-size:16px;
	line-height:20px;
	padding:10px 15px;
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	border-radius:0;
	box-sizing:border-box;
	color:rgb(50,50,50);
	border:0;
	outline:0;
	margin:0 0 5px;
	resize:none;
	height:143px;
	border-radius:30px;
	background:#f8f8fc;
}

#checkout-form input[type=radio] {
	margin:0 10px 0 0;
	vertical-align:middle;
	padding:0;
}

#checkout-form input[type=submit] {
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	line-height:20px;
	padding:15px 15px;
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	border-radius:0;
	box-sizing:border-box;
	color:#fff;
	border:0;
	outline:0;
	border-radius:30px;
	background:#00606e;
	margin:30px auto 20px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	text-transform:uppercase;
}

#checkout-form input[type=submit]:hover {
	opacity:0.7;
}


.twotext {
	position:relative;
	margin:0 auto;
	padding:60px 0;
	font-size:0;
	background:#fff;
}

.twotext-inner {
	position:relative;
	margin:0 auto;
	max-width:1000px;
}

.twotext-col {
	width:50%;
	box-sizing:border-box;
	margin:0 auto 30px;
	padding:0 10px;
	display:inline-block;
	vertical-align:top;
}

.twotext img {
	width:100%;
}

.twotext h4 {
	font-size:11px;
	line-height:1.2;
	margin:0 auto 5px;
	color:#00606e;
	font-weight:300;
}

.twotext h1 {
	position:relative;
	color:#00A2B8;
	font-size:28px;
	font-weight:300;
	line-height:1.2;
	margin:0 auto 10px;
	padding:0;
}

.twotext p {
	position:relative;
	color:#444;
	font-size:17px;
	font-weight:400;
	line-height:1.5;
	margin:0 auto 30px;
	padding:0;
}

.twotext ul {
	position:relative;
	color:#444;
	font-size:17px;
	font-weight:400;
	line-height:1.5;
	margin:0 auto 30px;
	padding:0 0 0 30px;
}

.twotext h3 {
	position:relative;
	color:#444;
	font-size:17px;
	font-weight:700;
	line-height:1.5;
	margin:0 auto 10px;
	padding:0;
}


.text {
	background:#fff;
	position:relative;
	padding:30px 0 90px;
}

.text h3 {
	position:relative;
	color:#444;
	font-size:21px;
	font-weight:400;
	line-height:1.5;
	margin:0 auto 30px;
	padding:0;
	text-align:center;
}

.text h3 a {
	position:relative;
	background:#00A2B8;
	color:#fff;
	font-size:17px;
	font-weight:400;
	line-height:1.5;
	margin:0 auto;
	padding:10px 20px;
	text-align:center;
	text-decoration:none;
}

.text p {
	position:relative;
	color:#444;
	font-size:17px;
	font-weight:400;
	line-height:1.5;
	margin:0 auto 30px;
	padding:0;
	text-align:center;
}

.text p a {
	color:#00A2B8;
}



.wif-headline {
	position:relative;
	margin:0 auto;
	padding:50px 0;
}

.wif-headline-inner {
	margin:0 auto;
	padding:0 20px;
	display:block;
	text-align:center;
	max-width:750px;
}

.wif-headline h1 {
	position:relative;
	color:#00606e;
	font-size:36px;
	font-weight:400;
	line-height:1.2;
	margin:0 0 10px;
	padding:0;
}

.wif-headline h1:last-child {
	margin:0;
}

.wif-headline p {
	position:relative;
	color:#444;
	font-size:17px;
	line-height:1.5;
	margin:0 0 30px;
	padding:0;
	font-weight:400;
}

.wif-headline p:last-child {
	margin:0;
}

@media (max-width:700px) {

.wif-headline h1 {
	font-size:21px;
}

.wif-headline p {
	font-size:15px;
	margin:0 0 20px;
}

}



.cover2020 {
	position:relative;
	overflow:hidden;
	margin:0 auto;
}

.cover2020 h1 {
	font-size:48px;
	line-height:1.1;
	font-weight:400;
	margin:0 0 10px;
	color:#fff;
	padding:0 10px;
	max-width:500px;
}

.cover2020 p {
	font-size:24px;
	line-height:1.5;
	font-weight:400;
	margin:0;
	color:#fff;
	padding:0 10px;
	max-width:500px;
}

.cover2020-inner {
	position:relative;
}

.cover2020-holder {
	position:relative;
	height:calc(100vh - 240px);
	min-height:500px;
}

.cover2020-item {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:4;
	background:#fff;
}

.cover2020-item.nextactive {
	z-index:5;
}

.cover2020-item.active {
	z-index:6;
}

.cover2020-item-img, .cover2020-item-img-mobile {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-ms-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
}

.cover2020-item-img-mobile {
	display:none;
}

.cover2020-item-caption {
	position:absolute;
	box-sizing:border-box;
	padding:20px;
	top:50%;
	left:50%;
	width:100%;
	max-width:1240px;
	transform:translate(-50%,-50%)
}

.cover2020-bullets {
	z-index:7;
	position:absolute;
	bottom:95px;
	left:50%;
	transform:translate(-50%,0);
}

.cover2020-bullet {
	width:13px;
	height:13px;
	display:inline-block;
	cursor:pointer;
	margin:0 5px;
	border:1px solid #fff;
	border-radius:100%;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.cover2020-bullet.active {
	background:#fff;
}

.cover2020-bullet:hover {
	background:#d1c8a4;
}

.cover2020-item-video {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.cover2020-item-video video {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	bottom:auto;
	width:100%;
	height:auto;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.portrait .cover2020-item-video video {
	position:absolute;
	left:50%;
	right:auto;
	top:0;
	bottom:0;
	width:auto;
	height:100%;
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}

@media (max-width:767px) {

.cover2020-holder {
	height:100vw;
	min-height:0;
}

.cover2020 h1 {
	font-size:28px;
	padding:0;
}

.cover2020 p {
	font-size:19px;
	padding:0;
}

.cover2020-item-img {
	display:none;
}

.cover2020-item-img-mobile {
	display:block;
}

.cover2020-item-caption {
	padding:20px;
	top:auto;
	bottom:0;
	left:0;
	width:auto;
	max-width:1240px;
	transform:translate(0,0);
	z-index:10;
}

.cover2020-bullets {
	bottom:70px;
	left:auto;
	right:20px;
	transform:translate(0,0);
}

.cover2020-item:after {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	bottom:0;
	content:'';
	background:-moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background:-webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );	
}

}


.shopnav {
	position:relative;
	text-align:center;
	padding:30px 20px;
	background:#00606e;
}

.shopnav ul {
	padding:0;
	margin:0;
	list-style:none;
}

.shopnav ul li {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	display:inline-block;
	color:#fff;
	font-size:15px;
	line-height:20px;
	vertical-align:middle;
}

.shopnav ul li span {
	cursor:pointer;
	box-sizing:border-box;
	display:inline-block;
	padding:5px 20px;
	background:#fff;
	color:#00606e;
	border-radius:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.shopnav ul li span:hover {
	opacity:0.7;
}

@media (max-width:767px) {

.shopnav {
	padding:20px 20px;
}

.shopnav ul li {
	font-size:13px;
	margin:0 5px 0 0;
}

.shopnav ul li span {
	padding:5px 10px;
	border-radius:15px;
}
	
}



.wif-covid-icon {
	position:relative;
	margin:0 auto 100px;
	padding:0 20px;
	text-align:center;
	box-sizing:border-box;
	max-width:1000px;
	font-size:0;
}

.wif-covid-icon-item {
	position:relative;
	width:33.3333%;
	box-sizing:border-box;
	padding:0 20px;
	vertical-align:top;
	display:inline-block;
	margin:0 auto 40px;
}

.wif-covid-icon-item img {
	width:50%;
	height:auto;
	margin:0 auto 20px;
	display:block;
	max-width:160px;
}

.wif-covid-icon-item p {
	font-weight:700;
	font-size:15px;
	line-height:1.5;
	margin:0 auto;
	padding:0;
	color:#444;
}

@media (max-width:767px) {

.wif-covid-icon-item {
	width:50%;
	padding:0 20px;
}
	
}

@media (max-width:540px) {

.wif-covid-icon-item {
	width:100%;
	padding:0;
}
	
}

.homeweiche {
	position:relative;
	border-bottom:2px solid #00606e;
	font-size:0;
	line-height:0;
	background:#fff;
}

.homeweiche-inner {
	position:relative;
	margin:0 auto;
	max-width:1200px;
	text-align:center;
}

.homeweiche-item {
	position:relative;
	margin:0 auto;
	width:50%;
	display:inline-block;
	padding:30px 15px;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}

.homeweiche-item:hover {
	background:#f5f6f7;
}

.homeweiche img {
	width:48px;
	height:auto;
	margin:0 auto 10px;
}

.homeweiche h3 {
	font-size:32px;
	line-height:1.2;
	margin:0 auto 5px;
	padding:0;
	font-weight:400;
	color:#000;
	text-decoration:none;
}

.homeweiche h2 {
	font-size:16px;
	line-height:1.2;
	margin:0 auto 15px;
	padding:0;
	font-weight:400;
	color:#000;
	text-decoration:none;
}

.homeweiche h4 {
	font-size:16px;
	line-height:1.2;
	margin:0 auto 0;
	padding:10px 20px;
	font-weight:400;
	background:#00A2B8;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	border-radius:20px;
}

@media (max-width:767px) {

.homeweiche-item {
	display:block;
	width:100%;
}

.homeweiche-item:nth-child(1) {
	border-bottom:2px solid #00606e;
}
	
}

.homeweiche-baby {
	position:absolute;
	left:50%;
	bottom:-5px;
	transform:translate(0,0);
	pointer-events:none;
	width:80px;
	margin-left:0;
	transform-origin:0 50%;

	-webkit-transition: transform 0.5s ease-in-out, left 8s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out, left 8s ease-in-out;
	-o-transition: transform 0.5s ease-in-out, left 8s ease-in-out;
	transition: transform 0.5s ease-in-out, left 8s ease-in-out;
}

.homeweiche-baby img {
	width:100%;
}

.homeweiche-baby.goright {
	left:calc(50% + 140px);
	transform-origin:0 50%;
}

.homeweiche-baby.goleft {
	left:calc(50% - 140px);
	transform:scaleX(-1);
	transform-origin:0 50%;
}

@media (max-width:767px) {

.homeweiche-baby {
	top:50%!important;
	left:10px!important;
	transform:translate(0,-50%)!important;
	width:50px!important;
	height:50px!important;
}

}


#header-cart {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,162,184,1);
	box-shadow:0 2px 10px rgba(0,0,0,0.1);	
	z-index:999;
	text-align:center;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

#header-cart.active {
	background:#f9a800;
}

#header-cart:empty {
	display:none;
}

#header-cart a {
	display:block;
	font-size:17px;
	line-height:20px;
	padding:28px 10px;
	font-weight:400;
	color:#fff;
	text-decoration:none;
}

#header-cart a:hover {
	opacity:0.7;
}

#header-cart a img {
	vertical-align:top;
	width:20px;
	height:20px;
	margin:0 10px;
}

@media (max-width:1023px) {

#header-cart {
	top:auto;
	bottom:0;
}
	
}


.shopteaser {
	position:relative;
	margin:0 auto;
	font-size:0;
	line-height:0;
	background:#b4d1d8;
}

.shopteaser-title {
	position:relative;
	margin:0 auto;
	padding:40px 20px;
	max-width:1920px;
	box-sizing:border-box;
	background:#f7f7f7;
}

.shopteaser-title h3 {
	display:block;
	padding:0;
	margin:0 auto;
	font-size:34px;
	line-height:40px;
	text-align:center;
	color:#00A2B8;
	font-weight:400;
}

.shopteaser-inner {
	position:relative;
	margin:0 auto;
	max-width:1920px;
	box-sizing:border-box;
	background:#f7f7f7;
}


.shopteaser a {
	position:relative;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
	width:50%;
	text-decoration:none;
}

.shopteaser a img {
	width:100%;
	margin:0 auto;
}

.shopteaser span {
	font-family:'Indie Flower',cursive;
	display:block;
	padding:10px 10px;
	font-size:34px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-weight:400;
	background:#fd4582;
}

.shopteaser a:nth-child(2) span {
	background:#56c0bf;
}

.shopteaser a:hover:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:60px;
	background:rgba(0,0,0,0.5);
	content:'';
}

.shopteaser a:hover:after {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	content:'jetzt kaufen';
	font-size:34px;
	line-height:40px;
	color:#fff;
}





.subnav2020 {
	position:absolute;
	top:44px;
	left:auto;
	right:0;
	display:none;
	font-size:0;
}

.subnav2020-inner {
	position:relative;
	background:rgba(0,162,184,0.95);
	padding:0;
	box-sizing:border-box;
	width:1220px;
	text-align:left;
}

.subnav2020-inner > ul {
	display:inline-block;
	padding:0 15px;
	margin:0;
	width:33.3333%;
	vertical-align:top;
	box-sizing:border-box;
}

.subnav2020-50 .subnav2020-inner > ul {
	width:50%;
}

.subnav2020-inner > ul > li {
	padding:0;
	margin:0 0 5px;
	display:block;
}

.subnav2020-inner > ul > li img {
	width:20px;
	height:20px;
	vertical-align:top;
	margin:0 5px 0 0;
}

.subnav2020-inner > ul > li > a {
	padding:5px 0;
	margin:0;
	display:block;
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:700;
	border-bottom:2px solid #fff;
	text-align:center;
}

.subnav2020-inner > ul ul {
	display:block;
	padding:0;
	margin:10px 0 0;
	width:100%;
	vertical-align:top;
}

.subnav2020-inner > ul ul > li {
	padding:0;
	margin:0 0 5px;
	display:block;
}

.subnav2020-inner > ul ul > li > a {
	padding:5px 0;
	margin:0;
	display:block;
	color:#fff;
	font-size:17px;
	font-weight:300;
}


.bio-typo h1 {
	font-family:'Bodoni W01';
	font-size:72px;
	line-height:1.2;
	font-weight:400;
	margin:0 auto 10px;
	padding:0;
	color:#fff;
}

.bio-typo h2 {
	font-family:'Bodoni W01';
	font-size:36px;
	line-height:1.2;
	font-weight:400;
	margin:0 auto 20px;
	padding:0;
	color:#fff;
}

.bio-typo h3 {
	font-family:'Bodoni W01';
	font-size:24px;
	line-height:1.65;
	font-weight:400;
	margin:0 auto 20px;
	padding:0;
	color:#fff;
}

.bio-typo h4 {
	font-family:sans-serif;
	font-size:19px;
	line-height:1.65;
	font-weight:700;
	margin:0 auto;
	padding:0;
	color:#00A2B8;
}

.bio-typo h4 em, .bio-typo h4 i {
	color:#82b8ac;
	font-style:normal;
}

.bio-typo p {
	font-size:19px;
	line-height:1.65;
	font-weight:300;
	margin:0 auto 30px;
	padding:0;
	color:#fff;
}

.bio-typo p b, .bio-typo p strong {
	font-weight:700;
}

.bio-typo p a {
	color:#00A2B8;
	text-decoration:underline;
}

.bio-typo p a:hover {
	opacity:0.7;
}

.bio-typo ul {
	font-size:19px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0 0 0 30px;
	color:#fff;
}

.bio-typo ul b, .bio-typo ul strong {
	font-weight:700;
}

.bio-typo ol {
	font-size:19px;
	line-height:1.5;
	font-weight:400;
	margin:0 auto 30px;
	padding:0 0 0 30px;
	color:#fff;
}

.bio-typo ol b, .bio-typo ol strong {
	font-weight:700;
}

.bio-typo h1:last-child, .bio-typo h2:last-child, .bio-typo h3:last-child, .bio-typo h4:last-child, .bio-typo p:last-child, .bio-typo ul:last-child, .bio-typo ol:last-child {
	margin:0 auto;
}

.bio-cols {
	position:relative;
	background:#00A2B8;
	font-size:0;
}

.bio-cols-inner {
	position:relative;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0;
}

.bio-col {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 15px;
}

.bio-col-10 {
	width:10%;
}

.bio-col-20 {
	width:20%;
}

.bio-col-25 {
	width:25%;
}

.bio-col-30 {
	width:30%;
}

.bio-col-33 {
	width:33.3333%;
}

.bio-col-40 {
	width:40%;
}

.bio-col-50 {
	width:50%;
}

.bio-col-60 {
	width:60%;
}

.bio-col-66 {
	width:66.6666%;
}

.bio-col-70 {
	width:70%;
}

.bio-col-80 {
	width:50%;
}

.bio-col-90 {
	width:50%;
}

.bio-col-100 {
	width:100%;
}

.bio-cols img {
	width:100%;
}

.bio-cols .align-center, .bio-cols .text-center {
	text-align:center;
}

@media (max-width:767px) {

.bio-cols-inner {
	padding:25px 0;
}

.bio-typo h1 {
	font-size:36px;
}

.bio-typo h2 {
	font-size:28px;
}

.bio-typo h3 {
	font-size:21px;
}

.bio-col {
	width:100%!important;
}

.bio-col:nth-child(2), .bio-col:nth-child(3), .bio-col:nth-child(4), .bio-col:nth-child(5) {
	margin-top:20px;
}

}


#headerclaim, .headerbuttons2022 {
	display:none;
}

