/*******************************
HEADER STYLES
*******************************/

header {
	background-image: url(../images/0871-LandingPage-Header.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 8.615625rem;
	background-attachment: scroll;
}

.logo-container {
	background: #ffffff;
	padding: 1.75rem 1.5rem .5rem 1.5rem;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

/********************************
MAIN BODY STYLES
********************************/

body {
	font-family: 'Lato', sans-serif;
}

.main {
	padding-top: 4rem;
}

h1 {
	font-weight: 900;
	font-size: 1.6875rem;
	text-transform: uppercase;
	color: #796590;
	letter-spacing: 1px;
}

h2 {
	font-weight: 700;
	color: #f38a00;
	font-size: 1.25rem;
}

p {
	color: #626366;
	font-size: 1.125rem;
}

a:not(.button) {
	font-size: .8125rem;
	text-transform: uppercase;
	color: #796590;
	text-decoration: underline;
}

.button {
	font-size: 1.5625rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 3rem;
	margin-bottom: 2rem;
	letter-spacing: 3px;
	padding-left: 2.125rem;
	padding-right: 2.125rem;
	border-radius: 15px;
}

.keyland-divider {
	margin-bottom: 4rem;
}

.link-item {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.link-item:not(:last-child) {
	border-bottom: 2px solid #BFBFBF;
}

.link-icon {
	margin-right: .5rem;
	margin-top: -.15rem;
}

.uvat, .uvr, .uvp {
	margin-top: 1.5rem;
}

.dvuv {
	margin-top: .75rem;
}

/*****************************
FOOTER STYLES
*****************************/

footer {
	background: #796590;
	padding: 2rem 0;
	margin-top: 3rem;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: .75rem;
}

.copyright {
	font-weight: 700;
}

footer .row {
	padding: .25rem 0;
}

footer .contact-item {
	margin: 0 .75rem;
}

footer .contact-item-label {
	font-weight: 400;
	margin-right: .5rem;
}

footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: .75rem;
}
footer a:visited {
    color: #ffffff;
}


/**********************************
MEDIUM SCREEN STYLES (MOST TABLETS)
**********************************/

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	h1 {
		font-size: 1.45rem;
	}
	
	.button {
		font-size: 1.45rem;
	}
}


/**********************************
SMALL STYLES (PHONE)
**********************************/

@media screen and (max-width: 39.9375em) {
	
	header {
		padding-top: 4rem;
	}
	
	h1 {
		font-size: 1.25rem;
	}
	
	h2 {
		margin-top: 1rem;
		line-height: 110%;
	}
	
	.button {
		font-size: 1.25rem;
	}
	
	.keyland-divider {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	
	.link-item:first-child {
		padding-top: 1rem;
	}
		
	
	footer .contact-item {
		display: block;
		margin-bottom: .5rem;
	}
	
	.address span {
		display: block;
	}
	
	.address {
		margin-bottom: .5rem;
	}
	
	.name {
		margin-bottom: .5rem;
	}
	
}

/*******************************
jQuery Cookie Notice
*******************************/

.ck-modal {
	background-color: #ffc72c;
    font-family: inherit;
    bottom: 0px;
    position: fixed;
    display: block;
	width: 100%;
	padding: 14px 25px;
	z-index: 9999999 !important;
}



.ck-content p {
	margin-bottom: 0;
	font-size: 15px;
}

.privacy {
	padding-right: 5px;
}

.ck-choise .btn {
	color: #ffffff;
	background: rgb(127, 127, 127);
	padding: 9px 12px;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
}

.ck-choise .btn:not(:first-child) {
	margin-left: 5px;
}

@media screen and (max-width: 39.9375em) {
	.ck-choise {
		padding-top: 20px;
	}
}


@media screen and (min-width: 40em) {
	.ck-content {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	.ck-content p {
		width: 70%;
	}
	.ck-choise {
		justify-self: flex-end;
		width: auto;
		flex: 1 1 0px;
		text-align: right;
	}
}

/*******************************
Crisp chatbot
*******************************/

html body .crisp-client .cc-kv6t[data-full-view=true] .cc-1xry .cc-unoo {
	bottom: 80px !important;
}