/************************************************************************************************/
/* © MOHNSTRAP | Framework for HTML-CSS-JSS-MedieQuery+PHP | Urheberrechtlich geschützt © 2023 */
/**********************************************************************************************/

@charset "UTF-8";

@viewport{zoom: 1.0; width: 200;}

@media only screen and (min-width:100px) and (max-width:339px) {
	
/***************** HEADER ***********************/

.header-wrapper {
	position: fixed;
	/*background-color: rgba(0,48,108,1.0); DJ Dunkelblau */
	/*background-color: rgba(74,94,129,1.0);  /* DJ Mittelblau */
	top: 0px;
	border-radius: 0px;
	width: 100%;
	height: 50px;
	z-index: 99;
	
}

#header-uhr { /**Uhr läuft nicht als "class"-Notierung */
	position: static;
	/*background-color: #339900;*/
	border-radius: 5px;
	height: 35px;
	width: auto;
	/* T - R - B - L 
	padding: 2px 12px 0px 10px;*/
	margin-top: 30px;
	margin-right: 2.5%;
	float: right;
	
	font-family: lato-hairline, roboto-thin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	text-align: center;
	letter-spacing: -0.03em;
	line-height: 0.95em;
	text-decoration: none;
	color: #E8E9E9;
	z-index: 9999;
}

.header-logo {	
	position: static;
	/*background-color: rgba(255,255,255,0.5);*/
	border-radius: 10px;
	height: auto;
	width: 160px;
	margin-top: 17px;
	margin-right: 3%; /*(Right-LOGO)*/
	float: right;
	overflow: hidden;
	visibility: visible;
	z-index: 99;
}

.header-icon {
	position: static;
	margin: 6px 10px 0px 0px;
	padding: 6px;
	border-radius: 5px;
	height: auto;
	width: 25px;
	float: right;
	overflow: hidden;
	z-index: 5;
	display: none;
}


/***** NAVI - DESKTOP-Einstellung ONLY *************************

.navi-button-DELETE {
	position: relative;
	float: left;
	/*GLOBAL-CSS / background-color + Radius via navi-button-color*/
	/* Menü-Buttons Margins */
	/* T - R - B - L */
/*	margin: 0px 0% 0% 2.5%;
	/*width: 107px;*/
/*	width: auto;
	height: auto;
	
	padding: 12px 1px 10px 1px;
	font-family: roboto-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	line-height: 0.5em;
	letter-spacing: 0.0em;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 99;
}

/********* SLIDER CONTAINER ***************

#slider-container {
	position: relative;
	background-color: #222222;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 300px;
	margin-bottom: -20px;
	overflow: hidden;
	border: 0px;
	z-index: 2;
} */

/****** Textinhalte-Responsive *******************/

.textbox-info {
	/* T - R - B - L */
	position: relative;
	border-radius: 5px;
	width: auto;
	height: auto;
	margin: 3% 2% 8% 2%;
	opacity: 1.0;
	z-index: 3;
}
	
.textbox-style {
	/* T - R - B - L  */
	padding: 8% 5% 8% 5%;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	color: #000000;
	overeflow: hidden;
	z-index: 3;
}

.textbox-header {
	/* T - R - B - L  */
	position: static;
	background-color: rgba(0,48,107,1.0);
	border-radius: 5px 5px 0px 0px;
	height: auto;
	width: auto;
	padding: 1.5% 3% 1.5% 1.5%;
	/*padding: 20px 0px 10px 20px;*/
	font-family: roboto-thin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-align: left;
	line-height: 0.8em;
	letter-spacing: 0.03em;
	text-decoration: none;
	/*color: ** in global ** color-textbox-header */
	opacity: 1.0;
	z-index: 3;
}

/* NOT IN USE for >340px *******
.textbox-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
	
    -webkit-column-rule: 0px solid grey;
    -moz-column-rule: 0px solid grey;
    column-rule: 0px solid grey;
	
	z-index: 3;
}*/


/************ Kachel-Wrapper ******************************/

.kachel-container {
	/* T - R - B - L */
	position: relative;
	/*background-color: rgba(255,255,255,0.4);*/
	height: auto;
	width: auto;
	margin: 1.5% 2.0% 0% 2%;
	overflow: hidden;
	z-index: 3;
}

/****** KACHEL-STYLES Points of interessed **********************/

.kachel {
	/* T - R - B - L */
	position: relative;
	/*background-color = global > color-kachel-background 1-4*/
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin: 0% 2.0% 8% 0%;
	display: inline-block;
	float: left;
	z-index: 4;	
}

.kachel-header {
	/* T - R - B - L  */
	position: static;
	border-radius: 5px 5px 0px 0px;
	margin-top: 0;
	height: auto;
	width: auto;
	padding: 4% 2% 7% 4%;
	font-family: roboto-light, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: left;
	/*color: >> LINK-HOVER Color */
	z-index: 1000;
}

/*************************************************/

.kachel-text {
	position: static;
	/* T - R - B - L  */
	padding: 5% 6% 5% 6%;
	display: inline-block;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	color: #000000;
	z-index: 5;
}

.kachel-min-height {min-height: 540px;} 


/****** HEADLINES *******************************/

.headline-1 {
	/* T - R - B - L */
	position: relative;
	/*background-color: >> global-color*/
	width: auto;
	height: auto;
	border-radius: 5px;
	margin: 80px 2% 6% 2%;
	padding: 1.5% 3% 1.5% 3%;
	font-family: roboto-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align: left;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	text-decoration: none;
	/*color: ** in global ** color-subline */
	opacity: 1.0;
	overflow: hidden;
	z-index: 3;
}

.headline-2 {
	/* T - R - B - L */
	position: relative;
	/*background-color: >> global-color*/
	width: auto;
	height: auto;
	border-radius: 5px;
	margin: 15% 2% 6% 2%;
	padding: 1.5% 3% 1.5% 3%;
	font-family: roboto-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align: left;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	text-decoration: none;
	/*color: ** in global ** color-subline */
	opacity: 1.0;
	z-index: 3;
}

/************* Kachel-Adressbox ********/

.adressbox {
	/* T - R - B - L */
	position: relative;
	/*background-color: global > color-adressbox-background-1*/border-radius: 5px;
	width: 94%;
	height: auto;
	/*min-height: 320px;*/
	margin: 5% 4% 3% 0%;
	padding: 8% 3% 8% 4%;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	z-index: 1000;
}

/************* Kachel-Kontaktbox ********/

.kontaktbox {
	/* T - R - B - L */
	position: relative;
	background-color: rgba(154,170,203,0.9);
	/*Gradient not displayed in DW-CS6 */
	background: linear-gradient(to bottom, 
	rgba(239,241,248,0.95), rgba(148,164,215,0.95));
	
	border-radius: 5px;
	width: 94%;
	height: auto;
	/*min-height: 320px;*/
	margin: 5% 4% 3% 0%;
	padding: 6% 3% 6% 3%;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	color: #000000;
	display: inline-block;
	float: left;
	z-index: 1000;
}


/*Liste mit Aufzählungsstrich oder manche Unicode
ul { margin: 0.3em; padding: 0.3em; list-style-type: "\-  ";}*/

}