@charset "UTF-8";
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Color Theme Swatches in Hex */
/* GENERELL */
body {
  font-family: "Roboto", sans-serif;
  color: #231f20;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  padding-top: 50px;
  background-image: url(/media/allgemein/hg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.img-rounded {
  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: #00a3da;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #007da7;
  color: #fff;
}
.thumbnail {
  border: 0;
}
.container hr, .hr {
  margin: 50px 0;
  border: 0;
  border-top: 1px solid #ddd;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #286aa6;
  border-radius: 0px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.5);
}
a {
  color: #00a3da;
}
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;
}
.alert {
  margin-bottom: 0;
  border-radius: 0px;
}
.alert-primary {
  color: #286aa6;
  background-color: #89B3D9;
  border: 0;
}
.alert-primary h3 {
  color: #fff;
}
.carouso {
  color: #231f20;
  background-color: #D9D9D9;
  padding: 5px;
}
/* TYPE */
h1, h2, h3, h4, h5, h6 {
  font-family: "Scheherazade", serif;
  font-weight: 400;
}
h1 {
  font-size: 2.3em;
  margin-bottom: 30px;
}
h2 {
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: justify;
}
h3 {
  font-size: 1.7em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 {
  font-size: 1.8em;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
}
p {
  font-size: 1em;
  line-height: 1.5em;
}
ol li {
  padding-bottom: 10px;
}
/* BEREICHE */
.headliner {
  padding: 30px 0 0 0;
}
.inhalt {
  padding: 60px 0;
}
.ref {
  padding: 30px 0;
  background-color: #e4e4e4;
}
.social {
  background-color: #89B3D9;
  padding: 30px 0;
}
.social h4 {
  color: #00a3da;
}
.socialtriangel {
  background-image: url(/media/allgemein/dreieck.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.fuss {
  background-color: #286aa6;
  padding: 30px 0 15px 0;
}
.fuss p {
  color: #fff;
}
/* VIERER */
.vierer {
  background-color: #286aa6;
  padding: 0 0 30px 0;
}
.vierer h3 {
  color: #00a3da;
  margin-top: 30px;
}
.vierer p {
  color: #89B3D9;
}
.waves {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.waves svg {
  position: relative;
  display: block;
  width: calc(156% + 1.3px);
  height: 63px;
}
.waves .shape-fill {
  fill: #89B3D9;
}
/* NAVBAR */
.bg-dark {
  background: #286aa6 !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #286aa6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #00a3da;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #286aa6;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #89B3D9;
  color: #fff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-link {
  color: #89B3D9;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #d6e5f2;
}
.btn-button {
  color: #fff;
  background-color: #00a3da;
  border-color: #00a3da;
}
.btn-primary {
  color: #286aa6;
  background-color: #00a3da;
  border-color: #00a3da;
}
/* CARDS */
.card {
  border: 0;
  background-color: #f1f3f4;
  border-radius: 0px;
}
.card-header {
  background-color: #D9D9D9;
  color: #286aa6;
  letter-spacing: 0.1em;
}
.card-header:first-child {
  border-radius: 0px;
}
.card-footer {
  background-color: #D9D9D9;
  color: #286aa6;
}
.card-footer:last-child {
  border-radius: 0px;
}
.card-blog {
  background-color: #f1f3f4;
}
/* 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: #fff;
  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: #00a3da;
}
#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;
}
/* 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: mittelblau;
  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;
}
