/* default reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* START NAVIGATION*/
.menu_wrapper{
	margin: auto;
	height: 3.5em;
	background-color: black;
}

/* Outline deaktivieren */
.menu,
.menu ul,
.menu li,
.menu a {
    outline: none;
}
 
/* linear-gradient für Farbverlauf der Navigation, border-radius für runde Ränder */
.menu {
    height: 40px;
    max-width: 100%;
    margin-left: 15.2%;
    margin-right: 15.2%;
    background-color: #e06600;
    background: -webkit-linear-gradient(top, #e06600 0%,#c15200 100%);
    background: -moz-linear-gradient(top, #e06600 0%,#c15200 100%);
    background: -o-linear-gradient(top, #e06600 0%,#c15200 100%);
    background: -ms-linear-gradient(top, #e06600 0%,#c15200 100%);
    background: linear-gradient(top, #e06600 0%,#c15200 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Liststyle hier mit rein gepackt */
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
    max-width: 100%;
}
/* Transition für den Verzögerungseffekt beim Hovern, */
.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
    border-left: 1px solid #2c2c31;
    border-right: 1px solid #4d4d4d;
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
/* Trennbalken ganz links und ganz rechts entfernen */
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a, .menu li a:focus  { color: #00a8db; }

/* opacity für den transparenten Hintergrund im Dropdown, transition wieder für den Verzögerungsffekt beim Hovern */
.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 0;
    background: rgba(224, 102, 0, 0.7);
 
    /*-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;*/
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul, .menu li a:focus + ul { 
	opacity: 1;
	z-index: 1;
}
 
/* Dropdown erst mal ausblenden */
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
/* Dropdown bei hovern einblenden */
.menu li:hover > ul li, .menu li a:focus + ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 100px;
    padding: 4px 0 4px 40px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #353539;
}

/* Menü aktive Farbe */
.menu li a.active {
    color: #00a8db;
}

.menu li a.active:hover, .menu li a.active:focus {
    color: #32c3ef;
}
 
.menu ul li:last-child a { border: none; }

/* END NAVIGATION*/
/* Quelle : https://designmodo.com/tutorials/
            https://designmodo.com/css3-dropdown-menu/ */



/* START HEADER */
header{
	background-color: black;
}

img#header_logo {
	position: relative;
	width: 7.5%;
	height: 140%;
	left: 3.275%;
}

img#header_banner {
	position: relative;
	left: 7.25%;
	width: 70%;
	height: 140%;
}
/* END HEADER */

/* START CONTENT KONFIGURATION */
body {
	background-color: #000d14;
}

div#content {
	clear: both;
	position: auto;
	margin-top: -1%;
	margin-left: 17%;
	text-align: left;
	font-size: 1.5em;
	color: #cccccc;
	width: 66%;
	height: 100%;
}

/* Change Link colour */
:link { color: #e06600; }
:visited { color: #964706; }
:link:hover { color: #32c3ef; }
:visited:hover { color: #00a8db; }


.join-button {
	position: relative;
	background-color: #964706;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 40px;
	border-radius: 10px;
	border-right: 2px solid #b75f17;
	border-top: 3px solid #b75f17;
}

.join-button:hover, .join-button:focus {
	background-color: #e06600;
    color: white;
	border-right: 2px solid #ed8731;
	border-top: 3px solid #ed8731;

}

.spacer{
	margin-top: 7.5%;
}

p.content {
	position: auto;
	margin-top: 2%;
	text-align: left;
}

h1.content {
	position: auto;
	margin-top: 5%;
	text-align: center;
	font-size: 300%;
	font-weight: bold;
}

h2.content {
	position: auto;
	margin-top: 5%;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

h3.content {
	position: auto;
	margin-top: 5%;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

div#content img {
	position: auto;
	margin-top: 5%;
	text-align: center;
	max-width: 100%;
	max-height: 100%;
}

div#content form {
	height: 400px;
}

div#content form input {
	background-color: #cccccc;
	border: 5px solid black;
}

div#content form select {
	background-color: #cccccc;
	border-right: 5px solid black;
}

div#content form div.form_left {
	position: auto;
	float: left;
}

div#content form div.form_left div.form_radio {
	position: auto;
	margin-left: 10%;
}

div#content form div.form_right {
	position: auto;
	float: right;
}

div#content form br {
	content: "";
	display: block;
	margin: 20px 0;
}
/* END CONTENT KONFIGURATION */

/* START LINKER- und RECHTER RAND */
div#fixed_left {
	position: fixed;
	max-width: 25%;
	height: 100%;
	width: 15%;
	left: 0;
	background-color: #00131e;
	border-right: 5px solid black;
    border-top: 5px solid black;
}

div#fixed_right {
	position: fixed;
	max-width: 25%;
	height: 100%;
	width: 15%;
	right: 0;
	background-color: #00131e;
	border-left: 5px solid black;
    border-top: 5px solid black;
}

/* right child */
.teamspeak {
	margin-top: 2%;
	max-height: 100%;
	width: 120%;
	color: #cccccc;
	border-top: 5px solid black;
}

img.fixed_child {
	margin-top: 2%;
	margin-left: 10%;
	max-width: 75%;
	max-height: 100%;
	width: 75%;
	border-style: solid;
	border-color: black;
	border-width: 5px;
}

.fixed_child {
	margin-top: 2%;
	margin-left: 12.5%;
	max-width: 75%;
	max-height: 100%;
	width: 75%;
	color: #cccccc;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

p#fixed_child_left_news {
	margin-top: 2%;
	margin-left: 12.5%;
	max-width: 75%;
	max-height: 50%;
	width: 75%;
	color: #cccccc;
	text-align: center;
	font-size: 100%;
}

.splitter {
	margin-top: 10%;
	border-style: solid;
	border-color: black;
	border-width: 2.5px;
}
/* END LINKER- und RECHTER RAND */


/* START FOOTER */
/* quelle https://css-tricks.com/snippets/css/sticky-footer/ */
.footer_wrapper {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -142px; 
}
.footer_wrapper:after {
	content: "";
	display: block;
}
footer, .footer_wrapper:after {
	margin-top: 5%;
	margin-left: 15%;
	margin-right: 15%;
	height: 142px; 
}
footer {
	position: auto;
	padding: 2%;
	text-align: left;
	background-color: #00131e;
	color: #cccccc;
    border-top: 5px solid black;
}

footer br {
	content: "";
	display: block;
	margin: 10px 0;
}

footer p#footer_left {
	float: left;
}

footer p#footer_right {
	float: right;
}
/* END FOOTER */

/* TABLE */
ul {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    border: 1px solid #cccccc;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}

td {
    border: 1px solid #cccccc;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

/* END TABLE */