@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
/* Links */
a:link { color:#000; text-decoration:none; font-weight:bold; }
a:visited { color:#000; text-decoration:none; font-weight:bold; }
a:active { color:#FF3300; text-decoration:none; font-weight:bold; }
a:hover  { color:#000000;  }

.header  a:hover {
	background-color: #eeeeee;
	text-decoration:none;
	font-weight:bold;
}

.content_wrap a:hover {
	color: #4298be;
}
.content_wrap a {
	color: #0081da !important;
}
/* END: Links */


/*** Header ***/
header {
    position: absolute;
    margin: 0 auto;
	background-color:rgba(236, 245, 237, 0.95);
    color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
	padding-right:20px;
    z-index: 666;
}
.header a {
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	font-size: 1.2em;
}
.icon span {
		display: none;
}
/* Hauptmenu */
.nav {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0;
}

.nav > li {
	float: left;
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	
}

/* Ein hover auf ein SubmenÃ¼ wird angezeigt, beim hover auf ein submenu */
.header ul > li.dropdown:hover > a {
    background-color: #eeeeee;
	color: #222222;
}

@media screen and (min-width:701px) {
/* Einzelne Listenelemente - Hauptmenu */
	.dropdown:hover ul {
		display: block;
		z-index: 665;
	}

	li.float_right {
		float: right;
	}
}

/* Untermenu */
.subnav a {
	text-align: center;
	color: #000;
	padding: 5px 10px;
}

ul.subnav > li > a:hover {
	color: #000;
	background-color: #cacaca;
}

ul.subnav {
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	padding: 0;
	display: none;
	width: auto;
	background-color: rgba(236, 245, 237, 0.95);
	border-top: none;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

li.subnav {
	text-align: left;
	display: block;
	text-decoration: none;
	position: relative;
	clear: both;
}
/*** END: Header ***/
/*** Content ***/

body {
	background-image:url("/images/ring.jpg");
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
    background-attachment: fixed;

}

.content_wrap {
/*	background-color: rgba(50, 50, 50, 1.00);
	box-shadow: 0 2px 6px 2px #aaaaaa;
	border-radius: 10px;*/
	margin: 70px /*100px*/ auto 10px;
	color: #000000;
	max-width: 1500px;
}

.content_impressum {
	margin: 0 50px auto;
	padding-top: 50px;
	padding-bottom: 50px;
	/*min-width: 500px;*/
}

.content {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 100px;
	margin-right: 11%;
	margin-left: 11%;
	max-width: 100%;
	background-color:rgba(255,255,255,0.95);
    border-radius: 8px;
    padding: 15px;
	text-align: center;

}


.content img {
	max-width: 100%;
}

label {
	cursor: pointer;
}

label, .grid {
	padding: 5px;
	display: grid;
	grid-template-columns: 50% 50%;
}

label span, .grid span {
	display: block;
	font-weight: bold;
	padding: 5px;
}

a { background-color: transparent; 
}
a:active,
a:hover { outline: 0; }

label {
	display:grid;
	grid-template-columns: 50% 50%;
}


a:hover {
    color: #188dd9;
    text-decoration: underline;
}


img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    z-index:999;
}

input {
	width:auto;
}
footer {
    position: fixed;
    text-align: center;
    margin: 0 auto;
	left: 0;
	right: 0;
    bottom: 0;
    background-color: rgba(236, 245, 237, 0.95);
    width: 100%;
    font-size: 1.0em;
    font-weight: bold;
}
/*** Start: Responsive-Anpassungen ***/
nav .toggle {
	display: none;
}

@media screen and (max-width:700px) {
	body {
		margin: 0;
		background-image: none;
	}
	
	content {
		max-width: 100%;
		border-radius: 0px;
	}
	
	header {
		width: 100%;
		border-radius: 0px;
		padding: 0px;
	}
	
	
	label, .grid {
		display: block;
	}
	
	button {
		padding: 10px;
		margin-top: 5px;
	}
	footer {
	width: 100%;
 	border-radius: 0px;
	font-size: 0.93em;
	}
	
	/* Navigation */
	
	nav {
		margin-bottom: 0;
	}
	ul.subnav {
		background-color: rgba(255, 255, 255, 0);
		color; #000;
	}
	.subnav a {
		color: #000;
	}
	li.responsive > a {
		background-color: #eeeeee;
		color: #000000;
	}
	
	ul.nav > li:first-child, ul.nav.responsive > li:first-child {
		float: none;
		top: 0;
		left: 0;
		border: none;
		right: 50px;
	}
	
	ul.nav li{
		display: none;
	}
	
	ul.nav .toggle {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.responsive img, .responsive i {
		float: right;
	}
	
	.icon span {
		display: block;
		float: left;
	}
	
	ul.nav.responsive {
		padding: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: relative;
		overflow-y: auto;
	}
	nav .toggle {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		z-index:999;
	}
	ul.nav.responsive li {
		float: none;
		display: block;
		border-top: 1px solid;
	}
	ul.nav.responsive li a {
		display: block;
	}
	
	li.responsive ul.subnav {
		position: relative;
		display: block;
	}
	li.responsive ul.subnav .toggle {
		position: absolute;
		right: 0;
		top: 0;
	}
	li.responsive ul.subnav li {
		float: none;
		display: inline;
	}
	li.responsive ul.subnav li a {
		display: block;
		text-align: left;
	}
	.fa {
	font-size: 25px !important;
    padding-right: 5px;

}
	
}
/*** END: Responsive ***/