/* Hintergrund */
body p{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    color: #eee;
}

body h3{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    color: #eee;
}

body h2{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.85rem;
    font-weight: 400;
    color: #eee;
}

#body_under_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -2;
    background-size: 100% 100%;
    background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
    background-image: radial-gradient(49% 81% at 45% 47%, #746D4945 0%, #073AFF00 100%),radial-gradient(113% 91% at 17% -2%, #054B83FF 1%, #30B9B700 99%),radial-gradient(142% 91% at 83% 7%, #6A03C3FF 1%, #FF000000 99%),radial-gradient(142% 91% at -6% 74%, #5B2C9EFF 1%, #FF000000 99%),radial-gradient(142% 91% at 111% 84%, #416D8EFF 0%, #BD7171FF 100%);
}

#body_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.6);
    z-index: -1;
}

.modal-backdrop {
    z-index: 1;
  }

.modal-header {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.45rem !important;
    font-weight: 300 !important;
    background: rgb(12,30,42);
    background: linear-gradient(90deg, rgba(12,30,42,1) 0%, rgba(12,36,49,1) 70%);
}

.modal-header h5{
    color:  #eee;
}

.modal p{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.15rem !important;
    font-weight: 300 !important;
    color: #363636 !important;
}

.modal h6{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    color: #363636;
}


/* Back Button */

#backToTopBtn {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 12px;
    z-index: 99;
    font-size: 18px;
    border: 2px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 50px;
    height: 50px;
    transition: background-color 0.3s;
  }
  
  #backToTopBtn:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }


/* Global Container */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.1),
                0 10px 20px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    background-color: #002d44;
    background-image: url('../images/main_content_bg/bg-main-content.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media (max-width: 767px) {
    .main-container {
        background-image: none !important;
    }
}

.main-gallery {
    max-width: 1200px; /* Maximale Breite des Containers */
    margin: 0 auto; /* Zentriert den Container */
    display: block;
    position: relative;
    background-color: #001826;
    background-image: url('../images/main_content_bg/bg-img-gallery1.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: right;
}

/* Navbar oben */
.navbar {
    background: rgb(22,22,22);
    /* background: linear-gradient(90deg, rgba(0,46,69,1) 0%, rgba(0,12,21,1) 70%); */
}

.navbar-nav .nav-item .nav-link {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    color: white !important;
    padding: 0.5rem 1rem;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
    color: orange !important;
}

.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: orange;
    transition: width 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-item:not(:last-child) .nav-link::before {
    content: '';
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: white;
    text-decoration: none;
}

.navbar-brand img{
    height: 40px;
}

.custom-navbar {
    height: 65px;
  }
  
  .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.3); /* 40% Durchsichtigkeit */
  }
  
  @media (max-width: 991px) {
    .navbar-collapse {
      position: absolute;
      top: 65px;
      left: 0;
      right: 0;
      background: rgb(0,46,69);
      background: linear-gradient(90deg, rgba(0,46,69,0.85) 0%, rgba(0,12,21,0.85) 70%);
      padding: 1rem;
    }

    .navbar {
        padding-top: 2px !important;
    }

    .navbar-brand {
        height: 25px;
    }

    .navbar-brand img{
        height: 35px !important;
    }

    .navbar-toggler-icon {
        width: 25px !important;
        height: 25px !important;
    }

    .navbar-toggler {
        margin-top: 4px;
    }

    .logo-text{
        font-family: "Yanone Kaffeesatz", sans-serif;
        font-size: 1.5rem !important;
        margin-top: 7px;
    }

    .container-media{
        margin: 0 auto;
        height: 35px;
    }

  }

/* Trennlinie zwischen den Links, nur auf größeren Bildschirmen */
@media (max-width: 991px) {
    .navbar-nav .nav-item:not(:last-child) .nav-link::before {
        content: '';
        position: absolute;
        top: 25%;
        right: 0;
        width: 0;
        height: 50%;
        background-color: white;
        text-decoration: none;
    }
    
    .navbar-nav .nav-item .nav-link:hover {
        color: orange !important;
    }

    .navbar-nav .nav-item .nav-link::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 0;
        background-color: orange;
        text-decoration: none;
    }
    
    .navbar-nav .nav-item .nav-link:hover::after {
        width: auto;
    }
    
}

.icon-link {
    margin-top: 15%;
    font-size: 1.5rem;
    color: white;
    transition: color 0.3s ease;
}

.icon-link:hover {
    color: orange;
}

.powered-by {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: white;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 8px !important;
    display: inline-block;
    transition: color 0.3s ease;
}

.powered-by:hover {
    color: orange;
}

/* Banner */
.banner {
    position: relative;
    height: 300px;
    padding-top: 30%; /* Verhältnis des Banners */
    background-image: url('../images/banner-img1-1.png');
    background-position: top;
    object-fit: cover;

}

.banner-text {
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-text h2 {
    color: rgb(31, 26, 26) !important;
    font-family: 'courgetteregular';
    font-size: 3.8rem;
}

@media (min-width: 768px) {
    .banner-text h2 {
        font-size: 4rem;
    }
}

@media (min-width: 992px) {
    .banner-text h2 {
        font-size: 6.5rem;
    }
}

.logo {
    max-height: 150px;
    width: auto;
}

.logo-text{
    font-family: 'courgetteregular';
    font-size: 1.8rem;
    margin-right: 15px;
}

h2 {
    margin: 0;
}

/* Ueber Mich   */
.bg-main-content {
    max-width: 1200px;
    box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.1),
                0 10px 20px -5px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

.content-border {
    border-right: #eee 1px solid
}

.img-rounded1 {
    width: 240px; /* Setzen Sie die gewünschte Breite */
    height: 240px; /* Die Höhe sollte gleich der Breite sein */
    background-image: url('../images/imgrounded1-1.png');
    background-size: cover; /* Das Hintergrundbild füllt den gesamten Container */
    background-position: center; /* Zentriert das Hintergrundbild im Container */
    border-radius: 50%; /* Macht das Element rund */
    overflow: hidden; /* Versteckt überstehende Teile des Bildes */
    margin: 0 auto;
    border: #eee 5px solid;
}

.img-rounded {
    background-image: none;
}

@media (max-width: 767px) {
    .content-border {
        border-right: none;
        border-bottom: #eee 1px solid;
    }

    .img-rounded {
        width: 180px; /* Setzen Sie die gewünschte Breite */
        height: 180px; /* Die Höhe sollte gleich der Breite sein */
        background-image: url('../images/img-rounded.png');
        background-size: cover; /* Das Hintergrundbild füllt den gesamten Container */
        background-position: center; /* Zentriert das Hintergrundbild im Container */
        border-radius: 50%; /* Macht das Element rund */
        overflow: hidden; /* Versteckt überstehende Teile des Bildes */
        margin: 0 auto;
        border: #eee 5px solid;
    }

    .content-box p, h3{
        text-align: center;
    }
}

.main-content {
    position: relative;
    padding: 20px;
}

.main-content-grid .content-box {
    background-color: transparent;
    padding: 20px;
    margin-bottom: 15px;
    z-index: 3;
}

/* Galerie */
.bg-main-gallery {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }

.gallery-slider-container {
    overflow: hidden;
    padding: 20px 0;
    }
  
.gallery-slider {
    display: flex;
    /*animation: slide 30s linear infinite;  Die Animation läuft endlos */
    width: calc((200px + 20px) * 10); /* Bildbreite + Abstand (20px) */
    column-gap: 20px; /* Abstand zwischen den Bildern */
    }
  
.gallery-slider-container:hover .gallery-slider {
    animation-play-state: paused;
    }
  
.gallery-slide {
    flex: 0 0 auto;
    width: 200px; /* Oder die gewünschte Breite */
    }
  
  .gallery-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover; /* Stellt sicher, dass die Bilder den Bereich ausfüllen */
    object-position: left top;
  }
  
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%); /* Bewegt sich nur um die Hälfte, da wir zwei Sätze von Bildern haben */
    }
  }

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
}

.next {
    right: 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Video */
.bg-main-video {
    background-color: #002d44;
    box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.1),
                0 10px 20px -5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.video-h5 {
    color:#eee;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden; /* Verhindert, dass die Balken über den Rand hinausragen */
}

.video-thumbnail::before,
.video-thumbnail::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 28px;
    background-color: black;
    z-index: 1;
}

.video-thumbnail::before {
    top: 0;
}

.video-thumbnail::after {
    bottom: 0;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 2; /* Stellt sicher, dass der Play-Button über den schwarzen Balken liegt */
}

.play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.video-thumbnail:hover .play-button {
    background-color: rgba(0, 0, 0, 0.9);
}
/* Partner */
.bg-main-partner {
    background-color: #001826;
    box-sizing: border-box;
}

.logos-slide {
    animation: 20s slide infinite linear;
    background-color: #001826;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide img {
    height: 60px;
    margin: 0 50px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Footer-Styling */
.sexeo-logo{
    background-image: url('../images/sexeo-de.png');
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: bottom;
    background-size: contain;
    width: auto;
    height: 20px;
}

.line{
    position: relative;
    height: 1px;
    width: 100px;
    color: #eee;
}

.footer li {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
}

.footer-gradient {
    background: rgb(22,22,22);
    /* background: linear-gradient(0deg, rgba(13,13,13,1) 0%, rgba(13,29,43,1) 100%);*/ 
    color: white;
  }
  
  .footer-gradient h5 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
  }
  
  .footer-gradient .footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-gradient .footer-link:hover {
    color: orange;
  }
  
  .container-last {
    text-align: center;
    padding-top: 5px;
    border-top: 1px solid white;
  }

  .list-unstyled li{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
  }
   
  .logo-text1 {
    font-family: 'courgetteregular';
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: white;
  }
  
  .footer-gradient .icon-link {
    font-size: 1.6rem;
    color: white;
    transition: color 0.3s ease;
  }
  
  .footer-gradient .icon-link:hover {
    color: orange;
  }
  
  /* Footer Grid */
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 270px); /* Vier Spalten mit fester Breite */
    justify-content: center;
    gap: 20px;
  }
    
  /* Responsives Verhalten */
  @media (max-width: 1200px) {
    .footer-grid {
      grid-template-columns: repeat(2, 290px);
      justify-content: center;
      row-gap: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .footer-grid {
      grid-template-columns: 1fr;
      justify-content: center;
    }
  }

  /* Modals anpassen */
  .modal {
    z-index: 1060; /* Standardwert von Bootstrap */
}

.modal-content {
    background-color: #fff;
    color: #000;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-title{
    font-size: 1.5rem;
    font-weight: bold;
    color: #eee;
}

.modal-body {
    font-size: 1rem;
}

/* line with a hard edge between the content */

.curved-container {
    position: relative;
    display: flex;
    width: 100%; /* Breite des Containers */
    height: 40px; /* Höhe des Containers */
    background-image: url('../images/main_content_bg/trenn.svg');
    background-repeat: no-repeat;
    object-fit: cover;
    z-index: 4; /* Stellen Sie sicher, dass dieser Wert höher ist als der z-index des Hintergrundcontainers */
    margin-top: -28px; /* Optional: Negativer Rand, um den Effekt der Überlappung zu verstärken */
}

.curved-container1 {
    position: relative;
    display: flex;
    width: 100%; /* Breite des Containers */
    height: 40px; /* Höhe des Containers */
    background-image: url('../images/main_content_bg/trenn1.svg');
    background-repeat: no-repeat;
    object-fit: cover;
    z-index: 4; /* Stellen Sie sicher, dass dieser Wert höher ist als der z-index des Hintergrundcontainers */
    margin-top: -28px; /* Optional: Negativer Rand, um den Effekt der Überlappung zu verstärken */
}

  
  
