@charset "UTF-8";

html {
	padding: 0;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #2E3B45;
}

p:last-child {
	margin-bottom: 0;
}

h1 {
	font-family: 'Poppins', sans-serif;
    color: #FFF;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

body.subpage h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    background: #2E3B45;
    display: inline-block;
    width: auto;
    margin: auto;
    padding: 35px 120px;
    font-weight: 600;
    position: relative;
}

body.subpage h1 .swoosh_one {
    position: absolute;
    left: -50px;
    bottom: -35px;
}

body.subpage h1 .swoosh_two {
    position: absolute;
    right: -35px;
    bottom: -5px;
}

h2 {
	font-family: 'Poppins', sans-serif;
    color: #9A8B71;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	margin-bottom: 2.5rem;
}

h2.dark {
    color: #2E3B45;
}

h2.white {
    color: #FFFFFF;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	h1 {
		font-size: 30px;
		line-height: 1.5;
	}

	body.subpage h1 {
		font-size: 30px;
		width: auto;
		display: inline-block;
		padding: 0;
	}

	body.subpage h1 .h1 {
		background: #2E3B45;
		z-index: 9;
		position: relative;
		padding: 10px 30px;
		line-height: 1.3;
	}

	h2 {
		font-size: 18px;
	}

}

/* ################################### gererel ################################### */

.error {
	border:1px solid red!important;
}

.nomargin {
	margin-bottom: 0;
}

h2.nomargin {
	margin-bottom: 5px;
}

section img {
    max-width: 100%;
    height: auto;
}

section.white {
	padding: 60px 0;
}

section.grey {
	padding: 60px 0;
	background: #EEEEEE;
	position: relative;
	z-index: 1;
}

section.dark {
	padding: 60px 0;
	background: #2E3B45;
	position: relative;
	z-index: 1;
}

section.dark.padding {
	padding: 125px 0 60px 0;
	background: #2E3B45;
	position: relative;
	z-index: 1;
}

section.image {
	padding: 60px 0;
	background-position: center;
	background-size: cover;
}

.arrowdown {
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
}

section.center {
	text-align: center;
}

a.button {
	position: relative;
    margin: 20px 0;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

a.button:hover {
    color: #FFF;
}

a.button.gold {
    background: #9A8B71;
}

a.button.gold:hover {
    background: #00A1DF;
}

a.button.blue {
    background: #00A1DF;
	margin-top: 0;
}

a.button.blue:hover {
    background: #9A8B71;
}

.verticalcenter {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.home .swoosh_one_blue {
    position: absolute;
    z-index: -1;
    left: -55px;
    top: -15px;
}

form {
	margin-bottom: 0;
}

@media screen and (min-width: 769px) {

	.hidedesktop {
		display: none !important;
	}

}

@media screen and (max-width: 768px) {

	.hideMobile {
		display: none !important;
	}

}

@media screen and (min-width: 769px) {

	.nodesktop {
		display: block;
	}

	.desktop {
		display: none;
	}

}

@media screen and (min-width: 551px) {

	.nomobile {
		display: block;
	}

	.mobile {
		display: none;
	}

}

@media screen and (max-width: 550px) {

	section.white .columns {
		margin-bottom: 20px;
	}

	section.white .columns:last-child {
		margin-bottom: 0;
	}

	section.image {
		padding: 20px 0;
	}

	section.image .whiteTrans {
		margin: 0;
		padding: 50px;
		text-align: center;
	}

	.nomobile {
		display: none;
	}

	.mobile {
		display: block;
	}

}

/* ################################### topbar ################################### */

section#topbar {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 95%;
    height: 72px;
    padding: 0 2.5%;
    position: relative;
}

section#topbar ul {
    list-style: none;
	display: inline-block;
	margin: 0;
	padding: 26px 0;
}

section#topbar ul li {
    display: inline-block;
    margin: 0;
}

section#topbar ul li:first-child {
    border-right: 1px solid #2E3B45;
    margin-right: 15px;
    padding-right: 15px;
}

section#topbar ul li a {
	color:#333;
	text-decoration: none;
}

section#topbar ul li a:hover {
	color:#00A1DF;
	text-decoration: none;
}

.logo {
    position: absolute;
    right: -80px;
    top: 30px;
}

/* ################################### navigation ################################### */

section#navigation {
	background-color: #9A8B71;
	width: 100%;
	height: 52px;
	text-align: center;
}

section#navigation ul {
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

section#navigation ul li {
    display: inline-block;
	margin: 0;
	padding: 0 20px;
}

section#navigation ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
    line-height: 52px;
	position: relative;
}

#nav-icon3 {
	display: none;
	width: 35px;
	height: 28px;
	position: absolute;
    top: 0;
    right: 0;
	margin: 0;
	-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: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    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: 11px;
}

#nav-icon3 span:nth-child(4) {
  	top: 22px;
}

#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%;
}

@media screen and (min-width: 769px) {

	section#navigation ul li a::after {
		top: 115%;
		left: 0;
		width: 100%;
		height: 3px;
		background: #897a61;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
		position: absolute;
	}

	section#navigation ul li a:hover::after {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}



}

@media screen and (max-width: 768px) {

	section#navigation {
		background-color: transparent;
		position: absolute;
		top: 0;
		right: 0;
		height: auto;
		z-index: 999;
	}

	section#navigation ul {
		display: none;
	}

	section#navigation ul.open {
		display: block;
		background: #9A8B71;
		padding-top: 50px;
	}

	section#navigation ul li {
		display: block;
		border-bottom: 1px solid #FFF;
	}

	section#navigation ul li:last-child {
		border-bottom: none;
	}

	#nav-icon3 {
		display: block;
		float: right;
    	margin: 20px;
	}

}

/* ################################### header ################################### */

header {
	width: 100%;
	height: 500px;
	text-align: center;
	background-size: cover;
	background-position: center;

}

body.home header .caption {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.subpage header {
	width: 100%;
	min-height: 500px;
	height: auto;
	text-align: center;
	background-size: cover;
	background-position: center;
}

body.subpage header.small {
	width: 100%;
	height: 350px;
	min-height: inherit;
	text-align: center;
	background-size: cover;
	background-position: left center;
}

@media screen and (max-width: 768px) {

	header {
		height: 300px;
	}

	header a.button {
		margin-bottom: 0;
		margin-top: 5px;
	}

	body.subpage header .caption {
		padding-top: 75px;
	}

	body.subpage header {
		min-height: inherit;
	}

	body.subpage header.small {
		height: auto;
		padding: 0 0 75px 0;
	}

}

/* ################################### boxes ################################### */

ul.boxes {
    margin: 50px 0 0 0;
    list-style: none;
}

ul.boxes li {
    background: #00A1DF;
    color: #FFF;
    width: 27.33%;
    float: left;
    height: 150px;
    margin: 0;
    padding: 0 3%;
}

ul.boxes li.dark {
    background: #2E3B45;
    height: 190px;
    margin-top: -20px;
}

@media screen and (max-width: 768px) {

	ul.boxes {
		margin: 25px 0 0 0;
	}

	ul.boxes li {
		width: 80%;
		padding: 0 10%;
	}

	ul.boxes li.dark {
		margin-top: 0;
	}

}

/* ################################### bestil julekatalog ################################### */

section.julekatalog {
	position: relative;
	padding: 135px 0;
	background-image:url(../images/collage.jpg);
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.julekatalogSplash {
    position: absolute;
    top: -80px;
    left: 20px;
}

section.julekatalog a.button {
    font-size: 18px;
    padding: 0px 50px;
    line-height: 50px;
    height: 50px;
}

section.julekatalog .swoosh_one {
    position: absolute;
    left: -83px;
    bottom: -68px;
}

section.julekatalog .swoosh_two {
    position: absolute;
    top: -40px;
    right: -50px;
}

section.dark .julekatalogSplash {
    top: -100px;
    left: -35px;
}

@media screen and (max-width: 768px) {

	section.julekatalog {
		padding: 90px 0;
	}

}

@media screen and (max-width: 550px) {

	section.julekatalog {
		background-image:url(../images/collage_mobile.jpg);
	}

}

/* ################################### category ################################### */

section.category {
	position: relative;
	width: 95%;
	padding: 125px 2.5%;
	color: #FFF;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

section.category.right {
	text-align: right;
}

.title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.beforeprice {
    font-size: 20px;
    font-weight: 300;
}

.price {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 0;
	margin-top: -5px;
}

.afterprice {
    font-size: 20px;
    font-weight: 300;
	margin-top: 20px;
}

section.category .overlay.gold {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
	z-index: 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(154,139,113,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(154,139,113,0.8)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(154,139,113,0.8) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(154,139,113,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(154,139,113,0.8) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(154,139,113,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9a8b71', GradientType=1 );
}

section.category .overlay.dark {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    top: 0;
	z-index: 0;
	background: rgba(46,59,69,0.8);
	background: -moz-linear-gradient(left, rgba(46,59,69,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,59,69,0.8)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(46,59,69,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(46,59,69,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(46,59,69,0.8) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(46,59,69,0.8) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3b45', endColorstr='#ffffff', GradientType=1 );
}

.logos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    text-align: center;
	opacity: 0;
    visibility: hidden;
	transition: all .4s ease;
   -moz-transition: all .4s ease;
   -webkit-transition: all .4s ease;
}

section.category .logos.active {
    opacity: 1;
    visibility: visible;
	z-index: 999;
}

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

.logos ul li {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    font-size: 15px;
}

.logos.gold {
    background: #9A8B71;
}

.logos.dark {
    background: #2E3B45;
}

section.category .content {
	z-index: 9;
    position: relative;
}

section.category.right .touch {
    z-index: 999;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

section.category.left .touch {
    z-index: 999;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width: 768px) {

	section.category {
		width: 85%;
		padding: 125px 7.5%;
	}

	section.category .overlay.gold {
		width: 100%;
	}

	section.category .overlay.dark {
		width: 100%;
	}

	.logos {
		width: 100%;
		height: 100%;
		padding: 0;
	}

	.logos ul {
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.logos ul li {
		display: block;
		margin: 20px;
		vertical-align: middle;
	}

}

/* ################################### form ################################### */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 50px;
    border-radius: 0;
    border: 1px solid #EEE;
	background: transparent;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #00A1DF;
    outline: 0;
}

input[type="submit"] {
    margin: 20px 0 0 0;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    background: #9A8B71;
    width: 100%;
}

section.dark input, section.dark select,section.dark submit {
    color: #FFF;
}

.radio-circle {
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 0 0 0 15px;
}
p.terms {
    float: left;
}
p.terms a {
    color: #222;
	text-decoration: underline;
	cursor: pointer;
}
p.terms.error-radio, p.terms.error-radio a {
    color: red;
}
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 50px auto;
    padding: 50px;
    width: 50%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.close {
    color: #222;
    float: right;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 0px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

input[type="submit"]:hover {
	border: 1px solid transparent;
	color: #9A8B71;
    background: #FFF;
}

section.white input[type="submit"]:hover {
	border:1px solid #EEE;
	color: #9A8B71;
    background: #FFF;
}

input.full, select.full {
    width: 100%;
}

select.full {
    height: 50px;
    border-radius: 0;
    border: 1px solid #EEE;

    margin: 0 0;
     -webkit-appearance: none;
    -webkit-border-radius: 0px;
	background: url(../images/select_transparent.png) no-repeat right rgba(255,255,255,0);
	background-size: auto 100%;
}

select.full:focus {
    border: 1px solid #00A1DF;
    outline: 0;
}

select.full, select.full option {
    color: black;
}

select.full:invalid, select.full option[value=""] {
   	color: #999999 !important;
	font-size: 14px;
}

/*Added for browser compatibility*/
[hidden] {
  display: none;
}


input.half {
    width: 49%;
    float: left;
    margin-right: 2%;
}

input.half.last {
    margin-right: 0%;
}

input[type="submit"][disabled] {
    background: #00A1DF;
}

input[type="submit"][disabled]:hover {
    background: #00A1DF !important;
    color: #FFF !important;
	border: 1px solid transparent !important;
}

::-webkit-input-placeholder {
  	color: #999999;
	font-size: 14px;
}

::-moz-placeholder {
  	color: #999999;
	font-size: 14px;
}

:-ms-input-placeholder {
  	color: #999999;
	font-size: 14px;
}

:-moz-placeholder {
  	color: #999999;
	font-size: 14px;
}



@media screen and (max-width: 768px) {

	input.half {
		width: 100%;
		margin-right: 0;
	}

}

/* ################################### footer ################################### */

footer {
	padding: 60px 0;
	text-align: center;
	background: #2E3B45;
}

footer img {
    max-width: 100%;
    height: auto;
}

footer h2 {
    font-weight: 400;
}

footer input[type="submit"] {
    margin-top: 0;
    background: #445763;
	text-transform: none;
	font-weight: 300;
}

footer input[type="submit"]:hover {
    margin-top: 0;
    background: #9A8B71;
	color: #FFF;
}

footer input[type="text"] {
    background: transparent;
    border: 2px solid #9A8B71;
    text-align: center;
	color: #FFF;
}

footer input[type="text"]:focus {
    background: #9A8B71;
    border: 2px solid #9A8B71;
    text-align: center;
	color: #FFF;
}

footer ::-webkit-input-placeholder {
  	color: #9A8B71;
}

footer ::-moz-placeholder {
  	color: #9A8B71;
}

footer :-ms-input-placeholder {
  	color: #9A8B71;
}

footer :-moz-placeholder {
  	color: #9A8B71;
}

/* ################################### section: contact ################################### */

section.contact {
    background: rgba(154, 139, 113, 0.8);
    padding: 40px 0;
}

section.contact img {
    display: block;
}

section.contact ul {
    margin: 0;
    list-style: none;
    text-align: center;
}

section.contact ul li {
    color: #FFF;
    display: inline-block;
    margin: 0;
	vertical-align: middle;
}

section.contact ul li:after {
    content: "•";
    margin-left: 15px;
    margin-right: 15px;
}

section.contact ul li:first-child {

	/* margin-right:15px; */
}

section.contact ul li:first-child:after {
	/* display: none; */
}

section.contact ul li:last-child:after {
	display: none;
}

@media screen and (max-width: 768px) {

	section.contact img {
		display: inline-block;
	}

	section.contact ul li {
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom:10px;
	}

	section.contact ul li:last-child {
		margin-bottom:0;
	}

	section.contact ul li:after {
		display:none;
	}

}

/* ################################### page:how-it-works ################################### */

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 50px 0 -75px 0;
    z-index: 9;
}

.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ################################### page:order ################################### */

.whiteTrans {
	background: rgb(256,256,256);
    background: rgba(256,256,256,0.8);
    padding: 50px 0;
	margin: 50px 0;
}

.shipping-options {
    list-style: none;
    list-style-image: none;
    margin: 0;
}

.shipping-options li {
    width: 30%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin: 0 1%;
}

.shipping-options li div {
    background: #FFF;
    width: 100%;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
    transition: 0.35s all ease;
}

.shipping-options li.active div, .shipping-options li:hover div {
    background: #2E3B45;
    color: #fff;
}

input[type="number"] {
    background: #FFF;
    height: 40px;
    width: 30%;
    margin: 0 1%;
	border: none;
}

select {
    border: none;
    height: 41px;
    margin: 0 1%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
	background: url(../images/select.png) no-repeat right #FFF;
	background-size: auto 100%;
}

select:focus {
    border: none;
}

@media screen and (max-width: 550px) {

	.container.order .columns {
		margin-bottom: 40px;
	}

	.container.order .columns:last-child {
		margin-bottom: 0;
	}

	.whiteTrans {
		padding: 50px;
	}

}



.bg {
    background-color: #2E3B45;
    background-image: url(../images/Baggrundsbillede_LR.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: 52% 0%;
    background-size:2480px;


}


section  {

    text-align: center;
    padding: 120px 60px 100px 60px;

}



.blue {
    background-color: #2E3B45;
}

.blue-trans {
     background-color: rgba(46, 59, 69, 0.8);
}
.white-trans {
    background-color: rgba(255, 255, 255, 0.8)
}

section.header {
    margin-top: 60px;
    padding: 80px 100px 100px 100px;

}

.header p {
	font-weight: 100;
}

.header b {
	font-weight: 500;
}

section.gifts {
    padding: 80px 20px 80px 20px;

}

section.kort {
     padding: 100px 30px 30px 30px;

}



.kort p {
    padding-left: 150px;
    padding-right: 150px;
    font-weight: 100;
    margin-top: 10px;
    font-size: 21px;
}

.gifts p {
	font-weight: 100;
	font-size: 21px;
}


section.portal {
     padding: 70px 60px 100px 60px;
}

.contact {
    margin-bottom: 80px;
}

.contact li {
	font-size: 15px;
}

.portal img {
	width: 95%;
}

.portal p {
    color: #1D3741;
    margin-bottom: 0px;
}
.portal a {
    font-weight: 700;
    color: #1D3741;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    border-bottom: 10px double #1d3741;
}





h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

h3 {
    text-transform: uppercase;
    color: #9A8B71;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 36px;
}


h2 {
    font-size: 48px;
}

h4 {
    color: white;
    text-transform: none;
    font-size: 24px;
    font-family: poppins;
}

p {
    color: #fff;
    font-family: poppins;
    font-size: 24px;

}

.black {
    color: #000;
}

.variant h4 {
    margin-top: 65px;
}
.variant h2 {
    font-size: 36px;
    color: white;
}

section {
    position: relative;
}

.variant:before {
    position: absolute;
    top: -5px;
    left: -5px;
    content:"";
    width: 170px;
    height: 170px;
    border: 11px solid rgba(154, 139, 113, 0.8);
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../images/flake.png);
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: 30px;

}

.variant {
    position: absolute;
    background-color: #9A8B71;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    z-index: 2;
    }



    .contact ul li a {
    	color: #fff;
    	text-decoration: none;
    }
@media screen and (max-width:767px) {
    section, section.portal {
        padding: 80px 0px 100px 0px;
    }


    section.header {
        padding: 40px 20px 90px 20px;
    }

    section.kort {
        padding: 80px 20px 20px 20px;
    }



    h3 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }

    .kort p {
        padding: inherit;
        margin-top: 40px;
    }

    .variant {
        width: 100px;
        height: 100px;
        bottom: -50px;
    }
    .variant:before {
        width:110px;
        height: 110px;
        background-position: center 10%;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .variant h4 {
        margin-top: 35px;
        font-size: 18px;
    }

    .variant h2 {
        font-size: 24px;
    }


    .logo {
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
        width: 100px;
    }

    .contact {
        padding-top: 100px !important;
    }


    .portal a {
        padding: 0px;
    }

}
