@charset "utf-8";

body {
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	background:#b10b2c;
	background:#ba2e75;
	background-image: url(../images/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	background-size: contain;
	margin:0;
}
img {
	max-width: 100%;
	height: auto;
}
html, body {
	height:100%;
	margin-bottom:1px;
}
#wrapper {
	max-width: 960px;
	margin: 0 auto;
	height: 100%;
}
#inhalt {
	max-width:960px;
	/* min-height: 640px;*/
	margin:0 auto;
	background-color: #fff;
	color:#666;
	margin-top: 95px;
	margin-bottom:40px;
}
h1 {
	line-height:26px;
}
h2 {
	color:#000;
        line-height:22px;
}
.red {
	color:red;
}
/* Aktueller Menupunkt */

#home .home, #beatleweek .beatleweek, #programm .programm, #reisedaten .reisedaten, #anmeldung .anmeldung, #wichtig .wichtig {
	color: yellow;
	text-decoration:none;
}
#topnav {
	font-family: 'Passion One', cursive;
	padding:0;
	margin:0 auto;
	max-width:960px;
	position:relative;
	top:102px;
}
.topnav {
	overflow: hidden;
	background-color: transparent;
}
.topnav a {
	float: left;
	display: block;
	text-align: center;
	padding: 14px 14px;
	text-decoration: none;
	font-size: 30px;
	color: white;
}
.topnav a:hover {
	color: yellow;
}
.topnav .icon {
	display: none;
}
@media only screen and (min-device-width: 320px) and (max-width:973px) {
    .topnav a {
            display: none;
    }
    .topnav a.icon {
            float: right;
            display: block;
    }
}
@media only screen and (min-device-width: 320px) and (max-width:973px) {
/* #inhalt {max-height:auto;background-color:#ba2e75;} */
    #topnav {
            font-family: 'Arial', 'sans-serif'
    }
    .topnav.responsive {
            position: relative;
    }
    .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
    }
     .topnav.responsive a::first-child {
     font-size:30px;
     color:red;
     border:none;
    }
    .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            font-weight:bold;
            font-size:14px;
            padding: 5px 20px 5px 20px;
            background:#999;
            color:white;
            border-bottom: 1px solid #ccc;
    }
    .topnav.responsive a:hover {
            color:yellow;
    }
}
