:root 
{
	--theme: #ff8000;
	--darktheme: #e56200;
	--light: #e9eff2;
	--grey: #83969e;
	--dark: #243d4a;
}

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

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

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

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

h1, h2, h3
{
	font-weight: 500;
	line-height: 1.3;
	font-size: 3.4em;
}

h2
{
	font-size: 2.4em;
}

h3
{
	font-size: 1.8em;
}

h1 + p, h1 + ul
{
	margin-top: 1.5em;
}

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

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

#opener h1
{
	color: #fff;
}

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

#header .wrap
{
	max-width: 1280px;
}

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

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 35px 0px;
}

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

#navigation ul li:last-child a
{
	display: inline-block;
	line-height: 1.4;
	text-align: color;
	color: #fff!important;
	text-decoration: none;
	border-bottom: none!important;
	background-color: var(--theme);
	padding: 0.6em 1.1em;
	border-radius: 0.3em;
	transition: all 0.2s;
	font-weight: 300!important;
}

#navigation ul li:last-child a:hover
{
	background-color: var(--dark);
}

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

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

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

#opener
{
	height: calc(100vh - 150px);
	background-size: cover;
	background-position: center;
	position: relative;
}

#down
{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	bottom: 100px;
	z-index: 600;
}

#down:after
{
	content: "";
	position: absolute;
	width: 1px;
	height: 85px;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: linear-gradient(180deg,rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
	color: #fff;
}

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

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.4;
	text-align: color;
	color: #fff!important;
	text-decoration: none;
	border-bottom: none!important;
	background-color: var(--theme);
	padding: 0.7em 1.1em;
	border-radius: 0.3em;
	transition: all 0.2s;
}

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

.withButton
{
	margin-top: -75px
}

.buttonArea
{
	margin-top: 25px;
}

.text
{
	margin: 100px 0px;
}

.colored
{
	padding: 100px 0px;
	background-color: var(--light);
}

.imgFlex
{
	display: flex;
	position: relative;
}

.imgFlex:before
{
	content: "";
	position: absolute;
	width: calc(100% + 120px);
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
	top: 0px;
	background-color: var(--light);
	border-radius: 0.3em;
}

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

.imgFlexItem .fancybox
{
	display: block;
	width: 100%;
	height: calc(100% + 120px);
	margin-top: -60px;
	background-size: cover;
	background-position: center;
	cursor: zoom-in;
	border-radius: 0.3em;
}

.imgFlexItem .inline
{
	display: none;
}

.withImgFlex
{
	padding: 60px 0px;
}

.imgFlexItem
{
	position: relative;
	width: 50%;
}

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

.textBox
{
	padding: 55px 0px 55px 60px;
}

.right .textBox
{
	padding: 55px 60px 55px 0px;
}

.textBox .buttonArea
{
	margin-bottom: 5px;
}

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

.dividerImg
{
	padding: 150px 0px;
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: center;
}

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

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

.dividerImg .wrap
{
	z-index: 500;
}

#footer
{
	padding: 100px 0px;
	background-color: var(--dark);
	color: #fff;
	font-size: 0.85em;
}

#footerFlex
{
	display: flex;
	align-items: center;
}

.footerFlexItem
{
	width: 50%;
}

#footerFlex .footerFlexItem:nth-child(1)
{
	padding-right: 60px;
	text-align: right;
}

#footerFlex .footerFlexItem:nth-child(2)
{
	padding-left: 60px;
	border-left: 1px solid #fff;
}

#copy
{
	position: relative;
	display: block;
	font-weight: 500;
}

#footerList li
{
	list-style: none;
	margin-top: 4px;
}

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

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

#footerLogo
{
	width: 140px;
	margin-bottom: -10px;
}

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

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

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

#cookieBox
{
	padding: 33px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 400px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
	border-radius: 0.3em;
}

#cookieBoxInner
{
	position: relative;
	z-index: 100;
}

#acceptWrap
{
	text-align: center;
}

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

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

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

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

.divider
{
	width: 50%;
	height: 7px;
	border-radius: 0px 100px 100px 0px;
	background-color: var(--theme);
	margin: -20px 0px;
}

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

.galleryItem
{
	width: calc(50% - 15px);
	margin-left: 15px;
	margin-bottom: 15px;
	cursor: zoom-in;
}

.galleryImg
{
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	border-radius: 0.3em;
}

#header + .text
{
	margin-top: 95px;
}

.negSpace
{
	margin-top: -50px;
}

.colored + .withImg
{
	position: relative;
	margin-top: -150px;
}

.colored + .withImg:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: var(--light);
	left: 0;
	top: 0;
}

.colored + .dividerImg
{
	margin-top: -100px;
}

.colored + .colored
{
	padding-top: 0;
	margin-top: -150px;
}

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

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

.pakete
{
	display: flex;
	background-color: #fff;
	border-radius: 0.3em;
	overflow: auto;
}

.paket
{
	width: 340px;
	white-space: nowrap;
}

.text .paket ul li:before
{
	display: none;
}

.text .paket ul li
{
	padding-left: 0;
	padding: 18px 25px;
	border-bottom: 1px solid var(--light);
	border-left: 1px solid var(--light);
}

.text .paket h3, .text .paket p
{
	padding: 0px 25px;
	border-left: 1px solid var(--light);
	margin-top: 0;
}

.text .paket p
{
	padding: 0.5em 25px 1em;
	padding-top: 0.2em;
	background-color: var(--theme);
	color: #fff;
}

.text .paket h3
{
	padding: 22px 25px 0px;
	background-color: var(--theme);
	color: #fff;
}

.text .paket ul
{
	border-top: 1px solid var(--light);
}

#headerSpace
{
	position: absolute;
	height: 135px;
	z-index: -10;
}

.accordeonOpener
{
	padding: 20px 25px;
	background-color: #fff;
	border-radius: 0.3em;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.accordeonOpener:after
{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-left: 2px solid var(--dark);
	border-bottom: 2px solid var(--dark);
	transform: rotate(-45deg);
	top: 30px;
	right: 25px;
}

.accordeonOpener.active:after
{
	transform: rotate(135deg);
	top: 34px;
}

.accordeon + .accordeon
{
	margin-top: 20px;
}

.accordeonContent
{
	padding: 20px 25px;
	display: none;
}

.accordeonOpener.active + .accordeonContent
{
	display: block;
}

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

.text ul.prev_next
{
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	flex-wrap: wrap;
	align-items: center;
}

.prev_next li
{
	padding-left: 0!important;
	margin-left: 40px;
}

.prev_next li:before
{
	display: none;
}

.calendar
{
	width: calc(33.3% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #fff;
	padding-top: 50px;
	position: relative;
	border-radius: 0.3em;
}

caption
{
	font-family: 'Montserrat';
	color: var(--theme);
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 15px;
}

.avcal th
{
	text-align: center;
	padding-bottom: 8px;
	font-weight: 400;
	font-family: 'Montserrat';
	color: var(--dark);
	font-size: 0.85em;
}

.avcal td
{
	text-align: center;
	padding: 10px 5px 10px;
	line-height: 1;
	background-image: url(free.svg);
	background-size: cover;
	background-position: center;
	color: #fff;
	border: 0.5px solid rgba(255, 255, 255, 1);
	font-size: 0.85em;
}

.avcal td.pad
{
	background-color: transparent;
	border: 0.5px solid transparent;
	background-image: none;
}

.booked-all, .booked-am, .booked-pm
{
	color: #fff;
}

.avcal td.booked-all
{
	background-image: url(booked.svg);
}

.avcal td.booked-am
{
	background-image: url(booked-am.svg);
}

.avcal td.booked-pm
{
	background-image: url(booked-pm.svg);
}

.prev a, .next a
{
	color: var(--theme);
	border-bottom: 1px solid var(--theme);
	text-decoration: none;
	font-weight: 300;
}

.prev a:hover, .next a:hover
{
	border-bottom: 1px solid var(--darktheme);
}

.curr span
{
	font-weight: 500;
	font-family: 'Montserrat';
}

.pad-row
{
	display: none;
}

#form
{
	padding-top: 160px;
	margin-top: -215px;
}

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: 500;
	display: block;
	margin-bottom: 0.1em;
}

input[type = "text"], input[type = "email"], textarea, button, select
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0.3em;
   	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, select
{
	color: var(--dark);
	margin-bottom: 1.2em;
	transition: border-color 0.2s;
}

input[type = "text"], input[type = "email"], textarea, select
{
	border: 1px solid #d4dde1;
	padding: 0.5em 1.2em 0.53em;
	background-color: #fff;
}

select
{
	cursor: pointer;
	background-image: url(down.svg);
	background-size: auto 0.53em;
	background-position: center right 1.2em;
	background-repeat: no-repeat;
}

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

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

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfe deine Eingaben.";
	font-weight: 500;
	color: red;
	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.56em;
	cursor: pointer;
}

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

strong
{
	font-weight: 500;
}

h1 strong, h2 strong, h3 strong
{
	font-weight: 700;
}

button
{
	display: inline-block;
	line-height: 1.4;
	text-align: color;
	color: #fff!important;
	text-decoration: none;
	border-bottom: none!important;
	background-color: var(--theme);
	padding: 0.7em 1.1em;
	border-radius: 0.3em;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.15em;
}

button:hover
{
	background-color: var(--dark);
}

.ui-datepicker td 
{
	width: 1px!important;
	padding: 2px!important;
} 

.ui-datepicker th
{
	font-weight: 500!important;
	font-family: 'Montserrat';
	color: var(--dark);
	padding-bottom: 5px;
}

.ui-datepicker thead th
{
	padding-bottom: 5px!important;
}

.ui-datepicker td a
{
	text-align: center;
}

.ui-datepicker .ui-datepicker-title
{
	font-family: 'Montserrat';
	font-weight: 500;
	color: var(--theme);
}

.ui-datepicker table
{
	font-family: 'Montserrat';
	font-weight: 300!important;
	text-shadow: none;
	color: var(--darktheme);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	color: var(--dark);
	font-family: 'Montserrat';
	background-color: var(--light);
	border-radius: 0px;
	border: 0px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background-color: var(--theme);
	border: 0px solid #fff!important;
	color: #fff!important;
	font-weight: 500!important;
}

.ui-datepicker td a
{
	padding: 0.5em;
}

.ui-datepicker-today > a
{
	color: #fff!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
	border: 0px solid #fff;
}

.ui-widget-header
{
	border: none;
	background-color: rgba(0,0,0,0);
	border-radius: 0px;
	border-bottom: 0px solid #fff;
}

.ui-widget-content
{
	background-color: #fff;
	border: none;
	padding: 0.6em 1em 0.5em 1em;
	border-radius: 0px;
	z-index: 100 !important;
	border: 1px solid var(--light);
	border-radius: 0.3em;
}

.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover, .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover
{
	border: 0px solid #fff;
	top: 7px;
	right: 2px;
	background-color: rgba(0,0,0,0);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
	top: 50%;
}

.ui-datepicker-next, .ui-datepicker-prev
{
	position: relative;
}

.ui-datepicker-next:after
{
	content: ">";
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Sora';
	font-weight: 500;
	color: var(--theme);
	font-size: 1em;
	cursor: pointer;
	font-weight: 500;
}

.ui-datepicker-prev:after
{
	content: "<";
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Sora';
	font-weight: 500;
	color: var(--theme);
	font-size: 1em;
	cursor: pointer;
	font-weight: 500;
}

.ui-datepicker table tr
{
	border-bottom: 0px solid #fff!important;
}

.ui-state-default.ui-state-highlight
{
	background-color: var(--dark);
	font-weight: 500!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	font-weight: 300;
}

.ui-datepicker th
{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
	top: 6px!important;
}

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

@media all and (max-width: 600px){
	.calendar
	{
		width: calc(100% - 40px)!important;
	}
}

@media all and (max-width: 750px){
	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%;
	}

	.textBox
	{
		padding: 35px 0px!important;
	}

	.imgFlex .inline
	{
		display: block;
	}

	.withImgFlex
	{
		padding-top: 90px!important;
		padding-bottom: 0!important;
	}

	.imgFlex .fancybox
	{
		background-image: none!important;
		height: auto!important;
		top: -60px;
		margin-bottom: -60px!important;
		position: relative;
	}

	.dividerImg
	{
		padding: 60px 0px!important;
	}

	#footerFlex
	{
		display: block;
	}

	.footerFlexItem
	{
		width: 100%;
		text-align: center!important;
		padding: 0!important;
		border-left: 0!important;
	}

	#footerFlex .footerFlexItem:nth-child(2)
	{
		margin-top: 30px;
	}

	h1
	{
		font-size: 1.7em!important;
	}

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

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

	#opener
	{
		height: 60vh!important;
	}

	#footerLogo
	{
		width: 110px!important;
	}

	#down
	{
		font-size: 0.85em;
	}

	.divider
	{
		height: 5px!important
	}

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

	.paket
	{
		width: 290px;
	}
}

@media all and (max-width: 870px){
	.text ul.prev_next
	{
		display: block!important;
		text-align: center!important;
		margin-top: -7px!important;
	}

	.text ul.prev_next li
	{
		margin-top: 7px!important;
	}
}

@media all and (max-width: 1050px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 80px;
		background-color: #fff;
		max-height: calc(100% - 80px);
		overflow: auto;
		border-bottom: 1px solid var(--light);
	}

	#navigation ul li
	{
		display: block;
		padding: 0;
		margin-bottom: 6px;
	}

	#navigation ul li:last-child
	{
		margin-top: 15px;
	}

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

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 2.5px;
		background-color: var(--dark);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

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

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

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

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

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

	#header .wrap
	{
		height: 90px;
	}

	#logo
	{
		padding: 15px 0px;
	}

	#opener
	{
		height: 75vH;
		min-height: 450px;
	}

	h1
	{
		font-size: 2.5em;
	}

	h2
	{
		font-size: 1.9em;
	}

	h3
	{
		font-size: 1.4em;
	}

	.text
	{
		margin: 60px 0px;
	}

	.colored
	{
		padding: 60px 0px;
	}

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

	.dividerImg
	{
		padding: 100px 0px;
	}

	#footer
	{
		padding: 60px 0px;
	}

	#footerFlex .footerFlexItem:nth-child(1)
	{
		padding-right: 40px;
	}

	#footerFlex .footerFlexItem:nth-child(2)
	{
		padding-left: 40px;
	}

	#footerLogo
	{
		width: 120px;
	}

	.imgFlex:before
	{
		width: calc(100% + 80px);
	}

	.imgFlexItem .fancybox
	{
		display: block;
		width: 100%;
		height: calc(100% + 80px);
		margin-top: -40px;
		background-size: cover;
		background-position: center;
		cursor: zoom-in;
	}

	.withImgFlex
	{
		padding: 40px 0px;
	}

	.textBox
	{
		padding: 35px 0px 35px 40px;
	}

	.right .textBox
	{
		padding: 35px 40px 35px 0px;
	}

	#down
	{
		bottom: 60px;
	}

	#down:after
	{
		height: 50px;
		bottom: -60px;
	}

	.divider
	{
		height: 6px;
		margin: -10px 0px;
	}

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

	#header + .text
	{
		margin-top: 50px;
	}

	.negSpace
	{
		margin-top: -25px;
	}

	.gallery
	{
		width: calc(100% + 10px);
		margin-left: -10px;
		margin-bottom: -10px;
	}

	.galleryItem
	{
		width: calc(50% - 10px);
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.colored + .withImg
	{
		margin-top: -80px;
	}

	.colored + .withImg:before
	{
		height: 120px;
	}

	.colored + .dividerImg
	{
		margin-top: -60px;
	}

	.colored + .colored
	{
		margin-top: -90px;
	}

	#headerSpace
	{
		height: 110px;
	}

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

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