/*

TemplateMo 550 Diagoona

https://templatemo.com/tm-550-diagoona

*/

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    overflow-x: hidden;
    overflow-y: auto;
    color: white;
    background-color: #2C353C;
    margin: 0;
    padding: 0;
}

a { 
    color: white;
    transition: all 0.3s ease; 
    text-decoration: none;
}
a:hover, a:active {
    color: CornflowerBlue;
}

ul { padding: 0; }
a:hover { text-decoration: none; }
button:focus { outline: none; }
p { line-height: 1.9; }
.tm-logo { margin-right: 20px; }
.tm-slogan { font-size: 0.8rem; }

/* Navigation */
.navbar-toggler {
    padding: 8px 15px;
    border: 0;
    border-radius: 0;
    transform: skewX(-15deg);
    background-color: rgba(0,0,0,0.5);
    color: white;    
}

.navbar-toggler i { transform: skewX(15deg); }

.navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link { padding: 0; }

.navbar-expand-lg .navbar-nav .tm-nav-link {
    font-size: 1.3rem;
    font-weight: 400;
    color: white;    
    padding-bottom: 30px;
    transition: transform 0.2s ease;
}

.navbar-expand-lg .navbar-nav .tm-nav-link:hover {
    transform: scale(1.1);
}

.nav-item { margin-right: 60px; }

.nav-item:last-child { margin-right: 0; }

.nav-item.active .tm-nav-link,
.nav-item:hover .tm-nav-link {
    color: #9CC;
}

/* Page Background */
.tm-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}

.tm-bg-left,
.tm-bg-right {
    position: relative;
    width: 50%;
    height: 100%;
}

.tm-bg-right { background-color: rgba(0,0,0,0.5); }

.tm-bg-left {
    border-right: 230px solid rgba(0,0,0,0.5);
    border-top: 100vh solid transparent;
}

.tm-bg-controls-wrapper {
    display: inline-block;
    margin-left: -150px;
}

.tm-bg-control {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,0.5);
    margin: 6px;
    cursor: pointer;
}

.tm-bg-control.active,
.tm-bg-control:hover {
    background-color: white;
}

.tm-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
}

.tm-row { display: flex; }

.tm-col-left {
    width: 50%;
    height: auto;
    padding-left: 40px;  
    padding-right: 40px;
}

.tm-col-right {
    width: 50%;
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
    overflow-y: visible;
}

.tm-col-right > * {
    width: 100%;
    box-sizing: border-box;
}

.tm-content, 
.tm-site-footer {
    flex: 0 0 auto;
}

.tm-content {
    max-width: 660px;
    margin-top: 50px;
    padding-right: 20px;
}

.tm-about { max-width: 525px; }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
  
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 0 1px rgba(255,255,255,.8);
}

.tm-content-title { font-size: 1.5rem; }
hr { border-top: 1px solid white; }

.btn {
    padding: 10px 25px;
    border-radius: 0;
}

.btn-big {
    padding: 9px 40px;
    font-size: 1.2rem;
}

.btn-primary {
    background-color: white;
    color: black;
    border: 0;
}

.btn-primary:hover {
    background-color: #9CC;
    color: black;
}

.tm-site-footer {
    padding: 40px 0 20px;
    max-width: 660px;
    font-size: 0.95rem;
}

.tm-col-footer { padding-left: 0; }
.tm-text-link { color: white; }

.tm-text-link:hover,
.tm-text-link:focus {
    color: #9CC;
}

/* Service */ 
.tm-service-text { 
    max-width: 450px;
}
.tm-service-img { 
    margin-right: 25px; 
}
.tm-service-img-r { 
    margin-left: 50px;
}

/* Angepasster Hinweis-Stil */
.notice-box {
    background-color: rgba(211, 211, 211, 0.2);
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 60px;
}

/* Hover-Effekt für alle Server-Blöcke */
.tm-service-media {
    transition: transform 0.2s ease;
}

.tm-service-media:hover {
    transform: scale(1.05);
}

/* Neuer Discord-Invite-Stil */
.discord-invite {
    background-color: rgba(88, 101, 242, 0.3); /* 70% transparent */
    padding: 25px; /* Erhöhtes Padding für mehr Innenabstand */
    border-radius: 8px;
    transition: transform 0.2s ease;
    transform: scale(0.7);
    width: 100%;
    max-width: 700px; /* Etwas breiter (vorher 660px) */
    transform-origin: center;
    margin: 50px auto 0;
    box-sizing: border-box;
}

.discord-invite:hover {
    transform: scale(0.735);
}

/* Textfarbe und Schriftgröße in der Discord-Box */
.discord-invite a,
.discord-invite a:hover,
.discord-invite a:active {
    color: white;
}

.discord-invite .tm-service-text {
    max-width: 400px; /* Reduziert, um Abstand zur Grenze zu schaffen */
    font-size: 21.4px; /* 10% kleiner als 23.8px (23.8 * 0.9 = 21.42, gerundet 21.4) */
}

.discord-invite .discord-icon {
    margin-left: 50px;
    transform: scale(1.1);
}

/* Fix image scaling for specific images */
.tm-service-media img[src="img/27p.png"],
.tm-service-media img[src="img/55p.png"],
.tm-service-media img[src="img/42p.png"] {
    width: 200px;
    height: 200px;
}

/* Contact */
.form-control,
textarea {    
    color: white;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #999A9B;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 10px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-control:focus {
    color: white;
    background-color: transparent;    
    box-shadow: none;
    border-color: #9CC;
    outline: none;
}

.mb-85 { margin-bottom: 85px; }
.tm-contact-main { max-width: 690px; }

.tm-contact {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }
.form-control::placeholder { color: white; }

@media (max-width: 1200px) {
    .nav-item { margin-right: 30px; }

    .tm-page-right {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 992px) {    
    .tm-nav {
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        color: white;
        top: 44px;
        right: 4px;
    }

    .navbar-expand-lg .navbar-nav .tm-nav-link {
        color: white;
        font-size: 1.1rem;
        padding: 13px 20px;
    }

    .nav-item { margin-right: 0; }

    .nav-item.active .tm-nav-link,
    .nav-item:hover .tm-nav-link {
        color: #9CC;
    }

    .tm-content { margin-top: 20px; }
    .tm-site-footer { padding-top: 40px; }
    .tm-col-left { width: 40%; }

    .tm-col-right {
        width: 60%;
        padding-left: 100px;
        padding-right: 30px;
        height: auto;
        overflow-y: visible;
    }
    
    .tm-col-footer { padding-left: 0; }
}

@media (max-width: 768px) {
    .tm-row { flex-direction: column; }

    .tm-col-left,
    .tm-col-right,
    .tm-bg-left,
    .tm-bg-right {
        width: 100%;
    }

    #tm-main-nav {
        position: fixed;
        top: 50px;
        right: 40px;
        padding-bottom: 0;
    }  
    
    .tm-bg { flex-direction: column; }

    .tm-bg-left {
        height: 200px;        
        border-bottom: 50px solid rgba(0,0,0,0.5);
        border-right: 0;
        border-top: 0;
    }

    .tm-bg-right { height: calc(100% - 200px); }

    .tm-bg-controls-wrapper {
        margin-left: 0;
        margin-top: 50px;
    }

    .tm-content {
        max-height: none;
        margin-top: 40px;
    }

    .tm-col-right {
        padding-top: 40px;
        padding-left: 30px;
        height: auto;
        overflow-y: visible;
    }

    .tm-col-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .discord-invite {
        margin: 50px auto 0;
        width: 100%;
    }
}

@media (max-width: 460px) {
    .tm-logo { margin-right: 15px; }
    .tm-sitename { font-size: 1.8rem; }
    .tm-slogon { font-size: 0.8rem; }
}

@media (max-width: 450px), (min-width: 768px) and (max-width: 830px), (min-width: 992px) and (max-width: 1040px) {
    .tm-service-media { flex-direction: column; }
    .tm-service-media-img-l { flex-direction: column-reverse; }
    .tm-service-text { margin-top: 20px; }
    .tm-service-img { margin-right: 0; }
    .tm-service-img-r { margin-left: 0; }
}

/* Backstretch Background Zoom */
.backstretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.backstretch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomIn 10s ease-in-out forwards;
    animation-delay: 1s;
    will-change: transform;
}

/* Define the zoom-in animation */
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/* Ensure content and overlay stay above the background */
.tm-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
}

.tm-bg {
    z-index: -1;
}

.tm-row, .tm-col-left, .tm-col-right, .tm-site-header, .media-body, .tm-site-footer {
    position: relative;
    z-index: 1;
}

/* Optional styling for your content */
.tm-service-img {
    height: auto;
}

/* Hover-Effekt für den Dynmap-Button */
.tm-dynmap-btn {
    transition: transform 0.2s ease;
}

.tm-dynmap-btn:hover {
    transform: scale(1.05);
}

/* Ursprünglicher btn-primary Stil angepasst */
.btn-primary {
    background-color: rgba(255, 255, 255, 0.8); /* 70% transparent */
    color: black;
    border: 0;
    border-radius: 4px;
}

/* Hover-Effekt für btn-primary */
.btn-primary:hover {
    background-color: rgba(153, 204, 204, 0.8); /* 70% transparent beim Hover */
    color: black;

/* Hover-Effekt für den Dynmap-Button */
.tm-dynmap-btn {
    transition: transform 0.2s ease;
}

.tm-dynmap-btn:hover {
    transform: scale(1.05);
}

/* Zeitstrahl-Styling */
.tm-timeline {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 100px;
    height: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translateX(-50%);
}

.timeline-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 20%;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-date {
    color: white;
    font-size: 1rem;
    position: absolute;
    right: 20px;
    white-space: nowrap;
}

/* W3CSS Slideshow Anpassungen */
.w3-content {
  margin: 20px 0;
  position: relative;
  max-width: 660px;
  overflow: visible; /* Damit Elemente außerhalb sichtbar sind */
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

/* Bildunterschrift */
.tm-slide-caption-container {
  text-align: center;
  margin-top: 15px; /* Abstand vom Bild */
}

.tm-slide-caption {
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: white;
  font-size: 1.1rem;
  display: inline-block;
}

/* Pfeile */
.tm-slide-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10px; /* Eckig statt kreisförmig für Konsistenz */
  width: 80px;
  height: 80px;
  line-height: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tm-slide-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.w3-display-left {
  left: -100px; /* Außerhalb des Bildes, angepasst an Containerbreite */
}

.w3-display-right {
  right: -100px; /* Außerhalb des Bildes, angepasst an Containerbreite */
}

