
:root {
  --body_header_height: 160px !important;
  --body_header_logo_size: 160px !important;
}

@font-face {
  font-family: 'CormorantBold';
  src: url(fonts/CormorantGaramond-Bold.ttf);
}

@font-face {
  font-family: 'UniversBold';
  src: url(fonts/UniversLTStd-Bold.otf);
}

@font-face {
  font-family: 'UniversBoldCn';
  src: url(fonts/UniversLTStd-BoldCn.otf);
}

@font-face {
  font-family: 'UniversCn';
  src: url(fonts/UniversLTStd-Cn.otf);
}

@font-face {
  font-family: 'UniversLight';
  src: url(fonts/UniversLTStd-Light.otf);
}

body {
  font-family: "UniversLight";
}

.overview .container {
  max-width: 1300px;
}

header {
  display: flex;
  justify-content: center;
}

#header-div {
  padding: 0;
}

h1, h2, h3, h4 {
  color: var(--primary_text_color) !important;
}

h1 {
  margin-bottom: 10px !important;
  font-size: 30pt !important;
  font-family: "CormorantBold" !important;
}

h2, .detail-title {
  margin-bottom: 10px !important;
  font-size: 17pt !important;
  font-family: "UniversBoldCn" !important;
  font-weight: bold !important;
}

h3, .inhalt-titel-detail {
  margin-bottom: 10px !important;
  font-size: 9pt !important;
  font-weight: bold !important;
  font-family: "UniversBold";
  text-transform: uppercase !important;
}

h4 {
  margin-bottom: 6px !important;
  font-size: 9pt !important;
}

#header-image {
  object-fit: cover;
  object-position: center 48%;
  height: 25vh;
  border-radius: 0 !important;
}
.dropdown-toggle, .dropdown-toggle:hover {
  background: white;
  color: black;
}

.detail-div-benefits h4 {
  font-weight: normal !important;
  font-family: "UniversCn";
  text-transform: uppercase !important;
}

.detail-div-inhalte {
  border: 2px solid var(--primary_color);
  box-shadow: -0.2rem 0.2rem 0rem var(--primary_color);
  padding: 15px;
}

.detail-header-titel {
  margin-bottom: 0px !important;
}

.detail-header-titel, .detail-header-subtitel {
  text-transform: uppercase !important;
}

.detail-header-hr {
  border-width: 4px;
  border-color: var(--primary_color);
  width: 200px;
  margin: 5px 0 25px 0 !important;
}

.detail-header-div-titel > *, .detail-div-benefits > * {
  margin-top: 0;
  margin-bottom: 0;
}

.detail-header-div-titel, .detail-div-benefits {
  padding-top: 20px;
  padding-bottom: 20px;
}

.detail-div-benefits {
  padding-top: 0;
}

.detail-div-benefits p {
  display: flex;
  flex-wrap: wrap;
}

.detail-div-benefits img {
  margin: 0 !important;
  max-width: 20% !important;
}

.detail-div-inhalte > .row > div > *:not(button), p {
  font-size: 8.5pt;
}

.detail-div-inhalte > .row > div {
  margin-bottom: 10px;
}

ul {
  padding-left: 16px;
}

.detail-div-inhalte img {
  padding-left: 10px !important;
  margin: 0 !important;
}

.detail-div-benefits > p > img {
  padding: 3px !important;
}

.detail-div-benefits > p {
  margin-left: -3px;
  margin-right: -3px;
}

.detail-div-inhalte > .row p {
  margin-bottom: 0px !important;
}

.detail-div-inhalte > .row:not(.detail-bottom-buttons-row) a, .detail-header-text a {
  color: black !important;
  font-family: "UniversBold";
}

.detail-bottom-buttons-row {
  padding-top: 12px;
}

img {
  cursor: default !important;
}

/*.button-jetzt-bewerben-div {*/
/*  margin-top: 10px;*/
/*}*/

/*Nicht Mobil*/
@media (min-width: 768px) {

}

/*Mobil*/
@media (max-width: 767px) {
  .detail-div-benefits img {
    max-width: 50% !important;
  }

  /*.detail-div-benefits tr {*/
  /*  display: flex;*/
  /*  flex-wrap: wrap;*/
  /*}*/

  /*.detail-div-benefits td {*/
  /*  min-width: 300px !important;*/
  /*}*/
}