/* mitglied-werden */

#mitglied-werden {
  width: 100%;
  height: 100%;
}

iframe {
  border-radius: 0 !important;
}

.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 650px;
}

/* neu hero */

@media (min-width: 660px) {
  .masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url("/files/deine-fpa/img/bg.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}

@media (max-width: 659px) {
  .masthead {
    height: 400px !important;
    background-image: url("/files/deine-fpa/img/bg-mobile.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  h1 {
    font-size: 16pt;
  }
}

body {
  background-color: #f8f9fa !important;
}

.blog-entry {
  background-color: #ffffff;
}

#calendar {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .fc-toolbar.fc-header-toolbar {
    font-size: 60%;
  }
}

.hero-image {
  filter: blur(4px);
  position: relative;
  height: 100%;
}

/* Symbole */

@font-face {
  font-family: "icomoon";
  src: url(/files/deine-fpa/css/icomoon.woff);
}

.nounderline > li > a {
  text-decoration: none !important;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

.icon-tiktok1:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e901";
}

.icon:hover {
  color: #e0d479;
}

/* Rest */

* {
  font-family: "Ubuntu", sans-serif;
}

.textmarker {
  background-color: #e0d479;
  color: #058b8c;
}

.tinted-image {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/files/deine-fpa/img/bg-min.jpg") no-repeat scroll center center/cover;
}

.mb-4 {
  padding: 50px 0;
}

.rounded {
  border-radius: 2rem !important;
}

.hero > h1 {
  font-size: 25pt !important;
  line-height: 1.5em !important;
  width: 75% !important;
}

.nav-link {
  font-weight: 500;
  font-size: 15pt;
}

.footer {
  background-color: #058b8c;
}

li > a,
.link-secondary {
  color: black !important;
}

.footer,
.footer-link {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .hero > h1 {
    font-size: 34pt !important;
    width: 50% !important;
  }
  .slogan {
    font-size: 25px !important;
  }
  .yt {
    width: 50% !important;
  }
}

.about-caption {
  word-wrap: break-word;
  margin-top: -10px;
}

.link-secondary,
.active {
  color: #058b8c !important;
}

.yt {
  background-color: white;
  width: 80%;
  margin: -100px auto 0 auto;
  padding: 0;
  text-align: center;
  border: 11px solid #ffffff;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

.carousel-item {
  background-color: #058b8c;
  height: 350px;
  color: #ffffff !important;
}

.text-justify {
  text-align: justify;
}
