/* Webfonts */

@font-face {
    font-family: 'AauxNext-Regular';
    src: url('../webfonts/style_182523.eot');
    src: url('../webfonts/style_182523.svg#AauxNext-Regular') format('svg'),
         url('../webfonts/style_182523.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/style_182523.woff') format('woff'),
         url('../webfonts/style_182523.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AauxNext-SemiBold';
    src: url('../webfonts/style_182526.eot');
    src: url('../webfonts/style_182526.svg#AauxNext-SemiBold') format('svg'),
         url('../webfonts/style_182526.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/style_182526.woff') format('woff'),
         url('../webfonts/style_182526.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AauxNext-Light';
    src: url('../webfonts/style_182491.eot');
    src: url('../webfonts/style_182491.svg#AauxNext-SemiBold') format('svg'),
         url('../webfonts/style_182491.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/style_182491.woff') format('woff'),
         url('../webfonts/style_182491.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kondolar-Regular';
    src: url('../webfonts/style_196622.eot');
    src: url('../webfonts/style_196622.svg#AauxNext-SemiBold') format('svg'),
         url('../webfonts/style_196622.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/style_196622.woff') format('woff'),
         url('../webfonts/style_196622.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Basic styles */

* {
	margin: 0;
}

/* === CSS RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; /* entspricht ~16px */
	font: inherit;
}

html {
	height: 100%;
}



body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #eeeeed;
    color: #69686d;
    font-family: "AauxNext-SemiBold", Arial;
}

#wrapper {
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -340px;
	width: 100%;
	max-width: 935px;
}

* html #wrapper {
	height: 100%;
}

#contentWrapper {
	width: 100%;
	margin: 0 auto;
}

H1 {
	font-family: Kondolar-Regular;
	font-size: 3.0625rem; /* entspricht ~ 49px;*/
	color: #69686d;
	text-align: center;
	width: 100%;
	line-height: 1em; /* entspricht ~ 49px;*/
	margin-top: 2.1875rem; /* entspricht ~ 35px;*/
	font-weight: normal;
	margin-bottom: 1.5625rem; /* entspricht ~ 25px;*/
}

H2 {
	font-family: Kondolar-Regular;
	font-weight: normal;
	font-size: 1.875rem; /* entspricht ~ 30px;*/
	color: #69686d;
	text-align: center;
	width: 100%;
	line-height: 1em; /* entspricht ~ 30px;*/
	margin-top: 2.1875rem; /* entspricht ~ 35px;*/
	margin-bottom: 1.5625rem; /* entspricht ~ 25px;*/
}

::selection {
	background: #f39400;
	color: #ffffff;
}
	
::-moz-selection {
	background: #f39400;
	color: #ffffff;
}

a {
	color: #f39400;
	border-bottom: 0.0625rem dotted #f39400; /* entspricht ~ 1px */
	text-decoration: none;
}

a:hover {
	color: #925900;
	border-bottom: 0.0625rem dotted #925900; /* entspricht ~ 1px */
	transition: color 0.2s;
}

div.logo A, div.csc-textpic-imagewrap A, div#footer A {
	border-bottom: 0;
}

div.naviItemFirst a,
div.naviItem a,
div.naviItemLast a {
	color: #666666;
	border-bottom: 0;
}


div.naviItemFirst a:hover,
div.naviItem a:hover,
div.naviItemLast a:hover {
	color: #e4950e;
	text-decoration: none;
	padding-bottom: 0.5625rem; /* ~ 9px;*/
	border-bottom: 0;
}

div.naviItemFirst_active a, div.naviItemFirst_active a:hover,
div.naviItem_active a, div.naviItem_active a:hover,
div.naviItemLast_active a, div.naviItemLast_active a:hover {
	color: #e4950e;
	text-decoration: none;
	border-bottom: 0.25rem solid #f39400; /* ~ 4px;*/
	padding-bottom: 0.5625rem; /* ~ 9px;*/
}



DIV.csc-default {
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 2rem;
}

DIV.csc-default:last-child {
	border-bottom: 0;
}

#footer {
	display: table;
	font-family: Kondolar-Regular;
	font-size: 0.75rem; /* entspricht ~ 12px;*/
	color: #cccccc;
	background-color: #69686d;
	padding-top: 2.8125rem; /* entspricht ~ 45px;*/
	padding-bottom: 2.8125rem; /* entspricht ~ 45px;*/
	height: 21.25rem; /* entspricht ~ 340px;*/
	width: 100%;

}

.push {
	height: 21.25rem; /* entspricht ~ 340px;*/
}



#footerContentWrapper {
	width: 100%;
	max-width: 935px;
	margin: 0 auto -340px;

}

div.footerColumn {
	width: 11.6875rem; /* enpricht ~ 187px; */
	float: left;
}

div.footerColumnDanke {
	color: #999999;
}

div.footerTitle {
	font-size: 1em;
	color: #f19000;
	text-transform: uppercase;
}

div.footerLine {
	background-color: #9d9da0;
	width: 1.0625rem; /* ~ 17px; */
	height: 0.0625rem; /* ~ 1px; */
	font-size: 0.0625rem; /* ~ 1px; */
	margin-top: 0.625rem; /* ~ 10px; */
	margin-bottom: 0.625rem; /* ~ 10px; */
}

div.footerSpacer {
	margin-top: 2.5rem; /* ~ 40px; */
}

#footer a {
	display: block;
	color: #cccccc;
	width: 90%;
	text-decoration: none;
	padding-left: 0.3125rem; /* ~ 5px; */
	padding-right:0.3125rem; /* ~ 5px; */
	margin-left: -0.3125rem; /* ~ -5px; */
}

#footer a:hover {
	background-color: #555555;
}

div.header {
	margin-top: 2.8125rem; /* entspricht ~ 45px;*/
	height: 6.25rem; /* 100px; */
	border-bottom: 0.0625rem solid #c0c0c0; /* ~ 1px */
}

div.logo {
	float: left;
}


/* Navigation */

div.naviWrap {
	margin-top: 1.25rem; /* entspricht ~20px */
	text-align: right;
	float: right;
	text-transform: uppercase;
	font-size: 1em;
	color: #686968;
}

div.naviItemFirst, div.naviItemFirst_active, 
div.naviItem, div.naviItem_active,
div.naviItemLast, div.naviItemLast_active {
	float: left;
}

div.naviItem, div.naviItem_active,
div.naviItemLast, div.naviItemLast_active {
	margin-left: 3.125rem /* ~ 50px */
}


/* Stylesheet */

div.title {
	font-family: Kondolar-Regular;
	font-size: 3.0625rem; /* entspricht ~ 49px;*/
	color: #69686d;
	text-align: center;
	width: 100%;
	line-height: 1em;
	margin-top: 2.1875rem; /* entspricht ~ 35px;*/
}

div.subtitle {
	font-size: 1em;
	color: #69686d;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-top: 0.625rem; /* ~ 10px; */
}

/** TEASER **/
div.csc-layout-1 {
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 2em;
}

div.csc-layout-1 p.bodytext {
    color: #69686d;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: -1.25rem; /* entspricht ~ -20px */
    /*margin-bottom: 1.25rem; *//* entspricht ~ 20px */
}

/** OHNE LINIE **/
div.csc-layout-2 {
	border-bottom: 0;
	padding-bottom: 2em;
}

div.csc-layout-2 p.bodytext  {
	color: #69686d;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-top: -1.25rem; /* entspricht ~ -20px */
	/*margin-bottom: 1.25rem; *//* entspricht ~ 20px */
}


div.csc-textpic-below IMG {
	margin-top: 1.25rem; /* entspricht ~ 20px */
}

span.orange {
	color: #f39400;
}

div.arrow {
	margin-top: 1.25rem; /* entspricht ~20px */
	margin-bottom: 2.1875rem; /* entspricht ~ 35px;*/
	width: 100%;
	text-align: center;
}

/** IMAGES **/
DIV.csc-textpic DIV.csc-textpic-single-image IMG {
	margin-bottom: 0;
}
