@charset "UTF-8";
/*
 Theme Name:     Donner & Reuschel
 Author:         euphorika
 Author URI:     http://www.markenbegeisterung.de/
 Template:       enfold
 Version:        7.1.32
*/
/*--------------------------------------------------------------
# Variablen
--------------------------------------------------------------*/
:root {
  --font: var(--enfold-font-family-body);
  --font-heading: var(--enfold-font-family-heading);
  --main-color-secondary: var(--enfold-main-color-secondary, #0e4878);
  --legacy-main-color: #73c1c6;
  --footer-color-bg: var(--enfold-footer-color-bg, #afb0b3);
  --alternate-bg-color2: var(--enfold-alternate-color-bg2, #f5f4f4);
  --secondary-color: #e1f8f6;
  --link-hover-color: #167a80;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/fonts/open-sans-v40-latin-600.woff2") format("woff2"), url("./assets/fonts/open-sans-v40-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*--------------------------------------------------------------
# Elinvar
--------------------------------------------------------------*/
/***** LOGO *****/
#header .logo {
  height: 200px;
  background-color: #f5f4f4;
}

#header .logo img {
  max-width: 228px;
  padding: 0 14px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****** MENÜ *****/
nav.main_menu .avia-menu-text {
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
}

/***** HERO-SLIDER *****/
.htHero .avia-slideshow {
  max-height: 600px;
  width: 120%;
  margin-left: -10%;
}

.htHero .avia-slideshow img {
  max-height: 600px;
  object-fit: cover;
}

.htHero .htHeroHeading {
  margin-top: -150px;
  z-index: 999999;
}

@media screen and (max-width: 768px) {
  .htHero .htHeroHeading {
    margin-top: -100px !important;
  }
}
.htHero .av-special-heading-tag {
  font-weight: 900;
  font-size: 100px;
}

.htHero .av-special-heading-tag span {
  background-color: var(--main-color-secondary);
  color: white;
}

.htHero .av-subheading p {
  text-transform: uppercase;
  background: white;
  display: inline-block;
  padding: 0.8em;
  letter-spacing: 0.4em;
}

.htHero .av-extra-border-element.border-extra-diagonal {
  height: 500px;
  margin-top: -500px;
}

.htHero .av-extra-border-element.border-extra-diagonal .av-extra-border-outer .av-extra-border-inner {
  left: -200px;
  width: 200%;
}

/***** STRUKTURELLE ELEMENTE *****/
/* Abstand bei zwei Columns nebeneinander, die auf Höhe angeglichen sind */
#top .av-flex-placeholder {
  width: 2%;
}

/* Kein Abstand nach Column mit gleicher Höhe */
.htNoSpaceAfterCol + .av-flex-placeholder {
  display: none !important;
}

/****** HEADINGS *****/
#top .av-special-heading-tag {
  font-weight: 900 !important;
  text-transform: uppercase;
}

#top .av-subheading {
  text-transform: uppercase;
}

/***** ICONBOX w/o ICON *****/
#top .htIconboxNoIcon {
  max-width: 400px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
}

#top .htIconboxNoIcon header .iconbox_icon {
  display: none;
}

#top .htIconboxNoIcon header .iconbox_content_title {
  font-weight: 900;
}

#top .htIconboxNoIcon .iconbox_content {
  padding: 20px;
  text-align: left;
  background-color: #124877 !important;
}

/***** FARBSEKTIONEN MIT FARB-STREIFEN UNTEN *****/
.htColorBottom {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 70%, rgb(115, 193, 198) 70%, rgb(115, 193, 198) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 70%, rgb(115, 193, 198) 70%, rgb(115, 193, 198) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 70%, rgb(115, 193, 198) 70%, rgb(115, 193, 198) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#73c1c6", GradientType=0);
}

.htGrayBottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f5f4f4+50&0+0,0+50,1+51 */
  background: -moz-linear-gradient(top, rgba(245, 244, 244, 0) 0%, rgba(245, 244, 244, 0) 50%, rgb(245, 244, 244) 51%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245, 244, 244, 0) 0%, rgba(245, 244, 244, 0) 50%, rgb(245, 244, 244) 51%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245, 244, 244, 0) 0%, rgba(245, 244, 244, 0) 50%, rgb(245, 244, 244) 51%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f5f4f4", endColorstr="#f5f4f4", GradientType=0);
  /* IE6-9 */
}

@media screen and (max-width: 989px) {
  .htGrayBottom {
    background: rgb(245, 244, 244) !important;
  }
}
/***** SOCKET *****/
footer .copyright {
  text-align: right;
  width: 100%;
}

/***** CUSTOM ****/
.htMaxWidth400 {
  max-width: 400px;
}

@media screen and (min-width: 989px) {
  .htFloatingImageSection {
    margin-bottom: -350px;
  }
}
.htFloatingImageSection + .av-layout-grid-container {
  background: transparent !important;
  z-index: 99999 !important;
}

@media screen and (max-width: 989px) {
  .htNoBackgroundOnMobile {
    background: transparent !important;
  }
}
/*--------------------------------------------------------------
# Quick-CSS aus /admin.php?page=avia -> Allgemines Styling
--------------------------------------------------------------*/
/***** LOGO *****/
#header .logo {
  height: 200px;
  background-color: #f5f4f4;
}

#header .logo img {
  max-width: 228px;
  padding: 0 14px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/****** MENÜ *****/
nav.main_menu .avia-menu-text {
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
}

/***** HERO-SLIDER *****/
.htHero .avia-slideshow {
  max-height: 600px;
  width: 120%;
  margin-left: 0;
  max-width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.htHero .avia-slideshow img {
  max-height: 600px;
  object-fit: cover;
}

.htHero .htHeroHeading {
  margin-top: -150px;
  z-index: 999999;
}

@media screen and (max-width: 768px) {
  .htHero .htHeroHeading {
    margin-top: -100px !important;
  }
}
.htHero .av-special-heading-tag {
  font-weight: 900;
  font-size: 100px;
}

.htHero .av-special-heading-tag span {
  background-color: var(--main-color-secondary);
  color: white;
}

.htHero .av-subheading p {
  text-transform: uppercase;
  background: white;
  display: inline-block;
  padding: 0.8em;
  letter-spacing: 0.4em;
}

.htHero .av-extra-border-element.border-extra-diagonal {
  height: 500px;
  margin-top: -500px;
}

.htHero .av-extra-border-element.border-extra-diagonal .av-extra-border-outer .av-extra-border-inner {
  left: -200px;
  width: 200%;
}

/***** STRUKTURELLE ELEMENTE *****/
/* Abstand bei zwei Columns nebeneinander, die auf Höhe angeglichen sind */
#top .av-flex-placeholder {
  width: 2%;
}

/* Kein Abstand nach Column mit gleicher Höhe */
.htNoSpaceAfterCol + .av-flex-placeholder {
  display: none !important;
}

/****** HEADINGS *****/
#top .av-special-heading-tag {
  font-weight: 900 !important;
  text-transform: uppercase;
}

#top .av-subheading {
  text-transform: uppercase;
}

/***** ICONBOX w/o ICON *****/
#top .htIconboxNoIcon {
  max-width: 400px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
}

#top .htIconboxNoIcon header .iconbox_icon {
  display: none;
}

#top .htIconboxNoIcon header .iconbox_content_title {
  font-weight: 900;
}

#top .htIconboxNoIcon .iconbox_content {
  padding: 20px;
  text-align: left;
  background-color: #124877 !important;
}

/***** FARBSEKTIONEN MIT FARB-STREIFEN UNTEN *****/
.htColorBottom {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 70%, rgb(115, 193, 198) 70%, rgb(115, 193, 198) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 70%, rgb(115, 193, 198) 70%, rgb(115, 193, 198) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 70%, rgb(115, 193, 198) 70%, rgb(115, 193, 198) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#73c1c6", GradientType=0);
}

.htGrayBottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f5f4f4+50&0+0,0+50,1+51 */
  background: -moz-linear-gradient(top, rgba(245, 244, 244, 0) 0%, rgba(245, 244, 244, 0) 50%, rgb(245, 244, 244) 51%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245, 244, 244, 0) 0%, rgba(245, 244, 244, 0) 50%, rgb(245, 244, 244) 51%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245, 244, 244, 0) 0%, rgba(245, 244, 244, 0) 50%, rgb(245, 244, 244) 51%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f5f4f4", endColorstr="#f5f4f4", GradientType=0);
  /* IE6-9 */
}

@media screen and (max-width: 989px) {
  .htGrayBottom {
    background: rgb(245, 244, 244) !important;
  }
}
/***** SOCKET *****/
footer .copyright {
  text-align: right;
  width: 100%;
}

/***** CUSTOM ****/
.htMaxWidth400 {
  max-width: 400px;
}

@media screen and (min-width: 989px) {
  .htFloatingImageSection {
    margin-bottom: -350px;
  }
}
.htFloatingImageSection + .av-layout-grid-container {
  background: transparent !important;
  z-index: 99999 !important;
}

@media screen and (max-width: 989px) {
  .htNoBackgroundOnMobile {
    background: transparent !important;
  }
}
/*--------------------------------------------------------------
# Customizer aus /wp-admin/customize.php?return=%2Fwp-admin%2Fadmin.php%3Fpage%3Davia -> Zusätzliches CSS
--------------------------------------------------------------*/
.entry-content-wrapper .no-list-styling ul li:before {
  content: "";
}

.partner-logos-home .slide-image {
  background: none !important;
}

.partner-logos-home.avia-content-slider .slide-entry {
  border-bottom: 0;
}

@container brlbsCmpntContentBlocker (width < 480px) {
  body .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-b {
    padding: 0 !important;
  }
}
.no-float {
  float: none !important;
}

.no-negative-margin {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Navigation Plugin aus /wp-admin/admin.php?page=main_menu_overlay
--------------------------------------------------------------*/
.overflow-hidden {
  overflow: hidden !important;
}

.shariff-button.twitter {
  display: none;
}

.drcl-toggle {
  font-family: archivo-black;
}

.main_menu .drcl-toggle {
  display: block !important;
}

.mmo-logo-container {
  display: none;
}

@media only screen and (min-width: 900px) {
  .mmo-logo-container {
    display: block;
    background: #f5f4f4;
    position: absolute;
    width: 200px;
    height: 200px;
    padding: 65px 20px;
  }
}
/**ARCHIVE ***/
/* Page Header */
.top-page-header .av-special-heading {
  margin-left: 250px;
  margin-top: 0 !important;
  font-size: 50px !important;
}

.top-page-header .av-special-heading-tag {
  font-size: 50px !important;
}

.top-page-header .av-subheading.av-subheading_below p {
  font-size: 15px;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 1024px) {
  .top-page-header .av-special-heading-tag {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .top-page-header {
    margin-top: 22vw !important;
    margin-bottom: -50px !important;
  }
  .top-page-header .av-special-heading {
    margin-left: 0px !important;
    margin-bottom: 30px !important;
  }
  .top-page-header .av-special-heading-tag {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 480px) {
  .top-page-header {
    margin-top: 16vw !important;
  }
}
/* Page Header */
.archive .container .av-content-small.units {
  width: 66.76%;
}

.html_modern-blog #top.archive #main .container.template-blog {
  padding-top: 0 !important;
}

.html_modern-blog #top.archive main {
  margin-top: 200px !important;
}

.archive .sidebar {
  padding-top: 240px !important;
}

.archive .category-term-description .top-page-header {
  margin-top: -200px;
}

#top.archive .category-term-description {
  margin-bottom: 0px !important;
}

.archive .current-post-text {
  color: #124777;
  position: relative;
  top: 50px;
}

.archive .category-term-description {
  margin-bottom: 160px !important;
}

.archive .entry-content-wrapper {
  display: flex;
  flex-direction: column;
}

.archive .entry-content-header {
  order: 2;
  margin-left: 0 !important;
}

.archive .big-preview.single-big {
  width: 100%;
  order: 0 !important;
  margin-bottom: 25px;
}

.archive .av-vertical-delimiter {
  order: 1;
}

.archive .entry-content {
  order: 3;
  font-size: 14px;
  line-height: 23px;
  hyphens: auto;
}

.archive .container .minor-meta {
  font-size: 13px !important;
}

.archive .entry-content .read-more-link a {
  font-weight: bold;
}

.archive .entry-content-wrapper .post_delimiter {
  display: none;
}

.archive .slide-entry-title {
  font-size: 20px !important;
}

.archive .post-entry .post-meta-infos {
  position: relative !important;
  margin-top: 0px !important;
}

.archive .blog-categories {
  display: none !important;
}

.archive .template-blog .post .entry-content-wrapper {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .archive .sidebar {
    padding-top: 60px !important;
  }
  .archive .current-post-text {
    margin-bottom: 15px;
    top: 20px;
  }
  .archive .big-preview.single-big {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .archive .avia-content-slider-inner article .slide-content h3 {
    font-size: 20px !important;
  }
}
.archive article.post {
  margin-bottom: 25px !important;
}

.archive .post-title {
  padding-bottom: 0 !important;
  margin-bottom: 5px !important;
  font-size: 20px !important;
}

/** END ARCHIVE ***/
/** ARCHIVE SIDE BAR  ***/
.archive h3.widgettitle {
  font-size: 20px !important;
  margin-top: 0 !important;
}

.archive .media-box {
  background: #f6f5f5;
  padding: 15px 20px !important;
  font-weight: 12px;
  line-height: 18px;
  color: #124877;
}

.archive .media-box p {
  padding: 5px 0;
  font-size: 12px;
  color: #124877;
}

.archive .media-box strong {
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
}

.archive .media-box a {
  padding: 10px;
  background: #124777;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
}

.archive .media-box a img {
  height: 16px;
  width: 16px;
  margin-left: 5px;
  margin-top: 0px;
  position: relative;
  top: 3px;
}

.archive .sidebar form {
  margin-bottom: 0 !important;
}

.archive .sidebar .widget label {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.archive .sidebar .widget label:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.archive .sidebar section {
  padding-bottom: 0 !important;
}

.archive .sidebar select {
  background-color: #f5f4f4 !important;
  margin-bottom: 0px !important;
}

/* SideBar Archive Page */
.archive .blog-sidebar .newsletter {
  margin-top: 20px;
  margin-bottom: 40px;
}

.archive .blog-sidebar .newsletter h4 {
  color: #124777;
  font-size: 14px;
}

.archive .blog-sidebar .newsletter p {
  line-height: 23px;
}

.archive .blog-sidebar .newsletter a {
  color: #124777;
}

.blog-sidebar #custom_html-12.widget_custom_html {
  padding-top: 0 !important;
}

.archive .blog-sidebar .widget_tag_cloud a {
  padding-left: 0 !important;
}

.archive .blog-sidebar #archives-3,
.blog-sidebar #custom_html-11,
.blog-sidebar #custom_html-11,
.blog-sidebar #categories-5 {
  padding-top: 30px !important;
}

.archive .blog-sidebar #archives-3 select {
  background-color: #f5f4f4 !important;
  margin-bottom: 0px !important;
}

/**END SIDE BAR  ***/
/**SLIDER CORRECTION  ***/
@media only screen and (min-width: 768px) {
  .mumm-post-slider .avia-content-slider-inner article {
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .avia-content-slider .slide-image {
    display: contents;
  }
}
/**END SLIDER CORRECTION  ***/
/**END SLIDER CORRECTION  ***/
/** BLOG CONTAIN OVERLAP CORRECTION**/
.responsive #top.single #main .container_wrap:first-child {
  margin-bottom: -30px !important;
}

/**END  **/
/** MEDIA Teaser**/
.media-teaser .av_one_half:nth-child(odd) {
  margin-left: 4% !important;
}

.media-teaser .av_one_half {
  width: 48% !important;
}

.media-teaser .media-box h3 {
  margin-bottom: 15px;
}

.media-teaser .media-box .info-text {
  padding: 0 0 10px 0;
}

.media-teaser .entry-content-wrapper {
  display: flex;
}

.media-teaser .flex_column {
  background: rgb(246, 245, 245);
}

@media only screen and (max-width: 767px) {
  .media-teaser .entry-content-wrapper {
    display: block;
  }
  .media-teaser .av_one_half:nth-child(odd) {
    margin-left: 0% !important;
  }
  .media-teaser .av_one_half {
    width: 100% !important;
    margin-left: 0% !important;
    margin-bottom: 30px !important;
  }
}
/**END  **/
#top .team-member-with-big-picture .team-img-container {
  width: 40%;
}

#top .team-member-with-big-picture .team-img-container img {
  max-width: 100%;
}

#top .team-member-with-big-picture h3.team-member-name {
  padding-top: 20px;
  width: 60%;
}

#top .team-member-with-big-picture .team-member-description {
  width: 60%;
  padding-right: 20px;
}

.html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title {
  line-height: 1.1em;
}

body #header:not(.sticky) .inner-container .logo img:not(.logo-hub) {
  /* content: url(/wp-content/uploads/2023/01/DR-Jubilaeumslogo-225J.png);
    padding: 0; */
  padding: 0px 23px;
  max-height: 100%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body #header:not(.sticky) .inner-container .logo img:not(.logo-hub) {
    padding: 0 8%;
  }
}
body .htHero .av-special-heading-tag {
  -webkit-box-decoration-break: clone;
}

/*h1 line height adjustment */
/*body#top .av-special-heading-tag {
    line-height: 1.2em !important;
    padding-top: 6px !important;
}*/
@media screen and (min-width: 768px) {
  body .htHero .av-subheading_above {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 479px) {
  body#top .av-special-heading-tag {
    line-height: 1.4em !important;
  }
}
.blog-details .details-container h3 {
  font-size: 20px;
}

.alternative-headline h1,
.alternative-headline h2,
.alternative-headline h3,
.alternative-headline h4,
.alternative-headline h5,
.alternative-headline h6 {
  color: #124777;
}

/** Accordion Tab height **/
.single_toggle {
  position: unset !important;
}

/* Blog Sidebar Author */
.blog-sidebar .author-image {
  margin: 40px 0 20px 0;
}

.blog-sidebar .author-header h2 {
  color: #73c0c6;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.blog-sidebar .author-header h3 {
  color: #124877;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
}

.blog-sidebar .author-header p {
  margin-top: 0;
}

.blog-sidebar .author-bio {
  margin-top: 15px;
  line-height: 19px;
}

.blog-sidebar .author-list {
  margin-top: 20px;
}

.blog-sidebar .author-list strong {
  color: #707070;
}

.blog-sidebar .author-list p {
  margin-bottom: 0;
}

.blog-sidebar .author-list ul {
  padding: 0;
  margin: 0;
}

.blog-sidebar .author-social {
  margin-top: 20px;
}

.blog-sidebar .author-social img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .blog-sidebar .author-image img {
    min-width: 100%;
  }
}
/**footer logo **/
.home #block-9 {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .home #block-9 {
    padding: 10px;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  font-size: 14px;
}
body.modal-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

ul.disc,
.entry-content-wrapper ul {
  list-style-type: none;
  margin-left: 0;
}
ul.disc li,
.entry-content-wrapper ul li {
  position: relative;
}
ul.disc li:before,
.entry-content-wrapper ul li:before {
  content: "■";
  color: #73c0c6;
  position: absolute;
  left: -13px;
  margin-top: -1px;
}

.background-transparent {
  background: transparent !important;
}

.mmo-toggle-close {
  z-index: 5;
  cursor: pointer;
}

.av-rotator-text-single {
  background: transparent !important;
}

#top .flex_column_table_cell {
  min-height: 370px;
}
@media only screen and (min-width: 768px) {
  #top .flex_column_table_cell {
    height: 370px;
  }
}

.drcl-toggle {
  width: auto;
  top: 200px !important;
  top: 300px;
  background: #f5f4f4;
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 0;
  transform-origin: 100% 0;
  line-height: 40px;
  padding: 0 12px;
  border: solid 2px white;
}
@media only screen and (min-width: 1310px) {
  .drcl-toggle {
    position: fixed !important;
    right: 40px !important;
  }
}
.drcl-toggle:hover {
  color: var(--main-color-secondary);
  background: #f5f4f4;
}

@media only screen and (max-width: 767px) {
  .background-underflow .avia-image-container {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .overlap-top-150 {
    margin-top: -150px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: uppercase;
}

#top .htIconboxNoIcon header .iconbox_content_title {
  font-weight: 500;
}

.avia-section {
  min-height: 0;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#top img {
  border-radius: 0;
}

#top .avia-button-wrap .avia-button:hover {
  opacity: 1;
}
#top .avia-button-wrap .avia-button:hover .avia_iconbox_title {
  color: #73c1c6;
}

#top .blog-teaser-tiles .first-column .avia-button-wrap .avia-button:hover .avia_iconbox_title {
  color: white;
}

.avia-promocontent p {
  font-weight: 100;
}

.h1_bigger h1 {
  font-size: 25px !important;
}
@media screen and (min-width: 768px) {
  .h1_bigger h1 {
    font-size: 64px !important;
  }
}

.h1_big h1 {
  font-size: 30px !important;
}
@media screen and (min-width: 768px) {
  .h1_big h1 {
    font-size: 50px !important;
  }
}

.h1_medium h1 {
  font-size: 30px !important;
}

.h1_small h1 {
  font-size: 20px !important;
}

.h2_bigger h2 {
  font-size: 25px !important;
}
@media screen and (min-width: 768px) {
  .h2_bigger h2 {
    font-size: 64px !important;
  }
}

.h2_big h2 {
  font-size: 30px !important;
}
@media screen and (min-width: 768px) {
  .h2_big h2 {
    font-size: 50px !important;
  }
}

.h2_medium h2 {
  font-size: 30px !important;
}

.h2_small h2 {
  font-size: 20px !important;
}

.h3_bigger h3 {
  font-size: 25px !important;
}
@media screen and (min-width: 768px) {
  .h3_bigger h3 {
    font-size: 64px !important;
  }
}

.h3_big h3 {
  font-size: 30px !important;
}
@media screen and (min-width: 768px) {
  .h3_big h3 {
    font-size: 50px !important;
  }
}

.h3_medium h3 {
  font-size: 30px !important;
}

.h3_small h3 {
  font-size: 20px !important;
}

.h4_bigger h4 {
  font-size: 25px !important;
}
@media screen and (min-width: 768px) {
  .h4_bigger h4 {
    font-size: 64px !important;
  }
}

.h4_big h4 {
  font-size: 30px !important;
}
@media screen and (min-width: 768px) {
  .h4_big h4 {
    font-size: 50px !important;
  }
}

.h4_medium h4 {
  font-size: 30px !important;
}

.h4_small h4 {
  font-size: 20px !important;
}

@media only screen and (min-width: 768px) {
  div.av_one_third {
    margin-left: 5%;
  }
}
.background-underflow {
  position: relative;
  z-index: 10;
  margin-top: -200px;
}
@media only screen and (min-width: 768px) {
  .background-underflow {
    margin-top: -100px;
  }
}
.background-underflow h2 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .background-underflow h2 {
    font-size: 26px;
  }
}
.background-underflow .av-special-heading {
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  .background-underflow .av-special-heading {
    margin-left: -20px;
  }
}
.background-underflow .flex_column:empty {
  display: none;
}
@media only screen and (min-width: 768px) {
  .background-underflow .av-special-heading {
    padding-right: 10px;
  }
  .background-underflow .column-top-margin {
    margin-top: 15px;
  }
  .background-underflow .overlap {
    margin-top: -68% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .background-underflow .overlap {
    margin-top: -80% !important;
  }
}
.background-underflow:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 20%;
  z-index: 0;
  height: 400px;
  background-color: #f5f4f4;
}
@media only screen and (min-width: 768px) {
  .background-underflow:after {
    top: 0;
    left: 0;
    right: 8%;
    height: 260px;
  }
}
@media only screen and (min-width: 1440px) {
  .background-underflow:after {
    right: calc((100vw - 1310px) / 2 + 100px);
  }
}

/*@media only screen and (max-width: 767px){
  #av_section_4, #av_section_6, #av_section_7, #av_section_8, #av_section_9, #av_section_10{

    .avia-builder-el-29, .avia-builder-el-44, .avia-builder-el-49, .avia-builder-el-50,
    .avia-builder-el-56.avia-builder-el-59, .avia-builder-el-61, .avia-builder-el-62,
    .avia-builder-el-68, .avia-builder-el-79, .avia-builder-el-89, .avia-builder-el-91{
      display: none;
    }
    .avia-builder-el-60{
      margin-top: 0;
    }
    .avia-builder-el-69{
      margin-top: 10px !important;
    }
    .avia-builder-el-79{
      margin-top: 20px;
    }
    .avia-builder-el-72{
      padding-bottom: 10px;
    }
    .avia-builder-el-82{
      padding-left: 0 !important;
      margin-bottom: 0 !important;
    }
    .avia-builder-el-84{
      padding-top: 0 !important;
    }
  }
}*/
@media only screen and (max-width: 767px) {
  #av_section_7 .flex_column {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  #av_section_7 .flex_column .avia_image {
    width: 73%;
  }
  #av_section_7.htColorBottom {
    background: linear-gradient(to bottom, #ffffff 25%, #73c1c6 25%, #73c1c6 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive #top #wrap_all .av-flex-cells .no_margin {
    height: 380px !important;
    overflow: visible !important;
  }
}
.teaser-background {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .teaser-background {
    margin-bottom: 160px;
  }
}
@media (min-width: 1024px) {
  .teaser-background {
    margin-bottom: 60px;
  }
}
.teaser-background .flex_cell {
  padding: 0;
  height: 380px;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .teaser-background .flex_cell {
    margin-bottom: 0 !important;
  }
}
.teaser-background .flex_cell .flex_cell_inner {
  display: flex;
  margin-top: 50% !important;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .teaser-background .flex_cell .flex_cell_inner {
    margin-top: 0 !important;
    padding-bottom: 0;
  }
}
.teaser-background .flex_cell .flex_cell_inner .flex_column {
  padding: 2em;
  background-color: var(--main-color-secondary);
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: -25px;
  height: 19em;
}
@media (min-width: 425px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column {
    height: 17em;
  }
}
@media (min-width: 768px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column {
    height: 16em;
  }
}
@media (min-width: 868px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column {
    height: 15em;
  }
}
@media (min-width: 898px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column {
    height: 14em;
  }
}
@media (min-width: 1024px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column {
    height: 18em;
  }
}
@media (min-width: 1220px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column {
    height: 16em;
  }
}
@media (min-width: 1440px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column {
    height: 15em;
  }
}
.teaser-background .flex_cell .flex_cell_inner .flex_column h3 {
  hyphens: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column h3 {
    font-size: 14px;
  }
}
.teaser-background .flex_cell .flex_cell_inner .flex_column .av-subheading {
  margin-bottom: 1em;
}
.teaser-background .flex_cell .flex_cell_inner .flex_column .avia-button-wrap .avia-button {
  background: #fff !important;
  box-shadow: 9px 9px 0px #73c1c6;
  border-radius: 0;
  border: 0;
  font-family: var(--font-heading);
  font-size: 20px;
  text-transform: uppercase;
  color: var(--main-color-secondary) !important;
  padding: 8px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser-background .flex_cell .flex_cell_inner .flex_column .avia-button-wrap .avia-button {
    font-size: 16px;
  }
}
.teaser-background .flex_cell .flex_cell_inner .flex_column .avia-button-wrap .avia-button:hover {
  background: #fff;
  color: var(--main-color-secondary);
}
.teaser-background .flex_cell .flex_cell_inner .flex_column .avia-button-wrap .avia-button .avia_button_background {
  display: none !important;
}

.flex_column.accent {
  background: var(--alternate-bg-color2);
  border-bottom: solid 8px var(--legacy-main-color);
}

.blog-slider .flex-direction-nav li {
  background: var(--alternate-bg-color2);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-slider .flex-direction-nav li a {
  aspect-ratio: 132/255;
  width: 100%;
  height: 100%;
}
.blog-slider .flex-direction-nav li.flex-nav-prev {
  padding-left: 8px;
  padding-right: 0;
}
.blog-slider .flex-direction-nav li.flex-nav-next {
  padding-left: 12px;
  padding-right: 0;
}

.blog-slider .av-equal-height-column,
.blog-slider .slide-entry,
.avia-content-slider .av-equal-height-column,
.avia-content-slider .slide-entry {
  border-bottom: solid 8px var(--legacy-main-color);
}

.avia-content-slider.no-accent .av-equal-height-column,
.avia-content-slider.no-accent .slide-entry {
  border-bottom: none;
}

.responsive #top #wrap_all .half-image .container {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .half-image .container {
    max-width: 100%;
  }
}
.responsive #top #wrap_all .half-image .avia-image-container.avia-align-right {
  margin-left: 0;
  margin-top: 0;
}
.responsive #top #wrap_all .half-image .avia-image-container.avia-align-left {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  #top .avia-section .flex_column_table .flex_column.av_one_half > .avia-video {
    min-height: 370px;
    margin-bottom: 0;
  }
}
.togglecontainer .toggler,
.togglecontainer .toggler.activeTitle:hover {
  border-color: #f5f4f4; /*white smoke*/
  background-color: white;
  color: #73c1c6; /*Moonstone Blue*/
  font-family: archivo-black, "Archivo Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  padding: 9px 40px 9px 15px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 768px) {
  .togglecontainer .toggler,
  .togglecontainer .toggler.activeTitle:hover {
    padding-left: 35px;
  }
}
.togglecontainer .toggler.activeTitle,
.togglecontainer .toggler:hover {
  border-color: #73c1c6; /*Moonstone Bluee*/
  background-color: #73c1c6; /*Moonstone Blue*/
  color: white;
}
.togglecontainer .toggle_content {
  border: 1px solid #f5f4f4; /*white smoke*/
  margin-bottom: -1px;
  line-height: 1.64em;
}
.togglecontainer .activeTitle .toggle_icon .vert_icon,
.togglecontainer .activeTitle .toggle_icon .hor_icon,
.togglecontainer .toggler:hover .toggle_icon .vert_icon,
.togglecontainer .toggler:hover .toggle_icon .hor_icon {
  border-color: white;
}
.togglecontainer .activeTitle:hover .toggle_icon .vert_icon,
.togglecontainer .activeTitle:hover .toggle_icon .hor_icon {
  border-color: #73c1c6; /*Moonstone Blue*/
}
.togglecontainer .toggle_icon {
  border: none;
  left: auto;
  right: 10px;
  width: 20px;
  height: 20px;
}
.togglecontainer .toggle_icon .vert_icon {
  border-color: #73c1c6; /*Moonstone Blue*/
  border-left-width: 2px;
  height: 20px;
  left: 10px;
  top: -4px;
}
.togglecontainer .toggle_icon .hor_icon {
  border-color: #73c1c6; /*Moonstone Blue*/
  border-top-width: 2px;
  width: 20px;
}
.togglecontainer.accent-toggle .toggler,
.togglecontainer.accent-toggle .toggler.activeTitle:hover {
  border-color: #f5f4f4; /*white smoke*/
  background-color: #0e4878;
  color: #fff; /*White*/
}
.togglecontainer.accent-toggle .toggler.activeTitle,
.togglecontainer.accent-toggle .toggler:hover {
  border-color: #0e4878; /*Moonstone Bluee*/
  background-color: #0e4878; /*Moonstone Blue*/
  color: white;
}
.togglecontainer.accent-toggle .toggle_content {
  border: 1px solid #f5f4f4; /*white smoke*/
}

#top .alternate_color .av-minimal-toggle.togglecontainer .toggler,
#top .alternate_color .av-minimal-toggle.togglecontainer .toggler.activeTitle:hover {
  border-color: #e1f8f6; /*white smoke*/
  background-color: #e1f8f6;
  color: #0e4878; /*Moonstone Blue*/
  font-family: archivo-black, "Archivo Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  padding: 9px 40px 9px 15px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#top .alternate_color .av-minimal-toggle.togglecontainer .toggler.activeTitle,
#top .alternate_color .av-minimal-toggle.togglecontainer .toggler:hover {
  border-color: #e1f8f6 !important; /*Moonstone Bluee*/
  background-color: #e1f8f6 !important; /*Moonstone Blue*/
  color: #0e4878 !important;
}
#top .alternate_color .av-minimal-toggle.togglecontainer .toggle_content {
  border: 1px solid #e1f8f6; /*white smoke*/
  margin-bottom: -1px;
  line-height: 1.64em;
}
#top .alternate_color .av-minimal-toggle.togglecontainer .activeTitle .toggle_icon .vert_icon,
#top .alternate_color .av-minimal-toggle.togglecontainer .activeTitle .toggle_icon .hor_icon,
#top .alternate_color .av-minimal-toggle.togglecontainer .toggler:hover .toggle_icon .vert_icon,
#top .alternate_color .av-minimal-toggle.togglecontainer .toggler:hover .toggle_icon .hor_icon {
  border-color: #0e4878 !important;
}
#top .alternate_color .av-minimal-toggle.togglecontainer .activeTitle:hover .toggle_icon .vert_icon,
#top .alternate_color .av-minimal-toggle.togglecontainer .activeTitle:hover .toggle_icon .hor_icon {
  border-color: #0e4878 !important; /*Moonstone Blue*/
}
#top .alternate_color .av-minimal-toggle.togglecontainer .toggle_icon {
  border: none;
  left: auto;
  right: 10px;
  width: 20px;
  height: 20px;
}
#top .alternate_color .av-minimal-toggle.togglecontainer .toggle_icon .vert_icon {
  border-color: #0e4878 !important; /*Moonstone Blue*/
  border-left-width: 2px;
  height: 20px;
  left: 10px;
  top: -4px;
}
#top .alternate_color .av-minimal-toggle.togglecontainer .toggle_icon .hor_icon {
  border-color: #0e4878 !important; /*Moonstone Blue*/
  border-top-width: 2px;
  width: 20px;
}

@media only screen and (min-width: 900px) {
  #top .mmo-overlay-container {
    padding-left: 22.5%;
    padding-right: 22.5%;
  }
}
#top .mmo-overlay ul {
  margin-left: 0;
}
#top .mmo-overlay li a {
  line-height: 1.2em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#top.search #main .template-search.content {
  padding-top: 20%;
}
@media only screen and (min-width: 426px) {
  #top.search #main .template-search.content {
    padding-top: 25%;
  }
}
@media only screen and (min-width: 500px) {
  #top.search #main .template-search.content {
    padding-top: 30%;
  }
}
@media only screen and (min-width: 768px) {
  #top.search #main .template-search.content {
    padding-top: 200px;
  }
}
#top.search #main .template-search .pagination {
  padding-left: 0;
}
#top.search #main .template-search .pagination .current,
#top.search #main .template-search .pagination a {
  margin-right: 6px;
}
#top.search #main .template-search.content .entry-content-wrapper {
  padding-left: 0;
}
#top.search #main .template-search.content .entry-content-wrapper .entry-content strong {
  font-weight: 600;
  font-family: archivo-black, "Archivo Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
#top.search #main .main_color {
  background-color: white;
}
#top.search #main .fullsize .author-extra-border {
  display: none;
}
#top.search #main .page-heading-container {
  border: none;
}
#top.search #main .search_not_found h3,
#top.search #main .search_not_found .widget {
  display: none;
}
#top.search #main .search-result-counter {
  display: none;
}
#top.search #main #searchform {
  clear: both;
}
#top.search #main #searchform div {
  left: 15px;
  bottom: 15px;
  max-width: 200px;
}
@media only screen and (min-width: 550px) {
  #top.search #main #searchform div {
    left: auto;
    bottom: auto;
    right: 15px;
    top: 15px;
    position: absolute !important;
  }
}
#top.search #main #searchform #searchsubmit {
  background-color: #73c1c6; /*Moonstone Blue*/
  height: 100%;
}
#top.search #main .search_form_field {
  background-color: #124877; /*Dark Cerulean*/
}
#top.search #main .search_form_field p {
  display: none;
}
#top.search #main .search_form_field h4 {
  padding: 30px 0;
  color: white;
  font-size: 16px;
  font-family: archivo-black, "Archivo Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  width: 140px;
  left: 15px;
  position: relative;
}
@media only screen and (min-width: 550px) {
  #top.search #main .search_form_field h4 {
    padding: 15px 0;
    float: left;
    line-height: 35px;
    font-size: 15px;
    width: 220px;
  }
}
@media only screen and (min-width: 900px) {
  #top.search #main .search_form_field h4 {
    font-size: 16px;
    width: 270px;
  }
}

#top .iconbox .iconbox_content {
  border-radius: 0;
  box-shadow: none;
}
#top .iconbox .iconbox_content .iconbox_content_title {
  margin-bottom: 10px;
}
#top .iconbox.htIconboxNoIcon {
  margin-top: 15px;
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #top .iconbox.htIconboxNoIcon {
    max-width: calc(50% - 10px);
  }
  #top .iconbox.htIconboxNoIcon.iconbox_top.main_color.avia-builder-el-93.el_after_av_icon_box.el_before_av_icon_box, #top .iconbox.htIconboxNoIcon.iconbox_top.main_color.avia-builder-el-95.el_after_av_icon_box.el_before_av_hr {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  #top .iconbox.htIconboxNoIcon {
    max-width: calc(35% - 10px);
  }
  #top .iconbox.htIconboxNoIcon.iconbox_top.main_color.avia-builder-el-93.el_after_av_icon_box.el_before_av_icon_box, #top .iconbox.htIconboxNoIcon.iconbox_top.main_color.avia-builder-el-95.el_after_av_icon_box.el_before_av_hr {
    margin-right: 30.25%;
  }
}
@media only screen and (max-width: 375px) {
  #top #after_section_4 .avia-button {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 0.9em;
  }
  #top #after_section_4 .avia-button .avia_iconbox_title {
    font-size: 20px;
    font-weight: normal;
  }
}
#top .boxWithShadow {
  background-color: #124877;
  box-shadow: 25px 25px 0px #f5f4f4;
  max-width: 300px;
}
@media only screen and (min-width: 600px) {
  #top .boxWithShadow {
    max-width: 100% !important;
  }
  #top .boxWithShadow.contact {
    max-width: 300px !important;
  }
}
#top .boxWithShadow section:last-child .team-member-description {
  padding-bottom: 10px;
}
#top .boxWithShadow .iconbox_content {
  padding: 20px;
}
#top .boxWithShadow .iconbox_content a {
  text-decoration: none;
}
#top .boxWithShadow .iconbox_icon {
  display: none;
}
#top .contact .iconlist-char {
  display: none;
}
#top .contact .avia-icon-list-container {
  margin-top: 0;
}
#top .contact h3 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 20px;
  margin-bottom: 0;
}
#top .contact .avia-icon-list p {
  margin-top: 5px;
  line-height: 18px;
}
#top .contact .avia-icon-list .iconlist_title {
  text-transform: none;
  font-family: open-sans, "Open Sans", sans-serif;
}
#top .contact .avia-icon-list .iconlist_icon {
  margin-right: 0;
  margin-left: 10px;
  font-size: 40px;
  background-image: url("assets/icons/dr-icon8.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}
#top .contact .avia-icon-list li {
  padding: 0;
}
#top .contact .iconlist-timeline {
  display: none;
}
#top .avia-team-member {
  margin: 10px 0;
}
#top .avia-team-member a {
  text-decoration: none;
  min-height: 24px;
  display: inline-block;
  line-height: 24px;
}
#top .avia-team-member a:hover {
  text-decoration: underline;
}
#top .team-img-container {
  width: 25%;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}
#top .team-img-container img {
  border-radius: 0;
  max-width: 80%;
}
#top h3.team-member-name {
  float: left;
  text-transform: none;
  font-family: open-sans, "Open Sans", sans-serif;
  font-size: 14px;
  width: 75%;
  padding: 0 15px;
  margin-top: 0;
  letter-spacing: normal;
}
#top .team-member-description {
  width: 75%;
  float: right;
  padding-left: 15px;
}
#top .team-member-description p {
  font-size: 13px;
  margin-top: 2px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  #top #wrap_all #av_section_6 .flex_column.avia-builder-el-83 {
    margin-bottom: 30px;
  }
  #top #wrap_all #av_section_9 .slideContainer .flex_column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #top #wrap_all #av_section_9 .slideContainer .flex_column.avia-builder-el-121 {
    padding-right: 0 !important;
  }
  #top #wrap_all #av_section_9 .slideContainer .flex_column.avia-builder-el-121 .slide-entry.flex_column {
    padding-left: 0 !important;
  }
}
body div.slide {
  clear: none;
}

.slider-holder .flex-viewport .flex_column {
  opacity: 1 !important;
}

.responsive #top #wrap_all .flexslider .container {
  max-width: none;
  width: 100%;
}
.responsive #top #wrap_all .flexslider .container div.flex_column {
  clear: none;
}
.responsive #top #wrap_all .flexslider .container ol {
  list-style: none;
  text-align: center;
  margin: 10px;
}
.responsive #top #wrap_all .flexslider .container ol li {
  display: inline-block;
  margin: 0 5px;
  padding-top: 5px;
}
.responsive #top #wrap_all .flexslider .container ol li a {
  width: 15px;
  height: 15px;
  font-size: 0;
  border: 1px solid #73c0c6;
  border-radius: 100%;
  display: inline-block;
}
.responsive #top #wrap_all .flexslider .container ol li a.flex-active {
  background: #73c0c6;
  width: 21px;
  height: 21px;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

body .half-image .htHero.with-image-focus {
  position: relative;
  bottom: auto;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  body .half-image .htHero.with-image-focus {
    position: absolute;
    bottom: -10px;
    margin-top: 50px;
  }
}
.is--windows body#top .av-special-heading-tag {
  padding-top: 0;
  padding-bottom: 0;
}
.is--windows body .htHero .htHeroHeading {
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .is--windows body .htHero .htHeroHeading {
    margin-bottom: 0 !important;
  }
}
.is--windows body .htHero .av-subheading_above {
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  .is--windows body .htHero .av-subheading_above {
    margin-left: -10px;
  }
}
.is--windows body .htHero .av-special-heading {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .is--windows body .htHero .av-special-heading-tag {
    font-size: 74px;
    line-height: 78px;
  }
}

body#top .htHero .htHeroHeading {
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  body#top .htHero .htHeroHeading {
    margin-bottom: 0 !important;
  }
}
body#top .htHero .avia-slideshow {
  margin-top: 0;
}
body#top .htHero .av-special-heading, body#top .htHero.av-special-heading {
  padding-top: 5px;
  padding-bottom: 3px !important;
  border-left: solid 8px var(--legacy-main-color);
}
@media only screen and (min-width: 768px) {
  body#top .htHero .av-special-heading, body#top .htHero.av-special-heading {
    padding-top: 3px;
    border-left: solid 10px var(--legacy-main-color);
  }
}
body#top .htHero .av-special-heading-tag {
  line-height: normal !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 25px;
  line-height: 1em;
  background: var(--main-color-secondary);
  color: white;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
body#top .htHero .av-special-heading-tag span.special_amp {
  font-family: inherit;
  font-style: normal;
}
@media only screen and (min-width: 480px) {
  body#top .htHero .av-special-heading-tag {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  body#top .htHero .av-special-heading-tag {
    font-size: 64px;
  }
}
body#top .htHero .av-subheading {
  padding-left: 0;
  line-height: 0.9em;
}
body#top .htHero .av-subheading p {
  font-size: 15px;
  padding-left: 14px;
  padding-right: 17px;
  margin-top: -3px;
  line-height: 13px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only screen and (max-width: 479px) {
  body#top .htHero .av-subheading p {
    font-size: 10px;
    padding: 4px 9px;
  }
}
@media only screen and (max-width: 767px) {
  body#top .htHero .av-subheading p {
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    display: inline;
    line-height: 18px;
  }
}
body#top .htHero .av-subheading.av-subheading_above {
  margin-bottom: 4px;
  margin-left: 0;
  /* IE11 + IE10 */
  /* EDGE */
  /*@supports (-ms-ime-align:auto) {
    margin-left: -20px;
  }

  @media screen and (max-width: 767px) {
    margin-left: 0;
  }

  @media screen and (min-width: 480px) {
    margin-bottom: 5px;
  }

  @media screen and (min-width: 768px) {
    margin-bottom: 6px;
  }*/
}
@media all and (-ms-high-contrast: none) {
  body#top .htHero .av-subheading.av-subheading_above {
    margin-left: -20px;
  }
}

body .half-image .htHero {
  position: absolute;
  bottom: 40px;
  left: 30px;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  body#top .av_promobox h3 {
    font-weight: 200;
  }
}
.responsive #top {
  line-height: 1em;
}

.avia-slideshow-dots.avia-slideshow-controls {
  display: none;
}

#top .av_slideshow_full.av-control-default .avia-slideshow-arrows a {
  margin-top: -100px !important;
}

@media screen and (max-width: 767px) {
  .responsive #top #main .container_wrap:first-child {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 424px) {
  .responsive #top #main .container_wrap:first-child {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 374px) {
  .responsive #top #main .container_wrap:first-child {
    margin-bottom: -25px;
  }
}

.avia-slideshow .slider-toggle {
  border: 0;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 1000;
  background: var(--main-color-secondary);
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1458px) {
  .avia-slideshow .slider-toggle {
    right: 0;
  }
}
.avia-slideshow .slider-toggle span {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--main-color-secondary);
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body#top .htHeroSlider::before {
  content: "";
  background: white;
  display: block;
  height: 100%;
  position: absolute;
  top: -90%;
  width: 200%;
  left: -50%;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
body#top .htHeroSlider .avia-slide-wrap {
  padding-bottom: 125px;
}
body#top .htHeroSlider .avia-slideshow {
  max-width: 1452px;
  margin: auto;
}
@media screen and (max-width: 320px) {
  body#top .htHeroSlider .slideshow_inner_caption {
    padding: 0 0 15px 15px;
  }
}
@media screen and (min-width: 375px) {
  body#top .htHeroSlider .slideshow_inner_caption {
    padding: 0 0 40px 15px;
  }
}
@media screen and (min-width: 425px) {
  body#top .htHeroSlider .slideshow_inner_caption {
    padding: 0 0 80px 15px;
  }
}
@media screen and (min-width: 768px) {
  body#top .htHeroSlider .slideshow_inner_caption {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  body#top .htHeroSlider .slideshow_inner_caption {
    padding: 0 50px;
  }
}
body#top .htHeroSlider .slideshow_inner_caption h2.avia-caption-title {
  line-height: 2.5em;
  font-size: 15px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff !important;
  color: black;
  padding: 0.8em;
  letter-spacing: 0.4em;
  display: inline;
  margin: 0;
  font-family: open-sans, "Open Sans";
  text-transform: uppercase;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  -moz-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}
@media all and (-ms-high-contrast: none) {
  body#top .htHeroSlider .slideshow_inner_caption h2.avia-caption-title {
    line-height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  body#top .htHeroSlider .slideshow_inner_caption h2.avia-caption-title {
    font-size: 12px !important;
    padding: 3px;
    display: inline;
    line-height: 1.5em;
  }
}
body#top .htHeroSlider .slideshow_inner_caption .avia-caption-content {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  body#top .htHeroSlider .slideshow_inner_caption .avia-caption-content {
    margin-top: 4px;
  }
}
body#top .htHeroSlider .slideshow_inner_caption .avia-caption-content > p {
  line-height: normal;
  font-size: 64px;
  line-height: 1.05em;
  text-transform: uppercase;
  font-family: archivo-black, "Archivo black";
  margin: 0;
  padding: 0 3px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  background: var(--main-color-secondary) !important;
  color: white;
  display: inline;
  box-shadow: 10px 0 0 var(--main-color-secondary), -10px 0 0 var(--main-color-secondary);
  -webkit-box-shadow: 10px 0 0 var(--main-color-secondary), -10px 0 0 var(--main-color-secondary);
  -moz-box-shadow: 10px 0 0 var(--main-color-secondary), -10px 0 0 var(--main-color-secondary);
}
@media screen and (max-width: 767px) {
  body#top .htHeroSlider .slideshow_inner_caption .avia-caption-content > p {
    font-size: 25px;
    padding: 2px 0;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
}

.htColorBottom {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 60%, rgb(115, 193, 198) 60%, rgb(115, 193, 198) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 60%, rgb(115, 193, 198) 60%, rgb(115, 193, 198) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 60%, rgb(115, 193, 198) 60%, rgb(115, 193, 198) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#73c1c6",GradientType=0 );
}

.dr-color-bottom-gray {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 50%, rgb(245, 244, 244) 50%, rgb(245, 244, 244) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 50%, rgb(245, 244, 244) 50%, rgb(245, 244, 244) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgb(245, 244, 244) 50%, rgb(245, 244, 244) 100%);
  background-color: white;
  border: none;
}

.av-special-heading-tag span.special_amp {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

#top .secondary-headline h1.av-special-heading-tag,
#top .secondary-headline h2.av-special-heading-tag,
#top .secondary-headline h3.av-special-heading-tag,
#top .secondary-headline h4.av-special-heading-tag,
#top .secondary-headline h5.av-special-heading-tag,
#top .secondary-headline h6.av-special-heading-tag {
  font-family: open-sans, "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  letter-spacing: 5px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#top #wrap_all .custom-color-heading .av-special-heading-tag {
  color: var(--main-color-secondary);
}
#top #wrap_all .custom-color-heading.custom-color-headline .av-special-heading-tag {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .small-collumn-space .av_one_half {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .small-collumn-space .av_one_half.right-to-left {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .small-collumn-space .av_one_half.first {
    margin-left: 0;
  }
}

.av-subheading.av-subheading_above {
  letter-spacing: 2px;
}

.av-subheading.av-subheading_below {
  letter-spacing: 2px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.av-subheading.av-subheading_below p {
  font-size: 12px;
  line-height: 1.3em;
}

.av_promobox .avia-button {
  font-family: var(--font-heading);
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .av_promobox .avia-button.avia-size-large {
    margin-top: -29px;
  }
}
.av_promobox .avia-button:hover {
  background: var(--main-color-secondary);
  opacity: 1;
}

#top .dr-button .avia-button {
  background: none;
  border: none;
  border-radius: 0;
  color: #124877;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#top .dr-button .avia-button:hover {
  background: none;
}
#top .dr-button .avia-button .avia_button_icon {
  display: none;
}
#top .dr-button .avia-button span.avia_iconbox_title:before {
  content: ">> ";
}
#top #wrap_all #main .av_promobox .avia-button-wrap a.avia-button:hover .avia_iconbox_title {
  background: none;
}
#top #wrap_all #main .av_promobox .avia-button-wrap a.avia-button .avia_iconbox_title::-moz-selection {
  background-color: var(--main-color-secondary);
  color: #ffffff;
}
#top #wrap_all #main .av_promobox .avia-button-wrap a.avia-button .avia_iconbox_title::selection {
  background-color: var(--main-color-secondary);
  color: #ffffff;
}
#top .avia-button-right {
  float: left;
}
#top .avia-button-right.avia-builder-el-last {
  position: absolute;
  margin-left: 7%;
  left: 0;
  bottom: 10px;
}
#top .avia-button-right.avia-builder-el-last.el_after_av_textblock {
  margin-left: 20px;
}
#top .avia-button-right.avia-builder-el-last a.avia-button {
  border-radius: 0;
  color: #fff;
  font-family: var(--font-heading);
  display: inline-block;
  padding: 8px 25px;
  border: none !important;
  background: var(--main-color-secondary);
  text-transform: uppercase;
  text-decoration: none;
}
#top .avia-button-right .avia_iconbox_title {
  font-weight: bold;
  color: #fff;
}
#top .avia-button-right .avia-color-light .avia_iconbox_title {
  color: #ffffff;
}
#top .stiftungen .avia-button-right,
#top .stiftungen .avia-button-right.avia-builder-el-last {
  margin-left: 0;
}
#top a.more-link,
#top .avia-button-right a.avia-button {
  border-radius: 0;
  color: #fff;
  font-family: var(--font-heading);
  display: inline-block;
  padding: 8px 25px;
  border: none !important;
  background: var(--main-color-secondary);
  text-transform: uppercase;
  text-decoration: none;
}
#top a.more-link:hover,
#top .avia-button-right a.avia-button:hover {
  color: #73c1c6;
  background: var(--main-color-secondary);
}
#top a.more-link {
  margin: 0 !important;
  width: auto !important;
}
#top a.more-link span {
  display: none;
}

.main_color .avia_ajax_form input[type=submit] {
  background-color: var(--main-color-secondary);
}

@media only screen and (max-width: 767px) {
  .dr-newsletter {
    width: 100vw;
    margin-left: -7.5vw;
    margin-bottom: 0;
  }
}
.dr-newsletter h1, .dr-newsletter h2, .dr-newsletter h3, .dr-newsletter h4, .dr-newsletter h5, .dr-newsletter h6 {
  margin-bottom: 0;
}
.dr-newsletter p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .dr-newsletter .avia-promocontent {
    margin-right: 300px;
  }
}

.flex_column.blog-kasten article.post-entry a.slide-image {
  display: none !important;
}

.flex_column.blog-kasten .av-special-heading {
  display: none;
}

.flex_column.blog-kasten .avia-content-slider,
.flex_column.blog-kasten .avia-content-slider-inner,
.flex_column.blog-kasten .slide-entry-wrap,
.flex_column.blog-kasten article.slide-entry {
  position: static !important;
}

.flex_column.blog-kasten .post-entry .read-more-link {
  display: block !important;
}

#top .blog-teaser-tiles .flex_column_table_cell {
  height: 430px;
}
#top .blog-teaser-tiles .avia-content-slider,
#top .blog-teaser-tiles .avia-content-slider > div,
#top .blog-teaser-tiles .avia-content-slider > div > div {
  height: 100%;
}
#top .blog-teaser-tiles .first-column img {
  max-width: 120px;
  margin-bottom: 20px;
}
#top .blog-teaser-tiles .first-column .post-entry h3 {
  color: white;
}
#top .blog-teaser-tiles .first-column .post-entry .slide-entry-excerpt.entry-content {
  color: #164876;
}
#top .blog-teaser-tiles .third-column img {
  max-width: 120px;
  margin-bottom: 20px;
}
#top .blog-teaser-tiles .third-column .post-entry h3 {
  color: white;
}
#top .blog-teaser-tiles .third-column .post-entry .slide-entry-excerpt.entry-content {
  color: white;
  line-height: 1.64em;
}
#top .blog-teaser-tiles .third-column .post-entry .more-link {
  color: white;
}
#top .blog-teaser-tiles .third-column .post-entry .more-link:before {
  color: white;
}
#top .blog-teaser-tiles .post-entry {
  padding-right: 30px;
  height: auto !important;
}
#top .blog-teaser-tiles .post-entry .slide-image {
  border: none;
  min-height: 0;
  background: none;
  max-width: 120px;
  margin-left: 0;
}
#top .blog-teaser-tiles .post-entry .slide-image .fallback-post-type-icon {
  display: none;
}
#top .blog-teaser-tiles .post-entry h3 {
  font-size: 18px;
  line-height: 18px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#top .blog-teaser-tiles .post-entry .avia-content-slider .slide-entry-wrap {
  margin-bottom: 17px;
}
#top .blog-teaser-tiles .post-entry .avia-content-slider .slide-entry-excerpt {
  overflow: visible;
  padding-bottom: 30px;
}
#top .blog-teaser-tiles .post-entry .blog-categories.minor-meta {
  display: none;
}
#top .blog-teaser-tiles .post-entry .read-more-link {
  display: none;
  text-transform: lowercase;
  position: absolute;
  top: inherit;
  bottom: 0;
  right: 0;
}
#top .blog-teaser-tiles .post-entry footer.entry-footer {
  display: none;
}

@media only screen and (min-width: 1120px) {
  #socket .copyright {
    margin-left: 78%;
    float: none;
  }
}
@media only screen and (max-width: 1025px) {
  #footer .flex_column.first {
    border-width: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #socket .copyright {
    margin-left: 10%;
    float: none;
  }
  .responsive #top #wrap_all #footer .flex_column {
    margin-left: 10%;
    overflow: hidden;
    width: 34vw;
    height: 34vw;
  }
  .responsive #top #wrap_all #footer .flex_column.first {
    margin-top: -5.95vw;
  }
  #footer {
    border-top-width: 100px;
  }
}
@media only screen and (max-width: 550px) {
  #socket .copyright {
    margin-left: 0;
    float: none;
  }
  .responsive #top #wrap_all #footer .flex_column {
    margin-left: 5%;
    width: 38.25vw;
    height: 38.25vw;
  }
  .responsive #top #wrap_all #footer .flex_column:nth-child(odd) {
    margin-left: 0;
  }
}
.archive #footer:before {
  border-left-color: #fff;
}

#footer {
  border-top-style: solid;
  border-top-color: #F5F4F4;
  border-top-width: 0px;
  margin: auto;
  padding-top: 0;
}
#footer .widget {
  margin-top: 0;
}
#footer .widget li {
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#footer .widget li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  #footer .widget {
    margin-top: 30px;
  }
}
#footer:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 100vw solid #f5f4f4;
  border-bottom: 11vw solid var(--footer-color-bg);
  left: 0;
  display: block;
  z-index: 1;
}
#footer .first {
  background: #F5F4F4;
  border: 20px solid #F5F4F4;
  width: calc(25vw - 100px);
  height: calc(25vw - 100px);
  max-height: 228px;
  max-width: 228px;
  margin-top: -4vw;
}
#footer .first .widget_media_image {
  margin: 0;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .first img {
  width: 100%;
}

#main > footer .container .social_bookmarks {
  position: absolute;
  bottom: 60px;
  margin: 0;
  margin-left: -10px;
  max-width: 1310px;
}
@media only screen and (min-width: 768px) {
  #main > footer .container .social_bookmarks {
    margin-left: calc(10% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  #main > footer .container .social_bookmarks {
    margin-left: 0;
    bottom: 20px;
  }
}
#main > footer .container .social_bookmarks li {
  width: 45px;
}
#main > footer .container .social_bookmarks li a::before {
  font-size: 22px;
}

.drcl-toggle-close img,
.mmo-toggle-close img {
  height: 40px;
  width: 40px;
  transition: all 0.5s;
}
.drcl-toggle-close:hover img,
.mmo-toggle-close:hover img {
  height: 50px;
  width: 50px;
}

.hide-contact-btn button.drcl-toggle,
.hide-contact-btn .mmo-open-contact-container {
  display: none;
}

body #header .inner-container .main_menu .av-main-nav-wrap {
  flex: auto;
}
body #header .inner-container .main_menu .av-main-nav-wrap .av-main-nav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
body #header .inner-container .main_menu .menu .menu-item.home, body #header .inner-container .main_menu .menu .menu-item.online-banking {
  display: block;
}
body #header .inner-container .main_menu .menu .menu-item.home a span, body #header .inner-container .main_menu .menu .menu-item.online-banking a span {
  font-size: 8px;
  color: #124877;
}
@media only screen and (min-width: 425px) {
  body #header .inner-container .main_menu .menu .menu-item.home a span, body #header .inner-container .main_menu .menu .menu-item.online-banking a span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  body #header .inner-container .main_menu .menu .menu-item.home a span, body #header .inner-container .main_menu .menu .menu-item.online-banking a span {
    font-size: 15px;
    height: auto;
  }
}
body #header .inner-container .main_menu .menu .menu-item.home {
  margin-top: 4px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  body #header .inner-container .main_menu .menu .menu-item.home {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  body #header .inner-container .main_menu .menu .menu-item.home {
    padding: 0;
    padding-left: 40px;
  }
}
body #header .inner-container .main_menu .menu .menu-item.home a {
  background: url("assets/icons/dr-home.svg") center no-repeat !important;
  padding: 0;
  width: 20px;
  transition: none !important;
}
body #header .inner-container .main_menu .menu .menu-item.home a:hover {
  background-image: url("assets/icons/dr-home-hover.svg") !important;
}
@media only screen and (min-width: 768px) {
  body #header .inner-container .main_menu .menu .menu-item.home a {
    width: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body #header .inner-container .main_menu .menu .menu-item.home a {
    margin-left: 0 !important;
  }
}
body #header .inner-container .main_menu .menu .menu-item.home a span {
  display: none;
}
body #header .inner-container .main_menu .menu .menu-item.online-banking a {
  padding-top: 9px !important;
  padding-left: 0 !important;
  line-height: 1.1 !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  body #header .inner-container .main_menu .menu .menu-item.online-banking a {
    margin-right: 20px !important;
    padding-top: 5px !important;
  }
}
@media only screen and (min-width: 990px) {
  body #header .inner-container .main_menu .menu .menu-item.online-banking a {
    margin-right: 0 !important;
    padding-top: 0 !important;
  }
}
body #header .inner-container .main_menu .menu .menu-item a:hover .avia-menu-text {
  color: var(--main-color-secondary);
}
@media only screen and (min-width: 1500px) {
  body #header .inner-container {
    width: 110%;
  }
}
body #header .inner-container .mmo-toggle svg,
body #header .inner-container .mmo-toggle img {
  height: 30px;
  width: 30px;
}
body #header .inner-container .mmo-main-menu-item {
  float: none;
  padding-left: 5px;
  transition: all 0.5s;
  padding-top: 20px;
  margin-right: -15px;
}
@media only screen and (min-width: 425px) {
  body #header .inner-container .mmo-main-menu-item {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  body #header .inner-container .mmo-toggle svg,
  body #header .inner-container .mmo-toggle img {
    height: 50px;
    width: 50px;
  }
  body #header .inner-container .mmo-main-menu-item {
    float: left;
    padding-left: 40px;
    margin-right: 0;
  }
}
body #header .inner-container .mmo-main-menu-item .mmo-toggle:hover img {
  content: url("assets/icons/menu-icon-hover.svg");
}
body #header .inner-container #menu-item-search a {
  transition: all 0.5s;
  padding-left: 5px !important;
  margin-left: 40px;
}
body #header .inner-container #menu-item-search a svg {
  display: none;
}
@media only screen and (min-width: 425px) {
  body #header .inner-container #menu-item-search a {
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  body #header .inner-container #menu-item-search a {
    padding-left: 20px !important;
  }
}
body #header .inner-container #menu-item-search a::before {
  content: "";
  background-image: url("assets/icons/dr-search-icon.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 20px;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  body #header .inner-container #menu-item-search a::before {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  body #header .inner-container #menu-item-search a::before {
    width: 30px;
  }
}
body #header .inner-container .av-main-nav li a {
  -webkit-transition: 0s;
  transition: 0s;
}
body #header .inner-container .av-main-nav li a:hover {
  color: var(--main-color-secondary);
}
@media only screen and (min-width: 990px) {
  body #header .inner-container .av-main-nav li a {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  body #header .inner-container .av-main-nav li a {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1300px) {
  body #header .inner-container .av-main-nav li a {
    margin-left: 130px;
  }
}
@media only screen and (min-width: 1500px) {
  body #header .inner-container .av-main-nav li a {
    margin-left: 180px;
  }
}
body #header .inner-container .logo {
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  body #header .inner-container .logo {
    height: 228px;
  }
}
body #header .inner-container .logo img {
  padding: 0px 23px;
}

.mmo-overlay .mmo-login-container {
  display: none;
}

@media only screen and (max-width: 767px) {
  .responsive #top .logo {
    display: inline-block;
    height: 30vw !important;
    width: 30vw;
    position: absolute;
  }
  .responsive #top .logo a {
    display: block;
  }
  .responsive #top .logo a img {
    max-width: 100%;
    margin: auto;
    padding: 0 8%;
  }
  .responsive #top #wrap_all .main_menu {
    position: static;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-left: calc(30vw + 4%);
  }
}
.responsive #top .sticky {
  position: fixed !important;
  left: 0;
  right: 0;
  height: 70px;
}
@media only screen and (max-width: 1219px) {
  .responsive #top .sticky .av-main-nav li a {
    height: 70px !important;
  }
}
.responsive #top .sticky .mmo-main-menu-item {
  padding-top: 10px !important;
}
.responsive #top .sticky .mmo-main-menu-item .mmo-toggle-content svg {
  padding: 5px !important;
}
.responsive #top .sticky .av-logo-container {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .responsive #top .sticky .inner-container .logo {
    height: 70px !important;
  }
}
.responsive #top .sticky .logo {
  background-color: #fff !important;
  height: 70px !important;
}
.responsive #top .sticky .logo img {
  width: 228px !important;
}
@media screen and (min-width: 768px) {
  .responsive #top .sticky .logo img {
    padding: 0 40px !important;
  }
}

#header_main {
  background-color: white;
}

@media only screen and (max-width: 1024px) {
  .html_modern-blog #top h1,
  .html_modern-blog #top h2,
  .html_modern-blog #top h3,
  .html_modern-blog #top h4,
  .html_modern-blog #top h5,
  .html_modern-blog #top h6 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media only screen and (min-width: 768px) {
  .html_modern-blog #top .avia-promocontent {
    margin-right: 380px;
  }
  .html_modern-blog #top .avia-promocontent h3 {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
.html_modern-blog #top.archive .main_color {
  background-color: white;
}
.html_modern-blog #top.archive main {
  margin-top: 0;
}
.html_modern-blog #top .post-entry .post-title {
  line-height: 1em;
}
.html_modern-blog #top .post-entry .post-meta-infos {
  position: absolute;
  margin-top: -25px;
}
.html_modern-blog #top #main .container.template-blog {
  padding-top: 200px;
}
.html_modern-blog #top #main .container.template-blog .pagination {
  padding: 0px;
}
.html_modern-blog #top #main .container.template-blog .pagination .current,
.html_modern-blog #top #main .container.template-blog .pagination a {
  margin-right: 6px;
}
.html_modern-blog #top #main .sidebar_right {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .html_modern-blog #top #main .sidebar_right {
    display: block;
    float: left;
  }
  .html_modern-blog #top #main .sidebar_right .inner_sidebar {
    margin-left: 0;
  }
}
.html_modern-blog #top #main .blog-meta {
  display: none;
}
.html_modern-blog #top #main .post_delimiter {
  border: none;
  margin-bottom: 75px;
}
.html_modern-blog #top #main .post-entry-last .post_delimiter {
  margin-bottom: 20px;
}
.html_modern-blog #top #main .pagination {
  padding: 0px;
}
.html_modern-blog #top #main .pagination .current,
.html_modern-blog #top #main .pagination a {
  margin-right: 6px;
}
.html_modern-blog #top .fullsize .template-blog .post .entry-content-wrapper {
  text-align: left;
}
.html_modern-blog #top .multi-big .post_author_timeline,
.html_modern-blog #top .single-small .post_author_timeline {
  display: none;
}
.html_modern-blog #top .post-entry .post-meta-infos time {
  font-family: open-sans, "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: black;
}
.html_modern-blog #top .post-entry .post-meta-infos span {
  display: none;
}
.html_modern-blog #top .more-link-arrow::after {
  display: none;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul,
.widget_custom_html ul,
.sidebar_right .sidebar ul {
  list-style-type: none;
}
.widget_recent_entries li,
.widget_categories li,
.widget_archive li,
.widget_custom_html li,
.sidebar_right .sidebar li {
  border-top: none;
  margin-left: 0;
  font-size: 13px;
}
.widget_recent_entries a,
.widget_recent_entries li a,
.widget_categories a,
.widget_categories li a,
.widget_archive a,
.widget_archive li a,
.widget_custom_html a,
.widget_custom_html li a,
.sidebar_right .sidebar a,
.sidebar_right .sidebar li a {
  color: black;
  font-style: normal;
  font-family: open-sans, "Open Sans", sans-serif;
}

@media only screen and (min-width: 768px) {
  .blog-post-heading {
    margin-left: -30px;
  }
}
.blog-post-heading h1 {
  margin-top: 10px;
}
.blog-post-heading p,
.blog-post-heading h5 {
  font-size: 16px;
  font-family: open-sans, "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: black;
}
.blog-post-heading h5 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.sidebar-blog-post {
  margin-top: 15px;
}
.sidebar-blog-post .avia-builder-widget-area {
  background-color: white;
  width: -webkit-calc(100% + 52px);
  width: -moz-calc(100% + 52px);
  width: -o-calc(100% + 52px);
  width: calc(100% + 52px);
  left: -25px;
  padding-top: 80px;
  margin-top: 20px;
}

.last-section {
  margin-bottom: 80px;
}

.html_elegant-blog #top .post-entry .minor-meta a {
  text-transform: none;
  text-decoration: underline;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.html_elegant-blog #top .post-entry .minor-meta a:hover {
  color: var(--link-hover-color) !important;
}

.html_elegant-blog #top .post-entry .minor-meta {
  text-transform: none;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

#top main .post-password-form,
#top main .post-entry .entry-content-wrapper .avia-builder-el-0 .av_textblock_section {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  #top main .post-password-form,
  #top main .post-entry .entry-content-wrapper .avia-builder-el-0 .av_textblock_section {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  #top main .post-password-form,
  #top main .post-entry .entry-content-wrapper .avia-builder-el-0 .av_textblock_section {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  #top main .post-password-form,
  #top main .post-entry .entry-content-wrapper .avia-builder-el-0 .av_textblock_section {
    margin-top: 80px;
  }
}
#av_section_1.htHero {
  margin-top: 0px;
}

#top input[type=password] {
  font-size: 16px;
}

.main_color input[type=submit] {
  font-family: archivo-black, "Archivo Black", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #73c1c6;
  border: none;
}

.dr-pop-up {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.4);
  overflow: scroll;
}
.dr-pop-up .post-entry {
  background: #f5f4f4;
  padding: 30px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.error404 #main .container_wrap .container {
  padding-top: 150px;
}

.avia-msie-11 .htHero .avia-slideshow img {
  max-height: none;
}
.avia-msie-11 .flex_column .avia-video .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed._brlbs-video-youtube img._brlbs-thumbnail {
  width: 100% !important;
}

.avia-edge #top .avia-button-right.avia-builder-el-last a.avia-button {
  vertical-align: bottom;
}

.avia-section.dr-persona {
  position: relative;
  padding-top: 40px;
  margin-bottom: -60px !important;
}
@media only screen and (min-width: 768px) {
  .avia-section.dr-persona {
    padding-top: 0;
    margin-top: 80px !important;
    margin-bottom: 0 !important;
  }
}
.avia-section.dr-persona img {
  margin-top: 0;
  max-height: 300px;
  width: auto !important;
}
@media only screen and (min-width: 768px) {
  .avia-section.dr-persona img {
    margin-top: 0;
    max-height: 500px;
  }
}
.avia-section.dr-persona .av-subheading {
  color: #214874;
}
.avia-section.dr-persona:before {
  content: "";
  width: 100vw;
  height: calc(100% - 70px);
  display: block;
  position: absolute;
  bottom: 80px;
  background: #73C1C6;
  z-index: 0;
}
@media only screen and (min-width: 990px) {
  .avia-section.dr-persona:before {
    right: calc((100vw - 1310px) / 2 + 250px);
  }
}

#top .dr-persona .flex_column_table_cell {
  height: auto;
  min-height: 0;
}
#top .dr-persona .avia-button-right.avia-builder-el-last {
  border-color: #214874;
}
#top .dr-persona .avia-button-wrap .avia-button:hover .avia_iconbox_title {
  color: #124877 !important;
}

@media only screen and (min-width: 768px) {
  .flex_column.dr-persona-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.avia-section.dr-persona-alternative {
  position: relative;
  padding-top: 40px;
}

#top .dr-persona-alternative .flex_column_table_cell {
  height: auto;
  min-height: 0;
}

.dr-persona-alternative-image {
  margin-bottom: 0 !important;
}

.avia-section.dr-persona-alternative img {
  margin-top: 0;
  max-height: 300px;
  width: auto !important;
}

.avia-section.dr-persona-alternative:before {
  content: "";
  width: 100vw;
  height: calc(100% - 230px);
  display: block;
  position: absolute;
  background: #fff;
  z-index: 0;
  top: 0;
}

#top .dr-persona-alternative .flex_column_table:nth-child(1) .av-flex-placeholder {
  width: 4%;
}

.avia-section.dr-persona-alternative .av-subheading {
  color: #214874;
}

@media only screen and (min-width: 768px) {
  .avia-section.dr-persona-alternative:before {
    top: 70px;
    left: calc((100vw - 1310px) / 2 + 250px);
    height: calc(100% - 150px);
    bottom: 80px;
  }
  .avia-section.dr-persona-alternative {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flex_column.dr-persona-alternative-image {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 33%;
  }
  .avia-section.dr-persona-alternative img {
    max-height: 500px;
  }
}
#top #main div.av-submenu-container {
  border: none;
  border-image-width: 0px;
  padding-top: 30px;
}
#top #main div.av-submenu-container .container {
  max-width: 1000px !important;
}
@media only screen and (min-width: 1024px) {
  #top #main div.av-submenu-container .container {
    padding: 0 50px !important;
  }
}
#top #main div.av-submenu-container .container .av-subnav-menu li {
  padding: 10px 0;
}
#top #main div.av-submenu-container .container .av-subnav-menu li a {
  border: 0px;
}
#top #main div.av-submenu-container .container .av-subnav-menu li.menu-item a:hover {
  color: #73a9c2;
}
#top #main div.av-submenu-container .container span.avia-menu-text {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #top #main div.av-submenu-container .container span.avia-menu-text {
    font-size: 15px;
  }
}

body#top .mmo-overlay .mmo-overlay-container {
  height: 100%;
}

#top .avia-timeline-container .avia-timeline .av-milestone-content {
  line-height: 1.65em;
}

/* EDGE */
@supports (-ms-ime-align: auto) {
  #top .flex_column_table {
    display: flex;
  }
  #top .container > .template-page > .post-entry > .entry-content-wrapper > .flex_column_table > .flex_column_table_cell {
    display: inline-block;
    float: left;
    height: auto !important;
  }
  @media (max-width: 767px) {
    #top .dr-persona .flex_column_table, #top .dr-persona .flex_column_table_cell {
      display: block !important;
    }
  }
  #top .dr-persona.avia-section > .container > .template-page > .post-entry > .entry-content-wrapper > .flex_column_table {
    height: auto;
    display: table;
  }
  #top .dr-persona.avia-section > .container > .template-page > .post-entry > .entry-content-wrapper > .flex_column_table > .flex_column_table_cell {
    display: table-cell;
    float: none;
  }
  div .av_one_third {
    width: 29.33%;
  }
  div .av_one_third.el_after_av_two_third, div .av_one_third.el_after_av_one_third {
    margin-left: 2%;
  }
  div .av_two_third {
    width: 64.66%;
  }
  div .av_two_third.el_after_av_one_third {
    margin-left: 2%;
  }
  .responsive #top #wrap_all .avia-section.flexslider.av-desktop-hide > .container .flex_column_table .slider-holder .flex-viewport .slideContainer > div.flex_column.flex_column_table_cell {
    min-height: 370px !important;
  }
  .responsive #top #wrap_all .avia-section.flexslider.av-desktop-hide > .container .flex_column_table .slider-holder .flex-viewport .slideContainer > div.flex_column.flex_column_table_cell .avia-content-slider {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .responsive #top #wrap_all .avia-section.flexslider.av-desktop-hide > .container .flex_column_table .slider-holder .flex-viewport .slideContainer > div.flex_column.flex_column_table_cell .avia-content-slider article.slide-entry.flex_column {
    padding-right: 0px;
  }
  .responsive #top #wrap_all .avia-section.flexslider.av-desktop-hide > .container .flex_column_table .slider-holder .flex-viewport .slideContainer > div.flex_column.flex_column_table_cell .avia-content-slider article.slide-entry.flex_column div.slide-content div div.read-more-link {
    display: none;
  }
}
.three-section-headline {
  padding-left: 7%;
  padding-right: 7%;
}

.three-section-image .avia-image-container-inner {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .descr-section {
    padding-bottom: 20px;
  }
}
#podcast-img-container {
  min-height: 150px !important;
  height: 150px;
  width: 50%;
  padding-top: 30px;
}

.podcast-content .podcast-subtitle {
  margin-bottom: 0px;
  margin-top: 70px;
}

.podcast-content .podcast-title {
  hyphens: none !important;
  padding-bottom: 20px;
}

.podcast-describtion {
  margin-bottom: 30px;
}

.podcast-column-right .av_textblock_section {
  padding-top: 100px;
}

@media (min-width: 768px) {
  #podcast-img-container.flex_column_table_cell {
    height: 250px;
    min-height: 250px;
  }
  #podcast-img-container .avia-image-container-inner {
    margin-top: -50px;
  }
  .podcast-column-right {
    height: 250px !important;
    min-height: 250px !important;
    vertical-align: middle;
    width: 90%;
  }
  .podcast-column-right .av_textblock_section {
    padding-top: 0;
  }
  #podcast-img {
    margin-bottom: 20px;
  }
  .podcast-content .podcast-subtitle {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .podcast-btn .avia-button {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .podcast-content .podcast-title {
    margin-bottom: 0px;
  }
  .podcast-describtion {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  #podcast-img-container {
    width: 30%;
  }
  #podcast-img-container .avia-image-container-inner {
    margin-top: -60px;
  }
  .podcast-content .podcast-title {
    margin-bottom: 0;
  }
  .podcast-describtion {
    margin-bottom: 20px;
  }
  .podcast-subtitle {
    margin-bottom: 0;
  }
}
.podcast-subtitle {
  text-transform: uppercase;
  letter-spacing: 5.4px;
}

.podcast-title {
  padding-top: 0;
  margin-top: 0;
  letter-spacing: 2px;
  font-size: 30px;
}

.podcast-btn .avia_button_icon_left {
  background: #73c1c6;
  color: #ffffff;
  padding: 3px 8px 4px 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.podcast-btn .avia-button {
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 0;
}

.widget-img {
  display: block;
  position: relative;
  width: 100%;
}

.widget-btn-container {
  width: 100%;
  height: 5vh;
  padding: 20px;
  margin: 0;
  background-color: #73c1c6;
  position: relative;
  text-decoration: none;
}

.widget-btn .avia-button {
  width: 100%;
}

.avia_button_icon {
  background: #ffffff;
  color: #73c1c6;
  padding: 3px 9px 4px 11px;
  border-radius: 50%;
  margin-right: 10px;
}

.widget-btn .avia-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #73c1c6 !important;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  color: #ffffff !important;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  padding: 15px 40px;
  width: 100%;
  border-radius: 0;
  white-space: nowrap;
  letter-spacing: 0.25px;
}

.widget-btn-container {
  width: 100%;
  border: none !important;
  background: #73c1c6 !important;
}

.widget-btn a:hover {
  text-decoration: none;
  opacity: 1;
}

.widget-btn .avia_iconbox_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.widget-btn .avia_iconbox_title:before {
  content: url(/wp-content/uploads/sites/4/2021/08/Icon-play-circle-small.png);
  margin-right: 10px;
}

.podcast--3col-content {
  display: flex;
  flex-direction: column;
  max-width: 1310px;
  margin: 0 auto !important;
}

.podcast--content-col {
  width: 100% !important;
  background: #ffffff !important;
}

.av-post-metadata-container {
  margin-bottom: 30px !important;
}

.podcast--content-col .flex_cell_inner {
  padding: 20px 50px !important;
  background: #f5f4f4;
}

.podcast--3col-content img {
  width: 85% !important;
  margin: auto;
}

.podcast--episodes a {
  display: inline-flex;
  background: #f5f4f4;
  padding: 15px;
}

.podcast--episodes img {
  display: inline !important;
  height: 30px;
  margin-right: 10px;
}

.podcast--episodes a span {
  padding: 0 !important;
}

.podcast-btn .avia-button {
  background: #73c1c6;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 0;
}

.av-post-metadata-modified-date {
  font-family: Open Sans;
  letter-spacing: 0.4em;
  font-size: 13px;
  text-transform: uppercase;
}

.podcast-btn .avia_iconbox_title {
  font-family: Archivo Black;
}

.podcast--episodes p a {
  align-items: center;
  display: inline-flex !important;
  width: 100vw !important;
}

.podcast--episodes a {
  display: inline-flex;
  background: #f5f4f4;
  padding: 15px;
  height: 140px !important;
}

.podcast--episodes a span {
  padding: 0 !important;
  margin: 0 0 0 10px !important;
  width: 70vw !important;
}

@media (min-width: 768px) {
  .podcast--3col-content {
    flex-direction: row;
    margin: auto !important;
    padding-left: 50px;
  }
  .podcast--img-col {
    width: 35% !important;
  }
  .podcast--img-col img {
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
  }
  .podcast--content-col {
    width: 50% !important;
    display: block;
    margin: auto 0 !important;
  }
  .podcast--content-col .flex_cell_inner {
    padding: 5px 0 0 20px !important;
    margin: 0 !important;
  }
  .podcast--episodes-container .av_textblock_section {
    padding-top: 0;
  }
  .podcast-btn .avia-button {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .podcast--episodes-container {
    width: 90% !important;
  }
  .podcast--episodes p a {
    height: 110px !important;
  }
}
@media (min-width: 980px) {
  .podcast--img-col {
    padding: 0px;
    margin: 0 !important;
    width: 30% !important;
  }
  .podcast--content-col {
    padding: 30px 0 !important;
  }
  .podcast--content-col .flex_cell_inner {
    margin-right: 0 !important;
  }
  .podcast--episodes p a {
    height: 90px !important;
  }
  .podcast--episodes-container {
    width: 83.4% !important;
  }
}
.mumm-post-slider {
  padding-top: 20px;
}
.mumm-post-slider .more-post-text p {
  color: #124777;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mumm-post-slider .article-link {
  position: absolute;
  bottom: 0;
}
.mumm-post-slider .slide-entry-excerpt .article-link {
  display: none;
}
.mumm-post-slider .av_one_third {
  width: 100% !important;
  margin-left: 0% !important;
}
.mumm-post-slider .avia-content-slider,
.mumm-post-slider .avia-content-slider-inner {
  overflow: visible !important;
}
.mumm-post-slider #post-slider .avia-content-slider-inner {
  height: auto !important;
  display: inline-flex;
}
.mumm-post-slider .avia-content-slider-inner {
  display: inline-flex !important;
}
.mumm-post-slider .avia-content-slider-inner > div {
  display: flex !important;
  justify-content: space-between;
}
.mumm-post-slider .avia-content-slider-inner article {
  background: #f5f4f4;
  display: flex;
  flex-direction: column;
}
.mumm-post-slider .avia-content-slider-inner article .slide-content {
  padding: 0 20px;
  order: 2;
  line-height: 23px;
}
.mumm-post-slider .avia-content-slider-inner article .slide-content h3 {
  padding-top: 0 !important;
  font-size: 20px !important;
}
.mumm-post-slider .avia-content-slider-inner article .entry-footer {
  order: 1;
}
.mumm-post-slider .avia-content-slider-inner article .entry-footer .slide-meta {
  padding: 0 20px 10px !important;
  color: #010101;
}
.mumm-post-slider .slide-entry-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
}
@media only screen and (max-width: 767px) {
  .mumm-post-slider .slide-entry-wrap.active-slide {
    grid-template-columns: 1fr;
  }
}
.mumm-post-slider .avia-slideshow-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .mumm-post-slider .avia-slideshow-controls {
    top: 0;
    margin-top: 65%;
  }
}
.mumm-post-slider .avia-content-slider .avia-slideshow-arrows a {
  top: 0 !important;
  margin: 0 -50px 0 !important;
  opacity: 1 !important;
  display: block !important;
  background-color: transparent !important;
}
.mumm-post-slider .avia-content-slider .avia-slideshow-arrows a svg {
  display: none;
}
.mumm-post-slider .avia-content-slider .avia-slideshow-arrows a.prev-slide {
  margin-top: -20px !important;
  transform: rotate(180deg);
}
.mumm-post-slider .avia-content-slider .avia-slideshow-arrows a::before {
  content: "";
  background: url(/wp-content/uploads/2022/05/Pfeil-Icon-Teaser.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  font-family: none !important;
  font-size: 0;
}
.mumm-post-slider .avia-content-slider .read-more-link {
  top: 0 !important;
  right: -20px !important;
}
.mumm-post-slider .entry-content .read-more-link {
  margin-top: 40px;
}
.mumm-post-slider .slide-entry-excerpt.entry-content {
  padding: 0px 0 50px 0;
  position: relative;
  overflow: visible;
  hyphens: auto;
}
.mumm-post-slider #post-slider-mobile .avia-content-slider-inner {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .mumm-post-slider .more-post-text {
    margin-bottom: 0 !important;
  }
  .mumm-post-slider .avia-content-slider-inner article {
    width: 100% !important;
  }
  .mumm-post-slider .avia-content-slider-inner article .slide-content h3 {
    font-size: 20px !important;
  }
  .mumm-post-slider .responsive #top .avia-slideshow-controls a {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .mumm-post-slider .avia-content-slider-inner article .slide-content h3 {
    font-size: 20px !important;
  }
}

.post-archive-btn a {
  font-weight: bold !important;
}

.main-mumm-section .current-post-text {
  color: #124777;
  position: relative;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .main-mumm-section .current-post-text {
    margin-bottom: 15px;
    top: 20px;
  }
}

.main-mumm-section .contain-column .entry-content-wrapper {
  display: flex;
  flex-direction: column;
}
.main-mumm-section .contain-column .entry-content-wrapper .post_delimiter {
  display: none;
}

.contain-column .entry-content-header {
  order: 2;
  margin-left: 0 !important;
}

.contain-column .big-preview.single-big {
  width: 100%;
  order: 0 !important;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contain-column .big-preview.single-big {
    margin-bottom: 10px;
  }
}

.contain-column .av-vertical-delimiter {
  order: 1;
}

.contain-column .entry-content {
  order: 3;
  font-size: 14px;
  line-height: 23px;
  hyphens: auto;
}
.contain-column .entry-content .read-more-link a {
  font-weight: bold;
}

.contain-column .post-title.entry-title {
  padding-bottom: 0px !important;
}

.contain-column .entry-content-wrapper .post_delimiter {
  display: none;
}

.contain-column .slide-entry-title {
  font-size: 20px !important;
}

.contain-column .post-entry .post-meta-infos {
  position: relative !important;
  margin-top: 0px !important;
}

.contain-column .post-entry .blog-categories {
  top: -12px !important;
}

@media screen and (max-width: 767px) {
  .main-mumm-section .current-post-text {
    margin-bottom: 15px;
    top: 20px;
  }
  .contain-column .big-preview.single-big {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .contain-column .avia-content-slider-inner article .slide-content h3 {
    font-size: 20px !important;
  }
}
.top-page-header .av-special-heading {
  margin-left: 250px;
  margin-top: 0 !important;
  font-size: 50px !important;
}
@media screen and (max-width: 767px) {
  .top-page-header .av-special-heading {
    margin-left: 0px !important;
    margin-bottom: 30px !important;
  }
}
.top-page-header .av-special-heading-tag {
  font-size: 50px !important;
}
@media screen and (max-width: 1024px) {
  .top-page-header .av-special-heading-tag {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .top-page-header .av-special-heading-tag {
    font-size: 28px !important;
  }
}
.top-page-header .av-subheading.av-subheading_below p {
  font-size: 15px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .top-page-header {
    margin-top: 22vw !important;
    margin-bottom: -50px !important;
  }
}
@media screen and (max-width: 480px) {
  .top-page-header {
    margin-top: 16vw !important;
  }
}

#podcast-list {
  padding-right: 20px;
}
#podcast-list article {
  background-color: #f5f4f4;
  padding: 15px;
  margin: 0.85em 0;
}
#podcast-list h2.entry-title {
  background-image: url(/wp-content/uploads/sites/4/2021/08/play-blau-klein.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#podcast-list .entry-content,
#podcast-list .read-more-link,
#podcast-list .minor-meta {
  display: none;
}
#podcast-list .post-title a {
  padding-left: 50px;
  text-transform: none;
  font-weight: normal;
  font-size: 17px;
  font-family: "open sans", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  letter-spacing: normal;
  display: inherit;
  padding-top: 15px;
}
#podcast-list span.blog-categories.minor-meta {
  display: none !important;
}
#podcast-list .post_delimiter {
  display: none;
}

.press-info-title:after {
  content: url(/wp-content/uploads/sites/4/2021/08/DR-neu-dunkelblau.png);
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 1;
}

.press-info-title {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.4em;
  display: flex;
  margin-bottom: 20px;
}

@media (min-width: 650px) {
  .press-info-title {
    margin-bottom: 0px;
  }
  .press-info-title:after {
    top: 20px;
  }
}
.press-info-title:before {
  content: url("/wp-content/uploads/sites/4/2021/08/DR-info-icon-black.png");
  margin-right: 15px;
  margin-top: 10px;
}

.blog-article-newest {
  margin-top: 0;
}

.blog-article-newest article {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  width: 100%;
}

.blog-article-newest article .slide-content .read-more-link {
  float: left !important;
  padding-left: 0 !important;
  width: 100% !important;
}

.blog-article-newest article .slide-content .slide-entry-excerpt.entry-content {
  text-align: left !important;
}

.blog-article-newest .slide-content {
  position: relative;
}

.blog-article-newest article h3 {
  padding-top: 0 !important;
}

.press h3.slide-entry-title a {
  line-height: 1.2em !important;
  display: block !important;
  margin-top: 10px;
}

.blog-article-newest .entry-footer .slide-meta {
  position: absolute;
  left: 51.4%;
  font-family: "Open Sans";
  letter-spacing: 0.25em;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
}

.main-blog-container .blog-article-second .entry-footer .slide-meta {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 80px;
  font-family: "Open Sans";
  letter-spacing: 0.25em;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
}

.blog-article-newest .blog-categories.minor-meta {
  display: none !important;
}

.blog-article-newest article .slide-content {
  padding: 35px;
  background: #73c1c6;
  width: 100%;
  position: relative;
  height: 300px;
}

.blog-article-newest .slide-image {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  #top .press .boxWithShadow.contact {
    margin-top: 45px;
    max-width: 500px !important;
  }
}
@media only screen and (min-width: 1230px) {
  .blog-article-newest article {
    flex-direction: row;
  }
  .blog-article-newest article .slide-content {
    height: auto;
  }
}
@media (max-width: 980px) {
  .blog-old-posts article {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 8% !important;
  }
}
.blog-article-newest .entry-content-header {
  margin-bottom: 10px;
}

.entry-title.slide-entry-title a {
  font-size: 20px;
}

.blog-article-newest article .slide-content .entry-title a {
  color: #ffffff !important;
}

.blog-article-second {
  max-width: 100%;
}

.blog-article-newest .slide-image,
.blog-article-second .slide-image {
  margin: 0;
}

.blog-article-second .slide-image img {
  padding: 0;
  margin: 0;
  width: 100%;
}

.blog-article-second .avia-content-slider-inner {
  overflow: visible;
}

.blog-article-second .slide-content {
  width: 100%;
  background-color: #124777;
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
}

.blog-article-second .slide-entry-title {
  color: #ffffff;
  line-height: 24px !important;
  margin-bottom: 10px;
}

.blog-article-second .slide-meta {
  color: #ffffff;
}

.blog-article-second .slide-content .slide-entry-excerpt {
  display: none;
}

.blog-old-posts {
  margin-top: 40px;
}

.blog-old-posts article h3 a {
  display: block !important;
  line-height: 1.2em !important;
}

.blog-old-posts .blog-categories {
  display: none !important;
}

.blog-article-newest article .slide-content .read-more-link a {
  display: block;
  color: #73c1c6;
  background: #ffffff;
  padding: 12px 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-family: Archivo Black;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
}

.blog-article-newest article .slide-content .read-more-link a:before {
  display: none !important;
}

.press-sidebar-title {
  background: #ffffff;
}

.press-sidebar-title h3 {
  padding: 0 !important;
  font-size: 22px !important;
}

.press-sidebar-widget .widget_custom_html {
  background: #ffffff;
}

.press-sidebar-widget .boxWithShadow {
  box-shadow: none !important;
  width: 100%;
  margin-left: 0;
}

.sidebar-mediathek-btn-container {
  text-align: center;
  padding: 20px 20px;
  background: #73c1c6;
}

.sidebar-mediathek-btn-container .mediathek-btn {
  color: #ffffff;
  font-family: "Archivo Black";
  font-size: 18px;
}

.sidebar-mediathek-btn-container .mediathek-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.press-sidebar-blog-posts article {
  background: #f5f4f4;
  padding: 23px;
  margin: 20px 0;
}

.press-sidebar-blog-posts h2 a {
  font-size: 22px;
  line-height: 24px;
}

.press-sidebar-blog-posts .blog-categories {
  display: none !important;
}

.press-sidebar-blog-posts .read-more-link {
  font-family: "Open Sans";
  font-weight: 700;
  margin-top: 30px !important;
  float: left !important;
}

.press-sidebar-blog-posts .read-more-link a:before {
  content: ">>";
  color: #124877;
}

.press-sidebar-blog-posts .post_delimiter {
  display: none;
}

.mediathek-btn .wp-block-button {
  width: 100%;
}

.mediathek-btn a {
  color: #ffffff;
  background: #73c1c6;
  padding: 12px 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-family: Archivo Black;
  font-size: 16px;
  width: 100% !important;
  text-decoration: none;
  border-radius: 0;
}

.mediathek-btn a:hover {
  color: #ffffff;
  background: #73c1c6;
}

.press .more-link-arrow {
  display: none;
}

.inner_sidebar {
  margin-top: 67px;
  margin-left: 0;
}

.blog-old-posts .wp-post-image {
  width: 100vw;
  height: auto;
}

.blogs-old-title {
  margin-top: 80px;
}

.blog-old-posts .entry-content-header {
  margin-top: 10px;
}

.sidebar-contact-title,
.sidebar-contact-member {
  background: #124877;
}

/** Studienreihe & Downloads **/
.category-studienreihe,
.category-downloads {
  margin-bottom: 50px !important;
}

.studienreihe-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.25em;
  height: 70px;
}

.studienreihe-section-title:before {
  content: url("/wp-content/uploads/sites/4/2021/08/DR-Studienreihe-icon-black.png");
  margin-right: 15px;
}

.downloads-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: 0.25em;
  height: 70px;
}

.downloads-section-title:before {
  content: url("/wp-content/uploads/sites/4/2021/08/DR-download-icon-black.png");
  margin-right: 15px;
}

.studienreihe-article {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
}

.downloads-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.studienreihe-article {
  background: #f5f4f4 !important;
  padding: 15px;
}

.studienreihe-article:before {
  content: url("/wp-content/uploads/sites/4/2021/08/DR-pdf-icon-blau.png");
  margin-right: 20px;
}

.downloads-article:before {
  content: url("/wp-content/uploads/sites/4/2021/08/DR-file-icon-blau.png");
  margin-right: 20px;
}

.press-sidebar-widget .sidebar-article {
  background: #f5f4f4 !important;
  padding: 25px 23px;
  margin-bottom: 20px;
}

.press-sidebar-widget .sidebar-article-btn a {
  font-size: 18px !important;
}

#top .av_promobox {
  background-color: #E1F8F6;
  color: var(--main-color-secondary);
}
#top .av_promobox h3 {
  color: var(--main-color-secondary);
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #top .av_promobox h3 {
    font-size: 24px;
  }
}
#top .av_promobox .avia-button {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  border: 1px solid var(--main-color-secondary);
}

#top > div > div > div:not(#footer) p a:where(:not(.wp-element-button)),
#top > div > div > div:not(#footer) li a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
#top > div > div > div:not(#footer) p a:where(:not(.wp-element-button)):hover,
#top > div > div > div:not(#footer) li a:where(:not(.wp-element-button)):hover {
  color: var(--link-hover-color);
}

@media only screen and (max-width: 1219px) {
  #top #menu-item-search {
    position: absolute;
    right: 110px;
  }
}

#top header .dr-searchbar-container {
  background-color: var(--secondary-color);
}
#top header .dr-searchbar-container .dr-searchbar {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 1;
}
#top header .dr-searchbar-container .dr-searchbar .search-info {
  color: var(--main-color-secondary);
  width: 100%;
  float: none;
  left: 0;
  padding-bottom: 16px;
}
@media only screen and (min-width: 900px) {
  #top header .dr-searchbar-container .dr-searchbar .search-info {
    line-height: 54px;
    float: left;
    left: 5%;
    width: 290px;
    padding-bottom: 0;
  }
}
#top header .dr-searchbar-container .dr-searchbar #searchform {
  margin-left: 0;
}
@media only screen and (min-width: 900px) {
  #top header .dr-searchbar-container .dr-searchbar #searchform {
    margin-left: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
#top header .dr-searchbar-container .dr-searchbar #searchform > div {
  border: 1px solid var(--main-color-secondary);
  max-width: none;
}
@media only screen and (min-width: 900px) {
  #top header .dr-searchbar-container .dr-searchbar #searchform > div {
    max-width: 454px;
    width: 100%;
  }
}
#top header .dr-searchbar-container .dr-searchbar #searchform #searchsubmit {
  background-color: var(--main-color-secondary);
  width: 54px;
}
#top header .dr-searchbar-container .dr-searchbar #searchform .av_searchform_search.avia-svg-icon {
  font-size: 0;
  background-image: url(/wp-content/themes/enfold-child/assets/icons/dr-search.svg);
  background-size: 33px 33px;
  background-position: center;
  width: 54px;
  height: 54px;
  margin: 0;
  background-repeat: no-repeat;
}
#top header .dr-searchbar-container .dr-searchbar #s {
  height: 54px;
  font-size: 18px;
  padding-right: 64px;
}
#top header .dr-searchbar-container .dr-searchbar #s::placeholder {
  color: #696969;
}

.interest-tiles {
  padding: 80px 0;
}

.interest-tiles .container {
  background: #f5f4f4;
}

#top .interest-box {
  color: #fff;
  background-size: cover !important;
  padding: 0;
  height: 50vw;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  max-height: 595px !important;
  max-width: 600px !important;
}
#top .interest-box .av_textblock_section {
  background: #0e4878;
  padding: 26px 26px 16px 26px;
  width: calc(100% - 52px);
}
#top .interest-box .avia-button-wrap {
  width: calc(100% - 52px);
  background: #0e4878;
  margin-bottom: 26px !important;
  padding-bottom: 26px;
}
#top .interest-box .avia-button-wrap .avia-button {
  background: #fff !important;
  box-shadow: 9px 9px 0px #73c1c6;
  border-radius: 0;
  border: 0;
  font-family: var(--font-heading);
  font-size: 20px;
  text-transform: uppercase;
  color: var(--main-color-secondary) !important;
  padding: 8px 25px;
  margin-left: 15px;
  margin-right: 15px;
  transition-duration: 0s !important;
}
#top .interest-box .avia-button-wrap .avia-button:hover, #top .interest-box .avia-button-wrap .avia-button:hover span {
  background: #fff;
  color: #73c1c6 !important;
}

.interest-box:nth-child(even) {
  float: right;
}

div .av_one_half.interest-box {
  margin-left: 0 !important;
  width: calc(50% - 15px) !important;
  margin-top: 30px;
}

.interest-box h3 {
  font-size: 32px;
  font-family: "archivo-black";
  margin: 0 15px 15px 15px;
  hyphens: auto;
}

.interest-box p {
  margin: 10px 15px;
}

.interest-box a {
  margin-top: 20px;
}

.interest-box a:hover span {
  color: #124777 !important;
}

@media only screen and (max-width: 767px) {
  .interest-box:nth-child(1) {
    margin-bottom: 40px !important;
  }
  div .av_one_half.interest-box {
    width: 100% !important;
  }
  #top .interest-box {
    padding: 10px 0;
    height: 184vw;
  }
}

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