/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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;
		outline: none;
		vertical-align: baseline; }
	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; }
	html, body{
		margin: 0;
	}

/* #Basic Styles
================================================== */
	body{
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 18px;
		color: #000;
		word-spacing: 0;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: subpixel-antialiased;
		background: #fff;
	}

/* #Typography
================================================== */
	h1{
		text-transform: uppercase;
		font-weight: 600;
	}
	b,strong{ font-weight: 600; }
	p,.block { padding-bottom: 18px; }
	p img { margin: 0; }

	img { outline: 0; }
	img.scale-with-grid { width: 100%; max-width: 100%; height: auto; display: block; margin: 0; }

/* #Links 
================================================== */
	a { color: #000; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Buttons
================================================== */
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #a2c614;
		border: 2px solid #fff;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		margin: 0;
		margin-bottom: 20px;
		padding: 8px 10px;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 23px;
		color: #fff;
		width: 97%;
		text-align: center;
	}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

/* #Forms
================================================== */
	form,fieldset { margin-bottom: 0; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 0;
		padding: 6px 8px;
		outline: none;
		font-family: 'Muli', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 13px;
		line-height: 23px;
		color: #000;
		margin: 0;
		width: calc(100% - 16px);
		max-width: calc(100% - 16px);
		display: block;
		margin-bottom: 22px;
		background: #fff; }
	select {
		width: calc(100% + 1px);
		max-width: calc(100% + 1px); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;}
	input[type="checkbox"] {
		display: inline; }
	input.form-error,textarea.form-error{
		background: #ff0000;
		color: #fff;
	}
	#formular .form-error p,#formular .form-error p *{
		color: #ff0000;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 9px !important; }
	.add-bottom { margin-bottom: 18px !important; }

/* #Clearing
================================================== */
	.container:after,.container-full:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
	
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0; }
	.row:after,
	.clearfix:after {
		clear: both; }
	.row,
	.clearfix {
		zoom: 1; }
	
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}

/* muli-300 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/muli-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Muli Light'), local('Muli-Light'),
       url('../fonts/muli-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-300.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-300italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/muli-v11-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Muli Light Italic'), local('Muli-LightItalic'),
       url('../fonts/muli-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-300italic.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/muli-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Muli Regular'), local('Muli-Regular'),
       url('../fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/muli-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Muli Italic'), local('Muli-Italic'),
       url('../fonts/muli-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-italic.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-600italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/muli-v11-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Muli SemiBold Italic'), local('Muli-SemiBoldItalic'),
       url('../fonts/muli-v11-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-600italic.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-600 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/muli-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Muli SemiBold'), local('Muli-SemiBold'),
       url('../fonts/muli-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-600.svg#Muli') format('svg'); /* Legacy iOS */
}

/* Table of Content
==================================================
	Sections
	Content
	960 Grid
	100% Grid
	768 Grid
	1200 Grid
	1536 Grid */


/* Sections
================================================== */
	section{
		position: relative;
		width: 100%;
		padding-bottom: 34px;
	}
	section.nopadding{
		padding-bottom: 0;
	}
	section.addtop{
		padding-top: 34px;
	}
	section .box{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


/* 960 Grid
================================================== */
	.container{
		position: relative;
		width: 960px;
		padding: 0;
		margin: 0 auto;
	}
	.container .box{
		position: relative;
		float: left;
		display: inline;
		margin: 0px;
	}
	.container .box .box{
		margin-left: 0;
		margin-right: 0;
	}
	.container .box.nopadding{
		margin-top: 0;
		margin-bottom: 0;
	}
	.container .box.notop{
		margin-top: 0;
	}
	.container .box.nobottom{
		margin-bottom: 0;
	}
	.container .box.addbottom{
		margin-bottom: 17px;
	}
	.container .box.alpha{
		margin-left: 0;
	}
	.container .box.omega{
		margin-right: 0;
	}
	.container .cols-1.box  { width: 20px; }
	.container .cols-2.box  { width: 40px; }
	.container .cols-3.box  { width: 60px; }
	.container .cols-4.box  { width: 80px; }
	.container .cols-5.box  { width: 100px; }
	.container .cols-6.box  { width: 120px; }
	.container .cols-7.box  { width: 140px; }
	.container .cols-8.box  { width: 160px; }
	.container .cols-9.box  { width: 180px; }
	.container .cols-10.box { width: 200px; }
	.container .cols-11.box { width: 220px; }
	.container .cols-12.box { width: 240px; }
	.container .cols-13.box { width: 260px; }
	.container .cols-14.box { width: 280px; }
	.container .cols-15.box { width: 300px; }
	.container .cols-16.box { width: 320px; }
	.container .cols-17.box { width: 340px; }
	.container .cols-18.box { width: 360px; }
	.container .cols-19.box { width: 380px; }
	.container .cols-20.box { width: 400px; }
	.container .cols-21.box { width: 420px; }
	.container .cols-22.box { width: 440px; }
	.container .cols-23.box { width: 460px; }
	.container .cols-24.box { width: 480px; }
	.container .cols-25.box { width: 500px; }
	.container .cols-26.box { width: 520px; }
	.container .cols-27.box { width: 540px; }
	.container .cols-28.box { width: 560px; }
	.container .cols-29.box { width: 580px; }
	.container .cols-30.box { width: 600px; }
	.container .cols-31.box { width: 620px; }
	.container .cols-32.box { width: 660px; }
	.container .cols-33.box { width: 660px; }
	.container .cols-34.box { width: 680px; }
	.container .cols-35.box { width: 700px; }
	.container .cols-36.box { width: 720px; }
	.container .cols-37.box { width: 740px; }
	.container .cols-38.box { width: 760px; }
	.container .cols-39.box { width: 780px; }
	.container .cols-40.box { width: 800px; }
	.container .cols-41.box { width: 820px; }
	.container .cols-42.box { width: 860px; }
	.container .cols-43.box { width: 860px; }
	.container .cols-44.box { width: 880px; }
	.container .cols-45.box { width: 900px; }
	.container .cols-46.box { width: 920px; }
	.container .cols-47.box { width: 940px; }
	.container .cols-48.box { width: 960px; }
	
	.container .box.offset-1  { margin-left: 20px; }
	.container .box.offset-2  { margin-left: 40px; }
	.container .box.offset-3  { margin-left: 60px; }
	.container .box.offset-4  { margin-left: 80px; }
	.container .box.offset-5  { margin-left: 100px; }
	.container .box.offset-6  { margin-left: 120px; }
	.container .box.offset-7  { margin-left: 140px; }
	.container .box.offset-8  { margin-left: 160px; }
	.container .box.offset-9  { margin-left: 180px; }
	.container .box.offset-10 { margin-left: 200px; }
	.container .box.offset-11 { margin-left: 220px; }
	.container .box.offset-12 { margin-left: 240px; }
	.container .box.offset-13 { margin-left: 260px; }
	.container .box.offset-14 { margin-left: 280px; }
	.container .box.offset-15 { margin-left: 300px; }
	.container .box.offset-16 { margin-left: 320px; }
	.container .box.offset-17 { margin-left: 340px; }
	.container .box.offset-18 { margin-left: 360px; }
	.container .box.offset-19 { margin-left: 380px; }
	.container .box.offset-20 { margin-left: 400px; }
	.container .box.offset-21 { margin-left: 420px; }
	.container .box.offset-22 { margin-left: 440px; }
	.container .box.offset-23 { margin-left: 460px; }
	.container .box.offset-24 { margin-left: 480px; }
	.container .box.offset-25 { margin-left: 500px; }
	.container .box.offset-26 { margin-left: 520px; }
	.container .box.offset-27 { margin-left: 540px; }
	.container .box.offset-28 { margin-left: 560px; }
	.container .box.offset-29 { margin-left: 580px; }
	.container .box.offset-30 { margin-left: 600px; }
	.container .box.offset-31 { margin-left: 620px; }
	.container .box.offset-32 { margin-left: 640px; }
	.container .box.offset-33 { margin-left: 660px; }
	.container .box.offset-34 { margin-left: 680px; }
	.container .box.offset-35 { margin-left: 700px; }
	.container .box.offset-36 { margin-left: 720px; }
	.container .box.offset-37 { margin-left: 740px; }
	.container .box.offset-38 { margin-left: 760px; }
	.container .box.offset-39 { margin-left: 780px; }
	.container .box.offset-40 { margin-left: 800px; }
	.container .box.offset-41 { margin-left: 820px; }
	.container .box.offset-42 { margin-left: 840px; }
	.container .box.offset-43 { margin-left: 860px; }
	.container .box.offset-44 { margin-left: 880px; }
	.container .box.offset-45 { margin-left: 900px; }
	.container .box.offset-46 { margin-left: 920px; }
	.container .box.offset-47 { margin-left: 940px; }
.center{
	text-align: center;
}

header{
	width: 100%;
	height: 300px;
	background: url(../img/header/bg.png) no-repeat center center;
	background-size: cover;
}
.home header{
	height: 800px;
	height: 600px;
}
header .inner{
	width: 100%;
	height: 100%;
	background: url(../img/header/soft.png) repeat-x left bottom;
}

.angebote-full{
	width: 100%;
}
.angebote-full .inner{
	position: relative;
	top: -200px;
	width: 100%;
}
.angebote-full img{
	width: 100%;
}

.angebote{
	width: 100%;
	background: url(../img/angebote/bg.png) no-repeat center bottom;
	background-size: cover;
}
.angebote .inner{
	position: relative;
	top: -200px;
	width: 100%;
	height: 100%;
}

.angebote2{
	width: 100%;
	background: url(../img/angebote2/bg.png) no-repeat center center;
	background-size: cover;
}

.formular{
	background: #a2c614;
}
.formular p,.formular p a{
	color: #fff;
}
.formular .inner{
	position: relative;
	top: -37px;
}

.kontakt{
	height: 550px;
	padding-bottom: 0;
}
.kontakt .top{
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	top: -163px;
}
.kontakt #map{
	width: 100%;
	height: 100%;
}

.impressum{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #a2c614;
}
.impressum *{
	color: #fff;
}

footer{
	height: 50px;
	#margin-bottom: 200px;
	text-align: center;
}
footer a{
	line-height: 50px;
	margin: 0 10px;
	color: #a2c614;
	text-transform: uppercase;
}

.item-privacy{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #a2c614;
	text-align: center;
	z-index: 999999999999999;
}
.item-privacy div{
	max-width: 1000px;
	padding: 20px 20px 18px 20px;
	margin: 0 auto;
}
a.item-privacy-topage{
	text-decoration: underline;
}
.item-privacy,.item-privacy *,.item-privacy a:hover{
	color: #fff;
}
a.item-privacy-accept{
	background: none;
	border: 0;
	display: inline-block;
	cursor: pointer;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
a.item-privacy-accept:hover{
	color: #fff;
}
