html.frontend{
	background-color: #eaeaea;
}
html.frontend body{
	background-color: #fff;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed';
}
body, html {
    font-family: "Calibri", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.page-title{
	font-size: 2em;
	margin: 0 0 0.75em;
}
.top-bar{
	display: block;
	width: 100%;
	padding: 20px 0;
}
.quickmenu{
	margin-bottom: 5px;
	line-height: 1.333;
	display:inline-block;
}
.quickmenu ul a{
	margin-left: 5px;
}
.site-header .quickmenu ul a {
    color: #444;
}
.quickmenu ul li:first-child a{
	margin-left: 0;
}
#mobile-nav{
    display: none !important;
}
.main-navigation.primary-bg-color, .main-navigation .nlv_1 ul::after {
    background: rgb(75,82,85) !important;
}
.main-navigation{
	width: 100%;
	border-right: none;
	border-left: none;
	display: inline-block;
	float: left;
	z-index: 2;
}
.main-navigation .wrapper{
	padding: 0;
}
.main-navigation a{
    font-family:'Roboto Condensed';
	font-weight: 300;
}
.main-navigation li{
	list-style: none;
	float: left;
}
.main-navigation .nlv_2 a {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	padding: 15px 30px;
	width: 100%;
	text-align: left;
	display: inline-block;
}
.main-navigation ul li ul{
	visibility: hidden;
	transition: 0s 0.25s;
}
.main-navigation .nlv_1 > li > a{
	padding: 10px 20px;
	display: inline-block;
	font-size: 1.4em;
}
.main-navigation .nlv_1{
	position: relative;
	width: 100%;
}
.main-navigation .nlv_1:after{
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
/*
.main-navigation .nlv_1 > li{
    width: 25%;
}
*/
.main-navigation .nlv_2{
	position: absolute;
	padding: 0 0 25px;
	width: 100%;
	left: 0;
	z-index: 1;
}
.main-navigation .nlv_2 *{
	position: relative;
	z-index: 2;
} 
.main-navigation .nlv_1 ul:after{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #2D8BBF;
	display: block;
}  
.main-navigation .nlv_1 ul:before{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #000;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	z-index: 1;
}
.main-navigation.transparent .nlv_1 ul:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.main-navigation.transparent .nlv_1 ul:before{
	display: none;
}
.main-navigation .nlv_2 > li {
	float: left;
	width: 33.333%;
	position: relative;
}
.main-navigation a {
	transition: background-color 0.25s;
}
.main-navigation .nlv_1 > li.npt_on > a{
	background-color: rgba(0,0,0,0.15);
}
.main-navigation .nlv_1 > li:hover > a, .main-navigation .nlv_2 > li > a:hover, .main-navigation .nlv_3 > li:hover > a{
	background-color: rgba(0,0,0,0.1);
}
.main-navigation .nlv_3 li{
	width: 100%;
}
.main-navigation .nlv_3 a{
	padding: 5px 30px;
	width: 100%;
	display: block;
	font-size: 0.95em;
}
.main-navigation ul li:hover ul{
	visibility: visible;
	transition-delay: 0.25s;
}
.breadcrumb{
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.breadcrumb a {
    color: rgb(202,76,70);
}
.breadcrumb a > i{
	color: #666;
	float: left;
}
.breadcrumb .elems a:first-child{
	display: none;
}
.breadcrumb .elems a:before{
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	color: #666;
	margin: 0 5px;
	font-size: 14px;
}
.submenu {
	background-color:#f0f0f0;
	position:relative;
}
.submenu ul,.submenu ul li {
	list-style:none;
	padding:0;
}
.submenu ul ul {
	margin:0;
	padding-left: 15px;
}
.submenu .nlv_1 > li > a {
    font-family:'Roboto Condensed';
	padding:15px;
	color:#fff;
	position:relative;
	display:block;
	font-size:1.3em;
	font-weight:300;
	background-color:#2D8BBF;
	text-decoration:none;
}
.submenu .nlv_1 > li > a > span {
	position:relative;
}
.submenu .nlv_2 {
	padding:15px 0;
}
.submenu .nlv_2 a {
	color:#5d5d5d;
	padding:5px 15px;
	display:block;
	text-decoration:none;
}
.submenu .nlv_2 > li > a:hover, .submenu .nlv_2 > li > a.nlk_on {
	background-color:#eee;
	background-color:rgba(0,0,0,.085);
}
.submenu .nlv_2 > li > a.nlk_on:hover{
	background-color:#ddd;
	background-color:rgba(0,0,0,.15);
}
.submenu .nlv_3 a {
	padding-left: 10px;
}
.submenu .nlv_3 a:hover, .submenu .nlv_3 a.nlk_on {
	font-weight: 600;
}
.submenu .nlv_4 a {
	padding-left: 20px;
}
.submenu .nlv_4 a:hover, .submenu .nlv_4 a.nlk_on {
	font-weight: 600;
}
.submenu .nlv_5 a {
	padding-left: 30px;
}
.submenu .nlv_5 a:hover, .submenu .nlv_5 a.nlk_on {
	font-weight: 600;
}
.submenu .nlv_6 a {
	padding-left: 40px;
}
.submenu .nlv_6 a:hover, .submenu .nlv_6 a.nlk_on {
	font-weight: 600;
}
.headerheight{
	height: 85px;
	line-height: 1;
}
.logo.headerheight img{
	max-height: 85px;
	float:left;
	margin-right: 20px;
}
.logo span.headerheight{
	display: table-cell;
	font-size: 1.8em;
	font-weight: 300;
	vertical-align: middle;
}
.logo span small{
	font-size: 0.6em;
}
.logo a{
    color: #404040;
}
.site-header{
	/*overflow: hidden;*/ /*TH/SW: Funktioniert so nicht, da dann das Dropdown nach unten mit dem Titelbild endet. Daher wieder auskommentiert. */
}
.site-header .logo, .header-right{
	display: table;
}
.site-header .logo a, .header-right .inner{
	display: table-cell;
	vertical-align: middle;
}
.site-header .masthead{
	display: flex;
}
.site-header .titelbild-slider{
	display: inline-block;
	width: 100%;
	height: 735px;
	overflow: hidden;
	z-index: 0;
}
.site-header .titelbild-slider.loaded{
	height: auto;
}
.suche form{
	background-color: #f0f0f0;
	display: inline-block;
	padding: 7px 10px;
	position: relative;
	width: 100%;
	max-width: 325px;
	font-size: 1.1em;
	float: right;
}
.suche input, .suche button{
	background-color: transparent;
	color: #333;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.suche input{
	width: 100%;
	float: left;
	line-height: 1.333;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6d6d6d;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6d6d6d;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6d6d6d;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6d6d6d;
}
.suche button{
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	top:2px;
	right:4px;
	bottom:2px;
	color: #666;
	line-height: 0.8;
}
.suche button i {
    margin-right: 0;
}
.suche button .fa-fw {
    width:1.5em;
}
.site-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-row, .jumbotron, .cookie-message{
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.site-footer{
	padding: 30px 0;
}
.site-footer a.btn, .site-footer .btn, .site-footer .btn a{
	font-weight: normal;
}
.site-footer table, .unstyled-table, .unstyled-table table{
	background-color: transparent;
}
.site-footer table td, .unstyled-table td, .unstyled-table table td{
	padding: 0;
}
.site-footer table tr, .unstyled-table tr, .unstyled-table table tr{
	border: none;
}
.site-footer h2:first-child, .site-footer h3:first-child, .site-footer h4:first-child, .site-footer h5:first-child, .site-footer h6:first-child {
	margin-top: 0;
}
.site-footer .adressen address .column-2 {
    width: 100%;
}
.site-footer .quickmenu a {
    font-weight: bold;
}
body > nav {
	display: none;
}
.slicknav_menu{
	background-color: #2d8bbf;
}
.slicknav_menu .npt_on > a{
	font-weight: bold;
}
.titelbild-slider{
	position: relative;
}
ul.titelbild{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}
.titelbild .elem{
	height: 250px;
	margin: 0;
	position: relative;
	display: table !important;
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
}
body.startseite .titelbild .elem{
	height: auto;
	padding-top:38%;
	background: top center no-repeat;
	background-size:contain;
	
}
.titelbild .slogan{
	display: table-cell;
	vertical-align: middle;
	font-size: 2em;
	padding: 30px;
	line-height: 1;
	text-shadow: 0 0 15px #000;
	width: 100%;
}
.titelbild .mc2_ac{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	background-color: #eee;
	background-color: rgba(255,255,255,0.75);
	max-width: 66.666%;
}
.titelbild .heading{
	margin: 0;
	color: #fff;
}
.titelbild .sub-line{
	color: #fff;
	font-size: 0.7em;
}

.titelbild-slider .ikiss-control-nav{
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
}
.titelbild-slider .ikiss-control-nav a{
	font-size: 0;
	width: 15px;
	height: 15px;
	float: left;
	display: inline-block;
	background-color: #eee;
	opacity: 0.5;
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 50%;
	transition: all 0.2s;
}
.titelbild-slider .ikiss-control-nav a.ikiss-active, .titelbild-slider .ikiss-control-nav a:hover{
	opacity: 1;
	background-color: #fff;
}
.bottom-controls{
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
	width: 100%;
	display: inline-block;
}
.bottom-controls .btn{
	margin: 5px 0 5px 10px;
}
.main-content-area > p:last-child, .main-content-area > ul:last-child{
	margin-bottom:0;
}
.randspalte .widget{
	background-color: #f0f0f0;
	padding: 15px;
	margin-bottom: 30px;
}
.randspalte .widget a {
    color: #ca4c46;
}
.randspalte .widget h3.primary-color: 
.randspalte .widget:last-child{
	margin-bottom: 0;
}
.randspalte .widget .widget{
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.75em;
}
.randspalte .widget.bilder{
	padding: 0;
	background-color: transparent;
}
.randspalte .widget.bilder .image-gallery{
	margin-top: 0;
	margin-bottom: -10px;
}
.randspalte .widget p:last-child, .randspalte .widget ul: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: 300;
	padding: 15px;
	margin: 15px -15px 15px -15px;
	border-top: 30px solid #fff;
	border-bottom: 1px solid #999;
}
.randspalte h1.primary-bg-color, .randspalte h2.primary-bg-color, .randspalte h3.primary-bg-color, .randspalte h4.primary-bg-color:first-child, .randspalte h5.primary-bg-color:first-child, .randspalte h6.primary-bg-color:first-child {
	border-bottom: 0;
}
.randspalte h1:first-child, .randspalte h2:first-child, .randspalte h3:first-child, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child{
	margin-top: -15px;
	border-top: 0px;
}


address .phone:before, address .fax:before, address .mail:before, address .web:before, address .mobile:before, address .room:before, address .label:before, address .info:before, address .govello:before{
	white-space: normal;
    width: 14px;
	text-align: center;
	display: inline-block;
    
}
.btn:before{
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
}
small + small, a + small, .icon-list > i, .icon-list > a, .data-list > li > small {
    margin-left: 10px;
}
.icon-list > i:first-child, .icon-list > a:first-child {
    margin-left: 0;
}

.btn.csslink_extern:before, .btn .csslink_extern:before, .hide-icon:before{
    display: none;
}
.row .liste-bild + .liste-text{
	padding-left: 0;
	padding-top: 0;
}
.liste-text a{
	color: #404040;
}
.liste-text a.btn{
	color: #fff;
}
.liste-text h2, .liste-text h3, .liste-text h4, .liste-text .liste-titel{
	margin: 5px 0;
	font-size: 1.3em;
	font-weight: 600;
}
.liste-text > :last-child {
    margin-bottom:0;
}
.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .mc2_ac, .themenboxen .elem small, .themenboxen .elem .mc2_ac, .image-gallery .mc2_ac, .image-single .mc2_ac{
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #444
}
.liste-bild.column-2 small, .liste-bild.column-2 .mc2_ac, .liste-bild.column-3 small, .liste-bild.column-3 .mc2_ac, .liste-bild.column-4 small, .liste-bild.column-4 .mc2_ac, .liste-bild.column-5 small, .liste-bild.column-5 .mc2_ac, .liste-bild.column-6 small, .liste-bild.column-6 .mc2_ac{
	max-width: calc(100% - 60px);
}
.themenboxen .elem small, .themenboxen .elem .mc2_ac {
	right: 0;
}
.themenboxen .elem{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	color: #606060;
}
.themenboxen img{
	width: 100%;
}
.themenboxen .elem .caption{
	padding: 25px;
}
.themenboxen .elem .content{
	background-color: #f0f0f0;
	transition: background-color 0.25s, box-shadow 0.25s;
}
.themenboxen .elem .content:hover{
	background-color: #e0e0e0;
	box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.themenboxen .elem .image{
	position: relative;
}
.themenboxen .elem .image + .caption{
	padding: 15px;
}
.themenboxen .elem .icon{
	padding-top: 15px;
	text-align: center;
}
.themenboxen .elem .icon + .caption{
	padding: 5px 15px 15px;
	text-align: center;
}
.themenboxen .elem .icon i{
    font-size: 2.8em;
    margin-right: 0;
    text-align: center;
}
.themenboxen h2, .themenboxen h3, .themenboxen h4, .themenboxen h5, .themenboxen h6{
	margin: 0;
}
/* Neue Flexbox Themenboxen */
.cards {
    background-color: #f0f0f0;
}
.cards > a {
	min-height: 100%;
	color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    transition: background-color 0.25s, box-shadow 0.25s;
    position: relative;
    overflow:hidden;
}
.cards > a:hover {
	background: #e0e0e0;
    -webkit-box-shadow: 0 5px 15px #000;
    box-shadow: 0 5px 15px #000;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.cards img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
	width: 100%;
	display: block;
}
.cards .image {
	position: relative;
	overflow: hidden;
}
.cards .image .bg-img {
	background: center center/cover no-repeat;
	padding-top: 66.666%;
}
@media screen and (min-width: 681px) {
    .startseite .cards .image .bg-img {
    	padding-top: 85%;
    }
}
.cards .image small, .cards .image .mc2_ac {
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	padding: 5px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11.5px;
	max-width: 66.666%;
	max-width: calc(100% - 30px);
	color: #444;
}
.cards .icon {
    padding: 10px;
    text-align: center;
}
.cards .icon i {
    font-size: 44px;
    margin-right: 0;
    text-align: center;
}
.cards > a .icon {
	color: #606060;
}
.cards .caption{
	padding: 25px;
}
.cards .image + .caption::before {
	content: "";
	position: absolute;
	width: 110%;
	background: rgb(0,100,145);
	height: 20px;
	left: -10%;
	top: -9px;
	transform: rotate(2deg);
	z-index: 1;
}
.cards .image + .caption {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0,100,145);
}
.cards .image + .caption::after {
    content: "";
    position: absolute;
    width: 16px;
    background: rgb(0,100,145);
    height: 110%;
    right: -8px;
    bottom: -2px;
    transform: rotate(-13deg);
    z-index: 1;
}
.cards .icon + .caption {
    padding: 0 15px 15px;
    margin-top: -5px;
    text-align: center;
}
.cards .caption .title {
	margin: 0;
	font-size: 1.35em;
	display: inline-block;
}
.cards .caption p{
    margin-bottom:0;
}
/* Schnell geklickt */
.column-4.start_schnell_geklickt {
    margin: 80px 0 30px 0;
}
.column-4.start_schnell_geklickt h2 {
    background-color: #ca4c46;
    color:#fff;
    padding: 15px;
    margin: 0 0 15px -15px;
}
/*.start_schnell_geklickt .unstyled-list {
    padding: 15px;
    background-color: #f0f0f0;
}*/
.start_schnell_geklickt li a {
    color: #ca4c46;
}
.start_schnell_geklickt .unstyled-list > li > a.csslink_intern {
    font-weight:600;
}
/* Schnell geklickt Ende */
.liste-bild img, .image-single img, .image-gallery img, .themenboxen img{
	width: 100%;
	display: block;
}
.image-gallery img{
	transition: all 0.2s ease-out;
}
.image-gallery a:hover img, .image-single a:hover img{
	-webkit-box-shadow: 0 5px 15px #000;
    box-shadow: 0 5px 15px #000;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.image-gallery{
	margin-top: 30px;
	margin-bottom: 20px;
}
.image-gallery .mc2_ac{
	right: 0;
	max-width: calc(100% - 30px);
}
.image-gallery .row{
	margin-left: -5px;
	margin-right: -5px;
}
.image-gallery .elem{
	margin-bottom: 10px;
}
.image-gallery .column-1, .image-gallery .column-2, .image-gallery .column-3, .image-gallery .column-2x3, .image-gallery .column-4, .image-gallery .column-2x4, .image-gallery .column-3x4, .image-gallery .column-5, .image-gallery .column-2x5, .image-gallery .column-3x5, .image-gallery .column-4x5, .image-gallery .column-6, .image-gallery .column-2x6, .image-gallery .column-3x6, .image-gallery .column-4x6, .image-gallery .column-5x6, 
.image-gallery .column-sm-1, .image-gallery .column-sm-2, .image-gallery .column-sm-3, .image-gallery .column-sm-2x3, .image-gallery .column-sm-4, .image-gallery .column-sm-2x4, .image-gallery .column-sm-3x4, .image-gallery .column-sm-5, .image-gallery .column-sm-2x5, .image-gallery .column-sm-3x5, .image-gallery .column-sm-4x5, .image-gallery .column-sm-6, .image-gallery .column-sm-2x6, .image-gallery .column-sm-3x6, .image-gallery .column-sm-4x6, .image-gallery .column-sm-5x6{
	padding-left: 5px;
	padding-right: 5px;
}
.toggler-title{
	background-color: #f0f0f0;
	padding: 5px 35px 5px 10px;
	font-size: 1.3em;
	font-weight: 300;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
	clear: both;
}
.toggler-title:after{
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	font-size: 1em;
	color: #666;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.3s ease-in;
	bottom:4px;
}
.toggler-title.active:after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom:1px;
}
.toggler-link {
    padding: 5px 35px 5px 0;
    position: relative;
    clear: both;
    cursor: pointer;
}
.toggler-link:after{
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 1em;
    vertical-align: middle;
    line-height: 1.5;
    transition: all 0.3s ease-in;
    bottom: 4px;
}
.toggler-link.active::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0px;
}
.toggler-container{
	padding: 10px;
	margin-bottom: 10px;
}

/* FB (31.01.20) Modalfenster Schließen-Anpassung */
.modal-window-content {
    position: relative;
}
#modal-window-hide {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px 15px;
}
#modal-window-hide i {
    margin-right: 0;
}

/* -------------------------------------------------------
-- Layout-Optionen ---------------------------------------
------------------------------------------------------- */
/* Breite */
body.pagewidth-wide .wrapper{
	width: 1480px;
}
body.menuwidth-full .masthead.wrapper{
	width: 100%;
	padding: 0;
}
body.menuwidth-full .main-navigation .wrapper{
	padding: 0 15px;
}
body.jumbotronwidth-full .jumbotron.wrapper{
	width: 100%;
	padding: 0;
}
body.jumbotronwidth-full .slogan{
	text-align: center;
}
body.jumbotronwidth-full.startseite .slogan{
	font-size: 3em;
}
body.pagewidth-full{
	width: 100%;
	padding: 0;
}
body.pagewidth-full .wrapper{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
body.pagewidth-full .main-navigation .wrapper{
	padding: 0 30px;
}
body.pagewidth-full .jumbotron.wrapper, body.pagewidth-full .masthead.wrapper{
	padding: 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{
	padding: 7px 15px;
}
body.dropdown-menu .main-navigation .nlv_2 li a.childs::after{
	content: '\f105';
	position: absolute;
	top: 7px;
	right: 15px;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	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{
	font-size: 1.2em;
}
body.dropdown-menu .main-navigation .nlv_2{
	left: auto;
}
body.dropdown-menu .main-navigation .nlv_2 ul{
	position:absolute;
	left: 335px;
	top: 0;
	visibility: hidden;
	transition: 0s 0.25s;
}
body.dropdown-menu .main-navigation .nlv_2 li:hover > ul{
	visibility: visible;
	transition-delay: 0.25s;
}

@media screen and (max-width: 960px){
	body > nav {
		display: block;
	}
	.column-3x4.start_schnelleinstiege {
	    width:100%;
	}
	.column-4.start_schnell_geklickt {
	    width:100%;
	    margin: 30px 0;
	}
	.site-footer .column-4 {
	    width: 50%;
	}
	.site-footer .column-4:nth-child(3) {
	    clear: both;
	}
}
@media screen and (max-width: 680px){
	.site-header .logo{
		text-align: center;
		margin-bottom: 15px;
	}
	.site-footer .column-4 {
	    width: 100%;
	}
	.site-footer .quickmenu ul a{
		margin-right: 5px;
		margin-left: 0;
	}
	.site-header .logo img{
		float: none;
		margin: 0;
	}
	.site-header .logo span.headerheight{
		width: 100%;
		display: block;
		height: auto;
		margin-top: 10px;
	}
	.headerheight, .headerheight.header-right{
		height: auto;
	}
	body.startseite .titelbild .slogan, 
	.titelbild .slogan {
		font-size: 1.25em !important;
		text-align: center;
	}
	.titelbild .elem{
		height: 150px;
	}
	.titelbild-slider .ikiss-control-nav{
		display: none;
	}
	.header-right .inner{
		display: block;
	}
	.main-navigation{
		display: none;
	}
	.suche form{
		max-width: none;
		width: 100%;
	}
	.top-bar{
		padding: 25px 0 15px;
	}
	body.full-width.startseite .slogan{
		font-size: 2em;
	}
	.randspalte{
		margin-top: 30px;
	}
	body.pagewidth-full .wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.column-4.start_schnell_geklickt {
        margin: 30px 0;
    }
}