@import url("generic.css");
@import url("top-menu.css");
@import url("slideshow-carousel.css");

/*= 
	font-family: "Tahoma", sans-serif;
	
	Body		#54595f
	Dark Blue	#2c526c
	Light Blue	#53729d
	Brown		#b3a894
	Border		#dddddd
	Light BG	#eff7ff
 =*/


/*===== GENERIC =*/
::selection {/* WebKit/Blink Browsers */
	background: #b3a894; 
	color:#fff;
}
::-moz-selection {/* Gecko Browsers */
	background: #b3a894; 
	color:#fff;
}

body {
	font-family: "Tahoma", sans-serif;
	font-size:22px;
	line-height:30px;
	font-weight:400;
	color:#54595f;
	background:#fff;
	letter-spacing:normal;
}
a, a:focus,
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover {color:#b3a894;}
a:hover {color:#2c526c;}

a.moreInfo {color:#b3a894;}
a.moreInfo span {
	left: 50%;
	width: 0;
	border-bottom-color:#b3a894;
}
a.moreInfo:hover span {
	width: 100%;
	left:0;
}

p {
	padding:0;
	margin:0 0 3vh 0;
}

.btn {
	font-size:20px;
	line-height:22px;
	font-weight:600;
	padding:18px 20px;
	min-width:200px;
	text-transform:uppercase;
		-webkit-border-radius:4px;
	border-radius:4px;
}
.btn:hover, .btn:focus, .btn.focus, .btn:active:focus {
    box-shadow: none !important;
}
.Theme.btn {
	background:#b3a894;
	color:#fff;
}
.Theme.btn:hover, 
.Theme.btn:focus, 
.Theme.btn.focus {
	background:#2c526c;
	color:#fff;
}

.Theme.btn.Dark { background:#2c526c;}
.Theme.btn.Dark:hover, 
.Theme.btn.Dark:focus, 
.Theme.btn.Dark.focus {background:#b3a894;}

.Theme.btn.AnchorBtn a {
	color:#fff;
	padding:18px 20px;
}
.Theme.btn:hover.AnchorBtn a {color:#fff;}

.FormWrapper label {
	color:#54595f;
	font-size:18px;
	line-height:20px;
	margin-bottom:6px;
	font-weight:400;
}

.form-control {
	padding:20px;
	font-size:19px;
	line-height:22px;
	color:#54595f;
	font-weight:400;
	border-color:#ddd;
		-webkit-border-radius:4px;
	border-radius:4px;
}

.FieldWrapp {
		-webkit-border-radius:4px;
	border-radius:4px;
}
.FieldWrapp label {
	font-size:19px;
	line-height:22px;
	color:#54595f;
	font-weight:400;
	top:20px;
	left:20px;
}

.FieldWrapp input:focus + label,
.FieldWrapp textarea:focus + label {
	top:-20px;
	left:0px;
	color:#54595f;
}
.FieldWrapp input.not_empty,
.FieldWrapp textarea.not_empty {
	border-color:#54595f;
}

.FieldWrapp .not_empty + label {
    font-size: 16px;
}

@media All and (max-width:760px) {
	.btn {
		font-size:15px;
		padding:10px 15px;
		min-width:140px;
	}
	.Theme.btn.AnchorBtn a {padding:10px 15px;}
	
	.form-control {
		font-size:15px;
		padding: 10px 15px;
	}
	.FieldWrapp label {
		font-size:15px;
		top:10px;
		left:15px;
	}
	.FieldWrapp input:focus + label,
	.FieldWrapp textarea:focus + label {
		top:-15px;
	}
}


/***** Loader */
#preloader { background-color: #fff;}
#status {
    width:80px;
    height:80px;
    margin: -40px 0 0 -40px;
}
#status:before {display:none;}

.topBtn a { border-radius: 4px;}
.topBtn a::before {background: #2c526c !important;}



/****************************************
	Layout
****************************************/
	.MainWrapper {
		max-width:1320px;
		display:block;
		margin:0px auto;
		position:relative;
	}


	/**===== TOP HEADER ==**/
	#TopHead {
		width:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:1001;
		height:auto !important;
	}
	#TopHeadHeightFixed { display:none;}

	#TopHead .BotmRow { background:#2c526c;}
	
	#TopHead .Logo.Mobile { display:none;}
	
@media All and (min-width:991px) {	

}


	/*===== HEADING STYLE ==*/
	.TitleStyle {
		position:relative;
		text-align:center;
		margin:0 auto 5vh;
	}

	.TitleStyle .Top {
		font-size:24px;
		line-height:26px;
		font-weight:600;
		color:#b3a894;
		position:relative;
		margin-bottom:15px;
		letter-spacing:3px;
	}

	.TitleStyle .Bottom {
		font-size:60px;
		line-height:65px;
		font-weight:600;
		color:#2c526c;
	}
	
	.SubHeading {
		font-size:25px;
		line-height:30px;
		font-weight:500;
		color:#000;
		margin-bottom:10px;
	}



	/**===== BODY CONTENTS ==**/
	.FullWrapper, .ParallaxWrapp > div {
		position:relative;
		padding:10vh 0 7vh 0;
	}
	.FullWrapper { background:transparent;}

	.ParallaxWrapp {color:#fff;}
	.ParallaxWrapp > div { background:rgba(0,0,0,.4);}
	
	
	
	/*===== DESIGN LAYOUT ==*/
	#BannerSection.ParallaxWrapp > div {
		padding-top:18vh;
		padding-bottom:18vh;
	}
	#BannerSection .TitleStyle .Top,
	#BannerSection .TitleStyle .Bottom { color:#fff;}
	
	
	.Article .Box {
		position:relative;
		z-index:1;
		margin-bottom:3vh;
		overflow:hidden;
	}
	
	.Article .Box .Img {
		overflow:hidden;
		position:relative;
			-webkit-border-radius:4px;
		border-radius:4px;
	}
	
	.Article .Box .Img::after {
		content:"";
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(44,82,108) 0%, rgba(255,255,255,0) 60%);
		background: -webkit-linear-gradient(0deg, rgba(44,82,108) 0%, rgba(255,255,255,0) 60%);
		background: linear-gradient(0deg, rgba(44,82,108) 0%, rgba(255,255,255,0) 60%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c526c",endColorstr="#ffffff",GradientType=1);
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:100%;
			-webkit-transition: 1s ease;
		transition: 1s ease;
	}
	.Article .Box:hover .Img::after {
		background:transparent;
	}
	
	.Article .Box .Img img {
		width:100%;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
	}
	.Article .Box:hover .Img img {
			-webkit-transform:scale(1.15);
		transform:scale(1.15);
	}
	
	.Article .Box .Caption {
		padding:0 30px;
		position:absolute;
		left:0;
		bottom:-46px;
		color:#fff;
		z-index:2;
		width:100%;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.Article .Box .Caption .Title {
		font-size:40px;
		line-height:40px;
		color:#fff;
		margin-bottom:25px;
			-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.Article .Box:hover .Caption .Title { margin-bottom:10px;}
	
	.Article .Box:hover .Caption { bottom:20px;}
	
	.Article .Box .btn {
		padding: 12px 15px;
		min-width: 140px;
	}
	
	.SubPages.ParallaxWrapp > div {
		height: 100vh;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: end;
		padding-bottom: 100px;
	}
	.SubPages.ParallaxWrapp .TitleStyle { margin-bottom:0;}
	
	.SubPages.ParallaxWrapp .TitleStyle .Top,
	.SubPages.ParallaxWrapp .TitleStyle .Bottom { color:#fff;}
	
	
	#ImgSlider .carousel-control-next,
	#ImgSlider .carousel-control-prev {
		width: 50px;
		height:50px;
		background:#b3a894;
		opacity:1;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
		top:50%;
		margin-top:-25px;
			-webkit-border-radius:25px;
		border-radius:25px;
	}
	#ImgSlider .carousel-control-next {right: 15px;}
	#ImgSlider .carousel-control-prev {left: 15px;}
	
	#ImgSlider .carousel-control-next:hover,
	#ImgSlider .carousel-control-prev:hover { background:#2c526c;}
	
	#ImgSlider .carousel-control-next-icon,
	#ImgSlider .carousel-control-prev-icon {
		display: inline-block;
		width: 20px;
		height: 40px;
		background-repeat:no-repeat;
		opacity:0;
			-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
	}
	
	#ImgSlider .carousel-control-next-icon {
		background:url(../images/next.svg);
		background-size: 45%;
		background-repeat: no-repeat;
		background-position: center;
		opacity:1;
		margin-left:4px;
	}
	#ImgSlider .carousel-control-prev-icon {
		background:url(../images/prev.svg);
		background-size: 45%;
		background-repeat: no-repeat;
		background-position: center;
		opacity:1;
		margin-right:4px;
	}
	
	#ImgSlider .carousel-control-prev-icon::before,
	#ImgSlider .carousel-control-next-icon::before { display:none;}



	/*===== FOOTER ==*/
	#Footer {
		background:#53729d;
		font-size:17px;
		line-height:22px;
		padding-top:40px;
		padding-bottom:32px;
		text-align:center;
		color:#fff;
		letter-spacing:1px;
		font-weight:500;
	}
	#Footer a { color:#fff;}
	
	#Footer .Logo { margin-bottom:15px;}
	#Footer .Logo img { height:38px;}




/****************************************
	MEDIA QUERIES
****************************************/

/***** for 1400px or less ===========*/
@media All and (max-width:1480px) {
	.MainWrapper {
		margin:0px 5%;
		max-width:100%;
	}
}


/***** for 1280px or less ===========*/
@media All and (max-width:1280px) {
	.TitleStyle .Bottom {
		font-size: 40px;
		line-height: 48px;
	}
	
	.Article .Box .Caption .Title {
		font-size: 32px;
		line-height: 36px;
	}
}

@media All and (max-width:1199px) {
	.MainWrapper,
	#TopHead .MainWrapper {
		margin: 0 20px;
	}
}


/***** for 1024px or less ===========*/
@media All and (max-width:991px) {
	.ParallaxWrapp { background-attachment:scroll;}
	
	body {
		font-size: 19px;
		line-height: 27px;
		font-weight:400;
	}
	p { margin-bottom:20px;}

	#TopHead {
		background:#2c526c;
		height:72px !important;
		position:fixed;
	}
	#TopHeadHeightFixed {
		display:block;
		height:72px;
	}
	#TopHead .MainWrapper {margin: 0;}
	
	#TopHead .BotmRow {
		background: none;
		box-shadow: none;
		border:none;
	}
	
	#TopHead .Logo.Mobile {
		display: block;
	}
	#TopHead .Logo {
		float: none;
		margin-top: 20px;
		margin-bottom: 17px;
		margin-left: 15px;
	}
	
	#TopHead .Logo img {height:35px;}
	
	
	.TitleStyle .Top {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.TitleStyle .Bottom {
		font-size: 30px;
		line-height: 32px;
	}
	
	.Article .Box .Caption .Title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom:15px;
	}
	.Article .Box .Caption {
		padding: 0 15px;
	}
	
	
	.FullWrapper, .ParallaxWrapp > div { padding: 50px 0 30px 0;}
	#BannerSection.ParallaxWrapp > div {
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	
	.SubPages.ParallaxWrapp > div {
		height: calc(100vh - 72px);
	}
}


/***** for 768px or less ===========*/
@media All and (max-width:760px) {
	.TitleStyle { margin-bottom:20px;}
	
	.TitleStyle .Top {
		font-size: 20px;
		line-height: 25px;
	}
	.TitleStyle .Bottom {
		font-size: 25px;
		line-height: 28px;
	}
	
	#ImgSlider .carousel-control-next,
	#ImgSlider .carousel-control-prev {
		width: 40px;
		height:40px;
		margin-top:-20px;
	}
	#ImgSlider .carousel-control-next {right: 10px;}
	#ImgSlider .carousel-control-prev {left: 10px;}
}

/***** for 576px or less ===========*/
@media All and (max-width:576px) {
	#Footer .Logo { display:none;}
	
	.SubHeading {
		font-size:21px;
		line-height:26px;
	}
}

/***** for 480px or less ===========*/
@media All and (max-width:480px) {
	
}



/*

.forside {
    display: none;
	}

 /* Vis "Forside" på mobilskærme 
@media (max-width: 768px) {
    .forside {
        display: block;
    }
}   */

/*

@media (max-width: 768px) {
    .forside {
        display: block;
        background-color: red; /* Midlertidig baggrundsfarve for test */
    }
	*/
	/*
	
	nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    background-color: #333;
}
*/
/*
nav ul li {
    flex: 1;
}

nav ul li a {
    display: block;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    color: white;
}
*/