
/* --------------------------------------------------
	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) {

	.header-mobile {
		display: none;
	}
	.navbar-mobile {
		display: none;
	}

	.header-logo-area .logo img {
		height: 80px;
	}
}


/* X-Large devices (large desktops, 1200px and up)
-------------------------------------------------- */
@media (min-width: 1200px) {
	.header-logo-area .logo img {
		height: 100px;
	}
	
}


/* 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-Bilder & Navigations-Pfeile */
	.carousel .carousel-control-prev,
	.carousel .carousel-control-next {
		margin: 0px 20px;
	}
}

/* Medium devices (tablets, less than 992px)
-------------------------------------------------- */
@media (max-width: 991.98px) {
		
	.header-desktop {
		display: none;
	}
	.navbar-desktop {
		display: none;
	}
	
	.header-mobile {
		text-align: center;
		padding: 10px 0px;;
	}
	.header-mobile img {
		width: 50%;
	}

	
	.content-3-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 52px;
	}
	
	/* Header-Bilder & Navigations-Pfeile */
	.carousel .carousel-control-prev-icon,
	.carousel .carousel-control-next-icon {
		width: 50px;
		height: 50px;
	}

}

/* Small devices (landscape phones, less than 768px)
-------------------------------------------------- */
@media (max-width: 767.98px) {

	.navbar-brand {
		font-size: 14px;
	}
	.nav-item a.nav-link {
		font-size: 14px;
		font-weight: 600;
	}

	.nav-item a.nav-link.active {
		text-decoration-thickness: 2px;
		text-underline-offset: 6px;
	}

	.header-mobile img {
		width: 75%;
	}
	
	main h3 {
		font-size: 14pt;
	}
	main h3 {
		padding-bottom: 12px;
	}
	main h4 {
		padding-bottom: 10px;
	}

	main p {
		font-size: 12pt;
	}

	.content-3-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 26px;
	}
	
	.team-box .team-block {
		padding: 6px 0;
		font-size: 16px;
		line-height: 16px;
	}

	
	/* Header-Bilder & Navigations-Pfeile */
	.carousel .carousel-control-prev-icon,
	.carousel .carousel-control-next-icon {
		width: 40px;
		height: 40px;
	}

	.carousel .carousel-control-prev,
	.carousel .carousel-control-next {
		margin: 0px;
	}

}

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

	.header-logo-area .logo {
		text-align: center;
	}
	.header-logo-area .logo img {
		height: 60px;
	}
	
	header table {
		display: none;
		margin-left: 20px;
	}

	header table td {
		font-size: 10pt;
	}
	
	/* Header-Bilder & Navigations-Pfeile */
	.carousel .carousel-control-prev-icon,
	.carousel .carousel-control-next-icon {
		width: 30px;
		height: 30px;
	}

	.carousel .carousel-control-prev,
	.carousel .carousel-control-next {
		margin: 0px;
	}
}

/* 
-------------------------------------------------- */
@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) {
}
