/*!
Theme Name: GSGF
Author: Fabian Mallmann
Version: 1.1

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Bebas Neue';
    src: url('../assets/fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# Base Styles
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Bebas Neue', "arial black", arial, sans-serif;
}

body {
    line-height: 1.5;
    background: linear-gradient(to left, #1a1a1a 0%, #333333 30%, #666666 50%, #999999 70%, #ffffff 100%);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"),
        linear-gradient(to left, #1a1a1a 0%, #333333 30%, #666666 50%, #999999 70%, #ffffff 100%);
    background-blend-mode: soft-light;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
    --primary-color: #000000;
    --primary-color-background: #e3e3e3;
    --grey: #9c9b9b;
    --white: #ffffff;
    --black: #000000;
    --purple: #7600ff;
    --red: #ff0000;
    --yellow: #dfff00;
    --pink: #ffc2ff;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    margin-top: 30px;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: black;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    clear: both;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.menu-toggle {
    display: none;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

/*--------------------------------------------------------------
# Responsive Font Sizes
--------------------------------------------------------------*/
html {
    font-size: 0.8rem;
}

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

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

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

/*--------------------------------------------------------------
# Custom Components
--------------------------------------------------------------*/
.navstyle {
    background-color: var(--primary-color);
}

.brand-align {
    vertical-align: bottom;
}

.navbar {
    border-bottom: 1px solid var(--primary-color);
    background-color: var(--yellow);
    padding: 5px 5px 10px 10px;
    background-clip: content-box;
}

.navbar img {
    max-width: 100%;
}

/* Video Banner */
.container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

/* Social Section */
.social {
    margin-top: 10px;
    height: 100px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    background-color: var(--purple);
    background-clip: content-box;
    padding: 10px 10px 5px 5px;
}

/* Social Colors */
/* .youtube:hover {
    color: #f50003;
}

.facebook:hover {
    color: #4267b2 !important;
}

.instagram:hover {
    background-image: linear-gradient(
        to top right,
        #ffdc80,
        #fcaf45,
        #f77737,
        #f56040,
        #fd1d1d,
        #e1306c,
        #c13584,
        #833ab4,
        #5851db,
        #405de6
    );
    -webkit-background-background-clip: ;: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.twitter:hover {
    color: #1da1f2;
}

.tiktok:hover {
    color: #00f7ef;
} */

/* Content Sections */
.aktuelles-text {
    padding-top: 20px;
}

.linktree-button {
    background-color: var(--primary-color-background);
}

.linktree-button:hover {
    background-color: var(--primary-color);
}

.bandsintown {
    margin-top: 20px;
    padding-top: 5px;
    background-image: url(../img/12x6_faded.jpg);
    background-size: cover;
}

.bit-event {
    font-size: 0.8em;
}

.bit-button {
    width: 7em;
}

.youTube {
    background-image: url(../img/Smiley_noAlpha.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 150px;
    background-position-y: 50px;
}

.music_merch {
    margin-top: 10px;
    padding: 10px 10px 5px 5px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    background-clip: content-box;
    background-color: var(--pink);
}

.contact {
    background-image: url(../img/12x6_faded.jpg);
    background-size: cover;
    padding-top: 7px;
    padding-bottom: 10px;
}

.h2, .text-center {
    margin-top: 0px;
}

.footer {
    background-color: var(--primary-color-background);
    margin-top: 30px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-button {
    padding: 3px;
    background-color: var(--primary-color-background);
}

.home-button:hover {
    background-color: var(--primary-color);
}

.home-button a:hover {
    color: var(--primary-color-background);
    text-decoration: none;
}

#menu-home.menu {
    padding: 4px;
    margin-bottom: 0px;
}

/* Cookie Banner */
.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.cookie-content p {
    margin: 0;
    flex: 1;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-banner .btn {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-weight: bold;
}

.cookie-banner .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.cookie-banner .btn-secondary {
    background-color: var(--grey);
    border-color: var(--grey);
    color: var(--white);
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}
