html {
	font-size: 1rem;
}
body {
    font-size:1.375em;
    line-height:1.33333em;
    color:#333333;
    -moz-hyphens: auto;
    hyphens: auto;
}
html.frontend {
	background-color: #e8e8e8;
	background-color: var(--secondarycolor, #e8e8e8);
	overflow-x: hidden;
}
html.frontend body {
	background-color: #fff;
	overflow-x: hidden;
}
/*
*[id] {
    scroll-margin-top: 130px;
}
*/
.text-top .unstyled-list {
    font-weight:600;
    padding-left:10px;
    position:relative;
}
.text-top .unstyled-list li i {
	position: absolute;
	left: -10px;
	top: .25em;
	font-size: .454545em;
	line-height: 2.2em;
}
.txt-xl {
    font-size:1.454545em;
    hyphens:none;
}
/*Sprungmarken*/
.site-main :target:before {
	content: "";
	display: block;
	height: 135px; 
	margin: -135px 0 0;
}
h1 {
    font-size:2.5em;
    font-weight:600;
}
h2 {
    font-weight:600;
}
.folgeseite h2 {
    font-family:"Source Serif Pro";
}

.emotional {
   font-family:"Source Serif Pro"; 
}
h2.emotional {
    font-size:2.5em;
    font-weight:600;
    line-height:1em;
    
}
.startseite .text1 h2.emotional {
    hyphens:none;
    margin-bottom:0em;
}
.startseite .text-bottom .cards .caption .title, .folgeseite h2.not-emotional {
    font-family: "Source Sans Pro", sans-serif;
}
.wrapper {
    width:1520px;
}
.wrapper.wide {
    width:1700px;
}
.folgeseite .wrapper {
    width:1496px;
}
.folgeseite .wrapper.rsp-bottom-wrapper {
    padding-left:0;
    padding-right:0;
}
.page-title {
	font-size: 2em;
	margin: 0 0 0.75em;
}
ol.ikiss-ordered-list li,  ul.ikiss-unordered-list {
    color:#0068B4;
}
ol.ikiss-ordered-list li::marker, ul.ikiss-unordered-list li::marker {
    color: #FECC00;
}
ul.ikiss-unordered-list li::marker {
	content: '\f054' '\00A0';
	font-family: 'Font Awesome 5 Pro';
	font-size:.8em;
	margin-right:5px;
}
.top.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 67;
	margin: auto;
	-webkit-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.15);
}
.top-bar {
	display: block;
	width: 100%;
	padding-top: 25px;
	padding-bottom:25px;
	background-color:rgba(0, 104, 180, 1);
	transition:all .25s ease-in-out;
}
.top.sticky .top-bar {
    background-color:rgba(0, 104, 180, .85);
    padding-top: 10px;
	padding-bottom:10px;
}
.top.sticky .headerheight, .top.sticky .csslink_intern {
    height:70px;
}
.top.sticky .logo .headerheight img, .top.sticky .logo .csslink_intern img {
    max-height:70px;
}
.top-bar .flex-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
	margin: auto;
}
.top-bar [class*="flex-col-"] {
	--flex-gap-column: var(--margin, 15px);
	margin: 0 15px;
	margin: 0 var(--margin, 15px);
}
/*MMenu*/
.mm-menu {
		--mm-color-background: rgba(0, 104, 180, 1);
        --mm-color-text: #fff !important;
        --mm-color-icon: #fff !important;
        --mm-color-button: #fff !important;
        --mm-color-border:rgba(255,255,255,.15);
        --mm-navbar-size: 50px;
}
.mm-navbar, .mm-navbar a {
    color: var(--mm-color-text);
}

.mm-btn_close::after, .mm-btn_close::before {
    width:10px;
    height:10px;
}
.mm-btn_close::before {
    right:11px;
}
.mm-navbar__breadcrumbs > span:first-of-type,.mm-navbar__breadcrumbs > a:first-of-type {
    display:none;
}
.mm-navbar__breadcrumbs span {
    font-weight:600;
}
.mm-navbars_top .mm-navbar:first-child {
    justify-content:flex-end;
}
.mm-btn_prev.mm-btn {
    display:block;
    width:100%;
    text-align:left;
}
.mm-btn_prev::after {
    content:"zurück";
    position:absolute;
    top:0;
    bottom:2px;
    margin:auto;
    height:1em;
    left:35px;
    border:none;
}
.mm-listitem::after {
    inset-inline-start:0;
}
.mm-navbars_top .mm-navbar:last-child {
    --mm-color-background:#043e64;
    border-top:4px solid #FFCC01;
}
.mm-panels {
    --mm-color-background:#055286;
}
.nlv_1.mm-listview li{
    padding-right:50px;
}
.nlv_1.mm-listview li .mm-listitem__text i {
    position:absolute;
    width:50px;
    height:1em;
    line-height:1em;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    text-align:center;
}
.nlv_1.mm-listview .mm-listitem__btn {
    border-left:0;
}
.mm-listview:not(.nlv_1) .mm-listitem__btn:not(.mm-listitem__text) {
    background-color:#034a78;
}
#nav-mob,
.masthead {
	padding-top: 15px;
	padding-top: var(--padding, 15px);
}
.main-navigation {
	width: 100%;
	border-right: none;
	border-left: none;
}
.main-navigation .wrapper {
	padding: 0;
}
.main-navigation a {
	font-weight: 300;
}
.main-navigation li {
	float: left;
	list-style: none;
}
.main-navigation .nlv_2 a,
.main-navigation .nlv_2 span {
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	color: #fff;
	color: var(--primarytextcolor, #fff);
	padding: 15px 30px;
	padding: var(--padding, 15px) var(--padding-lg, 30px);
}
.main-navigation ul li ul {
	visibility: hidden;
	-webkit-transition: 0s 0.125s;
	transition: 0s 0.125s;
}
.main-navigation .nlv_1 > li > a,
.main-navigation .nlv_1 > li > span {
	display: inline-block;
	position: relative;
	font-size: 1.4em;
	font-weight: 400;
	padding: 10px 20px;
}
.main-navigation .nlv_1 > li > a::after,
.main-navigation .nlv_1 > li > span::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 4px solid rgba(0, 0, 0, 0.2);
	z-index: 2;
	margin: 0 15px;
	margin: 0 var(--margin, 15px);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .25s linear;
	transition: .25s linear;
}
.main-navigation .nlv_1 > li:hover > a::after,
.main-navigation .nlv_1 > li.focus-within > a::after,
.main-navigation .nlv_1 > li.focus-within > span::after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.main-navigation .nlv_1 > li:focus-within > a::after,
.main-navigation .nlv_1 > li:focus-within > span::after,
.main-navigation .nlv_1 > li > a:focus-within::after,
.main-navigation .nlv_1 > li > span:focus-within::after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.main-navigation .nlv_1 {
	position: relative;
	width: 100%;
}
.main-navigation .nlv_1::after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.main-navigation .nlv_2 {
	position: absolute;
	left: 0;
	z-index: 70;
	width: 100%;
	padding: 0 0 25px;
}
.main-navigation .nlv_2 * {
	position: relative;
	z-index: 70;
}
.main-navigation .nlv_1 ul::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
}
.main-navigation .nlv_1 ul::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	width: 100%;
	height: 100%;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.main-navigation.transparent .nlv_1 ul::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.main-navigation.transparent .nlv_1 ul::before {
	display: none;
}
.main-navigation .nlv_2 > li {
	position: relative;
	float: left;
	width: 33.333%;
}
.main-navigation a,
.main-navigation span {
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}
.main-navigation .nlv_1 > li.npt_on > a,
.main-navigation .nlv_1 > li.npt_on > span {
	background-color: rgba(0,0,0,0.15);
}
body.superdropdown-menu .main-navigation .nlv_1 > li:hover > a,
body.superdropdown-menu .main-navigation .nlv_1 > li.focus-within > a,
body.superdropdown-menu .main-navigation .nlv_1 > li.focus-within > span,
body.superdropdown-menu .main-navigation .nlv_2 > li > a:hover,
body.superdropdown-menu .main-navigation .nlv_2 > li > a:focus,
body.superdropdown-menu .main-navigation .nlv_2 li > a.hover,
body.superdropdown-menu .main-navigation .nlv_2 li.hover,
body.superdropdown-menu .main-navigation .nlv_3 > li > a:hover,
body.superdropdown-menu .main-navigation .nlv_3 > li > a:focus,
body.superdropdown-menu .main-navigation .nlv_3 li > a.hover,
body.superdropdown-menu .main-navigation .nlv_3 li.hover,
body.dropdown-menu .main-navigation li:hover > a,
body.dropdown-menu .main-navigation li:hover > span,
body.dropdown-menu .main-navigation li.hover > a,
body.dropdown-menu .main-navigation li.hover > span,
body.dropdown-menu .main-navigation li > a.hover,
body.dropdown-menu .main-navigation .nlv_3 > li > a:focus,
body.dropdown-menu .main-navigation li.focus-within > a,
body.dropdown-menu .main-navigation li.focus-within > span,
body.dropdown-menu .main-navigation li > a.focus-within {
	background-color: rgba(0, 0, 0, 0.1);
}
/* :focus-within muss wegen IE/Edge separiert werden */
.main-navigation .nlv_1 > li:focus-within > a,
.main-navigation .nlv_1 > li:focus-within > span,
.main-navigation .nlv_1 > li > a:focus-within,
.main-navigation .nlv_1 > li > span:focus-within,
body.dropdown-menu .main-navigation .nlv_2 > li:focus-within > a {
	background-color: rgba(0, 0, 0, 0.1);
}
body.superdropdown-menu .main-navigation .nlv_2 > li:hover > a:not(:hover):not(:focus),
body.superdropdown-menu .main-navigation .nlv_2 > li.focus-within > a:not(:hover):not(:focus),
body.superdropdown-menu .main-navigation .nlv_2 li.hover > a:not(:hover):not(:focus) {
	background-color: rgba(0, 0, 0, 0.025);
}
.main-navigation .nlv_3 li {
	width: 100%;
}
.main-navigation .nlv_3 a,
.main-navigation .nlv_3 span {
	display: block;
	width: 100%;
	font-size: 0.875em;
	font-weight: 300;
	padding: 5px 30px;
	padding: calc(var(--padding, 15px) / 3) var(--padding-lg, 30px);
	-webkit-transition: padding 0.25s ease-in-out;
	transition: padding 0.25s ease-in-out;
}
body.superdropdown-menu .main-navigation .nlv_3 > li > a:hover,
body.superdropdown-menu .main-navigation .nlv_3 > li > a:focus,
body.superdropdown-menu .main-navigation .nlv_3 li > a.hover,
body.superdropdown-menu .main-navigation .nlv_3 li.hover {
	padding-left: 35px;
}
.main-navigation .nlv_4 {
	display: none;
}
.main-navigation ul li:hover ul,
.main-navigation ul li a:focus + ul,
.main-navigation ul li a.hover + ul,
body.superdropdown-menu .main-navigation ul li a.hover + ul li ul,
.main-navigation ul li.focus-within ul {
	visibility: visible;
	transition-delay: 0.25s;
}
/* :focus-within muss wegen IE/Edge separiert werden */
.main-navigation ul li:focus-within ul {
	visibility: visible;
	transition-delay: 0.25s;
}
.breadcrumb {
	position: relative;
	width: 100%;
}
/*.breadcrumb.scrollable::after {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	left: var(--padding, 15px);
	z-index: 9;
	width: 50px;
	height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	pointer-events: none;
}*/
.breadcrumb ol {
	list-style: none;
	padding: 0;
	padding-top: 15px;
	padding-top: var(--padding, 15px);
	padding-bottom: 15px;
	padding-bottom: var(--padding, 15px);
	margin: 0;
}
.breadcrumb ol::-webkit-scrollbar {
	height: 6px;
    width: 6px;
    background: transparent;
}
.breadcrumb ol::-webkit-scrollbar-thumb {
    background: #cccccc;
    -webkit-border-radius: 12px;
}
.breadcrumb ol::-webkit-scrollbar-corner {
    background: #cccccc;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:not(:last-child) {
	margin-right: 0.5em;
}
.breadcrumb i[class*="fa-"] {
	color: #585858;
	color: var(--gray, #585858);
}
.breadcrumb li a {
	color: #585858;
	color: var(--gray, #585858);
}
.breadcrumb li.npt_last a {
	font-weight: 600;
	color: #2d8bbf;
	color: var(--linkcolor, #2d8bbf);
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #2d8bbf;
	color: var(--linkcolor, #2d8bbf);
}
.submenu {
	position: relative;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
}
.submenu.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
.submenu.toggle-submenu * {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu ul, .submenu ul li {
	list-style: none;
	padding: 0;
}
.submenu ul ul {
	padding-left: 15px;
	padding-left: var(--padding, 15px);
	margin: 0;
}
.submenu.toggle-submenu ul ul {
	padding-left: 0;
}
.submenu .nlv_1 > li > a {
	display: block;
	position: relative;
	font-size: 1.25em;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
	padding: 15px;
	padding: var(--padding, 15px);
}
.submenu .nlv_1 > li > a > span {
	position: relative;
}
.submenu .nlv_2 {
	padding: 15px 0;
	padding: var(--padding, 15px) 0;
}
.submenu .nlv_2 li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.submenu .nlv_2 a,
.submenu .nlv_2 span {
	display: block;
	text-decoration: none;
	color: #585858;
	color: var(--gray, #585858);
	padding: 5px 15px;
	padding: calc(var(--padding, 15px) / 3) var(--padding, 15px);
}
.submenu.toggle-submenu .nlv_2 a,
.submenu.toggle-submenu .nlv_2 span {
	padding: 7.5px 15px;
	padding: var(--padding-sm, 7.5px) var(--padding, 15px);
}
.submenu.toggle-submenu .nlv_2 a.childs,
.submenu.toggle-submenu .nlv_2 span.childs {
	padding-right: 45px;
	padding-right: calc(3 * var(--padding, 15px));
}
.submenu.toggle-submenu .nlv_2 .open-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	background-color: transparent;
	padding: 7.5px 0;
	padding: var(--padding-sm, 7.5px) 0;
	cursor: pointer;
}
.submenu.toggle-submenu .nlv_2 .open-close:hover,
.submenu.toggle-submenu .nlv_2 .open-close:focus,
.submenu.toggle-submenu .nlv_2 .open-close.tab-focus,
.submenu.toggle-submenu .nlv_2 .open-close.active {
	color: #2d8bbf;
	color: var(--primarycolor, #2d8bbf);
}
.submenu.toggle-submenu .nlv_2 .open-close.active + a {
	background-color: rgba(0, 0, 0, 0.085);
}
.submenu.toggle-submenu .nlv_2 .open-close.active + a + ul {
	background-color: rgba(255, 255, 255, 0.75);
}
.submenu.toggle-submenu .nlv_2 .open-close > i {
	margin-right: 0;
}
.submenu.toggle-submenu .nlv_2 li.npt_off.childs ul,
.submenu.toggle-submenu .nlv_2 li.npt_off.ikiss_norel ul{
	display: none;
}
.submenu .nlv_2 > li > a:hover, .submenu .nlv_2 > li > a:focus, .submenu .nlv_2 > li > a.nlk_on,
.submenu .nlv_2 > li > span:hover, .submenu .nlv_2 > li > span:focus, .submenu .nlv_2 > li > span.nlk_on {
	background-color:rgba(0, 0, 0, 0.085);
}
.submenu .nlv_2 > li > a.nlk_on:hover,
.submenu .nlv_2 > li > a.nlk_on:focus,
.submenu .nlv_2 > li > span.nlk_on:hover,
.submenu .nlv_2 > li > span.nlk_on:focus {
	background-color:rgba(0, 0, 0, 0.15);
}
.submenu .nlv_2 li li.npt_last {
	border-bottom: none;
}
.submenu .nlv_3 a,
.submenu .nlv_3 span,
.submenu .nlv_4 a,
.submenu .nlv_4 span,
.submenu .nlv_5 a,
.submenu .nlv_5 span,
.submenu .nlv_6 a,
.submenu .nlv_6 span {
	padding-left: 15px;
	padding-left: var(--padding, 15px);
}
.submenu.toggle-submenu .nlv_3 a,
.submenu.toggle-submenu .nlv_3 span {
	border-left: 3px solid transparent;
	padding-left: 27px;
	padding-left: calc(var(--padding-lg, 30px) - 3px);
}
.submenu.toggle-submenu .nlv_4 a, .submenu.toggle-submenu .nlv_4 span {
	border-left: 3px solid transparent;
	padding-left: 38.25px;
	padding-left: calc(calc(2.75 * var(--padding, 15px)) - 3px);
}
.submenu.toggle-submenu .nlv_5 a, .submenu.toggle-submenu .nlv_5 span {
	border-left: 3px solid transparent;
	padding-left: 49.5px;
	padding-left: calc(calc(3.5 * var(--padding, 15px)) - 3px);
}
.submenu.toggle-submenu .nlv_6 a, .submenu.toggle-submenu .nlv_6 span {
	border-left: 3px solid transparent;
	padding-left: 60.75px;
	padding-left: calc(calc(4.25 * var(--padding, 15px)) - 3px);
}
.submenu .nlv_3 a:hover, .submenu .nlv_3 a:focus, .submenu .nlv_3 a.nlk_on,
.submenu .nlv_3 span:hover, .submenu .nlv_3 span:focus, .submenu .nlv_3 span.nlk_on,
.submenu .nlv_4 a:hover, .submenu .nlv_4 a:focus, .submenu .nlv_4 a.nlk_on,
.submenu .nlv_4 span:hover, .submenu .nlv_4 span:focus, .submenu .nlv_4 span.nlk_on,
.submenu .nlv_5 a:hover, .submenu .nlv_5 a:focus, .submenu .nlv_5 a.nlk_on,
.submenu .nlv_5 span:hover, .submenu .nlv_5 span:focus, .submenu .nlv_5 span.nlk_on,
.submenu .nlv_6 a:hover, .submenu .nlv_6 a:focus, .submenu .nlv_6 a.nlk_on,
.submenu .nlv_6 span:hover, .submenu .nlv_6 span:focus, .submenu .nlv_6 span.nlk_on {
	font-weight: 600;
}
.submenu.toggle-submenu .nlv_3 a:hover, .submenu.toggle-submenu .nlv_3 a:focus, .submenu.toggle-submenu .nlv_3 a.nlk_on,
.submenu.toggle-submenu .nlv_3 span:hover, .submenu.toggle-submenu .nlv_3 span:focus, .submenu.toggle-submenu .nlv_3 span.nlk_on,
.submenu.toggle-submenu .nlv_4 a:hover, .submenu.toggle-submenu .nlv_4 a:focus, .submenu.toggle-submenu .nlv_4 a.nlk_on,
.submenu.toggle-submenu .nlv_4 span:hover, .submenu.toggle-submenu .nlv_4 span:focus, .submenu.toggle-submenu .nlv_4 span.nlk_on,
.submenu.toggle-submenu .nlv_5 a:hover, .submenu.toggle-submenu .nlv_5 a:focus, .submenu.toggle-submenu .nlv_5 a.nlk_on,
.submenu.toggle-submenu .nlv_5 span:hover, .submenu.toggle-submenu .nlv_5 span:focus, .submenu.toggle-submenu .nlv_5 span.nlk_on,
.submenu.toggle-submenu .nlv_6 a:hover, .submenu.toggle-submenu .nlv_6 a:focus, .submenu.toggle-submenu .nlv_6 a.nlk_on,
.submenu.toggle-submenu .nlv_6 span:hover, .submenu.toggle-submenu .nlv_6 span:focus, .submenu.toggle-submenu .nlv_6 span.nlk_on {
	font-weight: 400;
	color: #2d8bbf;
	color: var(--primarycolor, #2d8bbf);
	border-color: #2d8bbf;
	border-color: var(--primarycolor, #2d8bbf);
}
.headerheight, .logo .csslink_intern {
	height: 118px;
	line-height: 1;
	transition:all .25s ease-in-out;
}
.top.wrapper.sticky .headerheight {
	height: 42.5px;
	height: calc(var(--headerheight, 85px) * 0.5);
}
.logo {
    z-index:86;
}
.header-right .flex-inner .logo {
    display:none;
}
.logo .headerheight img, .logo .csslink_intern img {
	max-height: 118px;
	margin-right: 0px;
	margin-left:75px;
	transition:max-height .25s ease-in-out;
}

.top.wrapper.sticky .logo .headerheight img, .top.wrapper.sticky .logo .csslink_intern img {
	max-height: 42.5px;
	max-height: calc(var(--headerheight, 85px) * 0.5);
}
.logo span {
	display: block;
	font-size: 1.8em;
	font-weight: 300;
}
.top.wrapper.sticky .logo span {
	font-size: calc(1.8em * 0.5);
}
.logo span small {
	font-size: 0.6em;
}
.logo a {
	color: #383838;
	color: var(--darkgray, #383838);
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.quick-bar {
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
    flex-wrap:wrap;
    padding-bottom:15px;
    z-index:86;
}
.quick-bar *, .quick-bar a, .quick-bar .quickmenu ul a {
    color:#fff;
    font-size:1rem;
    line-height:1.2rem;
}
.quick-bar a:hover,
.quick-bar a:focus {
    text-decoration:underline;
}
.quick-bar a:after {
    content:"|";
    display:inline-block;
    padding-left:10px;
    margin-right:10px;
}
.quick-bar .google-translate-message a {
    font-size:inherit;
    text-decoration:underline;
}
.quick-bar .google-translate-message a::after {
    content:none;
}
.quick-bar .google-translate-message {
    padding:8px;
}
.quick-bar .quickmenu-top ul li:last-child a:after {
    content:none;
}
.goog-te-gadget,
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    color:#fff !important;
}
.goog-te-gadget img {
    display:none;
}
.goog-te-gadget .goog-te-combo,
.goog-te-combo * {
    color:#000 !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd:after {
    content:none !important;
}
.header-right {
	flex-direction:column;
	justify-content: flex-end;
}
.header-right .flex-inner {
	position: relative;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content:flex-end;
}
.masthead.sticky {
	position: fixed;
	top: -15px;
	right: 0;
	left: 0;
	z-index: 80;
}
.site-header .titelbild-slider {
	display: block;
	width: 100%;
}
.site-header .titelbild-slider.loaded {
	height: auto;
}
a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input, .ikiss-autocomplete-result-wrap p.btn {
    background-color:#0068b4;
    -webkit-border-radius:0px;
    border-radius:0px;
    padding: 15px 30px;
    font-weight:600;
    line-height:1em;
}
.btn-desc {
	font-size: 0.727272em;
	font-weight: 400;
	text-transform: uppercase;
}
.startseite .bc-txt {
    margin-top:30px;
}
.suche-btn, .suche-btn-fs, .frontend .suche-btn-fs {
    display:flex;
    align-items:center;
    justify-content:center;
	position: relative;
	padding:10px 20px;
	color: #fff;
	background-color: #2F363C;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.suche-btn:hover,.suche-btn:focus, .suche-btn:active,
.suche-btn-fs:hover, .suche-btn-fs:focus, .suche-btn-fs:active {
	-webkit-transform: scale(1.125);
	transform: scale(1.125);
}
.suche-btn > i[class*="fa-"],
.suche-btn-fs > i[class*="fa-"] {
	font-size: 1.75rem;
	margin-right: 0;
}
.suche-btn.active > i::before,
.suche-btn-fs.active > i::before {
	content: '\f00d';
}
.suche-outer {
	padding-right: 15px;
	padding-right: var(--padding, 15px);
	overflow: hidden;
	transform-origin: 100% 50%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
}
.suche-outer.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.suche-header {
	position: absolute;
	top: 50%;
	right: 30px;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%;
	width: calc(100% - 60px);
	max-width: 525px;
	margin: auto;
	z-index: 65;
}
.suche-header.no-img {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
	max-width: none;
}
.suche form {
	display: inline-block;
	position: relative;
	width: 100%;
	min-width: 240px;
	max-width: 325px;
	font-size: 1.1em;
	padding: 0;
	border-radius:3px;
}
.search-title p{
    font-family: "Source Serif Pro";
    font-size:4em;
    color:#fff;
    line-height:1em;
    margin-bottom:0;
}
.suche-outer .suche form {
	border-bottom: 2px solid #585858;
	border-bottom: 2px solid var(--gray, #585858);
}
.suche-header .suche form {
	max-width: none;
	padding: 0;
}
.suche input, .suche button {
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: transparent;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input {
	width: 100%;
	max-width: 325px;
	line-height: 1.5;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 10px;
}
.suche input:focus {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.suche-outer .suche input {
	max-width: none;
	background-color: transparent;
	padding: 10px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.suche-header .suche input {
	max-width: none;
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	border-bottom: 2px solid #fff;
	padding: 15px;
	padding: var(--padding, 15px);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.suche-header.no-img .suche input {
	border-bottom: 1px solid #f0f0f0;
}
.suche-header .suche input:hover {
	background-color: rgba(255,255,255,0.85);
}
.suche-header .suche input:focus {
	background-color: #fff;
	padding: 20px 15px;
	padding: calc(var(--padding, 15px) + 5px) var(--padding, 15px);
}
::-webkit-input-placeholder {
	color: #585858;
	color: var(--gray, #585858);
	opacity: 1;
}
::-moz-placeholder {
	color: #585858;
	color: var(--gray, #585858);
	opacity: 1;
}
:-ms-input-placeholder {
	color: #585858;
	color: var(--gray, #585858);
	opacity: 1;
}
:-moz-placeholder {
	color: #585858;
	color: var(--gray, #585858);
	opacity: 1;
}
.suche button {
	position: absolute;
	top: 2px;
	right: 4px;
	bottom: 2px;
	font-size: 24px;
	line-height: 0.8;
	color: #585858;
	color: var(--gray, #585858);
	cursor: pointer;
}
.suche button:hover,
.suche button:focus {
	color: #2d8bbf;
	color: var(--primarycolor, #2d8bbf);
}
.suche-outer .suche button {
	right: 0;
}
.suche button i {
	margin-right: 0;
}
.suche button .fa-fw {
	width: 1.5em;
}
.jumbotron {
	position: relative;
}
.jumbotron.wrapper {
    width:100%;
    padding:0;
}
.jumbotron.nomargin {
	margin-top: 0 !important;
}
.flags {
	display: block;
	position: fixed;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	z-index: 69;
	width: 70px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.flags .flex-row {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	margin: 0;
}
.flags .cards[class*="flex-col-"] {
	flex-basis: auto;
	width: 280px;
	position: relative;
	right: 0;
	word-wrap: normal;
	margin: 0 0 2px 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.flags .cards[class*="flex-col-"]:hover,
.flags .cards[class*="flex-col-"]:focus {
	right: 210px;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.flags .cards > a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	align-items: center;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
.flags .cards .icon {
	width: 70px;
	flex-shrink : 0;
}
.flags .cards .icon i {
	font-size: 24px;
}
.flags .cards .icon + .caption {
	text-align: left;
	padding: 10px;
	margin: 0;
}
.flags .cards .caption .title {
	font-size: 1em;
}
.site-main {
	padding-top: 80px;
	padding-bottom: 30px;
}
.startseite .site-main {
    padding-top:0;
    padding-bottom: 200px;
    padding-left:0px;
    padding-right:0px;
}
.startseite .site-main > .row, .sonderseite .site-main > .row {
    margin: 0px;
}
.startseite .site-main .main-content.column-1, .sonderseite .site-main .main-content.column-1 {
    padding:0;
}
.site-main, .jumbotron {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.sticky-header .site-main .main-content a[name]:not([href])::before,
.sticky-nav .site-main .main-content a[name]:not([href])::before {
    display: block;
    content: '';
    visibility: hidden;
}
.sticky-header .site-main .main-content a[name]:not([href])::before {
	height: 172.8px;
	height: calc(var(--headerheight, 85px) + var(--padding-lg, 30px) + calc(calc(calc(var(--fontsize, 18px) * 1.4) * 1.5) + 20px));
	margin-top: -172.8px;
	margin-top: calc(-1 * calc(var(--headerheight, 85px) + var(--padding-lg, 30px) + calc(calc(calc(var(--fontsize, 18px) * 1.4) * 1.5) + 20px)));
}
.sticky-nav .site-main .main-content a[name]:not([href])::before {
	height: 57.8px;
	height: calc(calc(calc(var(--fontsize, 18px) * 1.4) * 1.5) + 20px);
	margin-top: -57.8px;
    margin-top: calc(-1 * calc(calc(calc(var(--fontsize, 18px) * 1.4) * 1.5) + 20px));
}
.site-footer{
	padding: 80px 0 0;
	background-color:#0068B4;
}
.site-footer > .wrapper.last {
    margin-bottom:130px;
}
.site-footer .logo_bottom img {
    margin-left:-40px;
}
.site-footer h2 {
    border-bottom:13px solid #FECC00;
    padding-bottom:25px;
    font-size:1.363636em;
    font-family:'Source Sans Pro', sans-serif;
}
.site-footer .flex-row, .site-footer [class*="flex-col-"] {
    margin-bottom:0;
}
.site-footer *, .site-footer a {
    color:#fff;
}
.site-footer .result-list .list-title, .site-footer h3 {
    font-weight:400;
    font-size:1em;
}
.site-footer small {
    line-height:1.45455em;
    display:inline-block;
}
.site-footer .footer-sitemap li {
    margin-bottom:20px;
}
.site-footer .footer-sitemap a {
    font-size:1.181818em;
}
.site-footer .unstyled-list li i {
    display:none;
}
.site-footer .unstyled-list li {
    margin-bottom:.25em;
    font-size:0.909090em;
}
.site-footer .unstyled-list li a {
    text-decoration:none;
}
.site-footer .cards:not(.cards-circle), .site-footer .cards:not(.cards-circle) > a,.site-footer .cards:not(.cards-circle) > a:hover,.site-footer .cards:not(.cards-circle) > a:focus,.site-footer .cards.cards-circle .icon {
    background-color:transparent;
}
.site-footer .cards:hover, .site-footer .cards:focus {
    transform:none;
}
.site-footer .cards > a:hover,.site-footer .cards > a:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
}
.site-footer .cards a,.site-footer .cards:not(.cards-circle) > a,.site-footer .cards > a .icon,.site-footer .cards > a .icon i,.site-footer .cards:not(.cards-circle):not(.cards-overlay) .caption * {
    color:#fff;
}
.site-footer .cards .icon, .site-footer .cards .icon + .caption {
    padding:0;
    margin:0;
    text-align:left;
}
.site-footer .cards .icon, .site-footer .cards .icon + .caption {
    font-size:0.909090em;
}
.site-footer .cards .icon {
    margin-right:10px;
}
.site-footer .cards .icon i {
    font-size:inherit;
    min-width:1em;
}
.site-footer .cards a {
    display:flex;
    flex-direction:row;
    margin-bottom:20px;
}
.site-footer .text-columns > .flex-col-3:first-child {
    flex-basis: calc(50% - 30px);
    width:calc(50% - 30px);
}
.site-footer .text-columns > .flex-col-3:nth-child(3) {
    flex-basis:calc(16.666% - 30px);
    width: calc(16.666% - 30px);
}
.quickmenu {
	line-height: 1.5;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	background-color:#FECC00;
}
.quickmenu ul {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.quickmenu ul li {
    padding:0 70px;
}
.quickmenu ul a {
	margin: 0;
	font-size:.909090em;
	color:#333333;
}

.quickmenu ul a:hover,
.quickmenu ul a:focus {
	color: #005DA0;
}
.site-footer a.btn, .site-footer .btn, .site-footer .btn a {
	font-weight: normal;
	color: #fff;
	color: var(--primarytextcolor, #fff);
}
.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;
}
.sm-btn {
	display: none;
}
.header-right .slicknav_btn,
.top-bar > .row > .slicknav_btn,
.top-bar > .flex-row > .slicknav_btn {
	line-height: 1.5;
	color: #2d8bbf;
	color: var(--primarycolor, #2d8bbf);
	padding: 0 0 0 30px;
	padding: 0 0 0 var(--padding-lg, 30px);
}
.modern-search .header-right .slicknav_btn {
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	color: var(--primarytextcolor, #fff);
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
	padding: 0;
	margin-left: 15px;
	margin-left: var(--margin, 15px);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.modern-search .header-right .slicknav_btn:hover, .modern-search .header-right .slicknav_btn:active {
	-webkit-transform: scale(1.125);
	transform: scale(1.125);
}
.header-right .slicknav_menutxt,
.top-bar > .flex-row .slicknav_menutxt {
	float: none;
	font-size: 0.875rem;
	line-height: 1.188em;
	color: #2d8bbf;
	color: var(--primarycolor, #2d8bbf);
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.modern-search .header-right .slicknav_menutxt,
.modern-search .sm-btn .slicknav_menutxt {
	display: none;
}
.modern-search .header-right .slicknav_icon {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}
.slicknav_icon-bar {
	transition: transform 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
}
.modern-search .header-right .slicknav_open .slicknav_icon,
.top-bar.modern-search > .flex-row .slicknav_open .slicknav_icon {
	width: 1.5em;
}
.modern-search .header-right .slicknav_open .slicknav_icon::before,
.top-bar.modern-search > .flex-row .slicknav_open .slicknav_icon:before {
	width: 1.5em;
}
.modern-search .header-right .slicknav_icon-bar,
.top-bar.modern-search > .flex-row .slicknav_icon-bar {
	height: 4px;
}
.modern-search .header-right .slicknav_open .slicknav_icon-bar,
.top-bar.modern-search > .flex-row .slicknav_open .slicknav_icon-bar {
	width: 1.5em;
}
.modern-search .header-right .slicknav_icon-bar + .slicknav_icon-bar,
.top-bar.modern-search > .flex-row .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px;
}
.modern-search .header-right .slicknav_open .slicknav_icon-bar + .slicknav_icon-bar,
.top-bar.modern-search > .flex-row .slicknav_open .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 4px;
}
.header-right .slicknav_icon-bar,
.top-bar > .flex-row .slicknav_icon-bar {
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
}
.modern-search .header-right .slicknav_icon-bar {
	background-color: #fff;
	background-color: var(--primarytextcolor, #fff);
}
.suche-btn-fs.active {
	z-index: 86;
}
.suche-fullscreen {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 85;
	width: 100%;
	height: 100%;
	background: rgba(0, 104, 180, .85);
	justify-content: center;
	align-items: center;
}
.suche-fullscreen .modal-window-overlay {
	width: calc(100% - 30px);
	height: auto;
	animation-delay: 0s;
	background-color:transparent;
	max-width:1496px;
}
.header-right .suche-fullscreen .suche {
	float: none;
	width: auto;
	text-align:left;
}
.suche-fullscreen .modal-window-overlay {
    overflow-y:initial;
}
.suche-fullscreen .suche form {
	max-width: none;
	background-color:#fff;
}
.suche-fullscreen .suche input {
	max-width: none;
	background-color: transparent;
	padding: 10px 25px;
	border-radius:3px;
}
.slicknav_menu {
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
}
.slicknav_menu .npt_on > a {
	font-weight: bold;
}
.titelbild-slider {
	position: relative;
}
.titelbild-slider .titelbild {
	position: relative;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.titelbild li:not(:first-child) {
	display: none;
}
.titelbild .bg-img {
	position: relative;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	padding-top: 20%;
	margin: 0;
}
.titelbild.with-slogan .bg-img {
	min-height: 200px;
}
body.folgeseite .titelbild .bg-img {
    padding-top:750px;
}
body.startseite .titelbild .bg-img {
	padding-top: 765px;
}
.titelbild a {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    left: 0;
}
.titelbild .slogan {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	justify-content: flex-end;
	-webkit-box-direction: normal;
	flex-direction: row;
	overflow: hidden;
	align-items: center;
}

.startseite .titelbild .slogan::after {
	content: '';
	position:absolute;
	width: 190px;
	height: 13px;
	display: block;
	background-color: #FECC00;
    left:calc((100vw - 1490px)/2);
    bottom:0;
}
.titelbild .slogan .slogan-inner {
    margin-top:150px;
    padding: 30px 55px 30px 30px;
    background-color:rgba(0, 104, 180, .75);
    width:calc(50% - 15px);
}
.folgeseite .titelbild .slogan .slogan-inner {
    margin-top: initial;
    margin-bottom:45px;
    width:40%;
}
.folgeseite  .titelbild .slogan .slogan-title {
   font-size:1.818181em; 
}
.folgeseite .titelbild .slogan .slogan-text {
    font-size:1.181818em;
}
.folgeseite .titelbild .slogan {
    align-items:flex-end;
}
.titelbild .slogan.with-bg {
    align-items: flex-start;
	text-shadow: none;
}
body.pagewidth-wide .titelbild .slogan.with-bg {
	right: 0;
	left: 0;
	max-width: 1570px;
	max-width: calc(1480px + (3 * var(--padding-lg, 30px)));
	margin: auto;
}
.titelbild .slogan p {
	color: #fff;
	margin-bottom: 0;
}
.titelbild .slogan .slogan-title {
    font-family: "Source Serif Pro";
	font-size: 3.5em;
	/*font-size: calc(24px + (52 - 24) * ((100vw - 320px) / (1270 - 320)));*/
	font-weight: 700;
	line-height:1em;
}
.titelbild .slogan .slogan-text {
	font-size: 1.85rem;
	/*font-size: calc(12px + (30 - 12) * ((100vw - 320px) / (1270 - 320)));*/
    margin: 0;
}
.titelbild .slogan.with-bg .slogan-text {
	color: #fff;
	color: var(--primarytextcolor, #fff);
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
	margin: -0.25em 2rem 0 2rem;
}
.titelbild a .slogan.with-bg .slogan-text span {
	margin-right: 0.5em;
}
.titelbild .ikiss_norel .slogan * {
    color: #fff !important;
}
.titelbild-slider i[class*=fa-] {
	margin: 0;
}
.titelbild-slider .titelbild-pauseplay {
    position: absolute;
	bottom: 0;
	left: 0;
	z-index: 66;
	padding: 8px 10px;
}
.titelbild-pauseplay a {
    display: block;
}
.titelbild-pauseplay a i[class*=fa-] {
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    text-shadow: none;
}
.titelbild-pauseplay a i.fad {
    --fa-primary-color: #fff;
    --fa-secondary-color: var(--primarycolor, #2d8bbf);
    --fa-secondary-opacity: 1.0;
}
.titelbild-pauseplay a i.fad::before {
    text-shadow: none;
}
.titelbild-slider .titelbild-bullet-nav {
	position: absolute;
	bottom: 0;
	left: calc(2rem + 8px);
	z-index: 65;
	list-style: none;
	font-size: 0;
	padding: 13px 15px;
	padding: 13px var(--padding, 15px);
	margin: 0;
}
.titelbild-slider .titelbild-bullet-nav.top-left {
	top: 0;
	right: unset;
	bottom: unset;
	left: 0;
}
.titelbild-bullet-nav.top {
	top: 0;
	right: unset;
	bottom: unset;
	left: 50%;
	transform: translateX(-50%); 
}
.titelbild-bullet-nav.top-right {
	top: 0;
	right: 0;
	bottom: unset;
	left: unset;
}
.titelbild-bullet-nav.bottom-left {
	top: unset;
	right: unset;
	bottom: 0;
	left: 0;
}
.titelbild-bullet-nav.bottom-left.with-pauseplay {
	/*padding: calc(0.25rem + 15px);*/
	padding-left: calc(1.75rem + 30px);
}
.titelbild-bullet-nav.bottom {
	top: unset;
	right: unset;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%); 
}
.titelbild-bullet-nav.bottom-right {
	top: unset;
	right: 0;
	bottom: 0;
	left: unset;
}
.titelbild-bullet-nav li {
	display: inline-block;
}
.titelbild-bullet-nav li a {
    display: block;
	margin: 5px;
	margin: calc(var(--margin, 15px) / 3);
}
.titelbild-bullet-nav li a i[class*=fa-] {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.titelbild-bullet-nav li.titelbild-active a i[class*=fa-] {
    opacity: 1;
}
.titelbild-bullet-nav li a i.fa-circle {
    opacity: 1;
    font-weight: 400;
}
.titelbild-bullet-nav li.titelbild-active a i.fa-circle {
    font-weight: 900;
}
.titelbild-slider.with-shadow .titelbild-pauseplay a i[class*=fa-],
.titelbild-slider.with-shadow .titelbild-bullet-nav li a i[class*=fa-],
.titelbild-slider.with-shadow .titelbild-direction-nav li a i[class*=fa-] {
	text-shadow: 0px 0px 4px #000;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
.titelbild-slider.with-shadow .titelbild-pauseplay a i.fad::before,
.titelbild-slider.with-shadow .titelbild-direction-nav li a i.fad::before,
.titelbild-slider.with-shadow .titelbild-direction-nav li a.tab-focus i[class*=fa-]::before {
	text-shadow: none;
}
.titelbild-slider .titelbild-direction-nav {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
    overflow: hidden;
}

.titelbild-direction-nav li a {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 65;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: -15px 0 0;
	margin: calc(-1 * var(--margin, 15px)) 0 0;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.titelbild-direction-nav li a.titelbild-prev {
	left: 0;
}
.titelbild-direction-nav li a.titelbild-next {
	right: 0;
}

.titelbild-slider:hover .titelbild-direction-nav .titelbild-prev,
.titelbild-slider .titelbild-direction-nav .titelbild-prev.tab-focus {
	left: 15px;
	opacity: 1;
}
.titelbild-slider:hover .titelbild-direction-nav .titelbild-next,
.titelbild-slider .titelbild-direction-nav .titelbild-next.tab-focus {
	right: 15px;
	opacity: 1;
}
.titelbild-slider .titelbild-direction-nav .tab-focus {
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
}

.titelbild-direction-nav li a i[class*=fa-] {
    font-size: 1.875rem;
    line-height: 1;
    color: #fff;
    text-shadow: none;
}
.titelbild-direction-nav li a i.fad,
.titelbild-direction-nav li a.tab-focus i[class*=fa-] {
    --fa-primary-color: #fff;
    --fa-secondary-color: var(--primarycolor, #2d8bbf);
    --fa-secondary-opacity: 1.0;
}
.titelbild-direction-nav li a i.fad::before {
    text-shadow: none;
}
.titelbild-direction-nav li a.tab-focus i[class*=fa-]::before,
.titelbild-direction-nav li a.tab-focus i[class*=fa-]::after {
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
}
.titelbild-direction-nav li a.tab-focus i[class*=fa-]::before {
    position: absolute;
	color: #fff;
    color: var(--fa-primary-color,inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity,1);
}
.titelbild-direction-nav li a.tab-focus i[class*=fa-]::after {
	color: #2d8bbf;
    color: var(--fa-secondary-color,inherit);
    opacity: .4;
    opacity: var(--fa-secondary-opacity,.4);
}
.titelbild-direction-nav .titelbild-prev.tab-focus i[class*=fa-]::before {
    content: '\f137';
}
.titelbild-direction-nav .titelbild-prev.tab-focus i[class*=fa-]::after {
    content: '\10f137';
}
.titelbild-direction-nav .titelbild-next.tab-focus i[class*=fa-]::before {
    content: '\f138';
}
.titelbild-direction-nav .titelbild-next.tab-focus i[class*=fa-]::after {
    content: '\10f138';
}

.schnelleinstieg {
	background-color: #fff;
	padding-top: 30px;
	padding-top: var(--padding-lg, 30px);
}
.bottom-controls {
    display: block;
    width: 100%;
	border-top: 1px solid #f0f0f0;
	border-top: 1px solid var(--whitesmoke, #f0f0f0);
	padding-top: 30px;
	padding-top: var(--padding-lg, 30px);
	margin-top: 30px;
	margin-top: var(--margin-lg, 30px);
}
.bottom-controls .btn {
	margin: 5px 0 5px 10px;
}
.randspalte.rsp-bottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
	-ms-grid-rows: 1fr 30px 1fr;
	grid-auto-rows: auto;
	border-top: 1px solid #f0f0f0;
	border-top: 1px solid var(--whitesmoke, #f0f0f0);
	padding-top: 30px;
	padding-top: var(--padding-lg, 30px);
	margin-top: 30px;
	margin-top: var(--margin-lg, 30px);
	padding-bottom:30px;
}
.startseite .randspalte.rsp-bottom {
	width: 1270px;
	max-width: 100%;
	padding-left: 45px;
	padding-left: calc(3 * var(--padding, 15px));
	padding-right: 45px;
	padding-right: calc(3 * var(--padding, 15px));
}
.randspalte .widget {
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 15px;
	padding: var(--padding, 15px);
	margin-bottom: 30px;
	margin-bottom: var(--margin-lg, 30px);
}
.randspalte.rsp-bottom > .widget {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	margin-bottom: 0;
}
@supports (-ms-ime-align:auto) {
	.randspalte.rsp-bottom > .widget:nth-of-type(1) {
		grid-column: 1;
	}
}
.randspalte.rsp-bottom > .widget:nth-of-type(2) {
	-ms-grid-column: 3;
}
.randspalte.rsp-bottom > .widget:nth-of-type(3) {
	-ms-grid-column: 5;
}
.randspalte.rsp-bottom > .widget:nth-of-type(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.randspalte.rsp-bottom > .widget:nth-of-type(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.randspalte.rsp-bottom > .widget:nth-of-type(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
.randspalte .widget:last-child {
	margin-bottom: 0;
}
.randspalte .widget .widget {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.75em;
}
.randspalte .widget.bilder {
	background-color: transparent;
	padding: 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.35em;
	font-weight: 400;
	border-top: 30px solid #fff;
	border-bottom: 1px solid #585858;
	border-bottom: 1px solid var(--gray, #585858);
	padding: 15px;
	padding: var(--padding, 15px);
	margin: 15px -15px;
	margin: var(--margin, 15px) calc(-1 * var(--margin, 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, .widget-title {
	color: #fff;
	color: var(--primarytextcolor, #fff);
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
	border-bottom: 0;
}
.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: 0px;
	margin-top: -15px;
	margin-top: calc(-1 * var(--margin, 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 {
	display: inline-block;
	white-space: normal;
	width: 14px;
	text-align: center;
}
footer .adressen .width-icon  p, footer .adressen .width-icon .list-title {
    padding-left:35px;
    margin-bottom: 25px;
}
.only-footer {
    display:none;
}
footer .only-footer {
    display:block;
}

.adressen .address_block i {
    position:absolute;
    left:0;
    line-height:inherit;
}
.adressen .com-list {
    margin-top:30px;
}
.adressen .com-list li {
    margin-bottom:.5em;
}
.btn::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	font-weight: 400;
	margin-right: 10px;
}
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-top: 0;
	padding-left: 0;
}
.liste-text a {
	display: block;
	color: #383838;
	color: var(--darkgray, #383838);
}
.liste-text a.btn {
	display: inline-block;
	color: #fff;
}
.liste-text h2, .liste-text h3, .liste-text h4, .liste-text .liste-titel {
	font-size: 1.3em;
	font-weight: 600;
	margin: 5px 0;
	margin: calc(var(--margin, 15px) / 3) 0;
}
.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 {
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 0;
	max-width: 66.666%;
	max-width: calc(100% - 60px);
	font-size: 11.5px;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 5px;
	padding: calc(var(--padding, 15px) / 3);
}
/*  Themenboxen */
.cards {
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*.cards:hover, .cards:focus {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}*/
.cards > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-height: 100%;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.cards > a:hover,
.cards > a:focus {
	background-color: #e8e8e8;
	background-color: var(--gainsboro, #e8e8e8);
	-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 {
	display: block;
	-webkit-box-flex: 0;
	flex: none;
	width: 100%;
}
.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 {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	font-size: 11.5px;
	line-height: normal;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 5px;
	padding: calc(var(--padding, 15px) / 3);
}
.cards .icon {
	text-align: center;
	padding: 10px;
}
.cards .icon i {
	font-size: 44px;
	text-align: center;
	margin-right: 0;
}
.cards > a .icon,
.cards > a .icon i {
	color: #585858;
	color: var(--gray, #585858);
}
.cards .caption {
	padding: 25px;
}
.cards:not(.cards-overlay) .caption * {
	color: #383838;
	color: var(--darkgray, #383838);
}
.cards .image + .caption {
	padding: 15px;
	padding: var(--padding, 15px);
}
.cards .icon + .caption {
	max-width: 100%;
	text-align: center;
	padding: 0 15px 15px;
	padding: 0 var(--padding, 15px) var(--padding, 15px);
	margin: auto;
}
.cards .caption .title {
	font-size: 1.35em;
	margin: 0;
}
.cards .caption p {
	margin-bottom:0;
}
/* Premium Themenboxen */
.cards.cards-circle,
.cards.cards-circle > a {
	background-color: transparent;
}
.cards.cards-circle a:hover,
.cards.cards-circle a:focus,
.cards.cards-circle a.tab-focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cards.cards-circle .icon,
.cards.cards-circle .image {
	width: 7em;
	height: 7em;
	color: #2d8bbf;
	color: var(--primarycolor, #2d8bbf);
	border: 3px solid #2d8bbf;
	border: 3px solid var(--primarycolor, #2d8bbf);
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.cards.cards-circle .caption {
	text-align: center;
	padding: 15px 0 0 0 !important;
	padding: var(--padding, 15px) 0 0 0 !important;
}
.cards.cards-circle:hover .icon,
.cards.cards-circle:focus .icon,
.cards.cards-circle > a.tab-focus .icon {
	color: #fff !important;
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
}
.cards.cards-circle .image img {
	width: 7em;
	height: 7em;
	object-fit: cover;
}
.cards.cards-circle a:hover .image, .cards.cards-circle a:focus .image, .cards.cards-circle a.tab-focus .image,
.cards.cards-circle a:hover .icon, .cards.cards-circle a:focus .icon, .cards.cards-circle a.tab-focus .icon {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cards.cards-overlay .icon + .caption {
	padding: 15px;
	padding: var(--padding, 15px);
	margin: 0;
}
@media screen and (min-width: 681px) {
	.cards.cards-overlay {
		position: relative;
		min-height: 175px;
	}
	.cards.cards-overlay a {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.cards.cards-overlay .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.cards.cards-overlay .image img {
		height: 100%;
		object-fit: cover;
	}
	.cards.cards-overlay .caption {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		color: #fff;
		color: var(--primarytextcolor, #fff);
		background-color: #2d8bbf;
		background-color: var(--primarycolor, #2d8bbf);
		overflow: hidden;
		padding: 0 !important;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.cards.cards-overlay:hover .caption,
	.cards.cards-overlay:focus .caption,
	.cards.cards-overlay > a.tab-focus .caption {
		height: 100%;
	}
	.cards.cards-overlay .caption p {
		padding: 0 20px;
	}
	.cards.cards-overlay .caption p + p {
		padding: 10px 20px 0 20px;
	}
}
@media only screen and (max-width: 960px) {
    .cards.flex-col-4 {
		flex-basis: calc(50% - 30px);
		flex-basis: calc(50% - calc(2 * var(--flex-gap-column, 15px)));
		width: calc(50% - 30px);
		width: calc(50% - calc(2 * var(--flex-gap-column, 15px)));
	}
	@supports (-ms-ime-align:auto) { /* Edge */
		.cards.flex-col-4 {
			flex-basis: calc(49.999% - 30px);
			flex-basis: calc(49.999% - calc(2 * var(--flex-gap-column, 15px)));
			width: calc(49.999% - 30px);
			width: calc(49.999% - calc(2 * var(--flex-gap-column, 15px)));
		}
	}
	.cards.flex-col-5, .cards.flex-col-6 {
		flex-basis: calc(33.333% - 30px);
		flex-basis: calc(33.333% - calc(2 * var(--flex-gap-column, 15px)));
		width: calc(33.333% - 30px);
		width: calc(33.333% - calc(2 * var(--flex-gap-column, 15px)));
	}
}
@media only screen and (max-width: 680px) {
    .cards[class*="flex-col-"] {
		flex-basis: 100%;
		width: 100%;
	}
}

.liste-bild img {
	display: block;
	width: 100%;
}

.toggler-title {
	position: relative;
	clear: both;
	font-size: 1.3em;
	font-weight: 300;
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
	padding: 5px 35px 5px 10px;
	margin: 0 0 10px;
	cursor: pointer;
}
.toggler-title::after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	bottom: 4px;
	font-size: 1em;
	line-height: 1.5;
	color: #585858;
	color: var(--gray, #585858);
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.toggler-title.active::after {
	bottom: 2px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggler-link {
	position: relative;
	clear: both;
	padding: 5px 35px 5px 0;
	cursor: pointer;
}
.toggler-link::after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	bottom: 4px;
	font-size: 1em;
	line-height: 1.5;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.toggler-link.active::after {
	bottom: 2px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggler-container {
	padding: 10px;
	margin-bottom: 10px;
}
/* -------------------------------------------------------
-- Layout-Optionen ---------------------------------------
------------------------------------------------------- */
/* Breite */
body.pagewidth-wide .wrapper {
	width: 1480px;
}
body.menuwidth-full .masthead {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
body.menuwidth-full .main-navigation .wrapper {
	padding: 0 15px;
	padding: 0 var(--padding, 15px);
}
body.jumbotronwidth-full .jumbotron.wrapper {
	width: 100%;
	padding: 0;
}
body.pagewidth-full {
	width: 100%;
	padding: 0;
}
body.pagewidth-full .wrapper {
	width: 100%;
	padding-left: 30px;
	padding-left: var(--padding-lg, 30px);
	padding-right: 30px;
	padding-right: var(--padding-lg, 30px);
}
body.pagewidth-full .top-bar .flex-row.wrapper {
	padding: 0 15px;
	padding: 0 var(--padding, 15px);
}
body.pagewidth-full .main-navigation .wrapper {
	padding: 0 30px;
	padding: 0 var(--padding-lg, 30px);
}
body.pagewidth-full .jumbotron.wrapper, body.pagewidth-full .masthead.wrapper {
	padding-left: 0;
	padding-right: 0;
}
/* Simple Dropdown */
body.dropdown-menu .main-navigation .nlv_1 ul {
	width: 335px;
	padding: 0;
}
body.dropdown-menu .main-navigation .nlv_2 > li {
	width: 100%;
}
body.dropdown-menu .main-navigation .nlv_2 a,
body.dropdown-menu .main-navigation .nlv_2 span {
	padding: 7.5px 39px 7.5px 15px;
	padding: var(--padding-sm, 7.5px) calc(0.5rem + var(--padding-lg, 30px)) var(--padding-sm, 7.5px) var(--padding, 15px);
}
body.dropdown-menu .main-navigation .nlv_2 > li > a.childs::after,
body.dropdown-menu .main-navigation .nlv_2 > li > span.childs::after {
	content: '\f054';
	position: absolute;
	top: 9px;
	right: 15px;
	font-family: "Font Awesome 5 Pro";
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	opacity: 0.5;
}
body.dropdown-menu .main-navigation .nlv_3 {
	font-size: 1em;
}
body.dropdown-menu .main-navigation .nlv_3 a,
body.dropdown-menu .main-navigation .nlv_3 span {
	font-size: 1.2em;
}
body.dropdown-menu .main-navigation .nlv_2 {
	left: auto;
}
body.dropdown-menu .main-navigation .nlv_2 ul {
	position: absolute;
	top: 0;
	left: 335px;
	visibility: hidden;
	-webkit-transition: 0s 0.25s;
	transition: 0s 0.25s;
}
body.dropdown-menu .main-navigation .nlv_2 li:hover > ul,
body.dropdown-menu .main-navigation .nlv_2 li:focus > ul,
body.dropdown-menu .main-navigation .nlv_2 li.focus-within > ul {
	visibility: visible;
	transition-delay: 0.25s;
}
/* :focus-within muss wegen IE/Edge separiert werden */
body.dropdown-menu .main-navigation .nlv_2 li:focus-within > ul {
	visibility: visible;
	transition-delay: 0.25s;
}

/* Startseite */
.start {
	position: relative;
}
.startseite .start.text1 {
    padding-bottom:200px;
}
.start[class*="bgcolored-"],
.start.bgimg {
	padding: 30px 0;
	padding: var(--padding-lg, 30px) 0;
}
.start .bgimg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	pointer-events: none;
}
.start .bgimg.opacity-75 {
	opacity: 0.75;
}
.start .bgimg.opacity-50 {
	opacity: 0.5;
}
.start .bgimg.opacity-25 {
	opacity: 0.25;
}
.start .bgimg + div,
.start .text-bg {
	position: relative;
	z-index: 2;
}
.start .text-inner {
    position: relative;
    padding: 15px;
    padding: var(--padding, 15px);
}
.start .bgimg + div.width-100 .text-inner {
    max-width: 100%;
}
.start .bgimg + div.width-50 .text-inner,
.start:not(.bgimg) > .width-50 {
    max-width: 50%;
}
.start .bgimg + div.width-33 .text-inner,
.start:not(.bgimg) > .width-33 {
    max-width: 33.333%;
}
.orientation-left {
	margin-left: 0;
}
.orientation-center {
	margin: auto;
}
.orientation-right {
	margin-right: 0;
}
.start .text-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.65;
    z-index: -1;
    pointer-events: none;
}
.start .bgimg + div .text-inner h1,
.start .bgimg + div .text-inner h2,
.start .bgimg + div .text-inner h3,
.start .bgimg + div .text-inner h4,
.start .bgimg + div .text-inner h5,
.start .bgimg + div .text-inner h6 {
    margin-top: 0;
}

/*Dokumentenliste*/
.csslink_pdf .fa-file-pdf {
    line-height:1em;
}
.doclist a[class*="csslink_"] {
    text-decoration:none;
    font-family:"Source Serif Pro";
    color:#333;
}
.doclist a[class*="csslink_"]:hover,
.doclist a[class*="csslink_"]:focus{
    text-decoration:underline !important;
}
.startseite .doclist a[class*="csslink_"] {
    font-size:1.363636em;
}
.doclist small {
    font-size:.909090em;
}
.doclist li {
    margin-bottom:25px;
}
/*Startseite Text 1*/
.reload-area h3 {
    font-size:1.454545em;
    line-height:1.2em;
    font-weight:400;
    hyphens:none;
    margin:0.5em 0;
}
.reload-area button {
    background-color: transparent;
    font-weight:600;
    color:#0068B4;
    margin-top:35px;
    cursor:pointer;
}
.reload-area button > i[class*="fa-"] {
    font-size:.7em;
    line-height:1em;
    font-weight:600;
    margin-right:0;
    margin-left:5px;
}
.text1 .flex-col-2.text1-right {
    margin-top:-4.5em;
}
.text1 .flex-col-2.text1-right .text-top {
    background-color:#FFCC01;
    padding: 1px 35px 15px;
}
/*.text1 .flex-col-2.text1-right .text-top ul {
    width:50%;
    float:left;
    line-height:1em;
}
.text1 .flex-col-2.text1-right .text-top ul:nth-child(2) {
    padding-left:10px;
}*/
.text1 .flex-col-2.text1-right .text-top ul li {
    margin-bottom:25px;
    position:relative;
}
.link-desc {
    font-size:1rem;
    font-weight:400;
}
.text1 ul.unstyled-list li a {
    color:#333333;
    text-decoration:none;
    display: inline-block;
}
.text1 ul.unstyled-list li a:hover,
.text1 ul.unstyled-list li a:focus {
    text-decoration:underline !important;
}
.text1 .text1-right .text-bottom {
    margin-top:15px;
    padding:15px 35px;
    background-color:#f9e89a;
}
.text1 .text1-right .text-bottom .flex-row, .text1 .text1-right .text-bottom .flex-row .cards {
    margin-bottom:0;
}
.text1 .text1-right .text-bottom .flex-row .cards {
    width:auto;
    flex-basis:auto;
    flex-shrink:1;
}
.text1 .text1-right .cards > a {
    flex-direction:row;
    align-items:center;
    font-size:1rem;
    font-weight:600;
}
.text1 .text1-right .cards:not(.cards-circle), .text1 .text1-right .cards:not(.cards-circle) > a, .text1 .text1-right .cards:not(.cards-circle) > a:hover, .text1 .text1-right .cards:not(.cards-circle) > a:focus, .text1 .text1-right .cards.cards-circle .icon {
	background-color: transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	transform:none;
	transition:none;
	line-height:1.2em;
}
.text1 .text1-right .cards:not(.cards-circle) > a:hover, .text1 .text1-right .cards:not(.cards-circle) > a:focus {
    text-decoration:underline;
}
.text1 .text1-right .cards .icon + .caption {
    padding:0px;
    margin:0px;
    text-align:left;
}
.text1 .text1-right .cards .icon {
    padding:0 10px 0 0;
}
.text1 .text1-right .cards .icon i {
    font-weight:bold;
    font-size:1.5em;
}
/*Startseite Textblock 2*/
.start.text2 {
    padding-top:0px;
}
.block2-inner {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.block2-left {
    width:55%;
}
.block2-left p.btn {
    margin-bottom:0;
}
.block2-left h2 {
	position: relative;
	font-size: 4em;
	font-weight: 700;
	margin: 0;
	transform: translatey(-155%);
	line-height: 0.5em;
}
.block2-inner .mitteilungen {
    margin-bottom:50px;
}
.block2-inner .mitteilungen .list-title {
    font-size:1.454545em;
    font-weight:600;
}
.block2-right {
	position: relative;
	width: calc(45% - 50px);
	margin-top: -100px;
	margin-left: 50px;
	padding-right: 30px;
	padding-left: 100px;
	padding-bottom: 68px;
	min-height: 900px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.block2-right::before {
	content: "";
	position: absolute;
	width: 100%;
	right:0;
	background-color: rgba(254,204,0,.8);
	clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
	height:calc(100% - 68px);
	z-index:-1;
}
.block2-right .result-list > li:not(:last-child) {
    border-bottom:0px;
}
.block2-right .btn {
	margin: 0;
	transform: translate(30px , calc(100% + 15px));
}
.block2-right .btn a {
    margin:0;
    background-color:rgba(254,204,0,.8);
    color:#282828;
    font-weight:600;
}
.block2-right .btn a:after {
    content:none;
}
.block2-right .btn a:hover, .block2-right .btn a:focus {
    transform:scale(1.12);
}
.block2-right .btn a i {
    display:none;
}
.block2-right h2 {
	font-size: 2.5em;
	font-family: "Source Serif Pro";
	margin-top: 10px;
	margin-bottom: 55px;
}
.block2-right .result-list .list-title {
    font-size:1.454545em;
    font-family:"Source Serif Pro";
    font-weight:800;
    line-height: 1em;
}
.block2-right .result-list > li > a:hover .list-title,
.block2-right .result-list > li > a:focus .list-title {
    color:#005DA0;
}
.block2-bg-img {
	position: absolute;
	clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
	background-repeat: no-repeat;
	background-size: cover;
	width: 45%;
	height: calc(100% + 50px);
	right: 0;
}
.block2-right-inner {
    padding-left: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mitteilungen .result-list .list-topic, .veranstaltungen .result-list .list-icons {
    font-size:.6875em;
    color:inherit;
    text-transform:uppercase;
    font-weight:400;
    font-family:'Source Sans Pro';
}
.mitteilungen .result-list > li:not(:last-child) {
    border-bottom:0px;
}

/*Textblock 3*/
.startseite .text3 {
    margin-top:200px;
}
.text3 h2.emotional {
    text-align:center;
    font-size:4em;
}
.yellow-block {
    background-color:#f1c500;
}
.yellow-block .unstyled-list li i {
    font-size:.75em;
}
.yellow-block .flex-col-3x4 li.flex-col-2:first-child, .yellow-block .flex-col-3x4 li.flex-col-1:first-child {
    flex-basis: calc(33.333% - 30px);
	flex-basis: calc(33.333% - calc(2 * var(--flex-gap-column, 15px)));
	width: calc(33.333% - 30px);
	width: calc(33.333% - calc(2 * var(--flex-gap-column, 15px)));
	margin-top:-25px;
}
.yellow-block .flex-col-3x4 li.flex-col-2:nth-child(2), .yellow-block .flex-col-3x4 li.flex-col-1:nth-child(2) {
    flex-basis: calc(66.666% - 30px);
	flex-basis: calc(66.666% - calc(2 * var(--flex-gap-column, 15px)));
	width: calc(66.666% - 30px);
	width: calc(66.666% - calc(2 * var(--flex-gap-column, 15px)));
	margin-top:25px;
}

/**/
.yellow-block .flex-col-1 li.flex-col-2:first-child, .yellow-block .flex-col-1 li.flex-col-1:first-child {
    flex-basis: calc(25% - 30px);
	flex-basis: calc(25% - calc(2 * var(--flex-gap-column, 15px)));
	width: calc(25% - 30px);
	width: calc(25% - calc(2 * var(--flex-gap-column, 15px)));
	margin-top:-25px;
}
.yellow-block .flex-col-1 li.flex-col-2:nth-child(2), .yellow-block .flex-col-1 li.flex-col-1:nth-child(2) {
    flex-basis: calc(50% - 30px);
	flex-basis: calc(50% - calc(2 * var(--flex-gap-column, 15px)));
	width: calc(50% - 30px);
	width: calc(50% - calc(2 * var(--flex-gap-column, 15px)));
	margin-top:25px;
}
.yellow-block .flex-col-1 li.flex-col-2:nth-child(3), .yellow-block .flex-col-1 li.flex-col-1:nth-child(3) {
    flex-basis: calc(25% - 30px);
	flex-basis: calc(25% - calc(2 * var(--flex-gap-column, 15px)));
	width: calc(25% - 30px);
	width: calc(25% - calc(2 * var(--flex-gap-column, 15px)));
	margin-top:-25px;
}
.yellow-block .flex-row .flex-row .cards {
    margin-bottom:0px;
}
.yellow-block .flex-row {
    margin-bottom:0px;
}
.text3 .cards {
    position:relative;
}
.text3 .cards .image .bg-img {
    height:100%;
    padding-top:100%;
}
.text3 .cards a {
    height:100%;
    display:block;
    
}
.text3 .cards .image {
    height:100%;
}
.text3 li.cards.flex-col-2:nth-child(2) .image .bg-img, .text3 li.cards.flex-col-1:nth-child(2) .image .bg-img {
    padding-top:70%;
}
.text3 li.cards.flex-col-2:first-child .image .bg-img, .text3 li.cards.flex-col-1:first-child .image .bg-img, .text3 li.cards.flex-col-2:nth-child(3) .image .bg-img, .text3 li.cards.flex-col-1:nth-child(3) .image .bg-img {
    padding-top:160%;
}
.text3 .cards .image + .caption {
    position:absolute;
    bottom:10px;
    left:10px;
    width:calc(100% - 20px);
    background-color:rgba(0,108,179,.95);
    color:#fff;
}
.text3 .cards .image + .caption .title {
    font-family:"Source Serif Pro";
    color:#fff;
    margin-bottom:30px;
    hyphens:none;
} 
.text3 .cards .image + .caption p {
    color:#fff;
}
.text3 .blue {
    background-color:#055286;
    margin-top:-25px;
    padding: 10px 15px 15px;
}
.text3 .blue * {
    color:#fff;
}
.text3 .blue h3 {
    font-size:1.181818em;
    font-weight:600;
    color:#fff;
    margin-top:0;
    margin-bottom:50px;
}
.text3 .blue .unstyled-list li {
    margin-bottom:1em;
    font-weight:400;
}
.text3 .blue .unstyled-list li a {
    text-decoration:none;
}
.text3 .blue .unstyled-list li a:hover, .text3 .blue .unstyled-list li a:focus {
    text-decoration:underline;
}
.text3 .white-block {
    margin-top:40px;
}
.text3 .white-block > .flex-row {
    align-items:flex-start;
}
.text3 .white-block .first h3, .text3 .white-block .third h3 {
    margin-top:0;
    display:inline-block;
    padding:10px 15px;
    background-color:rgba(51,51,51,1);
    font-size:1.151515em;
    color:#fff;
    font-weight:600;
}
.text3 .white-block .third h3 {
    margin-left:-20px;
}
.text3 .white-block .third .inner {
    background:linear-gradient(0deg, rgba(0,108,179,.95),rgba(0,108,179,.95)), url('assets/img/bg-stellenanzeige.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    color:#fff;
    padding: 0px 20px 85px 20px;
}
.text3 .white-block .third .inner a {
    color:#fff;
}
.text3 .white-block .third .inner ul li a {
    text-decoration:none;
    font-weight:600;
}
.text3 .white-block .third .inner ul li a:hover,
.text3 .white-block .third .inner ul li a:focus,
.startseite .doclist a[class*="csslink_"]:hover,
.startseite .doclist a[class*="csslink_"]:focus,
.site-footer .unstyled-list a[class*="csslink_"]:hover,
.site-footer .unstyled-list a[class*="csslink_"]:focus,
.site-footer a:hover,
.site-footer a:focus {
    text-decoration:underline !important;
}
.text3 .white-block .third .inner ul li a span {
    font-size:.818181em;
    font-weight:400;
    line-height:1em;
}
.text3 .white-block .innerlink .btn {
    text-align:right;
}
.text3 .white-block .innerlink .btn a i {
    margin-right:0;
}
.text3 .white-block .innerlink .btn a {
    padding:0;
    background-color:transparent;
    color:#0068b4;
    font-weight:600;
}
.text3 .white-block .third .innerlink .btn a:after, .text3 .white-block .innerlink .btn a:after {
    content:none;
}
.text3 .white-block .third .innerlink .btn a:hover, .text3 .white-block .innerlink .btn a:hover, .text3 .white-block .third .innerlink .btn a:focus, .text3 .white-block .innerlink .btn a:focus {
    box-shadow:none;
    text-decoration:underline !important;
}
.cards .show-cat {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background-color:rgba(51,51,51,.95);
    padding:10px 15px;
    color:#fff;
    font-weight:600;
    font-size:1.151515em;
}
/*Teaser-Slider*/
.teaser-slider .flex-row.slides {
    margin-left:0;
    margin-right:0;
}
.teaser-slider .teaser-direction-nav {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
    overflow: hidden;
}
.teaser-direction-nav li a {
    background-color:rgba(6,103,168,.9);
	display: block;
	position: absolute;
	top: 50%;
	z-index: 65;
	width: 90px;
	height: 90px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: -15px 0 0;
	margin: calc(-1 * var(--margin, 15px)) 0 0;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.teaser-direction-nav li a.teaser-prev {
	left: 70px;
}
.teaser-direction-nav li a.teaser-next {
	right: 70px;
}

.teaser-slider:hover .teaser-direction-nav .teaser-prev,
.teaser-slider .teaser-direction-nav .teaser-prev.tab-focus {
	left: 70px;
}
.teaser-slider:hover .teaser-direction-nav .teaser-next,
.teaser-slider .teaser-direction-nav .teaser-next.tab-focus {
	right: 70px;
}
.teaser-slider .teaser-direction-nav .tab-focus {
	background-color: #2d8bbf;
	background-color: var(--primarycolor, #2d8bbf);
}

.teaser-direction-nav li a i[class*=fa-] {
    font-size: 2.5rem;
    line-height: 90px;
    color: #fff;
    text-shadow: none;
}
.teaser-slider .cards:hover, .teaser-slider .cards:focus {
    -webkit-transform:none;
    transform:none;
}
.teaser-slider .cards:not(.cards-circle),.teaser-slider .cards:not(.cards-circle) > a,.teaser-slider .cards:not(.cards-circle) > a:hover,.teaser-slider .cards:not(.cards-circle) > a:focus{
    background-color:transparent;
}
.teaser-slider .cards .image .bg-img {
    padding-top:50%;
}
.teaser-slider [class*="flex-col-"] {
    margin:0;
}
.teaser-slider .flex-row {
    margin-bottom: 0;
    position:relative;
    z-index:1;
}
.teaser-slider .wrapper {
    position:relative;
}
.teaser-slider .cards .caption {
	padding-bottom: 125px;
	background-color: rgba(254,204,0,.95);
	width: 50%;
	position: absolute;
	bottom: calc(-1*(1em + 30px));
	right: 15px;
}
.folgeseite .teaser-slider .cards .caption {
    width: 70%;
    padding-bottom:70px;
}
.teaser-slider .cards .caption h2 {
    margin-top:0;
    margin-bottom:25px;
}
.teaser-slider .cards .caption h3 {
    margin-top:0;
    margin-bottom:25px;
    font-size:2.5em;
    font-weight:600;
}
.teaser-slider .cards .caption h3 span.subtitle {
    font-size:.4em;
    line-height:1em;
}
.teaser-slider .cards .caption .subtitle {
    font-size:1em;
    font-family:'Source Sans Pro', sans-serif;
    display:block;
    text-transform:uppercase;
    font-weight:600;
}
.teaser-slider .cards .caption h2 .subtitle {
    font-size:.4em;
    line-height:1em;
}
.teaser-slider .cards .caption a.btn {
    color:#fff;
    font-weight:600;
    position:absolute;
    bottom:0;
    right:0;
    margin:0;
}
.start .teaser-slider, .top-events .teaser-slider {
    margin-bottom:200px;
    position:relative;
}
.teaser-bullet-nav {
    position:absolute;
    width:100%;
    top:20px;
    display:flex;
    z-index:2;
    justify-content:center;
}
.teaser-bullet-nav li {
    margin-bottom:0;
}
.teaser-bullet-nav li a {
    padding: 30px;
    background-color:#ebebeb;
    display:inline-block;
    color:#404040;
    font-weight:600;
}
.teaser-bullet-nav .teaser-active a, .teaser-bullet-nav li a:hover, .teaser-bullet-nav li a:focus {
    background-color:#0068b4;
    color:#fff;
}
.teaser-bullet-nav .teaser-active::after {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	background-color: #0068B4;
	transform: translatey(-50%) rotate(45deg);
	margin-left: auto;
	margin-right: auto;
}
/*Themenboxen mit Nachladeeffekt*/
/*.result-list_custom .cards:not(.cards-circle), .result-list_custom .cards:not(.cards-circle) > a,.result-list_custom .cards:not(.cards-circle) > a:hover, .result-list_custom .cards:not(.cards-circle) > a:focus, .result-list_custom .cards.cards-circle .icon{
    background-color:#efbc23;
}*/
.cards:not(.cards-circle), .cards:not(.cards-circle) > a,.cards:not(.cards-circle) > a:hover, .cards:not(.cards-circle) > a:focus, .cards.cards-circle .icon{
    background-color:#efbc23;
}
.result-list_custom .cards .image .bg-img {
    padding-top:100%;
}
.result-list_custom .kat-label, .veranstaltungen .kat-label  {
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	padding: 6px 14px;
	font-size: 1.181818em;
	font-weight: 600;
	color: #fff;
}
.veranstaltungen .kat-label {
    z-index:1;
}
.result-list_custom .cards .caption .title {
    font-size:1.363636em;
    margin-bottom:15px;
    line-height:1.333;
}
.startseite .text5 h2 {
    font-size:4.090909em;
    font-weight:700;
    color:#0061A0;
    margin-top:0;
    text-align:center;
}
.startseite .text5 {
    z-index:1;
    padding:180px 0 90px;
}
.startseite .text5::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:30%;
    clip-path:polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    z-index:-1;
    background-size:cover;
    background-color:rgba(0, 104, 180, .5);
}
.load-more {
    text-align:center;
    margin-top:90px;
}
/*Folgeseite Titelblock*/
.title-block {
    position:absolute;
    color:#fff;
    z-index:1;
    bottom:-50px;
    left:100px;
    max-height:650px;
    overflow-y:auto;
    width:700px;
}
.title-block .title-block-inner {
    background-color:#0068b4;
    padding:40px;
}
.title-block:before {
    content:'';
    width:190px;
    height:13px;
    display:block;
    background-color:#FECC00;
    margin-left:40px;
}
.title-block h1, .title-block p, .title-block ul li a, .title-block .breadcrumb li a, .title-block .breadcrumb i[class*="fa-"] {
    color:#fff;
}
.title-block ul li a:hover,
.title-block ul li a:focus {
    text-decoration:underline;
}
.title-block .title-pos h1 {
    font-size:2.9em;
    font-weight:700;
    line-height:1;
    margin: .4em 0 .5em 0;
}
.title-block .bc-txt{
    margin-bottom:0;
    font-size:.9em;
}
.title-block .breadcrumb li a {
    font-size:.90909em;
}
.title-block .breadcrumb ol {
    padding:0px;
}
.site-header {
    position:relative;
}
/*Video im Titelbild TASK15544**************************************************/
@media screen and (min-width: 1497px){
    .folgeseite .site-header.playvideo {
      padding-bottom: 223px;
    }
}
@media screen and (max-width: 1496px){
    .folgeseite .site-header.playvideo .title-block {
      margin-top: 0;
    }
}
.text1.titelvideo .flex-col-2.text1-right {
    margin-top:0;
}
.text1.titelvideo .flex-col-2.text1-right .text-top {
  padding: 1px 15px 15px;
}
.text1.titelvideo .flex-col-2.text1-right .text-top h2 {
  margin-bottom: 0.25em;
}
.text1.titelvideo .text1-right .text-bottom {
  padding: 15px 15px;
}
.text1.titelvideo .flex-col-2.text1-right .text-top ul.unstyled-list {
  margin-bottom: 0;
}
/* Slider horizontal TASK15544*/
.slider-nav {
    margin: 0;
}
.slider-nav::before {
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px #4a4a4a solid;
    position: absolute;
    top: calc(50% - .5px);
    left: 0;
    right: 0;
}
.slider-nav.slick-slider .slick-list {
    width: 960px;
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
}
.slider-nav .slick-slide {
    color: #4a4a4a;
    cursor: pointer;
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background: #fff;
    color: #4a4a4a;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 5px;
    border: 2px #4a4a4a solid;
    border-radius: 50%;
}
.slider-nav .slick-prev {
    left: 0;
}
.slider-nav .slick-next  {
    right: 0;
}
.slider-nav .slick-prev i[class*="fa-"],
.slider-nav .slick-next i[class*="fa-"] {
    line-height: 1;
}
.slider-nav .date {
    text-align:center;
}
.slider-nav-title {
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 1rem;
    line-height: 1;
    opacity: 0.5;
}
.slick-current .slider-nav-title {
    font-weight: 600;
    opacity: 1;
}
.slider-nav-spacer {
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    line-height: 1;
}
.slider-nav-dot {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 2px #4a4a4a solid;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem);
}
.slick-current .slider-nav-dot {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
  background-color: #4a4a4a;
}
.timeline-carousel-list .slick-list {
    width: 680px;
    max-width:100%; 
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.timeline-carousel-item {
    padding: 25px 0;
}
.timeline-carousel-item a {
  color: #333333;
}
.timeline-carousel-item a .more:hover,
.timeline-carousel-item a .more:focus {
  text-decoration:none;
}
/*******************************************************************************/
/*ABC-Liste*/
.abc-list li {

	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	background-color: #EBEBEB;
	font-size: 1.5em;
	font-weight:900;
}
.abc-list li a {
    background-color:#FECC00;
    transition:background-color .25s ease-in-out;
}
.abc-list li a.all {
    background-color:#0068B4;
    color:#fff;
    font-weight:400;
    font-size:0.727272em;
}
.abc-list li:last-child {
    width: calc(20em + 14px);
}
.abc-list li a:hover, .abc-list li a:focus {
	color: #fff;
	background-color: #333333;
}
.woerterbuch .list-text .list-title {
    display:inline-block;
    padding:11px 18px;
    background-color:#FECC00;
    font-size:1.181818em;
}

/*Sonderseite*/
.sonderseite .teaser-block h2 {
    font-size:4em;
    text-align:center;
}
.sonderseite .text3 {
    padding: 90px 0 100px;
}
.sonderseite .text3 h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 4.090909em;
	font-weight:700;
	color: #fff;
	text-align: center;
	max-width: 50%;
	hyphens: none;
	line-height: 1em;
	margin: 0 auto 50px auto;
}
.sonderseite .text3 .load-more .btn {
    background-color:#ebebeb;
    color:#404040;
    margin:0;
}
.sonderseite .text3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% + 5px);
	width: 20%;
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
	z-index: 2;
	background-color: #fff;
}
.sonderseite .text3 .add-link {
    position:absolute;
    z-index:1;
    display:inline-block;
    padding:20px 50px 20px 25px;
    right:15px;
    bottom:15px;
    color:#000;
    background-color:#fae99b;
}
.sonderseite .text3 .add-link:hover, .sonderseite .text3 .add-link:focus {
    text-decoration:underline;
}
.sonderseite .text3 .add-link i {
    transform:translateZ(-100px) rotateY(180deg);
    margin-right:10px;
    vertical-align:middle;
}
.sonderseite .text4 {
    margin-top:200px;
}
.sonderseite .result-list_custom .cards .caption {
    padding-top: 60px;
    min-height:9em;
}
.sonderseite .result-list_custom .cards .caption:hover, .sonderseite .result-list_custom .cards .caption:focus {
    transform:none;
}
.sonderseite .result-list_custom .cards .caption.add-txt {
    padding-top:25px;
    background-color:#055286;
    width:100%;
    height:100%;
}
.sonderseite .result-list_custom .cards .caption.add-txt * {
    color:#fff;
}
.sonderseite .result-list_custom .cards .caption.add-txt p {
    line-height:1.2em;
}
.sonderseite .result-list_custom .cards .caption.add-txt p span {
    display:block;
    text-align:right;
    font-weight:600;
}
.sonderseite .result-list_custom .cards .caption .project-date span {
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    padding:10px;
    background-color:#3d3a30;
    color:#fff;
    font-weight:600;
}
.sonderseite .text5 {
    margin-top:150px;
}
.sonderseite .text5 h2 {
    font-size:2.5em;
    margin:0;
}
/*Bildergalerie mit fünf Vorschaubildern*/
.gallery-container {
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:500px;
}
.gallery-container.no-margin {
    padding-top:0px;
}
a.photoswipe-gallery {
    color:#404040;
}
.gallery-preview {
    display:flex;
    gap: 30px;
    align-items:flex-end;
    padding-bottom:30px;
}
.gallery-s-container-img, .gallery-s-container {
    display:flex;
    gap: 30px;
    align-items:flex-end;
    flex-wrap:wrap;
    max-width:890px;
}
.gallery-s-container .gallery-s-title {
    width:100%;
}
.gallery-s-container .gallery-s-container-txt h2 {
    font-size:2.5em;
    margin:30px 0 20px;
} 
.gallery-s-container .gallery-s-container-txt p {
    font-size:1.3em;
    line-height:1.2em;
}
.wrapper-s .gallery-preview {
	width: calc(100% - ((100% - 1466px) / 2));
	margin-left: auto;
}
.gallery-preview img {
    max-width:200px;
}
.gallery-preview .galtitel {
    flex-grow:1;
    max-width:500px;
}
.wrapper-s .gallery-preview .galtitel {
    background-repeat:no-repeat;
    position:relative;
    aspect-ratio: 3 / 2;
}
.gallery-preview .galtitel button {
    background-color:#fae99b;
    padding:20px;
    font-weight:600;
    width:100%;
    text-align:left;
    cursor:pointer;
}
.wrapper-s .gallery-preview .galtitel button {
    position:absolute;
    bottom:0;
    left:0;
    width:auto;
    color:#000;
}
.gallery-textblock {
    background-color:rgba(235,235,235,.95);
    width:720px;
    margin-left:auto;
    margin-bottom:30px;
    margin-right:70px;
    padding:35px 20px;
}
.gallery-textblock h2, .gallery-textblock h3 {
    margin-top:0;
    margin-bottom:20px;
    font-size:2.5em;
    line-height:1.1em;
}

/*Galerie aus Destination-Bildern*/
.psw-gallery_destination * {
    height:100%;
}
.psw-gallery_destination img {
    -o-object-fit:cover;
    object-fit:cover;
    object-position:center center;
}
/*Sprungmarkennavigation Titel*/
.caption-nav li {
    margin-bottom:0;
}
.caption-nav a {
    text-decoration:none;
}
/*Bild-Text-Element*/
.img-pic-elem {
    width:calc(100% - 550px);
}
.img-pic-elem .mc2_ac {
	display: inline-block;
    position: absolute;
    right: 0;
	max-width: calc(100% - 30px);
    max-height: 100%;
	font-size: 0.75rem;
    line-height: normal;
	color: #383838;
	color: var(--darkgray, #383838);
	background-color: #f0f0f0;
	background-color: var(--whitesmoke, #f0f0f0);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0.25em 0.375em;
    z-index: 10;
}
/* 09.08.23 TT7811 */
.folgeseite .site-main:not(.sonderseite) .img-pic-elem .mc2_ac {
    position: absolute;
    bottom: 0;
    right: calc(((100vw - 1496px)/2) * -1);
}
.folgeseite .site-main.sonderseite .img-pic-elem .mc2_ac {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 680px) {
    .img-pic-elem .mc2_ac {
    	display: none;
    }
    /* 09.08.23 TT7811 */
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem .mc2_ac {
        display:block;
        right:0 !important;
        bottom:unset !important;
        top:0;
    }
}
.img-pix-elem h2 {
    font-size:2.5em;
}
.folgeseite .site-main:not(.sonderseite) .img-pic-elem {
    width:100%;
    position:relative;
    padding-right:550px;
}
.img-pic-elem::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100% , 5% 100%);
    z-index: 2;
    background-color: #fff;
    background-size:cover;
    background-position:center center;
}
.event-detail.img-pic-elem.img-exist{
    min-height:450px;
}
.folgeseite .site-main .event-detail.img-pic-elem.img-not-exist {
    padding-right:0;
}
.folgeseite .site-main .event-detail.img-pic-elem.img-not-exist:before {
    content:none;
}
.event-detail.img-pic-elem::before {
    clip-path: polygon(5% 0%, 100% 0%, 100% 100% , 0% 100%);
}
.folgeseite .site-main:not(.sonderseite) .img-pic-elem::before {
    right: calc(((100vw - 1496px)/2) * -1);
    width: calc(((100vw - 1496px)/2) + 500px);
}
.folgeseite .sonderseite .img-pic-elem::before {
    right: 0;
    width: calc(((100% - 1496px)/2) + 500px);
}
/*Text zweispaltig mit Nachladeffekt*/
.txt-two-columns {
  width: 100%;
  column-count: 2;
  column-gap: 30px;
}
.load-more-btn {
    text-align:center;
    margin-top: 80px;
    margin-bottom: 15px;
}
.load-more-btn .btn {
    margin:0;
}

/*Anpassung Standardelemente*/
.accordion-title, .accordion-title span {
    font-weight:600;
}
.medien .result-list .list-title {
    font-family:"Source Serif Pro";
}
.accordion-title i[class*="fa-"] {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:2em;
    line-height:1em;
    -webkit-transform:none;
    transform:none;
    background-color:#FFCC01;
}
.accordion-title i[class*="fa-"]::before {
	position: absolute;
	height: 1em;
	line-height: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.ui-datepicker {
    border-radius:0px;
    background-color:#EBEBEB;
    margin-top:0;
}
.ui-datepicker .ui-datepicker-header {
    background-color:#f8e798;
}
.ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header span, .ui-datepicker th, .ui-datepicker-calendar a {
	color: #333333;
}
.ui-datepicker th {
    background-color:#FECC00;
    border-top:0px;
}
.ui-datepicker-calendar td:hover a, .ui-datepicker-calendar td:focus a {
	color: #fff;
	background-color: #333333;
}


/*Veranstaltungen*/
form#SFm h2 {
    font-size:3em;
    margin-bottom:20px;
}
form#SFm .txt-xl {
    margin-bottom:30px;
}
form#SFm .starttxt {
    text-align:center;
    margin-bottom:130px;
    position:relative;
}
.row.event-wrapper {
    position:relative;
    padding-bottom:80px;
}
.sfm-bg {
    position:relative;
}
.sfm-bg::before {
    content:'';
    width:100vw;
    position:absolute;
    height:100%;
    left:calc((100vw - 1466px)/2 * -1);
    display:block;
    background-image:url('assets/img/event-hg.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    
}
.event-inputs {
    padding-bottom:15px;
}
.event-inputs .btn-event-plus {
    color:#fff;
    padding:15px;
    display:inline-block;
}
.event-inputs-btn {
    text-align:right;
    margin-bottom:0;
}
.event-inputs-btn button {
    margin-right:-15px;
    margin-bottom:-15px;
}
.event-inputs-inner {
    padding:15px;
    background-color:#FECC00;
}
.event-flex.flex {
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-top:80px;
}
.event-flex.flex .flex-event-col {
    margin-bottom:5px;
    margin-top:5px;
}
.event-flex.flex .like-h2 {
    margin-bottom:0px;
    margin-top:0;
    font-size:1.75em;
    font-weight:600;
}
.event-flex.flex .flex-event-col .pagenav ul {
    margin-top:0;
    margin-bottom:0;
}
.veranstaltungen {
    margin-top:50px;
}
.veranstaltungen.detail {
    padding:60px 0;
    position:relative;
}
.veranstaltungen.detail::before {
    content:'';
    width:100vw;
    height:100%;
    position:absolute;
    top:0;
    left:calc((100vw - 1496px)/2 * -1);
    background-color:#ebebeb;
}
.veranstaltungen .cards:not(.cards-circle),.veranstaltungen .cards:not(.cards-circle) > a,.veranstaltungen .cards:not(.cards-circle) > a:hover,.veranstaltungen .cards:not(.cards-circle) > a:focus,.veranstaltungen .cards.cards-circle .icon {
    background-color:#055286;
    position:relative;
    padding-bottom:0;
}
.veranstaltungen .cards:not(.cards-circle) > a,.veranstaltungen .cards > a .icon,.veranstaltungen .cards > a .icon i,.veranstaltungen .cards:not(.cards-circle):not(.cards-overlay) .caption * {
    color:#fff;
}
.veranstaltungen .cards:not(.cards-circle) .caption .booking-reserved, .veranstaltungen .cards:not(.cards-circle) .caption .booking-vacant {
    color:#333333;
}
.veranstaltungen .cards .image .bg-img {
    padding-top:83%;
}
.veranstaltungen:not(.event-booking) .cards:hover .caption, .veranstaltungen:not(.event-booking) .cards:focus-within .caption {
	position: absolute;
	width:100%;
	top: 0;
	bottom: 0;
	padding-top:55px;
	overflow: auto;
	background-color: #055286;
}
.veranstaltungen .cards:hover .kat-label, .veranstaltungen .cards:focus-within .kat-label {
    background-color:#055286;
}
.veranstaltungen .add-info {
    display:none;
}
.veranstaltungen .cards:hover .add-info, .veranstaltungen .cards:focus-within .add-info {
    display:block;
}
.veranstaltungen .cards:not(.cards-circle) .add-info .more {
    color:#fecc00;
    display:block;
    text-align:right;
}
.veranstaltungen.event-booking .booking-vacant,.veranstaltungen.event-booking .booking-short,.veranstaltungen.event-booking .booking-reserved,.veranstaltungen.event-booking .booking-expired {
    position:absolute;
    bottom:0;
    right:0;
    border-radius:0px;
}
.veranstaltungen.event-booking .caption {
    padding-bottom:50px;
}
.pagenav .pn_page_r {
    background-color:#055286;
    border:1px solid #055286;
    color:#fff;
}
.pagenav.bottom {
    text-align:right;
}
.inline-list.event-filter-list {
    text-align:center;
    margin-bottom:0px;
    padding-top:15px;
}
button.eventbtn {
    display:inline-block;
    background-color:#f9e899;
    color:#333333;
    padding:15px;
    margin-top:15px;
    font-weight:600;
    cursor:pointer;
}
button.eventbtn.active, button.eventbtn:hover, button.eventbtn:focus {
    background-color:#f2c80d;
}
.event-filter-list li {
    position:relative;
}
.event-filter-list li.active::after, .event-filter-list li:hover::after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-color: #f2c80d;
	transform: translatey(-50%) translatex(-50%) rotate(45deg);
	left: 50%;
	position: absolute;
}
.market {
    position:relative;
    width:100vw;
    margin-left:calc(((100vw - 1466px)/2) * -1);
    padding:30px 0 90px;
    margin-top:60px;
}
.market::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30%;
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
	z-index: -1;
	background-image:linear-gradient(rgba(0, 104, 180, .75), rgba(0, 104, 180, .75)), url('assets/img/market-hg.jpg');
	background-size: cover;
	background-color: rgba(0, 104, 180, .5);
}
.market h2 {
    font-size:3em;
    font-family:"Source Sans Pro", sans-serif;
    text-align:center;
    font-weight:700;
}
.top-events .teaser-slider {
    width:100vw;
    margin-left:calc(((100vw - 1466px)/2) * -1);
}
.top-events h2 {
    font-size:3em;
    text-align:center;
}
.adressen .result-list .list-title {
    font-family:"Source Sans Pro", sans-serif;
    font-weight:400;
}
.widget .result-list .list-title {
    font-size:1em;
}
/*Kartenmodul*/
.ikiss_fancytree ul {
    list-style:none;
}
.gmc_page {
    margin-top:50px;
}
.gmc_control ul.fancytree-container ul {
    padding-left:0;
}
.gmc_control ul.fancytree-container li > ul li span.fancytree-node {
    padding-left:40px;
}
.gmc_control span.fancytree-title {
    vertical-align:baseline;
}
div.gmc_control {
    background-color:#fff;
}
.gmc_control .inputs.row {
    margin:0;
    padding:20px 0;
    background-color:#FECC00;
}
.gmc_control .inputs.row .column-1 {
    padding:0 20px;
}
.gmc_control button.submit {
    right:20px;
}
.gmc_control {
    padding-top:0;
    padding-bottom:0;
}
.gmc_control span.fancytree-node {
    background-color:#EBEBEB;
    padding:10px 10px 10px 20px;
    font-size:1.181818em;
    font-weight:700;
}
.gmc_control .fancytree-selected span.fancytree-icon {
    margin-right:5px;
}
.gmc_control span.fancytree-node:hover, .gmc_control span.fancytree-node:focus, .gmc_control span.fancytree-node.fancytree-expanded {
    background-color:#0068B4;
}
#ikiss_gmc_tree_wrapper {
    padding-top:10px;
    height:calc(100% - 100px);
}
.gmc_control ul.fancytree-container {
    margin-bottom:10px;
    border-bottom:0px;
}
.gmc_control span.fancytree-expander::after {
	line-height: 2.5em;
}
.gmc_control .gmc_input {
    border-radius:5px;
}
.gmc_control span.fancytree-node.fancytree-expanded .fancytree-expander::after {
	opacity: 1;
}
span.fancytree-title {
    cursor:pointer;
}
.gmc_adrlist_link a, .gmc_adrlist_link a:link, .gmc_adrlist_link a:visited {
    border-bottom:0px;
}
/*Suchformulare*/
.mmelder {
    background-color:#FECC00;
}
.mmelder .text-right {
    margin-top:50px;
    margin-right:-10px;
    margin-bottom:-10px;
}
.inputs.mmelder, .event-inputs .inputs {
    padding:20px 10px 10px 10px;
}
#ikiss-map {
    margin-top:50px;
}
.text-right .btn {
    margin-right:0;
    margin-left:10px;
}
form#SFm .mmelder h2 {
    font-size:1.590909em;
    margin-top:0;
    margin-bottom:40px;
}
/*VT-Suche*/
.accordion-title.as-link span {
    margin-right:50px;
}
/*Mängelmelder*/
.mam-result .flex-row {
    margin-bottom:0px;
}
.mam-result .flex-row [class*="flex-col-"] {
    padding:10px 20px;
}
.mam-result .flex-row [class*="flex-col-"] p {
    margin:0;
}
.status-1451 {background-color:#c33; color:#fff;}
.status-1452 {background-color:#FECC00;}
.status-1453 {background-color:#333333;color:#fff;}
.status-1454 {background-color:#EBEBEB;}
.mam-result {
    --flex-gap-column:5px;
    --flex-gap-row:10px;
}
.mam-result .flex-col-2x6.status-elem {
    flex-basis: calc(23.33333% - 30px);
	flex-basis: calc(23.3333% - calc(2 * var(--flex-gap-column, 15px)));
	width: calc(23.3333% - 30px);
	width: calc(23.3333% - calc(2 * var(--flex-gap-column, 15px)));
}
.mam-title {
    background-color:#EBEBEB;
}
.mam-title a {
    color:#333333;
}
.mam-result .date, .mam-result .status-elem, .mam-result .mam-title {
    font-weight:700;
    text-align:center;
    font-size:1.181818em;
}
.mam-result .mam-title {
    text-align:left;
}
.mam-result .date {
    background-color:#0068B4;
    color:#fff;
}
@media screen and (max-width: 680px) {
    .mam-result .flex-row [class*="flex-col-"] {
        flex-basis: 100%;
        width: 100%;
        padding: 10px 15px;
    }
}
/*Accordion*/
.accordion-container {
    background-color:#fbefb7;
    margin-top:-10px;
}
.accordion-title {
    transition:background-color .25s ease-in-out;
}
.accordion-title:not('.as-link'):hover, .accordion-title:not('.as-link'):focus, .accordion-title:not('.as-link').active {
    background-color:#f9e899;
}
/*Readspeaker*/
.rs-wrapper {
	z-index:1;
	position:relative;
}
.startseite .rs-wrapper {
    transform: translateY(15px);
}
@media screen and (max-width: 1520px){
    .block2-right h2 {
        font-size:2em;
        margin-top:20px;
    }
    .block2-left h2, .startseite .text5 h2,.startseite .text3 h2.emotional, .titelbild .slogan .slogan-title {
        font-size:3em;
    }
    .titelbild .slogan .slogan-inner {
        width:calc(60% - 15px);
    }
    .teaser-slider .cards .caption {
        width:60%;
        padding-bottom:80px;
    }
}

@media screen and (max-width: 1496px){
    .folgeseite .title-block {
        position:relative;
        margin-top:-13px;
        bottom:initial;
        left:initial;
        width:100%;
    }
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem::before, .folgeseite .sonderseite .img-pic-elem::before {
        right:-15px;
        width:500px;
    }
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem .mc2_ac {
        right:-15px;
    }
    .sonderseite .wrapper-s .gallery-preview {
    	width: 100%;
    	margin-left: auto;
    	padding-left: 15px;
    }
    .wrapper-s .gallery-preview {
        width:100%;
    }
    .gallery-preview img {
        max-width:150px;
    }
    .gallery-s-container-img, .gallery-s-container {
        max-width:690px;
    }
    .sonderseite .text3 h2 {
        font-size:3em;
        max-width:80%;
        margin-right:0;
    }
    .sfm-bg::before {
    	left: -15px;
    }
    .market,.top-events .teaser-slider {
    	margin-left: -15px;
    }
    .top-events .teaser-direction-nav li a.teaser-prev, .top-events .teaser-slider:hover .teaser-direction-nav li a.teaser-prev, .top-events .teaser-slider:focus .teaser-direction-nav li a.teaser-prev {
        left:15px;
    }
    .top-events .teaser-direction-nav li a.teaser-next, .top-events .teaser-slider:hover .teaser-direction-nav li a.teaser-next, .top-events .teaser-slider:focus .teaser-direction-nav li a.teaser-next {
        right:15px;
    }
    .folgeseite .teaser-slider .cards .caption {
        right:50%;
        transform:translatex(50%);
    }
    .veranstaltungen.detail::before {
        left:0px;
    }
}
@media screen and (max-width: 1464px){
    .abc-list li:last-child {
    	width: calc(15em + 10px);
    }
    .site-footer .logo_bottom img {
        margin-left:0px;
    }
}

@media screen and (max-width: 960px){
    .startseite .rs-wrapper {
    	transform: none;
    	margin-top:10px;
    }
    .startseite .rs-wrapper {
        
    }
    .startseite .bc-txt {
        padding-left:15px;
        padding-right:15px;
    }
    .logo .headerheight img, .logo .csslink_intern img {
        margin-left:0px;
    }
    .mobile_icon-nav {
    	position: absolute;
    	z-index: 1;
    	top: 0;
    	bottom:0;
    	right:0;
    	background-color:rgba(0, 104, 180, 1);
    }
    .mobile_icon-nav a {
        display:block;
        color:#fff;
        width:50px;
        height:50px;
        text-align:center;
    }
    .mobile_icon-nav a i {
        margin-right:0;
        line-height:50px;
    }
	.top.sticky {
		max-height: 100vh;
		overflow: auto;
	}
	.logo span {
		font-size: 1.188em;
	}
	.header-right {
		text-align: left;
	}
	.header-right .suche {
		float: right;
		width: 325px;
	}
	.suche-outer .suche {
		width: 240px;
	}
	.suche form {
		float: none;
	}
	.titelbild-slider .titelbild-direction-nav {
		display: none;
	}
	.startseite .text1 .wrapper > .flex-row {
	    flex-direction:column-reverse;
	}
	.startseite .text1 .flex-col-2.text1-right {
	    margin-top:0px;
	}
	.startseite .text1 .wrapper > .flex-row > .flex-col-2 {
	    margin-right:0px;
	    margin-left:0px;
	}
	.startseite .text1 .reload-area {
	    padding:0 15px 120px 15px;
	}
	.startseite .reload-area button {
	    margin-top:30px;
	}
	.startseite .block2-inner {
	    flex-direction:column;
	    width:100%;
	}
	.startseite .block2-left {
	    width:100%;
	}
	.startseite .block2-bg-img {
	    display:none;
	}
	.startseite .block2-right {
	    margin-top:50px;
	    width:calc(100% - 50px);
	    padding-right:30px;
	}
	.startseite .text3 {
	    margin-top:50px;
	}
	.startseite .text3 .cards .image + .caption p:not(.title) {
	    display:none;
	}
	.text3 .blue {
	    margin-top:0;
	}
	.teaser-slider .cards .caption {
	    width:100%;
	}
	.block2-right {
	    min-height:auto;
	}
	.start .teaser-slider {
	    margin-bottom:100px;
	}
	.teaser-slider .cards .caption {
	    right:0;
	}
	.teaser-slider .cards .caption {
	    position:initial;
	    bottom:initial;
	    padding-bottom:60px;
	}
	.teaser-bullet-nav li a {
	    padding:15px;
	}
	.teaser-slider .wrapper {
	    padding:0;
	}
	.teaser-direction-nav li a {
	    width:50px;
	    height:50px;
	}
	.teaser-direction-nav li a i[class*="fa-"] {
	    font-size:2rem;
	    line-height:50px;
	    margin-right:0;
	}
	.teaser-direction-nav li a.teaser-prev, .teaser-slider:hover .teaser-direction-nav .teaser-prev, .teaser-slider .teaser-direction-nav .teaser-prev.tab-focus {
	    left:50px;
	}
	.teaser-direction-nav li a.teaser-next, .teaser-slider:hover .teaser-direction-nav .teaser-next, .teaser-slider .teaser-direction-nav .teaser-next.tab-focus {
	    right:50px;
	} 
	.startseite .text5 {
	    padding:50px 0 50px;
	}
	.startseite .text5 h2 {
	    text-align:right;
	    padding-right:50px;
	}
	.load-more {
	    margin-top:50px;
	}
	.startseite .site-main {
	    padding-bottom:100px;
	}
	.site-footer {
	    padding-top:50px;
	}
	.site-footer .text-columns > .flex-col-3:first-child {
    	flex-basis: 100%;
    	width: 100%;
    }
    .site-footer .text-columns > .flex-col-3:nth-child(2), .site-footer .text-columns > .flex-col-3:last-child {
    	flex-basis: calc(50% - 30px);
    	width: calc(50% - 30px);
    }
    .title-block .title-pos h1 {
        font-size:2.5em;
    }
    .folgeseite .site-main {
        padding-top:50px;
    }
    .title-block .title-block-inner {
        padding:25px;
    }
    .folgeseite .titelbild .slogan .slogan-inner {
        width:60%;
    }
    body.folgeseite .titelbild .bg-img {
        padding-top:450px;
    }
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem::before, .folgeseite .site-main .img-pic-elem::before {
        width:300px;
    }
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem {
        padding-right:350px;
    }
    .folgeseite .site-main .img-pic-elem {
        width:calc(100% - 350px);
    }
    .sonderseite .text5 h2 {
        font-size:2em;
        line-height:1.2em;
        margin-bottom:.5em;
    }
    .gallery-s-container-img, .gallery-s-container, .wrapper-s .gallery-preview .galtitel {
        width:100%;
    }
    .sonderseite .wrapper-s .gallery-preview .galtitel {
        margin-left:-15px;
    }
    .gallery-preview {
        flex-wrap:wrap;
    }
    .load-more-btn {
        margin-top:40px;
    }
    .folgeseite .teaser-slider .cards .caption {
        width:100%;
    }
    .sonderseite .text3 h2 {
        font-size:2em;
    }
    .sonderseite .teaser-block h2 {
        font-size:2em;
    }
    .search-title p {
        font-size:2em;
    }
    .quickmenu ul li {
    	padding: 0 30px;
    }
    .folgeseite .teaser-slider .cards .caption {
        transform:none;
    }
    .folgeseite .teaser-direction-nav li a {
        top:300px;
    }
}
@media (orientation: landscape) and (max-width: 812px) {
    .search-title p {
        font-size:1.75em;
    }
}
@media screen and (max-width: 795px) {
    .gallery-textblock {
        width:calc(100% - 30px);
        margin-right:15px;
    }
    .titelbild .slogan .slogan-title {
        font-size:2em;
    }
}
@media screen and (max-width: 680px) {
    a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input, .ikiss-autocomplete-result-wrap p.btn {
        padding: 15px 20px;
    }    
    .event-detail.img-pic-elem.img-exist{
        min-height:250px;
    }
    .txt-two-columns {
        column-count:1;
    }
    .title-block .title-pos h1 {
    font-size: clamp(1.563rem, 4vw + 1rem, 2.75rem);
    }
    .top-bar {
        padding-top:10px;
        padding-bottom:10px;
    }
    .header-right {
        order:1;
    }
    .header-right {
        order:1;
    }
    .logo {
        order:2;
    }
    .header-right .flex-inner .logo {
        display:block;
        flex-grow:1;
        z-index:60;
    }
    .header-right .flex-inner .logo a {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .quick-bar {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }    
    .top.sticky .logo .headerheight img, .top.sticky .logo .csslink_intern img {
        max-height:50px;
    }
	.site-header .logo.headerheight, .site-header .logo.csslink_intern {
		height: auto;
	}
	.site-header .logo.classic {
		margin-bottom: 15px;
		margin-bottom: var(--margin, 15px);
	}
	.flex-col-sm-55 {
		flex-basis: calc(55% - 30px);
		flex-basis: calc(55% - calc(2 * var(--flex-gap-column, 15px)));
		width: calc(55% - 30px);
		width: calc(55% - calc(2 * var(--flex-gap-column, 15px)));
	}
	.flex-col-sm-45 {
		flex-basis: calc(45% - 30px);
		flex-basis: calc(45% - calc(2 * var(--flex-gap-column, 15px)));
		width: calc(45% - 30px);
		width: calc(45% - calc(2 * var(--flex-gap-column, 15px)));
	}
	@supports (-ms-ime-align:auto) {
		.flex-col-sm-55 { /* Edge */
			flex-basis: calc(54.999% - 30px);
			flex-basis: calc(54.999% - calc(2 * var(--flex-gap-column, 15px)));
			width: calc(54.999% - 30px);
			width: calc(54.999% - calc(2 * var(--flex-gap-column, 15px)));
		}
		.flex-col-sm-45 { /* Edge */
			flex-basis: calc(44.999% - 30px);
			flex-basis: calc(44.999% - calc(2 * var(--flex-gap-column, 15px)));
			width: calc(44.999% - 30px);
			width: calc(44.999% - calc(2 * var(--flex-gap-column, 15px)));
		}
	}
	.header-right .slicknav_btn,
	.top-bar > .row > .slicknav_btn,
	.top-bar > .flex-row > .slicknav_btn {
		padding: 0 15px 0 0;
		padding: 0 var(--padding, 15px) 0 0;
	}
	.suche input {
		max-width: none;
	}
	.sm-btn {
		display: block;
	}
	.sm-btn button {
		text-align: center;
		cursor: pointer;
		background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.sm-btn button.suche-btn,
	.modern-search .sm-btn button.suche-btn,
	.sm-btn button.suche-btn-fs {
		float: none;
		width: 50px;
		height: 50px;
		color: #fff;
		color: var(--primarytextcolor, #fff);
		background-color: #2d8bbf;
		background-color: var(--primarycolor, #2d8bbf);
	}
	.modern-search .header-right .suche-btn {
		display: none;
	}
	.header-right .suche {
		float: none;
		width: 100%;
	}
	.modern-search .header-right .suche-outer {
		display: none;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		padding-right: 0;
	}
	.modern-search .header-right .suche-outer.active {
		display: block;
		width: 100%;
		margin-top: 5px;
	}
	.modern-search .snav_btn,
	.modern-nav-btn.snav-btn {
		float: right;
		width: 50px;
		height: 50px;
		text-align: center;
		color: #fff;
		color: var(--primarytextcolor, #fff);
		background-color: #2d8bbf;
		background-color: var(--primarycolor, #2d8bbf);
		padding: 0;
		margin-left: 10px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.search-title p {
	    font-size:2em;
	}
	.suche-btn-fs {
	    width:50px;
	}
	.top-bar.modern-search > .flex-row .slicknav_icon {
		margin: 0 auto;
	}
	.top-bar.modern-search > .flex-row .slicknav_icon-bar {
		background-color: #fff;
	}
	.btn-desc {
		display: none;
	}
	.site-footer .quickmenu ul a {
		margin-right: 5px;
		margin-right: calc(var(--margin, 15px) / 3);
		margin-left: 0;
	}
	.site-header .logo span {
		width: 100%;
		font-size: 1em;
	}
	.headerheight, .headerheight.header-right, .logo .csslink_intern {
		height: auto;
	}
	.titelbild .slogan {
		padding: 15px;
	}
	.titelbild .slogan .slogan-inner {
	    width:calc(90% - 15px);
	}
	.titelbild .slogan.with-bg .slogan-title {
	    margin: 0 auto;
	}
	.titelbild .slogan.with-bg .slogan-text {
		margin: -0.25em auto 0 auto;
	}
	.titelbild-slider .titelbild-pauseplay {
		padding: 10px;
	}
	.titelbild-pauseplay a i[class*="fa-"] {
	    font-size: 1.5rem;
    }
	.titelbild-slider .titelbild-control-nav {
		display: none;
	}
	.titelbild-bullet-nav.bottom-left.with-pauseplay {
		padding-left: calc(1.75rem + 15px);
	}
	.titelbild-bullet-nav li a {
		margin: 0.1875rem;
	}
	.titelbild-bullet-nav li a i[class*="fa-"] {
	    font-size: 0.75rem;
	}
	.header-right .inner {
		display: block;
	}
	.main-navigation {
		display: none;
	}
	.suche form {
		max-width: none;
		width: 100%;
	}
	body.full-width.startseite .slogan {
		font-size: 2em;
	}
	.randspalte {
		margin-top: 30px;
		margin-top: var(--margin-lg, 30px);
	}
	body.pagewidth-full .wrapper {
		padding-left: 15px;
		padding-left: var(--padding, 15px);
		padding-right: 15px;
		padding-right: var(--padding, 15px);
	}
	body.pagewidth-full .top-bar .flex-row.wrapper {
		padding: 0;
	}
	.start .bgimg + div.width-50,
    .start .bgimg + div.width-33 {
    	max-width: 100%;
    }
    .gallery-s-container .gallery-s-container-txt h2 {
      font-size: 1.8em;
      margin: 15px 0 10px;
    }
    h2.emotional,
    .sonderseite .teaser-block h2,
    .sonderseite .text5 h2 {
      font-size: 1.8em !important;
    }
    h3 {
      font-size: 1.4em !important;
    }
    .teaser-bullet-nav {
        width:calc(100% - 30px);
        left:15px;
    }
    .teaser-bullet-nav li a {
        background-color: #000;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
    }    
    .teaser-bullet-nav li a {
        padding:5px;
        font-size: 0.8em;
        font-weight: 400;
        line-height: 1;
    }
    .teaser-bullet-nav .teaser-active a, .teaser-bullet-nav li a:hover, .teaser-bullet-nav li a:focus {
        background-color: #000;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        font-weight: 800;
    }
    .teaser-direction-nav li a.teaser-prev, .teaser-slider:hover .teaser-direction-nav .teaser-prev, .teaser-slider .teaser-direction-nav .teaser-prev.tab-focus {
        left:15px;
    }
    .teaser-direction-nav li a.teaser-next, .teaser-slider:hover .teaser-direction-nav .teaser-next, .teaser-slider .teaser-direction-nav .teaser-next.tab-focus {
        right:15px;
    }
    .teaser-slider .cards .image .bg-img {
        padding-top:450px;
    }
    .teaser-bullet-nav .teaser-active::after {
        content:none;
    }
    .teaser-bullet-nav {
    	flex-direction: column;
    }
    .sonderseite .text3 .load-more {
        text-align: right;
    }
    .sonderseite .text4, .sonderseite .text5 {
        margin-top:100px;
    }
    .text1 .text1-right .text-bottom .flex-row .cards {
        margin-top:7px;
        margin-bottom:7px;
    }
    .yellow-block .flex-col-1 li[class*="flex-col-"]{
        flex-basis:100% !important;
        width:100% !important;
     }
     .yellow-block .flex-col-1 li.flex-col-2:nth-child(3), .yellow-block .flex-col-1 li.flex-col-1:nth-child(3) {
         margin-top:25px;
     }
     .quickmenu ul li {
    	padding: 0 10px;
    }
    .market::before {
        content:none;
    }
    .folgeseite .site-main .img-pic-elem::before {
    	width: 100%;
    	position: relative;
    	display: block;
    	height: 250px;
    	clip-path: none;
    	right: 0;
    	margin-bottom:30px;
    }
    .folgeseite .site-main .img-pic-elem .wrapper {
        padding:0;
    }
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem.event-detail::before {
    	content: '';
    	display: block;
    	width: 100%;
    	position: initial;
    	height: 250px;
    	clip-path: polygon(0% 0%, 100% 0%, 100% 100% , 0% 100%);
    }
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem {
        padding-right:0px;
    }
    .folgeseite .site-main .img-pic-elem {
        width:100%;
    }
    .gallery-container {
        padding-top:50px;
    }
}
@media screen and (max-width: 428px) {
    .title-block .title-pos h1 {
        word-break:break-word;
    }
    .logo .headerheight img, .logo .csslink_intern img {
        max-height:80px;
    }
    .top.sticky .quick-bar {
        display:none;
    }
    .titelbild .slogan .slogan-inner, .folgeseite .titelbild .slogan .slogan-inner {
        width: 100%;
    }
    .titelbild .slogan .slogan-title {
        font-size:2em;
    }
    .text1 .flex-col-2.text1-right .text-top ul {
        width:100%;
        float:none;
    }
    .text1 .flex-col-2.text1-right .text-top ul:first-child {
        margin-bottom:50px;
    }
    .block2-left h2, .teaser-slider .cards .caption h2{
        font-size:2em;
    }
    .block2-right::before {
        content:none;
    }
    .block2-right {
        padding-bottom:52px;
    }
    .startseite .block2-right {
        width:100%;
        margin-left:0px;
        padding-left:0px;
        padding-right:0px;
    }
    .block2-right .btn {
        transform:translate(0px , calc(100% + 0px));
    }
    .startseite .block2-right .block2-inner {
        padding:15px;
        background-color:#FFCC01;
    }
    .startseite .block2-right h2 {
        font-size:1.5em;
    }
    .yellow-block .flex-col-3x4 li.flex-col-2:first-child, .yellow-block .flex-col-3x4 li.flex-col-1:first-child {
    	flex-basis: 100%;
    	width: 100%;
    	margin-top: -25px;
    }
    .yellow-block .flex-col-3x4 li.flex-col-2:nth-child(2), .yellow-block .flex-col-3x4 li.flex-col-1:nth-child(2) {
    	flex-basis: 100%;
    	width: 100%;
    	margin-top: 25px;
    }
    .startseite .text3 h2.emotional {
        font-size:2em;   
     }
    .teaser-direction-nav li a {
        top:40%;
    }
    .start .teaser-slider {
        margin-bottom:0px;
    }
    .teaser-bullet-nav li a {
        padding:5px 10px;
    }
    .startseite .text5::before {
        content:none;
    }
    .startseite .text5 h2 {
        font-size:2em;
        padding-right:0;
        text-align:left;
    }
    .startseite .text5 {
        padding-top:20px;
    }
    .folgeseite .site-main:not(.sonderseite) .img-pic-elem {
        padding-right:0px;
    }
    .teaser-slider .cards .caption h3 {
        font-size:2em;
        line-height:1em;
    }
    .folgeseite .site-main .img-pic-elem {
        width:100%;
    }
    .sonderseite .text3::before {
        content:none;
    }
    .sonderseite .text3 h2 {
        max-width:100%;
        font-size:1.5em;
    }
    .site-footer .text-columns > .flex-col-3:nth-child(2), .site-footer .text-columns > .flex-col-3:last-child {
    	flex-basis: 100%;
    	width: 100%;
    	margin-top:20px;
    }
}


