body {
	margin:0;
	background-color: #eee;
	;
}
.flere {
	position: fixed;
    right: 0;
    left: 0;
	top: 0;
}
.navbar {
  overflow: hidden;
  background-color: #33a;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.bottom {
  overflow: hidden;
  vertical-align: middle;
  background-color: #33a;
  position: fixed;
  bottom: 0;
  width: 100%;

  padding: 7px 7x;
  font-size: 17px;
  color: #f2f2f2;
}
.proveklar {
  background: #fff;
  background-image: url("billeder/kkbanner2.jpg");
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  top: 50;
  left: 0;
  color:grey;
  width: 100%;
  height:40px;
  padding:15px;
  border-bottom: thin solid black;
 }
 .proveklar a{
	 text-decoration: none;
 }
.bottom a {
	text-decoration: none;
	color: #f2f2f2;
	}
.bottom a:hover {
	text-decoration: underline;
}
.navbar a {
	position: absolute;
  display: inline-block;
  border-radius: 5px;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #aaf;
  color: black;
}

.main {
  margin: 0px 200px 75px 200px;
 }
td {
	vertical-align:top;
}
.engraved {
	font-size: 50px;
     background-color: #ff0000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(245,245,245,0.5) 1px 2px 1px;
 }
 .border {
	background: rgba(255, 00, 00, .7);
	border-radius: 10px;margin: 25px;
	padding:2px 25px 25px 25px;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255,255,255,0.5), inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
}
 .velkommen {
	background: rgba(00, 255, 00, .1);
	border-radius: 10px;
	margin: 25px;
	padding:2px 25px 25px 25px;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255,255,255,0.5), inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5);
}
.wh {
	padding-top:100px;
	height: 100vh;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
.dropdown span{display:none;}