* {
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: radial-gradient(
82.32% 80.1% at 50.03% 45.86%,
#41c3ff 0%,
#003c72 100%
);
}
.background-grafics {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
overflow: hidden;
}
.main-content {
position: inherit;
z-index: 1;
}
.kutter-BG {
position: absolute;
width: 30vw;
max-width: 456px;
right: -10%;
top: 20%;
animation: boatFloat 5s ease-in-out infinite;
}
.cloud1 {
position: absolute;
width: 50vw;
max-width: 760px;
right: -1vw;
top: 9vh;
animation: cloudFloat 5s ease-in-out infinite;
}
.cloud2 {
position: absolute;
width: 35vw;
max-width: 532px;
right: 2vw;
top: 4vh;
animation: cloudFloat2 8s ease-in-out infinite;
}
h1,
.sub-header {
color: var(--white);
} .map_container {
background-image: url(https://cdn.glitch.global/1301aefd-da6f-4dea-a219-0434cc769a61/Dk%20Kort.svg?v=1726220507434);
background-size: contain;
background-repeat: no-repeat;
aspect-ratio: 973 / 1021;
position: relative;
}
.maagens-fisker {
position: absolute;
width: 16%;
top: 27.5%;
left: 41.5%;
}
.hotspot {
position: absolute;
cursor: pointer;
aspect-ratio: 16.7 / 36.4;
width: 2%;
transform: translate(-72%, -63%);
}
.pin-container {
position: relative;
display: flex;
align-items: center; transform-origin: bottom left; }
.pin {
width: 80%;
transform-origin: bottom left; transition: transform 0.3s ease;
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.pin-text {
margin-left: 5px; font-size: 20px; transform-origin: left center;
transition: transform 0.3s ease;
color: var(--White-Classic, #ffffff);
font-family: Anton, sans-serif;
font-style: normal;
font-weight: 400;
line-height: normal;
text-wrap: nowrap;
} .pin-container-left {
flex-direction: row-reverse;
}
.pin-container-left .pin-text {
margin-left: 0;
margin-right: 5px;
transform-origin: right center;
} #hotspot-skagen {
top: 0.5%;
left: 45%;
}
#hotspot-hirtshals {
top: 5.5%;
left: 34.5%;
}
#hotspot-thorupstrand {
top: 19%;
left: 19%;
}
#hotspot-hanstholm {
top: 21%;
left: 9%;
}
#hotspot-strandby {
top: 8%;
left: 43.5%;
}
#hotspot-laesoe {
top: 15.2%;
left: 52%;
}
#hotspot-thyboroen {
top: 33.8%;
left: 2.7%;
}
#hotspot-limfjorden {
top: 30%;
left: 18%;
}
#hotspot-thorsminde {
top: 42.5%;
left: 2.2%;
}
#hotspot-hvide-sande {
top: 52.5%;
left: 1.6%;
}
#hotspot-grenaa {
top: 41%;
left: 51%;
}
#hotspot-esbjerg {
top: 69.5%;
left: 7%;
}
#hotspot-roemoe {
top: 80%;
left: 9%;
}
#hotspot-kerteminde {
top: 69.2%;
left: 46.5%;
}
#hotspot-spodsbjerg {
top: 85%;
left: 49.4%;
}
#hotspot-bagenkop {
top: 90%;
left: 47%;
}
#hotspot-hundested {
top: 54%;
left: 69%;
}
#hotspot-gilleleje {
top: 50.5%;
left: 75.5%;
}
#hotspot-klintholm {
top: 84%;
left: 77.2%;
}
#hotspot-bornholm {
top: 96%;
left: 98%;
}
.hotspot:hover .pin {
transform: scale(1.5); }
.hotspot:hover .pin-text {
transform: scale(1.5); }
#hotspot-thorup-strand .pin-text {
margin-bottom: 1.5em;
} .havne-pop-up {
position: absolute;
display: none;
box-sizing: border-box;
margin: 80px 40px;
width: calc(100vw - 80px);
max-width: 1140px;
border-radius: 20px;
background: linear-gradient(353deg, rgba(65, 195, 255, 0.2) -0.42%, #003c72 121.66%), #f5f5f5;
box-shadow: -2px -2px 16px 0px rgba(0, 0, 0, 0.25);
padding: 40px 20px;
z-index: 2;
overflow: scroll; }
.havne-pop-up .header-large {
color: var(--white);
}
.havn-box1 {
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.32) 0%,
rgba(93, 165, 210, 0.32) 100%
);
padding: 10px;
border-radius: 16px;
display: flex;
gap: 10px;
margin: 24px 0;
width: 100%;
box-sizing: border-box;
}
.havn-box1 img {
border-radius: 12px;
width: 50%;
object-fit: cover;
}
.havn-textbox {
background-color: var(--white);
padding: 32px 40px;
border-radius: 14px;
width: 50%;
box-sizing: border-box;
}
.fiskeri-textbox {
width: 100%;
}
.havn-box2,
.havn-box3 {
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.32) 0%,
rgba(93, 165, 210, 0.32) 100%
);
padding: 10px;
border-radius: 16px;
margin: 24px 0;
}
.top3-fisk_container {
display: flex;
flex-direction: column;
gap: 16px;
justify-content: center;
}
.header-medium {
text-align: center;
color: var(--text-light);
margin-top: 32px;
}
.close-button {
position: absolute;
top: 10px;
right: 10px;
width: 50px;
height: 50px;
background-color: white;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-yellow);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 45px;
color: var(--buttonblue);
cursor: pointer;
z-index: 2;
}
.close-button:hover {
color: var(--yellow);
}
.close_button:active {
margin: 2px 2px 2px 2px;
box-shadow: 2px 2px 0px 0px var(--cartoon-shadow-blue);
}
.close_button-clicked {
background-color: var(--white);
color: var(--text-dark);
}
.close_button-clicked:hover {
background-color: var(--skyblue);
color: var(--text-dark);
} .top3-fisk {
display: flex;
width: 100%;
justify-content: center;
align-items: flex-end;
gap: 20px;
margin-bottom: 15px;
}
.box_border {
padding: 1px;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.52) 0%,
rgba(93, 165, 210, 0.52) 100%
);
border-radius: 18px;
}
.plads1,
.plads2,
.plads3 {
position: relative;
background: linear-gradient(90deg, #bad8e9 5.35%, #87bcdd 94.77%);
border-radius: 16px;
width: 256px;
}
.plads1 {
height: 240px;
}
.plads2 {
height: 214px;
}
.plads3 {
height: 186px;
}
.shadow-box {
width: 100%;
height: 100%;
border-radius: 16px;
background-color: var(--cartoon-shadow-blue);
position: absolute;
top: -8px;
right: -8px;
z-index: -1;
}
.medal {
position: absolute;
filter: drop-shadow(0 rgba(255, 255, 255, 0));
bottom: -20px;
right: -20px;
filter: none;
}
.top3-fisk .header-small {
color: var(--text-dark);
text-align: center;
position: absolute;
bottom: 12px;
left: 0;
width: 100%;
}
.top3-fisk .fisk-img {
box-sizing: border-box;
width: 100%;
height: 100%;
object-fit: contain;
padding: 8px;
} .maagens_container {
display: flex;
align-items: flex-end;
margin-bottom: -18px;
}
.maagens-taler {
height: 200px;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.tale-bobble_container {
position: relative;
margin-left: 20px;
margin-bottom: 34px;
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.tale-bobble {
background-color: var(--white);
color: var(--text-light);
width: max-content;
padding: 24px;
border-radius: 16px;
}
.tail {
position: absolute;
left: -33.5px;
top: 20px;
} .havn-box3 .header-medium-large {
margin: 48px 0 0 32px;
}
.galleri {
box-sizing: border-box;
margin: 20px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.galleri img {
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 14px;
overflow: hidden;
}
.img-small {
grid-column: span 1;
grid-row: span 1;
}
.img-medium {
grid-column: span 2;
grid-row: span 1;
aspect-ratio: 16/9;
}
.img-large {
grid-column: span 2;
grid-row: span 2;
} @keyframes boatFloat {
0% {
transform: translateY(0) rotate(-1deg);
}
50% {
transform: translateY(4px) rotate(1deg);
}
100% {
transform: translateY(0) rotate(-1deg);
}
}
@keyframes cloudFloat {
0% {
transform: translateX(0);
}
50% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
@keyframes cloudFloat2 {
0% {
transform: translateX(0) scaleX(-1);
}
50% {
transform: translateX(-8px) scaleX(-1);
}
100% {
transform: translateX(0) scaleX(-1);
}
} @media only screen and (min-width: 1521px) {
.map_container {
margin: 0 22px;
}
}
@media only screen and (max-width: 1520px) {
.map_container {
max-width: 1000px;
margin: 0 calc((100vw - 1000px) / 2);
}
.pin-text {
font-size: 16px;
letter-spacing: 0.05em;
}
}
@media only screen and (min-width: 1220px) {
.havne-pop-up {
margin: 80px calc((100% - 1140px) / 2);
}
}
@media only screen and (max-width: 1019px) {
main {
padding: 40px 80px 120px;
}
.map_container {
margin: 0 72px;
}
.top3-fisk {
flex-direction: column;
align-items: center;
}
.box_border:nth-child(2) {
order: -1;
}
}
@media only screen and (max-width: 1000px) {
.map_container {
margin: 0 22px;
}
}
@media only screen and (max-width: 935px) {
main {
padding: 40px 40px 80px;
}
.map_container {
margin: 0 112px;
}
.pin-text {
font-size: 12px;}
}
@media only screen and (max-width: 853px) {
main {
padding: 40px 20px 80px;
}
.map_container {
margin: 0 132px;
}
.havne-pop-up {
padding: 40px;
}
.havn-box1 {
flex-direction: column;
}
.havn-box1 img,
.havn-textbox {
width: 100%;
}
.havn-box1 img {
aspect-ratio: 16 / 9;
}
.havn-textbox {
padding: 20px;
}
}
@media only screen and (max-width: 780px) {
.maagens_container { }
.maagens-taler {
width: 40%;
height: auto;
}
.tale-bobble_container {
margin-left: 2%;
}
.tale-bobble {
width: 80%;
}
}
@media only screen and (max-width: 600px) {
.map_container {
margin: 0 80px;
}
.havne-pop-up {
padding: 20px;
margin: 20px;
width: calc(100vw - 40px);
}
}
@media only screen and (max-width: 560px) {
.tail {
top: 40px;
}
}
@media only screen and (max-width: 490px) {
.tail {
bottom: 30px;
top: auto;
width: 20px;
height: 16px;
left: -19.5px;
}
}
@media only screen and (max-width: 480px) {
.map_container {
margin: 0;
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
align-items: center;
}
.hotspot {
position: unset;
aspect-ratio: unset;
transform: none;
width: fit-content;
}
.pin-text {
margin: 4px 0;
font-size: 20px;
}
.hotspot:hover .pin-text {
transform: scale(1); }
.pin-container-left {
flex-direction: row;
}
#hotspot-thorup-strand .pin-text {
margin-bottom: 4px;
}
.pin {
display: none;
}
}