/*
Theme Name: WP_SH_Bootstrap
Author: Christoph
Author URI: 
Description: Responsive HTML5 Theme with Bootstrap
Version: 1.0
*/

/* Font Lelo */

@font-face {
  font-family: "Lelo";
  src: url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Regular.eot"); /* IE9 Compat Modes */
  src: url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Regular.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Regular.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lelo";
  src: url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Bold.eot"); /* IE9 Compat Modes */
  src: url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Bold.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/fonts/Lelo-Bold.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
}

/* Basic Color and Text Styles */

body {
  font-family: Lelo;
  --bs-nav-link-font-size: 1.3rem;
  --bs-body-color: black;
  background-color: transparent;
}

.navlink-white {
  color:white !important

}

.navlink-black {
  color: black !important;
}

.title {
  display: none;
}

main {
  display: none;
}

#navbar {
  display: none;
}

html.no-js .title {
  display: block !important;
}

html.no-js main {
  display: block !important;
}

html.no-js #navbar {
  display: flex !important;
}

html.no-js body {
  display: block !important;
}

@media (max-width: 991px) {
  body nav {
    --bs-nav-link-font-size: 2.8rem;
  }
}

h1 {
  color: white;
  font-weight: bold;
}

/* Divider */

.divider-med {
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.container-padding {
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}

@media (min-width: 768px) {
  .container-padding {
    padding: 0 70px;
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .container-padding {
    padding: 0 90px;
  }
}

@media (min-width: 1200px) {
  .container-padding {
    padding: 0 160px;
  }
}

/* Background Image*/

.bg-image {
  background: url(https://dev.sascha-huenermund.de/wp-content/themes/WP_SH_Bootstrap/assets/img/background-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 100vh rgba(0, 0, 0, 0.23);
  height: 100vh;

  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-color {
  background-color: rgb(253, 226, 207);
  transition: background 2s ease;
}

.title a:hover {
  opacity: 0.5;
}

/* Nav */

/* Toggle Icon */

.navbar-toggler {
  width: 50px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.middle-bar {
  margin-top: 10px;
}

.language a {
  text-decoration: none;
}

.language .h1-underline {
  text-decoration: underline;
}

.navcontainer {
  display: flex;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
  margin-top: 10px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 10px;
  transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 40px;
  transform: rotate(0deg);
}

nav li a {
  transition: color 0.35s ease !important;
}

nav li a:hover {
  opacity: 0.5;
}

.nav-link.active {
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  .navbar-nav {
    height: calc(100vh - 56px);
  }
}

#navbar {
  transition: background 2s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-label-mobile {
  color: black;
  font-weight: 700;
  font-size: 1.5rem;
    
}

@media (min-width: 992px) {
.social-media-btn {
  padding-right: 40px;
}}

.social-media-btn:hover {
  opacity: 0.5;
}

.btn-secondary, .btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0,0,0,0);
}


/* About Section */

#about {
  min-height: 100vh;
  padding-bottom: 120px;
}

.about-panels {
  text-decoration: underline;
  color: black;
}

@media (min-width: 992px) {
  .about-panels h4 {
    font-size: 1.2rem;
  }
}

.about-panels-list ul li a {
  text-decoration: underline;
  color: black;
}

.about-panels-list ul li a:hover {
  color: #23527c;
}

.panel {
  padding: 10px;
}

/* News Section */

#news {
  min-height: 100vh;
  padding-bottom: 120px;
}

#sb_instagram .sbi_item {
  width: 50% !important;
  padding: 5px !important;
  height: auto !important;
  display: block !important;
}

#sb_instagram {
  min-height: 100vh !important;
}

#sbi_images {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}

#sb_instagram .sbi_item {
  width: 50%;
}

#sb_instagram .sbi_lightbox_carousel_icon {
  display: none !important;
}
#sb_instagram .sbi_photo {
  background-image: none !important;
  padding-bottom: 0 !important;
  position: relative;
  height: auto !important;
  /* display: none; */
}
#sb_instagram img {
  width: 100%;
}

#sb_instagram .sbi_playbtn {
  position: absolute;
  width: 10%;
  bottom: 45%;
  right: 45%;
}

#sb_instagram .sbi-screenreader {
  position: absolute;
  color: white;
  padding: 1rem;
  width: 100% !important;
  text-align: center;
  text-indent: 0 !important;
  z-index: 1;
  line-height: inherit !important;
  height: inherit !important;
  text-align: center !important;
}

/* Dates Section */

#dates {
  padding-bottom: 120px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  #dates {
    font-size: 1.4rem;
  }
}

#dates a {
  text-decoration: underline;
  display: inline;
  position: relative;
  white-space: nowrap;
  color: black;
}

/* Media Section */

#media {
  min-height: 100vh;
  padding-bottom: 120px;
}

/* Grid Building */

.grid-item {
  padding: 5px;
}

#media .dl-pdf {
  position: relative;
  width: 100%;
}

#media .dl-img {
  position: relative;
  border: 0;
  padding: 0;
}

#media .dl-img img {
  height: auto;
  width: 100%;
}

#media .dl-pdf:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#media .grid-item-dl-box {
  background-color: white;
}

#media .dl-pdf .grid-item-dl-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dl-item a {
  color: black;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  padding-top: 37%;
}

.dl-item a:hover {
  color: #23527c;
}
#media .img-download-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  display: none;
}

#lightbox .lb-data .lb-download a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-top: 3px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#lightbox .lb-data .lb-download a:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

#media .dl-img iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*Lite-YT-Styling */

lite-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Contact Section */

#contact {
  background-color: white !important;
}

.logo-height {
  height: 200px;
  align-content: center;
}

.logo-small {
  max-width: 200px;
}

.logo-med {
  max-width: 150px;
}

.logo-lg {
  max-width: 100px;
}

/* Footer Styling */

footer {
  background-color: white;
  color: black !important;
}

footer .btn {
  background-color: black;
  border-color: black;
}

footer .btn:hover {
  background-color: grey;
  border-color: grey;
}

footer .border-top {
  border-width: 0.2rem !important;
  border-color: black !important;
}

footer h1,
footer h2,
footer h3,
footer h4 {
  color: black;
}

@media (min-width: 576px) {
  footer {
    font-size: 1rem;
  }
}

footer li a {
  color: black !important;
}

#impressum,
#privacy {
  background-color: white;
}
