body {
	background: #f6f6f6;

	font-family: 'Montserrat', sans-serif;
	max-width: 100%;
	max-height: 100%;
	margin-top: 5%;


}
section {
		text-align: center;
}
h1 {
	color: #1F4788;
	font-size: 2.5em;
	letter-spacing: 1px;
  margin-bottom: 15px;
}
h2 {
  color: #1F4788;
  font-size: 2em;
}
h3, #tel {
  color: black;
  font-size: 1.3em;
  margin-top: 5px;
}
p {
	color: black;
	text-align: center;
	font-size: 0.9em;
}
img {
  height: 300px
}

hr {
	width: 70%;
}
b {
	font-weight: 10;
}

a {
	text-decoration: none;
  color: black;
}
a:hover {
	text-decoration: underline;
}

table {
  margin: 0 auto;
  font-size: 1.2em;
}

#table_open {
  width: 370px;

}
#table_open td {
  height: 1.5em;
}



#table_price {
  width: 370px;
  height: 400px;
}
#table_price td {
  border-bottom: 1px dashed black;
  margin-bottom: 2%;
}
.td_top {
  border-top: 1px dashed black;
}
.td_right {
  text-align: right;
}


@media only screen and (max-width:900px) {
  /* For mobile phones: */
  #velkommen, #open, #prices {
    width:100% !important;
    margin-left: 0;
  }
}


#wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: 70%;
  margin: 0;
  padding: 0;
}
.card {
  position: relative;
  text-align: center;
  
  width: 685px;
  height: 400px;
  overflow: hidden;

  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/*Light blue cover above the slide show*/
.card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;

  display: block;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.2);
}

.card_part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;

  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  
  transform: translateX( 700px );
  background-image: url( 'pics/sulin6.jpg');
  
  animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
}


.card_part.card_part-two {
  z-index: 6;
  background-image: url('pics/sulin1.jpg');
  animation-delay: 4s;
}

.card_part.card_part-three {
  z-index: 5;
  background-image: url('pics/sulin2.jpg');
  animation-delay: 8s;
}

.card_part.card_part-four {
  z-index: 4;
  background-image: url('pics/sulin3.jpg');
  animation-delay: 12s;
}
.card_part.card_part-five {
  z-index: 3;
  background-image: url('pics/sulin4.jpg');
  animation-delay: 16s;
}
.card_part.card_part-six {
  z-index: 2;
  background-image: url('pics/sulin5.jpg');
  animation-delay: 20s;
}

@keyframes opaqTransition {
  3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -700px ); }
  100% { transform: translateX( -700px ); }
}



