/* BASIC STYLESHEET for www.domain.de */
/* author: ideenwerft GmbH */
/* author site: www.ideenwerft.com
/* copyright 2019 */


/* =LAYOUT ======================== */
html {
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
body {
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color: #555;
}
main {
	padding: 2.14rem 30px !important;
	background: #fff;
}
main > *:not(:last-child) {
	margin-bottom: 2.14rem;
}
@media (min-width: 768px){
	main {
		padding: 2.85rem 30px !important;
	}
	main > *:not(:last-child) {
		margin-bottom: 2.85rem;
	}
}
@media (min-width: 992px){
	body {
		padding-top: 108px;
	}
}
@media (min-width: 1600px){
	body > .container,
	.fullwidth > .container{
		max-width: 1200px;
		padding-right: 0 !important;
		padding-left: 0 !important;
		paddding-left: 0 !important;
	}
}

/* Grid */
.container {
	padding-right: 30px;
	padding-left: 30px;
}
.row {
	margin-right: -30px;
	margin-left: -30px;
}
.row > div:not(:last-child) {
	margin-bottom: 20px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 30px;
	padding-left: 30px;
}
@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
}

@media(min-width: 1200px) {
	.row > div:not(:last-child) {
		margin-bottom: 0px;
	}
}


/* =BASIC STYLES ======================== */
.small {
	font-size: 0.9em;
}
.xsmall {
	font-size: 0.8em;
}
.red, 
.error {
	color: #c00;
}
.grey {
	color: #999;
}
.clear {
	clear: both;
}
.italic {
	font-style: italic;
}
.hide {
	display: none;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.align-left {
	text-align: left;
}
.note {
	font-size: 0.9em;
	font-style: italic;
	color: #999;
}
.block {
	display: block;
}
/* links */
a:link, a:visited {
	display: inline-block;
	color: #ff7a0f;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce){
	a {
		transition:none;
	}
}
a:hover, 
a:focus {
	color: #E56E0D;
	outline: none;
	text-decoration: none;
}
button:hover, 
button:focus,
:active, 
:focus {
	outline: none;
} 
button a:hover, 
button a:focus, 
button a:link, 
button a:visited {
	color: #fff;
}

/* Chrome */
button,
button.btn,
a.button,
input.button,
.button,
input.powermail_submit.btn.btn-primary{
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 7px 20px;
	font-size: .9rem;
	font-weight: 100;
	color: #fff;
	background: #0f1014;
	border: none;
	border-radius: 7px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
input.powermail_submit.btn.btn-primary {
	margin-top: 0;
	margin-bottom: 0;
}
.button.button-orange {
	background: rgba(255,122,15,1); /* #ff7a0f */
}
.button.button-orange:hover,
.button.button-orange:focus, 
input.powermail_submit.btn.btn-primary:hover,
input.powermail_submit.btn.btn-primary:focus {
	background: rgba(255,122,15,.9); /* #ff7a0f */
}
.button.button-darkblue {
	background: rgba(14,38,50,1); /* #0e2632 */
}
.button.button-darkblue:hover,
.button.button-darkblue:focus {
	background: rgba(14,38,50,.9); /*  #0e2632 */
}
button:hover, button:focus,
button.btn:hover, button.btn:focus,
a.button:hover, a.button:focus,
input.button:hover, input.button:focus,
.button:hover, .button:focus {
	background: rgba(255,122,15,1);
}
a.button strong,
.button strong {
	margin: 0 5px;
	font-weight: 400;
}
a.button i.fa,
.button i.fa {
	margin-right: 10px;
}
a.internal-link:link, a.internal-link:visited {}
a.internal-link:hover, a.internal-link:focus {}
a.internal-link svg.svg-inline--fa {
	width: .65em;
	margin: 0 5px;
}
a.external-link-new-window:link, a.external-link-new-window:visited {}
a.external-link-new-window:hover, a.external-link-new-window:focus {}
a.mail:link, a.mail:visited {}
a.mail:hover, a.mail:focus {}
a.tel:hover, a.tel:focus {
	color: #797974;
	cursor: text;
}
a.mail i,
a.tel i,
a.download svg {
	margin-right: 10px;
}
/* TYPO3 : anker-tags für interne links nach oben setzen*/
a.anchor {
	position: absolute;
	margin-top: -35px;
}
/* Headlines / Überschriften */
h1, h2, h3, h4 {
	color:#0e2632;
}
h2, h3, h4, h5 {
	margin-top:2rem;
}
h1 {
	margin-bottom:1.1425rem;
	font-size:2.285rem;
	line-height:1.4;
	text-align: center;
}
h1.title {
	margin-bottom:1rem;
	font-size:2rem;
}
h2 {
	margin-bottom:1.714rem;
	font-size:1.428rem;
	line-height:1.5;
	text-align: center;
}

.col-md-4 .ce-above .ce-bodytext h2 {
	margin-top:1rem;
	margin-bottom:0.5rem;
}
h3 {
	margin-bottom:1.3rem;
	font-size:1.142rem;
	line-height:1.5;
}
h4 {
	margin-bottom:.5rem;
	font-size:1rem;
	font-weight:600;
	line-height:1.5;
}


/* Subheadlines / Unterüberschrift */
h1+h2, h1+h3, h1+h4, h1+h5,
h2+h2, h2+h3, h2+h4, h2+h5,
h3+h3, h3+h4, h3+h5, h4+h4, h4+h5, h5+h5 {
	margin-top:-.5rem;
}
h1+h2 {
    margin-top: 15px;
    margin-bottom: 30px;
}

/* Text */
main h2,main h3,main p,main ul {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
}
p {
	margin-bottom:1.3rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: #555;
	font-weight: 300;
}
p:last-child {
	margin-bottom: 0;
}
b, strong {
	font-weight: 600;
}


/* other */
#content .csc-textpic-imagewrap ul, 
#content .csc-textpic-imagewrap ol {
	margin-left: 0px;
}
blockquote {
	border: 0px;
	margin: 0;
	padding: 15px 40px 5px;
	font-style: italic;
}
blockquote p {
	font-size: 16px;
}
/*blockquote + p {
	text-align: right;
	padding-right: 40px;
}*/
blockquote cite {
	color: #888;
	font-size: 12px;
	font-style: italic;
}
table {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	vertical-align: top;
}
table thead th,
table tbody td {
	padding: 10px;
}
table thead tr th:first-child,
table tbody tr td:first-child {
	padding-left: 20px;
}
table thead th {
	color:#fff;
	background-color:#999;
	border:none;
}
table thead th:first-child {
	border-radius: 5px 0 0 0;
}
table thead th:last-child {
	border-radius: 0 5px 0 0;
}
table tr {
	background-color:#fff;
}
table tr td {
	border-bottom: 1px solid #d8d9d8;
	border-right: 1px solid #d8d9d8;
}
table tr td:first-child {
	border-left: 1px solid #d8d9d8;
}

table p {
	padding:0;
	margin:0;
}


main ul {
	margin-bottom:15px;
	padding-left:0;
}
main ul li {
	position:relative;
	margin-bottom:5px;
	list-style:none;
}
@media (min-width: 768px) {
	main ul li {
		padding-left:8px;
 	}
}

main ul.fa-ul {
	text-align:left;
}
main ul.fa-ul li {
	line-height:1.4;
}
main ul.fa-ul li:before {
	display:none;
}

table p {
	padding: 0;
	margin: 0;
}
hr, hr.linie-davor,  hr.linie-danach {
	clear: both;
	background-color: #adadad;
	color: #adadad;
	border: #adadad;
	height: 1px;
	margin: 10px 0;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
fieldset {
	border: none;
}
input, textarea, select {
	border: 0px solid #ccc;
	font-size: 1em;
	padding: 4px;
}
input:focus, textarea:focus {
	background-color: rgba(255, 255, 255, 0.5);
	color: #798a7a;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	/* IE10+ specific styles go here */  
	.img-responsive, .img-fluid {
		width: 100% !important;
	}
}
.iframewrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

.fullwidth {
	position: relative;
	max-width: 100vw !important;
	width: 100vw !important;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-top:80px;
	margin-bottom:80px;
	padding: 60px 0;
}
.fullwidth:before,
.fullwidth:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
}
.fullwidth:before {
	top: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.fullwidth:after {
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


/* =HEADER ======================== */
.keyvisual {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
	.keyvisual .dce-accordion {
		position: absolute;
		top: 10px;
		right: 0;
		z-index: 10;
	}
}
.keyvisual img {
	width: 100%;
}

/* =NAVIGATION ======================== */

.navbar-brand {
	margin: 0;
	padding: 30px 0px 30px 30px;
}
.navbar-brand img {
	height: 50px;
	width: auto;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.navbar {
	padding: 0;
	background: #0f1014;
}
.navbar .navbar-toggler {
	margin:0;
	padding:15px 30px;
	color:#fff;
	text-align:left;
	border: none;
	border-radius:0;
}
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
	background:none;
}
.navbar .navbar-nav .nav-item,
.navbar .navbar-nav .dropdown-item {
	position:relative;
	padding: 0;
	border-bottom:1px solid rgba(255,255,255,0.75);
}
.navbar .navbar-nav .nav-item a.nav-link,
.navbar .navbar-nav .dropdown-item > a {
	display: flex;
	align-items: center;
	width:100%;
	padding:15px 30px;
	font-size:1rem;
	font-weight:400;
	color:rgba(255,255,255,.8);
}
.navbar .navbar-nav .nav-item.active > a.nav-link,
.navbar .navbar-nav .nav-item.active a.nav-link:hover,
.navbar .navbar-nav .nav-item.active a.nav-link:focus,
.navbar .navbar-nav .nav-item a.nav-link:hover,
.navbar .navbar-nav .nav-item a.nav-link:focus,
.navbar .navbar-nav .dropdown-item > a:hover,
.navbar .navbar-nav .dropdown-item > a:focus,
.navbar .navbar-nav .nav-item.open > a.nav-link:hover,
.navbar .navbar-nav .nav-item.open > a.nav-link:focus {
	color:rgba(255,255,255,1);
}
.navbar .navbar-nav .dropdown.active,
.navbar .navbar-nav .dropdown.show {
	background: #056b97;
}
.navbar .navbar-nav .nav-link object {
	width: 25px;
	margin-right: 10px;
	pointer-events: none;
}

/* Dropdown */
.navbar .navbar-nav .dropdown-menu {
	margin:0;
	padding:0;
	background: rgba(0,0,0,0.1);
	border-radius:0;
	border:none;
}
.navbar .navbar-nav .dropdown-menu .nav-item,
.navbar .navbar-nav .dropdown-menu .dropdown-item {
	width:100%;
	padding: 0;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
	background: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:first-of-type {
	border-top: 1px solid rgba(255,255,255,0.75);
}
.navbar .navbar-nav .nav-item .dropdown-menu a.nav-link,
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item a {
	padding: 10px 20px 10px 65px;
	font-size: .95rem;
	white-space: nowrap;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item object {
	display: none;
}



@media screen and (max-width: 991px) {
	nav > .container {
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
}
@media screen and (min-width: 992px) {
	.navbar .navbar-nav {
		width: 100%;
	}
	.navbar-brand {
		margin-right: 20px;
		padding: 30px 0px;
	}
	.navbar .navbar-nav > .nav-item {
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		flex: 0 1 20%;
		max-width: 20%;
		border-bottom:none;
	}
	.navbar .navbar-collapse .navbar-nav .nav-item a.nav-link {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.navbar .navbar-nav > .nav-item > a.nav-link {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.navbar .navbar-nav .nav-item a.nav-link::after {
		display:none;
	}
	.navbar .navbar-nav > li:hover > .dropdown-menu,.navbar .navbar-nav > li:focus > .dropdown-menu {
		display:block;
	}
	.navbar .navbar-nav .dropdown-menu .nav-item {
		border-bottom:1px solid rgba(255,255,255,0.4);
	}
	.navbar .navbar-nav .dropdown-menu.show {
		display:none;
	}
	nav.fixed-lg-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.navbar-expand-md .navbar-collapse {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar .navbar-collapse > * {
		flex-grow:1;
		-webkit-justify-content:space-around;
		-ms-flex-pack:space-around;
		justify-content:space-around;
	}
	.navbar .navbar-collapse .navbar-nav > .nav-item {
		-webkit-transform: skew(-10deg);
		-moz-transform: skew(-10deg);
		-ms-transform: skew(-10deg);
		-o-transform: skew(-10deg);
		transform: skew(-10deg);
		-webkit-transform-origin: left;
		-moz-transform-origin: left;
		-ms-transform-origin: left;
		-o-transform-origin: left;
		transform-origin: left;
	}
	.navbar .navbar-nav .dropdown-menu,
	.navbar .navbar-nav .nav-link object,
	.navbar .navbar-nav .nav-link span {
		-webkit-transform: skew(10deg);
		-moz-transform: skew(10deg);
		-ms-transform: skew(10deg);
		-o-transform: skew(10deg);
		transform: skew(10deg);
		-webkit-transform-origin: top;
		-moz-transform-origin: top;
		-ms-transform-origin: top;
		-o-transform-origin: top;
		transform-origin: top;
	}
	.navbar .navbar-nav .nav-link object {
		transform-origin: bottom;
	}
	.navbar .navbar-collapse .navbar-nav > .nav-item > a.nav-link {
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 30px 0;
		position: relative;
	}
	.navbar .navbar-collapse .navbar-nav > .nav-item:hover > a.nav-link:before,
	.navbar .navbar-collapse .navbar-nav > .nav-item:focus > a.nav-link:before,
	.navbar .navbar-collapse .navbar-nav > .nav-item.active > a.nav-link:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0px;
		width: 100%;
		height: auto;
		background: #056b97;
		z-index: -1;
	}	
	.navbar .navbar-nav .nav-link object {
		width: auto;
		height: 25px;
		margin-right: 0;
	}
	.navbar .navbar-nav .dropdown-menu {
		background: rgba(5,107,151,.9);
	}
	.navbar .navbar-nav > li:hover > .dropdown-menu,
	.navbar .navbar-nav > li:focus > .dropdown-menu {
		left: 0px;
	}
	.navbar .navbar-nav .dropdown.active,
	.navbar .navbar-nav .dropdown.show {
		background: none;
	}
	.navbar .navbar-nav .dropdown-menu .nav-item:first-of-type {
		border-top: 1px solid rgba(255,255,255,0.4);
	}
	.navbar .navbar-nav .nav-item .dropdown-menu a.nav-link,
	.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item a {
		padding: 10px 20px;
	}
}

/* Navbar Small */

@media screen and (min-width: 992px) {
	.navbar-small .navbar-brand {
		padding: 15px 0px;
	}
	.navbar-small .nav-item {
		padding: 15px 0;
	}
	.navbar-small .navbar-brand img {
		height: 35px;
		transition: all 0.6s ease-in-out;
	}
	.navbar-small .navbar-collapse .navbar-nav .nav-item a.nav-link {
		bottom: 0;
	}
	.navbar-small .nav-link object {
		display: none;
	}
}


/* additional */
.additional {
	display: flex;
	padding: 10px 30px;
}
.additional span.fa-stack {
	font-size: 2rem;
}
.fa-stack {width: 0px;}
.additional {padding-left: 5px;}
@media (min-width: 992px) {
	.fa-stack {width: 2.5em;}
	.additional {padding-left:30px;}
}
.additional span.fa-stack .fa-stack-1x {
	color: #bababa;
	text-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.additional span.fa-stack:hover .fa-stack-1x,
.additional span.fa-stack:focus .fa-stack-1x,
.additional span.active .fa-stack-1x {
	color: #dadada;
}
.additional span.fa-stack .fa-stack-2x {
	color: #4b4b4b;
	-webkit-filter: drop-shadow( 0px 2px 2px black);
	filter: drop-shadow( 0px 2px 2px black);
}
.search {
	position: relative;
}
.search-action {
	cursor: pointer;
}
#search {
	position: absolute;
	top: calc(100% + 10px);
	left: -30px;
	width: 100vw;
	background: #fff;
	z-index: 10;
}
#search form {
	display: flex;
}
#search form input {
	-ms-flex: 1 0 100%;
	flex: 1 0 calc(100% - 40px);
	max-width: calc(100% - 40px);
	border: none;
	border-radius: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}
#search form button {
	display: flex;
	flex: 1 0 40px;
	max-width: 40px;
	justify-content: center;
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #0e2632;
	border-radius: 0;
}
#search form button:hover,
#search form button:focus {
	background: #253b46;
}
@media(min-width: 992px) {
	#search {
		top: calc(100% + 35px);
		left: inherit;
		right: 0;
		width: 250px;
	}
	.navbar-small #search {
		top: calc(100% + 23px);
	}
}

.dce-social-media {
	display: flex;
	margin-left: 20px;
}
.dce-social-media a:not(:first-child) {
	margin-left: 10px;
}
.dce-social-media a svg {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;

}
.dce-social-media a:hover svg,
.dce-social-media a:focus svg {
	opacity: 1;
}
@media screen and (min-width: 992px) {
	.additional {
		padding: 0px;
	}
	.search {
		margin-left: 20px;
	}

}


/* =CONTENT ELEMENTS ======================== */

/* DCE Keyvisual Slider */
.dce-keyvisual-slider > div:not(first-child) > picture {
	position: absolute;
	top: 0;
	left: 0;
} /* prevent slides to position one below the other */


/* DCE Bild-Kachel mit Link */
.dce-image-tiles {
	position: relative;
}
.dce-image-tiles h3 {
	margin: 0;
	padding: 30px 30px 0 30px;
	font-size: 2rem;
	color: #fff;
}
.dce-image-tiles .tile {
	box-shadow: 5px 5px 0 rgba(0,0,0,.05);
}
.dce-image-tiles .hide {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: -80px;
	padding: 30px;
	z-index: 10;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.row > div:nth-child(1) .dce-image-tiles h3,
.row > div:nth-child(1) .dce-image-tiles .hide {
	background: #ff7a0f;
}
.row > div:nth-child(2) .dce-image-tiles h3,
.row > div:nth-child(2) .dce-image-tiles .hide {
	background: #007dc0;
}
.row > div:nth-child(3) .dce-image-tiles h3,
.row > div:nth-child(3) .dce-image-tiles .hide {
	background: #00a498;
}

.dce-image-tiles .hide p {
	margin-bottom: 1.5rem;
	color: #fff;
}
.dce-image-tiles .hide a.button {
	justify-content: center;
	margin-top: 0;
}
.dce-image-tiles img {
	width:100%;
	height:auto;
}
.dce-image-tiles .tile .text-wrap {
	background: transparent;
}
.dce-image-tiles .tile .text-wrap:hover {
	background: rgba(0,0,0,0.1);
}

@media screen and (min-width: 992px) {
	.dce-image-tiles h3 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.row > div:nth-child(1) .dce-image-tiles h3,
	.row > div:nth-child(2) .dce-image-tiles h3,
	.row > div:nth-child(3) .dce-image-tiles h3 {
		background: none;
	}
	.dce-image-tiles .hide {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		justify-content: space-between;
		margin: 0;
		opacity: 0;
	}
	.dce-image-tiles:hover .hide,
	.dce-image-tiles:focus .hide {
		opacity: 1;
	}
	.dce-image-tiles .hide p {
		font-size: .9rem;
	}
}
@media screen and (min-width: 1200px) {
	.dce-image-tiles .hide p {
		font-size: 1rem;
	}
}

/* DCE Card */
.dce-teaser .row > div {
    margin-bottom: 50px;
}
.dce-card,
.dce-teaser .box {
	border-radius: 0;
	box-shadow: 5px 5px 0 rgba(0,0,0,.05);
    border-left: 1px solid #ddd;
    height: 100%;
	margin: 0;
	display: flex;
    flex-direction: column;
}
.dce-card h5,
.dce-teaser h3 {
	margin: 0;
	padding: 10px 30px;
	color: #fff;
	background: #0e2632;
    text-align: center;
}
.dce-card .card-img-top {
	border-radius: 0;
}
.dce-card .card-body {
	padding: 20px;
}
.dce-card .card-body ul.fa-ul {
	margin-left:1.5em;
}
.dce-teaser .text-wrap {
    padding: 1rem 1rem;
}

/* DCE Card Bullet-List */
.dce-card ul,
.dce-teaser ul{
    text-align: left;
}
.dce-card ul ,
.dce-teaser ul {
  	list-style: none;
  	padding: 0;
}
.dce-card li ,
.dce-teaser li {
  	padding-left: 1.3em;
}
.dce-card li:before,
.dce-teaser li:before{
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #333;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
	  margin-left: -1.3em; /* same as padding-left set on li */
	  width: 1.3em; /* same as padding-left set on li */
}


/* DCE Accordion */
.dce-accordion {
    max-width: 860px;
    margin: 40px auto 40px;
}
.dce-accordion .card {
	border:none;
	border-radius:0;
}
.dce-accordion .card-header {
	border:none;
	padding:0;
	background:none;
}
.dce-accordion .card-header h5 {
	margin:15px 0 0;
}
.dce-accordion .card-header h5 button {
    padding: 10px 20px;
	margin:0;
	width:100%;
    color: #fff;
    background: #335fa3;
	border-radius: 5px;
    font-weight: 400;
    font-size: 17px;
}
.dce-accordion .card-header h5 button:hover,
.dce-accordion .card-header h5 button[aria-expanded="true"] {
    background-color: #00378c;
 	text-decoration:none;
}
.dce-accordion .card-header h5 button[aria-expanded="true"] {
	border-radius: 5px 5px 0 0;
}
.dce-accordion .card-header h5 .fas {
	line-height:25px;
}
.dce-accordion .card-body {
    padding: 20px;
    border-radius: 0 0 5px 5px;
	background:#eee;
}
.dce-accordion p {
	margin-left:0;
	margin-right:0;
	max-width:inherit;
}


/* DCE Vorschau Box */
.dce-vorschau .header h3 {
	height: 60px;
	margin: 0;
}
.dce-vorschau .header h3 span {color: #0e2632;}
.dce-vorschau .teaser-text div p {
    min-height: 120px;
    max-height: 100px;
}
.dce-vorschau .fa-arrow-right:before {
    content: "\f061";
    margin-right: 10px;
}





/* DCE Newsletter Dialgobox*/
#newsletter-dialog-overlay{
    background:rgba(0,0,0,0.7);
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}
#newsletter-dialog-overlay .modalbox-close,
#newsletter-dialog-overlay .modalbox-close:hover {
    float:right;
    position:absolute;
    top:0;
    right:0;
    text-decoration:none;
    text-decoration-color:transparent;
    font-size:2rem;
    text-shadow:0px 0px 4px #898989;
    color:#B64926;
    z-index:1;
    padding: 0 10px;
}
.dce-newsletter {
	background: #fff;
	padding: 30px 30px 60px;
}
.dce-newsletter .text > a {
	margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    display: block;
}
.dce-newsletter img {
	margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40%;
}
#newsletter-dialog-overlay .dce-newsletter {
    position:fixed;
    left:50%;
    top:10px;
    margin-left:-465px;
    width:930px;
    max-width:100%;
    height:auto;
    max-height:100%;
    overflow:auto;
}
#newsletter-dialog-overlay .modalbox-close::before{content:"";}
#newsletter-dialog-overlay .modalbox-close::after{background:transparent;}
@media(max-width:929px) {
    #newsletter-dialog-overlay .dce-newsletter {
        left:0;
        top:0;
        margin-left:0;
    }
}
_:-ms-lang(x),
#newsletter-dialog-overlay .img-wrap {
    height:100%; /*IE10&11 Hack*/
}
.dce-newsletter.hidden {display:none;}

/* =OTHER ======================== */



/* Sitemap */
.frame-type-menu_sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.frame-type-menu_sitemap > ul {
	display: flex;
	flex-direction: column;
}
.frame-type-menu_sitemap ul li {
	text-align: center;
}
.frame-type-menu_sitemap > ul > li:not(:last-child) {
	margin-bottom: 20px;
}
.frame-type-menu_sitemap > ul > li > a {
	font-size: 20px;
	margin-bottom: 10px;
}
.frame-type-menu_sitemap > ul > li > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    flex-direction: column;
}
.frame-type-menu_sitemap > ul > li > ul > li > ul {
	display:none;
}
.frame-type-menu_sitemap > ul > li > ul > li > ul > li ul {
	padding-top: 10px;
	padding-left: 10px;
} 

.frame-type-menu_sitemap ul li a {
	position: relative;
	font-size: 16px;
	font-weight: 100;
}
.frame-type-menu_sitemap > ul > li > ul > li > a {
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
}
.frame-type-menu_sitemap ul li a:hover,
.frame-type-menu_sitemap ul li a:focus {
	color: #111;
}
.frame-type-menu_sitemap > ul > li > ul > li > ul li a {
	font-size: 15px;
	color: #666;
} /* 3. Ebene */
.frame-type-menu_sitemap > ul > li > ul > li > ul > li > ul li a {
	font-size: 15px;
	color: #777;
} /* 4. Ebene */

@media (max-width: 991px) {
	fieldset.powermail_fieldset.powermail_fieldset_1 .col-md-12 {
		padding: 0;
	}
}
@media(min-width: 576px) {
	.frame-type-menu_sitemap > ul {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.frame-type-menu_sitemap ul li {
		text-align: left;
	}
	.frame-type-menu_sitemap > ul > li {
		-ms-flex: 0 1 50%;
		flex: 0 1 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.frame-type-menu_sitemap > ul > li:not(:last-child) {
		margin-bottom: 40px;
	}

}
@media(min-width: 768px) {
	.frame-type-menu_sitemap > ul > li {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 calc(33.3333% - 15px);
		max-width: calc(33.3333% - 15px);
	}
}
@media(min-width: 992px) {
	.frame-type-menu_sitemap > ul {
		margin-right: -15px;
		margin-left: -15px;
	}
	.frame-type-menu_sitemap > ul > li {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.frame-type-menu_sitemap > ul > li:not(:last-child) {
		margin-bottom: 0;
	}
}


/* =ASIDE ======================== */


/* =FOOTER ======================== */
footer {
	padding-top: 40px;
	color: #fff;
	background: #0f1014;
	overflow: hidden;
}
footer p {
	color: #fff;
}

footer .contact {
	margin-top: 40px;
}
footer .logo {
	width: 250px;
	margin-bottom: 20px;
}
footer .copy {
	margin-top: 40px;
	padding: 20px 0;
	font-size: .8rem;
	border-top: 1px solid #102c3b;
}
footer .copy p {
	font-size: .8rem;
}
footer .contact a,
footer .copy a{
	color: rgba(255,255,255,.75);
}
footer .contact a:hover,
footer .contact a:focus,
footer .copy a:hover,
footer .copy a:focus{
	color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,.75);
}


/* Sitemap */
footer .frame-type-menu_sitemap ul li a {
	font-size: 14px;
	color: rgba(255,255,255,.75);
}
footer .frame-type-menu_sitemap ul li a:hover,
footer .frame-type-menu_sitemap ul li a:focus {
	color: rgba(255,255,255,1);
}
footer .frame-type-menu_sitemap > ul > li > a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
@media(min-width: 992px) and (max-width: 1199px) {
	footer .frame-type-menu_sitemap ul li a {
		font-size: 13px;
	}
	footer .frame-type-menu_sitemap > ul > li > a {
		font-size: 16px;
	}
}

/* = Extensions ======================== */

/* Slick Slider */
.slick-slider .slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slick-slider .slick-dots li {
	margin: 0 5px;
}
.slick-slider .slick-dots li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.5);
	border-radius: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.slick-slider .slick-dots li.slick-active::before {
	background: rgba(255,255,255,.9);
}
.slick-slider .slick-dots button {
	display: none;
}

.col-12.col-md-9 h1 {
	margin-bottom: 2.1425rem;
	text-align: left;
}
.news-list-view.row > .row {
	margin-right: 0px;
	margin-left: 0px;
}
.news-list-view .article h3 {
	margin: 0 0 15px 0;
}
.news-list-view .teaser-text {
	padding-bottom: 40px;
}
.news-list-view .article p {
	margin: 15px 0;
}
.news-list-view .article p.date {
    margin-top:-15px;
}
.news-list-date time {
    font-size: 14px;
}
.news-list-view button {
	margin-top: 10px;
}
.news-list-view .article.articletype-0.col-12 {
    margin-bottom: 20px;
}
span.news-list-category {
    display: none;
}
.article.articletype-0.col-12 header span {
    color: #0e2632;
}
@media (min-width: 768px) {
	.aside {
		margin-top: 85px;
	}
}

.news ul > li > ul > li:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #0e2632;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
}
.news ul li a {
	color: #0e2632;
}
.category-tree > ul > li > a{
	display: block;
	background: #0e2632;
	color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}
/* News-Artikel Detailansicht */
.news.single {
	margin: 0;
}
.news-single .article {
    display: flex;
    flex-wrap: wrap;
}
.news-single h1 {
	text-align: left;
}
.news-single .text-wrap {
	margin-bottom: 30px;
}
.news-single .teaser-text {
    display: none;
}
.news-text-wrap {
	margin-top: 20px;
}
.news.single .article .news-img-wrap {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	float: none;
	margin: 0 0 30px 0;
	background: none;
}
.news .article .news-img-wrap a {
	float: none;
	border: none;
	background: none;
}
.news-single img.img-fluid {
    margin-bottom: 20px;
}
.news.single .news-list-date {
	font-size: .9rem;
	color: #999;
}
.news-single .footer {
	margin-bottom: 40px;
}
.news .news-related {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.news .news-related h4 {
	font-size: 18px;
}
.news-single h3,
.news-single p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-width: 100%;
}
.news .news-related h4::after {
	display: none;
}
.news.artikel-single .news-price {
	font-size: 20px;
}

.news .news-related ul {
	padding: 0;
	list-style: none;
}
.news .news-related .news-related-files-link {
	padding: 0;
	border: none;
}
.news .news-related a {
	font-size: 15px;
}
.news .news-related .news-related-files-size,
.news .news-related-links span {
	font-size: 14px;
	font-weight: 100;
}
.news .news-related-links li {
	position: relative;
	padding-left: 13px;
}
.news .news-related-links a {
	margin-bottom: 3px;
}
.news .news-related-links a i.fa {
	position: absolute;
	top: 0;
	left: 0;
}
.news .news-backlink-wrap a {
	margin-top: 30px;
	font-size: 16px;
}
.news .news-backlink-wrap a::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ff7a0f;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
}
.news .news-backlink-wrap a i.fa {
	font-size: 10px;
}

@media(min-width: 992px) {
	.news.single .text-wrap {
		margin-bottom: 0px;
	}
}

/* Shariff */
main .shariff ul li {
	margin-left: 0;
	padding: 0;
}
main .shariff ul li::before {
	display: none;
}
@media(min-width: 360px) {
	main .shariff ul li a {
		padding: 0px 10px;
	}
	.shariff .orientation-horizontal li .share_text {
		display: inline-block;
		text-indent: 0;
	}
}

/* Forms */
.form-control {
	font-size: .9rem;
}

/* Powermail */

.tx-powermail .container-fluid {
	padding: 0;
}
.tx-powermail h3,
.tx-powermail legend {
	display: none;
	margin-top: 0;
}
.tx-powermail form.powermail_form_1 h3 {
	display: block;
}
.tx-powermail fieldset {
	padding: 25px 30px 30px 30px;
	background: #f9f8f6;
}
.tx-powermail fieldset + fieldset {
	margin-top: 60px;
}
.tx-powermail legend {
	width: calc(100% + 60px);
	max-width: calc(100% + 60px);
	margin-left: -30px;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-size: 18px;
	color: #333;
	background: #fff;
}
.tx-powermail .form-group {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
}
.powermail_fieldwrap.powermail_fieldwrap_type_input {
    margin-bottom: 20px;
}
.powermail_fieldwrap.powermail_fieldwrap_type_check.powermail_fieldwrap_marker.nolabel.form-group.col-md-12 {
    margin: 10px 0;
}
.powermail_fieldwrap.powermail_fieldwrap_type_typoscript.powermail_fieldwrap_datenschutz.form-group.col-md-12 {
    margin: 10px 0;
}
.tx-powermail .row > .form-group:not(:last-child) {
	margin-bottom: 15px;
}
.tx-powermail .powermail_fieldwrap_type_text {
	font-size: 13px;
	color: rgba(48, 40, 13, .5);
}
.tx-powermail .powermail_fieldwrap_type_check .checkbox label {
	font-size: 14px;
}
.tx-powermail .powermail_fieldwrap_type_check .checkbox label input {
	margin-right: 5px;
}

.tx-powermail .optin-hinweis {
	padding: 20px;
	border-radius: 0;
}
.tx-powermail .alert-warning p {
	font-size: .9rem;
	color: #856404;
}
.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset .parsley-error,
.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail .powermail_fieldset div.error {
	background: rgba(255,0,0,.1);
}
.tx-powermail .powermail_fieldset .checkbox.parsley-error {
	background: none;
}
.tx-powermail .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
	margin: 5px 0 0 0;
	background: none;
	border: none;
}
.tx-powermail .powermail_fieldset .parsley-errors-list > li,
.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list > li {
	padding: 0;
}
.tx-powermail .powermail_fieldset .parsley-errors-list > li::before {
	display: none;
}
/*@media(min-width: 576px) {
	.tx-powermail .form-group {
		padding-right: 30px;
		padding-left: 30px;
	}
}*/
@media (min-width: 576px){
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media(min-width: 992px) {
	.tx-powermail .form-group.col-lg-6,
	.tx-powermail .form-group.col-lg-6-block {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tx-powermail .form-group.col-lg-4,
	.tx-powermail .form-group.col-lg-4-block {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* Trader-Database / Händler-Datenbank */
.tx-iw-traderdb .trader-searchbox {
	margin-bottom: 30px;
}
.tx-iw-traderdb .trader-searchbox .input-group {
	flex-direction: column;
	background: #eeee;
    padding: 15px;
}
.tx-iw-traderdb .trader-searchbox .input-group > * {
	flex: 1 0 auto;
	max-width:  100%;
	width:  auto;
}
.tx-iw-traderdb .trader-searchbox .input-group select {
	border-radius: 0;
}
.tx-iw-traderdb .trader-searchbox .input-group select {
	margin-bottom: 10px;
}
.tx-iw-traderdb .trader-searchbox .input-group button {
	flex: 0 0 auto;
	width: auto;
	margin: 0;
	align-self: flex-end;
	background: #bababa;
}
.tx-iw-traderdb .trader-searchbox .input-group button:hover,
.tx-iw-traderdb .trader-searchbox .input-group button:focus {
	background: #4b4b4b;
}

.tx-iw-traderdb .trader-list .row {
	margin: 0;
	padding: 30px 0;
	border: 1px solid rgba(0,0,0,.125);
	box-shadow: 5px 5px 0 rgba(0,0,0,.05);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.tx-iw-traderdb .trader-list .row:hover,
.tx-iw-traderdb .trader-list .row:focus {
	box-shadow: 5px 5px 0 rgba(0,0,0,.1);
}
.tx-iw-traderdb .trader-list > div:not(:last-child) {
	margin-bottom: 30px;
}
.tx-iw-traderdb .trader-list .header {
	margin-bottom: 0px;
}
.tx-iw-traderdb .trader-list h5 {
	margin: 0px 0px 10px;
	font-size: 20px;
	color: #0e2632;
}
.tx-iw-traderdb .trader-list .location,
.tx-iw-traderdb .trader-list .phone,
.tx-iw-traderdb .trader-list .fax,
.tx-iw-traderdb .trader-list .name {
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 1.3;
}
.tx-iw-traderdb .trader-list .name,
.tx-iw-traderdb .trader-list .mail,
.tx-iw-traderdb .trader-list .website {
	margin-bottom: 5px;
}
.tx-iw-traderdb .trader-list .name {
	font-weight: 600;
}
.tx-iw-traderdb .trader-list .mail,
.tx-iw-traderdb .trader-list .website {
	display: flex;
	align-items: baseline;
	font-size: 14px;
	line-height: 1.2;
}
.tx-iw-traderdb .trader-list .phone a,
.tx-iw-traderdb .trader-list .fax a,
.tx-iw-traderdb .trader-list .mail a,
.tx-iw-traderdb .trader-list .website a {
	color: #0e2632 !important;
}
.tx-iw-traderdb .trader-list .mail svg,
.tx-iw-traderdb .trader-list .website svg {
	position: relative;
	top: 1px;
	color: #0e2632;
	margin-right: 5px;
}
.tx-iw-traderdb .trader-list .phone:hover a,
.tx-iw-traderdb .trader-list .phone:focus a,
.tx-iw-traderdb .trader-list .fax:hover a,
.tx-iw-traderdb .trader-list .fax:focus a,
.tx-iw-traderdb .trader-list .mail:hover a,
.tx-iw-traderdb .trader-list .mail:focus a,
.tx-iw-traderdb .trader-list .mail:hover svg,
.tx-iw-traderdb .trader-list .mail:focus svg,
.tx-iw-traderdb .trader-list .website:hover a,
.tx-iw-traderdb .trader-list .website:focus a,
.tx-iw-traderdb .trader-list .website:hover svg,
.tx-iw-traderdb .trader-list .website:focus svg {
	color: #07131a !important;
}

@media(min-width: 576px) {
	.tx-iw-traderdb .trader-searchbox .input-group {
		flex-direction: row;
		justify-content: flex-start;
	}
	.tx-iw-traderdb .trader-searchbox .input-group > * {
		-ms-flex: 1 0 37.5%;
		flex: 1 0 calc(37.5% - 5px);
		max-width:  calc(37.5% - 5px);
	}
	.tx-iw-traderdb .trader-searchbox .input-group select {
		margin: 0 10px 0 0;
	}
	.tx-iw-traderdb .trader-searchbox .input-group button {
		align-self: flex-start;
	}
	
	.tx-iw-traderdb .trader-list .row > .col-md-7 {
		padding-right: 15px;
	}
	.tx-iw-traderdb .trader-list .row > .col-md-5 {
		padding-left: 15px;
	}
}
@media(min-width: 992px) {
	.tx-iw-traderdb .trader-searchbox .input-group > * {
		max-width: calc(25% - 10px);
	}

	.tx-iw-traderdb .trader-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tx-iw-traderdb .trader-list .row {
		-ms-flex: 0 0 50%;
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.tx-iw-traderdb .trader-list .row > .col-lg-12 {
		padding-right: 30px;
	}
	.tx-iw-traderdb .trader-list .row > .col-lg-12 {
		padding-left: 30px;
	}
}
@media(min-width: 1200px) {
	.tx-iw-traderdb .trader-list .row > .col-xl-6:nth-child(2) {
		padding-right: 15px;
	}
	.tx-iw-traderdb .trader-list .row > .col-xl-6:last-child {
		padding-left: 15px;
	}
}

/* Cookie Consent */
a.cc-link {
    padding: 0;
}
/* .............. Printstyles ...... */

@media print {
 
	.keyvisual {
		display:none;
	}
	img.img-fluid {
   	 	display: none;
	}
	.dce-image-tiles.text-center h3 {
		display: none;
	}
	a.button.button-orange {
		display: none;
	}
	.dce-card.card.text-center {
		display: none;
	}
	.frame-type-menu_sitemap {
		display: none;
	}	
	.button {
		display: none;
	}
	 .collapse {
           display: block !important;
    		height: auto !important;
    }
}

