
/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

* {
	margin: 0;
	padding:0;
	border: 0;
}

:root {font-size:16px}

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


html, body 
{
	background-color:#FFFFFF;
	margin:0px auto;
	text-align: center;
	color:#3C3C3B;
}

html 
{
	height: 100%;
	padding-bottom:1px;
	scroll-behavior: smooth;
}


body 
{
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size:1.1rem;
	font-weight: 400;
	line-height:1.5;
	color: #3C3C3B;
}

body.modal-open 
{
	overflow-y: auto;
	padding-right: 0 !important;
}

.modal-content * , .card * 
{
	min-height: .01px;
}


/* ----------------------------------------------------------------
	accessibility
-----------------------------------------------------------------*/

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



/* ----------------------------------------------------------------
	Main layout
-----------------------------------------------------------------*/

#main
{
	margin-top:230px;
	padding-bottom:3.0rem;
}

body.layout-pagets__start #main
{
	padding-bottom:0;
}


@media (max-width: 1199.98px) {

	#main
	{
		margin-top:150px;
	}

}

@media (min-width: 992px) {

	#col-content
	{
		padding-left:0;
	}

	#col-right
	{
		padding-right:0;
	}

}


.row
{
	position: relative;
}

.row.row-eq-height > .mr-auto.justify-content-start > .frame.frame-default,
.row-eq-height > div > div.frame.frame-type-container_contentbox
{
	height:100%;
}



/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header 
{
	position: relative;
	width: 100%;
	height: 230px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #F5F5F5;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}
#header.isfixed 
{
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 0px solid #F5F5F5;
}
#header.isfixed.scrolled
{
	height: 170px;
	border-bottom: 0px solid #EBF1F4;
}
#header.isfixed.scrolled.skipfocus
{
	height: 210px;
}

#header > .container
{
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

@media (max-width: 1199.98px) {

	#header, 
	#header.isfixed, 
	#header.isfixed.scrolled
	{
		height: 150px;
	}
	#header.isfixed.scrolled.skipfocus
	{
		height: 150px;
	}

}

@media (max-width: 575.98px) {

	#header > .container
	{
		padding-left: 0px;
		padding-right:0px;
	}

	#header.isfixed.skipfocus,
	#header.isfixed.scrolled.skipfocus
	{
		height: 180px;
	}

}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo
{
	position:absolute;
	top:35px;
	left: 0px;
	z-index: 1600;
	padding: 2px;
	margin-right: 0;
	text-decoration:none;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

#header.isfixed.scrolled #logo
{
	top:5px;
}
#header.isfixed.scrolled.skipfocus #logo
{
	top:45px;
}

#logo > img
{
	position: relative;
	opacity: 1;
	padding-top:0px;
	padding-bottom:0px;
	height: auto;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}

@media (max-width: 1199.98px) {

	#logo, 
	#header.isfixed.scrolled #logo 
	{
		top: 15px;
	}

	#header.isfixed.skipfocus #logo,
	#header.isfixed.scrolled.skipfocus #logo
	{
		top:45px;
	}

}

@media (max-width: 767.98px) {

	#logo > img
	{
		width:185px;
		height:64px;
	}

}

@media (max-width: 575.98px) {

	#logo 
	{
		margin-left: 15px;
	}

}

/*
@media (max-width: 519.98px) {

	#logo > img
	{
		width:210px;
		height:53px;
	}

}


@media (max-width: 479.98px) {

	#logo > img
	{
		width:180px;
		height:46px;
	}

}

@media (max-width: 419.98px) {

	#logo > img
	{
		width:180px;
		height:46px;
	}

}
*/


#logomobile
{
	display:none;
}




/* ----------------------------------------------------------------
	Zum Inhalt springen
-----------------------------------------------------------------*/

#skip-to-content 
{
	position: absolute;
	top: 3px;
	left: 0px;
	background-color: #F7F7F7;
	color: #000000;
	font-size: 1rem;
	padding: 4px;
	text-decoration:none;
}

@media print {
	#skip-to-content {
		display: none;
	}
}

@media (max-width: 767.98px) {

	#skip-to-content 
	{
		left: 15px;
	}

}


/* ----------------------------------------------------------------
	Suche im Header
-----------------------------------------------------------------*/

#servicenav .tx-indexedsearch-searchbox
{
	position:relative;
	display:inline-block;
	padding: 0;
	margin: 0;
	min-width: 240px;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out;
}


@media (max-width: 1199.98px) {

	#servicenav .tx-indexedsearch-searchbox
	{
		position:absolute;
		right: 90px;
		top: 70px;
	}

}

@media (max-width: 767.98px) {

	#servicenav .tx-indexedsearch-searchbox
	{
		top: 85px;
	}

}

@media (max-width: 575.98px) {

	#header.isfixed.skipfocus #servicenav .tx-indexedsearch-searchbox,
	#header.isfixed.scrolled.skipfocus #servicenav .tx-indexedsearch-searchbox
	{
		top: 115px;
	}

}


@media (max-width: 359.98px) {

	#servicenav form#searchform > .input-group > input.tx-indexedsearch-searchbox-sword 
	{
		padding: .375rem .25rem;
	}

	#servicenav .tx-indexedsearch-searchbox
	{
		right: 72px;
	}

}

#servicenav form#searchform > .input-group
{
	background-color:#F7F9FB;
}

#servicenav form#searchform > .input-group > input.tx-indexedsearch-searchbox-sword
{
	height:40px;
	padding: .375rem .75rem;
	background-color:#F7F9FB;
	color: #000000;
	border: 1px solid #F7F9FB;
	border-radius:0;
	box-shadow: none;
}

#servicenav form#searchform > .input-group > input.tx-indexedsearch-searchbox-sword:focus 
{
	border-color: #F7F9FB;
	outline: 2px solid #000000;
	box-shadow: none;
}

#servicenav form#searchform .input-group input.tx-indexedsearch-searchbox-button,
#servicenav .tx-indexedsearch-searchbox form#searchform input.tx-indexedsearch-searchbox-button
{
	position:relative;
	display: inline-block;
	width:48px;
	height:40px;
	margin-left:1px;
	background-color:#F7F9FB;
	background-image:url('../Icons/icon-lupe.png');
	background-repeat:no-repeat;
	background-position:center;
	color: #000000;
	border: 0px solid #F7F9FB;
	text-align:left;
	text-indent: -9999px;
	cursor:pointer;
}

#servicenav form#searchform .input-group input.tx-indexedsearch-searchbox-button:focus 
{
	border-color: #000000;
	outline: 2px solid #000000;
	box-shadow: none;
}


/* ----------------------------------------------------------------
	Suche - eigene Seite
-----------------------------------------------------------------*/

#content #tx_indexedsearch .tx-indexedsearch-form
{
	width:50%;
	margin-bottom: 20px;
}

#content #tx_indexedsearch .tx-indexedsearch-search-submit
{
	margin-bottom: 20px;
}


@media (max-width: 767.98px) {

	#content #tx_indexedsearch .tx-indexedsearch-form
	{
		width:100%;
	}

}

#content #tx_indexedsearch input.tx-indexedsearch-searchbox-sword
{
	height: 40px;
	padding: .375rem .75rem;
	background-color: #F7F9FB;
	color: #000000;
	border: 1px solid #F7F9FB;
	border-radius: 0;
	box-shadow: none;
}

#content #tx_indexedsearch .tx-indexedsearch-searchbox-input
{
	display:inline-block;
}

#content #tx_indexedsearch .tx-indexedsearch-searchbox-button, 
#content #tx_indexedsearch .tx-indexedsearch-searchbox-button:hover,
#content #tx_indexedsearch .tx-indexedsearch-searchbox-button:focus
{
	display: inline-block;
	line-height: 1.5;
	background-color:#009DD5;
	color:#FFFFFF;
	font-size:16px;
	font-weight:400;
	padding:10px 18px;
	border-radius:0px;
	border: 0px;
	text-decoration:none;
}


/* ----------------------------------------------------------------
	Suche - Ergebnisse
-----------------------------------------------------------------*/

.tx-indexedsearch-browsebox,
.tx-indexedsearch-res
{
	display:block;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox
{
	display:block;
	padding-left: 0;
	list-style: none;
	border-radius: 0px;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li
{
	display: inline-block;
	list-style: none;
	margin-bottom: 1rem;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a
{
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #009DD5;
	background-color: #FFFFFF;
	border: 1px solid #009DD5;
}


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#footer
{
	position: relative;
	display:block;
	width:100%;
	background-color: #E7F6FD;
	color: #3C3C3B;
	font-size: 1.0rem;
	font-weight: 400;
	border-top: 0px;
}

#footer .container
{
	text-align:left;
}

#footer > .container > .row
{
	padding-top:30px;
	padding-bottom:20px;
}

#footer a
{
	color: #3C3C3B;
	text-decoration:none;
	-webkit-transition:color 0.4s ease-out;
	-moz-transition:color 0.4s ease-out;
	-o-transition:color 0.4s ease-out;
	transition:color 0.4s ease-out;
}
#footer a:hover
{
	color: #000000;
	text-decoration:none;
}



#footer ul.menupages
{
	margin-top:80px;
}

@media (max-width: 1399.98px) {

	#footer .container .mob-order-4.col-xxl-2 .frame-space-before-small, 
	#footer .container .mob-order-5.col-xxl-2 .frame-space-before-small,
	#footer .container .mob-order-6.col-xxl-2 .frame-space-before-small
	{
		padding-top: 0;
		margin-top: 0;
	}

}


@media (max-width: 1199.98px) {

	#footer .container .mob-order-2.col-xxl-2 .frame-space-before-small,
	#footer .container .mob-order-3.col-xxl-2 .frame-space-before-small
	{
		padding-top: 0;
		margin-top: 0;
	}

}

@media (max-width: 991.98px) {

	#footer .mob-order-3.col-md-6 ul.menupages,
	#footer .mob-order-4.col-md-6 ul.menupages
	{
		margin-top:0px;
	}

}

@media (max-width: 767.98px) {

	#footer .mob-order-2.col-md-6 ul.menupages
	{
		margin-top:10px;
	}

}

#footer a.footer-logo-link
{
	display:block;
	max-width:195px;
	height:auto;
	text-decoration:none;
	padding: 2px;
	margin-bottom:30px;
}

#footer p.companyname,
#footer p.location span.companyname
{
	display:none;
}



/* ----------------------------------------------------------------
	Copyrights
-----------------------------------------------------------------*/

#copyrights 
{
	min-height: 50px;
	padding: 25px 0 25px 0;
	background-color: #3A8DC7;
	color:#FFFFFF;
	font-size: 1.0rem;
	line-height: 1.1;
}

#copyrights > .container
{
	padding-left: 30px;
	padding-right: 30px;
}


#copyrights p
{
	margin-bottom:0;
}

#copy 
{
	text-align:left;
	margin-top:20px;
	margin-left: -7px;
}

@media (min-width: 992px) {

	#copy 
	{
		text-align:right;
		margin-top:0px;
		margin-left:auto;
	}

}

#copy span
{
	padding: 4px 6px 4px 7px;
	line-height:1.1;
	display: inline-block;
	vertical-align: top;
}

#copy a.copylink
{
	display: inline-block;
	text-decoration:none;
	font-size: 1.0rem;
	color:#FFFFFF;
	padding:4px 6px 4px 7px;
	line-height:1.1;
	border:0px;
}


#copy a.copylink:active, #copy a.copylink:hover, #copy a.copylink.show
{
	outline: 1px solid #FFFFFF;
}
#copy a.copylink:focus
{
	outline: 2px solid #FFFFFF;
}


/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/

#totop
{
	display: block;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #3A8DC7;
	background-image:url('../Icons/icon-totop-2.svg');
	background-repeat:no-repeat;
	background-position:center;
	font-size: 1.25rem;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	top: auto;
	left: auto;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
	border-radius: 0px;
	border:1px solid #FFFFFF;
	opacity: 0.0;
	-webkit-transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
	-moz-transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
	-o-transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
	transition:opacity 0.4s ease-out, background-color 0.4s ease-out;
}

#totop:hover 
{
	background-color: #F59B02;
}



/* ----------------------------------------------------------------
	selection
-----------------------------------------------------------------*/

::selection 
{
	background: #0A7BAA;
	color: #FFFFFF;
	text-shadow: none;
}

::-moz-selection 
{
	background: #0A7BAA;
	color: #FFFFFF;
	text-shadow: none;
}

::-webkit-selection 
{
	background: #0A7BAA;
	color: #FFFFFF;
	text-shadow: none;
}

a:active, a:hover, a.show,
input:active, input:hover,input.show,
button:active, button:hover, button.show 
{
	outline: 1px solid #000000;
	outline-offset: 1px;
}
a:focus, input:focus, button:focus
{
	outline: 2px solid #000000;
	outline-offset: 1px;
}


/* ----------------------------------------------------------------
	Section and Colors
-----------------------------------------------------------------*/

section 
{
	position:relative;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
}


section.section-space-before-extra-small,
div.section-space-before-extra-small,
div.row-space-before-extra-small, 
div.frame-space-before-extra-small
{
	padding-top: 1rem;
}
section.section-space-before-small, 
div.section-space-before-small, 
div.row-space-before-small, 
div.frame-space-before-small
{
	padding-top: 2rem;
}
section.section-space-before-medium,
div.section-space-before-medium,
div.row-space-before-medium, 
div.frame-space-before-medium
{
	padding-top: 3rem;
}
section.section-space-before-large, 
div.section-space-before-large, 
div.row-space-before-large, 
div.frame-space-before-large
{
	padding-top: 4.5rem;
}
section.section-space-before-extra-large,
div.section-space-before-extra-large,
div.row-space-before-extra-large, 
div.frame-space-before-extra-large
{
	padding-top: 6rem;
}

section.section-space-after-extra-small, 
div.section-space-after-extra-small, 
div.row-space-after-extra-small, 
div.frame-space-after-extra-small
{
	padding-bottom: 1rem;
}
section.section-space-after-small, 
div.section-space-after-small, 
div.row-space-after-small,
div.frame-space-after-small
{
	padding-bottom: 2rem;
}
section.section-space-after-medium,
div.section-space-after-medium,
div.row-space-after-medium, 
div.frame-space-after-medium
{
	padding-bottom: 3rem;
}
section.section-space-after-large, 
div.section-space-after-large, 
div.row-space-after-large, 
div.frame-space-after-large
{
	padding-bottom: 4.5rem;
}
section.section-space-after-extra-large, 
div.section-space-after-extra-large, 
div.row-space-after-extra-large, 
div.frame-space-after-extra-large
{
	padding-bottom: 6rem;
}

section.fullheight, 
div.carousel.fullheight, 
div.carousel-item.fullheight  
{
	height: 100vh !important;
}

div.bg-white, 
div.card.bg-white, 
div.imagetext.bg-white, 
section.bg-white 
{
	background-color:#FFFFFF;
	color:#3C3C3B;
}

div.bg-white a, 
div.imagetext.bg-white a, 
section.bg-white a
{
	color:#3C3C3B;
	text-decoration:underline;
}

div.bg-grey, 
div.card.bg-grey, 
div.imagetext.bg-grey, 
section.bg-grey 
{
	background-color:#F4F4F4;
	color:#3C3C3B;
}

div.bg-grey a, 
div.imagetext.bg-grey a, 
section.bg-grey a
{
	color:#3C3C3B;
	text-decoration:underline;
}

div.bg-darkgrey, 
div.card.bg-darkgrey, 
div.imagetext.bg-darkgrey, 
section.bg-darkgrey 
{
	background-color:#353535;
	color:#FFFFFF;
}

div.bg-darkgrey a, 
div.imagetext.bg-darkgrey a, 
section.bg-darkgrey a
{
	color:#FFFFFF;
	text-decoration:underline;
}

div.bg-cyan, 
div.card.bg-cyan, 
div.imagetext.bg-cyan, 
section.bg-cyan 
{
	background-color:#0B9DD4 !important;
	color:#F7FAFB;
}
div.bg-cyan a, 
div.imagetext.bg-cyan a, 
section.bg-cyan a
{
	color:#F7FAFB;
	text-decoration:underline;
}


div.bg-lightblue, 
div.card.bg-lightblue, 
div.imagetext.bg-lightblue, 
section.bg-lightblue 
{
	background-color:#F7FAFB !important;
	color:#3C3C3B;
}
div.bg-lightblue a, 
div.imagetext.bg-lightblue a, 
section.bg-lightblue a
{
	color:#3C3C3B;
	text-decoration:underline;
}

div.bg-darkblue, 
div.card.bg-darkblue, 
div.imagetext.bg-darkblue, 
section.bg-darkblue 
{
	background-color:#3B8DC7 !important;
	color:#F7FAFB;
}
div.bg-darkblue a, 
div.imagetext.bg-darkblue a, 
section.bg-darkblue a
{
	color:#F7FAFB;
	text-decoration:underline;
}




/* ----------------------------------------------------------------
	Swiper Slider
-----------------------------------------------------------------*/

#slider, 
#cardslider 
{
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
}

.swiper-wrapper 
{
	margin-bottom: 40px !important;
}

.swiper-slide, 
.swiper-slide figure
{
	position:relative;
	overflow:hidden;
}

.swiper-slide figure
{
	margin-bottom: 0px;
	display:none !important;
	opacity:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.swiper-slide.swiper-slide-active figure
{
	display:block !important;
	opacity:1;
}

.swiper-slide figcaption, 
.swiper-slide .swiper-caption
{
	position:relative;
	margin-top: 30px;
	min-height:190px;
	width:100%;
}

.cardslider > .swiper 
{
	padding: 15px 15px 45px 15px;
}

.cardslider .swiper-slide
{
	padding-left: 0px;
	padding-right: 0px;
}

.cardslider > .swiper-buttons
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	border:0px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom 
{
	position: absolute;
	top: 50%;
	width: calc(44px / 44 * 27);
	height: 44px;
	margin-top: calc(-1 * 44px / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #009DD5;
}

.swiper-button-prev-custom:after,
.swiper-button-next-custom:after 
{
	font-family: swiper-icons;
	font-size: 44px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev-custom 
{
	left: -25px;
	right: auto;
}
.swiper-button-prev-custom:after
{
	content: 'prev';
}
.swiper-button-next-custom
{
	right: -25px;
	left: auto;
}
.swiper-button-next-custom:after
{
	content: 'next';
}

.swiper-pagination-horizontal, 
.swiper > .swiper-wrapper > .swiper-pagination
{
	bottom: -40px !important;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active
{
	margin:0 12px !important;
	width: 24px !important;
	height:24px !important;
}

.swiper-pagination-bullet-active
{
	background-color:#009DD4 !important;
}



.swiper > .swiper-wrapper > .swiper-button-control
{
	position: absolute;
	left: 30px;
	bottom: -35px !important;
	z-index: 11;
	display:inline-block;
	min-width:100px;
	height:26px;
	background-color: #EDEDED;
	padding: 0 10px 0 10px;
	text-align: left;
	line-height;1em;
}

.swiper > .swiper-wrapper > .swiper-button-control > span.screen-reader-text
{
	position: relative;
	display:block;
	float: left;
	min-width: 50px;
	color: #3C3C3B;
	font-size:1.0rem;
}

.swiper > .swiper-wrapper > .swiper-button-control > span.dashicons
{
	position: relative;
	display:inline-block;
	width:26px;
	height:26px;
	margin-left:10px;
}

.swiper > .swiper-wrapper > .swiper-button-control > span.dashicons.dashicons-controls-pause
{
	background-image: url('../Icons/pause-circle-regular.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper > .swiper-wrapper > .swiper-button-control > span.dashicons.dashicons-controls-play
{
	background-image: url('../Icons/play-circle-regular.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active:hover,
.swiper > .swiper-wrapper .swiper-button-control:hover
{
	outline: 1px solid #000000 !important;
	outline-offset: 1px;
}

.swiper-pagination-bullet:focus,
.swiper-pagination-bullet-active:focus,
.swiper > .swiper-wrapper .swiper-button-control:focus
{
	outline: 2px solid #000000 !important;
	outline-offset: 1px;
}

/* ---- Swiper Navigation pause next prev start -----------------*/

.swiper > .swiper-wrapper > .swiper-navigation
{
	position: absolute;
	left: 20px;
	bottom: -35px !important;
	display:block;
	width: auto;
	border:0px solid #000000;
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control,
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-prev,
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-next
{
	position: relative;
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:16px;
	left: auto;
  right: auto;
	background-color: #EDEDED;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:50%;
	text-align: left;
	text-indent:-9999px;
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control
{
	background-image: none;
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control span.dashicons.dashicons-controls-pause, 
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control span.dashicons.dashicons-controls-play
{
	position: absolute;
	display:block;
	width:30px;
	height:30px;
	left:0;
	top:0;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control span.dashicons.dashicons-controls-pause
{
	background-image: url('../Icons/icon-circle-pause.svg');
}
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control span.dashicons.dashicons-controls-play
{
	background-image: url('../Icons/icon-circle-play.svg');
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-prev
{
	background-image: url('../Icons/icon-circle-left.svg');
	top:16px;
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-next
{
	background-image: url('../Icons/icon-circle-right.svg');
	top:16px;
	margin-right:0px;
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control:hover,
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-prev:hover,
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-next:hover
{
	outline: 1px solid #000000 !important;
	outline-offset: 1px;
}

.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-control:focus,
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-prev:focus,
.swiper > .swiper-wrapper > .swiper-navigation > .swiper-button-next:focus
{
	outline: 2px solid #000000 !important;
	outline-offset: 1px;
}

/* ---- Swiper Navigation pause next prev end -------------------*/

.swiper-slide .header-image .img-fluid
{
	width: auto;
	min-width: auto;
	max-width: none;
	height: 255px;
	margin: 0 0 0 auto;
	float:right;
}



@media (max-width: 991.98px) {

	.swiper-slide figcaption, 
	.swiper-slide .swiper-caption
	{
		margin-top: 10px;
		min-height:160px;
	}

	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption
	{
		background-color:transparent !important;
	}

}


@media (max-width: 767.98px) {

	.swiper-slide figure.header-image figcaption.swiper-caption .box-caption
	{
		padding-top:20px;
	}

	.swiper .swiper-wrapper .swiper-slide figure.header-image picture
	{
		text-align:right;
	}

	.swiper-slide figcaption, 
	.swiper-slide .swiper-caption
	{
		position:relative;
		margin-top: 0px;
		height:480px;
		width:100%;
		border:0px solid red;
	}

}

@media (max-width: 575.98px) {

	.swiper-slide figcaption, 
	.swiper-slide .swiper-caption
	{
		position:relative;
		margin-top: 0px;
		height:460px;
		width:100%;
	}

}



@media (min-width: 768px) {

	.swiper-slide .header-image .img-fluid
	{
		width: auto;
		min-width:100%;
		max-width: none;
		height: 300px;
		margin: 0 auto;
		float:none;
	}

}

@media (min-width: 992px) {

	.swiper-slide .header-image .img-fluid
	{
		width: 100%;
		min-width:100%;
		max-width: 100%;
		height: auto;
		min-height: 300px;
		margin: 0 auto;
	}

	.swiper-slide figcaption, 
	.swiper-slide .swiper-caption
	{
		position:absolute;
		bottom: 6%;
		margin-top:0px;
		min-height:auto;
		width:100%;
	}

	.swiper-button-prev-custom 
	{
		left: -25px;
		right: auto;
	}

	.swiper-button-next-custom
	{
		right: -25px;
		left: auto;
	}

}



.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption
{
	background-color:rgba(255, 255, 255, 0.75) !important;
}

.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p
{
	padding:0.5rem 0.5rem 0.15rem 0.5rem !important;
	margin-bottom: 0.2rem;
	font-size: 1.4rem;
}
.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p.text-headline
{
	font-size: 2.0rem;
	line-height: 1.1;
	margin-bottom: 0rem;
}


@media (min-width: 1400px) {

	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p
	{
		padding:0.5rem 0.5rem 0.15rem 0.5rem !important;
		font-size: 1.5rem;
	}

	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p.text-headline
	{
		font-size: 2.75rem;
		line-height: 1.1;
		margin-bottom: 0rem;
	}

}


@media (max-width: 991.98px) {

	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p
	{
		font-size: 1.3rem;
	}
	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p.text-headline
	{
		font-size: 2.0rem;
		line-height: 1.1;
	}

}

@media (max-width: 575.98px) {

	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p
	{
		font-size: 1.1rem;
	}
	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p.text-headline
	{
		font-size: 1.6rem;
		line-height: 1.1;
	}

}


@media (max-width: 419.98px) {

	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p
	{
		font-size: 1.1rem;
	}
	.swiper > .swiper-wrapper > .swiper-slide figcaption.swiper-caption .box-caption p.text-headline
	{
		font-size: 1.5rem;
	}

}



.animate .swiper-slide-active .box-caption
{
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft;
}

.animate .swiper-slide-active .box-caption h1,
.animate .swiper-slide-active .box-caption p
{
	-webkit-animation-delay:1.0s;
	animation-delay:1.0s;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}


/* ----------------------------------------------------------------
	Header image
-----------------------------------------------------------------*/

#top .ce-image .ce-gallery figure.image
{
	position:relative;
	overflow:hidden;
}

#top .ce-image .ce-gallery figure.image > figcaption
{
	display:none;
}

#top .ce-image .ce-gallery figure.image > picture > img.img-fluid
{
	width: auto;
	max-width: none;
	height: 255px;
	margin: 0 auto 0 -50px;
}

@media (min-width: 480px) {

	#top .ce-image .ce-gallery figure.image > picture > img.img-fluid
	{
		width: auto;
		max-width: none;
		height: 270px;
		margin: 0 auto;
	}

}

@media (min-width: 768px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		display:block;
		position: absolute;
		bottom: 5%;
		width: 40%;
		margin: 0 10% 0 50%;
		font-size: 100%;
		text-align:right;
		line-height: 1.3;
	}
	
	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.4rem;
	}

}

@media (min-width: 992px) {

	#top .ce-image .ce-gallery figure.image > picture > img.img-fluid
	{
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 290px;
		margin: 0 auto;
	}

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 5%;
		width: 38%;
		margin: 0 14% 0 48%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.4rem;
	}

}

@media (min-width: 1200px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 10%;
		width: 40%;
		margin: 0 11% 0 47%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.4rem;
	}

}

@media (min-width: 1400px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 12%;
		width: 40%;
		margin: 0 11% 0 47%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p
	{
		font-size:1.2rem;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.5rem;
	}

}


@media (min-width: 1600px) {

	#top .ce-image .ce-gallery figure.image figcaption
	{
		position: absolute;
		bottom: 15%;
		width: 40%;
		margin: 0 11% 0 47%;
		font-size:110%;
		text-align:right;
	}

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.6rem;
	}

}


@media (min-width: 1700px) {

	#top .ce-image .ce-gallery figure.image figcaption p.text-quote
	{
		font-size:1.8rem;
	}

}




/* ----------------------------------------------------------------
	Content Elements
-----------------------------------------------------------------*/

section .card, 
section .container
{
	text-align:left;
}

.frame-type-container_card
{
	height: 100% !important;
}

/* ie fix */
figure 
{
	display: block !important;
}


.contentbox > .contentbox-content p:last-child
{
	margin-bottom:0;
}




/* ----------------------------------------------------------------
	Startseite - Wer ist zustaendig
-----------------------------------------------------------------*/

#who-is-responsible.contentbox a
{
	color:#FFFFFF !important;
}

#who-is-responsible.contentbox .ce-image figure.image > a
{
	padding: 2px;
	display: block !important;
	border: 1px solid transparent;
}

#who-is-responsible.contentbox .ce-image figure.image > a.activeFocus, 
#who-is-responsible.contentbox .ce-image figure.image > a:hover, 
#who-is-responsible.contentbox .ce-image figure.image > a:focus
{
	border: 1px solid #000000;
}
#who-is-responsible.contentbox .ce-image figure.image > a:focus
{
	border: 2px solid #000000;
}

#who-is-responsible.contentbox > .contentbox-content p,
#who-is-responsible.contentbox > .contentbox-content p:last-child
{
	margin-bottom:1.5rem;
}


/* ----------------------------------------------------------------
	Startseite - Daten und Fakten
-----------------------------------------------------------------*/

#daten-fakten > .container span.text-white strong span.text-large
{
	font-size: 1.8rem;
}



/* ----------------------------------------------------------------
	Card Element für Bild und Text übereinander
-----------------------------------------------------------------*/

.card 
{
	border-radius: 0;
}

.card.border-none 
{
	border: 0 !important;
}
.card.border-white 
{
	border: 1px solid #FFFFFF !important;
}
.card.border-grey 
{
	border: 1px solid #DFDFDF !important;
}
.card.border-darkgrey 
{
	border: 1px solid #353535 !important;
}
.card.border-primary 
{
	border: 1px solid #0066CC !important;
}
.card.border-secondary 
{
	border: 1px solid #4F9CD2 !important;
}


.card-shadow-sm 
{
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-shadow-md 
{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-shadow-lg 
{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.card-shadow-none 
{
	box-shadow: none !important;
}

.card-shadow-mover
{
	box-shadow: 0 0.25rem 0.45rem rgba(59, 141, 199, 0.15) !important;
}
.card-shadow-mover:hover
{
	box-shadow: 0 0.30rem 0.50rem rgba(59, 141, 199, 0.25) !important;
}


.card-img-top
{
	border-radius: 0;
}

.card .card-body,
.card .card-header 
{
	padding: 1.25rem;
}
.card .card-body.p-0, 
.card .card-header.p-0 
{
	padding: 0rem !important;
}
.card .card-body.p-2, 
.card .card-header.p-2 
{
	padding: 0.75rem !important;
}
.card .card-body.p-3,
.card .card-header.p-3 
{
	padding: 1.25rem !important;
}
.card .card-body.p-4, 
.card .card-header.p-4 
{
	padding: 2.0rem !important;
}
.card .card-body.p-5, 
.card .card-header.p-5 
{
	padding: 3rem !important;
}

.card .ce-above .ce-gallery,
.card .ce-image .ce-gallery
{
	margin-bottom: 0;
}

.card-footer 
{
	padding: 0rem 1.25rem;
	padding-top:0 !important;
	background-color: transparent;
	border-top: 0px;
}

.card-footer > .frame-type-text > p
{
	margin-bottom:0;
}

body.layout-pagets__twocol #col-right .card
{
	margin-bottom:20px;
}

#career-boxes
{
	margin-top: -1.5rem;
}

#career-boxes > .col-md-3.col-lg-6.col-xl-4, 
#career-boxes > .col-md-6.col-lg-6.col-xl-4
{
	margin-top: 1.5rem !important;
}



/* ----------------------------------------------------------------
	Testimonial Card Element 
-----------------------------------------------------------------*/

.card.testimonial
{
	margin-top:2.5rem;
}

.card.testimonial.border-grey
{
	border: 1px solid #BBBBBB !important;
}

.card.testimonial .card-header
{
	background-color: transparent;
	border-radius: 0;
	border: 0;
}

.card.testimonial .card-header h1, 
.card.testimonial .card-header h2, 
.card.testimonial .card-header h3, 
.card.testimonial .card-header h4, 
.card.testimonial .card-header h5
{
	margin-bottom:0;
}




/* ----------------------------------------------------------------
	cookiebutton
-----------------------------------------------------------------*/

#cookiebutton 
{
	display: block;
	position: fixed;
	background-color: rgba(255,255,255,0);
	background-image: url('../Images/cookiebutton.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 40px;
	height: 40px;
	bottom: 10px;
	left: 10px;
	border-radius: 20px;
	text-align: left;
	text-indent: -9999px;
	z-index: 2;
	cursor: pointer;
}



/* ----------------------------------------------------------------
	image columns
-----------------------------------------------------------------*/

.ce-gallery .ce-column,
#main .ce-gallery .ce-column 
{
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
}

.ce-gallery.ce-columns-1,
.ce-gallery.ce-columns-1 .ce-column, 
.ce-gallery[data-ce-columns="1"] .ce-column,
#main .ce-gallery[data-ce-columns="1"] .ce-column 
{
	width: 100%;
	padding: 0 0px;
}

.ce-gallery.ce-columns-2 .ce-column,
.ce-gallery[data-ce-columns="2"] .ce-column,
#main .ce-gallery[data-ce-columns="2"] .ce-column 
{
	width: 49%;
	width: calc(50% - 10px);
}

.ce-gallery.ce-columns-3 .ce-column,
.ce-gallery[data-ce-columns="3"] .ce-column,
#main .ce-gallery[data-ce-columns="3"] .ce-column 
{
	width: 32%;
	width: calc(33.33% - 10px);
}

.ce-gallery.ce-columns-4 .ce-column,
.ce-gallery[data-ce-columns="4"] .ce-column,
#main .ce-gallery[data-ce-columns="4"] .ce-column 
{
	width: 24%;
	width: calc(25% - 10px);
}

.ce-gallery.ce-columns-5 .ce-column,
.ce-gallery[data-ce-columns="5"] .ce-column,
#main .ce-gallery[data-ce-columns="5"] .ce-column 
{
	width: 20%;
	width: calc(20% - 10px);
}

.ce-gallery.ce-columns-6 .ce-column,
.ce-gallery[data-ce-columns="6"] .ce-column,
#main .ce-gallery[data-ce-columns="6"] .ce-column 
{
	width: 16%;
	width: calc(16.66% - 10px);
}



/* ----------------------------------------------------------------
	image in top section
-----------------------------------------------------------------*/

#top .ce-intext.ce-right .ce-gallery, 
#top .ce-intext.ce-left .ce-gallery, 
#top .ce-above .ce-gallery 
{
	margin-bottom: 0px;
}

#top .ce-gallery figure 
{
	display: table;
	margin: 0;
}

#top .ce-gallery figcaption 
{
	display: block;
	position: absolute;
	bottom: 1rem;
	width: 100%;
	text-align: center;
}




/* ----------------------------------------------------------------
	modal popup
-----------------------------------------------------------------*/

.modal-header 
{
	display: block !important;
	align-items: unset;
	justify-content: unset;
	padding: 1rem;
	border-bottom: 0px;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-backdrop 
{
	z-index: 100000 !important;
}

.modal 
{
	z-index: 100001 !important;
}

.modal .modal-header > .frame-type-header
{
	display:inline-block;
}

.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4
{
	margin-bottom:0;
}

.modal .modal-content .modal-header > button.btn-close
{
	float:right;
}

.modal .modal-body .frame-type-text p:last-child
{
	margin-bottom:0;
}



/* ----------------------------------------------------------------
	Kontakt formular
-----------------------------------------------------------------*/

form#kontakt-187 label.form-label
{
	color:#3C3C3B;
	font-weight:700;
	margin-bottom: .5rem;
	margin-top: 1.5rem;
}

form#kontakt-187 > .input > input.form-control, 
form#kontakt-187 > .input > select.form-control,
form#kontakt-187 > .input > textarea.form-control,
form > div.form-group > div.input > input.form-control,
form > div.form-group > div.input > select.form-control,
form > div.form-group > div.input > textarea.form-control,
form#kontakt-187 > .input.checkbox > label.form-check-label > input.form-check-input,
form#kontakt-187 > .input.checkbox > label > input.form-check-input
{
	border-radius:0px;
	border:1px solid #CBCBCB;
	color:#3C3C3B;
	font-size:100%;
}

form#kontakt-187 > .input > textarea.form-control,
form > div.form-group > div.input > textarea.form-control
{
	height:10em;
}

form#kontakt-187 > .input.checkbox > label.form-check-label,
form > div.form-group > div.input.checkbox > div.form-check > label.add-on.form-check-label
{
	position:relative;
	width:auto !important;
	display:inline-block;
	padding-left: 0px;
	padding-right:10px;
	font-weight: 400;
}

form#kontakt-187 > .input.checkbox
{
	margin-top:30px;
}

form#kontakt-187 > .input.checkbox > label.form-check-label > input.form-check-input,
form > div.form-group > div.input.checkbox > div.form-check > label.add-on.form-check-label > input.add-on,
form > div.form-group > div.input.checkbox > div.form-check > label.add-on.form-check-label > input#kontakt-checkbox-1.add-on
{
	float:left;
	max-width:15px;
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-radius: 0;
}

form#ethikkomitee-2289 > .input.checkbox > label.form-check-label > span,
form#kontakt-187 > .input.checkbox > label.form-check-label > span,
form > div.form-group > div.input.checkbox > span.help-block
{
	padding-left: 25px;
	display: block;
}

form#kontakt-187 > div > nav > button,
form#kontakt-187 > div > nav > button:hover,
form#kontakt-187 > div > nav > button:focus,
form#ethikkomitee-2289 > div > nav > button,
form#ethikkomitee-2289 > div > nav > button:hover,
form#ethikkomitee-2289 > div > nav > button:focus,
form > div.actions > nav.form-navigation > div.btn-toolbar > div.btn-group > span.next.submit > button.btn.btn-primary
{
	display: inline-block;
	line-height: 1.5;
	background-color:#009DD5;
	color:#FFFFFF;
	font-size:1.0rem;
	font-weight:400;
	padding:10px 18px;
	border-radius:0px;
	border: 0px;
	text-decoration:none;
}


form > .form-group.has-error > .input > .error,
form > .form-group.has-error > .input.checkbox > .form-check > label.form-check-label > .error
{
	color:#D02525;
	font-size:1rem;
}

form > .form-group.has-error > .input > .error.valid,
form > .form-group.has-error > .input.checkbox > .form-check > label.form-check-label > .error.valid
{
	color:#2CB72C;
	font-size:1rem;
}



/* ----------------------------------------------------------------
	Formular Fehlermeldung bei Validierung
-----------------------------------------------------------------*/

form > div.input.has-error > label.form-label, 
form#kontakt-187 > div.input.has-error > label.form-label,
form#lob-kritik-194 > div.input.has-error > label.form-label,
form#ethikkomitee-2289 > div.input.has-error > label.form-label,
form#lkSG-3949 > div.input.has-error > label.form-label
{
	color:#AF1920;
}

form > div.input.has-error > input.form-control.f3-form-error,
form > div.input.has-error > textarea.form-control.f3-form-error,
form > div.form-group > div.input > textarea.form-control.has-error,
form > div.form-group > div.input > input.form-control.has-error,
form > div.form-group > div.input > select.form-control.has-error
{
	border:1px solid #AF1920;
	color:#AF1920;
	outline: 2px solid #AF1920 !important;
}

form > .input.has-error > ul.form-feedback
{
	list-style-type:none;
	margin: 0;
	padding:0;
}

form > .input.has-error > ul.form-feedback > li
{
	list-style-type:none;
	margin: 0;
	padding:0;
	text-align:left;
	color:#AF1920;
	font-size:1rem;
}


form > .form-group.has-error > .input > .error,
form > .form-group.has-error > .input.checkbox > .form-check > label.form-check-label > .error
{
	color:#D02525;
	font-size:1rem;
}

form > .form-group.has-error > .input > .error.valid,
form > .form-group.has-error > .input.checkbox > .form-check > label.form-check-label > .error.valid
{
	color:#2CB72C;
	font-size:1rem;
}



/* ----------------------------------------------------------------
	Fokus Formularfelder
-----------------------------------------------------------------*/

#col-content form .input input.form-control:focus,
#col-content form .input select.form-control:focus,
#col-content form .input textarea.form-control:focus,
#col-content form .input.checkbox input.form-check-input:focus
{
	outline: 2px solid #000000;
	outline-offset: 1px;
	box-shadow: none;
}



/* ----------------------------------------------------------------
	hh_video_extender
-----------------------------------------------------------------*/

.video[data-type="external"] .video-embed 
{
	padding-top: 56.25%;
	overflow: hidden;
}

.video[data-type="external"] .video-embed > iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-embed 
{
	left: 0;
	position: relative;
	top: 0;
}
.video-embed .video-embed-item 
{
	max-width: 100%;
}
.video-embed .video-preview 
{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-embed .video-defer
{
	opacity: 0;
	transition: all 500ms;
}
.video-embed.loaded .video-preview 
{
	display: none;
}
.video-embed.loaded .video-defer 
{
	opacity: 1;
}



/* ----------------------------------------------------------------
	E-Mail Link click modal
-----------------------------------------------------------------*/

#emailform
{
	padding: 20px;
	text-align: left;
}





/* ----------------------------------------------------------------
	typography and styles
-----------------------------------------------------------------*/

h1, h2, h3, h4, h5
{
	color:#009DD5;
	font-size:1.75rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1.0rem;
}

h1 
{
	font-size:2.0rem;
	font-weight: 800;
	margin-bottom: 2.5rem;
	/* text-transform:uppercase; */
}
h1 > a
{
	font-size:2.00rem;
	color:#3C3C3B;
	text-decoration:none;
}

h2
{
	font-size:1.75rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	/* text-transform:uppercase; */
}
h2 > a
{
	font-size:1.75rem;
	color:#3C3C3B;
	text-decoration:none;
}

h2.modal-title, 
h3.modal-title
{
	float:left;
}

h3 
{
	font-size:1.5rem;
	font-weight: 700;
	text-transform:none;
}
h3 > a
{
	font-size:1.5rem;
	color:#3C3C3B;
	text-decoration:none;
}

h4 
{
	font-size:1.25rem;
	font-weight: 400;
	text-transform:none;
}

h5 
{
	font-size:1.0rem;
	font-weight: 400;
	text-transform:none;
}

h1.ce-headline-left, 
h2.ce-headline-left, 
h3.ce-headline-left, 
h4.ce-headline-left, 
h5.ce-headline-left
{
	text-align:left;
}

h1.ce-headline-center, 
h2.ce-headline-center, 
h3.ce-headline-center, 
h4.ce-headline-center, 
h5.ce-headline-center
{
	text-align:center;
}

h1.ce-headline-right, 
h2.ce-headline-right, 
h3.ce-headline-right, 
h4.ce-headline-right, 
h5.ce-headline-right
{
	text-align:right;
}


.carousel-title, 
.video-title
{
	font-size:1.75rem;
	font-weight: 400;
	text-transform:none;
	margin-bottom: 1rem;
}


ul 
{
	background-image:none;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
ul li 
{
	background-image:none;
	list-style-type:none;
	padding:0px 4px 0px 0px;
	margin: 0px 0px 0px 0px;
}


ul.contentlist 
{
	list-style-type:none;
	margin:0px 0px 1.0rem 20px;
	padding:0px 0px 5px 0px;
}

ul.contentlist li 
{
	list-style-type:none;
	padding:0px 0px 0px 10px;
	margin: 0px 0px 4px 0px;
	text-align:left;
}

ul.contentlist li::before 
{
	content: "■";
	color: #009DD5;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em;
}

ul.contentlist > li > ul.contentlist, 
ul.contentlist > li > ul.contentlist > li > ul.contentlist
{
	margin-left: 30px;
}


ul.checklist 
{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}

ul.checklist li 
{
	list-style-type:none;
	padding:0px 0px 0px 10px;
	margin: 0px 0px 4px 0px;
	text-align:left;
}

ul.checklist li::before 
{
	content: "✔";
	color: #F49E0A;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em;
}

ul.checklist > li > ul, 
ul.checklist > li > ul > li > ul
{
	margin-left: 30px;
}



ol, ol.orderedlist 
{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 25px;
	border:0px;
}

ol > li, 
ol.orderedlist > li 
{
	counter-increment: li;
}

ol li::before, 
ol.orderedlist li::before 
{
	content: counter(li);
	color: #009DD5;
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
	margin-right: 0.5em;
	text-align: right;
	direction: rtl;
}

ol > li > ol, 
ol.orderedlist > li > ol.orderedlist 
{
	margin-left: 20px;
}

ol.carousel-indicators li::before 
{
	content:'';
}


ul.sitemap 
{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}

ul.sitemap li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	text-align:left;
}

ul.sitemap li::before 
{
	content: "■";
	color: #F49E0A;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

ul.sitemap > li > ul.sitemap 
{
	margin-left: 20px;
}

ul.sitemap li a
{
	padding:2px;
}


.frame-type-menu_pages > ul 
{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
}

.frame-type-menu_pages > ul > li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align:left;
}

.frame-type-menu_pages > ul > li::before 
{
	content: "›";
	color: #3C3C3B;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
#footer .frame-type-menu_pages > ul > li::before 
{
	content: "›";
	color: #009DD5;
}

/* footer list */
#footer ul.contentlist
{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer ul.contentlist > li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 25px 0px 22px 0px;
	text-align:left;
}

#footer ul.contentlist li::before 
{
	content: "";
	display: none; 
}


#footer ul.contentlist > li > span.text-blue > strong,
#footer ul.contentlist > li > a.link-blue > strong,
#footer ul.contentlist > li > strong > a
{
	display: inline-block;
	padding:2px;
	margin-bottom: 0.25rem;
	color: #009DD5;
	font-size:1.4rem;
	font-weight:800;
}

#footer ul.contentlist > li > a.link-blue:hover > strong,
#footer ul.contentlist > li > a.link-blue:focus > strong,
#footer ul.contentlist > li > strong > a:hover, 
#footer ul.contentlist > li > strong > a:focus
{
	color: #3C3C3B;
	text-decoration:none;
}



#footer ul.contentlist > li > ul
{
	list-style-type:none;
	margin:0px 0px 0px 1em;
	padding:0px 0px 0px 0px;
}

#footer ul.contentlist > li > ul > li 
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-align:left;
}

#footer ul.contentlist > li > ul > li::before 
{
	content: "•";
	color: #3C3C3B;
	font-weight:800;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
#footer ul.contentlist > li > ul > li > a
{
	padding:2px;
	color: #3C3C3B;
	font-weight:400;
}

/* liste fuer leistungen + onboarding */
body#p20 #col-content > .frame-type-menu_subpages > ul, 
body#p21 #col-content > .frame-type-menu_subpages > ul,
body#p22 #col-content > .frame-type-menu_subpages > ul,
body#p23 #col-content > .frame-type-menu_subpages > ul,
body#p345 #col-content > .frame-type-menu_subpages > ul,
body#p346 #col-content > .frame-type-menu_subpages > ul,
body#p347 #col-content > .frame-type-menu_subpages > ul 
{
	list-style-type:none;
	margin:0px 0px 1.0rem 20px;
	padding:0px 0px 5px 0px;
}

body#p20 #col-content > .frame-type-menu_subpages > ul li,
body#p21 #col-content > .frame-type-menu_subpages > ul li, 
body#p22 #col-content > .frame-type-menu_subpages > ul li, 
body#p23 #col-content > .frame-type-menu_subpages > ul li,
body#p345 #col-content > .frame-type-menu_subpages > ul li, 
body#p346 #col-content > .frame-type-menu_subpages > ul li, 
body#p347 #col-content > .frame-type-menu_subpages > ul li
{
	list-style-type:none;
	padding:0px 0px 0px 10px;
	margin: 0px 0px 4px 0px;
	text-align:left;
}

body#p20 #col-content > .frame-type-menu_subpages > ul li::before,
body#p21 #col-content > .frame-type-menu_subpages > ul li::before,
body#p22 #col-content > .frame-type-menu_subpages > ul li::before,
body#p23 #col-content > .frame-type-menu_subpages > ul li::before,
body#p345 #col-content > .frame-type-menu_subpages > ul li::before,
body#p346 #col-content > .frame-type-menu_subpages > ul li::before,
body#p347 #col-content > .frame-type-menu_subpages > ul li::before
{
	content: "■";
	color: #009DD5;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1.5em;
}

body#p20 #col-content > .frame-type-menu_subpages > ul > li > ul, 
body#p21 #col-content > .frame-type-menu_subpages > ul > li > ul, 
body#p22 #col-content > .frame-type-menu_subpages > ul > li > ul, 
body#p23 #col-content > .frame-type-menu_subpages > ul > li > ul, 
body#p345 #col-content > .frame-type-menu_subpages > ul > li > ul, 
body#p346 #col-content > .frame-type-menu_subpages > ul > li > ul, 
body#p347 #col-content > .frame-type-menu_subpages > ul > li > ul, 
body#p20 #col-content > .frame-type-menu_subpages > ul > li > ul > li > ul,
body#p21 #col-content > .frame-type-menu_subpages > ul > li > ul > li > ul,
body#p22 #col-content > .frame-type-menu_subpages > ul > li > ul > li > ul,
body#p23 #col-content > .frame-type-menu_subpages > ul > li > ul > li > ul,
body#p345 #col-content > .frame-type-menu_subpages > ul > li > ul > li > ul,
body#p346 #col-content > .frame-type-menu_subpages > ul > li > ul > li > ul,
body#p347 #col-content > .frame-type-menu_subpages > ul > li > ul > li > ul
{
	margin-left: 30px;
}





img.img-responsive
{
	display: block;
	max-width: 100%;
	height: auto;
}
img.img-right 
{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
img.img-left 
{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}


hr 
{
	margin: 5px 0 5px 0;
	padding:0px;
	border-top: 1px solid #CBCBCB;
}



span.text-blue, 
p.text-blue,
.text-blue 
{
	color:#009DD5;
}

span.text-orange, 
p.text-orange,
.text-orange 
{
	color:#F59B02;
}

span.text-grey, 
p.text-grey,
.text-grey  
{
	color:#3C3C3B;
}

span.text-green, 
p.text-green, 
.text-green 
{
	color:#76B83A;
}

span.text-white, 
p.text-white,
.text-white 
{
	color:#FFFFFF;
}

.text-quote,
p.text-quote, 
span.text-quote 
{
	font-size:18px;
	color:#009DD5;
}

.text-leadin,
p.text-leadin, 
span.text-leadin 
{
	font-size:18px;
	font-style: italic;
	color:#009DD5;
}

.text-italic,
p.text-italic, 
span.text-italic 
{
	font-style: italic;
}

.text-headline,
p.text-headline, 
span.text-headline 
{
	font-size:1.75rem;
}

.text-verylarge,
p.text-verylarge, 
span.text-verylarge 
{
	font-size:1.5rem;
}

.text-large,
p.text-large, 
span.text-large 
{
	font-size:1.3rem;
}

.text-small,
p.text-small, 
span.text-small 
{
	font-size:0.875rem;
}

span.text-uppercase, 
p.text-uppercase,
.text-uppercase
{
	text-transform:uppercase;
}


p {
	margin-bottom:1.0rem;
}


p.align-left, span.align-left, td.align-left 
{
	text-align:left;
}
p.align-center, span.align-center, td.align-center 
{
	text-align:center;
}
p.align-right, span.align-right, td.align-right 
{
	text-align:right;
}



p a, p a:link, p a:visited, p a:active 
{
	color:#009DD5;
	text-decoration:none;
}

p a:focus, p a:hover 
{
	color:#3C3C3B;
	text-decoration:none;
}

a, a:link, a:visited, a:active 
{
	color:#009DD5;
	text-decoration:none;
}

a:focus, a:hover 
{
	color:#3C3C3B;
	text-decoration:none;
}


#main p a, #main p a:link, #main p a:visited, #main p a:active, #main p a:focus, #main p a:hover 
{
	text-decoration:underline;
}



b, strong
{
	font-weight: 700;
}




a.link-mail, a.link-mail:link, a.link-mail:visited, a.link-mail:active, 
p a.link-mail, p a.link-mail:link, p a.link-mail:visited, p a.link-mail:active 
{
	color:#3C3C3B;
	text-decoration:none;
}
a.link-mail:focus, a.link-mail:hover, 
p a.link-mail:focus, p a.link-mail:hover 
{
	color:#009DD5;
	text-decoration:none;
}

a.link-blue, a.link-blue:link, a.link-blue:visited, a.link-blue:active, 
p a.link-blue, p a.link-blue:link, p a.link-blue:visited, p a.link-blue:active 
{
	color:#009DD5;
	text-decoration:none;
}
a.link-blue:focus, a.link-blue:hover, 
p a.link-blue:focus, p a.link-blue:hover 
{
	color:#3C3C3B;
	text-decoration:none;
}

a.link-grey, a.link-grey:link, a.link-grey:visited, a.link-grey:active, 
p a.link-grey, p a.link-grey:link, p a.link-grey:visited, p a.link-grey:active 
{
	color:#3C3C3B;
	text-decoration:none;
}
a.link-grey:focus, a.link-grey:hover, 
p a.link-grey:focus, p a.link-grey:hover 
{
	color:#000000;
	text-decoration:none;
}

a.link-green, a.link-green:link, a.link-green:visited, a.link-green:active, 
p a.link-green, p a.link-green:link, p a.link-green:visited, p a.link-green:active 
{
	color:#76B83A;
	text-decoration:none;
}
a.link-green:focus, a.link-green:hover, 
p a.link-green:focus, p a.link-green:hover 
{
	color:#3C3C3B;
	text-decoration:none;
}

p a.link-orange, p a.link-orange:link, p a.link-orange:visited, p a.link-orange:active 
{
	color:#F59B02;
	text-decoration:none;
}
a.link-orange:focus, a.link-orange:hover, 
p a.link-orange:focus, p a.link-orange:hover 
{
	color:#3C3C3B;
	text-decoration:none;
}

p a.link-white, p a.link-white:link, p a.link-white:visited, p a.link-white:active 
{
	color:#DDDDDD;
	text-decoration:none;
}
a.link-white:focus, a.link-white:hover, 
p a.link-white:focus, p a.link-white:hover 
{
	color:#DDDDDD;
	text-decoration:none;
}



a.link-download, a.link-download:link, a.link-download:visited, a.link-download:active, 
p a.link-download, p a.link-download:link, p a.link-download:visited, p a.link-download:active 
{
	display: inline-flex;
	justify-content: left;
	align-items: center;
	background-image: url('../Icons/icon-pdf.png');
	background-repeat: no-repeat;
	line-height: 1.5;
	min-height: 66px;
	padding-left: 60px;
	font-size: 1.2rem;
	font-weight:700;
	color:#009DD5;
	text-decoration:none;
}
a.link-download:focus, a.link-download:hover, 
p a.link-download:focus, p a.link-download:hover 
{
	color:#3C3C3B;
	text-decoration:none;
}

input.btn,
input.btn:hover,
input.btn:focus,
p > a.btn, 
a.btn, 
a.btn:hover,
a.btn:focus
{
	font-size: 1.0rem;
	font-weight: 400;
	padding: 6px 18px;
	line-height: 1.5;
	border-radius: 3px;
	text-decoration:none;
}

input.btn-blue, 
input.btn-blue:hover,
input.btn-blue:focus,
p > a.btn-blue, 
a.btn-blue, 
a.btn-blue:hover,
a.btn-blue:focus, 
section a.btn-blue, 
section a.btn-blue:hover,
section a.btn-blue:focus
{
	display: inline-block;
	line-height: 1.5;
	background-color:#009DD5;
	color:#FFFFFF;
	font-size:1.0rem;
	font-weight:400;
	padding:10px 18px;
	border-radius:0px;
	border: 0px;
	text-decoration:none;
}

input.btn-orange, 
input.btn-orange:hover,
input.btn-orange:focus,
p > a.btn-orange, 
a.btn-orange, 
a.btn-orange:hover,
a.btn-orange:focus, 
section a.btn-orange, 
section a.btn-orange:hover,
section a.btn-orange:focus
{
	display: inline-block;
	line-height: 1.5;
	background-color:#F59B02;
	color:#FFFFFF;
	font-size:1.0rem;
	font-weight:400;
	padding:10px 18px;
	border-radius:0px;
	border: 0px;
	text-decoration:none;
}

input.btn-outline,
input.btn-outline:hover,
input.btn-outline:focus,
p > a.btn-outline, 
a.btn-outline, 
a.btn-outline:hover,
a.btn-outline:focus, 
section a.btn-outline, 
section a.btn-outline:hover,
section a.btn-outline:focus
{
	display: inline-block;
	min-width:145px;
	line-height: 1.5;
	background-color:#FFFFFF;
	color:#3A8DC8;
	font-size:1.0rem;
	font-weight:700;
	padding:6px 18px;
	border-radius:3px;
	border: 1px solid #3B8DC7;
	text-align:center;
	text-decoration:none;
	-webkit-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	-moz-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	-o-transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
	transition:background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}

input.btn-outline:hover,
input.btn-outline:focus,
a.btn-outline:hover,
a.btn-outline:focus, 
section a.btn-outline:hover,
section a.btn-outline:focus
{
	background-color:#1F5B85;
	color:#FFFFFF;
	border: 1px solid #1F5B85;
	text-decoration:none;
}




blockquote
{
	position: relative; 
	padding:0px;
	margin-bottom: 0rem;
	border:0px;
}

blockquote > p
{
	display:inline-block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color:#3C3C3B;
	font-size:1.5rem;
	font-weight:400;
	font-style:italic;
	padding:0px;
	border:0px;
}
blockquote > footer
{
	display:inline-block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color:#3C3C3B;
	font-size:1.0rem;
	font-weight:400;
	font-style:italic;
	text-align:right;
	margin-top:-20px;
	margin-right:20px;
	padding:0px;
	border:0px;
}

blockquote > p:before
{
	display:inline-block;
	content:"“";
	color:#009DD5;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size:1.5rem;
	font-weight:400;
	margin-right: 0.2rem;
}

blockquote > p:after
{
	display:inline-block;
	content:"”";
	color:#009DD5;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size:1.5rem;
	font-weight:400;
	margin-left: 0.2rem;
}


table.contenttable, 
table.htmlarea-showtableborders, 
table.table-openingtimes 
{
	clear:both;
	text-align:left;
	color:#3C3C3B;
	border-spacing:2px;
	margin: 0px 0px 10px 0px;
	padding:0px;
	width:100%;
}

table.contenttable thead tr th, 
table.htmlarea-showtableborders thead tr th, 
table.table-openingtimes thead tr th
{
	vertical-align:top;
	background-color:#009DD5;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color:#FFFFFF;
	font-size:26px;
	font-weight:700;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding:17px 10px 17px 12px;
	line-height:50px;
	border: 0px;
}

table.contenttable td, 
table.htmlarea-showtableborders td 
{
	vertical-align:top;
	padding:1px;
}

table.contenttable td.spre, 
table.htmlarea-showtableborders td 
{
	vertical-align:top;
	text-align:right;
	padding:1px;
}


table.table-openingtimes
{
	max-width:400px;
}

table.table-openingtimes tr
{
	border:0px;
}

table.table-openingtimes td
{
	vertical-align:top;
	padding:1px 1px 1px 1px;
	border:0px;
	width:49%;
}

table.table-openingtimes tr td:nth-child(2n) 
{
	vertical-align:top;
	text-align:right;
	padding:1px 1px 1px 1px;
	width:49%;
}

table.contenttable caption, 
table.htmlarea-showtableborders caption 
{
	background-color:#f4f4f4;
	color:#3C3C3B;
	font-weight: 700;
	text-align:left;
	margin:0px 0px 2px 0px;
	padding:3px 3px 3px 3px;
	border:0px;
}

table.contenttable tbody td, 
table.htmlarea-showtableborders tbody tr 
{
	vertical-align:top;
}

table.table.table-borderless tbody
{
	border-bottom:0px;
}

/* --------- main navigation in menu.css ---------- */



/* ----------------------------------------------------------------
	matomo analytics
-----------------------------------------------------------------*/

#matomo-opt-out
{
	margin-top:1rem;
	margin-bottom:1.5rem;
}

#matomo-opt-out input#trackVisits
{
	margin-right:1rem;
}




/* ----------------------------------------------------------------
	custom responsive settings
-----------------------------------------------------------------*/
/* 1199.98px */
/* 991.98px */

@media (max-width: 1199.98px) {

	.imagetext.g-0 > .image,
	.imagetext.g-0 > .content
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		clear:both;
	}

}



@media (max-width: 767.98px) {

	.card.h-100
	{
		height: auto !important;
	}

	.row.row-eq-height > .mr-auto.justify-content-start > .frame.frame-default,
	.row-eq-height > div > div.frame.frame-type-container_contentbox
	{
		height:auto;
	}

	.card
	{
		margin-bottom:30px;
	}

	#totop
	{
		bottom:30px;
	}

	#footer > .footercontent  .row > .col-md-6 
	{
		margin-bottom:30px;
	}

	.ce-gallery .ce-column,
	#main .ce-gallery .ce-column 
	{
		margin-bottom:20px;
		padding: 0px;
	}
	.ce-gallery .ce-column:first-child,
	#main .ce-gallery .ce-column:first-child 
	{
		margin-left: 0px;
	}

	.ce-gallery.ce-columns-2 .ce-column,
	.ce-gallery.ce-columns-3 .ce-column,
	.ce-gallery.ce-columns-4 .ce-column,
	.ce-gallery.ce-columns-5 .ce-column,
	.ce-gallery.ce-columns-6 .ce-column,
	.ce-gallery[data-ce-columns="2"] .ce-column, 
	.ce-gallery[data-ce-columns="3"] .ce-column, 
	.ce-gallery[data-ce-columns="4"] .ce-column, 
	.ce-gallery[data-ce-columns="5"] .ce-column, 
	.ce-gallery[data-ce-columns="6"] .ce-column, 
	#main .ce-gallery[data-ce-columns="2"] .ce-column, 
	#main .ce-gallery[data-ce-columns="3"] .ce-column, 
	#main .ce-gallery[data-ce-columns="4"] .ce-column, 
	#main .ce-gallery[data-ce-columns="5"] .ce-column, 
	#main .ce-gallery[data-ce-columns="6"] .ce-column 
	{
		width: 100%;
	}

	.carousel-caption, 
	.video-caption
	{
		bottom: 0px;
	}

}



@media (max-width: 575.98px) {

	#header > .container
	{
		padding-left:0px;
		padding-right:0px;
	}

	#col-content.col-lg-9 .frame-type-container_2_columns .col-xl-3.pe-5
	{
		padding-right: 0.75rem !important;
	}

}



@media (max-width: 479.98px) {

	h1, 
	h1 > a
	{
		font-size:1.50rem;
	}
	
	h2,
	h2 > a
	{
		font-size:1.40rem;
	}
	
	h3, 
	h3 > a
	{
		font-size:1.3rem;
	}
	
	h4 
	{
		font-size:1.175rem;
	}

	#footer ul.contentlist > li > a.link-blue > strong,
	#footer ul.contentlist > li > strong > a
	{
		font-size:1.3rem;
	}

}



@media (max-width: 359.98px) {

	#totop 
	{
		bottom: 12px;
	}

}

