/*
Theme Name: Divi Child
Theme URI: http://cemico.de
Description: Theme by cemico GmbH
Author: cemico GmbH
Author URI: http://cemico.de
Template: Divi
*/
@import url("../Divi/style.css");
#sponsoren .et_pb_column {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.form-allowed-tags {
  display: none;
}
#page-container {
  overflow: hidden !important;
}
#main-header {
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
#main-header .logo_container {
  display: none;
}
#main-header #et-top-navigation {
  width: 100%;
}
#main-header #et-top-navigation #top-menu-nav {
  width: 100%;
}
#main-header #et-top-navigation #top-menu-nav #top-menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#main-header.et-fixed-header {
  background: white;
}
.et_menu_container {
  display: flex;
  justify-content: center;
}
#et-top-navigation {
  padding-left: 0px !important;
}
#main-footer {
  position: relative;
}
#main-footer > .container {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
}
#main-footer > .container #footer-widgets {
  padding: 0px;
}
#main-footer > .container #footer-widgets .footer-widget {
  width: 100%;
  display: flex;
  justify-content: center;
}
#main-footer > .container #footer-widgets .footer-widget svg {
  height: 100px;
  padding: 13px 0px;
}
#main-footer .bottom-nav {
  padding: 35px 0px;
}
#main-footer #footer-bottom {
  display: none;
}
/* BLOG SEITEN */
#hero-parent {
  display: flex;
  justify-content: center;
}
#hero-parent > .et_pb_row_1 {
  position: absolute;
  z-index: 0;
  top: 300px;
}
#hero-parent > .et_pb_row_1 .et_pb_column {
  display: flex;
  justify-content: center;
}
#hero-parent > .et_pb_row_1 .et_pb_column .et_pb_code_0 {
  position: absolute;
  top: 0;
  height: 500px;
  width: 500px;
}
#hero-parent > .et_pb_row_1 .et_pb_column .et_pb_code_0 .tribal-outline {
  display: flex;
  justify-content: center;
  pointer-events: none;
}
#hero-parent > .et_pb_row_1 .et_pb_column .et_pb_code_0 .tribal-outline .fluid-width-video-wrapper {
  width: 100px;
  height: 100px;
}
#hero-parent > .et_pb_row_1 .et_pb_column .et_pb_code_0 .tribal-outline .fluid-width-video-wrapper:nth-of-type(1) {
  scale: 30;
  transform: rotate(57deg);
}
#hero-parent > .et_pb_row_1 .et_pb_column .et_pb_code_0 .tribal-outline .fluid-width-video-wrapper:nth-of-type(2) {
  scale: 35;
  transform: rotate(-45deg);
}
path.st0 {
  stroke-width: 0.05;
}
#hero-section {
  display: flex;
  align-items: flex-end;
}
#hero-section .et_pb_text_0 {
  transform-origin: bottom left;
  transform: rotate(-90deg);
  left: 10rem;
}
#hero-section .et_pb_text_0 h1 {
  font-size: 5rem;
  padding-left: 50px;
  width: 200%;
}
#hero-section .et_pb_text_inner p {
  max-width: 250px;
  font-size: 23px;
  line-height: 1.2;
}
#hero-section .et_pb_column_1 {
  display: flex;
  flex-direction: column;
}
#hero-section .et_pb_column_1 .et_pb_image_0 {
  margin-left: unset;
  margin-right: unset;
  align-self: flex-end;
}
#hero-section .et_pb_column_1 .et_pb_image_0 .fluid-width-video-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
}
#hero-section .et_pb_column_1 .et_pb_image_0 .fluid-width-video-wrapper:nth-of-type(1) {
  top: -50px;
  left: -50px;
}
#hero-section .et_pb_column_1 .et_pb_image_0 .fluid-width-video-wrapper:nth-of-type(2) {
  bottom: -50px;
  right: -50px;
}
#hero-section .question {
  position: absolute;
  right: 110px;
  bottom: 50px;
  color: black;
  text-shadow: 0px 0px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
#hero-section .question p {
  font-size: 16px;
}
#hero-section .question p::first-letter {
  color: black;
  font-size: 35px;
  line-height: 1;
}
#desc p,
#desc .et_pb_blurb_description,
#desc .et_pb_text_inner {
  color: black;
  line-height: 20px;
}
#desc .contact-field a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: black;
  font-size: 17px;
  margin-bottom: 16px;
}
#desc .contact-field a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}
#desc .contact-field a img {
  height: 50px;
}
#post-nav span a {
  display: inline-flex;
  color: black;
  font-weight: bold;
}
#post-nav span a .nav-label {
  transition: all 0.25s ease-in-out;
  margin: 0px 10px;
}
#post-nav span a:hover .nav-label {
  margin: 0px 20px;
}
@media only screen and (max-width: 620px) {
  #post-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  #post-nav span {
    text-align: center;
  }
  #sponsoren .et_pb_column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media only screen and (max-width: 980px) {
  #et_mobile_nav_menu {
    display: none;
  }
  #desc .module {
    display: none;
  }
  #desc .et_pb_code_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main-footer {
    position: relative;
  }
  #main-footer #menu-footer {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  #main-footer #menu-footer li {
    padding: 0px;
  }
  #main-footer > .container {
    display: none !important;
  }
  #hero-section .et_pb_column_1 .et_pb_image_0 {
    align-self: center;
  }
  #hero-section .et_pb_text_inner {
    display: flex;
    justify-content: center;
  }
  #hero-section .et_pb_text_inner p {
    text-align: center;
  }
  #hero-section .question {
    position: unset;
    right: unset;
    bottom: unset;
  }
}
@media only screen and (max-width: 1020px) {
  #hero-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #hero-section .et_pb_text_0 {
    transform-origin: unset;
    transform: unset;
    left: unset;
  }
  #hero-section .et_pb_text_0 h1 {
    font-size: 4rem;
    padding-left: unset;
    width: unset;
  }
}
/*# sourceMappingURL=./style.css.map */