body {
	font-family: 'Maven Pro', sans-serif;
	color: #3A3E40;
	font-size: 1.6em;
	counter-reset: section; 
}

.no-padding {
	padding: 0;
}

ul.no-padding {
	padding-left: 15px;
}

li {
	line-height: 2em;
}

.image-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.image-wrapper.margin-top {
	margin-top: 140px;
}

.image-wrapper.left-line::after {
	background-color: #FF641F;
	position: absolute;
	height: 9px;
	width: 200px;
	left: -25%;
	display: block;
	content: "";
	top: 50%;
}

.image-wrapper.right-line::after {
	background-color: #FF641F;
	position: absolute;
	height: 9px;
	width: 200px;
	right: -25%;
	display: block;
	content: "";
	top: 50%;
}

/*
	Font Styles
*/

p {
	margin: 0 0 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	color: #3A3E40;
	font-weight: 700;
	letter-spacing: -0.1em;
}

img.alignnone {
display: block;
max-width: 100%;
height: auto;
}

.sub-title {
	color: #FF641F;
	font-weight: 700;
	letter-spacing: -0.1em;
	text-transform: uppercase;
	font-size: 1.5em;
}

.page-title {
	font-size: 3.75em;
	margin-bottom: 40px;
	position: relative;
}

.page-title.left-line::before {
	background-color: #FF641F;
	height: 9px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: 0;
	display: block;
	content: "";
	left: -100%;
	top: 50%;
	transform: translateY(-50%);
}

.page-title.right-line::before {
	background-color: #FF641F;
	height: 9px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: 0;
	display: block;
	content: "";
	right: -100%;
	top: 50%;
	transform: translateY(-50%);
}

.subline {
	margin-bottom: 30px;
	text-transform: initial;
	font-size: 1.69em;
	letter-spacing: initial;
}

.quotes {
	color: #D8D8DA;
	font-size: 2.5em;
	letter-spacing: -0.05em;
}

.big_letter {
	border-top: 9px solid #3C3C3B;
	padding-top: 30px;
	margin-top: 30px;
}

.big_letter.orange,
.big_letter.img-fokus.orange img {
	border-color: #FF641F;
}

.big_letter.img-fokus {
	border-top: 0 none !important;
	padding-top: 0;
}

.big_letter.img-fokus img {
	border-top: 9px solid;
	padding-top: 30px;
}

a {
	color: #FF641F;
	text-decoration: underline;
}

a:focus {
	color: #fff;
}

a:hover {
	color: #FF641F;
	text-decoration: none;
}

/*
	Button Styles
*/

.btn.standard {
	background-color: #FF641F;
	color: #fff;
	border-radius: 0;
	font-weight: 700;
	font-size: 1.4em;
	padding: 0.2em 1em;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

.btn.more {
	background-color: #3A3E40;
	color: #FF641F;
	border-radius: 100%;
	font-size: 3.4em;
	width: 45px;
	height: 45px;
	padding: 0;
	position: relative;
}

.btn.more span {
	position: absolute;
	transform: translateY(-50%);
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	height: 100%;
}

.btn.standard:hover {
	background-color: #3A3E40;
	color: #ff641f;
	transition: 0.1s ease-in-out;
}

/*
	Sections
*/
.accordion-wrapper {
	position: relative;
}

.accordion-container {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.accordion-container:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.93) 82%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 82%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.93) 82%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	bottom: 0;
}

.padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

#main {
	padding-top: 90px;
}

section.line {
	position: relative;
}

.section-icon {
	position: relative;
}

.section-icon img {
	transform: translateX(-50%);
}

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

ul.menu:after {
	clear: both;
	content: "";
	display: block;
}

ul.menu li {
	float: left;
}

/*
	Menu
*/
#menu-overlay {
	background-color: #FF641F;
	position: fixed;
	z-index: 99;
	height: 100%;
	width: 100%;
	top: 0;
	display: none;
}

#menu-overlay.active {
	visibility: visible;
	opacity: 1;
}

#menu-overlay ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8vh;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

#menu-overlay ul li {
	line-height: initial;
}

#menu-overlay ul li a {
	color: #fff;
	text-decoration: none;
}

#menu-overlay ul li a:hover {
	opacity: 0.5;
}

#menu-sticky-wrapper {
	position: absolute;
	width: 100%;
	z-index: 999;
}

#menu-sticky-wrapper.is-sticky #menu.overlay-active {
	background-color: transparent;
}

#menu-sticky-wrapper.is-sticky #menu {
	background-color: rgba(255,255,255,0.4);
	padding: 30px;
	transition: 0.2s ease-in-out;
}

#menu-sticky-wrapper.is-sticky #logo .normal {
	display: none;
}

#menu-sticky-wrapper.is-sticky #logo .inverted {
	display: block;
}

body.home #logo .normal {
	display: block;
}

body.home #logo .inverted {
	display: none;
}

#logo .normal {
	display: none;
}

#logo .inverted {
	display: block;
}

#menu {
	position: absolute;
	padding: 5em 6em 0;
	width: 100%;
	line-height: 100px;
	transition: 0.2s ease-in-out;
}

.menu-triangle {
	width: 0;
	height: 0;
	border-top: 500px solid #7A7C80;
	border-left: 500px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

body.home .menu-triangle {
	border-top-color: #fff;
}

.hamburger {
	cursor: pointer;
	z-index: 9999;
	margin-top: 40px;
	width: 50px;
	height: 29px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.hamburger.active div{
	background-color: #fff;
}

.hamburger div:nth-child(1) {
	top: 0px;
}

.hamburger div:nth-child(2),
.hamburger div:nth-child(3) {
	top: 10px;
}

.hamburger div:nth-child(4) {
	top: 20px;
}

.hamburger.active div:nth-child(1),
.hamburger.active div:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

.hamburger.active div:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active div:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger div {
	background-color: #000;
	height: 3px;
	width: 100%;
	position: absolute;
	display: block;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.hamburger div:first-child {
	margin-top: 0;
}

/*
	Intro
*/

#intro {
	overflow: hidden;
	height: 100%;
}

#intro .white-triangle {
	width: 0;
	height: 0;
	border-bottom: 500px solid #fff;
	border-right: 500px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}

#intro .orange-triangle {
	width: 0;
	height: 0;
	border-bottom: 700px solid #FF641F;
	border-right: 700px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

#intro .owl-carousel, #intro .owl-stage-outer, #intro .owl-stage, #intro .owl-item, #intro .item {
	height: 100%;
}

#intro .intro-caption {
	position: absolute;
	left: 280px;
	bottom: 80px;
	z-index: 999;
	color: #fff;
	max-width: 600px;
}

.intro-caption .title {
	width: 70%;
}

#intro .intro-caption .page-title {
	color: #fff;
	text-shadow: 1px 1px 0 #111;
}

.intro-caption .number {
	font-size: 18em;
	font-weight: 700;
	line-height: 124px;
	width: 30%;
}



/*

.owl-item {
	counter-increment: section;
}

.intro-caption .number:before {
	content: counter(section, decimal);
}
*/



.owl-stage {
	counter-reset: section;
}

.flexslider {
	border: 0 none;
	border-radius: 0;
	margin: 0;
}

/*
	Services
*/

#service .padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.services ul,
#services {
	counter-reset: section;
}

#services .service-wrapper {
	counter-increment: section;
	position: relative;
}

#services .service-wrapper .title {
	margin-bottom: 10px;
	margin-top: 20px;
}

.services ul {
	margin: 0 -^20px;
}

.services ul li img {
	max-width: 100%;
}

.services ul li {
	width: 33.333%;
	width: calc(100% / 3);
	float: left;
	counter-increment: section;
	font-size: 1.875em;
	font-weight: 700;
	color: #FF641F;
}

/*
.services ul li:nth-child(n+4) {
	margin-top: 40px;
}
*/

.services ul li .icon {
	height: 130px;
	width: 100%;
	position: relative;

}

.services ul li .icon img {
position: absolute;
bottom: 0;
left: 0;
}

.services ul li:nth-child(3n+1) {
	clear: left;
}

.services ul li .title::before {
	content: counter(section) " //";
}

#services .service-wrapper .title .sub-title::before {
	content: counter(section) " // ";
}

.services ul li .title h1,
.services ul li .title h2,
.services ul li .title h3,
.services ul li .title h4,
.services ul li .title h5,
.services ul li .title h6 {
	margin: 0;
	padding: 0;
	color: #FF641F;
}

.services ul li a:hover .title h1,
.services ul li a:hover .title h2,
.services ul li a:hover .title h3,
.services ul li a:hover .title h4,
.services ul li a:hover .title h5,
.services ul li a:hover .title h6 {
	color: #111;
}

.services ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 10px 40px 10px;
}

.services ul li a:hover {
	color: #111!important;
}

.services ul li a:hover img {
	opacity: 0.5;
}

.services ul li:nth-child(4n) a {
	padding: 10px 10px 10px 10px;
}

.service-wrapper {
	margin: 60px 0;
	position: relative;
}

.service-wrapper .sub-title {
	background-color: #fff;
}

/*
	Contact
*/
#contact {
	color: #FF641F;
	font-weight: 700;
	text-transform: uppercase;
}

#contact a {
	text-decoration: none;
}

#contact .page-title {
	color: #fff;
	letter-spacing: -0.05em;
}

#contact ul li:first-of-type .icon,
#contact ul li:first-of-type .content a {
	font-size: 3.25em;
	line-height: initial;
}

#contact ul li {
	margin-bottom: 10px;
}

#contact ul li .icon {
	font-size: 1.8em;
	width: 40px;
	line-height: 0;
}

/*
	Zertifikate
*/
.certificates ul li {
	width: 33.333%;
	float: left;
}

.certificates ul li img {
	width: 100%;
}

.certificates ul li figure {
	border: 9px solid transparent;
	position: relative;
	overflow: hidden;
}

.certificates ul li figure:hover {
	border-color: #FF641F;
}

.certificates ul li figure:hover figcaption {
	display: block;
}

.certificates ul li figure figcaption {
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: none;
	padding: 1em;
	text-align: center;
	font-weight: 700;
	font-size: 1.375em;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	width: 100%;
}

.certificates ul li figure figcaption > .inner {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*
	Footer
*/
#footer {
	background-color: #FF641F;
	color: #fff;
	font-size: 1.5em;
	padding-top: 60px;
	padding-bottom: 30px;
}

#footer a,
#footer a:hover {
	color: #fff;
}

ul.footer-nav {
	font-weight: 700;
	text-transform: uppercase;
}

ul.footer-nav li {
	padding-left: 30px;
	position: relative;
	margin-right: 15px;
}

ul.footer-nav li a {
	text-decoration: none;
}

ul.footer-nav li:before {
	content: "//";
	display: block;
	position: absolute;
	left: 0;
}

ul.social-links li {
	height: 82px;
	width: 82px;
	margin-right: 30px;
}

ul.social-links li:last-child {
	margin-right: 0;
}

ul.social-links li a {
	display: block;
	height: 100%;
}

ul.social-links li.facebook {
	background: url(../images/icons/fb.svg) no-repeat;
}

ul.social-links li.facebook:hover {
	background: url(../images/icons/fb-h.svg) no-repeat;
}

ul.social-links li.twitter {
	background: url(../images/icons/tw.svg) no-repeat;
}

ul.social-links li.twitter:hover {
	background: url(../images/icons/tw-h.svg) no-repeat;
}

ul.social-links li.email {
	background: url(../images/icons/email.svg) no-repeat;
}

ul.social-links li.email:hover {
	background: url(../images/icons/email-h.svg) no-repeat;
}

.m4form input,
.m4form textarea{
font-family: 'Maven Pro', sans-serif;
font-size: 1em;
}

.m4form input.wpcf7-text,
.m4form textarea.wpcf7-textarea {
display: block;
width: 100%;
}

.m4form .wpcf7-validation-errors {
display: block;
border: 3px solid #ff0000!important;
font-weight: 700;
}

.m4form input.wpcf7-not-valid,
.m4form textarea.wpcf7-not-valid {
border: 2px solid #ff0000!important;
}