﻿@charset "utf-8";


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*	Reset End */

@font-face {
	font-family: 'ProximaNova';
	src: url(../fonts/proximanova-light.otf);
	font-weight:normal;
}
/*
@font-face {
	font-family: 'ProximaNova';
	src: url(../fonts/proximanova-bold.otf);
	font-weight:bold;
}*/

/* Definitions */



body {	
	font-family: 'ProximaNova', Helvetica, Arial, Sans-serif; 
	font-size: 0.91em;
	line-height: 20px;
}


h1, h2, h3, h4, h5, h6 {	
	font-weight: normal;
	padding: 0px 0px 10px;
}

a {
	color: #42a62a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#wrap {
	position: relative; /* für den Öffnungszeiten-Schnellzugriff benötigt */
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


#backgroundImage {
	position: absolute; 
	left: 0px; 
	top: 68px; 
	
	width: 100%;
	min-width: 1024px;
	height: 612px; 
	
	background-image:url('../images/bg_3000_600.jpg');
	background-position: center; 
	background-repeat:no-repeat;
	background-size:cover;
	
	/*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent) , to(rgba(250, 250, 250, 0.05)));*/	
}


@media screen and (max-width: 2100px) {
    #backgroundImage {
		background-image:url('../images/bg_2000_600.jpg');
	}
}
@media screen and (max-width: 1600px) {
    #backgroundImage {
		background-image:url('../images/bg_1500_600.jpg');
	}
}

/* Navigation */
.nav {	
	padding-left: 40px;
	padding-right: 40px;
}
.nav li {
	width: 17%;
	height: 50px;
	line-height: 41px;
	padding-top: 19px; /* menu text align closer to the bottom */
	font-size: 1.1em;
	float:left;
	font-family: 'ProximaNova', Helvetica, Arial, Sans-serif;
}


  
.nav ul {
  list-style: none;
  background-color: #ffffff;
  text-align:center;
  margin: 0px;
}
 
.nav a {
  text-decoration: none;
  color: #000;
  display: block;
  transition: .3s background-color;
}

.nav a:hover {
  color: #87ba13;
}

.nav li#Home {
	width: 18%;
	height: 60px;
	padding-top: 0px;
} 
.nav a#home_logo {
	height: 100%;
	margin-top:10px; 
	margin-bottom:-10px;
}
.nav li#Home img {
	height: 50px;
} 


.nav li#Tuev {
	width: 14%;
	height: 60px;
	padding-top: 0px;
} 
.nav a#tuev_logo {
	height: 100%;
	width: 85%;
	text-align: right;
	margin-top:10px; 
	margin-bottom:-10px;
}
.nav li#Tuev img {
	height: 50px;
	transition: all .1s ease-in-out; 
} 
.nav li#Tuev:hover img {
	transform: scale(1.1);
	filter: scale(0);
} 
 
 
.selectionBar {
	background-color: #ffffff;
	height: 6px;
}
/*.selectionBar_arrow_hover {
	background-color:#42a62a;
	border-radius: 0px 200px 0px 0px;
	-moz-border-radius: 0px 200px 0px 0px;
	-webkit-border-radius: 0px 200px 0px 0px;
	border: 0px solid #000000;
}*/

.selectionBar_arrow_hover {
	background-image:url('../images/slidebar_arrow2.png');
	background-position: right bottom;
	background-repeat:no-repeat;
}
.selectionBar_hover {
	background-image:url('../images/slidebar_arrow.png');
	background-position: right bottom;
	background-repeat:no-repeat;
	
	/*background-color:#42a62a; */
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}



/* Content */
.content {
	clear:both;
	position:relative;
	width: 100%;
	height: 612px;		
	/*background-image:url(../images/contentBackground.jpg);*/
}


#contentExtension {
	
	margin: 0px 40px;
	padding: 15px 15px;
	background-color: rgba(172,209,78, 0.29);
	
	display: none;
}

.innerExtension {
	
	margin: 10px 40px 40px 40px;
	
	font-weight: normal;
	font-size: 0.91em;
	line-height: 20px;
	text-align: justify;
	font-family: 'ProximaNova';
	color: #4e4e4e;
}

.innerExtension h4{
	
	padding: 0px 0px 2px;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
}


				
.quotationBox {
	padding-left:90px;
	padding-top: 65px;
}


/* Slider */
.quotation {
	float:left;
	font-family: 'ProximaNova', Helvetica, Arial, Sans-serif;
	font-size: 1.8em;
	color:#FFF;
	width:78%;
	cursor: pointer;
}

.quotation span {
	background-color: rgba(0,0,0,0.70); 
	padding: 4px;
	line-height: 40px;
}


.nextPageButton { 
	cursor: pointer;
}
.nextPageArrow {
	float:left;
	height:120px;
	width: 73px;
	margin-left: 15px;
	margin-top: -25px;
	background-image: url('../images/arrow_unlighted.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.nextPageArrow_hover { 
	background-image: url('../images/arrow_lighted.png');
}


/* Text Content */
.contentBox {
	clear:both;
	width: 944px;
	min-height: 447px;
	max-height: 570px;
	
	background-color:rgba(255,255,255, 0.94);
	
	margin-left: 40px;
	margin-right: 40px;
	
	/*border-radius: 0px 65px 0px 0px;
	-moz-border-radius: 0px 65px 0px 0px;
	-webkit-border-radius: 0px 65px 0px 0px;
	border: 0px solid #000000;*/
	
	position:absolute;
	bottom:0;
	left:0;
}

.textBox {
	float:left;
	margin:40px;
	margin-bottom:30px;
	margin-right:0px;
	width: 860px;
	max-height: 545px;
	overflow:visible;
}

.textBox p {
	text-align: justify;
	font-family: 'ProximaNova';
	font-weight: normal;
	font-size: 0.91em;
	line-height: 20px;
}

.pictureBox {
	float:right;
	margin:40px;
	margin-left:0px;
	height: auto;
}


#footer{
	clear:both;	
	
	overflow: hidden;
	
	font-size: 0.91em;
	font-family: 'ProximaNova', Helvetica, Arial, Sans-serif; 
	color: #888;	
	
	padding-top: 17px;
	padding-bottom: 8px;
	margin-left: 40px;
	margin-right: 40px;	
	margin-bottom: 900px;
	
	/* background-color: rgba(255,255,255,0.7); */
}

#footerCopyright {
	float:left;
	width:38%;
	text-align:left;
}

#footerContact {
	float:left;
	width:28%;
	/* text-align:center; */
}
#footerFacebook {
	float:right;
	margin-top:-3px;
	margin-left:10px;
}
#footerLinks {
	float:left;
	text-align:right;
	width:33%;
}

#footerLinks a:hover{
	text-decoration:underline;
}

#footerLinks a {
	font-style: normal;
	color: #888;
	text-decoration:none;
}

.btnContact {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acd14e), color-stop(1, #91ba17));
	background:-moz-linear-gradient(top, #acd14e 5%, #91ba17 100%);
	background:-webkit-linear-gradient(top, #acd14e 5%, #91ba17 100%);
	background:-o-linear-gradient(top, #acd14e 5%, #91ba17 100%);
	background:-ms-linear-gradient(top, #acd14e 5%, #91ba17 100%);
	background:linear-gradient(to bottom, #acd14e 5%, #91ba17 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd14e', endColorstr='#91ba17',GradientType=0);
	background-color:#e7f2cc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #92b03f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 0.91em;
	font-family: 'ProximaNova', Helvetica, Arial, Sans-serif; 
	padding:3px 15px;
	text-decoration:none;
}
.btnContact:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #91ba17), color-stop(1, #acd14e));
	background:-moz-linear-gradient(top, #91ba17 5%, #acd14e 100%);
	background:-webkit-linear-gradient(top, #91ba17 5%, #acd14e 100%);
	background:-o-linear-gradient(top, #91ba17 5%, #acd14e 100%);
	background:-ms-linear-gradient(top, #91ba17 5%, #acd14e 100%);
	background:linear-gradient(to bottom, #91ba17 5%, #acd14e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91ba17', endColorstr='#acd14e',GradientType=0);
	background-color:#acd14e;
}
.btnContact:active {
	position:relative;
	top:1px;
}

.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	
	line-height: 14px;
}
.da-thumbs li {
	float: left;
	background: #fff;
	padding: 4px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(255,255,255,0.85);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 15px 20px 20px 20px;
	font-family: 'ProximaNova';
	font-weight: normal;
	font-size: 0.91em;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 1px rgba(75,75,75,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.1), 0 -10px 0 rgba(0,0,0,0.3);
}



