@charset "utf-8";
/*@fontpath_sora: '/css/2023/fonts/sora';*/
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-Thin.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-ExtraLight.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-Light.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-Medium.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-SemiBold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-Bold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('fonts/sora/Sora-ExtraBold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*.setFont_OpenSans(@fontSize: inherit, @fontWeight: inherit, @fontStyle: inherit, @lineHeight: inherit) {
    font-family: @font-family-open-sans;
    .setFontSettings(@fontSize, @fontWeight, @fontStyle, @lineHeight);
}

.setFont_GillSans(@fontSize: inherit, @fontWeight: inherit, @fontStyle: inherit, @lineHeight: inherit) {
    font-family: @font-family-gill-sans;
    .setFontSettings(@fontSize, @fontWeight, @fontStyle, @lineHeight);
}*/
/*.setFontSize(@fontSize: inherit, @lineHeight: inherit) {
    font-size: @fontSize;
    line-height: @lineHeight;
}*/
/*
From styleguide (2012):
blue (100%):		#48A4D4
darkblue (100%):	#022749/#032648
red (100%):			#D21D19
gray (100%):		#B64041
gray (80%):			#333333
gray (60%):			#666666
gray (40%):			#999999
gray (20%):			#CCCCCC
gray (10%):			#E7E7E7
*/
/* Primary colors from brand guide */
/*@color-bright-red: #e50000;
@color-bright-blue: #00a5d6;*/
/* Secondary colors from brand guide */
/*@font-family-open-sans: 'Open Sans', sans-serif;
@font-family-gill-sans: 'Gill Sans', Verdana;*/
.label-container {
  margin-bottom: 10px;
}
textarea {
  resize: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  color: #1a1a1a;
}
/*.radioList {
    input[type=radio] {
        width: 2em;
        margin: 0;
        padding: 0;
        opacity: 0;
    }
}*/
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  display: inline-block;
  /*margin-left: -2em;*/
  line-height: 1.5em;
  color: #323232;
}
input[type=radio] + label > span {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  padding: 3px;
  border: 2px solid #037EB3;
  border-radius: 50%;
  background: #fff;
  vertical-align: bottom;
}
input[type=radio] + label > span > span {
  display: none;
}
input[type=radio]:checked + label > span {
  border: 6px solid #1a1a1a;
  /*> span {
                    display: block;
                    box-sizing: border-box;
                    width: 100%;
                    height: 100%;
                    border: none;
                    border-radius: 0.5em;
                    background: @color-blue-dark;
                }*/
}
input.dbh_checkbox {
  -webkit-appearance: checkbox;
}
.dbh_textbox,
.dbh_dropdown,
.dbh_textarea {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #b4dfef;
  /*background-color: @color-grey1;*/
  background-color: #f0f9fd;
  width: 100%;
  padding: 8px 15px 6px 15px;
  font-family: Sora, Verdana;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}
.dbh_textbox,
.dbh_dropdown,
.dbh_textarea {
  max-width: 400px;
}
.dbh_textbox.dbh_withBorder,
.dbh_dropdown.dbh_withBorder,
.dbh_textarea.dbh_withBorder {
  border: solid 1px #1a1a1a;
}
.dbh_textarea {
  height: 100px;
}
.dbh_textarea.message {
  min-height: 120px;
}
.dbh_textbox.dbh_50 {
  width: 48%;
}
.dbh_textbox.dbh_50:first-child {
  margin-right: 2%;
}
.dbh_textbox.dbh_big {
  height: 60px;
  font-size: 24px;
  text-align: center;
}
.dbh_textbox.txtJugendTagesgeldSparplanMonatlicherBetrag {
  width: calc(100% - 32px);
}
.dbh_textbox.error,
.dbh_dropdown.error,
.dbh_textarea.error,
.dbh_hidden.error {
  border-color: #e50000;
  background-color: #fdebec;
}
.dbh_textbox.error + .error,
.dbh_dropdown.error + .error,
.dbh_textarea.error + .error,
.dbh_hidden.error + .error {
  display: block !important;
  margin-top: 3px;
  padding: 3px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f00;
}
.dbh_form .dbh_formRow {
  margin-bottom: 20px;
}
.dbh_form .dbh_formRow:last-child {
  margin-bottom: 0;
}
.dbh_form .dbh_pdfDownload:before {
  content: " ";
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: transparent url('img/ic_pdf_24.png') left top no-repeat;
}
.dbh_form .dbh_blueButton {
  width: 100%;
}
#gv-offline-form {
  border: solid 5px #b4dfef;
  padding: 30px;
  max-width: 800px;
}
.application-form-iframe {
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  overflow-y: auto;
  border: none;
  background-color: #fff;
}
.search-form-inner {
  display: flex;
  gap: 5px;
}
.search-form-inner input {
  width: calc(100% - 40px);
}
.search-form-inner input:hover {
  cursor: text;
}
.search-form-inner button {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: #fff url('img/button_los.svg') center center no-repeat;
  border: none;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.search-form-inner button:hover {
  background-image: url('img/button_los_red.svg');
}
#tagesgeldrechner,
#jugendTagesgeldRechner,
#festgeldRechner,
#jugendFestgeldRechner,
#flexgeldRechner,
#kombigeldRechner,
#gebuehrenrechner {
  max-width: 440px;
  margin-bottom: 30px;
}
#tagesgeldrechner .dbh_accordion .dbh_accordionPanel .dbh_toggleText,
#jugendTagesgeldRechner .dbh_accordion .dbh_accordionPanel .dbh_toggleText,
#festgeldRechner .dbh_accordion .dbh_accordionPanel .dbh_toggleText,
#jugendFestgeldRechner .dbh_accordion .dbh_accordionPanel .dbh_toggleText,
#flexgeldRechner .dbh_accordion .dbh_accordionPanel .dbh_toggleText,
#kombigeldRechner .dbh_accordion .dbh_accordionPanel .dbh_toggleText,
#gebuehrenrechner .dbh_accordion .dbh_accordionPanel .dbh_toggleText {
  margin-left: 20px;
}
#tagesgeldrechner .dbh_calculatorButton,
#jugendTagesgeldRechner .dbh_calculatorButton,
#festgeldRechner .dbh_calculatorButton,
#jugendFestgeldRechner .dbh_calculatorButton,
#flexgeldRechner .dbh_calculatorButton,
#kombigeldRechner .dbh_calculatorButton,
#gebuehrenrechner .dbh_calculatorButton {
  width: 100%;
}
#tagesgeldrechner .dbh_infoText,
#jugendTagesgeldRechner .dbh_infoText,
#festgeldRechner .dbh_infoText,
#jugendFestgeldRechner .dbh_infoText,
#flexgeldRechner .dbh_infoText,
#kombigeldRechner .dbh_infoText,
#gebuehrenrechner .dbh_infoText {
  margin-top: 15px;
}
#festgeldRechner .radioList .radioItem,
#flexgeldRechner .radioList .radioItem,
#kombigeldRechner .radioList .radioItem,
#jugendFestgeldRechner .radioList .radioItem {
  margin: 10px 0;
  color: #1a1a1a;
}
#festgeldRechner .radioList .radioItem.highlight,
#flexgeldRechner .radioList .radioItem.highlight,
#kombigeldRechner .radioList .radioItem.highlight,
#jugendFestgeldRechner .radioList .radioItem.highlight {
  color: #037EB3;
}
#festgeldRechner .calculator-slider.ui-slider,
#flexgeldRechner .calculator-slider.ui-slider,
#kombigeldRechner .calculator-slider.ui-slider,
#jugendFestgeldRechner .calculator-slider.ui-slider {
  height: 16px;
  border: none;
  border-radius: 8px;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}
#festgeldRechner .calculator-slider.ui-slider .ui-slider-handle,
#flexgeldRechner .calculator-slider.ui-slider .ui-slider-handle,
#kombigeldRechner .calculator-slider.ui-slider .ui-slider-handle,
#jugendFestgeldRechner .calculator-slider.ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: #fff;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  padding: 6px;
}
#festgeldRechner .calculator-slider.ui-slider .ui-slider-handle:after,
#flexgeldRechner .calculator-slider.ui-slider .ui-slider-handle:after,
#kombigeldRechner .calculator-slider.ui-slider .ui-slider-handle:after,
#jugendFestgeldRechner .calculator-slider.ui-slider .ui-slider-handle:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #037EB3;
}
#festgeldRechner .calculator-slider.ui-slider .ui-slider-handle:hover,
#flexgeldRechner .calculator-slider.ui-slider .ui-slider-handle:hover,
#kombigeldRechner .calculator-slider.ui-slider .ui-slider-handle:hover,
#jugendFestgeldRechner .calculator-slider.ui-slider .ui-slider-handle:hover {
  cursor: pointer;
}
#festgeldRechner .calc-slider-controls,
#flexgeldRechner .calc-slider-controls,
#kombigeldRechner .calc-slider-controls,
#jugendFestgeldRechner .calc-slider-controls {
  display: flex;
  color: #323232;
  margin-top: 10px;
}
#festgeldRechner .calc-slider-controls .calc-slider-control-left,
#flexgeldRechner .calc-slider-controls .calc-slider-control-left,
#kombigeldRechner .calc-slider-controls .calc-slider-control-left,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-left,
#festgeldRechner .calc-slider-controls .calc-slider-val,
#flexgeldRechner .calc-slider-controls .calc-slider-val,
#kombigeldRechner .calc-slider-controls .calc-slider-val,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-val,
#festgeldRechner .calc-slider-controls .calc-slider-control-right,
#flexgeldRechner .calc-slider-controls .calc-slider-control-right,
#kombigeldRechner .calc-slider-controls .calc-slider-control-right,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-right {
  flex: 1;
  font-weight: bold;
}
#festgeldRechner .calc-slider-controls .calc-slider-control-left a,
#flexgeldRechner .calc-slider-controls .calc-slider-control-left a,
#kombigeldRechner .calc-slider-controls .calc-slider-control-left a,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-left a,
#festgeldRechner .calc-slider-controls .calc-slider-val a,
#flexgeldRechner .calc-slider-controls .calc-slider-val a,
#kombigeldRechner .calc-slider-controls .calc-slider-val a,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-val a,
#festgeldRechner .calc-slider-controls .calc-slider-control-right a,
#flexgeldRechner .calc-slider-controls .calc-slider-control-right a,
#kombigeldRechner .calc-slider-controls .calc-slider-control-right a,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-right a,
#festgeldRechner .calc-slider-controls .calc-slider-control-left a:hover,
#flexgeldRechner .calc-slider-controls .calc-slider-control-left a:hover,
#kombigeldRechner .calc-slider-controls .calc-slider-control-left a:hover,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-left a:hover,
#festgeldRechner .calc-slider-controls .calc-slider-val a:hover,
#flexgeldRechner .calc-slider-controls .calc-slider-val a:hover,
#kombigeldRechner .calc-slider-controls .calc-slider-val a:hover,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-val a:hover,
#festgeldRechner .calc-slider-controls .calc-slider-control-right a:hover,
#flexgeldRechner .calc-slider-controls .calc-slider-control-right a:hover,
#kombigeldRechner .calc-slider-controls .calc-slider-control-right a:hover,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-right a:hover,
#festgeldRechner .calc-slider-controls .calc-slider-control-left a:active,
#flexgeldRechner .calc-slider-controls .calc-slider-control-left a:active,
#kombigeldRechner .calc-slider-controls .calc-slider-control-left a:active,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-left a:active,
#festgeldRechner .calc-slider-controls .calc-slider-val a:active,
#flexgeldRechner .calc-slider-controls .calc-slider-val a:active,
#kombigeldRechner .calc-slider-controls .calc-slider-val a:active,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-val a:active,
#festgeldRechner .calc-slider-controls .calc-slider-control-right a:active,
#flexgeldRechner .calc-slider-controls .calc-slider-control-right a:active,
#kombigeldRechner .calc-slider-controls .calc-slider-control-right a:active,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-right a:active,
#festgeldRechner .calc-slider-controls .calc-slider-control-left a:visited,
#flexgeldRechner .calc-slider-controls .calc-slider-control-left a:visited,
#kombigeldRechner .calc-slider-controls .calc-slider-control-left a:visited,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-left a:visited,
#festgeldRechner .calc-slider-controls .calc-slider-val a:visited,
#flexgeldRechner .calc-slider-controls .calc-slider-val a:visited,
#kombigeldRechner .calc-slider-controls .calc-slider-val a:visited,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-val a:visited,
#festgeldRechner .calc-slider-controls .calc-slider-control-right a:visited,
#flexgeldRechner .calc-slider-controls .calc-slider-control-right a:visited,
#kombigeldRechner .calc-slider-controls .calc-slider-control-right a:visited,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-right a:visited {
  /*color: @color-black-blue_50;*/
  text-decoration: none;
}
#festgeldRechner .calc-slider-controls .calc-slider-control-left,
#flexgeldRechner .calc-slider-controls .calc-slider-control-left,
#kombigeldRechner .calc-slider-controls .calc-slider-control-left,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-left {
  align-self: flex-start;
  text-align: left;
  font-size: 14px;
}
#festgeldRechner .calc-slider-controls .calc-slider-val,
#flexgeldRechner .calc-slider-controls .calc-slider-val,
#kombigeldRechner .calc-slider-controls .calc-slider-val,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-val {
  align-self: center;
  text-align: center;
}
#festgeldRechner .calc-slider-controls .calc-slider-control-right,
#flexgeldRechner .calc-slider-controls .calc-slider-control-right,
#kombigeldRechner .calc-slider-controls .calc-slider-control-right,
#jugendFestgeldRechner .calc-slider-controls .calc-slider-control-right {
  align-self: flex-end;
  text-align: right;
  font-size: 14px;
}
#gebuehrenrechner h3.calculator-result {
  margin: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #b4dfef;
}
#flexgeldRechner .radioList {
  display: flex;
  gap: 10px;
}
#flexgeldRechner .radioList .radioItem {
  flex: 1;
}
#tagesgeldrechner .validationMessage,
#jugendTagesgeldRechner .validationMessage,
#festgeldRechner .validationMessage,
#flexgeldRechner .validationMessage,
#kombigeldRechner .validationMessage,
#jugendFestgeldRechner .validationMessage {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}
#tagesgeldrechner .resultSection,
#jugendTagesgeldRechner .resultSection,
#festgeldRechner .resultSection,
#flexgeldRechner .resultSection,
#kombigeldRechner .resultSection,
#jugendFestgeldRechner .resultSection {
  height: auto;
  background: #b4dfef;
  color: #1a1a1a;
  font-weight: bold;
  padding: 10px;
  display: none;
}
#tagesgeldrechner .resultSection div.resultTable,
#jugendTagesgeldRechner .resultSection div.resultTable,
#festgeldRechner .resultSection div.resultTable,
#flexgeldRechner .resultSection div.resultTable,
#kombigeldRechner .resultSection div.resultTable,
#jugendFestgeldRechner .resultSection div.resultTable {
  display: table;
  border-collapse: collapse;
  font-weight: normal;
  width: 100%;
  line-height: 1.25;
}
#tagesgeldrechner .resultSection div.resultTable > div,
#jugendTagesgeldRechner .resultSection div.resultTable > div,
#festgeldRechner .resultSection div.resultTable > div,
#flexgeldRechner .resultSection div.resultTable > div,
#kombigeldRechner .resultSection div.resultTable > div,
#jugendFestgeldRechner .resultSection div.resultTable > div {
  display: table-row;
  border-bottom: dashed 1px #037EB3;
}
#tagesgeldrechner .resultSection div.resultTable > div:last-child,
#jugendTagesgeldRechner .resultSection div.resultTable > div:last-child,
#festgeldRechner .resultSection div.resultTable > div:last-child,
#flexgeldRechner .resultSection div.resultTable > div:last-child,
#kombigeldRechner .resultSection div.resultTable > div:last-child,
#jugendFestgeldRechner .resultSection div.resultTable > div:last-child {
  border-bottom: none;
}
#tagesgeldrechner .resultSection div.resultTable > div > div,
#jugendTagesgeldRechner .resultSection div.resultTable > div > div,
#festgeldRechner .resultSection div.resultTable > div > div,
#flexgeldRechner .resultSection div.resultTable > div > div,
#kombigeldRechner .resultSection div.resultTable > div > div,
#jugendFestgeldRechner .resultSection div.resultTable > div > div {
  display: table-cell;
  text-align: right;
  border-right: dashed 1px #037EB3;
  padding: 4px 8px;
}
#tagesgeldrechner .resultSection div.resultTable > div > div:last-child,
#jugendTagesgeldRechner .resultSection div.resultTable > div > div:last-child,
#festgeldRechner .resultSection div.resultTable > div > div:last-child,
#flexgeldRechner .resultSection div.resultTable > div > div:last-child,
#kombigeldRechner .resultSection div.resultTable > div > div:last-child,
#jugendFestgeldRechner .resultSection div.resultTable > div > div:last-child {
  border-right: none;
}
#tagesgeldrechner .resultSection div.resultTable > div.table-header-row > div,
#jugendTagesgeldRechner .resultSection div.resultTable > div.table-header-row > div,
#festgeldRechner .resultSection div.resultTable > div.table-header-row > div,
#flexgeldRechner .resultSection div.resultTable > div.table-header-row > div,
#kombigeldRechner .resultSection div.resultTable > div.table-header-row > div,
#jugendFestgeldRechner .resultSection div.resultTable > div.table-header-row > div {
  font-weight: bold;
  text-align: right;
}
#dbh_headerWrapper {
  clear: both;
  background-color: #fff;
  height: 80px;
  padding-top: 12px;
  /*@media only screen and (max-width: 767px) {
        header {
            .dbh_navigation {
                width: 100%;
            }
        }
    }*/
}
#dbh_headerWrapper header {
  display: block;
  position: relative;
  font-size: 17px;
}
#dbh_headerWrapper header .nibc-logo {
  display: inline-block;
  width: 120px;
  height: 49px;
  padding: 17px 0;
  float: left;
}
#dbh_headerWrapper header .nibc-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#dbh_headerWrapper header #dbh_loginArea {
  text-align: right;
  position: relative;
}
#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: 0 5px;
  padding: 10px 9px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #fff;
  /*.setBoxShadow();*/
}
#dbh_headerWrapper header #dbh_loginArea .dbh_loginButton .svg,
#dbh_headerWrapper header #dbh_loginArea .dbh_telefonButton .svg {
  fill: #037EB3;
}
#dbh_headerWrapper header #dbh_loginArea .dbh_loginButton:hover .svg,
#dbh_headerWrapper header #dbh_loginArea .dbh_telefonButton:hover .svg {
  fill: #e50000;
}
#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_navigationMobileButton {
  float: right;
  display: block;
  margin-left: 5px;
  padding: 12px 6px;
  width: 48px;
  height: 48px;
  /*background: #fff;*/
  /*.setBoxShadow();*/
  position: relative;
}
#dbh_headerWrapper header .dbh_navigationMobileButton > i {
  display: block;
  width: 100%;
  height: 4px;
  background: #037EB3;
}
#dbh_headerWrapper header .dbh_navigationMobileButton > i:nth-child(1) {
  margin-bottom: 6px;
}
#dbh_headerWrapper header .dbh_navigationMobileButton > i:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}
#dbh_headerWrapper header .dbh_navigationMobileButton > i:nth-child(3) {
  margin-top: 6px;
}
#dbh_headerWrapper header .dbh_navigationMobileButton:hover {
  cursor: pointer;
}
#dbh_headerWrapper header .dbh_navigationMobileButton:hover > i,
#dbh_headerWrapper header .dbh_navigationMobileButton.active > i {
  background: #e50000;
}
#dbh_headerWrapper header .dbh_navigation {
  text-align: right;
}
#dbh_headerWrapper header .dbh_navigation .dbh_navigationMobileButton {
  display: none;
}
#dbh_headerWrapper .nav-search-icon {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #dbh_headerWrapper header .nibc-logo {
    width: 140px;
    height: 49px;
    padding: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  #dbh_headerWrapper header {
    /*.dbh_navigationMobileButton {
                margin-top: 60px;
                margin-right: -1.3%;
            }*/
  }
  #dbh_headerWrapper header #dbh_loginArea {
    margin-left: 160px;
    margin-right: 50px;
    font-family: Sora, Verdana;
    font-size: 17;
    font-weight: 600;
    font-style: normal;
    line-height: inherit;
    /*.dbh_loginButton {
                    margin-right: -61px;
                }*/
  }
  #dbh_headerWrapper header #dbh_loginArea .dbh_text,
  #dbh_headerWrapper header #dbh_loginArea .dbh_redText {
    font-size: 15px;
    display: inline-block;
    padding: 5px 0;
    margin: 10px 12px 0 0;
  }
  #dbh_headerWrapper header #dbh_loginArea .dbh_text {
    color: #1a1a1a;
  }
  #dbh_headerWrapper header #dbh_loginArea .dbh_redText,
  #dbh_headerWrapper header #dbh_loginArea .dbh_redButton,
  #dbh_headerWrapper header #dbh_loginArea .dbh_telefonButton {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #dbh_headerWrapper {
    height: 125px;
    padding-top: 25px;
  }
  #dbh_headerWrapper header .nibc-logo {
    width: 185px;
    height: 30px;
    padding: 0;
  }
  #dbh_headerWrapper header nav:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
  }
  #dbh_headerWrapper header #dbh_loginArea {
    /*min-height: 70px;*/
    margin-left: 190px;
    margin-right: 0;
    margin-bottom: 10px;
    height: 40px;
  }
  #dbh_headerWrapper header #dbh_loginArea .dbh_text,
  #dbh_headerWrapper header #dbh_loginArea .dbh_redText {
    padding: 8px 0 6px;
    margin-top: 0;
  }
  #dbh_headerWrapper header #dbh_loginArea .dbh_redText {
    display: inline-block;
    color: #e50000;
  }
  #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 > ul {
    float: right;
    height: 40px;
    font-family: Sora, Verdana;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: inherit;
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
  }
  #dbh_headerWrapper header .dbh_navigation > ul a {
    color: #037EB3;
  }
  #dbh_headerWrapper header .dbh_navigation > ul a.highlight {
    color: #b31236;
  }
  #dbh_headerWrapper header .dbh_navigation > ul a:hover,
  #dbh_headerWrapper header .dbh_navigation > ul a.highlight:hover {
    /*color: @color-blue-dark;*/
    color: #e50000;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li {
    display: inline-block;
    position: relative;
    text-align: left;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_noPadding {
    padding-right: 0px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox {
    padding-top: 0px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox .nav-search-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: transparent url('img/ic_search_blue.svg') center center no-repeat;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox .nav-search-icon:hover {
    background: transparent url('img/ic_search_red.svg') center center no-repeat;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li > a {
    display: inline-block;
    text-transform: uppercase;
    line-height: 40px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_plh {
    display: inline-block;
    width: 4px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation {
    display: none;
    position: absolute;
    z-index: 13;
    left: 0;
    width: 100%;
    min-width: 300px;
    background-color: white;
    font-family: Sora, Verdana;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: inherit;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation .dbh_subNavigationList {
    margin-top: 10px;
    /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    border-bottom: solid 1px white;
    font-size: 16px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation li {
    width: 100%;
    display: block;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation li a {
    padding: 8px 16px 12px 16px;
    display: block;
    color: #037EB3;
    word-break: normal;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: auto 3 3;
    -webkit-hyphenate-limit-lines: 4;
    -webkit-hyphenate-limit-last: always;
    /* -webkit-hyphenate-limit-zone: 8%; */
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: auto 3 3;
    -moz-hyphenate-limit-lines: 4;
    -moz-hyphenate-limit-last: always;
    /* -moz-hyphenate-limit-zone: 8%; */
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3 3;
    -ms-hyphenate-limit-lines: 4;
    -ms-hyphenate-limit-last: always;
    /* -ms-hyphenate-limit-zone: 8%; */
    hyphens: auto;
    hyphenate-limit-chars: auto 3 3;
    hyphenate-limit-lines: 4;
    hyphenate-limit-last: always;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation li a.highlight {
    color: #b31236;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation li a:hover,
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation li a.highlight:hover {
    color: #e50000;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation li a .svg.dbh_bulletIcon {
    display: none;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox .dbh_subNavigation {
    left: -260px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active .dbh_subNavigation,
  #dbh_headerWrapper header .dbh_navigation > ul > li:hover .dbh_subNavigation {
    display: block;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .search-box-form {
    margin-top: 10px;
    padding: 20px;
    border: none;
    background-color: white;
    /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (max-width: 1023px) {
  #dbh_headerWrapper header .dbh_navigation {
    /*.setHorizontalGradient3Backgrounds(@color-dark-grey 0%, @color-blue2 75%, @color-blue2 100%);*/
    background-color: #1a1a1a;
    display: none;
    padding-top: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12;
    clear: both;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
  #dbh_headerWrapper header .dbh_navigation .dbh_navigationMobileButton {
    display: block;
    position: fixed;
    right: 20px;
    top: 12px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul {
    width: 100%;
    height: 100%;
    padding-bottom: 150px;
    overflow-y: auto;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li {
    padding: 0 10px;
    position: relative;
    text-align: left;
    border-bottom: solid 1px #323232;
    background-color: transparent;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li > a {
    color: white;
    padding: 10px 0px;
    display: block;
    background: transparent url('img/pfeil_menue_01.png') no-repeat right 10px center;
    text-transform: uppercase;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active {
    /*background-color: @color-blue3;*/
    /*background-color: @color-blue-dark;*/
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active > a {
    background: url('img/pfeil_menue_02.png') no-repeat right 10px center transparent;
    color: #e50000;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li:last-child {
    border-bottom: none;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li .dbh_subNavigation {
    display: none;
    border-top: solid 1px #1a1a1a;
    background-color: #323232;
    width: 100%;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active .dbh_subNavigation {
    display: block;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active .dbh_subNavigation li {
    width: 100%;
    display: block;
    border-bottom: solid 1px #1a1a1a;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active .dbh_subNavigation li:last-child {
    border-bottom: none;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active .dbh_subNavigation li a {
    padding: 10px 10px;
    display: block;
    color: white;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.active .dbh_subNavigation li a .svg.dbh_bulletIcon {
    fill: white;
    height: 20px;
    width: 20px;
    float: left;
    margin-left: -4px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox {
    padding: 10px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > a {
    display: none;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > .dbh_subNavigation {
    display: block;
    border: none;
    background: none;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > .dbh_subNavigation .search-form-inner {
    padding: 10px 0;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > .dbh_subNavigation .search-form-inner button {
    /*background-image: url('@{cssPath}/img/ic_search_blue.svg');

                                        &:hover {
                                            background-image: url('@{cssPath}/img/ic_search_red.svg');
                                        }*/
    background: transparent;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > .dbh_subNavigation .search-form-inner button .svgWrapper {
    width: 40px;
    height: 40px;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > .dbh_subNavigation .search-form-inner button .svgWrapper svg {
    fill: #037EB3;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > .dbh_subNavigation .search-form-inner button:hover {
    background: transparent;
  }
  #dbh_headerWrapper header .dbh_navigation > ul > li.dbh_searchBox > .dbh_subNavigation .search-form-inner button:hover .svgWrapper svg {
    fill: #e50000;
  }
}
#dbh_headerWrapper header .dbh_navigation.active {
  display: block;
}
footer {
  background: #323232;
  /*margin-top: 40px;*/
  padding: 40px 0 100px;
  color: #fff;
  font-size: 14px;
  /*a:hover,
    a:active {
        text-decoration: underline;
    }*/
}
footer ul#footer-nav {
  display: flex;
  margin: 0 -5px;
}
footer ul#footer-nav > li {
  flex: 1;
  display: inline-block;
  margin: 0 5px;
}
footer ul#footer-nav > li:last-of-type {
  padding-right: 0;
}
footer ul#footer-nav > li span {
  /*text-transform: uppercase;*/
  font-weight: 700;
}
footer ul#footer-nav > li ul.footer-nav-block > li {
  margin: 16px 0;
}
footer a,
footer a:visited {
  color: inherit;
}
footer a:hover,
footer a:active {
  color: #e50000;
}
#dbh_buttonToTop {
  display: block;
  background-color: #fff;
  border: solid 2px #037EB3;
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  padding: 7px;
  width: 50px;
  height: 50px;
  fill: white;
  bottom: 0px;
  margin: auto;
  position: fixed;
  z-index: 50;
}
#dbh_buttonToTop .svg {
  display: inline-block;
  width: 32px;
  height: 32px;
  fill: #037EB3;
}
#dbh_buttonToTop:hover {
  cursor: pointer;
  border-color: #e50000;
}
#dbh_buttonToTop:hover .svg {
  fill: #e50000;
}
.global-content-boxes {
  margin: 80px 0;
}
.dbh_box {
  position: relative;
  margin: 50px 0;
  /*@media(min-width: 1024px) {
        height: 100%;
    }*/
  /*.dbh-faq-overview {
        a,
        a:hover,
        a:active,
        a:visited {
            color: @color-blue-dark;
            text-decoration: none;
        }
    }*/
}
.dbh_box .dbh-box-content-wrapper {
  width: 100%;
  /*height: 100%;*/
  padding: 24px 0px 16px 0px;
}
.dbh_box .dbh-box-content-wrapper .dbh_boxContent {
  /*padding: 0 12px;*/
}
.dbh_box .dbh-box-content-wrapper .dbh_boxContent > :first-child {
  margin-top: 0;
}
.dbh_box .dbh_boxButtons.fixedOnBottom {
  width: 100%;
  margin: 0;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .dbh_box .dbh_boxButtons.fixedOnBottom {
    position: absolute;
    bottom: 9px;
    padding: 0 16px;
  }
}
.dbh_box:first-child {
  margin-top: 0;
}
.dbh_box:last-child {
  margin-bottom: 0;
}
.dbh_box.box-border-1,
.dbh_box.box-border-2,
.dbh_box.box-border-3 {
  height: auto;
  /*.dbh_boxContent {
            height: auto;
        }*/
}
.dbh_box.box-border-1 {
  border: solid 5px #037EB3;
}
.dbh_box.box-border-2 {
  border: solid 5px #3c3c3c;
}
.dbh_box.box-border-3 {
  border: solid 5px #e50000;
}
.dbh_box.dbh-custom-box .box-flex-content {
  position: relative;
  text-align: center;
}
.dbh_box.dbh-custom-box .box-flex-content > div {
  margin: 20px;
}
.dbh_box.dbh-custom-box .box-flex-content > div > div,
.dbh_box.dbh-custom-box .box-flex-content > div > h3,
.dbh_box.dbh-custom-box .box-flex-content > div > p {
  margin: 8px 0;
}
@media only screen and (min-width: 768px) {
  .dbh_box.dbh-custom-box .dbh-box-content-wrapper .dbh_boxContent {
    /*height: auto;*/
  }
  .dbh_box.dbh-custom-box .dbh-box-content-wrapper .dbh_boxContent .box-flex-content {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .dbh_box.dbh-custom-box .dbh-box-content-wrapper .dbh_boxContent .box-flex-content > div {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .dbh_box.dbh-urgent-info-box .dbh-box-content-wrapper {
    padding-bottom: 16px;
    /*.dbh_boxContent {
                height: auto;
            }*/
  }
}
@media (min-width: 1024px) {
  .dbh_box {
    margin: 80px 0;
  }
}
.dbh_darkBlueBox,
.dbh-contact-box {
  padding: 30px;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
.dbh-contact-box .dbh-box-content-wrapper {
  padding-top: 0;
}
.dbh-faq-overview .dbh_box.dbh-overview-box {
  display: block;
  height: auto;
  margin: 10px 0;
  padding: 30px;
  background: #fff;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
.dbh-faq-overview .dbh_box.dbh-overview-box:hover {
  background: #f0f9fd;
}
.dbh-faq-overview .dbh_box.dbh-overview-box.highlight,
.dbh-faq-overview .dbh_box.dbh-overview-box.highlight:hover {
  border: solid 5px #b4dfef;
}
.dbh-faq-overview .dbh_box.dbh-overview-box img {
  width: 130px;
  height: 130px;
}
.dbh-faq-overview .dbh_box.dbh-overview-box .dbh-overview-box-content {
  width: 100%;
}
@media (min-width: 768px) {
  .dbh-faq-overview .row {
    flex-direction: row;
  }
}
.dbh_box_2022 {
  /*margin: 0;*/
}
.dbh_box_2022.shadow {
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  padding: 30px;
}
.dbh_box_2022 img.icon {
  margin-bottom: 20px;
}
.dbh_box_2022 h2 {
  margin: 0 0 20px;
}
.dbh_box_2022 .dbh-box-content-wrapper {
  padding: 0;
}
.dbh_box_2022 .dbh-box-content-wrapper .dbh_boxContent {
  padding: 0;
}
.dbh_box_2022 .dbh_boxButtons {
  margin-top: 20px;
}
.dbh_box_2022 .dbh_boxButtons .dbh_button,
.dbh_box_2022 .dbh_boxButtons .dbh_blueButton,
.dbh_box_2022 .dbh_boxButtons .dbh_redButton,
.dbh_box_2022 .dbh_boxButtons .dbh_downloadButton,
.dbh_box_2022 .dbh_boxButtons .dbh_blueDownloadButton,
.dbh_box_2022 .dbh_boxButtons .dbh_redDownloadButton {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .dbh_box_2022 .dbh_boxButtons {
    margin: 20px -10px 0;
  }
  .dbh_box_2022 .dbh_boxButtons .dbh_button,
  .dbh_box_2022 .dbh_boxButtons .dbh_blueButton,
  .dbh_box_2022 .dbh_boxButtons .dbh_redButton,
  .dbh_box_2022 .dbh_boxButtons .dbh_downloadButton,
  .dbh_box_2022 .dbh_boxButtons .dbh_blueDownloadButton,
  .dbh_box_2022 .dbh_boxButtons .dbh_redDownloadButton {
    width: unset;
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .dbh_box_2022 {
    /*margin: 0;*/
    /*height: 100%;*/
    display: grid;
    grid-template-rows: 1fr auto;
  }
}
.small-info-boxes {
  padding: 0px;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 0;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.small-info-boxes .small-info-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  gap: 7px;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 180px;
  /*height: 170px;*/
  font-size: 16px;
  background: #f0f9fd;
}
.small-info-boxes .small-info-box .text-top,
.small-info-boxes .small-info-box .text-bottom,
.small-info-boxes .small-info-box .large-text {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.small-info-boxes .small-info-box .text-top,
.small-info-boxes .small-info-box .text-bottom {
  height: 56px;
}
.small-info-boxes .small-info-box .large-text {
  font-family: Sora, Verdana;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  line-height: 44px;
}
@media (min-width: 1024px) {
  .small-info-boxes .small-info-box .large-text {
    line-height: 50px;
  }
}
.small-info-boxes .small-info-box hr {
  height: 4px;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: #b4dfef;
}
#dbh-stage {
  /*background: transparent url('/css/img/slider_bg_10x300.png') repeat-x left top;*/
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
#dbh-stage .stage-bg {
  background: linear-gradient(#1a1a1a 0%, #4DC0E3 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 545px;
  overflow: hidden;
  filter: drop-shadow(0 0 10px white);
}
#dbh-stage .inner-page-wrapper {
  position: relative;
  min-height: 545px;
}
#dbh-stage #dbh_breadcrumb {
  height: 48px;
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 14px;
}
#dbh-stage #dbh_breadcrumb a,
#dbh-stage #dbh_breadcrumb a:hover,
#dbh-stage #dbh_breadcrumb a:visited,
#dbh-stage #dbh_breadcrumb a:active,
#dbh-stage #dbh_breadcrumb span {
  color: #fff;
}
#dbh-stage #dbh_breadcrumb .svg.dbh_bulletIcon {
  fill: #fff;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0px 8px;
  vertical-align: top;
}
#dbh-stage .stage-col-wrapper {
  /*display: flex;*/
}
#dbh-stage .stage-col-wrapper .stage-main-col {
  width: 820px;
  max-width: 100%;
  min-height: 420px;
  background: #fff;
  padding: 30px;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
#dbh-stage .stage-col-wrapper .stage-main-col .stage-main-col-inner {
  position: relative;
}
#dbh-stage .stage-col-wrapper .stage-main-col .stage-main-col-inner img.stage-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#dbh-stage .stage-col-wrapper .stage-main-col .stage-main-col-inner h2 {
  font-weight: 400;
}
@media (min-width: 768px) {
  #dbh-stage .stage-col-wrapper .stage-main-col .stage-main-col-inner .stage-icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  #dbh-stage .stage-col-wrapper .stage-main-col .stage-main-col-inner.with-stage-icon:not(.with-stage-image) h1 {
    margin-top: 0;
    padding-top: 58px;
    padding-right: 150px;
  }
}
#dbh-stage .stage-col-wrapper .stage-marginal-col {
  background: linear-gradient(#1a1a1a 0%, #4DC0E3 100%);
}
#dbh-stage .stage-col-wrapper .stage-marginal-col .stage-marginal-col-inner {
  width: 100%;
  max-width: 100%;
  padding: 30px;
}
#dbh-stage .stage-col-wrapper .stage-marginal-col .stage-marginal-col-inner h3 {
  color: #fff;
}
#dbh-stage .stage-col-wrapper .stage-marginal-col .stage-marginal-col-inner h3:first-child {
  margin-top: 0;
}
#dbh-stage .stage-col-wrapper .stage-marginal-col .stage-marginal-col-inner ul.related-links {
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
}
#dbh-stage .stage-col-wrapper .stage-marginal-col .stage-marginal-col-inner ul.related-links li {
  margin: 5px;
}
#dbh-stage .stage-col-wrapper .stage-marginal-col .stage-marginal-col-inner ul.related-links li a {
  display: inline-block;
  padding: 5px 10px 6px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
}
#dbh-stage .stage-content-row {
  margin: 30px 0;
}
#dbh-stage .stage-content-row:last-child {
  margin-bottom: 0;
}
#dbh-stage.auto-height .inner-page-wrapper,
#dbh-stage.auto-height .stage-col-wrapper .stage-main-col {
  min-height: unset;
}
@media only screen and (min-width: 768px) {
  #dbh-stage #dbh_breadcrumb {
    height: 60px;
    padding: 16px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #dbh-stage .stage-col-wrapper {
    display: flex;
  }
  #dbh-stage .stage-col-wrapper .stage-marginal-col {
    background: none;
    width: 420px;
  }
}
.dbh-cookie-consent {
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  color: #1a1a1a;
}
.dbh-cookie-consent .dbh-cookie-consent-content {
  box-sizing: border-box;
  padding: 15px;
  border: none;
  background-color: #fff;
  width: 450px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
}
.dbh-cookie-consent .dbh-cookie-consent-content h2 {
  font-size: 24px;
  margin: 0;
}
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-intro,
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-options {
  margin: 15px 0;
  color: inherit;
}
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-intro {
  line-height: 1.5;
}
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-options .dbh-cookie-consent-option {
  margin: 10px 0;
}
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-options .dbh-cookie-consent-option label {
  display: block;
  font-size: inherit;
  color: inherit;
}
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-buttons {
  margin-top: 30px;
}
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-buttons .dbh-cookie-consent-save-all,
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-buttons .dbh-cookie-consent-save {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
  text-align: center;
}
.dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-buttons .dbh_cancelButton.dbh-cookie-consent-save {
  border-color: #efefef;
  background-color: #efefef;
  color: #1a1a1a;
}
body.dbh-cookie-consent-visible {
  overflow-y: hidden;
}
body.dbh-cookie-consent-visible .dbh-cookie-consent {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .dbh-cookie-consent .dbh-cookie-consent-content {
    padding: 30px;
    border-width: 5px;
  }
  .dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-intro,
  .dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-options {
    margin: 20px 0;
  }
  .dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-options {
    display: flex;
  }
  .dbh-cookie-consent .dbh-cookie-consent-content .dbh-cookie-consent-options .dbh-cookie-consent-option {
    width: 50%;
    margin: 0;
  }
}
.dbh-static-popup-layer {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  color: #1a1a1a;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner {
  width: 450px;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-close:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url('img/ic_plus.svg') center center no-repeat;
  transform: rotate(45deg);
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content {
  display: none;
  padding: 15px;
  border: none;
  background-color: #fff;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content.active {
  display: block;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content > * {
  margin: 20px 0;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content :first-child {
  margin-top: 0;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content :last-child {
  margin-bottom: 0;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content h2 {
  font-size: 24px;
  line-height: 1.5;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content .dbh-static-popup-buttons a {
  display: block;
  width: 100%;
  margin: 15px 0;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content .dbh-static-popup-buttons afirst-child {
  top: 0;
}
.dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content .dbh-static-popup-buttons a:last-child {
  margin-bottom: 0;
}
body.dbh-static-popup-visible {
  overflow-y: hidden;
}
body.dbh-static-popup-visible .dbh-static-popup-layer {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .dbh-static-popup-layer .dbh-static-popup-layer-inner .dbh-static-popup-content {
    padding: 30px;
    /*border-width: 5px;*/
  }
}
.pagenotfound .bubble-section,
.pagenotfound .robot-section {
  box-sizing: border-box;
}
.pagenotfound .bubble-section {
  width: 320px;
  max-width: 100%;
  padding: 30px 30px 105px 30px;
}
.pagenotfound .bubble-section .headline {
  margin-bottom: 6px;
  font-size: 20px;
  color: #037EB3;
}
.pagenotfound .bubble-section p {
  font-size: 16px;
}
.pagenotfound .robot-section {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.pagenotfound .robot-section .robot-img-container {
  position: relative;
  -webkit-animation: robot404move 8s ease infinite;
  -moz-animation: robot404move 8s ease infinite;
  animation: robot404move 8s ease infinite;
}
.pagenotfound .robot-section .robot-img-container img {
  position: relative;
  z-index: 1;
  -webkit-animation: robot404rotate 12s ease infinite;
  -moz-animation: robot404rotate 12s ease infinite;
  animation: robot404rotate 12s ease infinite;
}
.pagenotfound .robot-section .robot-shadow {
  position: relative;
  left: -12px;
  background: rgba(0, 0, 0, 0.6);
  width: 75px;
  height: 0px;
  margin: 0 auto;
  bottom: -25px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  border: 0px none #1a1a1a;
  /*-webkit-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.6);
            -moz-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.6);
            box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.6);*/
  -webkit-animation: robot404shadow 8s ease infinite;
  -moz-animation: robot404shadow 8s ease infinite;
  animation: robot404shadow 8s ease infinite;
}
@media only screen and (min-width: 768px) {
  .pagenotfound {
    display: flex;
    max-width: 768px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .pagenotfound .bubble-section,
  .pagenotfound .robot-section {
    width: 50%;
  }
  .pagenotfound .bubble-section {
    padding: 5% 5% 16% 5%;
  }
  .pagenotfound .bubble-section .headline {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .pagenotfound .bubble-section p {
    font-size: 18px;
  }
  .pagenotfound .robot-section {
    max-width: none;
  }
  .pagenotfound .robot-section img {
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .pagenotfound {
    max-width: 1024px;
  }
  .pagenotfound .bubble-section {
    padding: 5% 5% 18% 5%;
  }
  .pagenotfound .bubble-section .headline {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .pagenotfound .bubble-section p {
    font-size: 22px;
  }
  .pagenotfound .robot-section img {
    width: 450px;
    height: auto;
  }
}
@keyframes robot404move {
  0% {
    top: -15px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: -15px;
  }
}
@keyframes robot404shadow {
  0% {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.6);
  }
  50% {
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 0.6);
  }
  100% {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.6);
  }
}
@-moz-keyframes robot404rotate {
  0% {
    -moz-transform: rotate(-3deg);
  }
  50% {
    -moz-transform: rotate(3deg);
  }
  100% {
    -moz-transform: rotate(-3deg);
  }
}
@-webkit-keyframes robot404rotate {
  0% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
  }
}
@keyframes robot404rotate {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
/*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 
*/
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}
* {
  box-sizing: border-box;
}
body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  height: 100%;
  font-family: Sora, Verdana;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-color: #fff;
  color: #1a1a1a;
}
h1,
h2,
h3 {
  color: #1a1a1a;
  word-break: normal;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: auto 3 3;
  -webkit-hyphenate-limit-lines: 4;
  -webkit-hyphenate-limit-last: always;
  /* -webkit-hyphenate-limit-zone: 8%; */
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: auto 3 3;
  -moz-hyphenate-limit-lines: 4;
  -moz-hyphenate-limit-last: always;
  /* -moz-hyphenate-limit-zone: 8%; */
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3 3;
  -ms-hyphenate-limit-lines: 4;
  -ms-hyphenate-limit-last: always;
  /* -ms-hyphenate-limit-zone: 8%; */
  hyphens: auto;
  hyphenate-limit-chars: auto 3 3;
  hyphenate-limit-lines: 4;
  hyphenate-limit-last: always;
}
h1 {
  font-family: Sora, Verdana;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  margin: 30px 0;
}
h2 {
  font-family: Sora, Verdana;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 38px;
  margin: 30px 0 20px;
}
h3 {
  font-family: Sora, Verdana;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  margin: 30px 0 20px;
}
/*h4 {
    .setFont_Sora(26px, 400, normal, 30px);
    margin: 30px 0 20px;
}

h5 {
    .setFont_Sora(22px, 400, normal, 28px);
    margin: 30px 0 20px;
}*/
@media (min-width: 768px) {
  h1 {
    font-size: 46px;
    line-height: 58px;
  }
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  /*h4 {
        font-size: 26px;
        line-height: 30px;
    }*/
  /*h5 {
        font-size: 22px;
        line-height: 28px;
    }*/
}
@media (min-width: 1240px) {
  h1 {
    font-size: 58px;
    line-height: 70px;
  }
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  /*h4 {
        font-size: 26px;
        line-height: 30px;
    }*/
  /*h5 {
        font-size: 22px;
        line-height: 28px;
    }*/
}
p,
ul,
li,
span {
  color: inherit;
}
p {
  margin: 20px 0;
  font-weight: 400;
}
p:first-child,
ul:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child {
  margin-bottom: 0;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
.small-text {
  font-size: 14px;
  line-height: 18px;
}
a {
  text-decoration: none;
  color: #037EB3;
  /*&.noHref:hover {
        color: @color-blue;
    }*/
}
a:hover {
  cursor: pointer;
  color: #e50000;
}
a.link-with-arrow,
span.link-with-arrow a {
  background: url('img/link_arrow.svg') left center no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
}
a.link-with-arrow:hover,
span.link-with-arrow a:hover,
a.link-with-arrow:active,
span.link-with-arrow a:active {
  background-image: url('img/link_arrow_red.svg');
}
a.pdf-download-link:before,
span.pdf-download-link a:before {
  background: url('img/ic_pdf_24.png') center center no-repeat;
  content: "";
  display: inline;
  width: 1px;
  height: 24px;
  padding-top: 3px;
  padding-left: 24px;
  margin-right: 5px;
}
img {
  border: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
img.svg {
  display: none;
}
.imageLeft img,
img.imageLeft {
  float: left;
  margin: 0 10px 10px 0;
}
.imageRight img,
img.imageRight {
  float: right;
  margin: 0 0 10px 10px;
}
.white-icon-with-shadow {
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 10px;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
.white-icon-with-shadow img {
  width: 100%;
  height: auto;
}
.dbh_imageGallery {
  padding: -20px -40px;
}
.dbh_imageGallery .lightbox-link {
  /*border: solid 1px @color-black-blue_50;*/
  position: relative;
  display: inline-block;
  margin: 20px 20px;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
.dbh_imageGallery .lightbox-link:after {
  content: " ";
  display: inline-block;
  width: 19px;
  height: 17px;
  position: absolute;
  z-index: 1;
  right: 3px;
  bottom: 3px;
  background: transparent url('img/lightbox-link-plus.png') center center no-repeat;
}
.color-red1 {
  color: #e50000;
}
.color-blue1 {
  color: #037EB3;
}
.lightbox img {
  max-width: none;
}
.rte {
  /*max-width: 860px;*/
}
.rte:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.rte img {
  max-width: 100%;
  height: auto !important;
}
.rte a {
  text-decoration: none;
  color: #037EB3;
  /*&.noHref:hover {
        color: @color-blue;
    }*/
}
.rte a:hover {
  cursor: pointer;
  color: #e50000;
}
.rte table tr td {
  vertical-align: top;
  border: none;
  border-collapse: collapse;
}
.svgWrapper svg {
  width: 100%;
  height: 100%;
}
svg.icon {
  fill: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .imageLeft img,
  img.imageLeft {
    margin: 0 20px 20px 0;
  }
  .imageRight img,
  img.imageRight {
    margin: 0 0 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .imageLeft img,
  img.imageLeft {
    margin: 0 30px 30px 0;
  }
  .imageRight img,
  img.imageRight {
    margin: 0 0 30px 30px;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*.whiteText {
    color: white;

    a {
        color: inherit;
        text-decoration: underline;

        &:hover {
            color: @color-blue-light;
        }

        &.noHref:hover {
            color: @color-white;
        }
    }
}*/
.rte ul,
ul.dbh_checklist {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0px;
  overflow: hidden;
}
.rte ul > li,
ul.dbh_checklist > li {
  list-style: none;
  margin: 14px 0;
  padding-left: 30px;
  min-height: 30px;
  background: transparent url('img/ic_eingabe_ok_02.svg') left top no-repeat;
}
ul > li.dbh_checklist {
  list-style: none;
  margin: 14px 0;
  padding-left: 30px;
  min-height: 30px;
  background: transparent url('img/ic_eingabe_ok_02.svg') left top no-repeat;
}
.rte ol {
  padding-left: 30px;
}
.inner-page-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .inner-page-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .inner-page-wrapper {
    max-width: 1248px;
    padding: 0;
  }
}
.dbh_button,
.dbh_blueButton,
.dbh_redButton,
.dbh_cancelButton,
.dbh_downloadButton,
.dbh_blueDownloadButton,
.dbh_redDownloadButton,
.rte .dbh_button,
.rte .dbh_blueButton,
.rte .dbh_redButton,
.rte .dbh_cancelButton,
.rte .dbh_downloadButton,
.rte .dbh_blueDownloadButton,
.rte .dbh_redDownloadButton {
  display: inline-block;
  margin: 3px 0;
  padding: 6px 15px 4px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  min-height: 40px;
  /*.setBoxShadow();*/
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  border: solid 2px;
}
.dbh_button:after,
.dbh_blueButton:after,
.dbh_redButton:after,
.rte .dbh_button:after,
.rte .dbh_blueButton:after,
.rte .dbh_redButton:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 -4px 5px;
}
.dbh_downloadButton:before,
.dbh_blueDownloadButton:before,
.dbh_redDownloadButton:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px -4px;
}
.dbh_button,
.dbh_downloadButton,
.rte .dbh_button,
.rte .dbh_downloadButton {
  background: #fff;
  color: #037EB3;
  border-color: #037EB3;
}
.dbh_button:hover,
.dbh_downloadButton:hover,
.rte .dbh_button:hover,
.rte .dbh_downloadButton:hover {
  background: #fff;
  color: #e50000;
  border-color: #e50000;
}
.dbh_button:after,
.rte .dbh_button:after {
  background: url('img/ic_arrow_btn_blue.svg') center center no-repeat;
}
.dbh_button:hover:after,
.rte .dbh_button:hover:after {
  background: url('img/ic_arrow_btn_red.svg') center center no-repeat;
}
.dbh_downloadButton:before,
.rte .dbh_downloadButton:before {
  background: url('img/ic_download_btn_blue.svg') center center no-repeat;
}
.dbh_blueButton,
.dbh_blueDownloadButton,
.rte .dbh_blueButton,
.rte .dbh_blueDownloadButton {
  background-color: #037EB3;
  color: #fff;
  border-color: #037EB3;
}
.dbh_blueButton:hover,
.dbh_blueDownloadButton:hover,
.rte .dbh_blueButton:hover,
.rte .dbh_blueDownloadButton:hover {
  background-color: #4DC0E3;
  color: #fff;
  border-color: #4DC0E3;
}
.dbh_blueButton:after,
.rte .dbh_blueButton:after {
  background: url('img/ic_arrow_btn_white.svg') center center no-repeat;
}
.dbh_blueDownloadButton:before,
.rte .dbh_blueDownloadButton:before {
  background: url('img/ic_download_btn_white.svg') center center no-repeat;
}
.dbh_redButton,
.dbh_redDownloadButton,
.rte .dbh_redButton,
.rte .dbh_redDownloadButton {
  background-color: #e50000;
  color: #fff;
  border-color: #e50000;
}
.dbh_redButton:hover,
.dbh_redDownloadButton:hover,
.rte .dbh_redButton:hover,
.rte .dbh_redDownloadButton:hover {
  background-color: #ea505a;
  color: #fff;
  border-color: #ea505a;
}
.dbh_redButton:after,
.rte .dbh_redButton:after {
  background: url('img/ic_arrow_btn_white.svg') center center no-repeat;
}
.dbh_redDownloadButton:before,
.rte .dbh_redDownloadButton:before {
  background: url('img/ic_download_btn_white.svg') center center no-repeat;
}
.dbh_cancelButton,
.rte .dbh_cancelButton {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.dbh_cancelButton:after,
.rte .dbh_cancelButton:after {
  content: none;
  display: none;
}
/*.dbh_greenButton {
    background-color: @color-green1;
}*/
@media (min-width: 768px) {
  .small-content-box-with-rte,
  .image-with-rte {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
  }
  .image-with-rte .image-container {
    flex-shrink: 0;
    max-width: 50%;
  }
  .image-with-rte .rte {
    min-width: 300px;
  }
}
/**********************************************
    Content Sections START
**********************************************/
#main-content {
  position: relative;
}
#main-content > section {
  padding: 40px 0 80px;
}
#main-content > section > .section-content {
  height: 100%;
}
#main-content.contentpage-content > section {
  background: #fff;
  /*.grid-section {
                > div {
                    margin-top: 50px;
                    margin-bottom: 50px;

                    &:first-child {
                        margin-top: 0;
                    }

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }*/
}
#main-content.contentpage-content > section .section-content > :first-child {
  margin-top: 0;
}
#main-content.contentpage-content > section.special {
  background: #f0f9fd;
  position: relative;
}
#main-content.contentpage-content > section.special2 {
  background: #b4dfef;
  position: relative;
}
#main-content.contentpage-content > section .grid-content-element {
  margin-bottom: 50px;
}
#main-content.contentpage-content > section .grid-content-element:last-child {
  margin-bottom: 0;
}
#main-content .faq-section-container {
  margin-bottom: 80px;
}
/**********************************************
    Content Sections END
**********************************************/
/**********************************************
    Table Cards Container START
**********************************************/
.dbh_tableCardsContainer {
  width: 100%;
}
.dbh_tableCardsContainer .dbh_tableCardsRow {
  width: 100%;
}
.dbh_tableCardsContainer .dbh_tableCardsRow .dbh_tableCardsCell {
  box-sizing: border-box;
  margin: 30px 0;
  width: 100%;
  padding: 10px;
  /*  -webkit-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    -moz-box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);
    box-shadow: 0px 4px 40px rgba(78, 86, 101, 0.15);*/
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
.dbh_tableCardsContainer .dbh_tableCardsRow .dbh_tableCardsCell.highlight {
  background-color: #f0f9fd;
}
.dbh_tableCardsContainer .dbh_tableCardsRow .dbh_tableCardsCell.with-bottom-button {
  position: relative;
  padding-bottom: 55px;
}
.dbh_tableCardsContainer .dbh_tableCardsRow .dbh_tableCardsCell.with-bottom-button .bottom-button {
  position: absolute;
  top: calc(100% - 10px);
  transform: translateY(-100%);
}
@media only screen and (min-width: 768px) {
  .dbh_tableCardsContainer {
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .dbh_tableCardsContainer .dbh_tableCardsRow {
    display: table-row;
  }
  .dbh_tableCardsContainer .dbh_tableCardsRow .dbh_tableCardsCell {
    display: table-cell;
  }
  .dbh_tableCardsContainer .dbh_tableCardsRow.dbh_twoCol .dbh_tableCardsCell {
    width: 50%;
  }
  .dbh_tableCardsContainer .dbh_tableCardsRow.dbh_threeCol .dbh_tableCardsCell {
    width: 33.333%;
  }
  .dbh_tableCardsContainer .dbh_tableCardsRow.dbh_fourCol .dbh_tableCardsCell {
    width: 25%;
  }
  .dbh_tableCardsContainer .dbh_tableCardsRow.dbh_fiveCol .dbh_tableCardsCell {
    width: 20%;
  }
}
/**********************************************
    Table Cards Container END
**********************************************/
/**********************************************
    Search Results START
**********************************************/
.search h3.search-results-message {
  margin-top: 0;
}
.search .search-results {
  margin: 30px 0;
  max-width: 820px;
}
.search .search-results .search-result {
  margin: 30px 0;
}
.search .search-results .search-result .search-result-link-missing {
  color: #e50000;
}
/**********************************************
    Search Results END
**********************************************/
/******************************************
			FondsList-Table START
******************************************/
.fondslist-search .fondsListSearchForm .row .column {
  margin: 10px 0;
}
.fondslist-search .fondsListSearchForm .loading-data-info {
  display: none;
}
.fondslist-search .fondsListSearchForm.loading .ajax-submit-button {
  display: none;
}
.fondslist-search .fondsListSearchForm.loading .loading-data-info {
  display: block;
}
.fondsListTable {
  box-sizing: border-box;
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.fondsListTable .table {
  display: table;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  background-color: #fff;
}
.fondsListTable .table .tr {
  display: table-row;
}
.fondsListTable .table .tr:nth-child(2n) {
  background-color: #f0f0f0;
}
.fondsListTable .table .tr .th,
.fondsListTable .table .tr .td {
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  border: 1px solid #dcdcdc;
  padding: 5px;
  font-size: 0.9em;
  word-break: normal;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: auto 3 3;
  -webkit-hyphenate-limit-lines: 4;
  -webkit-hyphenate-limit-last: always;
  /* -webkit-hyphenate-limit-zone: 8%; */
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: auto 3 3;
  -moz-hyphenate-limit-lines: 4;
  -moz-hyphenate-limit-last: always;
  /* -moz-hyphenate-limit-zone: 8%; */
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3 3;
  -ms-hyphenate-limit-lines: 4;
  -ms-hyphenate-limit-last: always;
  /* -ms-hyphenate-limit-zone: 8%; */
  hyphens: auto;
  hyphenate-limit-chars: auto 3 3;
  hyphenate-limit-lines: 4;
  hyphenate-limit-last: always;
}
.fondsListTable .table .tr .th:nth-child(4),
.fondsListTable .table .tr .td:nth-child(4) {
  width: 10%;
}
.fondsListTable .table .tr .th:nth-child(5),
.fondsListTable .table .tr .td:nth-child(5),
.fondsListTable .table .tr .th:nth-child(7),
.fondsListTable .table .tr .td:nth-child(7),
.fondsListTable .table .tr .th:nth-child(8),
.fondsListTable .table .tr .td:nth-child(8) {
  width: 10%;
}
.fondsListTable .table .tr .th:nth-child(1),
.fondsListTable .table .tr .td:nth-child(1),
.fondsListTable .table .tr .th:nth-child(2),
.fondsListTable .table .tr .td:nth-child(2),
.fondsListTable .table .tr .th:nth-child(3),
.fondsListTable .table .tr .td:nth-child(3),
.fondsListTable .table .tr .th:nth-child(6),
.fondsListTable .table .tr .td:nth-child(6) {
  width: 15%;
}
.fondsListTable .table .tr .th {
  display: table-cell;
  font-weight: bold;
}
.fondsListTable .table .tr .td {
  display: table-cell;
}
.fondsListTable .table .tr .td:nth-child(7),
.fondsListTable .table .tr .td:nth-child(8) {
  text-align: right;
}
/******************************************
	        FondsList-Table END
******************************************/
/**********************************************
    HotlineWorkloadImage START
**********************************************/
#hotlineWorkloadImage {
  /*height: 280px;*/
  width: 100%;
  max-width: 800px;
  position: relative;
}
#hotlineWorkloadImage .intro {
  text-align: center;
  font-weight: bold;
}
#hotlineWorkloadImage .footnote {
  margin-top: 10px;
  font-size: 0.8em;
  color: #1a1a1a;
}
#hotlineWorkloadImage .day-select {
  display: flex;
  width: 200px;
  max-width: 100%;
  margin: 20px auto 0;
}
#hotlineWorkloadImage .day-select .day-select-item {
  flex-grow: 1;
  text-align: center;
  border-bottom: solid 2px transparent;
}
#hotlineWorkloadImage .day-select .day-select-item > span {
  display: inline-block;
  cursor: pointer;
}
#hotlineWorkloadImage .day-select .day-select-item:not(.selected) {
  color: #037EB3;
}
#hotlineWorkloadImage .day-select .day-select-item:not(.selected) > span:hover {
  font-weight: bold;
}
#hotlineWorkloadImage .day-select .day-select-item.selected {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
#hotlineWorkloadImage .image-container img {
  width: 100%;
  height: auto;
}
#hotlineWorkloadImage.loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
/**********************************************
    HotlineWorkloadImage END
**********************************************/
/**********************************************
    Antragsfeedback START
**********************************************/
.dbh-feedback-rating-group {
  margin: 30px 0;
}
.dbh-feedback-rating-group * {
  box-sizing: border-box;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item,
.dbh-feedback-rating-group .dbh-feedback-rating-textitem {
  margin: 10px 0;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.dbh-feedback-rating-group .dbh-feedback-rating-textitem {
  background-color: #b4dfef;
}
.dbh-feedback-rating-group .dbh-feedback-rating-textitem textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 624px;
  max-width: 100%;
  height: 100px;
  padding: 10px;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item {
  background-color: #f0f9fd;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-question {
  font-weight: bold;
  margin-bottom: 10px;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options {
  display: grid;
  grid-template-columns: 120px 120px 120px 120px 120px;
  gap: 5px;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options .dbh-feedback-rating-option {
  width: 120px;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options .dbh-feedback-rating-option input {
  display: none;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options .dbh-feedback-rating-option input + label {
  background-color: #037EB3;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  text-align: center;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options .dbh-feedback-rating-option input + label:hover {
  background-color: #4DC0E3;
  cursor: pointer;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options .dbh-feedback-rating-option input + label > img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 5px;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options .dbh-feedback-rating-option input + label > div {
  display: block;
  height: 52px;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-options .dbh-feedback-rating-option input:checked + label {
  background-color: #50B464;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item .dbh-feedback-rating-msg {
  margin-top: 10px;
  min-height: 24px;
  font-weight: bold;
  visibility: hidden;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item.rated .dbh-feedback-rating-msg {
  visibility: visible;
  color: #50B464;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item.rated .dbh-feedback-rating-msg:before {
  content: "";
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: transparent url('img/ic_eingabe_ok_02.svg') left top no-repeat;
}
.dbh-feedback-rating-group .dbh-feedback-rating-item.error .dbh-feedback-rating-msg {
  visibility: visible;
  color: #e50000;
  background: none;
}
/**********************************************
    Antragsfeedback START
**********************************************/
/**********************************************
    Glossary START
**********************************************/
.glossary {
  max-width: 810px;
}
.glossary .glossarySearch {
  margin-bottom: 50px;
}
.glossary .glossarySearch:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
.glossary .glossarySearch .glossaryLetter {
  display: block;
  float: left;
  margin: 2px;
  width: 58px;
  height: 58px;
  padding-top: 8px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  font-size: 28px;
}
.glossary .glossarySearch span.glossaryLetter {
  border: solid 1px #dcdcdc;
  background-color: #dcdcdc;
  color: #fff;
  -moz-border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  border-radius: 10px 10px 0 10px;
}
.glossary .glossarySearch a.glossaryLetter {
  cursor: pointer;
  border: solid 1px #037EB3;
  background-color: #037EB3;
  color: #fff;
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
}
.glossary .glossarySearch a.glossaryLetter:hover,
.glossary .glossarySearch a.glossaryLetter:active,
.glossary .glossarySearch a.glossaryLetter.active {
  border: solid 1px #e50000;
  background-color: #e50000;
  color: #fff;
}
/**********************************************
    Glossary END
**********************************************/
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
.tablet-only {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only {
    display: initial;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none;
  }
}
.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: initial;
  }
}
@media (max-width: 767.9999px) {
  .hide-for-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.9999px) {
  .hide-for-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-for-desktop {
    display: none !important;
  }
}
.grid-section {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}
@media (min-width: 1024px) {
  .grid-section {
    gap: 80px;
  }
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  /*@media(min-width: 1024px) {
        flex-direction: row;
    }*/
}
.row .column {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 20px 0;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
}
.row .column:first-of-type {
  margin-top: 0;
}
.row .column:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .row .column {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .row .column > div {
    height: 100%;
  }
}
.table {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}
@media (min-width: 1024px) {
  .table:not(.one-col-table) {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.table .table-part .table-tr {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.table .table-part .table-tr:last-of-type {
  margin-bottom: 0;
}
.table .table-part .table-tr .table-td {
  min-height: 42px;
  width: 50%;
  background: #e6e6e6;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 8px 10px;
}
.table .table-part .table-tr .table-td:first-of-type {
  border-left: 3px solid #4DC0E3;
  background: #f0f0f0;
}
@media (min-width: 1024px) {
  .table .table-part .table-tr .table-td {
    width: calc(100% - 168px);
  }
  .table .table-part .table-tr .table-td:first-of-type {
    width: 168px;
  }
}
.table .table-part .table-tr .table-td.colspan-2 {
  width: 100%;
}
.table .table-part .table-tr.productConditionHeadline {
  margin-bottom: 0;
}
.table .table-part .table-tr.highlight .table-td {
  background: #b4dfef;
  font-weight: 700;
}
.table .table-part .table-tr.highlight .table-td:first-of-type {
  background: #f0f9fd;
}
/*Tabelle in marginaler Seitenspalte*/
@media (min-width: 1024px) {
  .column.col-md-4 .table {
    grid-template-columns: 100%;
    gap: 10px;
  }
}
.dbh_accordion .dbh_accordionPanel {
  border-bottom: 1px solid #b4dfef;
}
.dbh_accordion .dbh_accordionPanel .dbh_toggleLink {
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 75px;
  padding: 22px 0 20px;
  width: 100%;
  position: relative;
}
.dbh_accordion .dbh_accordionPanel .dbh_toggleLink:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  box-shadow: 0px 2px 25px rgba(78, 86, 101, 0.15);
  cursor: pointer;
  background: url('img/ic_plus.svg') center center no-repeat;
}
.dbh_accordion .dbh_accordionPanel .dbh_toggleLink span {
  color: #037EB3;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  padding-left: 50px;
  cursor: pointer;
}
.dbh_accordion .dbh_accordionPanel .dbh_toggleLink.active span {
  color: #e50000;
}
.dbh_accordion .dbh_accordionPanel .dbh_toggleLink.active:before {
  background: url('img/ic_minus_red.svg') center center no-repeat;
}
.dbh_accordion .dbh_accordionPanel .dbh_toggleText {
  display: none;
  margin: 10px 0 40px 50px;
  /*max-width: 860px;*/
}
.dbh_accordion .dbh_accordionPanel .dbh_toggleText .rte {
  max-width: 860px;
}
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section {
  margin-top: 20px;
}
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section .dbh-rate-faq-yes,
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section .dbh-rate-faq-no {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 24px;
  height: 25px;
  background: transparent url('img/ic_like_01.png') center center no-repeat;
}
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section .dbh-rate-faq-yes:hover,
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section .dbh-rate-faq-no:hover {
  background-image: url('img/ic_like_01_on.png');
}
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section .dbh-rate-faq-no {
  transform: scaleY(-1);
  margin-bottom: -3px;
}
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section .dbh-rate-faq-text {
  width: 600px;
  max-width: 100%;
}
.faqItem .dbh_form.faqFeedbackAjaxForm .dbh-rate-faq-section .dbh-rate-faq-button-send {
  width: auto;
}
.umb-grid .section-pull-up-10 {
  margin-top: -10px;
}
.umb-grid .section-pull-up-20 {
  margin-top: -20px;
}
.umb-grid .section-pull-up-30 {
  margin-top: -30px;
}
.umb-grid .section-pull-up-40 {
  margin-top: -40px;
}
.umb-grid .section-pull-up-50 {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .umb-grid .section-pull-up-sm-10 {
    margin-top: -10px;
  }
  .umb-grid .section-pull-up-sm-20 {
    margin-top: -20px;
  }
  .umb-grid .section-pull-up-sm-30 {
    margin-top: -30px;
  }
  .umb-grid .section-pull-up-sm-40 {
    margin-top: -40px;
  }
  .umb-grid .section-pull-up-sm-50 {
    margin-top: -50px;
  }
}
@media (min-width: 1024px) {
  .umb-grid .section-pull-up-md-10 {
    margin-top: -10px;
  }
  .umb-grid .section-pull-up-md-20 {
    margin-top: -20px;
  }
  .umb-grid .section-pull-up-md-30 {
    margin-top: -30px;
  }
  .umb-grid .section-pull-up-md-40 {
    margin-top: -40px;
  }
  .umb-grid .section-pull-up-md-50 {
    margin-top: -50px;
  }
}