/*
CTC Separate Stylesheet
Updated: 2024-10-27 08:01:47
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns
Version: 3.7.1730012507
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Theme-Anpassungen
2.0 Funktionale Klassen
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Theme-Anpassungen
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('fonts/inter-tight-greek-ext-400-normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('fonts/orbitron-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body, p {
    font-family: "Inter Tight", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Orbitron", sans-serif !important;
}

p {
    line-height: 1.8em;
}

#page {
  background-color: black !important;
}

.site-info {
  display: none;
}

.site-content-contain {
  padding-top: 20px !important;
  max-width: 100vw !important;
  background-color: black;
}

.wrap {

		padding-top: 6px !important;
	  padding-bottom: 0 !important; 
    max-width: 100vw !important;
       }


.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-top: 40px;
}

@media screen and (min-width: 48em) {
  .panel-content .wrap {
		padding-top: 40px;
		
	}}

div#primary.content-area {
	padding-top: 0 !important;
	margin-top: 0 !important;
	
}

/* Abstand auf größeren Bildschirmen 
.wp-block-columns {
    gap: 120px;
}*/

/* Für Bildschirme unter 768px (typische Tablet-Größe) */
@media (max-width: 768px) {
    .wp-block-columns {
        gap: 15px; 
    }
}

.x-wp-block-columns-gap {
	        gap: 15px !important;
	margin-top: 15px !important;
	
}

.menu-item:hover {
    color: #FFD700;
}

.entry-title {
	display: none;
}

@media (max-width: 768px) {
	#x-explore-lap-image {
		display: none;
		
	}
	}

.wp-block-button__link, .x-button {
        background-color: #2EDAF1 !important;
        font-weight: 600 !important;
        border-radius: 10px;
        }
    
.wp-block-button__link:hover, .x-button:hover, .wp-block-button__link:focus, .x-button:focus {
            background-color: #FFD700 !important; 
            transition: all 0.3s ease !important; 
            color: #000 !important;
}


.site-content {
        padding-top: 0 !important;
    }

.wp-block-button__link:active {
        background-color: white !important;
            color: #F2832E !important;
        }
    

 @media (max-width: 768px) {
            .wp-block-audio {
             margin-top: 30px
                }}



/* Grundlegendes Styling für den Footer */
#site-footer {
  position: relative ;
  background-image: url('https://ai.cocreation-art.de/wp-content/uploads/2024/10/spaceship-rainbow.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat ;
  min-height: 285px;
}

.footer-navigation .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-navigation .footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.footer-navigation .footer-menu a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-navigation .footer-menu a:hover {
  color: #ffcc00;
}

.footer-widgets .footer-widget {
  margin-top: 20px;
}

/*--------------------------------------------------------------
2.0 Funktionale Klassen
--------------------------------------------------------------*/

/* Show hidden hidden Div */
.hidden-div {
        display: none;
      }
    
.hover-target:hover + .hidden-div {
        display: block;
      }
/* Anker-Scroll-Area fix */

.x-scroll {
        scroll-margin-top: 40px;
        }

.x-music-arrrow,
.x-music-arrrow:hover,
.x-music-arrrow:focus,
.x-music-arrrow:active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    position: relative;
    top: 8px;
    transition: transform 0.3s ease;
}

.x-music-arrrow:hover svg{
    transform: scale(1.2);
}

.wp-block-audio audio:focus {
    outline: 2px solid #2EDAF1;
    outline-offset: -2px;
}

/* Accordion */


.accordion {
    border-radius: 5px;
}
  
.accordion-item {
    margin: 5px 0;
}
  
.accordion-title {
    display: block;
    background-color: #333;
    color: white;
    padding: 10px;
    cursor: pointer;
}
  
.accordion-title:focus, .accordion-title:hover {
  outline: 2px solid #2EDAF1;
  outline-offset: -2px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
  
.accordion-toggle {
    display: none;
}
  
.accordion-toggle:checked ~ .accordion-content {
    max-height: none;
    padding: 10px;
}

#test2{
    font-size: 10px;
}



/* clip-path: polygon(10% 0%, 20% 10%, 100% 10%, 100% 100%, 0% 100%, 0% 10%); */

.footer-widget-3 {
    float: left;
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
}


/* Siteheader */
.site-header, 
.navigation-top,
.site-navigation-fixed {
  transform: none !important;
  transition: none !important;
}

/* Falls WordPress eine fixed-Navigation hinzufügt */
.site-navigation-fixed.navigation-top {
  position: relative !important;
  top: 0 !important;
}

.site-header .custom-header {
  margin-bottom: 0 !important;
}

/* Sticky Navigation wiederherstellen */
.site-navigation-fixed.navigation-top {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 1000;
}

.navigation-top {
  position: relative;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

/* Kompensation für den fixed header */
.admin-bar .site-navigation-fixed.navigation-top {
  top: 32px !important; /* Für eingeloggte Admin-User */
}

@media screen and (max-width: 782px) {
  .admin-bar .site-navigation-fixed.navigation-top {
    top: 46px !important; /* Für mobile Admin-Bar */
  }
}

@media screen and (max-width: 768px) {
  .site-navigation-fixed.navigation-top {
    position: relative !important;
    top: auto !important;
  }
  
  .admin-bar .site-navigation-fixed.navigation-top {
    top: auto !important;
  }
}

.wp-block-cover {
    overflow: visible !important;
    position: relative !important;
    margin-bottom: 20px;
}

/* Accordion innerhalb des Covers */
.wp-block-cover .accordion {
    position: relative;
    z-index: 2;
}

.wp-block-cover .accordion-content {
    background-color: inherit;
    position: relative;
}

/* Höhenanpassung für Spalten statt Cover */
.wp-block-column.x-full-height {
    height: auto !important;
    min-height: 100%;
}

/* Falls noch benötigt, Cover-Regel entfernen oder anpassen */
.wp-block-cover.x-full-height {
    height: auto !important;
}

/* Audio Player Customization
.wp-block-audio audio {
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #333;
    padding: 2px 15px;
} */

/* Webkit (Chrome, Safari, etc.) spezifische Styles */
.wp-block-audio audio::-webkit-media-controls-panel {
    background-color: #333;
}

.wp-block-audio audio::-webkit-media-controls-play-button,
.wp-block-audio audio::-webkit-media-controls-volume-slider,
.wp-block-audio audio::-webkit-media-controls-mute-button {
    color: #2EDAF1 !important;
}

.wp-block-audio audio::-webkit-media-controls-timeline {
    background-color: #555;
    border-radius: 5px;
    height: 4px;
}

.wp-block-audio audio::-webkit-media-controls-current-time-display,
.wp-block-audio audio::-webkit-media-controls-time-remaining-display {
    color: #fff;
}

/* Mobile Anpassungen für x-scroll Columns */
@media (max-width: 768px) {
    .x-scroll.wp-block-columns {
        flex-direction: column;
    }

    .x-scroll .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0;
        margin-bottom: 20px;
    }

    /* Bildgröße anpassen */
    .x-scroll .wp-block-image img {
        width: 100%;
        height: auto;
    }

    /* Tabelle responsive machen */
    .x-music-table table {
        width: 100%;
        display: table;
        overflow-x: auto;
    }

    /* Accordion und Audio-Player Abstände */
    .x-scroll .accordion,
    .x-scroll .wp-block-audio {
        margin: 15px 0;
    }
}

/* Generelle Verbesserungen für x-scroll */
.x-scroll {
    scroll-margin-top: 40px;
    height: auto !important;
    min-height: auto !important;
}

/* Album Cover Responsive Styling */
@media (max-width: 768px) {
    #album-cover {
        flex-direction: column !important;
        align-items: center !important;
    }

    #album-cover > .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    #album-cover > .wp-block-column:first-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #album-cover .wp-block-image {
        margin: 0 auto 20px !important;
        width: 100% !important;
        max-width: 360px !important;
        text-align: center !important;
    }

    #album-cover .wp-block-image img {
        margin: 0 auto !important;
        display: block !important;
    }
}

.x-music-two-lines {
  margin: -14px 0 22px;
}

.x-music-one-lines  {
  padding-bottom: 17px;
}

.x-music-header-svg {
    margin: 0 !important;
    gap: 0 !important;
}

.x-music-header-svg .wp-block-columns {
    gap: 0 !important;
    margin: 0 !important;
}

.x-music-header-svg .wp-block-column {
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .x-music-header-svg.is-layout-flex .wp-block-column p.has-text-align-right {
        display:none !important;
    }
}

.x-box {
  background-color: #2B6370;
  border-radius: 10px;
  padding: 20px;
  border: 2px ridge #222 !important;
}

#x-symbiont-cover {
  border-radius: 300px 10px 10px 10px;
  min-height: 80vh;
  height: auto !important;
  overflow: visible;
  background: black !important;
}

#x-rainbow-cover {
  background: black;
  border-radius: 300px 10px 10px 10px;
  min-height: 80vh;
  height: auto !important;
  overflow: visible;
  color: green
}

#rainbow-man {
  position: relative;
  top: -30px;
  left: -30px;
} 

#x-timestudent-cover {
background-color: black !important;
border-radius: 300px 10px 10px 10px;
  min-height: 120vh;
  height: auto !important;
  overflow: visible;
}


.x-brackets {
  font-size: 2em;
}

.x-down-heading {
  font-size: 2em;
  color:#F2832E
}



@media (max-width: 768px) {
    #menu-human-ai,
    .menu-human-ai-container {
        position: absolute !important;
        top: 10px !important;
        right: 15px !important;
        z-index: 1001 !important; /* Höher als das Off-Canvas-Menü */
        display: flex !important;
    }
    
    /* Optional: Anpassung der Links im Sprachumschalter */
    #menu-human-ai li a {
        padding: 5px !important;
        font-size: 14px !important;
    }
}


/* Site Title Styling */

.site-description, .page-template-default.page .has-header-image div#page.site header#masthead.site-header div.custom-header div.site-branding div.site-branding-text p.site-description  {
    font-weight: 500;
    color: #F2832E !important;
}


#x-site-title a {
      font-weight: 500 !important;
      color: #FFD700 !important;
      text-transform: lowercase;
      position: relative;
      left: 12px;
      box-shadow: 0 4px 0 #2EDAF1 !important;
}

#x-site-title a:focus
{
    background-color: #444 !important;
}

.site-branding-text {
  background: black;
  padding: 5px;
  position: relative;
  left: -5px;
  border-radius: 8px 60px 6px 2px;
}

.site-branding-text h1 {

  font-family: "Inter Tight", sans-serif !important;
}

.uagb-buttons-repeater:focus {
    background-color: #2EDAF1 !important;
    box-shadow: 0 0 15px 5px rgba(255, 215, 0, 0.5) !important; /* Goldener Schatten */
    outline: none !important;
    animation: pulsate 1.5s ease-in-out infinite !important;
}

@keyframes pulsate {
    0% {
        box-shadow: 0 0 15px 5px rgba(255, 215, 0, 0.5);
    }
    50% {
        box-shadow: 0 0 25px 10px rgba(255, 215, 0, 0.7);
    }
    100% {
        box-shadow: 0 0 15px 5px rgba(255, 215, 0, 0.5);
    }
}

/* SVG Accessibility Styles */
.hover-tooltip-element {
    cursor: pointer;
    outline: none; /* Entfernt den Standard-Fokus-Rahmen */
}

/* Fokus-Styles für SVGs */
.hover-tooltip-element:focus {
    border-radius: 50%;
    box-shadow: 0 0 15px 5px rgba(147, 51, 234, 0.7); /* Leuchtend lila Schatten */
    outline: none;
}

/* Rotation für Fokus und Hover */
.hover-tooltip-element:focus .rotating-text,
.hover-tooltip-element:hover .rotating-text {
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#parchment-robot:focus {
  outline: none !important;
  box-shadow: none !important;
}