/* CSS Document */

body {
  background-color: #fff;
  background-image: url(../images/background/005--slider--259790604.jpg);
  background-repeat: repeat-y;
  background-position: bottom left;
  background-size: cover;
  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: auster, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}



.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: auster, sans-serif;
font-weight: 400;
font-style: normal;
  text-transform: uppercase;
}
a, links_header {
  color: #1b7ab2;
  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, links_header:hover {
  color: #F9AE29;
}
.nav-link {
  color: #1b7ab2;
}
.nav-link:hover {
  color: #F9AE29;
}
.nowrap {
	white-space: nowrap;
}

.logo {
  width : 200px;
}

/* -------------------- Farben BEGINN -------------------- */

.color-01 {
  color: #005BA8; /*farbname1*/
}
.color-02 {
  color: #F9AE28; /*farbname2*/
}
.color-03 {
  color: #969897; /*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: rgba(255,255,255,.80); /*farbname1*/
}
.bg-color-02 {
  background-color: #696969; /*farbname2*/
}
.bg-color-03 {
  background-color: #2C303B; /*farbname3*/
}
.bg-color-04 {
  background-color: #333; /*schwarz*/
}
.bg-color-05 {
  background-color: #eee; /*weiß*/
}
.bg-color-06 {
  background-image: linear-gradient(45deg, #696969 0%, #333 100%); /*Verlauf*/
}
.bg-color-07 {
	background-color: #F9AE28;
}

/* -------------------- Farben ENDE -------------------- */



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

.bg-top-info {
  background-image: url("");
  background-size: cover;
}
.bg-content-front {
  background-image: url("../images/background/005--slider--259790604.jpg");
  background-size: cover;
}
.bg-content-back {
  background-image: url("");
  background-size: cover;
}
.bg-review {
  background-image: url('../images/bg_433167186.jpg');
  background-size: cover;
}
.bg-footer {
  background-image: url("../images/bg_footer_103582325.jpg");
  background-size: cover;
  background-position: center;
}
.bg-footer-end {
  background-image: url("");
  background-size: cover;
}

/* -------------------- 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;
  background-blend-mode: hard-light;
}

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



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

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 2%;
  bottom: 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: #333;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info a:hover {
  color: #9E6704;
}
.ie {
  z-index: 999;
  top: 0;
}

/* -------------------- 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 -------------------- */



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

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

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



/* -------------------- Button BEGINN -------------------- */
button.btn.btn-default,
a.btn.btn-default {
  color: #fff;
  background-color: #1b7ab2;
  background-image: var(--bs-gradient);
}


/* -------------------- Footer BEGINN -------------------- */
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #F9AE28;
}
/* -------------------- Footer ENDE -------------------- */


/* -------------------- Image Allgemein BEGINN -------------------- */
.object-fit-cover {
	object-fit: cover;
}