/* archivo-narrow-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/archivo-narrow-v30-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-narrow-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo Narrow';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/archivo-narrow-v30-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-narrow-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/archivo-narrow-v30-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-narrow-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo Narrow';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/archivo-narrow-v30-latin-700italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/archivo-v19-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/archivo-v19-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/archivo-v19-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/archivo-v19-latin-700italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.kreis {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.kreis span {
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  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: 0px;
  text-align: center;
  position: relative;
  background-color: #b4c8d9;
}
.viereck span {
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* GENERELL */
body {
  font-family: 'Archivo', sans-serif;
  color: #687b8c;
}
.rounded,
.card-img-top {
  border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #b4c8d9;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #52616f;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #687b8c;
  clear: both;
}
a {
  color: #080b0d;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.img-dark {
  filter: brightness(80%);
}
#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;
}
.carousel-caption {
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.hand {
  cursor: zoom-in;
}
/* TYPE */
h1 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: 700;
}
h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p {
  font-size: 1em;
  line-height: 1.5em;
}
.text-background {
  font-size: 3vw;
  display: inline;
  color: #ffffff;
  background-color: #687b8c;
  line-height: 160%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
  padding: 0 12px 6px;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.bg-primary {
  background-color: #95acbf !important;
}
/* NAV-PILLS */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #b4c8d9;
}
.nav-pills .nav-link {
  background-color: #2e3640;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background-color: #95acbf;
  color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #b4c8d9;
  color: #ffffff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  background-color: #f3f3f3;
  padding: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* BEREICHE */
.headliner {
  background-color: #b4c8d9;
  padding: 60px 0 30px 0;
}
.inhalt {
  background-color: #b4c8d9;
  padding: 30px 0 60px 0;
}
.social {
  background-color: #b4c8d9;
  padding: 60px 0;
}
.social .bi {
  color: #95acbf;
  font-size: 3rem;
  margin-right: 0.3em;
}
.counter {
  background-color: #080b0d;
  padding: 60px 0;
}
.counter h1,
.counter p {
  color: #ffffff;
}
.zitat {
  background-color: #b4c8d9;
  padding: 30px 0;
}
.spruchdesmonats {
  background-color: #b4c8d9;
  padding: 30px 0;
}
.viereroben .bi {
  color: #687b8c;
  font-size: 1.5rem;
}
.vierer {
  background-color: #687b8c;
  padding: 60px 0 0 0;
}
.vierer h3,
.vierer p {
  color: #ffffff;
}
.viererunten .bi {
  color: rgba(255, 255, 255, 0.3);
  font-size: 2rem;
}
.testimonial {
  background-color: #687b8c;
  padding: 60px 0;
}
.testimonial .card {
  background-color: #a5b8c9;
}
.testimonial .card-header {
  background-color: #7593ac;
}
.testimonial .card-footer {
  background-color: #85a0b5;
}
.testimonial h5,
.testimonial p,
.testimonial h4 {
  color: #ffffff;
}
.testimonial h5 {
  padding-bottom: 15px;
}
.testimonial .bi {
  padding-right: 5px;
  color: #95acbf;
}
.testimonial strong,
.testimonial small {
  color: #95acbf;
}
.testimonial em {
  color: #d5dee5;
}
footer {
  background-color: #687b8c;
  padding: 30px 0 0 0;
}
footer p {
  color: #ffffff;
}
.topthemen {
  background-color: #080b0d;
  padding: 60px 0;
}
.leistungen .bi {
  color: #95acbf;
  font-size: 3rem;
  margin-right: 0.3em;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 0px;
}
.btn-link {
  color: #2e3640;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #080b0d;
}
.active.btn-link {
  color: #ffffff !important;
  font-weight: 700;
}
.btn-button {
  color: #ffffff;
  background-color: #95acbf;
  border-color: #95acbf;
}
.btn-primary {
  color: #2e3640;
  background-color: #b4c8d9;
  border-color: #b4c8d9;
}
/* CARDS */
.card {
  border: 0;
  background-color: #f3f3f3;
}
.card-header {
  background-color: #95acbf;
  color: #ffffff;
  border-bottom: 0;
}
.card-title {
  color: #ffffff;
}
.card-footer {
  border-top: 0;
  background-color: #ffffff;
}
.card-blog {
  background-color: #ffffff;
}
/* ACCORDION FAQ */
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}
.accordion .card-header.collapsed:after {
  content: "\f067";
}
/* 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;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #687b8c;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* VIDEO JUMBOTRON */
.jumbotron {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity: 0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
/* VIDEO YOUTUBE BACKGROUND */
.video-section .pattern-overlay {
  background-color: rgba(71, 71, 71, 0.1);
  padding: 110px 0 32px;
  min-height: 495px;
}
/* KARUSSELL FULLSCREEN */
.full-screen h5 {
  display: inline-block;
  padding: 10px;
  background: #B9121B;
  border-radius: 0px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial,regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial,regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial,regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
