* {
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;
padding: 40px 120px 120px;
max-width: 1520px;
width: 100%;
position: relative;
background-repeat: no-repeat;
background-size: 100% 100%;
overflow: hidden;
}
.main-content {
position: inherit;
z-index: 1;
} .breadcrumb {
display: flex;
align-items: center;
padding: 10px;
}
.breadcrumb-item {
display: flex;
align-items: center;
color: var(--text-light);
text-decoration: none;
font-size: 1rem;
}
.breadcrumb-item svg {
margin-right: 8px;
}
.breadcrumb-item svg path {
fill: var(--text-light);
}
.breadcrumb:hover .breadcrumb-item,
.breadcrumb:hover .breadcrumb-item svg path {
color: var(--text-dark);
fill: var(--text-dark);
}
.breadcrumb:active .breadcrumb-item,
.breadcrumb:active .breadcrumb-item svg path {
opacity: 0.8;
}
.fiskekort-link{
text-decoration: underline;
color: #1d6a8a;
} #dansk {
background: linear-gradient(225deg, #fad587 6.82%, #aedaf3 21.89%);
}
#matematik {
background: linear-gradient(190deg, #fad587 4.84%, #aedaf3 18.18%);
}
#engelsk {
background: linear-gradient(184deg, #fad587 2.15%, #aedaf3 22.62%);
}
#historie {
background: linear-gradient(178deg, #fad587 0.84%, #aedaf3 27.61%);
}
#naturteknik {
background: linear-gradient(151deg, #e7bea0 5.96%, #8ebdd7 34.8%);
}
#madkundskab {
background: linear-gradient(169deg, #fac587 3.81%, #8ebdd7 43.6%);
}
#billedkunst {
background: linear-gradient(126deg, #fa9587 -7.46%, #90b9dd 23.6%);
}
.maagens_container {
width: 280px;  position: absolute;
z-index: 2;
bottom: -8px;
right: 40px;
}
@media (max-width: 1400px) {
.modal-open .maagens_container {
display: none;
}
}
.maagens_fisker {
width: 100%;
animation: boatFloat 5s ease-in-out infinite;
}
.hero-boelge {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
width: 190vw;
min-width: 1936px;
max-width: 2888px;
z-index: 0;
}
@keyframes boatFloat {
0% {
transform: translateY(0) rotate(-1deg);
}
50% {
transform: translateY(10px) rotate(1deg);
}
100% {
transform: translateY(0) rotate(-1deg);
}
} .opgave-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
box-sizing: border-box;
width: 100%;
margin-bottom: 180px;
}
.headline_text {
display: flex;
flex-direction: column;
max-width: 440px;
width: 100%;
grid-column: span 2;
margin-bottom: 40px;
}
#billedkunst .headline_text,
#historie .headline_text,
#engelsk .headline_text,
#matematik .headline_text {
grid-column: span 3;
}
.assignment_box {
width: 100%;
height: 382px;
justify-content: center;
align-items: center;
gap: 12px;
border-radius: 16px;
border: 1px solid #e1edf5;
background: rgba(255, 255, 255, 0.3);
box-shadow: 8px 8px 0px 0px rgba(6, 77, 134, 0.5);
margin: 0 8px 8px 0;
box-sizing: border-box;
cursor: pointer;
position: relative;
overflow: hidden;
}
.assignment_box-text {
position: absolute;
z-index: 2;
padding: 12px 12px 0;
}
.assignment_box:hover {
background: rgba(255, 255, 255, 0.5);
}
.assignment_box:active {
margin: 4px 4px 4px 4px;
box-shadow: 4px 4px 0px 0px rgba(6, 77, 134, 0.5);
}
.fag-opgave-cover,
.fag-opgave-boelge {
position: absolute;
bottom: 0;
transform: translateX(-50%);
left: 50%;
width: 100%;
}
.fag-opgave-boelge {
opacity: 90%;
}
.waves {
bottom: 0;
left: 0;
position: absolute;
max-width: 500px;
width: 100%;
justify-content: center;
z-index: 0;
}  .modal {
display: none;
position: fixed;
z-index: 9; left: 0;
top: 0;
width: 100%;
height: 100vh;
overflow-y: scroll;
box-shadow: var(--cartoon-shadow-blue);
} .modal-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: var(--white);
padding: 20px;
border: 1px solid var(--turquoise-dark);
width: 80%;
max-width: 1200px;
max-height: 80vh;
border-radius: 20px;
display: flex;
flex-direction: column;
gap: 13px;
} iframe#pdfFrame {
height: 70vw;
min-height: 500px;
} .close {
position: absolute;
top: -10px;
right: -10px;
width: 30px;
height: 30px;
background-color: white;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-blue);
border: 1px solid var(--cartoon-shadow-blue);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
color: var(--text-dark);
cursor: pointer;
z-index: 2;
}
.close:hover,
.close:focus {
color: var(--yellow);
text-decoration: none;
cursor: pointer;
}
.download-button_container{
display: flex;
gap: 12px; 
width: 100%;
justify-content: flex-start;
height: max-content;
padding: 20px;
} .popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.popup-content {
position: relative;
width: 80%;
max-width: 800px;
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
}
.popup-video {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
}
#opgave4-video-link,
#opgave3-video-link {
text-decoration: underline;
color: #1d6a8a;
}
#opgave4-video-link:hover,
#opgave3-video-link:hover {
text-decoration: underline;
color: var(--text-dark);
} .interaktiv-opgave {
box-sizing: border-box;
border-radius: 12px;
border: 1px solid var(--cartoon-shadow-blue);
box-shadow: 0px 0px 2px 2px var(--cartoon-shadow-blue);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 0%,
rgba(173, 212, 237, 1) 100%
);
width: 80%;
padding: 16px;
max-width: 940px;
height: max-content;
margin: auto; width: calc(100% - 40px);
height: calc(100vh - 40px);
max-height: max-content;
overflow-y: scroll;
overflow-x: hidden;
position: relative;
}
.interaktiv-opgave .close {
top: 2px;
right: 2px;
}
.interaktiv-opgave .opgave-title {
color: var(--text-light);
} @media only screen and (min-width: 1440px) {
.opgave-grid {
grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
}
@media only screen and (max-width: 1180px) {
#billedkunst .headline_text,
#historie .headline_text,
#engelsk .headline_text,
#matematik .headline_text {
grid-column: span 2;
}
}
@media only screen and (max-width: 1019px) {
main {
padding: 40px 80px 120px;
}
}
@media only screen and (max-width: 935px) {
main {
padding: 40px 40px 80px;
}
}
@media only screen and (max-width: 853px) {
main {
padding: 40px 20px 80px;
}
}
@media only screen and (max-width: 720px) {
.interaktiv-opgave {
width: calc(100% - 40px);
margin-top: 20px;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 660px) {
.headline_text,
#billedkunst .headline_text,
#historie .headline_text,
#engelsk .headline_text,
#matematik .headline_text {
grid-column: span 1;
}
.opgave-grid {
margin-bottom: 240px;
}
}
@media only screen and (max-width: 500px) {
.modul-content{
top: 20px;
left: 50%;
transform: translate( 0, -50%);  
}
}
@media only screen and (max-width: 400px) {
.download-button_container{
flex-direction: column;
}
}
.culinary-differentfish-task,
.culinary-fishindex-task {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 32px;
}
.culinary-differentfish-task .culinary-differentfish-wrapper input,
.culinary-fishindex-task .culinary-fishindex-wrapper input {
width: 100%;
max-width: 640px;
padding: 8px;
font-size: 16px;
border: 2px solid var(--cartoon-shadow-blue);
box-sizing: border-box;
border-radius: 8px;
}
.culinary-differentfish-task .culinary-differentfish-wrapper input:focus,
.culinary-fishindex-task .culinary-fishindex-wrapper input:focus {
outline: none;
border-color: #007bff;
}
.assignment2 .feedback-container {
display: flex;
flex-direction: column;
margin-top: 20px;
}
.assignment2-maagens {
width: 30%;
position: absolute;
bottom: 0%;
right: -8%;
}
.assignment1 .feedback-container {
display: flex;
flex-direction: column;
margin-top: 20px;
}
.feedback-message{
max-width: 460px;
}
.assignment1-maagens {
width: 30%;
position: absolute;
bottom: 0%;
right: -8%;
}
@media only screen and (max-width: 1023px) {
.assignment1-maagens {
display:none;
}
.assignment2-maagens {
display:none;
}
}.space-between {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin: 8px 8px 12px 20px;
}
.error-counter {
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.32) 0%,
rgba(93, 165, 210, 0.25) 100%
);
border: 2px solid rgba(93, 165, 210, 0.4);
height: max-content;
padding: 16px;
border-radius: 12px;
font-size: 16px;
}
.opgave-title {
margin: 8px 8px 0;
width: 100%;
}
.opgave-forklaring {
margin: 0 8px 12px;
width: 100%;
} .fiskedele_container {
display: flex;
flex-direction: column;
align-items: center;
} .fish-diagram {
position: relative;
margin-bottom: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.fish-image {
max-width: 600px; width: 100%;
} .fiskedel-labels {
display: flex;
flex-wrap: wrap; justify-content: center;
gap: 10px; max-width: 660px; margin: 20px 0;
}
.fiskedel-label {
padding: 9px;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.32) 0%,
rgba(93, 165, 210, 0.32) 100%
);
border: 2px solid var(--cartoon-shadow-blue);
border-radius: 5px;
cursor: grab;
text-align: center;
box-sizing: border-box;
width: 124px;
height: 44px;
}
.fiskedel-label,
.dropbox {
color: var(--Text-dark, #0a3857);
font-family: Truculenta, sans-serif;
font-style: normal;
font-size: 16px;
}
.body-parts-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 20px;
}
.body-parts-section {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(123px, 1fr));
flex-wrap: wrap;
justify-content: center;
gap: 15px;
width: 100%;
max-width: 800px;
}
.body-part {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
justify-content: flex-end;
}
.body-part img {
width: 100px; height: auto;
}
.dropbox {
width: 120px;
height: 40px;
border: 2px dashed var(--voresfisk);
border-radius: 10px;
margin-top: 5px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f0f0f0;
}
#modal_interactive_assignment1 .success-message {
display: none;
color: green;
margin-top: 20px;
color: var(--Text-dark, #0a3857);
font-family: Truculenta, sans-serif;
font-style: normal;
font-size: 16px;
}
.body-part .dropbox[data-text]:after {
content: attr(data-text);
} .error {
background-color: var(--error-light);
border: 2px solid var(--error-dark);
} .correct-match {
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.32) 0%,
rgba(93, 165, 210, 0.32) 100%
);
background-color: var(--succes-light);
border: 2px solid var(--succes-dark);
pointer-events: none;
}
.fiskedel-label.correct-match { background: #f0f0f0;
border: 2px solid #cecece;
color: #f0f0f0;
pointer-events: none;
} .body-part .dropbox.correct-match {
background-color: var(--succes-light);
border: 2px solid var(--succes-dark);
}
@media only screen and (max-width: 720px) {
.error-counter {
padding: 8px;
}
}
@media only screen and (max-width: 600px) {
.space-between {
flex-direction: column;
}
}
@media only screen and (max-width: 420px) {
.space-between {
margin: 0 0 12px 0;
}
} .genkend-fisk_container {
display: flex;
flex-direction: column;
align-items: center;
}
.name-container {
display: flex;
flex-wrap: wrap; justify-content: center;
gap: 10px; margin: 20px 0;
}
.name-box {
border: 2px solid var(--cartoon-shadow-blue);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.32) 0%,
rgba(93, 165, 210, 0.32) 100%
);
cursor: grab;
justify-content: center;
display: flex;
align-items: center;
border: 2px dashed var(--cartoon-shadow-blue);
border-radius: 5px;
box-sizing: border-box;
width: 124px;
height: 44px;
}
.name-box,
.label,
#modal_interactive_assignment .success-message {
color: var(--Text-dark, #0a3857);
font-family: Truculenta, sans-serif;
font-style: normal;
font-size: 16px;
line-height: 16px;
text-align: center;
}
#modal_interactive_assignment .success-message {
font-size: 24px;
}
.name-box:active {
background-color: #45a049;
}
.label {
cursor: pointer;
display: none; width: 100%;
}
.correct-match-fish .label {
display: block; }
.correct-match-fish {
order: 1; }
.fish-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
flex-wrap: wrap;
justify-content: center;
gap: 15px;
width: 100%;
max-width: 800px;
}
.fish {
width: 100%;
margin: 10px;
position: relative;
order: 0; height: max-content;
}
.fish img {
width: 100%;
height: 100%;
object-fit: contain;
max-height: 170px;
} .name-box.error {
background-color: var(--error-light);
border: 2px solid var(--error-dark);
}
.nature-sustainability-task,
.nature-trash-task {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 32px;
}
.nature-sustainability-task .nature-sustainability-wrapper input,
.nature-trash-task .nature-trash-wrapper input {
width: 100%;
max-width: 640px;
padding: 8px;
font-size: 16px;
border: 2px solid var(--cartoon-shadow-blue);
box-sizing: border-box;
border-radius: 8px;
}
.nature-sustainability-task .nature-sustainability-wrapper input:focus,
.nature-trash-task .nature-trash-wrapper input:focus {
outline: none;
border-color: #007bff;
}
.assignment3 .feedback-container {
display: flex;
flex-direction: column;
margin-top: 20px;
}
.assignment4 .feedback-container {
display: flex;
flex-direction: column;
margin-top: 20px;
}
.assignment3-maagens {
width: 35%;
position: absolute;
bottom: 0%;
right: -8%;
}
.assignment4-maagens {
width: 30%;
position: absolute;
bottom: 0%;
right: -8%;
} @media only screen and (max-width: 1023px) {
.assignment3-maagens {
display:none;
}
.assignment4-maagens {
display:none;
}
}