/*MiraculuxWeb
All rights reserved.*/

body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
header{
/*	background: #00795f;*/
	width: 100%;
	/*padding: 40px 0; 
	equals 40px top and right, 0px bottom and left*/
	color: white;
	text-align: left;
	cursor: default;
}
header ul{
	padding-top: 20px;
	text-align: left;
	overflow: hidden;
}
header ul li{
	display: inline-block;
	/*apparently what allows list items to be next to each
	other in a single row. without it, items are always stacked
	on top of each other, regardless of width.*/
	padding: 0 0 0 10px;
}
h1{
	color: #2a1218;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.2em;
	line-height: 1em;
}
h2{
/*	color: #bbe4d0;*/
	color: #ffa500;
	font-family: 'News Cycle', sans-serif;
	font-size: 1em;
	text-align: center;
}
h3{
	color: white;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
	text-align: center;
}
a{
	text-decoration: none;
	color: inherit;
	/*this means it takes the colour settings from everything around it*/
}
nav ul{
	/*background-color: #43a286;*/
	background-color: #2a1218;
	overflow: hidden;
	/*very important so that the overflow doesn't mess with item size*/
	color: #E9D1D7;
	padding: 0;
	font-family: 'News Cycle', sans-serif;
	font-size: 1em;
	line-height: 1.95em;
	text-align: center;
	margin: 0;
	transition: max-height 0.4s;
/*	this is a standard css addition which all
	browsers respond to. however, each browser
	has their own "phone number", which is
	expressed in different prefixes.*/
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
}
nav ul2{
	/*background-color: #43a286;*/
	background-color: #2a1218;
	overflow: hidden;
	/*very important so that the overflow doesn't mess with item size*/
	color: #E9D1D7;
	padding: 0;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
	transition: max-height 0.4s;
/*	this is a standard css addition which all
	browsers respond to. however, each browser
	has their own "phone number", which is
	expressed in different prefixes.*/
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
}
nav ul li{
	display: inline-block;
	padding: 20px;
}
nav ul li:hover{
	color: #ffa500;
	background-color: #110508;
}
.divider{
	clear: both;
	width: 100%;
}
.container{
	display: inline-block;
	overflow: hidden;
}
section{
	display: inline-block;
	line-height: 1.5em;
	/*makes for very readable text*/
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
	padding: 5%;
	width: 40%;
	float: left;
	margin: 0 auto;
	/*this centers the content in this instance.
	the padding makes sure it's not uncomfortably
	touching the edges. wow i english well today.*/
}
.logo{
	margin-top: 0;
	margin-left: 0;
	float: left;
}
.menu{
	width: 100%;
	background-color: #2a1218;
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;
	display: none;
	/*means that it won't be displayed unless the
	requirements of the media query are fulfilled.
	for that to be a thing a matching tag has to
	be added in the media query though, stating
	explicitly that the handle shall be displayed.*/
}
.slider{

}
footer{
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	background: #2a1218;
	cursor: default;
}
footer ul{
	overflow: hidden;
	text-align: center;
	padding: 0;
}
footer ul li{
	display: inline-block;
	padding: 0 10px 0 10px;
	/* top - right - bottom - left */
	text-align: left;
}
mobilefooter{
	display: none;
}
mobilefooter ul{
	display: none;
}
mobilefooter ul li{
	display: none;
}
@media screen and (max-width: 638px){
	header ul{
	padding-top: 40px;
	}
	nav ul{
		background-image: none;
		max-height: 0px;
		/*this is what collapses the nav bar!
		no "hide" or "display" tag needed.
		we also want something that can be
		animated, something the browser can
		interpolate, like a numerical value.
		that is why we set a max height - here
		at 0px, in the .showing div at 20em.*/
	}
	nav ul2{
		display: none;
	}
	.showing{
		max-height: 20em;
	}
	nav ul li{
		box-sizing: border-box;
		/*if you had normal box sizing it would
		be adding the padding on the outside, 
		leading the width of 100% PLUS the padding,
		causing it to overflow*/
		width: 100%;
		padding: 15px;
		text-align: left;
	}
	.menu{
		display: block;
	}
	h1{
		font-size: 1.5em;
		line-height: 1em;
	}
	footer{
		font-size: 0.8em;
		margin-top: 0;
	}
	footer ul{
		margin: 0;
		padding: 5px;
	}
	footer ul li{
	padding: 0 5px 0 5px;
	/* top - right - bottom - left */
	margin: 0;
}
	section{
		width: 90%;
	}
}


/*
Code Author: Mark-Anthony Karam
Host: mark-anthony.ca
*/

@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Muli:300);

h5
{
font-family: 'Noto Serif', serif;
font-size: 30px;
text-transform: uppercase;
color: #93be66;
}


/* Centres the page (this could be container)*/
.body3 {
    display:block;
    margin:0 auto;
    width:70%;
    min-width: 400px;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #999;
}


/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label 
{
    display:block;
    margin-top:20px;
    letter-spacing: 2px;
}

/* Centres the form within the page */
form 
{
    margin:0 auto;
    width:80%;
    max-width: 500px;
    /*ALLES IN PROZENT ZAHLEN AUSDRÜCKEN, DANN MAXIMUM EINGEBEN ERGIBT RESPONSIVE DESIGN*/
}

/* Styles the text boxes */
input, textarea, file {
	width:80%;
	height:10%;
	background-color:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ffa500;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #004b24;
	}

/* Styles the text area boxes (message field) */	
textarea 
{
	height:200px;
	background-color: #efefef;
}


/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	width:25%;
	height:15%;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the submit hover */	
#submit:hover {
	color:#fff;
	background-color: #ffa500;
	opacity:0.9;
}

/* Styles the cancel button*/	
#cancel {
	/* background:url(images/cancel.png); */
	width:25%;
	height:15%;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the cancel hover */
#cancel:hover {
	color:#fff;
	background-color: #ffa500;
	opacity:0.9;
}