@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* ---------------------------- ANCHOR Allgemein ---------------------------- */
h1 {
  color: #070c1f;
  font-size: 55px;
  font-weight: 700;
  line-height: 72px;
  margin-top: 20px;
  margin-bottom: 60px;
}
h2 {
  font-size: 42px;
  font-weight: 600;
  color: #2a323e;
}
.btn-primary {
  color: #fff;
  background-color: var(--vision-color-primary);
  border-color: var(--vision-color-primary);
  padding: 15px 15px;
}
.btn-primary:hover {
  background-color: #fff;
  color: var(--vision-color-primary);
  border-color: var(--vision-color-primary);
}
body .standard p {
  color: #070c1f;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
body .standard section.konzept p {
  line-height: 30px;
}
body .standard section.konzept p strong, body .standard section.konzept p b {
  font-weight: 700;
}
body .standard section.konzept .concept-alt-box {
  padding: 50px;
}
body .standard section.konzept .text-content-first {
  padding: 25px 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
}
body .standard section.konzept .text-content-first:before {
  position: absolute;
  content: "";
  background-image: url("../images/images/building.jpg");
  width: 500px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -75px;
  right: -185px;
  z-index: -1;
  border-radius: 5px;
}
body .standard section.konzept .text-content-first .line {
  position: relative;
}
body .standard section.konzept .text-content-first .line:before {
  position: absolute;
  right: -45px;
  top: 35px;
  content: "";
  height: calc(100% - 100px);
  width: 3px;
  background-color: #c7c7c7;
  background: linear-gradient(180deg, #999, #ffffff);
  border-radius: 30px;
}
body .standard section.konzept .text-content-first .line p.font-weight-bold {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.2;
}
body .standard section.konzept .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .standard section.konzept .text-content-right {
  padding: 50px 25px 50px 75px;
  position: relative;
}
body .standard section.konzept .text-content-left {
  padding: 50px 75px 50px 25px;
  position: relative;
}
body .standard section.konzept img {
  border-radius: 5px;
}
body .standard section.management .col-lg-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .standard section.management .col-lg-5 .text-content {
  padding: 75px 50px;
  position: relative;
}
body .standard section.management .col-lg-5 .text-content::before {
  position: absolute;
  content: "";
  background-color: var(--vision-color-primary);
  width: 90px;
  height: 90px;
  left: 18px;
  top: 54px;
  z-index: 0;
  opacity: 0.25;
  border-radius: 25px;
  transform: rotate(45deg);
}
body .standard section.management .col-lg-5 .text-content h2 {
  color: #070c1f;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
}
body .standard section.management .col-lg-5 .text-content h2:before {
  position: absolute;
  content: "";
  background-color: #070c1f;
  height: 5px;
  width: 25px;
  top: 0px;
  left: 1px;
}
body .standard section.management .col-lg-5 .text-content .management-position p {
  color: var(--vision-color-primary);
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
body .standard section.management .col-lg-5 .text-content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
body .standard section.management img {
  height: 635px;
  width: 500px;
  object-fit: cover;
  object-position: top;
  border-radius: 3px;
}
nav .navbar-nav {
  flex-direction: row;
}
nav .navbar-nav ul.dropdown-menu {
  position: absolute;
  float: none;
  border: 2px solid #55b245;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
nav .navbar-nav li.nav-item {
  padding: 0 10px;
}
nav .navbar-nav li.nav-item:hover {
  color: var(--vision-color-secondary);
}
nav .navbar-nav li.nav-item a {
  color: var(--vision-color-primary);
}
.header-sticky ul.dropdown-menu {
  float: none;
  border: 2px solid #55b245;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
section.main-banner .banner-content h1 {
  color: #565656;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 39px;
}
section.main-banner .banner-content h1 span {
  color: var(--vision-color-primary);
}
section.main-banner .banner-slider img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.main-banner .banner-bg {
  background-color: #f3f8ff;
  padding: 75px 0;
  margin-top: 0px;
}
section.main-banner .banner-bg .flex-center {
  display: flex;
  justify-content: center;
}
section.main-banner .banner-bg .flex-center p.h6 {
  font-weight: 400;
  position: relative;
  margin-left: 15px;
  text-align: center;
}
section.main-banner .banner-bg .flex-center p.h6::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  width: 65px;
  height: 65px;
  background-color: var(--vision-color-primary);
  opacity: 0.75;
  border-radius: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
}
section.main-banner .banner-bg .flex-center p.h6 i {
  position: absolute;
  top: -52px;
  left: 50%;
  font-size: 26px;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
ul {
  margin: 25px 0;
}
ul li.thats-all-box {
  padding: 25px 35px;
  background: var(--white);
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.15);
  min-height: 270px;
  width: 30.5%;
  max-width: 30.5%;
  margin-right: 35px;
}
ul li.thats-all-box a:hover {
  color: #212529;
}
ul li.thats-all-box a h3 {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 0px;
}
ul li.thats-all-box a h3 i, ul li.thats-all-box a h3 strong {
  font-size: 17px;
}
ul li.thats-all-box ul {
  margin: 15px 0;
}
ul li.thats-all-box ul li {
  margin-left: 25px;
  padding: 5px 0px 5px;
  font-size: 16px;
  list-style: square;
  line-height: 1.2;
}
ul li.thats-all-box ul li::marker {
  color: var(--vision-color-primary);
  font-size: 21px;
}
ul li.thats-all-box ul li i {
  padding-right: 10px;
}
ul li.thats-all-box:last-of-type {
  background-color: var(--vision-color-primary);
  color: var(--white);
}
section.concept .project-item {
  height: 100%;
}
section.concept button.slick-prev {
  right: 30px;
  left: auto;
  bottom: -85px;
}
section.concept button.slick-next {
  right: -30px;
  left: auto;
  bottom: -85px;
}
section.concept p {
  padding: 10px;
}
section.concept p small {
  font-size: 12px;
  line-height: 21px;
}
section.concept .lnk-default2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
  position: relative;
  margin-left: 50px;
  margin-top: 20px;
}
section.counter {
  padding: 100px 0;
  background: url('../images/counter.jpg') fixed;
}
section.counter h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}
section.counter .counter-value {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /*  &:before{
            content: "\f531";
            position: absolute;
            left: 130px;
            top: 10px;
            font-family: 'Font Awesome 5 Free';
            font-size: 45px;
            font-weight: 900;
        } */
}
section#ankaufprofil {
  padding: 75px 0 100px;
}
section#ankaufprofil .container .title-box-position {
  align-items: flex-end;
  margin-bottom: 125px;
}
section#ankaufprofil .container .title-box-position .title-box {
  padding: 50px;
  background-color: var(--vision-color-primary);
  position: relative;
  right: -150px;
  bottom: 40px;
  z-index: 1;
}
section#ankaufprofil .container .title-box-position .title-box h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}
section#ankaufprofil .container .title-box-position .title-box p {
  color: #fff;
  font-size: 30px;
  font-family: 400;
}
section#ankaufprofil .container .border-line {
  position: relative;
  margin-bottom: 30px;
}
section#ankaufprofil .container .border-line .content-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
section#ankaufprofil .container .border-line .content-text {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 28px;
}
section#ankaufprofil section.teaser-banner {
  margin: 50px 0;
}
section#ankaufprofil section.teaser-banner .green-teaser {
  background-image: url("../images/images/sebastian_theobald_teaser.jpg");
  height: 600px;
  width: 100%;
  position: relative;
  /* background-size: cover;*/
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  /* background-position-x: -135px;
            background-position-y: 25px; */
  min-height: 400px;
  background: transparent;
}
section#ankaufprofil section.teaser-banner .filter-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: 100%;
  background-color: var(--vision-color-primary);
  opacity: 0.5;
}
section#ankaufprofil section.teaser-banner .teaser-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: inherit;
  height: 600px;
  flex-direction: column;
}
section#ankaufprofil section.teaser-banner .teaser-text h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  background: #f3f3f3;
  width: fit-content;
  color: #070c1f;
  padding: 10px;
  border-radius: 3px;
}
section#ankaufprofil section.teaser-banner .teaser-text .management-position p {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding-right: 85px;
  text-shadow: 0 0 10px rgba(54, 54, 54, 0.3);
  padding-left: 10px;
  font-style: normal;
  font-weight: 600;
}
section#ankaufprofil section.teaser-banner .teaser-text p {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  padding-right: 85px;
  text-shadow: 0 0 10px rgba(54, 54, 54, 0.3);
  padding-left: 10px;
  font-style: italic;
}
.ankaufprofil-banner-img {
  background-image: url("/template/images/images/sebastian_theobald_teaser.jpg");
  min-height: 400px;
  background: transparent;
}
/* ------------------------------- ANCHOR FAQ ------------------------------- */
section.faq {
  padding: 30px 0 100px;
  width: calc(100% - 200px);
}
section.faq .title-sec p {
  font-size: 24px;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  color: #2a323e;
}
section.faq .title-sec p:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 9px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  transform: rotate(45deg);
  color: #44ad32;
}
section.faq h3 {
  font-size: 30px;
  font-weight: 600;
  padding: 50px 0 20px 0px;
  position: relative;
}
section.faq .anmerkungen p {
  font-weight: 400;
  position: relative;
  color: #666;
}
/* ------------------------------- ANCHOR Home ------------------------------ */
.main-banner img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
/* ----------------------------- ANCHOR Kontakt ----------------------------- */
section.kontakt {
  padding: 175px 0 75px;
}
section.kontakt .contact-box {
  background-color: var(--vision-color-primary);
  padding: 75px 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  left: 65px;
  z-index: 1;
}
section.kontakt .contact-box h2 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 50px;
}
section.kontakt .contact-box p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
}
section.kontakt .contact-box p i {
  margin-right: 10px;
  color: #fff;
}
section.kontakt .contact-box p a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
section.kontakt .contact-form {
  position: relative;
  top: -75px;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  padding: 50px 75px;
}
section.kontakt .contact-form h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--vision-color-secondary);
  padding-bottom: 50px;
}
section.kontakt .contact-form .btn {
  padding: 15px 30px;
  background-color: var(--vision-color-primary);
  border: 1px solid var(--vision-color-primary);
  color: #fff;
  margin-top: 20px;
}
section.kontakt .contact-form .btn:hover {
  background-color: #212529;
  border: 1px solid #212529;
}
section.kontakt .contact-form .proz-mint:after, section.kontakt .contact-form .dott:before, section.kontakt .contact-form .ui-slider-horizontal .ui-slider-handle, section.kontakt .contact-form .form-control:focus {
  border-color: #45ab33;
  box-shadow: 0 0 0 0.2rem rgba(69, 171, 51, 0.15);
}
section.kontakt .contact-form a {
  color: var(--vision-color-primary);
}
section.kontakt .contact-form a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
/* ------------------------------ ANCHOR Footer ----------------------------- */
footer .top-footer {
  padding: 55px 0 30px;
}
footer .top-footer .spacer {
  padding-bottom: 65px;
}
footer .top-footer .widget-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0px;
}
footer .top-footer .ft-links {
  margin-bottom: 18px;
}
footer .top-footer .ft-links li {
  position: relative;
  padding-right: 0px;
  transition: 0.3s ease-in-out;
  /*      &:before {
                    position: absolute;
                    content: "\f111";
                    right: 5px;
                    top: 2px;
                    color: #fff;
                    font-size: 6px;
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                } */
}
footer .top-footer .ft-links li:hover {
  color: #fff;
  padding-right: 15px;
}
footer .top-footer .ft-links i {
  padding-right: 10px;
}
footer .ft-links-contact {
  margin-bottom: 18px;
}
footer .ft-links-contact li {
  color: #b7d3d2;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 16px;
}
footer .ft-links-contact i {
  padding-right: 10px;
}
footer .btm-links a {
  color: rgba(255, 255, 255, 0.8);
}
footer .bottom-footer {
  padding: 10px 0 0px;
}
/* ----------------------- ANCHOR Footer Ankaufprofil ----------------------- */
footer.ankaufprofil {
  padding: 50px 0;
  background-color: #2a323e;
}
footer.ankaufprofil p {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer.ankaufprofil p a {
  color: #c3c3c3;
}
footer.ankaufprofil p a:hover {
  color: #fff;
}
/* ------------------------------ ANCHOR ABOUT ------------------------------ */
section.about {
  padding: 100px 0;
}
/* ------------------------------ ANCHOR Erfolg ----------------------------- */
section.erfolg h1 {
  position: relative;
}
section.erfolg h1::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 4px;
  width: 40px;
  height: 5px;
  background-color: #070c1f;
}
section.erfolg h2 {
  font-size: 42px;
  font-weight: 600;
  padding: 50px 0 25px 40px;
  color: #2a323e;
}
section.erfolg h2::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 68px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  transform: rotate(45deg);
  color: #44ad32;
}
section.erfolg p:not(.zitat p, .management-position p) {
  padding-left: 40px;
}
section.erfolg .text-content {
  position: relative;
  padding: 60px 15px 0px 65px;
}
section.erfolg .text-content:before {
  position: absolute;
  content: "";
  background-color: var(--vision-color-primary);
  width: 90px;
  height: 90px;
  left: 35px;
  top: 35px;
  z-index: 0;
  opacity: 0.25;
  border-radius: 25px;
  transform: rotate(45deg);
}
section.erfolg .text-content h3 {
  font-size: 34px;
  font-weight: 600;
  padding: 0;
  color: #070c1f;
  position: relative;
}
section.erfolg .text-content h3:before {
  position: absolute;
  content: "";
  background-color: #070c1f;
  height: 5px;
  width: 25px;
  top: 0px;
  left: 1px;
  transform: rotate(0deg);
}
section.erfolg .text-content .management-position p {
  color: var(--vision-color-primary);
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.erfolg .zitat p {
  line-height: 26px;
}
section.erfolg .zitat p em {
  color: #2a323e;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: italic;
}
section.erfolg .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section.erfolg .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.erfolg img {
  border-radius: 3px;
  height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* ---------------------------- ANCHOR Investment --------------------------- */
section#investment h1 {
  position: relative;
  margin-bottom: 0;
}
section#investment h1::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 4px;
  width: 40px;
  height: 5px;
  background-color: #070c1f;
}
section#investment h2 {
  font-size: 32px;
  font-weight: 300;
  color: #2a323e;
  padding: 50px 0px 25px 40px;
}
section#investment p:not(.zitat p, .management-position p, .teaser-text p) {
  padding-left: 40px;
}
section#investment .text-content {
  position: relative;
  padding: 60px 15px 0px 50px;
}
section#investment .text-content:before {
  position: absolute;
  content: "";
  background-color: var(--vision-color-primary);
  width: 90px;
  height: 90px;
  left: 18px;
  top: 35px;
  z-index: 0;
  opacity: 0.25;
  border-radius: 25px;
  transform: rotate(45deg);
}
section#investment .text-content h3 {
  font-size: 34px;
  font-weight: 600;
  padding: 0;
  color: #070c1f;
  position: relative;
}
section#investment .text-content h3:before {
  position: absolute;
  content: "";
  background-color: #070c1f;
  height: 5px;
  width: 25px;
  top: 0px;
  left: 1px;
  transform: rotate(0deg);
}
section#investment .text-content .management-position p {
  color: var(--vision-color-primary);
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
section#investment .zitat p {
  line-height: 26px;
}
section#investment .zitat p em {
  color: #2a323e;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: italic;
}
section#investment .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section#investment .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#investment img {
  /* border-radius: 3px;
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: top;*/
}
section#investment section.gruende {
  margin-top: 50px;
}
section#investment section.gruende h2 {
  font-size: 36px;
  font-weight: 300;
  color: var(--vision-color-primary);
  padding: 50px 0px 25px 40px;
}
section#investment section.gruende ol {
  padding-left: 70px;
  list-style-type: none;
}
section#investment section.gruende ol li {
  font-size: 26px;
  font-weight: 400;
  color: #585656;
  padding: 0px 0px 0px 15px;
  min-height: 200px;
}
section#investment section.gruende ol li p {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
}
section#investment #two-cols {
  margin-left: 30px;
  margin-top: 70px;
}
section#investment #two-cols li {
  counter-increment: questionNumber;
}
section#investment #two-cols li::before {
  margin-left: -70px;
  margin-top: -12px;
  color: var(--vision-color-primary);
  position: absolute;
  font-size: 37px;
  font-weight: 300;
  content: counters(questionNumber, ".", decimal-leading-zero);
}
section#investment #two-cols {
  -moz-column-count: 2;
  -moz-column-gap: 100px;
  -webkit-column-count: 2;
  -webkit-column-gap: 100px;
  column-count: 2;
  column-gap: 100px;
}
section#investment section.teaser-banner {
  margin: 50px 0;
}
section#investment section.teaser-banner .green-teaser {
  background-image: url("../images/images/sebastian_theobald_teaser.jpg");
  height: 600px;
  width: 100%;
  position: relative;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 400px;
  background-position: 74%;
}
section#investment section.teaser-banner .filter-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: 100%;
  background-color: var(--vision-color-primary);
  opacity: 0.5;
}
section#investment section.teaser-banner .teaser-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: inherit;
  height: 600px;
  flex-direction: column;
}
section#investment section.teaser-banner .teaser-text h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  background: #f3f3f3;
  width: fit-content;
  color: #070c1f;
  padding: 10px;
  border-radius: 3px;
}
section#investment section.teaser-banner .teaser-text .management-position p {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding-right: 85px;
  text-shadow: 0 0 10px rgba(54, 54, 54, 0.3);
  padding-left: 10px;
  font-style: normal;
  font-weight: 600;
}
section#investment section.teaser-banner .teaser-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 85px;
  text-shadow: 0 0 10px rgba(54, 54, 54, 0.3);
  padding-left: 10px;
  font-style: italic;
}
/* ---------------------------- ANCHOR CareGroup ---------------------------- */
section.caregroup {
  padding: 100px 0;
}
section.caregroup img {
  transform: scale(1.15);
}
/* ------------------------------- ANCHOR NEWS ------------------------------ */
section.news h1 {
  margin-bottom: 0;
  padding-left: 15px;
}
section.news img {
  border-radius: 3px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
section.news .blog-text {
  height: 275px;
  padding: 20px 20px 35px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
section.news .blog-text p.h5 {
  color: var(--vision-color-primary);
}
section.news .blog-text p.h5:hover {
  opacity: 0.75;
}
section.news .blog-text p.h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
section.news .blog-text p.h4:hover {
  opacity: 0.9;
  color: #070c1f;
}
section.news .blog-text a:hover {
  opacity: 0.9;
  color: #070c1f;
}
section.news .blog-text .read-btn {
  color: #fff;
  padding: 10px;
  background: var(--vision-color-primary);
  border-radius: 3px;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 20px;
}
section.news .blog-text .read-btn:hover {
  opacity: 0.75;
  color: #fff;
}
/* verwaltung */
.verwaltung-img {
  background-image: url("/template/images/images/christine_thoben.jpg");
  position: relative;
  background-size: cover;
  height: 566px;
  width: 100%;
  min-height: 400px;
  background: transparent;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */