body,
html,
p {
	font-family: Muli, sans-serif;
	font-weight: 300
}

h1,
h2,
h3,
p a {
	color: #0D666D
}

h1 {
    margin-top: 50px;
}

.icon,
h2 {
	display: inline-block;
	vertical-align: middle
}

h2,
h3 {
	line-height: 1.4
}

body,
html {
	height: 100%;
	font-size: 16px;
	overflow: hidden
}

h1,
h2,
h3 {
	font-family: Muli, sans-serif
}

p {
	color: #1C2021
}

.line-box p b,
span.tab-left {
	font-weight: 400
}

p a:active,
p a:focus,
p a:hover {
	color: #fff;
	text-decoration: none
}

header h1 {
	padding: 50px 20px 0 0
}

header h3 {
	margin-top: 0;
	color: #fff
}

@media only screen and (min-width:768px) {
	header h1 {
		padding: 50px 20px 0 70px
	}
	header h3 {
		padding-left: 70px
	}
}

.line-box p,
.line-box>img {
	padding: 16px 0 0
}

.logo {
	margin: 0 auto;
	height: 75px;
	width: auto
}

.icon {
	opacity: 0;
	margin: 8px 10px 8px 0;
	width: 60px;
	height: 60px;
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
	-ms-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px)
}

.icon.fade-in {
	opacity: 1;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

h2 {
	margin: 0
}

h3 {
	color: #fff;
	font-size: 22px;
	margin-top: 16px;
	margin-bottom: 0
}

span.spacer-h3 {
	height: 0;
	margin-top: 0
}

@media only screen and (min-width:992px) {
	span.spacer-h3 {
		display: block;
		height: 24px;
		margin-top: 16px
	}
}

.portrait {
	margin-bottom: 20px
}

.spacer-xs {
	height: 20px
}

.spacer-md {
	height: 40px
}

.dot,
.dot-full {
	display: inline-block;
	margin: 0 4px;
	height: 14px;
	width: 14px;
	vertical-align: baseline
}

.dot {
	border: 2px solid #C5C7C9;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #0D666D;
	box-shadow: 0 0 0 2px #0D666D
}

.dot-full {
	background-color: #0D666D;
	border: 2px solid #C5C7C9;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #0D666D;
	box-shadow: 0 0 0 2px #0D666D
}

.line-box {
	min-height: 35px
}

.line-box p {
	margin: 0
}

span.tab-left {
	clear: both;
	display: block;
	float: left;
	width: 120px
}

span.tab-right {
	display: list-item;
	list-style: none;
	padding-left: 120px
}

@media only screen and (min-width:768px) {
	.line-box {
		padding: 0 0 0 70px;
		background: url(../img/layout/line.jpg) 28px 0 repeat-y
	}
}

.clearfix {
	max-width: 100%
}

.item {
	margin-top: 20px
}

ul#light-slider-grafik>li>img,
ul#light-slider-illu>li>img {
	height: auto!important;
	max-width: 100%!important
}

.lSAction>a {
	background-image: url(../img/layout/controls.png)
}

.lSSlideOuter ul.lSPager {
	width: 100%!important
}

.lSSlideOuter .lSPager.lSGallery li {
	min-width: 80px;
	max-width: 105px;
	border-radius: 0;
	border: 6px solid #C5C7C9;
	-webkit-transition: border-color .8s;
	transition: border-color .8s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
	border: 6px solid #62BFBD
}

@media only screen and (max-width:556px) {
	.lSSlideOuter .lSPager.lSGallery li {
		width: 19.2%!important;
		height: auto!important;
		margin-right: 1%!important;
		min-width: 19.2%!important
	}
	.lSSlideOuter .lSGallery li:nth-child(5n) {
		margin-right: 0!important
	}
}

.container div[class^=gallery] a {
	margin-bottom: 12px;
	overflow: hidden
}

.container div[class^=gallery] img {
	z-index: 1
}

.container div[class^=gallery] .gallery-hover {
	position: relative
}

.container div[class^=gallery] .gallery-hover::before {
	background: -webkit-linear-gradient(top, rgba(13, 102, 109, 0) 0, rgba(13, 102, 109, .8) 75%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 102, 109, 0)), color-stop(75%, rgba(13, 102, 109, .8)));
	background: linear-gradient(to bottom, rgba(13, 102, 109, 0) 0, rgba(13, 102, 109, .8) 75%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	-ms-transform: translate3d(0, 50%, 0);
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.container div[class^=gallery] .gallery-hover p {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	text-align: center;
	z-index: 3;
	-ms-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.container div[class^=gallery] a:hover .gallery-hover p,
.container div[class^=gallery] a:hover .gallery-hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.sl-overlay {
	background: #1C2021
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button {
	color: #fff
}

.sl-wrapper .sl-image .sl-caption {
	background: rgba(28, 32, 33, .8);
	text-align: center
}

.insta-link {
    display: block;
    margin-top: 20px;
}

.insta-link img {
	max-width: 100%;
	height: auto;
}