body {
	font-family: Basic, Arial, sans-serif;
	background-image: url(../images/2.jpg);
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.logo {
	float: left;
	margin: 0;
	margin-top: 32px;
	margin-bottom: 35px;
	margin-left: 30px;
	filter: drop-shadow(0px 0px 10px #000);
	-webkit-filter: drop-shadow(0px 0px 10px #000);
}

ul {
	width: 720px;
	float: left;
	list-style-type: none;	
    margin: 0;
	margin-top: 12em;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0;
    background-color: #b8271e;
	background: linear-gradient(to bottom, #dc4b43 , #b8271e);
	text-align: center;
	border-radius: 15px;
	filter: drop-shadow(0px 0px 10px #000);
	-webkit-filter: drop-shadow(0px 0px 10px #000);
	
}

li {
    display: inline;
	}

li a, .dropbtn {
    display: inline-block;
    color: white;
	font-family: Basic, Arial, sans-serif;
	font-weight: bold;	
	font-size: 1.5em;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #812c27;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #812c27;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	-webkit-box-shadow: inset 0px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 3px 5px -3px rgba(0,0,0,0.75);
}

.dropdown-content a:hover {background-color: #b8271e}

.dropdown:hover .dropdown-content {
    display: block;
}

.maintext {
border-radius: 15px;
margin-bottom: 50px;
font-size: 1.5em;
width: 860px;
float: left;
padding: 50px;
background-color: rgba(255,255,255,0.7);
}

.pressable:active, .pressable:focus {
box-shadow: inset 1px 1px 3px black;
-webkit-box-shadow: inset 1px 1px 3px black;
}

.pressed {
box-shadow: inset 1px 1px 3px black;
-webkit-box-shadow: inset 1px 1px 3px black;
}

.uberschrift {
	font-size: 1.7em;
	text-decoration: underline;
	
}

.copyright {
	color: white;
	float: left;
	margin: 0;
	margin-bottom: 25px;
	margin-left: 400px;
	padding: 0;	
}

.copyright2 {
	margin-left: -3px;
}

.slideshow {
/*	filter: drop-shadow(0px 0px 5px #000);
	-webkit-filter: drop-shadow(0px 0px 5px #000);*/
	}

.willkommen {
	font-size: 2em;
	font-weight: bold;
	color: #dc4b43;
	text-shadow: 2px 2px 4px black;
	text-align: center;
}

.impressum {
	margin-top: 15px;
	margin-left: 0px;
		}
	
.impressum a:link {
	color: white;
	}
	
.impressum a:visited{
	color: white;
	}
	
.impressumtext {
	font-size: 1em;
		
}

.unterstrichen {
	text-decoration: underline;
}

.rowleft img {
  width: 480px;
	padding: 5px 0;
	margin: 0px 0px 0px -50px;
	float: left;
		
}

.rowright img {
  width: 480px;
	padding: 5px 0;
	margin: 0px -50px 0px 0px;
	float:right;
			
}