@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');

/* CSS für alexa-dsaster-de **/

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400px;
	color: #000;
	width: 100%;
	height: 100%;
	background: url(../images/bg-dj53.png) no-repeat;
	background-size: cover;
}

/** wrapper, wrapper1, wrapper12 **/

/** landing page picture **/
.wrapper1 {
	height: 700px;
	width: 672px;
	margin: auto;
	background: url(../images/molo-klein.gif) no-repeat;
}

/** h2,h3,h4,li,p... **/
h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	color: hotpink;
	text-align: center;
}

h2 span {
	color: skyblue;
}

h2 a {
	font-size: 1.6em;
}

h3 {
	font-family: 'Amatic SC', cursive;
	font-size: 22px;
	color: orange;
	margin: 0;
	text-align: center;
}

h3 span {
	font-size: 22px;
	color: hotpink;
}

p span {
	font-size: 20px;
	color: gold;
}

h4 {
	font-family: 'Amatic SC', cursive;
	font-size: 23px;
	color: skyblue;
	margin: 0;
	text-align: center;
}

h4 span {
	font-size: 22px;
	color: skyblue;
}

li {
	display: inline;
}


p {
	font-family: 'Amatic SC', cursive;
	font-size: 20px;
	color: #fff;
	text-align: justify;
}

/** logo, logo1, logo2 **/

#logo {
	height: 80px;
	width: 200px;
	z-index: 999;
	padding-left: 10px;
	position: absolute;
	top: 40px;
	left: 130px;
}

#logo1 {
	height: 50px;
	width: 300px;
	_z-index: 999;
	position: absolute;
	top: 20px;
	left: 15px;
}

#logo2 {
	height: 40px;
	width: 145px;
	_background: rgba(255, 105, 180, .3);
	position: absolute;
	top: 20px;
	right: 15px;
}

#logo3 {
	height: 40px;
	width: 145px;
	position: absolute;
	top: 20px;
	right: 0px;
}

/** a links, a hover **/
a {
	text-decoration: none;
	color: #fff;
	font-family: 'Amatic SC', cursive;
	font-size: 22px;
}

a:active {
	background-color: grey;
	text-decoration: underline;
}

a:visited {
	background-color: red;
}

a:hover {
	color: gold;
}

/** intro, intro a links **/

.intro {
	font-family: 'Amatic SC', cursive;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 470px;
	width: 500px;
	height: 80px;
}

.intro1 {
	font-family: 'Amatic SC', cursive;
	font-size: 2.5em;
	font-weight: 800;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 500px;
	width: 300px;
	height: 50px;
}

.intro a {
	font-family: 'Amatic SC', cursive;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
}

.intro a:hover {
	color: gold;
}


/** ----- box-----**/
.box {
	_height: 450px;
	width: 600px;
	margin: auto;
	margin-top: 30px;
	padding: 10px;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, .2);
	border-radius: 30px;
}

.box1 {
	_height: 450px;
	width: 600px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 10px;
	background: rgba(0, 0, 0, .2);
	border-radius: 30px;
}

.box1a {
	height: 400px;
	width: 500px;
	margin: auto;
	margin-top: 80px;
	padding: 10px;
	background: rgba(0, 0, 0, .2);
	border-radius: 30px;
}

.box2 {
	width: 365px;
	height: 500px;
	margin: auto;
	margin-top: 80px;
	_padding: 20px;
	background: rgba(0, 0, 0, .2);
	_border-radius: 30px;
}

.box3 {
	width: 550px;
	height: 100%;
	margin: auto;
	margin-top: 80px;
	_padding: auto;
	padding: 10px;
	background: rgba(0, 0, 0, .2);
	_border-radius: 30px;
	text-align: center;
}

.item {
	margin: auto;
}

img {}

.float {
	float: right;
	margin-right: 200px;
	margin-top: 150px;
}

.float1 {
	float: right;
	margin-right: 300px;
	margin-top: -80px;
}

.float2 {
	float: right;
	margin-right: 220px;
	margin-top: -400px;
	margin-bottom: 20px;
}

/** ----- img, video, audio, pic, box-vid, vid-----**/
.pic {
	width: 300px;
	height: 190px;
	margin-left: 100px;
	margin-top: 20px;
}

.event {
	width: 325px;
	height: 460px;
	margin-left: 20px;
	margin-top: 20px;

}

.event1 {
	width: 376px;
	height: 521px;
	margin-left: 200px;
	margin-top: 20px;
}

.box-vid {

	height: 500px;
	width: 600px;
	margin: auto;
	margin-top: 110px;
	padding: 40px;
	_background: hotpink;
	background: rgba(0, 0, 0, .2);
	border-radius: 30px;
}

.vid {
	height: 300px;
	width: 400px;
	margin-left: 100px;
}

video {
	resize: both;
	margin-left: 50px;
	margin-bottom: 25px;
}

/** ----- bild, bild1, bild2 ... -----------**/
.bild {
	position: absolute;
	top: 0;
	left: 300px;
	_margin: auto;
	_margin-top: 100px;
	width: 826px;
	height: 800px;
	background: url(../images/molo.jpg);
	z-index: -999;
}

.bild1 {
	margin-top: 10px;
}

.bild2 {
	margin-top: 22px;
	margin-bottom: 10px;
}

.bild3 {
	margin-top: 10px;
	width: 100%;
}

.bild4 {
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
}


/** ----- media queries -----**/

@media only screen and (max-width: 500px) {
	body {
		background: #8F1489;
	}

	h2 a {
		font-size: 1.3em;
	}

	.wrapper {
		_display: none;
		padding: 5px;
	}

	.wrapper1 {
		_display: none;
		width: 90%;
	}

	.intro {
		width: 300px;
		height: 500px;
		top: 50px;
		left: 0px;
	}

	.intro a {
		display: block;
		font-size: 26px;
		color: gold;
	}

	.box {
		width: 90%;
		height: 90%;
		background: rgba(0, 0, 0, .0);
		margin-top: 100px;
		padding: 5px;
	}

	.box1 {
		width: 80%;
		height: 90%;
		margin-top: 290px;
		padding: 10px;
	}

	.box1a {
		width: 80%;
		height: 90%;
		margin-top: 290px;
		_padding: 10px;

	}

	.box2 {
		width: 80%;
		height: 80%;
		margin-top: 290px;
		_margin-bottom: 5px;
		padding: 10px;
	}

	.box3 {
		width: 80%;
		height: 80%;
		margin-top: 290px;
		_margin-bottom: 5px;
		padding: 10px;
	}

	.bc {
		width: 80%;
		visibility: hidden;
	}

	#art {}

	/* #nonartarea { */
	/* width: 80%; */
	/* } */

	#logo {
		width: 160px;
		height: 70px;
		top: 10px;
		left: 10px;
	}

	#logo2 {
		top: 40px;
		right: 10px;
	}

	#logo3 {
		display: none;
	}

	.pic {
		_display: none;
		width: 80%;
		height: 80%;
		margin-left: 30px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.event {
		_display: none;
		width: 80%;
		height: 80%;
		margin-left: 30px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	video {
		_display: none;
		width: 100%;
		height: 100%;
		margin-left: 0;
	}


}