* { margin: 0; padding: 0; }

/*	cms			**********************************************************************************/
.cms-container {
	padding: .5em;
	background: #FFF !important;
}
.cke_ltr, .cke_rtl, .cke_panel_block, .cke_panel_listItem {
	background: #FFF;
}

/*	tags		**********************************************************************************/
body {
	background-color: #FFF;
	-webkit-text-size-adjust: none;
}
body, .style-normal {
	font-size: 14px;
	line-height: 19px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
}
a {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img	  { border:0px none }
ul,ol {	padding-left: 1.5em; overflow: auto; }
li	  { list-style: outside; }
small { font-size: 11px }

/*	fonts		**********************************************************************************/
h1 {
	font-family: 'sophia_lig', sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 46px;
	color: #000;
	margin-bottom: 30px;
}
h2, .title-2 {
	font-family: 'sophia_lig', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color: #000;
}
h3, .title-3 {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
}

.linkBig {
	font-family: 'sophia_med', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}
.linkBig:hover {
	color: #a8bcb7;
}
.bildnachweis {
	font-size: 12px;
	line-height: 17px;
	color: #999;
}
.facebook {
	padding-left: 20px;
	background: url(imgs/facebook.png) left center no-repeat;
}
.linkedin {
	padding-left: 20px;
	background: url(imgs/linkedin.png) left center no-repeat;
}

/*	blocks		**********************************************************************************/
#container {
	width: 920px;
	margin: 0px auto;
}
.row {
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}


/*	header		**********************************************************************************/
#header {
	position: relative;
}
#header a {
	text-decoration: none;
}
#header p {
	right: 0px;
	top: 0px;
	position: absolute;
}
#header h2 {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	margin: 30px 0 40px 0;
}
#header h2 strong {
	font-size: 40px;
	font-weight: normal;
}

/*	nav			**********************************************************************************/
#nav {
	font-family: 'sophia_med', sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 0 40px 0;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
#nav a {
	text-decoration: none;
}
#nav ul {
	padding-left: 0;
}
#nav ul, #nav li {
	list-style: none;
	display: block;
}
#nav ul {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
#nav ul li{
    display:inline;
}
#nav ul a {
    display:inline-block;
    padding: 10px 22px;
}
#nav ul a:hover, #nav ul a.selected {
	color: #a8bcb7;
}

/*	content		**********************************************************************************/
#content {
	border-bottom: 1px #000 solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#content .imgnav a {
	text-decoration: none;
}
#content .imgnav .block {
	width: 33.1333333333%;
	float: left;
	position: relative;
	margin-right: 0.3%;
	margin-bottom: 0.3%;
}
*+html #content .imgnav .block {width: 33%;} /* only IE7 */
#content .imgnav .block.right {
	margin-right: 0;
}
#content .imgnav .block h2 {
	padding: 0;
	margin: 0;
}
#content .imgnav .block h2 a {
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: url(imgs/bg_white_transparent.png);
	display: block;
	position: absolute;
}
#content .imgnav .block .img {
	line-height: 0;
}
#content .imgnav .block .img img {
	width: 100%;
	height: auto;
}
.hometext {
	clear: both;
	padding: 40px;
	margin-top: 40px;
	background-color: #ccd8d5;
}
.hometext h1 {
	margin:0 0 20px 0;
}
#content .col-left {
	width: 48%;
	float: left;
}
#content .col-right {
	width: 48%;
	float: right;
}
#content .col-right .img {
	line-height: 0;
	margin-bottom: 3px;
}
#content .col-right .img img {
	width: 100%;
	height: auto;
}
#content .subline {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px #ccd8d5 solid;
}
#content .subline.first {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
#content .lead {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1em;
}
#content a.cbgallery {
	display: block;
	float: left;
	padding: 0;
	margin: 0 1% 1% 0;
	line-height: 0;
	width: 24%;
}
#content a.cbgallery img {
	width: 100%;
	height: auto;
}
/*	footer		**********************************************************************************/
#footer {
	width: 100%;
	overflow: auto;
}

/*	tables		**********************************************************************************/
table {
	border: 0 none;
	border-collapse: collapse;
}
table td {
	border: 0 none;
	padding: 0;
}
.content-table td {
	vertical-align: top;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
.form-table {	
	width: 48%;
}
#content .col-left .form-table, #content .col-right .form-table {
	width: 100%;
}
.form-table td {
	vertical-align: top;
	padding: 2px 1em 2px 0em;
	white-space: nowrap;
}
.img-table td {
	vertical-align: top;
	padding: 0em 1em 0.5em 1em;
}
.img-table td.img {
	padding: 0em;
}

/*	gallery		**********************************************************************************/
.block-galleryimg {
	margin-right: 12px;
	margin-bottom: 12px;
	float:left;
}
.block-galleryimg.lastrowchild {
	margin-right: 0;
}
.block-galleryimg.lastchild {
	margin-right: 0;
	clear: right;
}

/*	responsive			**********************************************************************************/
@media only screen and (max-width: 800px) {	
	#container {
		width: 95%;
	}
}
@media only screen and (max-width: 480px) {	
	#content .col-left, #content .col-right {
		width: auto;
		float: none;
	}
	#content .imgnav .block h2 a {
		font-size: 18px;
		line-height: 24px;
		padding: 10px 0;
	}
}

h1 {
    font-weight: bold;
    margin: 0.5em 1em 1em;
}

h2 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 1em 0.4em;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2em;
        margin: 0.3em 0.2em 0.6em;
    }
}

/*	gui			**********************************************************************************/
.icon-date {
	padding-left: 22px; background: transparent url(imgs/icons/icon_date.png) no-repeat left center;
}

/*	forms		**********************************************************************************/
input, select, option, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
textarea {width: 100%;}
input, select, textarea { color: #444; padding: 4px; margin: 0px; border: 1px #CCC solid; background-color: #FFF; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
input.noform { width:auto !important; padding: 0; border: 0px none; background: none; }
fieldset { border: 0px none; background-color: transparent; }
.checkbox,.radio { padding: 0; margin: 0; border: 0px none; background-color: transparent; }
.error-box { padding: 10px; margin-bottom: 1em; color: #C00; border: 1px #C00 solid; background-color: #FFB2B2; }
.error-field { border: 1px #C00 solid; background-color: #FFB2B2; }
.ok-box { padding: 10px; color: #360; border: 1px #360 solid; background-color: #CBDEB2; }
.submit { cursor: pointer; font-weight: bold; color: #FFF; padding: 2px; margin: 0px; border: 1px #000 solid; background-color: #000; }

/* gui			**********************************************************************************/
.marg-top { margin-top: 1em }
.marg2-top { margin-top: 2em }
.marg-bottom { margin-bottom: 1em }
.clear-float { *zoom: 1; &:before, &:after { display: table; content: ""; }&:after {clear: both;}}


/**/
@font-face {
    font-family: 'sophia_med';
    src: url('fonts/sophia_med.eot');
    src: url('fonts/sophia_med.eot?#iefix') format('embedded-opentype'),
         url('fonts/sophia_med.woff') format('woff'),
         url('fonts/sophia_med.ttf') format('truetype'),
         url('fonts/sophia_med.svg#sophia_med') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}