@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
	margin: 0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
}

.alert {
    margin: 0.3rem;
    padding: 0.6rem 1rem;
    padding-right: 2.5rem;
}

.alert-info {
	color: #ffffff!important;
	background-color: #8d8741!important;
	border-color: #8d8741!important;
}


.alert-custom {
    color: #000!important;
    background-color: #A1292B!important;
    border-color: #842029!important;
}

.alert-dismissible .btn-close {
    padding: 0.85rem 1rem;
}

#liveAlertLink {
    color: #000!important;
    text-decoration: none;
    font-weight: normal;
}

#liveAlertLink:hover {
    color: #600!important;
}


hr {
	color: #8d8741;
/*	text-align: center!important;*/
	height: 2px!important;
}

#Tier {
	font-weight: 700;
	color: #fff;
	font-size: 24px;
}

#Tier2 {
	margin: 10px 0px;
}

.menu_bar {
	background-color: #8d8741;
}

.navbar {
	padding-right: 1.5rem;
	padding-left: 1rem;
}

.nav-link {
	font-size: 16px;
	color: #fff!important;
	border-bottom: none;
}

.nav-link:hover {
	color: #000!important;
	border-bottom: 1px solid #000;
}

.dropdown-item {
    background-color: #8d8741;
    color: #fff;

}

.dropdown-item:hover {
    background-color: #8d8741;
	color: #000!important;
	border-bottom: 1px solid #000;
}

.dropdown-menu {
    background-color: #8d8741;
    padding-left:5px;
    padding-right: 5px;
}


/*@media only screen and (max-width: 800px) {
	.navbar {
		margin-right: 0px;
		margin-left: 0px;
	}

	#Tier_logo {
		display: none!important;
	}


}

@media only screen and (max-width: 420px) {
	#Tier {
		font-size: 5vw;
	}
}*/

@media only screen and (max-width: 786px) {
	.nav-link:hover {
		border-bottom: none;
	}

    .dropdown-item:hover {
        border-bottom: none!important;
    }

    .dropdown-menu {
        text-align: center;
    }

    #notfall-btn {
        margin-bottom: 10px
    }
    #notfall-btn:hover {
        border: 1px solid #000;
    }

	#praxisslide .carousel-item, #praxisslide2 .carousel-item {
	height: 15rem!important;
	}
	#praxisslide3 .carousel-item {
	height: 30rem!important;
	}
}

.kon_head {
	padding: 0px 40px;
	padding-top: 40px;
}

.kon_daten {
	padding: 0px 60px;
	padding-top: 40px;
}

li .nav-item {
	list-style-type: none;
}

footer {
	background-color: #dc986a!important;
	width: 100%;
	margin-top: auto;
}



.small_text {
	font-size: 12px;

}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#nav-button {
	background-color: #fff;
	border: none;
	margin-left: 20px; 
}

#nav-button:hover {
	background-color: #000;
}

#notfall-btn {
    border: 1px solid #fff;
    border-radius: 10px;
    margin-left:6px;
}
#notfall-btn:hover {
    border: 1px solid #000;
    border-radius: 10px;
}

.f-btn {
	background-color: #8d8741;
	border: none;
}

.f-btn:hover {
	background-color: #6d6721;
}

.fa-phone-alt {
	color: #8d8741
}

.link_kon {
	color: #8d8741;
}

a {
    color: #8d8741;
}
a:hover {
    color: #8d8741;
}

.link_kon:hover {
	color: #8d8741; 
}

.link_footer {
	color: #000;
}

.link_footer:hover {
	color: #000;
}

.footer-list {
	background-color: #dc986a!important;
}

#homeslide .carousel-item {
	height: 30rem;
	background: #000;
	color: white;
	position: relative;

}

#homeslide .container {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding-bottom: 4rem;
}

#praxisslide .carousel-item, #praxisslide2 .carousel-item {
	height: 30rem;
	background: #000;
	color: white;
	position: relative;
}

#praxisslide3 .carousel-item {
	height: 40rem;
	background: #000;
	color: white;
	position: relative;
}




.overlay-image {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	opacity: 0.6;

}

.pageTitle {
	height: 20rem;
	background: #000;
	color: white;
	position: relative;
}

.pageTitleText {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding-bottom: 2rem;
}

#alert-got{
  background-color:#8d8741;
  border-color:#000;
  color:#fff
}

.alert-heading {
    font-weight: bold;
    font-size: 22px;
    padding-bottom:5px;
}

#notfall-collapse {
    background-color: #efefef;
}

#notfallcard.card {
    width:80%;
    background-color: #fff!important
}

#notfallcard .card-title i {
    display: inline-block;
    float: right;
    font-size:40px!important;
    color:#A1292B;
}

#notfallcard .card-footer {
    background-color: #fff!important
}

.vet-modal button {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 2rem;
	padding-right: 2rem;
	width: 2rem;
	height: 2rem;
	background-size: 2rem;
}

.vet-modal {
	background-color:darkgray;
}

.vet-modal .modal-body {
	padding: 0;
}

.vet-modal .container {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;

	padding-bottom: 0rem;
}

.vet-modal .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%; /* Adjust the height as needed */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none; /* Ensure the overlay doesn't interfere with clicks */
}

/* Image fit (I think its no longer needed because I disabled the fullscreen modal */


.modal-vet-image {
    max-height: 95vh; /* Ensure the image does not exceed the viewport height */
    width: auto; /* Maintain the aspect ratio */
    object-fit: contain; /* Ensure the image scales properly */
}

/* accordion inside the vet cards */
.vet-card-accordion .accordion-button:not(.collapsed) {
	color: #fff;
	background-color:#8d8741;
}
 
.btn-primary {
	background-color: #8d8741;
	border-color: #8d8741;
}

.btn-primary:hover {
	background-color: #6d6721;
	border-color: #6d6721;
}

.btn-primary:active {
	background-color: #6d6721!important;
	border-color: #6d6721!important;
}

.labmagen-image img {
    height: 100%; 
    width: 100%;
    object-fit: contain; 
} 

#carouselLabmagen .carousel-item {
	height: 35rem;

	background: #efefef;
	color: white;
	position: relative;
}

#carouselLabmagen{
	height: 35rem;
	width: auto;
}

#carouselLabmagen .carousel-control-prev-icon, #carouselLabmagen .carousel-control-next-icon {
	background-color: #8d8741;
	border-radius: 5px;
}

#my_footer .btn {
	background-color: #d8a17c;
}

