@charset "UTF-8";
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - 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: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - 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: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700italic.woff2") format("woff2");
  /* 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: #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: 0px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.viereck span {
  font-size: 1em;
  font-weight: 700;
  color: #3973b9;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* GENERELL */
body {
  font-family: "Lato", sans-serif;
  color: #777777;
  background-color: #fff;
}
.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: #3973b9;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #3973b9;
  clear: both;
}
a {
  color: #3973b9;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.bg-warning {
  background-color: #7fceeb !important;
}
.bg-warning h3, .bg-warning p {
  color: #fff !important;
}
/* BILDERFORMATE */
.kleinbildquer {
  width: 100%;
  padding-bottom: 66.66%;
  background-size: cover;
  background-position: center;
}
.mittelformat {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.panorama {
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}
.cinema {
  width: 100%;
  padding-bottom: 42.85%;
  background-size: cover;
  background-position: center;
}
.spirale {
  background-image: url(/media/allgemein/cccoil.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.text-background {
  font-size: 3vw;
  display: inline;
  color: #fff;
  background-color: #3973b9;
  line-height: 160%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
  padding: 0 12px 6px;
}
.grauerstar {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.55;
}
.grauerstar:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
/* ALERT */
.alert {
  border-radius: 0px;
}
.alert-brunnen {
  background-color: #3973b9;
  color: #fff;
}
/* SCROLL TO TOP */
#scrolltop {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s ease-in;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.top-button {
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  padding: 12px;
  color: #222;
}
#scrolltop .bi {
  font-size: 2.5rem;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
/* TYPE */
h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: 300;
  color: #3973b9;
}
h2 {
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #7fceeb;
  font-weight: 700;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #3973b9;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  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;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.3);
}
.bg-primary {
  background-color: #3973b9 !important;
}
.navbar-brand {
  color: rgba(255, 255, 255, 0.3);
}
/* BEREICHE */
.headliner {
  padding: 60px 0 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.social {
  padding: 30px 0 60px 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2560' height='50' preserveAspectRatio='none' viewBox='0 0 2560 50'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1029%26quot%3b)' fill='none'%3e%3cpath d='M 0%2c0 C 170.8%2c9 512.4%2c43.4 854%2c45 C 1195.6%2c46.6 1366.8%2c7.2 1708%2c8 C 2049.2%2c8.8 2389.6%2c40.8 2560%2c49L2560 50L0 50z' fill='rgba(57%2c 115%2c 185%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1029'%3e%3crect width='2560' height='50' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
}
.social .bi {
  color: #3973b9;
  font-size: 2.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.viereroben .bi {
  color: #3973b9;
  font-size: 1.5rem;
}
.vierer {
  background-color: #3973b9;
  padding: 60px 0 0 0;
}
.vierer h3 {
  color: rgba(255, 255, 255, 0.3);
}
.vierer p {
  color: #fff;
}
.vierer .btn-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
}
.viererunten .bi {
  color: #fff;
  font-size: 2rem;
}
footer {
  background-color: #3973b9;
  padding: 30px 0 0 0;
}
footer p {
  color: rgba(255, 255, 255, 0.3);
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 700;
  border-radius: 0px;
  letter-spacing: 0.1em;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: rgba(255, 255, 255, 0.3);
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #fff;
  background-color: #3973b9;
  border-color: #3973b9;
}
.btn-button:hover {
  color: #fff;
  background-color: #598dcc;
  border-color: #598dcc;
}
.btn-primary {
  color: #7fceeb;
  background-color: #3973b9;
  border-color: #3973b9;
}
.btn-warning {
  background-color: #3973b9;
  border-color: #3973b9;
  color: #fff;
}
.btn-warning:hover {
  background-color: #7fceeb;
  border-color: #7fceeb;
  color: #fff;
}
/* CARDS */
.card {
  border: 0;
  background-color: #f7f7f7;
}
.card-header {
  background-color: #3973b9;
  color: #fff;
  border-bottom: 0;
}
.card-title {
  color: #fff;
}
.card-footer {
  border-top: 0;
  background-color: #ddd;
}
.card-blog {
  background-color: #fff;
}
/* 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;
}
/* 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;
}
