/*------------------CUSTOM-----------------------*/

/*
header#header {
   display: none;
}
*/

#about-us > div {
color: #2A2A2A;
}

#main-buttons{
min-height: 20vh !important;
height: 400px;
}

/*Datumspicker*/
#main #main-content #sb_content #steps .datetime-step #sb_dateview_container .top-date-select .datepicker-button .btn{
    border-color: #423A7E;
    color: #423A7E;
}

/*Datumspicker*/
#main #main-content #sb_content #steps .datetime-step #sb_dateview_container .top-date-select .datepicker-button .btn.btn-link:hover{
    border-color: #924098;
    color: #924098;
}

#main #main-buttons #about-us{
    text-align:center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

#main #main-buttons #about-us h2{
font-size: clamp(1.5rem, 5vw, 3rem);
}

#main #main-buttons #about-us{
color:#ffffff;
}

#main #main-buttons #about-us > div > p{
color:#ffffff;
}

/**Öffnungszeiten Tage Ausblenden***/

#map-view > div > div:nth-child(3),
#map-view > div > div:nth-child(4),
#map-view > div > div:nth-child(5),
#map-view > div > div:nth-child(7)
{
display:none;
}
