@charset "UTF-8";
@font-face {
  font-family: "Lato";
  font-display: fallback;
  src: url("../fonts/Lato/Lato-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  font-display: fallback;
  src: url("../fonts/Lato/Lato-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  font-display: fallback;
  src: url("../fonts/Raleway/static/Raleway-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  font-display: fallback;
  src: url("../fonts/Raleway/static/Raleway-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  font-display: fallback;
  src: url("../fonts/Raleway/static/Raleway-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  font-display: fallback;
  src: url("../fonts/Raleway/static/Raleway-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  font-display: fallback;
  src: url("../fonts/Raleway/static/Raleway-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Cutive";
  font-display: fallback;
  src: url("../fonts/Cutive/Cutive-Regular.ttf");
  font-weight: 400;
}
/*
body #main-content .et_pb_text_inner h1 { 
	color: $color-text!important;
}
*/
/* Desktop */
/* Footer */
/* Hamburger  */
/* Blog btn */
.fott {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
body.no-divi #wp-admin-bar-et-use-visual-builder {
  display: none;
}
body.wp-admin .fott {
  position: relative;
  clip: initial;
  -webkit-clip-path: initial;
  clip-path: initial;
  overflow: hidden;
  height: auto;
  width: auto;
  padding: 5px 10px;
  background: #999;
  opacity: 0.5;
  border: 1px #f00 dashed;
}
body.wp-admin .fott:before {
  content: "Ist fott !!!";
  display: block;
  font-size: 16px;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  font-weight: bold;
  animation-name: animation_blink;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  animation-iteration-count: 7;
}
@keyframes animation_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.ytVideoBgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.nobr {
  white-space: nowrap;
}
.teilen {
  height: 40px;
  padding: 0 27px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
  position: absolute;
  bottom: -40px;
  background: #dc0d15;
  color: #FFF;
  z-index: 11;
  right: 0px;
}
.teilen:hover {
  background: #bf0a12;
}
/* bullets-liste */
ul.custom-bullets {
  padding-left: 0;
  padding-bottom: 0;
}
.custom-bullets li {
  padding-left: 0;
  list-style: none;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  font-size: inherit;
  padding-left: 2em;
  position: relative;
}
.custom-bullets li ul {
  margin-top: 1.2em;
  margin-bottom: 0;
}
.custom-bullets li:last-child {
  margin-bottom: 0em;
}
.custom-bullets li::before {
  height: 1.3em;
  width: 1.3em;
  background: url(../images/bulletpoint.svg);
  background-repeat: no-repeat;
  border-radius: 100%;
  display: inline-block;
  content: "";
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 1px;
}
.custom-bullets.white li::before {
  background: url(./img/bulletpoint-2.svg);
}
/* nur ueber 980 */
@media only screen and (min-width: 980px) {
  /* das letzte element in der col nachunten */
  .btn-bottom .et_pb_column {
    display: flex;
    flex-flow: column nowrap;
  }
  .btn-bottom .et_pb_column .et_pb_button_module_wrapper {
    margin-top: auto !important;
    padding-top: 50px !important;
  }
}
/*
	Variante 2 wie oben .btn-bottom
	.last_element_bottom
	die classe in der row einfügen und spalten ausgleichen klicken
*/
.last_element_bottom .et_pb_column {
  display: flex;
  flex-direction: column;
}
.last_element_bottom .et_pb_column div:last-child {
  margin-top: auto;
}
/***
 * Animationen
 ***/
/*.puls {
	// name duration timing-function delay iteration-count direction
	animation: pulsieren 2s ease-in-out 3s infinite alternate;
	-webkit-animation: pulsieren 2s ease-in-out 3s infinite alternate;
	-moz-animation: pulsieren 2s ease-in-out 3s infinite alternate;
}

@-webkit-keyframes pulsieren {
	0%   { transform:scale(1.0); }
	100% { transform:scale(1.2); }
}
@-moz-keyframes pulsierenButton {
	0%   { transform:scale(1.0); }
	100% { transform:scale(1.2); }
}
@keyframes pulsierenButton {
	0%   { transform:scale(1.0); }
	100% { transform:scale(1.2); }
}*/
.updown {
  -moz-animation: hochrunter 1s infinite alternate;
  -webkit-animation: hochrunter 1s infinite alternate;
  animation: hochrunter 1s infinite alternate;
}
@-webkit-keyframes hochrunter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@-moz-keyframes hochrunter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes hochrunter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
/* nur unter 980 */
@media (max-width: 980px) {
  /* divi spalten reihenfolge selber aendern */
  /* variante 1 - Manuel sortieren */
  /*** diese Klasse der ROW geben  ***/
  /*** und mit diesen Klassen anordnen ***/
  /*** add margin to last column ***/
  /* variante 2 - automatisch sortieren bei zweispalten */
  .no-tb {
    display: none;
  }
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
  .mobile-turnaround-2cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .mobile-turnaround-2cols > div:last-child {
    -webkit-order: 1;
    order: 1;
  }
  .mobile-turnaround-2cols > div:first-child {
    -webkit-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  /* variante 2 - automatisch sortieren bei zweispalten */
  .no-sm {
    display: none;
  }
  .sm-turnaround-2cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .sm-turnaround-2cols > div:last-child {
    -webkit-order: 1;
    order: 1;
  }
  .sm-turnaround-2cols > div:first-child {
    -webkit-order: 2;
    order: 2;
  }
}
/* puls für icon */
.puls .et_pb_main_blurb_image {
  animation: pulsieren 2s ease-in-out 3s infinite alternate;
  -webkit-animation: pulsieren 2s ease-in-out 3s infinite alternate;
  -moz-animation: pulsieren 2s ease-in-out 3s infinite alternate;
}
@-webkit-keyframes pulsieren {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-moz-keyframes pulsierenButton {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulsierenButton {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* icons scale */
.icons-scale .et_pb_column:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -webkit-transition: ease-in-out 0.25s transform;
  transition: ease-in-out 0.25s transform;
}
.hover-pointer {
  cursor: pointer;
}
#tuev {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 0px;
  overflow: hidden;
  width: 96px;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (max-width: 767px) {
  #tuev {
    bottom: 40px;
  }
}
@media (max-width: 567px) {
  #tuev {
    top: 53vw;
  }
}
.tuevWrapp {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  background: #fff;
  width: 260px;
  line-height: 0;
  position: relative;
  right: 0px;
}
@media (min-width: 992px) {
  #tuev {
    width: 260px;
  }
  #tuev:hover {
    width: 485px;
  }
}
.tuevWrapp.trans {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  background: none;
  width: 260px;
}
.tuevWrapp.trans a {
  display: block;
  width: 260px;
}
#tuev p {
  width: 225px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  padding: 0 10px;
}
/************************************************************
*
*				3 kreise animation
*
************************************************************/
.hammer {
  max-width: 240px;
  height: 370px;
  transform: scale(0);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.philosophy-active .hammer {
  transform: scale(1);
}
.philosophy {
  background: none repeat scroll 0 0 #ffffff;
  padding-bottom: 50px;
  padding-top: 70px;
}
.philosophy .principles {
  color: #ffffff;
  font-size: 16px;
  height: 360px;
  line-height: 22px;
  margin: 35px auto 60px 93px;
  opacity: 0;
  position: relative;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 300px;
}
.philosophy-active .principles {
  opacity: 1;
}
.philosophy .principles .xline {
  background: none repeat scroll 0 0 #e6e6e6;
  height: 680px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -160px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
}
.philosophy .principles .xline2 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.philosophy .principles .logo {
  bottom: 0;
  height: 80px;
  left: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 45px;
  width: 80px;
  z-index: 3;
  text-align: left;
}
.philosophy .principles .logo img {
  height: 60px;
  width: 60px;
}
.philosophy .principles span {
  display: inline-block;
  position: absolute;
}
.philosophy .principles .grey span {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  left: 45px;
  padding-left: 15px;
  top: 135px;
}
.philosophy .principles .black span {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  left: 130px;
  padding-left: 15px;
  top: 135px;
}
.philosophy .principles .blue span {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  left: 75px;
  padding-left: 15px;
  top: 65px;
}
.philosophy .principles .block {
  height: 260px;
  position: absolute;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 260px;
  border-radius: 100%;
}
.philosophy .principles .blue {
  background: #15a2ff;
  left: 40px;
  top: 40px;
  z-index: 0;
}
.philosophy-active .principles .blue {
  left: 20px;
  top: -20px;
}
.philosophy .principles .grey {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  left: 40px;
  top: 40px;
  z-index: 0;
}
.philosophy-active .principles .grey {
  left: -50px;
  top: 100px;
}
.philosophy .principles .block.big {
  height: 460px;
  width: 460px;
  top: -50px;
  left: -80px;
  transform: scale(0);
}
.philosophy-active .principles .block.big {
  transform: scale(1);
}
.philosophy .principles .logo.big {
  left: 15px;
  top: 30px;
}
.philosophy .principles .grey.big span {
  top: 310px;
  left: 180px;
}
.philosophy .principles .black {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
  left: 40px;
  top: 40px;
  z-index: 2;
}
.philosophy-active .principles .black {
  left: 100px;
  top: 100px;
}
.importance .graph .kreisWrapp {
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 300px;
  z-index: 0;
}
@media only screen and (min-width: 980px) {
  .importance .graph .kreisWrapp {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 567px) {
  .importance .graph .kreisWrapp {
    margin: 0 auto 0 auto;
  }
}
.importance .graph .kreis {
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 300px;
  opacity: 0;
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.importance .graph #kreis1 {
  -moz-transition: opacity 0.65s;
  -webkit-transition: opacity 0.65s;
  transition: opacity 0.65s;
  opacity: 0;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.importance-active .graph #kreis1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
  opacity: 1;
  -moz-transform: rotate(810deg);
  -webkit-transform: rotate(810deg);
  transform: rotate(810deg);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  /* ständiges drehen animation aufruf*/
  /*
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
	*/
}
/* ständiges drehen animation*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ständiges drehen animation ende*/
@media only screen and (max-width: 830px) {
  /* 3kreise animation*/
  .philosophy .principles .block {
    height: 230px;
    width: 230px;
  }
  .philosophy .principles .logo img {
    height: 30px;
    width: 30px;
  }
  .philosophy .principles .xline {
    height: 540px;
  }
  .philosophy .principles .blue span {
    left: 65px;
    padding-left: 10px;
    top: 65px;
  }
  .philosophy .principles .grey span, .philosophy .principles .black span {
    padding-left: 10px;
  }
  .philosophy .principles .black span {
    left: 95px;
  }
  .slideContent .newsflash-spezial-item h2, .slideContent .newsflash-spezial-item h3 {
    line-height: 24px;
  }
}
/* smartphone hoch */
@media only screen and (max-width: 567px) {
  /* 3kreise animation*/
  .philosophy .principles {
    width: 300px;
    margin: 20px auto 0 auto;
    height: 320px;
  }
  .philosophy .principles .block {
    height: 190px;
    width: 190px;
  }
  .philosophy .principles .logo {
    left: 0px;
    text-align: center;
  }
  .philosophy .principles .xline {
    height: 410px;
    top: -50px;
  }
  .philosophy .principles .blue span {
    left: 35px;
    top: 60px;
  }
  .philosophy .principles .black span {
    left: 70px;
    top: 100px;
  }
  .philosophy .principles .grey span {
    left: 20px;
    top: 100px;
  }
  .philosophy-active .principles .blue {
    left: 65px;
    top: 0;
  }
  .philosophy-active .principles .grey {
    left: 0;
    top: 100px;
  }
  .philosophy-active .principles .black {
    left: 111px;
    top: 100px;
  }
}
.importance-active .graph #kreis2 {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
}
.importance-active .graph #kreis3 {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.45s;
}
.importance-active .graph #kreis4 {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.65s;
}
.importance-active .graph #kreis5 {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.85s;
}
.importance-active .graph #kreis6 {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 1.25s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 2.05s;
}
.scroll-text .et_pb_text_inner {
  overflow-y: scroll;
  height: 500px;
}
.scroll-text:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(transparent, #f0f0f0);
}
.scroll-text .et_pb_text_inner ul {
  padding-bottom: 40px;
}
.h2-overlay {
  color: #15A2FF !important;
}
/* responsive grafik */
@media only screen and (max-width: 980px) {
  .grafik-mobile-mittig .et_pb_code_inner {
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}
@media only screen and (max-width: 980px) {
  .abstand-0 .et_pb_column {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .abstand h4 {
    padding-bottom: 50px;
  }
}
/* grafik vertikal mittig */
@media only screen and (min-width: 980px) {
  .vertikal-mittig {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
/* spalten-tausch */
/* nur unter 980 */
@media (max-width: 980px) {
  /* variante 2 - automatisch sortieren bei zweispalten */
  .sm-spalten-tausch, .sm-turnaround-2cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .sm-spalten-tausch > div:last-child, .sm-turnaround-2cols > div:last-child {
    -webkit-order: 1;
    order: 1;
  }
  .sm-spalten-tausch > div:first-child, .sm-turnaround-2cols > div:first-child {
    -webkit-order: 2;
    order: 2;
  }
}
.p-optik {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.8em;
}
/* DIVI Menu schublade 100% width */
#main-header .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* Datenschutz ect... */
#main-content .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}
/* zeilen breite */
.et_pb_row {
  width: 90%;
  /* max-width: 2560px!important;*/
}
body.home .parallax_wrap .et_pb_row {
  width: 100%;
}
.parallax_wrap {
  overflow: hidden;
}
.parallax_wrap .et_pb_image_wrap, .parallax_wrap img {
  width: 100%;
  max-width: none;
}
/* hamburger menu vergrössern */
.mobile_menu_bar.et_pb_header_toggle {
  width: 40px;
}
.mobile_menu_bar:before, .et_toggle_slide_menu:after {
  font-size: 40px;
}
.et_toggle_slide_menu:after {
  left: -40px;
}
/* seiten menu schrieft größe */
.et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a, .et_header_style_slide .et_slide_in_menu_container a {
  font-size: 18px;
}
/***
 * Hiding The Sidebar Globally Using CSS Only 
 * Take out the divider line between content and sidebar 
 ***/
#main-content .container:before {
  background: none;
}
/*** Hide Sidebar ***/
#sidebar {
  display: none;
}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}
/***
 * sonstige allgemeine 
 ***/
/* form btn center */
.et_contact_bottom_container {
  float: none;
}
.et_contact_bottom_container .et_pb_contact_submit.et_pb_button {
  margin: 0 auto;
}
/* blog */
.et_pb_row .more-link {
  padding: 7px 25px;
  text-align: center;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
@media (max-width: 980px) {
  .et_pb_blurb_content {
    max-width: 100%;
  }
}
/* footer */
#left-area ul, .entry-content ul, .et-l--header ul, .et-l--body ul, .et-l--footer ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
  list-style-type: none;
  padding: 0;
  line-height: inherit;
}
.et_pb_section.footer a:hover {
  color: #FF7700;
}
#sitemap-sektion .separator {
  font-size: 22px;
  margin-bottom: 5px;
  color: white;
  text-transform: uppercase;
}
#sitemap-sektion a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
#sitemap-sektion a:hover {
  color: white;
}
#sitemap-sektion #smap-item-491 > .separator {
  display: none;
}
@media (min-width: 981px) {
  #sitemap-sektion #kontakt-sitemap-nav, #sitemap-sektion #smap-item-818 {
    text-align: right;
  }
}
/* 
	produkte liste in 4 spalten 
	DIVI Grid nachgebaut
*/
#produkte-sitemap-nav #smap-item-491 > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#produkte-sitemap-nav #smap-item-491 > .sub-menu > li {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 480px) {
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li {
    float: left;
    width: 47.25%;
    margin-right: 5.5%;
  }
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) {
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media (min-width: 981px) {
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li {
    width: 20.875%;
  }
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 980px) {
  #menu-rechtliches li {
    float: left;
    padding-right: 15px;
  }
}
#menu-rechtliches li.copy span {
  font-size: 16px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
}
@media (min-width: 980px) {
  #menu-rechtliches li.wDesign {
    float: right;
    padding-right: 0;
  }
}
/*
	templatte
*/
#page-container {
  overflow: hidden;
}
/* CCD BTN Style */
.ccd-caption-content .btn {
  color: #fff !important;
  border-radius: 100px;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #FF7700 !important;
  padding: 15px 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ccd-caption-content .btn:hover {
  color: #fff !important;
  background-image: initial !important;
  background-color: #15a2ff !important;
}
.pt-100 {
  padding-top: 100px;
}
.et_header_style_left .logo_container {
  width: 95%;
}
#logo-black, #logo-mobile, #logo-mobile-white {
  display: none;
}
@media (max-width: 980px) {
  .et_menu_container {
    height: 80px;
  }
  .et_header_style_left #et-top-navigation {
    padding-top: 20px;
  }
  #logo-mobile-white, #logo-mobile {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  #logo, #logo-black, #logo-mobile-white {
    display: none !important;
  }
}
.hamburger-menu-black #logo {
  display: none;
}
.hamburger-menu-black #logo-black {
  height: 54%;
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
}
.hamburger-menu-black .et-fixed-header #logo {
  display: inline-block;
}
.hamburger-menu-black .et-fixed-header #logo-black {
  display: none;
}
body.hamburger-menu-black .mobile_menu_bar:after, body.hamburger-menu-black .mobile_menu_bar:before {
  color: #000;
}
.logo-white #logo {
  display: inline-block;
}
.logo-white #logo-black {
  display: none;
}
@media (max-width: 980px) {
  .mob-logo-white #logo-mobile, .single-post #logo-mobile {
    display: none;
  }
  .mob-logo-white #logo-mobile-white, .single-post #logo-mobile-white {
    display: inline-block !important;
  }
}
.no-divi.tiefer #main-content {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (min-width: 980px) {
  .no-divi.tiefer #main-content #content-area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.menu-item-has-children:hover {
  cursor: pointer;
}
.et_slide_in_menu_container .et_mobile_menu > .menu-item-has-children > a {
  font-weight: 500;
}
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a {
  line-height: 22px;
}
.et_slide_in_menu_container #mobile_menu_slide li li a {
  opacity: 1;
}
.et_slide_in_menu_container #mobile_menu_slide li li a:hover {
  opacity: 1;
}
/* ohne DIVI seiten 
.single-post #main-content,
.et_full_width_page  #main-content {

	padding: 0 0 120px 0;

	@media (max-width: 767px) {
		padding: 0px 0 50px 0;
	}
}
*/
.fadein {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease 0s;
  -moz-transition: opacity 1000ms ease 0s;
  -o-transition: opacity 1000ms ease 0s;
  transition: opacity 1000ms ease 0s;
}
@media (max-width: 576px) {
  .fadein {
    opacity: 1;
  }
}
.fadein.visible {
  opacity: 1;
}
/* DIVI Frontbuilder aktiv */
.et-fb-root-ancestor .fadein {
  opacity: 1;
}
/* scrolldown  */
#scrollpfeilwrap {
  position: fixed;
  bottom: 15px;
  text-align: center;
  height: 60px;
  width: 100%;
  background: transparent;
  -webkit-transition: opacity 300ms ease 0s;
  -moz-transition: opacity 300ms ease 0s;
  -o-transition: opacity 300ms ease 0s;
  transition: opacity 300ms ease 0s;
}
#pfeilNachUntenWrap {
  z-index: 1;
  border-bottom: 20px;
  left: 50%;
  top: 0;
  bottom: 15px;
  width: 90px;
  margin-left: -45px;
  text-align: center;
  position: absolute;
}
#pfeilNachUnten {
  position: absolute;
  left: 0;
  top: 0;
}
.scrolldown {
  height: 50px;
  position: relative;
}
.scrolldown > div {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
}
.scrolldown.hidden > div {
  display: none;
}
/* DF - DOC FINANCE */
html, body {
  min-height: 100%;
}
.text-white {
  color: #fff !important;
}
.et_pb_section_first {
  padding-top: 0 !important;
}
@media (min-width: 980px) {
  .fullsection {
    min-height: 100vh;
    overflow: hidden;
  }
  .fullsection .et_pb_row {
    min-height: 100vh;
  }
  .fullsection .et_pb_column {
    min-height: 100vh;
  }
}
h2 {
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 7.2vw;
  color: #000000;
  line-height: 0.9em;
  font-weight: 300;
}
@media (min-width: 981px) and (max-width: 1300px) {
  h2 {
    font-size: 6vw;
  }
}
h2.kleiner {
  font-size: 3vw;
  margin-left: -0.3vw;
}
@media (max-width: 992px) {
  h2.kleiner {
    font-size: 9.3vw;
  }
  h2.kleiner > span {
    letter-spacing: 0px;
  }
}
@media (max-width: 567px) {
  h2.kleiner {
    font-size: 8vw;
  }
}
h2.team-name {
  font-size: 5.9vw;
  margin-left: -0.3vw;
}
@media (max-width: 992px) {
  h2.team-name {
    font-size: 10vw;
  }
  h2.team-name > span {
    letter-spacing: 0px;
  }
}
@media (max-width: 567px) {
  h2.team-name {
    font-size: 15vw;
  }
}
@media (max-width: 567px) {
  .page-id-8661 h2.kleiner {
    font-size: 13vw;
  }
}
/* strafverteidiger-bochum.ruhr */
@media (max-width: 567px) {
  .page-id-11113 h2.kleiner {
    font-size: 9vw;
  }
}
h2.mb-0 {
  margin-bottom: 0;
}
.introtext {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 2px;
  margin-bottom: 45px;
  font-size: 22px;
}
.introtext + h2 {
  margin-bottom: 35px;
}
.text-animate-wrap {
  margin-bottom: 35px;
}
.et_pb_code p {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.8em;
}
p + a {
  margin-top: 50px;
}
.et_pb_code, .backimg .et_pb_code {
  width: 100%;
  /*height: 100%;*/
}
.backimg .et_pb_code.h50 {
  height: 50%;
}
.et_pb_button, .et_pb_button:hover {
  display: inline-block;
  padding: 15px 40px !important;
  font-weight: 300 !important;
}
.et_pb_button:hover {
  transition: all ease-in-out 1s;
  transition-delay: 0s !important;
  transition-duration: 0.4s !important;
  /*letter-spacing: 2px!important;*/
}
.et_pb_code_inner, .wrap {
  /*height: 100%;*/
  display: flex;
}
.et_pb_code_inner .vcenter, .wrap .vcenter {
  margin: auto;
  padding: 100px 0;
}
.normal-hoehe.et_pb_code, .normal-hoehe .et_pb_code_inner, .normal-hoehe .wrap {
  height: auto !important;
  display: inline-block;
}
.backimg {
  overflow: hidden;
}
.backimg .et_pb_code {
  animation: bildAni 12s ease-in-out 1s infinite alternate;
  -webkit-animation: bildAni 12s ease-in-out 1s infinite alternate;
  -moz-animation: bildAni 12s ease-in-out 1s infinite alternate;
}
.backimgZoom {
  overflow: hidden;
}
.backimgZoom .et_pb_code {
  animation: bildZoom 12s ease-in-out 1s infinite alternate;
  -webkit-animation: bildZoom 12s ease-in-out 1s infinite alternate;
  -moz-animation: bildZoom 12s ease-in-out 1s infinite alternate;
}
/* neu */
.backimg-zoom-out {
  overflow: hidden;
}
.backimg-zoom-out .et_pb_code {
  transform: scale(1.1);
  transition: transform 5.5s linear 2.5s;
}
body.is-loaded .backimg-zoom-out .et_pb_code {
  transform: scale(1);
}
@media (max-width: 1615px) {
  .backimg-zoom-out .big-desktop {
    display: none;
  }
}
.backimg-zoom-out .small-desktop {
  display: none;
}
@media (max-width: 1615px) {
  .backimg-zoom-out .small-desktop {
    display: block;
  }
}
.backhoverWrap {
  width: 100%;
  height: 50%;
}
.backhoverWrap .et_pb_code_inner {
  display: block;
}
.backhoverWrap .backhover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.backhoverWrap .backhover.bh2 {
  transition: opacity 0.3s linear 0s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.backhoverWrap:hover .backhover.bh2 {
  opacity: 1;
}
@-webkit-keyframes bildAni {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.1) rotate(2deg);
  }
}
@-moz-keyframes bildAni {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.1) rotate(2deg);
  }
}
@keyframes bildAni {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.1) rotate(2deg);
  }
}
/* nur zoom */
@-webkit-keyframes bildZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes bildZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes bildZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.letter {
  display: inline-block;
  opacity: 0;
}
/* Logo intro */
#kreisWrapp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #000;
  display: none;
}
#logoAniSektion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  text-align: center;
  display: none;
}
#logoAniWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  height: 155px;
}
.page-id-2552 #kreisWrapp, .page-id-2552 #logoAniSektion {
  display: block;
}
.qualitat .importance .graph .kreisWrapp {
  margin: 0 auto 0 auto;
}
@keyframes logoAni {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    transform: scale(500);
    opacity: 0;
  }
}
h2.aos-animate {
  transition-delay: 0s !important;
}
/*

.custom-bullets li {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.custom-bullets li::before {
    height: 1.5em;
    width: 1.5em;
    background: url(../images/pfeil2.svg);
    top: 4px;
}*/
.h2kleiner {
  font-size: 6vw;
}
/* menü */
.et_mobile_menu .current-menu-parent .current-menu-item a {
  font-weight: 900;
  color: #fff;
}
.et_mobile_menu .current-menu-item {
  font-weight: 900;
  color: #fff;
}
.et_mobile_menu .menu-item a:hover {
  font-weight: 900;
  color: #fff;
  opacity: 1;
}
#top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {
  color: #ffffff !important;
  font-weight: bold;
  opacity: 1;
}
.bottom-nav a:hover {
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
}
/* menü ende  */
/* text ändern bei impressum und datenschutz */
.page-id-3 .type-page h1, .page-id-66 .type-page h1, .page-id-3 .entry-content h2, .page-id-66 .entry-content h2, .page-id-3 .entry-content h3, .page-id-66 .entry-content h3 {
  font-size: 26px !important;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
}
.page-id-66 #main-content, .page-id-3 #main-content {
  padding-top: 100px;
  padding-bottom: 50px;
}
.text-animate-wrap.aos-animate .letter {
  opacity: 1;
  display: inline-block;
}
.text-animate-wrap-later {
  margin-left: -0.8vw;
}
.text-animate-wrap-later > span, .text-animate-wrap > span {
  letter-spacing: -2px;
}
/* Responsive */
/* nur unter 980 */
@media (max-width: 980px) {
  body.page-template-default #main-header {
    background: transparent;
    overflow: hidden;
  }
  .et_pb_code_inner .vcenter, .wrap .vcenter {
    padding: 0;
  }
  h2 {
    font-size: 16vw;
  }
  .h2kleiner {
    font-size: 14vw;
  }
  .et_pb_column {
    min-height: 0;
  }
}
/* nur unter 767 */
@media (max-width: 767px) {
  .et_pb_text .et_pb_text_inner p, .et_pb_text .et_pb_text_inner, .et_pb_toggle .et_pb_toggle_content p, .et_pb_code p {
    font-size: 18px;
    letter-spacing: 1px !important;
    line-height: 1.8em;
  }
  body.page-template-default .et_pb_column a.et_pb_button {
    letter-spacing: 1px !important;
    font-size: 16px;
    text-align: center;
  }
  body.page-template-default h2.text-animate-wrap-later, body.page-template-default h2.text-animate-wrap {
    line-height: 0.78em;
  }
  .custom-bullets li, body.page-template-default .et_pb_module.et_pb_blurb .et_pb_module_header {
    line-height: 1.2em;
    font-size: 18px;
  }
  #logoAniWrap {
    width: 250px;
    height: 155px;
  }
}
@media (max-width: 567px) {
  .archiv_seite .et_pb_text .et_pb_text_inner, .archiv_seite .et_pb_text .et_pb_text_inner p {
    line-height: 1.2em;
  }
  p.aos-init, a.aos-init {
    transition-delay: 0.1s;
  }
}
@media (min-width: 967px) and (max-width: 1180px) {
  .page-id-2552 .text-animate-wrap.animate-nr-0 {
    padding-top: 17vw;
  }
}
@media (min-width: 1070px) and (max-width: 1380px) {
  .page-id-2552 .text-animate-wrap.animate-nr-2 {
    padding-bottom: 24vw;
  }
}
@media (min-width: 967px) and (max-width: 1069px) {
  .page-id-2552 .text-animate-wrap.animate-nr-2 {
    padding-bottom: 42vw;
  }
}
@media (min-width: 1201px) and (max-width: 1340px) {
  .page-id-2439 .text-animate-wrap.animate-nr-0 {
    padding-bottom: 22vw;
  }
}
@media (min-width: 1041px) and (max-width: 1200px) {
  .page-id-2439 .text-animate-wrap.animate-nr-0 {
    padding-bottom: 32vw;
  }
}
@media (min-width: 967px) and (max-width: 1040px) {
  .page-id-2439 .text-animate-wrap.animate-nr-0 {
    padding-bottom: 42vw;
  }
}
@media (min-width: 1201px) and (max-width: 1340px) {
  .page-id-2439 .text-animate-wrap.animate-nr-2 {
    padding-bottom: 22vw;
  }
}
@media (min-width: 1041px) and (max-width: 1200px) {
  .page-id-2439 .text-animate-wrap.animate-nr-2 {
    padding-bottom: 35vw;
  }
}
@media (min-width: 967px) and (max-width: 1040px) {
  .page-id-2439 .text-animate-wrap.animate-nr-2 {
    padding-bottom: 66vw;
  }
}
@media (min-width: 1201px) and (max-width: 1340px) {
  .page-id-2439 .text-animate-wrap.animate-nr-3 {
    padding-bottom: 8vw;
  }
}
@media (min-width: 1041px) and (max-width: 1200px) {
  .page-id-2439 .text-animate-wrap.animate-nr-3 {
    padding-bottom: 8vw;
  }
}
@media (min-width: 967px) and (max-width: 1040px) {
  .page-id-2439 .text-animate-wrap.animate-nr-3 {
    padding-bottom: 26vw;
  }
}
@media (min-width: 1551px) and (max-width: 1800px) {
  .page-id-2441 .text-animate-wrap.animate-nr-0 {
    padding-top: 6vw;
  }
}
@media (min-width: 1351px) and (max-width: 1550px) {
  .page-id-2441 .text-animate-wrap.animate-nr-0 {
    padding-top: 12vw;
  }
}
@media (min-width: 1281px) and (max-width: 1350px) {
  .page-id-2441 .text-animate-wrap.animate-nr-0 {
    padding-top: 20vw;
  }
}
@media (min-width: 1180px) and (max-width: 1280px) {
  .page-id-2441 .text-animate-wrap.animate-nr-0 {
    padding-top: 30vw;
  }
}
@media (min-width: 1021px) and (max-width: 1180px) {
  .page-id-2441 .text-animate-wrap.animate-nr-0 {
    padding-top: 46vw;
  }
}
@media (min-width: 967px) and (max-width: 1020px) {
  .page-id-2441 .text-animate-wrap.animate-nr-0 {
    padding-top: 56vw;
  }
}
@media (min-width: 1281px) and (max-width: 1380px) {
  .page-id-2441 .text-animate-wrap.animate-nr-3 {
    padding-top: 3vw;
  }
}
@media (min-width: 1180px) and (max-width: 1280px) {
  .page-id-2441 .text-animate-wrap.animate-nr-3 {
    padding-top: 8vw;
  }
}
@media (min-width: 1021px) and (max-width: 1180px) {
  .page-id-2441 .text-animate-wrap.animate-nr-3 {
    padding-top: 24vw;
  }
}
@media (min-width: 967px) and (max-width: 1020px) {
  .page-id-2441 .text-animate-wrap.animate-nr-3 {
    padding-top: 29vw;
  }
}
.privacy-policy ul, .privacy-policy li {
  list-style: disc;
}
#intro_neu {
  display: none;
}
.page-id-6898 #page-container {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.7s ease-in-out 0s;
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out, opacity 0.7s ease-in-out !important;
}
.page-id-6898 #page-container.zeige-dich {
  opacity: 1;
  visibility: visible;
}
.page-id-6898 #intro_neu {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  left: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
.page-id-6898 #intro_neu.fertig {
  display: none;
}
.page-id-6898 #intro_neu .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #15a2ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease-in-out 0s;
  font-family: "Cutive", serif;
}
.page-id-6898 #intro_neu .slide.weg {
  transform: translate(-100%, 0%);
}
.page-id-6898 #intro_neu #slide-2 {
  background-color: #ff7700;
  color: #fff;
  z-index: 9;
}
.page-id-6898 #intro_neu #slide-3 {
  background-color: #fff;
  color: #000;
  z-index: 8;
}
.page-id-6898 #intro_neu .typewriterWrapp, .page-id-6898 #intro_neu .Typewriter__wrapper {
  font-size: 28px;
  height: 50px !important;
  line-height: 50px !important;
}
@media (min-width: 992px) {
  .page-id-6898 #intro_neu .typewriterWrapp, .page-id-6898 #intro_neu .Typewriter__wrapper {
    font-size: 60px;
    height: 80px !important;
    line-height: 80px !important;
  }
}
.page-id-6898 #intro_neu #df-logo {
  max-width: 300px;
}
.page-id-6898 .animate-to-top {
  transform: translate(0%, 100%);
}
.page-id-6898 .animate-to-bottom {
  transform: translate(0%, -100%);
}
.page-id-6898 .animate-to-top, .page-id-6898 .animate-to-bottom {
  transition: all 0.7s ease-in-out 0s;
}
.page-id-6898 .animate-to-top.komm, .page-id-6898 .animate-to-bottom.komm {
  transform: translate(0%, 0%);
}
.et-social-tumblr a.icon:before {
  content: "";
  font-family: "Font Awesome 5 Brands" !important;
}
/* bulletpoint verstecken auf seite ueber uns */
.page-id-2439 .et_pb_blurb_3 .et-waypoint {
  visibility: hidden;
}
.sm-visible {
  display: none;
}
@media (max-width: 375px) {
  .sm-visible {
    display: block;
  }
}
.provenexpert .et_pb_code_inner {
  display: block !important;
}
.footerwidth {
  max-width: 1200px !important;
}
/* hier kommt die timeline / 3 Punkte */
#section-191225 .timeline-horizontal-v2 {
  display: flex;
  width: 100%;
}
#section-191225 .tieline-horizontal-v2 .step {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
}
#section .timeline-horizontal-v2 .step:last-child {
  padding-bottom: 0;
}
.timelinecontainer {
  width: 1170px;
  padding: 0 40px;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: inherit;
}
.timelinerow {
  margin: 0 -40px;
  margin-bottom: -40px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: inherit;
}
.timelinecol {
  padding: 0 20px 40px;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: inherit;
  display: block;
}
.timeline-horizontal-v2 {
  flex-direction: row;
  display: flex;
  width: 100%;
  box-sizing: inherit;
}
.step1 {
  margin-left: 0;
  flex-direction: column;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 20px;
  padding-bottom: 0;
  position: relative;
  display: flex;
  box-sizing: inherit;
}
.step-head1 {
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: inherit;
  display: block;
}
.bg-primary1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
  background-color: #bcbcbc !important;
  color: #ffffff !important;
  border-color: #969696 !important;
  box-sizing: inherit;
  display: block;
}
.bg-primary-light1 {
  left: 50%;
  width: auto;
  bottom: auto;
  height: 3px;
  top: 23px;
  right: -20px;
  position: absolute;
  background-color: #d0d0d0 !important;
  color: #676767 !important;
  border-color: #aaaaaa !important;
  box-sizing: inherit;
  display: block;
}
.timeline-title {
  margin-bottom: 0;
  color: #3b3b3b;
  line-height: 1.3em;
  margin-top: 0;
  box-sizing: inherit;
  display: block;
  text-align: center;
  height: 100%;
  width: auto;
  height: 100%;
  width: auto;
}
.step2 {
  flex-direction: column;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 20px;
  padding-bottom: 0;
  position: relative;
  display: flex;
  box-sizing: inherit;
}
.step-head2 {
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: inherit;
  display: block;
}
.bg-primary2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
  background-color: #bcbcbc !important;
  color: #ffffff !important;
  border-color: #969696 !important;
  display: block;
  box-sizing: inherit;
}
.bg-primary-light2 {
  width: auto;
  bottom: auto;
  height: 3px;
  top: 23px;
  left: -20px;
  right: -20px;
  position: absolute;
  background-color: #d0d0d0 !important;
  color: #676767 !important;
  border-color: #aaaaaa !important;
  box-sizing: inherit;
  display: block;
}
.step-panel {
  text-align: center;
  height: 100%;
  width: auto;
  padding: 15px;
  margin-left: 15px;
  box-sizing: inherit;
  display: block;
  color: #676767;
}
.step3 {
  margin-right: 0;
  padding-bottom: 0;
  flex-direction: column;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 20px;
  position: relative;
  display: flex;
  box-sizing: inherit;
}
.step-head3 {
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: inherit;
  display: block;
  color: #676767;
}
.bg-primary3 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  z-index: 1;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #bcbcbc !important;
  color: #ffffff !important;
  border-color: #969696 !important;
  box-sizing: inherit;
  display: block;
}
.bg-primary-light3 {
  right: 50%;
  width: auto;
  bottom: auto;
  height: 3px;
  top: 23px;
  left: -20px;
  position: absolute;
  background-color: #d0d0d0 !important;
  color: #676767 !important;
  border-color: #aaaaaa !important;
  box-sizing: inherit;
  display: block;
}
#section-191225 .timeline-horizontal-v2 .step .step-head .step-badge {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
  box-sizing: inherit;
}
#section-191225 .timeline-horizontal-v2 .step .step-head .step-line {
  position: absolute;
  width: 3px;
  left: 23px;
  box-sizing: inherit;
  bottom: 0;
  top: 0;
}
#section-191225 .timeline-horizontal-v2 .step:first-child .step-line {
  top: 15px;
}
#section-191225 .timeline-horizontal-v2 .step:last-child .step-line {
  height: 15px;
  bottom: auto;
}
#section-191225 .timeline-horizontal-v2 .step {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  #section-191225 .timeline-horizontal-v2 .step {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #secton-191225 .timeline-horizontal-v2 {
    flex-direction: row;
  }
  #section-191225 .timeline-horizontal-v2 .step:first-child {
    margin-left: 0;
  }
  #section-191225 .timeline-horizontal-v2 .step:first-child .step-line {
    left: 50% !important;
  }
  #section-191225 .timeline-horizontal-v2 .step {
    flex-direction: column;
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 20px;
    padding-bottom: 0;
  }
  #section-191225 .timeline-horizontal-v2 .step:last-child {
    padding-bottom: 0;
  }
  #section-191225 .timeline-horizontal-v2 .step:last-child {
    margin-right: 0;
  }
  #section-191225 .timeline-horizontal-v2 .step:last-child .step-line {
    right: 50% !important;
  }
  #section-191225 .timeline-horizontal-v2 .step .step-head .step-line {
    width: auto;
    bottom: auto;
    height: 3px;
    top: 23px;
    left: -20px;
    right: -20px;
  }
  #section-191225 .timeline-horizontal-v2 .step .step-head .step-badge {
    margin-left: auto;
    margin-right: auto;
  }
  #section-191225 .timeline-horizontal-v2 .step .step-head {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  #section-191225 .timeline-horizontal-v2 .step .step-head .step-badge {
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: inherit;
    font-size: 1.5rem;
    z-index: 1;
  }
  #section-191225 .timeline-horizontal-v2 .step .step-panel {
    padding: 15px;
    margin-left: 15px;
    width: 100%;
  }
  #section-191225 .timeline-horizontal-v2 .step .step-panel {
    padding: 15px;
    margin-left: 15px;
    width: 100%;
  }
  #section-191225 .timeline-horizontal-v2 .step {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  #section-191225 .timeline-horizontal-v2 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #section-191225 {
    text-align: left !important;
  }
  .timeline-title {
    text-align: left;
    font-size: 20px;
  }
  body #page-container .et_pb_section .orangerbutton {
    line-height: 1.2em !important;
  }
}
@media only screen and (max-width: 490px) {
  .row.timelinerow {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .timelinecontainer {
    width: 100%;
    padding: 0;
  }
  .col-12.timelinecol {
    padding-left: 0;
    padding-bottom: 0;
  }
  .mt-minus-75 {
    margin-top: -28px;
  }
}
/* orange Buttons */
.orangerbutton {
  background-color: #ff7700;
  color: #fff;
  line-height: 80px;
  margin: auto;
  cursor: pointer;
  text-transform: none !important;
}
/* maps / Karte */
/*
iframe {
	width: 100% !important;
	height: 850px !important;
}
*/
.page-id-7434 .google-sachen .et_pb_code_inner {
  display: flex;
  justify-content: center;
}
/* kontakt buttons */
.kontaktwrapp {
  text-align: center;
}
.anfrage-btn {
  width: 250px;
  height: 80px;
  line-height: 80px;
  background-color: #ff7700;
  color: #fff;
  text-align: center;
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anfrage-btn:hover {
  color: #fff;
  background-color: #db6600;
}
.buttonsWrapp {
  vertical-align: top;
  display: inline-block;
  width: 250px;
  height: 80px;
  margin-top: 4px;
}
.tel-btn, .mail-btn {
  text-align: center;
  width: 250px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  background-color: #15a2ff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tel-btn {
  margin-bottom: 4px;
}
.tel-btn:hover, .mail-btn:hover {
  color: #fff;
  background-color: #0064a6;
}
@media only screen and (max-width: 1076px) {
  .anfrage-btn, .tel-btn, .mail-btn, .buttonsWrapp, .konOverlayOpen {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 532px) {
  .anfrage-btn, .tel-btn, .mail-btn, .buttonsWrapp {
    width: 100%;
  }
}
/*
.tel-btn:before {
	font-family: 'FontAwesome';
	content: '\f095';
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 2px;
}
*/
.konOverlayOpen {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  height: 80px;
  font-size: 28px;
  background-color: #ff7700;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.konOverlayOpen:hover {
  color: #fff;
  background-color: #db6600;
  cursor: pointer;
}
.text-center {
  text-align: center !important;
}
.text-orange {
  color: #ff7700 !important;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: none;
}
.white {
  color: #fff !important;
}
.kontakt-rueckruf .et_pb_code_inner {
  align-items: center;
  justify-content: center;
}
/* h2 auf der neuen LP uppercase none */
.uppercase-none .et_pb_text_inner h2 {
  text-transform: none;
}
/* icons blog */
.et_pb_toggle_title:before {
  margin-right: 10px;
  position: relative;
}
.a-blau a {
  color: #00b3dc;
}
.a-blau a:hover {
  color: #fff;
}
span.evt-ovl_opener_youtube {
  color: #00b3dc;
}
span.evt-ovl_opener_youtube i {
  padding-right: 5px;
}
/* blog */
.post-meta {
  text-align: center;
}
a.more-link {
  color: #15A2FF !important;
}
/* Header */
.mobile_menu_bar.et_pb_header_toggle {
  /*
	background-color: #fff;
	background-color: #15A2FF;
	*/
  width: 38px;
  height: 38px;
  padding-top: 1px;
}
.et_pb_slide_menu_active .et_toggle_slide_menu:after {
  top: -2px;
  position: relative;
}
body .mobile_menu_bar:after, body .mobile_menu_bar:before {
  color: #fFF;
}
body .et-fixed-header .mobile_menu_bar:after, body .et-fixed-header .mobile_menu_bar:before {
  color: #fff;
}
.et_pb_slides {
  height: 100%;
}
/* archiv_seiten */
.archiv_seite {
  font-size: 22px;
}
.archiv_seite .uppercase-none .et_pb_text_inner {
  text-transform: uppercase;
}
.archiv_seite h2.newsflash-title_archiv {
  line-height: 1.2em;
  font-family: lato;
  letter-spacing: 1px;
  letter-spacing: 0px;
}
.archiv_seite .et_pb_toggle h3.et_pb_toggle_title {
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 1px;
}
.archiv_seite .et_pb_toggle h3.et_pb_toggle_title:before {
  font-size: 18px !important;
}
.archiv_seite article h3.entry-title {
  line-height: 1.2em;
  font-family: lato;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 40px;
  color: #000000 !important;
}
.archiv_seite article .post-content-inner p {
  font-size: 22px !important;
  font-weight: 300 !important;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8em;
}
.archiv_seite article p.post-meta {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.archiv_seite article p.post-meta span {
  color: #000;
}
.archiv_seite article a.more-link {
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .archiv_seite article h3.entry-title {
    font-size: 24px;
  }
  .archiv_seite article p.post-meta {
    font-size: 16px !important;
  }
  .archiv_seite article .post-content-inner p {
    font-size: 18px !important;
  }
}
.single-post .blog_artikel_titel h2.entry-title, .single-post h1.entry-title {
  line-height: 1.2em !important;
  font-family: lato;
  letter-spacing: 1px !important;
  font-weight: 300 !important;
  font-size: 40px !important;
  color: #000000 !important;
}
@media only screen and (max-width: 767px) {
  .single-post .blog_artikel_titel h2.entry-title, .single-post h1.entry-title {
    font-size: 24px !important;
  }
}
.single-post .et_pb_post_content p {
  font-size: 22px !important;
  font-weight: 300 !important;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .single-post .et_pb_post_content p {
    font-size: 18px !important;
  }
}
.single-post .et_pb_post_content ul {
  font-size: 22px !important;
  font-weight: 300 !important;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8em;
  list-style-type: disc;
  padding-left: 25px;
  padding-bottom: 25px;
}
.single-post p.impress-cat {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
}
.single-post a.more-link {
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: 300;
}
a.more-link {
  text-transform: uppercase;
  font-size: 18px !important;
  letter-spacing: 1px;
}
/* weg mit tüv-pop-up */
#tuev {
  display: none;
}
.page-id-7434 #tuev {
  display: block;
}
/* blog-beiträge abstand oben */
.et_pb_module.et_pb_post_title {
  padding-top: 50px;
}
.et_pb_scroll_top.et-pb-icon {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.hoehenausgleich {
  height: 55px;
}
@media only screen and (max-width: 567px) {
  .hoehenausgleich {
    height: 0px;
  }
}
/** WB OVERLAY  **/
.overlay-wrap {
  color: #fff;
}
.overlay-wrap ul {
  margin-bottom: 40px;
}
.overlay-wrap h2, .overlay-wrap h3 {
  color: #fff;
  padding-bottom: 30px;
  font-size: 36px;
  text-align: center;
}
.overlay-wrap h2 span, .overlay-wrap h3 span {
  display: block;
  font-size: 22px;
  color: #15a2ff;
}
.overlay-wrap h2.blau, .overlay-wrap h3.blau {
  color: #15a2ff;
}
.overlay-wrap p, .overlay-wrap li, .overlay-wrap h4, .overlay-wrap h5 {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.8em;
}
@media (max-width: 980px) {
  .overlay-wrap p, .overlay-wrap li, .overlay-wrap h4, .overlay-wrap h5 {
    font-size: 18px;
  }
}
.overlay-wrap h4, .overlay-wrap h5 {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 980px) {
  .et_pb_toggle_content {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8em;
  }
}
#content-overlay .et_pb_contact_submit {
  border: 2px solid #fff;
  color: #fff;
  margin-top: 8px;
}
/*
.overlay-wrap h2:after {
    background-color: #15a2ff;
    content: "";
    display: block;
    height: 2px;
    margin: 30px auto 0;
    text-align: center;
    width: 60px;
}
*/
.introtext.text-white a {
  color: #fff;
}
.introtext.text-white a:hover {
  color: #ff7700;
}
/* Karriere-Seite Button */
.button {
  color: #000000 !important;
  border-width: 1px !important;
  border-color: #000000;
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  padding-top: 15px !important;
  padding-right: 40px !important;
  padding-bottom: 15px !important;
  padding-left: 40px !important;
  font-style: normal;
  display: inline-block;
  transition: all 300ms ease 0ms;
  ine-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  transition-property: all !important;
  margin: 30px 0;
}
.button:hover {
  color: #000000 !important;
  border-color: #000000 !important;
  letter-spacing: 2px !important;
  background-image: initial;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px !important;
  border-radius: 100px;
  font-size: 16px;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  border: 2px solid transparent;
}
.kleiner {
  font-size: 16px;
}
.kreis {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #15a2ff;
  color: #fff;
  margin: 10px 5px 0px 5px;
  font-weight: bold;
}
.fullsection .et_pb_code_inner, .fullsection .et_pb_code {
  height: 100%;
}
.button-orange {
  background-color: #ff7700;
  border: 0;
  font-weight: 700 !important;
  display: inline-block;
  padding: 20px 45px !important;
}
.button-orange:hover {
  background-color: #ffffff !important;
  color: #ff7700 !important;
  font-weight: 700 !important;
  display: inline-block;
  padding: 20px 45px !important;
  border: 0 !important;
}
.kontakt-header {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.7em;
  font-weight: 500;
  background-color: #ff7700;
  height: 38px;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.kontakt-header .subheaderimg {
  height: 25px !important;
  max-width: 100%;
}
.kontakt-header a {
  color: #fff;
  padding-left: 20px;
}
.kontakt-header strong, .kontakt-header a, .kontakt-header img {
  vertical-align: middle;
}
#main-header {
  top: 37px !important;
}
/*
	
*/
.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .full-container .et_pb_with_background .et_pb_row, #main-content .full-container .et_pb_with_background .et_pb_row {
  width: 100% !important;
}
/* CCD BTN Style */
.ccd-caption-content .btn {
  background-color: #00b3dc;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100px;
  padding: 15px 30px;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.ccd-caption-content .btn:hover {
  cursor: pointer;
  color: #00b3dc;
  background-color: #000;
}
@media (max-width: 1720px) {
  .g-rating_badge-mob-platz {
    height: 155px;
    background-color: #222222;
  }
}
/* [ccd_opener] oder [ccd_opener text="Cookie-Einstellungen"] */
.ccd-opener {
  background-color: #15a2ff;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 5px;
}
.ccd-opener:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #00b3dc;
}
/* im footer menu */
.bottom-nav .ccd-li {
  padding-right: 0;
}
.bottom-nav .ccd-li span {
  padding-right: 22px;
}
#videoOverlayWrapp {
  z-index: 999999;
}
/* datenschutz */
.datenschutz h3, .datenschutz h4 {
  font-weight: bold;
  margin-top: 1.5em;
}
.datenschutzPlugin {
  margin-bottom: 2em;
}
.gmaps-wrap, .gmaps-wrap .et_pb_code_inner {
  display: block;
}
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
  width: 100%;
}
.single .post {
  padding-bottom: 0px;
}
.single .et_pb_post {
  margin-bottom: 0px;
}
/*# sourceMappingURL=custom.css.map */