/* 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: sui-generis, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: sui-generis, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
a {
  color: #0367A6;
  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: #F2762E;
}

.nowrap {
	white-space: nowrap;
}
.subtitel {
  font-family: capitolium-news-2, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
    color: #F23C13;
    font-size: 1.5rem;
}

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

.color-01 {
  color: #0367A6; /*farbname1*/
}
.color-02 {
  color: #F2B807; /*farbname2*/
}
.color-03 {
  color: #F2762E; /*farbname3*/
}
.color-04 {
  color: #333; /*schwarz*/
}
.color-05 {
  color: #fff; /*weiß*/
}
.color-06 {
  background-image: linear-gradient(45deg, #F2B807 0%, #333 100%); /*Verlauf*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-color-01 {
  background-color: #0367A6; /*farbname1*/
}
.bg-color-02 {
  background-color: #F2B807; /*farbname2*/
}
.bg-color-03 {
  background-color: #F2762E; /*farbname3*/
}
.bg-color-04 {
  background-color: #333; /*schwarz*/
}
.bg-color-05 {
  background-color: #fff; /*weiß*/
}
.bg-color-06 {
  background-image: linear-gradient(45deg, #696969 0%, #333 100%); /*Verlauf*/
}
.bg-gradient-blue {
  background: linear-gradient(-45deg, #110b79, #4fa0ca, #110b79, #4fa0ca);
  background-size: 400% 400%;
  animation: gradient-blue 6s ease infinite;
  height: auto;
  height: 100%;
}
@keyframes gradient-blue {
  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("../images/background/001--448094078.jpg");
  background-size: cover;
}
.bg-content-front {
  background-image: url("../images/background/001--136508563.jpg");
  background-size: cover;
  background-position: right top;
}
.bg-content-back {
  background-image: url("../images/background/001--435317443.jpg");
  background-size: cover;
    background-position: left top;
    
}
.bg-review {
  background-image: url("../images/background/002--90039968.jpg");
  background-size: cover;
  background-color: rgba(51,51,51,0.65);
  background-blend-mode: multiply;
}
.bg-footer {
  background-image: url("../images/background/001--435317443.jpg");
  background-size: cover;
  background-position: center;
}
.bg-footer-end {
  background-image: url("../images/background/001--448094078.jpg");
  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;
}

.parallax-test {
   /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  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: 180px;
  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: #F2762E;
}
.ie {
  z-index: 999;
  top: 0;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #b09e80;
}

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

.table {
  border-color: #989898;
}
.table .table {
  background-color: transparent;
  color: #333;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #F2762E;
  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: #0367A6;
  border-color: #F2762E;
}
.btn-success:hover {
    color: #fff;
    background-color: #F2762E;
    border-color: #0367A6;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #0367A6 !important;
  border-color: #F2762E !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: #0367A6;
  background-image: none;
  border-color: #F2762E
}
.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: #65C1FC;
  background-image: none;
  border-color: #F2762E;
}

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

/* -------------------- Cards BEGINN -------------------- */

.card {
  margin-top: 2rem;
  border: none;
}
.card-body {
  text-align: center;
  background-image: url("../images/background/001--435317443.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.card-title {
  color: #F2762E;
  text-align: center;
  font-weight: 600;
}
.card-text {
  text-align: center;
}
.card-icon {
  width: 80px !important;
  height: 80px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 120px;
  transition: .5s;
  padding: 1.2rem;
  color: #0367A6;
}
.card:hover .card-icon {
  color: #fff;
  background-image: linear-gradient(45deg, #0367A6 0%, #333 100%);
}

/* -------------------- Cards ENDE -------------------- */


/* -------------------- 24/7 BEGINN -------------------- */

.circle-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  float: left;
  margin: 10px;
}
.icon {
  position: absolute;
  color: #F2762E;
  top: 55px;
  left: 55px;
  transform: translate(-54%, -54%);
  font-size: 30px;
  font-weight: bold;
}
.icon-white {
  position: absolute;
  color: #fff;
  top: 55px;
  left: 55px;
  transform: translate(-54%, -54%);
  font-size: 30px;
  font-weight: bold;
}
.circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2.5px;
  background-clip: content-box;
  animation: spin 10s linear infinite;
}
.circle-wrapper:active .circle {
  animation: spin 2s linear infinite;
}
.success {
  background-color: #fff;
  border: 2.5px dashed #fff;
}

.success-blue {
  background-color: #2d2e83;
  border: 2.5px dashed #2d2e83;
}
@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
.notdienst {
  color: #fff;
  font-size: 1.3rem;
}
.notdienst a {
  color: #fff !important;
  font-size: 2rem;
}
.notdienst a:hover {
  color: #F2B807 !important;
}

/* -------------------- 24/7 ENDE -------------------- */

