/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html::before {
    content: ' ';
    display: block;
    background-image: url(../img/body/scrollhintergrund01.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -100;
}
body {
    font-family: "Quicksand";
    font-size: large;
    font-weight: 400;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: #cb1b1e;
  color: #ffffff;
  font-size: 100%;
  position: absolute;
  padding: 1px 5px 2px 5px;
  bottom: -1.6em;
  left: auto;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border-color: #111111;
  /* [disabled]border-style: solid; */
  border-width: 1px;
  z-index: 99999;
  visibility: hidden;
  right: 100%;
  border-radius: 5px;
}
[data-title] {
  position: relative;
}
header {
    background-color: #964168;
    font-size: x-large;
}
/*NAV*/
.navbar-brand{
    position: absolute;
    top: 0.5em;
}
.bg-light {
    background-color: #f2e2e9!important;
}
.navbar-collapse {
  flex-grow: 1;
}
.container-fluid.my-cont {
  justify-content: center;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(139,42,90, 1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(139,42,90,1.00);
    box-shadow: 0px 0px 0px 2px rgba(139,42,90,1.00);

}
.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.navbar a:link {
    color: #8B2A5A!important;
    font-weight: 700;
    font-size: large;
}
.navbar a:visited {
  color: #8B2A5A;
}
.navbar a:hover {
	color: #4F4F4F!important;
}
.active {
    color: #FFFFFF!important;
}
.nav-float {
  float: left;
  margin-right: 1em;
  /* [disabled]font-size: 1.3vw; */
}
.border-left {
  border-left: thin solid rgba(255, 255, 255, 1.00);
}
.aos {
  overflow-x: hidden;
  overflow-y: hidden;
}
.aos-item {
  padding-top: 49px;
  padding-bottom: 19px;
  margin-bottom: -24px;
  margin-top: -28px;
}
a:link {
  color: #ffffff;
    text-decoration: none;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color: #999195;
  text-decoration: none;
}
.leistung-button a img:link {
}
.leistung-button a img:visited {
}
.leistung-button a img:hover {
    opacity: 0.5;
}
.anfahrt-a a:link {
    text-decoration: none;
    color: #8A8A8A;
}
.anfahrt-a a:visited {
    color: #8A8A8A;
}
.anfahrt-a a:hover {
    color: #8b2a5a;
    text-decoration: none;
}
#contact a:link {
    text-decoration: none;
    color: #8A8A8A;
}
#contact a:visited {
    color: #8A8A8A;
}
#contact a:hover {
    color: #8b2a5a;
    text-decoration: none;
}
#contact img{
    height: auto;
    width: 40%;
}

#impressum a:link {
    text-decoration: none;
    color: #8A8A8A;
}
#impressum a:visited {
    color: #8A8A8A;
}
#impressum a:hover {
    color: #8b2a5a;
    text-decoration: none;
}
#datenschutz a:link {
    text-decoration: none;
    color: #8A8A8A;
}
#datenschutz a:visited {
    color: #8A8A8A;
}
#datenschutz a:hover {
    color: #8b2a5a;
    text-decoration: none;
}
.bg-pink {
    background-color: rgba(150,65,104,0.77);
    color: #FFFFFF;
    border-radius: 17px;
    -webkit-box-shadow: 0px 0px 27px 12px rgba(87,0,52,0.77);
    box-shadow: 0px 0px 27px 12px rgba(87,0,52,0.77);
	}
.bg-white{
    background-color: #FFFFFF;
}
.bg-flower-pink{
    background-color: #F2E2E9;
    background-image: url("../img/body/blumengitter.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-flowers{
    background-image: url(../img/body/streifen-blumengitter-dunkel.jpg);
    background-position: center top;
    background-size: contain;
}
.bg-flowers ul li{
    margin-left: -30px;
}
.bg-pink-hell{
    background-color: #f2e2e9;
}
.bg-scroll {
    height: 18em;
}
.flowers{
}
.black{
    color: #000000!important;
}
.white{
    color: #FFFFFF!important;
}
.magnolie{
    position: absolute;
    top: 6em;
    left: 79%;
    height: auto;
    width: 25%;
}
li{
    list-style-type: none;
}
b {
  font-weight: 500;
}
h1 {
    font-size: 2.5rem;
    color: #FFFFFF;
}
header h2{
    font-size: 2rem;
    color: #FFFFFF;
    
}
h2 {
    font-size: 2rem;
    color: #8b2a5a;
    font-weight: 600;
}
h3 {
  font-size: 2rem;
    color: #8b2a5a;
}
h4 {
  font-size: 1.2rem;
}
header .text{
    text-align: right;
}
header .abstand-oben{
    padding-top: 3em;
    
}
.btn-acc {
  background-color: #8b2a5a;
  color: #000000;
  font-size: large;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(157, 157, 157, 1.00);
  box-shadow: 0px 0px 9px 1px rgba(157, 157, 157, 1.00);
  width: 100%;
}
.btn-acc:hover {
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    background-color: #DF97BB;
}
.fonts-gray{color: #8A8A8A;}
.pink{
    color: #8b2a5a;
}
.has-error {
  color: blue;
}

.fett {
  font-weight: bold;
}

.fett1 {
    font-weight: 900;
    /* [disabled]font-size: xx-large; */
}

.ueberschrift {
  font-weight: bold;
  font-size: 1.2rem;
}

.ueberschrift1 {
  font-weight: bold;
  font-size: 1.8rem;
}
.abstand_unten {
  padding-bottom: 20px;
}
.float-lg-right {
  float: left !important;
}
.no-break {
  float: left;
  clear: both;
}
.form-control {
    border-style: none !important;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 29px 29px 58px #828282, -29px -29px 58px #ffffff;
}
select1 {
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 29px 29px 58px #828282, -29px -29px 58px #ffffff;
  border-style: none !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #000000 !important;
}
option1 {
  border-radius: 50px;
  background: #ffffff;
  border-style: none !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #000000 !important;
}
textarea1 {
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 29px 29px 58px #828282, -29px -29px 58px #ffffff;
  border-style: none !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.form-control:focus {
  color: #000000;
}
.button_icon {
  border-radius: 50px;
  background: #7E9513;
  box-shadow: 20px 20px 60px #6b7f10, -20px -20px 60px #91ab16;
  width: 41px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1; /* Firefox */
}
/*Bilder change hover*/
.image-wrapper {
  position: relative;
}
.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.image-hover:hover {
  opacity: 1;
}
/*Bilder Cgange Hover ENDE*/
/*accordion symbole*/
.indicator {
  float: right;
}
[data-toggle="collapse"] img {
  opacity: 1;
  /*animation: none;*/
}
@keyframes turner {
  from {
    transform: rotateY(0deg)
  }
  to {
    transform: rotateY(360deg)
  }
}
[data-toggle="collapse"].collapsed img {
  opacity: 0.5;
  width: 80%;
  height: auto;
  /*animation: turner 10s infinite linear ;*/
}
.linkbild {
  opacity: 1;
}
.linkbild:hover {
  opacity: 0.8;
}
a.anchorPos {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
  text-decoration: none;
  opacity: 0.02;
}
.anchor {
  text-decoration: none;
}
.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -50px;
}
.save input {
  height: 1px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border-color: rgba(255, 255, 255, 0.00);
  background-color: rgba(255, 255, 255, 0.00);
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 0, 0, 0.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 0, 0, 0.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 0, 0, 0.00) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 0, 0, 0.00) 100%);
  margin-bottom: -30px;
}
footer{
    color: #ffffff;
    background-color: #964168;
    font-size: small;
    text-align: left;
}
footer a:link{
    color: #FFFFFF;
    text-decoration: none;
}
footer a:visited{
    color: #FFFFFF;
}
footer a:hover{
    color: #999195;
}

.accordion {
    background-color: rgba(255,255,255,0.00)!important;
}
.accordion-item {
  background-color: rgba(255,255,255,0.00) !important;
}
.accordion-button:focus {
  background-color: rgba(255,255,255,0.00) !important;
}
.accordion-button:active {
  background-color: rgba(255,255,255,0.00) !important;
}
.accordion-button.collapsed {
  background-color: rgba(255,255,255,0.00) !important;
}
.accordion-button:not(.collapsed)::after {
  background-color: rgba(255,255,255,0.00) !important;
}
.accordion-button {
  background-color: rgba(255,255,255,0.00);
}
.accordion-button p{
    color: #000000!important;
    font-size: large;
}
.accordion-body ul li{
    list-style-position: outside;
    list-style-type: disc;
}
.accordion-body {
    color: #000000;
    font-size: 1rem;
}
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}
.accordion-body .btn-warning{
    background-color: #ffd61f!important;
  color: rgba(24, 116, 103, 1.00);
}
.accordion-body .button span:hover{
    background-color: #f2e2e9!important;
    color: rgba(255,255,255,1.00);
    border-color: #187467;
}
.accordion-body ul{
    font-size: large;
    margin-left: -12px;
}
.rahmen{
    border: thin solid rgba(191,191,191,1.00);
    border-radius: 8px;
}
.hide-mobil{
    visibility: visible;    
}
.termin-top {
    border-left: thin none rgba(0, 0, 0, 1.00);
    border-right: thin none rgba(0, 0, 0, 1.00);
    border-bottom: thin solid #b26185;
    border-top: thin solid #b26185;
    color: #FFFFFF !important;
    font-size: 1.2rem;
}
.save{
    visibility: hidden;
}
@media (max-width: 1400px) {
.magnolie{
    top: 8em;
    left: 79%;
    height: auto;
    width: 25%;
}

}
@media (max-width: 1200px) {
header .abstand-oben{
    padding-bottom: 3em;    
}

.magnolie{
    top: 13em;
    left: 79%;
    height: auto;
    width: 25%;
}
}
@media (max-width: 992px) {
    
header .text{
    text-align: center;
}
header .abstand-oben{
    padding-top: 0em;
    
}

h4 {
  font-size: 1rem;
}
    footer{
    text-align: center;
}
.hide-mobil{
    visibility: hidden;
}
.first-row {
    background-color: #B26185;
    color: #ffffff !important;
  }

}
@media (max-width: 768px) {

}
@media (max-width: 650px) {

}
@media (max-width: 576px) {

}


/*Zoom in Slider*/
.carousel-inner .carousel-item > img{
    -webkit-animation:thing 20s;
    -o-animation:thing 20s;
    animation:thing 20s;
}
@keyframes thing{
    from{
        transform: scale(1, 1);
    }
    to{
        transform: scale(1.5, 1.5);
    }
}
