/* style css
Farbflächen:
grün: #46B714;
blau: #004B87;
hellblau: #E0F2F9;
rot: #FF3D26;
dunkelgrau: #333333;
weiß: #FFFFFF;
*/

/* ========================================================================================================================================= */
/* +++ Basics +++ */
/* ========================================================================================================================================= */
/* +++ Font +++ */
/* source-sans-3-200 - latin */
@font-face {
	font-display: swap;
	font-family: 'SourceSans';
	font-style: normal;
	font-weight: 200;
	src: url('/_assets/css/fonts/source-sans-3-v9-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
	font-display: swap; 
	font-family: 'SourceSans';
	font-style: normal;
	font-weight: 300;
	src: url('/_assets/css/fonts/source-sans-3-v9-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
	font-display: swap; 
	font-family: 'SourceSans';
	font-style: normal;
	font-weight: 400;
	src: url('/_assets/css/fonts/source-sans-3-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
	font-display: swap; 
	font-family: 'SourceSans';
	font-style: normal;
	font-weight: 700;
	src: url('/_assets/css/fonts/source-sans-3-v9-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'SourceSans';
	font-style: normal;
	font-weight: 900;
	src: url('/_assets/css/fonts/source-sans-3-v9-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* +++ resets +++ */
* :focus, * :active { outline: 0 none; -moz-outline: 0 none; }
a:active, a:focus {outline: none;}

/* +++ Hintergründe +++ */
.weiss { background-color:#FFFFFF; }
.blau { background-color:#004B87; }
.hellblau, .bg_hellblau { background-color:#E0F2F9; }

.bg_hell_2000 {
	position:relative;
}
.bg_hell_2000::before {
	content:"";
	background:transparent url(/_assets/css/svg/bg-hellblau-2200px.svg) no-repeat left top;
	background-size:cover;
	position: absolute;
	top:50px;
	bottom:-985px;
	left:0;
	right:0;
	z-index: -1;
}

@media (max-width: 768px) {
	.bg_hell_2000::before {
		/*bottom:-500px;*/
		display:none;
	}
}

.bg_hell_4000 {
	position:relative;
}
.bg_hell_4000::before {
	content:"";
	background:transparent url(/_assets/css/svg/bg-hellblau-4000px.svg) no-repeat left top;
	background-size:cover;
	position: absolute;
	top:0;
	bottom:-4000px;
	left:0;
	right:0;
	z-index: -1;
}

/* vor footer */
/*0.1% background verschoben, wegen fix für linie die bei großer auflösung erscheint
Analog dazu border-top um die lücke zu schließen*/
.bg_moeve {
	width:100%;
	height:260px;
	background:#E0F2F9 url(/_assets/css/svg/bg-footer.svg) no-repeat top 0.1% right;
	background-size:cover;
	border-top: 3px solid #E0F2F9;
}

@media (max-width: 767px) {
	.bg_moeve {
		height:80px;
		border-top: 3px solid white;
		background-color: white;
	}
}


/* +++ basics +++ */
body {
	background-color: #fff;
	font-family: SourceSans,Calibri,Arial,sans-serif;
	font-size: 1.25rem;
	color:#333333;
	/*
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	*/
}
/*
section {
margin-top:30px;
}
*/
/* section visibility beim scrollen */
section {
	opacity: 0;
}
section:first-child {
	margin-top:0;
}
section:first-child,
section:nth-child(2) {
	opacity: 1;
}
section.visible {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
section:first-child,
section:nth-child(2) {
	margin-top:0;
	opacity: 1;
}
section img {
	max-width: 100%;
	height: auto;
}



p {
	margin: 0 0 10px;
}
strong {
	font-weight:bold;
}

h1 {
	font-size:52px;
	font-weight:200;
	margin-top: 2rem;
}
@media (max-width: 767px) {
	h1 {
		font-size:42px;
		margin-top: 1rem;
	}
}
h2 {
	font-size:30px;
	font-weight:300;
	margin-bottom:20px;
}
.sectionmainhead h2 {
	text-align:center;
}
h3 { 
	font-size:30px;
	color:#004B87;
}
h4 {
	color:#004A86;
	font-size:26px;
}
h5 {
	margin-top: 5%;
	font-size:24px;
	font-weight:bold;
}
h6 {
	font-size:20px;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#00AEC7;
	font-weight:700;
}
.breadcrumbs li a {
	font-weight: 400;
}
a:focus, a:hover, a:active {
	color:#004B87;
	text-decoration:none;
}
.maincontainer a {
	color: #004B87;
}
.breadcrumbs li a {
	color: #3c3c3c;
}
.cardgroup a {
	color: #3c3c3c;
}
.accoanker a {
	color: #3C3C3C;
}
.cardfulllink a {
	color: #3C3C3C;
}
.babylink a {
	color: #3c3c3c;
}
ul {
	margin:0; padding:0;
	padding-left:13px;
	margin-left:10px;
	margin-bottom:10px;
	list-style-image: url('/_assets/css/svg/bull.svg');

}
ol {
	margin:0; padding:0;
	padding-left:20px;
	margin-left:0;
	margin-bottom:10px;
}
.dlli {
	margin:0; padding:0;
	padding-left:13px;
	margin-left:10px;
	margin-bottom:10px;
	list-style-image: url('/_assets/css/svg/owl-arrow-right.svg');
}
/* +++ layout +++ */
header {
	background-color:#E0F2F9;
	position:fixed;
	z-index:799999;
	top:0;
	width:100%;
}
@media (max-width: 767px) {
	header {
		z-index:999999;
	}
}
.btmshadow { /* Schattten-div header */
	/*border-bottom:1px solid #ddd;*/
	-moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
}
main { margin-bottom:40px; }
/* maincontainer (in pagetypes) */
.maincontainer {
	padding-top:120px;
}

/* Zwiswchenüberschriften h3 */
.container.sectionheadline {
	margin-top: 30px;
	margin-bottom: -30px;
}
/* divtable */
.divtable {
	display: table;
	width: 100%;
	border-collapse:collapse;
}
.divtrow {
	display: table-row;
}
.divtheading {
	display: table-header-group;
}
.divtcell, .divthead {
	display: table-cell;
	padding: 0;
}
.divtbody {
	display: table-row-group;
}
.clear { clear:both; }

/* Bildelement */
.bilddiv {
	position: relative;
}
.bilddiv .legende {
	position: absolute;
	bottom:0;
	z-index:2;
	width:100%;
	color: #fff;
	padding: 15px;
	background: rgba(60,60,60, .8);
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ========== Abstände ================ */
.spacer-10-btm, .spacer-10-top {
	height:10px;
}
.spacer-20-btm, .spacer-20-top {
	height:20px;
}
.spacer-30-btm, .spacer-30-top {
	height:30px;
}
.spacer-40-btm, .spacer-40-top {
	height:40px;
}
.spacer-50-btm, .spacer-50-top {
	height:50px;
}
.spacer-60-btm, .spacer-60-top {
	height:60px;
}
.line-40-btm-blue {
	height:20px;
	border-top:1px solid #004B87;
}

/* ========== Ränder ================ */
.marginbtm {
	margin-bottom:30px;
}
.borderless {
	padding-left:0;
	padding-right:0;
}

/* ========================================================================================================================================= */
/* +++ Projekt Layout +++ */
/* ========================================================================================================================================= */
/* ========================== xs <768 ========================== */
@media (max-width: 767px) {
	.maincontainer {
		padding-top:60px;
	}
	.logo {
		padding:10px 10px 10px 0;
		height:60px;
	}
	.icnlogo {
		padding:10px 10px 10px 0;
		height:60px;
		display:none;
	}
	.icnnav {
		text-align:right;
	}
	.hamburger {
		padding:10px 0 10px 0;
		height:60px;
	}
}


/* ========================== lg >= 768 ========================== */
@media (min-width: 768px) {
	.headerrow {
		padding-top:30px;
		padding-top:30px;
	}
	.logowrap {
		height:70%;
		background:transparent url(/_assets/custom_icons/okli-logo.svg) no-repeat left center;
		/*background-size:auto 100%;*/
		background-size: auto;
		margin-top: 0.7rem;
	}
}



/* ========================== cycleslider ========================== */
.cycleslider {
	position:absolute;
	z-index:2;
	width:100%;
}
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width: 100%; min-width: 200px; margin: auto; padding: 0; }
.cycle-slideshow img { opacity: 1; filter:alpha(opacity=1); height:100% }

/* divs */
.cycle-slideshow > div { 
	position: absolute; top: 0; left: 0;
	width: 100%; padding: 0;
}
.cycle-slideshow > div { background: #fff }
.cycle-slideshow > div > img { display: block; }
.cycle-slideshow > div .cycle-overlay {
	position: absolute;
	top: 0;
	width: 100%;
}
.cycle-slideshow .cycle-img {
	background-repeat:no-repeat;
	background-position: left top;
	width:100%;
	background-size:cover;
}
.cycleslider, .cycle-slideshow, .cycle-slideshow .cycle-img {
	/*height:380px;*/
	height: 635px;
}

/* pager */
.cycle-pager { 
	text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span.cycle-pager-active { color: #46B714; }

.bullet-pager { text-align: center; position: relative; z-index: 500; margin-top: -55px; overflow: hidden; }
.bullet-pager span { font-size: 50px; width: 16px; padding:5px 10px; height: 16px; display: inline-block; color: #fff; }
.bullet-pager span.cycle-pager-active { color: #46B714;}
.bullet-pager > * { cursor: pointer;}


/* ========================== Btn Patientenportal Startseite ========================== */
.btnweihnachten {
	position:fixed;
	z-index:2;
	bottom:240px;
	right:0;
	background-color:#004B87;
	padding:15px 15px;
	border:2px solid #fff;
}
.btnweihnachten a {
	background:url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left center;
	padding-left:25px;
	font-weight:bold;
	background-size:10px 22px;
	color:#fff;
}
.btnweihnachten:hover {
	background-color:#00AEC7;
}

@media (max-width: 768px){
	.btnweihnachten {
		display: none;
	}
}


.btnportal {
	position:fixed;
	z-index:2;
	bottom:170px;
	right:0;
	background-color:#004B87;
	padding:15px 15px;
	border:2px solid #fff;
}
.btnportal a {
	background:url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left center;
	padding-left:25px;
	font-weight:bold;
	background-size:10px 22px;
	color:#fff;
}
.btnportal:hover {
	background-color:#00AEC7;
}

@media (max-width: 768px){
	.btnportal {
		display: none;
	}
}

.btninfonew {
	position:fixed;
	z-index:2;
	bottom:100px;
	right:0;
	background-color:#cf3641;
	padding:15px 15px;
	border:2px solid #fff;
}
.btninfonew a {
	background:url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left center;
	padding-left:25px;
	font-weight:bold;
	background-size:10px 22px;
	color:#fff;
}
.btninfonew:hover {
	background-color:#ea7981;
}

@media (max-width: 768px){
	.btninfonew {
		position: fixed;
		top: 50px;
		max-height: 55px;
		bottom:0px;
	}
}

/* ========================== depplinks startslider ========================== */
.deeplinks {
	position: absolute;
	z-index: 699999;
	top: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.chover, .cdefault {
	width: 100%;
	height: 100%;
	text-align: center;
	background: radial-gradient(
		ellipse at center,
		rgba(0, 174, 199, 0.9) 0%,
		rgba(0, 174, 199, 0.9) 70%,
		rgba(0, 174, 199, 0) 70.3%
	);
	position: relative;
	margin: 0;
	color: white;
}
.chover p, .cdefault p {
	height: 100%;
	padding: 0;
	text-align: center;
}
.chover::before,
.cdefault::before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	shape-outside: polygon(0 0,98% 0,50% 6%,23.4% 17.3%,6% 32.6%,0 50%,6% 65.6%,23.4% 82.7%,50% 94%,98% 100%,0 100%);
	shape-margin: 7%;
}
.chover p::before,
.cdefault p::before {
	content: "";
	width: 50%;
	height: 100%;
	float: right;
	shape-outside: polygon(2% 0%,100% 0%,100% 100%,2% 100%,50% 94%,76.6% 82.7%,94% 65.6%,100% 50%,94% 32.6%,76.6% 17.3%,50% 6%);
	shape-margin: 7%;
}
.cicon, .ctitle, .ctext, .cmorelink {
	display:block;
}
.cicon {
	height:20%;
}
.ctitle {
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-top: 12%;
}
.ctext {
	font-size:1.2rem;
	line-height:1.3rem;
	padding-top:25%;
}
.cmorelink {
	position: absolute;
	bottom: 15%;
	width:100%;
	text-align:center;
}
.cicon img {
	height:60px;
}
.cmorelink a {
	font-size:1.2rem;
	color:#004B87;
	background:transparent url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat left center;
	padding-left:18px;
	background-size:13px 13px;
	font-weight: 400;
}
.cmorelink a:hover {
	color:#004B87;
	background:transparent url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat left center;
	padding-left:18px;
	background-size:13px 13px;
	text-decoration: underline;
}
.circle-wrapper {
	width: 210px;
	height: 210px;
	cursor:pointer;
}
@media (max-width: 767px) {
	.circle-wrapper {
		/*		margin-right: -20%; */
	}
}
.ccol {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.img-mobile {
	position:relative;
	width:100%;
	height:100%;
}
.welle {
	position:absolute;
	z-index:59999;
	bottom:0;
	width:100%;
	height:100%;
	background: transparent url(/_assets/css/svg/welle-header.svg) no-repeat center bottom;
}
.deeplinkslider {
	min-height:300px;
	width:100%;
}

/* responsive sizes */
@media (min-width: 768px) {
	.deeplinks {
		/*top: 150px;*/
		top: 380px;
	}
	.ctext {
		font-size:1rem;
		line-height:1rem;
	}
	.cmorelink a {
		font-size:1.4rem;
	}
}
@media (min-width: 992px) {
	.circle-wrapper {
		width: 290px;
		height: 290px;
	}
	.cicon {
		height:30%;
	}
	.cicon img {
		height:80px;
	}
	.ctitle {
		font-size:1.9rem;
		line-height:2.5rem;
		margin-top: 1rem;
	}
	@media (max-width: 1200px){
		.ctitle {
			font-size:1.5rem;
			line-height:2rem;
			margin-top: 1rem;
		}
	}
	.ctext {
		font-size:1.3rem;
		line-height:1.6rem;
		height:70%;
	}

}
@media (min-width: 1200px) {
	.circle-wrapper {
		width: 330px;
		height: 330px;
	}
}
@media (max-width: 992px) {
	.cmorelink a {
		font-size: 1rem;
	}
}
.cicon_1 img {
	height:90px;
}
.cicon_2 img {
	height:77px;
}
.cicon_3 img {
	height:100px;
}
@media (max-width: 768px) {
	.cicon_1 img {
		height:65px;
	}
	.cicon_2 img {
		height:57px;
	}
	.cicon_3 img {
		height:70px;
	}
}

@media (max-width: 992px) {
	.cicon_1 img {
		height:65px;
	}
	.cicon_2 img {
		height:57px;
	}
	.cicon_3 img {
		height:70px;
	}
}
/* Hover */
.chover {
	display:none; /* js */
}

/* ========================== Deeplinkheader ========================== */
.headerimgwrap {
	width:100%;
	height:460px;
}
@media (max-width: 768px) {
	.headerimgwrap {
		height:400px;
	}
}
@media (max-width: 992px) {
	.headerimgwrap {
		height:375px;
	}
}
.bannerimgwrap { /* nur banner ohne deeplink */
	width:100%;
	height:325px;
}

@media (min-width: 1024px) {

	.bannerimgwrap {
		height: 475px;
	}
}

@media (min-width: 1440px) {

	.bannerimgwrap {
		height: 575px;
	}
}
.headerimgwrap .img-desk,
.bannerimgwrap .img-desk {
	position: relative;
	width:100%;
	height:100%;
	background-size:cover !important;
}
.headerimgwrap .img-mobile,
.bannerimgwrap .img-mobile {
	background-size:cover !important;
}
.headerimgwrap .welle,
.bannerimgwrap .welle {
	position:absolute;
	z-index:59999;
	bottom:-2px;
	width:100%;
	height:100%;
	background: transparent url(/_assets/css/svg/welle-header.svg) no-repeat center bottom -1%;
}
.headerimgwrap .mobwelle,
.bannerimgwrap .mobwelle {
	position:absolute;
	z-index:5;
	bottom:-2px;
	width:100%;
	height:100%;
	background: transparent url(/_assets/css/svg/welle-mobile.svg) no-repeat center bottom -1%;
}

.headerimgwrap .ctitle {
	font-size:1.3rem;
	line-height:1.5rem;
	font-weight:normal;
	padding-top:30%;
}
.headerimgwrap .deeplinks {
	top:220px;
}
.headerimgwrap .cmorearrow a {
	display:block;
	width:40px;
	height:30px;
	width:100%;
	background:transparent url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat center center;
	text-align:center;
}
/* responsive sizes */
/*@media (max-width: 768px) {
.headerimgwrap .ctitle {
font-size:1rem;
line-height:1.5rem;
}
}*/

@media (min-width: 768px) {
	.headerimgwrap .deeplinks {
		top:275px;
	}
	.headerimgwrap .ctitle {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 992px) {
	.headerimgwrap .ctitle {
		font-size:1.5rem;
		line-height:1.8rem;
	}
}
@media (min-width: 1200px) {
	.headerimgwrap .ctitle {
		font-size:1.8rem;
		line-height:2rem;
	}
}
.mobilefooter {
	width:100%;
	background-color:#fff;
	position:fixed;
	bottom:0;
	z-index:3;
	padding:10px;
	box-shadow: 10px -10px 40px rgba(0, 0, 0, 0.3);
}
.mobilefooter .fbtn {
	background-color:#004B87;
	border:2px solid #fff;
	color:#fff;
	padding-left:4px;
	padding-right:4px;
}
.mobilefooter .icnbtn {
	text-align:center;
	padding:10px 2px;
	font-size:1rem;
}
.mobilefooter .icnbtn img {
	height:30px;
	margin-bottom:8px;
}
.mobilefooter a  {
	font-weight: 400;
}
@media (min-width: 500px) {
	.mobilefooter .icnbtn {
		font-size:1rem;
	}
	.mobilefooter .fbtn {
		padding-left:15px;
		padding-right:15px;
	}
}
@media (max-width: 767px) {
	footer {
		padding-bottom:100px;
	}
	.desktopfooter {
		/*	display:none; */
	}
}
footer .desktopfooter {
	background-color:#004B87;
	color:#fff;
	font-size:1rem;
	padding:30px 0;
}
footer .footerlogo {
	width:100%;
}
@media (max-width: 767px) {
	footer .footerlogo {
		width: 70%;
		height: auto;
	}
}
footer .claim {
	margin-top:20px;
}
footer .fboxes {
	margin-top:20px;
}

footer .xs-sociallinks {
	margin-top:20px;
}
footer a {
	color:#fff;
}
footer a:hover,
footer a.active {
	color:#00AEC7;
}
.fcolheadline {
	font-size:1.3rem;
	margin-bottom:5px;
}
footer .genderhinweis {
	font-size:0.9rem;
}

/* Social icons */
.sociallinks a,
.xs-sociallinks a {
	display:inline-block;
	/*margin-right:15px;*/
}
.bt-ig {
	background: url("/_assets/css/svg/icn_insta-w.svg") no-repeat center center;
	background-size: 30px auto;
	display:block;
	height: 30px;
	width: 30px;
	margin-right:5px;
}
.bt-fb {
	background: url("/_assets/css/svg/icn_facebook-w.svg") no-repeat center center;
	background-size: 30px auto;
	display: block;
	height: 30px;
	width: 30px;
	display: none !important;
}
.bt-yt {
	background: url("/_assets/css/svg/icn_video.svg") no-repeat center center;
	background-size: 30px auto;
	display: block;
	height: 30px;
	width: 30px;
}
.bt-ig:hover {
	background: url("/_assets/css/svg/icn_insta-bl.svg") no-repeat center center;
	background-size: 30px auto;
}
.bt-fb:hover {
	background: url("/_assets/css/svg/icn_facebook-bl.svg") no-repeat center center;
	background-size: 30px auto;
}
.bt-yt:hover {
	background: url("/_assets/css/svg/icn_video-bl.svg") no-repeat center center;
	background-size: 30px auto;
}


@media (max-width: 768px) {
	/* Suchlupe */
	.searchglass a {
		width:32px;
		height:32px;
		background:url(/_assets/css/svg/lupe.svg) no-repeat right bottom 0;
		background-size:32px 32px;
	}
	.searchglass a:hover {
		width:32px;
		height:32px;
		background:url(/_assets/css/svg/lupe-bl.svg) no-repeat right bottom 0;
		background-size:32px 32px;
	}

}




/* Suche */

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	background-color: rgba(0,0,0,0.45);
	overflow-y: auto;
	display: none;
}
.reveal {
	width: 70%;
	max-width: 500px;
	color:#004B87;
	z-index: 1006;
	display: none;
	padding: 20px;
	background-color: #fff;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}
.revealwrap {
	position: relative;
}
.reveal .close-button {
	width:15px;
	height:15px;
	position:absolute;
	background:url(/_assets/css/svg/x.svg ) no-repeat right bottom 0;
	background-size:15px 15px;
	top:0;
	right:0;
	z-index:1;
	cursor:pointer;
}
.input-group {
	margin-top:20px;
}
.reveal input {
	border:1px solid #004B87;
	height:40px;
	border-radius: 0;
	margin-right:15px;
}
.reveal .bcs-submit {
	width:40px;
	height:40px;
	border:none;
	border-radius: 0;
	background:#fff url(/_assets/css/svg/search-icon.svg) no-repeat center center;
	background-size:40px 40px;
}
.reveal .bcs-submit:focus {
	background-color:#fff;
}
/* Suchfeld offcanvas mobile */
.mobreveal {
	padding-left:40px;
	margin-top:20px;
	margin-right:20px;
}
.mobreveal input {
	border:none;
	height:40px;
	border-radius: 0;
	/*margin-right:15px;*/
}
.mobreveal .bcs-submit {
	width:40px;
	height:40px;
	border:none;
	border-radius: 0;
	background:#fff url(/_assets/css/svg/search-icon.svg) no-repeat center center;
	background-size:30px 30px;
	z-index: -1;
}
.mobreveal .bcs-submit:focus {
	background-color:#fff;
}
.mobreveal .bcs-submit:focus {
	background-color:#fff;
}

/* Suchergebnisse */
.bcs-suchergebnis .bcs-searchbox-submit {
	background: url(/_assets/css/svg/search-icon.svg) no-repeat;
	background-color: #004B87;
	background-size: 25px 25px;
	background-position: center;
	width: 41px;
	height: 41px;
	border-width: 0;
	margin: 0;
	cursor: pointer;
	color: transparent;
}
.bcs-suchergebnis .bcs-searchbox {
	font: 20px/normal Calibri,Carlito,Arial,Helvetica,Sans-Serif !important;
}
.bcs-suchergebnis .bcs-container-searchbox {
	border-color: #004B87 !important;
	font: 20px/normal Arial,Helvetica,Sans-Serif !important;
	height: 42px !important;
}
.bcs-suchergebnis .bcs-query-rewrite, .bcs-result {
	margin: 0;
	padding: 12px 20px;
	list-style: none;
}
.bcs-suchergebnis .bcs-result.bcs-result-web, .bcs-suchergebnis .bcs-results {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.bcs-query-rewrite a, .bcs-result a {
	text-decoration: none;
	color: #004B87 !important;
}
.bcs-suchergebnis .bcs-query-rewrite a:visited, .bcs-result a:visited {
	color: #004B87 !important;
}
.bcs-suchergebnis .bcs-result.bcs-result-web cite, .bcs-suchergebnis .bcs-results cite {
	color: #000;
	font-size: 16px !important;
	line-height: 1.4em;
}

/* ========================== md >= 768 ========================== */
@media (min-width: 768px) {

}

/* ========================== lg >= 992 ========================== */
@media (min-width: 992px) {

}

/* ========================== xl >= 1200 ========================== */
@media (min-width: 1200px) {

}

/* ========================== xxl >= 1920 ========================== */

@media (min-width: 1920px) {
	.cycleslider, .cycle-slideshow, .cycle-slideshow .cycle-img {
		height: 785px;
	}

	.deeplinks {
		top: 530px;
	}
	.headerimgwrap, .bannerimgwrap {
		height: 785px;
	}
	.headerimgwrap .deeplinks {
		top: 600px;
	}

}



/* ========================================================================================================================================= */
/* +++ Elemente +++ */
/* ========================================================================================================================================= */
/* ========== Text, Deeplink, Bild ================ */
.deeplinktxtwrap {
	height:100%;
	flex-direction:column;
	justify-content: space-between;
}
.deeplinktxtwrap h2 {
	font-weight:300;
}
@media (max-width: 767px) {
	.deeplinktxtrow .marginbtm {
		margin-bottom: 0;
	}
	.deeplinktxtrow h2 {
		margin-top: 30px;
	}
}

.deepl_img {
	width:100%;
	min-height:320px;
	background-position: center;
	background-size: cover;
	background-size: auto 110%;
	background-repeat: no-repeat;
	transition: all 250ms ease-in-out;
}
.deepl_img:hover {
	background-size: auto 120%;
}
.deeplbtn {
	margin-top:20px;
}
.deeplarrow,
.videoarrow {
	position:absolute;
	z-index:2;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto 70%;
	width:70px;
	height:70px;
	background:transparent url(/_assets/css/svg/mobile-btn-deeplinks.svg) no-repeat center center;
	background-size:cover;
}
.deeplarrow:hover,
.videoarrow:hover {
	background:transparent url(/_assets/css/svg/mobile-btn-deeplinks-hover.svg) no-repeat center center;
	background-size:cover;
}
.videoarrow {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity:0.9;
}

.deeplbtn a {
	display:block;
	height:50px;
	font-weight: 700;
	line-height:50px;
	color:#22ABC6;
	background:transparent url(/_assets/css/svg/mobile-btn-deeplinks.svg) no-repeat left center;
	background-size:50px 50px;
	padding-left:70px;
	transition: 250ms;
}
.deeplbtn a:hover {
	color:#004B87;
	background:transparent url(/_assets/css/svg/mobile-btn-deeplinks-hover.svg) no-repeat left center;
	background-size:50px 50px;
}
@media (min-width: 992px) {
	.deeplbtn a {
		line-height:50px;
	}
}
@media (min-width: 768px) {
	.deeplinktxtwrap {
		padding-top:30px;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
		padding-bottom:30px;
	}
	.deepl_imgwrap {
		padding-bottom:0;
		border-bottom:none;
	}
}

/* ========== Deeplinks ================ */
.deeplink {
	padding:10px 0;
	border-bottom:1px solid #333;
}
.deeplinklinetop {
	height:1px;
	border-top:1px solid #333;
}
.deeplink a {
	display:block;
	min-height:45px;
	line-height: 45px;
	color:#22ABC6;
	background:transparent url(/_assets/css/svg/mobile-btn-deeplinks.svg) no-repeat right center;
	background-size:40px 40px;
	padding-right:70px;
	font-weight: 400;
	font-size: 1.6rem;
}
.deeplink a:hover {
	color:#004B87;
	background:transparent url(/_assets/css/svg/mobile-btn-deeplinks-hover.svg) no-repeat right center;
	background-size:40px 40px;
}

/* ========== Deeplink Karten ================ */
/* H4 mit 2 Deeplink Boxen */
.h4box {
	height:100%;
}
.deeplinkcard {
	background-color:#004B87;
	color:#fff;
	padding:20px;
	height:100%;
	flex-direction: column;
	justify-content: space-between;
	cursor:pointer;
	transition: 450ms;
}
.cardhead {
	flex-direction:row;
	margin-bottom:30px;
}
.bigcardhead {
	flex-direction:row;
	justify-content: space-between;
}
@media (max-width: 575px) {
	.cardhead {
		margin-bottom:0;
	}
	.bigcardhead {
		margin-bottom:30px;
	}
}
.cardh5 {
	margin-right:10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 50px;
}
.bigcardh5 {
	margin-right:10px;
}
.cardicon {
	width:60px;
	height:60px;
	margin-left:10px;
	transition:250ms;
}
.bigcardicon { /* große Karte */
	padding:0 30px;
}
.bigcardicon img { 
	height:100px;
}
.icndown {
	background:url(/_assets/css/svg/downloads.svg) no-repeat center center;
	background-size:100% 50px;
}
.icnfaq {
	background:url(/_assets/css/svg/faq.svg) no-repeat center center;
	background-size:100% 50px;
}
.icnwhy {
	background:url(/_assets/css/svg/moewe.svg) no-repeat center center;
	background-size:100% 50px;
}
.deeplinkcard:hover > .cardhead .icndown {
	background:url(/_assets/css/svg/downloads-hover.svg) no-repeat center center;
	background-size:100% 50px;
}
.deeplinkcard:hover > .cardhead .icnfaq {
	background:url(/_assets/css/svg/faq-hover.svg) no-repeat center center;
	background-size:100% 50px;
}
.deeplinkcard:hover > .cardhead .icnwhy {
	background:url(/_assets/css/svg/moewe-hover.svg) no-repeat center center;
	background-size:100% 50px;
}
.cardtxt {
	margin-bottom:30px;
}
.cardlink {}
.cardlink a {
	background:url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left center;
	padding-left:25px;
	font-weight:bold;
	background-size:10px 22px;
	color:#fff;
}


.deeplinkcard:hover > .cardlink {
	margin-left:-30px;
}
.deeplinkcard:hover > .cardlink a {
	background: #00AEC7 url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left 30px center;
	background-size:10px 22px;
	color:#fff;
	padding:10px 25px;
	padding-left:55px;
}

.multicontactlink a {
	background:url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left center;
	padding-left:25px;
	font-weight:bold;
	background-size:10px 22px;
	color:#fff;
}

.multicontactlink a:hover {
	background: #00AEC7 url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left 30px center;
	background-size:10px 22px;
	color:#fff;
	padding:10px 25px;
	padding-left:55px;
	margin-left: -30px;
}





/* ========== 2 Bildboxes mit Text ================ */
/*
.kh_bb2 {}
.bb2_img {}
*/
.bb2_txt {
	position:absolute;
	bottom:15px;
	left:30px;
	background-color:#fff;
	padding:15px;
}
.bb2_txt a {
	font-weight:bold;
	color: #3c3c3c;
}
.bb2_txt a:hover {
	color:#004B87;
}
.bb2_link {
	margin-top:20px;
}
.bb2_link a {
	background:url(/_assets/css/svg/linkrightarrow.svg) no-repeat right bottom 1px;
	padding-right:30px;
	background-size:7px 16px;
	font-weight:normal;
}
.bb2_link a:hover {
	background:url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat right bottom 1px;
	padding-right:30px;
	background-size:7px 16px;
	font-weight:normal;
}

/* ========== Aktuell-Veranstaltungenbox ================ */
.aktuellbox {

}
.aktuellimgbox .aktuellimg {
	width: 120%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
.aktuellbox .latestnews {
	height:100%;
	background-color:#B2E7EE;
	padding: 5% 10% 5% 20%;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.aktuellbox .latestnews .cat {}
.aktuellbox .latestnews .text {}
.latestnews a:hover {
	text-decoration: underline;

}
.aktuellbox .latestnews .link a {
	background:url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat left center;
	padding-left:25px;
	background-size:10px 22px;
	color:#004A86;
}
.aktuellbox .latestnews .link a:hover {
	background:url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat left center;
	padding-left:25px;
	background-size:10px 22px;
	color:#004B87;
}

@media (max-width: 767px) {
	.aktuellbox .latestnews {
		padding: 15px;
	}
	.aktuellbox .latestnews .link {
		margin-top:20px;
	}
}



/* Team */
.teamwrap {
	background-color:#B2E7EE;
	height:100%;
	color:#004B87;
}
.teamwrap .teamimg {
	width:100%;
	height:280px;
}
.teamwrap .teamdetails {
	padding:0 15px 20px 15px;
	display: flex;
	flex-direction: column;
	padding-left: 30px;
	padding-right: 30px;
}
@media (max-width: 767px) {
	.teamwrap .teamimg {
		height:360px;
	}
	.teamwrap .teamdetails {
		min-height:240px;
	}
}

@media (min-width: 768px) {
	.teamwrap .teamdetails {
		font-size:0.9rem;
	}
}
@media (min-width: 992px) {
	.teamwrap .teamdetails {
		font-size:1rem;
	}
}
.teamwrap .teampos {
	font-weight:bold;
}
.teamwrap .teamname {
	font-weight:bold;
}
.teamwrap .teamqual {
	margin-bottom: 3.5rem;
}
.teamwrap .teamcontact {
	margin-top: -25px;
	/*margin-bottom: 50px;*/
}
.teamwrap .teamcontact a {
	color:#004B87;
	font-weight:bold;
}

.teamwrap .teamcontact a:hover {
	text-decoration: underline;
}
.morelinkwrapper {
	display:block;
	position:absolute;
	bottom:0;
	margin-bottom: 2rem;
}
.showteamdetails {
	background:url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat left center;
	padding-left:25px;
	background-size:10px 22px;
	color:#004A86;
	font-weight:bold;
	cursor:pointer;
}
.showteamdetails:hover {
	text-decoration:underline;
}

/* teamdetails overlay */
.teamoverlay {
	position:fixed;
	z-index:899999;
	background-color:#fff;
	padding:30px;
	display:none;
}
.teamoverlaybg {
	position:fixed;
	z-index:899998;
	top:0;
	left:0;
	background-color:rgba(0,75,135,0.6);
	display:none;
}
#overlayhtml {
	overflow:hidden;
}
.closeoverlay img {
	width:30px;
	height:30px;
}
/*.teamwrap .teamtext {}*/

/* -- Anker-Kontakt -- */
/*.contactrow {} row */
.contactwrap {
	padding:20px 15px 15px 15px;
	background-color:#F2F1EF;
}
.contactwrap a{
	font-weight: 600;
	color: #3c3c3c;
}

.contact_bg {
	position:absolute;
	height:100%;
	display:none;
}
.contactlink {
	margin-top:40px;
	margin-bottom:40px;
	width:100%;
}
.contactlink a {
	background: url(/_assets/css/svg/linkrightarrow.svg) no-repeat right 15px center;
	padding-right: 30px;
	background-size: 7px 16px;
	background-color:#fff;
	padding:10px 50px 10px 15px;
}
.contactlink a:hover {
	background: url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat right 15px center;
	padding-right: 30px;
	background-size: 7px 16px;
	padding:10px 50px 10px 15px;
	background-color:#004B87;
	color:#fff;
}
/*.contactimg {}*/

/* ========== Bilder ================ */
/* -- 2 Bilder 6/6 -- */
.dualimgcanvas {
	width:100%;
	min-height:340px;
}
@media (max-width: 991px) {
	.dualimgcanvas {
		width:100%;
		min-height:260px;
	}
}
/* ========== Babygalerie ================ */
/* -- Zur Babygalerie -- */
.babyimg {
	height:100%;
}
.babywrap {
	height:100%;
	padding:50px 15px;
}
@media (max-width: 991px) {
	.babyimg {
		min-height:240px;
	}
	.babywrap {
		padding:20px 15px;
	}
}
/* .babytxt {} */
.babylink {
	margin-top:40px;
	width:100%;
}
.babylink a {
	background: url(/_assets/css/svg/linkrightarrow.svg) no-repeat right 15px center;
	padding-right: 30px;
	background-size: 7px 16px;
	background-color:#fff;
	padding:10px 50px 10px 15px;
}
.babylink a:hover {
	background: url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat right 15px center;
	padding-right: 30px;
	background-size: 7px 16px;
	padding:10px 50px 10px 15px;
	background-color:#004B87;
	color:#fff;
}

/* -- babygalerie -- */
.babybilddiv {
	position: relative;
}
.babybilddiv .babylegende {
	background:#F2F1EF;
	/* overlay
	position: absolute;
	bottom:0;
	z-index:2;
	width:100%;
	color: #fff;
	padding: 15px;
	background: rgba(60,60,60, .8);
	*/
	padding:10px;
}
.babybilddiv .babyname {
	font-size:18px;
	text-align:center;
	padding:5px;
}
.babybilddiv .babydata {
	font-size:14px;
	text-align:center;
	padding:5px;
}



/* ========== Aktuelles ================ */
/* Dropdowns */
.dropdwn {
	position: relative;
	display: inline-block;
	min-width:200px;
	margin-right:15px;
}
.dropbtn {
	border:1px solid #004B87;
	background-color:#fff;
	background:url(/_assets/css/svg/dd_arrowdown.svg) no-repeat right 8px bottom 13px;
	padding-right:30px;
	background-size:16px 16px;
	width:100%;
	padding: 10px;
	text-align:left;
	cursor: pointer;
}
.dropbtn.active {
	background:url(/_assets/css/svg/dd_arrowup-bl.svg) no-repeat right 8px bottom 13px;
	padding-right:30px;
	background-size:16px 16px;
	border-bottom:none;
}
.dropbtn:hover, .dropbtn:focus {
	background:url(/_assets/css/svg/dd_arrowdown-bl.svg) no-repeat right 8px bottom 13px;
	padding-right:30px;
	background-size:16px 16px;
	color:#004B87;
}
.dropdwn-content {
	display: none;
	position: absolute;
	border-left:1px solid #004B87;
	border-right:1px solid #004B87;
	border-bottom:1px solid #004B87;
	background-color:#fff;
	width:100%;
	overflow: auto;
	z-index: 1;
}
.dropdwn-content a {
	color: black;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
}
.dropdwn a:hover { color:#004B87; }

/* Ausgabe Aktuelles und Veranstaltungen */
.newsevents {
	margin-top:40px;
}
.art_date {
	margin-bottom:20px;
}
.art {
	padding-right: 5px;
	border-right: 1px solid #333333;
}
.date {
	padding-left: 10px;
}
/*.date {}*/
/*.newsimgcanvas {}*/
.headline {
	margin-bottom:10px;
}
.kurztext {
	margin-bottom:20px;
}
.langtext {
	margin-bottom:20px;
}
.detaillink {
	max-width:80px;
}
.detaillink a {
	background:url(/_assets/css/svg/linkrightarrow.svg) no-repeat right bottom 1px;
	padding-right:30px;
	background-size:7px 16px;
}
.detaillink a:hover {
	background:url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat right bottom 1px;
	padding-right:30px;
	background-size:7px 16px;
	color:#004B87;
}
.backlink {
	margin-bottom:35px;
	margin-top:35px;
	cursor:pointer;
	color:#004B87;
}
.backlink a {
	background:url(/_assets/css/svg/linkleftarrow-bl.svg) no-repeat left bottom 3px;
	padding-left:20px;
	background-size:7px 16px;
	color:#004B87;
}
.backlink a:hover {
	background:url(/_assets/css/svg/linkleftarrow.svg) no-repeat left bottom 3px;
	padding-left:20px;
	background-size:7px 16px;
	color:#333333;
}

/* pagination */
.pages {
	padding:10px 0;
}
.pages a {
	padding:10px;
}
.pages a:hover,
.pages .current {
	color:#004B87;
}
.pages .pfirst {
	background:url(/_assets/css/svg/linkleftarrow.svg) no-repeat center left 3px;
	background-size:7px 16px;
}
.pages .pfirst:hover {
	background:url(/_assets/css/svg/linkleftarrow-bl.svg) no-repeat center left 3px;
	background-size:7px 16px;
}
.pages .plast {
	background:url(/_assets/css/svg/linkrightarrow.svg) no-repeat center right 3px;
	background-size:7px 16px;
}
.pages .plast:hover {
	background:url(/_assets/css/svg/linkrightarrow-bl.svg) no-repeat center right 3px;
	background-size:7px 16px;
}

/* ========== Owl carousel ================ */
/* Zertifikateslider */
.logoslider .slide {
	display:inline-block;
	height:100%;
}
.logoslider .slide a > img {

	width:100%;
}
.slider-prev,
.slider-next {
	width:100%;
	height:100%;
	cursor:pointer;
}
.slider-prev img,
.slider-next img {
	width:30px;
	height:30px;
}
.slider-prev {
	background:url(/_assets/css/svg/owl-arrow-right.svg) no-repeat left center;
	background-size:30px 30px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
.slider-next {
	background:url(/_assets/css/svg/owl-arrow-right.svg) no-repeat left center;
	background-size:30px 30px;
}

@media ( min-width: 768px ) { /* < 1200, md */
	.logoslider .owl-dots {
		display:none !important;
	}
}


/* Bilderslider */
.bilderslider .slide {
	display:inline-block;
	height:100%;
	padding-left:10px;
	padding-right:10px;
}
.bilderslider .slide a > img {
	width:100%;
}
.bilderslider .slide .zitat {
	color:#004B87;
	font-size: 1.5rem;
	line-height: 2rem;
	font-style: italic;
	font-weight:  400;
}
.bilderslider .slide .quelle {
	color:#004B87;
	font-size:0.9rem;
	margin-top:5px;
	font-style: italic;
}
.bilderslider .slide.oben {
	/* padding-bottom:180px;*/
}
.bilderslider .slide.mitte {
	/* padding-top:60px;
	padding-bottom:120px; */
}
.bilderslider .slide.unten {
	/* padding-top:180px; */
}

@media ( min-width: 768px ) { /* < 1200, md */
	.bilderslider .owl-dots {
		display:none !important;
	}
}

/* ========== Zertifikatreihe statisch ================ */

.zertifikate {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	pointer-events: none;
}

/* ========== Buttons ================ */
.oklibtn a {
	display: block;
	/* height: 50px; */
	line-height: 1.5;
	color: #22ABC6;
	padding-left: 70px;
	margin-bottom: 2rem;
	padding-top: 2%;
	min-height: 50px;
}
.oklibtn a:empty {
	display:none;
}
.oklibtn a:hover {
	color:#004B87;
	/* background in tmpl */
}


/* ========== Accordion ================ */
.accordion {
	margin: 0 0;
	border-bottom:1px solid #333333;
}
.accohead { /* Kopfbereich */
	color: #22ABC6;
	cursor:pointer;
	display:block;
	background:url(/_assets/css/svg/acco-hover.svg) no-repeat right center;
	background-size: 40px 40px;
	border-top:1px solid #333333;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:400;
	min-height:45px;
	padding: 15px 40px 12px 0px;
	display: table;
	width: 100%;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.accohead:hover { /* Kopfbereich */
	background:url(/_assets/css/svg/acco-plus.svg) no-repeat right center;
	background-size: 40px 40px;
	color:#004B87;
}
.accoheadactive,
.accoheadactive:hover {
	color:#004A86;
	background:url(/_assets/css/svg/acco-minus.svg) no-repeat right center;
	background-size: 40px 40px;
}
.accobody li {
	margin-left:5px;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.accohead {
		font-size: 1em;
		font-weight: 400;
	}
}

.accobody {
	padding:20px 10px;
}
.accobody img {
	display: block;
	max-width:100%;
	height:auto;
}
.accosecdivider {
	height:20px;
}
.dlli li {
	margin-bottom: 1rem;
}


/* -- Accordion contents -- */
/* s. Basics  
.accordion .accotxt {}
.accordion .accoleft {}
.accordion .accoright {}
*/

/* ========== Accordion Stellenangebote ================ */
.accobluebox {
	color:#fff;
	background-color:#004B87;
	padding:20px;
	margin-top:15px;
	margin-left: -10px;
	margin-right: -10px;
}
.accobluebox p {
	margin-bottom:0;
}
.accobluebox .linkwrap {
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content:flex-end;
	align-items:flex-end;
}
.accobluebox .bewerben {
	margin-top: 20px;
}
.accobluebox .bewerben a {
	color:#fff;
	background: url(/_assets/css/svg/linkrightarrow-w.svg) no-repeat left center;
	padding-left: 25px;
	background-size: 10px 22px;
}
/* Stellendetails */
.jobdetails {}
.jobdetails .date {
	font-size:1rem;
	margin-bottom:20px;
	padding-left:0;
}
.jobdetails .headline {
	font-weight:bold;
	margin-bottom:20px;
}
.jobdetails .jobdesc {
	margin-bottom:20px;
}

/* ========== Scrollicon ================ */
/* ========== Scrollicon ================ */
.scrollicon {
	position: fixed;
	display:none;
	bottom: 30px;
	right: 10px;
	padding: 10px 5px;
	width:40px;
	height:80px;
	background:url(/_assets/css/svg/o-arrow-up.svg) no-repeat center center;
	background-size: 70px 70px;
	cursor:pointer;
	z-index: 3;
}
.scrollicon:hover {
	background:url(/_assets/css/svg/o-arrow-up.svg) no-repeat center center;
	background-size: 70px 70px;
}

/* ========================================================================================================================================= */
/* +++ Responsive +++ */
/* ========================================================================================================================================= */
@media (max-width: 575px){
	.cardh5 {
		margin-bottom: 0px;
	}
}

@media ( max-width: 1199px ) { /* < 1200, md */

}





@media ( max-width: 991px ) { /* < 992, sm */
	/* end Bootstrap patch */
	.marginbtm {
		margin-bottom: 30px;
	}
	.accordion .accolink {
		position: relative;
	}
}


/* Display mobile only
**************************************************************** **/
@media (min-width: 768px) {
	.hide-desktop { display:none !important; }
}
@media (max-width: 767px) { /* 575px */
	.hide-xs { display:none !important; }
}
@media (max-width: 575px) { /* 575px */
	.hide-xxs { display:none !important; }
}
/* Display on desktop only
**************************************************************** **/







