* {
margin: 0;
padding: 0;
}
body {
background-color: #add4ed;
display: flex;
flex-direction: column;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
main {
box-sizing: border-box;
max-width: 1520px;
align-self: center;
} :root {
--voresfisk: #1d6a8a;
--voresfisk-hover: #2a6279;
--buttonblue: #004e96;
--buttonblue-hover: #016aae;
--yellow: #fad587;
--skyblue: #add4ed;
--skyblue-light: #cae1f0;
--skyblue-dark: #7bbee8;
--turquoise-dark: #4793a8;
--turquoise-light: #87c0c4;
--green-dark: #9bb796;
--green-light: #cfd4b0;
--white: #ffffff;
--white-hover: #f3f3f3; --succes-dark: #13ed00;
--succes-light: #cbffa1;
--warning-dark: #ed9c00;
--warning-light: #ffdfa1;
--error-dark: #ed0000;
--error-light: #ffbdbc; --text-light: #1d6798;
--text-dark: #0a3857;
--text-white: #ffffff; --button-border: rgba(0, 0, 0, 0.05);  --cartoon-shadow-blue: rgba(6, 77, 134, 0.5);
--cartoon-shadow-yellow: #fad587;
} h1,
.header-large,
.header-medium-large,
.header-medium,
.header-small {
color: var(--Text-dark, #0a3857);
font-family: Anton, sans-serif;
font-style: normal;
font-weight: 400;
line-height: normal;
}
h1 {
font-size: 48px;
margin-bottom: 12px;
}
.header-large {
font-size: 48px;
}
.header-medium-large {
font-size: 40px;
}
.header-medium {
font-size: 32px;
}
.header-small {
font-size: 24px;
}
.header-xs,
.sub-header,
.text-large,
.text-medium,
.text-small {
color: var(--Text-dark, #0a3857);
font-family: Truculenta, sans-serif;
font-style: normal;
}
.header-xs {
font-size: 20px;
font-weight: 700;
line-height: 100%; }
.sub-header,
.text-large {
font-size: 24px;
font-weight: 400;
line-height: 28px; }
.sub-header {
max-width: 620px;
margin-bottom: 60px;
}
.text-medium {
font-size: 20px;
font-weight: 400;
line-height: normal;
}
.text-small {
font-size: 16px;
}
@media only screen and (max-width: 500px) {
h1, .header-large{font-size: 2rem;}
.sub-header, .text-large {
font-size: 1.4rem;}
}  .global_button {
color: var(--text-dark);
font-family: Lilita One, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
background-color: var(--white);
border-radius: 999px;
border: 3px solid var(--button-border);
padding: 10px 20px;
margin: 0 4px 4px 0;
box-shadow: 4px 4px 0px 0px var(--cartoon-shadow-blue);
width: max-content;
}
.global_button:hover {
background-color: var(--white-hover);
}
.global_button:active {
margin: 2px 2px 2px 2px;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-blue);
} .secondary_button {
color: var(--white);
background-color: var(--buttonblue);
}
.secondary_button:hover {
background-color: var(--buttonblue-hover);
} .selector_container {
display: flex;
gap: 10px;
max-width: 100%;
flex-wrap: wrap;
}
.selector_button {
color: var(--text-white);
font-family: Truculenta, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
border-radius: 44px;
border: 3px solid var(--button-border);
background-color: var(--buttonblue);
box-shadow: 4px 4px 0px 0px var(--cartoon-shadow-blue);
padding: 1px 28px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
margin: 0 4px 4px 0;
cursor: pointer;
}
.selector_button:hover {
background-color: var(--buttonblue-hover);
}
.selector_button:active {
margin: 2px 2px 2px 2px;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-blue);
} .selector_button-clicked {
background-color: var(--white);
color: var(--text-dark);
}
.selector_button-clicked:hover {
background-color: var(--skyblue);
color: var(--text-dark);
} .play-button {
background-color: var(--white);
border-radius: 999px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 4px 4px 0px 0px var(--cartoon-shadow-yellow);
border: 3px solid var(--button-border);
margin: 0 4px 4px 0;
width: 13%;
height: auto;
aspect-ratio: 1/1;
}
.play-button:hover {
background-color: var(--white-hover);
}
.play-button:active {
background-color: var(--white-hover);
margin: 2px 2px 2px 2px;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-yellow);
}
.play-button img {
width: 60%;
height: 60%;
} .arrow-left,
.arrow-right {
padding: 10px 20px;
border-radius: 999px;
border: 2px solid rgba(0, 0, 0, 0.05);
background: var(--white);
box-shadow: 4px 4px 0px 0px var(--cartoon-shadow-yellow);
cursor: pointer;
z-index: 10;
height: max-content;
margin: 0 4px 4px 0;
}
.arrow-left:hover,
.arrow-right:hover {
background-color: var(--white-hover);
}
.arrow-left:active,
.arrow-right:active {
background-color: var(--white-hover);
margin: 2px 2px 2px 2px;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-yellow);
} .header {
display: flex;
justify-content: center;
align-items: center;
padding: 12px 40px;
background-color: var(--voresfisk);
}
.nav {
display: flex;
flex-grow: 1;
justify-content: space-between;
align-items: center;
max-width: 1520px;
}
.nav-left,
.nav-right {
display: flex;
width: 100%;
align-items: center;
}
.nav-left {
justify-content: left;
}
.nav-right {
justify-content: right;
}
.nav-item {
margin-right: 40px;
text-decoration: none;
color: #ffffff;
font-family: Lilita One, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 20px 0;
}
.nav-item:hover {
color: #fad587;
}
.nav-left .nav-item:last-child,
.nav-right .nav-item:last-child {
margin-right: 0;
}
.logo {
display: flex;
justify-content: flex-start;
}
.logo .logo-img {
height: 80px;
} .nav-left .dropdown {
position: relative;
display: inline-block;
}
.nav-left .dropdown-content {
display: none;
position: absolute;
background-color: #2682a8;
box-sizing: border-box;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 100;
padding: 10px;
border-radius: 10px;
margin-left: -10px;
margin-top: 20px;
}
.nav-left .dropdown-content a {
color: var(--white);
padding: 12px 16px;
text-decoration: none;
display: block;
border-radius: 6px;
font-family: Lilita One, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.nav-left .dropdown-content a:hover {
background-color: var(--voresfisk);
}
.nav-left .dropdown:hover .dropdown-content {
display: block;
} .burger-menu {
display: none;
}
.burger-icon {
position: relative;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.line {
transition: transform 0.4s ease-in-out;
}
.top {
transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.middle {
transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.bottom {
transition: transform 0.4s ease-in-out;
}
.open .top {
transform: rotate(45deg) translate(7px, 7px);
}
.open .middle {
opacity: 0;
}
.open .bottom {
transform: rotate(-45deg) translate(7px, -7px);
}
.mobile-menu {
display: none;
} @media (max-width: 1200px) {
.header {
padding: 12px 40px 12px 20px;
}
.nav-left,
.nav-right {
display: none;
}
.burger-menu {
display: block;
}
.mobile-menu {
flex-direction: column;
position: absolute;
background-color: #1d6a8a; width: 100vw;
height: calc(100% - 108px);
top: 108px;
justify-content: flex-start;
align-items: center;
z-index: 100;
}
.nav-item {
color: white;
font-family: Lilita One, sans-serif;
font-size: 20px;
font-weight: 400;
margin-bottom: 20px;
text-decoration: none;
margin-right: 0;
}
}
@media (max-height: 680px) {
.mobile-menu .nav-item {
padding: 8px;
}
}
.open {
display: flex !important;
} footer {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
padding: 60px 40px 20px;
padding: 60px 10px 20px;
background-color: var(--voresfisk);
box-sizing: border-box;
z-index: 0;
}
@media (min-width: 1201px) {
footer {
padding: 60px 40px 20px;
}
}
.footer-flex {
box-sizing: border-box;
display: flex;
gap: 80px;
width: 100%;
max-width: 1520px;
flex-wrap: wrap;
padding: 0 20px;
}
.footer-column {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
min-width: max-content;
}
.footer-column:first-child {
gap: 0;
}
.footer-text_container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.footer-link_container,
.footer-contact {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.footer-contact {
margin-bottom: 8px;
} .footer-headline {
color: #ffffff;
font-family: Anton, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%; }
.footer-link {
color: rgba(255, 255, 255, 0.9);
font-family: Lilita One, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
}
.bliv-fisker-link {
font-size: 20px;
text-decoration-line: underline;
}
.footer-text,
.footer-adress {
color: rgba(255, 255, 255, 0.9);
font-family: Truculenta, sans-serif;
font-style: normal;
font-weight: 350;
}
.footer-text {
font-size: 20px;
line-height: normal;
max-width: 280px;
}
.footer-adress {
font-size: 16px;
line-height: 20px; text-decoration: none;
} .fish,
.makrel {
width: 100%;
max-width: 220px;
} .copyright_container {
box-sizing: border-box;
width: 100%;
max-width: 1520px;
padding: 0 20px;
display: flex;
justify-content: flex-end;
}
.copyright {
font-family: Truculenta, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; color: rgba(255, 255, 255, 0.9);
text-decoration: none;
}
.copyright:hover,
.footer-link:hover,
.footer-adress:hover {
color: #fad587;
} .hide {
display: none;
} .temp-page-navigation {
display: flex;
flex-direction: column;
gap: 20px;
padding: 40px;
}
textarea {
font-family: arial;
line-height: 22px;
width: 100%;
padding: 10px;
font-size: 16px;
border-radius: 4px;
resize: none;
color: var(--Text-dark, #0a3857);
color: #252525; font-style: normal;
box-sizing: border-box;
border: 2px solid var(--cartoon-shadow-blue);
}
textarea:focus {
outline: none;
border-color: #007bff;
}
@media print { .modal {
display: none !important;
} .modal[style*="display: flex"] {
display: block !important;
width: 100% !important;
height: auto !important;
} .modal input, .modal textarea, .modal select {
visibility: visible !important;
}
.maagens_container,
.assignment1-maagens,
.assignment2-maagens,
.assignment3-maagens,
.assignment4-maagens {
display: none !important;
}
.modal[style*="display: flex"] .interaktiv-opgave {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
overflow: visible;
}
#pdfModal {
display: none !important;
}
iframe {
display: none !important;
}
iframe#pdfFrame {
display: none !important;
}
.header,
.footer {
display: none !important;
}
}
body.modal-open {
overflow: hidden;
}main {
box-sizing: border-box;
max-width: 1520px;
width: 100%;
position: relative;
background: linear-gradient(180deg, #aedaf3 0%, #84c6eb 76.5%);
}
.background,
.lightbeams {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
top: 0;
left: 0;
z-index: 0;
overflow: hidden;
}
.main-content {
position: inherit;
z-index: 1;
width: 100%;
height: 100vh;
}
.lightbeams {
background-image: url(https://cdn.glitch.global/1301aefd-da6f-4dea-a219-0434cc769a61/light-beam.png?v=1725886097379);
} #start-container,
#result-container {
position: relative;
width: 100%;
height: 100vh;
box-sizing: border-box;
padding: 40px 120px;
}
.sky {
position: absolute;
z-index: -1;
}
.sky1,
.sky2 {
width: 34%;
}
.sky3,
.sky4,
.sky5 {
width: 58%;
}
.sky1 {
top: 5%;
left: -10%;
}
.sky2 {
top: 15%;
right: 1%;
}
.sky3 {
top: 21%;
right: 0%;
}
.sky4 {
top: 38%;
left: -18%;
}
.sky5 {
top: 52%;
right: -23%;
}
.header-text {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
max-width: 490px;
}
.start-btn {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
border: none;
font-size: 96px;
line-height: 100px;
padding: 40px 100px;
border-radius: 92px;
border: 6px solid rgba(0, 0, 0, 0.05);
box-shadow: 8px 8px 0px 0px #fad587;
margin: 0px 8px 8px 0px;
}
.maagens-start_container {
position: absolute;
top: 4%;
right: 0;
width: 624px;
}
.maagens-start {
position: relative;
}
.maagens-start img {
position: absolute;
top: 50%;
right: 0;
width: 370px;
}
.maagens-flyver {
animation: maagensFlyver 1.35s ease-in-out infinite;
}
.tale-bobble {
position: relative;
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
width: max-content;
}
.tale-bobble-text {
padding: 32px 20px;
border-radius: 20px;
background-color: #ffffff;
position: relative;
max-width: 220px;
}
.tale-bobble-tail {
position: absolute;
z-index: -1;
width: 40%;
top: 55%;
right: -35%;
} #question-container {
padding-top: 74px;
display: flex;
flex-direction: column;
align-items: center;
}
.question-bubble {
position: relative;
width: 660px;
height: 194px;
margin: 60px 0 40px;
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.question {
box-sizing: border-box;
font-size: 2rem;
width: 660px;
padding: 48px;
height: 194px;
background-color: #ffffff;
border-radius: 20px;
color: var(--text-light);
font-family: Anton, sans-serif;
position: relative;
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
}
.question-tail {
position: absolute;
bottom: -24px;
right: -126px;
width: 150px;
z-index: -1;
}
.answer-btn_container {
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
}
.answer-btn,
.start-btn {
font-family: Anton, sans-serif;
font-style: normal;
font-weight: 400;
color: #0a3857;
background-color: #ffffff;
cursor: pointer;
transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.answer-btn {
line-height: normal;
font-size: 24px;
width: 600px;
border-radius: 999px;
border: 3px solid rgba(0, 0, 0, 0.05);
box-shadow: 4px 4px 0px 0px #fad587;
margin: 0 4px 4px 0;
padding: 12px 80px;
} .next-btn_container {
width: 600px;
padding: 0 10%;
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 20px;
gap: 8px;
}
.next-btn_container p {
color: rgba(255, 255, 255, 0.9);
font-family: "Lilita One", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.next-btn {
display: inline-block;
padding: 10px 20px;
height: 48px;
border-radius: 24px;
border: 2px solid rgba(0, 0, 0, 0.05);
background: #ffffff;
box-shadow: 4px 4px 0px 0px #fad587;
margin: 0 4px 4px 0;
cursor: pointer;
transition: background-color 0.3s ease;
}
.answer-btn:hover,
.start-btn:hover,
.next-btn:hover {
background-color: #f3f3f3;
}
.start-btn:active {
box-shadow: 4px 4px 0px 0px #fad587;
margin: 4px 4px 4px 4px;
}
.answer-btn:active,
.next-btn:active {
box-shadow: 2px 2px 0px 0px #fad587;
margin: 2px 2px 2px 2px;
} .answer-btn.correct {
background-color: #cbffa1;
animation: correctAnswer 0.5s ease;
} @keyframes correctAnswer {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}  .progress-container {
margin: 20px 0;
width: 80%;
margin: 0 auto;
opacity: 95%;
}
.progress-bar {
width: 100%;
background-color: #f3f3f3;
border-radius: 6px;
height: 12px;
overflow: hidden;
margin-top: 20px;
}
.progress-bar-inner {
height: 12px;
width: 0%;
background-color: #fad587;
transition: width 0.3s ease;
} #result-container {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
max-height: 800px;
}
.result-flex-center {
display: flex;
flex-direction: column;
align-items: center;
}
.result-bagde_container {
display: grid;
margin: -4% 0 -2%;
}
.result-image {
position: relative;
width: 100%;
height: auto;
z-index: 1;
margin-top: 20px;
max-width: 500px;
display: none;
grid-area: 1 / 2 / 1 / 2;
}
#stars-container {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
grid-area: 1 / 2 / 1 / 2;
}
.starsGIF {
width: 90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#final-score {
color: var(--white);
font-size: 38px;
grid-area: 1 / 2 / 1 / 2;
margin-top: 14%;
text-align: center;
z-index: 4;
}
.result-container button {
font-size: 1.2em;
cursor: pointer;
transition: background-color 0.3s ease;
}
#result-message {
background-color: var(--white);
padding: 20px;
border-radius: 16px;
box-sizing: border-box;
width: 16vw;
max-width: 240px;
transform: scaleX(-1);
line-height: 104%;
font-size: 1.55vw;
}
.answers-container button {
padding: 15px;
font-size: 1.2em;
border: none;
border-radius: 5px; color: white;
cursor: pointer;
transition: background-color 0.3s ease;
}
.answers-container button:hover {
background-color: #0056b3;
}
.answers-container {
margin-top: 20px;
text-align: left;
display: inline-block;
position: relative;
}
.answers-container div {
margin: 10px 0;
}
.selected {
background-color: var(--skyblue);
}
button.answer-btn.selected:hover{
background-color: var(--skyblue);
}
.maagens-result_container {
position: absolute;
z-index: 5;
display: none;
top: 5%;
left: 0%;
width: 26vw;
max-width: 420px;
aspect-ratio: 42 / 23;
}
.result-tale-bobble_container {
position: absolute;
top: 0;
right: 87%;
}
.maagens-result {
transform: scaleX(-1);
position: relative;
width: 100%;
height: 100%;
}
.maagens-result-img {
width: 26vw;
max-width: 420px;
position: absolute;
top: 90px;
left: 0;
animation: maagensFlyver 1.35s ease-in-out infinite;
}
.buttons {
display: flex;
gap: 32px;
z-index: 5;
}  #modal-container {
display: none;
position: fixed;
padding: 50px 0;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 100; justify-content: center;
align-items: center;
z-index: 1000;
box-sizing: border-box;
overflow: scroll;
}
.modal-content_container {
margin: auto;
display: block;
width: 90%;
max-width: 970px;
max-height: 80%;
position: relative;
}
.modal-content {
width: 100%;
padding: 20px;
box-sizing: border-box;
border-radius: 16px;
background-color: var(--skyblue);
border: 2px solid white;
}
.grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-top: 6px;
}
.incorrect-answer {
background-color: #519bd740;
padding: 8px;
border-radius: 4px;
} #modal-close {
position: absolute;
top: 8px;
right: 10px;
width: 30px;
height: 30px;
background-color: white;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-yellow);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: var(--text-dark);
cursor: pointer;
z-index: 2;
}
#modal-close:hover,
#modal-close:focus {
color: var(--yellow);
text-decoration: none;
cursor: pointer;
} .no-scroll {
overflow: hidden;
} .exit-btn {
display: none;
position: absolute;
top: 32px;
left: 32px;
background-color: rgba(0, 0, 0, 0);
border: none;
border-bottom: 2px solid #ffffff;
font-size: 1em;
cursor: pointer;
transition: color 0.3s ease;
padding: 0;
margin: 0;
color: var(--White-Classic, #ffffff);
font-family: "Lilita One", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.exit-btn:hover {
color: #fad587;
border-bottom: 2px solid #fad587;
}
.exit-btn:hover .arrow {
fill: #fad587;
} .question1-background {
background: linear-gradient(
180deg,
#aedaf3 0%,
#84c6eb 55.59%,
#2b9cd9 95.03%
);
}
.maagens-fisker,
.maagens-dykker {
position: absolute;
right: 0;
width: 480px;
animation: maagensVugger 5s ease-in-out infinite;
}
.maagens-fisker {
top: 320px;
}
.maagens-dykker {
display: none;
top: 180px;
} .question2-background {
background: linear-gradient(180deg, #2c9cda 0%, #0080c6 95.03%);
}
.jellyfish {
position: absolute;
width: 50vw;
height: auto;
bottom: -150px; left: 1%;
transform: translateX(-50%);
z-index: 0;
animation: parallaxFloat 8s ease-in-out infinite;
} .question3-background {
background: linear-gradient(180deg, #0080c6 0%, #0069a2 95.03%);
}
.fish-animation {
position: absolute; top: 0;
left: 0;
width: 100%;
height: 90%; z-index: 0;
pointer-events: none;
}
.makrel,
.torsk {
top: 20%;
animation: swimUpAndDown 20s linear infinite;
max-width: 220px;
}
.tobis {
top: 20%;
max-width: 220px;
}
#fish2 {
position: absolute; top: 30%; animation: swimUpAndDown 15s linear infinite; }
#fish3 {
position: absolute; top: 50%; animation: swimUpAndDown 18s linear infinite; }
#fish4 {
position: absolute; top: 70%; animation: swimUpAndDown 20s linear infinite; }
#torsk1 {
position: absolute; top: 10%; animation: swimUpAndDown 21s linear infinite; }
#torsk2 {
position: absolute; top: 16%; animation: swimUpAndDown 23s linear infinite; }
#torsk3 {
position: absolute; top: 30%; animation: swimUpAndDown 21s linear infinite; }
#torsk4 {
position: absolute; top: 50%; animation: swimUpAndDown 23s linear infinite; }
#torsk5 {
position: absolute; top: 65%; animation: swimUpAndDown 21s linear infinite; }
#torsk6 {
position: absolute; top: 78%; animation: swimUpAndDown 20s linear infinite; }
#torsk7 {
position: absolute; top: 75%; animation: swimUpAndDown 22s linear infinite; } #tobis2 {
position: absolute; top: 16%; animation: swimUpAndDownFromLeft 19s linear infinite;
}
#tobis3 {
position: absolute; top: 30%; animation: swimUpAndDownFromLeft 20s linear infinite;
}
#tobis4 {
position: absolute; top: 50%; animation: swimUpAndDownFromLeft 22s linear infinite;
}
#tobis5 {
position: absolute; top: 65%; animation: swimUpAndDownFromLeft 19s linear infinite;
}
#tobis6 {
position: absolute; top: 70%; animation: swimUpAndDownFromLeft 18s linear infinite;
}
#tobis7 {
position: absolute; top: 80%; animation: swimUpAndDownFromLeft 20s linear infinite;
} .question4-background {
background: linear-gradient(180deg, #0069a2 0%, #005686 95.03%);
}
.bubbles {
position: absolute;
max-width: 100px;
top: 0;
right: 510px;
z-index: 1;
animation: parallaxFloat 6s ease-in-out infinite;
} .question5-background {
background: linear-gradient(180deg, #005686 0%, #05466a 95.03%);
}
.question5-background .jellyfish {
width: 64%;
top: -3%;
left: 1%;
} .question6-background {
background: linear-gradient(180deg, #05476a 0%, #064669 100%);
}
.sildehaj_wrapper {
position: absolute;
top: 32%;
height: 50%;
width: 100%;
}
.sildehaj_container {
position: relative;
}
.sildehaj {
position: absolute;
width: 32vw;
max-width: 760px;
min-width: 450px;
animation: swimUpAndDownFromLeft 15s linear infinite;
opacity: 0.4; z-index: 0;
} .question7-background {
background: linear-gradient(180deg, #054568 0%, #064163 100%);
}
.question7-background .bubbles {
top: 30px;
left: -4px;
} .question8-background {
background: linear-gradient(180deg, #054062 0%, #06476b 100%);
} .question9-background {
background: linear-gradient(180deg, #05466a 0%, #174460 95.03%);
} .question10-background {
background: linear-gradient(180deg, #174460 9%, #9c8888 98.51%);
}
.havbund02 {
position: absolute;
bottom: -22%;
width: 100%;
z-index: 0;
opacity: 0.6;
transform-origin: 0 100%;
} .question1-background,
.question2-background,
.question3-background,
.question4-background,
.question5-background,
.question6-background,
.question7-background,
.question8-background,
.question9-background,
.question10-background {
display: none;
height: 100%;
width: 100%;
position: relative;
} @keyframes maagensFlyver {
0% {
transform: translateY(10px);
}
50% {
transform: translateY(0px);
}
100% {
transform: translateY(10px);
}
}
@keyframes swimUpAndDown {
0% {
transform: translateY(0) translateX(100vw); }
50% {
transform: translateY(20px); }
100% {
transform: translateY(0) translateX(-100vw); }
}
@keyframes swimUpAndDownFromLeft {
0% {
transform: translateY(0) translateX(-30vw); }
50% {
transform: translateY(20px);
}
100% {
transform: translateY(0) translateX(100vw); }
}
@keyframes maagensVugger {
0% {
transform: translateY(0) rotate(-1deg);
}
50% {
transform: translateY(10px) rotate(1deg);
}
100% {
transform: translateY(0) rotate(-1deg);
}
}
@keyframes parallaxFloat {
0% {
transform: translateX(5px) translateY(15px) rotate(-1deg);
}
50% {
transform: translateX(25px) translateY(5px) rotate(1deg);
}
100% {
transform: translateX(5px) translateY(15px) rotate(-1deg);
}
} #question-container,
#result-container,
#answers-container {
display: none;
width: 100%;
} @media only screen and (min-width: 1521px) {
#result-message {
font-size: 24px;
}
}
@media only screen and (max-width: 1520px) {
.maagens-fisker,
.maagens-dykker {
right: 20px;
}
}
@media only screen and (max-width: 1420px) {
.maagens-fisker,
.maagens-dykker {
top: 340px;
width: 400px;
}
.maagens-dykker {
top: 220px;
}
}
@media only screen and (max-width: 1380px) {
.maagens-start_container {
top: 198px;
}
.start-btn {
top: 424px;
}
.maagens-fisker,
.maagens-dykker {
width: 360px;
}
}
@media only screen and (max-width: 1320px) {
.maagens-fisker,
.maagens-dykker {
width: 330px;
}
}
@media only screen and (max-width: 1280px) {
.maagens-fisker,
.maagens-dykker {
width: 310px;
}
.question-tail {
right: -109px;
width: 124px;
}
}
@media only screen and (max-width: 1230px) {
.maagens-fisker,
.maagens-dykker {
width: 280px;
}
}
@media only screen and (max-width: 1200px) {
.maagens-fisker,
.maagens-dykker {
top: 330px;
}
.maagens-dykker {
top: 240px;
}
.question-tail {
right: -76px;
width: 88px;
}
}
@media only screen and (max-width: 1140px) {
.maagens-fisker,
.maagens-dykker {
width: 240px;
}
}
@media only screen and (max-width: 1100px) {
.question-bubble {
width: 540px;
height: max-content;
}
.question {
width: 540px;
padding: 20px;
font-size: 1.8rem;
height: max-content;
}
.next-btn_container,
.answer-btn {
width: 500px;
padding: 8px 48px;
font-size: 20px;
}
.maagens-fisker,
.maagens-dykker {
right: 12px;
}
}
@media only screen and (max-width: 1019px) {
#start-container {
padding: 40px 80px;
}
}
@media only screen and (max-width: 1000px) {
.result-tale-bobble_container .tale-bobble-tail {
top: 47%;
right: -32%;
}
}
@media only screen and (max-width: 950px) {
.maagens-start_container {
top: 220px;
}
}
@media only screen and (max-width: 935px) {
.question-tail {
top: 87px;
right: -72px;
width: 88px;
rotate: 10deg;
}
.maagens-fisker,
.maagens-dykker {
top: 330px;
}
.maagens-dykker {
top: 260px;
}
}
@media only screen and (max-width: 935px) {
#start-container {
padding: 40px 40px;
}
.start-btn {
top: 506px;
}
.question-tail {
top: 93px;
right: -48px;
width: 74px;
rotate: 29deg;
}
.next-btn_container,
.answer-btn {
width: 422px;
}
}
@media only screen and (max-width: 853px) {
#start-container {
padding: 40px 20px;
}
.maagens-fisker,
.maagens-dykker {
right: 4px;
width: 200px;
top: 347px;
}
.maagens-dykker {
top: 286px;
}
}
@media only screen and (max-width: 664px) {
#start-container {
overflow-x: clip;
}
.maagens-start_container {
width: 580px;
left: 0;
}
.tale-bobble {
margin-left: 20px;
}
.maagens-start img {
width: 300px;
}
}
@media only screen and (max-width: 528px) {
.header-text h1 {
font-size: 32px;
}
}
@media only screen and (max-width: 480px) {
.start-btn {
font-size: 60px;
padding: 24px 68px;
top: 270px;
}
.maagens-start_container {
top: 230px;
width: 200px;
}
.tale-bobble-tail {
top: 160px;
left: 7%;
transform: rotate(45deg);
}
.maagens-start img {
top: 220px;
left: 25px;
}
}
@media only screen and (max-width: 360px) {
.start-btn {
top: 334px;
padding: 16px 60px;
}
.maagens-start_container {
top: 310px;
}
}