@charset "utf-8";

/* HINWEISE.CSS */
/* letzte Änderung am 17.6.2026 cc*/

/* ~ iPhone8 plus: 414 x 736 ---------------- 1 -- */
@media only screen and (min-width: 380px) and (max-width: 699px) {
.hinweis {
	position: relative;
	width: 90%;
	border: 3px solid; 
	margin-left: auto; /* Rechts/Links automatisch macht mittig */
	margin-right: auto;
	border-radius: 12px;       
	padding: 6px 6px 10px 20px; /* Abstand zwischen Text und Rahmen */	
	text-align: left;
	}	
.hinweis div {
	position: absolute;
	top: -11px;
	left: 40px;
	width: auto;
	height: auto;
	background-color: white;
	padding: 0px 6px;
	}
}

/* ~ Handy landscape ------------------------ 1q - */
/* Pre-Design: 736px, (iPhone8 quer) */
@media only screen and (min-width: 700px) and (max-width : 991px) {
.hinweis {
	position: relative;
	width: 80%;
	border: 3px solid; 
	margin-left: auto; /* Rechts/Links automatisch macht mittig */
	margin-right: auto;
	border-radius: 12px;       
	padding: 6px 6px 10px 20px; /* Abstand zwischen Text und Rahmen */	
	text-align: left;
	}	
.hinweis div {
	position: absolute;
	top: -11px;
	left: 40px;
	width: auto;
	height: auto;
	background-color: white;
	padding: 0px 6px;
	}
}

/* ~ Huawei P20: 360 x 760px ---------------- 2 -- */
@media only screen and (min-width: 331px) and (max-width : 379px) {
.hinweis {
	position: relative;
	width: 90%;
	border: 2px solid; 
	margin-left: auto; /* Rechts/Links automatisch macht mittig */
	margin-right: auto;
	border-radius: 12px;       
	padding: 6px 6px 10px 20px; /* Abstand zwischen Text und Rahmen */	
	text-align: left;
	}	
.hinweis div {
	position: absolute;
	top: -11px;
	left: 40px;
	width: auto;
	height: auto;
	background-color: white;
	padding: 0px 6px;
	}
}

/* ~ iPhone SE und 5s: 320 x 568 ------------ 3 -- */
@media only screen and (max-width : 330px) {
.hinweis {
	position: relative;
	width: 90%;
	border: 2px solid; 
	margin-left: auto; /* Rechts/Links automatisch macht mittig */
	margin-right: auto;
	border-radius: 12px;       
	padding: 5px 4px 8px 14px; /* Abstand zwischen Text und Rahmen */	
	text-align: left;
	}	
.hinweis div {
	position: absolute;
	top: -11px;
	left: 40px;
	width: auto;
	height: auto;
	background-color: white;
	padding: 0px 6px;
	}
}

/* ~ Tablet --------------------------------- 4 -- */
/* Pre-Design: 1112px, (iPad Pro) */
@media only screen and (min-width: 992px) and (max-width : 1499px) {
.hinweis {
	position: relative;
	width: 80%;
	border: 3px solid; 
	margin-left: auto; /* Rechts/Links automatisch macht mittig */
	margin-right: auto;
	border-radius: 12px;       
	padding: 6px 10px 10px 25px; /* Abstand zwischen Text und Rahmen */	
	text-align: left;
	}	
.hinweis div {
	position: absolute;
	top: -14px;
	left: 40px;
	width: auto;
	height: auto;
	background-color: white;
	padding: 0px 6px;
	}
}

/* ~ Desktop -------------------------------- 5 -- */
/* 3 Spalten, Pull-Down-Menü */
/* Pre-Design: 1680px (mein Bildschirm) */
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
.hinweis {
	position: relative;
	width: 900px;
	border: 3px solid; 
	margin-left: auto; /* Rechts/Links automatisch macht mittig */
	margin-right: auto;
	border-radius: 12px;       
	padding: 6px 10px 10px 25px; /* Abstand zwischen Text und Rahmen */	
	text-align: left;
	}	
.hinweis div {
	position: absolute;
	top: -14px;
	left: 40px;
	width: auto;
	height: auto;
	background-color: white;
	padding: 0px 6px;
	}
}
	
/* ~ Widescreen ----------------------------- 6 -- */
/* Menü-Zeile, fixes Layout */
/* Heike: HD = 1920x1080px */
@media (min-width: 1920px) {
.hinweis {
	position: relative;
	width: 860px;
	border: 3px solid; 
	margin-left: auto; /* Rechts/Links automatisch macht mittig */
	margin-right: auto;
	border-radius: 12px;       
	padding: 6px 10px 10px 25px; /* Abstand zwischen Text und Rahmen */	
	text-align: left;
	}	
.hinweis div {
	position: absolute;
	top: -14px;
	left: 40px;
	width: auto;
	height: auto;
	background-color: white;
	padding: 0px 6px;
	}
}