<style>
.object-container 
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.objectSlide
{
	position: relative;
	display: block;
	transition: transform 1.5s;
	width: 100%;
	height: 100%;
}
.objectSlide img
{
	border: 2px solid #C0C0C0;
	border-radius: 6px;
}

.bottom-right 
{
	color: black;
	font-family: "Tahoma";
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	bottom: 8px;
	right: 30px;
	padding: 4px 10px;
	background-color: #C0C0C0
}

.slideshow-container 
{
	position: relative;
	max-width: 1000px;
	margin: auto;
}
.mySlides
{
	display: none;
}
.mySlides img
{
	border: 2px solid #C0C0C0;
	border-radius: 10px;
	vertical-align: middle;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Next & previous buttons */
.prev, .next 
{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -28px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	text-decoration: none;
}

/* Position the "next button" to the right */
.next 
{
  right: 0;
}
.prev
{
	left: 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover 
{
  background-color: #C0C0C0;
  color: black;
}

body {margin:0;}

/* Style the active class, and buttons on mouse-over */
.dropbtn
{
	background-color: #C0C0C0;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	text-decoration: none;
	border: none;
}
.dropdown 
{
	position: fixed;
	display: inline-block;
	top: 40px;
	left: 10px;
	width: 180px;
	border: 2px;
	border-style: solid;
	border-color: #00FFFF;
	border-radius: 4px;
	background-color: #C0C0C0;
	outline: none;
	padding: 2px 2px;
	cursor: pointer;
	text-align: center;
	z-index: +1;
}
.dropdown-content
{
	display: none;
	position: absolute;
	min-width: 200px;
	background-color: transparent;
	margin: 4px;
}
.dropdown-content button
{
	color: white;
	padding: 12px 16px;
	display: block;
	width: 200px;
	border: 2px;
	border-style: solid;
	border-color: #00FFFF;
	border-radius: 4px;
	background-color: #C0C0C0;
	outline: none;
	padding: 2px 2px;
	cursor: pointer;
	font-family: "Tahoma";
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-align: center;
	text-decoration: none;
	margin: 4px;
}
#currentpage
{
	background-color: #808080;
	color: white;
}
.dropdown-content button:hover {background-color: #808080;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: #FFFFFF;}


.main 
{
	padding: 6px;
	margin-top: 80px;
	height: 740px;
}

.header
{
	position: fixed;
	top: 0px;
	width: 100%;
	height:50px;
	background-color: black;
	z-index: +1;
}
.footer
{
	position: relative;
	bottom: 10px;
	margin: auto;
	padding: 10px;
	float: center;
}

/* Style Language */
.navLangbtn
{
	background-color: #C0C0C0;
	padding: 2px;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	text-decoration: none;
	border: none;
	margin: 2px;
	z-index: +1;
}
.navLang
{
	position: fixed;
	display: inline-block;
	top: 40px;
	right: 20px;
	width: 80px;
	border: 2px;
	border-style: solid;
	border-color: #00FFFF;
	border-radius: 4px;
	background-color: #C0C0C0;
	cursor: pointer;
	text-align: center;
	z-index: +1;
}
.navLang-content
{
	display: none;
	position: absolute;
	min-width: 60px;
	float: right;
	right: 0;
}
.navLang-content button
{
	color: white;
	padding: 12px 16px;
	display: block;
	width: 70px;
	border: 2px;
	border-style: solid;
	border: 2px solid green;
	padding: 4px 4px;
	border-radius: 4px;
	background-color: black;
	outline: none;
	cursor: pointer;
	font-family: "Tahoma";
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 2px;
}
#currentpage
{
	background-color: #808080;
	color: white;
}
.navLang-content button:hover
{
	background-color: #808080;
	color: red;
}

.navLang:hover .navLang-content {display: block;}

.navLang:hover .navLangbtn {color: #FFFFFF;}

#currentlang
{
	border: 2px solid red;
	padding: 4px 4px;
	font-style: italic;
	color: red;
}

.donation
{
	display: none;
	position: fixed;
	top: 420px;
	left: 20px;
	z-index: +1;
}

.links
{
	width: 500px;
	text-decoration: none;
}
.links a {text-decoration: none;}
.links a:hover
{
	font-style: italic;
	text-shadow: 4px 2px red;
	text-decoration: none;
}

p1
{
	font-family: "Tahoma";
	font-size: 22px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}
p1:hover
{
	font-style: italic;
	text-shadow: 4px 2px red;
	text-decoration: none;
}

p2
{
	font-family: "Tahoma";
	font-size: 28px;
	font-weight: bold;
	color: #FF9900;
}

p3
{
	font-family: "Tahoma";
	font-size: 22pt;
	font-weight: bold;
	color: #00FFFF;
	text-align: center;
}
p4
{
	font-family: "Tahoma";
	font-size: 18pt;
	font-weight: bold;
	color: #00FFFF;
	text-align: center;
}

h1
{
	font-family: "Tahoma";
	font-size: 14pt;
	font-weight: bold;
	color: #C0C0C0;
}

h2
{
	font-family: "Tahoma";
	font-size: 20pt;
	font-weight: bold;
	color: yellow;
}

/* Style Überschrift */
h3
{
	font-family: "Tahoma";
	font-size: 30pt;
	font-weight: bold;
	color: #FF9900;
	text-align:center;
}

h4
{
	font-family: "Tahoma";
	font-size: 30pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

p6
{
	font-family: "Tahoma";
	font-size: 16pt;
	font-weight: bold;
	color: yellow;
}

p5
{
	font-family: "Tahoma";
	font-size: 24pt;
	font-weight: bold;
	color: #FF9900;
	text-align:center;
}

.videoshow-container 
{
	position: relative;
	max-width: 900px;
	margin: auto;
}
.videoSlide
{
	width: 845px;
	height: auto;
}
.prevVid, .nextVid 
{
	cursor: pointer;
	position: absolute;
	margin-top: -24px;
	padding: 16px;
	top: 50%;
	width: auto;
	color: white;
	font-size: 24px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	text-decoration: none;
}
.prevVid
{
	left: 0;
}
.nextVid
{
	right: 0;
}

.prevVid:hover, .nextVid:hover 
{
  background-color: #C0C0C0;
  color: black;
}

ul
 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
    border: 0;
    background-color: transparent;
  }
li
 {
	display: inline-block;
	float: left;
	margin: 0.5em; 
    border: 0;
    background-color: transparent;
 }
 .createLink
 {
	font-family: "Tahoma";
	font-size: 18px;
	font-weight: bold;
	color: yellow;
	text-align: center;
	background-color: transparent;
	text-decoration: none;
	display: inline-block;
 }
 .createLink:hover
 {
	 color: red;
 }
/* Style index.php */
.button1
{
	border: 4px;
	border-style: solid;
	border-color: green;
	outline: none;
	padding: 8px 8px;
	background-color: #C0C0C0;
	width: 400px;
	cursor: pointer;
	font-family: "Tahoma";
	font-size: 22px;
	font-weight: bold;
	color: black;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
}
.button1:hover
{
	background-color: #808080;
	color: white;
	font-style: italic;
	text-shadow: 3px 3px green;
}
.button2
{
	border: 4px;
	border-style: solid;
	border-color: red;
	outline: none;
	padding: 8px 8px;
	background-color: #C0C0C0;
	width: 400px;
	cursor: pointer;
	font-family: "Tahoma";
	font-size: 22px;
	font-weight: bold;
	color: black;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
}
.button2:hover
{
	background-color: #808080;
	color: white;
	font-style: italic;
	text-shadow: 3px 3px red;
}
.confirm
{
	overflow: hidden;
	padding: 8px 8px;
	margin-top: 40px;
}
.indexText
{
	margin-top: 60px;
}

@media screen and (max-width: 450px)
{
	.dropdown {width: 80px;}
	.dropdown-content
	{
		min-width: 80px;
		padding: 0;
	}
	.dropdown-content button
	{
		width: 80px;
		font-size: 10px;
		margin: 2px;
	}
	.navLang-content button
	{
		width: 50px;
		margin: 2px;
	}
	.navLang-content button img
	{
		width: 20px;
		height: auto;
	}
	.videoshow-container 
	{
		max-width: 320px;
	}
	video.videoSlide 
	{
		width: 300px;
		height: auto;
	}
	.slideshow-container {max-width: 400px;}
	.mySlides img
	{
		border-radius: 6px;
		width: 300px;
		height: auto;
	}
	p5{font-size: 14pt;}
	p1{font-size: 14px;}
	p2{font-size: 16px;}
	p3{font-size: 14pt;}
	p4{font-size: 10pt;}
	h1{font-size: 8pt;}
	h2{font-size: 10pt;}
	h3{font-size: 14pt;}
	h4{font-size: 12pt;}
	p6{font-size: 14pt;}
	.createLink{font-size: 16px}
	.button1
	{
		border-color: green;
		padding: 4px 4px;
		width: 220px;
		font-size: 12px;
		border-radius: 4px;
	}
	.button2
	{
		padding: 4px 4px;
		width: 220px;
		font-size: 12px;
		border-radius: 4px;
	}
}

</style>