body {
  --primary-font: 'Barlow',
      sans-serif;
  --secondary-font: 'Barlow',
      sans-serif;
  --global-padding: 20px;
  --content-width: 1600px;
  --content-max-width: 1280px;
  --grey-light: rgba(71,84,93,0.45);
  --grey-dark: #EEE;
  --primary-color: #586E77;
  --primary-color-dark: #002844;
  --secondary-color: #586E77;
  --text-color: #47545D;
  --desktop-wide: 1280px;
  --tile-mobile-breakpoint: 768px;
  --block-container-outer-container-wide-width: 100%;
}
body.page-id-929, body.parent-pageid-929 {
  --primary-font: 'Barlow',
  sans-serif;
  --secondary-font: 'Barlow',
      sans-serif;
  --global-padding: 20px;
  --content-width: 1600px;
  --content-max-width: 1280px;
  --grey-light: rgba(71,84,93,0.45);
  --grey-dark: #EEE;
  --primary-color: #45AC34;
  --primary-color-dark: #45AC34;
  --secondary-color: #45AC34;
  --text-color: #47545D;
  --desktop-wide: 1280px;
  --tile-mobile-breakpoint: 768px;
}
body.page-id-950, body.parent-pageid-950 {
  --primary-font: 'Barlow',
  sans-serif;
  --secondary-font: 'Barlow',
      sans-serif;
  --global-padding: 20px;
  --content-width: 1600px;
  --content-max-width: 1280px;
  --grey-light: rgba(71,84,93,0.45);
  --grey-dark: #EEE;
  --primary-color: #f6b223;
  --primary-color-dark: #f6b223;
  --secondary-color: #f6b223;
  --text-color: #47545D;
  --desktop-wide: 1280px;
  --tile-mobile-breakpoint: 768px;
}
body.page-id-946, body.parent-pageid-946 {
  --primary-font: 'Barlow',
  sans-serif;
  --secondary-font: 'Barlow',
      sans-serif;
  --global-padding: 20px;
  --content-width: 1600px;
  --content-max-width: 1280px;
  --grey-light: rgba(71,84,93,0.45);
  --grey-dark: #EEE;
  --primary-color: #E0053C;
  --primary-color-dark: #E0053C;
  --secondary-color: #E0053C;
  --text-color: #47545D;
  --desktop-wide: 1280px;
  --tile-mobile-breakpoint: 768px;
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
/*
@extend %paleri;
*/
/*
@extend %transition;
*/
/*
@extend %button;
*/
.big-picture-outer-wrapper {
  width: 100%;
  padding-left: var(--block-container-outer-padding-left, var(--global-padding));
  padding-right: var(--block-container-outer-padding-right, var(--global-padding));
}
@media (max-width: 580px) {
  .big-picture-outer-wrapper {
    display: none;
  }
}
.big-picture-outer-wrapper .big-picture-inner-wrapper {
  padding-top: var(--block-container-padding-top, var(--block-container-vertical-padding, var(--block-container-padding, 50px)));
  padding-right: var(--block-container-padding-right, var(--block-container-horizontal-padding, var(--block-container-padding, 0)));
  padding-bottom: var(--block-container-padding-bottom, var(--block-container-vertical-padding, var(--block-container-padding, 50px)));
  padding-left: var(--block-container-padding-left, var(--block-container-horizontal-padding, var(--block-container-padding, 0)));
  margin: 0 auto var(--block-margin-bottom, 0) auto;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
@media (max-width: 1281px) {
  .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container {
    flex-direction: column;
  }
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container {
  width: 20%;
}
@media (max-width: 1281px) {
  .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container {
    width: 100%;
  }
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li {
  list-style: none;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  opacity: 0.45;
  line-height: 1.1;
  transition: color 0.3s;
}
@media (min-width: 1281px) {
  .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li .title {
    font-size: 34px;
  }
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li .title:hover {
  cursor: pointer;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li .title.active {
  font-size: 32px;
  opacity: 1;
  transition: all 0.5s ease;
}
@media (min-width: 1281px) {
  .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li .title.active {
    font-size: 36px;
  }
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li#entwickeln .title:hover, .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li#entwickeln .title.active {
  color: #E0053C;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li#planen .title:hover, .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li#planen .title.active {
  color: #45AC34;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li#betreiben .title:hover, .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li#betreiben .title.active {
  color: #f6b223;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li .description {
  font-size: 15px;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 1281px) {
  .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .selector-container li .description {
    max-width: 70%;
  }
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container {
  width: 80%;
}
@media (max-width: 1281px) {
  .big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container {
    width: 100%;
  }
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gruen,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gelb,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-rot {
  display: none;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gruen > rect,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gelb > rect,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-rot > rect {
  fill: transparent;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gruen.show,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gelb.show,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-rot.show {
  display: block;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gruen.show:hover,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-gelb.show:hover,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container #marker-rot.show:hover {
  cursor: pointer;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container g[id^=text-gruen-],
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container g[id^=text-gelb-],
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container g[id^=text-rot-] {
  display: none;
}
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container g[id^=text-gruen-].show,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container g[id^=text-gelb-].show,
.big-picture-outer-wrapper .big-picture-inner-wrapper .big-picture-container .svg-container g[id^=text-rot-].show {
  display: block;
}

.modal-outer-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.modal-outer-wrapper > #close-modal {
  display: none;
  width: 0;
  fill: none;
}
.modal-outer-wrapper.show {
  display: block;
  position: fixed;
  z-index: 10000000000000000000000000000000000000000;
  background-color: rgba(71, 84, 93, 0.9);
}
.modal-outer-wrapper.show > #close-modal {
  display: block;
  fill: #d0d0d0;
  width: 30px;
  margin: 5% 15% 0 auto;
  stroke: #d0d0d0;
}
@media (max-width: 580px) {
  .modal-outer-wrapper.show > #close-modal {
    margin: 5% 5% 0 auto;
  }
}
.modal-outer-wrapper.show > #close-modal:hover {
  cursor: pointer;
}
.modal-outer-wrapper .modal-inner-wrapper {
  width: 65%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 580px) {
  .modal-outer-wrapper .modal-inner-wrapper {
    width: 90%;
  }
}
.modal-outer-wrapper .modal-inner-wrapper #page-container {
  background-color: white;
  padding: 35px;
  overflow-y: scroll;
  max-height: 90vh;
}
@media (max-width: 580px) {
  .modal-outer-wrapper .modal-inner-wrapper #page-container {
    max-height: 80vh;
    padding: 15px;
  }
}
.modal-outer-wrapper .modal-inner-wrapper #page-container {
  /* Scrollbar */
  /* width */
}
.modal-outer-wrapper .modal-inner-wrapper #page-container::-webkit-scrollbar {
  width: 5px;
}
.modal-outer-wrapper .modal-inner-wrapper #page-container {
  /* Track */
}
.modal-outer-wrapper .modal-inner-wrapper #page-container::-webkit-scrollbar-track {
  background: white;
}
.modal-outer-wrapper .modal-inner-wrapper #page-container {
  /* Handle */
}
.modal-outer-wrapper .modal-inner-wrapper #page-container::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 5px;
}
.modal-outer-wrapper .modal-inner-wrapper #page-container {
  /* Handle on hover */
}
.modal-outer-wrapper .modal-inner-wrapper #page-container::-webkit-scrollbar-thumb:hover {
  width: 10px;
}
.modal-outer-wrapper .modal-inner-wrapper #page-container .not-found {
  text-align: center;
  font-size: 25px;
}