

@media (max-width: 700px) {

        /* Container styling */
        .language-selector {
            position: relative;
            display: inline-block;
            margin: 20px;
        }

        /* Button styling */
        .language-btn {
            background-color: rgba(45, 45, 45, 0.3);
            border: none;
            padding: 12px 20px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        /* Dropdown styling */
        .dropdown-content {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: rgba(45, 45, 45, 0.3);
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            z-index: 1;
            /*min-width: 150px;*/
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }

        /* Language option styling */
        .language-option {
            background-color: rgba(45, 45, 45, 0.6);
            border-radius: 4px;
            padding: 1vw 1.5vw;
            display: block;
            color: white;
            font-size: 10vw;
            text-decoration: none;
            transition: background-color 0.7s ease;
        }

        .language-option:hover {
            background-color: deeppink;
        }

        /* Show dropdown on hover */
        .language-btn:hover + .dropdown-content,
        .dropdown-content:hover {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Active state */
        .language-btn:focus {
            outline: none;
            background: rgba(45, 45, 45, 0);
        }





html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-image: linear-gradient(to right, rgba(0,0,0, 0.8) 0 100%), url("universepage.webp");
}

.infoparaimg {
    width: 100%;
}

.offgpt-header {
    width: 100vw;
}

.thechatbotthat {
    width: 100vw;
    margin-top: 3em;
}
.makesaware {
    width: 100vw;
    margin-bottom: 3em;
}

.header2 {
    margin-top: 2em;
}

.paragraph-left {
    dislpay: flex;
    width: 90vw;
    margin-left: 5vw;
}

.paragraph-right {
    dislpay: flex;
    width: 90vw;
    margin-left: 5vw;

}

.spacemobile {
    height:10vh;
}
.space20 {
    height:20vh;
}

li {
    font-size: 1.5em;
    margin-bottom:2vw;
    margin-left: 4vw;
}

.contact {
    margin-left: 20vw;
    margin-top: 10vh;
    padding: 3vw 8vw;
    border-radius: 20px;
    cursor: pointer;
    font-size: 6vw;
    #background: rgba(45, 45, 45, 0.9);
    background: deeppink;
    color: white;
    border: deeppink;
}


    .container1left {
        height:20hw;
}
    .container1right {
        width: 90vw;
        height:8hw;
        margin-top:0vw;
}

    .container1 {
        display: grid;
        grid-template-columns: auto ;
        width: 70%;
	height:25vh;
    }


.tabs {
    align-items: center;
    justify-items: center;
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    align-content: center;
    width: 95vw;
    #gap: 20px;
    margin-bottom: 2vh;
    background: rgba(45, 45, 45, 0.9);
    border-radius: 5px;
}

.tab {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0.2em 2vw;
    border-radius: 5px;
    cursor: pointer;
    width: 15vw;
    height: 6vh;
    align-content: center;
    font-size: 1.3em;
    #background: rgba(45, 45, 45, 0);
    color: deeppink;
    border: deeppink;
}


    .logo {
        display: flex;
    
        width: 70vw;
        height: 27vh;
        background-image: url("kcube.svg");
        background-repeat: no-repeat;
        background-position: right;
        /*animation: float 8s ease-in-out infinite;*/
        /*z-index: 1;*/
    }

/* Sanfte Schwebe-Animation */
@keyframes float {
    0%   { transform: translateY(0px) translateX(0px); }
    25%  { transform: translateY(-5px) translateX(-3px); }
    50%  { transform: translateY(0px) translateX(-6px); }
    75%  { transform: translateY(5px) translateX(-3px); }
    100% { transform: translateY(0px) translateX(0px); }
}


    .logo_small {
        display: flex;
    
        width: 10vw;
        height: 10vh;
        background-image: url("kcube.svg");
        background-repeat: no-repeat;
        background-position: right;
	margin-bottom: 2vh;    
}

    .header {
        width: 100vw;
        line-height: 180%;
        text-align: left;
        color: #ff1493; /* Deeppink */
        margin-top: 27vh;
        margin-left: 1vw;;
        font-size: 0.6em;
        #letter-spacing: -0.05em;
        text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);
}



.infoparagraphheader {
    font-family: 'Courier New', Courier, monospace;
    white-space: pre;
    letter-spacing: pre;
    word-spacing: pre;
    line-height: 120%;
    color: #ff1493; /* Deeppink */
    font-size: 0.9em;
    #letter-spacing: -0.05em;
    text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);


}

p {
    color: deeppink;
    font-size: 1.7em;
    width: 80vw;
}


}



.right-image {
    align-self: center;
}
.left-image {
    align-self: center;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    background-color: #1a1a1a;
    color: #ffffff;
    background-image: linear-gradient(to right, rgba(0,0,0, 0.8) 0 100%), url("universepage.webp");
    background-size: cover;
}


.header2 {
    line-height: 100%;
    margin-top: 1vh;
}



.space10 {
    height: 10vh;
}


/* ==============================
   non mobile css
============================== */



@media (min-width: 700px) {

        /* Container styling */
        .language-selector {
            position: relative;
            display: inline-block;
            margin: 20px;
        }

        /* Button styling */
        .language-btn {
            /*background-color: #f0f0f0;*/
            border: none;
            padding: 12px 20px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        /* Dropdown styling */
        .dropdown-content {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: rgba(45, 45, 45, 0.3);
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            z-index: 1;
            /*min-width: 150px;*/
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }

        /* Language option styling */
        .language-option {
            background-color: rgba(45, 45, 45, 0.6);
            border-radius: 4px;
            padding: 1vw 1.5vw;
            display: block;
            color: white;
            font-size: 3vw;
            text-decoration: none;
            transition: background-color 0.7s ease;
        }

        .language-option:hover {
            background-color: deeppink;
        }

        /* Show dropdown on hover */
        .language-btn:hover + .dropdown-content,
        .dropdown-content:hover {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Active state */
        .language-btn:focus {
            outline: none;
            background: rgba(45, 45, 45, 0);
        }



.offgpt-header-img {
    width: 60vw;
    height: 10vw;
}
.thechatbotthat-img {
    width: 50vw;
    height: 7vw;
}

.makesaware-img {   
    width: 50vw;
    height: 7vw;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.infoparaimg {
    width: 100%;
}


.paragraph-left {
    dislpay: flex;
    width: 85vw;
    margin-left: 5vw;
}

.paragraph-right {
    dislpay: flex;
    width: 90vw;
    margin-left: 5vw;

}


li {
    font-size: 1.5em;
    margin-bottom:2vw;
    width:60vw;
    margin-left: 4vw;
}


.space20 {
    height: 20vh;
}


.contact {
    margin-left: 38vw;
    margin-top: 7vh;
    padding: 4vh 5vw;
    border-radius: 10px;
    cursor: pointer;
    font-size: 25px;
    background: rgba(45, 45, 45, 0.9);
    #background: deeppink;
    color: white;
    border: deeppink;
}


.tab {
    border-radius: 5px;
    padding: 1vw 1vw;
    cursor: pointer;
    font-size: 3vw;
    background: rgba(45, 45, 45, 0);
    color: deeppink;
    border: deeppink;
}




    .container1left {
        height:15vh;
}
    .container1right {
        height:15vh;
	#margin-left: 25vw;

}


.container1 {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  height: 40vh;
}

.tabs {
    align-items: center;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: left;
    width: 97vw;
    height: 10vh;
    gap: 20px;
    margin-bottom: 30px;
    background: rgba(45, 45, 45, 0.9);
    border-radius: 5px;
}



p {
    color: deeppink;
    font-size: 1.5em;
    width: 60vw;
}


.infoparagraphheader {
    white-space: pre;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: pre;
    word-spacing: pre;
    line-height: 120%;
    color: #ff1493; /* Deeppink */
    font-size: 1.5em;
    #letter-spacing: -0.05em;
    text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);


}


.logo {
    display: flex;
    
    width: 85vw;
    height: 50vh;
    background-image: url("kcube.svg");
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    animation: float 8s ease-in-out infinite;


}

.header {

    line-height: 180%;
    text-align: left;
    color: #ff1493; /* Deeppink */
    margin-top: 0vh;
    margin-left: 3vw;
    margin-bottom: 3vh;
    font-size: 1.35em;
    #letter-spacing: -0.05em;
    text-shadow: 0 0 30px rgba(255, 19, 147, 0.5);
}


.paragraph-left {
    dislpay: flex;
    width: 100vw;
    margin-left: 10vw;
}

.paragraph-right {
    dislpay: flex;
    width: 100vw;
    margin-left: 30vw;
}



}

.tab1 {
    width: 25vw;
}



.contact:hover {
    background-color: #ff007f; /* Slightly darker pink */
    #transform: translateY(-2px);
    color: black;
}
.contact.active {
    background-color: #ff007f; /* Slightly darker pink */
    #box-shadow: 0 3px 8px rgba(255, 19, 147, 0.4);
    color: black;
}
.tab:hover {
    background-color: deeppink; /* Slightly darker pink */
    #transform: translateY(-2px);
    color: black;
}
.tab.active {
    background-color: deeppink; /* Slightly darker pink */
    #box-shadow: 0 3px 8px rgba(255, 19, 147, 0.4);
    color: black;
}

.left-image .article-item img {
    align: left;
    margin-right: 20px;
}
.right-image .article-item img {
    float: right;
    margin-left: 20px;
}
.article-summary {
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
}
.article-content {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}
