
@media (max-width: 1200px) {
	h4 {
		font-size: 16pt;
	}

	.my-video-dimensions {
		width: 100% !important;
		height: 335px !important;
	}
}

@media (max-width: 992px) {
	h4 {
		font-size: 12pt;
	}

	.my-video-dimensions {
		width: 100% !important;
		height: 240px !important;
	}

	.video-js .vjs-big-play-button {

		top: 40%;
		left: 40%;

	}
}




@media (max-width: 768px) {
	.centerslider {
		font-size: 2rem;
	}
	.fd-image-container {
		background-size: contain !important;
		background: none !important;
		padding: 280px 0 0 0;
	}

	.reposition {
		top: 0;
	}

	.my-video-dimensions {
		width: 100% !important;
		height: 175px !important;
	}

	.video-js .vjs-big-play-button {
		top: 37%;
		left: 37%;
	}

	.text-center-xs {
		text-align: center !important;
		margin-top: 3rem;
	}

	.no-margin-top-xs {
		margin-top: 0;
	}

	.mt-0-xs {
		margin-top: 0;
	}

	.mt-1-xs {
		margin-top: 0.5rem;
	}

	.mt-2-xs {
		margin-top: 1rem;
	}



	.text-center-xs .hr-left {
		float: none;
	}
	.headline {
		font-size: 1.5em;

	}

	.navbar-nav .nav-link {
		text-align: center;
	}

	.fd-head {
		margin-top: 30px;
	}

	.impressumdatenschutz {
		top: -25px;
	}

	.fd-image-container-xs.d-block.d-sm-none {
		min-height: 300px;
	}

	.height300 {
		height: 300px;
	}
}