@charset "UTF-8";
/*---------------------------------------------------------------------------------

 Theme Name:   Acutil
 Theme URI:    https://www.acutil.de
 Description:  
 Author:       WH
 Author URI:   
 Template:     Divi
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Variablen */
/* mixins.scss */
.et_header_style_split .centered-inline-logo-wrap #logo {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

@media screen and (min-width: 980px) {
  ul#top-menu li.menu-item {
    padding-right: 5px !important;
  }
}
/* H1 und H2 im Body */
h1, h2, .blaue-kugel {
  line-height: normal;
}
h1, h2, .blaue-kugel {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  h1, h2, .blaue-kugel {
    font-size: calc(26px + 18.928 * ((100vw - 320px) / 1480));
  }
}
@media screen and (min-width: 1800px) {
  h1, h2, .blaue-kugel {
    font-size: 44.928px;
  }
}

@media (min-width: 1024px) {
  h1 sup, h2 sup, .blaue-kugel sup {
    position: relative;
    vertical-align: baseline;
    top: -1em;
  }
  h1 sup, h2 sup, .blaue-kugel sup {
    font-size: 21.06px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) {
  h1 sup, h2 sup, .blaue-kugel sup {
    font-size: calc(21.06px + -2.106 * ((100vw - 320px) / 1480));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1800px) {
  h1 sup, h2 sup, .blaue-kugel sup {
    font-size: 18.954px;
  }
}
/* H3 im Body */
.et_pb_text_inner h3 {
  line-height: normal;
}
.et_pb_text_inner h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .et_pb_text_inner h3 {
    font-size: calc(18px + 13.104 * ((100vw - 320px) / 1480));
  }
}
@media screen and (min-width: 1800px) {
  .et_pb_text_inner h3 {
    font-size: 31.104px;
  }
}

/* p und li im Body */
p, li, .entry-content table.zusatz, h4 {
  line-height: 170%;
}
p, li, .entry-content table.zusatz, h4 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  p, li, .entry-content table.zusatz, h4 {
    font-size: calc(14px + 10.192 * ((100vw - 320px) / 1480));
  }
}
@media screen and (min-width: 1800px) {
  p, li, .entry-content table.zusatz, h4 {
    font-size: 24.192px;
  }
}

sup {
  vertical-align: super;
  font-size: small;
  bottom: 0;
}

/* .klein im Body */
.klein p {
  line-height: normal;
}
.klein p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .klein p {
    font-size: calc(12px + 8.736 * ((100vw - 320px) / 1480));
  }
}
@media screen and (min-width: 1800px) {
  .klein p {
    font-size: 20.736px;
  }
}

/* Fontsize im Footer */
#fusszeile p {
  line-height: normal;
  color: #777777;
}
#fusszeile p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #fusszeile p {
    font-size: calc(12px + 7.219356 * ((100vw - 320px) / 1480));
  }
}
@media screen and (min-width: 1800px) {
  #fusszeile p {
    font-size: 19.219356px;
  }
}

/* H1 im Banner */
.banner h1 {
  line-height: normal;
  color: #ffffff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.banner h1 {
  font-size: 19px;
}
@media screen and (min-width: 320px) {
  .banner h1 {
    font-size: calc(19px + 39.368 * ((100vw - 320px) / 1480));
  }
}
@media screen and (min-width: 1800px) {
  .banner h1 {
    font-size: 58.368px;
  }
}

/* Aufzählungen einrücken */
.entry-content ul {
  padding-left: 2em;
}

/* Font-Size headline3 im Body */
@media (min-width: 320px) {
  .flex-row-wrapper .et_pb_text_inner h3 {
    padding-bottom: 20px;
  }

  .banner h1 {
    padding-top: 20px;
  }
}
@media (min-width: 700px) {
  .flex-row-wrapper .et_pb_text_inner h3 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .flex-row-wrapper .et_pb_text_inner h3 {
    padding-bottom: 50px;
  }
}
.tipps .entry-content h3 {
  padding-bottom: 20px;
}

/* Vitamine uä mit weißem Hintergrund */
.b9 {
  background: #ffffff;
  border-radius: 50px 50px 50px 50px;
  overflow: hidden;
  padding: 15px;
}

.blaue-kugel {
  display: table-cell;
  height: 70px;
  width: 70px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #00467d;
  color: #fff;
}

.weisse-kugel {
  display: table-cell;
  height: 70px;
  width: 70px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  color: #00467d;
}

/* Markieren des aktiven Punktes im Menü */
.current_page_item {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
}

/* Hintergrund für Bild auf Startseite bei Wer braucht und den Kopfsache-Bildern */
@media (min-width: 1024px) {
  .bg-werbraucht-bild {
    background-image: url(https://acutil.at/wp-content/uploads/2019/04/wer-braucht-1.jpg) !important;
    background-position: center;
    background-size: cover;
  }

  .kopfsache1 {
    background-position: top left;
    background-image: url(https://acutil.at/wp-content/uploads/2019/04/kopf1-1.jpg);
    background-size: auto;
  }

  .kopfsache2 {
    background-position: top right;
    background-image: url(https://acutil.at/wp-content/uploads/2019/04/kopf2.jpg);
    background-size: auto;
  }

  .kopfsache3 {
    background-size: auto;
    background-position: top left;
    background-image: url(https://acutil.at/wp-content/uploads/2019/04/kopf3.jpg);
  }
}
/* Überschrift und BG im Banner */
.banner {
  background-size: 100%;
  /* min-height: calc(100vw/2.6); */
}

@media (min-width: 360px) {
  .banner h1 {
    padding-top: 30px;
  }
}
@media (min-width: 700px) {
  .banner h1 {
    padding-top: calc(10vw - 20px);
  }
}
@media (min-width: 2000px) {
  .banner h1 {
    padding-top: calc(10vw - 20px);
  }
}
/* 3 Spalten mit Rand auf Startseite */
.flex-row-wrapper {
  display: flex;
}

@media (max-width: 980px) {
  .flex-row-wrapper {
    flex-direction: column;
  }

  .entry-content table.zusatz {
    font-size: 12px;
  }

  .mehrnachabsatz {
    padding-bottom: 10px;
  }

  .flex-row-wrapper .et_pb_column {
    padding-top: 20px;
  }

  .flex-row-wrapper .et_pb_column_11, .flex-row-wrapper .et_pb_column_10 {
    border-bottom: 1px solid white;
  }
}
@media (min-width: 980px) {
  .flex-row-wrapper .et_pb_column_11, .flex-row-wrapper .et_pb_column_12 {
    border-left: 1px solid white;
  }

  .flex-row-wrapper .et_pb_column {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
  }

  .acutil-viel {
    border-right: 1px solid white;
  }
}
.et_pb_text_inner h4 {
  padding-bottom: 0;
}

.kopfsache1 .et_pb_text_inner h3, .kopfsache2 .et_pb_text_inner h3, .kopfsache3 .et_pb_text_inner h3 {
  padding-bottom: 0;
  font-weight: 600;
}

.kopfsache1 .et_pb_text_inner h4, .kopfsache2 .et_pb_text_inner h4, .kopfsache3 .et_pb_text_inner h4 {
  padding-bottom: 30px;
}

/* Silbentrennung */
body {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Sticky Header mobil */
@media only screen and (max-width: 980px) {
  .et_fixed_nav #main-header,
.et_fixed_nav #top-header,
.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
    position: fixed;
  }
}
.et_mobile_menu {
  overflow: scroll !important;
  max-height: 80vh;
}

/* Tabelle */
.entry-content table.zusatz {
  border: none;
}
