
/* --------------------------------------------------
	Responsive-Design
-------------------------------------------------- */

/* Small devices (landscape phones, 576px and up)
-------------------------------------------------- */
@media (min-width: 576px) {

}


/* Medium devices (tablets, 768px and up)
-------------------------------------------------- */

@media (min-width: 768px) {

}


/* Large devices (desktops, 992px and up)
-------------------------------------------------- */

@media (min-width: 992px) {
	.navbar-brand {
		display: none;
	}
}


/* X-Large devices (large desktops, 1200px and up)
-------------------------------------------------- */
@media (min-width: 1200px) {

}


/* XX-Large devices (larger desktops, 1400px and up)
-------------------------------------------------- */
@media (min-width: 1400px) {  

}

/* X-Large devices (large desktops, less than 1400px)
-------------------------------------------------- */
@media (max-width: 1399.98px) {

}

/* Large devices (desktops, less than 1200px)
-------------------------------------------------- */
@media (max-width: 1199.98px) {
	header .header-logo img {
		width: 350px;
		height: auto !important;
	}
	.services-6-items {
		grid-template-columns: repeat(4, 1fr);
	}

	/* Team */
	.team {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		margin-bottom: 25px;
	}
}

/* Medium devices (tablets, less than 992px)
-------------------------------------------------- */
@media (max-width: 991.98px) {
	header .header-logo img {
		width: 350px;
		height: auto !important;
	}

	.services-6-items {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.header-slider .container {
		padding: 0px;
	}

	.header-static .container {
		padding: 0px;
	}

}

/* Small devices (landscape phones, less than 768px)
-------------------------------------------------- */
@media (max-width: 767.98px) {
	
	.content-2-items {
		grid-template-columns: repeat(1, 1fr);
	}

	.services-6-items {
		grid-template-columns: repeat(2, 1fr);
	}

	/* RVL-Gebiete */
	#rvl-gebiete-map {
		height: 250px;
	}

	/* Team */
	.team {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 25px;
	}
	.team .team-item .team-block .team-name {
		font-weight: normal;
		font-size: 15px;
	}
	.team .team-item .team-block p {
		font-size: 14px;
	}

	.TeamBild img {
		width: 150px;;
	}

	/* Google-Map */
	.map {
		height: 300px;
	}

	.footer-widget {
		margin-bottom: 20px;
	}

	iframe {
		width: 100%;
	}

}

/* X-Small devices (portrait phones, less than 576px)
-------------------------------------------------- */
@media (max-width: 575.98px) {

	.navbar-cms .navbar-nav {
		padding-top: 25px;
	}
	
	.nav-link {
		padding: 0.5rem 0.25rem;
	}
	.navbar-cms .navbar-nav .nav-link {
		color: rgba(0, 0, 0, 0.55);
		font-size: 18px;
		border-bottom: 1px solid var(--template-color-1);
	}

	.zahlungs-arten {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

}

/* 
-------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* 
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* 
-------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* 
-------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}
