@charset "UTF-8";
/***********************
Farben
***********************/
/***********************
Allgemein
***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
div {
  width: 100%;
}
.width {
  max-width: 1670px;
  margin: 0 auto;
  position: relative;
}
img, picture {
  max-width: 100%;
  height: auto;
}
p, ul, ol, table {
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 2vw, 33px);
  font-weight: normal;
  margin: 0px;
  margin-bottom: clamp(25px, 2vw, 33px);
  color: #84878D;
}
a, a:link, a:visited, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):link, a:not([href]):not([tabindex]):visited {
  color: #164194;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a:hover, a:focus, a:active, a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):active {
  color: #001E58;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a.button.primaer, a.button.primaer:link, a.button.primaer:visited, a.button.primaer:not([href]):not([tabindex]), a.button.primaer:not([href]):not([tabindex]):link, a.button.primaer:not([href]):not([tabindex]):visited, input[type="submit"].button.primaer, button.button.primaer, span.button.primaer {
  display: inline-block;
  font-size: clamp(16px, 2vw, 20px);
  line-height: normal;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 25px 45px 25px 80px;
  background-color: #164194;
  background-image: url(/basics/images/icon_button_normal.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  min-width: 350px;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  border: none;
}
a.button.primaer:hover, a.button.primaer:focus, a.button.primaer:active, a.button.primaer:not([href]):not([tabindex]):hover, a.button.primaer:not([href]):not([tabindex]):focus, a.button.primaer:not([href]):not([tabindex]):active, input[type="submit"].button.primaer:hover, input[type="submit"].button.primaer:focus, input[type="submit"].button.primaer:active, button.button.primaer:hover, button.button.primaer:focus, button.button.primaer:active, span.button.primaer:hover, span.button.primaer:focus, span.button.primaer:active {
  background-color: #001E58;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a.button.sekundaer, a.button.sekundaer:link, a.button.sekundaer:visited, a.button.sekundaer:not([href]):not([tabindex]), a.button.sekundaer:not([href]):not([tabindex]):link, a.button.sekundaer:not([href]):not([tabindex]):visited, input[type="submit"].button.sekundaer, button.button.sekundaer, span.button.sekundaer {
  display: inline-block;
  font-size: clamp(16px, 2vw, 20px);
  line-height: normal;
  font-weight: 900;
  color: #164194;
  background: none;
  text-transform: uppercase;
  padding-bottom: clamp(10px, 2.5vw, 20px);
  border: none;
  border-bottom: 1px dashed #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a.button.sekundaer:hover, a.button.sekundaer:focus, a.button.sekundaer:active, a.button.sekundaer:not([href]):not([tabindex]):hover, a.button.sekundaer:not([href]):not([tabindex]):focus, a.button.sekundaer:not([href]):not([tabindex]):active, input[type="submit"].button.sekundaer:hover, input[type="submit"].button.sekundaer:focus, input[type="submit"].button.sekundaer:active, button.button.sekundaer:hover, button.button.sekundaer:focus, button.button.sekundaer:active, span.button.sekundaer:hover, span.button.sekundaer:focus, span.button.sekundaer:active {
  color: #001E58;
  border-bottom: 1px solid #001E58;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a.zurueck, a.zurueck:link, a.zurueck:visited, a.zurueck:not([href]):not([tabindex]), a.zurueck:not([href]):not([tabindex]):link, a.zurueck:not([href]):not([tabindex]):visited {
  display: inline-block;
  color: #164194;
  font-size: 20px;
  font-weight: 900;
  background-image: url(/basics/images/icon_zurueck_link.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 3px 0px 3px 75px;
}
a.zurueck:hover, a.zurueck:focus, a.zurueck:active, a.zurueck:not([href]):not([tabindex]):hover, a.zurueck:not([href]):not([tabindex]):focus, a.zurueck:not([href]):not([tabindex]):active {
  padding-left: 55px;
  opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 {
  color: #001E58;
  font-size: clamp(40px, 3vw, 55px);
  line-height: clamp(45px, 3vw, 60px);
  font-weight: 500;
  margin-bottom: clamp(35px, 3vw, 50px);
}
h2 {
  font-size: clamp(35px, 3vw, 50px);
  line-height: clamp(50px, 3vw, 70px);
  font-weight: normal;
  color: #164194;
  margin-bottom: clamp(35px, 3vw, 50px);
}
h3 {
  font-size: clamp(24px, 2vw, 30px);
  line-height: clamp(35px, 2.5vw, 45px);
  font-weight: normal;
  color: #43454A;
  margin-bottom: clamp(30px, 2.5vw, 40px);
}
h4 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 2vw, 33px);
  font-weight: 900;
  color: #43454A;
  margin-bottom: clamp(20px, 2vw, 25px);
}
h5 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(26px, 2vw, 33px);
  font-weight: 900;
  color: #43454A;
  margin-bottom: 0px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.googlemaps_hinweis {
  background: #F7FAFD;
  padding: 100px 30px;
  text-align: center;
}
.responsive_video, .responsive-video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive_video iframe, .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT, .responsive-video .noYT {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #F7FAFD;
  text-align: center;
  padding: 15px;
}
.responsive_video .noYT .noYT_box, .responsive-video .noYT .noYT_box {
  display: table;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT .noYT_box .noYT_center, .responsive-video .noYT .noYT_box .noYT_center {
  display: table-cell;
  vertical-align: middle;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  margin: 0px 15px 5px 0px;
}
#karte div {
  width: inherit;
}
#karte .gmnoprint {
  display: none;
}
#karte button.gm-ui-hover-effect {
  width: 40px !important;
  height: 40px !important;
}
#karte button.gm-ui-hover-effect span {
  margin: 7px !important;
}
/* Google InfoWindow Styling */
.gm-style-iw {
  max-width: 250px !important;
  overflow: auto !important;
  font-size: 14px;
  line-height: 1.4;
}
.ankerbox {
  position: relative;
}
.ankerbox a {
  position: absolute;
  top: -120px;
}
.autocomplete-suggestions {
  background: #ffffff;
  padding: 15px;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-group {
  font-weight: bold;
  color: #43454A;
}
.autocomplete-suggestions .autocomplete-suggestion {
  color: #84878D;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.autocomplete-suggestions .autocomplete-suggestion:hover, .autocomplete-suggestions .autocomplete-suggestion:focus, .autocomplete-suggestions .autocomplete-suggestion:active {
  color: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/*  ------------------------------------------------------
AKKORDEON
--------------------------------------------------------*/
a.akk_anzeigen, a.akk_anzeigen:link, a.akk_anzeigen:visited {
  display: block;
  padding: 3px 7px;
  background-color: #eee;
  color: #aaa;
  margin-bottom: 15px;
}
a.akk_anzeigen:hover, a.akk_anzeigen:focus, a.akk_anzeigen:active {
  color: #000000;
  text-decoration: none;
}
.linie {
  border-bottom: 1px solid #eee;
  margin: 0px 0px 15px 0px;
}
h2.akkordeon {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  color: #000000;
}
p.akkordeonteaser {
  color: #aaa;
}
.akkordeontext3 img, .akkordeontext3 video {
  margin-bottom: 20px;
}
/***********************
Lightbox
***********************/
.mfp-figure:after {
  background: none;
  box-shadow: none;
}
.mfp-bottom-bar {
  padding-top: 10px;
}
.mfp-title {
  text-align: center;
  padding: 0px 50px;
}
/***********************
Modal
***********************/
.modal {
  background: rgba(3, 27, 59, 0.6);
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  outline: none;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: none;
  color: #ffffff;
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-header .close span {
  font-weight: normal;
  text-shadow: none;
  line-height: 40px;
  font-size: 33px;
  position: relative;
  vertical-align: sub;
  margin-left: 5px;
}
.modal .modal-dialog .modal-content .modal-body .tags {
  padding: 20px 0px 0px 0px;
}
.modal .modal-dialog .modal-content .modal-body .tags .tag {
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0px 3px 5px 0px;
}
.modal .modal-dialog .modal-content .modal-body .tags .tag .text {
  display: inline-block;
  background: #84878D;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 32px 1px 7px;
}
.modal .modal-dialog .modal-content .modal-body .tags input {
  padding: 0px 10px;
  display: block;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #DADCE0;
  color: #84878D;
  font-size: 16px;
  margin-top: 10px;
}
.modal .modal-dialog .modal-content .modal-body .tags input::placeholder {
  color: #B9BCC3;
}
.modal .modal-dialog .modal-content .modal-body .buttonbox {
  padding: 0px 40px 40px 40px;
}
.modal .modal-dialog .modal-content .modal-body .buttonbox a.button, .modal .modal-dialog .modal-content .modal-body .buttonbox a.button:link, .modal .modal-dialog .modal-content .modal-body .buttonbox a.button:visited {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}
.modal .modal-dialog .modal-content .modal-body .buttonbox a.button.primaer, .modal .modal-dialog .modal-content .modal-body .buttonbox a.button:link.primaer, .modal .modal-dialog .modal-content .modal-body .buttonbox a.button:visited.primaer {
  background-image: none;
  padding: 15px;
  min-width: auto;
}
.modal .modal-dialog .modal-content .modal-body .buttonbox a.button.sekundaer, .modal .modal-dialog .modal-content .modal-body .buttonbox a.button:link.sekundaer, .modal .modal-dialog .modal-content .modal-body .buttonbox a.button:visited.sekundaer {
  padding-bottom: 15px;
  margin-right: 15px;
}
.modal.kontakt .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .kontaktbox_oben {
  padding: 50px 40px 40px 40px;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .kontaktbox_oben h3 {
  color: #001E58;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .kontaktbox_oben p {
  margin: 0px;
  background-position: left center;
  background-repeat: no-repeat;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .kontaktbox_oben p.phone {
  padding-left: 35px;
  background-image: url(/basics/images/icon_kontakt_phone.svg);
}
.modal.kontakt .modal-dialog .modal-content .modal-body .kontaktbox_oben p.contact {
  padding-left: 35px;
  background-image: url(/basics/images/icon_kontakt_contact.svg);
}
.modal.kontakt .modal-dialog .modal-content .modal-body .kontaktbox_oben p.newsletter {
  padding-left: 35px;
  background-image: url(/basics/images/icon_kontakt_newsletter.svg);
}
.modal.kontakt .modal-dialog .modal-content .modal-body .ansprechpartner_suche {
  background: #F7FAFD;
  padding: 30px 40px;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .ansprechpartner_suche form {
  width: 100%;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .ansprechpartner_suche form select {
  background: #ffffff;
  border: none;
  color: #84878D;
  height: 43px;
  padding: 0px 5px;
  margin-right: 15px;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .ansprechpartner_suche form input[type="text"] {
  background: #ffffff;
  border: none;
  color: #84878D;
  height: 43px;
  line-height: 43px;
  padding: 0px 5px;
  margin-right: 15px;
}
.modal.kontakt .modal-dialog .modal-content .modal-body .ansprechpartner_box {
  padding: 30px 40px;
}
/***********************
Formular
***********************/
.formular {
  width: 100%;
}
.formular label {
  display: block;
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  margin: 0px;
  color: #84878D;
}
.formular select {
  width: 100%;
  height: 55px;
  padding: 0px 10px;
  font-size: 16px;
  color: #84878D;
  border: none;
  background: #E6EBF1;
  margin-bottom: clamp(15px, 2vw, 25px);
}
.formular input[type="text"] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0px 10px;
  font-size: 16px;
  color: #84878D;
  border: none;
  background: #E6EBF1;
  margin-bottom: clamp(15px, 2vw, 25px);
}
.formular input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.formular textarea {
  width: 100%;
  height: 150px;
  line-height: normal;
  padding: 5px 10px;
  font-size: 16px;
  color: #84878D;
  border: none;
  background: #E6EBF1;
  margin-bottom: clamp(15px, 2vw, 25px);
}
.formular p {
  margin-bottom: clamp(15px, 2vw, 25px);
}
.formular .button {
  margin-bottom: clamp(15px, 2vw, 25px);
}
.formular .dropzone .dz-preview {
  width: auto;
  min-width: 120px;
  background: none;
  /*.dz-success-mark, .dz-error-mark {
				margin-left: 20px;
				margin-top: 20px;
				
				svg {
					width: 40px;
					height: 40px;
				}
			}*/
}
.formular .dropzone .dz-preview div {
  width: auto;
}
.formular .dropzone .dz-preview .dz-remove {
  justify-content: center;
  align-items: center;
  height: 1.65rem;
  width: 1.65rem;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  border-radius: 100%;
  top: -0.825rem;
  right: -0.825rem;
  z-index: 100;
}
.formular .dropzone .dz-preview .dz-remove:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  mask-size: 40%;
  -webkit-mask-size: 40%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #78829D;
  -webkit-mask-image: url(/basics/images/dropzone_x.svg);
  mask-image: url(/basics/images/dropzone_x.svg);
}
.formular .dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #ffffff;
}
.formular .dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.formular .dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
/***********************
Header
***********************/
.header .logo {
  display: block;
  margin: 45px 0px 0px auto;
}
.header ul.hauptnavi {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  text-align: left;
}
.header ul.hauptnavi li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header ul.hauptnavi li a, .header ul.hauptnavi li a:link, .header ul.hauptnavi li a:visited {
  display: block;
  font-size: 18px;
  line-height: normal;
  color: #84878D;
  padding: 30px 15px;
  /*&.subnavi {
					background-image: url(/basics/images/header_icon_menu_pfeil.svg);
					background-repeat: no-repeat;
					background-position: right center;
				}*/
}
.header ul.hauptnavi li a.parent_hover, .header ul.hauptnavi li a:link.parent_hover, .header ul.hauptnavi li a:visited.parent_hover {
  background: #F7F8FA !important;
  background-position: right center !important;
}
.header ul.hauptnavi li a:hover, .header ul.hauptnavi li a:focus, .header ul.hauptnavi li a:active {
  color: #164194;
  background: #F7F8FA !important;
  background-position: right center !important;
}
.header ul.hauptnavi li.active > a, .header ul.hauptnavi li.active > a:link, .header ul.hauptnavi li.active > a:visited, .header ul.hauptnavi li.active > a:hover, .header ul.hauptnavi li.active > a:focus, .header ul.hauptnavi li.active > a:active {
  font-weight: bold;
  color: #164194;
}
.header ul.hauptnavi li:hover ul, .header ul.hauptnavi li:focus ul, .header ul.hauptnavi li:active ul {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
  height: auto;
  overflow: auto;
  /*display: block;*/
}
.header ul.hauptnavi li ul {
  /*display: none;*/
  position: absolute;
  left: 0px;
  top: 81px;
  z-index: 500;
  background: #F7F8FA;
  /*padding: 15px 30px;*/
  padding: 10px 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  /*min-width: 200px;*/
  min-width: 250px;
}
.header ul.hauptnavi li ul li {
  display: block;
  margin: 0px !important;
  padding: 15px 0px;
}
.header ul.hauptnavi li ul li a, .header ul.hauptnavi li ul li a:link, .header ul.hauptnavi li ul li a:visited {
  font-weight: bold;
  border-left: 3px solid transparent;
  padding: 0px 0px 0px 20px;
}
.header ul.hauptnavi li ul li a.subnavi, .header ul.hauptnavi li ul li a:link.subnavi, .header ul.hauptnavi li ul li a:visited.subnavi {
  background: none;
}
.header ul.hauptnavi li ul li a:hover, .header ul.hauptnavi li ul li a:focus, .header ul.hauptnavi li ul li a:active {
  color: #43454A;
}
.header ul.hauptnavi li ul li.active a, .header ul.hauptnavi li ul li.active a:link, .header ul.hauptnavi li ul li.active a:visited, .header ul.hauptnavi li ul li.active a:hover, .header ul.hauptnavi li ul li.active a:focus, .header ul.hauptnavi li ul li.active a:active {
  color: #43454A;
  border-left: 3px solid #164194;
}
.header ul.hauptnavi li ul li.active ul li a, .header ul.hauptnavi li ul li.active ul li a:link, .header ul.hauptnavi li ul li.active ul li a:visited {
  color: #84878D;
  border-left: none;
}
.header ul.hauptnavi li ul li.active ul li a:hover, .header ul.hauptnavi li ul li.active ul li a:focus, .header ul.hauptnavi li ul li.active ul li a:active {
  color: #164194;
}
.header ul.hauptnavi li ul li.active ul li.active a, .header ul.hauptnavi li ul li.active ul li.active a:link, .header ul.hauptnavi li ul li.active ul li.active a:visited, .header ul.hauptnavi li ul li.active ul li.active a:hover, .header ul.hauptnavi li ul li.active ul li.active a:focus, .header ul.hauptnavi li ul li.active ul li.active a:active {
  color: #164194;
  font-weight: bold;
}
.header ul.hauptnavi li ul li ul {
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  background: none;
  padding: 15px 0px 0px 0px;
}
.header ul.hauptnavi li ul li ul li {
  padding: 5px 0px;
}
.header ul.hauptnavi li ul li ul li a, .header ul.hauptnavi li ul li ul li a:link, .header ul.hauptnavi li ul li ul li a:visited {
  color: #84878D;
  font-weight: normal;
}
.header ul.hauptnavi li ul li ul li a:hover, .header ul.hauptnavi li ul li ul li a:focus, .header ul.hauptnavi li ul li ul li a:active {
  color: #164194;
}
.header ul.hauptnavi li ul li ul li.active a, .header ul.hauptnavi li ul li ul li.active a:link, .header ul.hauptnavi li ul li ul li.active a:visited, .header ul.hauptnavi li ul li ul li.active a:hover, .header ul.hauptnavi li ul li ul li.active a:focus, .header ul.hauptnavi li ul li ul li.active a:active {
  color: #164194;
  font-weight: bold;
}
.header button.mobilebutton, .header button.mobilebutton_box {
  background: none;
  border: none;
  display: block;
  text-align: right;
  cursor: pointer;
  outline: none;
}
.header button.mobilebutton p, .header button.mobilebutton_box p {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0px 0px 20px;
  cursor: pointer;
  font-size: 15px;
  color: #164194;
  text-transform: uppercase;
}
.header button.mobilebutton .icon, .header button.mobilebutton_box .icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header button.mobilebutton .icon span, .header button.mobilebutton_box .icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #164194;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header button.mobilebutton .icon span:nth-child(1), .header button.mobilebutton_box .icon span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.header button.mobilebutton .icon span:nth-child(2), .header button.mobilebutton_box .icon span:nth-child(2) {
  top: 0px;
  left: 13px;
}
.header button.mobilebutton .icon span:nth-child(3), .header button.mobilebutton_box .icon span:nth-child(3) {
  top: 0px;
  left: 27px;
}
.header button.mobilebutton .icon span:nth-child(4), .header button.mobilebutton_box .icon span:nth-child(4) {
  top: 10px;
  left: 0px;
}
.header button.mobilebutton .icon span:nth-child(5), .header button.mobilebutton_box .icon span:nth-child(5) {
  top: 10px;
  left: 13px;
}
.header button.mobilebutton .icon span:nth-child(6), .header button.mobilebutton_box .icon span:nth-child(6) {
  top: 10px;
  left: 27px;
}
.header button.mobilebutton .icon span:nth-child(7), .header button.mobilebutton_box .icon span:nth-child(7) {
  top: 20px;
  left: 0px;
}
.header button.mobilebutton .icon span:nth-child(8), .header button.mobilebutton_box .icon span:nth-child(8) {
  top: 20px;
  left: 13px;
}
.header button.mobilebutton .icon span:nth-child(9), .header button.mobilebutton_box .icon span:nth-child(9) {
  top: 20px;
  left: 27px;
}
.header button.mobilebutton.open .icon span, .header button.mobilebutton_box.open .icon span {
  height: 4px;
  width: 110%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.header button.mobilebutton.open .icon span:nth-child(1), .header button.mobilebutton_box.open .icon span:nth-child(1) {
  top: 11px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header button.mobilebutton.open .icon span:nth-child(3), .header button.mobilebutton_box.open .icon span:nth-child(3) {
  top: 11px;
  left: 0px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header button.mobilebutton.open .icon span:nth-child(2), .header button.mobilebutton.open .icon span:nth-child(4), .header button.mobilebutton.open .icon span:nth-child(5), .header button.mobilebutton.open .icon span:nth-child(6), .header button.mobilebutton.open .icon span:nth-child(7), .header button.mobilebutton.open .icon span:nth-child(8), .header button.mobilebutton.open .icon span:nth-child(9), .header button.mobilebutton_box.open .icon span:nth-child(2), .header button.mobilebutton_box.open .icon span:nth-child(4), .header button.mobilebutton_box.open .icon span:nth-child(5), .header button.mobilebutton_box.open .icon span:nth-child(6), .header button.mobilebutton_box.open .icon span:nth-child(7), .header button.mobilebutton_box.open .icon span:nth-child(8), .header button.mobilebutton_box.open .icon span:nth-child(9) {
  opacity: 0;
}
.header .mobilemenu {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 15px 0px;
  border-top: 35px solid #F7FAFD;
  overflow-y: auto;
}
.header .mobilemenu ul.mobilenavi {
  padding: 20px 0px 10px 0px;
  text-align: center;
  background: #ffffff;
}
.header .mobilemenu ul.mobilenavi li {
  padding: 0px;
  display: block;
  margin: 0px;
  border-top: 1px solid #E6EBF1;
  position: relative;
}
.header .mobilemenu ul.mobilenavi li:first-child {
  border-top: none;
}
.header .mobilemenu ul.mobilenavi li a, .header .mobilemenu ul.mobilenavi li a:link, .header .mobilemenu ul.mobilenavi li a:visited {
  display: block;
  font-size: 24px;
  padding: 10px 40px 10px 5px;
  position: relative;
  z-index: 10;
  font-weight: normal;
  line-height: normal;
  color: #84878D;
}
.header .mobilemenu ul.mobilenavi li a.mobnavpfeil, .header .mobilemenu ul.mobilenavi li a.mobnavpfeilfix, .header .mobilemenu ul.mobilenavi li a:link.mobnavpfeil, .header .mobilemenu ul.mobilenavi li a:link.mobnavpfeilfix, .header .mobilemenu ul.mobilenavi li a:visited.mobnavpfeil, .header .mobilemenu ul.mobilenavi li a:visited.mobnavpfeilfix {
  display: inline-block;
  height: 48px;
  width: 35px;
  background: url(/basics/images/header_icon_menu_pfeil.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  text-indent: -9999px;
}
.header .mobilemenu ul.mobilenavi li a.mobnavpfeil.pfeil-offen, .header .mobilemenu ul.mobilenavi li a.mobnavpfeilfix.pfeil-offen, .header .mobilemenu ul.mobilenavi li a:link.mobnavpfeil.pfeil-offen, .header .mobilemenu ul.mobilenavi li a:link.mobnavpfeilfix.pfeil-offen, .header .mobilemenu ul.mobilenavi li a:visited.mobnavpfeil.pfeil-offen, .header .mobilemenu ul.mobilenavi li a:visited.mobnavpfeilfix.pfeil-offen {
  background-image: url(/basics/images/header_icon_menu_pfeil_oben.svg);
}
.header .mobilemenu ul.mobilenavi li a:hover, .header .mobilemenu ul.mobilenavi li a:focus, .header .mobilemenu ul.mobilenavi li a:active {
  color: #164194;
}
.header .mobilemenu ul.mobilenavi li.active > a, .header .mobilemenu ul.mobilenavi li.active > a:link, .header .mobilemenu ul.mobilenavi li.active > a:visited {
  color: #164194;
}
.header .mobilemenu ul.mobilenavi li ul {
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
  background: none;
  padding: 10px 0px;
  background: #F7FAFD;
}
.header .mobilemenu ul.mobilenavi li ul li {
  border-top: none;
}
.header .mobilemenu ul.mobilenavi li ul li a, .header .mobilemenu ul.mobilenavi li ul li a:link, .header .mobilemenu ul.mobilenavi li ul li a:visited {
  font-size: 20px;
  font-weight: normal;
}
.header .mobilemenu ul.mobilenavi li ul li a.mobnavpfeil, .header .mobilemenu ul.mobilenavi li ul li a.mobnavpfeilfix, .header .mobilemenu ul.mobilenavi li ul li a:link.mobnavpfeil, .header .mobilemenu ul.mobilenavi li ul li a:link.mobnavpfeilfix, .header .mobilemenu ul.mobilenavi li ul li a:visited.mobnavpfeil, .header .mobilemenu ul.mobilenavi li ul li a:visited.mobnavpfeilfix {
  height: 44px;
}
.header .mobilemenu ul.mobilenavi li ul li ul {
  background: #B9BCC3;
}
.header .mobilemenu ul.mobilenavi li ul li ul li a, .header .mobilemenu ul.mobilenavi li ul li ul li a:link, .header .mobilemenu ul.mobilenavi li ul li ul li a:visited {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 40px 5px 5px;
}
.header .mobilemenu ul.mobilenavi li ul li ul li a.mobnavpfeil, .header .mobilemenu ul.mobilenavi li ul li ul li a.mobnavpfeilfix, .header .mobilemenu ul.mobilenavi li ul li ul li a:link.mobnavpfeil, .header .mobilemenu ul.mobilenavi li ul li ul li a:link.mobnavpfeilfix, .header .mobilemenu ul.mobilenavi li ul li ul li a:visited.mobnavpfeil, .header .mobilemenu ul.mobilenavi li ul li ul li a:visited.mobnavpfeilfix {
  height: 31px;
}
.header .mobilemenu select.sprache {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: none;
  background-image: url(/basics/images/header_icon_menu_pfeil.svg);
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
  font-size: 13px;
  line-height: normal;
  color: #84878D;
  text-transform: uppercase;
  padding-right: 15px;
}
.header .mobilemenu .suche {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 20px;
  position: relative;
}
.header .mobilemenu .suche a.lupe, .header .mobilemenu .suche a.lupe:link, .header .mobilemenu .suche a.lupe:visited {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(/basics/images/header_icon_lupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.header#scrollnavi {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 900;
  background: #ffffff;
  padding: 10px 0px;
  border-bottom: 1px solid #F7FAFD;
}
.header#scrollnavi .logo {
  margin: 0px 0px 0px auto;
  height: 65px;
  width: auto;
}
/***********************
Meta
***********************/
.meta {
  position: relative;
  z-index: 300;
  padding-top: 55px;
  text-align: right;
  padding-bottom: 10px;
}
.meta ul {
  padding: 0px;
  margin: 0px 25px 0px 0px;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 11px;
}
.meta ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.meta ul li:first-child {
  margin-left: 0px;
}
.meta ul li a, .meta ul li a:link, .meta ul li a:visited {
  font-size: 13px;
  line-height: normal;
  color: #84878D;
  text-transform: uppercase;
}
.meta ul li a:hover, .meta ul li a:focus, .meta ul li a:active {
  color: #164194;
}
.meta ul li.active a, .meta ul li.active a:link, .meta ul li.active a:visited, .meta ul li.active a:hover, .meta ul li.active a:focus, .meta ul li.active a:active {
  color: #164194;
}
.meta select.sprache {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: none;
  background-image: url(/basics/images/header_icon_menu_pfeil.svg);
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
  font-size: 13px;
  line-height: normal;
  color: #84878D;
  text-transform: uppercase;
  padding-right: 15px;
}
.meta .suche {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 20px;
  position: relative;
}
.meta .suche a.lupe, .meta .suche a.lupe:link, .meta .suche a.lupe:visited {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(/basics/images/header_icon_lupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.meta .kundenkonto {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/basics/images/header_icon_kunde_blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}
.meta .kundenkonto.info:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #D90000;
  position: absolute;
  right: -4px;
  top: 0px;
}
.modal#modal_suche .modal-dialog .modal-content, .modal#modal_suche_mobile .modal-dialog .modal-content {
  background: none;
  border: none;
}
.modal#modal_suche .modal-dialog .modal-content .modal-body, .modal#modal_suche_mobile .modal-dialog .modal-content .modal-body {
  background: none;
  padding: 0px;
}
.modal#modal_suche .modal-dialog .modal-content .modal-body .suchbox, .modal#modal_suche_mobile .modal-dialog .modal-content .modal-body .suchbox {
  position: relative;
}
.modal#modal_suche .modal-dialog .modal-content .modal-body .suchbox input[type="text"], .modal#modal_suche_mobile .modal-dialog .modal-content .modal-body .suchbox input[type="text"] {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: none;
  color: #B9BCC3;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 100px 0px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.modal#modal_suche .modal-dialog .modal-content .modal-body .suchbox input[type="submit"], .modal#modal_suche_mobile .modal-dialog .modal-content .modal-body .suchbox input[type="submit"] {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  border: none;
  background: #164194;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal#modal_suche .modal-dialog .modal-content .modal-body .suchbox input[type="submit"]:hover, .modal#modal_suche .modal-dialog .modal-content .modal-body .suchbox input[type="submit"]:focus, .modal#modal_suche .modal-dialog .modal-content .modal-body .suchbox input[type="submit"]:active, .modal#modal_suche_mobile .modal-dialog .modal-content .modal-body .suchbox input[type="submit"]:hover, .modal#modal_suche_mobile .modal-dialog .modal-content .modal-body .suchbox input[type="submit"]:focus, .modal#modal_suche_mobile .modal-dialog .modal-content .modal-body .suchbox input[type="submit"]:active {
  opacity: 0.8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Headerbild
***********************/
.headerbild_leer {
  height: 50px;
}
.headerbild {
  margin-top: -100px;
}
.headerbild.gross {
  padding-bottom: 300px;
}
.headerbild.gross .bild {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: clamp(350px, 45vw, 795px);
  position: relative;
}
.headerbild.gross .bild img {
  position: absolute;
  right: 5vw;
  bottom: 0px;
  z-index: 100;
  width: clamp(100px, 15vw, 260px);
  height: auto;
  -webkit-box-shadow: 10px 3px 50px 0px black;
  -moz-box-shadow: 10px 3px 50px 0px black;
  box-shadow: 10px 3px 50px 0px black;
}
.headerbild.gross p.bildunterschrift {
  font-size: 20px;
  line-height: normal;
  width: 75%;
  margin: 21px 0px;
}
.headerbild.gross .text {
  position: relative;
  top: 150px;
  padding: 20px 20px 150px 4vw;
  height: 100%;
}
.headerbild.gross .text.mit_slider {
  height: 80%;
  height: calc(100% - 89px);
}
.headerbild.gross .text:before {
  content: "";
  display: block;
  background-image: url(/basics/images/headerbild_bg.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  width: 60vw;
  height: 100%;
  position: absolute;
  left: -5.85vw;
  right: -50vw;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.headerbild.gross .text .text_table {
  display: table;
  width: 100%;
  height: 100%;
}
.headerbild.gross .text .text_table .text_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.headerbild.gross .text h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.headerbild.gross .text p {
  color: #ffffff;
  font-size: clamp(24px, 2vw, 30px);
  line-height: clamp(35px, 2.5vw, 45px);
  margin-bottom: clamp(25px, 2.5vw, 35px);
}
.headerbild.gross .text a.button.primaer {
  padding: 63px 45px 63px 155px;
  padding-top: clamp(35px, 5vw, 63px);
  padding-bottom: clamp(35px, 5vw, 63px);
  background-image: url(/basics/images/headerbild_icon_button.svg);
  background-position: left 84px center;
  width: 120%;
  width: calc(100% + 5.85vw);
  text-align: center;
  position: absolute;
  left: -5.85vw;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}
.headerbild.klein {
  padding-bottom: clamp(50px, 5vw, 75px);
}
.headerbild.klein .headline {
  background: #E6EBF1;
  padding: 45px 15px 45px 4vw;
}
.headerbild.klein .headline h1, .headerbild.klein .headline h2 {
  color: #001E58;
  margin: 0px;
}
.headerbild.klein .headline h3 {
  margin: 0px;
}
.headerbild.klein .bildbox.referenz .bild {
  height: clamp(350px, 31vw, 550px);
}
.headerbild.klein .bildbox.referenz .bild.zusatz {
  position: relative;
  /*&:before {
							content: "";
							display: block;
							width: 2px;
							height: 100%;
							position: absolute;
							left: 0px;
							top: 0px;
							bottom: 0px;
							z-index: 20;
							background: linear-gradient(to bottom,  rgba(230,235,241,1) 0%,rgba(22,65,148,1) 100%);
						}*/
}
.headerbild.klein .bildbox .bild {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: clamp(250px, 23vw, 400px);
  position: relative;
}
.headerbild.klein .bildbox:before {
  content: "";
  display: block;
  background-image: url(/basics/images/headerbild_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 60vw;
  height: 100%;
  position: absolute;
  right: -50vw;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.headerbild.klein .bildbox a.button.primaer {
  padding: 63px 45px 63px 155px;
  padding-top: clamp(35px, 5vw, 63px);
  padding-bottom: clamp(35px, 5vw, 63px);
  background-image: url(/basics/images/headerbild_icon_button.svg);
  background-position: left 84px center;
  text-align: center;
  width: 100%;
}
.headerbild.textvariante {
  padding-bottom: 75px;
}
.headerbild.textvariante .text {
  background: #E6EBF1;
  padding: 65px 5vw 30px 4vw;
  padding-top: clamp(35px, 4vw, 65px);
  padding-right: clamp(35px, 4vw, 65px);
  padding-bottom: clamp(20px, 2vw, 30px);
  padding-left: clamp(35px, 4vw, 65px);
  min-height: clamp(230px, 23vw, 400px);
}
.headerbild.textvariante .text h1 {
  color: #001E58;
  max-width: 550px;
}
.headerbild.textvariante .bildbox {
  padding-top: 80px;
  margin-top: 150px;
}
.headerbild.textvariante .bildbox .bild {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: clamp(275px, 18vw, 320px);
  position: relative;
  left: -5vw;
  width: 100%;
  width: calc(100% + 5vw);
}
.headerbild.textvariante .bildbox:before {
  content: "";
  display: block;
  background-image: url(/basics/images/headerbild_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100vw;
  height: 100%;
  height: calc(100% - 150px);
  position: absolute;
  left: -30px;
  top: 150px;
  bottom: 0px;
  z-index: -1;
}
.headerbild.textvariante .suchbox {
  position: absolute;
  left: 8px;
  top: clamp(-200px, -12vw, -115px);
  padding-left: clamp(35px, 4vw, 65px);
}
.headerbild.textvariante .suchbox .input_box {
  background: #ffffff;
  padding: 35px 45px 40px 45px;
  padding-top: clamp(20px, 2vw, 35px);
  padding-right: clamp(25px, 2vw, 45px);
  padding-bottom: clamp(25px, 2vw, 40px);
  padding-left: clamp(25px, 2vw, 45px);
}
.headerbild.textvariante .suchbox .produkt_eingabe {
  display: block;
  width: 100%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #84878D;
  font-size: clamp(20px, 2vw, 30px);
  color: #164194;
  outline: none;
}
.headerbild.textvariante .suchbox .produkt_eingabe::placeholder {
  color: #164194;
}
.headerbild.textvariante .suchbox .produkt_submit {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #164194;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  height: clamp(76px, 7vw, 116px);
  cursor: pointer;
}
.headerbild.textvariante .suchbox .produkt_submit:before {
  content: url(/basics/images/icon_lupe_weiss.svg);
  display: inline-block;
  vertical-align: sub;
  margin-right: 30px;
}
.headerbild .headerbild_slider_bilder {
  margin-bottom: inherit;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.headerbild .headerbild_slider_bilder .swiper-button-prev {
  position: relative;
  top: inherit;
  left: inherit;
  z-index: 100;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  width: 14px;
  background-image: url(/basics/images/headerbild_icon_pfeil_links.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 30px;
}
.headerbild .headerbild_slider_bilder .swiper-button-prev:after {
  display: none;
}
.headerbild .headerbild_slider_bilder .swiper-button-prev.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.headerbild .headerbild_slider_bilder .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  z-index: 100;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  width: 14px;
  background-image: url(/basics/images/headerbild_icon_pfeil_rechts.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.headerbild .headerbild_slider_bilder .swiper-button-next:after {
  display: none;
}
.headerbild .headerbild_slider_bilder .swiper-button-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.headerbild .headerbild_slider_bilder .swiper-pagination {
  margin: 0px;
  position: absolute;
  bottom: 0px;
  right: 5.85vw;
  text-align: right;
  display: inline-block !important;
  width: auto;
}
.headerbild .headerbild_slider_bilder .swiper-pagination span {
  width: auto;
  height: auto;
  margin: 0px;
  width: auto;
  height: auto;
  padding: 0px 10px;
  font-size: 20px;
  line-heighT: normal;
  font-weight: 900;
  color: transparent;
  text-indent: -9999px;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background: none;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headerbild .headerbild_slider_bilder .swiper-pagination span:before {
  display: none;
}
.headerbild .headerbild_slider_bilder .swiper-pagination span:after {
  content: "";
  display: block;
  background: #b4b4b4;
  width: 2px;
  height: 10px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headerbild .headerbild_slider_bilder .swiper-pagination span.swiper-pagination-bullet-active {
  color: #84878D;
  text-indent: 0px;
  background: none;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headerbild .headerbild_slider_bilder .swiper-pagination span.swiper-pagination-bullet-active:after {
  width: 3px;
  height: 84px;
  background: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headerbild.karriere.klein .bildbox .bild {
  height: clamp(350px, 44vw, 780px);
}
.headerbild.karriere.klein .headerbild_slider {
  overflow: hidden;
}
.headerbild.karriere.klein ul.ankernavi {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  /*font-size: clamp(13px, 1vw, 16px);*/
}
.headerbild.karriere.klein ul.ankernavi li {
  display: inline-block;
  vertical-align: top;
  margin-left: clamp(10px, 2vw, 20px);
}
.headerbild.karriere.klein ul.ankernavi li:first-child {
  margin-left: 0px;
}
.headerbild.karriere.klein ul.ankernavi li a, .headerbild.karriere.klein ul.ankernavi li a:link, .headerbild.karriere.klein ul.ankernavi li a:visited {
  color: #84878D;
}
.headerbild.karriere.klein ul.ankernavi li a:hover, .headerbild.karriere.klein ul.ankernavi li a:focus, .headerbild.karriere.klein ul.ankernavi li a:active {
  color: #43454A;
  font-weight: bold;
}
.headerbild.karriere.textvariante ul.ankernavi {
  display: block;
  padding: 20px 0px 0px 0px;
  margin: 0px;
  list-style-type: none;
  font-size: clamp(13px, 1vw, 16px);
}
.headerbild.karriere.textvariante ul.ankernavi li {
  display: inline-block;
  vertical-align: top;
  margin-left: clamp(10px, 2vw, 20px);
}
.headerbild.karriere.textvariante ul.ankernavi li:first-child {
  margin-left: 0px;
}
.headerbild.karriere.textvariante ul.ankernavi li a, .headerbild.karriere.textvariante ul.ankernavi li a:link, .headerbild.karriere.textvariante ul.ankernavi li a:visited {
  color: #84878D;
}
.headerbild.karriere.textvariante ul.ankernavi li a:hover, .headerbild.karriere.textvariante ul.ankernavi li a:focus, .headerbild.karriere.textvariante ul.ankernavi li a:active {
  color: #43454A;
  font-weight: bold;
}
/***********************
Kontaktbox (Include)
***********************/
.kontaktbox_include {
  margin-bottom: 40px;
}
.kontaktbox_include h1, .kontaktbox_include h2, .kontaktbox_include h3, .kontaktbox_include h4 {
  color: #ffffff;
}
.kontaktbox_include h1 a, .kontaktbox_include h1 a:link, .kontaktbox_include h1 a:visited, .kontaktbox_include h2 a, .kontaktbox_include h2 a:link, .kontaktbox_include h2 a:visited, .kontaktbox_include h3 a, .kontaktbox_include h3 a:link, .kontaktbox_include h3 a:visited, .kontaktbox_include h4 a, .kontaktbox_include h4 a:link, .kontaktbox_include h4 a:visited {
  color: #ffffff;
}
.kontaktbox_include h3 {
  margin-bottom: 25px;
}
.kontaktbox_include p, .kontaktbox_include ul, .kontaktbox_include ol {
  color: #AABEE5;
  margin-bottom: 20px;
}
.kontaktbox_include p a, .kontaktbox_include p a:link, .kontaktbox_include p a:visited, .kontaktbox_include ul a, .kontaktbox_include ul a:link, .kontaktbox_include ul a:visited, .kontaktbox_include ol a, .kontaktbox_include ol a:link, .kontaktbox_include ol a:visited {
  color: #AABEE5;
}
.kontaktbox_include .kontakt {
  background: #164194;
  padding: 30px 25px 40px 25px;
  margin-bottom: 10px;
}
.kontaktbox_include .kontakt a.alle, .kontaktbox_include .kontakt a.alle:link, .kontaktbox_include .kontakt a.alle:visited {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.kontaktbox_include .kontakt a.alle:hover, .kontaktbox_include .kontakt a.alle:focus, .kontaktbox_include .kontakt a.alle:active {
  color: #AABEE5;
}
.kontaktbox_include .links a, .kontaktbox_include .links a:link, .kontaktbox_include .links a:visited {
  display: block;
  color: #AABEE5;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 20px;
  line-height: 33px;
  font-weight: normal;
}
.kontaktbox_include .links a.phone, .kontaktbox_include .links a:link.phone, .kontaktbox_include .links a:visited.phone {
  background-image: url(/basics/images/icon_kontakt_phone_weiss.svg);
}
.kontaktbox_include .links a.contact, .kontaktbox_include .links a:link.contact, .kontaktbox_include .links a:visited.contact {
  background-image: url(/basics/images/icon_kontakt_contact_weiss.svg);
}
.kontaktbox_include .links a.newsletter, .kontaktbox_include .links a:link.newsletter, .kontaktbox_include .links a:visited.newsletter {
  background-image: url(/basics/images/icon_kontakt_newsletter_weiss.svg);
}
.kontaktbox_include .links a:hover, .kontaktbox_include .links a:focus, .kontaktbox_include .links a:active {
  color: #ffffff;
}
.kontaktbox_include .ansprechpartner {
  background: #164194;
  padding: 30px 25px 40px 25px;
}
.kontaktbox_include .ansprechpartner .suche {
  padding-bottom: 15px;
}
.kontaktbox_include .ansprechpartner .suche select {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 50px;
  background: #164194;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #ffffff;
  text-align: center;
}
.kontaktbox_include .ansprechpartner .suche .input {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 65px);
  position: relative;
}
.kontaktbox_include .ansprechpartner .suche .input .eingabe {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #ffffff;
  border: none;
  outline: none;
  padding: 0px 60px 0px 10px;
  font-size: 20px;
  color: #84878D;
}
.kontaktbox_include .ansprechpartner .suche .input .submit {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: #001E58;
  background-image: url(/basics/images/icon_lupe_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  outline: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  cursor: pointer;
}
.kontaktbox_include .ansprechpartner a.alle, .kontaktbox_include .ansprechpartner a.alle:link, .kontaktbox_include .ansprechpartner a.alle:visited {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.kontaktbox_include .ansprechpartner a.alle:hover, .kontaktbox_include .ansprechpartner a.alle:focus, .kontaktbox_include .ansprechpartner a.alle:active {
  color: #AABEE5;
}
/***********************
Headline & text
***********************/
.headline_text {
  padding-bottom: clamp(60px, 6vw, 100px);
}
.headline_text ul, .headline_text ol {
  padding-left: 17px;
}
.headline_text ul {
  padding: 0px;
  list-style-type: none;
}
.headline_text ul li {
  padding-left: 30px;
  position: relative;
}
.headline_text ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #164194;
  position: absolute;
  left: 0px;
  top: 10px;
}
.headline_text.bildergalerie .bildergalerie_liste img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.headline_text.newsartikel p.datum {
  color: #001E58;
}
.headline_text.newsartikel p img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.headline_text.yt_liste .box {
  margin-bottom: 20px;
}
.headline_text .dokumentbox {
  padding-bottom: clamp(20px, 3vw, 40px);
}
.headline_text .dokumentbox .iconbox {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.headline_text .dokumentbox .iconbox.file {
  background-image: url(/basics/images/icon_file_blau.svg);
}
.headline_text .dokumentbox .iconbox.pdf {
  background-image: url(/basics/images/icon_pdf_blau.svg);
}
.headline_text .dokumentbox .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 50px);
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.headline_text .dokumentbox .text p {
  color: #164194;
  margin: 0px;
}
.headline_text .dokumentbox .text p strong {
  display: block;
}
.headline_text .dokumentbox .text p strong span {
  background-image: url(/basics/images/icon_favorit_default.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 10px;
}
.headline_text .dokumentbox .text p strong span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.headline_text .dokumentbox .text .downloads {
  padding-top: 15px;
}
.headline_text .dokumentbox .text .downloads .downloadbox {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text .dokumentbox .text .downloads .downloadbox .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-color: #164194;
  background-repeat: no-repeat;
  background-position: center center;
}
.headline_text .dokumentbox .text .downloads .downloadbox .icon.download {
  background-image: url(/basics/images/icon_download_weiss.svg);
}
.headline_text .dokumentbox .text .downloads .downloadbox .text {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #001E58;
  padding: 2.5px 15px;
  min-width: 75px;
}
.headline_text .dokumentbox .text .downloads .downloadbox:hover, .headline_text .dokumentbox .text .downloads .downloadbox:focus, .headline_text .dokumentbox .text .downloads .downloadbox:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text.bewerbung_formular .kontaktbox_include .ansprechpartner {
  display: none;
}
.headline_text.stellenliste .box {
  background: #F7FAFD;
  padding: 16px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}
.headline_text.stellenliste .box:hover, .headline_text.stellenliste .box:focus, .headline_text.stellenliste .box:active {
  background: #001E58;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text.stellenliste .box:hover h4, .headline_text.stellenliste .box:hover p, .headline_text.stellenliste .box:focus h4, .headline_text.stellenliste .box:focus p, .headline_text.stellenliste .box:active h4, .headline_text.stellenliste .box:active p {
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text.stellenliste .box h4, .headline_text.stellenliste .box p {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.headline_text.stellenliste .box h4 {
  margin-bottom: clamp(25px, 2vw, 33px);
}
.headline_text.stellenliste .box span.pfeil {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/basics/images/icon_pfeil_box.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 20;
}
.headline_text.stellenliste .buttonbox {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 20px;
}
.headline_text.stellendetail h2 span {
  display: block;
  font-size: clamp(24px, 2vw, 30px);
}
.headline_text.stellendetail a.button, .headline_text.stellendetail a.button:link, .headline_text.stellendetail a.button:visited {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  background: #164194;
  padding: 15px 40px;
  margin-bottom: clamp(25px, 2vw, 33px);
}
.headline_text.stellendetail a.button:hover, .headline_text.stellendetail a.button:focus, .headline_text.stellendetail a.button:active {
  background: #001E58;
}
/***********************
Teaserboxen (Icon + Text + Button)
***********************/
.teaserboxen {
  margin-bottom: clamp(60px, 8vw, 130px);
}
.teaserboxen h2 {
  margin-bottom: clamp(35px, 5vw, 90px);
}
.teaserboxen h1, .teaserboxen h2, .teaserboxen h3 {
  width: 100%;
  max-width: 700px;
}
.teaserboxen .box {
  margin-bottom: 30px;
  width: 100%;
  max-width: 315px;
}
.teaserboxen .box h3 {
  margin-bottom: 25px;
}
.teaserboxen .box .bild {
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 15px;
  height: 55px;
}
.teaserboxen .box ul {
  padding: 0px;
  list-style-type: none;
}
.teaserboxen .box ul li {
  padding-left: 30px;
  position: relative;
}
.teaserboxen .box ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #164194;
  position: absolute;
  left: 0px;
  top: 10px;
}
.teaserboxen .box ul.linkliste li {
  padding: 0px;
}
.teaserboxen .box ul.linkliste li:before {
  display: none;
}
.teaserboxen .box ul.linkliste li a, .teaserboxen .box ul.linkliste li a:link, .teaserboxen .box ul.linkliste li a:visited {
  display: block;
  color: #84878D;
  padding-right: 20px;
  background-image: url(/basics/images/schnellverlinkung_link_icon_blau.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
/***********************
Teaserboxen (Bild + Text)
***********************/
.teaserboxen_bild {
  padding-bottom: 50px;
}
.teaserboxen_bild .teaserboxen_bild_slider {
  margin: 0px;
  padding-top: 25px;
  overflow: visible;
}
.teaserboxen_bild .teaserboxen_bild_slider .box {
  margin-bottom: clamp(40px, 4vw, 70px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box .bild {
  height: 0px;
  padding-bottom: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.teaserboxen_bild .teaserboxen_bild_slider .box .bild .bildbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 50;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box .bild .bildbox .bildbox_table {
  display: table;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box .bild .bildbox .bildbox_table .bildbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.teaserboxen_bild .teaserboxen_bild_slider .box .bild .bildbox .bildbox_table .bildbox_tablecell img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box:hover, .teaserboxen_bild .teaserboxen_bild_slider .box:focus, .teaserboxen_bild .teaserboxen_bild_slider .box:active {
  -webkit-box-shadow: 0px 10px 50px 0px #164194;
  -moz-box-shadow: 0px 10px 50px 0px #164194;
  box-shadow: 0px 10px 50px 0px #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box:hover .bild .bildbox, .teaserboxen_bild .teaserboxen_bild_slider .box:focus .bild .bildbox, .teaserboxen_bild .teaserboxen_bild_slider .box:active .bild .bildbox {
  background: rgba(22, 65, 148, 0.5);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box:hover .bild .bildbox .bildbox_table, .teaserboxen_bild .teaserboxen_bild_slider .box:focus .bild .bildbox .bildbox_table, .teaserboxen_bild .teaserboxen_bild_slider .box:active .bild .bildbox .bildbox_table {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#164194+0,164194+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(22, 65, 148, 0) 0%, rgba(22, 65, 148, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(22, 65, 148, 0) 0%, rgba(22, 65, 148, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(22, 65, 148, 0) 0%, rgba(22, 65, 148, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00164194', endColorstr='#80164194',GradientType=0);
  /* IE6-9 */
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box:hover .bild .bildbox .bildbox_table .bildbox_tablecell img, .teaserboxen_bild .teaserboxen_bild_slider .box:focus .bild .bildbox .bildbox_table .bildbox_tablecell img, .teaserboxen_bild .teaserboxen_bild_slider .box:active .bild .bildbox .bildbox_table .bildbox_tablecell img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box:hover .text p, .teaserboxen_bild .teaserboxen_bild_slider .box:focus .text p, .teaserboxen_bild .teaserboxen_bild_slider .box:active .text p {
  background: #164194;
  color: #ffffff;
  padding: 20px 30px;
  border-bottom: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .box .text p {
  color: #43454A;
  font-size: 25px;
  line-height: normal;
  padding: 0px;
  padding-top: clamp(10px, 2vw, 20px);
  padding-bottom: clamp(10px, 2vw, 20px);
  margin: 0px;
  border-bottom: 1px solid #84878D;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .swiper-pagination {
  position: relative;
  top: inherit;
  padding: 0px;
  padding-bottom: clamp(10px, 5vw, 70px);
}
.teaserboxen_bild .teaserboxen_bild_slider .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 12px;
  background: #B4B4B4;
  margin: 0px 2px;
  opacity: 1;
  cursor: pointer;
  border: 5px solid #ffffff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild .teaserboxen_bild_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider {
  padding-top: 0px;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box {
  margin-bottom: clamp(10px, 3vw, 50px);
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box .bild {
  background: #F7FAFD;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box .bild .bildbox .bildbox_table .bildbox_tablecell img {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box .bild .bildbox .bildbox_table .bildbox_tablecell img.normal {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box .bild .bildbox .bildbox_table .bildbox_tablecell img.hover {
  opacity: 0;
  width: 0px;
  height: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:hover, .teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:focus, .teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:active {
  background: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:hover .bildbox .bildbox_table .bildbox_tablecell img.normal, .teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:focus .bildbox .bildbox_table .bildbox_tablecell img.normal, .teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:active .bildbox .bildbox_table .bildbox_tablecell img.normal {
  opacity: 0;
  width: 0px;
  height: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:hover .bildbox .bildbox_table .bildbox_tablecell img.hover, .teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:focus .bildbox .bildbox_table .bildbox_tablecell img.hover, .teaserboxen_bild.service .teaserboxen_bild_slider .box .bild:active .bildbox .bildbox_table .bildbox_tablecell img.hover {
  opacity: 1;
  width: auto;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .zusatz {
  padding-bottom: clamp(35px, 4vw, 70px);
}
.teaserboxen_bild.service .teaserboxen_bild_slider .zusatz p {
  margin: 0px;
}
.teaserboxen_bild.service .teaserboxen_bild_slider .zusatz p br:first-child {
  display: none;
}
/***********************
Schnellverlinkung
***********************/
.schnellverlinkung {
  margin-bottom: clamp(60px, 9vw, 160px);
}
.schnellverlinkung .bg {
  background: #164194;
  padding: 0px 10px;
}
.schnellverlinkung .bg .block {
  padding-top: 35px;
  padding-bottom: 70px;
  border-left: 3px solid #000B5D;
}
.schnellverlinkung .bg .block:first-child {
  border-left: none;
}
.schnellverlinkung .bg .block .box {
  padding: 0px 40px;
}
.schnellverlinkung .bg .block .box .icon {
  height: 45px;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 35px;
}
.schnellverlinkung .bg .block .box h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.schnellverlinkung .bg .block .box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.schnellverlinkung .bg .block .box ul li {
  display: block;
}
.schnellverlinkung .bg .block .box ul li a, .schnellverlinkung .bg .block .box ul li a:link, .schnellverlinkung .bg .block .box ul li a:visited {
  display: block;
  color: #A1A8DE;
  background-image: url(/basics/images/schnellverlinkung_link_icon_blau_transparent.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}
.schnellverlinkung .bg .block .box ul li a:hover, .schnellverlinkung .bg .block .box ul li a:focus, .schnellverlinkung .bg .block .box ul li a:active {
  color: #ffffff;
}
/***********************
Zweispalter Vorschauboxen
***********************/
.zweispalter_vorschauboxen {
  padding-bottom: clamp(35px, 4vw, 65px);
}
.zweispalter_vorschauboxen .box {
  margin-bottom: 60px;
  position: relative;
}
.zweispalter_vorschauboxen .box .flaeche {
  position: relative;
  background: #001E58;
  height: 150px;
  padding: 35px 20px 45px 65px;
}
.zweispalter_vorschauboxen .box .flaeche .bild {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.7;
}
.zweispalter_vorschauboxen .box .flaeche h3 {
  color: #ffffff;
  margin: 0px;
  position: relative;
  z-index: 20;
}
.zweispalter_vorschauboxen .box .button.primaer {
  background-image: none;
  padding: 25px 30px;
  min-width: auto;
  position: absolute;
  right: 0px;
  bottom: -32px;
  z-index: 30;
}
/***********************
Headline & Text & Liste
***********************/
.headline_text_liste {
  padding-bottom: clamp(60px, 9vw, 160px);
}
.headline_text_liste ul {
  padding: 0px;
  list-style-type: none;
}
.headline_text_liste ul li {
  padding-left: 30px;
  position: relative;
}
.headline_text_liste ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #164194;
  position: absolute;
  left: 0px;
  top: 10px;
}
.headline_text_liste ul.downloads li {
  padding: 0px 0px 15px 0px;
}
.headline_text_liste ul.downloads li:before {
  display: none;
}
.headline_text_liste ul.downloads li span {
  width: 15px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  background-image: url(/dateien/bilder/icons/icon_download_klein_blau.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.headline_text_liste .erste_zeile {
  padding: 30px 0px 20px 0px;
}
.headline_text_liste .erste_zeile img {
  margin: -30px 0px 10px 0px;
}
.headline_text_liste .erste_zeile h4 {
  max-width: 200px;
}
.headline_text_liste .erste_zeile table td {
  padding-left: 20px;
}
.headline_text_liste .erste_zeile table td:first-child {
  padding-left: 0px;
}
.headline_text_liste .zweite_zeile img {
  margin: -30px 0px 10px 0px;
}
.headline_text_liste .zweite_zeile h4 {
  max-width: 200px;
  margin-bottom: 15px;
}
.headline_text_liste .zweite_zeile table td {
  padding-left: 20px;
}
.headline_text_liste .zweite_zeile table td:first-child {
  padding-left: 0px;
}
/***********************
Slider Bild & Text
***********************/
.slider_bild_text {
  margin-bottom: clamp(60px, 5vw, 120px);
}
.slider_bild_text h2 {
  margin-bottom: clamp(35px, 5vw, 80px);
}
.slider_bild_text .row.text_bild .col-xl-11, .slider_bild_text .row.text_bild .col-lg-11 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.slider_bild_text .row.text_bild .textbox {
  left: 0px;
  padding: 45px 4vw 25px 15px;
}
.slider_bild_text .row.text_bild .slider_bild_text_slider .bild img {
  right: inherit;
  left: 5.2vw;
}
.slider_bild_text .row.text_bild .slider_bild_text_slider .bild p {
  left: inherit;
  right: 0px;
}
.slider_bild_text .row.text_bild .slider_bild_text_slider .bildunterschrift {
  position: relative;
  left: 6.1vw;
}
.slider_bild_text .row.text_bild .slider_bild_text_slider .swiper-button-next, .slider_bild_text .row.text_bild .slider_bild_text_slider .swiper-button-prev {
  left: 5.2vw;
}
.slider_bild_text .row.text_bild .slider_bild_text_slider .swiper-pagination {
  right: 0px;
}
.slider_bild_text .textbox {
  background: #ffffff;
  padding: 45px 15px 25px 4vw;
  /*padding: 45px 15px 45px 4vw;*/
  position: relative;
  left: -7vw;
  right: 0px;
  top: 5vw;
  /*bottom: 0px;*/
  z-index: 100;
  width: calc(100% + 7vw);
  /*height: 100%;*/
  height: 90%;
}
.slider_bild_text .textbox h3 {
  padding: 5px 0px;
}
.slider_bild_text .textbox h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.slider_bild_text .textbox h3 span {
  display: inline-block;
  vertical-align: middle;
}
.slider_bild_text .textbox p  {
  padding-left: 10px;
}
.slider_bild_text .slider_bild_text_slider {
  margin: 0px;
  overflow: hidden;
}
.slider_bild_text .slider_bild_text_slider .bild {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 0px;
  padding-bottom: 49%;
}
.slider_bild_text .slider_bild_text_slider .bild img {
  position: absolute;
  bottom: 0px;
  right: 4.1vw;
  z-index: 150;
  max-width: 50%;
  -webkit-box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.32);
}
.slider_bild_text .slider_bild_text_slider .bild p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 200;
  margin: 0px;
  padding: 10px 30px;
  color: #ffffff;
  background: rgba(67, 69, 74, 0.8);
}
.slider_bild_text .slider_bild_text_slider .bildunterschrift {
  display: inline-block;
  margin: 18px 0px 22px 0px;
  max-width: 75%;
  font-size: 20px;
  line-height: normal;
}
.slider_bild_text .slider_bild_text_slider .swiper-wrapper {
  margin-bottom: -7px;
}
.slider_bild_text .slider_bild_text_slider .swiper-button-prev {
  position: relative;
  top: inherit;
  left: inherit;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  width: 14px;
  background-image: url(/basics/images/headerbild_icon_pfeil_links.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 30px;
  margin-top: 0px;
  z-index: 20;
}
.slider_bild_text .slider_bild_text_slider .swiper-button-prev:after {
  display: none;
}
.slider_bild_text .slider_bild_text_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slider_bild_text .slider_bild_text_slider .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  width: 14px;
  background-image: url(/basics/images/headerbild_icon_pfeil_rechts.svg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 0px;
  z-index: 20;
}
.slider_bild_text .slider_bild_text_slider .swiper-button-next:after {
  display: none;
}
.slider_bild_text .slider_bild_text_slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.slider_bild_text .slider_bild_text_slider .swiper-pagination {
  margin: 0px;
  bottom: 0px;
  right: 7vw;
  text-align: right;
  display: inline-block !important;
  width: auto;
}
.slider_bild_text .slider_bild_text_slider .swiper-pagination span {
  width: auto;
  height: auto;
  margin: 0px;
  width: auto;
  height: auto;
  padding: 0px 10px;
  font-size: 20px;
  line-heighT: normal;
  font-weight: 900;
  color: transparent;
  text-indent: -9999px;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background: none;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slider_bild_text .slider_bild_text_slider .swiper-pagination span:before {
  display: none;
}
.slider_bild_text .slider_bild_text_slider .swiper-pagination span:after {
  content: "";
  display: block;
  background: #b4b4b4;
  width: 2px;
  height: 10px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slider_bild_text .slider_bild_text_slider .swiper-pagination span.swiper-pagination-bullet-active {
  color: #84878D;
  text-indent: 0px;
  background: none;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slider_bild_text .slider_bild_text_slider .swiper-pagination span.swiper-pagination-bullet-active:after {
  width: 3px;
  height: 84px;
  background: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slider_bild_text .slider_bild_text_slider.text_bild .slick-slide .bild img {
  right: inherit;
  left: 8.45%;
}
.slider_bild_text .slider_bild_text_slider.text_bild .slick-slide .bild p {
  left: inherit;
  right: 0px;
}
.slider_bild_text .slider_bild_text_slider.text_bild .slick-slide .textbox {
  left: 0px;
  right: -20%;
  padding: 45px 4vw 25px 15px;
}
.slider_bild_text .slider_bild_text_slider.text_bild .slick-slide .textbox p {
  padding: 0px;
}
/***********************
Newsliste
***********************/
.newsliste {
  padding-bottom: 80px;
}
.newsliste .box {
  height: 80%;
  height: calc(100% - 70px);
  margin-bottom: clamp(35px, 4vw, 70px);
}
.newsliste .box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.newsliste .box .text {
  background: #ffffff;
  padding: 0px;
  padding-top: clamp(20px, 2vw, 30px);
  padding-left: clamp(20px, 5vw, 70px);
  margin-top: -100px;
  position: relative;
  left: 7vw;
  width: 80%;
  width: calc(100% - 7vw);
}
.newsliste .box .text h4 {
  margin-bottom: 0px;
}
.newsliste .box .text p.datum {
  font-weight: normal;
  margin-bottom: 15px;
  color: #001E58;
}
.newsliste .box .text .button.primaer {
  min-width: inherit;
  width: 100%;
}
.newsliste .pagination_box {
  text-align: center;
  padding-bottom: 70px;
}
.newsliste .pagination_box a, .newsliste .pagination_box a:link, .newsliste .pagination_box a:visited {
  display: inline-block;
  padding: 10px 15px;
  background: #164194;
  color: #ffffff;
}
.newsliste .pagination_box a:hover, .newsliste .pagination_box a:focus, .newsliste .pagination_box a:active {
  background: #001E58;
  color: #ffffff;
}
.newsliste.referenzen .filterbox {
  padding-bottom: 30px;
}
.newsliste.referenzen .filterbox select {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #43454A;
  height: 50px;
  color: #43454A;
  font-size: 20px;
  font-weight: normal;
  padding: 0px 20px;
}
.newsliste.referenzen .box .bild {
  position: relative;
  margin-bottom: 15px;
}
.newsliste.referenzen .box .bild img {
  margin: 0px;
}
.newsliste.referenzen .box .bild img.zusatz {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 20;
  animation: fade 10s infinite;
}
.newsliste.referenzen .box .text {
  position: relative;
  z-index: 30;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/***********************
Historie
***********************/
.historie {
  background: #F7FAFD;
  padding: 120px 0px;
  margin-bottom: 120px;
}
.historie .ueberschrift {
  padding-bottom: 35px;
}
.historie .ueberschrift h2, .historie .ueberschrift h3 {
  margin: 0px;
}
.historie ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
}
.historie ul:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #B8BCC2;
  left: 50%;
  margin-left: -1.5px;
  z-index: 10;
}
.historie ul li {
  position: relative;
  overflow: auto;
}
.historie ul li:before {
  content: " ";
  display: table;
}
.historie ul li:first-child .text p {
  color: #001E58;
}
.historie ul li:nth-child(even) .text {
  float: left;
  padding-left: 0px;
  padding-right: 55%;
  padding-right: calc(50% + 60px);
  text-align: right;
}
.historie ul li .punkt {
  display: inline-block;
  width: 30px;
  heighT: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ffffff;
  border: 4px solid #001E58;
  position: absolute;
  top: 0px;
  left: 48%;
  left: calc(50% - 15px);
  z-index: 20;
}
.historie ul li .text {
  padding-bottom: 25px;
  float: right;
  padding-left: 55%;
  padding-left: calc(50% + 60px);
  margin-top: -7px;
}
.historie ul li .text h3 {
  color: #001E58;
}
/***********************
Akkordeon
***********************/
.akkordeonblock {
  padding-bottom: clamp(60px, 7vw, 120px);
}
.akkordeonblock.downloads {
  padding-bottom: 0px;
}
.akkordeonblock ul, .akkordeonblock ol {
  padding-left: 17px;
}
.akkordeonblock ul {
  padding: 0px;
  list-style-type: none;
}
.akkordeonblock ul li {
  padding-left: 30px;
  position: relative;
}
.akkordeonblock ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #164194;
  position: absolute;
  left: 0px;
  top: 10px;
}
.akkordeonblock .dokumentbox {
  padding-bottom: clamp(20px, 3vw, 40px);
}
.akkordeonblock .dokumentbox .iconbox {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.akkordeonblock .dokumentbox .iconbox.file {
  background-image: url(/basics/images/icon_file_blau.svg);
}
.akkordeonblock .dokumentbox .iconbox.pdf {
  background-image: url(/basics/images/icon_pdf_blau.svg);
}
.akkordeonblock .dokumentbox .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 50px);
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.akkordeonblock .dokumentbox .text p {
  color: #164194;
  margin: 0px;
}
.akkordeonblock .dokumentbox .text p strong {
  display: block;
}
.akkordeonblock .dokumentbox .text p strong span {
  background-image: url(/basics/images/icon_favorit_default.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 10px;
}
.akkordeonblock .dokumentbox .text p strong span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.akkordeonblock .dokumentbox .text .downloads {
  padding-top: 15px;
}
.akkordeonblock .dokumentbox .text .downloads .downloadbox {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .dokumentbox .text .downloads .downloadbox .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-color: #164194;
  background-repeat: no-repeat;
  background-position: center center;
}
.akkordeonblock .dokumentbox .text .downloads .downloadbox .icon.download {
  background-image: url(/basics/images/icon_download_weiss.svg);
}
.akkordeonblock .dokumentbox .text .downloads .downloadbox .text {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #001E58;
  padding: 2.5px 15px;
  min-width: 75px;
}
.akkordeonblock .dokumentbox .text .downloads .downloadbox:hover, .akkordeonblock .dokumentbox .text .downloads .downloadbox:focus, .akkordeonblock .dokumentbox .text .downloads .downloadbox:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .akkordeon {
  margin-bottom: 35px;
}
.akkordeonblock .akkordeon .akkordeon_box {
  border-top: 1px solid #84878D;
  padding-top: 10px;
}
.akkordeonblock .akkordeon .akkordeon_box h3 {
  padding: 1px 0px;
}
.akkordeonblock .akkordeon .akkordeon_box h3.pfeile, .akkordeonblock .akkordeon .akkordeon_box h4.pfeile {
  cursor: pointer;
  background-image: url(/basics/images/icon_akkordeon_zu_box.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 65px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .akkordeon .akkordeon_box h3.pfeile.akkordeon_offen, .akkordeonblock .akkordeon .akkordeon_box h4.pfeile.akkordeon_offen {
  background-image: url(/basics/images/icon_akkordeon_offen_box.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .akkordeon .akkordeon_box .akkordeontext {
  padding: 15px 0px 15px 25px;
}
.akkordeonblock .akkordeon .akkordeon_box .person {
  margin-bottom: 40px;
}
.akkordeonblock .akkordeon .akkordeon_box .person .bild img {
  width: 100%;
  height: auto;
}
.akkordeonblock .akkordeon .akkordeon_box .person .text {
  background: #ffffff;
  padding: 10px 0px 0px 17px;
  position: absolute;
  bottom: 0px;
  left: -3vw;
  width: 110%;
  width: calc(100% + 3vw);
}
.akkordeonblock .akkordeon .akkordeon_box .person .text h4, .akkordeonblock .akkordeon .akkordeon_box .person .text p {
  margin: 0px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 140%;
}
.akkordeonblock .akkordeon .akkordeon_box .person .text h4 {
  margin-bottom: 10px;
}
/***********************
Suchergebnis
***********************/
.suchergebnis {
  padding-bottom: 120px;
}
.suchergebnis .filter_head {
  padding-bottom: 70px;
}
.suchergebnis .filter_head select {
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
  background: none;
  border: 1px solid #43454A;
  color: #43454A;
  padding: 0px 10px;
  font-size: 20px;
  margin-right: 10px;
}
.suchergebnis .filter_head .suchbox {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 1px solid #164194;
  padding-bottom: 10px;
}
.suchergebnis .filter_head .suchbox .filter_gewaehlt {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.suchergebnis .filter_head .suchbox .filter_gewaehlt .filter {
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.suchergebnis .filter_head .suchbox .filter_gewaehlt .filter .text {
  display: inline-block;
  background: #84878D;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 32px 1px 7px;
}
.suchergebnis .filter_head .suchbox .filter_gewaehlt .filter .loeschen {
  display: inline-block;
  height: 24.5px;
  width: 25px;
  background: #84878D;
  background-image: url(/basics/images/icon_x_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 0.5px solid #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.suchergebnis .filter_head .suchbox .filter_gewaehlt .filter .loeschen:hover, .suchergebnis .filter_head .suchbox .filter_gewaehlt .filter .loeschen:focus, .suchergebnis .filter_head .suchbox .filter_gewaehlt .filter .loeschen:active {
  background-color: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.suchergebnis .filter_head .suchbox .suche {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.suchergebnis .filter_head .suchbox .suche .suche_input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 30px;
  color: #164194;
  padding-right: 45px;
}
.suchergebnis .filter_head .suchbox .suche .suche_input::placeholder {
  color: #164194;
}
.suchergebnis .filter_head .suchbox .suche .suche_submit {
  text-indent: -9999px;
  background: url(/basics/images/icon_lupe_blau.svg);
  background-repeat: no-repeat;
  background-position: right bottom 10px;
  border: none;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  outline: none;
  cursor: pointer;
}
.suchergebnis .filter_bereiche {
  padding-bottom: 50px;
}
.suchergebnis .filter_bereiche label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.suchergebnis .filter_bereiche label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 18px;
  height: 18px;
  background: none;
  border: 2px solid rgba(185, 188, 195, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.suchergebnis .filter_bereiche label input:checked {
  border-color: #164194;
  background-color: #164194;
  background-image: url(/basics/images/icon_checkbox_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.suchergebnis .filter_bereiche label input:checked + span {
  font-weight: bold;
  color: #164194;
}
.suchergebnis .filter_bereiche label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #43454A;
}
.suchergebnis .bereich {
  padding-bottom: 50px;
}
.suchergebnis .bereich h3 {
  font-size: 25px;
  border-bottom: 1px solid #84878D;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.suchergebnis .bereich ul {
  padding: 0px;
  list-style-type: none;
}
.suchergebnis .bereich ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.suchergebnis .bereich ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #164194;
  position: absolute;
  left: 0px;
  top: 10px;
}
.suchergebnis .bereich ul li strong {
  display: block;
}
.suchergebnis .bereich .produktbox {
  padding-bottom: 20px;
}
.suchergebnis .bereich .produktbox img {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: auto;
  margin-right: 20px;
}
.suchergebnis .bereich .produktbox .text {
  width: 80%;
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
}
.suchergebnis .bereich .produktbox .text p {
  color: #164194;
}
.suchergebnis .bereich .produktbox .text p strong {
  display: block;
}
.suchergebnis .bereich .produktbox .text p strong span {
  background-image: url(/basics/images/icon_favorit_default.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 10px;
}
.suchergebnis .bereich .produktbox .text p strong span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.suchergebnis .bereich .produktbox .text p:hover, .suchergebnis .bereich .produktbox .text p:focus, .suchergebnis .bereich .produktbox .text p:active {
  color: #001E58;
}
.suchergebnis .bereich .dokumentbox {
  padding-bottom: 40px;
}
.suchergebnis .bereich .dokumentbox .iconbox {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.suchergebnis .bereich .dokumentbox .iconbox.file {
  background-image: url(/basics/images/icon_file_blau.svg);
}
.suchergebnis .bereich .dokumentbox .iconbox.pdf {
  background-image: url(/basics/images/icon_pdf_blau.svg);
}
.suchergebnis .bereich .dokumentbox .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 50px);
}
.suchergebnis .bereich .dokumentbox .text p {
  color: #164194;
  margin: 0px;
}
.suchergebnis .bereich .dokumentbox .text p strong {
  display: block;
}
.suchergebnis .bereich .dokumentbox .text p strong span {
  background-image: url(/basics/images/icon_favorit_default.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 10px;
}
.suchergebnis .bereich .dokumentbox .text p strong span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.suchergebnis .bereich .dokumentbox .text .downloads {
  padding-top: 15px;
}
.suchergebnis .bereich .dokumentbox .text .downloads .downloadbox {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.suchergebnis .bereich .dokumentbox .text .downloads .downloadbox .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-color: #164194;
  background-repeat: no-repeat;
  background-position: center center;
}
.suchergebnis .bereich .dokumentbox .text .downloads .downloadbox .icon.download {
  background-image: url(/basics/images/icon_download_weiss.svg);
}
.suchergebnis .bereich .dokumentbox .text .downloads .downloadbox .text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #001E58;
  padding: 2.5px 15px;
  min-width: 75px;
}
.suchergebnis .bereich .dokumentbox .text .downloads .downloadbox:hover, .suchergebnis .bereich .dokumentbox .text .downloads .downloadbox:focus, .suchergebnis .bereich .dokumentbox .text .downloads .downloadbox:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.suchergebnis .bereich.website ul {
  margin-bottom: 0px;
}
.suchergebnis .bereich.dokument {
  padding-bottom: 20px;
}
.suchergebnis .bereich.dokument .buttonbox {
  padding: 0px 0px 40px 43px;
}
/***********************
Service-Suche (kurz)
***********************/
.service_suche_kurz {
  padding-bottom: 70px;
}
.service_suche_kurz .filter_head select {
  display: inline-block;
  vertical-align: bottom;
  height: clamp(40px, 3vw, 50px);
  background: none;
  border: 1px solid #43454A;
  color: #43454A;
  padding: 0px 10px;
  font-size: clamp(16px, 2vw, 20px);
  margin-right: 10px;
  margin-bottom: 5px;
}
.service_suche_kurz .filter_head .suchbox {
  display: block;
  vertical-align: bottom;
  border-bottom: 1px solid #164194;
  padding-bottom: 10px;
  padding-top: 35px;
}
.service_suche_kurz .filter_head .suchbox .suche {
  display: block;
  vertical-align: bottom;
  position: relative;
}
.service_suche_kurz .filter_head .suchbox .suche .suche_input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  color: #164194;
  padding-right: 45px;
}
.service_suche_kurz .filter_head .suchbox .suche .suche_input::placeholder {
  color: #164194;
}
.service_suche_kurz .filter_head .suchbox .suche .suche_submit {
  text-indent: -9999px;
  background: url(/basics/images/icon_lupe_blau.svg);
  background-repeat: no-repeat;
  background-position: right bottom 10px;
  border: none;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  outline: none;
  cursor: pointer;
}
/***********************
Produkte - Kategorieliste
***********************/
.kategorieliste {
  padding-bottom: 70px;
}
.kategorieliste .kategorien {
  padding-bottom: 40px;
}
.kategorieliste .kategorien ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.kategorieliste .kategorien ul li {
  display: block;
  width: 100%;
}
.kategorieliste .kategorien ul li a, .kategorieliste .kategorien ul li a:link, .kategorieliste .kategorien ul li a:visited {
  display: block;
  font-weight: bold;
  color: #43454A;
}
.kategorieliste .kategorien ul li a:hover, .kategorieliste .kategorien ul li a:focus, .kategorieliste .kategorien ul li a:active {
  color: #164194;
}
.kategorieliste .kategorien ul li.active > a, .kategorieliste .kategorien ul li.active > a:link, .kategorieliste .kategorien ul li.active > a:visited {
  color: #164194;
  font-weight: bold;
}
.kategorieliste .kategorien ul li ul {
  font-size: 17px;
}
.kategorieliste .kategorien ul li ul li {
  position: relative;
  padding-left: 20px;
}
.kategorieliste .kategorien ul li ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: transparent;
  position: absolute;
  left: 0px;
  top: 11px;
}
.kategorieliste .kategorien ul li ul li a, .kategorieliste .kategorien ul li ul li a:link, .kategorieliste .kategorien ul li ul li a:visited {
  font-weight: normal;
}
.kategorieliste .kategorien ul li ul li.active:before {
  background: #164194;
}
.kategorieliste .kategorien select {
  display: none;
  height: 50px;
  background: none;
  border: 1px solid #43454A;
  color: #43454A;
  padding: 0px 10px;
  font-size: 20px;
}
.kategorieliste .box {
  cursor: pointer;
  margin-bottom: 40px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .bild {
  height: 0px;
  padding-bottom: 90%;
  background: #F7FAFD;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .bild .bildbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 50;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .bild .bildbox .bildbox_table {
  display: table;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .bild .bildbox .bildbox_table .bildbox_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.kategorieliste .box .bild .bildbox img {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0px auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .bild .bildbox img.normal {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .bild .bildbox img.hover {
  opacity: 0;
  width: 0px;
  height: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .bild .bildbox span {
  color: #43454A;
  display: inline-block;
  padding: 10px 20px;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box:hover .bild, .kategorieliste .box:focus .bild, .kategorieliste .box:active .bild {
  border-color: transparent !important;
  background: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box:hover .bild .bildbox img.normal, .kategorieliste .box:focus .bild .bildbox img.normal, .kategorieliste .box:active .bild .bildbox img.normal {
  opacity: 0;
  width: 0px;
  height: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box:hover .bild .bildbox img.hover, .kategorieliste .box:focus .bild .bildbox img.hover, .kategorieliste .box:active .bild .bildbox img.hover {
  opacity: 1;
  width: auto;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box:hover .bild .bildbox span, .kategorieliste .box:focus .bild .bildbox span, .kategorieliste .box:active .bild .bildbox span {
  padding: 10px 30px;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box:hover .text, .kategorieliste .box:focus .text, .kategorieliste .box:active .text {
  background: #164194;
  padding: 0px 30px 20px 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box:hover .text span, .kategorieliste .box:focus .text span, .kategorieliste .box:active .text span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box:hover .text span.artikel, .kategorieliste .box:focus .text span.artikel, .kategorieliste .box:active .text span.artikel {
  color: #ffffff;
  opacity: 0.57;
}
.kategorieliste .box:hover .text span.zusatz, .kategorieliste .box:focus .text span.zusatz, .kategorieliste .box:active .text span.zusatz {
  color: #ffffff;
}
.kategorieliste .box:hover .text p, .kategorieliste .box:focus .text p, .kategorieliste .box:active .text p {
  border-color: transparent;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .text {
  padding-bottom: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .text span {
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .box .text span.artikel {
  font-size: 20px;
  color: #164194;
  margin-bottom: 10px;
}
.kategorieliste .box .text span.zusatz {
  font-size: 17px;
  color: #84878D;
}
.kategorieliste .box .text p {
  color: #43454A;
  font-size: 25px;
  line-height: normal;
  margin: 0px;
  padding-top: 20px;
  border-top: 1px solid #84878D;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kategorieliste .schlussbox {
  text-align: center;
  padding: 50px 0px;
}
.kategorieliste .schlussbox p {
  color: #43454A;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 15px;
}
.kategorieliste .schlussbox .progressbar {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px dashed #84878D;
  position: relative;
}
.kategorieliste .schlussbox .progressbar div {
  display: inline-block;
  height: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 10;
  background: #164194;
}
.kategorieliste .schlussbox a.button, .kategorieliste .schlussbox a.button:link, .kategorieliste .schlussbox a.button:visited {
  margin-top: 40px;
}
.kategorieliste .schlussbox a.button.primaer, .kategorieliste .schlussbox a.button:link.primaer, .kategorieliste .schlussbox a.button:visited.primaer {
  background-image: none;
  padding-left: 45px;
}
.kategorieliste.produkte .box .bild {
  border: 2px solid #F7FAFD;
}
.kategorieliste.produkte .box .bild .bildbox {
  background: #F7FAFD;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center center;
}
.kategorieliste.produkte .box .bild .bildbox img {
  width: 100%;
  height: 100%;
}
.kategorieliste.produkte .box .bild .bildbox span {
  background-image: url(/basics/images/icon_favorit_default.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  cursor: pointer;
}
.kategorieliste.produkte .box .bild .bildbox span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.kategorieliste.produkte .box .text {
  padding: 20px 0px;
  position: relative;
}
.kategorieliste.produkte .box .text p {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.kategorieliste.produkte .box .text span.link {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #164194;
  background-image: url(/basics/images/icon_pfeil_rechts_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  bottom: 15px;
}
.kategorieliste.produkte .box:hover .bild .bildbox, .kategorieliste.produkte .box:focus .bild .bildbox, .kategorieliste.produkte .box:active .bild .bildbox {
  background: #164194;
}
.kategorieliste.produkte .box:hover .bild .bildbox img, .kategorieliste.produkte .box:focus .bild .bildbox img, .kategorieliste.produkte .box:active .bild .bildbox img {
  opacity: 0.5;
}
.kategorieliste.produkte .box:hover .text, .kategorieliste.produkte .box:focus .text, .kategorieliste.produkte .box:active .text {
  padding: 20px 30px;
}
.kategorieliste.produkte .box:hover .text p, .kategorieliste.produkte .box:focus .text p, .kategorieliste.produkte .box:active .text p {
  border-color: #ffffff;
}
.kategorieliste.produkte .box:hover .text span.link, .kategorieliste.produkte .box:focus .text span.link, .kategorieliste.produkte .box:active .text span.link {
  right: 30px;
  background-color: #001E58;
}
/***********************
Produktseite
***********************/
.produktseite {
  padding-bottom: 50px;
}
.produktseite .kategorien {
  padding-bottom: 40px;
}
.produktseite .kategorien ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.produktseite .kategorien ul li {
  display: block;
  width: 100%;
}
.produktseite .kategorien ul li a, .produktseite .kategorien ul li a:link, .produktseite .kategorien ul li a:visited {
  display: block;
  font-weight: bold;
  color: #43454A;
}
.produktseite .kategorien ul li a:hover, .produktseite .kategorien ul li a:focus, .produktseite .kategorien ul li a:active {
  color: #164194;
}
.produktseite .kategorien ul li.active > a, .produktseite .kategorien ul li.active > a:link, .produktseite .kategorien ul li.active > a:visited {
  color: #164194;
  font-weight: bold;
}
.produktseite .kategorien ul li ul {
  font-size: 17px;
}
.produktseite .kategorien ul li ul li {
  position: relative;
  padding-left: 20px;
}
.produktseite .kategorien ul li ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: transparent;
  position: absolute;
  left: 0px;
  top: 11px;
}
.produktseite .kategorien ul li ul li a, .produktseite .kategorien ul li ul li a:link, .produktseite .kategorien ul li ul li a:visited {
  font-weight: normal;
}
.produktseite .kategorien ul li ul li.active:before {
  background: #164194;
}
.produktseite .kategorien select {
  display: none;
  height: 50px;
  background: none;
  border: 1px solid #43454A;
  color: #43454A;
  padding: 0px 10px;
  font-size: 20px;
}
.produktseite .bilder {
  padding-bottom: 50px;
}
.produktseite .bilder .produktslider .swiper-slide {
  opacity: 0 !important;
}
.produktseite .bilder .produktslider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.produktseite .bilder .produktslider_thumb .swiper-wrapper {
  overflow: hidden;
  transform: none !important;
}
.produktseite .bilder .produktslider_thumb .swiper-slide {
  height: auto !important;
  border-bottom: 3px solid transparent;
}
.produktseite .bilder .produktslider_thumb .swiper-slide.swiper-slide-active {
  border-bottom: 3px solid #164194;
}
.produktseite .details {
  padding-bottom: 50px;
}
.produktseite .details p, .produktseite .details h3 {
  margin-bottom: 15px;
}
.produktseite .buttonbox {
  padding-bottom: 50px;
}
.produktseite .buttonbox a.button.primaer.merkliste, .produktseite .buttonbox a.button.primaer.merkliste:link, .produktseite .buttonbox a.button.primaer.merkliste:visited, .produktseite .buttonbox span.button.primaer.merkliste {
  background-image: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: clamp(12px, 2vw, 20px);
  margin-bottom: clamp(15px, 2vw, 25px);
}
.produktseite .buttonbox a.button.primaer.merkliste:before, .produktseite .buttonbox a.button.primaer.merkliste:link:before, .produktseite .buttonbox a.button.primaer.merkliste:visited:before, .produktseite .buttonbox span.button.primaer.merkliste:before {
  content: url(/basics/images/icon_favorit_default.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.produktseite .buttonbox a.button.primaer.merkliste.favorit:before, .produktseite .buttonbox a.button.primaer.merkliste:link.favorit:before, .produktseite .buttonbox a.button.primaer.merkliste:visited.favorit:before, .produktseite .buttonbox span.button.primaer.merkliste.favorit:before {
  content: url(/basics/images/icon_favorit_active.svg);
}
.produktseite .buttonbox a.support, .produktseite .buttonbox a.support:link, .produktseite .buttonbox a.support:visited {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  color: #164194;
  text-transform: uppercase;
}
.produktseite .buttonbox a.support:before, .produktseite .buttonbox a.support:link:before, .produktseite .buttonbox a.support:visited:before {
  content: url(/basics/images/icon_support_blau.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.produktseite .buttonbox a.support:hover, .produktseite .buttonbox a.support:focus, .produktseite .buttonbox a.support:active {
  color: #001E58;
}
.produktseite .text {
  padding-bottom: clamp(20px, 3vw, 50px);
  border-top: 1px solid #9CB1D8;
  padding-top: 25px;
}
.produktseite .text h4 {
  margin-bottom: 0px;
}
.produktseite .text p strong {
  color: #43454A;
  font-weight: 900;
}
.produktseite .text ul {
  padding: 0px;
  list-style-type: none;
}
.produktseite .text ul li {
  padding-left: 30px;
  position: relative;
}
.produktseite .text ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #164194;
  position: absolute;
  left: 0px;
  top: 10px;
}
.produktseite .lochbilder {
  padding-bottom: 80px;
}
.produktseite .lochbilder .box {
  background: url(/basics/images/bg_lochbilder.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 15px 20px;
  min-height: 150px;
  margin-bottom: 20px;
}
.produktseite .lochbilder .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #001E58;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.produktseite .lochbilder .box h3 {
  color: #ffffff;
  margin: 0px;
  position: relative;
  z-index: 20;
}
.produktseite .lochbilder .box a.button.primaer, .produktseite .lochbilder .box a.button.primaer:link, .produktseite .lochbilder .box a.button.primaer:visited {
  background-image: none;
  padding: 25px 30px;
  position: absolute;
  right: 0px;
  bottom: -35px;
  z-index: 30;
}
.produktseite .dokumente {
  border-top: 1px solid #9CB1D8;
  padding-top: 25px;
}
.produktseite .dokumente .dokumentbox {
  padding-bottom: clamp(20px, 3vw, 40px);
}
.produktseite .dokumente .dokumentbox .iconbox {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.produktseite .dokumente .dokumentbox .iconbox.file {
  background-image: url(/basics/images/icon_file_blau.svg);
}
.produktseite .dokumente .dokumentbox .iconbox.pdf {
  background-image: url(/basics/images/icon_pdf_blau.svg);
}
.produktseite .dokumente .dokumentbox .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 50px);
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.produktseite .dokumente .dokumentbox .text p {
  color: #164194;
  margin: 0px;
}
.produktseite .dokumente .dokumentbox .text p strong {
  display: block;
}
.produktseite .dokumente .dokumentbox .text p strong span {
  background-image: url(/basics/images/icon_favorit_default.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 10px;
}
.produktseite .dokumente .dokumentbox .text p strong span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.produktseite .dokumente .dokumentbox .text .downloads {
  padding-top: 15px;
}
.produktseite .dokumente .dokumentbox .text .downloads .downloadbox {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.produktseite .dokumente .dokumentbox .text .downloads .downloadbox .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-color: #164194;
  background-repeat: no-repeat;
  background-position: center center;
}
.produktseite .dokumente .dokumentbox .text .downloads .downloadbox .icon.download {
  background-image: url(/basics/images/icon_download_weiss.svg);
}
.produktseite .dokumente .dokumentbox .text .downloads .downloadbox .text {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #001E58;
  padding: 2.5px 15px;
  min-width: 75px;
}
.produktseite .dokumente .dokumentbox .text .downloads .downloadbox:hover, .produktseite .dokumente .dokumentbox .text .downloads .downloadbox:focus, .produktseite .dokumente .dokumentbox .text .downloads .downloadbox:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Lochbilder
***********************/
.lochbilder {
  padding-bottom: 50px;
}
.lochbilder .box {
  border-bottom: 10px solid #F7FAFD;
  margin-bottom: clamp(25px, 2vw, 33px);
}
.lochbilder .box:last-child {
  border: none;
}
.lochbilder .box img {
  width: 100%;
  height: auto;
  margin-bottom: clamp(25px, 2vw, 33px);
  border: 1px solid #F7FAFD;
}
.lochbilder .box h3 {
  margin-bottom: clamp(25px, 2vw, 33px);
}
.lochbilder .box ul {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 10px;
}
.lochbilder .box ul li {
  padding-left: 30px;
  position: relative;
}
.lochbilder .box ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #164194;
  position: absolute;
  left: 0px;
  top: 10px;
}
.lochbilder .box .lochbilder_downloads {
  margin-bottom: clamp(15px, 2vw, 25px);
}
.lochbilder .box .dokumentbox {
  padding-bottom: 10px;
}
.lochbilder .box .dokumentbox .iconbox {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.lochbilder .box .dokumentbox .iconbox.file {
  background-image: url(/basics/images/icon_file_blau.svg);
}
.lochbilder .box .dokumentbox .iconbox.pdf {
  background-image: url(/basics/images/icon_pdf_blau.svg);
}
.lochbilder .box .dokumentbox .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 50px);
}
.lochbilder .box .dokumentbox .text p {
  color: #164194;
  margin-bottom: 3px;
  line-height: normal;
}
.lochbilder .box .dokumentbox .text p strong {
  display: block;
}
.lochbilder .box .dokumentbox .text p strong span {
  background-image: url(/basics/images/icon_favorit_default.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-left: 10px;
}
.lochbilder .box .dokumentbox .text p strong span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.lochbilder .box .dokumentbox .text .downloads .downloadbox {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.lochbilder .box .dokumentbox .text .downloads .downloadbox .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-color: #164194;
  background-repeat: no-repeat;
  background-position: center center;
}
.lochbilder .box .dokumentbox .text .downloads .downloadbox .icon.download {
  background-image: url(/basics/images/icon_download_weiss.svg);
}
.lochbilder .box .dokumentbox .text .downloads .downloadbox .text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #001E58;
  padding: 2.5px 15px;
  min-width: 75px;
}
.lochbilder .box .dokumentbox .text .downloads .downloadbox:hover, .lochbilder .box .dokumentbox .text .downloads .downloadbox:focus, .lochbilder .box .dokumentbox .text .downloads .downloadbox:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Kundenportal | Login
***********************/
.kundenportal_login {
  padding-bottom: 100px;
}
.kundenportal_login .box_info {
  display: inline-block;
  width: auto;
  padding: 20px;
  margin-bottom: 35px;
}
.kundenportal_login .box_info p {
  color: #ffffff;
  margin: 0px;
}
.kundenportal_login .box_info.ok {
  background: #7FB83B;
}
.kundenportal_login .box_info.error {
  background: #B83125;
}
.kundenportal_login .box_info.info {
  background: #EBA910;
  /*background: $weiss;
			
			p {
				color: $mittelgrau_text;
			}*/
}
.kundenportal_login .box {
  background: #E6EBF1;
  padding: 6vw 6vw 5vw 6vw;
}
.kundenportal_login .box table tr td {
  padding: 0px 0px 5px 0px;
}
.kundenportal_login .box table tr td:first-child {
  padding-right: 20px;
}
.kundenportal_login .box form {
  width: 100%;
}
.kundenportal_login .box label {
  display: block;
  width: 100%;
  font-size: clamp(16px, 2vw, 20px);
  line-height: normal;
  font-weight: 900;
  color: #43454A;
  margin-bottom: 10px;
}
.kundenportal_login .box select {
  display: block;
  width: 100%;
  height: clamp(60px, 5vw, 75px);
  background: #ffffff;
  border: 1px solid #DADCE0;
  margin-bottom: clamp(15px, 2vw, 25px);
  padding: 0px 15px;
  color: #84878D;
  font-size: clamp(16px, 2vw, 20px);
}
.kundenportal_login .box input[type="text"], .kundenportal_login .box input[type="password"] {
  display: block;
  width: 100%;
  height: clamp(60px, 5vw, 75px);
  background: #ffffff;
  border: 1px solid #DADCE0;
  margin-bottom: clamp(15px, 2vw, 25px);
  padding: 0px 15px;
  color: #84878D;
  font-size: clamp(16px, 2vw, 20px);
}
.kundenportal_login .box input[type="text"]::placeholder, .kundenportal_login .box input[type="password"]::placeholder {
  color: #B9BCC3;
}
.kundenportal_login .box textarea {
  display: block;
  width: 100%;
  height: 150px;
  background: #ffffff;
  border: 1px solid #DADCE0;
  margin-bottom: clamp(15px, 2vw, 25px);
  padding: 10px 15px;
  color: #84878D;
  font-size: clamp(16px, 2vw, 20px);
}
.kundenportal_login .box textarea::placeholder {
  color: #B9BCC3;
}
.kundenportal_login .box .buttonbox {
  padding-top: 15px;
  text-align: center;
}
.kundenportal_login .box a.button.primaer, .kundenportal_login .box a.button.primaer:link, .kundenportal_login .box a.button.primaer:visited {
  display: block;
  width: 100%;
  text-align: center;
  background-image: none;
  padding: 20px;
  min-width: auto;
}
.kundenportal_login .box a.button.primaer:before, .kundenportal_login .box a.button.primaer:link:before, .kundenportal_login .box a.button.primaer:visited:before {
  content: url(/basics/images/icon_login_weiss.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.kundenportal_login .box a.button.primaer.senden, .kundenportal_login .box a.button.primaer:link.senden, .kundenportal_login .box a.button.primaer:visited.senden {
  padding: 12px 20px;
}
.kundenportal_login .box a.button.primaer.senden:before, .kundenportal_login .box a.button.primaer:link.senden:before, .kundenportal_login .box a.button.primaer:visited.senden:before {
  content: url(/basics/images/icon_button_angebot_weiss.svg);
}
.kundenportal_login .box a.button.sekundaer, .kundenportal_login .box a.button.sekundaer:link, .kundenportal_login .box a.button.sekundaer:visited {
  margin-bottom: 25px;
}
.kundenportal_login .box a.button.sekundaer.first, .kundenportal_login .box a.button.sekundaer:link.first, .kundenportal_login .box a.button.sekundaer:visited.first {
  margin-top: 50px;
}
.kundenportal_login .box a.button.sekundaer:last-child, .kundenportal_login .box a.button.sekundaer:link:last-child, .kundenportal_login .box a.button.sekundaer:visited:last-child {
  margin-bottom: 0px;
}
.kundenportal_login .box .tags .tag {
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0px 0px 15px 0px;
}
.kundenportal_login .box .tags .tag .text {
  display: inline-block;
  background: #84878D;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 85px 5px 10px;
}
.kundenportal_login .box .tags .tag .loeschen, .kundenportal_login .box .tags .tag .bearbeiten {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: #84878D;
  background-image: url(/basics/images/icon_x_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 0.5px solid #ffffff;
  position: absolute;
  right: 37px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_login .box .tags .tag .loeschen:hover, .kundenportal_login .box .tags .tag .loeschen:focus, .kundenportal_login .box .tags .tag .loeschen:active, .kundenportal_login .box .tags .tag .bearbeiten:hover, .kundenportal_login .box .tags .tag .bearbeiten:focus, .kundenportal_login .box .tags .tag .bearbeiten:active {
  background-color: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_login .box .tags .tag .bearbeiten {
  background-image: url(/basics/images/icon_edit_weiss.png);
  right: 0px;
}
.kundenportal_login .box .tags input[type="text"], .kundenportal_login .box .tags input[type="password"] {
  margin-bottom: 15px;
  margin-top: 15px;
}
.kundenportal_login.breit .box {
  padding: 25px;
}
.kundenportal_login.breit .box .buttonbox {
  padding-bottom: 10px;
}
.kundenportal_login.breit .box .buttonbox a.button.primaer, .kundenportal_login.breit .box .buttonbox a.button.primaer:link, .kundenportal_login.breit .box .buttonbox a.button.primaer:visited {
  margin: 0px;
}
/***********************
Kundenportal | Übersicht
***********************/
.kundenportal_uebersicht {
  padding-bottom: 50px;
}
.kundenportal_uebersicht h2 {
  text-align: center;
}
.kundenportal_uebersicht p strong {
  display: block;
}
.kundenportal_uebersicht p a.berater, .kundenportal_uebersicht p a.berater:link, .kundenportal_uebersicht p a.berater:visited {
  background-image: url(/basics/images/icon_berater_blau.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.kundenportal_uebersicht .box_info {
  display: inline-block;
  width: auto;
  padding: 20px;
  margin-bottom: 35px;
}
.kundenportal_uebersicht .box_info p {
  color: #ffffff;
  margin: 0px;
}
.kundenportal_uebersicht .box_info.ok {
  background: #7FB83B;
}
.kundenportal_uebersicht .box_info.error {
  background: #B83125;
}
.kundenportal_uebersicht .box_info.info {
  background: #EBA910;
  /*background: $weiss;
			
			p {
				color: $mittelgrau_text;
			}*/
}
/***********************
Kundenportal | Merkliste
***********************/
.kundenportal_merkliste {
  padding-bottom: 50px;
}
.kundenportal_merkliste .box_info {
  display: inline-block;
  width: auto;
  padding: 20px;
  margin-bottom: 35px;
}
.kundenportal_merkliste .box_info p {
  color: #ffffff;
  margin: 0px;
}
.kundenportal_merkliste .box_info.ok {
  background: #7FB83B;
}
.kundenportal_merkliste .box_info.error {
  background: #B83125;
}
.kundenportal_merkliste .box_info.info {
  background: #EBA910;
  /*background: $weiss;
			
			p {
				color: $mittelgrau_text;
			}*/
}
.kundenportal_merkliste .filter {
  padding: 50px 0px;
}
.kundenportal_merkliste .filter select {
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
  background: none;
  border: 1px solid #43454A;
  color: #43454A;
  padding: 0px 10px;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.kundenportal_merkliste .filter span {
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_merkliste .filter span.refresh {
  background-image: url(/basics/images/icon_refresh_blau.svg);
  margin-left: 5px;
}
.kundenportal_merkliste .filter span.reset {
  background-image: url(/basics/images/icon_loeschen_blau.svg);
}
.kundenportal_merkliste .filter span:hover, .kundenportal_merkliste .filter span:focus, .kundenportal_merkliste .filter span:active {
  opacity: 0.6;
}
.kundenportal_merkliste .listenbox {
  padding-bottom: 50px;
}
.kundenportal_merkliste .listenbox h3 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #84878D;
}
.kundenportal_merkliste .listenbox .liste .reihe {
  padding: 15px 0px;
}
.kundenportal_merkliste .listenbox input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #B9BCC3;
  margin: 0px 30px 0px 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.kundenportal_merkliste .listenbox input[type="checkbox"]:checked {
  border-color: #164194;
  background-color: #164194;
  background-image: url(/basics/images/icon_checkbox_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.kundenportal_merkliste .listenbox .dokumentbox {
  padding: 0px 30px 0px 0px;
}
.kundenportal_merkliste .listenbox .dokumentbox .iconbox {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
}
.kundenportal_merkliste .listenbox .dokumentbox .iconbox.file {
  background-image: url(/basics/images/icon_file_blau.svg);
}
.kundenportal_merkliste .listenbox .dokumentbox .iconbox.pdf {
  background-image: url(/basics/images/icon_pdf_blau.svg);
}
.kundenportal_merkliste .listenbox .dokumentbox .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  width: calc(100% - 50px);
}
.kundenportal_merkliste .listenbox .dokumentbox .text p {
  color: #164194;
  margin: 0px;
}
.kundenportal_merkliste .listenbox .dokumentbox .text p strong {
  display: block;
}
.kundenportal_merkliste .listenbox .dokumentbox .text .downloads {
  padding-top: 15px;
}
.kundenportal_merkliste .listenbox .dokumentbox .text .downloads .downloadbox {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  margin-right: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_merkliste .listenbox .dokumentbox .text .downloads .downloadbox .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  background-color: #164194;
  background-repeat: no-repeat;
  background-position: center center;
}
.kundenportal_merkliste .listenbox .dokumentbox .text .downloads .downloadbox .icon.download {
  background-image: url(/basics/images/icon_download_weiss.svg);
}
.kundenportal_merkliste .listenbox .dokumentbox .text .downloads .downloadbox .text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #001E58;
  padding: 2.5px 15px;
  min-width: 75px;
}
.kundenportal_merkliste .listenbox .dokumentbox .text .downloads .downloadbox:hover, .kundenportal_merkliste .listenbox .dokumentbox .text .downloads .downloadbox:focus, .kundenportal_merkliste .listenbox .dokumentbox .text .downloads .downloadbox:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_merkliste .listenbox .produktbox {
  padding: 0px 30px 0px 0px;
}
.kundenportal_merkliste .listenbox .produktbox img {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: auto;
  margin-right: 20px;
}
.kundenportal_merkliste .listenbox .produktbox .text {
  width: 80%;
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
}
.kundenportal_merkliste .listenbox .produktbox .text p {
  color: #164194;
}
.kundenportal_merkliste .listenbox .produktbox .text p strong {
  display: block;
}
.kundenportal_merkliste .listenbox .produktbox .text p:hover, .kundenportal_merkliste .listenbox .produktbox .text p:focus, .kundenportal_merkliste .listenbox .produktbox .text p:active {
  color: #001E58;
}
.kundenportal_merkliste .listenbox .tags {
  padding: 0px 30px 0px 0px;
}
.kundenportal_merkliste .listenbox .tags .tag {
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0px 3px 5px 0px;
}
.kundenportal_merkliste .listenbox .tags .tag .text {
  display: inline-block;
  background: #84878D;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 32px 1px 7px;
}
.kundenportal_merkliste .listenbox .tags .tag .loeschen {
  display: inline-block;
  height: 24.5px;
  width: 25px;
  background: #84878D;
  background-image: url(/basics/images/icon_x_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 0.5px solid #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_merkliste .listenbox .tags .tag .loeschen:hover, .kundenportal_merkliste .listenbox .tags .tag .loeschen:focus, .kundenportal_merkliste .listenbox .tags .tag .loeschen:active {
  background-color: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_merkliste .listenbox .tags .tag_hinzufuegen {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background-color: #43454A;
  background-image: url(/basics/images/icon_plus_weiss.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_merkliste .listenbox .tags .tag_hinzufuegen:hover, .kundenportal_merkliste .listenbox .tags .tag_hinzufuegen:focus, .kundenportal_merkliste .listenbox .tags .tag_hinzufuegen:active {
  background-color: #164194;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.kundenportal_merkliste .listenbox .icons {
  text-align: right;
}
.kundenportal_merkliste .listenbox .icons a, .kundenportal_merkliste .listenbox .icons a:link, .kundenportal_merkliste .listenbox .icons a:visited, .kundenportal_merkliste .listenbox .icons span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 0px 0px 5px 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.kundenportal_merkliste .listenbox .icons a.teilen, .kundenportal_merkliste .listenbox .icons a:link.teilen, .kundenportal_merkliste .listenbox .icons a:visited.teilen, .kundenportal_merkliste .listenbox .icons span.teilen {
  background-image: url(/basics/images/icon_teilen_blau.svg);
}
.kundenportal_merkliste .listenbox .icons a.loeschen, .kundenportal_merkliste .listenbox .icons a:link.loeschen, .kundenportal_merkliste .listenbox .icons a:visited.loeschen, .kundenportal_merkliste .listenbox .icons span.loeschen {
  background-image: url(/basics/images/icon_loeschen_blau.svg);
}
.kundenportal_merkliste .listenbox .icons span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 0px 0px 5px 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(/basics/images/icon_favorit_default.svg);
}
.kundenportal_merkliste .listenbox .icons span.favorit {
  background-image: url(/basics/images/icon_favorit_active.svg);
}
.kundenportal_merkliste .listenbox .icons a:hover, .kundenportal_merkliste .listenbox .icons a:focus, .kundenportal_merkliste .listenbox .icons a:active {
  opacity: 0.6;
}
.kundenportal_merkliste .abschlussbox {
  background: #001E58;
  padding: 35px;
  margin-bottom: 50px;
}
.kundenportal_merkliste .abschlussbox p {
  color: #ffffff;
  font-style: italic;
  margin: 10px 0px;
}
.kundenportal_merkliste .abschlussbox a.button.primaer, .kundenportal_merkliste .abschlussbox a.button.primaer:link, .kundenportal_merkliste .abschlussbox a.button.primaer:visited {
  background-image: none;
  padding: 12px 25px;
  width: 100%;
  text-align: center;
  border: 2px solid #164194;
  margin: 5px 0px;
}
.kundenportal_merkliste .abschlussbox a.button.primaer:before, .kundenportal_merkliste .abschlussbox a.button.primaer:link:before, .kundenportal_merkliste .abschlussbox a.button.primaer:visited:before {
  content: url(/basics/images/icon_button_angebot_weiss.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.kundenportal_merkliste .abschlussbox a.button.primaer:hover, .kundenportal_merkliste .abschlussbox a.button.primaer:focus, .kundenportal_merkliste .abschlussbox a.button.primaer:active {
  border-color: #ffffff;
}
.kundenportal_merkliste .abschlussbox a.button.sekundaer, .kundenportal_merkliste .abschlussbox a.button.sekundaer:link, .kundenportal_merkliste .abschlussbox a.button.sekundaer:visited {
  background: none;
  padding: 10px 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin: 5px 0px;
}
.kundenportal_merkliste .abschlussbox a.button.sekundaer:before, .kundenportal_merkliste .abschlussbox a.button.sekundaer:link:before, .kundenportal_merkliste .abschlussbox a.button.sekundaer:visited:before {
  content: url(/basics/images/icon_support_weiss.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.kundenportal_merkliste .abschlussbox a.button.sekundaer:hover, .kundenportal_merkliste .abschlussbox a.button.sekundaer:focus, .kundenportal_merkliste .abschlussbox a.button.sekundaer:active {
  background-color: #164194;
  border-color: #164194;
}
/***********************
graue Boxen mit Icon
***********************/
.boxen_grau {
  padding-bottom: clamp(60px, 6vw, 100px);
}
.boxen_grau .box {
  background: #F7FAFD;
  padding: 25px 16px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.boxen_grau .box .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.boxen_grau .box .icon img {
  object-fit: scale-down;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.boxen_grau .box h4 {
  margin: 0px;
}
.boxen_grau.klein .box {
  background: none;
  padding: 0px;
}
.boxen_grau.klein .box .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 15px 5px 0px;
}
.boxen_grau.klein .box h4 {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px;
}
/***********************
Kontaktbox groß
***********************/
.kontaktbox_gross {
  padding-bottom: clamp(60px, 6vw, 100px);
}
.kontaktbox_gross .box {
  background: #164194;
}
.kontaktbox_gross .box .bild {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
.kontaktbox_gross .box .bild img {
  height: 100%;
  width: auto;
}
.kontaktbox_gross .box .text {
  padding-top: clamp(25px, 2vw, 33px);
  padding-bottom: clamp(25px, 2vw, 33px);
}
.kontaktbox_gross .box h2, .kontaktbox_gross .box h3 {
  color: #ffffff;
  width: 450px;
  max-width: 100%;
}
.kontaktbox_gross .box a.button, .kontaktbox_gross .box a.button:link, .kontaktbox_gross .box a.button:visited {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  background: #001E58;
  padding: 15px 40px;
}
.kontaktbox_gross .box a.button:hover, .kontaktbox_gross .box a.button:focus, .kontaktbox_gross .box a.button:active {
  color: #164194;
  background: #ffffff;
}
.kontaktbox_gross .box ul {
  list-style-type: none;
  padding: 20px 0px 0px 0px;
  color: #AABEE5;
}
.kontaktbox_gross .box ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: clamp(15px, 2vw, 30px);
}
.kontaktbox_gross .box ul li:last-child {
  margin-right: 0px;
}
.kontaktbox_gross .box ul li a, .kontaktbox_gross .box ul li a:link, .kontaktbox_gross .box ul li a:visited {
  display: block;
  color: #AABEE5;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.kontaktbox_gross .box ul li a.phone, .kontaktbox_gross .box ul li a:link.phone, .kontaktbox_gross .box ul li a:visited.phone {
  background-image: url(/basics/images/icon_kontaktbox_telefon.svg);
}
.kontaktbox_gross .box ul li a.form, .kontaktbox_gross .box ul li a:link.form, .kontaktbox_gross .box ul li a:visited.form {
  background-image: url(/basics/images/icon_kontaktbox_kontaktformular.svg);
}
.kontaktbox_gross .box ul li a.newsletter, .kontaktbox_gross .box ul li a:link.newsletter, .kontaktbox_gross .box ul li a:visited.newsletter {
  background-image: url(/basics/images/icon_kontaktbox_newsletter.svg);
}
.kontaktbox_gross .box ul li a:hover, .kontaktbox_gross .box ul li a:focus, .kontaktbox_gross .box ul li a:active {
  color: #ffffff;
}
/***********************
Bewertungen & Ansprechpartner
***********************/
.bewertung_ansprechpartner .bewertungen {
  background: #F7FAFD;
  padding: 80px 0px;
}
.bewertung_ansprechpartner .bewertungen .bewertungen_slider .swiper-slide {
  height: auto;
}
.bewertung_ansprechpartner .bewertungen .box {
  text-align: center;
  height: 100%;
}
.bewertung_ansprechpartner .bewertungen .box .box_table {
  display: table;
  width: 100%;
  height: 100%;
}
.bewertung_ansprechpartner .bewertungen .box .box_table .box_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.bewertung_ansprechpartner .bewertungen .box img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.bewertung_ansprechpartner .ansprechpartner {
  background: #001E58;
  margin-bottom: clamp(60px, 6vw, 100px);
}
.bewertung_ansprechpartner .ansprechpartner .bild {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+100 */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bewertung_ansprechpartner .ansprechpartner .bild img {
  height: 100%;
  width: auto;
}
.bewertung_ansprechpartner .ansprechpartner .text {
  padding: 30px 0px 5px 0px;
}
.bewertung_ansprechpartner .ansprechpartner .text h2, .bewertung_ansprechpartner .ansprechpartner .text h3 {
  color: #ffffff;
}
.bewertung_ansprechpartner .ansprechpartner .text p {
  /*color: $hellgrau;*/
  width: 470px;
  max-width: 100%;
}
.bewertung_ansprechpartner .ansprechpartner .text a.button, .bewertung_ansprechpartner .ansprechpartner .text a.button:link, .bewertung_ansprechpartner .ansprechpartner .text a.button:visited {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  background: #164194;
  padding: 15px 40px;
  margin-bottom: clamp(25px, 2vw, 33px);
  margin-right: clamp(25px, 2vw, 33px);
}
.bewertung_ansprechpartner .ansprechpartner .text a.button:hover, .bewertung_ansprechpartner .ansprechpartner .text a.button:focus, .bewertung_ansprechpartner .ansprechpartner .text a.button:active {
  color: #164194;
  background: #ffffff;
}
.bewertung_ansprechpartner .ansprechpartner .text .social {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: clamp(25px, 2vw, 33px);
}
.bewertung_ansprechpartner .ansprechpartner .text .social img {
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bewertung_ansprechpartner .ansprechpartner .text .social img:hover, .bewertung_ansprechpartner .ansprechpartner .text .social img:focus, .bewertung_ansprechpartner .ansprechpartner .text .social img:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Mitarbeiterstimmen
***********************/
.mitarbeiterstimmen {
  margin-bottom: clamp(60px, 6vw, 100px);
  text-align: center;
}
.mitarbeiterstimmen .mitarbeiter_slider {
  /*overflow: hidden;*/
}
.mitarbeiterstimmen .mitarbeiter_slider .swiper-slide {
  height: auto;
}
.mitarbeiterstimmen .mitarbeiter_slider .swiper-slide-active .box img {
  width: 215px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mitarbeiterstimmen .mitarbeiter_slider .swiper-slide-active .box p {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mitarbeiterstimmen .mitarbeiter_slider .box {
  height: 100%;
}
.mitarbeiterstimmen .mitarbeiter_slider .box .box_table {
  display: table;
  width: 100%;
  height: 100%;
}
.mitarbeiterstimmen .mitarbeiter_slider .box .box_table .box_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.mitarbeiterstimmen .mitarbeiter_slider .box img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mitarbeiterstimmen .mitarbeiter_slider .box p {
  opacity: 0;
  font-size: clamp(14px, 2vw, 16px);
  color: #000000;
  line-height: normal;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Footer
***********************/
.footer .bg {
  padding: 55px 0px 30px;
  position: relative;
}
.footer .bg:before {
  content: "";
  display: block;
  background: #E6EBF1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 8px;
  right: 8px;
  height: 100%;
  width: 100%;
  width: calc(100% - 16px);
  z-index: -1;
}
.footer a.link, .footer a.link:link, .footer a.link:visited {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.footer a.link.ansprechpartner, .footer a.link:link.ansprechpartner, .footer a.link:visited.ansprechpartner {
  background-image: url(/basics/images/footer_ansprechpartner_blau.svg);
}
.footer a.link.newsletter, .footer a.link:link.newsletter, .footer a.link:visited.newsletter {
  background-image: url(/basics/images/footer_newsletter_blau.svg);
}
.footer p strong {
  color: #43454A;
}
.footer p a, .footer p a:link, .footer p a:visited {
  color: #84878D;
}
.footer p a:hover, .footer p a:focus, .footer p a:active {
  color: #164194;
}
.footer ul {
  padding: 0px;
  list-style-type: none;
  width: 100%;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -ms-column-gap: 30px;
  -o-column-gap: 30px;
}
.footer ul li {
  display: block;
}
.footer ul li a, .footer ul li a:link, .footer ul li a:visited {
  color: #43454A;
}
.footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
  color: #164194;
}
.footer ul li.active a, .footer ul li.active a:link, .footer ul li.active a:visited, .footer ul li.active a:hover, .footer ul li.active a:focus, .footer ul li.active a:active {
  color: #164194;
  font-weight: bold;
}
.footer .button {
  margin-bottom: 30px;
}
.footer .social {
  margin-bottom: 25px;
  text-align: right;
}
.footer .social img {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px 5px 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer .social img:hover, .footer .social img:focus, .footer .social img:active {
  opacity: 0.7;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.copyright .bg {
  padding: 30px 0px;
  position: relative;
}
.copyright .bg:before {
  content: "";
  display: block;
  background: #001E58;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 8px;
  right: 8px;
  height: 100%;
  width: 100%;
  width: calc(100% - 16px);
  z-index: -1;
}
.copyright p {
  font-size: 15px;
  line-height: normal;
  margin: 10px 0px;
  color: #ffffff;
}
.copyright ul {
  font-size: 15px;
  line-height: normal;
  margin: 10px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: right;
}
.copyright ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.copyright ul li:first-child {
  margin-left: 0px;
}
.copyright ul li a, .copyright ul li a:link, .copyright ul li a:visited {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.copyright ul li a:hover, .copyright ul li a:focus, .copyright ul li a:active {
  color: #ffffff;
  text-decoration: underline;
}
.copyright ul li.active a, .copyright ul li.active a:link, .copyright ul li.active a:visited, .copyright ul li.active a:hover, .copyright ul li.active a:focus, .copyright ul li.active a:active {
  color: #ffffff;
  font-weight: bold;
}
/***********************
Media Query
***********************/
@media (max-width: 1199.98px) {
  a.button.primaer, a.button.primaer:link, a.button.primaer:visited, a.button.primaer:not([href]):not([tabindex]), a.button.primaer:not([href]):not([tabindex]):link, a.button.primaer:not([href]):not([tabindex]):visited, a.button.sekundaer, a.button.sekundaer:link, a.button.sekundaer:visited, a.button.sekundaer:not([href]):not([tabindex]), a.button.sekundaer:not([href]):not([tabindex]):link, a.button.sekundaer:not([href]):not([tabindex]):visited, span.button.primaer, span.button.sekundaer {
    min-width: 200px;
  }
}
@media (max-width: 1030px) {
  .header ul li a, .header ul li a:link, .header ul li a:visited {
    font-size: 16px;
    padding: 30px 11px;
    /*&.subnavi {
						padding-right: 15px;
					}*/
  }
}
@media (max-width: 991.98px) {
  .header ul li a, .header ul li a:link, .header ul li a:visited {
    padding: 30px 7px;
    font-size: 15px;
  }
  .header ul li a.subnavi, .header ul li a:link.subnavi, .header ul li a:visited.subnavi {
    padding-right: 15px;
  }
  .schnellverlinkung .bg .block {
    padding-bottom: 35px;
  }
  .schnellverlinkung .bg .block:nth-child(1), .schnellverlinkung .bg .block:nth-child(2) {
    border-bottom: 3px solid #001E58;
  }
  .schnellverlinkung .bg .block:nth-child(3) {
    border-left: none;
  }
  .produktseite .kategorien ul {
    display: none;
  }
  .produktseite .kategorien select {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding: 15px 0px;
  }
  .header .logo {
    margin-top: 0px;
  }
  .meta {
    padding: 5px 0px;
    background: #F7FAFD;
    text-align: left;
  }
  .headerbild {
    margin-top: 0px;
  }
  .headerbild .headerbild_slider_bilder {
    margin-bottom: 8px;
  }
  .headerbild .headerbild_slider_bilder .swiper-slide {
    position: relative;
  }
  .headerbild .headerbild_slider_bilder .swiper-button-prev {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 55;
  }
  .headerbild .headerbild_slider_bilder .swiper-button-next {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 55;
  }
  .headerbild .headerbild_slider_bilder .swiper-pagination {
    display: none !important;
  }
  .headerbild.gross {
    padding-bottom: 60px;
  }
  .headerbild.gross .bild img {
    right: 0px;
    top: 0px;
    bottom: inherit;
  }
  .headerbild.gross p.bildunterschrift {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 50;
    width: 100%;
    margin: 0px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.8);
  }
  .headerbild.gross .text {
    top: 0px;
    padding: 35px 20px 105px 20px;
  }
  .headerbild.gross .text:before {
    width: 100%;
    width: calc(100% + 16px);
    left: -8px;
    right: -8px;
    background-size: cover;
  }
  .headerbild.gross .text a.button.primaer {
    width: 100%;
    width: calc(100% + 16px);
    left: -8px;
    right: -8px;
  }
  .headerbild.klein a.button.sekundaer, .headerbild.klein a.button.sekundaer:link, .headerbild.klein a.button.sekundaer:visited {
    margin-bottom: 20px;
  }
  .headerbild.klein .headline {
    padding: 15px;
  }
  .headerbild.klein .bildbox:before {
    display: none;
  }
  .headerbild.textvariante .text {
    min-height: inherit;
    padding-bottom: 30px;
  }
  .headerbild.textvariante .text h1 {
    margin: 0px;
  }
  .headerbild.textvariante .bildbox {
    margin: 0px;
    padding: 0px;
  }
  .slider_bild_text .slider_bild_text_slider {
    margin-bottom: 10px;
    position: relative;
  }
  .slider_bild_text .textbox {
    background: #F7FAFD;
    width: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
    height: auto;
  }
  .slider_bild_text .row.text_bild .slider_bild_text_slider .bildunterschrift {
    left: inherit;
  }
  .historie {
    padding: 80px 0px;
    margin-bottom: 80px;
  }
  .historie ul li:nth-child(even) .text {
    padding-right: 55%;
    padding-right: calc(50% + 30px);
  }
  .historie ul li .text {
    padding-left: 55%;
    padding-left: calc(50% + 30px);
  }
  .kategorieliste .kategorien ul {
    display: none;
  }
  .kategorieliste .kategorien select {
    display: inline-block;
  }
  .headline_text_liste .erste_zeile {
    padding: 0px;
  }
  .headline_text_liste .erste_zeile .zusatz {
    padding-top: 35px;
  }
  .kontaktbox_gross .box .bild {
    height: 300px;
  }
  .kontaktbox_gross .box .text {
    text-align: center;
  }
  .kontaktbox_gross .box .text h2, .kontaktbox_gross .box .text h3 {
    width: 100%;
  }
  .kontaktbox_gross .box ul li {
    margin: 0px 8px;
  }
  .footer .bg:before {
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .footer .social {
    margin: 0px;
  }
  .footer a.link.ansprechpartner, .footer a.link.ansprechpartner:link, .footer a.link.ansprechpartner:visited {
    margin-bottom: 15px;
  }
  .copyright .bg {
    padding: 10px 0px;
  }
  .copyright .bg:before {
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .copyright p, .copyright ul {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .schnellverlinkung .bg .block {
    border-left: none;
    border-bottom: 3px solid #001E58;
  }
  .schnellverlinkung .bg .block:last-child {
    border: none;
  }
  .historie ul:before {
    left: 25px;
    margin-left: 0px;
  }
  .historie ul li:nth-child(even) .text {
    float: none;
    clear: both;
    padding-left: 60px;
    padding-right: 0px;
    text-align: left;
  }
  .historie ul li .punkt {
    left: 10px;
  }
  .historie ul li .text {
    float: none;
    clear: both;
    padding-left: 60px;
  }
  .teaserboxen_bild.service .teaserboxen_bild_slider .box .bild {
    height: 170px;
    padding: 0px;
  }
  .service_suche_kurz .filter_head select {
    margin-right: 0px;
    width: 100%;
  }
  .teaserboxen .box {
    max-width: 100%;
  }
}
