* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #666666;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.125rem;
}

#main {
	width: 90%;
	width: 960px;
	margin: 17px auto 74px auto;
}

header {
	height: 150px;
	margin-bottom: 40px;
}

#logo {
	width: 300px;
	float: left;
	margin-top: 57px;
}

#lima {
	font-weight: 200;
	font-size: 3.625rem;
	color: #97BE0C;
	line-height: 80%;
}

#lima a {
	color: #97BE0C;
}

#accessoirs {
	color: #878787;
	font-size: 1rem;
}

#lang {
	float: right;
	font-size: 1rem;
}

#lang a{
	padding-left: 3px;
}

#lang a.aktiv {
	color: #97BE0C;
}

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

a:hover {
	color: #97BE0C;
}

h1 {
	font-weight: 300;
	font-size: 2.5rem;
	color: #97BE0C;
	text-transform: lowercase;
	margin-bottom: 10px;
}

h2 {
	color: #97BE0C;
	font-weight: 100;
	font-size: 1.8rem;
	text-transform: lowercase;
}

nav {
	float: right;
	font-size: 1.375rem;
	font-weight: 300;
	margin-top: 57px;
	margin-left: 100px;
}

nav a {
	color: #444444;
	text-transform: lowercase;
}

nav ul {
	list-style-type: none;	
}

nav ul li {
	float: left;
	padding-left: 10px;
	margin-left: 20px;
}

nav ul li ul {
	position: absolute;
	z-index: 10;
	font-size: 1rem;
	display: none;
	margin-left: -40px;
	width: 200px;
}

nav ul li ul li {
	float: none;
	margin-bottom: 2px;
	width: 150px;
	
}

nav ul li ul li a {
	color: #fff;
	background: rgba(0,0,0,0.7);
	width: 150px;
	padding: 10px;
	display: block;
	}
	
nav ul li ul li a:hover {
	color: #fff;
	background: rgba(151,190,2,0.9);
}

.intro {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 18px;
}

.drittel {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-top: 20px;
}

.halb {
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-top: 20px;
}

.halb:nth-child(2n+0) {
	margin-right: 0%;
}

.uebersicht {
	height: 266px;
	position: relative;
}

.uebersicht div {
	width: 100%;
	height: 266px;
	overflow: hidden;
}

.uebersicht img {
	max-height: 359px;
}

.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}

.overlay h2 {
	text-align: center;
	vertical-align: central;
	margin-top: 40%;
}

.overlay p {
	text-align: center;
	color: #DDDDDD;
	font-weight: 300;
	text-transform: lowercase;
}

.overlay a {
	color: #97BE0C;
}

.bilder img {
	width: 100%;
}

.ausstellung {
	margin-bottom: 30px;
}

.ausstellung h2 {
	font-size: 1.25rem;
	font-weight: 300;
}


label {
	display: block;
}

input, textarea {
	color: #666666;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.125rem;
	padding: 1%;
	width: 98%;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

input:focus, textarea:focus {
	background: #eee;
	
}

textarea {
	height: 200px;
}

input.button {
	width: 49%;
}


input[type=reset] {
	margin-right: 2%;
}

input[type=submit] {
	background: #97BE0C;
	color: #ffffff;
}

.vs {
	display: none;
}

.landing {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #97BE0C;
}

.landing:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}


footer {
	margin-top: 54px;
	color: #878787;
	border-top: 1px solid #878787;
	padding-top: 10px;
}


#cookiedingsbums {
    position: fixed;
    bottom: 2%;
    background: #EEEEEE;
    z-index: 50;
    right: 2%;
    width: 25%;
    padding: 20px;
}

#cookiedingsbums iframe {
    width: 100%;
    height: auto;
}
      
#cookiedingsbumsCloser {
    padding: 5px;
    color: #ffffff;
    background: #97BE0C;
    margin-top: 5px;
    display: inline-block;
    float: right;
    cursor: pointer;
}


/*Clarfix toolkit */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

