/* MADE WITH <3 ZOMEDIA 2014 */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* RESET */

* {
	margin: 0;
	padding: 0;
}

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,
article, aside, canvas, details, embed,x
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img,
:link img,
:visited img {
	border: none;
}

:link,
:visited {
	text-decoration: none
}

/* CORE */

a {
	transition: color 0.5s ease-out, background 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out, background 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background 0.5s ease-out;
	}

html {
	height: 100%;
	font-family: 'Open Sans', sans-serif; /*400,700,800*/
	}

body {
	height: 100%;
	min-width: 1000px;
	min-height: 840px;
	}
	
#wrapper,
#container {
	height: 100%;
	position:relative; 
	}
	
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#header .inside {
	margin: 0px 50px;
	height: 100px;
	border-bottom: 1px solid #FFF;
	min-width: 900px;
}

#fadertop {
	display:block;
	background:url(../images/fader-black-top.png) repeat-x;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 344px;
	}

#main {	
width: 100%;
height: 100%;
}

#main .inside {	
margin: 0 auto;
padding-left: 390px;
height: 100%;
}

#main .inside-bg {
	background:url(../images/trans-bg-white.png);
	width: 100%;
height: 100%;
}

.startseite #main .inside-bg {
	background: none;
}

#main .inside2 {	
/*height: 480px;*/
height: 530px;
position: absolute;
left: 50%;
top: 50%;
/*margin-top: -240px;*/
margin-top: -265px;
margin-left: -86px;
width: 592px;
}


/*NAVIGATION*/

.mod_navigation {
	float:right;
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	text-transform:uppercase;
	padding-top: 75px;
	}
	
.mod_navigation ul li {
	float: left;
	padding-left: 20px;
	}
	
.mod_navigation ul li a {
	color: #CCC;
	}
	
.mod_navigation ul li a:hover {
	color: #999;
	}
	
.startseite .mod_navigation ul li a:hover {
	color: #FFF;
	}
		
.mod_navigation ul li span,
.mod_navigation ul li.trail a {
	color: #000;
	border-bottom: 1px solid #000;
	display: block;
	height: 25px;
	}

.startseite .mod_navigation ul li span {
	color: #FFF;
	display: block;
	height: 25px;
	border-bottom: none; 
	}
	
/*TABELLE*/
	
#main .ce_table h2 {
font-size: 40px;
line-height: 40px;
font-weight: 800;
padding-bottom: 30px;
}

#main .ce_table th,
#main .ce_table td {
font-size: 14px;
line-height: 23px;
border-bottom: 1px solid #CCC;
}

#main .ce_table .head_1,
#main .ce_table .col_1,
#main .ce_table .head_2,
#main .ce_table .col_2 {
	padding-right: 0px;
	padding-left: 50px;
	}

#main .ce_table th {
	font-weight: bold;
}

/*CONTENT*/

#main .ce_text {
	font-size: 13px;
	line-height: 19px;
	}
	
#main .ce_text a {
	text-decoration:underline;
	color:#666;
	}
	
#main .ce_text a:hover {
	color:#000;
	text-decoration: none;
	}
	
#main .ce_text li {
	list-style:disc;
	padding-bottom: 5px;
	}
	
#main .ce_text ul {
	padding-left: 18px;
	}

#main .ce_text strong {
	font-weight: 700;
	}

#main .ce_text .image_container {
	padding: 10px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	}
	
#main .ce_text .image_container.float_left {
	margin: 0px 22px 22px 0px; 
	}	
	
#main .ce_text .image_container.float_right {
	margin: 0px 0px 22px 22px; 
	}
	
#main .ce_text .image_container img {
	line-height: 0px;
	}
	
#main .ce_text h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	padding-bottom: 90px;
	}
	
#main .ce_text h2 {
font-size: 40px;
line-height: 40px;
font-weight: 800;
padding-bottom: 30px;
	}
	
#main .ce_text .page-title {
	font-size: 18px;
	font-weight: 800;
	}

#container .ce_text p {
	padding-bottom: 22px;
	}

#left {
	font-size: 30px;
	line-height: 33px;
	font-weight: normal;
	background:url(../images/trans-bg-black.png);
	height: 100%;
	color: #FFF;
	margin-left: 0px;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 390px;
	}
	
#left em {
	font-size: 14px;
	line-height: 18px;
	display: inherit;
	color: #CCC;
	transition: color 0.5s ease-out, background 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out, background 0.5s ease-out;
    -moz-transition: color 0.5s ease-out, background 0.5s ease-out;
    -o-transition: color 0.5s ease-out, background 0.5s ease-out;
	}
	
#left em:hover {
	color: #FFF;
	}
	
#left a {
	color: #FFF;
	}
	
#left a:hover {
	color: #CCC;
	}
	
.startseite #left {
	font-size: 60px;
	line-height: 54px;
	}
	
#left strong {
	font-weight: 800;
	}
	
#left .inside {
	position:absolute;
	left: 50px;
	bottom: 140px;
	}

/* FULLSCREEN SLIDER */

.caroufredsel {
	height: 100% !important;
	width: 100% !important;
	}
	
/* CONTENT SLIDER */

.caroufredsel .ce_text {
/*	height: 480px;*/
/*	height: 550px;*/
	height: 100%;
	width: 534px;
	padding: 0px 29px; 
	overflow: hidden;
	}
	
.caroufredsel_pagi {
	position:absolute;
	top: 75px;
	left: 21px;
	}
	
.caroufredsel_pagi a {
	font-size: 15px;
	color: #000;
	padding: 0px 8px;
	line-height: 25px;
	display:block;
	float:left;
	}
	
.caroufredsel_pagi a:hover,
.caroufredsel_pagi .selected {
	color: #FFF;
	background: #000;
	}
	
.caroufredsel_pagi a:hover {
	color: #FFF;
	background: #666;
	}
	
.caroufredsel_navi {
	
	}
	
.caroufredsel_prev {
	background:url(../images/arrow-prev.png) no-repeat;
	width: 10px;
	height: 20px;
	position:absolute;
	left: 0px;
	top: 77px;
	text-indent: -999px;
	overflow: hidden;
	}

.caroufredsel_next {
	background:url(../images/arrow-next.png) no-repeat;
	width: 10px;
	height: 20px;
	position:absolute;
	right: 0px;
	top: 77px;
	text-indent: -999px;
	overflow: hidden;
	}
	
/* FOOTER */

#footer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	z-index: 100;
	font-size:12px;
	font-weight: normal;
}

#footer .inside p {
	
}

#footer .ce_text {
	float:right;
	}
	
.mod_changelanguage {
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.lang-en a {
	background: url(../images/gb.png) 20px 3px no-repeat;
padding-left: 40px !important;
	}

.lang-de a {
	background: url(../images/de.png) 20px 3px no-repeat;
padding-left: 40px !important;
	}

#footer .inside {
	margin: 0px 50px;
	border-top: 1px solid #FFF;
	text-align: right;
	padding-top: 5px;
}

#footer .inside a {
	color: #FFF;
	padding-left: 15px;
}

#footer .inside,
#footer .inside a  {
	color: #999;
}

#footer .inside a:hover  {
	color: #000;
}

.startseite #footer .inside,
.startseite #footer .inside a  {
	color: #FFF;
}

.startseite #footer .inside a:hover  {
	color: #CCC;
}

#zo-copy {
z-index: 999;
cursor: pointer;
}