@import url(https://use.typekit.net/hxd1zad.css);
@charset "UTF-8";
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/ibm-plex-sans-v8-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(./fonts/ibm-plex-sans-v8-latin-regular.eot?#iefix) format("embedded-opentype"), url(./fonts/ibm-plex-sans-v8-latin-regular.woff2) format("woff2"), url(./fonts/ibm-plex-sans-v8-latin-regular.woff) format("woff"), url(./fonts/ibm-plex-sans-v8-latin-regular.ttf) format("truetype"), url(./fonts/ibm-plex-sans-v8-latin-regular.svg#IBMPlexSans) format("svg");
  /* Legacy iOS */
}
/* ibm-plex-sans-500 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url(./fonts/ibm-plex-sans-v8-latin-500.eot);
  /* IE9 Compat Modes */
  src: local(""), url(./fonts/ibm-plex-sans-v8-latin-500.eot?#iefix) format("embedded-opentype"), url(./fonts/ibm-plex-sans-v8-latin-500.woff2) format("woff2"), url(./fonts/ibm-plex-sans-v8-latin-500.woff) format("woff"), url(./fonts/ibm-plex-sans-v8-latin-500.ttf) format("truetype"), url(./fonts/ibm-plex-sans-v8-latin-500.svg#IBMPlexSans) format("svg");
  /* Legacy iOS */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/ibm-plex-sans-v8-latin-700.eot);
  /* IE9 Compat Modes */
  src: local(""), url(./fonts/ibm-plex-sans-v8-latin-700.eot?#iefix) format("embedded-opentype"), url(./fonts/ibm-plex-sans-v8-latin-700.woff2) format("woff2"), url(./fonts/ibm-plex-sans-v8-latin-700.woff) format("woff"), url(./fonts/ibm-plex-sans-v8-latin-700.ttf) format("truetype"), url(./fonts/ibm-plex-sans-v8-latin-700.svg#IBMPlexSans) format("svg");
  /* Legacy iOS */
}
/* 
font-weight: 100;
font-style: normal;

font-weight: 300;
font-style: normal;
*/
/* entspricht 100px; */
/* entspricht 72px; */
/* entspricht 44px; */
/* entspricht 34px; */
/* entspricht 28px; */
/* entspricht 24px; */
/* entspricht 20px; */
/* entspricht 16px; */
/* entspricht 100px; */
/* entspricht 72px; */
/* entspricht 55px; */
/* entspricht 44px; */
/* entspricht 34px; */
/* entspricht 28px; */
/* entspricht 24px; */
/* entspricht 22px; */
/* entspricht 20px; */
/* entspricht 16px; */
.btn,
.btn.btn-primary {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 24px;
  background-color: #1F489C;
  border: 1px solid #1F489C;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 100;
  min-height: 60px;
  padding: 0.7rem 2rem;
  margin-bottom: 30px;
  border: 1px solid #1f489c;
}
.btn.btn-outline,
.btn.btn-primary.btn-outline {
  background-color: transparent;
  color: #1F489C;
}
.btn.btn-icon,
.btn.btn-primary.btn-icon {
  padding: 10px 40px 0px 80px;
}
.btn.btn-icon::before,
.btn.btn-primary.btn-icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
  top: -4px;
  background-size: contain;
  position: absolute;
  left: 36px;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-lock::before {
  background: url(../img/lock.svg) center transparent no-repeat;
}

.icon-pen::before {
  background: url(../img/pen.svg) center transparent no-repeat;
}

.icon-video::before {
  background: url(../img/video.svg) center transparent no-repeat;
}

@media (max-width: 767px) {
  .btn.btn-icon,
.btn.btn-primary.btn-icon {
    padding: 10px 27px 13px 60px;
  }
  .btn.btn-icon::before,
.btn.btn-primary.btn-icon::before {
    left: 22px;
  }
}
.wp-admin .wp-block {
  max-width: 809px;
}

.image_reihe {
  padding: 3rem 0;
  margin-bottom: 20px;
  position: relative;
  width: calc(100vw - 10px);
  overflow-X: hidden;
  left: calc(-1 * (100vw - 100%) / 2);
}
.image_reihe .innerBackgroundImage {
  position: absolute;
  z-index: -1;
  left: auto;
  right: -600px;
  height: 100%;
  width: 50%;
  top: 0;
  transition: all 1s ease-in-out;
  text-align: right;
}
.image_reihe .innerBackgroundImage img {
  display: inline-block;
  position: relative;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
}
.image_reihe.position_back_left {
  background-position: left center;
}
.image_reihe.position_back_left .innerBackgroundImage {
  text-align: left;
  right: auto;
  left: 0;
  left: -600px;
}
.image_reihe.position_back_left .innerBackgroundImage img {
  border-top-right-radius: 3330px;
  border-bottom-right-radius: 3330px;
}
.image_reihe.position_back_right .innerBackgroundImage img {
  border-top-left-radius: 3330px;
  border-bottom-left-radius: 3330px;
}
.image_reihe.animatescrollin .innerBackgroundImage {
  /*left: calc( 100vw - 50% );*/
  right: 0;
  transition: all 1s ease-in-out;
}
.image_reihe.animatescrollin.position_back_left .innerBackgroundImage {
  left: 0;
  transition: all 1s ease-in-out;
}

.wp-admin .image_reihe {
  padding: 8rem 0;
  position: relative;
  width: auto;
  left: auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.wp-admin .image_reihe.position_back_left {
  background-position: left center;
}

@media (max-width: 1200px) {
  .image_reihe {
    padding: 3rem 0;
    background-position: right top;
    background-size: auto 180px;
    padding-top: 0;
  }
  .image_reihe.position_back_left {
    background-position: left top;
  }
  .image_reihe .wp-block-column:not(:only-child) {
    width: 100%;
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .image_reihe {
    padding-bottom: 0px;
  }
  .image_reihe .innerBackgroundImage {
    opacity: 1;
    position: relative;
    max-width: 100%;
    height: auto;
    margin-bottom: 38px;
    width: 100%;
  }
  .image_reihe .innerBackgroundImage img {
    /*@include ycentered; */
    right: -5px;
    top: 0;
    transform: translateY(0);
  }
  .image_reihe .innerBackgroundImage + .container .wp-block-columns:last-child {
    margin-bottom: 0;
  }
  .image_reihe .innerBackgroundImage + .container .wp-block-columns .wp-block-column {
    margin-bottom: 20px;
    width: 100% !important;
    flex-basis: 100% !important;
    flex-grow: 1;
  }
  .image_reihe .innerBackgroundImage + .container .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  h2.arrowleft, h2.arrowright {
    font-size: 24px !important;
    padding-left: 60px;
    margin-bottom: 5px;
  }
  h2.arrowleft + p, h2.arrowright + p {
    font-size: 18px !important;
  }

  .reordersmall .wp-block-column:not(:first-child) {
    margin-left: 0em;
  }
  .reordersmall .wp-block-column:first-child {
    order: 2;
    margin-left: 1em;
  }
  .reordersmall .wp-block-column:first-child .arrowright {
    background-position: left center;
    background-image: url(../img/pfeil_rechts.svg);
    background-size: 40px;
  }
  .reordersmall .wp-block-column:first-child .has-text-align-right {
    text-align: left;
    padding-right: 0;
  }
}
.modal {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(5, 5, 5, 0.5);
  width: 100%;
  height: 100%;
  padding-right: 0px;
}
.modal .modal-dialog {
  width: 900px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 40px;
}
.modal .modal-dialog iframe {
  max-width: 100%;
}
.modal .modal-dialog .close {
  position: absolute;
  right: -75px;
  top: -75px;
}

.teaserbox {
  background-color: #1F489C;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 50px;
  margin-bottom: 30px;
}
.teaserbox.preisebox {
  text-align: center;
}
.teaserbox p {
  color: #64A9D3;
  color: #FFFFFF;
}
.teaserbox h1,
.teaserbox h2,
.teaserbox h3,
.teaserbox h4,
.teaserbox h5,
.teaserbox h6,
.teaserbox a,
.teaserbox span,
.teaserbox li {
  color: #FFFFFF;
}
.teaserbox .teaserboxheadline_container {
  min-height: 144px;
  margin-bottom: 25px;
}
.teaserbox h3 {
  font-size: 1.7em;
}
.teaserbox h3.teaserboxheadline {
  min-height: 42px;
  font-weight: 300;
}
.teaserbox .subteaserboxheadline {
  text-transform: uppercase;
}
.teaserbox .teaserbox_subheadline {
  text-transform: none;
  min-height: 100px;
  line-height: 1.2em;
}
.teaserbox .teaserbox_money {
  font-size: 5em;
  color: #ffffff;
  line-height: 0.8em;
  margin-bottom: 0px;
  font-weight: 500;
}
.teaserbox .teaserbox_money sup {
  top: -1em;
  font-size: 28px;
  top: -58px;
  padding-right: 10px;
}
.teaserbox .teaserbox_abotyp {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 55px;
  min-height: 33px;
}
.teaserbox .teaserbox_freitext {
  margin-bottom: 55px;
  min-height: 190px;
}
.teaserbox .teaserbox_freitext p {
  line-height: 1.2em;
}
.teaserbox .button-design {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.1;
}
.teaserbox.isoutlined {
  background-color: transparent;
  color: inherit;
  border: 1px solid #1F489C;
}
.teaserbox.isoutlined p {
  color: inherit;
}
.teaserbox.isoutlined h1,
.teaserbox.isoutlined h2,
.teaserbox.isoutlined h3,
.teaserbox.isoutlined h4,
.teaserbox.isoutlined h5,
.teaserbox.isoutlined h6,
.teaserbox.isoutlined span,
.teaserbox.isoutlined li {
  color: #1F489C;
}
.teaserbox.smallercontent h3.teaserboxheadline {
  font-size: 24px;
  font-weight: 300;
}
.teaserbox.smallercontent .teaserbox_money {
  font-size: 62px;
}
.teaserbox.smallercontent .teaserbox_money sup {
  top: -40px;
}
.teaserbox.smallercontent .teaserbox_subheadline {
  text-transform: none;
  min-height: 115px;
}

.wp-admin .teaserbox {
  background-color: #1F489C;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 50px;
}
.wp-admin .teaserbox p {
  color: #64A9D3;
}
.wp-admin .teaserbox h1,
.wp-admin .teaserbox h2,
.wp-admin .teaserbox h3,
.wp-admin .teaserbox h4,
.wp-admin .teaserbox h5,
.wp-admin .teaserbox h6,
.wp-admin .teaserbox a,
.wp-admin .teaserbox span,
.wp-admin .teaserbox li {
  color: #FFFFFF;
}
.wp-admin .teaserbox h3 {
  font-size: 1.7em;
}
.wp-admin .teaserbox .subteaserboxheadline {
  text-transform: uppercase;
}
.wp-admin .teaserbox .teaserbox_money {
  font-size: 5em;
}
.wp-admin .teaserbox .teaserbox_abotyp {
  font-size: 22px;
}
.wp-admin .teaserbox .button-design {
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.1;
}
.wp-admin .teaserbox.isoutlined {
  background-color: transparent;
  color: inherit;
  border: 1px solid #1F489C;
}
.wp-admin .teaserbox.isoutlined p {
  color: inherit;
}
.wp-admin .teaserbox.isoutlined h1,
.wp-admin .teaserbox.isoutlined h2,
.wp-admin .teaserbox.isoutlined h3,
.wp-admin .teaserbox.isoutlined h4,
.wp-admin .teaserbox.isoutlined h5,
.wp-admin .teaserbox.isoutlined h6,
.wp-admin .teaserbox.isoutlined span,
.wp-admin .teaserbox.isoutlined li {
  color: #1F489C;
}
.wp-admin.smallercontent h3.teaserboxheadline {
  font-size: 24px;
}
.wp-admin.smallercontent .teaserbox_money {
  font-size: 62px;
}

@media (max-width: 1400px) {
  .teaserbox h3.teaserboxheadline {
    font-size: 26px;
  }

  .teaserbox .teaserbox_money {
    font-size: 82px;
  }
  .teaserbox .teaserbox_money sup {
    top: -47px;
  }

  .teaserbox.smallercontent h3.teaserboxheadline {
    font-size: 22px;
  }
  .teaserbox.smallercontent .teaserbox_money {
    font-size: 38px;
  }
  .teaserbox.smallercontent .teaserbox_money sup {
    top: -26px;
  }
  .teaserbox.smallercontent .teaserbox_subheadline,
.teaserbox.smallercontent .teaserbox_freitext p {
    font-size: 1em;
  }
}
@media (max-width: 1300px) {
  .teaserbox h3.teaserboxheadline {
    font-size: 26px;
  }

  .teaserbox .teaserbox_money {
    font-size: 62px;
  }
  .teaserbox .teaserbox_money sup {
    top: -37px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .teaserbox h1 {
    font-size: 32px;
  }
  .teaserbox h2 {
    font-size: 22px;
  }
  .teaserbox h3 {
    font-size: 20px;
  }
  .teaserbox p,
.teaserbox a,
.teaserbox span {
    font-size: 18px;
  }
  .teaserbox .button-design {
    min-height: 0;
  }

  .teaserbox {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .teaserbox .teaserboxheadline_container {
    min-height: 0px;
  }
  .teaserbox h3.teaserboxheadline {
    min-height: 0px;
  }
  .teaserbox .teaserbox_subheadline {
    min-height: 0px;
  }
  .teaserbox .teaserbox_money {
    font-size: 40px;
  }
  .teaserbox .teaserbox_money sup {
    top: -19px;
    padding-right: 2px;
  }
  .teaserbox .teaserbox_abotyp {
    margin-bottom: 15px;
  }
  .teaserbox .teaserbox_freitext {
    margin-bottom: 35px;
    min-height: 0px;
  }
  .teaserbox.smallercontent .teaserbox_money {
    font-size: 40px;
  }
  .teaserbox.smallercontent .teaserbox_money sup {
    top: -19px;
    padding-right: 2px;
  }
}
@media (max-width: 1000px) {
  .teaserbox {
    padding: 30px 12px;
    border-radius: 56px;
  }

  .teaserbox h3.teaserboxheadline {
    font-size: 22px;
  }

  .wp-block-column:not(:first-child) {
    margin-left: 1em;
  }
}
@media (max-width: 1000px) {
  .teaserbox .teaserbox_money {
    font-size: 40px !important;
  }
}
/* die hier eingefügten Klassen
* sollen ganz einfach im Editor direkt hinzugefügt werden
*/
.roundbordered {
  text-align: center;
}
.roundbordered img {
  padding: 40px;
  border: 1px solid #1F489C;
  border-radius: 10000px;
  margin-bottom: 30px;
  position: relative;
}
.roundbordered figcaption {
  font-size: 34px;
  color: #1F489C;
}

.roundimg {
  border-radius: 1000px;
}

.bluebox {
  background-color: #1F489C;
}

.uppercase {
  text-transform: uppercase;
}

.backline {
  z-index: 2;
  position: relative;
  text-transform: uppercase;
}
.backline::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  height: 100%;
  min-width: 34%;
  width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.backline::after {
  z-index: -2;
  content: "";
  display: block;
  position: absolute;
  background-color: #BCBCBC;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrowright, .arrowleft {
  background-repeat: no-repeat;
}

.arrowright {
  background-position: right center;
  padding-right: 70px;
  background-image: url(../img/pfeil_links.svg);
  background-size: 40px;
}

.arrowleft {
  background-position: left center;
  padding-left: 70px;
  background-image: url(../img/pfeil_rechts.svg);
  background-size: 40px;
}

.centered .wp-block-column {
  justify-content: center;
  align-self: center;
}

.factsandfigures {
  margin-bottom: 60px;
}
.factsandfigures .countercontainer {
  border: 1px solid #1F489C;
  border-radius: 200px;
  font-size: 5em;
  text-align: center;
  margin-bottom: 50px;
  padding: 70px;
}
.factsandfigures .countercontainer span {
  display: inline-block;
  min-width: 400px;
  background-image: url(../img/pfeil_top_rechts.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 60px;
  color: #1F489C;
  text-align: left;
  font-weight: 300;
  padding-left: 130px;
}
.factsandfigures h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
}
.factsandfigures .col-sm-6:first-child h4, .factsandfigures .col-sm-6:first-child .countercontainer {
  margin-right: 75px;
}
.factsandfigures .col-sm-6:last-child h4, .factsandfigures .col-sm-6:last-child .countercontainer {
  margin-left: 75px;
}

@media (max-width: 1280px) {
  .factsandfigures .col-sm-6:first-child h4, .factsandfigures .col-sm-6:first-child .countercontainer {
    margin-right: 20px;
  }
  .factsandfigures .col-sm-6:last-child h4, .factsandfigures .col-sm-6:last-child .countercontainer {
    margin-left: 20px;
  }
  .factsandfigures .countercontainer {
    padding: 30px;
    font-size: 4em;
  }
  .factsandfigures .countercontainer span {
    display: inline-block;
    min-width: 0;
    background-position: 40px center;
    background-size: 42px;
    padding-left: 110px;
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  .factsandfigures .col-sm-6:first-child h4, .factsandfigures .col-sm-6:first-child .countercontainer {
    margin-right: 10px;
  }
  .factsandfigures .col-sm-6:last-child h4, .factsandfigures .col-sm-6:last-child .countercontainer {
    margin-left: 10px;
  }
  .factsandfigures h4 {
    font-size: 30px;
  }
  .factsandfigures .countercontainer {
    padding: 15px;
    font-size: 3em;
  }
  .factsandfigures .countercontainer span {
    display: inline-block;
    min-width: 0;
    background-position: 40px center;
    background-size: 32px;
    padding-left: 90px;
    font-size: 70px;
  }
}
@media (max-width: 850px) {
  .factsandfigures .col-sm-6:first-child h4, .factsandfigures .col-sm-6:first-child .countercontainer {
    margin-right: 10px;
  }
  .factsandfigures .col-sm-6:last-child h4, .factsandfigures .col-sm-6:last-child .countercontainer {
    margin-left: 10px;
  }
  .factsandfigures .countercontainer {
    padding: 10px;
    font-size: 2em;
  }
  .factsandfigures .countercontainer span {
    display: inline-block;
    min-width: 0auto;
    background-position: 10px center;
    background-size: 26px;
    padding-left: 50px;
    font-size: 50px;
  }
  .factsandfigures h4 {
    font-size: 20px;
  }
}
@media (max-width: 590px) {
  .factsandfigures {
    margin-bottom: 0px;
  }
  .factsandfigures .col-sm-6:first-child h4, .factsandfigures .col-sm-6:first-child .countercontainer {
    margin-right: 0;
  }
  .factsandfigures .col-sm-6:last-child h4, .factsandfigures .col-sm-6:last-child .countercontainer {
    margin-left: 0;
  }
  .factsandfigures h4 {
    margin-bottom: 40px;
  }
  .factsandfigures .countercontainer {
    margin-bottom: 10px;
  }
}
.referenzslider {
  position: relative;
  width: calc(100vw - 10px);
  left: calc(-1 * (100vw - 100%) / 2);
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #D0D1D1;
  border-bottom: 1px solid #D0D1D1;
  margin-bottom: 150px;
}
.referenzslider .placeholder {
  opacity: 0;
}
.referenzslider .realImage {
  /* position: absolute;
  /* @include ycentered; */
}
.referenzslider .realImage h3 {
  font-size: 42px !important;
  color: #A0A0A0;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
.referenzslider .slick_element {
  padding: 0px 50px;
}
.referenzslider .slick-prev,
.referenzslider .slick-next {
  /*@include ycentered; */
  top: calc(100% + 70px);
}
.referenzslider .slick-next {
  right: calc((100vw - 1610px) / 2);
}
.referenzslider .slick-prev {
  left: calc((100vw - 1570px) / 2);
}

@media (max-width: 1680px) {
  .referenzslider .slick-next {
    right: 20px;
  }
  .referenzslider .slick-prev {
    left: 20px;
  }
}
@media (max-width: 1600px) {
  .referenzslider .slick-next {
    right: 30px;
  }
  .referenzslider .slick-prev {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .referenzslider .slick-next {
    right: calc((100vw - 930px) / 2);
  }
  .referenzslider .slick-prev {
    left: calc((100vw - 900px) / 2);
  }
}
@media (max-width: 991px) {
  .referenzslider .slick-next {
    right: calc((100vw - 690px) / 2);
  }
  .referenzslider .slick-prev {
    left: calc((100vw - 660px) / 2);
  }
}
@media (max-width: 899px) {
  .referenzslider .slick-prev, .referenzslider .slick-next {
    /*bottom: -77px;*/
    top: calc(100% + 74px);
  }
}
@media (max-width: 768px) {
  .referenzslider .slick-next {
    right: calc((100vw - 510px) / 2);
  }
  .referenzslider .slick-prev {
    left: calc((100vw - 480px) / 2);
  }
}
@media (max-width: 555px) {
  .referenzslider .slick-next {
    right: 30px;
  }
  .referenzslider .slick-prev {
    left: 30px;
  }
}
.akkordeon {
  margin-bottom: 60px;
}
.akkordeon .collapsible {
  margin-bottom: 10px;
}
.akkordeon .collapsible .collapse_head {
  cursor: pointer;
  border-top: 1px solid #1F489C;
  border-left: 1px solid #1F489C;
  border-right: 1px solid #1F489C;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  font-size: 1.4em;
  color: #1F489C;
  padding: 10px 50px;
  position: relative;
}
.akkordeon .collapsible .collapse_head::before {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(../img/minus.svg);
  background-size: contain;
  width: 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
.akkordeon .collapsible .collapse_head.collapsed {
  background-color: #F4F4F4;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid transparent;
}
.akkordeon .collapsible .collapse_head.collapsed::before {
  background-image: url(../img/plus.svg);
}
.akkordeon .collapsible .collapse_content {
  border-left: 1px solid #1F489C;
  border-right: 1px solid #1F489C;
  border-bottom: 1px solid #1F489C;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 16px;
  padding: 10px 40px;
}

@media (max-width: 1199px) {
  .akkordeon .collapsible .collapse_head {
    font-size: 22px;
  }
}
.tabs {
  border: 1px solid #BCBCBC;
  border-top: 0px solid transparent;
  border-radius: 50px;
  margin-bottom: 60px;
}
.tabs .tab_nav {
  height: 70px;
  position: relative;
}
.tabs .tab_nav .tab_head {
  cursor: pointer;
  padding: 15px 50px;
  font-size: 1.4em;
  background-color: #F4F4F4;
  color: #1F489C;
  border: 1px solid #BCBCBC;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  text-align: right;
}
.tabs .tab_nav .tab_head.active {
  background-color: #1F489C;
  color: #FFFFFF;
}
.tabs .tab_elements .tab_elem {
  padding: 50px;
  display: none;
}
.tabs .tab_elements .tab_elem .tab_head {
  display: none;
}
.tabs .tab_elements .tab_elem.active {
  display: block;
}
.tabs .tab_elements .tab_elem .tab_inhalt p {
  font-size: 16px;
}

.wp-admin .tabs .tab_nav {
  height: 70px;
  position: relative;
}
.wp-admin .tabs .tab_nav .tab_head {
  cursor: pointer;
  padding: 15px 50px;
  font-size: 1.4em;
  background-color: #F4F4F4;
  color: #1F489C;
  border: 1px solid #BCBCBC;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  text-align: right;
}
.wp-admin .tabs .tab_nav .tab_head.active {
  background-color: #1F489C;
  color: #FFFFFF;
}
.wp-admin .tabs .tab_elements .tab_elem {
  padding: 50px;
  font-size: 16px;
}
.wp-admin .tabs .tab_elements .tab_elem:first-child {
  display: block;
}
.wp-admin .tabs .tab_elements .tab_elem:first-child::before, .wp-admin .tabs .tab_elements .tab_elem:first-child::after {
  content: "TAB";
  display: inline-block;
  height: 59px;
  width: 50%;
  z-index: 2;
  border-radius: 30px;
  background-color: #1F489C;
  border: 1px solid transparent;
  color: #FFFFFF;
  padding: 15px 40px;
  top: 0;
  left: 0;
  position: absolute;
  text-align: right;
}
.wp-admin .tabs .tab_elements .tab_elem:first-child::after {
  z-index: 1;
  left: 40%;
  background-color: #FFFFFF;
  border: 1px solid #1F489C;
  color: #1F489C;
  content: "Elemente";
}

@media (max-width: 1199px) {
  .tabs .tab_nav .tab_head {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .tab_nav {
    z-index: 1;
  }

  .smaller1000only.tabpagination.pagination {
    display: block;
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
  }
  .smaller1000only.tabpagination.pagination .form_pagination {
    position: absolute;
    top: 0;
  }
  .smaller1000only.tabpagination.pagination .form_pagination.form_next, .smaller1000only.tabpagination.pagination .form_pagination.form_prev {
    border: 0px solid transparent;
    background-color: transparent;
  }
  .smaller1000only.tabpagination.pagination .form_pagination.form_next.button-design-mit-pfeil::before, .smaller1000only.tabpagination.pagination .form_pagination.form_next.button-design.button-design-mit-pfeil::before, .smaller1000only.tabpagination.pagination .form_pagination.form_prev.button-design-mit-pfeil::before, .smaller1000only.tabpagination.pagination .form_pagination.form_prev.button-design.button-design-mit-pfeil::before {
    left: 15px;
  }
  .smaller1000only.tabpagination.pagination .form_pagination.form_next.button-design-mit-pfeil:last-child::before, .smaller1000only.tabpagination.pagination .form_pagination.form_next.button-design.button-design-mit-pfeil:last-child::before, .smaller1000only.tabpagination.pagination .form_pagination.form_prev.button-design-mit-pfeil:last-child::before, .smaller1000only.tabpagination.pagination .form_pagination.form_prev.button-design.button-design-mit-pfeil:last-child::before {
    left: auto;
    right: 15px;
  }
  .smaller1000only.tabpagination.pagination .tabpaginationdotts {
    list-style: none;
    width: 100%;
    text-align: center;
  }
  .smaller1000only.tabpagination.pagination .tabpaginationdotts li.tabpaginationdott {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #1F489C;
    border-radius: 100px;
    background-color: #1F489C;
  }
}
.wp-block-image {
  border-radius: 80px;
}
.wp-block-image + p, .wp-block-image + h1, .wp-block-image + h2, .wp-block-image + h3 {
  margin-top: 20px;
}

.wp-block-image {
  display: inline-block;
}
.wp-block-image figcaption {
  position: relative;
  padding: 30px 20px;
  z-index: 1;
}
.wp-block-image.is-style-default img {
  position: relative;
  z-index: 2;
}
.wp-block-image.is-style-default figcaption {
  text-align: left;
  padding: 30px 20px;
  border-left: 1px solid #BCBCBC;
  margin-top: -14px;
  margin-left: 50px;
  padding-right: 75px;
}
body .bildergalerie, .wp-admin .bildergalerie {
  margin-bottom: 80px;
  position: relative;
  width: calc(100vw - 10px);
  left: calc(-1 * (100vw - 100%) / 2);
  min-height: 700px;
  height: 700px;
  position: relative;
}
body .bildergalerie .inner_bildergalerie, .wp-admin .bildergalerie .inner_bildergalerie {
  height: 100%;
}
body .bildergalerie .inner_bildergalerie .bildgal_slick_elements_container, .wp-admin .bildergalerie .inner_bildergalerie .bildgal_slick_elements_container {
  height: 100%;
}
body .bildergalerie .inner_bildergalerie .bildgal_slick_elements_container .slick-list, .wp-admin .bildergalerie .inner_bildergalerie .bildgal_slick_elements_container .slick-list {
  height: 100%;
}
body .bildergalerie .inner_bildergalerie .bildgal_slick_elements_container .slick-list .slick-track, .wp-admin .bildergalerie .inner_bildergalerie .bildgal_slick_elements_container .slick-list .slick-track {
  top: 200px;
}
body .bildergalerie img, .wp-admin .bildergalerie img {
  z-index: 1;
  position: relative;
}
body .bildergalerie .bildergalerie_bildcaption, .wp-admin .bildergalerie .bildergalerie_bildcaption {
  display: none;
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  left: -85px;
  border-left: 1px solid #BCBCBC;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 5px;
  z-index: 0;
}
body .bildergalerie .slick-slide, .wp-admin .bildergalerie .slick-slide {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  z-index: 1;
  position: relative;
}
body .bildergalerie .slick-slide figure, .wp-admin .bildergalerie .slick-slide figure {
  width: 430px;
}
body .bildergalerie .slick-slide figure img, .wp-admin .bildergalerie .slick-slide figure img {
  transition: all 0.5s;
  border-radius: 84px;
  margin-bottom: 90px;
  height: 240px;
  width: auto;
}
body .bildergalerie .slick-slide.slick-current, .wp-admin .bildergalerie .slick-slide.slick-current {
  z-index: 2;
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
body .bildergalerie .slick-slide.slick-current figure img, .wp-admin .bildergalerie .slick-slide.slick-current figure img {
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  border-radius: 32px;
  /* height: 400px;
   width: auto;
   top: -70px;
   position: relative; */
}
body .bildergalerie .slick-slide.slick-current .bildergalerie_bildcaption, .wp-admin .bildergalerie .slick-slide.slick-current .bildergalerie_bildcaption {
  /* TODO Border left ist gekürzt?? */
  display: block;
  position: relative;
  /*top:360px;*/
  left: -130px;
  top: 10px;
  width: 650px;
}
body .bildergalerie.versionb, .wp-admin .bildergalerie.versionb {
  position: relative;
  width: calc(100vw - 10px);
  left: calc(-1 * (100vw - 100%) / 2);
  min-height: 700px;
  height: 700px;
  position: relative;
}
body .bildergalerie.versionb .inner_bildergalerie, .wp-admin .bildergalerie.versionb .inner_bildergalerie {
  height: 100%;
}
body .bildergalerie.versionb .inner_bildergalerie .bildgal_slick_elements_container, .wp-admin .bildergalerie.versionb .inner_bildergalerie .bildgal_slick_elements_container {
  height: 100%;
}
body .bildergalerie.versionb .inner_bildergalerie .bildgal_slick_elements_container .slick-list, .wp-admin .bildergalerie.versionb .inner_bildergalerie .bildgal_slick_elements_container .slick-list {
  height: 100%;
}
body .bildergalerie.versionb .inner_bildergalerie .bildgal_slick_elements_container .slick-list .slick-track, .wp-admin .bildergalerie.versionb .inner_bildergalerie .bildgal_slick_elements_container .slick-list .slick-track {
  top: 200px;
}
body .bildergalerie.versionb img, .wp-admin .bildergalerie.versionb img {
  z-index: 1;
  position: relative;
}
body .bildergalerie.versionb .bildergalerie_bildcaption, .wp-admin .bildergalerie.versionb .bildergalerie_bildcaption {
  display: none;
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  left: -85px;
  border-left: 1px solid #BCBCBC;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 5px;
  z-index: 0;
}
body .bildergalerie.versionb .slick-slide, .wp-admin .bildergalerie.versionb .slick-slide {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  z-index: 1;
  position: relative;
}
body .bildergalerie.versionb .slick-slide figure img, .wp-admin .bildergalerie.versionb .slick-slide figure img {
  transition: all 0.5s;
  border-radius: 84px;
  margin-bottom: 90px;
  height: 240px;
  width: auto;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
body .bildergalerie.versionb .slick-slide.slick-current, .wp-admin .bildergalerie.versionb .slick-slide.slick-current {
  z-index: 2;
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
body .bildergalerie.versionb .slick-slide.slick-current figure img, .wp-admin .bildergalerie.versionb .slick-slide.slick-current figure img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 32px;
  /* height: 400px;
   width: auto;
   top: -70px;
   position: relative; */
}
body .bildergalerie.versionb .slick-slide.slick-current .bildergalerie_bildcaption, .wp-admin .bildergalerie.versionb .slick-slide.slick-current .bildergalerie_bildcaption {
  /* TODO Border left ist gekürzt?? */
  display: block;
  top: 360px;
  left: -130px;
}
body .slick-prev, body .slick-next, .wp-admin .slick-prev, .wp-admin .slick-next {
  top: auto;
  bottom: 80px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body .slick-prev::before, body .slick-next::before, .wp-admin .slick-prev::before, .wp-admin .slick-next::before {
  content: "";
  background-image: url(../img/forward-arrow_blue.svg);
}
body .slick-prev::before, .wp-admin .slick-prev::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wp-admin .bildergalerie {
  margin: 0px;
  min-height: 0;
  height: 255px;
  overflow: hidden;
}
.wp-admin .bildergalerie .slick_element {
  display: inline;
  float: left;
}
.wp-block-embed iframe {
  border-radius: 30px;
}

.modalvideo.modal.fade {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(5, 5, 5, 0.5);
  width: 100%;
  height: 100%;
  padding-right: 0px;
}
.modalvideo.modal.fade .modal-dialog {
  width: 900px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 40px;
  max-width: 100%;
  padding: 0;
}
.modalvideo.modal.fade .modal-dialog .modal-content {
  background-color: transparent;
  border: 0px solid transparent;
}
.modalvideo.modal.fade .modal-dialog .modal-content .modal-header, .modalvideo.modal.fade .modal-dialog .modal-content .modal-footer {
  border: 0px solid transparent;
  padding: 0;
}
.modalvideo.modal.fade .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modalvideo.modal.fade .modal-dialog iframe {
  max-width: 100%;
  width: 100%;
  height: 500px;
  /*
  border-radius:30px;
  border: 1px solid #282828;*/
}
.modalvideo.modal.fade .modal-dialog .close {
  position: absolute;
  right: -75px;
  top: -75px;
}

@media (max-width: 900px) {
  .modalvideo.modal.fade .modal-dialog {
    width: 900px;
    max-width: 90%;
    padding-right: 20px;
  }
  .modalvideo.modal.fade .modal-dialog .modal-content .modal-header .close, .modalvideo.modal.fade .modal-dialog .modal-content .modal-footer .close {
    right: -40px;
    top: -40px;
    z-index: 10;
  }
  .modalvideo.modal.fade .modal-dialog iframe {
    height: 400px;
  }
}
@media (max-width: 700px) {
  .modalvideo.modal.fade .modal-dialog iframe {
    height: 300px;
  }
}
/* verwendet den wp-block-file Block des Standardeditors 

<div class="wp-block-file">
<a href="https://www.idlinked.eu//wp-content/uploads/2021/02/Dokumentdownload.pdf">Dokumentdownload</a>
<a href="https://www.idlinked.eu//wp-content/uploads/2021/02/Dokumentdownload.pdf" class="wp-block-file__button" download="">Herunterladen</a>
</div>


*/
.wp-block-file {
  display: flex;
}
.wp-block-file a {
  order: 2;
  padding-left: 10px;
}
.wp-block-file a.wp-block-file__button {
  width: 46px;
  height: 46px;
  position: relative;
  color: transparent;
  background-color: transparent;
  border: 1px solid transparent;
  order: 1;
  padding-left: 0px;
}
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__buttonfocus {
  color: transparent;
}
.wp-block-file a.wp-block-file__button::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  background-image: url(../img/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}
.wp-block-file a.wp-block-file__button::after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 44px;
  height: 44px;
  background-color: lightgrey;
  border: 1px solid lightgrey;
  border-radius: 100px;
  z-index: -1;
}
.wp-block-file a.wp-block-file__button.downloadisclicked {
  background-image: url(../img/kreis2_b.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  border: 0px solid #ffffff;
}
.downloadElement figure {
  width: 100%;
  max-width: 335px;
}
.downloadElement figure a img {
  border-radius: 60px;
  -webkit-box-shadow: 3px 3px 6px #0000002c;
  box-shadow: 3px 3px 6px #0000002c;
  position: relative;
  z-index: 1;
}
.downloadElement figure a figcaption {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
  color: #1F489C;
  text-align: center;
}
.downloadElement figure a figcaption::before {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  right: 22px;
  top: -100px;
  background-image: url(../img/pfeil_runter.svg);
}

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