<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600'); */


/* TEMPLATE CSS
*********************************************/

html {
	height: 100%;
}

body {
	background: #fff;
	color: #878787;
	font-family: 'Open Sans', sans-serif;
}

.feather {
	width: 30px;
	position: absolute;
	left: -30px;
	top: 5px;
}

.logo {
	width: 400px;
	padding-top: 20px;
	transition: all 0.5s ease-in-out;
}

.flex-active-slide {
	display: block!important;
}


/* LAYOUT
*********************************************/


/* HEADER */

.nav-header {
	/* 	min-height: 140px;	 */
	background-color: #fff;
	/* 	position: relative; */
	z-index: 10;
	transition: all 0.5s ease-in-out;
}

.nav-header.top-nav-collapse {
	    box-shadow: 0px 1px 6px 0px #eee;
}

.top-nav-collapse .mod-languages,
.top-nav-collapse .navbar-nav {
	padding: 30px 0;
	transition: all 0.5s ease-in-out;
}

.top-nav-collapse .logo {
	width: 300px;
	transition: all 0.5s ease-in-out;
	padding-top: 5px;
}

.top-nav-collapse #nav-icon3 {
	margin: 25px 15px 0 8px;
	transition: all 0.5s ease-in-out;
}

.navbar-fixed-top .navbar-collapse {
	max-height: 100vh;
}

a {
	color: #6B666A;
}

.nav&gt;li&gt;a {
	color: #6B666A;
	display: inline-block;
}

.nav&gt;li.active&gt;a {
	background-color: transparent;
	font-weight: bold;
	color: #2E4372;
}

.nav&gt;li&gt;a:after {
	display: block;
	content: attr(title);
	font-weight: bold;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.nav&gt;li&gt;a:hover {
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	color: #2E4372;
}

.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:active {
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	color: #2E4372;
}

.flexslider {
	height: 810px;
}

.search-container .search {
	position: relative;
	float: right;
	z-index: 9;
	top: 60px;
	/* 	border: 2px solid #797979; */
}

.search input {
	padding: 10px 20px;
	border: 2px solid #797979;
}

.search .btn {
	padding: 0;
	background-color: #B1B1B1;
	color: #ffffff;
	vertical-align: baseline;
	height: 44px;
	width: 44px;
	left: -1px;
	position: relative;
	text-align: center;
	margin-left: -3px;
	border: 2px solid #797979;
	border-left: none;
}

#searchForm {
	margin-bottom: 100px;
}


/* PARALLAX SECTION */

.slider-container {
	padding-left: 0;
	padding-right: 0;
	margin-top: 110px;
}

.flex-caption {
	position: absolute;
	background: rgba(26, 65, 117, 0.8);
	padding: 40px 0px 40px 150px;
	top: 40vh;
	width: 100%;
	font-size: 2em;
	color: #ffffff;
	font-weight: 300;
	/*     opacity: .7; */
	quotes: "â€œ" "â€œ" "â€š" "â€˜";
}

.flex-caption b {
	display: block;
}

.flex-caption span.quote {
	width: 50%;
	display: block;
}

.flex-caption:before {
	content: '\201C';
	position: absolute;
	left: 100px;
	font-family: Arial, sans-serif;
	font-size: 136px;
	line-height: 0.9;
}

.flex-caption span.author {
	font-size: .8em;
}

.flexslider {
	transform: translate3d(0, 0, 0);
	z-index: -2;
}

.slides {}

.slides&gt;li {
	/*
	height: 810px;
	background-repeat: no-repeat;

*/
}

.slides&gt;li&gt;img {}

.flex-control-nav {
	top: 60vh;
	position: absolute;
	right: 30px;
}

.flex-control-paging li a {
	text-indent: -9999px;
}

.home .bottom-modules {
	background-color: #fff;
}

#parallax-content {
	/*
	position: absolute;
    top: 960px;
    width: 100%;
*/
	position: relative;
	background: white;
	padding-bottom: 60px;
	padding-top: 40px;
	text-align: center;
	box-shadow: -2px 5px 6px 1px #b7b7b752;
	margin-bottom: 350px;
}

#parallax-content p {
	font-size: 1.3em;
	font-weight: 300;
}

#parallax-content2 {
	/*
	position: absolute;
    bottom: -1179px;
*/
	/*     background: linear-gradient(45deg, #ffffff 60%, rgba(255,255,255,0.5) 100%); */
	background: #ffffff;
	text-align: center;
	padding-bottom: 60px;
	margin-bottom: -2px;
}

.parallax-content h3 {
	padding: 40px;
	font-size: 3em;
	font-weight: 300;
	color: #696666;
}

.noParallax {
	z-index: -999;
	position: relative;
}

.main-content {
	/* 	margin-bottom: 100px;  */
	background: white;
	position: relative;
	z-index: 0;
}

.basic-article {
	text-align: center;
	margin-bottom: 100px;
}

.home .basic-article {
	margin-bottom: 0;
}


/* Articles */

.container.ydelser {
	padding: 40px 40px 0;
	text-align: center;
}

.ydelser .single {
	padding: 0 30px;
}

.bottom-parallax-content .ydelser img {
	width: 75px;
	margin-bottom: 30px;
	margin-top: 60px;
}

.ydelser .title {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
}

.ydelser .text {
	font-weight: 300;
	font-size: 1em;
}


/* SECTIONS */

.bottom-modules .container-fluid {
	padding-top: 80px;
	padding-bottom: 110px;
	position: relative;
}

.bottom-modules .container-fluid p {
	margin-bottom: 0;
}

.bottom-modules h3,
.bottom-parallax h3 {
	text-align: center;
	color: #676767;
	font-weight: 300;
	font-size: 3em;
}

.bottom-modules .container-fluid.kontakt {
	padding-top: 30px;
	/* 	padding-bottom: 0; */
}

footer {
	background-color: #878787;
	color: white;
}
footer .social a:hover,  
footer .social a:focus {
	color: #d2d2d2;
}

/* MENU */

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}

a.menu:after,
.dropdown-toggle:after {
	content: none;
}

.navbar {
	margin-bottom: 0px;
}


/* SÃ¥dan gÃ¸r vi */

.how-we-do {
	margin: 40px;
	text-align: center;
	color: #5C5D65;
}

.how-we-do .single {
	padding: 0 70px;
}

.home .how-we-do .icon img {
	width: 75px;
	display: inline-block;
}

.how-we-do .icon {
	/* 	padding: 0 70px; */
	text-align: center;
	margin-bottom: 30px;
}

.how-we-do .title {
	font-size: 1.3em;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 0 10px;
}

.how-we-do .text {
	font-weight: 300;
	/* 	word-spacing: 99999px; */
}


/* Vores kunder oplever forskellen */

.our-customers .single {
	padding: 0 70px;
	text-align: left;
}

.our-customers .title {
	font-size: 1.2em;
	font-weight: 600;
	color: #666666;
	border-bottom: 1px solid #666666;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.our-customers .title span {
	/* 	font-size: 3em; */
	display: block;
	line-height: .1;
	margin-top: 60px;
	font-family: Arial, sans-serif;
	font-size: 136px;
	margin-left: -5px;
}

.our-customers .text {
	font-weight: 300;
	font-size: 1.2em;
}
.our-customers .text:after {
	content: "â€";
}
.our-customers small {
	font-size: 75%;
}

.product-navbar {
	margin-top: 60px;
}

.product-list {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	list-style: none;
	text-align: left;
}

.product-list li {
	font-weight: 700;
	margin-bottom: 10px;
	margin-left: 14px;
}

.product-list .fa {
	margin-left: -12px
}

.product-list li:before {
	/*
	font-family: FontAwesome;
    content: '\f054';
    font-size: 10px;
    margin-right: 5px;
    position: absolute;
    margin-left: -10px;
    margin-top: 2px;
*/
}

.product-list li a {
	color: #676767;
}


/* Brancher */

.bottom-parallax .container-fluid.branche-liste {
	background-color: #a4cade;
}

.branche-liste ul {
	list-style: none;
}

.branche-liste ul li {
	display: inline-block;
	padding: 50px 0 0;
}

.branche-liste ul img {
	width: 75px;
}

.branche-liste ul p {
	padding: 35px 0 0;
}


/* FremhÃ¦vede produkter */

.container-fluid.featured-product-container {
	padding: 0;
	margin: 0;
}

.featured-product-wrapper {
	background-size: cover;
	min-height: 650px;
	position: relative;
}

.featured-product .text-wrapper {
	color: #ffffff;
	padding: 70px;
}

.featured-product .text-wrapper .feature {
	text-transform: uppercase;
}

.featured-product .text-wrapper h4 {
	font-size: 3em;
	font-weight: 300;
}

.featured-product .text-wrapper p {
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: 300;
}

.featured-product .text-wrapper {
	/* 	background-color: rgba(26, 65, 117, .5); */
	background-color: rgba(26, 65, 117, 0.8);
	position: absolute;
	width: 600px;
	left: 10%;
	top: 5%;
}
.featuredSmallImage {
		position: absolute;
		right: 50px;
		bottom: 50px;
		width: 40%;
		height: 40%;
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: 100% auto;
}
.text-wrapper a{
	color:#ccc;
}
.text-wrapper a:hover{
	color:#ccc;
}

/* Job og karriere */

.career {
	text-align: center;
}

.career p {
	font-size: 1.2em;
	color: #666666;
	font-weight: 300;
}

.career .btn {
	margin-top: 40px;
}


/* Footer */

footer {
	position: relative;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.9em;
}

footer .pb {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 40px;
}

footer .pb:before {}

footer ul.footer-nav {
	padding: 0;
	/* 	padding-left: 18px; */
	list-style-type: none;
}

footer ul.footer-nav li a,
footer a {
	color: #ffffff;
}

footer ul.footer-nav li a:hover {
	color: #23527c;
}

footer ul.footer-nav li:before {
	content: 'â€º ';
}


/* Produkter */

.page-header h2 {
	font-size: 3em;
	font-weight: 300;
	text-align: center;
	color: #696666;
}

.cat-children .page-header {
	margin: 110px 0 10px;
}

.cat-children .first h3 {
	margin: 90px 0 10px;
}

.product-title:first-child {}

.cat-children h3 {
	font-size: 1.4em;
	font-weight: 700;
	color: #666666;
}

.cat-children .category-desc {
	margin-bottom: 50px;
}

.cat-children h4 {
	font-size: 1.1em;
	margin-bottom: 0px;
	font-weight: 700;
}

.cat-children p {
	font-size: 1em;
}


/* LÃ˜SNINGER */

.customer-needs {
	color: #676767;
}

.customer-needs ul {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	margin-bottom: 40px;
	margin-left: -20px;
}

@media(max-width: 767px) {
	.customer-needs ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

.customer-needs ul li {
	margin-left: 20px;
}

.customer-needs.lightblue h3 {
	color: #676767;
}

.customer-needs p {
	margin: 0 0 40px;
	font-size: 1.1em;
	text-align: center;
}

.customer-needs p:last-child {
	margin-bottom: 0;
}

/* ELEMENTS */

.arrow-bottom {
	position: absolute;
	bottom: -25px;
	background: #ffffff;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: calc(50% - 25px);
	box-shadow: 5px 5px 6px 1px #b7b7b752
}

.arrow-top {
	position: absolute;
	top: -25px;
	background: #ffffff;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: calc(50% - 25px);
}

.bottom-modules .arrow-bottom {
	box-shadow: none;
}

.lightblue .arrow-bottom {
	background-color: #a4cade;
}

.bottom-modules .btn {
	margin-top: 40px;
	background: #2E4372;
	border-color: transparent;
	color: #fff;
}

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

.search-container {
	height: 0px;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: none;
}

.btn {
	border-radius: 0;
	padding: 14px 20px;
}

.btn-primary {
	background: #2E4372;
	border-color: transparent;
}

.btn-factsheet {
	background: #1a4175;
	color: #fff;
	font-weight: 300;
	padding: 12px 16px;
	margin-top: 2em;
}

a.btn-factsheet:hover {
	color: #a4cade;
}

.section-image {
	height: 600px;
	background-position: center center;
}

.section-image-parallax {
	/* 	background-position: center center; */
	background-attachment: fixed;
	height: 300px;
}

.container-fluid.main-content {
	padding-left: 0;
	padding-right: 0;
}

.full-width-header {
	padding-right: 0;
	padding-left: 0;
	background-image: url(/templates/petersen-bach/images/layout/header.jpg);
	background-color: #1a4175;
	background-blend-mode: multiply;
	padding: 60px;
	margin-bottom: 60px;
	background-size: cover;
	margin-top: 140px;
}

.no-backgroundblendmode .full-width-header {
	background-image: url(/templates/petersen-bach/images/layout/header_fallback.png);
}

.full-width-header h1 {
	display: inline-block;
	color: #fff;
}

.mod-languages {
	padding: 60px 0;
	float: right;
	margin-left: 20px;
}

.mod-languages .lang-active {
	font-weight: bold;
}

div.mod-languages li {
	margin-right: 0 !important;
}

.mod-languages li:after {
	content: '|';
}

.mod-languages li:last-child:after {
	content: '';
}


/* Kontaktform */

#webitall_contact .form-control {
	border-radius: 0;
	padding: 15px 15px;
	box-shadow: 0px 1px 1px rgba(113, 113, 113, 0.2);
	min-height: 50px;
}

#webitall_contact select.form-control {
	-webkit-appearance: none;
	height: 52px;
	padding: 0px 15px;
}

.kontakt .how-we-do .title {
	margin-bottom: 0px;
	font-weight: 700;
	color: #666666;
}

.kontakt .how-we-do .icon {
	/* 	width: 30px; */
	padding: 0 90px;
}

.kontakt .how-we-do {
	margin-top: 0;
	margin-bottom: 0;
}

.kontakt .basic-article {
	margin-bottom: 0px;
}

.webitall_contact_message-text {
	padding: 20px 0;
	color: white;
	font-weight: bold;
	position: fixed;
	top: 0;
	left:0px;
	width: 100%;
	background: #ff7373;
	z-index: 999;
	/* margin-left: -15px; */
	
}

.parallax-window {
	background: transparent;
	background-color: transparent;
}

.brancher .parallax-window {
	min-height: 1200px;
}

.ydelser .parallax-window {
	min-height: 1800px;
}

.bottom-parallax {
	position: relative;
}

.bottom-parallax .container-fluid {
	background-color: #fff;
	position: absolute;
	width: 100%;
	top: 300px;
	text-align: center;
	padding: 80px 0 100px;
}

.lightblue {
	background: #a4cade;
}

.lightblue h3 {
	color: #fff;
}

#webitall_contact textarea.form-control {
	padding-top: 15px;
}

.navbar-toggle {
	z-index: 99999;
}


/* WE DO */
.container-fluid.we-do {
    max-width: 70%;
}
.how-we-do .single {
    padding: 0px 39px;
}
.kontakt .how-we-do .col-lg-3 {
	padding: 0;
	min-height: 317px;
}
.kontakt .how-we-do {
	padding: 0;
}
.bottom-modules .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
#icon-wedo{
  text-align: center;
  margin: 0 auto;
}
.icon-we {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.kontakt .icon-we {
	max-width: 100%;
	
}
.kontakt .icon-we img {
	transform: scale(.6);
}

/* Media Queries
*********************************************/


/* Landscape phones and down */

@media (max-width: 480px) {
	.logo {
		width: 200px;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right;
		padding: 60px 0;
	}
	.navbar-nav&gt;li&gt;a {
		padding: 0;
	}
	.navbar-nav&gt;li {
		padding: 0 30px;
	}
	.navbar-nav&gt;li:last-child {}
}


/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
	.container-fluid.we-do{
		width:100%;
	}
	#icon-wedo{
		margin-top:30px;
	}
	.navbar-nav {
		margin: 0px;
	}
	.branche-liste ul {
		padding: 0;
	}
	.branche-liste ul li {
		padding: 0;
		-webkit-padding-start: 0px;
	}
	footer .container {
		padding: 0 50px;
	}
	.home .how-we-do .single {
		margin-bottom: 70px;
	}
	.mod-languages {
		padding: 0;
		float: left;
		padding-bottom: 35px;
	}
	.nav-header {
		min-height: 70px;
	}
	.slider-container&gt;div.flexslider&gt;ul&gt;li {
		overflow: hidden
	}
	.flexslider .slides img {
		width: 150% !important;
		display: block;
		margin-left: -25%;
	}
	.flex-caption {
		top: 10vh;
		width: 100%;
		font-size: 1.2em;
	}
	.flexslider {
		height: auto;
		max-height: 50vh;
	}
	ol.flex-control-nav {
		display: none;
	}
	.search-container {
		display: none;
	}
	#parallax-content {
		margin-bottom: 100px;
	}
	.parallax-content h3 {
		font-size: 2em;
	}
	.ydelser .parallax-window,
	.brancher .parallax-window {
		min-height: 600px;
	}
	.ydelser .bottom-parallax .container-fluid,
	.brancher .bottom-parallax .container-fluid {
		position: relative;
		top: -300px;
		padding-top: 20px;
		margin-bottom: -300px;
	}
	.featured-product .text-wrapper {
		width: 100%;
		height: 100%;
		top: auto;
		left: auto;
	}
	.featured-product .text-wrapper {
    	padding: 70px 30px;
	}
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
	.ydelser .parallax-window {}
	.brancher .parallax-window {}
}

@media (max-width: 1000px) {
	.flex-caption {
		padding-left: 90px;
	}
	.flex-caption:before {
		left: 40px;
	}
}

@media (max-width: 1300px) {
	.navbar-nav&gt;li {
		padding: 0 15px;
	}
	.logo {
		max-width: 300px;
	}
}

@media (max-width: 1000px) {
	.how-we-do .single {
		padding: 0 20px;
	}
	.home .our-customers .single {
		padding: 0 20px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 70px;
	}
	.navbar-nav&gt;li {
		float: none;
	}
	.navbar-nav&gt;li&gt;a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.left-menu {
		background: #fff;
		color: #d0d0d0 !important;
		height: 100vh;
		top: 0;
		padding: 50px 35px;
		right: -100%;
		border: 0;
		z-index: 9999;
		box-sizing: border-box;
		width: 100%;
		overflow: hidden;
		position: fixed;
		float: left;
		transition: all 0.3s ease-in-out;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(163, 163, 163, 1);
		-moz-box-shadow: 0px 0px 4px 0px rgba(163, 163, 163, 1);
		box-shadow: 0px 0px 4px 0px rgba(163, 163, 163, 1);
	}
	span.toggle-left-menu {
		/*  font-size: 25px;
	cursor: pointer;
	float: right; */
	}
	span.close-left-menu {
		font-size: 25px;
		cursor: pointer;
		display: block;
		padding: 5px;
		text-align: center;
	}
	.slide-out {
		right: 0px;
		transition: all 0.3s ease-in-out;
	}
	#nav-icon3 {
		width: 35px;
		height: 40px;
		position: relative;
		margin: 45px 15px 0 8px;
		-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;
		cursor: pointer;
	}
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #0067b1;
		border-radius: 0px;
		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;
	}
	#nav-icon3 span:nth-child(1) {
		top: 0px;
	}
	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 8px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 20px;
	}
	#nav-icon3.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.mod-languages {
		padding: 0;
		margin-left: 25px;
	}
	.how-we-do .single {
    padding: 0 20px;
    min-height: 355px;
}
}
@media (min-width: 2000px) {
	.section-image {
		background-size: cover;
	}
}
.footer_logo {
	margin-left: -35px;
	margin-bottom: 30px;
	-ms-interpolation-mode: bicubic;
	width: 230px;
}</pre></body></html>