@charset "utf-8";


/*Font war ursprüglich als Webfont eingebunden. Seit dem 28.2.2014 wird der Font auf den NIBC-Servern gehostet... */

/*
This CSS resource incorporates links to font software which is 
the valuable copyrighted property of WebType LLC, The Font Bureau, 
and/or their suppliers. You may not 
attempt to copy, install, redistribute, convert, modify or reverse 
engineer this font software. Please contact WebType with any 
questions: http://www.webtype.com 
*/

@font-face {
	font-family: 'Gill Sans';
	src: url('/Css/fonts/Gill_sans/6fe09d47-e7eb-4870-93a1-7206ff46e5f5-2.eot'); /* IE9 Compat Modes */
	src: 
		url('/Css/fonts/Gill_sans/6fe09d47-e7eb-4870-93a1-7206ff46e5f5-2.eot?') format('embedded-opentype'), /* IE6-IE8 */
		url('/Css/fonts/Gill_sans/6fe09d47-e7eb-4870-93a1-7206ff46e5f5-3.woff') format('woff'), /* Modern Browsers */
		url('/Css/fonts/Gill_sans/6fe09d47-e7eb-4870-93a1-7206ff46e5f5-1.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/Css/fonts/Gill_sans/6fe09d47-e7eb-4870-93a1-7206ff46e5f5-4.svg#web') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: normal;
}



/*
From styleguide:
blue (100%):		#48A4D4
darkblue (100%):	#022749
red (100%):			#D21D19
gray (100%):		#B64041
gray (80%):			#333333
gray (60%):			#666666
gray (40%):			#999999
gray (20%):			#CCCCCC
gray (10%):			#E7E7E7
*/




/* Reset Angaben */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}
a {
  text-decoration: none;
  color: #48a4d4;
}
a:hover {
  cursor: pointer;
  color: #022749;
}
a.noHref:hover {
	color: #48a4d4;
}
a:visited,
a:active {
  text-decoration: none;
}
a:visited:hover,
a:active:hover {
  cursor: pointer;
}
.whiteText a {
	text-decoration:underline;
	color:#fff;
}
.whiteText a:hover {
	color:#cde4f2;
}
.whiteText a.noHref:hover {
	color:#fff;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  color:#032749;
}
.dbh_contentPartBlue h1,
.dbh_contentPartBlue h2,
.dbh_contentPartBlue h3,
.dbh_contentPartBlue h4,
.dbh_contentPartBlue h5,
.dbh_columnBlue h1,
.dbh_columnBlue h2,
.dbh_columnBlue h3,
.dbh_columnBlue h4,
.dbh_columnBlue h5,
.dbh_darkBlueBox h1,
.dbh_darkBlueBox h2,
.dbh_darkBlueBox h3,
.dbh_darkBlueBox h4,
.dbh_darkBlueBox h5 {
	color:#fff;
}
.dbh_contentPartBlue a,
.dbh_columnBlue a,
.dbh_darkBlueBox a {
	/*color:#ff0000;*/
	color:#ffffff;
	text-decoration:underline;
}
p {
  padding: 0px;
  margin: 0 0 15px 0;
}
p:last-child {
  margin-bottom: 0;
}
img {
  border: 0px;
  vertical-align: bottom;
}
img.svg {
	display:none;
}
.svgWrapper svg {
	width:100%;
	height:100%;
}
textarea {
  resize: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
.dbh_clear {
  clear: both;
}

/* jquery UI datepicker START */
.ui-datepicker * {
	background-image:none !important;
}
.ui-widget-header {
	background-color:#dd3b3b !important;
	border-color:#dd3b3b !important;
}
.ui-widget-content .ui-icon {
	/*background-image:none !important;
	font-family:FontAwesome !important;*/
	display:none !important;
	width:0 !important;
	height:0 !important;
}
.ui-widget-content .ui-datepicker-prev,
.ui-widget-content .ui-datepicker-next {
	font-family:FontAwesome !important;
	font-size:16px !important;
	font-weight:100 !important;
	display:inline-block !important;
	color:#ffffff !important;
	padding-top:8px !important;
	text-align:center !important;
}
.ui-widget-content .ui-datepicker-prev:before {
	content: "\f053" !important;
}
.ui-widget-content .ui-datepicker-next:after {
	content: "\f054" !important;
}
.ui-widget-content .ui-state-default {
	color:#3b86ad !important;
}

.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-hover {
	background-color:#3b86ad !important;
	border-color:#3b86ad !important;
	color:#ffffff !important;
}
/* jquery UI datepicker END */


/* jquery Dialog Widget START */
.dbh_dialogWidget.ui-dialog {
	max-width:100%;
}
.dbh_dialogWidget.ui-dialog .ui-dialog-titlebar.ui-widget-header {
	background:#48a4d4 !important;
	border-color:#48a4d4 !important;
	color:#fff;
}
.dbh_dialogWidget.ui-dialog.ui-widget-content,
.dbh_dialogWidget.ui-dialog .ui-dialog-content.ui-widget-content {
	background:#fff;
	border-color:#fff;
	line-height:1.5;
}
.dbh_dialogWidget.ui-dialog .ui-dialog-content.ui-widget-content {
	padding:20px;
}
.dbh_dialogWidget.ui-dialog.ui-widget-content a {
	color:#48a4d4;
	outline-color:none !important;
}
.dbh_dialogWidget .ui-button,
.dbh_dialogWidget .ui-button.ui-state-default {
	background:#fff;
	border:#fff;
}

.dbh_dialogWidget .ui-button.ui-state-hover/*,
.dbh_dialogWidget .ui-button.ui-state-focus*/ {
	background:#3b86ad !important;
	border:#3b86ad !important;
	color:#ffffff !important;
}
.dbh_dialogWidget .ui-button .ui-button-text {
	display:none;
}
.dbh_dialogWidget .ui-button:after {
	content:"X";
}
a.popupOpener {
	margin:0 !important;
}
/* jquery Dialog Widget END */

.ui-widget-overlay {
	background:#000 !important;
	opacity:0.5 !important;
}




/* Grid Angaben */
body {
  margin: auto;
  padding: 0px;
	width:100%;
  min-width: 320px;
  overflow-x: hidden;
  height: 100%;
  /*font-family: Arial;*/
  /*font-size:12px;*/
  font-family: Verdana;
  font-size:12px;
	background-color:#fff;
	box-sizing:border-box;
}
body #dbh_articleWrapper,
body #dbh_headerWrapper,
body #dbh_footerWrapper,
body #dbh_supportWrapper,
body .dbh_contentPart {
  width: 100%;
}
body #dbh_articleWrapper article,
body #dbh_headerWrapper article,
body #dbh_footerWrapper article,
body #dbh_supportWrapper article,
body .dbh_contentPart article,
body #dbh_articleWrapper header,
body #dbh_headerWrapper header,
body #dbh_footerWrapper header,
body #dbh_supportWrapper header,
body .dbh_contentPart header,
body #dbh_articleWrapper footer,
body #dbh_headerWrapper footer,
body #dbh_footerWrapper footer,
body #dbh_supportWrapper footer,
body .dbh_contentPart footer,
body #dbh_articleWrapper #dbh_support,
body #dbh_headerWrapper #dbh_support,
body #dbh_footerWrapper #dbh_support,
body #dbh_supportWrapper #dbh_support,
body .dbh_contentPart #dbh_support,
body #dbh_articleWrapper .dbh_linkListSlider,
body #dbh_headerWrapper .dbh_linkListSlider,
body #dbh_footerWrapper .dbh_linkListSlider,
body #dbh_supportWrapper .dbh_linkListSlider,
body .dbh_contentPart .dbh_linkListSlider {
  clear: both;
  margin: 0 auto;
  height: 100%;
}
/*body #dbh_articleWrapper .dbh_linkListSlider,
body #dbh_headerWrapper .dbh_linkListSlider,
body #dbh_footerWrapper .dbh_linkListSlider,
body #dbh_supportWrapper .dbh_linkListSlider,
body .dbh_contentPart .dbh_linkListSlider {
	margin-top:30px;
}*/
@media only screen and (min-width: 320px) {
  body #dbh_articleWrapper article,
  body #dbh_headerWrapper article,
  body #dbh_footerWrapper article,
  body #dbh_supportWrapper article,
  body .dbh_contentPart article,
  body #dbh_articleWrapper header,
  body #dbh_headerWrapper header,
  body #dbh_footerWrapper header,
  body #dbh_supportWrapper header,
  body .dbh_contentPart header,
  body #dbh_articleWrapper footer,
  body #dbh_headerWrapper footer,
  body #dbh_footerWrapper footer,
  body #dbh_supportWrapper footer,
  body .dbh_contentPart footer,
  body #dbh_articleWrapper #dbh_support,
  body #dbh_headerWrapper #dbh_support,
  body #dbh_footerWrapper #dbh_support,
  body #dbh_supportWrapper #dbh_support,
  body .dbh_contentPart #dbh_support,
  body #dbh_articleWrapper .dbh_linkListSlider,
  body #dbh_headerWrapper .dbh_linkListSlider,
  body #dbh_footerWrapper .dbh_linkListSlider,
  body #dbh_supportWrapper .dbh_linkListSlider,
  body .dbh_contentPart .dbh_linkListSlider {
    max-width: 767px;
    padding: 0px 2.1%;
  }
}
@media only screen and (min-width: 768px) {
	body {
		font-size:14px;
		/*font-size:13px;*/
	}
  body #dbh_articleWrapper article,
  body #dbh_headerWrapper article,
  body #dbh_footerWrapper article,
  body #dbh_supportWrapper article,
  body .dbh_contentPart article,
  body #dbh_articleWrapper header,
  body #dbh_headerWrapper header,
  body #dbh_footerWrapper header,
  body #dbh_supportWrapper header,
  body .dbh_contentPart header,
  body #dbh_articleWrapper footer,
  body #dbh_headerWrapper footer,
  body #dbh_footerWrapper footer,
  body #dbh_supportWrapper footer,
  body .dbh_contentPart footer,
  body #dbh_articleWrapper #dbh_support,
  body #dbh_headerWrapper #dbh_support,
  body #dbh_footerWrapper #dbh_support,
  body #dbh_supportWrapper #dbh_support,
  body .dbh_contentPart #dbh_support,
  body #dbh_articleWrapper .dbh_linkListSlider,
  body #dbh_headerWrapper .dbh_linkListSlider,
  body #dbh_footerWrapper .dbh_linkListSlider,
  body #dbh_supportWrapper .dbh_linkListSlider,
  body .dbh_contentPart .dbh_linkListSlider {
    max-width: 1023px;
    padding: 0px 1.3%;
  }
}
@media only screen and (min-width: 1024px) {
	body {
		/*font-size:16px;*/
		font-size:14px;
	}
  body #dbh_articleWrapper article,
  body #dbh_headerWrapper article,
  body #dbh_footerWrapper article,
  body #dbh_supportWrapper article,
  body .dbh_contentPart article,
  body #dbh_articleWrapper header,
  body #dbh_headerWrapper header,
  body #dbh_footerWrapper header,
  body #dbh_supportWrapper header,
  body .dbh_contentPart header,
  body #dbh_articleWrapper footer,
  body #dbh_headerWrapper footer,
  body #dbh_footerWrapper footer,
  body #dbh_supportWrapper footer,
  body .dbh_contentPart footer,
  body #dbh_articleWrapper #dbh_support,
  body #dbh_headerWrapper #dbh_support,
  body #dbh_footerWrapper #dbh_support,
  body #dbh_supportWrapper #dbh_support,
  body .dbh_contentPart #dbh_support,
  body #dbh_articleWrapper .dbh_linkListSlider,
  body #dbh_headerWrapper .dbh_linkListSlider,
  body #dbh_footerWrapper .dbh_linkListSlider,
  body #dbh_supportWrapper .dbh_linkListSlider,
  body .dbh_contentPart .dbh_linkListSlider {
    max-width: 1248px;
    padding: 0px 0.65%;
  }
}
@media only screen and (max-width: 1023px) {
  body .dbh_onlyDesktop {
    display: none;
  }
}
.dbh_columnSpan1,
.dbh_columnSpanFix1 {
  width: 15.5833%;
  max-width: 15.5833%;
}
.dbh_columnSpan2,
.dbh_columnSpanFix2 {
  width: 32.4666%;
  max-width: 32.4666%;
}
.dbh_columnSpan3,
.dbh_columnSpanFix3 {
  width: 49.3499%;
  max-width: 49.3499%;
}
.dbh_columnSpan4,
.dbh_columnSpanFix4 {
  width: 66.2332%;
  max-width: 66.2332%;
}
.dbh_columnSpan5,
.dbh_columnSpanFix5 {
  width: 83.1165%;
  max-width: 83.1165%;
}
.dbh_columnSpan6,
.dbh_columnSpanFix6 {
  width: 99.9998%;
  max-width: 99.9998%;
}
.dbh_spaceColumn {
  float: left;
  display: block;
  width: 1.3%;
  height: 10px;
  /*background-color: red;*/
}
.dbh_spaceColumnText {
  display: inline-block;
  margin: 0px -4px;
  width: 1.3%;
  height: 10px;
  /*background-color: red;*/
}
.dbh_spaceColumnDesktopOnly {
  display: block;
}
.dbh_spaceColumnTabletOnly {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  article,
  header,
  footer,
  #dbh_support {
    padding: 0px 1.3%;
  }
  .dbh_spaceColumnDesktopOnly {
    display: none;
  }
  .dbh_spaceColumnTabletOnly {
    display: block;
  }
  .dbh_columnSpanFix1 {
    width: 15.5833%;
    max-width: 15.5833%;
  }
  .dbh_columnSpanFix2 {
    width: 32.4666%;
    max-width: 32.4666%;
  }
  .dbh_columnSpanFix3 {
    width: 49.3499%;
    max-width: 49.3499%;
  }
  .dbh_columnSpanFix4 {
    width: 66.2332%;
    max-width: 66.2332%;
  }
  .dbh_columnSpanFix5 {
    width: 83.1165%;
    max-width: 83.1165%;
  }
  .dbh_columnSpanFix6 {
    width: 99.9998%;
    max-width: 99.9998%;
  }
  .dbh_columnSpan1 {
    width: 49.3499%;
    max-width: 49.3499%;
  }
  .dbh_columnSpan2 {
    width: 49.3499%;
    max-width: 49.3499%;
  }
  .dbh_columnSpan3 {
    width: 49.3499%;
    max-width: 49.3499%;
  }
  .dbh_columnSpan4 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_columnSpan5 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_columnSpan6 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_spaceColumn {
    width: 1.3%;
    height: 10px;
  }
  .dbh_spaceColumnText {
    display: inline-block;
    margin: 0px -4px;
    width: 1.3%;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  article,
  header,
  footer,
  #dbh_support {
    padding: 0px 2.1%;
  }
  .dbh_spaceColumn {
    display: none;
  }
  .dbh_columnSpan1,
  .dbh_columnSpanFix1 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_columnSpan2 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_columnSpan3 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_columnSpan4 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_columnSpan5 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_columnSpan6 {
    width: 100%;
    max-width: 100%;
  }
  .dbh_spaceColumnText {
    display: inline-block;
    margin: 0px -4px;
    width: 4.2%;
    height: 10px;
  }
}
/* Standard Klassen */
.dbh_blueButton,
.dbh_redButton,
.dbh_cancelButton,
.dbh_blueDownloadButton,
.dbh_redDownloadButton,
.dbh_contentPartBlue .dbh_blueButton,
.dbh_contentPartBlue .dbh_redButton,
.dbh_contentPartBlue .dbh_blueDownloadButton,
.dbh_contentPartBlue .dbh_redDownloadButton {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing:border-box;
  max-width:100%;
  height:41px;
  overflow:hidden;
  padding: 8px 15px;
  color: white;
  display: inline-block;
  text-align: left;
  text-decoration:none !important;
  font-family: "Gill Sans";
  font-size: 17px;
}
.dbh_blueButton,
.dbh_blueDownloadButton {
  background-color: #48a4d4;
}
.dbh_redButton,
.dbh_redDownloadButton {
  background-color: #d21d19;
}
.dbh_cancelButton {
  background-color:#fff;
  color:#48a4d4;
  border:solid 1px #48a4d4;
}
.dbh_blueButton:after,
.dbh_redButton:after,
.dbh_phoneButton:before,
.dbh_blueDownloadButton:before,
.dbh_redDownloadButton:before {
  font-family: FontAwesome;
  font-size:16px;
  font-weight:100;
  /*display:inline-block;*/
	height:25px;
  color:#ffffff;
}
.dbh_blueButton:after,
.dbh_redButton:after {
	content: "\f054";
	padding-left:12px;
}
.dbh_blueDownloadButton:before,
.dbh_redDownloadButton:before {
	content: "\f019";
	padding-right:12px;
}
.dbh_phoneButton:after {
	content: "";
}
.dbh_phoneButton:before {
	content: "\f095";
	padding-right:12px;
}
.dbh_blueButton:hover,
.dbh_blueDownloadButton:hover {
  color: white;
  background-color: #91C8E5;
}
.dbh_redButton:hover,
.dbh_redDownloadButton:hover {
  color: white;
  background-color: #DD3B3B;
}

#dbh_contentHeader {
	position: relative;
	z-index: 8;
}
#dbh_contentHeader h1 {
	font-family: "Gill Sans";
	margin-top: 0px;
	padding-top: 24px;
	font-size: 24px;
}
#dbh_contentHeader .dbh_headerImage {
	width: 100%;
	height: 254px;
	margin: -58px auto 0;
	display:block;
}
#dbh_contentHeader #dbh_breadcrumb {
	display: none;
}
@media only screen and (min-width: 768px) {
	#dbh_contentHeader {
		min-height:340px;
	}
	#dbh_contentHeader #dbh_breadcrumb {
		font-family: "Gill Sans";
		padding-top: 24px;
		display: block;
	}

	#dbh_contentHeader #dbh_breadcrumb a,
	#dbh_contentHeader #dbh_breadcrumb span {
		font-size: 18px;
	}
	#dbh_contentHeader #dbh_breadcrumb span {
		color:#999;
	}
	#dbh_contentHeader #dbh_breadcrumb .svg.dbh_bulletIcon {
		fill: #48a4d4;
		height: 25px;
		width: 25px;
		display: inline-block;
		margin: 0px 8px;
		vertical-align: top;
	}

	#dbh_contentHeader h1 {
		margin-top: 24px;
		padding-top: 0;
		font-size: 36px;
	}

	#dbh_contentHeader .dbh_headerImage {
		position: absolute;
		width:304px;
		height:312px;
		margin: 23px 0 0 0;
		top: 0px;
		right: 0;
		display: block;
	}
}
@media only screen and (min-width: 1024px) {
	#dbh_contentHeader h1 {
		margin-top: 16px;
		font-size: 44px;
	}
}

@media only screen and (max-width: 1023px) {
  #dbh_content,
  .dbh_content {
    margin: 0px 0px 40px 0px;
  }

	.dbh_contentSection .dbh_content:last-child {
		margin-bottom:0;
	}
}
#dbh_content h2,
.dbh_content h2,
.dbh_contentSection h2 {
	font-family: "Gill Sans";
	font-size:22px;
	margin:0 0 20px 0;
}
#dbh_content h3,
.dbh_content h3 {
	font-family: "Gill Sans";
	font-size:19px;
	font-weight:normal;
}
#dbh_content h4,
.dbh_content h4 {
	font-family: "Gill Sans";
	font-size:16px;
	font-weight:normal;
}
#dbh_content .dbh_box,
.dbh_content .dbh_box {
	position:relative;
	box-sizing:border-box;
	overflow: hidden;
	float: left;
	margin: 0px 0px 16px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #dbh_content .dbh_box
  .dbh_content .dbh_box {
    margin: -2px 0px 1.3% 0px;
  }
}
@media only screen and (min-width: 768px) {
	#dbh_content h2,
	.dbh_content h2,
	.dbh_contentSection h2 {
		font-size:30px;
		margin-bottom:30px;
	}
	#dbh_content h3,
	.dbh_content h3 {
		font-size:23px;
	}

	#dbh_content h4,
	.dbh_content h4 {
		font-size:20px;
	}
}
@media only screen and (min-width: 1024px) {
	#dbh_content h2,
	.dbh_content h2,
	.dbh_contentSection h2 {
		font-size:36px;
		margin-bottom:24px;
	}

	#dbh_content h3,
	.dbh_content h3 {
		font-size:26px;
	}

	#dbh_content h4,
	.dbh_content h4 {
		font-size:22px;
	}
}


.dbh_contentBoxes .dbh_box.dbh_columnDefault .dbh_boxMobileLink {
	display: block;
	font-family: "Gill Sans";
	font-size:19px;
	padding:0 16px;
}

.dbh_contentBoxes .dbh_box.dbh_columnDefault .dbh_boxContent,
.dbh_contentBoxes .dbh_box.dbh_columnDefault .dbh_boxButtons {
  display: none;
}

.dbh_contentBoxes .dbh_box.dbh_boxTextQuote
{
	height: auto !important;
}

.dbh_contentBoxes .dbh_box .dbh_boxContent img {
	max-width:100%;
}

.dbh_contentBoxes .dbh_box .imageLeft img,
.dbh_contentBoxes .dbh_box img.imageLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.dbh_contentBoxes .dbh_box .imageRight img,
.dbh_contentBoxes .dbh_box img.imageRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.dbh_contentBoxes .dbh_box .dbh_boxContent ul {
	overflow:hidden;
	/*padding-left:30px;*/
	margin-bottom:30px;
}

.dbh_contentBoxes .dbh_box .dbh_boxContent ul > li,
.dbh_contentBoxes .dbh_box .dbh_boxContent ul.dbh_checklist > li,
.dbh_contentBoxes .dbh_box .dbh_boxContent ul > li.dbh_checklist {
  clear:none;
  margin-bottom:16px;
}
.dbh_contentBoxes .dbh_box .dbh_boxContent ul > li {
	list-style: outside disc;
}
.dbh_contentBoxes .dbh_box .dbh_boxContent ul.dbh_checklist > li,
.dbh_contentBoxes .dbh_box .dbh_boxContent ul > li.dbh_checklist {
	list-style:none;
	background:transparent url(/uploads/files/ic_plus_01.png) left top no-repeat;
	padding-left:30px;
	min-height:20px;
}
.dbh_contentBoxes .dbh_box .dbh_boxContent ul.dbh_checklist.whiteText > li,
.dbh_contentBoxes .dbh_box .dbh_boxContent ul > li.dbh_checklist.whiteText {
	background-image:url(/uploads/files/ic_plus_02.png);
}
.dbh_contentBoxes .dbh_box .dbh_boxContent ul > li:last-child,
.dbh_contentBoxes .dbh_box .dbh_boxContent ul.dbh_checklist > li:last-child,
.dbh_contentBoxes .dbh_box .dbh_boxContent ul > li.dbh_checklist:last-child {
	margin-bottom:0;
}


@media only screen and (min-width: 1024px){
	.dbh_contentBoxes .dbh_box.dbh_boxTextQuote .dbh_boxContent .dbh_boxContentText
	{
		padding-right: 85px;
		background: url(/uploads/files/klammer.svg) no-repeat top right;
		font-size: 18px;
		background-size: contain;
	}
						
	.dbh_contentBoxes .dbh_box.dbh_boxTextQuote .dbh_boxContent .dbh_boxContentText p{
		line-height: 22px;
	}
}
@media only screen and (min-width: 768px) {
	.dbh_contentBoxes .dbh_box.dbh_columnDefault .dbh_boxMobileLink {
		display: none;
	}

	.dbh_contentBoxes .dbh_box.dbh_columnDefault .dbh_boxContent,
	.dbh_contentBoxes .dbh_box.dbh_columnDefault .dbh_boxButtons {
		display: block;
	}
}

.dbh_contentBoxes .dbh_boxInfoTeaser
{	
	height: auto !important;
	margin-bottom: 0px !important;
}
	
.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer 
{	
	position: relative;
	background-position: center;
}
			
.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft
{
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 48px 26px 39px 18px;
	
}


.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxButtons a
{
	height: auto;
	min-height: 41px;
	text-align: center;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.5);
}

.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxButtons .dbh_ButtonMousePointer
{
	position: absolute;
    bottom: -25px;
    right: -20px;
	width: 40px;
	height: 40px;
	box-shadow: none;
	background: url('/uploads/files/mauspfeil.png') no-repeat center center;
}
		
.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent					
{
	background: rgba(255,255,255, 0.8);
	padding: 48px 26px 39px 18px;
}
					
#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent h3,
.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent h3 {
	font-weight: bold;
	font-size: 39px;
	font-family: Verdana, arial;
    line-height: 50px;
    margin-bottom: 5px;
}

#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText,
.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText {
	min-height: 100px;
	font-size: 21px;
	margin-bottom: 10px;
}

#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText p,
.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText p {
	line-height: 28px;
}
					
.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoRight
{
	width: 50%;
	float:left;
	box-sizing: border-box;
	position: absolute;
    bottom: 0px;
    right: 0;
}

.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoRight .dbh_boxInfoTestimonials
{
	text-align: right;
	padding: 25px;
}

.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoRight .dbh_boxInfoTestimonials img
{
	height: 140px;
	margin:0 0 0 10px;
}

.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoRight .dbh_boxInfoTestimonials img:first-of-type
{
	margin-left: 0;
}


.dbh_boxInfoListContainer
{
	background: #C8E7A7	;
	box-sizing: border-box;
	padding: 21px 18px 5px;
}

.dbh_boxInfoListContainer ul
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dbh_boxInfoListContainer ul li {
	display:block;
    width:50%;
    /*float:left;*/
    clear:none !important;
    color:#031F44;
	box-sizing:border-box;   
    /*min-height:50px;*/
	padding:2px 20px 0 55px;
    margin-bottom:20px;
	font-size:18px;
    /*background:url(/uploads/files/hacken.svg) no-repeat top left;
	background-size:50px;*/
}
.dbh_boxInfoListContainer ul li:before {
	content:' ';
	display:block;
	float:left;
	width:50px;
	height:50px;
	margin-left:-55px;
	background: url(/uploads/files/hacken.svg) no-repeat top left;
}

@media only screen and (max-width: 1023px){
	.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft
	{
		padding: 26px 26px 26px 18px	
	}	
			
	.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent					
	{
	    padding: 25px 26px 20px 18px;
	}
						
	#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent h3,
	.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent h3 {
		font-size: 30px;
		line-height: 35px;
	}

	#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText,
	.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText {
		font-size: 18px;
	}

	#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText p,
	.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText p {
		line-height: 22px;
	}
	
	.dbh_boxInfoListContainer ul li {
		width:100%;
		/*background:url(/uploads/files/hacken.svg) no-repeat center left;
    	background-size:35px;*/
		min-height:35px;
    	padding:6px 20px 0 40px;
		margin-top:6px;
	}
	.dbh_boxInfoListContainer ul li:before {
		width:35px;
		height:35px;
		margin-left:-40px;
	}
}

	
@media only screen and (max-width: 767px){
	.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft
	{
		width: 100%;
		padding-bottom: 5px;
	}
	
	#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent h3
	.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent h3 {
	    font-size: 22px;
    	line-height: 26px;
	}
	
	.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxButtons a
	{
		width: 100%;
	}
	
	.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoRight
	{
		width: 100%;
		position: static;
	}

	.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoRight .dbh_boxInfoTestimonials 
	{
		padding: 10px 25px;
	}

	
	.dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoRight .dbh_boxInfoTestimonials img
	{
		height: 115px;
	}

	#dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText,
	.dbh_content .dbh_contentBoxes .dbh_boxInfoTeaser .dbh_boxInfoTeaserContent .dbh_boxInfoTeaserContainer .dbh_boxInfoLeft .dbh_boxInfoContent .dbh_boxContentText {		
		font-size: 16px;
		min-height: 60px;
	}

	.dbh_boxInfoListContainer
	{
		background: #C8E7A7	;
		box-sizing: border-box;
		padding-top: 6px;
	}
	
	.dbh_boxInfoListContainer ul li {
		/*background-size:25px;*/
		min-height:25px;
		padding:3px 20px 0 32px;
		margin-bottom:8px;
		font-size:14px;
	}
	.dbh_boxInfoListContainer ul li:before {
		width:25px;
		height:25px;
		margin-left:-32px;
	}
}	


#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink {
  display: block;
  clear: both;
  border-top: solid 1px #48a4d4;
  padding: 8px 0px;
}
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink:hover,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink:hover {
  color: #48a4d4;
}
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon,
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon2,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon2 {
  fill: #48a4d4;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink span,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink span {
  display: inline-block;
  width: 85%;
}
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon2,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon2 {
  display: none;
}
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink.active .svg.dbh_bulletIcon,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink.active .svg.dbh_bulletIcon {
  display: none;
}
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink.active .svg.dbh_bulletIcon2,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink.active .svg.dbh_bulletIcon2 {
  display: block;
  float: left;
  margin-right: 5px;
}
#dbh_content .dbh_box .dbh_boxContent .dbh_toggleText,
.dbh_content .dbh_box .dbh_boxContent .dbh_toggleText {
  display: none;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
}
#dbh_content p,
.dbh_content p {
	line-height:1.5;
}
#dbh_content ul li,
.dbh_content ul li {
  clear: both;
}
#dbh_content ul li a .svg.dbh_bulletIcon,
.dbh_content ul li a .svg.dbh_bulletIcon {
  fill: #48a4d4;
  height: 20px;
  width: 20px;
  float: left;
  margin-left: -4px;
}
#dbh_content ul li a span,
.dbh_content ul li a span {
  display: block;
}
#dbh_content .dbh_columnDefault,
.dbh_content .dbh_columnDefault {
	background: #CDE4F2;
	background: -webkit-linear-gradient(#CDE4F2,#FFFFFF 140px); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#CDE4F2,#FFFFFF 140px); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#CDE4F2,#FFFFFF 140px); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#CDE4F2,#FFFFFF 140px); /* Standard syntax */
}
#dbh_content .dbh_columnSpecial,
.dbh_content .dbh_columnSpecial {
	background: #CDE4F2;
	background: -webkit-linear-gradient(#CDE4F2,#FFFFFF 140px,#CDE4F2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#CDE4F2,#FFFFFF 140px,#CDE4F2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#CDE4F2,#FFFFFF 140px,#CDE4F2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#CDE4F2,#FFFFFF 140px,#CDE4F2); /* Standard syntax */
	position: relative;
}
#dbh_content .dbh_columnSpecial2,
.dbh_content .dbh_columnSpecial2 {
	background: #D1EBC6;
	background: -webkit-linear-gradient(#D1EBC6,#FFFFFF 140px); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#D1EBC6,#FFFFFF 140px); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#D1EBC6,#FFFFFF 140px); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#D1EBC6,#FFFFFF 140px); /* Standard syntax */
	position: relative;
}
#dbh_content .dbh_columnDefault .svg.icon,
.dbh_content .dbh_columnDefault .svg.icon,
#dbh_content .dbh_columnSpecial .svg.icon,
.dbh_content .dbh_columnSpecial .svg.icon {
	fill:#032749;
}
#dbh_content .dbh_columnSpecial .dbh_imgAktion,
.dbh_content .dbh_columnSpecial .dbh_imgAktion {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 70px;
  right: 40px;
}
.dbh_columnBlue {
	background: #4195C0;
	background: -webkit-linear-gradient(#4195C0, #48a4d4); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#4195C0, #48a4d4); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#4195C0, #48a4d4); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#4195C0, #48a4d4); /* Standard syntax */
  color: white;
}
.dbh_columnBlue .svg.icon {
  fill: white;
}
/* BG: Links wurden nicht weiß angezeigt */
.dbh_columnBlue a {
  color: white;
}
#dbh_content .dbh_box.dbh_columnSpan3.dbh_boxCustom .dbh_boxContent,
#dbh_content .dbh_box.dbh_columnSpan4.dbh_boxCustom .dbh_boxContent,
#dbh_content .dbh_box.dbh_columnSpan5.dbh_boxCustom .dbh_boxContent,
#dbh_content .dbh_box.dbh_columnSpan6.dbh_boxCustom .dbh_boxContent {
	height:auto;
}

#dbh_content .dbh_boxContentQuarter,
.dbh_content .dbh_boxContentQuarter {
  max-width: 50%;
  min-width: 40%;
}
#dbh_content .dbh_boxContentQuarter a.boxSocialMediaLink,
.dbh_content .dbh_boxContentQuarter a.boxSocialMediaLink {
  color: white;
  display: block;
  padding-top: 16px;
}
@media only screen and (min-width: 1024px) {
	#dbh_content .dbh_boxContentQuarter a.boxSocialMediaLink:first-child,
	.dbh_content .dbh_boxContentQuarter a.boxSocialMediaLink:first-child {
		padding-top: 0;
	}
}
#dbh_content .dbh_boxContentQuarter a .svg,
.dbh_content .dbh_boxContentQuarter a .svg {
  margin: -5px 12px 0px 0px;
  width: 30px;
  height: 30px;
  float: left;
}
#dbh_content .dbh_boxContentQuarter a .svg path,
.dbh_content .dbh_boxContentQuarter a .svg path {
  fill: white;
}
#dbh_content .dbh_boxContentQuarter.dbh_boxContentFirstQuarter,
.dbh_content .dbh_boxContentQuarter.dbh_boxContentFirstQuarter {
 	float: left;
	margin: 0 16px 16px 0;
}
#dbh_content .dbh_boxContentQuarter.dbh_boxContentSecondQuarter,
.dbh_content .dbh_boxContentQuarter.dbh_boxContentSecondQuarter {
	float: right;
	margin: 0 0 16px 16px;
}
#dbh_content .dbh_boxContentQuarter.dbh_boxContentThirdQuarter,
.dbh_content .dbh_boxContentQuarter.dbh_boxContentThirdQuarter {
	float: left;
	margin: 16px 16px 16px 0;
}
#dbh_content .dbh_boxContentQuarter.dbh_boxContentFourthQuarter,
.dbh_content .dbh_boxContentQuarter.dbh_boxContentFourthQuarter {
	float: right;
	margin: 0 0 16px 16px;
}
#dbh_content .dbh_box.dbh_columnSpan1,
.dbh_content .dbh_box.dbh_columnSpan1 {
  padding: 24px 0px 0px 0px;
  /*height: 326px;*/
	height:400px;
}
#dbh_content .dbh_box.dbh_columnSpan1 .svg.icon,
.dbh_content .dbh_box.dbh_columnSpan1 .svg.icon {
  width: 500px;
  height: 150px;
}
#dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent,
.dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent {
	box-sizing:border-box;
	height: 155px;
	margin-bottom: 15px;
	overflow: hidden;
	padding:0;
}
#dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxButtons,
.dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxButtons {
	padding:0;
}
#dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent h3,
.dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent h3 {
  clear: both;
}
#dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent p,
.dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent p {
  margin: 0px 0px 24px 0px;
}
#dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan1,
.dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan1 {
  height: auto;
}
#dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan1 .dbh_boxContent,
.dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan1 .dbh_boxContent {
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
	#dbh_content .dbh_box.dbh_columnSpan1,
	.dbh_content .dbh_box.dbh_columnSpan1 {
		height: 400px;
	}
	#dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent {
		height: 155px;
		padding:0 12px;
	}
	#dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxButtons,
	.dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxButtons {
		padding:0 12px;
	}
}
#dbh_content .dbh_box.dbh_columnSpan2,
.dbh_content .dbh_box.dbh_columnSpan2 {
	padding: 24px 0px 0px 0px;
	height: 400px;
}
#dbh_content .dbh_box.dbh_columnSpan2 .svg.icon,
.dbh_content .dbh_box.dbh_columnSpan2 .svg.icon {
	width: 500px;
	height: 150px;
}
#dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxContent,
.dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxContent {
	box-sizing:border-box;
	height: 155px;
	margin-bottom: 15px;
	overflow: hidden;
	padding:0 16px;
}
#dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxButtons,
.dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxButtons {
	padding:0 16px;
}
#dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan2,
.dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan2 {
  height: auto;
}
#dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan2 .dbh_boxContent,
.dbh_content .dbh_box.dbh_boxExpandable.dbh_columnSpan2 .dbh_boxContent {
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
	#dbh_content .dbh_box.dbh_columnSpan2,
	.dbh_content .dbh_box.dbh_columnSpan2 {
		height: 400px;
	}
	#dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxContent {
		height: 155px;
		padding: 0px 12px;
	}
	#dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxButtons,
	.dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxButtons {
		padding: 0px 12px;
	}
	#dbh_content .dbh_box.dbh_columnSpan2 .backgroundLine,
	.dbh_content .dbh_box.dbh_columnSpan2 .backgroundLine {
		width: 75%;
	}
}

#dbh_content .dbh_box.dbh_columnSpan3,
.dbh_content .dbh_box.dbh_columnSpan3,
#dbh_content .dbh_box.dbh_columnSpan4,
.dbh_content .dbh_box.dbh_columnSpan4,
#dbh_content .dbh_box.dbh_columnSpan5,
.dbh_content .dbh_box.dbh_columnSpan5,
#dbh_content .dbh_box.dbh_columnSpan6,
.dbh_content .dbh_box.dbh_columnSpan6 {
	height: 400px;
}
#dbh_content .dbh_box.dbh_columnSpan3 > img,
.dbh_content .dbh_box.dbh_columnSpan3 > img {
	float: left;
	display: block;
	width: 246px;
	height: auto;
	margin-right: 12px;;
}
#dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent,
.dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent,
#dbh_content .dbh_box.dbh_columnSpan4 .dbh_boxContent,
.dbh_content .dbh_box.dbh_columnSpan4 .dbh_boxContent,
#dbh_content .dbh_box.dbh_columnSpan5 .dbh_boxContent,
.dbh_content .dbh_box.dbh_columnSpan5 .dbh_boxContent,
#dbh_content .dbh_box.dbh_columnSpan6 .dbh_boxContent,
.dbh_content .dbh_box.dbh_columnSpan6 .dbh_boxContent{
	height: 304px;
	overflow: hidden;
	padding: 24px 8px 0px 8px;
	margin-bottom: 15px;
}
#dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent p,
.dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent p {
	padding:0;
}
#dbh_content .dbh_box.dbh_columnSpan3 a,
.dbh_content .dbh_box.dbh_columnSpan3 a {
	margin-left: 8px;
}
@media only screen and (max-width: 1023px) {
	#dbh_content .dbh_box.dbh_columnSpan3,
	.dbh_content .dbh_box.dbh_columnSpan3,
	#dbh_content .dbh_box.dbh_columnSpan4,
	.dbh_content .dbh_box.dbh_columnSpan4,
	#dbh_content .dbh_box.dbh_columnSpan5,
	.dbh_content .dbh_box.dbh_columnSpan5,
	#dbh_content .dbh_box.dbh_columnSpan6,
	.dbh_content .dbh_box.dbh_columnSpan6{
		height: 400px;
		padding: 0px 0px 16px 0px;
	}
	#dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan4 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan4 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan5 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan5 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan6 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan6 .dbh_boxContent{
		height: 155px;
		padding: 0px 16px 0px 16px;
	}
	#dbh_content .dbh_box.dbh_columnSpan3.dbh_boxCustom .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan3.dbh_boxCustom .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan4.dbh_boxCustom .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan4.dbh_boxCustom .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan5.dbh_boxCustom .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan5.dbh_boxCustom .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan6.dbh_boxCustom .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan6.dbh_boxCustom .dbh_boxContent{
		padding-top:24px;
	}
	#dbh_content .dbh_box.dbh_columnSpan3 > img,
	.dbh_content .dbh_box.dbh_columnSpan3 > img  {
		float: none;
		display: block;
		height:174px;
		width:auto;
		margin: auto;	
	}
	#dbh_content .dbh_box.dbh_columnSpan3 p,
	.dbh_content .dbh_box.dbh_columnSpan3 p {
		padding: 12px 12px;
	}
}
			
#dbh_content .dbh_box.dbh_contactBox .dbh_boxContent,
.dbh_content .dbh_box.dbh_contactBox .dbh_boxContent {
	height:208px;
}

.dbh_contentBoxes .dbh_box .dbh_boxButtons.fixedOnBottom {
	padding:0 12px;
	margin:0;
	width:100%;
	box-sizing:border-box;
}
.dbh_contentBoxes .dbh_box .dbh_boxButtons.fixedOnBottom a {
	margin-left:0 !important;
}
@media only screen and (min-width: 768px) {
	.dbh_contentBoxes .dbh_box .dbh_boxButtons.fixedOnBottom {
		padding:0 16px;
		position:absolute;
		bottom: 9px;
	}
}
@media only screen and (min-width: 1024px) {
	.dbh_contentBoxes .dbh_box .dbh_boxButtons.fixedOnBottom {
		padding:0 16px;
	}
}

div.dbh_50 {
	box-sizing:border-box;
	width:50%;
	float:left;
}

@media only screen and (min-width: 1024px) {
	#dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentThirdQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentThirdQuarter {
		margin-top:0;
	}
}
@media only screen and (max-width: 1200px) {
	#dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentFirstQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentFirstQuarter {
		margin-right: 0px;
	}
	#dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentThirdQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentThirdQuarter {
		margin-right: 0px;
	}
}
#dbh_content .dbh_box h3,
.dbh_content .dbh_box h3 {
	margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
	#dbh_content .dbh_box h3,
	.dbh_content .dbh_box h3 {
		margin-bottom: 8px;
	}
}
@media only screen and (max-width: 767px) {
	#dbh_content .dbh_box,
	.dbh_content .dbh_box,
	#dbh_content .dbh_box.dbh_columnSpan1,
	.dbh_content .dbh_box.dbh_columnSpan1,
	#dbh_content .dbh_box.dbh_columnSpan2,
	.dbh_content .dbh_box.dbh_columnSpan2,
	#dbh_content .dbh_box.dbh_columnSpan3,
	.dbh_content .dbh_box.dbh_columnSpan3,
	#dbh_content .dbh_box.dbh_columnSpan4,
	.dbh_content .dbh_box.dbh_columnSpan4,
	#dbh_content .dbh_box.dbh_columnSpan5,
	.dbh_content .dbh_box.dbh_columnSpan5,
	#dbh_content .dbh_box.dbh_columnSpan6,
	.dbh_content .dbh_box.dbh_columnSpan6{
		margin: 0px -2.1% 0% -2.1%;
		width: 104.2%;
		max-width: 104.2%;
		height: auto;
		padding-bottom: 16px;
	}
	#dbh_content .dbh_box .dbh_boxContent,
	.dbh_content .dbh_box .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan1 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan2 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan3 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan4 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan4 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan5 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan5 .dbh_boxContent,
	#dbh_content .dbh_box.dbh_columnSpan6 .dbh_boxContent,
	.dbh_content .dbh_box.dbh_columnSpan6 .dbh_boxContent{
		/*height: 155px;*/
		height: auto;
		margin-bottom: 12px;
	}
	#dbh_content .dbh_box.dbh_contactBox .dbh_boxContent,
	.dbh_content .dbh_box.dbh_contactBox .dbh_boxContent {
		height:auto;
	}

	#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon,
	.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon,
	#dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon2,
	.dbh_content .dbh_box .dbh_boxContent .dbh_toggleLink .svg.dbh_bulletIcon2 {
		margin-left: 0px;
	}
	#dbh_content .dbh_box h3,
	.dbh_content .dbh_box h3 {
		margin-bottom: 4px;
		height: auto;
	}
	#dbh_content .dbh_box h3 br,
	.dbh_content .dbh_box h3 br {
		display: none;
	}
	#dbh_content .dbh_box p,
	.dbh_content .dbh_box p {
		height: auto;
	}
	#dbh_content .dbh_box .dbh_redButton,
	.dbh_content .dbh_box .dbh_redButton,
	#dbh_content .dbh_box .dbh_blueButton,
	.dbh_content .dbh_box .dbh_blueButton {
		margin-right: 16px;
		display: block;
	}
	#dbh_content .dbh_box .dbh_boxContentQuarterWrapper,
	.dbh_content .dbh_box .dbh_boxContentQuarterWrapper {
		display: block;
		max-width: 60%;
		float: left;
	}
	#dbh_content .dbh_box .dbh_boxContentQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter {
		min-width: 60%;
	}
	#dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentFirstQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentFirstQuarter {
		float: left;
		margin-top: 10px;
		margin-right:0;
	}
	#dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentSecondQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentSecondQuarter {
		float: left;
		margin-left:0;
	}
	#dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentThirdQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentThirdQuarter {
		float: left;
		margin-right:0;
	}
	#dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentFourthQuarter,
	.dbh_content .dbh_box .dbh_boxContentQuarter.dbh_boxContentFourthQuarter {
		min-width: 0px;
		width: 20%;
		float: right;
		margin-left: 0px;
	}
	#dbh_content .dbh_box.dbh_columnDefault .svg.icon,
	.dbh_content .dbh_box.dbh_columnDefault .svg.icon,
	#dbh_content .dbh_box.dbh_columnBlue .svg.icon,
	.dbh_content .dbh_box.dbh_columnBlue .svg.icon {
		display: none;
	}
	#dbh_content .dbh_box.dbh_columnSpan1.dbh_columnDefault,
	.dbh_content .dbh_box.dbh_columnSpan1.dbh_columnDefault {
		margin-bottom: 0px;
	}
	#dbh_content .dbh_box.dbh_columnSpecial,
	.dbh_content .dbh_box.dbh_columnSpecial {
		height: auto;
		padding-top: 0px;
	}
	#dbh_content .dbh_box.dbh_columnSpecial .dbh_imgAktion,
	.dbh_content .dbh_box.dbh_columnSpecial .dbh_imgAktion {
		width: 98px;
		height: 98px;
		top: 5%;
		right: 40px;
	}
	#dbh_content .dbh_box.dbh_columnSpecial .svg.icon,
	.dbh_content .dbh_box.dbh_columnSpecial .svg.icon {
		width: 100%;
		height: auto;
		max-height: 100%;
	}
	#dbh_content.dbh_columnSpan2 .dbh_box,
	.dbh_content.dbh_columnSpan2 .dbh_box {
		margin: 0px;
		max-width: 100%;
		width: 100%;
		height: auto;
		min-height: 0px;
	}
	#dbh_content.dbh_columnSpan2 .dbh_box .dbh_toggleLink,
	.dbh_content.dbh_columnSpan2 .dbh_box .dbh_toggleLink {
		margin-right: 0px;
	}
}

.dbh_tableBlockContainer {
	width:100%;
}
.dbh_tableBlockContainer .dbh_tableBlockRow {
	width:100%;
}
.dbh_tableBlockContainer .dbh_tableBlockRow .dbh_tableBlockCell {
	width:100%;
	padding:10px;
	border:solid 1px #032749;
	box-sizing:border-box;
}
.dbh_contentPartBlue .dbh_tableBlockContainer .dbh_tableBlockRow .dbh_tableBlockCell {
	border-color:#ffffff;
}
.dbh_contentPartBlue .dbh_tableBlockContainer .svg {
	fill:#ffffff;
}


.a.dbh_linkWithArrow,
span.dbh_linkWithArrow a {
}

a.dbh_linkWithArrow:before,
span.dbh_linkWithArrow a:before {
	font-family: FontAwesome;
	display:inline-block;
	content:"\f054";
	padding-right:15px;
}


@media only screen and (min-width: 768px) {
	.dbh_tableBlockContainer {
		display:table;
	}
	.dbh_tableBlockContainer .dbh_tableBlockRow {
		display:table-row;
	}
	.dbh_tableBlockContainer .dbh_tableBlockRow .dbh_tableBlockCell {
		display:table-cell;
	}
	.dbh_tableBlockContainer .dbh_tableBlockRow .dbh_tableBlockCell.dbh_twoCol {
		width:50%;
	}
	.dbh_tableBlockContainer .dbh_tableBlockRow .dbh_tableBlockCell.dbh_threeCol {
		width:33.333%;
	}
	.dbh_tableBlockContainer .dbh_tableBlockRow .dbh_tableBlockCell.dbh_fourCol {
		width:25%;
	}
	.dbh_tableBlockContainer .dbh_tableBlockRow .dbh_tableBlockCell.dbh_fiveCol {
		width:20%;
	}
}

.radioList input[type=radio]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}
input[type=radio]:not(old) + label{
	display: inline-block;
	margin-left: -2em;
	line-height: 1.5em;
}
input[type=radio]:not(old) + label > span{
	display: inline-block;
	box-sizing:border-box;
	width: 1.2em;
	height: 1.2em;
	margin: 0.25em 0.5em 0.25em 0.25em;
	padding:3px;
	border: 1px solid #032749;
	border-radius: 50%;
	background: #fff;
	vertical-align: bottom;
}
input[type=radio]:not(old):checked + label > span > span{
	display: block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	border:none;
	border-radius: 0.5em;
	background: #3b86ad;
}


input.dbh_checkbox {
	-webkit-appearance:checkbox;
}


.dbh_videoContainer {
	position:relative;
	max-width:775px;
}
.dbh_videoContainer .videoQualityPanel {
	background:rgba(0,0,0,0.2);
	color:#ffffff;
	display:none;
	position:absolute;
	top:0;
	width:100%;
	padding:5px 10px;
	box-sizing:border-box;
	text-align:right;
}
.dbh_videoContainer:hover .videoQualityPanel {
	display:block;
}


/******************************************
	Header Start
******************************************/
#dbh_headerWrapper {
  clear: both;
  background-color: white;
}
#dbh_headerWrapper header {
  display: block;
  position: relative;
}
#dbh_headerWrapper header nav {
	padding-top:15px;
}
#dbh_headerWrapper header #dbh_logo {
  float: left;
}
#dbh_headerWrapper header #dbh_logo .svg {
	width: 117px;
    height: 54px;
}
#dbh_headerWrapper header #dbh_loginArea {
	text-align: right;
	font-family: "Gill Sans";
	font-size:18px;
}
#dbh_headerWrapper header #dbh_loginArea .dbh_text,
#dbh_headerWrapper header #dbh_loginArea .dbh_redText,
#dbh_headerWrapper header #dbh_loginArea .dbh_redButton {
	display:none;
}
#dbh_headerWrapper header #dbh_loginArea .dbh_loginButton,
#dbh_headerWrapper header #dbh_loginArea .dbh_telefonButton {
	float: right;
    display: block;
    margin: 8px 8px 0 0;
	padding: 5px;
	width: 30px;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #48a4d4;
}
#dbh_headerWrapper header #dbh_loginArea .dbh_loginButton .svg {
	width: 132px;
	height: 124px;
}
#dbh_headerWrapper header #dbh_loginArea .dbh_telefonButton .svg {
	width: 87px;
	height: 82px;
}
#dbh_headerWrapper header #dbh_loginArea .dbh_loginButton .svg,
#dbh_headerWrapper header #dbh_loginArea .dbh_telefonButton .svg {
	fill: white;
}
#dbh_headerWrapper header #dbh_navigationMobileButton {
	float: right;
	display: block;
	padding: 4px 8px;
	width: 50px;
	margin: 0 -2.1% 0px 10px;
	border-top-left-radius: 5px;
	background-color: transparent;
}
#dbh_headerWrapper header #dbh_navigationMobileButton:hover {
	cursor: pointer;
}
#dbh_headerWrapper header #dbh_navigationMobileButton .svg {
	fill: #48a4d4;
}
#dbh_headerWrapper header #dbh_navigationMobileButton.active {
	background-color: #48a4d4;
}
#dbh_headerWrapper header #dbh_navigationMobileButton.active hr {
	background-color: white;
}
#dbh_headerWrapper header #dbh_navigationMobileButton.active .svg {
	fill: white;
}
@media only screen and (min-width: 768px) {
	#dbh_headerWrapper header #dbh_logo .svg {
		width: 210px;
		height: 100px;
	}
	#dbh_headerWrapper header #dbh_loginArea .dbh_text,
	#dbh_headerWrapper header #dbh_loginArea .dbh_redText {
		display: inline-block;
		padding:5px 0;
		margin:10px 12px 0 0;
	}
	#dbh_headerWrapper header #dbh_loginArea .dbh_text {
		color:#032749;
	}
	#dbh_headerWrapper header #dbh_loginArea .dbh_redText,
	#dbh_headerWrapper header #dbh_loginArea .dbh_redButton,
	#dbh_headerWrapper header #dbh_loginArea .dbh_telefonButton {
		display:none;
		display:none;
	}
	#dbh_headerWrapper header #dbh_loginArea .dbh_loginButton {
		margin-right:-61px;
	}
	#dbh_headerWrapper header #dbh_navigationMobileButton {
  		margin-top:60px;
		margin-right:-1.3%;
	}
}
@media only screen and (min-width: 1024px) {
	#dbh_headerWrapper header #dbh_loginArea {
		min-height:70px;
	}
	#dbh_headerWrapper header #dbh_loginArea .dbh_text,
	#dbh_headerWrapper header #dbh_loginArea .dbh_redText {
		padding:8px 0;
		margin-top:0;
	}
	#dbh_headerWrapper header #dbh_loginArea .dbh_redText {
		display:inline-block;
		color: #d21d19;
	}
	#dbh_headerWrapper header #dbh_loginArea .dbh_redButton {
		display:inline-block;
		height:41px;
		margin:0;
		float:right;
	}

	#dbh_headerWrapper header #dbh_loginArea .dbh_loginButton {
		display: none;
	}
	#dbh_headerWrapper header #dbh_navigationMobileButton {
  		display: none;
	}
}

#dbh_headerWrapper header .dbh_navigation {
  text-align: right;
}

#dbh_headerWrapper .dbh_subNavigationSearchBox a {
	display:block;
	width:30px;
	height:20px;
	padding:5px 0;
	float:right;
	font-family:FontAwesome;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}
@media only screen and (min-width: 1024px) {
	#dbh_headerWrapper header nav:after {
		content: ".";
    	clear: both;
    	display: block;
    	visibility: hidden;
    	height: 0px;
	}
	#dbh_headerWrapper header .dbh_navigation {
		float:right;
	}
	#dbh_headerWrapper header .dbh_navigation a {
		color:#48a4d4;
	}
	#dbh_headerWrapper header .dbh_navigation a.highlight {
		color:#b31236;
	}
	#dbh_headerWrapper header .dbh_navigation a:hover,
	#dbh_headerWrapper header .dbh_navigation a.highlight:hover {
		color:#022749;
	}
  #dbh_headerWrapper header .dbh_navigation > li {
    display: inline-block;
    padding: 7px 0 0 7px;
    position: relative;
    text-align: left;
  }
  #dbh_headerWrapper header .dbh_navigation > li.dbh_noPadding {
    padding-right: 0px;
  }
  #dbh_headerWrapper header .dbh_navigation > li > a {
    display: inline-block;
    padding-bottom: 6px;
    text-transform:uppercase;
    font-family: "Gill Sans";
    font-size:19px;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_plh {
    display: inline-block;
    width: 4px;
  }
  #dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox {
    padding-top: 0px;
  }
	#dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox > a {
		padding-bottom:0;
		display:inline-block;
		width:32px;
		height:32px;
	}
	#dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox > a.svgWrapper svg {
		margin-bottom:-10px;
		fill: #48a4d4;
	}
  #dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox input:text {
    font-family:Verdana;
	font-size:16px;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation {
    display: none;
    position: absolute;
    z-index: 13;
    background-color: white;
    width: 100%;
    left: 0;
    min-width: 200px;
    font-family: "Gill Sans";
    font-size: 19px;
    -webkit-box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px white;
  }
  #dbh_headerWrapper header .dbh_navigation > li.active .dbh_subNavigation,
  #dbh_headerWrapper header .dbh_navigation > li:hover .dbh_subNavigation {
    display:block;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li {
    width: 100%;
    display: block;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li a {
    padding: 8px 16px 12px 16px;
    display: block;
    word-wrap:break-word;
	word-break:normal;
	-ms-word-break:normal;
	hyphens:auto;
	-moz-hyphens: auto;
		color:#48a4d4;
  }
	#dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li a.highlight {
		color:#b31236;
	}
	#dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li a:hover,
	#dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li a.highlight:hover {
		color:#022749;
	}
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li a .svg.dbh_bulletIcon {
    display: none;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigationSearchBox {
    display: none;
    margin-top: 16px;
    position: absolute;
    z-index: 12;
    background-color: white;
    left: -261px;
    border: solid 1px white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 299px;
  }
  #dbh_headerWrapper header .dbh_navigation > li.active .dbh_subNavigationSearchBox {
    display:block;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigationSearchBox input {
    border: none;
    height: 25px;
    padding: 4px;
    width: 250px;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigationSearchBox input:hover {
    cursor: text;
  }
	#dbh_headerWrapper .dbh_subNavigationSearchBox a {
		width:34px;
		padding:7px 0 6px;
	}
  #dbh_headerWrapper header .dbh_navigation > li.active > .dbh_subNavigationSearchBox {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #dbh_headerWrapper header .dbh_navigation {
    height: 0px;
    display: none;
    background-color: #48a4d4;
    position: relative;
    z-index: 12;
    clear: both;
    float: right;
    margin-right: -1.3%;
    width: 50.65%;
  }
  #dbh_headerWrapper header .dbh_navigation > li {
    padding: 0 2.3%;
    position: relative;
    text-align: left;
    border-bottom: solid 1px white;
    background-color: #48a4d4;
  }
  #dbh_headerWrapper header .dbh_navigation > li > a {
    color: white;
    padding: 2.3% 0px;
    display: block;
    background: url('/css/img/pfeil_menue_01.png') no-repeat right 2.3% center transparent;
  }
  #dbh_headerWrapper header .dbh_navigation > li.active {
    background-color: #91c8e5;
  }
  #dbh_headerWrapper header .dbh_navigation > li.active > a {
    background: url('/css/img/pfeil_menue_02.png') no-repeat right 2.3% center transparent;
  }
  #dbh_headerWrapper header .dbh_navigation > li:last-child {
    border-bottom: none;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation {
    display: none;
    border-top: solid 1px white;
    z-index: 12;
    background-color: #91c8e5;
    width: 104.6%;
    left: 0;
    margin: 0px -4.6% 0px -2.3%;
  }
  #dbh_headerWrapper header .dbh_navigation > li.active .dbh_subNavigation {
    display: block;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li {
    width: 100%;
    display: block;
    border-bottom: solid 1px white;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li:last-child {
    border-bottom: none;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li a {
    padding: 2.3% 2.3%;
    display: block;
    color: white;
  }
  #dbh_headerWrapper header .dbh_navigation > li .dbh_subNavigation li a .svg.dbh_bulletIcon {
    fill: white;
    height: 20px;
    width: 20px;
    float: left;
    margin-left: -4px;
  }
  #dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox {
    padding: 2.3%;
  }
  #dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox > a {
    display: none;
  }
  #dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox .dbh_subNavigationSearchBox {
    display: block;
    background-color: white;
    border: solid 1px white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox .dbh_subNavigationSearchBox input {
    height: 20px;
    padding: 4px;
    padding-right: 2px;
    width: 87.5%;
    border: none;
  }
  #dbh_headerWrapper header .dbh_navigation > li.dbh_searchBox .dbh_subNavigationSearchBox.active {
    display: block;
  }
  #dbh_headerWrapper header .dbh_navigation.active {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #dbh_headerWrapper header .dbh_navigation {
    margin-right: -2.1%;
    width: 104.2%;
  }
}
/******************************************
	Header End
******************************************/



/******************************************
	Support Start
******************************************/
#dbh_supportWrapper {
	background:#DBECF6;
	background: -webkit-linear-gradient(#DBECF6,#FFFFFF,#DBECF6); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#DBECF6,#FFFFFF,#DBECF6); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#DBECF6,#FFFFFF,#DBECF6); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#DBECF6,#FFFFFF,#DBECF6); /* Standard syntax */
	margin-bottom: 30px;
	padding: 16px 0px;
}
#dbh_supportWrapper #dbh_support .dbh_box {
	text-align: left;
	width: 100%;
}
#dbh_supportWrapper #dbh_support .dbh_box a {
	padding: 24px 0px 0px 0px;
	font-size: 14px;
	width: 100%;
	display: block;
}
#dbh_supportWrapper #dbh_support .dbh_box a:after {
	display:block;
	clear:both;
	content:" ";
	visibility:hidden;
	height:0px;
}
#dbh_supportWrapper #dbh_support .dbh_box a br {
	display: none;
}
#dbh_supportWrapper #dbh_support .dbh_box a .dbh_iconWrapper {
	display:inline-block;
	width: 55px;
	height: 55px;
	margin-top: -16px;
	margin-right: 16px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 50px;
	float: left;
	background-color: #48a4d4;
	color: white;
	overflow:hidden;
	fill:#fff;
}
#dbh_supportWrapper #dbh_support .dbh_box a .dbh_iconWrapper svg {
	/*margin-left:5px;*/
	width:170px;
	height:auto;
}
#dbh_supportWrapper #dbh_support .dbh_box a .dbh_bottomText .dbh_bottomTextRow .dbh_bottomTextCell:first-child {
	display:none;
}

@media only screen and (min-width: 768px) {
	#dbh_supportWrapper {
		/*padding:60px 0 40px;*/
		padding:30px 0 20px;
	}
	#dbh_supportWrapper #dbh_support:after {
		display:block;
		clear:both;
		content:" ";
		visibility:hidden;
		height:0px;
	}
	#dbh_supportWrapper #dbh_support .dbh_box {
		float: left;
		text-align: center;
		width: 20%;
		height: 100%;
		box-sizing:border-box;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a {
		display: block;
		margin: 0 auto 0px auto;
		width: 125px;
		padding:0;
		font-size: 14px;
		text-align: center;
		text-transform:uppercase;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a .dbh_iconWrapper {
		margin: 0 12px 12px 12px;
		/*width: 125px;
		height: 125px;*/
		width:100px;
		height:100px;
		color: white;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a .dbh_iconWrapper svg {
		/*height:120px;
		width:400px;*/
		height:100px;
		width:333.3333px;
		/*margin-left:2px;*/
		margin-top:-2px;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a .dbh_bottomText {
		display:table;
		width:70%;
		padding-left:10%;
		padding-right:10%;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a .dbh_bottomText .dbh_bottomTextRow {
		display:table-row;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a .dbh_bottomText .dbh_bottomTextRow .dbh_bottomTextCell {
		display:table-cell;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a .dbh_bottomText .dbh_bottomTextRow .dbh_bottomTextCell:first-child {
		display:table-cell;
		width:10%;
		text-align:right;
	}
	#dbh_supportWrapper #dbh_support .dbh_box a .dbh_bottomText .dbh_bottomTextRow .dbh_bottomTextCell .linkArrow:after {
		font-family: FontAwesome;
		font-size:16px;
		font-weight:100;
		content: "\f054";
		padding-right:5px;
	}
}
/******************************************
	Support End
******************************************/



/******************************************
	Footer Start
******************************************/
#dbh_footerWrapper {
	clear: both;
	background-color: white;
	/*height: 270px;*/
	padding-bottom:60px;
}
#dbh_footerWrapper footer {
	clear: both;
	font-size: 12px;
}
#dbh_footerWrapper footer .dbh_navigation:after {
	clear:both;
	display:block;
	content:" ";
	visibility:hidden;
	height:0px;
}
#dbh_footerWrapper footer .dbh_navigation > li {
	float: left;
}
#dbh_footerWrapper footer .dbh_navigation > li > span {
	text-transform:uppercase;
	color:#032749;
}
#dbh_footerWrapper footer .dbh_navigation > li .dbh_subNavigation li {
	margin-top: 16px;
}


#dbh_footerWrapper footer .dbh_accordion .dbh_toggleLink {
	display: block;
	clear: both;
	border-top: solid 1px #48a4d4;
	padding: 8px 0px;
	/*margin-right: 16px;*/
}
#dbh_footerWrapper footer .dbh_accordion .dbh_toggleLink:before {
	content:"\00f107";
	font-family:FontAwesome;
	font-size:1.5em;
	text-align:center;
	width:20px;
	padding:5px;
	display:block;
	float:left;
}
#dbh_footerWrapper footer .dbh_accordion .dbh_toggleLink.active:before {
	content:"\00f105";
}
#dbh_footerWrapper footer .dbh_accordion .dbh_toggleLink:hover {
	color: #48a4d4;
}
#dbh_footerWrapper footer .dbh_accordion .dbh_toggleLink span {
	font-family: "Gill Sans";
	font-size:19px;
	display: inline-block;
	width: 85%;
}
#dbh_footerWrapper footer .dbh_accordion .dbh_toggleText {
	display: none;
	margin-bottom: 8px;
	margin-left: 16px;
	margin-right: 16px;
}

#dbh_footerWrapper footer #dbh_buttonToTop {
	display: block;
	background-color: #a4a4a4;
	padding: 5px;
	width: 30px;
	height: 30px;
	fill: white;
	bottom: 0px;
	margin: auto;
	position: fixed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(44,99,127,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(44,99,127,1);
	box-shadow: 0px 0px 5px 5px rgba(44,99,127,1);
}
#dbh_footerWrapper footer #dbh_buttonToTop:hover {
	cursor: pointer;
}
#dbh_footerWrapper footer #dbh_buttonToTop .svg {
	width: 30px;
	height: 30px;
	fill: white;
}
@media only screen and (max-width: 767px) {
	#dbh_footerWrapper footer .dbh_navigation > li {
		float: none;
		margin-bottom: 16px;
	}
	#dbh_footerWrapper footer .dbh_navigation > li .dbh_subNavigation {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	#dbh_footerWrapper {
		padding-bottom:100px;
	}
	#dbh_footerWrapper footer ul.dbh_navigation > li {
		width:14.2857%;
	}
}
/******************************************
	Footer End
******************************************/



@media only screen and (min-width: 1024px) {
	.dbh_invisibleForDesktop {
		display: none !important;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.dbh_invisibleForTablet {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.dbh_invisibleForMobile {
		display: none !important;
	}
}

/*********Christmas*******/
.christmasImg{
	cursor: pointer; 			
}
			


.christmasImg.clicked{
	cursor: auto; 			
}

/******************************************
	ContactBox-Info DSGVO Anpassung START
******************************************/	
.dbh_contactBox .dbh_contactInfo
{
	display: inline-block;
    margin-top: -20px;
    font-size: 10px;
    padding: 0 12px;	
}
	

@media only screen and (min-width: 768px) 
{	
	#dbh_content .dbh_box.dbh_contactBox .dbh_boxContent, 
	.dbh_content .dbh_box.dbh_contactBox .dbh_boxContent
	{
		height: 185px;		
	}
		
	#dbh_content .dbh_boxContentQuarter.dbh_boxContentFirstQuarter, 
	.dbh_content .dbh_boxContentQuarter.dbh_boxContentFirstQuarter,
	#dbh_content .dbh_boxContentQuarter.dbh_boxContentSecondQuarter, 
	.dbh_content .dbh_boxContentQuarter.dbh_boxContentSecondQuarter
	{
		margin-bottom: 0;		
	}
		
	.hideSinceTablet
	{
		display: none;		
	}
		
	#dbh_content .dbh_boxContentThirdQuarter .dbh_vCardContainer
	{
		margin-top: 10px;
	}
		
	#dbh_content .dbh_boxContentFourthQuarter div:last-of-type
	{
		margin-top: -15px;		
	}
}

@media only screen and (min-width: 1024px) 
{	
	#dbh_content .dbh_boxContentQuarter.dbh_boxContentFirstQuarter, 
	.dbh_content .dbh_boxContentQuarter.dbh_boxContentFirstQuarter,
	#dbh_content .dbh_boxContentQuarter.dbh_boxContentSecondQuarter, 
	.dbh_content .dbh_boxContentQuarter.dbh_boxContentSecondQuarter
	{
		margin-bottom: 12px;		
	}
	
	#dbh_content .dbh_boxContentFourthQuarter div:last-of-type
	{
		margin-top: 0;		
	}
	
	.dbh_contactBox .dbh_contactInfo
	{
		padding: 0 16px;
	}
}
/******************************************
	ContactBox-Info DSGVO Anpassung END
******************************************/	
/******************************************
			CookieBanner START
******************************************/	
.cookieBanner
{
	display: flex;
	flex-direction: row;
	background: rgba(2,39,73,.7);
	padding: 1em 1.8em;
	transition: opacity 1s ease;
	opacity: 0;	
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.5em;
	flex-wrap: nowrap;
    z-index: 9999;
}
.cookieBanner .cBLeft,
.cookieBanner .cBRight
{
	float: left;	
}
.cookieBanner .cBLeft
{
    -ms-flex: 1;
    flex: 1;
}
.cookieBanner .cBRight
{	
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
	
.cookieBanner .cBLeft span,
.cookieBanner .cBLeft a,
.cookieBanner .cBRight .cBButton
{
	color: white;	
	font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
.cookieBanner .cBLeft a
{
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}

.cookieBanner .cBRight .cBButton
{
	background-color: #48a4d4;
    color: #fff;
	display: block;
    padding: .4em .8em;
    font-size: 14px;
    font-weight: bold;   
    text-align: center;
    white-space: nowrap;
}

.cookieBanner .cBRight .cBButton:hover
{
	background-color: #2b88b8;
}

@media only screen and (max-width: 767px)
{
	.cookieBanner
	{
		flex-direction: column;	
	}
	
	.cookieBanner .cBRight .cBButton
	{
		width: 100%;	
	}
}

/******************************************
			CookieBanner END
******************************************/



/******************************************
			FAQ-Rating START
******************************************/
.dbh-rate-faq-section {
	margin-top:15px;
	width:100%;
	box-sizing:border-box;
	padding:5px;
	background-color:#fff;
	color:#888;
}

.dbh-rate-faq-section .dbh-rate-faq-yes,
.dbh-rate-faq-section .dbh-rate-faq-no {
	margin:0 8px;
}
.dbh-rate-faq-section .dbh-rate-faq-no-overlay {
	display:none;
	margin-top:10px;
}
.dbh-rate-faq-section .dbh-rate-faq-no-overlay .dbh-rate-faq-overlay-inner .dbh-rate-faq-text {
	width:100%;
	box-sizing:border-box;
}
.dbh-rate-faq-section .dbh-rate-faq-no-overlay .dbh-rate-faq-overlay-inner .dbh-rate-faq-buttons {
	text-align:right;
}
.dbh-rate-faq-section .dbh-rate-faq-no-overlay .dbh-rate-faq-overlay-inner .dbh-rate-faq-errormsg {
	display:none;
	color:red;
}
.dbh-rate-faq-section .dbh-rate-faq-result-view {
}
.dbh-rate-faq-section .dbh-rate-faq-result-view .dbh-rate-faq-result-successmsg,
.dbh-rate-faq-section .dbh-rate-faq-result-view .dbh-rate-faq-result-errormsg {
	display:none;
}
.dbh-rate-faq-section .dbh-rate-faq-result-view .dbh-rate-faq-result-errormsg {
	margin-top:10px;
}
/******************************************
			FAQ-Rating END
******************************************/



/*******/
/* EOF */
/*******/


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
