@import url('https://fonts.googleapis.com/css?family=Caveat:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

html, body {
  height: 100%;
  width: 100%;
  font-family: 'sans-serif' , sans-serif;
  color: #0000009c;
  background-color: rgb(255, 255, 255);
}

.container {
  width: 100%;
  font-family: 'sans-serif' , sans-serif;
  background-color: rgb(255, 255, 255);

}
.tel {
  font-size: 0.9em;
  color: rgb(0, 0, 0);
  padding-right: 0.3em;
}

.dropdown:hover .dropdown-menu {
  display: block;
  font-size: 0.9em;
  text-decoration: underline;
  text-decoration-color:#EF7C00;
  background-color: rgb(255, 255, 255);
}

.dropdown-item {
  display: block;
  font-size: 0.9em;
  color: #0000009c;
  text-decoration: underline;
  text-decoration-color:#EF7C00;
}

.dropdown-item:hover {
  background-color: rgb(255, 255, 255);
  color: #000000d2;
}

.card-img-top:hover {
  opacity: 100%;
}


.card-img-top {
  opacity: 70%;
}



.card {
  font-size: 0.9em;
  color: #0000009c;
  font-family: sans-serif;

  
}

.card:hover {
  font-size: 0.9em ;

}
.footer {
  text-align: center;
  font-size: 1.0em;
  color: rgb(255, 255, 255);
  background-color: #EF7C00;
  font-family: Caveat;
  height: 1.5em;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
}

.navbalk {
  background-color: #ffffff;
  height: 60px;
}

.navbar-brand {
  width: 10em;
}

.navbar {
  font-size: 0.9em;
  color: rgb(0, 0, 0);
  text-decoration-color:#EF7C00;
  background-color: rgba(255, 255, 255, 0.616);
  padding: 0em;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
}

.nav-item {
  list-style-type: none;
  padding-left: 1.0em;

  color:rgb(0, 0, 0)
}

.nav-link {
  font-size: 0.9em;
  color: rgb(0, 0, 0) ;
  text-decoration: underline;
  text-decoration-color:#EF7C00;
}

.nav-link:hover {
  font-size: 0.9em;
  color: #0000009c;
  text-decoration: underline;
  text-decoration-color: #EF7C00;
}

.adresinfo {
  font-size: 0.9em;
  color: rgb(0, 0, 0) ;
}

.carousel-inner img {
  width: 100%;
  height: 100%; 
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY (-50%);
}

.carousel-inner {
  max-height: 50%;
}

.carousel .carousel-item {
  height: 700px;
}

.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 300px;
}

.map-container-6{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container-6 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }

  .jumbotron {
    padding: 3em;
  }

/*---Media Queries --*/
@media (max-width: 992px) {

}
@media (max-width: 768px) {
  .tel { display: none; }
}
@media (max-width: 576px) {
  .tel { display: none; }
}

@media (max-width: 576px) {
  #carouselExampleCaptions {
     display: none;
   }
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}


.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

.selector-for-some-widget {
  box-sizing: content-box;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








