@charset "UTF-8";
/*      Gloabals        
=======================*/
@import "fontface.css";
/*-----------------------
        Variables*/
/*--------------------------*/
/*      nur ausgewählte wrapper haben eine maximale width von 1200px */
@media (min-width: 1200px) {
  #page-wrapper .centerpage,
#page-wrapper .flex-page,
#page-wrapper .footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) {
  #page-wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  margin: 0;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

/*      BACKGROUND-WRAPPER 
=================================*/
.non-mobile .background-wrapper-second img, .non-mobile .background-wrapper-third img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
  object-position: left;
}

@media (max-width: 1024px) {
  .non-mobile .background-wrapper-second, .non-mobile .background-wrapper-third {
    position: relative;
  }
  .non-mobile .background-wrapper-second img, .non-mobile .background-wrapper-third img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 450px) {
  .non-mobile .background-wrapper-second, .non-mobile .background-wrapper-third {
    position: relative;
    margin-bottom: 20px;
  }
  .non-mobile .background-wrapper-second img, .non-mobile .background-wrapper-third img {
    width: 100%;
    height: auto;
  }
}
/*---------------------------*/
h2 {
  color: #001957;
  font-size: 3rem;
  line-height: 4.5rem;
  margin: 0;
  font-family: "Marselis W04 Bold";
}

.white {
  color: white;
}

.orange {
  color: #FFA500;
}

.green {
  color: #3F7714;
}

.paragraph {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: unset;
  color: #001957;
  font-family: "Marselis W04 Regular";
}

.top-down-padding {
  margin: 10px;
}

.quote {
  font-size: 22px;
  color: #001957;
  text-transform: uppercase;
  font-family: "MarselisSlabW05-Bold";
}
.quote p {
  margin: 10px 0;
}

/*==========================================*/
/*      PAGE 1 
=====================*/
.page1 {
  position: relative;
}

.non-mobile .logo-main {
  display: none;
}
.non-mobile .background-wrapper img {
  height: 80vh;
  object-fit: cover;
  width: 100%;
  object-position: left;
  display: block;
}
.non-mobile .background-wrapper .logo {
  position: absolute;
  width: 150px;
  fill: #001957;
  padding: 40px;
  top: 0;
  left: 0;
}
.non-mobile .background-wrapper .worum-box {
  width: 40em;
  position: absolute;
  bottom: 50px;
  color: white;
}
.non-mobile .background-wrapper .worum-box .inhalt {
  background: #001957;
  padding: 30px 30px 50px 30px;
}
.non-mobile .background-wrapper .worum-box .inhalt h2 {
  font-size: 3rem;
  line-height: 3.25rem;
  margin: 0;
  color: white;
}
.non-mobile .background-wrapper .worum-box .inhalt .small {
  font-family: "MarselisSlabW05-Bold";
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .non-mobile .background-wrapper img {
    height: auto;
  }
  .non-mobile .background-wrapper .worum-box {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .non-mobile .logo {
    display: none;
  }
  .non-mobile .logo-main {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2.5rem;
    width: 6.75rem;
    fill: #001957;
    padding: 30px;
  }
  .non-mobile .logo-main svg {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .non-mobile .background-wrapper .worum-box {
    bottom: 0;
    position: relative;
    width: 100%;
  }
  .non-mobile .background-wrapper .worum-box .inhalt {
    padding: 25px 30px 25px 30px;
  }
  .non-mobile .background-wrapper .worum-box .inhalt h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .non-mobile .background-wrapper .worum-box .inhalt .small {
    font-size: 16px;
  }
  .non-mobile .background-wrapper .logo-main {
    height: 1.875rem;
    width: 4.6875rem;
    padding: 0.9375rem 0;
  }
}
/*--------mobile---------*/
.for-mobile .background-wrapper {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.for-mobile .background-wrapper .background-image-wrapper img {
  display: block;
  width: 100%;
  object-position: left;
}
.for-mobile .background-wrapper .background-image-wrapper .logo {
  position: absolute;
  width: 150px;
  fill: #001957;
  padding: 40px;
  top: 0;
  left: 0;
}
.for-mobile .background-wrapper .worum-box {
  width: 100%;
  position: relative;
  bottom: 0;
  color: white;
}
.for-mobile .background-wrapper .worum-box .inhalt {
  background: #001957;
  padding: 30px 30px 50px 30px;
}
.for-mobile .background-wrapper .worum-box .inhalt span {
  color: white;
}
.for-mobile .background-wrapper .worum-box .inhalt span:first-child {
  color: #FFA500;
}
.for-mobile .background-wrapper .worum-box .inhalt h1 {
  text-transform: uppercase;
}
.for-mobile .background-wrapper .worum-box .inhalt h2 {
  font-size: 60px;
}

/*      CENTERPAGE
==========================*/
.non-mobile .centerpage {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: start;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
  padding: 75px 0 15px 0;
}
.non-mobile .centerpage .headline h2 {
  line-height: 3.25rem;
}
.non-mobile .centerpage .paragraph {
  font-family: "MarselisSlabW05-Light";
  width: 60%;
}
.non-mobile .centerpage .paragraph p {
  margin: 50px 0;
}

@media (max-width: 1024px) {
  .non-mobile .centerpage {
    padding: 75px 30px 15px 30px;
  }
  .non-mobile .centerpage .headline {
    width: 100%;
  }
  .non-mobile .centerpage .headline h2 {
    padding: 0 30px;
  }
  .non-mobile .centerpage .paragraph {
    width: 100%;
  }
  .non-mobile .centerpage .paragraph p {
    margin: 40px 0 20px;
  }
}
@media (max-width: 450px) {
  .non-mobile .centerpage {
    padding: 15px 10px 15px 10px;
  }
  .non-mobile .centerpage .headline h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    padding: 0;
  }
  .non-mobile .centerpage .paragraph p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0 5px 0 5px;
  }
}
/*      Button 
========================*/
.button-wrapper .button {
  margin: 1.125rem 0.625rem;
  min-width: 14.25rem;
  padding: 1.0625rem 1.25rem;
  color: #001957;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  cursor: pointer;
}
.button-wrapper .button svg {
  fill: #001957;
}
.button-wrapper .button--secondary {
  max-width: 340px;
  background: #00e6e6;
  border-radius: 0.625rem;
  font-family: "Marselis W04 Bold";
  font-size: 1.6rem;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button-wrapper .button--secondary .date {
  position: relative;
  width: 30px;
  margin-right: 20px;
  float: left;
}
.button-wrapper .button--secondary:hover {
  background: #00FAFA;
}
.button-wrapper .button--secondary:active {
  background: #00e6e6;
  transition: none;
}

@media (max-width: 515px) {
  .button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button-wrapper .button {
    margin: 0;
  }
  .button-wrapper .button--secondary {
    max-width: unset;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
  }
  .button-wrapper .button--secondary .date {
    height: 1.4rem;
  }
}
/*      FLEX-PAGE   
========================*/
.non-mobile .flex-page {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 75px 50px 120px 50px;
}
.non-mobile .flex-page .image-container {
  display: flex;
  height: 100%;
}
.non-mobile .flex-page .image-container .headline-mobile {
  display: none;
}
.non-mobile .flex-page .image-container .image-wrapper {
  width: 50%;
  flex-shrink: 0;
}
.non-mobile .flex-page .image-container .image-wrapper img {
  width: 100%;
  display: block;
}
.non-mobile .flex-page .image-container .information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 20px 0 30px;
  width: 50%;
}
.non-mobile .flex-page .image-container .information .headline {
  margin: 20px 0;
}
.non-mobile .flex-page .image-container .information p {
  margin: 0;
}
.non-mobile .flex-page .image-container .information .button {
  margin: 0;
}
.non-mobile .flex-page .image-container .information .link-info {
  font-family: "Marselis W04 Black";
  cursor: pointer;
  font-size: 1.5rem;
  margin-bottom: auto;
  margin-top: 40px;
}
.non-mobile .flex-page .image-container .information .link-info a {
  text-decoration: none;
  color: #3F7717;
}
.non-mobile .flex-page .image-container .information .link-info a:after {
  border-right: 3px solid #3F7714;
  border-bottom: 3px solid #3F7714;
  width: 10px;
  height: 10px;
  margin-left: 17px;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .non-mobile .flex-page .headline {
    display: none;
  }
  .non-mobile .flex-page .image-container {
    display: flex;
    flex-direction: column;
  }
  .non-mobile .flex-page .image-container .headline-mobile {
    display: block;
  }
  .non-mobile .flex-page .image-container .headline-mobile h2 {
    line-height: 3.5rem;
    margin: 20px 0 40px 0;
  }
  .non-mobile .flex-page .image-container .image-wrapper {
    width: 100%;
  }
  .non-mobile .flex-page .image-container .information {
    padding: 0;
    width: 100%;
  }
  .non-mobile .flex-page .image-container .information .button-wrapper {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 50px;
  }
}
@media (max-width: 620px) {
  .non-mobile .flex-page .image-container .headline-mobile h2 {
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 0;
    margin-bottom: 20px;
  }
  .non-mobile .flex-page .image-container .information .paragraph p {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 550px) {
  .non-mobile .flex-page .image-container .headline-mobile h2 {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0;
    margin-bottom: 20px;
  }
  .non-mobile .flex-page .image-container .information .paragraph p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 450px) {
  .non-mobile .flex-page {
    padding: 0px 10px 15px 10px;
  }
  .non-mobile .flex-page .quote p {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  .non-mobile .flex-page .image-container .headline-mobile h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 0;
    margin-bottom: 20px;
  }
  .non-mobile .flex-page .image-container .information .paragraph p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .non-mobile .flex-page .image-container .information .link-info {
    margin-top: 10px;
  }
  .non-mobile .flex-page .image-container .information .link-info a {
    font-size: 1rem;
  }
  .non-mobile .flex-page .image-container .information .button-wrapper {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
/*      CONTACT
=====================*/
.contact {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
}
.contact .icon {
  height: 150px;
  width: 150px;
  margin: 50px;
}
.contact .headline {
  color: white;
  margin-bottom: 20px;
}
.contact .headline h2 {
  text-align: center;
  color: white;
}
.contact .background-full {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  background: #001957;
  padding: 30px;
  margin-top: 80px;
}
.contact .background-full .button {
  background: none;
  color: #00e6e6;
  border: 2px solid #00e6e6;
}
.contact .background-full .button--secondary {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  width: 340px;
}
.contact .socialmedia-icons {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  margin: 30px;
}
.contact .socialmedia-icons div {
  height: 40px;
  width: 40px;
  margin: 0px 30px;
}
.contact .socialmedia-icons div svg {
  fill: white;
}

@media (max-width: 515px) {
  .contact .background-full .button {
    background: none;
    color: #00e6e6;
    border: 2px solid #00e6e6;
  }
  .contact .background-full .button--secondary {
    max-width: 280px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 1.125rem 0.625rem;
    padding: 1.0625rem 1.25rem;
  }
}
@media (max-width: 450px) {
  .contact .headline {
    margin-bottom: 0;
  }
  .contact .headline h2 {
    font-size: 1.75rem;
  }
  .contact .background-full {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    background: #001957;
    padding: 30px;
    margin-top: 80px;
  }
  .contact .socialmedia-icons {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    margin: 30px;
  }
  .contact .socialmedia-icons div {
    height: 40px;
    width: 40px;
    margin: 0px 20px;
  }
}
.headline.white {
  color: white;
}

/*      FOOTER
=======================*/
.footer .top-wrapper {
  padding: 40px 300px 30px 100px;
}
.footer .top-wrapper .logo-wrapper {
  display: flex;
  align-items: baseline;
}
.footer .top-wrapper .logo-wrapper .logo {
  width: 100px;
  fill: #001957;
  height: 40px;
}
.footer .top-wrapper .logo-wrapper .logo-quote {
  font-family: "MarselisSlabW05-Bold";
  font-size: 20px;
  color: #001957;
}
.footer .top-wrapper .paragraph {
  font-size: 0.875rem;
}
.footer .top-wrapper .paragraph p {
  margin-top: 40px;
}
.footer .top-wrapper .paragraph.big {
  margin-bottom: 30px;
}
.footer .top-wrapper .paragraph.big a {
  font-size: 18px;
  text-decoration: none;
  color: #001957;
  font-family: "Marselis W04 Black";
}
.footer .top-wrapper .paragraph.big a:after {
  content: "";
  position: absolute;
  border-right: 3px solid #001957;
  border-bottom: 3px solid #001957;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  margin-top: 14px;
  transform: translateY(-50%) rotate(-45deg);
}
.footer .lower-wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: start;
  padding: 40px 100px 40px 100px;
  font-family: "Marselis W04 Regular";
}
.footer .lower-wrapper .volksbank-logo {
  width: 300px;
}
.footer .lower-wrapper .volksbank-logo img {
  width: 100%;
}
.footer .lower-wrapper hr {
  margin: 0;
}
.footer .lower-wrapper .links {
  padding-top: 40px;
}
.footer .lower-wrapper .links a {
  margin: 40px;
  font-size: 15px;
  color: #001957;
}

/*-----------mobile------------*/
@media only screen and (max-width: 1024px) {
  .footer .top-wrapper {
    padding: 50px 50px 20px 50px;
  }
  .footer .top-wrapper .paragraph.big {
    margin-bottom: 0;
  }
  .footer .lower-wrapper {
    padding: 30px 50px;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: start;
  }
  .footer .lower-wrapper .volksbank-logo {
    margin-bottom: 40px;
  }
  .footer .lower-wrapper .links {
    padding-top: unset;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-evenly;
    align-items: center;
  }
  .footer .lower-wrapper .links a {
    margin: 0;
    margin-right: 80px;
  }
}
@media (max-width: 450px) {
  .footer .top-wrapper {
    padding: 50px 30px 20px 30px;
  }
  .footer .top-wrapper .logo-wrapper .logo-quote p {
    font-size: 14px;
  }
  .footer .top-wrapper .paragraph.big {
    margin-bottom: 0;
  }
  .footer .top-wrapper .paragraph.big a {
    font-size: 18px;
  }
  .footer .lower-wrapper {
    padding: 2.5rem 1.25rem;
    display: block;
  }
  .footer .lower-wrapper .volksbank-logo {
    margin-bottom: 40px;
  }
  .footer .lower-wrapper .volksbank-logo img {
    width: 17.8125rem;
  }
  .footer .lower-wrapper .links {
    padding-top: unset;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-evenly;
    align-items: center;
  }
  .footer .lower-wrapper .links a {
    margin: 0;
    font-size: 1rem;
  }
}
/*      ELAN und AGIL        
==========================*/
.elan-info,
.agil-info {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.elan-info .circle22,
.agil-info .circle22 {
  display: none;
}
.elan-info .back-button,
.agil-info .back-button {
  padding: 10px 0 0 35px;
}
.elan-info .back-button a,
.agil-info .back-button a {
  cursor: pointer;
  font-size: 20px;
  text-decoration: none;
  font-family: "Marselis W04 Black";
  font-size: 1.5rem;
}
.elan-info .back-button a:before,
.agil-info .back-button a:before {
  content: "";
  position: absolute;
  border-right: 3px solid #3F7714;
  border-bottom: 3px solid #3F7714;
  width: 10px;
  height: 10px;
  margin-left: -20px;
  margin-top: 17px;
  transform: translateY(-50%) rotate(-225deg);
}
.elan-info .big-wrapper,
.agil-info .big-wrapper {
  overflow: auto;
  position: relative;
}
.elan-info .big-wrapper .circle-info,
.agil-info .big-wrapper .circle-info {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.elan-info .big-wrapper .circle-info img,
.agil-info .big-wrapper .circle-info img {
  width: 300px;
}
.elan-info .big-wrapper .circle-info .little-info,
.agil-info .big-wrapper .circle-info .little-info {
  margin-top: 70px;
}
.elan-info .big-wrapper .circle-info .little-info p,
.agil-info .big-wrapper .circle-info .little-info p {
  font-size: 15px;
  line-height: 15px;
  font-family: "MarselisW05-Regular";
  width: 500px;
  color: #001957;
}
.elan-info .big-wrapper .right-absolute,
.agil-info .big-wrapper .right-absolute {
  background: #FFF2DC;
  float: right;
  right: 0;
  top: 0;
  width: 60%;
  margin: 30px;
  z-index: -100;
}
.elan-info .big-wrapper .right-absolute h1,
.agil-info .big-wrapper .right-absolute h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #001957;
  font-family: "Marselis W04 Bold";
}
.elan-info .big-wrapper .right-absolute .content,
.agil-info .big-wrapper .right-absolute .content {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.elan-info .big-wrapper .right-absolute .list,
.agil-info .big-wrapper .right-absolute .list {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1rem;
}
.elan-info .big-wrapper .right-absolute .list ul li p,
.agil-info .big-wrapper .right-absolute .list ul li p {
  font-family: "Marselis W04 Regular";
  color: #001957;
}
.elan-info .big-wrapper .right-absolute .list ul li p:first-child,
.agil-info .big-wrapper .right-absolute .list ul li p:first-child {
  font-family: "Marselis W04 Bold";
  color: #3F7714;
}
.elan-info .big-wrapper .right-absolute .last-div,
.agil-info .big-wrapper .right-absolute .last-div {
  background: white;
  padding: 30px 0;
}
.elan-info .big-wrapper .right-absolute .last-div .last,
.agil-info .big-wrapper .right-absolute .last-div .last {
  width: 60%;
  margin: 0 auto;
}
.elan-info .big-wrapper .right-absolute .last-div .last h2,
.agil-info .big-wrapper .right-absolute .last-div .last h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #001957;
}
.elan-info .big-wrapper .right-absolute .last-div .last p,
.agil-info .big-wrapper .right-absolute .last-div .last p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #001957;
  font-family: "Marselis W04 Regular";
}
.elan-info .big-wrapper .right-absolute .last-div .last .link-info,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info {
  font-size: 1.5rem;
  font-weight: bold;
}
.elan-info .big-wrapper .right-absolute .last-div .last .link-info a,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info a {
  text-decoration: none;
  font-family: "Marselis W04 Black";
  color: #3F7714;
}
.elan-info .big-wrapper .right-absolute .last-div .last .link-info .first-link,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info .first-link {
  color: #001957;
  margin-bottom: 20px;
  margin-top: 40px;
}
.elan-info .big-wrapper .right-absolute .last-div .last .link-info a:after,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info a:after {
  border-right: 3px solid #3F7714;
  border-bottom: 3px solid #3F7714;
  width: 10px;
  height: 10px;
  margin-left: 17px;
  margin-top: 17px;
}
.elan-info .big-wrapper .image-left,
.agil-info .big-wrapper .image-left {
  position: absolute;
  height: 500px;
  width: 40%;
  margin: 65px 0 0 20px;
  z-index: 100;
}
.elan-info .big-wrapper .image-left img,
.agil-info .big-wrapper .image-left img {
  width: 110%;
  object-fit: cover;
  object-position: right;
}
.elan-info .small-div,
.agil-info .small-div {
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.elan-info .lower-wrapper,
.agil-info .lower-wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: start;
  padding: 40px 100px 40px 100px;
  font-family: "Marselis W04 Regular";
}
.elan-info .lower-wrapper .volksbank-logo,
.agil-info .lower-wrapper .volksbank-logo {
  width: 300px;
}
.elan-info .lower-wrapper .volksbank-logo img,
.agil-info .lower-wrapper .volksbank-logo img {
  width: 100%;
}
.elan-info .lower-wrapper hr,
.agil-info .lower-wrapper hr {
  margin: 0;
}
.elan-info .lower-wrapper .links,
.agil-info .lower-wrapper .links {
  padding-top: 40px;
}
.elan-info .lower-wrapper .links a,
.agil-info .lower-wrapper .links a {
  margin: 40px;
  font-size: 15px;
  color: #001957;
}

.agil-info .big-wrapper .image-left img {
  object-position: center;
}

.closebutton {
  position: fixed;
  height: 20px;
  width: 20px;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  float: right;
  padding: 20px;
  cursor: pointer;
}

ul {
  list-style: none;
  line-height: 2rem;
  position: relative;
}
ul li {
  margin: 5px;
}
ul li p {
  margin: 0;
}

ul li:before {
  content: "L";
  font-family: "Marselis W04 Regular";
  color: #3F7714;
  position: absolute;
  font-size: 40px;
  left: 14px;
  margin-top: -4px;
  transform: scaleX(-1) rotate(-35deg);
}

.link-info a:after {
  content: "";
  position: absolute;
  border-right: 3px solid #3F7714;
  border-bottom: 3px solid #3F7714;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 15px;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 450px) {
  .link-info a:after {
    border-right: 2px solid #3F7714;
    border-bottom: 2px solid #3F7714;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    margin-top: 18px;
  }
}
/* =========================
        AGIL und ELAN mobile
=================================*/
@media (max-width: 1024px) {
  .elan-info .big-wrapper,
.agil-info .big-wrapper {
    display: block;
  }
  .elan-info .big-wrapper .circle-info,
.agil-info .big-wrapper .circle-info {
    display: none;
  }
  .elan-info .big-wrapper .image-left,
.agil-info .big-wrapper .image-left {
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .elan-info .big-wrapper .image-left img,
.agil-info .big-wrapper .image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .elan-info .big-wrapper .right-absolute,
.agil-info .big-wrapper .right-absolute {
    background: #FFF2DC;
    width: 100%;
    right: 0;
    top: 0;
    margin: 0;
  }
  .elan-info .big-wrapper .right-absolute .content,
.agil-info .big-wrapper .right-absolute .content {
    margin: 0 auto;
    padding: 20px;
    position: relative;
    padding-top: 70px;
    width: 80%;
  }
  .elan-info .big-wrapper .right-absolute .content .button-wrapper .button,
.agil-info .big-wrapper .right-absolute .content .button-wrapper .button {
    margin-left: auto;
    margin-right: auto;
  }
  .elan-info .big-wrapper .right-absolute h2,
.agil-info .big-wrapper .right-absolute h2 {
    margin: 20px 0;
    font-size: 42px;
    line-height: 3rem;
    margin-bottom: 40px;
  }
  .elan-info .big-wrapper .right-absolute span:first-child,
.agil-info .big-wrapper .right-absolute span:first-child {
    color: #3F7714;
  }
  .elan-info .big-wrapper .right-absolute .green,
.agil-info .big-wrapper .right-absolute .green {
    color: #3F7714;
  }
  .elan-info .big-wrapper .right-absolute .list,
.agil-info .big-wrapper .right-absolute .list {
    text-align: left;
    font-size: 2rem;
  }
  .elan-info .big-wrapper .right-absolute .list li,
.agil-info .big-wrapper .right-absolute .list li {
    line-height: 2.5rem;
    margin: 20px 0;
  }
  .elan-info .big-wrapper .right-absolute .last-div,
.agil-info .big-wrapper .right-absolute .last-div {
    padding: 30px 10px;
    background: white;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last,
.agil-info .big-wrapper .right-absolute .last-div .last {
    width: 80% !important;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .circle22,
.agil-info .big-wrapper .right-absolute .last-div .last .circle22 {
    width: 300px;
    display: block;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last p,
.agil-info .big-wrapper .right-absolute .last-div .last p {
    font-size: 30px;
    line-height: 30px;
    color: #001957;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last h2,
.agil-info .big-wrapper .right-absolute .last-div .last h2 {
    font-size: 42px;
    line-height: 3rem;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info .small-info p,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info .small-info p {
    font-size: 1rem;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info a,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info a {
    text-decoration: none;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info .first-link,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info .first-link {
    margin-bottom: 60px;
    font-size: 2rem;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info .first-link span,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info .first-link span {
    color: #3F7714;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info a:after,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info a:after {
    border-right: 4px solid #3F7714;
    border-bottom: 4px solid #3F7714;
    width: 10px;
    height: 10px;
    margin-left: 17px;
    margin-top: 22px;
  }
  .elan-info .big-wrapper .right-absolute .button-wrapper,
.agil-info .big-wrapper .right-absolute .button-wrapper {
    text-align: center;
  }
  .elan-info .lower-wrapper,
.agil-info .lower-wrapper {
    padding: 30px 50px;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: start;
  }
  .elan-info .lower-wrapper .volksbank-logo,
.agil-info .lower-wrapper .volksbank-logo {
    margin-bottom: 40px;
  }
  .elan-info .lower-wrapper .links,
.agil-info .lower-wrapper .links {
    padding-top: unset;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-evenly;
    align-items: center;
  }
  .elan-info .lower-wrapper .links a,
.agil-info .lower-wrapper .links a {
    margin: 0;
    margin-right: 80px;
  }
}
@media (max-width: 1024px) and (max-width: 450px) {
  .elan-info .big-wrapper,
.agil-info .big-wrapper {
    display: flex;
    padding: 0;
  }
  .elan-info .big-wrapper .image-left,
.agil-info .big-wrapper .image-left {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .elan-info .big-wrapper .image-left img,
.agil-info .big-wrapper .image-left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .elan-info .big-wrapper .right-absolute,
.agil-info .big-wrapper .right-absolute {
    background: #FFF2DC;
    width: 100%;
    right: 0;
    top: 0;
    margin: 0;
    margin-top: 100px;
    padding-top: 200px;
  }
  .elan-info .big-wrapper .right-absolute .last-div,
.agil-info .big-wrapper .right-absolute .last-div {
    padding: 30px 10px;
    background: white;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last,
.agil-info .big-wrapper .right-absolute .last-div .last {
    width: 100%;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .circle,
.agil-info .big-wrapper .right-absolute .last-div .last .circle {
    width: 300px;
    display: block;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .circle p,
.agil-info .big-wrapper .right-absolute .last-div .last .circle p {
    font-size: 42px;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .circle span,
.agil-info .big-wrapper .right-absolute .last-div .last .circle span {
    font-size: 70px;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last p,
.agil-info .big-wrapper .right-absolute .last-div .last p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #001957;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last h2,
.agil-info .big-wrapper .right-absolute .last-div .last h2 {
    font-size: 1.85rem;
    line-height: 2.5rem;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info .small-info p,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info .small-info p {
    font-size: 1rem;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info a,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info a {
    text-decoration: none;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info .first-link,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info .first-link {
    margin-bottom: 60px;
    font-size: 2rem;
  }
  .elan-info .big-wrapper .right-absolute .last-div .last .link-info .first-link span,
.agil-info .big-wrapper .right-absolute .last-div .last .link-info .first-link span {
    color: #001957;
  }
  .elan-info .big-wrapper .right-absolute .content,
.agil-info .big-wrapper .right-absolute .content {
    padding: 0 10px;
    position: relative;
    padding-top: 10px;
    width: 100%;
  }
  .elan-info .big-wrapper .right-absolute .content h1,
.agil-info .big-wrapper .right-absolute .content h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .elan-info .big-wrapper h2,
.agil-info .big-wrapper h2 {
    margin: 20px 0;
    font-size: 42px;
    line-height: 3rem;
    margin-bottom: 40px;
  }
  .elan-info .big-wrapper span:first-child,
.agil-info .big-wrapper span:first-child {
    color: #3F7714;
  }
  .elan-info .big-wrapper .green,
.agil-info .big-wrapper .green {
    color: #3F7714;
  }
  .elan-info .big-wrapper .list,
.agil-info .big-wrapper .list {
    text-align: left;
    font-size: 1.75rem;
  }
  .elan-info .big-wrapper .list li,
.agil-info .big-wrapper .list li {
    line-height: 2.5rem;
    margin: 20px 0;
    font-size: 1.75rem;
  }
  .elan-info .big-wrapper .button-wrapper,
.agil-info .big-wrapper .button-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .elan-info .big-wrapper .button-wrapper .button,
.agil-info .big-wrapper .button-wrapper .button {
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    width: 280px;
  }
}
@media (max-width: 450px) {
  .elan-info .big-wrapper .right-absolute .content .list ul li,
.agil.info .big-wrapper .right-absolute .content .list ul li {
    font-size: 1px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button-wrapper .button--secondary {
    height: 25px;
    font-size: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 515px), (-ms-high-contrast: none) and (max-width: 515px) {
  .button-wrapper .button--secondary {
    height: 20px;
    font-size: 1.18rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex-page .image-container .information .paragraph {
    margin: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .non-mobile .background-wrapper {
    background: url(../Media/bilder_neueste/1920_ruv_header.jpg);
    -webkit-background-size: cover;
    height: 80vh;
    background-size: cover;
    background-position: left;
  }
  .non-mobile .background-wrapper .background-image-wrapper {
    display: none;
  }
  .non-mobile .background-wrapper-second {
    background: url(../Media/bilder_neueste/1920_ruv_banner_01.jpg);
    -webkit-background-size: cover;
    height: 60vh;
    background-size: cover;
    background-position: center center;
  }
  .non-mobile .background-wrapper-second .background-image-wrapper {
    display: none;
  }
  .non-mobile .background-wrapper-third {
    background: url(../Media/bilder_neueste/1920_ruv_banner_02.jpg);
    -webkit-background-size: cover;
    height: 60vh;
    background-size: cover;
    background-position: left;
  }
  .non-mobile .background-wrapper-third .background-image-wrapper {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .non-mobile .background-wrapper {
    width: 100%;
    height: auto;
    background: white;
  }
  .non-mobile .background-wrapper .background-image-wrapper {
    display: block;
  }
  .non-mobile .background-wrapper .worum-box {
    position: relative;
    bottom: 0;
  }
  .non-mobile .background-wrapper-second {
    height: 100%;
    background: white;
  }
  .non-mobile .background-wrapper-second .background-image-wrapper {
    display: block;
    width: 100%;
    height: auto;
  }
  .non-mobile .background-wrapper-third {
    height: 100%;
    background: white;
  }
  .non-mobile .background-wrapper-third .background-image-wrapper {
    display: block;
    width: 100%;
    height: auto;
  }

  .elan-info .big-wrapper .image-left img {
    display: none;
  }
  .elan-info .big-wrapper .image-left .background-for-ie {
    background: url(../Media/bilder_neueste/1200_contentbild_02.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: right center;
  }

  .agil-info .big-wrapper .image-left img {
    display: none;
  }
  .agil-info .big-wrapper .image-left .background-for-ie {
    background: url(../Media/bilder_neueste/1200_contentbild_04.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .elan-info .lower-wrapper .links,
.agil-info .lower-wrapper .links {
    margin-left: auto;
  }
  .elan-info .lower-wrapper .links a,
.agil-info .lower-wrapper .links a {
    margin: 0;
    margin-right: 40px;
    margin-top: 40px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .elan-info .lower-wrapper,
.agil-info .lower-wrapper {
    align-items: flex-start;
  }
  .elan-info .lower-wrapper .volksbank-logo,
.agil-info .lower-wrapper .volksbank-logo {
    margin-bottom: 0;
  }
  .elan-info .lower-wrapper .links,
.agil-info .lower-wrapper .links {
    margin-left: 0;
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 450px), (-ms-high-contrast: none) and (max-width: 450px) {
  .elan-info .big-wrapper .image-left .background-for-ie,
.agil-info .big-wrapper .image-left .background-for-ie {
    width: 100%;
    height: 300px;
  }
  .elan-info .lower-wrapper .links,
.agil-info .lower-wrapper .links {
    margin-left: auto;
  }
  .elan-info .lower-wrapper .links a,
.agil-info .lower-wrapper .links a {
    margin: 0;
    margin-right: 40px;
    margin-top: 40px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer .lower-wrapper .links {
    margin-left: auto;
  }
  .footer .lower-wrapper .links a {
    margin: 0;
    margin-right: 40px;
    margin-top: 40px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1024px), (-ms-high-contrast: none) and (max-width: 1024px) {
  .footer .lower-wrapper {
    align-items: flex-start;
  }
  .footer .lower-wrapper .volksbank-logo {
    margin-bottom: 0;
  }
  .footer .lower-wrapper .links {
    margin-left: 0;
    padding-top: 0;
  }
}