/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v27-latin-300.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+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-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+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-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+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v27-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+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v23-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+ */
}
/* roboto-mono-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v23-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+ */
}
/* GENERELL */
body {
  color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  background-image: url(/media/allgemein/inhalthintergrund.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
}
.rounded {
  border-radius: 10px !important;
}
.pagination {
  border-radius: 10px;
}
.pagination > li > a {
  color: #ffffff;
  background-color: #d7dce0;
  border: 0;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #26b7c1;
  color: #ffffff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #d7dce0;
  clear: both;
}
a {
  color: #26b7c1;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.img-gray {
  filter: grayscale(100%);
}
.img-gray:hover {
  filter: grayscale(0%);
}
/* NAV*/
.navbar-dark .navbar-brand,
.navbar-dark .navbar-text a {
  color: #26b7c1;
}
/* TYPE */
h1 {
  font-size: 2.5em;
  font-weight: 400;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #26b7c1;
}
h1 strong {
  color: #e41842;
}
.display-1 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #26b7c1;
}
h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 400;
  font-style: italic;
}
h3 {
  font-size: 1.7em;
  margin-bottom: 30px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 {
  font-size: 1.5em;
  margin-bottom: 30px !important;
  line-height: 1em;
  font-weight: 300;
}
p,
ul,
ol,
label {
  font-family: 'Roboto Mono', monospace;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 400;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 1px dotted #d7dce0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background-color: #d7dce0;
  color: #323232;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #26b7c1;
  color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #323232;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px 0;
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
}
.inhalt {
  padding: 0 0 60px 0;
  border-bottom: 3px dashed #26b7c1;
}
.initiale p:first-of-type:first-letter {
  font-size: 1000%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #26b7c1;
  font-weight: 700;
}
/* Anpassungen für Firefox */
@-moz-document url-prefix() {
  .initiale p:first-of-type:first-letter {
    margin-top: .15em;
  }
}
.teaser {
  padding: 15px;
  color: #ffffff;
  background-color: #26b7c1;
  border-bottom-right-radius: 50px;
}
.zitat {
  font-size: 1.7em;
  font-weight: 700;
  font-style: italic;
  padding: 15px;
  color: #ffffff;
  background-color: #323232;
}
.vierer {
  border-top: 5px solid #ffffff;
  padding: 60px 0;
  background-color: #26b7c1;
  background-image: url(/media/allgemein/viererhintergrund.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.vierer h3,
.vierer p,
.vierer a {
  color: #ffffff;
}
.vierer .social a {
  padding-left: 5px;
  padding-right: 5px;
}
/* CAROUSEL */
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  bottom: 200px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.card .btn-link {
  color: #d7dce0;
  text-transform: uppercase;
}
.fuss .btn-link {
  color: #ebfafb;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #d7dce0;
  text-decoration: none;
}
.btn-link.active {
  color: #d7dce0;
  text-decoration: none;
}
.btn-bd {
  color: #ffffff;
  background-color: #26b7c1;
  border-color: #26b7c1;
}
.btn-bd:hover {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
/* CARDS */
.card {
  border: 0;
}
.card-header {
  background-color: #26b7c1;
}
.card-footer {
  background-color: #26b7c1;
  border-top: 0;
}
.card-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* 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: #4eb848;
}
#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;
}
.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;
}
.google.top {
  background-color: #F7F1A9;
}
/* GOOGLE ANALYTICS TOP */
.legend {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.color-box {
  background-color: #F7F1A9;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
