html, body {
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFF;
}
* {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background: transparent;}

input {
  font-family: 'Montserrat';
  font-size: 14px;
  width: 400px;
  padding: 5px;
  border: 1px solid #0066cc;
  border-radius: 3px;
}
textarea {
  font-family: 'Montserrat';
  font-size: 14px;
  width: 400px;
  padding: 5px;
  border: 1px solid #0066cc;
  border-radius: 3px;
}

#lk-konteiner {
	position: relative;
	min-height: 100vh;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}
#sisupakk {
	padding-bottom: 70px;
}

#jalus {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	border-top: solid 2px #5CBC02;
	background-color: #FFF;
	clear: both;
	z-index:999;
}
#jalus p {
    font-size: 13px;
    color: #000000;
}

@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Firefox < 16 */
@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */
@-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Internet Explorer */
@-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera < 12.1 */

.bg {
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	z-index:1;
}

.logoala { background-color: transparent;
	width: 120px; 
	border: 0px solid; 
	position: absolute; top: 60px; right: 10px;
	text-align: left; z-index: 1; }

.sisu { 
	z-index: 10;
	position: relative;
	font-family: Montserrat; font-size: 18px;
	text-decoration: bold;
	height: auto; width: 100vw;
	color: #000000;
/*	vertical-align: middle; height:130%; width: 90vw; */
}

.tabel {
	margin-top:80px;
	border-collapse:collapse;
/*	margin-left:16vw; */
}
.tabel td { border:0px; padding: 10px 10px 10px 10px; vertical-align:top }
.tabel td td { border:0px; padding:0px; cellspacing:0px; cellpadding:0px; vertical-align:top }

#menyy {
	z-index: 1000;
/*	border-bottom: solid 2px #00aaff; */
}

ul {
	list-style-type: none;
	margin-left: 15vw;
/*	margin-top: 10vh;
	padding-left: 20px; */
	overflow: hidden;
	position: relative;
	min-height: 70px;
	width: 100%;
	opacity: 0.8;
}
	  
li {
	float: left;
	width: 12vw; /*min-width: 350px;*/
	font-family: 'Montserrat';
	font-size: 18px;
	vertical-align: middle;
	padding: 15px; /*padding-left: 20px;*/
	margin: 0 0 0 8px;
	border: 1px solid #BA9986;
	border-radius: 10px;
	background-color: #BA9986;
	box-shadow: rgba(20, 155, 15, 0.35) 0px 5px 10px;
}
	  
li a {
	display: block;
	color: black;
	text-align: center;
	padding: 10px 10px 10px 10px; /* top right bottom left */
	text-decoration: none;
}
	  
li:hover {
	border: 1px solid #BA9986;
	border-radius: 20px;
	background-image:linear-gradient(#8B7769,#BCB5B0);
/*	background-color: #75EC05;*/
}

@keyframes slide {
	0% {background-position:0 0;}
	16.66% {background-position:0 0;}
	33.32% {background-position:-800px 0;}
	49.98% {background-position:-800px 0;}
	66.64% {background-position:-1600px 0;}
	83.30% {background-position:-1600px 0;}
	100% {background-position:0 0;}
}
	
.teenkast {
	padding: 10px 10px;
	width: 200px;
	text-align: left;
	border: solid 1px green;
	border-radius: 10px;
	background-color: #BA9986;
	box-shadow: rgba(125, 94, 66, 0.5) 0px 5px 10px;
}
.teenkast:hover {
	background-image: linear-gradient(#8B7769,#BCB5B0);
}

@media (max-width: 600px) {
	.row { width: 80%; }
	.column { width: 100%; }
	.columnheader { font-size: 5vw; }
	.columntext { font-size: 3vw; }
	.nupp { font-size: 2.4vw; }
	h1 { font-size: 18px; }
	.logoala { width: 60px }
}

@media (min-width: 1200px) {
	.row { width: 1200px; }
	.columnheader { font-size: 25px; }
	.columntext { font-size: 19px; }
}

@media print { .noprint  { display: none; } }
.right { text-align: right; }

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }

#Submitnupp {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
/*	width: 60px; */
	height: 40px;
	border: 1px solid;
	border-radius: 8px;
	margin: 0;
	padding: 0;
	background: #FF9000;
	box-shadow: 1px 1px #000000A6;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.6);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #FFA54F;
}
/*Cookie Consent End*/
