#wrap,
#wrap * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#wrap .edit_button_container {
	box-sizing: content-box;
}

body {
	background: black;
}

/* fonts */
#wrap h1, 
#wrap h2, 
#wrap p, 
#wrap ul,
#wrap a {
	font-family: "helvetica neue", helvetica, verdana;
}

/* allgemein */
.new_icon img {
	background: white;
	border-radius: 2px;
}

/* container */
#wrap {
	width: 1000px;
	/*background: green;*/
	padding: 50px 20px;
}
#col_container {
	float: left;
	width: 100%;
}
#col-1 {
	width: 20%;
	/*background: blue;*/
	float: left;
}
#col-2 {
	width: 75%;
	/*background: yellow;*/
	float: right;
}

/* navigation */
#navigation li {
	padding-bottom: 10px;
}
#navigation a {
	color: white;
	font-size: 20px;
	font-weight: bold;
	
}
#navigation li.current > a {
	background: #faf42d;
	color: black;
} 


/* text */
#wrap .aggregator_container h1 {
	background: #faf42d;
	color: black;
	font-weight: bold;
	display: inline;
	font-size: 30px;
}
#wrap .aggregator_container h2 {
	background: #faf42d;
	color: black;
	font-weight: bold;
	display: inline;
	font-size: 23px;
}


/* plugin: text */
.component_text {
	padding-bottom: 30px;
}
.component_text p {
	color: white;
	font-size: 21px;
	line-height: 130%;
	margin-bottom: 10px;
}
.component_text p b,
.component_text p strong {
	background: #faf42d;
	color: black;
}
.component_text p a {
	color: white;
	font-size: 21px;
}
.component_text ul {
	color: white;
	font-size: 21px;
}
.component_text ul li {
	margin-bottom: 4px;
}

/* plugin: image */
.image_slider_container .slider {
	width: 100%;
}
#slider_navigation,
#slider_navigation a {
	font-size: 21px;
	color: white;
}

.component_image {
	margin-bottom: 20px;
}


/* plugin: slideshow */
.component_slideshow .slideshow_element {
	width: 45px;
}
.component_slideshow {
	margin-bottom: 30px;
}

/* plugin: aggregator_wrapper (gallery) */
.component_aggregator_wrapper .aggregator_container .aggregator_item {
	margin-right: 26px;
}
.component_aggregator_wrapper .aggregator_container .last_column {
	margin-right: 0px;
}


/* plugin: library */
.component_library {
	margin-bottom: 10px;
}
.component_library a {
	color: white;
	font-size: 21px;
	background-position: 0 4px;
}

/* plugin: link */
.component_link {
	margin-bottom: 10px;
}
.component_link a {
	color: white;
	font-size: 21px;
	background: none;
}

/* plugin: comment */
.component_comment h3 {
	background: #faf42d;
	color: black;
	font-weight: bold;
	display: inline;
	font-size: 23px;
	margin-bottom: 5px;
}
.component_comment button {
	text-transform: uppercase;
	border: none;
	
	background: none;
	color: white;
	font-size: 18px;
	text-decoration: underline;
	
	
}
.component_comment .comment_item {
	color: white;
	font-size: 16px;
	border-color: white;
}
.component_comment .form_wrapper {
	padding-top: 10px;
}
.component_comment button.new_comment {
	width: 100%; 
	text-align: left; 
	padding-top: 20px
}
.component_comment p {
	color: white;
	font-size: 21px;
	line-height: 130%;
	margin-bottom: 10px;
}



/* plugin: line */
.component_line {
	border-color: white;
	padding-bottom: 20px;
}

/* form */
#wrap .aggregator_container label {
	float: left;
	width: 20%;
	color: white;
	font-size: 21px;
}
#wrap .aggregator_container label > span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
}
#wrap .aggregator_container input,
#wrap .aggregator_container textarea,
#wrap .aggregator_container select {
	font-size: 18px;
	width: 50%;
	padding: 3px;
}
#wrap .aggregator_container .button_container {
	width: 50%;
	margin-left: 20%;
	margin-top: 10px;
	float: left;
}
#wrap .aggregator_container .button_container button {
	text-transform: uppercase;
	border: none;
	
	background: none;
	color: white;
	font-size: 21px;
}
#wrap .aggregator_container .button_container button.valid {
	text-decoration: underline;
}

/* plugin: form */
.component_form {
	width: 100%;
}

/* plugin: admin */
#admin_container {
	background: white;
	padding: 5px;
}

/* plugin petition */
.component_petition p span {
	font-size: 15px;
}

