@charset "UTF-8";
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v29-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/montserrat-v29-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v29-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v29-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - 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: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v29-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - 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: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat-v29-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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;
}
.grau {
  filter: grayscale(60%);
  opacity: 0.9;
}
.grau:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* GENERELL */
body {
  font-family: "Montserrat", sans-serif;
  color: #1d2b4d;
  padding-top: 87px;
}
.rounded {
  border-radius: 0px !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #1d2b4d;
}
.thumbnail {
  border: 0;
}
a {
  color: #1d2b4d;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.back {
  font-size: 2rem;
  color: #1d2b4d;
}
.carousel-caption {
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
/* 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: #f3f3f3;
}
#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: 600;
}
h2 {
  font-size: 1.1em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}
h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
p {
  font-size: 1em;
  line-height: 1.5em;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.bg-primary {
  background-color: #1d2b4d !important;
}
@media screen and (min-width: 992px) {
  .navbar-nav .nav-item {
    line-height: 80px;
  }
}
.dropdown-menu {
  line-height: 30px;
}
/* BEREICHE */
.headliner {
  background-color: #f3f3f3;
  padding: 60px 0;
}
.inhalt {
  background-color: #fff;
  padding: 60px 0;
}
.social {
  background-color: #f3f3f3;
  padding: 60px 0;
}
.social .bi {
  color: #1d2b4d;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.vierer {
  background-color: #1d2b4d;
  padding: 60px 0;
}
.vierer h3, .vierer p {
  color: #fff;
}
footer {
  background-color: #1d2b4d;
  padding: 30px 0;
}
footer p {
  color: #fff;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 0px;
}
.btn-link {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #fff;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 600;
}
.btn-button {
  color: #fff;
  background-color: #1d2b4d;
  border-color: #1d2b4d;
}
.btn-primary {
  color: #1d2b4d;
  background-color: #1d2b4d;
  border-color: #1d2b4d;
}
/* 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;
}
