h1 {
    font-family: Verdana;
	font-size: 15px;
}
h2 {
    font-family: Verdana;
	font-size: 14px;
}
h3 {
    font-family: Verdana;
	font-size: 13px;
}
td {
    font-family: Verdana;
	font-size: 13px;
}
td.menu {
    font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #E6E6E6;
}
td.header {
	letter-spacing: -1px;
	font-family: sans-serif, verdana;
	font-weight: bold;
	font-size: 38px;
	background-color: #E6E6E6;
}
tr.header {
	background-color: #E6E6E6;
}
table.base {
	border-spacing: 0px;
}
.logo-img {
	height:38pt;
	float: left;
	position: relative;
	left: 19px;
}
.logo-top {
	height:80px;
	padding-top: 5px;
	#float: left;
	#position: relative;
	#left: 200px;
}
.one {
	background: #eaeaea;
	width: 125px;
	}
.two {
	#background: #eaeaea;
	width: 700px;
	height: 400px;
	padding-left: 5px;
	padding-top: 5px;
	}
.mobile-menu {
  display: none;
  float: left;
  padding: 10px;
  font-size: 24px;
}
.fb-like {
	padding-left: 13px;
}
.depotimg {
	width: 450px;
	}
.medalimg {width: 150px;}
.mobilepay {width: 400px;}
.desk-hide{ display: none; }
.tdheight  {height: 22px;}
.loader {
  border: 5px solid #cacaca;
  border-radius: 50%;
  border-top: 5px solid #508bc9;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
  z-index:10;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
button:disabled,
button[disabled]{
  background-color: #fafafa;
}
@media screen and (max-width: 800px) {
.one {
	display: none;
	width: 165px;
	}
.showone {
	display: block;
	}
.mobile-menu {
	display: block;
	text-decoration: none;
}
.logo-img {
 display: none;
}
.logo-top {
 height: 50px;
 padding-top: 2px;
}
td.header {
	font-size: 25px;
}
span {
	position: relative;
	top: 9px;
}
.mobile-hide{ display: none; }
.loader {
  border: 3px solid #cacaca;
  border-radius: 50%;
  border-top: 3px solid #508bc9;
  width: 14px;
  height: 14px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
}

.ui-btn {
	width: 120px;
	height: 35px;
	letter-spacing: 1px;
}
.hephey {
	width: 400px;
	height: 50px;
	letter-spacing: 2px;
}
.two {
	width: 650px;
	height: 500px;
	padding-left: 3px;
	padding-top: 3px;
	}
.depotimg {
	width: 333px;
}
.medalimg {
	width: 100px;
}
.desk-hide {
	display: none; 
}
.tdheight  {height: 26px;}
}
@media screen and (max-width: 580px) {
.mob-hide{ display: none; }
.desk-hide{ display: table-row; }
.logo-top {
 height: 35px;
 padding-top: 6px;
}
.mobilepay {width: 360px;}
.tdheight  {height: 32px;}
.two {
	width: 580px;
	height: 500px;
	padding-left: 3px;
	padding-top: 3px;
	}
}
@media screen and (max-width: 380px) {
.mob-hide{ display: none; }
.desk-hide{ display: table-row; }
.logo-top {
 height: 35px;
 padding-top: 6px;
}
.mobilepay {width: 300px;}
.tdheight  {height: 30px;}
.two {
	width: 100%;
	height: 500px;
	padding-left: 3px;
	padding-top: 3px;
}
}
.hideme {
    display: none;
}
.border-menu {
  position: relative;
  padding-left: 1.25em;
}
.border-menu:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  width: 24px;
  height: 0.125em;
  border-top: 0.40em double;
  border-bottom: 0.16em solid;
  border-radius: 2px;
  border-color: #508bc9;
  #font-color: #508bc9;
}
#map {
   width: 100%;
   height: 400px;
   background-color: grey;
}
/* Deltager / resultatside til at vise pop up */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #d0d0d0;
  color: #111;
  text-align: center;
  border: 4px solid green;
  border-radius: 6px;
  padding: 10px;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 10px;
  font-size: 17px;
}
#snackbar2 {
  visibility: visible;;
  min-width: 170px;
  background-color: #ccc;
  color: #111;
  text-align: center;
  border-radius: 1px;
  padding: 0px;
  position: fixed;
  z-index: 10;
  left: 5%;
  bottom: 5px;
  font-size: 17px;
}
#snackbar3 {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #b0b0b0;
  color: #000;
  text-align: center;
  border: 3px solid lightblue;
  border-radius: 5px;
  padding: 8px;
  position: fixed;
  z-index: 10;
  left: 30%;
  bottom: 10px;
  font-size: 16px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein2 2.5s;
  #animation: fadein2 1.5s, fadeout 0.5s 2.5s;
}
#snackbar2.show2 {
  visibility: hidden;
  -webkit-animation: fadein 1.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.8s, fadeout 0.5s 2.5s;
}
#snackbar3.show3 {
  visibility: visible;
  -webkit-animation: fadein 2.5s;
}

@-webkit-keyframes fadein2 {
  from {right: 20%; opacity: 0;} 
  to {right: 50%; opacity: 1;}
}

@keyframes fadein2 {
  from {right: 20%; opacity: 0;}
  to {right: 50%; opacity: 1;}
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 20px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 10px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 10px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 10px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}