@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;color:#fff}::selection{background-color:#353}body{font-family:Inter,sans-serif;background-color:#0f1f37;overflow-x:hidden}main{position:relative;height:100vh;width:100vw;overflow:hidden;background-image:url(IMGs/Image_Background_New.png);background-color:#060614;background-size:cover;background-position:bottom;background-repeat:no-repeat}#loadingScreen{position:fixed;width:100%;height:100%;background:linear-gradient(45deg,#0d062c,#1e1e5e);color:#000;z-index:9996;display:flex;flex-direction:column;justify-content:center;align-items:center}#loadingLottie{width:150px;height:150px;border-radius:50%;padding:0;animation:bounce 5s infinite}#loadingScreen h3{font-size:24px;font-weight:500;padding:40px}#loadingScreen h3:after{content:".";animation:dots 2.2s steps(5,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}80%,to{content:"...."}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.sweep-up{animation:fadeOut 2.5s ease-in-out forwards}@keyframes sweepUp{0%{transform:translateY(0);opacity:1;border-radius:0}to{transform:translateY(-100%);opacity:0;border-radius:50%}}.fade-out{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.image-stack{position:fixed;left:50%;bottom:0}.image-stack-container{height:100vh}.progressionCircle h1{position:relative;width:auto;font-size:6rem;padding-bottom:1rem}.progressionCircleContainer,.progressionCircleContainer2{position:absolute;top:50%;left:clamp(-2.5rem,1.5vw,.5rem);transform:translateY(-50%);width:clamp(300px,34vw,540px);height:auto;pointer-events:none;opacity:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.8rem}.progressionCircleContainer svg,.progressionCircleContainer2 svg,.progressionCircleContainer canvas,.progressionCircleContainer2 canvas{width:100%;height:auto}.lottie-scroll-indicator,.projectMenuIcon{position:fixed;bottom:5%;left:50%;transform:translate(-50%);width:100px;height:100px;padding:25px;border-radius:50%;pointer-events:none;opacity:0;background-color:#000;z-index:var(--z-index-indicators);scale:.5}.projectMenuIcon{left:8%;display:none}.content-overlay,.contentoverlay2{position:absolute;top:0;left:0}.content-overlay{z-index:var(--z-index-contentOverlay1);pointer-events:none}.contentoverlay2{z-index:var(--z-index-contentOverlay2)}section{height:100vh;width:100vw;position:fixed}section .container{width:100%;height:100%;display:flex;align-items:center}h2,h2 span{font-size:60px;font-weight:600;line-height:70px;display:block;width:100%;font-family:inherit}h2 span{font-size:42px;font-weight:400;line-height:52px;margin-bottom:30px}p{font-size:16px;line-height:26px;font-weight:300;width:100%;display:block}#openModalBtn{padding:10px 20px;cursor:pointer}.modal{display:none;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;pointer-events:all;cursor:auto;background-color:#383838b3;z-index:var(--z-index-kontaktOs);align-items:center;justify-content:center}.modal-content{background-color:#fff;padding:20px;border:3px solid #888;border-radius:20px;width:80%;max-width:400px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;align-items:center;justify-content:center}.close-btn{color:#aaa;font-size:28px;font-weight:700;cursor:pointer;align-self:flex-end}.close-btn:hover,.close-btn:focus{color:#313131;text-decoration:none;cursor:pointer}.modal-content h2{color:#313131;font-size:24px;margin-bottom:20px}.modal-content label{color:#313131;display:block;margin-bottom:10px}.modal-content input[type=email],.modal-content input[type=text]{width:100%;padding:10px;margin-bottom:20px;border-radius:5px;color:#333}.modal-content input[type=email],.modal-content textarea{color:#333}.modal-content input[type=email]::placeholder,.modal-content textarea::placeholder{color:#333}.modal-content input[type=text]{height:150px}.modal-content button{background-color:green;border:none;padding:10px 20px;color:#fff;border-radius:5px;cursor:pointer}.modal-content button:hover{background-color:#006400}.modal-content textarea{width:100%;height:150px;resize:none;padding:10px;margin-bottom:20px;border-radius:5px}.form-container{width:100%;max-width:700px;margin:0 auto}.slim-content{width:60%}.content-box{position:relative;height:260px;width:1300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.content-box-colorfill{position:absolute;top:0;left:0;width:100%;height:70%;background-image:linear-gradient(to right,#d1650d,#f8a564);border-bottom-left-radius:50% 20%;border-bottom-right-radius:50% 20%}.content-box-videoholder{position:absolute;top:0;width:50%;height:100%;background-color:transparent}.project-text{width:100%;padding:20px;text-align:left}.project-text h2,.project-text p,.project-text a{margin:0 0 20px;color:#0f0f0f}.project-text h2{font-size:24px;line-height:normal}.project-text p{font-size:16px}.project-text a.button-link{display:inline-block;padding:10px 20px;background-color:#eb6d06;color:#fff;text-decoration:none;border-radius:20px;box-shadow:0 2px 4px #00000080}.project-text a.button-link:hover{background-color:#f8a564}@media screen and (max-width: 1180px){main{background-image:none}body{overflow-y:block}body::-webkit-scrollbar{display:block}section .container{width:100%;height:100%;margin:0;padding:0}.underside-un_gg{display:none}.lottie-scroll-indicator{left:45%}}.creatorTag{position:fixed;z-index:99999999;bottom:0;padding:2px;opacity:.5;font-weight:100;font-size:12px}.someTag{position:fixed;z-index:99999999;bottom:0;padding:10px 25px 10px 10px;opacity:.7;font-weight:100;font-size:32px;right:0;display:flex;gap:15px}.potentialeBody{scroll-snap-type:y mandatory;overflow-y:visible;height:auto;background:linear-gradient(to bottom,blue,green)}.potentialeBanner,.divider,.videoSection,.textSection,.progressionCircle .quizSection,.feedbackSection,.endingBanner{scroll-snap-align:start}.potentialeBanner{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;background:linear-gradient(160deg,rgba(6,18,38,.85) 0%,rgba(8,24,52,.45) 45%,rgba(6,18,38,.78) 100%),url(IMGs/Vindmoeller_Test.jpeg) center / cover no-repeat;background-attachment:fixed}.potentialeBanner:before,.potentialeBanner:after{content:"";position:absolute;inset:-10%;pointer-events:none;mix-blend-mode:screen}.potentialeBanner:before{background:radial-gradient(circle at 20% 30%,rgba(46,134,255,.35),rgba(16,48,94,0))}.potentialeBanner:after{background:radial-gradient(circle at 75% 65%,rgba(255,165,129,.28),rgba(20,28,38,0))}.potentialeBanner__inner{position:relative;z-index:1;width:min(960px,100%);display:grid;gap:1.6rem;padding:clamp(2rem,4vw,3rem);border-radius:26px;background:rgba(13,24,40,.55);border:1px solid rgba(255,255,255,.12);color:#f5f9ff;backdrop-filter:blur(16px);box-shadow:0 40px 68px #08122673}.potentialeBanner__inner:after{content:"";position:absolute;inset:-30% -20% 60% -25%;background:radial-gradient(circle at 40% 40%,rgba(118,196,255,.3),rgba(118,196,255,0));opacity:.4;transform:translateY(0)}.potentialeBanner__inner h1{margin:0;font-size:clamp(2.3rem,5vw,3.7rem);line-height:1.18;letter-spacing:.01em}.potentialeBanner__inner p{margin:0;max-width:56ch;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.62;color:#edf3ffd9}.potentialeBanner__cta{display:inline-flex;align-items:center;gap:.65rem;padding:.9rem 1.6rem;border-radius:999px;text-decoration:none;font-weight:600;color:#05142d;background:linear-gradient(130deg,#65b6ff,#3c8fff);box-shadow:0 20px 30px #184a8c8c;transition:transform .16s ease,box-shadow .16s ease}.potentialeBanner__cta:hover{transform:translateY(-4px);box-shadow:0 28px 44px #184a8c9e}@media (max-width: 720px){.potentialeBanner{background-attachment:scroll;padding:clamp(1.6rem,5vw,2.4rem)}.potentialeBanner__inner{border-radius:22px;padding:clamp(1.8rem,5vw,2.4rem)}}.fra_affald_til_ressource{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressourcer_1.png) center center no-repeat;background-size:cover}.fra_affald_til_ressource2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressourcer_2.png) center center no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_1.png) center center no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_2.png) center center no-repeat;background-size:cover}.prcisionslandbrug{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_1.png) center center no-repeat;background-size:cover}.prcisionslandbrug2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_2.png) center center no-repeat;background-size:cover}.cirkulr_konom{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_1.png) center center no-repeat;background-size:cover}.cirkulr_konom2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_1.png) center center no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_1.png) center center no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_2.png) center center no-repeat;background-size:cover}.ovenlysvinduer{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_1.png) center center no-repeat;background-size:cover}.ovenlysvinduer2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_2.png) center center no-repeat;background-size:cover}.power-to-x{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_1.png) center center no-repeat;background-size:cover}.power-to-x2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_2.png) center center no-repeat;background-size:cover}.varmepumper{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_1.png) center center no-repeat;background-size:cover}.varmepumper2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_2.png) center center no-repeat;background-size:cover}.vindmller{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_1.png) center center no-repeat;background-size:cover}.vindmller2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_2.png) center center no-repeat;background-size:cover}.reduceret_arbejdstid{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_1.png) center center no-repeat;background-size:cover}.reduceret_arbejdstid2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_2.png) center center no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiske_arbejdsmiljer_1.png) center center no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiske_arbejdsmiljer_2.png) center center no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_1.png) center center no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_2.png) center center no-repeat;background-size:cover}.bredygtig_opdragelse{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_1.png) center center no-repeat;background-size:cover}.bredygtig_opdragelse2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_2.png) center center no-repeat;background-size:cover}.forebyggelse{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_1.png) center center no-repeat;background-size:cover}.forebyggelse2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_2.png) center center no-repeat;background-size:cover}.ressourceforbrug{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_1.png) center center no-repeat;background-size:cover}.ressourceforbrug2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_2.png) center center no-repeat;background-size:cover}.bredygtigt_byggeri{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_1.png) center center no-repeat;background-size:cover}.bredygtigt_byggeri2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_2.png) center center no-repeat;background-size:cover}.demokrati{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokrati_1.png) center center no-repeat;background-size:cover}.demokrati2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokrati_2.png) center center no-repeat;background-size:cover}.den_grnne_businesscase{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_1.png) center center no-repeat;background-size:cover}.den_grnne_businesscase2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_2.png) center center no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_1.png) center center no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_2.png) center center no-repeat;background-size:cover}.genanvendelse{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_1.png) center center no-repeat;background-size:cover}.genanvendelse2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_2.png) center center no-repeat;background-size:cover}.grn_strm{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_1.png) center center no-repeat;background-size:cover}.grn_strm2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_2.png) center center no-repeat;background-size:cover}.grnne_offentlige_indkb{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_1.png) center center no-repeat;background-size:cover}.grnne_offentlige_indkb2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_2.png) center center no-repeat;background-size:cover}.konfliktnedtrapning{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_1.png) center center no-repeat;background-size:cover}.konfliktnedtrapning2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_2.png) center center no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_1.png) center center no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_2.png) center center no-repeat;background-size:cover}.stop_greenwashing{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_1.png) center center no-repeat;background-size:cover}.stop_greenwashing2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_2.png) center center no-repeat;background-size:cover}.strmbesparelser{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_1.png) center center no-repeat;background-size:cover}.strmbesparelser2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_2.png) center center no-repeat;background-size:cover}.velfrdsteknologi{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_1.png) center center no-repeat;background-size:cover}.velfrdsteknologi2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_2.png) center center no-repeat;background-size:cover}.naturrettigheder{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_1.png) center center no-repeat;background-size:cover}.naturrettigheder2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_2.png) center center no-repeat;background-size:cover}.styreform{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_1.png) center center no-repeat;background-size:cover}.styreform2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_2.png) center center no-repeat;background-size:cover}.potentialeBanner>*{margin-bottom:20px}.divider{height:10vw;width:100%;background-color:#43a412;background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/AdobeStock_382114902.jpeg) bottom no-repeat;background-size:cover}.divider{position:relative;width:100%;height:clamp(120px,10vw,240px);overflow:hidden;isolation:isolate;background:linear-gradient(160deg,rgba(6,18,38,.85) 0%,rgba(8,24,52,.45) 45%,rgba(6,18,38,.78) 100%),url(IMGs/AdobeStock_382114902.jpeg) center bottom / cover no-repeat}.divider:before,.divider:after{content:"";position:absolute;inset:-10%;pointer-events:none;mix-blend-mode:screen;transform-origin:center}.divider:before{background:radial-gradient(circle at 25% 40%,rgba(46,134,255,.28),rgba(16,48,94,0));opacity:.55}.divider:after{background:radial-gradient(circle at 75% 65%,rgba(255,165,129,.22),rgba(20,28,38,0));opacity:.45}.divider:before,.divider:after{backdrop-filter:blur(6px)}@media (max-width: 720px){.divider{background-attachment:scroll;height:clamp(100px,16vw,160px)}}.konfliktnedtrapning_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konfliktnedtrapning_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konfliktnedtrapning_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konfliktnedtrapning_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konfliktnedtrapning_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konfliktnedtrapning_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konfliktnedtrapning_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konfliktnedtrapning_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.styreform_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.styreform_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.styreform_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.styreform_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.styreform_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.styreform_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.styreform_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.demokrati_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokrati_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokrati_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokrati_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokrati_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokrati_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokrati_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokrati_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokrati_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokrati_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.den_grnne_businesscase_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_divider_1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.den_grnne_businesscase_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.den_grnne_businesscase_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_divider_3.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.den_grnne_businesscase_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_divider_4.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.den_grnne_businesscase_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_divider_5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.den_grnne_businesscase_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_divider_6.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.den_grnne_businesscase_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_den_grnne_businesscase_divider_7.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_3.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_4.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_6.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_7.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_3.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_4.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_6.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_7.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_strm_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_strm_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_strm_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_3.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_strm_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_4.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_strm_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_strm_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_6.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_strm_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_7.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reduceret_arbejdstid_divider_1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reduceret_arbejdstid_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reduceret_arbejdstid_divider_3.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reduceret_arbejdstid_divider_4.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reduceret_arbejdstid_divider_5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reduceret_arbejdstid_divider_6.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reduceret_arbejdstid_divider_7.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_3.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_4.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_6.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bredygtigt_byggeri_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_bredygtigt_byggeri_divider_7.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_1.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_3.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_4.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_5.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_6.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lokale_forandringsagenter_i_velfrdsstaten_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lokale_forandringsagenter_i_velfrdsstaten_divider_7.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.genanvendelse_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.genanvendelse_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.genanvendelse_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.genanvendelse_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.genanvendelse_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.genanvendelse_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.genanvendelse_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_genanvendelse_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_strm_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_strm_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_strm_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_strm_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_strm_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_strm_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_strm_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_strm_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.reduceret_arbejdstid_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_reduceret_arbejdstid_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiskearbejdsmiljer_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiskearbejdsmiljer_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiskearbejdsmiljer_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiskearbejdsmiljer_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiskearbejdsmiljer_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiskearbejdsmiljer_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_fysiskearbejdsmiljer_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_fysiskearbejdsmiljer_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_psykiske_arbejdsmiljer_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bedre_psykiske_arbejdsmiljer_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtig_opdragelse_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtig_opdragelse_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtig_opdragelse_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtig_opdragelse_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtig_opdragelse_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtig_opdragelse_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bredygtig_opdragelse_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_bredygtig_opdragelse_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forebyggelse_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forebyggelse_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forebyggelse_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forebyggelse_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forebyggelse_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forebyggelse_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forebyggelse_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_forebyggelse_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_offentlige_indkb_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_offentlige_indkb_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_offentlige_indkb_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_offentlige_indkb_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_offentlige_indkb_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_offentlige_indkb_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_offentlige_indkb_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grnne_offentlige_indkb_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.stop_greenwashing_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.stop_greenwashing_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.stop_greenwashing_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.stop_greenwashing_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.stop_greenwashing_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.stop_greenwashing_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.stop_greenwashing_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_stop_greenwashing_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strmbesparelser_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strmbesparelser_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strmbesparelser_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strmbesparelser_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strmbesparelser_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strmbesparelser_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strmbesparelser_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_strmbesparelser_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.velfrdsteknologi_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.velfrdsteknologi_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.velfrdsteknologi_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.velfrdsteknologi_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.velfrdsteknologi_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.velfrdsteknologi_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.velfrdsteknologi_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_velfrdsteknologi_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ressourceforbrug_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ressourceforbrug_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ressourceforbrug_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ressourceforbrug_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ressourceforbrug_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ressourceforbrug_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ressourceforbrug_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/historie_ressourceforbrug_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturrettigheder_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturrettigheder_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturrettigheder_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturrettigheder_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturrettigheder_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturrettigheder_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturrettigheder_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_naturrettigheder_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_affald_til_ressource_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressource_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_affald_til_ressource_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressource_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_affald_til_ressource_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressource_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_affald_til_ressource_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressource_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_affald_til_ressource_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressource_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_affald_til_ressource_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressource_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_affald_til_ressource_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_affald_til_ressource_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fra_dyrevelfrd_til_klimaretfrdighed_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_fra_dyrevelfrd_til_klimaretfrdighed_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.prcisionslandbrug_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.prcisionslandbrug_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.prcisionslandbrug_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.prcisionslandbrug_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.prcisionslandbrug_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.prcisionslandbrug_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.prcisionslandbrug_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/biologi_prcisionslandbrug_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkulr_konomi_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkulr_konomi_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkulr_konomi_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkulr_konomi_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkulr_konomi_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkulr_konomi_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkulr_konomi_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_cirkulr_konomi_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_bredygtigt_sundhedsvsen_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_et_bredygtigt_sundhedsvsen_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ovenlysvinduer_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ovenlysvinduer_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ovenlysvinduer_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ovenlysvinduer_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ovenlysvinduer_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ovenlysvinduer_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.ovenlysvinduer_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_ovenlysvinduer_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.power-to-x_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.power-to-x_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.power-to-x_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.power-to-x_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.power-to-x_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.power-to-x_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.power-to-x_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_power-to-x_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.varmepumper_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.varmepumper_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.varmepumper_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.varmepumper_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.varmepumper_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.varmepumper_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.varmepumper_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_varmepumper_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vindmller_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vindmller_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vindmller_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vindmller_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vindmller_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vindmller_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_divider_6.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vindmller_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vindmller_divider_7.png);background-position:center;background-repeat:no-repeat;background-size:cover}.herstory{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_1.png) center center no-repeat;background-size:cover}.herstory2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_2.png) center center no-repeat;background-size:cover}.herstory_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.herstory_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.herstory_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.herstory_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.herstory_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.herstory_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.herstory_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_herstory_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.avantgarden{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_1.png) center center no-repeat;background-size:cover}.avantgarden2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_2.png) center center no-repeat;background-size:cover}.avantgarden_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.avantgarden_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.avantgarden_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.avantgarden_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.avantgarden_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.avantgarden_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.avantgarden_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_avantgarden_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.demokratisk_overskud{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_1.png) center center no-repeat;background-size:cover}.demokratisk_overskud2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_2.png) center center no-repeat;background-size:cover}.demokratisk_overskud_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokratisk_overskud_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokratisk_overskud_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokratisk_overskud_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokratisk_overskud_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokratisk_overskud_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.demokratisk_overskud_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_demokratisk_overskud_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_1.png) center center no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_2.png) center center no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_politiske_system_retsstat_og_rettigheder_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_det_politiske_system_retsstat_og_rettigheder_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.familietyper{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_1.png) center center no-repeat;background-size:cover}.familietyper2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_2.png) center center no-repeat;background-size:cover}.familietyper_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.familietyper_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.familietyper_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.familietyper_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.familietyper_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.familietyper_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.familietyper_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_familietyper_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.fattigdomsbegrebet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_1.png) center center no-repeat;background-size:cover}.fattigdomsbegrebet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_2.png) center center no-repeat;background-size:cover}.fattigdomsbegrebet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fattigdomsbegrebet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fattigdomsbegrebet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fattigdomsbegrebet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fattigdomsbegrebet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fattigdomsbegrebet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fattigdomsbegrebet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_fattigdomsbegrebet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.forbrugermagt{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_1.png) center center no-repeat;background-size:cover}.forbrugermagt2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_2.png) center center no-repeat;background-size:cover}.forbrugermagt_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugermagt_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugermagt_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugermagt_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugermagt_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugermagt_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugermagt_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forbrugermagt_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.forureneren_betaler{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_1.png) center center no-repeat;background-size:cover}.forureneren_betaler2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_2.png) center center no-repeat;background-size:cover}.forureneren_betaler_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forureneren_betaler_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forureneren_betaler_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forureneren_betaler_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forureneren_betaler_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forureneren_betaler_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forureneren_betaler_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_forureneren_betaler_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.globalisering_p_5_mder{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_1.png) center center no-repeat;background-size:cover}.globalisering_p_5_mder2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_2.png) center center no-repeat;background-size:cover}.globalisering_p_5_mder_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.globalisering_p_5_mder_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.globalisering_p_5_mder_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.globalisering_p_5_mder_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.globalisering_p_5_mder_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.globalisering_p_5_mder_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.globalisering_p_5_mder_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_globalisering_p_5_mder_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.goffmann{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_1.png) center center no-repeat;background-size:cover}.goffmann2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_2.png) center center no-repeat;background-size:cover}.goffmann_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.goffmann_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.goffmann_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.goffmann_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.goffmann_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.goffmann_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.goffmann_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_goffmann_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_arbejdskraft{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_1.png) center center no-repeat;background-size:cover}.grn_arbejdskraft2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_2.png) center center no-repeat;background-size:cover}.grn_arbejdskraft_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_arbejdskraft_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_arbejdskraft_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_arbejdskraft_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_arbejdskraft_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_arbejdskraft_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_arbejdskraft_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_arbejdskraft_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_socialisering{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_1.png) center center no-repeat;background-size:cover}.grn_socialisering2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_2.png) center center no-repeat;background-size:cover}.grn_socialisering_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_grn_socialisering_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.informationsasymmetri{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_1.png) center center no-repeat;background-size:cover}.informationsasymmetri2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_2.png) center center no-repeat;background-size:cover}.informationsasymmetri_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.informationsasymmetri_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.informationsasymmetri_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.informationsasymmetri_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.informationsasymmetri_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.informationsasymmetri_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.informationsasymmetri_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_informationsasymmetri_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.international_politik{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_1.png) center center no-repeat;background-size:cover}.international_politik2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_2.png) center center no-repeat;background-size:cover}.international_politik_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.international_politik_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.international_politik_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.international_politik_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.international_politik_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.international_politik_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.international_politik_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_international_politik_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.klimamlstninger{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_1.png) center center no-repeat;background-size:cover}.klimamlstninger2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_2.png) center center no-repeat;background-size:cover}.klimamlstninger_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimamlstninger_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimamlstninger_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimamlstninger_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimamlstninger_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimamlstninger_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimamlstninger_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_klimamlstninger_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lobbyisme{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_1.png) center center no-repeat;background-size:cover}.lobbyisme2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_2.png) center center no-repeat;background-size:cover}.lobbyisme_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lobbyisme_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lobbyisme_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lobbyisme_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lobbyisme_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lobbyisme_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lobbyisme_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lobbyisme_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.markedet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_1.png) center center no-repeat;background-size:cover}.markedet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_2.png) center center no-repeat;background-size:cover}.markedet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.markedet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.markedet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.markedet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.markedet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.markedet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.markedet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_markedet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.medialisering{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_1.png) center center no-repeat;background-size:cover}.medialisering2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_2.png) center center no-repeat;background-size:cover}.medialisering_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medialisering_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medialisering_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medialisering_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medialisering_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medialisering_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medialisering_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/engelsk_medialisering_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.medier_og_politik{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_1.png) center center no-repeat;background-size:cover}.medier_og_politik2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_2.png) center center no-repeat;background-size:cover}.medier_og_politik_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medier_og_politik_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medier_og_politik_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medier_og_politik_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medier_og_politik_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medier_og_politik_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.medier_og_politik_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_medier_og_politik_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.nyhedskriterier{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_1.png) center center no-repeat;background-size:cover}.nyhedskriterier2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_2.png) center center no-repeat;background-size:cover}.nyhedskriterier_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nyhedskriterier_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nyhedskriterier_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nyhedskriterier_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nyhedskriterier_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nyhedskriterier_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nyhedskriterier_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.nye_nyhedskriterier{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_1.png) center center no-repeat;background-size:cover}.nye_nyhedskriterier2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_2.png) center center no-repeat;background-size:cover}.nye_nyhedskriterier_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nye_nyhedskriterier_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nye_nyhedskriterier_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nye_nyhedskriterier_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nye_nyhedskriterier_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nye_nyhedskriterier_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.nye_nyhedskriterier_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_nyhedskriterier_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.penge-_og_varekredslbet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_1.png) center center no-repeat;background-size:cover}.penge-_og_varekredslbet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_2.png) center center no-repeat;background-size:cover}.penge-_og_varekredslbet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.penge-_og_varekredslbet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.penge-_og_varekredslbet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.penge-_og_varekredslbet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.penge-_og_varekredslbet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.penge-_og_varekredslbet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.penge-_og_varekredslbet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_penge-_og_varekredslbet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.primr-_og_sekundr_socialisering{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_1.png) center center no-repeat;background-size:cover}.primr-_og_sekundr_socialisering2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_2.png) center center no-repeat;background-size:cover}.primr-_og_sekundr_socialisering_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.primr-_og_sekundr_socialisering_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.primr-_og_sekundr_socialisering_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.primr-_og_sekundr_socialisering_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.primr-_og_sekundr_socialisering_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.primr-_og_sekundr_socialisering_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.primr-_og_sekundr_socialisering_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.politiske_partier_og_ideologi{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_1.png) center center no-repeat;background-size:cover}.politiske_partier_og_ideologi2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_2.png) center center no-repeat;background-size:cover}.politiske_partier_og_ideologi_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politiske_partier_og_ideologi_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politiske_partier_og_ideologi_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politiske_partier_og_ideologi_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politiske_partier_og_ideologi_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politiske_partier_og_ideologi_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politiske_partier_og_ideologi_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_politiske_partier_og_ideologi_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.pierre_bourdieu{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_1.png) center center no-repeat;background-size:cover}.pierre_bourdieu2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_2.png) center center no-repeat;background-size:cover}.pierre_bourdieu_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.pierre_bourdieu_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.pierre_bourdieu_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.pierre_bourdieu_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.pierre_bourdieu_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.pierre_bourdieu_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.pierre_bourdieu_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_pierre_bourdieu_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.vores_eget_forbrug{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_1.png) center center no-repeat;background-size:cover}.vores_eget_forbrug2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_2.png) center center no-repeat;background-size:cover}.vores_eget_forbrug_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vores_eget_forbrug_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vores_eget_forbrug_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vores_eget_forbrug_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vores_eget_forbrug_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vores_eget_forbrug_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vores_eget_forbrug_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_reducering_af_forbrugsudledninger_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.samfundskonomiske_sammenhnge{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_1.png) center center no-repeat;background-size:cover}.samfundskonomiske_sammenhnge2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_2.png) center center no-repeat;background-size:cover}.samfundskonomiske_sammenhnge_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.samfundskonomiske_sammenhnge_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.samfundskonomiske_sammenhnge_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.samfundskonomiske_sammenhnge_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.samfundskonomiske_sammenhnge_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.samfundskonomiske_sammenhnge_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.samfundskonomiske_sammenhnge_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_samfundskonomiske_sammenhnge_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.social_arv{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_1.png) center center no-repeat;background-size:cover}.social_arv2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_2.png) center center no-repeat;background-size:cover}.social_arv_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.social_arv_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.social_arv_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.social_arv_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.social_arv_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.social_arv_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.social_arv_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_social_arv_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.socialgrupper{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_1.png) center center no-repeat;background-size:cover}.socialgrupper2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_2.png) center center no-repeat;background-size:cover}.socialgrupper_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.socialgrupper_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.socialgrupper_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.socialgrupper_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.socialgrupper_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.socialgrupper_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.socialgrupper_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_socialgrupper_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.udbud_og_eftersprgsel{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_1.png) center center no-repeat;background-size:cover}.udbud_og_eftersprgsel2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_2.png) center center no-repeat;background-size:cover}.udbud_og_eftersprgsel_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbud_og_eftersprgsel_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbud_og_eftersprgsel_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbud_og_eftersprgsel_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbud_og_eftersprgsel_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbud_og_eftersprgsel_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbud_og_eftersprgsel_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_udbud_og_eftersprgsel_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.vedvarende_energi{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_1.png) center center no-repeat;background-size:cover}.vedvarende_energi2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_2.png) center center no-repeat;background-size:cover}.vedvarende_energi_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vedvarende_energi_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vedvarende_energi_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vedvarende_energi_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vedvarende_energi_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vedvarende_energi_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vedvarende_energi_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_vedvarende_energi_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.konomisk_interdepends{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_1.png) center center no-repeat;background-size:cover}.konomisk_interdepends2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_2.png) center center no-repeat;background-size:cover}.konomisk_interdepends_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konomisk_interdepends_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konomisk_interdepends_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konomisk_interdepends_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konomisk_interdepends_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konomisk_interdepends_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.konomisk_interdepends_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_konomisk_interdepends_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.arealforbruget{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_1.png) center center no-repeat;background-size:cover}.arealforbruget2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_2.png) center center no-repeat;background-size:cover}.arealforbruget_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.arealforbruget_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.arealforbruget_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.arealforbruget_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.arealforbruget_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.arealforbruget_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.arealforbruget_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_arealforbruget_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.bedre_adgang_til_finansiering{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_1.png) center center no-repeat;background-size:cover}.bedre_adgang_til_finansiering2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_2.png) center center no-repeat;background-size:cover}.bedre_adgang_til_finansiering_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_adgang_til_finansiering_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_adgang_til_finansiering_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_adgang_til_finansiering_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_adgang_til_finansiering_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_adgang_til_finansiering_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.bedre_adgang_til_finansiering_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_bedre_adgang_til_finansiering_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.biodiversitet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_1.png) center center no-repeat;background-size:cover}.biodiversitet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_2.png) center center no-repeat;background-size:cover}.biodiversitet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.biodiversitetsaktivisme{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_1.png) center center no-repeat;background-size:cover}.biodiversitetsaktivisme2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_2.png) center center no-repeat;background-size:cover}.biodiversitetsaktivisme_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitetsaktivisme_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitetsaktivisme_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitetsaktivisme_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitetsaktivisme_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitetsaktivisme_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.biodiversitetsaktivisme_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_biodiversitetsaktivisme_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.borgerdrevne_forandringer{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_1.png) center center no-repeat;background-size:cover}.borgerdrevne_forandringer2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_2.png) center center no-repeat;background-size:cover}.borgerdrevne_forandringer_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.borgerdrevne_forandringer_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.borgerdrevne_forandringer_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.borgerdrevne_forandringer_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.borgerdrevne_forandringer_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.borgerdrevne_forandringer_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.borgerdrevne_forandringer_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_borgerdrevne_forandringer_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.cirkularitet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_1.png) center center no-repeat;background-size:cover}.cirkularitet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_2.png) center center no-repeat;background-size:cover}.cirkularitet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.cirkularitet_i_praksis{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_1.png) center center no-repeat;background-size:cover}.cirkularitet_i_praksis2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_2.png) center center no-repeat;background-size:cover}.cirkularitet_i_praksis_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_i_praksis_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_i_praksis_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_i_praksis_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_i_praksis_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_i_praksis_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.cirkularitet_i_praksis_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_cirkularitet_i_praksis_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.den_nye_kollektive_transport{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_1.png) center center no-repeat;background-size:cover}.den_nye_kollektive_transport2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_2.png) center center no-repeat;background-size:cover}.den_nye_kollektive_transport_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.den_nye_kollektive_transport_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.den_nye_kollektive_transport_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.den_nye_kollektive_transport_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.den_nye_kollektive_transport_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.den_nye_kollektive_transport_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.den_nye_kollektive_transport_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_den_nye_kollektive_transport_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.det_globale_fdevaresystem{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_1.png) center center no-repeat;background-size:cover}.det_globale_fdevaresystem2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_2.png) center center no-repeat;background-size:cover}.det_globale_fdevaresystem_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_globale_fdevaresystem_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_globale_fdevaresystem_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_globale_fdevaresystem_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_globale_fdevaresystem_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_globale_fdevaresystem_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.det_globale_fdevaresystem_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_det_globale_fdevaresystem_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.drikkevand{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_1.png) center center no-repeat;background-size:cover}.drikkevand2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_2.png) center center no-repeat;background-size:cover}.drikkevand_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.drikkevand_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.drikkevand_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.drikkevand_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.drikkevand_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.drikkevand_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.drikkevand_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_drikkevand_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.effektiv_udnyttelse{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_1.png) center center no-repeat;background-size:cover}.effektiv_udnyttelse2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_2.png) center center no-repeat;background-size:cover}.effektiv_udnyttelse_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.effektiv_udnyttelse_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.effektiv_udnyttelse_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.effektiv_udnyttelse_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.effektiv_udnyttelse_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.effektiv_udnyttelse_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.effektiv_udnyttelse_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_effektiv_udnyttelse_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.en_anden_kultur{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_1.png) center center no-repeat;background-size:cover}.en_anden_kultur2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_2.png) center center no-repeat;background-size:cover}.en_anden_kultur_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_anden_kultur_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_anden_kultur_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_anden_kultur_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_anden_kultur_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_anden_kultur_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_anden_kultur_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_anden_kultur_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.en_delekonomi{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_1.png) center center no-repeat;background-size:cover}.en_delekonomi2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_2.png) center center no-repeat;background-size:cover}.en_delekonomi_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_delekonomi_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_delekonomi_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_delekonomi_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_delekonomi_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_delekonomi_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_delekonomi_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_deleøkonomi_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.en_forandret_tjindustri{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_1.png) center center no-repeat;background-size:cover}.en_forandret_tjindustri2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_2.png) center center no-repeat;background-size:cover}.en_forandret_tjindustri_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_forandret_tjindustri_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_forandret_tjindustri_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_forandret_tjindustri_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_forandret_tjindustri_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_forandret_tjindustri_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_forandret_tjindustri_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_forandret_tjindustri_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_1.png) center center no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_2.png) center center no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_rettesnor_for_bredygtig_innovation_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_rettesnor_for_bredygtig_innovation_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.en_sund_jord{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_1.png) center center no-repeat;background-size:cover}.en_sund_jord2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_2.png) center center no-repeat;background-size:cover}.en_sund_jord_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_sund_jord_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_sund_jord_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_sund_jord_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_sund_jord_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_sund_jord_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_sund_jord_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_en_sund_jord_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.et_nyt_fdevaresystem{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_1.png) center center no-repeat;background-size:cover}.et_nyt_fdevaresystem2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_2.png) center center no-repeat;background-size:cover}.et_nyt_fdevaresystem_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_nyt_fdevaresystem_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_nyt_fdevaresystem_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_nyt_fdevaresystem_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_nyt_fdevaresystem_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_nyt_fdevaresystem_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.et_nyt_fdevaresystem_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_et_nyt_fdevaresystem_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.fairtrade{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_1.png) center center no-repeat;background-size:cover}.fairtrade2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_2.png) center center no-repeat;background-size:cover}.en_grn_konomi{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_1.png) center center no-repeat;background-size:cover}.en_grn_konomi2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_2.png) center center no-repeat;background-size:cover}.en_grn_konomi_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_grn_konomi_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_grn_konomi_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_grn_konomi_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_grn_konomi_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_grn_konomi_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.en_grn_konomi_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_en_grn_konomi_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.forbrugssamfund{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_1.png) center center no-repeat;background-size:cover}.forbrugssamfund2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_2.png) center center no-repeat;background-size:cover}.forbrugssamfund_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugssamfund_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugssamfund_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugssamfund_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugssamfund_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugssamfund_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.forbrugssamfund_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/geografi_forbrugssamfund_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.fairtrade_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fairtrade_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fairtrade_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fairtrade_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fairtrade_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fairtrade_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fairtrade_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fairtrade_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_1.png) center center no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_2.png) center center no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fdevaresystemet_det_helt_grundlggende_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fdevaresystemet_det_helt_grundlggende_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.fiskeriets_rolle{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_1.png) center center no-repeat;background-size:cover}.fiskeriets_rolle2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_2.png) center center no-repeat;background-size:cover}.fiskeriets_rolle_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fiskeriets_rolle_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fiskeriets_rolle_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fiskeriets_rolle_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fiskeriets_rolle_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fiskeriets_rolle_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fiskeriets_rolle_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fiskeriets_rolle_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.fleksibilitet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_1.png) center center no-repeat;background-size:cover}.fleksibilitet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_2.png) center center no-repeat;background-size:cover}.fleksibilitet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fleksibilitet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fleksibilitet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fleksibilitet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fleksibilitet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fleksibilitet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fleksibilitet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fleksibilitet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.fremtidens_affaldssortering{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_1.png) center center no-repeat;background-size:cover}.fremtidens_affaldssortering2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_2.png) center center no-repeat;background-size:cover}.fremtidens_affaldssortering_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fremtidens_affaldssortering_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fremtidens_affaldssortering_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fremtidens_affaldssortering_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fremtidens_affaldssortering_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fremtidens_affaldssortering_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.fremtidens_affaldssortering_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_fremtidens_affaldssortering_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_mobilitet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_1.png) center center no-repeat;background-size:cover}.grn_mobilitet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_2.png) center center no-repeat;background-size:cover}.grn_mobilitet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_mobilitet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_mobilitet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_mobilitet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_mobilitet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_mobilitet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_mobilitet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grn_mobilitet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grnne_steder{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_1.png) center center no-repeat;background-size:cover}.grnne_steder2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_2.png) center center no-repeat;background-size:cover}.grnne_steder_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_steder_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_steder_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_steder_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_steder_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_steder_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grnne_steder_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_grnne_steder_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.hvad_betyder_transformation{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_1.png) center center no-repeat;background-size:cover}.hvad_betyder_transformation2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_2.png) center center no-repeat;background-size:cover}.hvad_betyder_transformation_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvad_betyder_transformation_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvad_betyder_transformation_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvad_betyder_transformation_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvad_betyder_transformation_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvad_betyder_transformation_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvad_betyder_transformation_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvad_betyder_transformation_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_1.png) center center no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_2.png) center center no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.hvordan_kommer_vi_i_gang_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_hvordan_kommer_vi_i_gang_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.interaktioner_mellem_mlene{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_1.png) center center no-repeat;background-size:cover}.interaktioner_mellem_mlene2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_2.png) center center no-repeat;background-size:cover}.interaktioner_mellem_mlene_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.interaktioner_mellem_mlene_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.interaktioner_mellem_mlene_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.interaktioner_mellem_mlene_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.interaktioner_mellem_mlene_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.interaktioner_mellem_mlene_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.interaktioner_mellem_mlene_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_interaktioner_mellem_mlene_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.kderstatninger{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_1.png) center center no-repeat;background-size:cover}.kderstatninger2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_2.png) center center no-repeat;background-size:cover}.kderstatninger_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kderstatninger_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kderstatninger_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kderstatninger_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kderstatninger_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kderstatninger_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kderstatninger_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kderstatninger_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.klimasystemet{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_1.png) center center no-repeat;background-size:cover}.klimasystemet2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_2.png) center center no-repeat;background-size:cover}.klimasystemet_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimasystemet_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimasystemet_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimasystemet_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimasystemet_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimasystemet_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.klimasystemet_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_klimasystemet_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.kreativ_kulstoffangst{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_1.png) center center no-repeat;background-size:cover}.kreativ_kulstoffangst2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_2.png) center center no-repeat;background-size:cover}.kreativ_kulstoffangst_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kreativ_kulstoffangst_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kreativ_kulstoffangst_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kreativ_kulstoffangst_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kreativ_kulstoffangst_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kreativ_kulstoffangst_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kreativ_kulstoffangst_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kreativ_kulstoffangst_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.kunst_og_klima{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_1.png) center center no-repeat;background-size:cover}.kunst_og_klima2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_2.png) center center no-repeat;background-size:cover}.kunst_og_klima_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kunst_og_klima_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kunst_og_klima_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kunst_og_klima_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kunst_og_klima_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kunst_og_klima_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.kunst_og_klima_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_kunst_og_klima_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lighed{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_1.png) center center no-repeat;background-size:cover}.lighed2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_2.png) center center no-repeat;background-size:cover}.lighed_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lighed_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lighed_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lighed_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lighed_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lighed_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lighed_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_lighed_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.grn_socialisering{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_1.png) center center no-repeat;background-size:cover}.grn_socialisering2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_2.png) center center no-repeat;background-size:cover}.grn_socialisering_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.grn_socialisering_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/samfundsfag_primr-_og_sekundr_socialisering_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.lukkede_systemer{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_1.png) center center no-repeat;background-size:cover}.lukkede_systemer2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_2.png) center center no-repeat;background-size:cover}.lukkede_systemer_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lukkede_systemer_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lukkede_systemer_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lukkede_systemer_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lukkede_systemer_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lukkede_systemer_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.lukkede_systemer_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_lukkede_systemer_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.mlrettet_omstilling{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_1.png) center center no-repeat;background-size:cover}.mlrettet_omstilling2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_2.png) center center no-repeat;background-size:cover}.mlrettet_omstilling_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mlrettet_omstilling_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mlrettet_omstilling_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mlrettet_omstilling_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mlrettet_omstilling_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mlrettet_omstilling_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mlrettet_omstilling_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mlrettet_omstilling_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.mindre_spild{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_1.png) center center no-repeat;background-size:cover}.mindre_spild2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_2.png) center center no-repeat;background-size:cover}.mindre_spild_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mindre_spild_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mindre_spild_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mindre_spild_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mindre_spild_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mindre_spild_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.mindre_spild_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_mindre_spild_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.naturligt_kvlstof{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_1.png) center center no-repeat;background-size:cover}.naturligt_kvlstof2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_2.png) center center no-repeat;background-size:cover}.naturligt_kvlstof_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturligt_kvlstof_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturligt_kvlstof_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturligt_kvlstof_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturligt_kvlstof_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturligt_kvlstof_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.naturligt_kvlstof_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_naturligt_kvlstof_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_1.png) center center no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_2.png) center center no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.planetre_grnser_det_helt_grundlggende_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_planetre_grnser_det_helt_grundlggende_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.politisk_innovation{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_1.png) center center no-repeat;background-size:cover}.politisk_innovation2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_2.png) center center no-repeat;background-size:cover}.politisk_innovation_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politisk_innovation_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politisk_innovation_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politisk_innovation_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politisk_innovation_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politisk_innovation_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.politisk_innovation_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_politisk_innovation_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.resiliens_i_landbruget{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_1.png) center center no-repeat;background-size:cover}.resiliens_i_landbruget2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_2.png) center center no-repeat;background-size:cover}.resiliens_i_landbruget_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.resiliens_i_landbruget_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.resiliens_i_landbruget_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.resiliens_i_landbruget_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.resiliens_i_landbruget_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.resiliens_i_landbruget_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.resiliens_i_landbruget_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_resiliens_i_landbruget_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_1.png) center center no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_2.png) center center no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.store_udfordringer_og_store_lsninger_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_store_udfordringer_og_store_lsninger_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_1.png) center center no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_2.png) center center no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.strkere_forbindelse_mellem_producent_og_forbruger_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_strkere_forbindelse_mellem_producent_og_forbruger_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.transport_og_opbevaring{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_1.png) center center no-repeat;background-size:cover}.transport_og_opbevaring2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_2.png) center center no-repeat;background-size:cover}.transport_og_opbevaring_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.transport_og_opbevaring_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.transport_og_opbevaring_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.transport_og_opbevaring_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.transport_og_opbevaring_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.transport_og_opbevaring_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.transport_og_opbevaring_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_transport_og_opbevaring_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_1.png) center center no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_2.png) center center no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2-skat_p_landbruget_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2-skat_p_landbruget_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.udbredelse_af_know_how{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_1.png) center center no-repeat;background-size:cover}.udbredelse_af_know_how2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_2.png) center center no-repeat;background-size:cover}.udbredelse_af_know_how_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbredelse_af_know_how_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbredelse_af_know_how_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbredelse_af_know_how_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbredelse_af_know_how_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbredelse_af_know_how_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.udbredelse_af_know_how_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_udbredelse_af_know-how_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.vandets_cyklus{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_1.png) center center no-repeat;background-size:cover}.vandets_cyklus2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_2.png) center center no-repeat;background-size:cover}.vandets_cyklus_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandets_cyklus_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandets_cyklus_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandets_cyklus_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandets_cyklus_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandets_cyklus_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandets_cyklus_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandets_cyklus_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.vandkraft{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_1.png) center center no-repeat;background-size:cover}.vandkraft2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_2.png) center center no-repeat;background-size:cover}.vandkraft_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandkraft_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandkraft_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandkraft_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandkraft_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandkraft_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.vandkraft_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_vandkraft_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_1.png) center center no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget2{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_2.png) center center no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget_d1{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget_d2{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_divider_2.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget_d3{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_divider_3.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget_d4{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_divider_4.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget_d5{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_divider_5.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget_d6{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_divider_1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.verdens_frste_co2_skat_p_landbruget_d7{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.75)),url(IMGs/gymnasie_verdens_frste_co2_skat_p_landbruget_divider_2.png);background-position:bottom;background-repeat:no-repeat;background-size:cover}.discussion{width:min(640px,60%);height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.8rem}.progressionCircle,.questionsForVideo,.endingBanner{height:100vh;width:100%;background-color:#95a412;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;padding:clamp(2rem,4vw,4rem);padding-left:clamp(10rem,22vw,24rem);gap:clamp(2rem,6vw,5rem)}.videoSection{height:100vh;width:100%;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.potentialeVideo{border-radius:30px}.videoBox{height:auto;width:auto;border-radius:30px;background-color:#2f2f2f;box-shadow:#2292cea9 0 50px 100px -20px,#ff325471 0 30px 60px -30px,#0a254059 0 -2px 6px inset;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.videoboxLayer{height:80%;width:auto;box-shadow:#63d3ff66 0 2px 4px,#0000004d 0 7px 13px -3px,#8092da33 0 -3px inset}.videoBox h2,p{width:auto;color:#333}.videoSection p{padding-top:40px;color:#aaa}.textSection{height:auto;width:100%;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;padding:3rem}.textOldPotential{min-height:100vh;height:auto}h1,h2,h3,h4,h5,h6,p,span{color:#fff}.textSection h1,.textSection h2,.textSection h3,.textSection h4,.textSection h5,.textSection h6,.textSection p,.textSection span{color:#333}.textLeft{width:25%;height:100%}.begrebsContainer{position:relative;display:flex;flex-direction:column;gap:1.1rem;padding:clamp(1.8rem,3vw,2.4rem);min-height:380px;border-radius:20px;background:linear-gradient(135deg,#f9fbfe 0%,#ffffff 55%,#fdf8f4 100%);border:1px solid rgba(13,42,73,.06);box-shadow:0 14px 32px #0c20401f;color:#1f2f48}.begrebsContainer h2,.begrebsContainer h3{margin:0;font-weight:600;letter-spacing:.01em;color:#1d3048}.begrebsContainer p,.begrebsContainer li{color:#1d2d46d1;line-height:1.55}@media (max-width: 600px){.begrebsContainer{border-radius:18px;padding:1.5rem;box-shadow:0 10px 24px #0c20401a}}.textMid{width:50%;height:100%}.textRight{width:25%;height:100%}.textContainer{max-width:600px;margin:auto;padding:20px}.textContainer h2,.begrebsContainer h3{padding-bottom:1.6rem}.textContainer p,.videoBox p,.h5pElement p{font-family:Merriweather,serif;font-size:18px;line-height:1.6;color:#333;margin-bottom:1em}.quizSection{min-height:100vh;height:auto;width:100%;display:flex;justify-content:center;align-items:center;padding:clamp(40px,8vh,80px) clamp(16px,4vw,48px);box-sizing:border-box}.feedbackSection{height:auto;width:100%;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;background-color:#95a412;display:flex;justify-content:center;align-items:center;padding:40px}.feedbackContainer{padding:20px;height:1300px;background-color:#fefefe;width:800px;display:flex;justify-content:center;align-items:center;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px}.endingBanner{position:relative}.leftBanner{width:25%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:2rem}.leftBanner *{padding-top:1rem}.leftBanner a{font-weight:400;opacity:.8;text-shadow:2px 2px 4px #333;text-decoration:none}html{scroll-behavior:smooth}.leftBanner a:hover{font-weight:500;opacity:1;text-shadow:3px 3px 6px #333}.midBanner{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.midBanner h2{width:auto}.midContainer{display:flex;flex-direction:column;padding-top:10px}.midContainer *{padding-top:10px}.rightBanner{width:25%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.quiz-container{display:flex;flex-direction:column;justify-content:center;border-radius:.5rem;background-color:#fefefeeb;background-size:cover;background-position:bottom;background-repeat:no-repeat;padding:20px;box-shadow:0 0 10px #00000080;width:70%;height:75%;box-shadow:#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#3a416f80 0 -3px inset}.leftSide,.rightSide{flex:1;padding:20px}.question{font-size:3em;font-weight:700;color:#333}.info-box{display:none;background-color:#f9ed69;color:#333;padding:10px;margin-top:20px;border-radius:5px;box-shadow:#0003 0 12px 28px,#0000001a 0 2px 4px,#ffffff0d 0 0 0 1px inset}.answers{display:flex;flex-direction:column}.answer{background-color:#259325;margin:5px 0;padding:10px;height:60px;cursor:pointer;border:none;outline:none;transition:background-color .3s ease}.answer:hover{background-color:#2cb22c}.answer{align-items:center;appearance:none;background-image:radial-gradient(100% 100% at 100% 0,#5adaff 0,#5468ff 100%);border:0;border-radius:6px;box-shadow:#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#3a416f80 0 -3px inset;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:JetBrains Mono,monospace;height:48px;justify-content:center;line-height:1.5;list-style:none;overflow:hidden;padding:8px 16px;position:relative;text-align:left;text-decoration:none;transition:box-shadow .15s,transform .15s;user-select:none;-webkit-user-select:none;touch-action:manipulation;white-space:normal;will-change:box-shadow,transform;font-size:18px;height:auto;width:400px}.answer:focus{box-shadow:#3c4fe0 0 0 0 1.5px inset,#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#3c4fe0 0 -3px inset}.answer:hover{box-shadow:#2d234266 0 4px 8px,#2d23424d 0 7px 13px -3px,#3c4fe0 0 -3px inset;transform:translateY(-2px)}.answer:active{box-shadow:#3c4fe0 0 3px 7px inset;transform:translateY(2px)}.btn_goals,.btn_goals2,.homeButton{align-items:center;appearance:none;background-color:#fcfcfd;border-radius:4px;border-width:0;box-shadow:#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#d6d6e7 0 -3px inset;box-sizing:border-box;color:#36395a;cursor:pointer;display:inline-flex;font-family:JetBrains Mono,monospace;height:48px;justify-content:center;line-height:1;list-style:none;overflow:hidden;padding-left:16px;padding-right:16px;position:relative;text-align:left;text-decoration:none;transition:box-shadow .15s,transform .15s;user-select:none;-webkit-user-select:none;touch-action:manipulation;white-space:nowrap;will-change:box-shadow,transform;font-size:18px}.btn_goals:focus,.btn_goals2:focus{box-shadow:#d6d6e7 0 0 0 1.5px inset,#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#d6d6e7 0 -3px inset}.btn_goals:hover,.btn_goals2:hover{box-shadow:#2d234266 0 4px 8px,#2d23424d 0 7px 13px -3px,#d6d6e7 0 -3px inset;transform:translateY(-2px)}.btn_goals:active,.btn_goals2:active{box-shadow:#d6d6e7 0 3px 7px inset;transform:translateY(2px)}.popup-background{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,3rem);background:rgba(10,16,32,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;transition:opacity .35s ease;z-index:var(--z-index-overlay, 10000)}.popup-background.is-visible{opacity:1;pointer-events:auto}.popup-contentGoals{position:relative;width:min(620px,92vw);padding:clamp(2rem,5vw,3.25rem);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(240,248,255,.88));box-shadow:0 28px 65px #0b142673;color:#0b1426;z-index:var(--z-index-overlay-content, 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999);transform:translateY(24px);opacity:0;transition:opacity .35s ease,transform .45s cubic-bezier(.25,.8,.25,1)}.popup-background.is-visible .popup-contentGoals{opacity:1;transform:translateY(0)}.popup-contentGoals h2{margin-bottom:1.1rem;font-size:clamp(1.8rem,3vw,2.35rem);font-weight:600;color:#101d37;letter-spacing:-.01em}.popup-contentGoals p{font-size:clamp(1rem,1.8vw,1.1rem);line-height:1.6;color:#101d37cc}.popup-contentGoals{max-height:min(94vh,900px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(16,29,55,.25) rgba(255,255,255,.2)}.popup-contentGoals::-webkit-scrollbar{width:.65rem}.popup-contentGoals::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:999px}.popup-contentGoals::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(102,212,255,.6),rgba(255,132,220,.55));border-radius:999px}.textLeft{padding:20px}.word{margin:5px;padding:5px 10px;display:inline-block;width:auto;cursor:pointer;background-color:#f0f0f0;border-radius:5px;color:#000;transition:background-color .3s}.word{margin:6px;padding:10px 18px;display:inline-block;border-radius:14px;background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#111827;font-weight:500;font-size:.95rem;cursor:pointer;box-shadow:0 4px 20px #0000000d;transition:all .25s ease;transform:translateY(0)}.word:hover{background:rgba(255,255,255,.45);box-shadow:0 6px 24px #00000014;transform:translateY(-3px) scale(1.03)}.word:active{transform:scale(.97);box-shadow:0 2px 8px #00000014}.wordListDiv{display:flex;flex-direction:column;align-items:flex-start}#wordPopup{position:absolute;padding:14px 18px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 16px #00000014;color:#111827;font-size:.9em;font-weight:400;max-width:320px;z-index:100;animation:popupFadeIn .25s ease forwards;transform:translateY(6px);opacity:0;transition:box-shadow .25s ease,transform .25s ease}#wordPopup:hover{box-shadow:0 6px 24px #0000001a;transform:translateY(-2px)}#wordPopup strong{display:block;font-size:1.15em;font-weight:600;margin-bottom:6px;color:#000}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}#confetti{position:absolute;top:0;left:0;width:100%;height:100%}.custom-subtitles{position:absolute;bottom:50px;width:auto;max-width:80%;left:50%;transform:translate(-50%);background:rgba(0,0,0,.7);color:#fff;padding:5px 10px;border-radius:5px;text-align:center;display:none}.engelskfarve{background-color:#903390}.engelskfarve{position:relative;overflow:hidden;color:#fdf5ff;padding:1.6rem 2rem;background:radial-gradient(160% 120% at 20% -10%,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 60%),radial-gradient(120% 140% at 85% 20%,rgba(200,120,210,.45) 0%,rgba(80,0,80,0) 70%),linear-gradient(135deg,#6d2d6d 0%,#903390 40%,#4a0f4a 100%);box-shadow:0 18px 36px #28003c52;font-family:Inter,Segoe UI,sans-serif;line-height:1.5;text-shadow:0 1px 2px rgba(30,0,40,.4);letter-spacing:.01em}.engelskfarve:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3C/g%3E%3C/svg%3E");opacity:.6;mix-blend-mode:soft-light;pointer-events:none;animation:blob-float 11s ease-in-out infinite}.engelskfarve:before{content:"";position:absolute;inset:0;animation:blob-drift 9s ease-in-out infinite}.engelskfarve h2{margin:0 0 .75rem;font-weight:700}.samfundsfagfarve{background:linear-gradient(135deg,#0061c1 0%,#0a7fe0 100%);color:#f5f9ff}.samfundsfagfarve{position:relative;overflow:hidden;color:#f5f9ff;padding:1.6rem 2rem;background:radial-gradient(160% 120% at 20% -10%,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 60%),radial-gradient(120% 140% at 85% 20%,rgba(10,127,224,.45) 0%,rgba(0,53,124,0) 70%),linear-gradient(135deg,#0a55b5 0%,#0a7fe0 40%,#004a9d 100%);box-shadow:0 18px 36px #00215747}.samfundsfagfarve:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3C/g%3E%3C/svg%3E");opacity:.6;mix-blend-mode:soft-light;pointer-events:none}@keyframes blob-drift{0%{transform:translate(-15%,-10%) scale(1) rotate(4deg)}50%{transform:translate(-12%,-6%) scale(1.05) rotate(8deg)}to{transform:translate(-15%,-10%) scale(1) rotate(4deg)}}@keyframes blob-float{0%{transform:translate(12%,18%) scale(1) rotate(-6deg)}50%{transform:translate(16%,22%) scale(1.04) rotate(-2deg)}to{transform:translate(12%,18%) scale(1) rotate(-6deg)}}.samfundsfagfarve:before{animation:blob-drift 9s ease-in-out infinite}.samfundsfagfarve:after{animation:blob-float 11s ease-in-out infinite}.samfundsfagfarve{font-family:Inter,Segoe UI,sans-serif;line-height:1.5;color:#f5f9ff;text-shadow:0 1px 2px rgba(0,20,60,.35);letter-spacing:.01em}.samfundsfagfarve h2{margin:0 0 .75rem;font-weight:700}.samfundsfagfarve p{margin-bottom:1rem;max-width:58ch;opacity:.92}.biologifarve{background-color:#95a412}.biologifarve{position:relative;overflow:hidden;color:#f5f9ff;padding:1.6rem 2rem;background:radial-gradient(160% 120% at 20% -10%,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 60%),radial-gradient(120% 140% at 85% 20%,rgba(160,190,40,.45) 0%,rgba(80,100,10,0) 70%),linear-gradient(135deg,#7a8f0f 0%,#95a412 40%,#5f7308 100%);box-shadow:0 18px 36px #3c500a4d;font-family:Inter,Segoe UI,sans-serif;line-height:1.5;text-shadow:0 1px 2px rgba(20,30,5,.4);letter-spacing:.01em}.biologifarve:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3C/g%3E%3C/svg%3E");opacity:.6;mix-blend-mode:soft-light;pointer-events:none;animation:blob-float 11s ease-in-out infinite}.biologifarve:before{content:"";position:absolute;inset:0;animation:blob-drift 9s ease-in-out infinite}.biologifarve h2{margin:0 0 .75rem;font-weight:700}.biologifarve p{margin-bottom:1rem;max-width:58ch;opacity:.92}.geografifarve{background-color:#94542d}.geografifarve{position:relative;overflow:hidden;color:#fffaf5;padding:1.6rem 2rem;background:radial-gradient(160% 120% at 20% -10%,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%),radial-gradient(120% 140% at 85% 20%,rgba(200,120,60,.4) 0%,rgba(80,30,0,0) 70%),linear-gradient(135deg,#7a3d18 0%,#94542d 40%,#5a2605 100%);box-shadow:0 18px 36px #3c140059;font-family:Inter,Segoe UI,sans-serif;line-height:1.5;text-shadow:0 1px 2px rgba(30,10,0,.45);letter-spacing:.01em}.geografifarve:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3C/g%3E%3C/svg%3E");opacity:.6;mix-blend-mode:soft-light;pointer-events:none;animation:blob-float 11s ease-in-out infinite}.geografifarve:before{content:"";position:absolute;inset:0;animation:blob-drift 9s ease-in-out infinite}.geografifarve h2{margin:0 0 .75rem;font-weight:700}.geografifarve p{margin-bottom:1rem;max-width:58ch;opacity:.92}.historiefarve{background-color:#d5ad28}.historiefarve{position:relative;overflow:hidden;color:#fffdf6;padding:1.6rem 2rem;background:radial-gradient(160% 120% at 20% -10%,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%),radial-gradient(120% 140% at 85% 20%,rgba(240,210,60,.4) 0%,rgba(140,110,10,0) 70%),linear-gradient(135deg,#b48b10 0%,#d5ad28 40%,#8c7205 100%);box-shadow:0 18px 36px #503c0052;font-family:Inter,Segoe UI,sans-serif;line-height:1.5;text-shadow:0 1px 2px rgba(40,30,0,.4);letter-spacing:.01em}.historiefarve:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3C/g%3E%3C/svg%3E");opacity:.6;mix-blend-mode:soft-light;pointer-events:none;animation:blob-float 11s ease-in-out infinite}.historiefarve:before{content:"";position:absolute;inset:0;animation:blob-drift 9s ease-in-out infinite}.historiefarve h2{margin:0 0 .75rem;font-weight:700}.historiefarve p{margin-bottom:1rem;max-width:58ch;opacity:.92}.mobile-frontpage{display:none;flex-direction:column;align-items:center;overflow:hidden}.mobile-frontpage{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;overflow:hidden}.mobileSection{position:relative;display:flex;flex-direction:column;gap:1.2rem;padding:clamp(24px,5vw,48px);margin:0 auto 24px;width:min(720px,calc(100% - 1.2rem));border-radius:24px;color:#f8fbff;background:linear-gradient(135deg,rgba(4,18,40,.95),rgba(16,71,146,.88));border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 45px #070c1a8c;backdrop-filter:blur(16px);overflow:hidden}.mobileSection:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(83,165,255,.25),transparent 55%);pointer-events:none;mix-blend-mode:screen}.mobileSection h3{font-size:clamp(2.2rem,4vw,3.4rem);margin:0;padding:clamp(1.5rem,4vw,2.5rem) 0;text-align:center;text-transform:uppercase;letter-spacing:.18rem;font-weight:600;background:linear-gradient(105deg,rgba(255,255,255,.99),rgba(255,255,255,.9));-webkit-background-clip:text;background-clip:text;color:transparent}.samfundsfagMobile h3,.historieMobile h3,.geografiMobile h3,.biologiMobile h3{background-image:linear-gradient(105deg,rgba(255,255,255,.99),rgba(255,255,255,.92))}.link-wrapper{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem 1.25rem;text-decoration:none;color:inherit;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 25px #050a1859;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.link-wrapper:hover,.link-wrapper:focus-visible{transform:translateY(-2px);background:rgba(111,182,255,.18);box-shadow:0 18px 30px #07122873}.mobileTitle{font-size:16px;font-weight:700;transition:transform .2s}.link-wrapper:hover .mobileTitle{transform:scale(1.05)}.samfundsfagMobile{background:linear-gradient(135deg,#0c8dff 0%,#0050b0 100%);border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 30px #0050b066;color:#f5fbff}.historieMobile{background:linear-gradient(135deg,#f6d86b 0%,#c78b1e 100%);border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 32px #c78b1e73;color:#1f1400}.geografiMobile{background:linear-gradient(135deg,#f0a574 0%,#8d461f 100%);border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 32px #8d461f73;color:#180902}.biologiMobile{background:linear-gradient(135deg,#cde84f 0%,#6f8f0a 100%);border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 30px #6f8f0a66;color:#091201}.samfundsfagMobile,.historieMobile,.geografiMobile,.biologiMobile{border-radius:22px;padding:clamp(18px,4vw,28px);position:relative;overflow:hidden}.mobileFolkeskole,.mobileGym{width:100%}.mobile-frontpage .mobileFolkeskole,.mobile-frontpage .mobileGym{display:none}.mobile-frontpage .mobileMenu--active{display:block}.mobileIcon{width:100px;height:auto;display:block;margin:0 auto;padding:1rem}@media screen and (min-width: 1182px){.mobile-frontpage{display:none}}@media screen and (max-width: 1181px){main{position:relative;width:100%;min-height:100vh;height:auto;overflow:visible;background-color:#0f1f37}body{overflow-y:auto}.divider{display:none}.mobile-frontpage{display:block}.content-overlay,.contentoverlay2,.leftBanner,.rightBanner{display:none}.midBanner{width:100%}.feedbackSection,.endingBanner,.textLeft{display:none}.textMid{width:100%}.textRight{display:none}.textContainer{width:100%;padding:8px;display:flex;flex-direction:column;align-items:center}.textContainer p{text-align:center}.textContainer{max-width:100%;margin:0;padding:0}.textSection{height:auto;width:100%;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center;padding:3rem}.textSection p{text-align:left}.discussion{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.8rem}.discussion p{text-align:center;width:100%;padding-left:1.5rem;padding-right:1.5rem}.progressionCircleContainer,.progressionCircleContainer2{display:none}.videoboxLayer{height:auto}}@media screen and (max-width: 768px){.quizSection{min-height:auto;padding:clamp(20px,6vh,48px) clamp(8px,4vw,20px);align-items:flex-start}}.h5pContainer{border-radius:20px;padding:20px;background-color:#fff;box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px,#0a254059 0 -2px 6px inset}.h5pElement{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:100vh}.h5pElement h2{width:auto;padding:2rem;color:#333}.splitDiv{display:flex;flex-direction:column;height:auto;align-items:center}.leftSplit{width:60%;padding:40px}.leftSplit *{padding-top:30px}.rightSplit{width:60%;padding:30px}.gammeltPotentiale{color:red;font-size:9rem}#playPauseBtn{background:linear-gradient(135deg,#748ffc,#b088f9);width:100px;height:100px;border-radius:50%;font-size:1rem;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 16px #0003;transition:transform .2s ease}#playPauseBtn:hover{background:linear-gradient(135deg,#7692fc,#b48bf9);transform:scale(1.03)}#playPauseBtn:active{background:linear-gradient(135deg,#7287f9,#af82f7);transform:scale(.98)}.audio-player{width:auto;padding:.2rem 20rem;border-radius:20px;background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:2px solid rgba(255,255,255,.18);box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px}.controls{display:flex;gap:10px;align-items:center}#volumeControl{width:100px}.wordFunc,.wordFunc2,.wordFunc3,.wordFunc4{transition:all .3s ease;font-size:16px;line-height:26px;font-weight:300;width:100%}.wordFunc.highlight,.wordFunc2.highlight,.wordFunc3.highlight,.wordFunc4.highlight{text-shadow:0px 5px 12px #00aaffaa;font-weight:350}.highlight,.highlight2{color:#ff0}.box-highlight,.box-highlight2{background-color:#0061c133;border-radius:9px}.testHolder{width:100vw;height:70vh;display:flex;justify-content:center;align-items:center}.footer-credit{position:fixed;bottom:10px;left:10px;font-size:12px;color:#444;background-color:#fff9;padding:5px 10px;border-radius:5px;z-index:1000}.popup-credit-text{font-size:12px;color:#444}.quiz-card{position:relative;max-width:520px;margin:2rem auto;padding:2.2rem 2.4rem 2.6rem;border-radius:28px;background:radial-gradient(130% 120% at 10% -10%,rgba(255,255,255,.16),rgba(255,255,255,0)),radial-gradient(150% 150% at 90% 0%,rgba(10,127,224,.12),rgba(4,35,82,0)),linear-gradient(145deg,#03173a,#0a2458);color:#f2f7ff;box-shadow:0 24px 48px #04153466;overflow:hidden;backdrop-filter:blur(12px)}.quiz-card:before{content:"";position:absolute;inset:-30% 12% 45% -20%;background:radial-gradient(circle at 30% 30%,rgba(20,160,255,.32),rgba(3,40,108,0));clip-path:path("M0 120 C40 160 100 80 160 110 C220 140 220 10 300 30 C380 50 350 200 250 220 C150 240 80 200 0 220 Z");animation:quiz-blob 14s ease-in-out infinite;pointer-events:none;opacity:.65}@keyframes quiz-blob{0%,to{transform:translate(-8%,-4%) scale(1)}50%{transform:translate(6%,2%) scale(1.05)}}.quiz-card .question{font-size:clamp(1.4rem,2vw + 1rem,2.1rem);font-weight:700;line-height:1.3;margin-bottom:1.4rem;text-shadow:0 2px 6px rgba(0,12,40,.6)}.quiz-card .answers{display:grid;gap:.9rem}.quiz-card .answer{display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1.2rem;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:rgba(7,25,60,.38);color:inherit;font-weight:600;letter-spacing:.01em;box-shadow:0 12px 24px #03112d59;cursor:pointer;transition:transform .16s ease,background .16s ease,border .16s ease,box-shadow .16s ease}.quiz-card .answer:after{content:"→";font-size:1.1rem;opacity:.5;transition:transform .16s ease,opacity .16s ease}.quiz-card .answer:hover{transform:translateY(-3px);background:rgba(39,96,196,.38);border-color:#52b1ff80;box-shadow:0 18px 32px #03163a6b}.quiz-card .answer:hover:after{transform:translate(6px);opacity:.9}.quiz-card .answer:active{transform:translateY(0)}.quiz-card .info-box{margin-top:1.4rem;padding:1rem 1.2rem;border-radius:14px;font-size:.98rem;font-weight:500;line-height:1.5;display:none;background:rgba(28,187,105,.25);color:#0b2b17;box-shadow:inset 0 0 0 1px #1cbb6959;transition:transform .22s ease,opacity .22s ease}.quiz-card .info-box.show{display:block;transform:translateY(0);opacity:1}.quiz-card .info-box[data-state=error]{background:rgba(252,204,88,.25);color:#3a2900;box-shadow:inset 0 0 0 1px #fccc5873}.quiz-card .info-box[data-state=success]{background:rgba(66,225,150,.25);color:#062a1a;box-shadow:inset 0 0 0 1px #42e19673}.quiz-scene{position:relative;width:100%;min-height:460px;display:flex;justify-content:center;padding:120px 0;overflow:visible;z-index:0}@keyframes quizGlowShift{0%,to{transform:translateY(0)}50%{transform:translateY(-18px) scale(1.03)}}.quiz-scene .quiz-float{position:absolute;font-size:clamp(272px,6.2vw,118px);font-weight:700;color:#5d2dfd8c;text-shadow:0 18px 45px rgba(0,0,0,.25);pointer-events:none;animation:quizFloat 22s ease-in-out infinite;z-index:-1;will-change:transform,opacity}.quiz-scene .quiz-float:nth-of-type(2),.quiz-scene .quiz-float:nth-of-type(3),.quiz-scene .quiz-float:nth-of-type(4){color:#fff3}.quiz-scene .quiz-float:nth-of-type(1){--start-x: -32vw;--start-y: -36vh;--mid-x: -18vw;--mid-y: -12vh;--end-x: -26vw;--end-y: -28vh;animation-delay:-2s}.quiz-scene .quiz-float:nth-of-type(2){--start-x: -34vw;--start-y: 28vh;--mid-x: -20vw;--mid-y: 46vh;--end-x: -12vw;--end-y: 32vh;animation-delay:-6s}.quiz-scene .quiz-float:nth-of-type(3){--start-x: 28vw;--start-y: -34vh;--mid-x: 40vw;--mid-y: -18vh;--end-x: 24vw;--end-y: -26vh;animation-delay:-10s}.quiz-scene .quiz-float:nth-of-type(4){--start-x: 36vw;--start-y: 30vh;--mid-x: 22vw;--mid-y: 42vh;--end-x: 44vw;--end-y: 26vh;animation-delay:-14s}@keyframes quizFloat{0%{transform:translate3d(var(--start-x),var(--start-y),0) scale(.78) rotate(-10deg);opacity:0}10%{opacity:1}50%{transform:translate3d(var(--mid-x),var(--mid-y),0) scale(1) rotate(5deg)}90%{opacity:1}to{transform:translate3d(var(--end-x),var(--end-y),0) scale(.85) rotate(12deg);opacity:0}}.quiz{position:relative;width:min(880px,84vw);display:grid;gap:24px;padding:32px 36px;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,244,255,.86));border:1px solid rgba(255,255,255,.45);box-shadow:0 32px 60px #0c10282e,0 1px #ffffffa8 inset,0 -1px #c8d2ff52 inset;backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);color:#111a2d}.quiz:before{content:"";position:absolute;inset:4px;border-radius:22px;border:1px solid rgba(120,135,210,.18);pointer-events:none}.quiz:after{content:"";position:absolute;inset:-3px;border-radius:30px;background:radial-gradient(circle at 0% 0%,rgba(93,45,253,.25),transparent 55%),radial-gradient(circle at 100% 100%,rgba(68,181,255,.25),transparent 55%);filter:blur(16px);opacity:.5;pointer-events:none;z-index:-1}.quiz,.quiz *{color:#111a2d;text-shadow:none!important}.quiz__header{display:grid;grid-template-columns:1fr auto;align-items:start;gap:16px}.quiz__meta{display:flex;flex-direction:column;gap:10px}.quiz__eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#111a2d8c}.quiz__topic-chip{align-self:flex-start;padding:6px 14px;font-size:.78rem;border-radius:999px;border:1px solid rgba(93,45,253,.18);background:rgba(93,45,253,.08);color:#111a2dd1}.quiz__score{font-size:1rem;font-weight:600;color:#5d2dfd}.quiz__progressbar{width:100%;height:8px;border-radius:999px;background:rgba(17,26,45,.08);overflow:hidden;box-shadow:inset 0 1px 2px #ffffffd9}.quiz__progressbar-fill{height:100%;background:linear-gradient(90deg,#5d2dfd,#44b5ff);transform-origin:left;transform:scaleX(0);transition:transform .45s ease}.quiz__question{font-size:clamp(1.38rem,1.9vw,1.78rem);line-height:1.32;font-weight:600;color:#050b20}.quiz__answers{display:grid;gap:14px;min-height:220px}.quiz__answer{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 22px;border-radius:18px;border:1px solid rgba(215,220,245,.75);background:rgba(255,255,255,.86);box-shadow:0 18px 36px #0f12371f;color:#15253f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.quiz__answer-icon{font-size:1.3rem;filter:drop-shadow(0 6px 14px rgba(15,18,55,.25))}.quiz__answer-text{line-height:1.36;font-size:1.08rem;font-weight:600}.quiz__answer:after{content:"›";font-size:1.2rem;font-weight:600;color:#11203c59;transition:transform .18s ease,color .18s ease}.quiz__answer:hover:not([disabled]){transform:translateY(-4px) scale(1.01);box-shadow:0 20px 48px #0f12372e;border-color:#5d2dfd52;background:rgba(255,255,255,.95)}.quiz__answer:hover:after{transform:translate(4px);color:#11203c8c}.quiz__answer:disabled{cursor:default;opacity:.92}.quiz__answer.is-correct{border-color:#2fbf7173;background:rgba(47,191,113,.18);color:#146b40}.quiz__answer.is-wrong{border-color:#f7b32b73;background:rgba(247,179,43,.18);color:#8a5805}.quiz__info{min-height:56px;display:flex;align-items:center;padding:14px 18px;border-radius:16px;background:rgba(93,45,253,.08);color:#111a2dd6;opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}.quiz__info.is-visible{opacity:1;transform:translateY(0)}.quiz__info.is-success{background:rgba(47,191,113,.16);color:#146b40}.quiz__info.is-warning{background:rgba(247,179,43,.16);color:#8a5805}.quiz__next{justify-self:end;border:none;border-radius:999px;padding:14px 30px;background:linear-gradient(90deg,#5d2dfd,#44b5ff);color:#fff;font-weight:600;letter-spacing:.02em;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.quiz__next.is-active{opacity:1;pointer-events:auto;animation:quizNextBounce .35s ease-out}@keyframes quizNextBounce{0%{transform:translateY(12px)}55%{transform:translateY(-4px)}to{transform:translateY(0)}}.quiz__result{display:grid;gap:18px;justify-items:center;text-align:center;padding:40px 32px;background:linear-gradient(135deg,rgba(93,45,253,.12),rgba(68,181,255,.12));border-radius:18px;border:1px solid rgba(93,45,253,.22)}.quiz__result-title{font-size:clamp(1.6rem,2vw,1.9rem);font-weight:700;color:#050b20}.quiz__result-summary{font-size:1rem;color:#111a2db8}.quiz__result .quiz__restart{border:none;border-radius:999px;padding:14px 30px;background:linear-gradient(90deg,#5d2dfd,#44b5ff);color:#fff;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.quiz__result .quiz__restart:hover{transform:translateY(-3px);box-shadow:0 16px 32px #0f123733}@media (max-width: 820px){.quiz-scene{padding:100px 0}.quiz{padding:28px;gap:22px;width:min(92vw,720px)}.quiz__answers{min-height:200px}}@media (max-width: 640px){.quiz-scene{padding:80px 0}.quiz{padding:26px 22px;gap:20px}.quiz__header{grid-template-columns:1fr;gap:12px}.quiz__score{justify-self:flex-start}.quiz__answers{min-height:180px}.quiz__answer{grid-template-columns:auto 1fr;padding:16px 18px}.quiz__answer:after{display:none}.quiz-scene .quiz-float:nth-of-type(n+3){display:none}}@media (max-width: 460px){.quiz{padding:24px 18px;gap:18px}.quiz__question{font-size:1.25rem}.quiz__answers{min-height:160px}.quiz__answer{padding:14px 16px;font-size:.95rem}.quiz__info{padding:12px 14px;font-size:.88rem}.quiz__next{width:100%;justify-self:stretch;text-align:center}}.mobileSection h3.mobile-heading-text{font-size:28px;font-weight:700;text-align:center}.one{opacity:0;pointer-events:none}.hero_end_container h2{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100vh;opacity:0;pointer-events:none}section .hero_portfolio_container{width:100%;height:100%;pointer-events:none;opacity:0}.project{width:100%;height:200px;background:#e0e0e0;cursor:pointer}.scrollText_end_hero{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;position:relative;text-align:center}.scrollText1{display:flex;flex-direction:column;width:600px;height:100%;z-index:var(--z-index-scrollText);pointer-events:none;align-items:center;justify-content:center;position:fixed;top:50%;left:4%;transform:translateY(-50%);transition:opacity .5s ease-in-out}.potentiale{display:flex;flex-direction:column;width:40%;height:100%;z-index:var(--z-index-scrollText);pointer-events:none;align-items:center;justify-content:center;position:fixed;top:50%;left:4%;transform:translateY(-50%);opacity:0;transition:opacity .5s ease-in-out}@media screen and (max-width: 1180px){.scrollText2{padding:30px;width:100%;right:0%}h2{font-size:25px;font-weight:600;line-height:40px;text-align:center;font-family:inherit}h2 span{font-size:16px;font-weight:400;line-height:20px;padding-top:10px;width:100%;text-align:center}p{font-size:12px;line-height:18px;font-weight:300;text-align:center;width:70%}}.background_image{width:100vw}.parallax{pointer-events:none;width:110vw;left:50%;transition:.4s cubic-bezier(.2,.49,.32,.99);bottom:0}.background-img{position:absolute;left:50%;z-index:var(--z-index-parallaxLayer2);bottom:0}.front-img{position:fixed;left:50%;width:100vw;z-index:var(--z-index-parallaxLayer5);bottom:0}.front-img-dawn{position:fixed;left:50%;width:100vw;z-index:var(--z-index-parallaxLayer1);bottom:0;opacity:0}.mobileBackground{pointer-events:none;display:none;position:fixed;width:100vw;height:100vh;z-index:var(--z-index-parallaxLayer2);bottom:0}.front-img-daytime{position:fixed;left:50%;width:100vw;z-index:var(--z-index-parallaxLayer2);bottom:0}.topBG,.topBG-Night{position:fixed;pointer-events:none;left:50%;width:100vw;display:flex;z-index:var(--z-index-parallaxLayer2);transform:translate(-50%);justify-content:center;top:0}.topBG-Night{opacity:0}.front-img-night,.front-img-black{position:fixed;left:50%;width:100vw;z-index:var(--z-index-parallaxLayer2);bottom:0;opacity:0}:root{--z-index-topExerience: 1;--z-index-scrollText: 1;--z-index-parallaxLayer1: 1;--z-index-parallaxLayer1: 2;--z-index-parallaxLayer1: 3;--z-index-parallaxLayer1: 4;--z-index-parallaxLayer1: 5;--z-index-parallaxLayer1: 6;--z-index-parallaxLayer1: 7;--z-index-parallaxLayer1: 8;--z-index-contentOverlay1: 7;--z-index-contentOverlay2: 6;--z-index-indicators: 333;--z-index-header: 555;--z-index-underside: 777;--z-index-kontaktOs: 9999;--z-index-popup: 999;--z-index-loadingScreen: 9992;--z-index-customCursor: 9999}#custom-cursor{pointer-events:none;position:fixed;top:0;left:0;width:60px;height:60px;background:#ffffff0a;border:2px solid rgba(255,255,255,.65);border-radius:50%;transform:translate(-50%,-50%);z-index:var(--z-index-customCursor)}#custom-cursor.hover{width:80px;height:80px;transition:width .3s cubic-bezier(.68,-.55,.27,1.55),height .3s cubic-bezier(.68,-.55,.27,1.55)}a,button,[role=button],[tabindex]{cursor:none}header{position:fixed;z-index:var(--z-index-header);width:100%;padding:.8rem 0;top:0;left:0;border-bottom:1px solid rgba(255,255,255,.15);transition:transform .5s,opacity .5s;transform:translateY(0);opacity:1;pointer-events:all;background-color:#0e1546b0}header.hide{opacity:0;transform:translateY(-100%);pointer-events:none}#mobileHeaderID{position:block;position:static;z-index:var(--z-index-header);width:100%;padding:.9rem 0;top:0;left:0;border-bottom:1px solid rgba(255,255,255,.1)}header nav,#mobileHeaderID nav{max-width:1400px;margin:0 auto;padding:.4rem;display:flex;justify-content:space-between;align-items:center}header ul{display:flex;list-style:none;align-items:center}header ul a{text-decoration:none;color:#fff;padding:0 1rem;text-transform:uppercase;font-weight:300;font-size:.83rem}.logo{width:80px}.experience{position:fixed;width:100vw;height:100vh}.experience-canvas{width:100%;height:100%;top:0;left:0}.experience_10BillionMouths{width:100vw;height:100vh;top:0;left:0;position:fixed;background-color:bisque}.topExperience{position:absolute;z-index:var(--z-index-topExerience);top:0;left:0}.popup{display:none;position:fixed;cursor:auto;left:0;top:0;width:100%;height:100%;background-color:#000000b3;z-index:var(--z-index-popup)}.popup-content{position:absolute;display:flex;flex-direction:column;top:50%;left:50%;transform:translate(-50%,-50%);padding:50px;border-radius:30px;box-shadow:10px,10px,10px;background-color:#fffffff6;text-align:center;justify-content:center;align-items:center;color:#000}@media (max-width: 600px){.popup-content{width:90vw;max-width:420px;padding:24px 20px;border-radius:20px;box-sizing:border-box}.popup-content button{width:100%}.popup-content p{font-size:.95rem}}@media screen and (max-width: 1180px){.popup-content{padding:30px}}.popup-content p{width:100%;padding-bottom:10px;padding-top:10px;color:#000}.popup-content button{color:#000;background-color:#e0e0e0;border:none;padding:10px 20px;cursor:pointer;width:50%;transition:background-color .3s}.popup-content button:hover{background-color:#d0d0d0}button{padding:10px 20px;margin:10px}
