html.frontend {
	background-color: #eaeaea;
	scroll-behavior: smooth;
	font-size: 16px;
}
html.frontend body {
	background-color: #fff;
	overflow-x: hidden;
	font-size: 1.1875rem;
}
.wrapper {
    width: 1365px;
}
.page-title {
	font-size: 2em;
	margin: 0 0 0.75em;
}
.top-bar {
	display: block;
	width: 100%;
	padding: 5px 50px;/*TA auf Wunsch Frau Klein geändert TA 04.01.21 */
}
.quickmenu {
	margin-bottom: 5px;
	line-height: 1.333;
}
.quickmenu ul a {
	margin-left: 25px;
}
.site-header .quickmenu ul a {
	color: #444;
}
.quickmenu ul li:first-child a {
	margin-left: 0;
}
.bread-container {
    border-bottom: 1px solid #B8C3C5;
}
.breadcrumb ol {
	list-style: none;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:not(:first-child)::before {
	content: '\f105';
	color: #687980;
	font-family: "Font Awesome 5 Pro";
	font-size: 0.875em;
	font-weight: 400;
	margin: 0 10px;
}
.breadcrumb li a {
    color: #687980;
    font-size: 1rem;
}
.breadcrumb li:last-child a {
    font-weight: 700;
    color: #18171C;
}
.site-header .titelbild-slider {
	display: block;
	width: 100%;
	overflow: hidden;
}
.site-header .titelbild-slider.loaded {
	height: auto;
}
.side-search {
	display: flex;
	justify-content: flex-start;
	padding-left: 65px;
	margin-right: 115px;
}
.suche form,
.side-search form {
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 1.1em;
	float: right;
	color: #fff;
}
.side-search form {
    max-width: 700px;
}
.suche input, .suche button,
.side-search input, .side-search button{
	background-color: #FFFFFF;
	color: #6288AF;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.suche button {background: transparent;}
.suche input,
.side-search input {
	width: 100%;
	line-height: 1.333;
	padding: 15px 60px 15px 30px;
	border-radius: 15px;
	/*margin-top: 10px;*/
	font-size: 1.1875rem;
}
.side-search input {
    margin-top: 0;
}
::-webkit-input-placeholder {
	color: #6288AF;
	opacity: 1;
	font-style: italic;
	font-size: 1.1875rem;
}
::-moz-placeholder {
	color: #6288AF;
	opacity: 1;
	font-style: italic;
	font-size: 1.1875rem;
}
:-ms-input-placeholder {
	color: #6288AF;
	opacity: 1;
	font-style: italic;
	font-size: 1.1875rem;
}
:-moz-placeholder {
	color: #6288AF;
	opacity: 1;
	font-style: italic;
	font-size: 1.1875rem;
}
.suche button,
.side-search button {
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	/* bottom: 0;*/
	line-height: 1.333;
	border-radius: 15px;
	padding: 12px 20px;
}
.suche button i,
.side-search button i{
	margin-right: 0;
}
.suche button .fa-fw {
	width:1.5em;
}
.site-content {
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
}
.main-row, .jumbotron {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.site-footer {
	padding: 30px 0;
}
.site-footer a.btn, .site-footer .btn, .site-footer .btn a {
	font-weight: normal;
}
.site-footer table, .unstyled-table, .unstyled-table table {
	background-color: transparent;
}
.site-footer table td, .unstyled-table td, .unstyled-table table td {
	padding: 0;
}
.site-footer table tr, .unstyled-table tr, .unstyled-table table tr {
	border: none;
}
.site-footer h2:first-child, .site-footer h3:first-child, .site-footer h4:first-child, .site-footer h5:first-child, .site-footer h6:first-child {
	margin-top: 0;
}
.slicknav_menu {
	background-color: #2d8bbf;
}
.slicknav_menu .npt_on > a {
	font-weight: bold;
}
.titelbild-slider {
	position: relative;
}
.titelbild-slider .titelbild {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}
.titelbild li:not(:first-child) {
	display: none;
}
.titelbild .elem {
	margin: 0;
	position: relative;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	padding-top: 20%;
}
.titelbild.with-slogan .elem {
	min-height: 200px;
}
body .titelbild .elem {
	padding-top: calc(100vh - 21.333px);
}
.folgeseite .titelbild .elem {
    padding-top: calc(45vh - 21.333px);
}
@media screen and (max-width: 960px) {
    .folgeseite .titelbild .elem {
        padding-top: calc(29vh - 21.333px);
    }
}
.titelbild .slogan {
	padding: 30px;
	color: #fff;
	font-size: 2.5em;
	text-shadow: 0 0 10px #000;
	width: 100%;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex!important;
	justify-content: center;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.titelbild .slogan p {
	color: #fff;
	font-size: 0.7em;
	margin-bottom: 0;
}
.titelbild .slogan .title {
	font-size: 1.6em;
	font-weight: 700;
	text-shadow: 0 0 30px #000;
}
.titelbild .mc2_ac {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	max-width: 66.666%;
}
.titelbild-slider i[class*=fa-] {
	margin: 0;
}
.titelbild-slider .titelbild-pauseplay {
	position: absolute;
	z-index: 65;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.titelbild-slider .titelbild-control-nav {
	position: absolute;
	z-index: 65;
	bottom: 0;
	left: calc(1.25em + 15px);
	list-style: none;
	margin: 0;
	padding: 15px;
}
.titelbild-slider .titelbild-control-nav li {
	display: inline-block;
	margin-right: 10px;
}
.titelbild-slider .titelbild-control-nav li:last-child {
	margin-right: 0;
}

.titelbild-slider .titelbild-control-nav li a, .titelbild-slider .titelbild-pauseplay a {
	color: #fff;
	text-shadow: 0 0 10px #000;
}
.titelbild-slider .titelbild-control-nav li a {
	opacity: 0.5;
}
.titelbild-slider .titelbild-control-nav .titelbild-active {
	opacity: 1;
}
.main-content-area > p:last-child, .main-content-area > ul:last-child {
	margin-bottom: 0;
}
a.back {
    display: none;
}
a.backtotop i.far,
a.back i.far {
    color: #fff;
    margin: 0;
}
.folgeseite a.btn.back {
    margin-right: 15px;
}

address .phone::before, address .fax::before, address .mail::before, address .web::before, address .mobile::before, address .room::before, address .label::before, address .info::before, address .govello::before {
	white-space: normal;
	width: 14px;
	text-align: center;
	display: inline-block;
}
.btn::before {
	margin-right: 10px;
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	font-weight: 400;
}
small + small, a + small, .icon-list > i, .icon-list > a, .data-list > li > small {
	margin-left: 10px;
}
.icon-list > i:first-child, .icon-list > a:first-child {
	margin-left: 0;
}
.btn.csslink_extern::before, .btn .csslink_extern::before, .hide-icon::before {
	display: none;
}
.row .liste-bild + .liste-text {
	padding-left: 0;
	padding-top: 0;
}
.liste-text a {
	color: #404040;
}
.liste-text a.btn {
	color: #fff;
}
.liste-text h2, .liste-text h3, .liste-text h4, .liste-text .liste-titel {
	margin: 5px 0;
	font-size: 1.3em;
	font-weight: 600;
}
.liste-text > :last-child {
	margin-bottom:0;
}
.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .mc2_ac, .themenboxen .elem small, .themenboxen .elem .mc2_ac, .image-gallery .mc2_ac, .image-single .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #444
}
.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .mc2_ac {
	max-width: calc(100% - 60px);
}
.themenboxen .elem small, .themenboxen .elem .mc2_ac {
	right: 0;
}
.themenboxen .elem {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	color: #606060;
}
.themenboxen img {
	width: 100%;
}
.themenboxen .elem .caption {
	padding: 25px;
}
.themenboxen .elem .content {
	background-color: #f0f0f0;
	transition: background-color 0.25s, box-shadow 0.25s;
}
.themenboxen .elem .content:hover,
.themenboxen .elem .content:focus {
	background-color: #e0e0e0;
	box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.themenboxen .elem .image {
	position: relative;
}
.themenboxen .elem .image + .caption {
	padding: 15px;
}
.themenboxen .elem .icon {
	padding-top: 15px;
	text-align: center;
}
.themenboxen .elem .icon + .caption {
	padding: 5px 15px 15px;
	text-align: center;
}
.themenboxen .elem .icon i {
	font-size: 2.8em;
	margin-right: 0;
	text-align: center;
}
.themenboxen h2, .themenboxen h3, .themenboxen h4, .themenboxen h5, .themenboxen h6 {
	margin: 0;
}
/* Neue Flexbox Themenboxen */
.cards {
	background-color: #E9ECEE;
}
.cards > a {
	min-height: 100%;
	color: #18171C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: background-color 0.25s, box-shadow 0.25s;
}
.cards > a:hover,
.cards > a:focus {
	background: #e0e0e0;
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.cards img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	display: block;
}
.cards .image {
	position: relative;
	overflow: hidden;
}
.cards .image .bg-img {
	background: center center/cover no-repeat;
	padding-top: 66.666%;
}
.cards .image small, .cards .image .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #444;
}
.cards .icon {
	padding: 15px 15px 15px 25px;
	text-align: center;
}
.cards .icon i {
	font-size: 21px;
	line-height: 1;
	margin-right: 0;
	text-align: center;
	color: #2A72B8;
}
.cards > a .icon {
	color: #606060;
}
.cards .caption {
	padding: 25px 25px 10px;
}
.cards .image + .caption {
	padding: 25px 25px 10px;
}
.cards .icon + .caption {
	padding: 0 15px 15px;
	text-align: left;
}
.cards .caption .title {
	font-size: 1.3125rem;
	font-weight: 700;
	margin-bottom: 7px;
}
.cards .icon + .caption .title {
    font-size: 1.1875rem;
}

@media screen and (max-width: 960px) {
    .cards .caption .title {font-size: 1.25rem}
    .cards .icon + .caption .title {font-size: 1.125rem}
    .cards {flex-basis: calc(50% - 30px);width:calc(50% - 30px)}
    .cards.flex-col-1 {flex-basis: 100%;width: 100%;}
}
@media screen and (max-width: 680px) {
    .cards {flex-basis: 100%;width: 100%;}
}

.icon-tb .cards .caption p {
	margin-bottom:0;
}
.icon-tb .cards > a {
    flex-direction: row;
}
.icon-tb .cards > a .caption {
    align-self: center;
    padding: 0;
}
.liste-bild img, .image-single img, .image-gallery img {
	width: 100%;
	display: block;
}
.image-single img, .image-gallery img {
	transition: all 0.2s ease-out;
}
.image-gallery a:hover img, .image-single a:hover img,
.image-gallery a:focus img, .image-single a:focus img {
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.image-gallery {
	margin-top: 30px;
	margin-bottom: 20px;
}
.image-gallery .mc2_ac {
	right: 0;
	max-width: calc(100% - 30px);
}
.image-gallery .row {
	margin-left: -5px;
	margin-right: -5px;
}
.image-gallery .elem {
	margin-bottom: 10px;
}
.image-gallery .column-1, .image-gallery .column-2, .image-gallery .column-3, .image-gallery .column-2x3, .image-gallery .column-4, .image-gallery .column-2x4, .image-gallery .column-3x4, .image-gallery .column-5, .image-gallery .column-2x5, .image-gallery .column-3x5, .image-gallery .column-4x5, .image-gallery .column-6, .image-gallery .column-2x6, .image-gallery .column-3x6, .image-gallery .column-4x6, .image-gallery .column-5x6, 
.image-gallery .column-sm-1, .image-gallery .column-sm-2, .image-gallery .column-sm-3, .image-gallery .column-sm-2x3, .image-gallery .column-sm-4, .image-gallery .column-sm-2x4, .image-gallery .column-sm-3x4, .image-gallery .column-sm-5, .image-gallery .column-sm-2x5, .image-gallery .column-sm-3x5, .image-gallery .column-sm-4x5, .image-gallery .column-sm-6, .image-gallery .column-sm-2x6, .image-gallery .column-sm-3x6, .image-gallery .column-sm-4x6, .image-gallery .column-sm-5x6 {
	padding-left: 5px;
	padding-right: 5px;
}
.toggler-title {
	background-color: #f0f0f0;
	padding: 5px 35px 5px 10px;
	font-size: 1.3em;
	font-weight: 300;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
	clear: both;
}
.toggler-title::after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em;
	color: #666;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom:4px;
}
.toggler-title.active::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom:2px;
}
.toggler-link {
	padding: 5px 35px 5px 0;
	position: relative;
	clear: both;
	cursor: pointer;
}
.toggler-link::after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom: 4px;
}
.toggler-link.active::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 2px;
}
.toggler-container {
	padding: 10px;
	margin-bottom: 10px;
}
/* -------------------------------------------------------
-- Layout-Optionen ---------------------------------------
------------------------------------------------------- */
body.jumbotronwidth-full .jumbotron.wrapper {
	width: 100%;
	padding: 0;
}
/* 
FB - ANPASSUNGEN seit dem 08.06.2020 
*/

/* 
+++ GENERELLES +++ 
*/

/* 
--> FLEX-ROW ANPASSUNG
*/
.flex-row.flex-anpassung {
    margin-right: -7.5px;
    margin-left: -7.5px;
    margin-bottom: 0;
}
.flex-row.flex-anpassung .flex-col-1,
.flex-row.flex-anpassung .flex-col-2,
.flex-row.flex-anpassung .flex-col-3,
.flex-row.flex-anpassung .flex-col-4,
.flex-row.flex-anpassung .flex-col-5,
.flex-row.flex-anpassung .flex-col-6 {
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 15px;
}
.flex-row.flex-anpassung .flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 15px);
	flex-basis: calc(50% - 15px);
	width: calc(50% - 15px);
}
.flex-row.flex-anpassung .flex-col-3 {
	-ms-flex-preferred-size: calc(33.333% - 15px);
	flex-basis: calc(33.333% - 15px);
	width: calc(33.333% - 15px);
}
.flex-row.flex-anpassung .flex-col-4 {
	-ms-flex-preferred-size: calc(25% - 15px);
	flex-basis: calc(25% - 15px);
	width: calc(25% - 15px);
}
.flex-row.flex-anpassung .flex-col-5 {
	-ms-flex-preferred-size: calc(20% - 15px);
	flex-basis: calc(20% - 15px);
	width: calc(20% - 15px);
}
.flex-row.flex-anpassung .flex-col-6 {
	-ms-flex-preferred-size: calc(16.666% - 15px);
	flex-basis: calc(16.666% - 15px);
	width: calc(16.666% - 15px);
}
@media screen and (max-width: 960px) {
    .flex-row.flex-anpassung .flex-col-3 {
    	-ms-flex-preferred-size: calc(50% - 15px);
    	flex-basis: calc(50% - 15px);
    	width: calc(50% - 15px);
    }
    .flex-row.flex-anpassung .flex-col-4 {
    	-ms-flex-preferred-size: calc(50% - 15px);
    	flex-basis: calc(50% - 15px);
    	width: calc(50% - 15px);
    }
    .flex-row.flex-anpassung .flex-col-5 {
    	-ms-flex-preferred-size: calc(50% - 15px);
    	flex-basis: calc(50% - 15px);
    	width: calc(50% - 15px);
    }
    .flex-row.flex-anpassung.image-gallery .flex-col-5 {
    	-ms-flex-preferred-size: calc(25% - 15px);
    	flex-basis: calc(25% - 15px);
    	width: calc(25% - 15px);
    }
    .flex-row.flex-anpassung .flex-col-6 {
    	-ms-flex-preferred-size: calc(33.333% - 15px);
    	flex-basis: calc(33.333% - 15px);
    	width: calc(33.333% - 15px);
    }
}
@media screen and (max-width: 680px) {
    .flex-row.flex-anpassung .flex-col-2,
    .flex-row.flex-anpassung .flex-col-3,
    .flex-row.flex-anpassung .flex-col-4,
    .flex-row.flex-anpassung .flex-col-5,
    .flex-row.flex-anpassung .flex-col-6 {
        -ms-flex-preferred-size: 100%;
    	flex-basis: 100%;
    	width: 100%;
    }
}

/* 
--> SCHRIFT 
*/
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty {display: none;}

h1 {font-size: 2.375rem;font-weight: 400; color: #2A72B8;}
h2 {font-size: 1.875rem;font-weight: 700; color: #2A72B8;}
h3 {font-size: 1.4375rem;font-weight: 700;}
h4 {font-size: 1.3125rem;font-weight: 700;}
h5 {font-size: 1.125rem;font-weight: 400;}
p {line-height: 29px;}

@media screen and (max-width: 960px) {
    h1, .folgeseite .page-title {font-size: 2.3125rem;font-weight: 400;}
    h2 {font-size: 1.625rem;}
    h3 {font-size: 1.375rem;}
    h4 {font-size: 1.25rem;}
    h5 {font-size: 1.0625rem;}
    p  {font-size: 1.125rem; line-height: 30px;}
    a, span {font-size: 1.125rem;}
}
@media screen and (max-width: 680px) {
    h1, .folgeseite .page-title {font-size: 2.1875rem;}
    h2 {font-size: 1.5625rem;}
    h3 {font-size: 1.4375rem;}
}

.doc-extension {color: #687980;}
.komfort {position:relative}

.startseite h1 {font-size: 1.875rem; font-weight: 700; text-align: center; margin-bottom:60px;}
.startseite h1:after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    background: #E84E0F;
    margin: 10px auto 0;
}
.startseite .start-image h1 {color: #fff;}
.startseite .start-image h1:after {background: #fff;}
.start-image .flex-row h1 {font-size: 1.4375rem;text-align: left;}
.start-image .flex-row h1:after {display: none;}
.start-image .flex-row p {color: #fff;}

a:hover, a:focus,
.start-services .cards a:hover, .start-services .cards a:focus {text-decoration: underline}
.cards a:hover, .cards a:focus {text-decoration: none}

address a[href^=mailto] {
    text-decoration: underline;
}

/* 
--> SYMBOLE 
*/
.folgeseite a[class^=csslink_]:before {font-family:"Font Awesome 5 Pro";font-size: 1rem;font-weight: 400;margin-right: 10px;color: #2A72B8; display:inline-block;}
.folgeseite a.csslink_ZIP:before {content:'\f1c6'}
.folgeseite a.csslink_grafik:before {content:'\f1c5'}
.folgeseite a.csslink_JPG:before {content:'\f1c5'}
.folgeseite a.csslink_JPEG:before {content:'\f1c5'}
.folgeseite a.csslink_PNG:before {content:'\f1c5'}
.folgeseite a.csslink_PDF:before {content:'\f1c1'}
.folgeseite a.csslink_DOCX:before {content:'\f1c2'}
.folgeseite a.csslink_DOC:before {content:'\f1c2'}
.folgeseite a.csslink_XLSX:before {content:'\f1c3'}
.folgeseite a.csslink_XLS:before {content:'\f1c3'}
.folgeseite a.csslink_MP3:before {content:'\f1c7'}
.folgeseite a.csslink_PPT:before {content:'\f1c4'}
.folgeseite a.csslink_PPTX:before {content:'\f1c4'}
.folgeseite a.csslink_intern:before {content:'\f054'}
.folgeseite a.csslink_extern:before {content:'\f14c'}
.folgeseite a.csslink_media:before {content:'\f1c5'}
.folgeseite a.csslink_text:before {content:'\f0f6'}
.folgeseite a.csslink_adresse:before {content:'\f015'}
.folgeseite a.csslink_bis:before {content:'\f046'}
.folgeseite a.csslink_veranstaltung:before {content:'\f073'}
.folgeseite a.csslink_beitrag:before {content:'\f044'}
.folgeseite a.csslink_rss:before {content:'\f09e'}
.folgeseite a.csslink_formular:before {content:'\f022'}

/*
--> COOKIE-HINWEIS
*/
.cookie-note.bottom {
	top: 0;
	bottom: auto;
}
#cookie-note {
	background: #687980;
	color: #fff;
	padding: 24px 60px;
}
#cookie-container {
    align-items: center;
}
.cookie-text {
    font-size: 1.125rem;
    padding-right: 25px;
}
.cookie-text p:last-child {
    margin-bottom:0;
}
.cookie-text a {
    color: #fff;
    text-decoration: underline;
}
.cookie-text a[class^="csslink_"]:before {
    display: none;
}
.cookie-buttons {
    flex-shrink: 0;
    align-items: center;
}
.cookie-note .btn {
	margin: 0;
}
.cookie-note .btn:first-child {
    margin-right: 5px;
    background: #fff;
    color: #3A609F;
    border: 1px solid #fff !important;
}
.cookie-note .btn:last-child {
    background: #687980;
    border: 1px solid #fff !important;
}

@media screen and (max-width: 960px) {
    #cookie-container {
        flex-direction: column;
    }
    .cookie-buttons {
        margin-top: 15px;
    }
}

/*
--> RANDSPALTE
*/
.randspalte .widget {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    border-top: 4px solid #2A72B8;
}
.randspalte .widget:last-child {
	margin-bottom: 0;
}
.randspalte .widget .widget {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.75em;
}
.randspalte .widget.bilder {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	border-top: 0;
}
.randspalte .widget.bilder .image-gallery {
	margin-top: 0;
	margin-bottom: -10px;
}
.randspalte .widget > :last-child {
	margin-bottom: 0;
}
.randspalte h1, .randspalte h2, .randspalte h3, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	font-size: 1.1875rem;
	font-weight: 700;
	padding: 15px;
}
.randspalte h1.primary-bg-color, .randspalte h2.primary-bg-color, .randspalte h3.primary-bg-color, .randspalte h4.primary-bg-color:first-child, .randspalte h5.primary-bg-color:first-child, .randspalte h6.primary-bg-color:first-child {
	border-bottom: 0;
	background: #fff;
	color: #2A72B8;
}
.randspalte h1:first-child, .randspalte h2:first-child, .randspalte h3:first-child, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	border-top: 0;
	margin: 0 0 15px;
	padding: 0;
}
.randspalte .widget.adressen .list-text {
    padding-top: 0;
}
.randspalte .widget.adressen .list-title {
    font-weight: 400;
    margin-bottom: 0;
}
.randspalte .widget.adressen i[title=Telefon],
.randspalte .widget.adressen i[title=Fax],
.site-footer .adressen i[title=Telefon],
.site-footer .adressen i[title=Fax]{
    width: auto;
}
.randspalte .widget.adressen i[title=Telefon]:before,
.randspalte .widget.adressen i[title=Fax]:before,
.site-footer .adressen i[title=Telefon]:before,
.site-footer .adressen i[title=Fax]:before{
    content: 'Telefon: ';
    font-size: 1.1875;
    font-family: 'Open Sans';
    font-weight: 400;
}
.randspalte .widget.adressen i[title=Fax]:before,
.site-footer .adressen i[title=Fax]:before{
    content: 'Fax: ';
}
.randspalte .widget.adressen .list-text {
    display: flex;
}
@media screen and (max-width: 560px) {
    .randspalte .widget.adressen .list-text {
        flex-direction: column;
    }
}
.randspalte .widget.adressen .column-1 {
    margin-right: 10px;
    width: auto;
}
.randspalte .widget.adressen .column-1 .list-img img {
    max-width: 200px;
}
.randspalte .widget.adressen .result-list > li, .result-list > dd, .result-list > div > dd {
	margin-bottom: 25px;
}


/*
--> FOOTER
*/
.site-footer .adressen .list-title {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.1875rem;
}
.site-footer > .flex-row {
    padding-top: 40px;
}
.site-footer h2:first-child {
    font-size: 1.1875rem;
    margin-bottom: 25px;
}

/* 
--> SONSTIGES 
*/
.startseite .main-row.row {
    margin:0;
}
.startseite .main-content-area.column-1{
    padding-left: 0;
    padding-right: 0;
}
.colorized, .farbiger-absatz {background: #FCEEE9;padding: 15px 25px;margin-bottom: .75em;}
ul {list-style: disc;}
ul, ol {padding-left:20px;}
ul ul, ol ol {padding-left: 30px;}
a.btn, button.btn, input.btn, .btn a {
    background: #2A72B8;
    color: #fff;
    padding: 13px 26px;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.125rem;
    box-shadow: none;
    border: 1px solid #2A72B8 !important;
}
a.backtotop,.folgeseite a.back {
    position: absolute;
	display: block;
	bottom: 20px;
	right: 60px;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	z-index: 500;
}
.folgeseite a.back {
    right: 100px;
}
.verteiler .cards .caption {padding: 15px 25px}
.verteiler .cards .caption .title {margin-bottom: 0}

#ortena-button-container, .chatbot-button {bottom: 50px; transform: none; position: absolute; user-select: none; right: 0;}
.chatbot-button {height: 100px}
.chatbot-button__anim-container {width:80px}
.chatbot-button__anim-container img.chatbot-button__icon--closed {height:80px}
.chatbot-button__anim-container img.chatbot-button__icon--opened {height:80px;opacity:0}
.chatbot-button__anim-container img {top:8px}
.chatbot-button:active .chatbot-button__text, .chatbot-button:focus .chatbot-button__text {text-decoration: none}
.chatbot-button__text {font-weight: 700;font-size: 1.25rem;padding-left: 120px;hyphens:none;position:relative;right:0;}
.folgeseite .jumbotron #ortena-button-container {display: none}

.inputs input {background: #F6F8FA; padding: 8px 25px; border:none; border-radius: 15px;}
.inputs select {background: #F6F8FA; padding: 8px 25px; border:none; border-radius: 15px;}
.inputs label {margin-bottom: 10px}

.abc-list li a:hover {
    color: #fff !important;
    text-decoration: none;
}

/*
--> ICONLEISTE
*/
.iconleiste-elem {
	position: fixed;
	right: 40px;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	z-index: 1015;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}
.startseite .icon-suche,
.startseite .icon-ortena {
    pointer-events: none;
}
.startseite .icon-suche.active-item,
.startseite .icon-ortena.active-item {
    pointer-events: auto;
}
.folgeseite .icon-suche,
.folgeseite .icon-ortena {
    opacity: 1 !important;
}
.menu-btn {
	top: 80px;
}
.icon-suche {
    top: 155px;
    opacity: 0;
    transition: opacity .5s ease;
}
.icon-suche input {
	height: 60px;
	border: none;
	border-radius: 60px;
	right: 0;
	width: 400px;
	display: none;
	position: absolute;
    opacity: 0;
    transition: opacity .5s ease;
    padding-left: 40px;
    padding-right: 75px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}
.icon-suche button {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.icon-suche i.far {
    margin: 0;
    font-size: 35px;
    color: #2A72B8;
}
.icon-ortena {
    top: 230px;
    opacity: 0;
    transition: opacity .5s ease;
    cursor: pointer;
}
.icon-ortena::after {
    content: '';
    display: block;
    background: url(assets/img/Ortena_grafik_normal.png);
    background-position: center center;
    background-size: contain;
    height: 60px;
    width: 60px;
}
.active-item,
input.active-item{
    display: block;
    opacity: 1;
    transition: opacity .5s ease;
}
#view-item1 {
    opacity: 1;
    transition: opacity 500ms ease;
}
.folgeseite #view-item1 {
    display: none;
}

.hide-item {
    opacity: 0 !important;
    transition: opacity 500ms ease;
}

/*
--> MODALES FENSTER / EILMELDUNG / TOPMELDUNG
*/
.modal-window-content {
    position: relative;
}
#modal-window-hide-x {
    position: absolute;
    right: 0;
    top: 20px;
    background: transparent;
    cursor: pointer;
}
#modal-window-hide-x i.far {
    font-size: 33px;
    color: #2A72B8;
    margin: 0;
}
.modal-window-overlay {
    max-width: 100%;
	width: 100%;
}
.modal-window-content .page-title {
    font-size: 1.4375rem;
    margin-bottom: 10px;
    text-align: left;
}
.modal-window-content .page-title::after {
    display: none;
}
.modal-window-content p.btn a {
    margin: 0;
    padding: 10px 60px 10px 30px;
}
.modal-window-content p.btn {
    position: relative;
}
.modal-window-content p.btn:after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 12px;
    color: #fff;
}
.modal-window-content > h1 {
    display: none;
}
.modal-window-content [class^=flex-col] {
    -ms-preferred-size: auto;
    flex-basis: auto;
    width: auto;
}
.modal-window.content [class^=flex-col]:first-child {
    flex-shrink: 1;
    flex-grow: 0;
}

/* 
--> MMENU 
*/
#mmobile-nav {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
#mmobile-nav.mm-menu_opened {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    background: #2A72B8;
}
.mm-menu_offcanvas {
	z-index: 1000;
}
.mm-wrapper__blocker {
	filter: none;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: none;
	transform: none;
	filter: blur(2px);
	transition: none;
	background: transparent;
}


/* 
--> NAVIGATION 
*/

.menu-btn a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius:50%;
    text-align: center;
}
.menu-btn i.far {
    margin: 0;
    font-size: 35px;
    line-height: 60px;
    color: #2A72B8;
}

/* 
-> NAVIGATION OFFEN
*/
.mm-panels .mm-navbar { display: none; }
.mm-menu_offcanvas {
	width: 80%;
	min-width: 240px;
	max-width: 50%;
}
@media screen and (max-width: 680px) {
    .mm-menu_offcanvas {
    	width: 100%;
    	max-width: 100%;
    }
}
.close-menu {
	position: absolute;
	top: 80px;
	right: 40px;
	background: #fff;
	border-radius: 50%;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
}
.close-menu i.far {
    color: #2A72B8;
    font-size: 35px;
    line-height: 60px;
    margin-right: 0;
}
.mm-navbars_top {
    margin-top: 80px;
}
.mm-navbars_top .mm-navbar {
    border-bottom: 0;
    background: #2A72B8;
}
.mm-panels {
    margin-top: 75px;
    background: #2A72B8;
}
.mm-menu a:link {
    color: #fff;
}
.mm-listitem__btn:not(.mm-listitem__text) {
	border-left: 0;
	position: absolute;
	right: 40px;
	padding-bottom: 47px;
}
.mm-btn::after, .mm-btn::before {
	border: 3px solid #fff;
}
.mm-panels > .mm-panel {
	background: #2A72B8;
}

.mm-btn_next::after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 17px;
	border-bottom: none;
	border-right: none;
	transition: transform .3s ease;
}
.mm-listitem_opened > .mm-listitem__btn::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 19px;
	transition: transform .3s ease;
}
.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
	background: transparent;
}
.mm-listitem::after {
	display: none;
}
.mm-btn_next::after, .mm-btn_prev::before {
	width: 11px;
	height: 11px;
}
.nlv_1 > li {
    border-top: 1px solid rgba(255,255,255,.2);
}
.nlv_1 > li:last-child {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nlv_1 > .mm-listitem a {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
}
.nlv_2 > .mm-listitem a {
    font-size: 1.4375rem;
    line-height: 1.4375rem;
    position: relative;
}
.nlv_2 > .mm-listitem a::before {
	content: '\f054';
	font-family: "Font Awesome 5 Pro";
	font-size: 35;
	font-weight: 300;
	position: absolute;
	left: 0;
}
.nlv_1 > .mm-listitem > a:first-child, .nlv_1 > .mm-listitem > a:first-child:hover {
	padding-left: 65px;
}
.nlv_2 {
    padding-left: 55px;
}
.nlv_2 > li {
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 1550px) {
    .nlv_2 > .mm-listitem {
        width: 50%;
    }
}

@media screen and (max-width: 960px) {
    .mm-navbars_top {margin-top: 60px}
    .close-menu {top: 60px;right:25px}
    .side-search {padding-left: 25px}
    .side-search button {font-size: 27px;padding:10px 20px}
    .nlv_1 > .mm-listitem > a:first-child, .nlv_1 > .mm-listitem > a:first-child:hover {padding: 25px;font-size:2rem;font-weight:700;}
    .mm-listitem__btn:not(.mm-listitem__text) {right: 25px;padding-bottom:73px}
    .nlv_2 {padding-left: 15px}
}
@media screen and (max-width: 680px) {
    .close-menu{background: transparent}
    .close-menu i.far{color:#fff;font-size: 30px;top: 50px;}
    .mm-navbars_top {margin-top: 80px}
    .side-search {padding: 0 25px; margin:0}
    .nlv_1 > .mm-listitem > a:first-child, .nlv_1 > .mm-listitem > a:first-child:hover {padding: 18px 25px; font-size:1.1rem;font-weight:700;}
    .nlv_2 {font-size: 1.1875rem}
    .nlv_2 > .mm-listitem {width: 100%}
    .mm-panels {margin-top: 40px}
    .mm-listitem__btn:not(.mm-listitem__text) {padding-bottom:59px}
}


/* 
--> TOP-BAR 
*/
.top-bar {
    justify-content: flex-end;
}
.top-bar li { /* TEMPORÄR */
    display: inline-block;
    margin-bottom: 0;
}
.top-bar ul { /* TEMPORÄR */
    margin: 0;
    margin-left: 30px;
}

/* 
--> ACCORDION 
*/
.accordion-title {
	padding: 13px 20px;
	margin-bottom: 0;
	margin-top: 8px;
	background: #EAEDEF;
}
.accordion-title, .accordion-title span {
	color: #18171C;
    font-size: 1.1875rem;
    font-weight: 700;
}
.accordion-title.active, .accordion-title.active span {
	color: #2A72B8;
}
.accordion-container {
	background: #EAEDEF;
	padding: 10px 20px;
}
.accordion-title i {
	color: #2A72B8;
}

/*
--> DIENSTLEISTUNGEN DETAILSEITE
*/
.dienstleistungen aside {margin-top: 40px}
.dienstleistungen .widget {margin-bottom: 40px;}
.dienstleistungen .widget.dokumente {box-shadow: none;border-bottom: 1px solid #B8C3C5;border-top: 1px solid #B8C3C5; margin-bottom: 0;}
.dienstleistungen .widget.links_diverse {box-shadow: none;border-bottom: 1px solid #B8C3C5; border-top: 0;}
.dienstleistungen .widget.dokumente h3 {font-family: 1.4375rem; color: #18171C;}


/* 
CARDS-SLIDER 
*/
ul.slides {padding-left: 0;list-style:none;}
ul.slides li {height: 100%;}
.cards-slider .flex-control-nav, .mix-slider .flex-control-nav {display:block;list-style: none; padding: 0; margin:0; text-align: center;}
.cards-slider .flex-control-nav li, .mix-slider .flex-control-nav li {display: inline-block;}
.cards-slider .flex-control-nav i, .mix-slider .flex-control-nav i {margin-right: 10px;}
.cards-slider .flex-control-nav li:last-child i, .mix-slider .flex-control-nav li:last-child i {margin-right: 0;}
.cards-slider .flex-control-nav a, .mix-slider .flex-control-nav a {color: #B8C3C5;}
.cards-slider .flex-control-nav a.flex-active, .mix-slider .flex-control-nav a.flex-active {color: #2A72B8;}
/* 
+++ STARTSEITE +++ 
*/

/* 
--> JUMBOTRON 
*/
.jumbotron {
    position: relative;
}
.startseite .jumbotron::after {
	content: '';
	display: block;
	width: 100%;
	background: url(assets/img/Bogen_1920px.svg);
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	background-position: center bottom;
	z-index: 70;
	height: 33px;
	bottom: 0;
}
.logo {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 100%;
    max-width: 430px;
    z-index: 70;
}
.folgeseite .logo {
    max-width: 300px;
}
@media screen and (max-width: 960px) {
    .folgeseite .logo {
        max-width: 226px;
        top: 20px;
        left: 25px;
    }
}
@media screen and (max-width: 680px) {
    .folgeseite .logo {
        max-width: 135px;
    }
}

.pop_up {
    background: #e84e0f;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.pop_up * {
    color: #fff;
}
.pop_up h1,
.pop_up h2,
.pop_up h3,
.pop_up h4,
.pop_up h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.pop_up .btn a {
    background: #fff;
    padding: 5px 10px;
    font-size: 1rem;
    border: 1px solid #fff !important;
}
.pop_up > i {
    cursor: pointer;
    user-select: none;
}
@media screen and (max-width: 1150px) {
    .pop_up {
        margin-right: 15px;
        margin-left: 15px;
    }
    .pop_up h2 {
        font-size: 1.1rem;
    }
    .pop_up p {
        font-size: 1rem;
        line-height: 1rem;
    }
}

.suche_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 70;
    width: 100%;
    max-width: 720px;
}
.suche {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 70;
    width: 100%;
    max-width: 720px;
}
.suche_container .suche {
    position: relative;
}
.suche label {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 63px;
    display: block;
    margin-bottom: 10px;
}

/* 
--> START-ICONBAR 
*/
.start-iconbar .cards {
    background: transparent;
    margin: 0 10px 30px;
}
.start-iconbar .icon-tb .cards > a {
	flex-direction: column;
}
.start-iconbar .icon {
    padding: 10px 0 0;
}
.start-iconbar .icon i {
    font-size: 35px;
    color: #2A72B8;
    font-weight: 700;
}
.start-iconbar .cards .icon + .caption .title {
    font-size: 1.375rem;
    font-weight: 400;
    color: #2A72B8;
}
.start-iconbar .icon-tb .cards > a .caption {
	align-self: center;
	padding: 10px 0;
}

@media screen and (max-width: 960px) {
    .start-iconbar .icon-tb .cards > a {
        flex-direction: row;
    }
    .start-iconbar .icon i {
    	font-size: 25px;
    	color: #2A72B8;
    	font-weight: 400;
    	padding-right: 10px;
    }
    .start-iconbar .cards .icon + .caption .title {
        font-size: 1.125rem;
        font-weight: 700;
        color: #2A72B8;
    }
    
}
@media screen and (max-width: 680px) {
    .start-iconbar.wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .start-iconbar .cards {
    	-ms-flex-preferred-size: calc(100%);
    	flex-basis: calc(100%);
    	width: calc(100%);
    	border-bottom: 1px solid rgba(42,114,184,.2);
    	padding-right: 25px;
    	padding-left: 25px;
    }
    
}

/* 
--> START-SERVICES 
*/
.start-services {
    margin-top: 60px;
    margin-bottom: 75px;
}
.start-services .cards {
    background: #E9ECEE;
}
.start-services .icon {
    display: flex;
}
.start-services .title {
    align-self: center;
    text-align: left;
}
.start-services .icon {
    padding: 15px 30px 15px 20px;
    position: relative;
}
.start-services .icon i {
    color: #2A72B8;
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
}
.start-services .title p {
    margin-bottom: 0;
    font-size: 1.3125rem;
    font-weight: 700;
}
.start-services .icon + .caption {
    padding: 0 30px 15px 20px;
    margin-top: 0;
    text-align: left;
}
.start-services .caption ul {
    margin-bottom: 15px;
}
.start-services .caption li {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(184,195,197,.64);
    font-size: 1.125rem;
}
.start-services .caption i {
    color: #3A609F;
    height: 26px;
    margin-right: 0;
}
.dl-more {
    display: none;
    justify-content: center;
    flex-direction: column;
}
.icon-hide {
    display: none;
}

/* Eingefügter Corona-Button */
.start-services .icon-tb .cards > a {
    justify-content: center;
    color: #fff; }
.start-services .icon-tb .cards,
.start-services .icon-tb .cards > a:focus,
.start-services .icon-tb .cards > a:hover {
    background: #2A72B8; }
.start-services .icon-tb .icon {
    padding-right: 0;
    padding-left: 0;}
.start-services .icon-tb .icon i {
    color: #fff;
    display: inline-block;}
.start-services .icon-tb .title {
    font-size: 1.5rem !important; }

/* 
--> START-IMAGE 
*/
.start-image {
    background: #2A72B8;
}
.start-image .flex-row {
    margin-bottom: 0;
}
.start-image .flex-row [class^=flex-col] {
    align-self: center;
    margin-bottom: 0;
}
.iframe-message {
	background-color: #E9ECEE;
}
.iframe-wrap {
    padding-bottom: 55% !important;
}
.start-image .iframe-message p {
    color: #18171C;
}
@media screen and (max-width: 960px) {
    .start-image .wrapper {
        margin: 0;
        padding:0;
    }
    .start-image .flex-col-2 {
        flex-basis: 100%;
        width: 100%;
    }
    .start-image .flex-col-2:last-child {
        padding: 25px 100px 35px;
        text-align: center;
    }
    .start-image .flex-row h1 {
    	font-size: 1.875rem;
    	text-align: center;
    }
}

/* 
--> START-LOGOS 
*/
.start-logos {
    padding: 15px 50px;
}
.themenboxen-slider {
    position: relative;
    margin-right: 35px;
    margin-left: 35px;
}
.themenboxen-slider .slides {
    padding: 0;
    z-index: 1;
}
.themenboxen-slider .ikiss-direction-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: calc(100% + 70px);
	margin: 0;
	list-style: none;
	padding: 0;
	margin-left: -35px;
	z-index: 0;
}
.themenboxen-slider .cards {
    background: transparent;
    height: 215px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.themenboxen-slider .cards > a {
    justify-content: center;
    align-items: center;
}
.themenboxen-slider .cards a:hover,
.themenboxen-slider .cards a:focus {
    background: #fff;
    box-shadow: none;
}
.themenboxen-slider .cards a:hover img {
    opacity: 1;
}
.themenboxen-slider img {
    max-height: 150px;
    opacity: .5;
    filter: grayscale(1);
}
.themenboxen-slider img {

}
.themenboxen-slider .caption {
    display: none;
}
.themenboxen-slider .ikiss-direction-nav i {
    color: #2A72B8;
    font-size: 1.685rem;
    margin: 0;
}

/* --> SITE-FOOTER */
.site-footer {
    position: relative;
    padding: 0;
    overflow:hidden;
}
.site-footer address a[href^=mailto] {
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
}
.site-footer address a[href^=mailto]:hover,
.site-footer address a[href^=mailto]:focus{
    text-decoration: underline;
}
.site-footer > div:nth-child(2) {
    position: relative;
    overflow:hidden;
}
.site-footer > div:nth-child(2)::after {
    content: '';
    display:inline-block;
    position: absolute;
    background: url(assets/img/adler_footer-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 15px;
    top: 0;
    max-width: 100%;
    width: 390px;
    overflow:hidden;
    background-position-x: right;
}
.nav-social,
.site-footer > .flex-row {
    padding: 22px 50px;
}
.nav-social {
    background: #CAD1D6;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav-social ul {
    margin: 0;
}
.nav-social nav {
    margin: 0;
}
.nav-social li > a {
    color: #18171C;
    font-weight: 400;
}
.nav-social a:not(:first-child) {
    margin-left: 23px;
}
.sociallinks {
    display: flex;
}
.sociallinks li {
    margin: 0;
}
.sociallinks li:not(:first-child) {
    margin-left: 25px;
}
.sociallinks a i {
    font-size: 27px;
    color: #18171C;
    margin-right: 0;
    line-height: 0;
}

/* DL mit Randspalte */
.dl_mit_rand {
    margin: 0 -15px;
}

/* Newsroom */
/*.tabs {list-style: none;padding: 0;}
.ui-tabs-tab {
    display:inline-block;
    background: transparent !important;
    margin: 0;
    color: #fff;
}
.tab-link.btn {
    padding: 5px 10px;
    border: 1px solid #2A72B8;
    background: transparent;
    color: #2A72B8;
    cursor:pointer;
}
.tab-link.btn.aktiv,
.tab-link.btn:hover,
.tab-link.btn:focus {
    color: #fff;
    background: #2A72B8;
}*/
.ui-tabs-tab {display: inline-block;margin:0;}
.ui-tabs-anchor.btn {margin:0;}
.ui-tabs-active {background: transparent !important;}
.tab-content {display: none;}
.tab-content.aktiv {display:block;}

@media screen and (max-width: 1440px) {
    .logo {max-width: 300px;top: 45px;left: 25px}
}
@media screen and (min-width: 1440px) and (max-height: 700px) {
    .logo {max-width: 300px;top: 45px;left: 25px}
}

@media screen and (max-width: 1120px) {
	.wrapper {padding-left: 25px;padding-right: 25px}
	.suche {max-width: 620px;top: 40%}
	.nav-social {flex-direction: column;padding:25px;}
	.sociallinks {margin-top: 20px}
	.site-footer > .flex-row {padding: 40px 25px}
    .site-footer > .flex-row .flex-col-2:first-child {display: none}
    .site-footer > .flex-row .flex-col-2 {flex-basis: 100%;width: 100%}
    .mm-menu_offcanvas {width: 100%;max-width: 100%}
    
    .chatbot-button {height: 90px;width: 200px}
    .chatbot-button__anim-container img {top: 7px;}
    .chatbot-button__anim-container img.chatbot-button__icon--closed {height: 70px}
	.chatbot-button__anim-container img.chatbot-button__icon--opened {height: 70px;opacity: 0}
    .chatbot-button__text {font-weight: 700;font-size: 1rem;padding-left: 90px;hyphens: none;position: relative; right:0}
}
@media screen and (max-width: 960px) {
    .box-hide {
        display: none;
    }
    .dl-more {
        display: flex;
        position: relative;
        top: 0;
        transition: top .3s ease-in-out;
        font-size: 1.125rem;
        color: #2A72B8;
        margin-top: 20px;
        cursor: pointer;
        user-select: none
    }
    .dl-more:hover {
        text-decoration: none;
        top: 5px;
        transition: top .3s ease-in-out;
    }
    .start-services {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .startseite h1 {
        margin-bottom: 50px;
        font-size: 1.625rem;
    }
    .start-services .title p {
        font-size: 1.1875rem;
    }
    .iframe-wrap {
        padding-bottom: 55% !important;
    }
    .start-image .flex-row h1 {
        margin-bottom: 25px;
    }
    .start-logos {
    	padding: 0;
    }
    .startseite .site-content {
        padding-bottom: 0;
    }
    .themenboxen-slider .cards {
    	height: 140px;
    	width: 150px !important;
    }
    .themenboxen-slider img {
    	max-height: 100px;
    }
    .themenboxen-slider {
     	margin-right: 25px;
    	margin-left: 25px;
    }
    .themenboxen-slider .ikiss-direction-nav {
    	display: none;
    }
    .quickmenu ul a {
    	font-size: 1rem;
    }
    .site-footer > .flex-row {
	    padding: 40px 25px 0;
    }
    .nlv_2 > .mm-listitem a {
    	font-size: 1.3125rem;
    	line-height: 1.3125rem;
    }
    a.backtotop,.folgeseite a.back {
	    right: 25px;
    }
    .folgeseite a.back {
        right: 65px;
    }
    .randspalte h1, .randspalte h2, .randspalte h3, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
    	font-size: 1.125rem;
    }
    .quickmenu ul a {
    	margin-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .logo {
        max-width: 220px;
        top: 20px;
    }
    .suche label {
        font-size: 50px;
    }
    .cookie-note .cookie-text p {
        font-size: 1rem;
        line-height: 25px;
    }
    .cookie-buttons .btn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 680px) {
	::-webkit-input-placeholder {
        color: #6288AF;
        opacity: 1;
        font-style: italic;
        font-size: .95rem;
    }
        ::-moz-placeholder {
        color: #6288AF;
        opacity: 1;
        font-style: italic;
        font-size: .95rem;
    }
        :-ms-input-placeholder {
        color: #6288AF;
        opacity: 1;
        font-style: italic;
        font-size: .95rem;
    }
        :-moz-placeholder {
        color: #6288AF;
        opacity: 1;
        font-style: italic;
        font-size: .95rem;
    }

	
	#ortena-button-container, .chatbot-button {
    	bottom: 60px;
    }
    .suche input, .side-search input {
    	font-size: .95rem;
    	padding-left: 15px;
    }
    .side-search button {
    	padding: 5px 20px;
    }
    
    .nlv_2 > .mm-listitem a {
    	font-size: 1.1rem;
    	line-height: 1.1rem;
    }
	#cookie-note {
    	padding: 15px;
    }
    .site-content {
    	padding-top: 15px;
    }
    .dienstleistungen > div > h2:first-child {
        margin-top: 0;
        margin-bottom: 45px;
    }
    .wrapper {
	    padding-left: 25px;
	    padding-right:25px;
	}
	.site-header .logo {
		text-align: center;
		margin-bottom: 15px;
		max-width: 160px;
		top: 5px;
		left: 20px;
	}
	.folgeseite .site-header .logo {
    	max-width: 100px;
    }
	.iconleiste-elem {
    	position: fixed;
    	right: 10px;
    	width: 60px;
    	height: 60px;
    	background: #fff;
    	border-radius: 50%;
    	z-index: 1015;
    	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    }
	.site-footer .quickmenu ul a {
		margin-right: 5px;
		margin-left: 0;
	}
	.site-footer > .flex-row {
	    padding-top: 25px;
	}

	.suche {top:28%; width: calc(100% - 50px)}
	.suche label {font-size: 42px}
	.suche form {max-width: none;width: 100%}
	.icon-suche input {width: 340px;}
	
	.chatbot-button {background-color: rgba(202,209,214,0.8)}
	.chatbot-button {max-height: 90px;width: 210px;}
	.chatbot-button__text {padding-left: 95px}
	.top-bar {
	    padding: 5px 15px;
	}
	body.full-width.startseite .slogan {
		font-size: 2em;
	}
	.randspalte {
		padding-top: 30px;
		/*border-top: 1px solid #B8C3C5;*/
	}
	.randspalte:before {
	    content:'';
	    position: absolute;
	    display: block;
	    height: 1px;
	    width: calc(100% - 30px);
	    background: #B8C3C5;
	    left: 15px;
	    top: 0;
	}
	.box-hide {
	    display: block !important;
	}
	.dl-more {
	    display: none;
	}
	.links-hide {
	    display:none;
	}
	
	/* Anpassung temporär */
	.iconleiste-elem {
	    width: 40px;
	    height: 40px;
	}
	.menu-btn {
	    top: 60px;	}
	.icon-suche {
	    top: 110px;
	}
	.icon-ortena {
	    top: 160px;
	}
	.menu-btn a,
	.icon-suche button,
	.icon-ortena:after{
	    width: 40px;
	    height: 40px;
	}
	.menu-btn i.far {
	    line-height: 40px;
	}
	.menu-btn i.far,
	.icon-suche i.far {
	    font-size: 25px;
	}
	.icon-suche input {
	   height: 40px;
	   border-radius: 40px;
	}
	.close-menu {
	    top: 10px;
	}

	/**/
	.start-services .icon .icon-hide {
	    display: block;
	    position: absolute;
	    right: 15px;
	    margin-right: 0;
	    font-weight: 300;
	    cursor: pointer;
	}
	.start-image .flex-col-2:last-child {
    	padding: 25px;
    }
    .quickmenu, .sociallinks {
        text-align: center;
        justify-content: center;
    }
    .quickmenu ul a {
    	font-size: .9375rem;
    }
    .site-footer h2:first-child {
    	font-size: 1rem;
    }
    .flex-row.flex-anpassung.image-gallery .flex-col-5 {
    	-ms-flex-preferred-size: calc(50% - 15px);
    	flex-basis: calc(50% - 15px);
    	width: calc(50% - 15px);
    }
    .start-image .flex-row h1 {
        font-size:  1.2778rem;
    }
}
/* BITV: Fokus-Hervorhebung bei Tastaturbedienung */
/* Browser-Formatierung zuruecksetzen */
:focus {
    border: 0;
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
/* Generelle Formatierung ueber Klasse hinzufuegen */
.tab-focus {
    outline: 2px solid #000;
    outline-offset: 2px;
    z-index: 9999;
}
/* Ausnahmen oder Ergaenzungen fuer besondere Elemente */
.sr-jump .tab-focus,
.sprungziel .tab-focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#nav .tab-focus {
	position: relative;
    z-index: 79;
}
a.btn.tab-focus::after,
button.btn.tab-focus::after,
input.btn.tab-focus::after,
.btn a.tab-focus::after,
span.ikiss-field-button input.tab-focus::after {
    display: none !important;
}