@import "../fonts/fontello/css/fontello.css";

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font: 16px/24px Roboto, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

h1,
h2,
h3,
h4 {
	font-family: Barlow, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
	margin: 0 0 50px;
	max-width: 600px;
}

h2 {
	font-size: 25px;
	line-height: 32px;
	margin: 0 0 18px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}

p {
	margin: 0 0 20px;
}

a {
	color: #07718c;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

a:hover,
a:focus {
	color: #000;
}

.skip {
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper__inner {
	padding: 0 20px;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 29px 0 23px;
}

.header__inner .sfpv-logo {
	margin-top: 24px;
	max-width: 90px;
}

.header__top {
	background: #f4f4f4;
}

.header__top-inner {
	display: flex;
	justify-content: space-between;
	padding: 6px 0 7px;
	font-size: 14px;
	font-family: Barlow, sans-serif;
	color: #757575;
}

.header__top-inner a {
	color: #757575;
}

.header__top-inner a:hover,
.header__top-inner a:focus {
	color: #07718c;
}

.phone {
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
}

.openinghours {
	position: relative;
	padding-left: 20px;
}

.phone:before,
.openinghours:before {
	content: '\1f4de';
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	color: #8f8f8f;
	transform: rotate(11deg);
}

.openinghours:before {
	content: '\1f554';
	top: 0;
}

.phone-desc {
	position: relative;
	display: inline-block;
	margin-left: 7px;
	padding-left: 11px;
}

.phone-desc:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 1px;
	height: 13px;
	background: #8f8f8f;
}

.logo {
	width: 357px;
	margin-left: -5px;
}

.logo__image--small,
.logo__image--mobile {
	display: none;
}

.navigation {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 360px);
}

.navigation ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation li {
	margin: 0 0 0 40px;
}

.navigation li:first-child {
	margin: 0;
}

.navigation a {
	font-size: 18px;
	font-weight: 500;
	font-family: Barlow, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.navigation a.active {
	color: #000;
}

.navbar-toggle {
	display: none;
	position: absolute;
	right: 30px;
	top: 39px;
	height: 18px;
	width: 25px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	z-index: 101;
}

.navbar-toggle__inner {
	height: 100%;
	width: 100%;
	top: 9px;
	transition: height 100ms ease-in-out 100ms;
}

.navbar-toggle__inner,
.navbar-toggle__inner:before,
.navbar-toggle__inner:after {
	display: block;
	height: 2px;
	background-color: #07718c;
	position: absolute;
}

.navbar-toggle__inner:before,
.navbar-toggle__inner:after {
	width: 100%;
	left: 0;
	content: '';
	transition: top 200ms ease-in-out 200ms, transform 200ms;
}

.navbar-toggle__inner:before {
	top: -8px;
}

.navbar-toggle__inner:after {
	top: 8px;
}

.mobile-navigation {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100vh;
	background: #07718c;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 150ms ease-in-out, visibility 150ms ease-in-out;
	z-index: 100;
}

.mobile-navigation__nav {
	margin-top: 116px;
}

.mobile-navigation__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-navigation__nav li {
	margin: 0 0 25px;
	text-align: center;
}

.mobile-navigation__nav a {
	color: #fff;
	font-size: 34px;
	line-height: 38px;
	font-weight: 500;
	font-family: Barlow, Arial, Helvetica, sans-serif;
	-webkit-tap-highlight-color: transparent;
	border-bottom: 2px solid transparent;
	transition: border-color 150ms ease-in-out;
}

.mobile-navigation__nav a.active,
.mobile-navigation__nav a:hover,
.mobile-navigation__nav a:focus {
	border-color: #fff;
}

.nav-visible {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

.nav-visible .mobile-navigation {
	opacity: 1;
	visibility: visible;
}

.nav-visible .navbar-toggle__inner {
	height: 0;
}

.nav-visible .navbar-toggle__inner,
.nav-visible .navbar-toggle__inner:before,
.nav-visible .navbar-toggle__inner:after {
	background-color: #fff;
}

.nav-visible .navbar-toggle__inner:before,
.nav-visible .navbar-toggle__inner:after {
	top: 0;
	transition: top 200ms, transform 200ms ease-in-out 200ms;
}

.nav-visible .navbar-toggle__inner:before {
	transform: rotateZ(45deg);
}

.nav-visible .navbar-toggle__inner:after {
	transform: rotateZ(-45deg);
}

.content__heading {
	position: relative;
	display: flex;
	margin-bottom: 110px;
	width: 100%;
	height: 300px;
	background: url('../images/matrix-bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.content__heading--home {
	height: 445px;
}

.content__heading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	opacity: .2;
	z-index: 1;
}

.content__heading .wrapper {
	display: flex;
	position: relative;
	z-index: 2;
}

.content__heading .wrapper .wrapper__inner {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.content__heading .content__title {
	position: relative;
	display: block;
	padding: 36px 20px;
	max-width: 600px;
	font-size: 45px;
	line-height: 56px;
	font-weight: 500;
	font-family: Barlow, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 0 3px 7px #666;
	animation: content-title 550ms ease-in-out forwards;
}

@keyframes content-title {
	0% {
		opacity: 0;
		top: 30px;
	}
	70% {
		top: 0;
	}
	100% {
		opacity: 1;
	}
}

.content {
	padding-bottom: 85px;
}

.content ul,
.content ol {
	margin: 0 0 20px;
}

.content ul li,
.content ol li {
	margin: 0 0 2px 30px;
}

.footer {
	background: #f0f0f0;
	padding: 45px 0 25px;
}

.footer__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer__inner {
	display: flex;
	flex-direction: column;
}

.footer__nav {
	margin: -1px 0 15px;
}

.footer__nav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

.footer__nav li {
	margin: 0 20px 0 0;
	display: inline-block;
}

.footer__nav a {
	font-size: 14px;
	color: #000;
	transition: color 150ms ease-in-out;
}

.footer__nav a:hover,
.footer__nav a:focus,
.footer__nav a.active {
	color: #07718c;
}

.footer p {
	margin: 0;
	font-size: 14px;
}

.footer__copy {
	text-align: center;
}

.sfpv-logo {
	margin-bottom: 30px;
}

.content-section {
	max-width: 855px;
	margin: 0 auto 90px;
}

.content-section a[target="_blank"] {
	position: relative;
}

.content-section a[target="_blank"]:after {
	content: '\f08e';
	position: relative;
	top: 1px;
	margin: 0 5px 0 7px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	color: #07718c;
}

.section-title {
	margin-bottom: 0;
}

.section-text__text p:last-child {
	margin-bottom: 0;
}

.section-text__text h3 {
	padding-top: 10px;
}

.section-text__image {
	margin-bottom: 30px;
	margin-left: 40px;
}

.section-text--image-right .section-text__image {
	float: right;
}

.iframe-section {
	max-width: none;
}

.iframe-section iframe {
	width: 100%;
	border: 0;
}

.offer__item {
	border-bottom: 1px solid #ccc;
}

.offer__title {
	position: relative;
	padding: 30px 0;
	margin: 0;
	color: #07718c;
	transition: color 150ms ease-in-out;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.offer__title:after {
	content: '';
	position: absolute;
	right: 0;
	top: 26px;
	width: 30px;
	height: 30px;
	background: url('../images/arrow-down.svg') no-repeat;
	background-size: 16px 21px;
	background-position: center;
	transition: transform 250ms ease-in-out;
}

.offer__title.expanded:after {
	transform: rotate(180deg);
	transform-origin: center;
}

.offer__text {
	max-height: 0;
	overflow: hidden;

	transition: max-height 250ms ease-in-out;
}

.offer__text-inner {
	padding: 6px 0 20px;
}

.offer__title:hover,
.offer__title.expanded {
	color: #333;
}

.pricelist__list {
	margin: 0;
	padding: 0;
}
.content ul li.pricelist__item {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 27px 0 25px;
	border-bottom: 1px solid #ccc;
	list-style: none;
}
.content ul li.pricelist__item:last-child {
	border: 0;
}
.pricelist__title {
	margin-bottom: 25px;
}
.pricelist__offer {
	width: 65%;
}
.pricelist__price {
	width: 35%;
}
.pricelist__description {
	width: 100%;
	padding-top: 10px;
	margin: 0 0 5px;
	font-size: 14px;
	max-width: 600px;
}

.section-video .section-video__video {
	display: block;
	margin-bottom: 14px;
	width: 100%;
	outline: 0;
}

.section-video__description {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #07718c;
}

.frame-type-gridgallery_gallery {
	margin-bottom: 90px;
}

.slick-slide img {
	margin: 0 auto;
}

.slick-slider {
	max-width: 855px;
	margin: 0 auto 55px;
}

.slick-track {
	display: flex;
	align-items: center;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
}

.slick-next:before,
.slick-prev:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/arrow-right.svg') no-repeat 50%;
	background-size: 34px;
}

.slick-prev:before {
	transform: rotate(180deg);
}

#paypal-button-container {
	margin: 0 auto;
	max-width: 750px;
}

.cookiebanner {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #ddd;
	padding: 30px 0;
	display: none;
	min-height: 50px;
	z-index: 1001;
}

.cookiebanner.visible {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cookiebanner__infobox {
	width: 100%;
	text-align: center;
}

.cookiebanner__infobox p {
	max-width: 40%;
	display: inline-block;
	margin: 0;
}

.cookiebanner__button {
	position: absolute;
	right: 30px;
	top: 50%;
	display: inline-block;
	padding: 10px 20px;
	background: #07718c;
	color: #fff;
	border-radius: 3px;
	transition: background 0.3s ease;
	-webkit-appearance: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cookiebanner__button:hover,
.cookiebanner__button:focus {
	background: #0f5264;
	color: #fff;
}

@media screen and (max-width: 1120px) {
	.navigation {
		width: calc(100% - 255px);
	}
	.navigation a {
		font-size: 16px;
	}
	.navigation li {
		margin-left: 32px;
	}
	.logo {
		width: 255px;
	}
	.logo__image--small {
		display: block;
	}
	.logo__image--default {
		display: none;
	}
}

@media screen and (max-width: 920px) {
	.header__top,
	.navigation {
		display: none;
	}
	.header__inner {
		margin: 15px 0 18px;
	}
	.logo__image--small {
		display: none;
	}
	.logo__image--mobile {
		display: block;
	}
	.navbar-toggle {
		display: block;
	}
	.mobile-navigation__info {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 60px 20px 120px;
	}
	.mobile-navigation .phone,
	.mobile-navigation .openinghours {
		display: inline-block;
		margin: 0;
	}
	.mobile-navigation .phone {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 8px;
		padding: 0;
	}
	.mobile-navigation .phone a {
		position: relative;
		padding-left: 20px;
		margin-bottom: 8px;
		color: #fff;
	}
	.mobile-navigation .phone a:before {
		content: '\1f4de';
		position: absolute;
		left: 0;
		top: 1px;
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		color: #fff;
		transform: rotate(11deg);
	}
	.mobile-navigation .openinghours:before {
		color: #fff;
	}
	.mobile-navigation .phone:before {
		content: none;
	}
	.mobile-navigation .phone-desc {
		margin: 0;
		padding: 0;
	}
	.mobile-navigation .phone-desc:before {
		content: none;
	}
	.pricelist__offer {
		width: calc(100% - 145px);
	}
	.pricelist__price {
		width: 145px;
		text-align: right;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.slick-prev {
		left: 0 !important;
		z-index: 1;
	}
	.slick-next {
		right: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 34px;
	}
	h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 16px;
	}
	h3 {
		margin-bottom: 8px;
	}
	.content-section,
	.frame-type-gridgallery_gallery {
		margin-bottom: 60px;
	}
	.section-title {
		margin-bottom: 0;
	}
	.content__heading .content__title {
		font-size: 32px;
		line-height: 36px;
	}
	.content__heading {
		margin-bottom: 50px;
		height: 165px;
	}
	.content__heading--home {
		height: 335px;
	}
	.content {
		padding-bottom: 20px;
	}
	.section-text--image-right .section-text__image {
		float: none;
	}
	.content ul,
	.content ol {
		padding-left: 30px;
	}
	.content ul li,
	.content ol li {
		margin-left: 0;
	}
	.content ul.pricelist__list {
		padding-left: 0;
	}
	.pricelist__title {
		margin-bottom: 16px;
	}
	.footer__nav {
		margin-bottom: 8px;
	}
	.footer__nav ul {
		margin: 0;
	}
	.footer__nav li {
		display: block;
		margin: 0;
		text-align: center;
	}
	.section-text__image {
		margin-left: 0;
	}

	.cookiebanner.visible {
		flex-direction: column;
	}

	.cookiebanner__infobox p {
		max-width: none;
		padding: 0 20px;
		margin-bottom: 22px;
	}

	.cookiebanner__button {
		position: static;
		transform: none;
	}
}
