/* element styles */

.html
{
	overflow: scroll;
	-ms-overflow-x: auto;
	overflow-x: auto;
	height: 100%;
	width: 100%;
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*,
*:after,
*:before
{
	box-sizing: border-box;
}

body
{
	margin: 0;
	font: normal 22px/1.25 'PT Sans', sans-serif;
	color: #333333;
}

iframe
{
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Oleo Script', sans-serif;
	font-weight: normal;
	margin: 0 0 .3125em;
	color: #ae0b00;
}

.carousel-overlay h1,
.carousel-overlay h2,
.carousel-overlay h3,
.carousel-overlay h4,
.carousel-overlay h5,
.carousel-overlay h6
{
	color: #ffffff;
	margin-bottom: 0;
}

h1
{
	font-size: 39px;
}

h2
{
	font-size: 39px;
}

h3
{
	font-size: 32px;
}

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;
}

a
{
	color: inherit;
	text-decoration: underline;
}

a:hover,
a:focus
{
	color: inherit;
	text-decoration: none;
}

/* tinymce */

.uppercase
{
	text-transform: uppercase;
}

.highlight
{
	color: red;
}

.highlight-2
{
	color: blue;
}

/* global */

.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
{
	position: relative;
	max-width: 100%;
}

.youtube-wrap:before,
.vimeo-wrap:before
{
	content: '';
	display: block;
	padding-bottom: 56.25%; /* 16:9 */
}

.youtube-wrap > iframe,
.vimeo-wrap > iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.wrap.no-padding
{
	padding-left: 0;
	padding-right: 0;
}

.wrap.full-width
{
	max-width: none;
}

/* specific */

#header
{
	position: relative;
	z-index: 1;

	background: linear-gradient(to right, rgba(229,130,55,1) 0%,rgba(255,255,255,1) 40%);
	min-height: 167px;
	border-bottom: 4px #ae0b00 solid;
}

.header-nav > ul
{
	text-align: right;
	list-style:none;
	margin-bottom: 0;
}

.header-nav > ul > li
{
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.header-nav > ul > li > a
{
	display: block;
	text-decoration: none;
	color: #ae0b00;
	background: #ffffff;
	padding: 111px 20px 30px;
	transition: all 0.4s ease;
}

.header-nav > ul > li > a.active,
.header-nav > ul > li > a:hover,
.header-nav > ul > li > a:focus,
.header-nav > ul > li.open > a
{
	color: #ffffff;
	background: #ae0b00;
	text-decoration: none;
}

.header-nav .sub
{
	text-align: left;
	list-style: none;
	margin: 3px 0 0;
	padding: 20px 105px 20px 40px;
	max-width: 100vw;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(255, 255, 255, .9);
	overflow: hidden;
	font-size: 20px;
	z-index: 1;
	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;
	opacity: 0;
	visibility: hidden;
}

.header-nav li.open > .sub
{
	opacity: 1;
	visibility: visible;
}

.header-nav .sub > li > a
{
	text-decoration: none;
	display: inline-block;
}

.header-nav .sub > li > a:hover,
.header-nav .sub > li > a:focus,
.header-nav .sub > li > a.active
{
	text-decoration: underline;
}

#main
{
	min-height: 600px;
	padding:0;
}

#footer
{
	padding: 20px 0;
	margin-top: 60px;
	background: #ae0b00;
	color: #ffffff;
}

.footer-text{
	font: inherit;
}

.footer-nav > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav > ul > li:first-child
{
	border-left: 0;
	padding-left: 0;
}

.footer-nav > ul > li
{
	margin: 0;
	padding: 0 22px;
	border-left: 1px #ffffff solid;
}

.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;
}

.abschnitt.navboxen .desc
{
	margin-bottom: 10px;
}

.abschnitt.navboxen a
{
	display: block;
	background: no-repeat center #cccccc;
	background-size: cover;
	min-height: 289px;
	margin-bottom: 6px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}

.abschnitt.navboxen a span.text
{
	position: absolute;
	display: block;
	padding: 18px 20px;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	z-index: 1;
	transition: all .4s ease;
	bottom: 0;
	left: 0;
	right: 0;
}

.abschnitt.navboxen a.box_design0 span.text
{
	color: #ffffff;
	background: rgba(255, 255, 255, 0.8);
}

.abschnitt.navboxen a.box_design1 span.text
{
	color: #8e263d;
	background: rgba(142, 38, 61, 0.8);
}

.abschnitt.navboxen a.box_design0:hover span.text,
.abschnitt.navboxen a.box_design0:focus span.text,
.abschnitt.navboxen a.box_design0.active span.text
{
	color: #ffffff;
	background: #ffffff;
}

.abschnitt.navboxen a.box_design1:hover span.text,
.abschnitt.navboxen a.box_design1:focus span.text,
.abschnitt.navboxen a.box_design1.active span.text
{
	color: #8e263d;
	background: #8e263d;
}

.abschnitt.navboxen a.box_design0 span.text span.textinner
{
	display: inline-block;
	background: #8e263d;
	padding: 5px 10px;
	border-radius: 5px;
}

.abschnitt.navboxen a.box_design1 span.text span.textinner
{
	display: inline-block;
	background: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
}

.abschnitt.navboxen a:before
{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .4s ease;
	z-index: 0;
}

.abschnitt.navboxen a:hover:before,
.abschnitt.navboxen a:focus:before,
.abschnitt.navboxen a.active:before
{
	opacity: 1;
}

.abschnitt.news ul.newslist
{
	margin-top: 20px;
}

.abschnitt.news ul.newslist > li:first-child,
.abschnitt.news-overview ul.newslist > li:first-child
{
	border-top: 0;
	padding-top: 0;
}

.abschnitt.news ul.newslist > li,
.abschnitt.news-overview ul.newslist > li
{
	border-top: 1px #cccccc dotted;
	padding-top: 10px;
	padding-bottom: 10px;
}

.abschnitt.news .datum,
.abschnitt.news-overview .datum
{
	white-space: nowrap;
	color: #9ca4af;
	font-size: 14px;
}

.abschnitt.news .more,
.abschnitt.news-overview .more
{
	display: block;
	text-align: right;
	font-size: 80%;
}

.abschnitt.news .inhalt,
.abschnitt.news-overview .inhalt
{

}

.team-list
{
	list-style: none;
	margin-top: -35px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}

.team-list > li
{
	vertical-align: top;
	display: inline-block;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	margin: 35px 0 0;
	text-align: left;
}

.team-list .img
{
	overflow: hidden;
	margin:0 0 7px;
}

.team-list .img img
{
	width: 100%;

	-webkit-transition: transform ease-out .3s;
	-moz-transition: transform ease-out .3s;
	-o-transition: transform ease-out .3s;
	transition: transform ease-out .3s;
}

.team-list .img 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-list .name
{
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}

.team-list .position
{
	line-height: 1.625;
}

.filter-list-leistungen
{
	list-style: none;
	margin: 0;
	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: rgb(141,5,54);
}

.referenzen-liste
{
	list-style: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}

.referenzen-liste > li
{
	margin: 30px 0 0;
	padding-top: 0;
	padding-bottom: 0;
}

.referenzen-liste > li a
{
	position: relative;
	display: block;
	color: #fff;
}

.referenzen-liste > li a:before
{
	content: '';
	display: block;
	padding-top: 56.25%;
}

.referenzen-liste > li a:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;

	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.referenzen-liste > li .text
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	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%);
}

.referenzen-liste > li a:after,
.referenzen-liste > li .text
{
	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;
}

.referenzen-liste > li .img
{
	position: absolute;
	left: 0;
	top: 0;
}

.referenzen-liste > li a:hover:after,
.referenzen-liste > li a:focus:after,
.referenzen-liste > li a:hover .text,
.referenzen-liste > li a:focus .text
{
	opacity: 1;
	visibility: visible;
}

.referenzen-liste > li .text .headline
{
	color: inherit;
	font-family: inherit;
	font-weight: bold;
	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;
}
*/

.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;
}

/* dv */

input[type="checkbox"].auswahl
{
	margin-top: 0;
}

.rot
{
	color: #ae0b00;
}

.orange
{
	color: #e58237;
}

strong
{
	color: #df660b;
	font-weight: normal;
}

.abschnitt.design1
{
	background: #f4f4f4;
}

.abschnitt.imagecarousel + .abschnitt.design1
{
	margin-top: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.logo img{
	max-width: inherit;
}

@media (max-width: 1200px){
	.carousel-overlay
	{
		padding-right: 30px !important;
	}
}

@media (max-width: 768px){
	.carousel-overlay {
		bottom: calc(3vw + 0px) !important;
		padding: calc(3vw + 2px) !important;
	}
	.carousel-overlay h1{
		font-size: calc(3vw + 4px);
	}
.carousel-sizer::before {
    content: '';
    display: block;
    padding-top: 50% !important;
}
}
@media (max-width: 700px){
	.logo img{
		max-width: 56%;
	}
}
