/* your styles go here */

.va-logo {
	line-height: 1em;
}

.va-logo-title,
.va-logo-title a {
	font-size: 30px;
	font-weight: 700;
	color: #b4236b;
	text-transform: uppercase;
}

.va-logo-subtitle {
	margin-top: 8px;
	margin-left: 100px;
	font-size: 14px;
}
.va-container
{
    min-height: calc(100vh - 322px);    /*72px header+250px footer*/
}

.navbar-nav li:first-child a {
	color: #b4236b !important;
}

.navbar-nav li.active {
	background-color: #eee;
}
.nav-item.border
{
    border-color: #b4236b !important;
}

.pink {
	color: #b4236b !important;
}

.pink-bg {
	background-color: #b4236b !important;
	color: white !important;
    border-left:1px solid;
}

.pink-bg a {
	color: white !important;
}


.leaflet-container a {
	color: black !important;
}

.pagination {
	display: block !important;
}

.pagination li {
	float: left;
	margin-bottom: 2px;
}

.link {
	cursor: pointer;
	color: #b4236b;
}

.link:hover {
	text-decoration: underline;
}

[data-toggle=collapse] {
	cursor: pointer;
}

#booking-form [data-toggle="collapse"]:after {
	content: "▷";
	padding: 0.5rem;
}

#booking-form [aria-expanded="true"]:after {
	content: "▽";
	padding: 0.5rem;
}

#mapContainer button {
	top: 4px !important;
	right: 4px !important;
    background-color: white !important;
    border-radius: 50%;
}
.gm-style .gm-style-iw-c
{
    border-radius: unset;
    padding: 0;
    box-shadow:none;
}
.gm-style .gm-style-iw-c:focus-visible
{
    outline-width: 0;
}

.gm-style-iw-d
{
    display:contents;
}
.gm-style .gm-style-iw-t::after
{
    content:none;
}

.map-info-window div
{
   padding:0 15px 0;      
   /* padding:10px 15px 0;       */
}
.map-bgimage
{
    width:100%;
    height:170px; /*123px;*/
}
.map-info-window {
/*	padding: 1.5rem 0.5rem 0 0.5rem;     */
	font-size: 1rem !important;
	font-weight: bold;
    width:235px
}

.map-info-window img {
	/*max-width: 100%;*/
	width: 100%;
	max-height: 170px;
}

.map-wrapper-500 {
    height: 500px;
}

.map-marker-label {
	opacity: 1 !important;
	background-color: white;
	color: black;
	padding: 0.3rem;
	border: 1px solid black;
	font-weight: 500;
	font-size: 1.2em;
}

/*#mapContainer img /*[src*="_colored"]*/
/*{
    background-color:red;
}             */

.card-fav-icon.added {
	background-color: #b4236b;
}
.detail-slider {
    max-height: 500px !important;
}

.ausflug_topim_temp
{
    width:100% !important;
}


h2.hotel_details_subtitle
{
    color:#212529;
    font:400 1rem/156% "Poppins", sans-serif;
    text-align: left;
}
.va
{
    font-family: 'Amatic SC', cursive;
    font-size:2.75rem;
}
/*h1.va
{
    font-size:2.75rem;
}
h3.va
{
    font-size:2.75rem;
}
h4.va
{
    font-size:2.75rem;
}
h5.va
{
    font-size:2.75rem;
} */
h6.va
{
    font-size:1.75rem;
}
.text-notransform {
    text-transform: none !important;
}
.letter-spacing-0 {
    letter-spacing: 0 !important;
}
.card-body .w-100
{
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: flex-start;
}

/*@media (max-width: 991px)*/
@media (max-width: 1200px)
{
    .swiper_hotels_in_city
    {
        max-width:100% !important;
    }
}
/*leaflet*/
.leaflet-popup-content-wrapper, .leaflet-popup-tip
{
    color:unset;
}
.leaflet-popup-content-wrapper
{
  /*  padding: 0;                  */
    border-radius: unset;
}

.leaflet-popup-content
{
    margin:0;
}
.leaflet-popup-tip-container,
.leaflet-right .leaflet-routing-container.leaflet-control
{
    display:none;
}

/*Wetter*/
.wetter_s_top
{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    width:100%;
}
.wetter_s_box
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.wetter_c {
/*    color: #212529;   */
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.wetter_c .wetter_day
{
    float: left;
    margin: 35px 0 0;
    padding: 0 5% 0 0;
    width: 50%;
}
.wetter_c .wetter_desc
{
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
.wetter_c p.wetter_title
{
/*    color: #333333;
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 150%;    */
    text-transform: uppercase;
}
.wetter_c p.wetter_stitle
{
    font-weight: bold;
    padding: 3px 0;
}
.wetter_c p.wetter_stitle.spacer
{
    margin: 8px 0 0;
}
.wetter_c p.wetter_date
{
}
.wetter_c .wetter_spacer
{
    margin: 15px 0 0;
}
.wetter_c .wetter_day_data
{
    display: flex;
/*    flex-wrap: wrap;   */
    margin: 10px 0 0;
    width: 100%;
    max-width: 460px;
/*    min-width: 280px;*/
}
.wetter_day_data_c
{
    display:flex;
    flex-direction:column;
    width: 100%;
}
.wetter_day_data_info
{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
}

.wetter_c .wetter_day_data .wetter_icon
{
    padding: 0 5% 0 0;
/*    width: 30%;  */
}
.wetter_c .wetter_day_data .wetter_icon img
{
    vertical-align: middle;
}
.wetter_c .wetter_day_data .wetter_label
{
    font-weight: bold;
    padding: 0 5% 0 0;
/*    width: 35%;   */
}
.wetter_c .wetter_day_data .wetter_data
{
/*    width: 20%;     */
}
.wetter_c .wetter_sepline
{
    border-top: 1px solid #e9ecef;
    float: left;
    margin: 35px 0 0;
    width: 90%;
}
@media only screen and (max-width: 575px)
{
    body
    {
        font-size:0.9375rem;
    }

    .wetter_s_top
    {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wetter_s_box
    {
         padding-bottom:10px;
     }
    .wetter_c .wetter_day
    {
        width: 100%;
    }
    .wetter_c .wetter_day_data .wetter_label
    {
      font-size: 0.875rem;
    }
    .wetter_c .wetter_icon img,
    .wetter_s_box img
    {
      width: 50px;
      height: auto;
    }
}