/* element styles */

.html
{
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

.no-scroll
{
	overflow: hidden !important;
}

*,
*:after,
*:before
{
	box-sizing: border-box;
}

body
{
	margin:0;
	font: normal 24px/1.42857143 'Pontano Sans', Arial, sans-serif;
	color: #000;
}

iframe
{
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Montserrat', sans-serif;
	margin:0 0 6px;
	font-weight: bold;
	color: #000;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

img
{
	border: 0;
	max-width: 100%;
	height: auto;
}

p
{
	margin: 0;
}

sup,
sub
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup
{
	bottom: 1ex;
}

sub
{
	top: .5ex;
}

/* tinymce */

img.img-left
{
	float: left;
	margin: 0 20px 20px 0;
}

img.img-right
{
	float: right;
	margin: 0 0 20px 20px;
}

.uppercase
{
	text-transform: uppercase;
}


.extra-bold
{
	font-weight: 800;
}

.semi-bold
{
	font-weight: 600;
}

a.button,
.text-styles a.button
{
	display: inline-block;
	background-color: #fff;
	color: #011742;
	padding: 3px 11px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
}

a.button:hover,
a.button:focus,
.text-styles a.button:hover,
.text-styles a.button:focus
{
	color: #011742;
	text-decoration: none;
}

/* global */

.text-styles a
{
	color: #008bd2;
}

.text-styles a:hover,
.text-styles a:focus
{
	color: #008bd2;
	text-decoration: none;
}

.hidden-inp
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.youtube-wrap,
.vimeo-wrap,
.video-wrap
{
	position: relative;
	max-width: 100%;
}

.youtube-wrap:before,
.vimeo-wrap:before,
.video-wrap:before
{
	content: '';
	display: block;
	padding-bottom: 56.25%; /* 16:9 */
}

.youtube-wrap > iframe,
.vimeo-wrap > iframe,
.video-wrap > video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-wrap.compat-object-fit img
{
	opacity: 0;
}

.img-wrap.img-cover.compat-object-fit,
.img-wrap.img-contain.compat-object-fit
{
	background-position: center;
	background-repeat: no-repeat;
}

.img-wrap.img-cover.compat-object-fit
{
	background-size: cover;
}

.img-wrap.img-cover > img
{
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.img-wrap.img-contain.compat-object-fit
{
	background-size: contain;
}

.img-wrap.img-contain > img
{
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	width: 100%;
}

img.full-width
{
	width: 100%;
}

.clearfix:before, .clearfix:after
{
	content: "";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	zoom: 1;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.glassy
{
	border: 7px solid rgba(255, 255, 255, .4);
	border-radius: 4px;
}

.txtf-close
{
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
}

.maintenance
{
	display: inline-block;
	margin-top: 30px;
	border: 1px #cccccc solid;
	background: #ffffff;
	padding: 20px;
	color: #000000;
	border-radius: 10px;
}

.div_noscript
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	padding: 5px;
	border: 1px #ff0000 solid;
	background: #ffffff;
	color: #ff0000;
}

.visible-mobile
{
	display: none;
}

.wrap
{
	max-width: 1244px;
	margin: 0 auto;
	padding: 0 32px;
}

.wrap.no-padding
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wrap.full-width
{
	max-width: none !important;
}

.wrap-width-1 .wrap
{
	max-width: 1044px;
}

.wrap-width-2 .wrap
{
	max-width: none;
}

.wrap-width-3 .wrap
{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.row-wrap
{
	overflow: hidden;
}

.row
{
	list-style: none;
	margin-top: -20px;
	margin-bottom: 0;
	padding: 0;
}

.col,
[class*="col-"]
{
	margin: 20px 0 0;
	padding-top: 0;
	padding-bottom: 0;
}

.vspace-0
{
	margin-top: 0;
}

.vspace-0 > .col,
.vspace-0 > [class*="col-"]
{
	margin-top: 0;
}

/* specific */

#content
{
	height: 100%;
}
.navposition {
	display: table-cell;vertical-align: bottom;height: 118px;
}

.logo img {
	width: 372px;
	max-width: none;
}
.notvisible {
	display: block;
}

@media (max-width:1232px) and (min-width:871px) {
	.logo img
	{
		width: 300px;
		max-width: none;
	}
	.navposition {
		height: 96px;
	}

}

@media (max-width:870px) and (min-width:768px) {
	.notvisible
	{
	display: none;
	}
}

#header
{
	position: relative;
	z-index: 90;
}

.header-top
{
	background-color: #000;
	color: #fff;
	padding: 6px 0;
	text-align: right;
}

.header-bottom {
	 padding: 15px 0 0 0;
	 position: fixed;

	 background: #fff;
	 width: 100%;
	 height: 165px;
 }

.header-bottom-bar
{
	float: right;
}

.search-form
{
	margin: 0 0 0 8px;
}

.search-form input[type="search"]
{
	border: 0;
	box-shadow: none;
	background-color: #f5f5f3;
	height: 24px;
	font-size: 14px;
	width: 160px;
	max-width: 100%;
	vertical-align: top;
	transition: width ease-in-out .4s;
	margin: 0;
	padding: 0 19px 0 7px;
}

.search-form input[type="search"]:focus
{
	width: 240px;
}

.search-inp-wrap
{
	position: relative;
	background-color: #f5f5f3;
	margin: 0;
}

.search-inp-wrap .fas
{
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
}

.header-nav
{
	float: right;
	clear: both;
	margin: 18px 0 0;
	color: #000;
}

.header-nav a,
.header-nav a:hover,
.header-nav a:focus,
.mobile-menu a,
.mobile-menu a:hover,
.mobile-menu a:focus
{
	color: inherit;
}

.header-nav > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-nav > ul > li
{
	position: relative;
	margin: 0 0 0 28px;
	padding: 0;
	float: left;
}

.header-nav > ul > li:first-child
{
	margin-left: 0;
}

.header-nav > ul > li > a
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #7c6955;
	transition: color 0.4s ease;
}

@media (max-width:1000px) and (min-width:768px) {
	.header-nav > ul > li > a
	{
		font-size: 15px;
	}
}

.header-nav > ul > li > a.active,
.header-nav > ul > li > a:hover,
.header-nav > ul > li > a:focus,
.header-nav > ul > li.open > a
{
	text-decoration: none;
	background: url(/img/web/unterstrichen.png) no-repeat bottom left;
	background-size: auto;
	background-size: 100% 7px;
	padding-bottom: 5px;
	color: rgb(161, 165, 19);
}

.header-nav > ul > li > a.active:after,
.header-nav > ul > li > a:hover:after,
.header-nav > ul > li > a:focus:after,
.header-nav > ul > li.open > a:after
{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	height: .05555555555555555555555555555556em;


	-webkit-transform: translateY(.77777777777777777777777777777778em);
	-moz-transform: translateY(.77777777777777777777777777777778em);
	-ms-transform: translateY(.77777777777777777777777777777778em);
	-o-transform: translateY(.77777777777777777777777777777778em);
	transform: translateY(.77777777777777777777777777777778em);
}

.header-nav .sub
{
	/*
	list-style: none;
	margin: 10px 0 0;
	padding: 10px 20px;
	min-width: 180px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #000;
	overflow: hidden;
	z-index: 1;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
*/
	visibility: hidden;
	position: absolute;
	top: 61px;
	left: 0;
	background: url('/img/web/subnav-bg.png') repeat-y top left rgba(255,255,255,0.9);
	z-index: 1;
	padding: 20px 20px 20px 9px;
	white-space: nowrap;

	-webkit-transition: opacity .4s ease, visibility .4s linear;
	-moz-transition: opacity .4s ease, visibility .4s linear;
	-o-transition: opacity .4s ease, visibility .4s linear;
	transition: opacity .4s ease, visibility .4s linear;
}

.header-nav li.open > .sub
{
	opacity: 1;
	visibility: visible;
}

.header-nav .sub > li > a
{
	color: #7c6955;
	font-size: 16px;
	border-left: 2px transparent solid;
	border-bottom: 0;
	margin-bottom: 0;
	padding-left: 20px;
	transition: all 0.4s ease;
}

.header-nav .sub > li > a:hover,
.header-nav .sub > li > a:focus,
.header-nav .sub > li > a.active
{
	text-decoration: underline;
}

#main
{
	padding:30px 0 0;
}

.has-main-bg
{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#footer
{
	padding: 42px 0;
	margin-top: 60px;
	background-color: #e8e9ea;
	color: #000;
	font-weight: bold;
}

#footer a
{
	color: inherit;
}

.footer-text{
	font: inherit;
}

.footer-nav > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav > ul > li
{
	margin: 0;
	padding: 0;
}

.footer-nav > ul > li > a
{
	text-decoration: none;
}

.footer-nav > ul > li > a.active,
.footer-nav > ul > li > a:hover,
.footer-nav > ul > li > a:focus
{
	text-decoration: underline;
}

/* abschnitte */

.abschnitt
{
	margin-top:60px;
}

.abschnitt.margin-collapsing,
.abschnitte > .abschnitt:first-child
{
	margin-top:0;
}

.abschnitt_linker
{
	position: relative;
	top: -60px;
}

[class*="abschnitt-bg-color-"]
{
	padding: 120px 0;
}

.abschnitt-bg-color-1 + .abschnitt-bg-color-1,
.abschnitt-bg-color-2 + .abschnitt-bg-color-2,
.abschnitt-bg-color-3 + .abschnitt-bg-color-3,
.abschnitt-bg-color-4 + .abschnitt-bg-color-4
{
	margin-top: 0;
	padding-top: 0;
}

.abschnitt-bg-color-1
{
	background-color: #aa4f58;
	color: #FFF;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

.abschnitt-bg-color-1 h1, .abschnitt-bg-color-1 h2, .abschnitt-bg-color-1 h3, .abschnitt-bg-color-1 h4, .abschnitt-bg-color-1 h5
{
	color: #ffffff;
}
.abschnitt-bg-color-2
{
	background-color: #e1e0ce;
	color: #000;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
.abschnitt-bg-color-2 h1, .abschnitt-bg-color-2 h2, .abschnitt-bg-color-2 h3, .abschnitt-bg-color-2 h4, .abschnitt-bg-color-2 h5,
.abschnitt-bg-color-3 h1, .abschnitt-bg-color-3 h2, .abschnitt-bg-color-3 h3, .abschnitt-bg-color-3 h4, .abschnitt-bg-color-3 h5
{
	color: #000;
}


.abschnitt-bg-color-3
{
	background-color: #bbb09a;
	color: #000;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

.abschnitt-bg-color-4
{
	background-color: #b6c876;
	color: #fff;
}

.navbox
{
	padding: 17px;
	border: 1px solid #c4bfbf;
	height: 100%;
}

a.navbox-more

{
	display: block;
	border-top: 1px solid #c4bfbf;
	margin: 10px 0 -17px;
	padding: 17px 0;
	color: #008bd2;
}

.navbox-img-wrap,
.newsbox-img-wrap,
.team-img-wrap
{
	position: relative;
	display: block;
	margin-bottom: 17px;
}

.navbox-img-wrap img,
.newsbox-img-wrap img,
.team-img-wrap img
{
	width: 100%;
}

.navbox-img-wrap:before,
.newsbox-img-wrap:before,
.team-img-wrap:before,
.referenzbox:before
{
	content: '';
	display: block;
	padding-top: 45.632333767926988265971316818774%;
}

.navbox-img-wrap img,
.newsbox-img-wrap img,
.team-img-wrap img
{
	position: absolute;
	left: 0;
	top: 0;
}

.navbox-headline,
.newsbox-headline
{
	font-size: 24px;
	font-weight: bold;
	color:#a0a411
}

.abschnitt-headline {
	font-weight: bold;
	color:#a0a411;
	margin-bottom: 20px ;
}

.newsbox-datum
{
	color: #9ca4af;
	font-size: 14px;
	margin: 0 0 10px;
}

.kontaktformular .form-control
{
	border-radius: 0;
	box-shadow: none;
}

.kontaktformular textarea.form-control
{
	max-width: 100%;
	min-height: 80px;
}

.kontaktformular input[type=submit]
{
	box-shadow: none;
	border-radius: 0;
	background: none;
	border: 0;
	font-weight: 800;
	color: #000;
}

.team-list
{
	text-align: center;
}

.team-list > li
{
	vertical-align: top;
	display: inline-block;
	float: none;
	text-align: left;
}

.team-text-wrap
{
	text-align: center;
}

.team-img-wrap
{
	overflow: hidden;
}

.team-img-wrap:before,
.referenzbox:before
{
	padding-top: 66.536458333333333333333333333333%;
}

.team-img-wrap img
{
	-webkit-transition: transform ease-out .3s;
	-moz-transition: transform ease-out .3s;
	-o-transition: transform ease-out .3s;
	transition: transform ease-out .3s;
}

.team-img-wrap img:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-name
{
	font-weight: 800;
	font-size: 20px;
}

.bildergalerie-list .img-wrap
{
	position: relative;
	display: block;

}

.bildergalerie-list .img-wrap:before
{
	content: '';
	display: block;
	padding-top: 66.63829787234043%;
}

.bildergalerie-list .img-wrap img
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;

	-webkit-transition: transform ease-in-out .4s;
	-moz-transition: transform ease-in-out .4s;
	-o-transition: transform ease-in-out .4s;
	transition: transform ease-in-out .4s;
}

.bildergalerie-list a
{
	overflow: hidden;
}

.bildergalerie-list a:hover img,
.bildergalerie-list a:focus img
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.filter-list-leistungen
{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.filter-list-leistungen > li
{
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
}

.filter-list-leistungen > li:first-child
{
	margin-left: 0;
}

.filter-list-leistungen > li > label
{
	color: inherit;
	cursor: pointer;
}

.filter-list-leistungen > li > label:hover,
.filter-list-leistungen > li > label:focus,
.filter-list-leistungen > li > input:checked + label,
.filter-list-leistungen > li > input:focus + label
{
	color: #008bd2;
}

.referenzbox
{
	position: relative;
	display: block;
	color: #fff;
}

.referenzbox:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;

	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.referenzbox-text-wrap
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	z-index: 3;

	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.referenzbox:after,
.referenzbox-text-wrap
{
	opacity: 0;
	visibility: hidden;

	-webkit-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	-moz-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	-o-transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
	transition: visibility ease-in-out .4s, opacity ease-in-out .4s;
}

.referenzbox-img-wrap
{
	position: absolute;
	left: 0;
	top: 0;
}

.referenzbox:hover:after,
.referenzbox:focus:after,
.referenzbox:hover .referenzbox-text-wrap,
.referenzbox:focus .referenzbox-text-wrap
{
	opacity: 1;
	visibility: visible;
}

.referenzbox-headline
{
	font-weight: 800;
	color: inherit;
	text-transform: uppercase;
}

/*
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus
{
	background-color: #8d0536;
	border-color: #8d0536;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus
{
	color: #8d0536;
}
*/

.normal-width
{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.google-map
{
	height: 600px;
	overflow: hidden;
}

.google-map-wrap.responsive
{
	position: relative;
	max-height: 600px;
}

.google-map-wrap.responsive:before
{
	content: '';
	display: block;
	padding-top: 31.25%; /* 1920 x 600 */
}

.google-map-wrap.responsive .google-map
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.modal
{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 90;
	outline: 0;
	background-color: rgba(0, 0, 0, .5);

	-webkit-transition: opacity linear .4s, visibility linear .4s;
	-moz-transition: opacity linear .4s, visibility linear .4s;
	-o-transition: opacity linear .4s, visibility linear .4s;
	transition: opacity linear .4s, visibility linear .4s;
}

.modal.active
{
	visibility: visible;
	opacity: 1;
}

html.no-scroll .modal
{
	overflow: scroll;
	ms-overflow-x: auto;
	overflow-x: auto;
}

.modal-close
{
	position: absolute;
	right: -14px;
	top: -14px;
	z-index: 1;
	font-size: 16px;
	line-height: 19px;
	height: 19px;
	width: 19px;
	background-color: #ffffff;
	text-align: center;
}

.modal-close .fas
{
	line-height: inherit;
}

.modal-inner
{
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	max-width: 1230px;
	min-height: 200px;
	margin: 0 auto 50px;
	padding: 15px;
	background-color: #ffffff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .4);
}

.modal.modal-small .modal-inner
{
	max-width: 600px;
}

.modal.vcenter
{
	display: -ms-flexbox;
	display: flex;
	padding: 50px 10px;
}

.modal.vcenter > *
{
	position: static;
	margin: auto;
}

/* dv */

.dv input[type="checkbox"].auswahl
{
	margin-top: 0;
}

.dv .tab-pane
{
	padding: 15px 0 0;
}

.dv .plupload_container
{
	padding: 0;
}

.custom-switch-2
{
	margin: 0;
}

.custom-switch-2-button
{
	position: relative;
	border-radius: 1em;
	display: inline-flex;
	box-shadow: 0 1px 0 0 #fff inset, 0 -1px 0 0 #fff inset, -1px 0 0 0 #fff inset, 1px 0 0 0 #fff inset;
	cursor: pointer;
	z-index: 1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-transition: background-color ease-in-out .2s;
	-moz-transition: background-color ease-in-out .2s;
	-o-transition: background-color ease-in-out .2s;
	transition: background-color ease-in-out .2s;
}

.custom-switch-2.dark .custom-switch-2-button
{
	box-shadow: 0 1px 0 0 #1A1D20 inset, 0 -1px 0 0 #1A1D20 inset, -1px 0 0 0 #1A1D20 inset, 1px 0 0 0 #1A1D20 inset;
}

.custom-switch-2-button:before
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	min-width: 3.25em;
	border-radius: 1em;
	background-color: #fff;
	z-index: -1;

	-webkit-transition: transform ease-in-out .2s, left ease-in-out .2s;
	-moz-transition: transform ease-in-out .2s, left ease-in-out .2s;
	-o-transition: transform ease-in-out .2s, left ease-in-out .2s;
	transition: transform ease-in-out .2s, left ease-in-out .2s;
}

.custom-switch-2.dark .custom-switch-2-button:before
{
	background-color: #1A1D20;
}

.custom-switch-2 input:checked ~ .custom-switch-2-button:before
{
	left: 100%;

	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.custom-switch-2 input:indeterminate ~ .custom-switch-2-button:before
{
	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.custom-switch-2-button-active,
.custom-switch-2-button-inactive
{
	min-width: 3.25em;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	line-height: 1.8;

	-webkit-transition: color ease-in-out .2s;
	-moz-transition: color ease-in-out .2s;
	-o-transition: color ease-in-out .2s;
	transition: color ease-in-out .2s;
}

.custom-switch-2-button-active,
.custom-switch-2.dark .custom-switch-2-button-inactive,
.custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #fff;
}

.custom-switch-2-button-inactive,
.custom-switch-2.dark .custom-switch-2-button-active,
.custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #1A1D20;
}

.custom-switch-2 input:indeterminate ~ .custom-switch-2-button
{
	background-color: #ccc;
}

.custom-switch-2.disabled-active .custom-switch-2-button-inactive,
.custom-switch-2.disabled-inactive .custom-switch-2-button-active
{
	display: none;
}

.highlight
{
	color:#aa4f58;
}

.highlight-2
{
	color:#899faa;
}


.highlight-3 {
	color:#a0a411;
}

.highlight-4 {
	color:#e1e0ce;
}

.highlight-5 {
	color:#bbb09a;
}

.underline
{
	display: inline-block;
	background: url(/img/web/unterstrichen.png) no-repeat bottom left;
	background-size: 100% 10px;
	padding-bottom: 10px;
}
.underline-white
{
	display: inline-block;
	background: url(/img/web/unterstrichen-weiss.png) no-repeat bottom left;
	background-size: 100% 10px;
	padding-bottom: 10px;
}
.newslist {
	list-style: none;
	margin: 0;
	padding: 0;
}
a.newsbox-more {
	font-size: 20px;
	color:#aa4f58;
	text-decoration: underline;
}

a.newsbox-more:hover, a.newsbox-more:active {
	font-size: 20px;
	color:#000 ;
	text-decoration: none;
}

.newsbox-desc {
	font-size: 20px;
}

.footer-nav a {
	font-size: 16px;
	font-weight: normal;
	color:#aa4f58 !important;
}

.footer-nav a:hover {
	font-size: 16px;
	font-weight: normal;
	color:#000;
}

.footer-text .text-styles {
	font-size: 16px;
	font-weight: normal;
}

.abschnitt.navboxen a
{
	display: block;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 300px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}

.abschnitt.navboxen a > span
{
	position: absolute;
	display: block;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	color: #aa4f58;
	font-weight: bold;
	font-size: 30px;
	transition: all 0.4s ease;
	bottom: 0;
	left: 0;
	right: 0;

}

.abschnitt.navboxen a > span div
{
	opacity: 0;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 24px;
	margin-top: 10px;
	transform: translateX(-50px);
	height:10px;
}

.abschnitt.navboxen a:hover > span div,
.abschnitt.navboxen a:focus > span div,
.abschnitt.navboxen a.active > span div
{
	transition: opacity 0.4s 0.4s ease, transform 0.4s 0.4s ease;
	opacity: 1;
	transform: translateX(0px);
}

.abschnitt.navboxen a > span .fa
{
	color: #ffffff;
	font-size: 20px;
	transition: opacity 0.4s 0s ease;
	text-shadow: none;
}


.abschnitt.navboxen a:hover > span,
.abschnitt.navboxen a:focus > span,
.abschnitt.navboxen a.active > span
{
	color: #ffffff;
	bottom: 50%;
	transform: translateY(50%);
}

.abschnitt.navboxen a:before
{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
	transition: opacity 0.4s ease;
	z-index: 0;
}

.abschnitt.navboxen a:after
{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	transition: opacity 0.4s ease;
	opacity: 0;
	z-index: 0;
}

.abschnitt.navboxen a:hover:before,
.abschnitt.navboxen a:focus:before,
.abschnitt.navboxen a.active:before
{
	opacity: 0;
}

.abschnitt.navboxen a:hover:after,
.abschnitt.navboxen a:focus:after,
.abschnitt.navboxen a.active:after
{
	opacity: 1;
}

.abschnitt.navboxen a > span > span.text
{
	position: relative;
	padding-bottom: 10px;
	padding-top: 5px;
	background: rgba(255,255,255,0.85);
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	transition: background 0.2s ease;
}

.abschnitt.navboxen a:hover > span > span.text,
.abschnitt.navboxen a:focus > span > span.text,
.abschnitt.navboxen a.active > span > span.text
{
	background: rgba(255,255,255,0);
}


.abschnitt.navboxen .col-xs-1,
.abschnitt.navboxen .col-sm-1,
.abschnitt.navboxen .col-md-1,
.abschnitt.navboxen .col-lg-1,
.abschnitt.navboxen .col-xs-2,
.abschnitt.navboxen .col-sm-2,
.abschnitt.navboxen .col-md-2,
.abschnitt.navboxen .col-lg-2,
.abschnitt.navboxen .col-xs-3,
.abschnitt.navboxen .col-sm-3,
.abschnitt.navboxen .col-md-3,
.abschnitt.navboxen .col-lg-3,
.abschnitt.navboxen .col-xs-4,
.abschnitt.navboxen .col-sm-4,
.abschnitt.navboxen .col-md-4,
.abschnitt.navboxen .col-lg-4,
.abschnitt.navboxen .col-xs-5,
.abschnitt.navboxen .col-sm-5,
.abschnitt.navboxen .col-md-5,
.abschnitt.navboxen .col-lg-5,
.abschnitt.navboxen .col-xs-6,
.abschnitt.navboxen .col-sm-6,
.abschnitt.navboxen .col-md-6,
.abschnitt.navboxen .col-lg-6,
.abschnitt.navboxen .col-xs-7,
.abschnitt.navboxen .col-sm-7,
.abschnitt.navboxen .col-md-7,
.abschnitt.navboxen .col-lg-7,
.abschnitt.navboxen .col-xs-8,
.abschnitt.navboxen .col-sm-8,
.abschnitt.navboxen .col-md-8,
.abschnitt.navboxen .col-lg-8,
.abschnitt.navboxen .col-xs-9,
.abschnitt.navboxen .col-sm-9,
.abschnitt.navboxen .col-md-9,
.abschnitt.navboxen .col-lg-9,
.abschnitt.navboxen .col-xs-10,
.abschnitt.navboxen .col-sm-10,
.abschnitt.navboxen .col-md-10,
.abschnitt.navboxen .col-lg-10,
.abschnitt.navboxen .col-xs-11,
.abschnitt.navboxen .col-sm-11,
.abschnitt.navboxen .col-md-11,
.abschnitt.navboxen .col-lg-11,
.abschnitt.navboxen .col-xs-12,
.abschnitt.navboxen .col-sm-12,
.abschnitt.navboxen .col-md-12,
.abschnitt.navboxen .col-lg-12
{
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #eee;
}

.abschnitt.navboxen .row
{
	margin-left: 0;
	margin-right: 0;
}

a.link, a.linkrot
{
	display: inline-block;
	background: #878787;
	background: linear-gradient(to bottom, #878787 0%,#666666 100%);
	font-family: 'Montserrat', sans-serif;
	border-radius: 24px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	text-decoration: none;
	padding: 5px 45px;
	color: #fff;
	transition: all 0.4s ease;
}

a.link:hover,
a.link:focus,
a.link.active,
a.linkrot:hover,
a.linkrot:focus,
a.linkro.active
{
	background: #666666;
	background: linear-gradient(to bottom, #666666 0%,#666666 100%);
	text-decoration: none;
	color:#000;
}

a.linkrot
{
	background: #d3626d;
	background: linear-gradient(to bottom, #d3626d 0%,#aa4f58 100%);
}
a.linkrot:hover,
a.linkrot:focus,
a.linkro.active
{
	background: #aa4f58;
	background: linear-gradient(to bottom, #aa4f58 0%,#aa4f58 100%);

}
.mce-text{color:#000 !important;}


.splitbreak
{
	margin-bottom: 24px;
}

.splitbreak.einfach
{
	margin-bottom: 2px;
}

.splitbreak .head
{
	color: #000000;
	/*background: #f08600 url('/img/web/splitbreak.png') no-repeat top right;*/
	/*	min-height: 52px;
		line-height: 52px;*/
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}
.head hr {
	margin-top: 7px !important;
}

.splitbreak.einfach .head
{
	background: transparent;
	color: #000000;
	padding-left: 0;
}

.splitbreak.einfach .head a
{

	font-size: 24px;
	font-weight: normal;
	color:#aa4f58;
	padding-right: 80px;
	line-height: 140%;
}

.splitbreak.einfach .head a > span
{
	right: 50px;
	color: #f08600;
}

.splitbreak.einfach .head hr
{
	margin: 0;
	margin-right: 50px;
	padding: 0;
}

.splitbreak.einfach.open a
{
	color: #aa4f58;
	padding-right: 80px;
	line-height: 140%;
}

.inner a
{
	color: #889da8 !important;
	text-decoration: underline;
	padding-right: 0px !important;
}

.splitbreak.einfach .sub .inner
{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 50px;
}

.splitbreak .head a
{
	font-size: 18px;
	font-weight: bold;
	line-height: inherit;
	outline: none;
	display: block;
	color: inherit;
	text-transform: inherit;
	text-decoration: none;
}

.splitbreak .head a > span
{
	font-size: 14px;
	position: absolute;
	right: 80px;
	top: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.splitbreak .head
{
	padding-top: 1px;
}

.splitbreak .head a > span
{
	top: 1px;
}

.splitbreak .head .group-addon a > span
{
	position: static;
	right: auto;
	top: auto;
	display: block;
}

.splitbreak .head .group-addon a > span + span
{
	margin-top: -52px;
}

.splitbreak .head a + span.pfeil
{
	position: absolute;
	display: block;
	top: 8px;
	right: 50px;
	width: 42px;
	height: 42px;
	transform: rotateZ(90deg);
	background: url("/img/web/slider-pfeil-right-rot30.png") no-repeat top left;
	transition: transform 0.4s ease;
	pointer-events: none;
}

.splitbreak.link .head a + span.pfeil
{
	transform: rotateZ(90deg);
}

.splitbreak.open .head a + span.pfeil
{
	transform: rotateZ(0deg);
}

.splitbreak.open .head a > span.open,
.splitbreak.link .head a > span.open,
.splitbreak.open2 .head a > span.open2
{
	opacity: 1;
}

.splitbreak.close .head a > span.close,
.splitbreak.close2 .head a > span.close2
{
	opacity: 1;
}

.splitbreak .sub
{
	transition: max-height 0.4s ease-in;
	overflow: hidden;
	color: #000;
}

.splitbreak.close .sub
{
	height: auto;
	max-height: 0 !important;
}

.splitbreak.open .sub
{
	max-height: 2000px;
}
