@charset "UTF-8";
/* Wer wir sind
-------------------------------------------------------------------------------*/
.indus {
  max-width: 280px;
}

.company-element h2 {
  margin-bottom: 20px;
}
.company-element h3.quote {
  margin-top: 72px;
  margin-bottom: 8px;
}
.company-element.grey-area {
  background-color: #f3f3f3;
}
.company-element.grey-area a.underline {
  text-decoration: underline;
}
.company-element.grey-area .blue {
  color: #0e3a63;
}
.company-element ul.indented-list {
  margin-top: 48px;
  margin-left: 48px;
}
.company-element ul.indented-list strong {
  color: #0e3a63;
}
.company-element .text-content .blue {
  color: #0e3a63;
}
.company-element .text-content ul {
  margin-bottom: 24px;
}
.company-element .no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-top-double {
  margin-top: 80px;
}

.full-width {
  width: 100%;
}

.right-bar-image {
  max-width: 66%;
}

/* Leitungsteam
-------------------------------------------------------------------------------*/
.management-team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  position: relative;
}
.management-team .member {
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.management-team .member:before {
  content: "";
  height: 0;
  display: inline-block;
  padding-top: 100%;
  width: 1px;
  position: relative;
}
.management-team .member .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 56, 101, 0.8);
  display: none;
  position: absolute;
  cursor: pointer;
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 32px;
  z-index: 2;
}
.management-team .member .overlay .name {
  font-size: 1.6em;
  font-weight: 700;
  display: flex;
}
.management-team .member .overlay .position {
  font-size: 1.2em;
  font-weight: 300;
}
.management-team .member .overlay .arrow-right {
  height: 20px;
  margin-left: 14px;
}
.management-team .member:hover .overlay {
  display: flex;
}
.management-team .member-1 {
  grid-area: 1/1/2/2;
}
.management-team .member-2 {
  grid-area: 1/2/2/3;
}
.management-team .member-3 {
  grid-area: 1/3/2/4;
}
.management-team .member-4 {
  grid-area: 2/1/3/2;
}
.management-team .member-5 {
  grid-area: 2/2/3/3;
}
.management-team .member-6 {
  grid-area: 2/3/3/4;
}
.management-team .member-7 {
  grid-area: 3/1/4/2;
}
.management-team .member-8 {
  grid-area: 3/2/4/3;
}
.management-team .member-9 {
  grid-area: 3/3/4/4;
}
.management-team .detail-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
.management-team .detail-overlay .navigation .arrow-left, .management-team .detail-overlay .navigation .arrow-right {
  width: 28px;
  height: 43px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 3;
}
.management-team .detail-overlay .navigation .arrow-left:hover, .management-team .detail-overlay .navigation .arrow-right:hover {
  opacity: 0.8;
}
.management-team .detail-overlay .navigation .arrow-left {
  left: 20px;
  background-image: url("../img/company/company_slider_left.svg");
}
.management-team .detail-overlay .navigation .arrow-right {
  right: 20px;
  background-image: url("../img/company/company_slider_right.svg");
}
.management-team .detail-overlay .member-content {
  position: absolute;
  padding: 100px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  top: 0;
  left: 0;
}
.management-team .detail-overlay .member-content div {
  width: 100%;
}
.management-team .detail-overlay .member-content .name {
  font-size: 2em;
  font-weight: 700;
  display: flex;
  margin-bottom: 8px;
}
.management-team .detail-overlay .member-content .position {
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 16px;
}
.management-team .detail-overlay .member-content .quote {
  margin-bottom: 46px;
  padding: 28px;
}
.management-team .detail-overlay .member-content .quote span {
  background: #0e3a63;
  padding: 6px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.2;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
}
.management-team .detail-overlay .close {
  position: absolute;
  top: 30px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/company/close_white.svg");
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}

/* Firmensitz
-------------------------------------------------------------------------------*/
.headquarters-slider .icon {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.headquarters-slider .icon.wasserspender {
  background-image: url("../img/company/wasserspender.svg");
  /*top: 38%;
  left: 60%;*/
}
.headquarters-slider .icon.restaurant {
  background-image: url("../img/company/restaurant.svg");
  /*top: 64%;
  left: 86%;*/
}
.headquarters-slider .icon.konferenzraeume {
  background-image: url("../img/company/konferenzraeume.svg");
  /*top: 56%;
  left: 28%;*/
}
.headquarters-slider .icon.parkplaetze {
  background-image: url("../img/company/parkplaetze.svg");
  /*top: 80%;
  left: 40%;*/
}
.headquarters-slider .icon.motorradparkplaetze {
  background-image: url("../img/company/motorradparkplaetze.svg");
  /*top: 60%;
  left: 85%;*/
}
.headquarters-slider .icon.behindertenparkplatze {
  background-image: url("../img/company/behindertenparkplatze.svg");
  /*top: 70%;
  left: 20%;*/
}
.headquarters-slider .icon.fahrradstellplaetze {
  background-image: url("../img/company/fahrradstellplaetze.svg");
  /*top: 70%;
  left: 75%;*/
}
.headquarters-slider .icon.ladesaeulen {
  background-image: url("../img/company/ladesaeulen.svg");
  /*top: 60%;
  left: 10%;*/
}
.headquarters-slider .overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  display: none;
  max-width: 60%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.headquarters-slider .overlay .close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url("../img/company/close.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* Timeline
-------------------------------------------------------------------------------*/
.circle {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  border: 8px solid #0e3a63;
  margin: 0 auto;
}

.new-timeline {
  position: relative;
  padding-top: 72px;
}
.new-timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #0e3a63;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  height: 99.5%;
}
.new-timeline .entry {
  width: 50%;
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
.new-timeline .entry:nth-child(2n) {
  left: 0;
  flex-direction: row-reverse;
  text-align: right;
}
.new-timeline .entry:nth-child(2n) .year {
  margin-left: 32px;
}
.new-timeline .entry:nth-child(2n+1) {
  left: 50%;
  flex-direction: row;
}
.new-timeline .entry:nth-child(2n+1) .year {
  margin-right: 32px;
}
.new-timeline .entry .year {
  color: #fff;
  background-color: #0e3a63;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  align-self: flex-start;
}
.new-timeline .entry.highlight {
  background-color: #0e3a63;
  padding: 24px 0;
  color: #fff;
}
.new-timeline .entry.highlight h4 {
  color: #fff;
}
.new-timeline .entry.highlight .year {
  color: #0e3a63;
  background-color: #fff;
}
.new-timeline .circles {
  left: 50%;
  position: relative;
  display: inline-block;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  transform: translate(-50%, 0);
  z-index: 2;
}
.new-timeline .circles div:first-child {
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #0e3a63;
  width: 24px;
  height: 24px;
  margin: 0 auto 36px;
}
.new-timeline .circles div:nth-child(2) {
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #0e3a63;
  width: 16px;
  height: 16px;
  margin: 0 auto 36px;
}
.new-timeline .circles div:last-child {
  border-radius: 50%;
  background-color: #0e3a63;
  width: 8px;
  height: 8px;
  margin: 0 auto;
}

/* Kacheln mit Hover
-------------------------------------------------------------------------------*/
.hover-tiles .empty-tile, .link-tiles .empty-tile, .text-tiles .empty-tile {
  width: 49%;
}
.hover-tiles .tile, .link-tiles .tile, .text-tiles .tile {
  width: 49%;
  position: relative;
}
.hover-tiles .tile img, .link-tiles .tile img, .text-tiles .tile img {
  display: block;
}
.hover-tiles .tile .overlay, .hover-tiles .tile .hover-overlay, .link-tiles .tile .overlay, .link-tiles .tile .hover-overlay, .text-tiles .tile .overlay, .text-tiles .tile .hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 56, 101, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.hover-tiles .tile .overlay .inner, .hover-tiles .tile .hover-overlay .inner, .link-tiles .tile .overlay .inner, .link-tiles .tile .hover-overlay .inner, .text-tiles .tile .overlay .inner, .text-tiles .tile .hover-overlay .inner {
  padding: 32px;
  width: 100%;
  text-align: center;
}
.hover-tiles .tile .overlay .inner h3, .hover-tiles .tile .hover-overlay .inner h3, .link-tiles .tile .overlay .inner h3, .link-tiles .tile .hover-overlay .inner h3, .text-tiles .tile .overlay .inner h3, .text-tiles .tile .hover-overlay .inner h3 {
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  font-size: 3.2em;
}
.hover-tiles .tile .overlay .inner .sub-heading, .hover-tiles .tile .hover-overlay .inner .sub-heading, .link-tiles .tile .overlay .inner .sub-heading, .link-tiles .tile .hover-overlay .inner .sub-heading, .text-tiles .tile .overlay .inner .sub-heading, .text-tiles .tile .hover-overlay .inner .sub-heading {
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  font-size: 1.8em;
  font-style: italic;
}
.hover-tiles .tile .hover-overlay, .link-tiles .tile .hover-overlay, .text-tiles .tile .hover-overlay {
  display: none;
  background-color: rgba(0, 56, 101, 0.85);
}
.hover-tiles .tile .hover-overlay .inner, .link-tiles .tile .hover-overlay .inner, .text-tiles .tile .hover-overlay .inner {
  color: #fff;
  padding: 16px;
  font-size: 0.9em;
}
.hover-tiles .tile .hover-overlay .inner p:last-child, .link-tiles .tile .hover-overlay .inner p:last-child, .text-tiles .tile .hover-overlay .inner p:last-child {
  margin-bottom: 0;
}
.hover-tiles .tile:hover .hover-overlay, .link-tiles .tile:hover .hover-overlay, .text-tiles .tile:hover .hover-overlay {
  display: flex;
  align-items: center;
}

.link-tiles .tile, .text-tiles .tile {
  margin-bottom: 12px;
}
.link-tiles .tile .overlay .inner h3, .text-tiles .tile .overlay .inner h3 {
  font-size: 2.4em;
  line-height: 1.21;
}
.link-tiles .tile .overlay .inner .arrow-right img, .text-tiles .tile .overlay .inner .arrow-right img {
  margin: 0 auto;
}

.text-tiles {
  flex-wrap: wrap;
}
.text-tiles .tile {
  background-color: #e2e2e2;
}
.text-tiles .tile .inner {
  padding: 32px;
  font-size: 1em;
}
.text-tiles .tile .inner a {
  color: #0e3a63;
  font-weight: 700;
  text-decoration: none;
}
.text-tiles .tile .inner a:hover {
  text-decoration: underline;
}
.text-tiles .tile .inner h3 {
  color: #0e3a63;
  margin-top: 24px;
  margin-bottom: 18px;
}
.text-tiles .tile .inner h3:first-child {
  margin-top: 0;
}
.text-tiles .tile .inner p:last-child {
  margin-bottom: 0;
}

/* Quote
-------------------------------------------------------------------------------*/
.quote .quote-text {
  font-size: 1.3em;
  line-height: 1.4;
  color: #0e3a63;
  font-weight: 700;
  padding-right: 48px;
}
.quote .name {
  font-size: 1.3em;
  line-height: 1;
  font-weight: 700;
  color: #0e3a63;
}
.quote .position {
  font-size: 1.3em;
  line-height: 1;
  font-weight: 300;
  color: #0e3a63;
  margin-bottom: 12px;
}

/* Mosaic tiles
-------------------------------------------------------------------------------*/
.mosaic {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mosaic .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 56, 101, 0.35);
  z-index: 1;
}
.mosaic .tile {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 33%;
  background-size: 0%;
}
.mosaic .tile:before {
  content: "";
  height: 0;
  display: inline-block;
  padding-top: 100%;
  width: 1px;
  position: relative;
}
.mosaic .tile:hover .inner {
  display: flex;
}
.mosaic .tile .inner {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
  background-color: rgba(0, 56, 101, 0.75);
}
.mosaic .tile .inner h4 {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Mosaic tiles
-------------------------------------------------------------------------------*/
.details-text-container h2 {
  margin-bottom: 72px;
}
.details-text-container h3 {
  margin-bottom: 12px;
}

/* News Tiles
-------------------------------------------------------------------------------*/
.news-item.tile .news-image {
  margin-bottom: 24px;
  padding-top: 63%;
  overflow: hidden;
  position: relative;
}
.news-item.tile .news-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.news-item.tile .news-item-date {
  color: #0e3a63;
  font-weight: 300;
}

/* Blue circles
-------------------------------------------------------------------------------*/
.blue-circle {
  background: #0e3a63;
  display: inline-block;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 4px;
  font-weight: 700;
}

/* Wärmepumpen Stuff
-------------------------------------------------------------------------------*/
.product-links h2 {
  margin-bottom: 60px;
}

.advantages button, .product-accordion button {
  border: 0;
  background: #fff;
  border-radius: 10px;
  color: #0e3a63;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 12px 72px 12px 20px;
  text-align: left;
  font-weight: 700;
  transition: 300ms all;
  font-size: 1.2em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}
.advantages button.small, .product-accordion button.small {
  font-size: 1em;
}
.advantages button:hover, .advantages button.active, .product-accordion button:hover, .product-accordion button.active {
  background: #0e3a63;
  color: #fff;
}
.advantages button:hover:after, .advantages button.active:after, .product-accordion button:hover:after, .product-accordion button.active:after {
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right_white.svg");
}
.advantages button:after, .product-accordion button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 29px;
  height: 23px;
  background-image: url("/fileadmin/templates/img/career/icons/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.claim {
  max-width: 80%;
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
}

.product-accordion button {
  align-self: flex-end;
  display: inline-block;
  flex: 0 0 auto;
}

/* Klickable Image
-------------------------------------------------------------------------------*/
.clickable-image .numbered-circle {
  background: white;
  border: 1px solid #0e3a63;
  display: inline-block;
  color: #0e3a63;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 4px;
  font-weight: 700;
  position: absolute;
  cursor: pointer;
}
.clickable-image .overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  display: none;
  max-width: 60%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clickable-image .overlay .close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-image: url("../img/company/close.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* Termin mit Einladung
-------------------------------------------------------------------------------*/
.appointment {
  flex: 0 0 27.5%;
  max-width: 27.5%;
}
.appointment .appointment-date {
  display: block;
  margin-bottom: 14px;
}

.speaker-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
}
.speaker-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-infos {
  float: left;
  margin-right: 24px;
}

/* The new cookie warning
-------------------------------------------------------------------------------*/
#cookie-warning-overlay {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.85);
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
#cookie-warning-overlay .cookie-warning-inner {
  max-width: 720px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  padding: 30px 40px;
  background: #efefef;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
  font-size: 1.1rem;
  max-height: 100vh;
  overflow-y: auto;
}
#cookie-warning-overlay .cookie-warning-inner h3 {
  font-size: 1.2em;
  font-weight: 700;
}
#cookie-warning-overlay .cookie-warning-inner .text {
  margin: 24px 0 48px;
  line-height: 1.3;
}
#cookie-warning-overlay .cookie-warning-inner .buttons {
  margin-bottom: 24px;
}
#cookie-warning-overlay .cookie-warning-inner .buttons .new-blue-button {
  padding: 12px 12px 12px 12px;
  min-width: 180px;
  margin-right: 12px;
  margin-bottom: 6px;
  font-size: 0.9rem;
}
#cookie-warning-overlay .cookie-warning-inner .buttons .new-blue-button:after {
  display: none;
  content: "";
}
#cookie-warning-overlay .cookie-warning-inner .buttons .new-blue-button.outline {
  border: 2px solid #0e3a63;
  background-color: #f2f2f2;
  color: #0e3a63;
}
#cookie-warning-overlay .cookie-warning-inner .buttons .new-blue-button.outline:hover {
  background-color: #0e3a63;
  color: #fff;
}
#cookie-warning-overlay .cookie-warning-inner .buttons .new-blue-button:last-child {
  margin-right: 0;
}
#cookie-warning-overlay .cookie-warning-inner .links {
  margin-bottom: 24px;
}
#cookie-warning-overlay .cookie-warning-inner .links a {
  text-transform: none;
  color: #808080;
}
#cookie-warning-overlay .cookie-warning-inner .links a:first-child {
  margin-right: 12px;
}
#cookie-warning-overlay .advanced-options {
  margin-bottom: 48px;
}
#cookie-warning-overlay .advanced-option {
  margin-bottom: 24px;
}
#cookie-warning-overlay .advanced-option .select-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
#cookie-warning-overlay .advanced-option .select-bar h4 {
  font-size: 1em;
  margin-bottom: 0;
}
#cookie-warning-overlay .advanced-option .description {
  font-size: 0.84em;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch {
  position: absolute;
  margin: 0;
  height: 0;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch + label {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch + label .active {
  display: none;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch + label .inactive {
  display: inline;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  /* x*5 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 15px;
  /* x*3 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch + label:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch:checked + label .active {
  display: inline;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch:checked + label .inactive {
  display: none;
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch:checked + label:after {
  margin-left: 10px;
  /* x*2 */
}
#cookie-warning-overlay .advanced-option input[type=checkbox].switch:checked + label:before {
  background: #55D069;
}
#cookie-warning-overlay .advanced-option:last-child {
  margin-bottom: 0;
}
#cookie-warning-overlay #cookie-warning-advanced-choice, #cookie-warning-overlay #cookie-warning-accept-choices {
  display: none;
}

.eu-aid-container {
  max-width: 350px;
  z-index: 34;
  position: fixed;
  bottom: 0;
  right: 0;
}
.eu-aid-container img {
  display: block;
}

.event-page-image {
  max-width: 33%;
  margin-bottom: 24px;
}

/* Standard Hauff Table Style
-------------------------------------------------------------------------------*/
figure.table table, .hauff-table {
  width: 100%;
}
figure.table table th, .hauff-table th {
  background-color: #0e3a63;
  color: #fff;
  font-weight: 700;
  font-size: 1.42em;
  padding: 8px;
  border: 1px solid #0e3a63;
  text-align: left;
}
figure.table table td, .hauff-table td {
  border: 1px solid #757679;
  padding: 8px;
}
figure.table table td:first-child, .hauff-table td:first-child {
  border-left: 0;
}
figure.table table td:last-child, .hauff-table td:last-child {
  border-right: 0;
}
figure.table table tr.even td, .hauff-table tr.even td {
  background-color: #e6e7e9;
}

figure.table table th {
  text-align: center;
}

.three-col-container div:last-child:nth-child(n+5) {
  margin-right: auto;
  margin-left: 3.33334%;
}

/* Link Karten
-------------------------------------------------------------------------------*/
.link-card-container {
  display: flex;
  justify-content: flex-start;
  margin: 60px 0 54px;
  flex-wrap: wrap;
}
.link-card-container h2 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 54px;
}
.link-card-container .link-card {
  display: flex;
  flex-wrap: wrap;
  width: 20.5%;
  border-radius: 15px;
  background-color: #efefef;
  padding: 52px 28px 42px 28px;
  text-align: center;
  position: relative;
  margin-right: 6%;
}
.link-card-container .link-card:last-child {
  margin-right: 0;
}
.link-card-container .link-card .icon {
  top: 0;
  left: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #0e3a63;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -33%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-card-container .link-card .icon svg, .link-card-container .link-card .icon img {
  display: block;
}
.link-card-container .link-card h3 {
  font-size: 1.428em;
  line-height: 1.35;
  margin-bottom: 18px;
  flex: 0 0 100%;
  max-width: 100%;
}
.link-card-container .link-card .text {
  font-size: 1em;
  text-align: center;
  line-height: 1.35;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.link-card-container .link-card .button {
  background-color: #0e3a63;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 10px;
  align-self: flex-end;
  line-height: 1;
}

/* Hintergrundbild mit blauen Bereichen
-------------------------------------------------------------------------------*/
.image-with-areas {
  position: relative;
  margin-bottom: 4.17vw;
}
.image-with-areas > img {
  display: block;
  width: 100%;
}
.image-with-areas .box {
  font-size: 1.04vw;
  background-color: #0e3a63;
  position: absolute;
  padding: 1.354vw 1.563vw;
  color: #fff;
  border-radius: 1.354vw;
  width: 14.583vw;
  min-width: 280px;
}
.image-with-areas .box h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}

/* Kundenstimmen
-------------------------------------------------------------------------------*/
.testimonial-slider {
  margin-bottom: 3.125vw;
}
.testimonial-slider .slide {
  position: relative;
}
.testimonial-slider .slide > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  left: 0;
  top: 0;
}
.testimonial-slider .slide .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-slider .slide .slide-content {
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 3.75vw 0 4.58vw;
}
.testimonial-slider .slide .slide-content .slider-headline, .testimonial-slider .slide .slide-content blockquote {
  color: #fff;
}
.testimonial-slider .slide .slide-content .slider-headline {
  margin-bottom: 2.5vw;
  font-size: 1.56vw;
  line-height: 1;
  font-weight: 700;
}
.testimonial-slider .slide .slide-content blockquote {
  line-height: 1.35;
  font-size: 2.08vw;
  font-weight: 700;
  margin-bottom: 0.833vw;
}
.testimonial-slider .slide .slide-content blockquote div {
  font-weight: 700;
}
.testimonial-slider .slide .slide-content blockquote cite {
  font-size: 1.56vw;
  font-weight: 300;
  line-height: 1;
}

/* Ein Blick in ULF
-------------------------------------------------------------------------------*/
.inside-ulf {
  margin: 48px auto 0;
  max-width: 1920px;
  position: relative;
}
.inside-ulf .ulf-captions {
  position: absolute;
  top: 0;
  right: 27.083vw;
}
.inside-ulf .ulf-captions .ulf-caption {
  max-width: 326px;
  position: relative;
}
.inside-ulf .ulf-captions .ulf-caption .heading {
  font-size: 1.428em;
  font-weight: 700;
  color: #0e3a63;
  line-height: 1;
  margin-bottom: 0.729vw;
}
.inside-ulf .ulf-captions .ulf-caption .indicator {
  height: 1px;
  position: absolute;
  right: 0;
  background-color: #0e3a63;
  margin-top: -0.448vw;
}
.inside-ulf .ulf-captions .ulf-caption .indicator:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0e3a63;
  transform: translate(0, -50%);
  display: block;
}
.inside-ulf .ulf-captions #ulf-caption-1 .indicator {
  width: 36.563vw;
  max-width: 702px;
}
.inside-ulf .ulf-captions #ulf-caption-2 {
  margin-top: 4.896vw;
}
.inside-ulf .ulf-captions #ulf-caption-2 .indicator {
  width: 32.656vw;
  max-width: 627px;
}
.inside-ulf .ulf-captions #ulf-caption-3 {
  margin-top: 5.625vw;
}
.inside-ulf .ulf-captions #ulf-caption-3 .indicator {
  width: 35.781vw;
  max-width: 687px;
}
.inside-ulf .ulf-captions #ulf-caption-4 {
  margin-top: 5.625vw;
}
.inside-ulf .ulf-captions #ulf-caption-4 .indicator {
  width: 33.125vw;
  max-width: 636px;
}
.inside-ulf .inside-ulf-image {
  max-width: 1640px;
  width: 85.417vw;
  display: block;
}

/* ULF Textelement
-------------------------------------------------------------------------------*/
#ulf-introduction {
  margin-bottom: 54px;
}
#ulf-introduction h1, #ulf-introduction h2 {
  font-size: 2.1428em;
}
#ulf-introduction .stage-image {
  max-width: 454px;
  margin-top: -1.25vw;
  width: 23.646vw;
}
#ulf-introduction .sub-headline {
  font-weight: 300;
  color: #6e6e6e;
  font-size: 1.428em;
  line-height: 1;
  margin-bottom: 24px;
}

.image-with-interferer {
  position: relative;
}
.image-with-interferer .image-interferer {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -15%);
  width: 9.06vw;
  max-width: 174px;
  min-width: 72px;
}

/* Liste mit Icons
-------------------------------------------------------------------------------*/
.icon-list .list-item {
  display: flex;
  margin-bottom: 28px;
}
.icon-list .list-item p {
  margin-bottom: 0;
  color: #0e3a63;
  font-weight: 700;
  font-size: 1.428em;
}
.icon-list .list-item p a {
  color: #6e6e6e;
}
.icon-list .list-item img {
  margin-right: 8px;
}
.icon-list .list-item:first-child {
  margin-top: 48px;
}
.icon-list .list-item:last-child {
  margin-bottom: 48px;
}

/* Liste mit Icons
-------------------------------------------------------------------------------*/
.text-with-contact-information {
  padding-bottom: 48px;
}
.text-with-contact-information h3 {
  font-size: 1.428em;
  margin-bottom: 24px;
}
.text-with-contact-information .text-container {
  margin-bottom: 48px;
}
.text-with-contact-information .contact-info-with-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.text-with-contact-information .contact-info-with-icon .icon {
  margin-right: 10px;
}
.text-with-contact-information .contact-info-with-icon .caption {
  color: #6e6e6e;
}
.text-with-contact-information .contact-info-with-icon a {
  font-weight: 700;
}
.text-with-contact-information .contact-info-with-icon:last-child {
  margin-bottom: 0;
}
.text-with-contact-information .button-info-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.text-with-contact-information .button-info-bar span {
  display: flex;
  align-items: center;
}
.text-with-contact-information .button-info-bar span:first-child .info-bar-icon {
  margin-left: 0;
}
.text-with-contact-information .button-info-bar span .info-bar-icon {
  margin-left: 10px;
  margin-right: 6px;
}

/* Blogartikel
-------------------------------------------------------------------------------*/
.blog-article h1 {
  margin-bottom: 24px;
}
.blog-article .text-content, .blog-article .text-image-content {
  margin-bottom: 60px;
}
.blog-article .linked-products .headline {
  font-size: 2.14em;
  font-weight: 700;
  line-height: 1;
  color: #0e3a63;
  margin-bottom: 48px;
}
.blog-article .linked-products .product-box .product-image, .blog-article .linked-products .product-box .product-infos {
  float: none;
  width: 100%;
}
.blog-article .linked-products .product-box .product-image {
  padding-top: 100%;
  position: relative;
  background-color: #fff;
}
.blog-article .linked-products .product-box .product-image img {
  position: absolute;
  max-width: 72.5%;
  max-height: 72.5%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-article .linked-products .product-box .product-infos {
  margin-top: 24px;
}
.blog-article .linked-products .product-box .product-infos .product-title {
  font-size: 1.428em;
}

.blog-post-overview {
  position: absolute;
  top: 24px;
  left: 0;
  transform: translate(-100%, 0);
  padding-right: 32px;
}
.blog-post-overview h4 {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
}
.blog-post-overview h4 .open-blog-entries {
  height: 12px;
  margin-left: 10px;
  display: none;
}
.blog-post-overview .blog-entry-list {
  min-width: 287px;
  max-width: 310px;
}
.blog-post-overview .blog-entry-link {
  display: block;
}
.blog-post-overview .blog-entry-link.active {
  font-weight: 700;
}

.whitepaper-form label {
  display: block;
  margin-bottom: 6px;
}
.whitepaper-form input[type=text], .whitepaper-form input[type=email] {
  max-width: 50%;
}
.whitepaper-form .message {
  font-weight: 700;
}
.whitepaper-form .message.error {
  color: #df2f00;
}

/* New Search
-------------------------------------------------------------------------------*/
.search-field-and-filters .search-container {
  width: 100%;
  background-color: #efefef;
  border-radius: 2.35vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.984vw;
}
.search-field-and-filters .search-container input[type=search] {
  background-color: transparent;
  border: 0;
  padding: 0.855vw 0 0.94vw 1.453vw;
  font-size: 1.282vw;
  flex: 1;
  font-family: "Open Sans", sans-serif;
}
.search-field-and-filters .search-container input[type=search]::placeholder {
  color: #6e6e6e;
  font-weight: 300;
}
.search-field-and-filters .search-container button[type=submit] {
  border-radius: 50%;
  background-color: #0e3a63;
  border: 0;
  width: 3.077vw;
  height: 3.077vw;
  background-image: url("../img/magnify_white.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.search-filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.148vw;
  flex-wrap: wrap;
}
.search-filters.hidden {
  display: none;
}
.search-filters .filter {
  background-color: #0e3a63;
  color: #fff;
  font-size: 1.282vw;
  font-weight: 300;
  line-height: 1;
  padding: 0.41vw 2.295vw 0.41vw 0.984vw;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  min-width: 12.705vw;
  margin-right: 1.148vw;
  margin-bottom: 0.246vw;
}
.search-filters .filter-template {
  display: none;
}
.search-filters .close {
  width: 0.574vw;
  height: 0.574vw;
  right: 0.984vw;
  top: 47%;
  transform: translate(0, -50%);
  margin-left: auto;
  position: absolute;
  background-image: url("../img/company/close_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-filters .remove-all {
  font-size: 1.282vw;
  font-weight: 300;
  line-height: 1;
  color: #6e6e6e;
  cursor: pointer;
  white-space: nowrap;
}

.search-select-box-container {
  background-color: #efefef;
  border-radius: 2.35vw;
  padding: 0.492vw;
  position: relative;
  flex: 0 0 48.5%;
  max-width: 48.5%;
}
.search-select-box-container label {
  position: absolute;
  color: #6e6e6e;
  left: 1.066vw;
  font-size: 1.282vw;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 300;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.search-select-box-container select {
  background-color: transparent;
  border: 0;
  width: 100%;
  font-weight: 700;
  color: #0e3a63;
  padding-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: none;
}
.search-select-box-container select::-ms-expand {
  display: none;
}
.search-select-box-container:after {
  content: "";
  background-image: url("../img/company/arrow_down.svg");
  right: 0.902vw;
  top: 50%;
  transform: translate(0, -50%);
  height: 0.82vw;
  width: 1.23vw;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.search-select-box-container:focus-within:after {
  transform: translate(0, -50%) rotate(-180deg);
}
.search-select-box-container .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 0;
  min-height: 0;
}
.search-select-box-container .select2-container--default .select2-selection--multiple .select2-search__field {
  margin-top: 0;
}
.search-select-box-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: none;
}

/* Isotec Logo for Suisse Sales page
-------------------------------------------------------------------------------*/
.isotec-logo {
  width: 184px;
  margin-bottom: 24px;
}

/* Responsive Stuff
-------------------------------------------------------------------------------*/
@media screen and (min-width: 1880px) {
  .image-with-areas {
    margin-bottom: 80px;
  }
  .image-with-areas .box {
    font-size: 20px;
    padding: 26px 30px;
    border-radius: 15px;
    width: 280px;
  }

  .testimonial-slider {
    margin-bottom: 60px;
  }
  .testimonial-slider .slide .slide-content {
    padding: 72px 0 88px;
  }
  .testimonial-slider .slide .slide-content .slider-headline {
    margin-bottom: 48px;
    font-size: 30px;
  }
  .testimonial-slider .slide .slide-content blockquote {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .testimonial-slider .slide .slide-content blockquote cite {
    font-size: 30px;
  }

  .inside-ulf .ulf-captions {
    right: 520px;
  }
  .inside-ulf .ulf-captions .ulf-caption {
    max-width: 326px;
  }
  .inside-ulf .ulf-captions .ulf-caption .heading {
    margin-bottom: 14px;
  }
  .inside-ulf .ulf-captions .ulf-caption .indicator {
    margin-top: -9px;
  }
  .inside-ulf .ulf-captions #ulf-caption-1 .indicator {
    width: 702px;
  }
  .inside-ulf .ulf-captions #ulf-caption-2 {
    margin-top: 94px;
  }
  .inside-ulf .ulf-captions #ulf-caption-2 .indicator {
    width: 627px;
  }
  .inside-ulf .ulf-captions #ulf-caption-3 {
    margin-top: 108px;
  }
  .inside-ulf .ulf-captions #ulf-caption-3 .indicator {
    width: 687px;
  }
  .inside-ulf .ulf-captions #ulf-caption-4 {
    margin-top: 108px;
  }
  .inside-ulf .ulf-captions #ulf-caption-4 .indicator {
    width: 636px;
  }
  .inside-ulf .inside-ulf-image {
    width: 1640px;
  }

  #ulf-introduction .stage-image {
    margin-top: -24px;
    width: 454px;
  }
}
@media screen and (min-width: 1220px) {
  .search-field-and-filters .search-container {
    border-radius: 27.5px;
    margin-bottom: 12px;
  }
  .search-field-and-filters .search-container input[type=search] {
    padding: 10px 0 11px 17px;
    font-size: 15px;
  }
  .search-field-and-filters .search-container button[type=submit] {
    width: 36px;
    height: 36px;
  }

  .search-filters {
    margin-bottom: 14px;
  }
  .search-filters .filter {
    border-radius: 27.5px;
    font-size: 15px;
    line-height: 1;
    min-width: 155px;
    padding: 5px 28px 5px 12px;
    margin-right: 14px;
    margin-bottom: 3px;
  }
  .search-filters .close {
    width: 7px;
    height: 7px;
    right: 12px;
  }
  .search-filters .remove-all {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: #6e6e6e;
  }

  .search-select-box-container {
    border-radius: 27.5px;
    padding: 6px;
  }
  .search-select-box-container label {
    left: 13px;
    font-size: 15px;
  }
  .search-select-box-container select {
    padding-top: 0;
  }
  .search-select-box-container:after {
    right: 11px;
    height: 10px;
    width: 15px;
  }
}
@media screen and (max-width: 1840px) {
  .blog-article {
    flex-wrap: wrap;
  }

  .blog-article-breadcrumbs {
    display: none;
  }

  .blog-post-overview {
    position: static;
    transform: translate(0, 0);
    flex: 0 0 100%;
    padding-right: 0;
  }
  .blog-post-overview h4 {
    font-size: 1em;
    margin-bottom: 14px;
    cursor: pointer;
  }
  .blog-post-overview h4 .open-blog-entries {
    display: block;
  }
  .blog-post-overview h4.open .open-blog-entries {
    display: block;
    transform: rotate(90deg);
  }
  .blog-post-overview .blog-entry-list {
    display: none;
    width: 100%;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1700px) {
  .inside-ulf .ulf-captions #ulf-caption-3 {
    margin-top: 3.625vw;
  }
  .inside-ulf .ulf-captions #ulf-caption-4 {
    margin-top: 3.425vw;
  }
  .inside-ulf .ulf-captions #ulf-caption-4 .indicator {
    width: 35.68vw;
    max-width: 603px;
  }
}
@media screen and (max-width: 1540px) {
  .inside-ulf .ulf-captions {
    right: 17.083vw;
  }
  .inside-ulf .ulf-captions .ulf-caption .indicator {
    max-width: 326px !important;
  }
  .inside-ulf .ulf-captions .ulf-caption .indicator:before {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .company-slider-container .arrow-left, .headquarters-slider-container .arrow-left {
    left: 10px;
  }
  .company-slider-container .arrow-right, .headquarters-slider-container .arrow-right {
    right: 10px;
  }

  #ulf-introduction .stage-image {
    max-width: 100%;
    width: 80%;
  }

  .inside-ulf .ulf-captions {
    top: -12.5%;
  }
}
@media screen and (max-width: 1006px) {
  .stage-career.landingpage .slogan-with-buttons .slogan .slogan-line span {
    font-size: 3.2em;
    line-height: 2;
  }
  .stage-career.landingpage .buttons button:after {
    width: 17px;
    height: 17px;
    right: 8px;
  }

  .inside-ulf .ulf-captions {
    top: 0;
    right: 32px;
  }
  .inside-ulf .ulf-captions .ulf-caption {
    max-width: 440px;
  }
  .inside-ulf .ulf-captions .ulf-caption .indicator {
    max-width: 440px !important;
    width: 100% !important;
  }

  .image-with-areas .box {
    font-size: 1.3em;
  }

  .link-card-container .link-card {
    width: 22.5%;
    margin-right: 3%;
  }

  .search-field-and-filters .search-container {
    border-radius: 27.5px;
    margin-bottom: 12px;
  }
  .search-field-and-filters .search-container input[type=search] {
    padding: 10px 0 11px 17px;
    font-size: 1em;
  }
  .search-field-and-filters .search-container button[type=submit] {
    width: 32px;
    height: 32px;
  }

  .search-filters {
    margin-bottom: 14px;
  }
  .search-filters .filter {
    border-radius: 27.5px;
    font-size: 1em;
    line-height: 1;
    min-width: 155px;
    padding: 5px 28px 5px 12px;
    margin-right: 14px;
    margin-bottom: 3px;
  }
  .search-filters .close {
    width: 7px;
    height: 7px;
    right: 12px;
  }
  .search-filters .remove-all {
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    color: #6e6e6e;
  }

  .search-select-box-container {
    border-radius: 27.5px;
    padding: 6px;
  }
  .search-select-box-container label {
    left: 13px;
    font-size: 1em;
  }
  .search-select-box-container select {
    padding-top: 0;
  }
  .search-select-box-container:after {
    right: 11px;
    height: 10px;
    width: 15px;
  }
}
@media screen and (max-width: 820px) {
  .headquarters-slider .icon {
    width: 32px;
    height: 32px;
  }

  .company-slider-container .arrow-left, .company-slider-container .arrow-right, .headquarters-slider-container .arrow-left, .headquarters-slider-container .arrow-right {
    width: 14px;
    height: 22px;
  }

  .management-team .detail-overlay .navigation .arrow-left, .management-team .detail-overlay .navigation .arrow-right {
    width: 14px;
    height: 22px;
  }

  .appointment {
    flex: 0 0 45.5%;
    max-width: 45.5%;
  }

  .eu-aid-container {
    max-width: 200px;
  }

  .news-article {
    flex-wrap: wrap;
  }
  .news-article article.col8, .news-article .news-item-images {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-article .news-item-images {
    margin-top: 24px;
  }

  .event-page-image {
    max-width: 100%;
  }

  .stage-career.landingpage .buttons button {
    flex: 0 0 34%;
    max-width: 34%;
  }

  #ulf-introduction .stage-image {
    width: 100%;
    padding-right: 36px;
  }

  .inside-ulf .ulf-captions {
    max-width: 72.5%;
    margin: 0 auto 48px;
    position: static;
  }

  .link-card-container {
    justify-content: space-between;
  }
  .link-card-container .link-card {
    width: 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .text-with-contact-information .col5:first-of-type {
    flex: 0 0 56.5%;
    max-width: 56.5%;
  }
  .text-with-contact-information .col5:last-of-type {
    flex: 0 0 31.3%;
    max-width: 31.3%;
  }

  .blog-article .col9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .stage-career.landingpage .buttons button {
    flex: 0 0 38%;
    max-width: 38%;
  }
}
@media screen and (max-width: 620px) {
  .link-tiles .tile .overlay .inner h3 {
    font-size: 1.6em;
  }

  .headquarters-slider .icon {
    width: 24px;
    height: 24px;
  }

  .management-team {
    display: flex;
    flex-wrap: wrap;
  }
  .management-team .member {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .management-team .detail-overlay .member-content {
    padding: 16px;
  }
  .management-team .detail-overlay .member-content .quote {
    padding: 0;
  }
  .management-team .detail-overlay .member-content .quote span {
    line-height: 2.4;
    font-size: 1.1em;
  }
  .management-team .detail-overlay .close {
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
  }

  .facts-and-figures-slider .slide .facts-and-figures.flex-container {
    flex-wrap: wrap;
  }
  .facts-and-figures-slider .slide .facts-and-figures .col4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }

  .contact-form-container .col10 {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .content-slider .slide .col10, .content-slider .slide .col8, .content-slider .slide .col4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content-slider .slide .col8 {
    margin-bottom: 12px;
  }

  .advantages.flex-container, .product-accordion.flex-container {
    flex-wrap: wrap;
  }
  .advantages .col4, .product-accordion .col4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
  }

  .product-accordion .col4 img {
    max-width: 72.5%;
    margin: 0 auto;
  }

  .three-col-container .col9, .three-col-container .col4, .three-col-container .col3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .three-col-container div:last-child:nth-child(n+5) {
    margin-right: 0;
    margin-left: 0;
  }
  .three-col-container .col4, .three-col-container .col3 {
    margin-bottom: 12px;
  }
  .three-col-container .col4:last-child, .three-col-container .col3:last-child {
    margin-bottom: 0;
  }
  .three-col-container .flex-container {
    flex-wrap: wrap;
  }

  .new-timeline .entry:nth-child(2n), .new-timeline .entry:nth-child(2n+1) {
    left: 0;
    flex-direction: row;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 48px;
  }
  .new-timeline .entry:nth-child(2n) .year, .new-timeline .entry:nth-child(2n+1) .year {
    margin-left: 0;
    margin-right: 0;
    font-size: 3em;
  }
  .new-timeline .entry:nth-child(2n) .entry-content, .new-timeline .entry:nth-child(2n+1) .entry-content {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 12px;
  }

  .details-text-container h2 {
    margin-bottom: 24px;
  }
  .details-text-container .flex-container {
    flex-wrap: wrap;
  }
  .details-text-container .col8, .details-text-container .col3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .details-text-container .col3 {
    margin: 48px 0;
  }

  ul.indented-list {
    margin-top: 24px !important;
    margin-left: 24px !important;
  }

  .mosaic {
    background-image: none !important;
  }
  .mosaic .tile {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .mosaic .tile .inner {
    display: flex;
  }

  .appointment {
    flex: 0 0 90%;
    max-width: 90%;
    margin-bottom: 32px;
  }
  .appointment:last-child {
    margin-bottom: 0;
  }

  .col7.event-introduction-text, .col6.appointments-text, .col4.event-introduction-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .event-content .col4 {
    margin-bottom: 24px;
  }
  .event-content .col4, .event-content .col8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hover-tiles .tile, .link-tiles .tile, .text-tiles .tile {
    width: 100%;
  }

  .flex-container .sales-national-team {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 24px;
  }
  .flex-container .sales-national-team.last {
    margin-bottom: 24px;
  }

  #cookie-warning-overlay .cookie-warning-inner .buttons .new-blue-button {
    margin-right: 0;
  }

  .stage-career.landingpage {
    height: 76.385vw;
    margin-bottom: 32px;
  }
  .stage-career.landingpage .slogan-with-buttons .slogan {
    margin-bottom: 12px;
  }
  .stage-career.landingpage .slogan-with-buttons .slogan .slogan-line span {
    font-size: 2.3em;
    line-height: 1.9;
  }
  .stage-career.landingpage .buttons button {
    flex: 0 0 93%;
    max-width: 93%;
  }

  #ulf-introduction .sub-headline {
    margin-bottom: 16px;
  }
  #ulf-introduction .stage-image {
    margin-top: 36px;
  }

  .icon-list .list-item .icon {
    width: 24px;
  }
  .icon-list .list-item p {
    font-size: 1.2em;
  }

  .testimonial-slider .slide .slide-content {
    padding: 48px 16px 48px 16px;
  }
  .testimonial-slider .slide .slide-content .slider-headline {
    margin-bottom: 24px;
    font-size: 1.2em;
  }
  .testimonial-slider .slide .slide-content blockquote {
    font-size: 1.62em;
    margin-bottom: 16px;
  }
  .testimonial-slider .slide .slide-content blockquote cite {
    font-size: 0.74em;
  }

  .inside-ulf .ulf-captions {
    width: 95%;
    margin: 0 auto 64px;
  }
  .inside-ulf .ulf-captions p {
    margin-bottom: 2em;
  }
  .inside-ulf .inside-ulf-image {
    width: 100%;
  }

  .image-with-areas {
    min-height: 40vh;
  }
  .image-with-areas > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .image-with-areas .box {
    font-size: 1.18em;
  }
  .image-with-areas .box:first-of-type {
    left: 5% !important;
    top: -12.5% !important;
  }
  .image-with-areas .box:last-of-type {
    right: 5% !important;
    bottom: -12.5% !important;
    left: auto !important;
  }

  .link-card-container {
    justify-content: space-between;
  }
  .link-card-container .link-card {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .text-with-contact-information .col5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-with-contact-information .col5:last-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 48px;
  }
  .text-with-contact-information .button-info-bar {
    flex-wrap: wrap;
  }
  .text-with-contact-information .button-info-bar span {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-with-contact-information .button-info-bar span .info-bar-icon {
    margin-left: 0;
  }

  .image-with-interferer .image-interferer {
    transform: translate(-15%, -15%);
  }

  .company-element h3.sub-headline {
    margin-bottom: 24px;
  }

  .blog-article .linked-products .flex-container {
    flex-wrap: wrap;
  }
  .blog-article .linked-products .col4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-field-and-filters {
    flex-wrap: wrap;
  }
  .search-field-and-filters .col6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-field-and-filters .search-container button[type=submit] {
    width: 32px;
    height: 32px;
  }
  .search-field-and-filters .search-filters {
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=company.css.map */
