@charset "UTF-8";

/* ---------------- FONT ---------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);




/* ---------------- DEF ---------------- */

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/design/background_stein.jpg) no-repeat center center fixed;
	background-size: cover;
}

* {
	margin: 0px;
	padding: 0px; 
	box-sizing: border-box; 
}
        
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Helvetica Neue, sans-serif;
	font-weight: 600;
}

a, p, label, article, li, span {
	font-family: 'Open Sans', Helvetica Neue, sans-serif;
	font-weight: 400;
}

a, p, label, article, li {
	font-size: 14px;	
	line-height: 140%;
}

a {
	color: #00893b;
	text-decoration: none;
}
	
strong {
	font-weight: 600;
}

.clear {
	clear: both;	
}


/* ---------------- HEADER ---------------- */

#top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	background-color: rgba(255,255,255,0.85);
	z-index: 10;
}

#top_inner {
	width: 100%;
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;	
}

#logo {
	width: 100%;
	max-width: 120px; 
	padding: 5px 0px;
	float: left;
	margin-right: 30px;
}

#logo img {
	width: 100%;	
}

#menu {
	float: left;
	height: 70px;
}

#menu ul li {
	display: block;
	height: 100%;
	float: left;
	list-style: none;
}

#menu ul li a {
	display: block;
	color: #00893b;
	height: 70px;
	font-size: 14px;
	line-height: 110%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 27px 15px;
	vertical-align: center;
	text-align: center;
	font-weight: 600;
	transition: all 1s ease;
}

#menu ul li a:hover, #menu ul li a.active {
	background: #00893b;
	color: #fff;
	box-shadow: 0px 0px 10px #333;
	text-decoration: none;
}



/* ---------------- NAV RESPONSIVE ---------------- */

.nav-r-label {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 20;
}

.active-label {
	background: #f8e403 url(../images/design/icon_menu.png) no-repeat center center;
	background-size: 25px;
	border: 1px solid #000;
}

.active-label:hover {
	background: #f8e403 url(../images/design/icon_menu.png) no-repeat center center;
	background-size: 25px;
	border: 1px solid #000;
}

.inactive-label {
	background: url(../images/design/icon_menu.png) no-repeat center center;
	background-size: 25px;
	border: 1px solid #000;
}

.inactive-label:hover {
	background: url(../images/design/icon_menu.png) no-repeat center center;
	background-size: 25px;
	border: 1px solid #000;
}

.inactive-label span	{
	font-size: 18px;
	color: #9a1915;
	line-height: 100%;
	font-weight: normal;
	display: block;
}

.inactive-label:hover span {
	color: #9a1915;
}

.nav-r-content {
	position: absolute;
	width: 100% !important;
	float: right;
	text-align: left;
	display: none;
	padding: 0;
	z-index: 65;
}

.nav-r-content a {
	display: block;
	width: 100%;
	background: #00893b;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	transition: all 1s ease;
	border-bottom: 1px solid #fff;
}

.nav-r-content a:hover {
	background: #f8e403;
	color: #000;
	text-decoration: none;
}



/* ---------------- CONTENT ---------------- */

#slider {
	position: relative;
	top: 0;
	left: 0;	
	box-shadow: 0px 0px 15px #333;
	z-index: 1;
	margin-bottom: 40px;
}

.button {
	position: absolute;
	top: 80px;
	right: 50px;
	width: 200px;
	z-index: 200;
}

.button img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	transform: rotate(-5deg);
}

#content {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 30px;
	background: #fff;
	z-index: 0;
}

h1, h2, h3 {
	color: #00893b;
	text-transform: uppercase;
	line-height: 110%;
}

h1 {
	font-size: 25px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h3 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h2.first, h3.first {
	margin-top: 0px;
}

#content p {
	color: #333;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 15px;
}

#content p.green {
	color: #00893b;
}

p a {
	transition: all 1s ease;
}

p a:hover {
	color: #fff;
	background: #00893b;
	padding: 2px;
	margin: -2px;
}

#content p:last-of-type {
	margin-bottom: 0px;	
}

#content ul li {
	list-style-type: none;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
}

#content ul li i {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	color: #00893b;
}

#col_container {
	width: 100%;
	display: flex;
}

#col_left {
	width: 70%;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #00893b;
}

#col_right {
	width: 30%;
	float: left;
	padding-left: 20px;
}

#galerie {
	margin-top: 30px;
}

#galerie a {
	position: relative;
	display: block;
	float: left;
	width: calc(25% - 10px);
	line-height: 100%;
	margin-right: 13px;
	margin-bottom: 10px;
}

#galerie a:nth-of-type(4), #galerie a:nth-of-type(8), #galerie a:nth-of-type(12), #galerie a:nth-of-type(16),
#galerie a:nth-of-type(20), #galerie a:nth-of-type(24) {
	margin-right: 0px;
}

#galerie a img {
	width: 100%;
	margin-bottom: 0px;
}

#lightbox_zoom {
	display: block;
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	background: rgba(0,0,0,0.75) url(../images/design/lupe.png) no-repeat center center;
	background-size: 50px;
	opacity: 0;
	transition:opacity 0.5s linear;
}

#galerie a:hover > #lightbox_zoom {
	opacity: 1;
}

#footer {
	width: 100%;
	margin-top: 50px;
	padding-top: 100px;
	background: url(../images/slider/ueber_uns/ueber_uns_01.jpg) no-repeat center center;
	background-size: cover;	
}

#footer_container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255,255,255,0.8);
	margin-top: 70px;
}

#quicklinks {
	float: right;
	margin-top: -50px;	
}

#quicklinks a {
	display: block;
	width: 60px;
	height: 60px;
	background: #f8e403;
	border-radius: 30px;
	box-shadow: 0px 0px 10px #333;
	float: left;
	margin-right: 15px;
	color: #000;
	font-size: 30px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	transition: all 1s ease;
}

#quicklinks a:hover {
	background: #00893b;
	color: #fff;
}

#quicklinks a:last-of-type {
	margin-right: 0px;
}

#col_footer {
	display: block;
	width: calc(100% / 3 - 10px);
	float: left;
	margin-right: 15px;
}

#col_footer:nth-of-type(3) {
	margin-right: 0px;
}

#col_footer p, #col_footer p a {
	font-size: 12px;	
	line-height: 150%;
}

#col_footer strong {
	font-weight: 600;
	color: #00893b;
}

#col_footer a {
	color: #00893b;
	text-decoration: underline;	
}

#col_footer a:hover {
	text-decoration: none;
}



/* ---------------- CONTENT ---------------- */

@media (max-width: 860px) {
	
	#top {
		position: relative;
		z-index: 10;
		height: auto;
	}
	
	#top_inner {
		padding: 0px;
	}
	
	#logo {
		float: none;
		max-width: 150px;
		margin: 0 auto;	
		margin-bottom: 15px;
	}
	
	#menu {
		float: none;
		margin: 0 auto;	
		height: 40px;
		border-top: 1px solid #00893b;
	}
	
	#menu ul {
		max-width: 660px;
		margin: 0 auto;
	}
	
	#menu ul li a {
		height: 40px;
		padding-top: 10px;	
	}
	
}

@media (max-width: 680px) {
	
	#top {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#logo {
		margin: 0 auto;
	}
	
	#menu {
		display: none;
	}
	
	.nav-r-label {
		display: block;	
	}
	
	#content {
		padding: 20px;
	}
	
	#galerie a {
		width: calc(33.33% - 10px);
		line-height: 100%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	#galerie a:nth-of-type(4), #galerie a:nth-of-type(8), #galerie a:nth-of-type(12), #galerie a:nth-of-type(16),
	#galerie a:nth-of-type(20), #galerie a:nth-of-type(24) {
		margin-right: 15px;
	}
	
	#galerie a:nth-of-type(3), #galerie a:nth-of-type(6), #galerie a:nth-of-type(9), #galerie a:nth-of-type(12), #galerie a:nth-of-type(15), 
	#galerie a:nth-of-type(18), #galerie a:nth-of-type(21), #galerie a:nth-of-type(24), #galerie a:nth-of-type(27) {
		margin-right: 0px;
	}
	
}

@media (max-width: 500px) {
	
	#col_container {
		display: inline;
	}
	
	#col_left {
		float: none;
		width: 100% !important;
		margin-bottom: 40px;
		padding: 0px;
		border: none;
	}
	
	#col_right {
		float: none;
		width: 100% !important;
		margin: 0px;
		padding: 0px;
		marign-bottom: 40px;
	}
	
	#galerie a {
		width: calc(50% - 10px);
		line-height: 100%;
		margin-right: 0px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	#galerie a:nth-of-type(4), #galerie a:nth-of-type(8), #galerie a:nth-of-type(12), #galerie a:nth-of-type(16),
	#galerie a:nth-of-type(20), #galerie a:nth-of-type(24) {
		margin-right: 0px;
	}
	
	#galerie a:nth-of-type(odd) {
		margin-left: 0px !important;
	}
	
	#footer {
		background: none;
		padding-top: 0px;
	}
	
	#footer_container {
		background: #fff;
	}
	
	#quicklinks {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: -50px;
		margin-bottom: 80px;
	}
	
	#col_footer {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#col_footer:last-of-type {
		margin-bottom: 0px;
	}
	
}