@charset "utf-8";

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); */ /* 'Open Sans' */
@import url("../fonts/open_sans/stylesheet.css");
/* @import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,300italic,300,700italic,700); */ /* 'Lato' */
@import url("../fonts/lato/stylesheet.css");
/* @import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy); */
@import url("../fonts/sorts_mill_goudy/stylesheet.css");
 /* @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic); 'PT Sans' */

@import url("layout_navigation.css");
@import url("../fonts/font-awesome-4.3.0/css/font-awesome.css");

html, body {
	background: #ffffff;/* url(../images/bg_body.jpg) no-repeat center top; */
	/*background-size: cover;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 13px/18px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-locale: 'de';
	-webkit-text-size-adjust: none;
}


.layout_header {
	background: transparent url(../images/bg_header_990x200.png) no-repeat left top;
	width: 690px;
	height: 200px;
}
.layout_header_inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_websiteframe_site {
	width: 690px;
	margin: 0 auto;
}
.layout_spalten {
	margin: 30px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
}
.layout_spalte_links_ {
	width: 300px;
}
.layout_spalte_rechts_ {
	width: 690px;
}



/* LADEBALKEN */
.layout_loadingbar {
	width: 100%;
	height: 2px;
	display: block;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 99999;
}
.layout_loadingbar_inner {
	background: #FC4764;
	width: 0px;
	height: 2px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* ZU TOP 1 PFEIL */
.totop_button {
	background: #fafafa url(../images/icons/icon_zutop_button_schwarz.png) no-repeat 140px top;
	-moz-transition: background-position 0.5s ease-out 0s;
	-webkit-transition: background-position 0.5s ease-out 0s;
	transition: background-position 0.5s ease-out 0s;
	width: 170px;
	height: 20px;
	font: normal 11px/13px 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	right: 7px;
	bottom: 7px;
	position: fixed;
	z-index: 99999;	
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 15px;
	display: none;
}
.totop_button:hover {
	background: #fafafa url(../images/icons/icon_zutop_button_schwarz.png) no-repeat 140px bottom;
}
.totop_button:hover {
	color: #151515;
}



/* CMS */
.blog-featured h1 {
	display: none;
}
.img-intro-left {
	width: 250px;
	float: left;
	margin: 5px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.items-row {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.items-row .item {
	height: 180px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 40px 0px;	
}
/*
.column-1 {
	width: 450px;
	float: left;
}
.column-2 {
	width: 450px;
	float: right;
}
*/



/* CMS PAGINATION */
div.pagination {
	width: 100%;
	color: #010101;
	text-align: center;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.pagination .counter {
	display: none;
}
.pagination ul {
	list-style: none;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pagination ul li {
	height: 40px;
	line-height: 42px;
	list-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
/* ACTIVE */
.pagination ul li span {
	background: #212121;
	height: 40px;
	display: inline-block;
	color: #ffffff;
	padding: 0px 8px 0px 8px;
}
/* OTHER SPANS, START, PREV, NEXT, END */
.pagination ul li.pagination-start span,
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span,
.pagination ul li.pagination-end span {
	background: none;
	color: #010101;
}
.pagination ul li a,
.pagination ul li a:link,
.pagination ul li a:visited {
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	display: inline-block;
	text-decoration: none;
	color: #010101;
}
.pagination ul li a:hover {
	background: #212121;
	color: #ffffff !important;
}



/* LINKS */
a, a:link, a:visited {
	color: #FC4764;
}



/* HEADINGS */
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font: normal 20px/20px 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FC4764;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	display: none;
}
h2 {
	font: normal 20px/20px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FC4764;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font: normal 20px/20px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FC4764;
	text-decoration: none !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
h2::after {
	/*content: "."*/
}
h3 {
	font: normal 15px/15px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #FC4764;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
h4 {
	font: normal 12px/12px 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #FC4764;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
h5 {
	font: normal 12px/12px 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #FC4764;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
h6 {
	display: none;
}



/* LABELS */
.layout_new_label h2:after {
	background: #D32A23;
	position: absolute;
	font: normal 10px/14px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	margin: 3px 0px 0px 8px;
	z-index: 9999;
	content: 'neu';
}
.layout_cms_content_neulabel {
	background: #D32A23;
	width: 30px;
	font: normal 10px/14px Arial,Helvetica;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 10px;
	color: #ffffff !important;
}



/* QUOTES */
blockquote {
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before, blockquote:after {
	font: bold 55px/1px 'Open Sans', Times, serif;
	color: #ffffff;
	position: absolute;
}
blockquote:before {
	content: open-quote;
	margin: 15px 0px 0px -35px;
}
blockquote:after {
	content: close-quote;
	margin: 23px 0px 0px 20px;
} 
blockquote p {
  display: inline;
}



/* FONT COLORS */
.font_black, 
.font_black h1, 
.font_black h2, 
.font_black h3,
.font_black h4,
.font_black h5,
.font_black h6 {
	color: #242424 !important;
}
.font_black a,
.font_black a:link,
.font_black a:visited {
	color: #242424 !important;
}
.font_white, 
.font_white h1, 
.font_white h2, 
.font_white h3,
.font_white h4,
.font_white h5,
.font_white h6 {
	color: #ffffff !important;
}
.font_white a,
.font_white a:link,
.font_white a:visited {
	color: #ffffff !important;
}



/* UNIVERSAL */
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.display_table {
	display: table;
	border-collapse: collapse;
}
.display_table_cell {
	display: table-cell;
}
.display_table_row {
	display: table-row;
}
.display_block {
	display: block;
}
.display_block {
	display: block;
}
.display_inline {
	display: inline;
}
.display_none {
	display: none;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
::-moz-selection {
	background: #cbcbcb;
	color: #ffffff;
}
::selection {
	background: #cbcbcb;
	color: #ffffff;
}
.circle {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
}
.width_25p {
	width: 25%;
}
.width_33p {
	width: 33.3%;
}
.width_100p {
	width: 100%;
}
.width_150 {
	width: 150px;
}
.width_280 {
	width: 280px;
}
.width_293 {
	width: 293px;
}
.width_330 {
	width: 330px;
}
.width_343 {
	width: 343px;
}
.width_345 {
	width: 345px;
}