/* fira-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fira-sans-v17-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+ */
}
/* fira-sans-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/fira-sans-v17-latin-300italic.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+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v17-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+ */
}
/* fira-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/fira-sans-v17-latin-600.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+ */
}
/* fira-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/fira-sans-v17-latin-600italic.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 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  color: #828282;
  padding-top: 50px;
  background-color: #f7f7f7;
}
a {
  color: #da2128;
  font-weight: 600;
}
h1 {
  font-size: 2.1em;
  font-weight: 600;
}
h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.4em;
  font-weight: 300;
}
h4 {
  font-size: 1.3;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #da2128;
}
p,
ul,
ol {
  font-size: 1.1em;
  line-height: 1.5em;
}
b,
strong {
  font-weight: 600 !important;
}
/* ADVENT */
.advent {
  background-image: url(/media/advent/advent-hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.advent-card {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
}
.advent h1,
.advent h2 {
  color: #ffffff;
}
/* BILDER */
.img-rounded {
  border-radius: 5px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #da2128;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #828282;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 2px dashed #eae8eb;
  clear: both;
}
.page-header {
  margin-top: 0;
  padding-top: 20px;
  border-bottom: 0px;
}
.bg {
  background-image: url(/media/allgemein/sta.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background-color: #da2128;
  color: #ffffff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #f1a3a6;
  color: #ffffff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* PAGINATION */
.pagination > li > a,
.pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* SOCIAL MEDIA TEILEN */
.social {
  background-color: #da2128;
  padding: 30px 0 0 0;
}
.social h1,
.social a {
  color: #ffffff;
}
/* DREIER */
.dreier {
  background-color: #da2128;
  padding: 30px 0;
  background-image: url(/media/allgemein/tuerme.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.dreier h3 {
  color: #ea777b;
}
.dreier p {
  color: #fefcfc;
}
.dreier .btn-link,
.dreier a {
  color: #ffffff;
}
/* CLEVERREACH */
.clever {
  padding: 0 0 10px 0;
}
/* FUSS */
.fuss {
  background-color: #f9f8f3;
  padding: 30px 0 0 0;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-radius: 5px;
}
.btn-link {
  color: #da2128;
  padding-left: 0 !important;
}
.btn-link:hover,
.btn-link:active {
  color: #828282;
}
.btn-bd {
  color: #ffffff;
  background-color: #da2128;
}
.btn-bd:hover {
  color: #fefcfc;
  background-color: #811418;
}
.btn-bd:active {
  color: #fefcfc;
  background-color: #811418;
}
.btn-vierer {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-vierer:hover,
.btn-vierer:hover {
  color: #ffffff;
  background-color: #8e202b;
  border-color: #ffffff;
}
.btn-primary {
  background-color: #828282;
  border-color: #828282;
}
.btn-primary:hover,
.btn-primary:active {
  color: #ffffff;
  background-color: #696969;
  border-color: #696969;
}
.btn-danger {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-danger:hover,
.btn-danger.active {
  color: #ffffff;
  background-color: #da2128;
  border-color: #ffffff;
}
.btn-xs {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 0.8em;
}
/* NAVI */
.bg-light {
  background: #da2128 !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.navbar-light .navbar-brand {
  color: #ffffff;
  font-weight: 300;
}
/* GALLERY */
.gallery img {
  margin-bottom: 25px;
}
h4.modal-title {
  font-size: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #828282;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #b82938;
  color: #e7939c;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #65161f;
  transition: all 500ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 50px;
  margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle {
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: #8e202b;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* TIMELINE */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge {
  background-color: #da2128 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* 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: 30px;
  margin-bottom: 30px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 30px;
  margin-bottom: 30px;
}
/* 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: #828282;
}
#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: 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;
}
.bild {
  position: relative;
  display: inline-block;
}
.overlay {
  position: absolute;
  transition: all .9s ease;
  opacity: 0;
  background: #000000;
  padding-right: 15px;
  padding-left: 15px;
}
.bild:hover .overlay {
  opacity: 0.7;
}
.text {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.overlayLeft {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
}
.overlayRight {
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
}
.bild:hover .overlayLeft,
.bild:hover .overlayRight {
  width: 100%;
}
.overlayTop {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}
.overlayBottom {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
}
.bild:hover .overlayTop,
.bild:hover .overlayBottom {
  height: 100%;
}
.overlayCross {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.bild:hover .overlayCross {
  height: 100%;
  width: 100%;
}
.overlayFade {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.overlayKlappen {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
}
.bild:hover .overlayKlappen {
  transform: scaleY(1);
}
