/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

/* Main Wrapper */
.main {
  min-height: 100vh;
}

/* All Links */
a,
a:focus,
a:hover {
  color: #000;
  transition: 0.4s;
}

/* Landing Page Full IMG START */
header {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; */
  height: calc(100vh - 98.5px);
}
/* HomePage */
.bg-image-full {
  background-image: url('../img/unsplash/moritz-kindler-I3hwmM6X_U4-unsplash.jpg') !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Contact Page */
.bg-image-full-contact {
  background-image: url('../img/unsplash/kelly-sikkema-Lob1IJzGNAE-unsplash.jpg') !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-h1-bold {
  font-size: 4vw;
  text-shadow: 3px 3px 3px #000000;
}
.home-h3-bold {
  font-size: 2vw;
  text-shadow: 2px 2px 2px #000000;
}
.mehr-button {
  font-size: 1.8vw;
  margin: 0 !important;
  padding: 0 !important;
}
/* Landing Page Full IMG END */

/* TelefonBar */
.tel-bar {
  margin: 0 auto;
  font-size: 1rem;
}
.tel-bar-list {
  margin: 0;
  padding: 2px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.tel-bar-list li {
  color: #333;
}
.tel-bar-list li a {
  color: #333;
}

/* NavBar Links */
.navbar-dark .navbar-nav .nav-link {
  color: #f1f1f1;
  font-size: 1.3rem;
}

/* NavBar Logo */
.navbar-brand {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #f1f1f1;
}
.navbar-brand img {
  width: 150px;
}

.big-letters {
  font-size: 1.4rem;
}
.big-l {
  font-size: 1.6rem;
}

/* NavBar Lines */
#hr-divider {
  display: none;
  /* margin: 7px 0; */
  padding: 0;
  background: #f1f1f1;
}

/* NavBar Animation Icon */
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  background-color: #f1f1f1;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
  display: block;
  width: 33px;
  height: 3px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 6px;
}
.icon-bar:nth-child(2) {
  transition: ease all 0.2s;
}
.navbar-toggler:hover > .icon-bar:nth-child(2) {
  transition: ease all 0.2s;
}
.navbar-toggler:active > .icon-bar:nth-child(2) {
  transition: ease all 0.2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: translateY(9px) rotate(-45deg);
  transition: ease all 0.2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: translateY(-9px) rotate(45deg);
  transition: ease all 0.2s;
}

/* Header,Section Backgrounds */
.bg-image-full {
  background-size: cover;
  background-attachment: fixed;
}

.black-border {
  color: white !important;
  text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333,
    1px 1px 0 #333 !important;
}

section {
  width: 100%;
}

.main-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

#contact-info {
  min-height: 300px;
}
#g-mapps iframe {
  width: 100% !important;
  min-height: 300px;
}

/* ---- W3Schools Modal Image START ------ */
.galleryImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.galleryImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1021 !important; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* The Close Button */
.closeModal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
/* ---- W3Schools Modal Image END ------ */

/* Button to Scroll TOP */
#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 6px; /* Place the button at the bottom of the page */
  right: 6px; /* Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #252525; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 0.2em; /* Increase font size */
  opacity: 0.9;
}

/* --------------------------------------------------- */
/* ------------------ MEDIA QUERIES ------------------ */
/* --------------------------------------------------- */

/* Small devices (575px and down) */
@media (max-width: 575.98px) {
  .g-recaptcha {
    transform: scale(0.74);
    transform-origin: 0;
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: -1em;
  }
  /* Landing Page Text */
  .home-h1-bold {
    font-size: 7vw;
  }
  .home-h3-bold {
    font-size: 3.5vw;
  }
}

/* Small devices (landscape phones, 575px and up) */
@media (min-width: 575px) {
  .tel-bar-list {
    justify-content: space-around;
  }
  .tel-bar-list li {
    margin: 0;
  }
}
/* Small devices (991px and down) */
@media (max-width: 991px) {
    /* NavBar Lines */
    .navbar-collapse .nav-item {
      border-bottom: 1px solid #ddd;
      margin-right: 0;
	  margin-bottom: 1em;
      padding-right: 0;
    }
    #hr-divider {
      display: block;
    }
	
	/* NavBar Brand */
    .navbar-brand img {
      width: 110px;
    }
    /* Landing Page Text */
    .home-h1-bold {
      font-size: 7vw;
    }
    .home-h3-bold {
      font-size: 4vw;
    }
    .mehr-button {
      font-size: 1rem;
      padding: 0 !important;
      margin: 0 !important;
    }
}

/* Medium devices (tablets, 767px and down) */
@media (max-width: 767px) {
  #contact-divider {
    display: none;
  }
}

@media (max-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-collapse .nav-item {
    border-right: 1px solid #999;
    margin-right: 10px;
    padding-right: 10px;
  }
  .navbar-collapse .nav-item:last-child {
    border-right: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
