/* MAIN style sheet */

/* standard HTML tags */

* {
	font-family: Verdana, Arial;
}


body, html { 
	background: url(../images/pics/rasen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 95%;
	background-color: #ccc;
	background-attachment: fixed;
}

header, 
nav, 
footer,
section,
article {
   display: block;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	}

#mainwrapper {
	max-width: 1800px;
	background-color: transparent;
	margin: 20px;
	padding: 0px;
	}

nav {
	margin: 0px;
	padding: 0px; 
	background-color: #cc3333;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	line-height: 2em;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
		display: block;
}

nav ul {
	list-style: none;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
}

nav ul li {
	float: left;
	width: 130px;
	text-align: center;
  border-left: 1px solid #333;
 }

nav ul li:last-child {
	border-right: 1px solid #333;
 }

nav ul li:hover {
		background: #990000;
}

nav ul li a {
		display: block; 
		color: #fff; 
		text-decoration: none;
		font-size: 1em;
		font-weight: bold;
	}
	
nav ul ul {
	position: absolute; 
	width: 130px;
	line-height: 2em;
	top: 100%;
	background-color: #cc3333;
	}

nav ul ul li {
		position: relative;
		float: none; 
}

.shadow-box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.wrapper {
	background-color: #e7e7e7; 
	width: 100%; 
	padding: 30px 0px 30px;
	overflow: auto;
 }

.maincontent{
	padding: 5px;
	float: left;
	width: 72%; 
	}

article {
	margin: 0 auto;
	padding:10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #cc0000;
	overflow: auto;
	
	}
	
article table {
	width: 100%;
	}

article table.thin {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	}
	
article table th {
	background-color: #003399;
	color: #fff;
	font-size: 0.9em;	
	}

article table td{
	padding: 3px;	
	}

article table td.cell {
	vertical-align: top;
	width: 50%;
	}

article table td.function {
	font-size: 1.4em;
	background-color: #bbb;
	border-top: 2px solid #000;
	padding: 5px;
	margin: 10px 0px 10px;
	}
	
article table td.name {
	font-size: 1.3em;
	color: #990000;
	font-weight: bold;
	}
	
article table td.addr {
	font-weight: bold;
	}


article table td.photo {
	width: 25%;
	}

article table td.right {
	text-align: right;
	}

article table td.center {
	text-align: center;
	}

article table tr.inhalt:hover {
	background-color: #ddd;
	}

article img.left {
	float: left;
	margin: 10px;
	}

article img.right {
	float: right;
	margin: 10px;
	}
	
	
article p {
	font-size: 1em;
	width: 95%;
	padding: 0px 10px ;
	}

article p.small {
	font-size: 0.8em;
	font-weight: bold;
	}

article h1 {
	text-align: center;
	padding: 5px ;
	margin: 0px;
	color: #000;
	font-size: 2em;	
	}
	
article h2 {
	text-align: left;
	background-color: #993333;
	padding: 5px ;
	margin: 0px 10px 0px 0px;
	color: #fff;
	font-size: 0.9em;	
	}

article h3 {
	text-align: left;
	padding: 0px 0px 0px 5px;
	margin: 0;
	color: #0033cc;
	font-size: 0.9em;	
	}

article h4 {
	text-align: left;
	padding: 5px ;
	margin: 0px;
	color: #993333;
	font-size: 1.1em;	
	}

article h5 {
	color: #993333;
	font-size: 1em;
	font-weight: normal;	
	margin: 0px;
	}
	
article form {
	margin: 0px 50px 1px;
 }
	
article form input, textarea {
	background-color: #e0e0e0;
	border: 1px solid #a0a0a0;
	font-size: 1em;
	width: 400px;
	line-height: 1.5em;
	margin: 5px 0px 20px 5px;
	 }

article form input.date, input.time {
	width: 100px;
	font-size: 1.1em;
	text-align: right;
	margin-right: 10px;
	 }
	 
article form textarea {
	height: 10em;
	width: 600px;
	
	 }

article form input:hover, textarea:hover , fieldset:hover{
	border: 1px solid #000;
	
}
	
article form label {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	font-size: 1.3em;
}

article .req{
	color: #cc0000;
}

article form fieldset{
	background-color: #e0e0e0;
	border: 1px solid #a0a0a0;
	padding: 5px;
	margin: 0;
}

article form fieldset legend {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

article form fieldset legend .req{
	color: #cc0000;
}

article form fieldset input {
	padding: 0px;
	margin: 3px 3px 5px 10px;
	width: 15px;

}

article form fieldset label {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
	width: 1px;
	
}

article form select {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	background-color: #e0e0e0;
}

article form input#check {
	padding: 0;
	margin: 0;
	width: 20px;
}

article hr  {
	width: 80%;
	background-color: #ddd;
	
	}

hr.info {
  border-top: 1px dotted #993333;
  margin-left: 0px;
  max-width: 70%;
}

a.mehr:link, a.mehr:visited {
	font-size: 0.8em;
	font-style: italic;
	color: blue;
	}

a.mehr:hover, a.mehr:active {
  color: #ffa500;
}
.date {
	font-size: 0.6em;
	
	
	}

#presse
{
width: 100%;
}

#presse a {
		color: #ff0000; 
		text-decoration: none;
		font-size: 1em;
	}

#presse a:hover {
		color: #993333;

}

/* Style the tab */
div.tab {
    overflow: hidden;
		background-color: inherit;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
}

/* Style the buttons inside the tab */
div.tab button {
    //background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 8px;
    transition: 0.3s;
    font-size: 1.1em;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #999;
}


div.center {
    display: flex;
    justify-content: center;
   }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
	  justify-content: center;

}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}



#child1, #child2, #child3, #child4, #child5, #child6, #child7, #child8, #child9, #child10 {
	display: none;
	}

article ul {
	font-size: 1.0em;
	list-style-position: inside;
}

	 
#verif_box {
	width: 40px;
	line-height: 1em;
	
	}	

#submit {
	width: 128px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	}	

#submit:hover{
	color: #fff;
	background-color: #aaa;
	opacity: 0.9; 
	}	

#error {
	color: #cc0000;
	font-weight: bold;
}	

#disabled {
	border: 1px solid #000;	
	}
	
.side{
	float: right;
	width: 25%; 
	padding: 0px;
	border-left: 1px solid #f00;
	}


.links{
	width: 80%;
	}

.links h1 {
	text-align: center;
	background-color: #993333;
	padding: 5px 0px 5px;
	margin: 0px 40px 0px;
	color: #fff;
	font-size: 1em;	
	}

.links h2 {
	text-align: center;
	background-color: #bbb;
	padding: 5px 0px 5px;
	margin: 0px 40px 0px;
	color: #000;
	font-size: 1em;	
	}

.links ul {
	list-style: none;
	position: relative;
	padding: 5px 0px 5px;
	margin: 0px 20px 0px;
}

.links ul:after {
		content: ""; 
		clear: both; 
		display: block;
}

.links ul li {
	text-align: center;
}

.links ul li a {
		display: block; 
		color: #000; 
		text-decoration: none;
		font-size: 1em;
}

.links ul li:hover a {
		color: #993333;
}

.links img {
 	display: block;
	margin: 20px auto;
	max-width: 180px;
	height: auto;
}

.links hr {
	width: 80%;
	height: 2px;
	background-color: #ddd;
}

.calendar_widget {
	margin: 0px auto 30px;	
	text-align: center;
	padding: 10px;
	}

footer {
	clear: both;
	margin: 0px;
	padding: 0px; 
	background-color: transparent;
	line-height: 2em;
}

footer p {
	text-align: center;
}

#greyspace {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	background: black;
	opacity: 0.6;
	filter:alpha(opacity=60);
	display: none;
}

#closebutton {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right:20px;
	display: none;
}

#nextEvent {
	width: 80%;
	border: 2px solid #f6ebcd;
	position: absolute;
	top:5em;
	background-color:#442c1f; 
	background-repeat: no-repeat;
	left: 10%;
	//margin-left:-5em;
	z-index: 3;
	display: none; 
    animation: 1s linear;
    animation-name: fade;
}

#nextEvent img {
		max-width:100%;
}

@keyframes fade {
     0% {opacity:0;}
   100% {opacity:1;}
}

@media screen and (max-width: 800px) {

	nav ul li {
		width: 100%;
	  border-right: 1px solid #333;
	 }

	nav ul ul {
			top: 30%;
			left: 50%;
	}
	
	footer ul {
		padding: 0px 5% 0px;
	}	
		
	footer ul li {
		width: 20%;
	  border-right: 1px solid #333;
	}
 
	.side{
		display: none;	
	}

	.maincontent{
		float: none;
		width: 92%; 	
	}
}

