@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic");

* {
	margin: 0px;
	padding: 0px;
}

.hide_on_desktop {
	display: none !important;
}

h1 {
	font-size: 38px;
	font-weight: 400;
	margin: 47px 0 38px 0;
}

h2 {
	font-size: 28px;
	font-weight: 400;
	margin: 38px 0 28px 0;
}

h3 {
	font-size: 19px;
	font-weight: 400;
	margin: 28px 0 19px 0;
}

h6 {
	background-color: #e6e2dc;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	margin: 19px 0;
	padding: 19px;
}

h6 + h6 {
	margin-top: -38px;
	padding-top: 0;
}

h1:first-child, h2:first-child, h3:first-child, h6:first-child {
	margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h6:last-child {
	margin-bottom: 0;
}

a {
	color: #5a741b;
}

a:hover, a:active {
	color: #789b24;
}

ul {
	list-style: none;
}

li {
	margin-left: 44px; 
}

ul > li:before {
	content: "•";
	font-weight: 700;
	margin: 0 19px 0 -25px;
}

table {
	min-width: 10%;
	table-layout: fixed;
}

td {
	padding: 8px;
}

body {
	background-color: #ffffff;
	color: #4f4f4f;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	min-height: 654px;
	min-width: 1000px;
	width: 100%;
}

header {
	background-color: #e6e2dc;
	box-sizing: border-box;
	color: #5a741b;
	display: table;
	font-size: 38px;
	font-weight: 300;
	height: 150px;
	overflow: hidden;
	padding: 0 75px 0 375px;
	width: 100%;
}

#title_container {
	display: table-cell;
	max-width: 900px;
	vertical-align: middle;
}

#title {
	text-align: center;
}

nav {
	background-color: #e6e2dc;
	background-image: url("/logo.jpg");
	background-size: 300px 150px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 100%;
	margin-top: -150px;
	min-height: 654px;
	padding-top: 188px;
	position: fixed;
	text-align: right;
	width: 300px;
}

.navigation_element_default, .navigation_element_active, .navigation_element_small_default, .navigation_element_small_active {
	box-sizing: border-box;
	border-bottom: 1px solid #4f4f4f;
	color: #5a741b;
	float: right;
	font-size: 19px;
	height: 39px;
	line-height: 38px;
	padding: 0 38px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	width: 100%;
}

.navigation_element_default:first-child, .navigation_element_active:first-child, .navigation_element_small_default:first-child, .navigation_element_small_active:first-child {
	border-top: 1px solid #4f4f4f;
	height: 40px;
}

.navigation_element_default, .navigation_element_small_default {
	display: block;
	text-decoration: none;
}

.navigation_element_default:hover, .navigation_element_small_default:hover {
	background-color: #789b24;
	color: #e6e2dc;
}

.navigation_element_active, .navigation_element_small_active {
	background-color: #5a741b;
	color: #e6e2dc;
	cursor: default;
}

#navigation_bottom {
	bottom: 0;
	position: absolute;
	width: 100%;
}

#cdslash {
	color: #4f4f4f;
	display: block;
	float: right;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	padding: 0 38px;
	text-decoration: none;
}

main {
	display: block;
	margin-left: 300px;
	padding: 75px;
}

#content {
	margin: 0 auto;
	max-width: 900px;
}

footer {
	color: #5a741b;
	margin-left: 300px;
	padding: 0 75px 75px 75px;
	text-align: center;
}

.image_standard {
	clear: both;
	max-width: 100%;
}

.image_left {
	float: left;
	margin-right: 38px;
	max-width: 100%;
}

.image_center {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.image_right {
	float: right;
	margin-left: 38px;
	max-width: 100%;
}

.image_full {
	clear: both;
	width: 100%;
}

#not_found_text {
	
}

#not_found_link {

}

#unauthorized_text {
	
}

#unauthorized_login_wrong {

}

#unauthorized_login_name {

}

#unauthorized_login_password {

}

#unauthorized_login_https_warning {

}

#unauthorized_login_submit {

}

#unauthorized_login_timeout {

}

#unauthorized_logged_in {
	
}

#unauthorized_link {

}

.frame_iframe {
	height: 500px;
	width: 100%;
}

.frame_map {
	clear: both;
	height: 450px;
	width: 100%;
}

.frame_youtube {
	clear: both;
	height: 315px;
	width: 560px;
}

.frame_soundcloud_playlist_cover {
	height: 500px;
	max-width: 100%;
	width: 400px;
}

.frame_soundcloud_playlist_timeline {
	height: 400px;
	width: 100%;
}

.frame_soundcloud_track_cover {
	height: 400px;
	max-width: 100%;
	width: 400px;
}

.frame_soundcloud_track_timeline {
	height: 190px;
	width: 100%;
}

iframe {
	border: none;
}

#start_title {
	font-size: 50px;
	margin: 38px 0 38px 0;
}

#start_text {
	font-size: 28px;
}

.imprint {
	font-size: 12px;
}


/* Editor */

[contenteditable=true] {
	margin: 0 auto;
	max-width: 900px;
	padding: 75px;
}