﻿/*
	Theme styles
*/

html{
	overflow-y: scroll;
}
body{
	font-family: 'Raleway', arial, sans-serif;
	font-size:14px;
	line-height:1.4;
	color:#333333;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top:106px;
}

body.modal-open{
	-webkit-transform: none;
}

a, a:visited, a:active{}
a:hover{}

h1, h2, h3, h4{	
}

h1{}
h2{}
h3{}
h4{}
p{}

.clear{
	display:block;
	clear:both;
}

/*Navigation*/

nav#menu{
	clear:both;
}

#menu ul{
	list-style: none;
}

#menu > a{
	display: none;
}

#menu li{
	position: relative;
}
#menu li a{
	color: #333333;
	display: block;
}
#menu a.activeitem{
	color:#193f6e;
}

#menu span:after{
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: 1px;
}

/* first level */
#menu > ul{
	float:right;
	padding:0;
	margin:10px 0;	
}
#menu > ul > li{
	display:inline-block;
	padding:0 0px 0 0px;
	margin-left:15px;
}
#menu > ul > li:not(:first-child) > a:before{
	content:'/';
	display:inline-block;
	margin-right:15px;

}
#menu > ul > li > a{
	font-size: 15px; 
	line-height: 2; 
	text-align: center;
	
	text-transform:uppercase;
	font-weight:500;
}

/* second level */
#menu li ul{
	background-color: #e8e8e8;
	display: none;
	position: absolute;
	top: 100%;
	z-index: 9999;
	padding:0;
	width: 200%; /*Max width */
}
#menu li:hover ul{
	display: block;
	left: 0;
	right: 0;
}
#menu li:not( :first-child ):hover ul{
	left: -1px;
}
#menu li:last-child:hover ul{
	right:0px;
	left:auto;
}

#menu li ul a{
	font-size: 13px; /* 20 */
	padding: 10px; /* 15 (20) */
}
#menu li ul li a:hover,	#menu li ul:not( :hover ) li.active a{
}
#respmenu{display:none;}
/*Inputs*/
input.focus{
	border:1px solid red;
}
input[type="text"], input[type="password"]{} 
input[type="submit"]
textarea{}

input.search{
	float:right;
}

/*Responsive image*/
img{
	max-width: 100%;
}

#logo{
	float:left;
	margin: 10px 0;
}

#LeftNavigation{
	float: left;
	list-style: none;
}

#LeftNavigation li{
	float: left;
	margin: 0 30px 0 0;
}

/*Carousel*/
.carousel .item{
	text-align:center;
}
.carousel .slide{
	width:100%;
	min-height:320px;
	background-position: center top;
	background-repeat: no-repeat;
}

.carousel-control.right, .carousel-control.left{
	background-image: none;
	filter: none;
}

/*Jumbotron*/
.jumbotron{
	margin-bottom:0;
}

/*-----------ECOM-------------------------*/
.productListing .productItem{
	background:#f8f8f8;
	padding:20px;
	margin-bottom:20px;
}
.productDetail .price, .productDetail .discount{
	display:block;
}

/*-----------ECOM - FILTERS/SUGGESTED SEARCH ---------------*/
.suggestedSearch{
	position: relative;
}
#divSuggestions{
	position:absolute;
	top:25px!important;
	left:0!important;
}
#divResults{
	position:absolute;
	top:15px;
	left:0;
	background:#ececec;
	z-index:99;
}
#divResults img{
	max-width:100px;
}
#divResults .dw-search-result{
	padding:20px;
	border-bottom:1px solid #cccccc;
}

/*------------------- Header -----------------------*/
header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 999;
	background:#ffffff;
}
.tlf i{
	vertical-align: text-bottom;
}
.tlf h2{
	float:right;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:0;
}

/*-------------------- Front slideshow ------------------------*/
.container-big{
	max-width:1680px;
	margin:0 auto;
}
.contentBox{
	background:rgba(17,37,62,0.8);
	padding:10px 20px;
	color:#ffffff;
	margin-top:10%;
}
.contentBox h2{
	font-size:44px;
	line-height:1.2;
	text-transform: uppercase;
	margin-bottom:0;
	margin-top:0;
}
.contentBox p{
	font-size:18px;
}
#banner-fade{
	position: relative;
	overflow: hidden;
}
#slideshow{
	position:relative;
}
#slideshow li{
	background-size:cover!important;
}

#slideshow .triangle.left{
	width: 70%;
    height: 0;
    padding-bottom: 35px;
    overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
}
#slideshow .triangle.left:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 1200px solid transparent;
    border-bottom: 35px solid #ffffff;
    position:absolute;
    left:0;
    bottom:0;
}
#slideshow .triangle.right{
	width: 30%;
    height: 0;
    padding-top: 35px;
    overflow: hidden;
    position:absolute;
    right:0;
    bottom:0;
}
#slideshow .triangle.right:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:-35px;
    border-top: 35px solid transparent;
    border-right: 505px solid #ffffff;
    position:absolute;
    bottom:0;
    right:0;
}
/*------------------- Linkboxes frontpage --------------------- */
.linkboxes{
	margin-top:30px;
	margin-bottom:30px;
}
.linkboxes a{
	color:#ffffff;
	background:#193f6e;
	display:inline-block;
	padding:5px 10px;
	text-decoration: none;
}
.linkboxes a:hover{
	opacity: 0.9;
}

.mapWrapper {
	position: relative;
}
.mapWrapper a{
	background:none;
	display:inline-block;
	height:12px;
	width:12px;
	padding:0;
	position:absolute;
}
.mapWrapper a.linkDK{
	left: 129px;
	top: 28px;
}
.mapWrapper a.linkCH{
	left: 212px;
	top: 59px;
}
/*------------------- Case Frontpage --------------------- */
.container-big.grey{
	background:#e8e8e8;
}
.caseFront{
	padding-top:75px;
	padding-bottom:45px;
	position:relative;
}
.caseFront h3{
	font-size:18px;
}
.caseFront p{
	font-size:16px;
}
.caseFront .triangle.left{
	width: 0;
    height: 0;
    padding-left:70%;
    padding-top: 35px;
    overflow: hidden;
    position:absolute;
	top:0;
	left:0;
}
.caseFront .triangle.left:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:-1000px;
    margin-top:-35px;
    border-left: 1200px solid transparent;
    border-top: 35px solid #ffffff;
    position: absolute;
    top:35px;
	right:0;
}
.caseFront .triangle.right{
	width: 0;
    height: 0;
    padding-bottom: 35px;
    padding-left: 30%;
    overflow: hidden;
    position:absolute;
    top:0;right:0;
}
.caseFront .triangle.right:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 500px solid #ffffff;
    position:absolute;
    top:0;left:0;
}
.caseFront a{
	background:#193f6e;
	color:#ffffff;
	display:inline-block;
	padding:5px 10px;
	text-decoration: none;
}

/*------------------- Text Page --------------------- */
.regularContent h1{
	text-transform: uppercase;
	font-size:44px;
	font-weight:700;
}
.regularContent h2{
	font-weight:400;
	font-size:18px;
	color:#7c7c7c;
}
.regularContent h2.whatweoffer{
	font-size:28px;
	font-weight:700;
	color:#333333;
	text-transform: uppercase;
}
.regularContent h3.subtitle{
	margin-bottom:5px;
	text-transform: none;
	font-size:20px;
}
.regularContent h3 + p{
	margin-top:0;
}

/*------------------- TextBox --------------------- */
.textBox {
	position: relative;
	margin-top:60px;
}
.textBox h3{
	color:#ffffff;
	background:#193f6e;
	font-weight:900;
	font-size:18px;
	display:inline-block;
	padding:10px 20px 5px;
	position: absolute;
	top:-40px;
	margin:0;
	height:40px;	
}

.textBox .triangle{
	width: 100%;
    height: 0;    
    padding-left:0;
    padding-bottom:5px;
    overflow:hidden;
    z-index:99;
    position:absolute;
	left:0;
	top:0;
}

.textBox .triangle:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    border-bottom: 70px solid transparent;
    border-left: 1800px solid #ffffff;
	position: absolute;
	left:0;
	bottom:0;
}

.textBox .textBoxContent{
	background:#f1f1f1;
	padding:10px 15px;
	font-size:14px;
}

/*------------------- Sidebar  --------------------- */
#sidebar .linkBox{
	position:relative;
	margin-bottom:30px;
}

#sidebar .linkBox h3{
	position:absolute;
	bottom:0;
	margin:0;
	width: 100%;
	background:#193f6e;
	text-align: center;
	font-weight:500;
}
#sidebar .linkBox h3 a{
	color:#ffffff;
	display:block;
	padding:8px 10px;
	text-transform:uppercase;
	font-size:18px;
	text-decoration: none;
}
#sidebar .linkBox h3 .triangle{
	width: 100%;
    height: 0;    
    padding-left:0;
    padding-bottom:5px;
    overflow: hidden;
    z-index:99;
    position:absolute;
	left:0;
	top:-5px;
}
#sidebar .linkBox h3 .triangle:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:0px;
    
    border-top: 10px solid transparent;
    border-right: 500px solid #193f6e;
    position: absolute;
	left:0;
	bottom:0;
}

/*------------------- Cover Banner  --------------------- */
#coverArea{
	margin-bottom:30px;
}
.coverBanner{
	background-repeat: no-repeat;
	position: relative;
}
.coverBanner .triangle.left{
	width: 40%;
    height: 0;
    padding-bottom: 35px;
    overflow: hidden;
    position:absolute;
    bottom:-1px;
    left:0;
}
.coverBanner .triangle.left:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 600px solid transparent;
    border-bottom:35px solid #ffffff;
    position:absolute;
    bottom:-1px;
    left:0;
}
.coverBanner .triangle.right{
	width: 60%;
    height: 0;
    padding-top: 35px;
    overflow: hidden;
    position:absolute;
    bottom:-1px;
    right:0;
}
.coverBanner .triangle.right:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:0px;
    border-top: 35px solid transparent;
    border-right: 900px solid #ffffff;
    position:absolute;
    bottom:-1px;
    right:0;
}
#sidebar{
	margin-top:20px;
}

/*------------------- Contact --------------------- */
.contactInfo{
	background:#193f6e;
	padding:8px;
	position:relative;
	min-height:110px;
}
.contactInfo h3, .contactInfo h4{
	margin:0;
	color:#ffffff;
}
.contactInfo h3{
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
}
.contactInfo h4{
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight: 400;
}
.contactInfo div{
	color:#ffffff;
	font-size:12px;
	font-weight:400;
}
.contactInfo div.tlf{
	margin-top:5px;
}
.contactInfo a{
	color:#ffffff;
}
.contactInfo div i{
	vertical-align: text-top;
}
.contactInfo div span{
	display:inline-block;
	width:15px;
}
.contactInfo div span.number{
	width:auto;
	font-family: arial, sans-serif;
	color:#e8e8e8;
}
.contactInfo .triangle{
	width: 100%;
    height: 0;    
    padding-left:0;
    padding-bottom:15px;
    overflow: hidden;
    z-index:99;
    position:absolute;
	left:0;
	top:-15px;
}
.contactInfo .triangle:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:0px;
    
    border-top: 15px solid transparent;
    border-right: 500px solid #193f6e;
    position: absolute;
	left:0;
	bottom:0;
}
.regularContent h3{
	font-size:28px;
	font-weight:700;
	text-transform:uppercase;
}
.marker{
	position: absolute;
	cursor:pointer;
}
.marker.DK{
	top:23.9%;
	left:48.8%;
}
.marker.DK img{
	width:16px;
}

.marker.CH{
	top: 46%;
    left: 63.9%;
}
.marker.CH img{
	width:16px;
}
.marker.LT{
	top: 24.7%;
	left: 50.7%;
}
.marker.LT img{
	width:16px;
}
.marker.RM{
	top: 30.6%;
	left: 50.8%;
}
.marker.RM img{
	width:16px;
}

/*------------------- Products --------------------- */
@media screen and (min-width: 421px){
	.modal-dialog {
	  width: 600px;
	  margin: 200px auto;
	}
}
.product{
	background:#f8f8f8;
	text-align:center;
	position:relative;
}
.product button{
	display:block;
	width:100%;
	background:none;
	border:none;
	text-transform:uppercase;
	padding:10px 0;
	font-size:16px;
}
.product img{
	padding:20px 0;
}
.product:hover button{
	background:#193f6e;
	color:#ffffff;
}
.product:hover .triangle{
	display: block;
}
.product .triangle{
	width: 100%;
    height: 0;    
    padding-left:0;
    padding-bottom:15px;
    overflow: hidden;
    z-index:99;
    position:absolute;
	left:0;
	bottom:42px;
	display:none;
}
.product .triangle:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:0px;
    border-top: 15px solid transparent;
    border-right: 500px solid #193f6e;
    position: absolute;
	left:0;
	bottom:0;
}
.modal table td, .modal table{
	border:none;
	margin-bottom:0;
}
.modal h2{
	font-size:22px;
}
/*------------------- Footer --------------------- */
footer{
	border-top:1px solid #acacac;
	margin-top:40px;
	font-size:12px;
}
footer h4{
	font-size:12px;
	font-weight:600;
}
footer ul{
	padding:0;
	list-style: none;
}
footer ul a{
	color:#333333;
}
footer ul a:hover{
	color:#333333;
}

/*------------------- Services --------------------- */
.services{
	margin-top:60px;
}
.services span.check{
	display:inline-block;
	background:#afc5e0;
	border-radius:50px;
	-webkit-border-radius:50px; 
	-moz-border-radius:50px;
	height:25px;
	width:25px;
	text-align:center;
	line-height:25px;
	font-size:18px;
	margin:10px 0;
}
.services h2{
	text-transform:uppercase;
	font-weight:700;
	font-size:20px;
}
.services h3{
	font-size:13px;
	font-weight:400;
	margin:0;
	padding:10px 0;
	text-align:right;
}
.services .subtitle{
	position:relative;
}
.services .supplyRow{
	background:#f3f3f3;
}
.services .supplyRow.even{
	background:#fcfcfc;
}
.services .headerTitle{
	text-align:center;
	position:relative;
}
.services .headerTitle h2{
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	background:#193f6e;
	color:#ffffff;
	margin:0;
	padding:5px 0;
}
.services .headerTitle .triangle{
	width: 100%;
    height: 0;    
    padding-left:0;
    padding-bottom:38px;
    overflow: hidden;
    z-index:99;
    position:absolute;
	left:0;
	bottom:37px;
}
.services .headerTitle .triangle:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:0px;
    border-top: 15px solid transparent;
    border-right: 500px solid #193f6e;
    position: absolute;
	left:0;
	bottom:0;
}
.services h3.supplyTitle{
	margin:20px 0 0;
	font-weight:700;
}
.services .readMoreLink{
	background:#193f6e;
	color:#ffffff;
	display:inline-block;
	padding:8px 40px;
	margin-top:10px;
	text-decoration:none;
}
.services .readMoreLink:hover{
	opacity: 0.9;
}
.services .readmoreBox{
	text-align:center;
}
.services .infobox{
	
	padding:20px;
	z-index:999;
}
.services .infoGrey{
	background:#e8e8e8;
}
.services .fa-info-circle{
	color:#444444;
}
.services .fa-info-circle:hover{
	cursor:pointer;
}
.services .infobox p{
	margin:0;
	font-size:14px;
}
/*-------------------Cookie notice------------------------*/
.acceptBtn{
	border:1px solid #000000;
}

/*Lower than 960px*/
@media (max-width: 960px){
}

/*Tablet Portrait*/
@media (max-width: 768px){
	body{padding-top:87px;font-size:13px;}
	#menu > ul > li > a{
		font-size:12px;
	}
	#menu > ul > li{
		margin-left:10px;
	}
	#menu > ul > li:not(:first-child) > a:before{
		margin-right:10px;
	}
	.tlf h2{
		font-size:18px;
		color:#0000000;
	}
	#logo{
		float:none;
		max-width:100px;
		margin-top:20px;
	}
	.contentBox h2{
		font-size:28px;
	}
	.contentBox p{
		font-size:14px;
	}
	.contentBox{
		margin-top:3%;
	}
	.caseFront h3{
		margin-top:0;
	}
	.caseFront p{
		font-size:13px;
	}
	.regularContent h1{
		font-size:34px;
	}
	#sidebar .linkBox h3 a{
		font-size:14px;
	}
	.services .headerTitle h2{
		font-size:16px;
	}
	.services .headerTitle .triangle{
		bottom:31px;
	}
	.services span.check{
		font-size:14px;
	}
}

/*Lower than 768*/
@media only screen and (max-width: 767px) {
	/*Offcanvas responsive Menu*/
	body{overflow: hidden;}
	nav#menu{display:none;}
	.responsiveMenu {
		width: 70%;
		position: absolute;
		right: -70%;
		top: 0;
		height: 100%;
		background: #f8f8f8;

	}
	#respmenu ul{
		float:none;
		position: static!important;
		margin-top:20px;
		padding-top:10px;
	}
	#respmenu ul ul{
		padding-top:0;
		margin-top:10px;
		display: none;
	}
	#respmenu li {
		float: none!important;
		width: 100%;
		text-align: left;
		padding: 8px 15px;
		box-sizing: border-box;
		position:relative;
	}
	#menu > ul > li > a{
		text-align:left;
		border-right:none!important;
		padding:0 15px;
	}
	#respmenu > ul > li:hover > a, #respmenu > ul:not( :hover ) > li.active > a, #respmenu li ul li a:hover, #respmenu li ul:not( :hover ) li.active a, #respmenu li ul{
		background:none!important;
	}
	#respmenu li:hover ul{
		display:none;
	}
	a.open-panel, a.close-panel {
		display: inline;
		font-size:18px;
		padding:15px;
		float:right;
	}
	#respmenu li.parent > i {
		position: absolute;
		right:15px;
		top:13px;
		font-size:20px;
		color:#000000;
	}
	.openNav{overflow: hidden;}
	.openNav body{overflow: hidden;position: relative;}
	.openNav #page {
		right: 0;
		-webkit-transform: translate3d(-70%, 0, 0);
		-moz-transform: translate3d(-70%, 0, 0);
		-ms-transform: translate3d(-70%, 0, 0);
		-o-transform: translate3d(-70%, 0, 0);
		transform: translate3d(-70%, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}
	#page {
		right: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}
  
	.carousel .slide{
		min-height: 250px;
	}
	
	#logo{max-width:100%;}
	body{
		padding-top:81px;
	}
	header .tlf{
		display:none;
	}
	.responsiveMenu h2{
		padding-left:20px;
		font-size:22px;
	}
	.responsiveMenu ul{
		padding-left:0;
		list-style: none;
	}
	.responsiveMenu nav > ul{
		border-top:1px solid #cccccc;
	}
	.responsiveMenu li a{
		color:#666666;
		text-transform:uppercase;
		font-weight:500;
		font-size:16px;
	}
	.headerTitle img{
		display:none;
	}
	.services .headerTitle h2{
		font-size:10px;
	}
	.services .headerTitle .triangle{
		bottom:23px;
	}
	.services .readMoreLink{
		padding:5px;
		font-size:11px;
	}
	a.open-panel, a.close-panel{
		font-size:24px;
		color:#333333;
		line-height:80px;
		padding:0;
		margin-right:15px;
	}
	#banner-fade, #banner-fade #slideshow, #banner-fade #slideshow li {
		height:200px!important;
	}
	#banner-fade #slideshow li {
		background-size:cover!important;
	}
	.contentBox h2{
		font-size:14px;
	}
	.contentBox p{
		font-size:11px;
	}
	.linkboxes{
		margin-top:10px;
		margin-bottom:10px;
	}
	#contentLinkboxes > div{
		margin-bottom:30px;
	}
	.caseFront h3{
		margin-top:15px;
		margin-bottom:0px;
	}
	#sidebar .linkBox img{
		width:100%;
	}
	.regularContent h2{
		font-size:16px;
	}
	.textBox .textBoxContent{
		font-size:12px;
	}
	.services .headerTitle h2.smaller{
		font-size:9px;
	}
	.services .headerTitle.smaller .triangle{
		bottom:21px;
	}
	.services h3{
		font-size:10px;
		text-align:left;
	}
	#respmenu li.parent > i{
		top:auto;
		color:#666666;
	}
	.responsiveMenu li li a{
		text-transform: none;
		font-size:14px;
	}
	
	.coverBanner{
		width:200%;
		margin-left:-100%;
	}
	.modal-backdrop{
		display:none;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	#logo{
		width:80px;
	}
	a.open-panel, a.close-panel{
		line-height: 70px;
	}
}

/*Mobile portrait*/
@media (max-width: 479px){
	
}


