:root 
{
	--theme: #237624;
	--darktheme: #105b10;
	--lighttheme: #3ca53c;
	--dark: #1a1a1a;
	--grey: #4d4d4d;
	--lightgrey: #dae5da;
}

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body 
{
	font-size: 1.1em;
	color: var(--dark);
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 1.75;
	overflow-x: hidden;
}

::selection 
{
	background-color: var(--theme);
 	color: #fff; 
}

::-moz-selection 
{
  	background-color: var(--theme);
 	color: #fff; 
}

h1, h2, h3, h4
{
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	font-size: 3.2em;
}

h2
{
	font-size: 2.2em;
}

h3
{
	font-weight: 400;
	font-size: 1.8em;
}

h4
{
	font-weight: 500;
	font-size: 1.5em;
}

h1 + h3
{
	margin-top: 0.8rem;
}

h2 + p, h2 + ul, p + p, ul + p
{
	margin-top: 1em;
}

h3 + p, h3 + ul
{
	margin-top: 0.5em;
}

h4 + p, h4 + ul
{
	margin-top: 0.2em;
}

.wrap
{
	max-width: 1080px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

#header .wrap, #opener .wrap, #subpageOpener .wrap, #pageEnd .wrap, #footer .wrap
{
	max-width: 1350px;
}

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
	border-top: 4px solid var(--theme);
}

#navigation ul
{
	text-align: right;
	text-transform: uppercase;
	padding-right: 55px;
}

#navigation ul li.main
{
	display: inline-block;
	margin-left: 25px;
	padding: 40px 0px;
	position: relative;
}

#navigation ul li ul
{
	position: absolute;
	left: -25px;
	top: 70%;
	text-align: left;
	font-size: 0.85em;
	z-index: 1000;
	background-color: var(--theme);
	padding: 15px 25px;
	display: none;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}

#navigation ul li:hover ul
{
	display: block;
}

#navigation ul li.main ul li a
{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

#navigation ul li.main ul li
{
	display: block;
	list-style: none;
	margin: 2px 0px;
	white-space: nowrap;
}

#navigation ul li.main ul li a:hover, #navigation ul li.main.active ul li a
{
	color: #fff;
	font-weight: 400;
}

#navigation ul li.main ul li a:hover
{
	opacity: 1;
}

#navigation ul li.main.active ul li.active a
{
	color: #fff;
	font-weight: 500;
	opacity: 1;
}

#logo
{
	position: absolute;
	height: 100%;
	padding: 15px 0px;
}

#navigation ul li.main a
{
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s;
	position: relative;
}

#navigation ul li.main a:before
{
	content: "";
	position: absolute;
	width: 0%;
	opacity: 0;
	height: 2px;
	background-color: var(--theme);
	transition: all 0.2s;
	top: 110%;
}

#navigation ul li.main a:hover
{
	color: var(--theme);
}

#navigation ul li.main a:hover:before, #navigation ul li.main.active a:before
{
	width: 100%;
	opacity: 1;
}

#navigation ul li.main.active a
{
	font-weight: 700;
	color: var(--theme);
}

/* #navigation ul li.main:last-child a
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase; 
	color: #fff!important;
	text-decoration: none;
	background-color: var(--theme);
	border: none!important;
	padding: 0.6em 1.2em;
	transition: all 0.2s;
	font-weight: 400!important;
} */

/* #navigation ul li.main:last-child a:hover
{
	background-color: var(--lighttheme);
	transform: scale(1.03);
} */

/* #navigation ul li.main:last-child a:before
{
	display: none;
} */

#facebook
{
	display: block;
	width: 1.6em;
	height: 1.6em;
	background-image: url(../img/facebook.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	transition: all 0.2s;
}

#facebook:hover
{
	transform: translateY(-50%) scale(1.1);
}

#opener
{
	position: relative;
}

#opener.start
{
	height: 100vh;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.15);
	z-index: 10;
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}

#openerSlogan
{
	text-align: center;
	margin-top: 45px;
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: 500;
}

#openerSlogan span
{
	background-color: var(--theme);
	display: inline;
	padding: 0.25em 0.5em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
}

#openerLogo
{
	max-width: 370px;
	display: block;
	margin: auto;
	filter: drop-shadow(0px 0px 40px rgba(0,0,0,0.95));
}

#opener video 
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#down
{
	position: absolute;
	height: 40px;
	width: 2px;
	background-color: var(--theme);
	left: 50%;
	transform: translateX(-50%);
	z-index: 15;
	bottom: 0;
}

#down:before
{
	content: "Scrollen";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	background-color: var(--theme);
	padding: 0.2em 0.8em;
	font-size: 0.85em;
}

.text
{
	margin: 80px 0px;
}

.text-center
{
	text-align: center;
}

.colored
{
	padding: 80px 0px;
	background-color: var(--theme);
	color: #fff;
}

.colored h2, .colored h3
{
	color: #fff;
}

.inline
{
	width: 100%;
	margin-bottom: -10px!important;
}

.leistungsFlex
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-bottom: -40px;
}

.leistung
{
	display: block;
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	background-color: var(--theme);
}

.leistung:hover
{
	transform: scale(1.03);
	background-color: var(--lighttheme);
}

.leistungImg
{
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
}

.leistungContent
{
	padding: 20px 25px 18px;
}

#icon
{
	position: fixed;
	height: calc(100vh - 150px);
	bottom: 0;
	right: 0;
	opacity: 0.15;
	z-index: -10;
}

.divider
{
	width: 100%;
	height: 50px;
	background-image: url(../img/dividerIcon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: -10px 0px;
}

.withContact
{
	margin-top: -40px;
}

.contactFlex
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-bottom: -10px;
	justify-content: center;
}

.contactItem
{
	margin-left: 85px;
	margin-bottom: auto;
	margin-top:auto;
	position: relative;
	white-space: nowrap;
}

.contactItem:before
{
	content: "";
	position: absolute;
	width: 1.8em;
	height: 1.8em;
	border-radius: 100px;
	background-color: var(--theme);
	top: 50%;
	transform: translateY(-50%);
	left: -2.3em;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.contactItem:hover:before
{
	background-color: var(--lighttheme);
	transform: translateY(-50%) scale(1.1);
}

.contactItem#phone:before
{
	background-image: url(../img/phone.svg);
}

.contactItem#mail:before
{
	background-image: url(../img/mail.svg);
}

.contactItem#termin:before
{
	background-image: url(../img/termin.svg);
}

.contactItem#location:before
{
	background-image: url(../img/location.svg);
}

.contactItem
{
	border-bottom: 1px solid transparent;
}

a.contactItem
{
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s;
}

a.contactItem:hover
{
	color: var(--lighttheme);
	border-bottom: 1px solid var(--lighttheme);
}

#pageEnd
{
	padding: 1px 0px;
	position: relative;
}

#pageEnd:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--lighttheme);
	opacity: 0.2;
}

#contactIcon
{
	width: 110px;
	height: 110px;
	display: block;
	margin: auto;
	background-color: var(--theme);
	border-radius: 1000px;
	margin-bottom: -40px;
	background-image: url(../img/contact.svg);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

#footer
{
	padding: 46px 0px 44px;
	background-color: var(--dark);
	color: #fff;
	font-size: 0.85em;
	text-transform: uppercase;
}

#copy
{
	position: absolute;
	font-weight: 700;
}

#footerList
{
	text-align: right;
}

#footerList li
{
	display: inline-block;
	margin-left: 40px;
}

#footerList li a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transaprent;
	transition: all 0.2s;
}

#footerList li a:hover
{
	border-bottom: 1px solid #fff;
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--theme);
	border-bottom: 1px dashed var(--theme);
	text-decoration: none;
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	color: var(--lighttheme);
	border-bottom: 1px solid var(--lighttheme);
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase; 
	color: #fff!important;
	text-decoration: none;
	background-color: var(--theme);
	border: none!important;
	padding: 0.6em 1.2em;
	transition: all 0.2s;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover
{
	background-color: var(--lighttheme);
	transform: scale(1.03);
}

.withButton
{
	margin-top: -30px;
}

.buttonArea
{
	margin-top: 30px;
}

#cookieIcon
{
	width: 70px;
	height: 70px;
	background-image: url(../img/cookie.svg);
	display: block;
	margin: auto;
	margin-bottom: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.85);
	z-index: 500000;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	text-align: center;
}

#cookieBox
{
	padding: 32px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	background-color: #fff;
	max-width: 500px;
	overflow: auto;
	border-bottom: 5px solid var(--theme);
	display: block;
	margin: auto;
}

#cookieBox strong
{
	text-transform: uppercase;
}

strong
{
	font-weight: 700;
}

#acceptWrap
{
	text-align: center;
}

#cookieCheckboxes
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.6em;
	cursor: pointer;
	display: block;
	margin-top: 0.2em;
	text-align: left;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 49.5%;
	transform: translateY(-50%);
}

#accepted
{
	margin-top: 0.6em;
	cursor: pointer;
}

.imgFlex
{
	display: flex;
	margin-left: -40px;
	align-items: center;
}

.imgFlex .imgFlexItem:nth-child(1)
{
	width: 40%;
}

.imgFlex .imgFlexItem:nth-child(2)
{
	width: 60%;
}

.imgFlexItem
{
	margin-left: 40px;
}

.imgFlex.right
{
	flex-direction: row-reverse;
}

#subpageOpener
{
	padding: 130px 0px;
	color: #fff;
	background-color: var(--theme);
	position: relative;
}

#subpageOpener #openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#subpageOpener #openerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.25);
}

#subpageOpener .wrap
{
	z-index: 100;
}

.text ul li
{
	position: relative;
	list-style: none;
	padding-left: 1.3em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.45em;
	height: 0.4em;
	left: 0;
	top: 0.66em;
	background-color: var(--theme);
}

.slide
{
	height: 60vh;
	max-height: 550px;
	min-height: 150px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.slick-dots
{
	position: relative;
	bottom: 0;
	margin-top: 15px;
}

.slick-dots li button
{
	display: none;
}

.slick-dots li
{
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: var(--dark);
	transition: all 0.2s;
	cursor: pointer;
	margin: 0px 6px;
	padding-left: 0!important;
}

.slick-dots li.slick-active
{
	background-color: var(--theme)!important;
	width: 25px;
}

.slick-arrow
{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: var(--theme);
	left: 40px;
	top: calc(50% - 22px);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 50;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.slick-arrow:hover
{
	background-color: var(--lighttheme);
}

.next
{
	background-image: url(../img/next.svg);
}

.prev
{
	background-image: url(../img/prev.svg);
}

.slick-arrow.next
{
	right: 40px;
	left: auto;
}

.slideshow ul li:before
{
	display: none!important;
}

.slick-dotted.slick-slider
{
	margin-bottom: 0!important;
}

.slick-slide
{
	position: relative;
}

.slick-slide:after
{
	content: "";
	position: absolute;
	width: 0px;
	height: 8px;
	background-color: var(--theme);
	left: 5px;
	bottom: 0;
	transition-delay: 0.5s;
	transition: all 0.5s;
}

.slick-active:after
{
	width: calc(100% - 10px);
}

#form
{
	padding-top: 190px;
	margin-top: -190px;
}

form
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

form div
{
	width: 50%;
	padding-left: 40px;
}

form label
{
	font-family: 'Montserrat';
	color: var(--dark);
	font-weight: 700;
	display: block;
	margin-bottom: 0em;
	text-transform: uppercase;
}

input[type = "text"], input[type = "email"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Montserrat';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

input, textarea
{
	color: var(--dark);
	margin-bottom: 1.2em;
	transition: border-color 0.2s;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid var(--lightgrey);
	padding: 0.5em 1.2em;
	background-color: #fff;
}

input:focus, textarea:focus
{
	border-color: var(--lighttheme);
	outline: 1px solid var(--lighttheme);
}

textarea
{
	height: 12em;
	resize: none;
	margin-bottom: 1em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-weight: 700;
	color: red;
	text-transform: uppercase;
	display: block;
}

.alert.alert-danger
{
	margin-bottom: 1.5em;
}

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-color: red;
}

.checkbox
{
	position: relative;
	padding-left: 1.5em;
	margin-left: 40px;
}

.checkbox label
{
	font-family: 'Montserrat';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.57em;
	cursor: pointer;
}

#yform-formular-nachricht, #yform-formular-accept, .alert
{
	width: 100%;
}

button
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase; 
	color: #fff!important;
	text-decoration: none;
	background-color: var(--theme);
	border: none!important;
	padding: 0.6em 1.2em;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-top: 1.2em;
	margin-left: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

button:hover
{
	background-color: var(--lighttheme);
	transform: translateX(-50%) scale(1.03);
}

@media all and (max-width: 450px){
	#cookieBox
	{
		padding: 17px 25px 25px 25px;
	}

	#cookieIcon
	{
		width: 55px;
		height: 55px;
		margin-bottom: 15px;
	}
}

@media all and (max-width: 700px){
	h1
	{
		font-size: 1.9em!important;
	}

	h2
	{
		font-size: 1.65em!important;
	}

	h3
	{
		font-size: 1.4em!important;
	}

	h4
	{
		font-size: 1.3em!important;
	}

	.leistungsFlex
	{
		display: block;
		margin-bottom: 0;
	}

	.leistung
	{
		display: block;
		width: calc(100% - 40px);
	}

	#contactIcon
	{
		width: 80px!important;
		height: 80px!important;
	}

	#icon
	{
		height: calc(100vh - 100px);
	}

	#openerLogo
	{
		max-width: 250px!important;
	}

	#footer
	{
		text-align: center;
	}

	#copy
	{
		display: block;
		text-align: center;
		position: relative;
		font-weight: 700;
		margin-bottom: 5px;
	}

	#footerList
	{
		text-align: center;
	}

	#footerList li
	{
		display: block;
		margin-left: 0;
		margin-top: 2px;
	}

	.contactFlex
	{
		margin-bottom: -5px;
	}

	.contactItem
	{
		margin-bottom: 5px;
	}

	.imgFlex
	{
		display: block;
		margin-left: 0!important
	}

	.imgFlexItem
	{
		width: 100%!important;
		margin-left: 0!important;
	}

	.textBox
	{
		margin-top: 30px!important;
	}

	#subpageOpener
	{
		padding: 60px 0px!important;
	}

	.divider
	{
		height: 40px!important;
	}

	.slide
	{
		height: 170px!important;
		min-height: 170px!important;
	}

	.slick-arrow
	{
		display: none!important;
	}

	.slick-slide:after
	{
		height: 6px;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

	#openerSlogan
	{
		margin-top: 25px!important;
		font-size: 1em!important;
	}
}

@media all and (max-width: 1150px){
	#navigation
	{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 85px;
		max-height: calc(100vh - 85px);
		overflow: auto;
		background-color: #fff;
		z-index: 1000;
		border-bottom: 1px solid var(--lightgrey);
	}

	#navigation ul
	{
		padding: 0px 40px 10px;
	}

	#navigation ul li.main
	{
		display: block;
		margin-left: 0;
		padding: 0;
		margin-bottom: 5px;
	}

	/* #navigation ul li.main:last-child
	{
		margin: 10px 0px;
	} */

	#navigation ul li.main ul
	{
		display: block;
		position: relative;
		left: 0;
		text-align: right;
		padding: 0;
		background-color: #fff;
		margin-top: 10px;
		margin-bottom: 10px;
		box-shadow: 0px 0px 0px transparent;
	}

	#navigation ul li.main ul li a
	{
		color: var(--dark);
		opacity: 1;
		margin: 1px 0px;
	}

	#navigation ul li.main ul li a:before
	{
		display: none;
	}

	#navigation ul li.main.active ul li a
	{
		color: var(--dark);
	}

	#navigation ul li.main ul li a:hover, #navigation ul li.main.active ul li.active a
	{
		color: var(--theme);
	}

	#navigation ul li.main ul li a:after
	{
		content: "-";
		margin-left: 8px;
	}

	#navOpener
	{
		position: absolute;
		width: 28px;
		height: 21px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--theme);
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		width: 0;
	}

	#navOpener.active .line:nth-child(3)
	{
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#facebook
	{
		right: 90px;
	}

	#header .wrap
	{
		height: 90px;
	}

	#openerLogo
	{
		max-width: 350px;
	}

	#down
	{
		height: 25px;
	}

	.text
	{
		margin: 40px 0px;
	}

	.buttonArea
	{
		margin-top: 20px;
	}

	.withButton
	{
		margin-top: -20px;
	}

	#footer
	{
		padding: 26px 0px 25px;
	}

	.withContact
	{
		margin-top: 0;
	}

	#contactIcon
	{
		width: 90px;
		height: 90px;
		margin-bottom: -10px;
	}

	#logo
	{
		padding: 10px 0px;
	}

	h1
	{
		font-size: 2.6em;
	}

	h2
	{
		font-size: 2em;
	}

	h3
	{
		font-size: 1.5em;
	}

	h4
	{
		font-size: 1.35em;
	}

	#opener
	{
		min-height: 380px;
	}

	.imgFlexItem
	{
		margin-left: 40px;
	}

	.imgFlex
	{
		margin-left: -40px;
	}

	.imgFlex .imgFlexItem:nth-child(2)
	{
		margin-left: 40px;
	}

	#subpageOpener
	{
		padding: 100px 0px;
	}

	.divider
	{
		height: 45px;
	}

	.slide
	{
		height: 260px;
	}

	.slick-arrow
	{
		width: 35px;
		height: 35px;
	}

	.slick-dots li
	{
		width: 10px;
		height: 10px;
		margin: 0px 5px;
	}

	.slick-dots li.slick-active
	{
		width: 22px;
	}

	#form
	{
		padding-top: 125px;
		margin-top: -125px;
	}

	#openerSlogan
	{
		margin-top: 30px;
		font-size: 1.2em;
	}
}

@media all and (min-width: 1151px){
	#navigation
	{
		display: block!important;
	}
}