@charset "utf-8";

/* VIDEOS.CSS */
/* letzte Änderung am 6.5.2026 cc*/

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 699px) {
.i-video {
	width: 100%;
	height: auto;
	}
.i-video-portrait {
	width: 100%;
	height: auto;
	}
}

/* ~ Handy landscape ------------------------ 1q - */
/* Pre-Design: 736px, (iPhone8 quer) */
@media only screen and (min-width: 700px) and (max-width : 991px) {
.i-video {
	width: 100%;
	height: auto;
	}
.i-video-portrait {
	width: 100%;
	height: auto;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.i-video {
	width: 100%;
	height: auto;
	}
.i-video-portrait {
	width: 100%;
	height: auto;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.i-video {
	width: 100%;
	height: auto;
	}
.i-video-portrait {
	width: 100%;
	height: auto;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.i-video {
	width: 450px;
	height: auto;
	}
.i-video-portrait {
	width: 390px;
	height: auto;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.i-video {
	width: 480px;
	height: auto;
	}
.i-video-portrait {
	width: 390px;
	height: auto;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.i-video {
	width: 1080px;
	height: auto;
	}
.i-video-portrait {
	width: 390px;
	height: auto;
	}
}