@charset "utf-8";
/* CSS Document */

/* alle Standardformate zurücksetzen */

*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 100%;
}
img{
	max-width: 100%;
}

/* Layout */

body{
	background-color: #ffffff;
}

/* Überschriften */

h1{
	font-size: 2.25em;
	color: #253539;
	text-transform: none;
	font-family: "Lucida Calligraphy", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 300;
}
h2{
	font-size: 1.125em;
	color: #E12F32;
	text-transform: uppercase;
	font-family: "Lucida Calligraphy", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

p{
	font-size: 1.125em;
	line-height: 1.40;
	color: #253539;
	font-family: Helvetica, Arial, Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
	/*font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
	font-style: italic;*/
	
}

tr{
	font-family: Georgia, Constantia, "serif";
	font-style: normal;
	font-size: 0.875em;
}

/* Bilder */

img{
	width: 100%;
	margin: 5% 0;
}

/* Layout */

#mainMenu{
	height: 30px;
	width: 100%;
	padding: 20px 0 10px 0;
	position: fixed;
	top: 0;
	background: #ffffff;
}
#footer{
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #ffffff;
	padding: 10px 0 0 25px;
}

#main-article{
	width: 100%;
	margin: 80px 0;
	float: left;
}

#left_side{
	width: 19%;
	min-height: 100px;
	float: left;
	/*background-image: url(../_img/Mandala_links_web.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
	margin: 0 1% 0 0;
}
#articleFrame{
	width: 59%;
	float: left;
	border: solid 5px #d1910f;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url(../_img/MandalaElementA_f8.jpg);
	background-position: center;
	background-attachment: fixed;
	margin: 0;
}
#right_side{
	width: 19%;
	min-height: 100px;
	float: right;
	margin: 0 0 1% 0;
	/*background-image: url(../_img/Mandala_rechts_web.jpg);
	background-position: left;
	background-repeat: repeat-y;*/
}


.intro{
	width: 100%;
}
.article{
	width: 60%;
	margin: 50px 20%;
	padding: 20px 0 30px 0;
	border-top: 0px;
	border-bottom: 0px;
}
.halfPage{
	width: 50%;
	padding: 0 25%;
	margin: 0 0 25px 0;
}
.fullPage{
	width: 100%;
	margin: -60px 0 25px 0;
}
.video_div{
	margin: 10px 10% 0 10%;
	width: 80%;
}
.video_bild{
	width: 80%;
	margin: 0 10%;
}
.video_text{
	color: #d1910f;
	font-size: 1.0em;
	text-transform: uppercase;
}

/* Hauptmenu */

#mainMenuLeft{
	float: left;
	margin: 0 0 0 25%;
	font-size: 21px;
}
#mainMenuRight{
	float: right;
	margin: 20px 25% 0 0;
	font-size: 16px;
}

#mainMenu ul li{
	display: inline;
}

#mainMenu a{
	color: #d1910f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 50px 10px 10px;
}

/* Drop Down */

ul#navigation ul li a{
	display: block;
	text-transform: none;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 15px 12px 10px 12px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation ul{
	display: none;
	position: absolute;
	top: 45px;
	left: 35%;
	background: #f2f2f2;
}

#navigation li:hover ul{
	display: block;
}

ul#navigation ul li{
	margin: 0;
}

#footer ul li{
	display: inline;
}

#footer a{
	color: #d1910f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 0 5px 10px;
}

/* Tabelle */

th {
	padding: 2px 10px;
}

/*Listen*/

.liste{
	padding: 5px 0 0 20px;
	margin: 10px;
	font-size: 1.125em;
	line-height: 1.40;
	color: 253539;
	font-family: Helvetica, Arial, Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
}

/* für kleine Bildschirme */

@media only screen and (min-width: 900px) and (max-width: 1300px) {
	
	h1{
		font-size: 1.75em;
	}
	#left_side{
	width: 14%;
	min-height: 100px;
	float: left;
	/*background-image: url(../_img/Mandala_links_web.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
	margin: 0 1% 0 0;
}
#articleFrame{
	width: 69%;
	float: left;
	border: solid 5px #d1910f;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url(../_img/MandalaElementA_f8.jpg);
	background-position: center;
	background-attachment: fixed;
	margin: 0;
}
#right_side{
	width: 14%;
	min-height: 100px;
	float: right;
	margin: 0 0 1% 0;
	/*background-image: url(../_img/Mandala_rechts_web.jpg);
	background-position: left;
	background-repeat: repeat-y;*/
}
	.article{
	width: 70%;
	margin: 5% 15%;
	padding: 20px 0 20px 0;
	border-top: 0px;
	border-bottom: 0px;
}
}
@media only screen and (min-width: 400px) and (max-width: 899px) {
	
	h1{
		font-size: 1.25em;
	}
	p{
		font-size: 1em;
	}
	#left_side{
	width: 9%;
	min-height: 100px;
	float: left;
	/*background-image: url(../_img/Mandala_links_web.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
	margin: 0 1% 0 0;
}
#articleFrame{
	width: 79%;
	float: left;
	border: solid 5px #d1910f;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url(../_img/MandalaElementA_f8.jpg);
	background-position: center;
	background-attachment: fixed;
	margin: 0;
}
#right_side{
	width: 9%;
	min-height: 100px;
	float: right;
	margin: 0 0 1% 0;
	/*background-image: url(../_img/Mandala_rechts_web.jpg);
	background-position: left;
	background-repeat: repeat-y;*/
}
	.article{
	width: 80%;
	margin: 5% 10%;
	padding: 20px 0 20px 0;
	border-top: 0px;
	border-bottom: 0px;
}
}
@media only screen and (max-width: 399px) {
	
	h1{
		font-size: 1em;
	}
	p{
		font-size: 0.75em;
	}
	#left_side{
	width: 1%;
	min-height: 100px;
	float: left;
	/*background-image: url(../_img/Mandala_links_web.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
	margin: 0 1% 0 0;
}
#articleFrame{
	width: 93%;
	float: left;
	border: solid 5px #d1910f;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url(../_img/MandalaElementA_f8.jpg);
	background-position: center;
	background-attachment: fixed;
	margin: 0;
}
#right_side{
	width: 1%;
	min-height: 100px;
	float: right;
	margin: 0 0 1% 0;
	/*background-image: url(../_img/Mandala_rechts_web.jpg);
	background-position: left;
	background-repeat: repeat-y;*/
}
	.article{
	width: 90%;
	margin: 5% 5%;
	padding: 20px 0 20px 0;
	border-top: 0px;
	border-bottom: 0px;
}
}