@charset "UTF-8";
/***!  /templates/investa/css/overwrite.css  !***/

@font-face {src: url('https://www.anton-hoellein.de/templates/investa/fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'), url('https://www.anton-hoellein.de/templates/investa/fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff'); font-family: 'open_sansregular'; font-weight: normal; font-style: normal; font-display: swap}
:root {
  --akzentfarbe: #1D5AAB;
  --sekundaerfarbe: #052F54;
  --accent-color: #768589;
}
body, .sp-preloader {
  font-family: 'open_sansregular';
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0;
}
h1 {
  font-family: 'open_sansregular';
  font-size: 37px !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4 !important;
  text-decoration: none;
  margin: 30px 0 25px 0 !important;
  letter-spacing: 1px;
  color: var(--akzentfarbe);
}
h2 {
  font-family: 'open_sansregular';
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-decoration: none;
  margin-bottom: 20px !important;
}
h4 {
  font-size: 22px;
}
h3, h4, h5 {
  font-family: 'open_sansregular';
  margin-bottom: 15px;
}
ol, ul {
  padding-left: 1rem;
}
/*Logo*/
.logo {
  text-align: center;
}
.logo-image {
  display: inline-block;
}
div#sp-position1 {
  line-height: 80px;
}
#sp-footer .container-inner {
  padding: 0;
}
#sp-bottom {
  padding: 0px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}
#sp-bottom:after {
  top: 130px;
  background: #768589;
}
/*Menu*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 15px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.sp-megamenu-parent > li:hover, .sp-megamenu-parent > li:hover > a, .sp-megamenu-parent > li.active > a, li.sp-menu-item.current-item.active, .sp-megamenu-parent > li.active > a:hover, .sp-megamenu-parent > li.active:hover > a {
  color: var(--akzentfarbe);
  background-color: #ffffff;
}
.sp-megamenu-parent > li:first-child > a {
  color: #ffffff;
  background-color: var(--akzentfarbe);
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0 20px;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown-mega .sp-mega-group > li > a {
  font-size: 17px;
  line-height: 20px;
  color: rgba(59, 102, 117, 0.6);
  font-weight: 400;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown-mega .sp-mega-group > li > a:hover {
  color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a:after, .sp-dropdown-main.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group > li:hover a:after {
  opacity: 1;
  visibility: visible;
  color: #000
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:after, .sp-dropdown-main.sp-dropdown-mega .sp-dropdown-inner .sp-mega-group > li > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 15px;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 2px;
}
html.error-page body {
  background-image: none !important;
}
.com-content.view-article #sp-main-body .article-body {
  max-width: inherit;
}
.com-content.view-article #sp-main-body .article-media-wrapper {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
.com-content.view-article #sp-main-body .article-details-intro {
  padding: 0;
  background-image: none;
  background-color: transparent;
}
.box_grey {
  background-color: #f0f1f3;
  border-radius: 5px;
  padding: 15px;
}
.sppb-article-info-wrap {
  margin: 10px 0 0 0;
}
.sppb-article-info-wrap h3 a {
  font-size: 19px;
  font-weight: bold;
  padding: 10px;
  line-height: 30px;
  display: flex;
}
.sppb-article-info-wrap h3 a:hover {
  background-color: #f6f6f6;
}
.sppb-addon-articles .sppb-addon-article a.sppb-article-img-wrap img {
  border-radius: 10px;
  opacity: 0.7;
  transition: 1s ease;
}
.sppb-addon-articles .sppb-addon-article a.sppb-article-img-wrap:hover img {
  opacity: 1;
  transition: 1s ease;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title {
  display: none;
}
.sppb-addon-single-image-container a img:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease;
}
ul {
  list-style-type: none;
}
.sppb-addon.sppb-addon-text-block ul li {
  display: flex;
}
.sppb-addon.sppb-addon-text-block ul li:before {
  content: "\2714"" ";
  color: var(--akzentfarbe);
  padding-right: 10px;
}
body .sppb-btn, body .btn {
  text-transform: none;
}
.btn, .btn-info {
  font-size: 22px !important;
  padding: 8px 22px 10px 22px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: #1d5aab;
  color: #ffffff;
}
.btn-info:hover {
  background-color: #273445;
  color: #ffffff;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #273445;
  color: #ffffff;
  border-color: #273445;
}
@media (max-width: 1200px) {
  #offcanvas-toggler {
    display: flex !important;
  }
  #sp-menu .sp-megamenu-parent {
    display: none !important;
  }
  h1 {
    font-size: 27px !important;
  }
  h2 {
    font-family: 'open_sansregular';
    font-size: 24px;
  }
}
