

body {
    top: 0;
    left: 0;
    background: #333333;
    background-size: cover;
    font-family: 'Courier Prime', monospace;
    overflow-x: hidden;
    margin: 0;
    background-image: url('/templates/supervista/img/background/background.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: right top;
}

h1 span {
    font-size: 1.4em;
    color: #444444;
    background: rgba(255,255,255,0.6);
    text-transform: uppercase;
}

.h1-image {
    margin-bottom: 0px;
}

h3 {
    margin-top: 75px;
}

h3 span {
    color: #222222;
    background: rgba(255,255,255,0.5);
}

.section_anchor {
    display: none;
}

.p-projecto {
    top: -20px;
    position: relative;
}

.p-image {
    width: 100%;
    /*height: fit-content;*/
}

.p-image-medium {
    width: 80%;
    /*height: fit-content;*/
    display: block;
}

.p-image-small {
    width: 50%;
    /*height: fit-content;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.p-cover {
    width: 475px;
    /*height: fit-content;*/
}

.p-cover-small {
    width: 375px;
    /*height: fit-content;*/
}

.container {
    display: flex;
    flex-wrap: wrap; /* Flexibles Layout für kleinere Bildschirme */
    height: 100vh;
}

.menu {
    display: block;
    position: fixed; /* Menü fixieren */
    left: 2vh;
    z-index: 10;
}

.ballon {
    position: absolute;
    animation-name: hovering;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border: 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-family: "Bad Script", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4em;
    padding: 5vh;
}

section .ballon {
    position: relative;
    font-size: 0.7em;
    padding: 4vh;
    margin: auto;
}

.ballon a {
    color: #000000;
    text-decoration: none;
}

.ballon a:hover {
    color: #000000;
    text-decoration: underline dotted red;
}

.ballon-big {
    width: 13vh;
    height: 18vh;
}

.ballon-middle {
    width: 12vh;
    height: 16.5vh;
}

.ballon-small {
    width: 9vh;
    height: 13vh;
}

.ballon-gold {
    background-image: url('/templates/supervista/img/balloon_0.png');
}

.ballon-silver {
    background-image: url('/templates/supervista/img/balloon_1.png');
}

.ballon-green {
    background-image: url('/templates/supervista/img/balloon_2.png');
}

#ballon1 {
    animation-delay: 0s;
    animation-duration: 6s !important;
    left: 3vh;
    top: 0vh;
    z-index: 3;
}

#ballon2 {
    animation-delay: 1s;
    animation-duration: 6s !important;
    left: 19vh;
    top: -5vh;
    z-index: 1;
}

#ballon3 {
    animation-delay: 0.3s;
    animation-duration: 6.1s !important;
    animation-name: hovering2;
    left: 35vh;
    top: 2vh;
    z-index: 2;
}

#ballon4 {
    animation-delay: 1.4s;
    animation-duration: 5.7s !important;
    left: 3vh;
    top: 1vh;
    z-index: 3;
}

#ballon5 {
    animation-delay: 2.5s;
    animation-duration: 6s !important;
    left: 19vh;
    top: 5vh;
    z-index: 1;
}

#ballon6 {
    animation-delay: 0s;
    animation-duration: 6.5s !important;
    animation-name: hovering2;
    left: 32vh;
    top: -3vh;
    z-index: 1;
}

#ballon7 {
    animation-delay: 1.5s;
    animation-duration: 5.5s !important;
    left: 3vh;
    top: 2vh;
    z-index: 3;
}

#ballon8 {
    animation-delay: 0.2s;
    animation-duration: 6.1s !important;
    animation-name: hovering2;
    left: 17vh;
    top: 1vh;
    z-index: 1;
}

#ballon9 {
    animation-delay: 2.1s;
    animation-duration: 6.8s !important;
    left: 32vh;
    top: -3vh;
    z-index: 3;
}

.ballongroup1 {
    position: relative;
    top: 10vh;
}

.ballongroup2 {
    position: relative;
    top: 40vh;
}

.ballongroup3 {
    position: relative;
    top: 70vh;
}

@keyframes hovering {
    from {
        transform:translate(0, 0px);
    }
    50% {
        transform:translate(0, -25px);
    }
    to {
        transform: translate(0, -0px);
    }
}

@keyframes hovering2 {
    from {
        transform:translate(0, 0px);
    }
    50% {
        transform:translate(0, 25px);
    }
    to {
        transform: translate(0, -0px);
    }
}

/* Hintergrundbilder für jede Seite */
.content /*section*/ {
    background-repeat: no-repeat;
    background-size: auto 100vh;
    background-origin: border-box;
    background-attachment: fixed;
    background-position: right top;
}

.content {
    padding-left: 650px;
    padding-right: 40px;
    width: calc(100% - 690px);
}

.content section {
    height: calc(100% - 6vw);
    padding: 3vw;
    /*display: flex;*/
    justify-content: center;
    /*align-items: center;*/
    color: #000000;
    /*text-align: center;*/
    font-size: 1.4em;
}

/* Hintergrundbilder für jede Seite */
.container {
    background-image: url('/templates/supervista/img/background/background.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: right top;
}

.content:has(#home) {
    background-image: url('/templates/supervista/img/background/startseite.jpg');
    justify-content: right;
}

#home {
    justify-content: space-between;
    position: relative;
    height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Container ganz oben positionieren */
    padding-bottom: 20px; /* Platz für die Container am unteren Rand */
}

#section {
    background-color: rgba(255, 255, 255, 0.25);
}

.pdfobject-container { 
    width: 700px; 
    height: 80%;
    border: 1px solid #ccc; 
}

.logo-small-container {
    width: 100%;
    display: flex;
    justify-content: flex-start; /* Logo rechtsbündig */
    align-items: center;
    padding: 10px 0;
}

.logo-small {
    width: 40%;
    /*height: fit-content;*/
    text-align: right;
    padding-top: 5vh;
    padding-right: 3vw;
}

.logo-small {
	-webkit-transform: scale(1);
	transform: scale(1);
    opacity: .7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.logo-small:hover {
	-webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 1;
}

.logo-container {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* Logo linksbündig */
    align-items: center;
    padding: 10px 0;
}

.logo {
    width: 963px;
    /*height: 141px;*/
    text-align: right;
    padding-top: 5vh;
    padding-right: 3vw;
}

.katzendosen-container {
    display: flex;
    justify-content: center; /* Links ausrichten */
    align-items: flex-end;
    gap: 0; /* Kein Abstand zwischen den Containern */
    width: auto; /* Passt sich der Breite der Kinder an */
}

/* Individual Graphic Container Styling */
.katzendose {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0; /* Kein zusätzlicher Abstand */
}

.katzendose-image {
    width: 100%;
    /*height: fit-content;*/
}

/* Hamburger Icon Style */
.hamburger-menu {
    display: none; /* Standardmäßig verstecken, außer auf kleinen Bildschirmen */
}

.hamburger-icon {
    display: block;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 20;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

/* Hamburger Animation bei Aktivierung */
.hamburger-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-icon.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 1460px) {
    .content {
        padding-left: 450px;
        padding-right: 20px;
        width: calc(100% - 470px);
    }
    .logo {
        width: 70%;
        /*height: fit-content;*/
        min-width: 510px;
    }
    .katzendosen-container {
        width: 40%;
        height: fit-content;
    }
    h1 span {
        font-size: 1.2em;
        color: #444444;
    }
    .p-cover {
        width: 30%;
    }
    .p-cover-small {
        width: 25%;
    }
    .p-image-medium {
        width: 90%;
    }
    .p-image-small {
        width: 40%;
    }
}

@media (max-width: 1024px) {
    .content {
        padding-left: 50px;
        padding-right: 20px;
        width: calc(100% - 70px);
    }
    .content section {
        padding-top: 10px;
    }
    .logo-small {
        width: 60%;
        padding-top: 0;
        padding-left: 0;
    }
    .logo {
        width: 60%;
        /*height: fit-content;*/
        min-width: 360px;
        padding-top: 8vh;
        padding-right: 5vw;
    }

    .menu {
        display: none; /* Auf kleinen Bildschirmen standardmäßig ausgeblendet */
        flex-direction: column;
        align-items: center;
        position: fixed;
    }

    .menu.active {
        display: flex; /* Zeigt das Menü an, wenn es aktiv ist */
    }

    .hamburger-menu {
        display: block; /* Hamburger-Icon auf kleinen Bildschirmen sichtbar machen */
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 20;
    }

    .katzendosen-container {
        width: 40%;
        height: fit-content;
        justify-content: start; /* Links ausrichten */
        align-items: flex-start;
    }
    h1 span {
        font-size: 1.2em;
        color: #444444;
    }
    .p-cover {
        width: 50%;
    }
    .p-cover-small {
        width: 40%;
    }
    .p-image-medium {
        width: 80%;
    }
    .p-image-small {
        width: 50%;
    }
}

@media (max-width: 512px) {
    .menu {
        left: -5vh;
        z-index: 10;
    }
    .content {
        padding-left: 5px;
        padding-right: 5px;
        width: calc(100% - 10px);
    }
    .content section {
        padding-top: 10px;
    }
    .logo-small-container {
        padding: 5px 0;
    }
    .logo-small {
        width: 60%;
        padding-top: 0;
        padding-left: 35px;
    }
    .logo {
        width: 70%;
        /*height: fit-content;*/
        min-width: 320px;
    }
    .menu {
        display: none; /* Auf kleinen Bildschirmen standardmäßig ausgeblendet */
        flex-direction: column;
        align-items: center;
        position: fixed;
    }
    .menu.active {
        display: flex; /* Zeigt das Menü an, wenn es aktiv ist */
    }

    .hamburger-menu {
        display: block; /* Hamburger-Icon auf kleinen Bildschirmen sichtbar machen */
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 20;
    }

    .katzendosen-container {
        width: 40%;
        height: fit-content;
        justify-content: start; /* Links ausrichten */
        align-items: flex-start;
    }
    .p-cover {
        width: 80%;
    }
    .p-cover-small {
        width: 70%;
    }
    .p-image-medium {
        width: 100%;
    }
    .p-image-small {
        width: 80%;
    }
}

/* Responsive Anpassung */
/*@media (max-width: 768px) {
    .katzendosen-container {
        display: none;
        flex-direction: column; 
        align-items: flex-start;
    }
}*/
