@charset "utf-8";

/*--------------------------------------------------
	Reset Styles
--------------------------------------------------*/
* {
	background: none;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	outline: none;
	padding: 0;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

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

table tr th,
table tr td {
	text-align: left;
	vertical-align: top;
}

img,
fieldset {
	border: 0;
}
img {
	max-width: 95%;
	height:auto;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

mark {
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

blockquote,
q {
	quotes: none;
}

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

label,
input,
button,
select,
option,
optgroup,
textarea {
	background: none;
	border: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
}

/*--------------------------------------------------
	Global Styles
-------------------------------------------------*/
* {
	transition: color 0.12s ease-in;
}

html,
body {
	height: auto;
}

html {
	overflow-y: scroll;
}

body {
    color: #333333;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	height: 0;
	content: '';
	clear: both;
}

.hidden {
	display: none;
}

.no-background {
	background: none !important;
}

.no-border {
	border: none !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}
a{color:#DB3F33; text-decoration:none;}
a:hover{color:#1A161F; }
/*--------------------------------------------------
	Layout Styles
-------------------------------------------------*/


/*---------- Header ----------*/
#header-container {
	background: url(../images/layout/body-bg.jpg) repeat-x 0 0;
	height: 135px;
	border-bottom:1px solid #eaeaea;
}
/*---------- Container ----------*/
.container {
	max-width: 960px;
	width:100%;
	margin: 0 auto;
	position:relative;
}
/*---------- Branding ----------*/
#logo {
	position: absolute;
	left: 2px;
	top: 55px;
	z-index:1;
}

#logo img {
	display: block;
	max-width: 95%;
}

/*---------- Nav ----------*/
ul#nav {
	position: absolute;
	right: 5px;
	top: 75px;
	z-index:1;
}

ul#nav > li,  ul#nav-language li{
	float: left;
	border-left: 1px dotted #999999;
}

ul#nav > li > a, ul#nav-language > li > a{
	color: #1A161F;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
	text-decoration:none;
	padding: 10px 18px;
	font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
    float: none;
	display:block;
	font-weight:bold;
	
}
ul#nav > li > a.last{
 	background: url("../images/layout/facebook-icon.jpg") no-repeat scroll 10px 0 transparent;
    border-left: medium none;
    font: 0px/0 a;
    height: 25px;
    padding: 0;
    width: 35px;
	line-height:0;
	text-indent:-9999px;
	margin-top:5px;
}
ul#nav > li > a.last:hover{
	background-position:10px -25px;
}
ul#nav > li#fb{
	border-left: 1px dotted #999999;
	height:39px;
	}
ul#nav > li > a:hover,
ul#nav > li.active > a {
	color:#db3f33;
}
ul#nav > li > a:hover{
	
	}
	
/*---------- Nav Language ----------*/
ul#nav-language{
	position:absolute;
	right:0;
	top:18px;
	z-index:2;
	}
ul#nav-language > li > a{
	border:none;
	padding: 0;
	height:11px;
	font: 0px/0 a;
	width:16px;
	}
ul#nav-language > li{
	padding:0 10px 0 10px;
	}
ul#nav-language > li:first-child{
	border-right: 1px dotted #999999;
	}
ul#nav-language > li > a.bg{	

	background: url(../images/layout/bg-flag.jpg) no-repeat left top;
	}
ul#nav-language > li > a.eng{
	background: url(../images/layout/eng-flag.jpg) no-repeat left top;
	}
ul#nav-language > li > a.bg:hover, ul#nav-language > li > a.eng:hover, ul#nav-language > li.active a{
	background-position:0 -11px;
	}

/*---------- Content ----------*/

#content {
    margin: 30px auto 0;
    max-width: 960px;
    padding: 0 1% 100px 1%;
    width: 98%;
}
#content h1 {
	font-size: 30px;
	line-height: normal;
	color: #db3f33;
	margin: 0 0 0 0;
	padding-bottom:15px;
	background:url(../images/layout/line-h.jpg) no-repeat left bottom;
	margin-bottom:20px;
	line-height:30px;
}
#content h2{
	color:#1A161F;
	font-size: 20px;
	margin-bottom:20px;
	}
#content h2 span{
	color:#db3f33;
	font-weight:bold;
	text-transform:uppercase;
	}
#content .column{
	float:left;
	width: 56.04166666666667%;
	margin-right:6.25%;
	}
#content .column.object{
	width:41.66666666666667%;
	}

#content .column p{
	line-height:24px;	
	text-align:justify;
	color:#696969;
	}

#content .column.second{
	width: 37.5%;
	margin:0;
	}
#content .column img, .column iframe, #sertificates img{
	border:1px dotted #d1d1d1;
	padding:3px;
	}
#sertificates img{margin-right:25px;}
span.red{color:#db3f33; font-weight:bold; font-size:14px;}

.column iframe{margin-top:30px;}

hr {
 	border-bottom: 1px dashed #D1D1D1;
    clear: both;
    margin: 15px 0;
}
#content .column p.obejct-text{text-align:center}
#content .column.object h2, #content .column.object h2 span{
	text-align:center;
	text-transform:none;
	line-height:25px;
	}

#content .column.second.object {
	margin-top:60px;
	}
#content .column.second.object.long-text {
	margin-top:0;
	}
#content .column.second.nomargin{margin-top:10px;}

#sertificates{width:100%; margin-top:40px;}
/*---------- slideshow ----------*/
#slideshow-container {
	position:relative;
	height:397px;
	background:url(../images/slideshow/bg-slideshow.jpg) no-repeat center top;
	overflow: hidden;
}
.arrow-slide.right {
    left: auto;
    right: 15px;
}

.arrow-slide {
    color: #db3f33;
    font-size: 120px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 60px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px;
	text-decoration:none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.arrow-slide:hover{
	color:#1a161f;
	}
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	
	margin:0 auto;
	
	background:url(../images/slideshow/bg-slideshow.jpg) repeat-x center top;
	
    box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
}



.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	line-height:100%
}
.responisve-container p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:14px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:none;
}
.fraction-slider .light-green.button {
	background: #1A161F;  
	border-radius:8px;
}
.fraction-slider .light-green.button a{color:#fff; font: italic 18px Georgia,"Times New Roman",Times,serif; padding:1% 3%; line-height:18px; display:block;}
.fraction-slider .light-green.button:hover{background: #DB3F33;}
.teaser.orange{color:#db3f33; font-size: 40px; font-family: "Myriad Pro",Helvetica,Arial,sans-serif; font-weight:bold; line-height:40px;}
.responisve-container p.small {color:#696969; font: 14px Arial,"Times New Roman",Times,serif;}
.responisve-container p.claim{color:#1a161f; font: italic 30px Georgia,"Times New Roman",Times,serif; text-transform:lowercase; line-height:100%}
@media only screen and (min-width: 960px){
	.slider{
		width:960px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

.fraction-slider .fixed-250 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 250px;
}
/*---------- Footer ----------*/
footer{
	background: #303132;
	height: 55px;
	}
footer p{
	text-align:right;
	}
footer p, footer a{
 	color: #FFFFFF;
    font: italic 12px Georgia,"Times New Roman",Times,serif;
    padding-top: 20px;
}
footer a{
	text-decoration:none;
	}
footer p a:hover{
	color:#DB3F33;
	}
.img-slide, .text-slide{
	float:left;
	
	}
/*---------- To Top ----------*/

#to-top {
    background: url("../images/layout/go-to-top.png") no-repeat scroll 0 0 transparent;
    bottom: 165px;
    cursor: pointer;
    display: none;
    height: 29px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 49px;
    z-index: 3;
}
#to-top:hover{
	background-position: 0 -49px;
	}


/*--------------------------------------------------
	Colorbox Styles
-------------------------------------------------*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#cboxOverlay {
	background: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	position: relative;
}

#cboxLoadingOverlay {
	background: #ffffff;
}

#cboxLoadedContent {
	background: #ffffff;
	padding: 10px;
	overflow: auto;
}

#cboxLoadingGraphic {
	background: url(../images/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cboxPhoto {
	border: 0;
	display: block;
	max-width: none;
	margin: auto;
	float: left;
}

.cboxIframe {
	background: #ffffff;
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#cboxError {
	border: 1px solid #cccccc;
	padding: 50px;
}

#cboxTitle {
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	position: absolute;
	left: 0;
	top: -18px;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

#cboxCurrent {
	text-indent: -9999px;
	position: absolute;
	top: -22px;
	right: 205px;
}

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
	background: url(../images/colorbox/controls.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
}

#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}

#cboxPrevious:hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: -50px 0px;
	right: 0;
}

#cboxClose:hover {
	background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position:-75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

#nav-language-mobile{display:none;}


.page-sidebar, .header{display:none;}

.column ul li {
    background: url("../images/kontakt/icon-required-new.png") no-repeat scroll left 4px transparent;
    color: #696969;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
	margin-bottom: 5px;
}
span.orange-style{
	color:#DB3F33;
	}
body#index .column.second img{margin-bottom:30px;}
body#projects .column{width:100%;margin-bottom:20px;}
body#projects .column ul li {float:left; margin-right:10px; margin-top:10px;}