@import 'bootstrap-slide.css';
/******************************************* Fixes ************************************/
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}

/********************************************* html *************************************************************/
body {
  background: #ffffff;
  font: 24px "Avance W04 Regular", "Times New Roman", serif;
  color: #4a4a4a;
}
p {
  font-size: 24px;
  line-height: 1.333333333333333;
  padding: 10px 0px 10px 0px;
  
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 7 4 3;
  -webkit-hyphenate-limit-lines: 2;  
  -webkit-hyphenate-limit-zone: 8%;
  -webkit-hyphenate-limit-last: always;
  
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: 7 4 3;
  -moz-hyphenate-limit-lines: 2;  
  -moz-hyphenate-limit-zone: 8%;
  -moz-hyphenate-limit-last: always;
  
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 7 4 3;
  -ms-hyphenate-limit-lines: 2;  
  -ms-hyphenate-limit-zone: 8%;
  -ms-hyphenate-limit-last: always;
  
  hyphens: auto;
  hyphenate-limit-chars: 7 4 3;
  hyphenate-limit-lines: 2;  
  hyphenate-limit-zone: 8%;
  hyphenate-limit-last: always;
}
img {
  border:none;
  width: 100%;
  height:auto;
}  
a:link, a:visited {
  text-decoration: none;
  color: #ffffff;
}
figcaption {
  font-family:"NotoSans Regular", sans-serif;
  color: #b5152b;
  line-height: 1.8;
  padding: 15px 5px;  
}
main a:link, main a:visited, main a:link {
  color: #57A3C7;
}
main a:hover, main a:focus {
  color: #b5152b;
}
p strong {
    font-family: "Avance W04 Bold";
}

/*** Rahmen-Optionen ***/
.frame-space-after-small {
  margin-bottom: 0 !important;
}

.frame-space-after-medium {
  margin-bottom: 10px !important;
}

.frame-space-after-large {
  margin-bottom: 60px !important;
}

/********************************** Struktur **********************************/

/** Max-Width 1400px **/
#header-logo, .menu-container:not(.sticky), .sticky .menu-wrapper {
  max-width: 1920px;
  margin: auto;
}
#wrapper {
  width: 100%;
}

/***Header & Navigation ***/
@media screen and (min-width: 769px) {
header.logo {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  /*position: fixed;*/
  position: absolute;
  top: 0;
  z-index: 10;
}
#head-logo {
  width: 350px;
  height: auto;
  position: relative;
  top: 0;
  left: 40px;
  display: inline-block;
  z-index: 1000;
  padding-top: 12px;
  background: transparent;
  float:left;
}
header.logo .letter {
  fill: #ffffff;
  transition: all 1.5s;
}
header.logo.active .letter {
  fill: #000000;
  transition: all 1.5s;
}
#navbar {
  float: right;
  width: 100%;
  position: absolute;
  margin-top: 40px;
}
#navbar ul {
  margin-right: 150px;  
}
#navbar ul li {
 display: inline-block;
  position:  relative;
  padding: 15px 25px;
  vertical-align: top;
}
#navbar ul li a {
  font: 18px "NotoSans Regular", sans-serif;
  line-height: 1.8;
  color: #fff;
  text-transform: uppercase;
  display: block;  
  border-bottom: 2px solid transparent;
}
#navbar ul li.active a,
#navbar ul li a:hover {
  border-bottom: 2px solid #fff;
}
#navbar ul li ul {
  /*position: absolute;*/
  width: 160px;
  padding-top: 15px;
  margin-left: -30px;
}
#navbar ul li ul li {
  display: inline-block;
  width: 33px;
  height: 15px;
  margin: 1px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #fff;
}
#navbar ul li ul li a,
#navbar ul li ul li.active a
#navbar ul li ul li a.active,
#navbar ul li ul li a:hover {
  border-bottom: none !important;
  line-height: 1;
  font: 18px "NotoSans Regular", sans-serif;
}
#navbar ul li ul li.active,
#navbar ul li ul li:hover {
  background-color: #fff;
  font: 18px "NotoSans Regular", sans-serif;
  }
.menu-wrapper {
  float: right;
}
#navbar ul li ul li ul { /** Ebene 3 ausblenden **/
  display: none;
}
/*.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  background-repeat: repeat;
  background: rgba(0,0,0,0.5);
}
.sticky #navbar{
  margin-top: 0;
  }
*/
#respnav {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -40px;
  background-color: #d0e4ef;
}

}

@media screen and (max-width: 768px) {
header.logo {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  /*position: fixed;*/
  top: 0;
  z-index: 52;
}
}

@media screen and (min-width: 1921px) {
header.logo {
  width: 100%;
  max-width: 1920px;
  margin: auto auto auto -960px;
  left: 50%;
  /*position: fixed;*/
  top: 0;
  z-index: 11;
}
}


main {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background: #fff;
 /*display: inline-block;*/
  padding-bottom: 20px;
}

main > div {
  /*max-width: 1920px;*/
  max-width: 1040px; /* Alle Inhaltselemente auf 1040 Pixel begrenzen **/
  margin: auto;
  position: relative;
}

.video.full .image-caption {
  max-width: 1040px; /* Alle Inhaltselemente auf 1040 Pixel begrenzen **/
  margin: auto;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.video .image-caption {
  position: relative;
  /*margin-top: 10px;*/
  }

main > div.image {
  max-width: 1920px;
  margin: auto;
  position: relative;
}
main > div.image.frame-none { /** Full width-Video Abstand nach unten **/
  max-width: 1920px;
  margin: 0 auto 80px auto;
  position: relative;
}

/** Footer **/
footer {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 1920px;
  background-color: #b5152b;
  padding: 30px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
  letter-spacing: 0.3px;
}
footer > div {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 50px;
  }
footer .box {
  float:left;
  padding: 0;
  margin: 0 25px;
  max-width: 300px;
  width: 20%;
}
footer p {
  font: 18px "Avance W04 Regular", "Times New Roman", serif;
  line-height: 1.6;
  color: #fff;
  padding: 5px 5px 5px 0;  
}

footer a.tel, footer span {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1px;
  display:block;
}
footer .box a.tel, footer span {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1px;
  display:block;
}
footer .box a.mail {
word-wrap: break-word;
  overflow-wrap: break-word;
}
footer a.tel i{
  margin-right: 0;
  font-size:18px;
}
footer a.tel i.icon-phone:before {
  font-size: 18px;
}
footer a.xtra {
  margin-top: 40px;
}
footer h3, footer .header {
  text-transform: uppercase;
  font: 14px "NotoSans Regular", sans-serif;
  line-height: 1.3;
  margin: 30px 0 10px 0;
  color: #fff;
  letter-spacing: 1px;
}


/** Abstände innerhalb des Footer **/
footer h3.print, footer h3.sitemap,footer h3.imprint {
  margin: 15px 0 5px 0;
  padding-bottom: 0;
}
footer .footercontent_row1 h3.bf {
  padding-bottom: 0;
}
footer h3.disclaim,
footer h3.copy {
  margin: 0;
  padding-bottom: 10px;
}

/** Externe Links in der Navigation auszeichen **/
footer a[href^='http://']:after, footer a[href^='https://']:after {
  content: "";
}
/** footer cookieman **/
footer .box button.btn-default {
    text-transform: uppercase;
    font-family: "NotoSans Regular";
    font-size: 14px;
    margin: 30px 0 10px 0;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 1px;
	background-color:none;
	background:none !important;
	text-align: left;
	border:none;
	padding: 0 0 0 0;
}
/********* content ***********/
h1 {
  font: 53px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1;
  text-transform: uppercase;
  color: #B5152B;  
  letter-spacing: 0.2px;
  padding-bottom: 5px;
  margin-top: 35px;
  margin-bottom: 40px;
}
h1.white  {
  color: #fff;
  }
h2 {
  color: #4a4a4a;
  /* War 18px */
  font: 24px "Avance W04 Bold", "Times New Roman", serif;
  line-height: 1.3;
}
h2.black  {
  color: #4a4a4a;
  }
h2.red  {
  color: #b5152b;
  }
h2.white  {
  color: #fff;
  }
h3 {
  color: #b5152b;
  font: 21px "NotoSans Regular", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.2px;
  padding: 0 0 10px 0;
}
h4 {
  color: #b5152b;
  font: 16px "NotoSans Regular", "Times New Roman", serif;
  line-height: 1.6;
  letter-spacing: 0.2px;
  padding: 0 0 10px 0;
  text-transform:uppercase;
}
span.roterText {
    font: 13px "NotoSans Regular", sans-serif;
    color: #b5152b;
    text-transform: uppercase;
}
main span.telefon:before {
    font-family: "alexianer_icons";
    content: "\f095 ";
    padding-right: 10px;
}
main span.fax:before {
    font-family: "alexianer_icons";
    content: "\f0f6 ";
    padding-right: 10px;
}
main span.mail:before {
    font-family: "alexianer_icons";
    content: "\f003 ";
    padding-right: 10px;
}
main span.link:before {
  font-family: "alexianer_icons";
  content: "\f0c1";
  padding-right: 10px;
}
main span.link {
  margin-top: 2px;
  display: inline-block;
}
.standard > div.frame-type-text p strong, 
.autorenkasten p strong{
    font-family:"Avance W04 Bold";
}


/* font awesome */
.fa {
  margin-right: 5px;
}
.rot {
  color: #b5152b;
}

/***************************************/
/** Breadcrumb **/
/***************************************/

.breadcrumb {
  max-width: 1040px;
  margin: 20px auto 0 auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.breadcrumb::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.breadcrumb {
  overflow:scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.breadcrumb {
  color: #4a4a4a;
  font-size: 12px;
  padding: 0 0 10px 0;
  line-height: 1.2;
  /*width: 100%;*/
  font: 12px "NotoSans Regular";
}
.breadcrumb ul {
  padding: 0;
  margin: 20px 0 20px 0;
  list-style-type: none;
  /*display:inline;*/
  white-space: nowrap;
  /*float: left;*/
  width: 80%;
}
.breadcrumb ul li  {
  display: inline-block;
  /*float: left;*/
  padding-right: 4px;
  font-size: 18px;
}
.breadcrumb span  {
  /*float: left;*/
  padding-right: 10px;
  display: inline-block;
}
.breadcrumb ul li a {
  color: #4a4a4a;
  text-decoration: underline;
  /*padding-right: 5px;*/
}
.breadcrumb ul li a:hover {
  color: #b5152b;
}
.breadcrumb ul li+li:before {
  content: "\f054";
  padding-right: 5px;
  font-family: "alexianer_icons";
  font-size: 10px;
  font-weight: bold;
  color: #4a4a4a;
}
.breadcrumb ul li.active:after {
  content: none;
}
.breadcrumb ul li.active {
  color: #b5152b;
}

.breadcrumb .info-mobile {
  display: none;
}
.breadcrumb .mobile {
  display: none;
}


/**************************************/
/** Formate spezielle Inhaltselemente **/
/**************************************/

/** Farben für Hintergründe **/
.frame-blue {
background: #9dcadd;
  }

/** Text innerhalb der Seite einrücken **/
.standard > div > p, .standard h2, .standard ul, .standard ol {
  padding: 10px 20% 10px 20%;
}
/******************/

/** Teaser **/
.breadcrumb + .teaser {
  margin-top: 0px;
  margin-bottom: 80px;
}
.teaser {
  margin-top: 70px;
  margin-bottom: 80px;
}
.teaser p {
  font: 28px "NotoSans Regular", sans-serif;
  line-height: 1.4;
  color: #b5152b;  
  padding: 10px 0;
  font-weight: normal;
}
/******************/

/** Bild groß **/
.image.aufmacher, .image .imagefigure div {
  height: 100vh;
  /*https://css-tricks.com/the-trick-to-viewport-units-on-mobile/*/
  height: calc(var(--vh, 1vh) * 100);
}
.image div {
  height: 100%;
  }
.image .imagefigure {
  height: 100%;
}

.image .imagefigure div {
  /*height: 100%;*/
  background-position: center;
  background-size: cover;
}
.image .ce-bodytext {
  position: absolute;
  top:50%;
  transform:translate(0%,-50%);
  -ms-transform:translate(0%,-50%);
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/** Text im Bild nach unten positionieren um Text aus Gesichtern zu bekommen ||
Einstellung "Klein" unter Erscheinungsbild -> Abstand danach in Typo3 **/
.image .frame-space-after-small .ce-bodytext {
  position: absolute;
  bottom: 100px;
  top: auto;
  z-index: 2;
  width: 100%;
  transform: inherit;
  height: auto;
  margin: 0 auto;
}
.image .frame-space-after-small h1 {
  margin-bottom: 10px !important;
}
/*********************/

.image h1, .image h2, .image .ce-bodytext p {
 text-align: center;
 text-shadow: 4px 3px 10px #666; /** Damit den Text auf den weißen KH-Bildern auch lesen kann **/
}
.image h1 {
  font-size: 90px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
}

.video.aufmacher.image h1 {
  margin-bottom: 70px;
  }
.image h2 {
  font: 19px "NotoSans Regular", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.image .ce-bodytext p {
  font: 34px "NotoSans Regular", sans-serif;
  color: #ffffff;
  padding: 0 30%;
}

/** Teaser im Bild breiter laufen lassen für Video-Teaser, wegen Play-Button || 
Einstellung "Extra klein" unter Erscheinungsbild -> Abstand davor in Typo3 **/
.image .frame-space-before-extra-small .ce-bodytext p { 
  padding: 0 20%;
  }

ul.imagenavigation {
  position: absolute;
  top:50%;
  transform:translate(0%,-50%);
  -ms-transform:translate(0%,-50%);
  z-index: 9;
  width: 100%;
}
ul.imagenavigation li {
  display: inline;
}
ul.imagenavigation li.left {
  /*width: calc(50% - 40px);
  display: inline-block;
  padding-left: 40px;*/
  position: absolute;
  top:50%;
  left: 40px;
  transform:translate(0%,-50%);
  -ms-transform:translate(0%,-50%);
  }
ul.imagenavigation li.right {
  /*width: calc(50% - 40px);
  display: inline-block;
  text-align: right;
  padding-right: 40px;*/
  position: absolute;
  top:50%;
  right: 40px;
  transform:translate(0%,-50%);
  -ms-transform:translate(0%,-50%);
  }
ul.imagenavigation li.left a img,
ul.imagenavigation li.left a svg,
ul.imagenavigation li.right a img,
ul.imagenavigation li.right a svg,
ul.imagenavigation_down li.center a img,
ul.imagenavigation_down li.center a svg{
  width: 40px;
  height: 40px;
}
ul.imagenavigation_down {
  position: absolute;
  bottom: 40px;
  z-index: 50;
  width: 100%;
}
ul.imagenavigation_down li.center {
  width: 100%;
  display: inline-block;
  text-align: center;
  }
.imagenavigation_down:hover #scrolldown > img {
  -webkit-animation: bounce-bottom 0.9s both;
  animation: bounce-bottom 0.9s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-6-18 11:41:55
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}




/** Video **/
.video.aufmacher.image .imagefigure button {
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}


/******************/

/** Bild Groß mit Link **/
.image_link {}
.image_link header {
  position: absolute;
  width: 100%;
  top: 5em;
}
div.lazyloaded {
  background-color: hsla(0,0%,100%,0);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
}

.image_link:hover .lazyloaded {
  background-color: rgba(0,0,0,0.1);
  transition: all .5s;
}

.image_link:hover .imagefigure {
  
  }

.image_link header > * {
  max-width: 1040px;
  margin: auto;
}
.image_link .ce-bodytext {
  position: absolute;
  top: inherit;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.image_link .ce-bodytext div {
  padding: 0;
  max-width: 1040px;
  text-align: left;
  margin: 0 auto;
}
.image_link header h1,
.image_link header h1 a {
  font-size: 70px;
  color: #fff;
  }
.image_link h2 {
  font: 24px "NotoSans Regular", sans-serif;
  color: #ffffff;
  text-transform: none;
}
.image_link .ce-bodytext > div > * {
  width: 50%;
  width: 60%;
}
.image_link .ce-bodytext p {
  color: #fff;
  font: 40px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.0;
  text-align: left;
  padding: 0;
  }
.image_link .ce-bodytext p:last-of-type {
  margin-top: 30px;
  }
.image_link .ce-bodytext p a {
  color: #ffffff;
  display: block;
}
.image_link .ce-bodytext p:last-of-type a {
  font: 24px "NotoSans Regular", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  }
.image_link .ce-bodytext div p a:hover {
  color: #d13f48!important;
  color: rgba(255, 255, 255, .8)!important;
  }

/******************/

/** Bild eingerückt **/
.image_article {
  margin-bottom: 60px;
}
.image_article figure.imagefigure {
 position: relative;
  margin-bottom: 0;
}
.image_article .ce-bodytext {
  position: absolute;
  bottom: 70px; /**  Die Position muss sich anhand des Inhaltes bestimmen **/
  z-index: 2;
  width: 100%;
  padding: 0 30% 0 40px;
  box-sizing: border-box;
}
.image_article .ce-bodytext p {
  font: 40px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.2;
  color: #fff;
}
figcaption {
  font: 12px "NotoSans Regular", sans-serif;
  line-height: 1.8;
  color: #b5152b;  
  padding: 10px 5px 15px 0;
}

.image figcaption {
  padding: 10px 20px;
}


   


/******************/

/** Bild klein **/
.image_small {}
.image_small p {
  padding: 10px 20% 10px 20%;
}

.image_small figure.imagefigure, .image_small figure.video {
  width: 30%;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: -5px;
}
.image_small figcaption {
  padding: 0px 5px 15px 0;  
}




/******************/
/** Hervorhebung **/
.hervorhebung {}
.hervorhebung > div > p {
  padding: 10px 20% 10px 20%;
}
.hervorhebung > div > p:first-of-type {
  font: 13px "NotoSans Regular", sans-serif;
  line-height: 1.5;
  color: #b5152b;
  float: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  max-width: 280px;
  margin-left: 0;
}
.hervorhebung > div > p {
  margin-left: 110px;
}



/******************/
/** ZITAT **/
.zitat > div { }
.zitat p:first-child {
  color: #57a3c7;
  font: 40px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.2;
  padding: 0;
}
.zitat p:last-child {
  color: #57a3c7;
  font: 18px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}
/******************/
/** Autoren Absatz ***/
.autorenkasten > div > p, .autorenkasten h2, .autorenkasten ul, .autorenkasten ol {
  padding: 10px 20% 10px 20%;
  color: #4a4a4a;
}
/*.autorenkasten > div > p:first-of-type {
  font: 13px "NotoSans Regular", sans-serif;
  line-height: 2;
  text-transform: uppercase;
  color: #b5152b;
  float: left;  
  padding-left: 0;
  padding-right: 0;
  margin-left: -80px;
  max-width: 280px;
}*/

.autorenkasten > div > p:nth-of-type(1):first-letter {
  font: 160px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 0.7;
  float: left;
  padding-right: .125em;
  margin-top: 0;
  
}
/* Anpassungen für Firefox */
@-moz-document url-prefix() {
  .autorenkasten > div > p:nth-of-type(1):first-letter {
    margin-top: 10px;
  }
}



/******************/

/** Video **/
.video {
    width: 100%;
}
.video .imagefigure {
  position: relative;
  line-height: 0;
  width: 100%;
}
.video-header {
  z-index: 2;
  width: 100%;
  text-align: left;
  top: 2rem;
  
}
.video-header > .subheader {
  display: none;
}
.video-header > h2 {
  color: #ffffff;
  font: 40px "Avance W04 Italic", "Times New Roman", serif;
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 0;
  padding-left: 40px;
}
.video .imagefigure button {
  top: 50%;
  left: 50%;
   transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
  border-style: outset;
  border-color: transparent;
  border-image: initial;
}
.video .imagefigure button > svg {
  width: 70%;
  width: 70px; /* IE11 braucht hier Pixelangabe **/
}
.video .imagefigure button #Triangle {
  fill: #fff;
  transition: fill .3s ease-in-out;
  }  
.video:hover- .imagefigure button #Triangle {
  transform: translateY(0);
  fill: #d13f48;
}  
.video .imagefigure button #Oval{
  stroke: #fff;
  transition: fill .3s ease-in-out;
  }  
.video:hover- .imagefigure button #Oval{
  transform: translateY(0);
  stroke: #d13f48;
    }

.video figcaption p {
  color: #b5152b;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 5px 15px 0;
}
.video .imagefigure div, .video .imagefigure dfigcaption, .video .imagefigure button {
  position: absolute;
}
.video .imagefigure div.lazypreload {
  position: static;
}
.aufmacher .imagefigure div.lazypreload {
  position: static;
  filter: brightness(0.8); /** Überschriften auf Top-Bildern **/
}
.play-video-th { /** Abspiel-Hinweis **/
  margin-top: 20px;
  position: relative;
}
.play-video-th:after {
  font-family: "alexianer_icons";
  content: "\f01d"; 
  position: absolute;
  top: 3px;
  margin-left: 10px;
  font-weight: 200;
}

.play-video-th:hover {
  color: #b5152b !important;
  transition: all .2s ease-in;
}

.video-embed {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  z-index: 10;
  overflow: hidden;
}
.video-embed iframe, .video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-embed-standalone {
  width: 100%;
  margin-bottom: 60px;
}

.video .video-embed-standalone {
  margin-bottom: 0px;
}

.video-embed-hide.textmedia video {
  width: 100%;
}

/**************************/
/** Linkkasten Bilder **/
.linkkasten_bilder {
  width: 100%;
  max-width: 1920px;  
  padding: 45px 0 70px 0;
}
.linkkasten_bilder > div {
  max-width: 1040px; /* Alle Inhaltselemente auf 1040 Pixel begrenzen **/
  margin: auto;
  position: relative;
  }
.linkkasten_bilder .ce-column, .linkkasten_bilder .video .ce-row {
  width: calc(25% - 15px);  /* Die 15px ergeben sich aus der Berechnung Anzahl der Spalten/Abstand dazwischen **/
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 13px;
}
.linkkasten_bilder .ce-columns-2 .ce-column, .linkkasten_bilder .video .ce-columns-2 .ce-row {
  width: calc(50% - 10px);  /* Die 15px ergeben sich aus der Berechnung Anzahl der Spalten/Abstand dazwischen **/
  }
.linkkasten_bilder .ce-columns-3 .ce-column, .linkkasten_bilder .video .ce-columns-3 .ce-row {
  width: calc(33.3% - 13.3px);  /* Die 15px ergeben sich aus der Berechnung Anzahl der Spalten/Abstand dazwischen **/
  }
.linkkasten_bilder .ce-columns-4 .ce-column, .linkkasten_bilder .video .ce-columns-4 .ce-row {
  width: calc(25% - 15px);  /* Die 15px ergeben sich aus der Berechnung Anzahl der Spalten/Abstand dazwischen **/
  }

.linkkasten_bilder .ce-column:nth-of-type(4n+0), .linkkasten_bilder .video .ce-row:nth-of-type(4n+0) {
  margin-right: 0;
}
.linkkasten_bilder .ce-columns-2 .ce-column:nth-of-type(2n+0), .linkkasten_bilder .video .ce-columns-2 .ce-row:nth-of-type(2n+0) {
  margin-right: 0;
}
.linkkasten_bilder .ce-columns-3 .ce-column:nth-of-type(3n+0), .linkkasten_bilder .video .ce-columns-3 .ce-row:nth-of-type(3n+0) {
  margin-right: 0;
}
.linkkasten_bilder .ce-columns-4 .ce-column:nth-of-type(4n+0), .linkkasten_bilder .video .ce-columns-4 .ce-row:nth-of-type(4n+0) {
  margin-right: 0;
}

.linkkasten_bilder .video .ce-column {
  width: calc(100% - 20px);
}

@media only screen and (max-width: 768px) {
  .linkkasten_bilder .video .ce-row {
    width: 100% !important;
    margin-right: 0;
  }
  
}

.linkkasten_bilder .imagefigure {
  position: relative;
}
.linkkasten_bilder .imagefigure a {
  display: block;
 line-height: 0;
}
.linkkasten_bilder .imagefigure .image-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.2);
}
.linkkasten_bilder .imagefigure a:hover img, .linkkasten_bilder .imagefigure a.hover img {
  -webkit-filter: contrast(1.75) brightness(.8);
  filter: contrast(1.75) brightness(.8);
  }
.linkkasten_bilder .imagefigure a:hover .image-caption, .linkkasten_bilder .imagefigure a.hover .image-caption {
  background: rgba(181,21,43,0.2);
  transition: all .5s;
  }
.linkkasten_bilder .imagefigure a:hover .image-caption figcaption, .linkkasten_bilder .imagefigure a.hover .image-caption figcaption {
  visibility: visible;
transition:0.2s all ease-in-out!important;
}
.linkkasten_bilder .imagefigure .image-caption h3 {
  font: 17px "NotoSans Regular", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;  
  }
.linkkasten_bilder .imagefigure .image-caption figcaption {
  font: 18px "Avance W04 Regular", "Times New Roman", serif;
  line-height: 1.3;
  color: #fff;
  visibility: hidden;
  }
.linkkasten_bilder .imagefigure .image-caption figcaption p {
  font: 12px "NotoSans Regular", sans-serif;
  line-height: 2;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  }

.linkkasten_bilder header h2,
.slider header h2 {
  /* War 65 */
  font: 48px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.3;
  padding: 0;  
  text-align: center;
  text-transform: uppercase;
}
.linkkasten_bilder .ce-bodytext p {
  font: 24px "NotoSans Regular", sans-serif;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.linkkasten_bilder .ce-textpic .ce-gallery {
  margin-top: 40px;
}

/****************************/

/********* Slider ***********/
.slider {
 /* background: #fff;*/
}
.slider h4 {
  font: 24px "NotoSans Regular", sans-serif;
  line-height: 1.3;
  text-transform: none;
}
.slidewrap-B {
  padding: 10px 20% 10px 20%;
}
.slider figcaption {
  font: 18px "Avance W04 Regular", "Times New Roman", serif;
  line-height: 1.3;
  color: #b5152b;
}
.slider figcaption span {
  font-family: "Avance W04 Bold", "Times New Roman", serif;
  }
/****************************/
/********** Audio ***********/
.audio {}
.audio header {
  position: absolute;
  top: 70px;
  padding: 0 70px;
}
.audio header h2 {
  font: 40px "NotoSans Regular", sans-serif;
  color: #b5152b;
  text-transform: none;
}
.audio .ce-column:first-of-type {
  height: auto;
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
}
.audio .audiofigure {
  max-width: 1040px;
  margin: 0 auto;
  }
.audio-embed {
   padding: 10px 20% 10px 20%;
}
audio {  
  width: 100%;
}


/*****************************/
/****** Ansprechpartner ******/
.ansprechpartner {

}
.ansprechpartner header {
  margin-bottom: 1em;
}
.ansprechpartner header h2 {
  font: 70px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.ansprechpartner header h3 {
  font: 24px "NotoSans Regular", sans-serif;
  line-height: 1.2;
  text-transform: none;
  text-align: center;
}
.ansprechpartner .ce-textpic {
  display: flex;
}
.ansprechpartner .ce-gallery {
  /*float: left;*/
  width: 60%;
  margin-right: 40px;
}
.ansprechpartner .ce-bodytext {
  width: 30%;
  position: relative;
}
.ansprechpartner .ce-bodytext > div {
  position: absolute;bottom: 0;
}

.ansprechpartner .ce-bodytext p {
  font: 18px "Avance W04 Regular", "Times New Roman", serif;
}
.ansprechpartner .ce-bodytext p a {
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  }
.ansprechpartner .ce-bodytext p a:hover {
  color: #d13f48;
  border-bottom: 1px solid #d13f48;
  }

/*****************************/
/********* Akkordeon **********/
.accordion-headline {
  margin-bottom: 0 !important;
}
div.accordion {
  overflow:hidden;
  //margin-bottom: 10px;
}

div.accordion + div.standard {  
  margin-top: 60px;
}

div.accordion:last-of-type {
    margin-bottom: 60px;
  }

div.accordion > div {
  margin: 10px 20% 10px 20%;
  }

div.accordion header,
div.accordion p {
  
  }

button.accordion-button{
   background-color: #f1f7fa;
   cursor: pointer;
   padding: 14px;
   width: 100%;
   //float:right;
   text-align: left;
   border: none;
   outline: none;
   transition: 0.4s;
   margin-top: 2px;
   
}
div.accordion.active div header button.accordion-button{
  //margin-bottom: 1em;
}
button.accordion-button h2 {
  display:inline-flex;
  font-size: 21px;
  font-family:"NotoSans Regular";
  color: #b5152b;
  line-height: 1.2;
  padding: 5px;
}
button.accordion-button.active, button.accordion-button:hover {
  background-color: #d8eaf2;
}
button.accordion-button:hover h2,
button.accordion-button:hover h2:before,
button.accordion-button.active:hover h2:before{
  color: #d13f48;
}
button.accordion-button h2:before,
button.accordion-button.active h2:before{
  transition: transform 0.5s linear;
  transform-origin: center center;
  transform-style: preserve-3D;
  height: 100%;
  }

section.content .accordion .ce-textpic, section.content .accordion .ce-text {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
section.content .accordion .ce-text.show, section.content .accordion .ce-textpic.show, section.content .accordion .ce-textpic.show .ce-bodytext {
  padding: 25px 5px 45px 5px;
}
section.content .accordion .ce-textpic.show, section.content .accordion .ce-text.show {
  opacity: 1;
  max-height: 10000px;
}

button.accordion-button h2:before {
  font-family: "alexianer_icons";
  content: '\f067';
  transition: .5s;
  font-size: 20px;
  color: #b5152b;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}
button.accordion-button.active h2:before {
  content: '\f067';
  transform: rotate(45deg);
  transition: .5s;
}
div.accordion p, div.accordion figure.imagefigure, div.accordion ul, div.accordion ol, div.accordion li {
  opacity: 0;
  max-height: 0;
  transition: 0.6s ease-in-out;
  padding: 0;
}

div.accordion.active p, div.accordion.active figure.imagefigure, div.accordion.active ul, div.accordion.active ol, div.accordion.active li {
  opacity: 1;
  max-height: 1000px;
  transition: 0.6s ease-in-out;
  padding: 10px 0px 10px 0px;
}

/* Listen */
div.accordion.active ol, div.accordion.active ul {
  margin-left: 2rem;
  list-style-type: disc;
  padding: 10px 0px 10px 0px;
}

div.accordion.active ol{
  list-style-type: decimal;
}

/*****************************/
/********* Link-Button 
.button-tel {
  background-color: transparent;
  color: #57a3c7;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px; 
}
.button-tel > div {
  background-color: #f1f7fa;
  margin: 10px 20% 10px 20%;
  }

.button-link a {
  font-family: "NotoSans Regular";
  font-size: 21px;
  line-height: 1.2;
  padding: 20px 0 20px 45px;
  display: block;
}

h2.button-link a::before {
  font-family: "alexianer_icons";
  content: "\f061 ";
  padding-right: 10px;
  margin-left: -30px;
  transition: transform 0.5s linear;
  transform-origin: center center;
  transform-style: preserve-3D;
}
.button-tel > div:hover {
  background-color: #d8eaf2;
  transition: all .2s;
  }
**********/
.button-tel {
  display: block;
}
.button-tel > div {
  margin: 10px 20% 10px 20%;
  }

button.button-link, a.button-link-test {
   background-color: #f1f7fa;
   cursor: pointer;
   padding: 14px;
   width: 100%;   
   text-align: left;
   border: none;
   outline: none;
   transition: 0.4s;
   margin-top: 2px;   
}
button.button-link h2, a.button-link-test {
    display: inline-flex;
    font-size: 21px;
    font-family: "NotoSans Regular";
    color: #b5152b;
    line-height: 1.2;
    padding: 5px;
}
main a.button-link-test {
    padding: 20px;
	color: #b5152b;
}
button.button-link h2 a {
    color: #b5152b;
}
button.button-link h2:before, a.button-link-test:before {
  transition: transform 0.5s linear;
  transform-origin: center center;
  transform-style: preserve-3D;
  height: 100%;
  }

button.button-link h2:before, a.button-link-test:before {
  font-family: "alexianer_icons";
  content: '\f061';
  transition: .5s;
  font-size: 20px;
  color: #b5152b;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}
button.button-link:hover, a.button-link-test:hover {
  color: #d13f48;
  background-color: #d8eaf2;
}
button.button-link:hover h2 a {
  color: #d13f48;
}
button.button-link:hover h2:before, h2.button-link-pfeil:hover a.button-link-test:before {
  content: '\f061';
  color: #d13f48;
  transform: rotate(-45deg);
  transition: .5s;
}

/*****************************/
/********* Formular **********/
.formular  {
  width: 100%;
  max-width: 1920px;
  padding: 55px 0 30px 0;
}
.formular  > div {
  max-width: 1040px; /* Alle Inhaltselemente auf 1040 Pixel begrenzen **/
  margin: auto;
  position: relative;
  }
.formular fieldset {
  margin-top: 50px;
}
.formular header h2 {
  font: 65px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.3;
  padding: 0;  
  text-align: center;
  text-transform: uppercase;
}
.formular header h3 {
  font: 24px "NotoSans Regular", sans-serif;
  line-height: 1.2;
  text-transform: none;
  text-align: center;
  color: #4a4a4a;
}
.formular label {
  font: 24px "NotoSans Regular", sans-serif;
  color: #000;
  text-transform: uppercase;
  float: left;
  width: 30%;
}
.formular select,.formular .powermail_input {  
  background-color: #fff;
  color: #63BFEA;
  font: 24px "NotoSans Regular", sans-serif;
  line-height: 2.3;
  transition: all .2s;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 70px;
  padding: 0 60px 0 25px;
}
.formular .powermail_fieldwrap > div {
  width: 70%;
  float: left;
  margin-bottom: 40px;
}
select.form-control {
  background-image: url(../img/select-ico.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 82px 100%;
}
.formular .powermail_fieldwrap > div:after {
  clear: left;
  }
.formular .powermail_input {
  width: 100%;
  box-sizing: border-box;
}
.formular select::-ms-expand {
  display:none;
}
.formular option {
  background:#fff;
  border: 1px solid #63BFEA;
  padding: 0 60px 0 25px;
}
.formular .layout2 > div { /** Button einrücken über Layout2! **/
  margin-left: 30%;
}
.formular .layout2 > div .btn-primary {
  background: #fff;
  border: none;
  padding: 20px 0;
  width: 50%;
  text-align: center;
  font: 24px "NotoSans Regular", sans-serif;
  color: #b5152b;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}
.formular .layout2 > div .btn-primary:hover {
  color: #d13f48;
  }
.formular .layout2 > div a {
  font: 24px "NotoSans Regular", sans-serif;
  color: #000;
  text-align: center;
  width: 50%;
  display: block;
}
.formular .layout2 > div a:hover {
  text-decoration: underline;
  }


/*****************************/
/********* Tabelle **********/
.contenttable {
  margin: auto;
  width: 60%;
}
.contenttable thead tr th,
.contenttable thead tr td {
  background: #6BAECD;
  padding: 15px 20px;
  text-align: left;
  font: 24px "NotoSans Regular";
  color: #fff;
}
.contenttable thead tr td {
  border-right: 3px solid #fff !important;
}
.contenttable tr th,
.contenttable tr td {
  background: #ECF4F8;
  padding: 15px 20px;
  text-align: left;
  border-right: 3px solid #fff;
  color: #4a4a4a;
  font: 19px "NotoSans Regular";
}
.contenttable tr th:last-of-type,
.contenttable tr td:last-of-type {
	border-right: none;
}

.contenttable tr  {
	border-bottom: 3px solid #fff;
}





/*****************************/

/*****************************/
/********* Infokasten ********/
.infokasten {    
  margin: auto;
  max-width: 1040px;
  z-index: 5;
}
.infokasten > div {
  padding-left: 0;
  padding-right: 0;
  max-width: 350px;
  margin-right: 45px;
  float: left;
}
.infokasten header {
  margin-bottom: 10px;
}
.infokasten p {
  font: 16px "Avance W04 Regular", "Times New Roman", serif;
  line-height: 1.5;  
  }
.infokasten hr {
  border-style: solid;
  border-color: #57a3c7;
  border-width: 1px;
  margin: 10px 0 15px 0;
}
.infokasten h2 {
  font: 34px "Avance W04 Italic", "Times New Roman", serif;
  line-height: 1.5;  
  color: #57a3c7;
  text-transform:  uppercase;
  border-bottom: 4px solid #57a3c7;
  padding-bottom: 10px;
  }
.infokasten h3 {
  font: 21px "NotoSans Regular", sans-serif;
  line-height: 1.5;
  color: #B5152B;
  padding: 0;
}
.infokasten h3 + p {
  padding-top: 5px;
}

.interview_breit {
  padding: 0 20px;
}

/*****************************/
/********* Klickgrafik ********/
.infografik {
  width: 100%;
  max-width: 1920px;
}
.keInfografik {}

.keInfografik .tooltip img {
  cursor: pointer;  
  opacity: 0;
}
.keInfografik .bildunterzeile {
  max-width: 1440px;
  font: 16px "NotoSans Regular", sans-serif;
  line-height: 1.3;
  color: #b5152b;
  margin: auto;
}
.keInfografik .tooltip svg {
  cursor: pointer;  
  opacity: 1;
   -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;  
}
.keInfografik svg path {
  fill: #63BFEA;
  }
.keInfografik svg {
  width: 45px;
  height: 45px;
  line-height:45px;
}
.keInfografik svg:hover {
  transform: scale(1.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;  
}
.keInfografik .replaced-svg:hover path {
  fill: #fff;    
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}    
.keInfografik .replaced-svg:hover circle {
  fill: #B5152B;    
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.tooltip {
  position: absolute;
  z-index: 5;
  display: block !important;  
}
.tooltip h3 {
  font: 18px "NotoSans Regular", sans-serif;
  line-height: 1.3;
  color: #fff;
  }
.tooltip p {
  font: 18px "NotoSans Regular", sans-serif; 
  line-height: 1.4;
  color: #fff;
  }
.tooltip.in {
  /*opacity: 0.9;
  filter: alpha(opacity=90); */
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  font: 18px "NotoSans Regular", sans-serif; 
  width: 100%;
  padding: 0;
  color: #ffffff;
  text-align: left;
  background: transparent;
  border-radius: 0;
  text-indent: 0;
  white-space: nowrap;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  display: none;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/*****************************/

/** Abstand nach unten Kontrollieren **/
.standard > div,
.autorenkasten > div,
.zitat > div,
.hervorhebung > div,
.image_small,
.video,
.slider,
.linkkasten_bilder,
.image.audio,
.ansprechpartner,
.formular,
.button-tel > div,
.image:not(.aufmacher) {  
  margin-bottom: 60px;
}

.linkkasten_bilder.frame-blue {  
  /*margin-bottom: 0;
  padding: 45px 0 135px 0;*/
}

.linkkasten_bilder.frame-blue .video {  
  width: auto;
}

.standard> div > p:last-of-type,
.autorenkasten > div > p:last-of-type,
.hervorhebung > div > p:last-of-type,
.image_small p:last-of-type {
  padding-bottom: 0;
}

div.linkkasten_bilder:last-of-type,
div.formular:last-of-type {
  margin-bottom: -20px; /** wenn Subnavigationskasten als letztes Div vor dem Footer steht - nach oben ziehen **/
}


/** ToTop **/
.down #back-top {
  display: none;
  }

#back-top {
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  right: 10%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  text-align: center;
  z-index: 1;
}
#back-top a {
  color: #b5152b;
  text-align: center;
  display: block;
}
#back-top.on {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 10%;
  /** bei klein weiter raus ...*/
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#back-top a i {
  font-size: 4em;
}
#back-top a span {
  font: 1rem "NotoSans Regular"; /** 16px **/
  color: #b5152b;
  text-transform: uppercase;
}
#back-top.footeron a, #back-top.footeron a span {
  color: #fff;
}

@media only screen and (max-width: 1850px){
#back-top.on {
  right: 4%;
}
}

/* ----------------------------------------------
 * Animations
 * ---------------------------------------------- */

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-out-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 1;
  }
}
@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.bounce-right {
  -webkit-animation: bounce-right 0.8s both;
  animation: bounce-right 0.8s both;
}

/**
 * ----------------------------------------
 * animation bounce-right
 * ----------------------------------------
 */
@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6.5px);
            transform: translateX(6.5px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6.5px);
            transform: translateX(6.5px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}


.page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    
}

/* Listen */
.autorenkasten ul, .standard ul {
  list-style-type: disc;
  /*margin-left: 1rem;*/
  list-style-position: inside;
}

.autorenkasten ol, .standard ol {
  list-style-type: decimal;
  /*margin-left: 1rem;*/
  list-style-position: inside;
}

/* Intro für Podcast-Player */
.podcast-box {
     background-color: #d8eaf2;
    padding: 20px;
  }
  
  .podcast-box h2 {
    padding: 0;
  }

/* Startseite BG-Video */
.video-cover {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bgvideo {
  overflow: hidden;
}

/* Menü und Text auf Startseite animieren */
.page-id-3524  .header-logo, .video.aufmacher.bgvideo .ce-bodytext {
  display: none;
}
.page-id-3524 main {
  padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
	.page-id-3524  #navbar {
		display: none;
	}
}

/* Test für Unternehmenszahlen T12 */
.Unternehmenszahlen h2 {
	/*font: 70px "Avance W04 Italic", "Times New Roman", serif;*/
	font: 60px "Avance W04 Italic", "Times New Roman", serif;
	line-height: 1;
	text-transform: uppercase;
	color: #B5152B;
	letter-spacing: 0.2px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 35px;
	margin-bottom: 20px;
	border-top: 4px solid #B5152B;
}
 /* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  border-bottom: 2px solid #b5152b;
  background-color: #fff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 20px;
  transition: 0.3s;
  font: 21px "NotoSans Regular", sans-serif;
  line-height: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;  
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #d8eaf2;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #b5152b; /*57a3c7;*/
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}