@charset "UTF-8";
/* inter-100 - 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: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v18-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - 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: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v18-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - 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: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - 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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - 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: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - 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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - 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: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v18-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* UNIPFARRE FARB VARIABLEN */
/* FARB VARIABLEN */
/* MASSE VARIABLEN */
/* FONT VARIABLEN */
/* HINTERGRUND*/
.beton-bg {
  background-color: #B3B3B3;
  color: #fff;
}
.lehm-bg {
  background-color: #EEE;
}
.orange-bg {
  background-color: #FF8000;
  color: #fff;
}
.grau-bg {
  background-color: #D1CCC7;
}
.weiss-bg {
  background-color: #fff;
}
.trans-bg {
  background-color: rgba(255, 255, 255, 0.3);
}
.textcolor {
  background-image: linear-gradient(220.55deg, #0080FF 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quadratur {
  background-color: #fff;
  opacity: 1;
  background-image: linear-gradient(#EEE 1px, transparent 1px), linear-gradient(to right, #EEE 1px, #fff 1px);
  background-size: 20px 20px;
}
/* FARBSYSTEM */
.palette {
  height: 500px;
}
.paletti:first-child {
  border-radius: 15px 15px 0 0;
}
.paletti:last-child {
  border-radius: 0 0 15px 15px;
}
.paletto:first-child {
  border-radius: 15px 0 0 15px;
}
.paletto:last-child {
  border-radius: 0 15px 15px 0;
}
.h-60 {
  height: 60% !important;
}
.h-30 {
  height: 30% !important;
}
.h-10 {
  height: 10% !important;
}
.ball {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 auto;
}
/* SOCIAL MEDIA FIXED */
.sm-fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  border-radius: 10px;
}
.sm-fixed .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* SLICK.JS */
.slick-list {
  margin: 0 -27px;
}
.slick-slide {
  margin: 0 27px;
}
/* VERTICAL JUSTIFY */
.spacebetween {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spacearound {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/* BI ICONS ROUNDED CIRCLE */
.icon-flex, .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-wrapper {
  border-radius: 50%;
  overflow: hidden;
  font-size: 2.5rem;
  width: 5rem;
  height: 5rem;
}
.icon-wrapper .bi {
  color: #EEE;
}
/* GENERELL */
body {
  font-family: "Inter", sans-serif;
  color: #444;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding-top: 50px;
}
body::-webkit-scrollbar {
  display: none;
}
.rounded {
  border-radius: 10px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #FF8000;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #d5d5d5;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #EEE;
  clear: both;
}
a {
  color: #FF8000;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
#scrollanim {
  mix-blend-mode: multiply;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 10pt;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.gray {
  filter: grayscale(100%);
  opacity: 1;
}
.back .bi {
  font-size: 2rem;
  color: #FF8000;
}
.badge {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.badge a {
  color: #fff;
  text-decoration: none;
}
.textschatten {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.stars .bi {
  padding-left: 2px;
  padding-right: 2px;
}
.hilfe {
  font-size: 1.4rem;
  color: cornflowerblue;
}
.table tr td, .table tr th {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #000;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-social {
  font-size: 2rem;
  margin-right: 1opx;
}
/* BILDER */
.img-dark {
  filter: brightness(80%);
}
.img-cover {
  object-fit: cover;
  object-position: center;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.aspectoben {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.einszueins {
  padding-bottom: 100%;
}
.orangeenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* EFFEKT: https://baseline.is/tools/css-photo-filters/ */
.image-container {
  display: inline-block;
  position: relative;
  line-height: 0;
  background: #ffffff;
}
.image-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: #faaa00;
  opacity: 1;
}
.image-container > img {
  -webkit-filter: grayscale(50%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(140%) sepia(0%);
  filter: grayscale(50%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(140%) sepia(0%);
  mix-blend-mode: none;
}
.kreis {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.kreis span {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.viereck {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  background-color: #FF8000;
}
.viereck span {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-background {
  font-size: 3vw;
  display: inline;
  color: #fff;
  line-height: 160%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
  padding: 0 12px 6px;
}
/* MASTHEAD*/
.masthead {
  background-size: cover;
  background-position: center;
  position: relative;
}
.color-overlay {
  position: relative;
}
/* TYPE */
h1 {
  color: #FF8000;
  margin-top: 15px;
  margin-bottom: 60px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3em;
  }
}
h2 {
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #B3B3B3;
}
h3 {
  color: #FF8000;
  font-size: 1.6em;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  hyphens: auto;
  -webkit-hyphens: auto;
  /* Für Safari */
  -moz-hyphens: auto;
  /* Für Firefox */
  -ms-hyphens: auto;
  /* Für Internet Explorer */
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.text-shadow {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}
/* NAVBAR */
.navbar {
  background: linear-gradient(220.55deg, #0080FF 0%, #FF8000 100%);
  border-bottom: 0;
}
.navbar-nav .nav-link {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
}
/* BEREICHE */
.social {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.social .bi {
  color: #FF8000;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.viereroben .bi {
  color: #EEE;
  font-size: 1.5rem;
}
.vierer {
  background: linear-gradient(220.55deg, #0080FF 0%, #FF8000 100%);
  padding: 60px 0;
}
.vierer h3, .vierer p {
  color: #fff;
}
.viererunten .bi {
  color: rgba(255, 255, 255, 0.3);
  font-size: 2rem;
}
.topthemen {
  background-color: #EEE;
  padding: 90px 0;
  position: relative;
}
.topthemen h3 {
  color: #B3B3B3;
}
.topwellen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.topwellen svg {
  position: relative;
  display: block;
  width: calc(138% + 1.3px);
  height: 56px;
  transform: rotateY(180deg);
}
.topwellen .shape-fill {
  fill: #FFFFFF;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
}
.btn-link {
  color: #EEE;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #FF8000;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #fff;
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}
.btn-button:hover {
  color: #fff;
  background-color: #EEE;
  border-color: #EEE;
}
.btn-orange {
  background-color: #FF8000;
  color: #fff;
}
.btn-beton {
  background-color: #B3B3B3;
  color: #fff;
}
.btn-lehm {
  background-color: #EEE;
  color: #fff;
}
.btn-grau {
  background-color: #D1CCC7;
}
.btn-weiss {
  background-color: #fff;
}
.btn-outline-orange {
  border-color: #FF8000;
  color: #FF8000;
}
.btn-outline-beton {
  border-color: #B3B3B3;
  color: #B3B3B3;
}
.btn-outline-lehm {
  border-color: #EEE;
  color: #EEE;
}
.btn-outline-grau {
  border-color: #D1CCC7;
  color: #D1CCC7;
}
.btn-outline-weiss {
  border-color: #fff;
  color: #fff;
}
.btn-fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-fixed:hover, .btn-fixed:visited {
  background-color: #D1CCC7;
}
/* CARDS */
.card {
  border-radius: 10px;
}
.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-header {
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.card-header:first-child {
  border-radius: 10px 10px 0 0;
}
.card-footer {
  border-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.card-footer:last-child {
  border-radius: 0 0 10px 10px;
}
.card-blog {
  background-color: #fff;
}
.border-secondary {
  border-color: #DFE2E6 !important;
}
.vr {
  width: 1px;
  min-height: 1.7em;
  opacity: 1;
}
.card-counter .bi {
  font-size: 2.5rem;
  color: #FF8000;
}
.card-body .bi {
  font-size: 2rem;
}
.card-img-overlay:hover {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  transition: background 1s ease;
}
.card-img-overlay .btn {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.card-img-overlay:hover .btn {
  opacity: 1;
}
.card-img-overlay .bi {
  font-size: 2.5rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.card-img-overlay:hover .bi {
  opacity: 1;
}
.card .btn-link {
  color: #B3B3B3;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
