a {
color: black;
}

a:hover {
color: black;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: 'Didact Gothic', sans-serif;
  font-size: large;
}

.headerlogo {
  width: 300px;
  max-height: auto;
 }

.logo {
  max-width: 300px;
  max-height: auto;
  margin: 2%;
  margin-top: 4%;
  opacity: 1;
  transition: opacity 1s; 
}


.logovak {}

#header {
  text-align: center;
  background: 0;
}

.col-lg-3 {}

.col-lg-9 {}

.col-sm-12 {
 padding: 0.5%;  
}

#contact {
  text-align: center;

}

.foto {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 25px;
  border: 2px dotted gray;
}

.fotocontainer {
  text-align: center;
  padding: 1%;
  max-height: 100%;
  float: left;
  max-width: 450px;
  margin-left: 5%;
  margin-right: 5%;
}

.tekstcontainer {
  padding: 1%;
  max-height: 100%;
  max-width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

h1 {
  font-weight: bold;
  color: rgb(177, 30, 41);
}

#footer {
  padding: 0;
  background: 0;
}

#gmap_canvas {
  overflow: hidden;
  background: none!important;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 25px;
}

.test {
    width: 100%;
  height: 100%;
  border-radius: 25px;


}


.logovak {
  text-align: center;
}

.logovak:hover {
   background-color: #f0f0f0;
}

.pano {
  height: 400px;

}

.panocontainer {
    width: 100%;
  height: 400px;
    background-image: url("panoramahal.jpg");
  background-size: cover;
}

.mySlides {
  width: 100%;
  height: 400px;
  max-height: 100%;
  position: absolute;
}

@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  33% {
    opacity:0;
  }
  66% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


#cf4a img:nth-of-type(1) {
  animation-delay: 9s;
}
#cf4a img:nth-of-type(2) {
  animation-delay: 6s;
}
#cf4a img:nth-of-type(3) {
  animation-delay: 3s;
}

#cf4a {
  position:relative;
  height:400px;
  width:100%
  margin:0 auto;
  overflow: hidden;
}

#cf4a img {
  position:absolute;
  top:0;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}



#cf4a img {
animation-name: cf4FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 9s;
animation-direction: alternate;
}
/*   background-image: url("transport bus.jpg");
  background-size: cover; */

@media only screen and (max-device-width: 600px) {
  #cf4a img {
    left: -100%;
  }
}