
:root {
	--a50: 50px;
	--a100: 100px;
	--a150: 150px;

}
/*font*/
@font-face {
	font-family: Roboto-Bold;
	src: url(/export/sites/dellen-exer/.content/_templates/font/Roboto-Bold.ttf) format('truetype');
}
@font-face {
	font-family: Roboto-Light;
	src: url(/export/sites/dellen-exer/.content/_templates/font/Roboto-Light.ttf) format('truetype');
}
@font-face {
	font-family: Roboto-Medium;
	src: url(/export/sites/dellen-exer/.content/_templates/font/Roboto-Medium.ttf) format('truetype');
}
@font-face {
	font-family: Roboto-Regular;
	src: url(/export/sites/dellen-exer/.content/_templates/font/Roboto-Regular.ttf) format('truetype');
}
p, h2, h3 {
  white-space: normal;    /* Zeilenumbruch erlauben */
  word-break: keep-all;   /* keine Trennung innerhalb von Wörtern (gut für westliche Sprachen) */
  overflow-wrap: normal;  /* kein automatisches Zerbrechen langer Worte */
  hyphens: none;          /* keine Silbentrennung durch den Browser */
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
#topcontrol {
	background: #F48102;
}
a {
	color: #F48102;
}
h2 {
	font-size: 34px;
	font-family: Roboto-Bold;
}
h3 {
	font-size: 30px;
	font-family: Roboto-Bold;
}
body {
	font-size: 18px;
	font-family: Roboto-Regular;
	background: #333;
	color: #000;
}
.container {
	max-width: 1920px;
	padding: 0;
}
.area-header.logo-left .nav-main-container {
	max-width: 80%;
	align-self: center;
}
.image-src-box, .image-src-box > img, .zoom-overlay .zoom-icon, .type-slider .slide-container, .type-slider .slide-wrapper,
.type-slider .slider-box, .type-slider {
	border-radius: 0 !important;
}
.type-slider {
	margin-bottom: 0;
}
.white {
	background: #fff;
}
.grey {
	background:#EFEFEF;
}
.data > .white, .impressum-item > .row {
	max-width: 1300px;
	margin: 0 auto;
}
.sub > div {
	padding: var(--a150) 15px var(--a100);
}
.datenschutz > div {
	padding-left: var(--a150);
	padding-right: var(--a150);
}
.sub > .ref-top {
	padding: var(--a150);
}
.sub .type-dynamic-list h2 {
	margin-bottom: var(--a100);
	font-family: Roboto-Bold;
	text-transform: initial;
}
.sub .type-dynamic-list .list-entries  {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
	justify-content: start;
}
.sub .type-dynamic-list .list-entries li {
	max-width: 22.5%;
	width: 100%;
	margin-bottom: 30px;
}
.sub .type-dynamic-list .list-entries li > div {
	height: 100%;
}

.sub .type-dynamic-list .list-entries li .visual {
	max-width: 100%;
	width: 100%;
	flex: unset;
	padding: 0;
}
.sub .type-dynamic-list .list-entries li .body {
	max-width: 100%;
	width: 100%;
	flex: unset;
	display: none;
	position: absolute;
	bottom: 0;
	background: #fff;
}
.sub .type-dynamic-list .list-entries li .body .link {
	margin-top: 20px;
}
.sub .type-dynamic-list .list-entries li .heading {
	height: 50px;
	overflow: hidden;
}
.service-top > .element {
	margin: 0;
	justify-content: space-between;
}
.service-top > .element.piece.flex.right > .body {
	padding: 0 var(--a150) var(--a150);
}
.service-lay h2 {
	font-family: Roboto-Bold;
	text-transform: initial;
}
.service-item {
	text-align: center;
}
.service-lay iframe {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	background: #fff;
}
.unfall-top {
	padding-bottom: 10px !important;
}
.unfall-top > .row {
	margin: 0;
}
.unfall-top > .row .element {
	margin: 0;
}
.unfall-top > .row .col-md-6 {
	padding: 0;
}
.unfall-top > .row:not(.grey) > div:first-child {
	padding: 0 var(--a150) var(--a150);
}
.unfall-top > .row.grey {
	padding: var(--a100) 0;
}
.unfall-top > .row.grey > div:last-child {
	padding:  var(--a150) var(--a150) 0;
}
/*#ddd*/
/*header*/
.area-header {
	margin-bottom: 0;
}
.area-header.logo-left .header-group {
	border-bottom: none;
}
.head {
	background: #000;
	padding: 30px 15px 10px;
}
.head > .container {
	padding: 0 15px;
}
.header-links-bg {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	padding: 10px 150px;
	max-width: 1920px;
	width: 100%;
	/*text-align: center;
	left: 0;*/
}
.header-links-bg a {
	color: #fff;
}
.area-header.logo-left .header-links {
	flex-direction: row;
	justify-content: space-between;
}
.area-header .header-links:after {
	display: none !important;
} 
.header-links-bg .text-box ul {
	padding-top: 7px;
}
.header-links-bg .text-box ul > li:first-child {
	padding-left: 30px;
	background: url(/export/sites/dellen-exer/.content/_res/header_telefon_icon.svg) no-repeat left center;
	background-size: 20px;
}
.area-header .header-links > ul {
	justify-content: end;
}
.header-links-bg .text-box ul > li:last-child {
	padding-left: 30px;
	background: url(/export/sites/dellen-exer/.content/_res/header_mail_icon.svg) no-repeat left center;
	background-size: 20px;
}
.area-header.logo-left .col-head-logo {
	width: 100%;
	max-width: 460px;
	margin: 30px auto;
}
.area-header.logo-left .col-head-info {
	width: 100%;
	flex: unset;
}
.area-header.logo-left .header-title {
	display: none;
}
.slider {
	position: relative;
}
.bvat-logo {
	position: absolute;
	top: -75px;
	z-index: 999;
	width: 160px;
	right: 100px;
}
.dekra-logo {
	position: absolute;
	top: 0;
	width: 160px;
	z-index: 999;
	right: 100px;
}
.nav-main-items {
	justify-content: center;
	gap: 5%;
}
.nav-menu > li > a {
	color: #fff;
}
.nav-main-items li.active {
	border-bottom: 2px solid #fff;
}
.nav-menu > li.active > a:focus, .nav-menu > li.active > a:hover, .nav-menu > li > a:focus, .nav-menu > li > a:hover, 
.nav-menu > li.active > a {
	background: #000;
}
.nav-menu > li.active > a:focus, .nav-menu > li.active > a:hover, .nav-menu > li > a:focus, .nav-menu > li > a:hover {
	color: #fff;
	font-weight: bold;
}
.area-header.logo-left .nav-main-items > li > a {
	color: #fff !important;
	padding: 5px 0;
}
.nav-main-items li.active a {
	font-family: Roboto-Bold;
	color: #fff;
}
.nav-main-items > li > .nav-menu { 
	background: #000;
	top: 40px;
	border-top: none;
	border-bottom: 2px solid #F48102;
}
.nav-menu > li > a {
	font-family: Roboto-Regular !important;
	text-transform: uppercase;
}
.nav-menu > li > a:hover {
	background: none;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
.nav-menu > li > a {
	background: #000;
	padding: 15px;
}
.slider-dots {
	opacity: 1;
	margin-bottom: 30px;
}
.slider-dots li button::before {
	background: #fff !important;
	border-radius: 100%;
	border: 1px solid #fff;
	opacity: 1;
}
.slider-dots li button.active::before {
	background: transparent !important;
	border-radius: 100%;
	border: 1px solid #fff;
}

/**/
.slider-nav-btn {
	opacity: 1 !important;
}
.leistung-row {
	padding: var(--a100) 15px;
}
.leistung-row .type-linksequence {
	margin-top:var(--a100);
}
.leistung-row .type-linksequence ul, .service-bottom .type-linksequence ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.leistung-row .type-linksequence li a {
	display: inline-block;
}
.leistung-row .type-linksequence li a, .service-bottom .type-linksequence li a {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #000;
	color: #000;
	text-transform: uppercase;
}
.wichtig-home .element {
	position: relative;
	color: #fff;
	margin: 0;
}
.wichtig-home .element h2 {
	color: #fff;
}
.wichtig-home .element .body {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.wichtig-home .element .body ul {
	display: flex;
	gap: 20px;
	margin-top: 50px;
	justify-content: center;
}
.wichtig-home .element .body li {
	list-style-type: none;
}
.wichtig-home .element .body a {
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 20px;
	color: #fff;
}
.team-home .only-heading {
	margin: var(--a150) 0;
}
.team-home .only-heading h2 {
	text-transform: uppercase;
}
.team-item {
	/*max-width: 1300px;*/
	padding: var(--a100) 15px;
}
.team-item h2 {
	margin: 0 auto 0 !important;
	font-family: Roboto-Bold
}
.team-item .text p {
	color: grey;
}
.team-item .visual {
	margin: 0;
}
.team-item .link a {
	background: transparent;
	color: #000;
	font-family: Roboto-Bold;
	text-decoration: underline;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0%);
}
.team-item .link a:before {
	content: "";
	left: -10px;
	top: calc(50% - 7.5px);
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
}
.team-item .text > h2 {
	font-size: 22px;
	margin: 20px 0 !important;
}
.team-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: unset;
	max-width: 1500px;
	margin: 0 auto;
	gap: 3%;
}
.team-item > div {
	padding-bottom: 50px;
	width: 100%;
	max-width: 20%;
	margin-bottom: 50px;
	min-width: 270px;
}
.team-item > div:hover h2 {
	color: #F48102;
}
.team-item .text {
	padding: 10px;
}
.service-home {
	padding: var(--a100);
}
.service-home > .row > div {
	padding: 50px 0;
}
.service-home > .row > div:first-child {
	border-right: 2px dotted #000;
}
.service-home h3 {
	margin: 30px auto !important;
}
.service-home .visual {
	max-width: 245px;
}
.sub > .kontakt-item {
	padding: var(--a150)
}
.unfall-lay > div {
	padding-left: 0;
	padding-right: 0;
}
/*accordion*/
.unfall-top > .row .element.type-tab.variant-accordion {
	margin-top: 50px;
}
.accordion {
	box-shadow: none;
}
.acco-body {
	padding: 0 !important; 
}
.accordion .acco-header .acco-toggle[aria-expanded="true"], .tab-list > li > .tab-toggle.active {
	background: transparent;
	color: #000;
	font-family: Roboto-Medium;
}
.accordion .acco-header .acco-toggle, .tab-list > li > .tab-toggle {
	background: transparent;
	border: none;
	box-shadow: none;
	font-size: 16px;
	font-family: Roboto-Light;
	padding: 15px 40px;
	overflow: visible;
	right: unset;
	left: 0px;
}
.accordion .acco-header .acco-toggle[aria-expanded="true"], .tab-list > li > .tab-toggle.active {
	border-color: #000;
}
.accordion .acco-header .acco-toggle:hover, .tab-list > li > .tab-toggle:hover {
	color: #000;
	background: transparent;
}
.accordion .acco-header .acco-toggle.collapsed::after {
	left: 0px;
	margin-left: 0px;
	right: unset;
	transform: rotate(-90deg);
}
.accordion .acco-header .acco-toggle::after {
	left: 0px;
	margin-left: 0px;
	right: unset

}
.accordion .acco-header .acco-toggle {
	border-top: 1px solid #000;
	border-radius: 0;
}
.accordion .acco-body {
	border: none;
}
.accordion .acco-body ul {
	padding-left: 30px;
}
.accordion .acco-body ul li {
	padding: 10px;
}
.accordion .acco-header .acco-toggle:hover, .tab-list > li > .tab-toggle:hover {
	border-color: #000;
}

/*form*/
img.preview {
  width: 100px;
  margin: 5px;
  border-radius: 6px;
  object-fit: cover;
}
form.flex {
	display: flex;
}
.step { display: none; }
.step.active { display: block; }
button { margin: 10px 5px; padding: 10px; }
img.preview { max-width: 150px; margin: 5px; }
ul { list-style: none; padding: 0; }
svg { width: 100%; max-width: 500px; border: 1px solid #ccc; }
.selected { fill: red !important; }

.service-content-top > .row > div:first-child {
	padding: 0 var(--a150);
}

/*detailpage*/
.detail-page {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: var(--a150) 15px
}
/*footer*/
.area-wide {
	max-width: 1460px;
}
.area-foot {
	font-size: 16px;
}
.area-foot .topfoot {
	padding: 100px 15px;
}
.topfoot .row-12 {
	flex-direction: unset;
}
.topfoot .row-12 h2 {
	margin-bottom: 50px;
}
.topfoot .row-12 > div:first-child {
	padding: 50px 100px 50px 0;
	border-right: 2px dotted #fff;
}
.topfoot .row-12 > div:last-child {
	padding: 50px 0 50px 100px;
}
.topfoot .row-12 ul {
	padding: 0;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.topfoot .row-12 ul li {
	padding: 0;
	max-width: 50%;
	width: 100%;
	list-style-type: none;
}
.area-foot .subfoot {
	background: #000;
	color: #fff;
	padding: 0 15px 50px;
}
.area-foot .subfoot a {
	color: #fff;
	text-decoration: underline;
}
.text ul {
	padding-left: 40px;
}
.text li {
	list-style-type: initial;
}
.sub .type-dynamic-list .list-entries li .body {
	display: block;
	padding: 0;
}
.sub .teaser .intro-headline {
	font-size: 18px;
	padding: 10px 0;
}
.sub .teaser .intro-headline span {
	font-family: Roboto-Light;
}
.sub .type-dynamic-list .link a {
	background: transparent;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
}

@media only screen and (max-width: 1680px) {
	.area-header.logo-left .nav-main-container {
		align-self: start;
	}
}
@media only screen and (max-width: 1367px) {
	:root {
		--a50: 50px;
		--a100: 50px;
		--a150: 75px;
		--my-main-theme-base: #fff;
	}
	.nav-main-items {
		gap: 4%;
	}
	.bvat-logo {
		top: -50px;
	}
	.bvat-logo, .dekra-logo {
		right: 50px;
		width: 100px;
	}
}
@media only screen and (max-width: 1013.98px) {
	.leistung-row .type-linksequence ul, .service-bottom .type-linksequence ul {
		padding: 0 15px;
	}
	.sub > div {
		padding-left: 0;
		padding-right: 0;
	}
	.sub > div .body .heading {
		padding: 30px 0;
	}
	.sub > .ref-top {
		padding-left: 30px;
		padding-right: 30px;
	}
	.active-nav .area-header.logo-left .nav-main-container {
		max-width: 100%;
		left: 0;
	}
	.nav-main-container .nav-main-group {
		width: 100%;
	}
	html.active-nav #mercury-page {
		right: unset !important;
	}
	.nav-toggle-btn .nav-toggle {
		background: #E77D0D;
	}
	.nav-main-mobile-logo, .nav-main-items > li:first-child {
		display: none !important;
	}
	.service-home > .row > div {
		width: 100%;
	}
	.service-home > .row > div:first-child {
		border-right: unset;
		border-bottom: 2px dotted #000;
	}
	.topfoot .row-12 {
		flex-wrap:wrap;
	}
	.topfoot .row-12 > div:nth-child(n+1) {
		width: 100%;
		padding: 30px;
		border: none;
	}
	.topfoot .row-12 > div:first-child {
		border-bottom: 2px dotted #fff;
	}
	.area-foot .topfoot {
		padding: 50px 15px;
	}
	.nav-main-container {
		padding-top: 100px;
		background: #fff;
	}
	.area-header.logo-left .nav-main-items > li > a {
		color: #000 !important;
		padding: 10px;
	}
	.area-header.logo-left .header-links {
		display: block;
	}
	.area-header.logo-left .col-head-logo {
		max-width: 250px;
		margin: 0;
	}
	.header-links-bg .text-box ul {
		display: none;
	}
	.area-header .header-links > ul {
		width: 32px;
	}
	.header-links-bg {
		padding: 0;
		width: 32px;
		right: 100px;
		top: 20px;
	}
	.head {
		padding: 20px 15px;
	}
	#nav-toggle-label {
		top: 21px;
	}
	.col-md-6 {
		max-width: 100%;
		width: 100%;
		flex: unset;
	}
	.type-section {
		display: flex;
		flex-wrap: wrap;
	}
	.type-section > div {
		max-width: 100%;
		width: 100%;
		flex: unset !important;
	}
	.type-section > div:not(.visual), .variant-accordion {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.type-section > .visual {
		padding: 0 !important;
		order: 10;
	}
	.sub .type-dynamic-list .list-entries li {
		max-width: 47.5%;
		width: 100%;
		margin-bottom: 30px;
	}
	.team-item > div {
		max-width: 47%;
	}
	.container.slider .dekra-logo {
		right: 29px;
	}
	.container.slider .bvat-logo {
		top: 0;
		right: 129px;
		background: #000;
		border: 2px solid #000;
	}
	
}
@media only screen and (max-width: 768px) {
	:root {
	  --a50: 25px;
	  --a100: 25px;
	  --a150: 25px;
	}
	h2 {
		font-size: 24px;
	}
	.unfall-top .heading, .ref-lay .heading, .impressum-item .heading  {
		padding: 30px 0;
	}
	.lay-home .leistung-row .heading {
		padding: 30px 0;
	}
	.team-item > div {
		max-width: 380px;
	}
	.wichtig-home .element .visual {
		display: none;
	}
	.wichtig-home .element .body {
		top: unset;
		padding: 50px 15px; 
		left: unset; 
		transform: unset;
		position: relative;
		background: linear-gradient(to bottom,  rgba(56,54,55,1) 0%,rgba(183,183,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.wichtig-home .element .body ul {
		flex-wrap: wrap;
	}
	.wichtig-home .element .body a {
		padding: 10px;
		display: inline-block;
	}
	.topfoot .row-12 ul {
		flex-wrap: wrap;
	}
	.topfoot .row-12 ul li {
		width: 100%;
		max-width: 100%;
	}
	.sub > div:not(.leistung-row) {
		padding-bottom: 0;
	}
	.sub > div .only-visual {
		margin-bottom: 0;
	}
	.sub .type-dynamic-list .list-entries {
		gap: 0;
	}
	.sub .type-dynamic-list .list-entries li {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
	.unfall-top > .row:not(.grey) > div:first-child, .kontakt-item {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.leistung-row {
		padding: 30px 15px !important;
	}
	.topfoot .row-12 > div:nth-child(n+1) {
		padding: 30px 0;
	}
	.area-foot .topfoot {
		padding: 30px;
		text-align: center;
	}

}
@media only screen and (max-width: 551px) {
	.sub .type-dynamic-list .list-entries li {
		max-width: 100%;
		width: 100%;
	}
	.area-header.logo-left .col-head-logo {
		max-width: 200px;
	}

}