/* 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;
}
.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%;
    display:none !important;
}
.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 a
{
    color: #212529;
}

.map-info-window div
{
    padding:10px 15px 0;
}
.map-bgimage
{
    width:100%;
    height:96px; /*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-info-window p.text-primary
{
    padding-left:0.5rem;
    padding-right:0.5rem;
}

.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.25rem;
}  /*
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;
}

.w-33
{
    width:33%;
}
.blog_card
{
    display: flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: space-between;
    padding:15px;
}
a.text-dark:hover, a.text-dark:focus {
    text-decoration: none;
}
.open>.dropdown-menu
{
    display: block;
}
.tagsinput input {
    display: none;
}
@media (max-width: 1450px)
{
    .card_c
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/*@media (max-width: 991px)*/
@media (max-width: 1200px)
{
    .swiper_hotels_in_city
    {
        max-width:100% !important;
    }
    .card_c
    {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width: 1025px)
{
    .card_c
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 650px)
{
    .card_c
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

:focus-visible {
    outline: transparent auto 1px;
}