@charset "utf-8";
/* CSS Document */

/* 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%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}
/* /CSS RESET */

/* PUBLIC */
body {
	background:#FFF;
	color:#4d4d4d;
	font-family: proxima_light;
	font-size:19px;
}

::selection {
	color:#FFF;
	background:#96c632;
}
::-moz-selection {
	color:#FFF;
	background:#96c632;
}
@font-face {
	font-family: proxima_light;
	src: url('../fonts/proximanova-light.otf'),
    	 url('../fonts/proximanova-light.eot'); /* IE9 */
}

hr.cleaner {
	visibility:hidden;
	clear:both;
	margin:0 !important;
	padding:0;
	height:0;
	border:none;
}

a {
	text-decoration:none;
	color: #000000;
}

/* /PUBLIC */
div.top_line {
	height:2px;
	width:100%;
	background:#313131;
}
div.bottom_line {
	background:#96c632;
	height:3px;
	width:100%;
}

div#head {
	width:70%;
	padding:0 15%;
}
div#head a.logo {
	width:120px;
	height:40px;
	display:block;
	float:left;
	background:url("../images/abs.png") no-repeat;
	margin-top:17px;
	margin-bottom:16px;
}
div#head div.right {
	float:right;
}
div#head div.right ul {
	margin-top:26px;
	display:inline-block;
	margin-right:28px;
}
div#head div.right ul li {
	display:inline-block;
	text-align:center;
	margin-right:8px;
}
div#head div.right ul li:last-child {
	margin-right:0;

}
div#head div.right ul li a {
	padding:0 12px 24px 12px;
	display:block;
	
 /* -o-transition:color .2s ease-out, border-bottom 2s ease-in;
  -ms-transition:color .2s ease-out, border-bottom 2s ease-in;
  -moz-transition:color .2s ease-out, border-bottom 2s ease-in;
  -webkit-transition:color .2s ease-out, border-bottom 2s ease-in;
  transition:color .2s ease-out, border-bottom 2s ease-in;*/
}
div#head div.right ul li a.selected, div#head div.right ul li a:hover {
	border-bottom:7px solid #96c632;
}
div#head div.right div.social {
	display:inline-block;
	vertical-align:top;
	margin-top:23px;
}
div#head div.right div.social a {
	display:inline-block;
	width:23px;
	height:23px;
	margin-right:11px;
}
div#head div.right div.social a:last-child {
	margin-right:0;
}
div#head div.right div.social a.fb {
	background:url("../images/fb.png") no-repeat;
}
div#head div.right div.social a.tw {
	background:url("../images/tw.png") no-repeat;
}
div#head div.right div.social a.gp {
	background:url("../images/gp.png") no-repeat;
}

div.carousel {
	position:relative;
	background:#525355;
}
div.carousel ul li {
	display:block;
	background-size: cover;
	height:341px;
	width:100%;
}
div.carousel ul li p {
	color:#FFF;
	padding:15px 18px;
	background:rgba(0,0,0,0.7);
	margin-bottom:1px;
	display:inline-block;
	width:auto;
	font-size:29px;
	margin-left:15%;
}
div.carousel ul li p:first-child {
	margin-top:64px;
}
div.carousel a.down {
	width:54px;
	height:54px;
	border-radius:50%;
	display:block;
	background:#96c632;
	position:absolute;
	bottom:87px;
	left:50%;
	margin-left:-27px;
	text-align:center;
	z-index:100;
	
}
div.carousel a.down p {
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #313131;
    border-right: 2px solid #313131;
    cursor: pointer;
	margin:14px auto 0 auto;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.carousel div.bx-pager {
	text-align:center;
	background:#ebeaea;
	border-top:1px solid #FFF;
	padding-top:27px;
	padding-bottom:10px;
}

div.carousel div.bx-pager div.bx-pager-item {
	display:inline-block;
	margin-right:7px;
}
div.carousel div.bx-pager div.bx-pager-item:last-child {
	margin-right:0;
}
div.carousel div.bx-pager a {
	display:inline-block;
	width:13px;
	height:13px;
	background:#9b9b9b;
	border-radius:50%;
	box-shadow:0 1px 2px rgba(255,255,255,0.83);
}
div.carousel div.bx-pager a.active, div.carousel div.bx-pager a:hover {
	background:#686868;
}


div.box {
	padding-top:5px;
	text-align:center;
	background:#ebeaea;
	padding-bottom:26px;
}
div.box.white {
	background:#FFF;
}
div.box h1 {
	font-size:36px;
	color:#000;
	margin-bottom:14px;
}
div.box h3 {
	font-size:36px;
	color:#000;
	margin-bottom:14px;
	vertical-align:top;
	margin-top:21px;
}
div.box h3 span {
	display:inline-block;
	width:44px;
	height:27px;
	margin-top:2px;
	margin-right:15px;
}
div.box h3.kontakt span {
	background:url("../images/kontakt.png") no-repeat;
}
div.box h3.gmap span {
	background:url("../images/gmap_icon.png") no-repeat;
	height:31px;
	width:23px;
}
div.box p.subtitle {
	font-size:22px;
}
div.box div.small {
	width:70%;
	max-width:980px;
	margin:22px auto 0 auto;
}
div.box div.small div.left, div.box div.small div.right {
	padding:4px;
	background:#f2f2f2;
	width:47.56734%;
	box-shadow:0 1px 2px rgba(0,0,0,0.35);
}
div.box div.small div.left {
	float:left;
}
div.box div.small div.right {
	float:right;
	width:44.48979591836735%;
	padding: 2.04081632653061%;
	min-height:161px;
}
div.box div.small div img {
	display:block;
	width:100%;
}
div.box div.small div h2 {
	text-align:left;
	padding:4px 0 15px 0;
	border-bottom:1px solid #d6d5d5;
	margin-bottom:15px;
	color:#000;
	font-size:22px;
}
div.box div.small div h2.company {
	background:url("../images/company_icon.png") 0 0 no-repeat;
	padding-left:34px;
	margin-top:-7px;
} 
div.box div.small div p {
	font-size:17px;
	text-align:justify;
	line-height:1.2;
}
div.box div.small div a.button, div#fancybox a.button {
	display:block;
	float:right;
	color:#FFF;
	padding:7px 26px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.14);
	border-radius:1px;

	background: -o-linear-gradient(bottom, #86be2b 0%, #93ce2e 100%), 87bf2b;
	background: -moz-linear-gradient(bottom, #86be2b 0%, #93ce2e 100%), #87bf2b;
	background: -webkit-linear-gradient(bottom,#86be2b 0%, #93ce2e 100%), #87bf2b;
	background: -ms-linear-gradient(bottom, #86be2b 0%, #93ce2e), #87bf2b;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #86be2b), color-stop(1, #93ce2e)), #87bf2b;
}

div.box div.small div.big {
	padding:13px 2.14285714285714%;
	width:44.28571428571429%;
}
div.box div.small div.big p {
	font-size:20px;
	color:#696969;
}
div.box div.small div.big p ~ p {
	margin-top:1em;
}
div.box div.small div.big p span {
	color:#000;
}
div.box div.small div a.link {
	color:#649400;
}
div.box div.small div.form {
	background:none;
	box-shadow:none;
	width:48.57142857142857%;
	padding:0;

}
div.box div.small div.form form input[type="text"] {
	display:block;
	border:1px solid #b8bcbf;
	padding:7px 1.68067226890756%;
	font-size:17px;
	font-family: proxima_light;	
	width:69.95798319327732%;
	margin-bottom:13px;
	border-radius:2px;
}
div.box div.small div.form form textarea {
	display:block;
	width:96.42857142857143%;
	border:1px solid #b8bcbf;
	padding:7px 1.68067226890756%;
	font-size:17px;
	font-family: proxima_light;	
	border-radius:2px;
	height:265px;
}
div.box div.small div.form form input[type="text"].error, div.box div.small div.form form textarea.error {
	border:1px solid red;
}
div.box div.small div.form form input[type="submit"] {
	display:inline-block;
	float:right;
	color:#FFF;
	padding:9px 49px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.14);
	border:none;
	font-family: proxima_light;	
	border-radius:1px;
	font-size:20px;
	cursor:pointer;
	margin-top:15px;
	margin-right:-3px;

	background: -o-linear-gradient(bottom, #86be2b 0%, #93ce2e 100%), #87bf2b;
	background: -moz-linear-gradient(bottom, #86be2b 0%, #93ce2e 100%), #87bf2b;
	background: -webkit-linear-gradient(bottom,#86be2b 0%, #93ce2e 100%), #87bf2b;
	background: -ms-linear-gradient(bottom, #86be2b 0%, #93ce2e), #87bf2b;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #86be2b), color-stop(1, #93ce2e)), #87bf2b;
}
div.box div.map {
	box-shadow:0 1px 2px rgba(0,0,0,0.35);
	width:69.18367346938776%;
	height:435px;
	margin:0 auto;
	padding:0.40816326530612%;
	background:#FFF;
}
div#gmap {
	width:100%;
	height:435px;
}
div.footer {
	height:105px;
	background:url("../images/footer_bg.png"), #313131;
	position:relative;
}
div.footer div.content {
	width:70%;
	margin:0 auto;
	padding-top:17px;
}
div.footer div.content p {
	color:#cecdcd;
	font-size:15px;
}
div.footer div.content p.left {
	float:left;
}
div.footer div.content p.right {
	float:right;
}
div.footer div.content p.right a {
	color:#cecdcd;
	font-size:15px;
}
div.footer div.content p.right a.w {
	color:#FFF;
}
div.footer div.content div.social {
	clear:both;
	text-align:right;
	margin-top:29px;
}
div.footer div.content div.social a {
	display:inline-block;
	width:44px;
	height:43px;
	margin-right:7px;
	
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
div.footer div.content div.social a:last-child {
	margin-right:0;

}
div.footer div.content div.social a.fb {
	background:url("../images/social_fb.png") no-repeat;
}
div.footer div.content div.social a.tw {
	background:url("../images/social_tw.png") no-repeat;
}
div.footer div.content div.social a.gp {
	background:url("../images/social_gp.png") no-repeat;
}
div.footer div.content div.social a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

div.footer a.up {
	width:44px;
	height:44px;
	border-radius:50%;
	display:block;
	background:#96c632;
	position:absolute;
	top:-12px;
	left:50%;
	margin-left:-22px;
	text-align:center;
	border:7px solid #313131;
}
div.footer a.up p {
    width: 15px;
    height: 15px;
    border-top: 2px solid #313131;
    border-left: 2px solid #313131;
    cursor: pointer;
	margin:18px auto 0 auto;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* FANCYBOX */
div#fancybox {
	text-align:center;
}
div#fancybox a.button {
	float:none;
	display:inline-block;
	margin-top:35px;
}
/* /FANCYBOX */