/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v51-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-v51-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v51-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body * {
    font-family: "Roboto", sans-serif;
}

body main {
    font-size: 16px;
	font-weight: 300;
}

body header, body footer {
    font-size: 15px;
}

header {
    overflowxxx: hidden;
}

#navbarCollapse {
	position: absolute;
	width: calc(100vw - 30px);
	background: #ffffff;
	height: calc(100vh + 7rem);
	border-bottom: 1px solid #575656;
	top: 3rem;
	z-index: 9999999;
	transition: height 0.03s;
	padding: 3rem 4rem;
	text-align: center;
}


.menulogos {
	display: flex;
	flex-flow: column;
	margin-top: 6rem;
}

#navbarCollapse .menulogos .dptv {
	width: 168px;
}

#navbarCollapse img {
	width: 180px;
	margin-bottom: 1.125rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 600px) {
	
	#navbarCollapse {
		width: 100%;
		border: none;
	}
}


@media (min-width: 1200px) {

	header {
		overflow: hidden;
		height: 220px;
	}	

	#navbarCollapse {
		position: relative;
		display: flex;
		width: unset;
		height: auto;
		top: unset;
		padding: unset;
	}
	
	#navbarCollapse img {
		display: none;
	}

}

#head {
	margin-top: 3rem;
}

header .navbar {
	padding-right: 0;
	padding-left: 0;
}

header .navbar .nav-link {
	padding: 0 15px;
}

header .logo {
	padding-left: 0;
	padding-right: 0; 
}

header .logo img {
	position: relative;
	left: -6px;
	width: 212px;
	top: -5px;
}

.nav-item a {
	color: #878786;
}

header .nav-item a {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	line-height: 1.75em;
}

@media (min-width: 1200px) {


	header .logo img {
		top: -15px;
	}
	
	header .nav-item a {
		font-weight: 600;
		text-align: left;
		margin-bottom: 0;
		line-height: 1.5em;
		font-size: 16px;
	}

}

.nav-item.active a, .nav-item a:hover {
	color: #1d1d1b;
}

.navbar-expand-xl .navbar-collapse {
	justify-content: flex-end;
	align-self: flex-end;
	margin-bottom: -4px;
}



#head .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829, 29, 27, 1%29' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");	
	width: 30px;
}

#head .navbar-light .navbar-toggler {
	border: none;
	outline: none !important;
	position: relative;
	top: -100px;
}

#head .navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829, 29, 27, 1%29' stroke-miterlimit='10' stroke-width='3' d='M18 6L6 18M6 6l12 12'/%3e%3c/svg%3e");
}

.footernav #menuid-5, .footernav #menuid-6 {
	display: none;
}

@media (min-width:1200px) {
	
	#head #menuid-5, #head #menuid-6 {
		display: none;
	}
	
	.footernav #menuid-5, .footernav #menuid-6 {
		display: block;
	}
	
}


main {
	min-height: calc(100vh - 345px);
	padding-bottom: 6rem;
}

main * {
	color: #575656;
}

main a {
	color: #575656;
	text-decoration: none;
}

main a:hover {
	color: #000000;
	text-decoration: none;
}

main h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: 300;
}

@media (min-width: 1200px) {
	
	main h1 {
		font-size: 26px;
		text-align: left;
	}
		
}

header .container {
	padding: 0 15px;
}

main .container, footer .container {
	padding: 0 38px;
}

@media (min-width: 600px) {

	body .container {
		padding: 0 38px;
	}
	
}

@media (min-width: 992px) {
	
	body .container {
		padding: 0 120px;
	}
	
}

@media (min-width: 1200px) {
	
	main h1 {
		display: none;
	}
	
	body .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

footer {
	height: 124px;
}

footer .container {
    position: relative;
    z-index: 99999;
}
footer a, .bg-footer a:hover {
    color: #1d1d1b;
    text-decoration: none;
}

footer .footernav {
    display: flex;
    padding: 0;
    line-height: 1;
    justify-content: flex-end;
    margin: 0 auto;
}

footer .footernav .nav-item {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
}

footer .footernav .nav-link {
    padding-left: 15px;
	padding-right: 0;
	padding-top: 8px;
}

.footernavcol  {
	display: flex;
	justify-content: flex-end;
	flex-flow: column;
}

footer .footerlogos {
	padding-left: 56px;
}

footer img {
	height: 50px;
	position: relative;
	left: 0;
	display: none;
	margin-right: 0.5rem;
}

@media (min-width: 1200px) {
	
	footer img {
		display: inline-block;
	}
	
	footer .footernav {
		margin: 0;
	}
	
}

.bildvb .wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.bildvb .wrapper .imgholder {
	height: 440px;
	background-size: cover;
	background-position-x: right;
}

@media (min-width: 600px) {

	.bildvb .wrapper .imgholder {
		height: 800px;
	}
	
}

@media (min-width: 1200px) {

	.bildvb .wrapper .imgholder {
		height: 440px;
	}
	
}

@media (min-width: 1400px) {

	.bildvb .wrapper .imgholder {
		height: 620px;
	}
	
}

.textbild .text {
	padding-left: 0;
	padding-right: 0;
}

.textbild .bild {
	padding: 0 !important;
	margin-bottom: 2rem;
}

.textbild .row {
	flex-direction: column-reverse;
}

@media (min-width: 1200px) {
	
	

	.bildvb .wrapper {
		width: 100%;
		margin-left: 0;
	}

	.bildvb .wrapper img {
		width: 100%;
		left: 0;
	}
	
	.textbild .text {
		padding-top: 5rem;
		padding-left: 4rem;
		padding-right: 7rem;
	}

	
	.textbild .row {
		flex-direction: row;
	}

}

#id-8.textbild {
	text-align: center;
}

@media (min-width: 1200px) {
	
	#id-8.textbild {
		text-align: left;
	}
	
}

.texttext .spaltelinks {
	margin-bottom: 2rem;
}

.kontaktlink {
	position: relative;
	z-index: 9999999;
}

.kontaktlink .row a {
	margin: 0 auto;
}

.kontaktlink a {
	font-weight: 600;
	color: #1d1d1b;
}

.kontaktlink a:hover, .kontaktlink a:active {
	color: #1d1d1b;
	text-decoration: none;
}

.kontaktlink hr {
	width: 40px;
	border-top: 6px solid #1d1d1b;
	margin-bottom: 10px;
	margin-top: 3rem;
}

@media (min-width: 1200px) {
	
	.kontaktlink .row a {
		margin: 0;
	}
	
	main .kontaktlink {
		padding-left: 79px;
	}
	
	.kontaktlink hr {
		margin-top: -4rem;
	}

}