/* CSS Document */

body {
  background-color: #fff;
  font-size: 18px;
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
a {
  color: #696969;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: #e7000e;
}

.nowrap {
	white-space: nowrap;
}

.subtitel {
    font-size: 1.5rem;
    font-weight: 700;
    
}
/* -------------------- Farben BEGINN -------------------- */

.color-01 {
  color: #C70A2A; /*farbname1*/
}
.color-02 {
  color: #0477BF; /*farbname2*/
}
.color-03 {
  color: #444444; /*farbname3*/
}
.color-04 {
  color: #333; /*schwarz*/
}
.color-05 {
  color: #fff; /*weiß*/
}
.color-06 {
  background-image: linear-gradient(45deg, #696969 0%, #333 100%); /*Verlauf*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-color-01 {
  background-color: #989898; /*farbname1*/
}
.bg-color-02 {
  background-color: #696969; /*farbname2*/
}
.bg-color-03 {
  background-color: #444444; /*farbname3*/
}
.bg-color-04 {
  background-color: #333; /*schwarz*/
}
.bg-color-05 {
  background-color: #fff; /*weiß*/
}
.bg-color-06 {
  background-image: linear-gradient(45deg, #0074BD 0%, #68B0D6 100%); /*Verlauf*/
}
.bg-color-07 {
  background-color: rgba(0,0,0,0.65); /*schwarz*/
}

.bg-color-08 {
  background: linear-gradient(-45deg, #0074BD, #68B0D6, #0074BD, #68B0D6);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;
  height: auto;
  height: 100%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* -------------------- Farben ENDE -------------------- */



/* -------------------- Hintergrundbilder BEGINN -------------------- */

.bg-top-info {
  background-image: url("");
  background-size: cover;
}
.bg-content-front {
  background-image: url("../images/teaser/content_front_image.svg");
  background-size: cover;
}
.bg-content-back {
  background-image: url("../images/background/001--521455762.jpg");
  background-size: cover;
}
.bg-review {
  background-image: url(../images/background/002--536368801.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 0%;
}
@media (min-width: 992px) {
  .bg-review {
    background-image: url(../images/background/002--536368801.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
.bg-footer {
  background-image: url("");
  background-size: cover;
  background-position: center;
}
.bg-footer-end {
  background-image: url("");
  background-size: cover;
}
.bg-color-13  {
  background-image: url("../images/background/001--536368801.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply !important;
  background-color: rgba(0,0,0,0.6); /*schwarz blur 75%*/
  backdrop-filter: blur(10px);
  box-shadow: 15px 0px 15px -15px rgba(0,0,0,0.85);
  border-right: 1px solid #000;
}
/* -------------------- Hintergrundbilder ENDE -------------------- */


/* -------------------- Border BEGINN -------------------- */

.border-6 {
	border-width: 6px !important;
}
.border-7 {
	border-width: 7px !important;
}
.border-8 {
	border-width: 8px !important;
}
.border-9 {
	border-width: 9px !important;
}
.border-10 {
	border-width: 10px !important;
}

/* -------------------- Border ENDE -------------------- */



/* -------------------- Parallax BEGINN -------------------- */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------- Parallax ENDE -------------------- */



/* -------------------- Scroll Top BEGINN -------------------- */

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 140px;
  bottom: 4.5%;
  position: fixed;
  transition: all .35s;
  box-shadow: 1px 0px 2px #333;
  font-size: 0.7rem;
  z-index: 9;
}
.scroll-top:hover {
  color: #1D1D1B;
  text-decoration: none;
}
@media (min-width: 992px) {
  .scroll-top {
    display: block !important;
  }
}

/* -------------------- Scroll Top ENDE -------------------- */



/* -------------------- Top Info BEGINN -------------------- */

.top-info a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info a:hover {
  color: #0477BF;
}
.top-info {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info2 {
  color: #fff;
}
.top-info2 a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info2 a:hover {
  color: #C70A2A;
}
.top-info2 svg {
  color: #fff;
}
.top-info2 svg:hover {
  color: #3B5998;
}

/* -------------------- Top Info ENDE -------------------- */



/* -------------------- hr style BEGINN -------------------- */

.hr-style {
  background-image: url(../images/border.svg);
  background-size: contain;
  width: 100%;
  height: 10px !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  opacity: 1;
}

/* -------------------- hr style ENDE -------------------- */


/* -------------------- List-Style BEGINN -------------------- */

ul.list {
  list-style: none;
}
ul.list {
  list-style: none;
  display: table;
}
ul.list li {
  display: table-row;
  font-size: 1.5rem;
}
ul.list li::before {
  font-family: "futura-pt", sans-serif; 
  content: "● ";
  color: #C70A2A;
  display: table-cell;
  padding-right: 0.75rem;
}

/* -------------------- List-Style ENDE -------------------- */



/* -------------------- Öffnungszeiten Tabelle BEGINN -------------------- */

.table {
  border-color: #989898;
}
.table .table {
  background-color: transparent;
  color: #333;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #333;
  color: #fff;
  font-weight: 400;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
}

/* -------------------- Öffnungszeiten Tabelle ENDE -------------------- */



/* -------------------- Datenschutz Button BEGINN -------------------- */

.btn-success {
  color: #fff;
  background-color: #b09e80;
  border-color: #b09e80;
}
.btn-success:hover {
    color: #fff;
    background-color: #b09e80;
    border-color: #b09e80;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #b09e80 !important;
  border-color: #b09e80 !important;
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50) !important;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80;
}

/* -------------------- Datenschutz Button ENDE -------------------- */

/* -------------------- Social Media Button Flip BEGINN -------------------- */


#social-media ul {
  display: inline-flex;
  position: relative;
}
#social-media ul li {
  list-style: none;
}
#social-media ul li a {
  width: 70px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #000;
  z-index: 1;
}
#social-media ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}
#social-media ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
#social-media ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}
#social-media ul li a:hover:before {
  top: 0;
}
#social-media ul li:nth-child(1) a:before {
  background: #3b5999;
}
#social-media ul li:nth-child(2) a:before {
  background: linear-gradient(35deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%); 
}

/* -------------------- Social Media Button Flip ENDE -------------------- */

/* -------------------- Slidershow Multiple Items BEGINN -------------------- */

.carousel-inner .carousel-item .card .card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
  display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/* -------------------- Slidershow Multiple Items BEGINN -------------------- */