/*!
Theme Name: aabc
Theme URI: http://underscores.me/
Author: Creative zoo
Author URI: https://czoo.dk/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aabc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aabc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

*{
	box-sizing: border-box;
	margin: 0;
}

:root{
	--color1: #0008CA;
	--color2: #0F3979;
	--color3: #D8E7FF;
	--border1: #0B5FDE;
	--border2: #0F3979;
	--border3: #D8E7FF;
	--bg1after: rgba(0, 8, 202, 0.7);
	--bg1before: rgba(0, 8, 202, 0);
	--bg1: #0008CA;
	--bg2: #0006A3;
	--bg3: #00057C;
	--bg4: #000460;
	--bg5: #000343;
	--bg6: #000126;
	--bg7: #D8E7FF;
	--bg8: #EEF5FF;
	--bg9: #E5EFFF;
	--bg10: #D8E7FF;
	--bg11: #CDE0FF;
	--bg12: #BBD5FF;
}

#masthead.noanimation, #masthead.noanimation * {
	transition-duration: 0s!important;
	animation: none!important;
	transition: none!important;
}
button, input{
	-webkit-appearance: none!important;
	border-radius: 0;
}

html{
	font-size: 10px;
	/* margin-top: 0px !important; */
}

body{
	background-color: #F4F4F4;
}

body{
	font-family:"ronnia";
}

img{
	max-width: 100%;
	height: auto;
}
.filter-block {transition: opacity 0.7s;}
.loading h3,
.loading .filter-accordion,
.loading .tags,
.loading .filter-btn {
	opacity: 0.4!important;
}
.course-total-count {
    position: absolute;
    right: 0;
    margin-top: 2px;
}
.overflow-none{
	touch-action: none;
	overflow: hidden;
}

.container{
	max-width: 130rem;
}

.container.typography {
    display: flex;
    flex-direction: column;
}

section.no-padding-top{
	padding-top: 0!important;
}

section.no-margin-top{
	margin-top: 0!important;
}

section.no-padding-bottom{
	padding-bottom: 0!important;
}

.container.narrow {
    max-width: 94rem;
    padding: 0 10rem;
}

ul, ol{
	margin: 0;
	padding: 0;
}

li{
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin: 1rem 0;
}

a{
	text-decoration: none;
	cursor: pointer;
}
ol li:before { display: none; }
ol li {
    list-style: auto!important;
}
ol {
    padding-left: 3rem;
}
.overflow{
	touch-action: none;
	width: 100%;
	height: 10vh;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0!important;
}

p.large, ul.large li, ol.large li{
	font-size: 1.8rem;
	line-height: 2.4rem;
}

p, ul li, ol li{
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 1rem;
	color: #2C2C30;
	font-weight: 300;
	list-style-position: inside;
}

p.small, ul.small li, ol.small li{
	font-size: 1.4rem;
	line-height: 1.8rem;
}

label{
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #2C2C30;
	font-weight: 300;
    font-family: "ronnia";
}

label.small{
	font-size: 1.3rem;
	line-height: 1.6rem;
}

label.extra-small{
	font-size: 1.2rem;
	line-height: 1.4rem;
}

label.tiny{
	font-size: 0.7rem;
	line-height: 1.2rem;
}

p a{
	text-decoration: underline;
	/* text-decoration-color: #0008CA; */
	text-decoration-thickness: 2px;
	color: #2C2C30;
}

h1.display{
	font-size: 8.8rem;
	line-height: 8.8rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

h1{
	font-size: 3.2rem;
	line-height: 3.6rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

h2{
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

h3{
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 1.5rem;
}

h4{
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

h5{
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.site.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /* overflow-x: hidden; */
}

.main-container {
    width: calc(100% - 37.5rem);
    position: relative;
    overflow: unset!important;
	transition: 0.7s;
}

/* background colors */

.aabc00.dark{
	background-color: #0008CA;
}

.aabc01.dark{
	background-color: #0006A3;
}

.aabc02.dark{
	background-color: #00057C;
}

.aabc03.dark{
	background-color: #000460;
}

.aabc04.dark{
	background-color: #000343;
}

.aabc05.dark{
	background-color: #000126;
}

.hhx00.dark{
	/* background-color: #0B5FDE; */
}

.dark * {
	color: #FAFCFE;
}
.dark:not(.background-white) .html-content p a.read_more {
	color: #FAFCFE!important;
}
.dark:not(.background-white) .html-content p a.read_more svg path {
	stroke: #FAFCFE!important;
}

.aabc00.light{
	background-color: #DAE2FF;
}

.aabc01.light{
	background-color: #F0F3FF;
}

.aabc02.light{
	background-color: #E4EAFF;
}

.aabc03.light{
	background-color: #DAE2FF;
}

.aabc04.light{
	background-color: #D1DBFF;
}

.aabc05.light{
	background-color: #B2C3FF;
}

.light *{
	color: #2C2C30!important;
}

.for-mobile{
	display: none!important;
}

.main-banner .right-side .link.for-mobile{
	display: none;
}

.background-white{
	background-color: #fff!important;
}

/* Header */

header {
    width: 37.5rem;
    min-height: 100vh;
    position: fixed;
    top: 0;
    filter: drop-shadow(10px 0px 30px rgba(0, 0, 0, 0.2));
    z-index: 2;
	left:0;
	background-color: var(--bg1);
	transition: 0.7s;
}

.header-container{
	height: 100vh;
    flex-direction: column;
    /* justify-content: space-between; */
    /* padding: 0 3.9rem; */
    display: flex;
}

.header-container #site-navigation {
    margin-top: 10rem;
    margin: 14.4rem 3.9rem 0;
}

.site-branding {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 2.1rem 0 1.9rem;
    display: flex;
    justify-content: center;
    margin: 0 3.9rem;
}

.site-branding a, .site-branding svg{
	display: block;
}

.menu-heading {
    font-size: 2.6rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

header .menu li {
    list-style: none;
    margin: 0;
    /* position: relative; */
    position: static;
}

header .menu li:hover a{
	padding-left: 0.5rem;
}

header .menu li a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    padding: 1.6rem 0;
    display: flex;
    /* transition: 0.3s; */
    position: relative;
}

header .menu li > a {
	transition: 0.3s;
}

.bottom-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: auto;
    margin: auto 3.9rem 0;
}

.bottom-header .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    border: none;
    padding: 0 2.2rem 3.2rem 1rem;
}

.bottom-header .block svg{
	margin-bottom: 0.1rem;
	display: block;
}

/* header .menu .sub-menu{ */
	/* display: none; */
/* } */

header .menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.6rem;
    height: 5.6rem;
    cursor: pointer;
    width: 100%;
}

header ul.menu li.level-0 > .menu-arrow{
	width: 100%;
}

header .menu-arrow svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

header .menu-arrow svg path{
	stroke: #fff;
}

/* Main banner */

.main-banner {
    /* height: 100vh; */
    background-color: var(--bg1);
    /* overflow: hidden; */
    display: flex;
	transition: 0.7s;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* .main-banner svg { */
    /* height: auto!important; */
    /* width: 96.5rem!important; */
/* } */

.lottie {
    /* height: 100%; */
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
	-webkit-animation: display-off 2s ease 3s forwards;
	opacity: 1;
	animation: display-off 2s ease 3s forwards;
}

@-webkit-keyframes display-off {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes display-off {
	0% { opacity: 1; }
	100% { opacity: 0; }
}


.main-banner .left-side{
	width: calc(100% - 57.5rem);
	/* padding-right: 5rem; */
    z-index: 1;
}

.main-banner .left-side .menu-block {
    margin-bottom: 10.7rem;
    overflow: hidden;
    padding-right: 5rem;
}

.menu-block-swiper-container .menu-home-page-banner-menu-container{
	display: none;
}

.main-banner .left-side ul.tab-list li {
    width: 34.4rem;
}

.main-banner .tab-list-container {
    display: flex;
    max-width: 34.4rem;
}

.main-banner .left-side ul.tab-list{
	/* margin-bottom: 10.7rem; */
}

.main-banner .right-side {
    /* width: 29.688vw; */
    width: 57.5rem;
    position: sticky;
    top: calc(100vh - 76.66rem);
    z-index: 2;
}

h3.subtitle {
    color: #fff;
}

.main-banner h1.heading-h1,
.main-banner h2.heading-h1,
.main-banner h3.heading-h1,
.main-banner h4.heading-h1,
.main-banner h5.heading-h1,
.main-banner h6.heading-h1{
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.08em;
	position: relative;
	font-size: 8.8rem;
    line-height: 8.8rem;
    font-weight: 400;
    font-style: normal;
}

h1.display.additional-margin{
	margin-bottom: 10.3rem;
}

.main-banner h1 span,
.main-banner h2 span,
.main-banner h3 span,
.main-banner h4 span,
.main-banner h5 span,
.main-banner h6 span{
    position: absolute;
    bottom: -8.8rem;
    right: -3.8rem;
    z-index: 10;
}

.main-banner .container.narrow{
	padding-right: 0;
}

.main-banner .container.narrow.for-text {
    margin-bottom: 17rem;
    display: flex;
    flex-direction: column;
}

.main-banner .banner-content .container.narrow p{
	max-width: 32.4rem;
	margin-top: 5.3rem;
	/* margin-bottom: 17rem; */
	color: #fff;
}

.main-banner .banner-content .text-block-button{
	color: #fff;
}

.main-banner .banner-content {
    height: calc(100vh - 7.2rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 5rem;
}

.main-image {
    width: 57.5rem;
    height: 76.66rem;
    position: absolute;
    bottom: 0;
    z-index: 1;
	-webkit-animation: display-on 2s ease 1s forwards;
	opacity: 0;
	animation: display-on 2s ease 2s forwards;
}

@-webkit-keyframes display-on {
	 0% { opacity: 0; }
	 100% { opacity: 1; }
}

@keyframes display-on {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.main-image .inside-container{
    width: 100%;
    height: 100%;
    position: relative;
}

.main-image .color-block {
    width: 19.2rem;
    height: 19.2rem;
    background-color: var(--bg1);
    position: absolute;
    z-index: 2;
    transition: 0.7s;
}

.main-image .color-block.one{
	top: 0;
	right: 0;
}

.main-image .color-block.two{
	top: 19.2rem;
	right: 19.2rem;
}

.main-image .color-block.three{
	bottom: 0;
	right: 19.2rem;
}

.main-image img, .main-image video{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 2000px){
	.main-banner .left-side {
		width: calc(100% - 27vw);
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: flex-end;
	}
	.main-banner .right-side {
		/* width: 29.688vw; */
		width: 100%;
		max-width: 27vw;
		/* max-height: 90vh; */
		/* position: absolute; */
		/* top: unset; */
		/* bottom: 0; */
		/* right: 0; */
	    top: calc(100vh - 36vw);
	}
	.main-banner{
		position: relative;
	    /* height: calc(100vh - 7.2rem);	 */
	}
	.main-image {
		width: 100%;
		height: 100%;
	}
	.main-image .color-block {
		width: 9vw;
		height: 9vw;
	}
	.main-image .color-block.two {
		top: 9vw;
		right: 9vw;
	}
	.main-image .color-block.three {
		bottom: 0;
		right: 9vw;
	}
	.main-banner .banner-content{
		/* height: auto; */
	}
}

/* Search block */

.search-block {
	color: #2C2C30;
    height: 7.2rem;
    /* position: sticky; */
    /* top: 0; */
    width: 100%;
    z-index: 2;
	display: none;
}

.page-top {
    position: sticky;
    top: 0;
    z-index: 99;
}

.home .search-block{
	display: block;
}

.search-block svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 4.5rem;
    width: 1.9rem;
    height: auto;
}

.search-block svg path{
	stroke: #2C2C30;
}

.search-block button{
	width: 100%;
	height: 100%;
	outline: unset;
	border: 0;
	background-color: #fff;
	padding: 0 7.8rem;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
}

.custom-placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 7.8rem;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 700;
	font-family:"ronnia";
}

#search-modal .top-middle {
    padding: 3.2rem 10rem 2.4rem 10rem;
    max-width: 94rem;
    /* padding: 0 10rem; */
}

.search-container{
	position: relative;
}

#search-modal .top-middle input{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	border: 0;
	height: 56px;
	width: 100%;
	background-color: #fff;
	padding: 0 2rem;
	color: #2C2C30;
	font-size: 1.8rem;
	font-weight: 700;
	font-family:"ronnia";
}

/* :focus { */
	/* outline: 0; */
/* } */

#search-modal .top-block {
    display: flex;
    justify-content: space-between;
    height: 56px;
    align-items: stretch;
}

#search-modal .top-block .logo{
	background-color: var(--bg1);
	padding: 0 1.6rem;
	display: flex;
	align-items: center;
}

#search-modal .top-middle input::placeholder {
	color: #2C2C30;
	font-size: 1.8rem;
	font-weight: 700;
	font-family:"ronnia";
}

#search-modal .top-middle input:-ms-input-placeholder {
	color: #2C2C30;
	font-size: 1.8rem;
	font-weight: 700;
	font-family:"ronnia";
}

#search-modal .top-middle input::-ms-input-placeholder {
	color: #2C2C30;
	font-size: 1.8rem;
	font-weight: 700;
	font-family:"ronnia";
}

#search-modal .top-middle button{
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2rem;
	z-index: 9;
	height: 56px;
}

#search-modal .top-middle button svg path{
	stroke: #2C2C30;
}

/* Footer */

footer{
	padding: 9.5rem 0;
	background-color: var(--bg4);
	transition: 0.3s;
}

footer h5{
	margin: 2rem 0 2.4rem;
	font-size: 1.6rem;
    line-height: 1.8rem;
}

footer section p.large {
    margin-bottom: 1rem;
}

footer .social-media {
    margin-top: 0;
    display: flex;
    margin-bottom: 3rem;
}

footer a.social-icon:first-of-type{
	padding-left: 0;
}

footer .top-container .block{
	display: flex;
	flex-direction: column;
}

footer .top-container .block a{
	text-decoration: none;
}

footer a.social-icon {
    display: flex;
    padding: 0 2.1rem 0 1.1rem;
    align-items: center;
}

footer .top-container {
    display: flex;
    justify-content: space-between;
}

footer .top-container .menu, footer .department-list{
	min-width: 34.4rem;
	background-color: #fff;
}

footer .top-container .menu .sub-menu{
	display: none;
}

footer .department-list li{
	margin: 0;
	list-style: none;
	transition: 0.3s;
}

footer .department-list li.active{
	background-color: var(--bg8);
}

footer .top-container .menu a, footer .department-list li .menu-item {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #2C2C30!important;
    display: block;
    padding: 2.4rem 2.8rem 2.4rem 2.4rem;
	cursor: pointer;
	position: relative;
}

footer .top-container .menu .sub-menu a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0.4rem 2.8rem 0.4rem 5.4rem;
    font-weight: 500;
}

footer .top-container .menu li{
	list-style: none;
	position: relative;
	margin: 0;
}

footer .top-container .menu li .menu-arrow {
    position: absolute;
    top: 0;
    height: 7rem;
    right: 0;
    width: 6.8rem;
	cursor: pointer;
}

footer .top-container .menu li .menu-arrow svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer .bottom-container{
	margin-top: 7.2rem;
	margin-bottom: 0.7rem;
}

.thin-text a{
	font-weight: 200;
}

footer .bottom-container ul.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .bottom-container .menu li {
    list-style: none;
    margin: 0;
    display: flex;
}

footer .bottom-container .menu li a {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 1rem 0;
}

.footer-block.no-share-buttons {
    margin-top: -7.51rem;
}

.newsletter-block {
    background-color: var(--bg7);
    display: flex;
	flex-direction: column;
    padding: 3.5rem 4.8rem 3.2rem;
    /* margin-bottom: -50%; */
    position: relative;
    transform: translateY(50%);
}

.newsletter-block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

.newsletter-block input, .newsletter-block button{
	width: calc(50% - 0.9rem);
	border: none;
	cursor: pointer;
}

.newsletter-block input[type="submit"], .newsletter-block button{
	height: 4.8rem;
	background-color: var(--bg1);
	clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.1rem;
	font-family: "ronnia";
	text-align: left;
	padding: 0 1.3rem;
	font-weight: 600;
	font-style: italic;
	transition: 0.3s;
}

.newsletter-block input[type="submit"]:hover, .newsletter-block button:hover{
    background-color: var(--bg4);
}

.newsletter-block input[type="text"], .newsletter-block input[type="email"], .gfield input[type="text"], .gfield input[type="tel"], .gfield input[type="email"]  {
    height: 3.4rem;
	background: transparent;
	border-bottom: 2px solid var(--bg12);
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-family: "ronnia";
	color: var(--color1);
}
.gfield textarea  {
	border: 2px solid var(--bg12);
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-family: "ronnia";
	color: var(--color1);
	background: transparent;
}
.newsletter-block input[type="text"]::placeholder, .gfield input[type="text"]::placeholder, .gfield input[type="tel"]::placeholder, .gfield input[type="email"]::placeholder, .gfield textarea::placeholder {
  color: var(--color1);
  opacity: 1;
}

.newsletter-block input[type="text"]:-ms-input-placeholder, .gfield input[type="text"]:-ms-input-placeholder, .gfield input[type="tel"]:-ms-input-placeholder, .gfield input[type="email"]:-ms-input-placeholder, .gfield textarea:-ms-input-placeholder {
  color: var(--color1);
}

.newsletter-block input[type="text"]::-ms-input-placeholder, .gfield input[type="text"]::-ms-input-placeholder, .gfield input[type="tel"]::-ms-input-placeholder, .gfield input[type="email"]::-ms-input-placeholder, .gfield textarea::-ms-input-placeholder {
  color: var(--color1);
}
/* .gfield input[type="radio"] {
	-webkit-appearance: auto!important;
} */
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 96px;
}
.gfield input, fieldset.gfield, .gform_button {
    border: none;
}
.gform_button {
	width: 100%;
	display: flex;
	cursor: pointer;
}
.gform_footer {
	position: relative;
	border-top: 1px solid #D0D0D0;
	margin-top: 1.6rem;
}
.gform_footer:after {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.16663 10L15.8333 10" stroke="white" stroke-width="1.5"/%3E%3Cpath d="M10 4.1665L15.8333 9.99984L10 15.8332" stroke="white" stroke-width="1.5"/%3E%3C/svg%3E%0A');
	position: absolute;
	width: 20px;
  height: 20px;
  right: 1.3rem;
  top: 2.7rem;
}
.gfield input[type="text"], .gfield input[type="tel"], .gfield input[type="email"], .gfield textarea {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8rem;
	align-items: center;
	color: #2C2C30;
}
.gfield input[type="text"]::placeholder, .gfield input[type="tel"]::placeholder, .gfield input[type="email"]::placeholder, .gfield textarea::placeholder {
  color: #2C2C30;
  opacity: 1;
}

.gfield input[type="text"]:-ms-input-placeholder, .gfield input[type="tel"]:-ms-input-placeholder, .gfield input[type="email"]:-ms-input-placeholder, .gfield textarea:ms-input-placeholder {
  color: #2C2C30;
}

.gfield input[type="text"]::-ms-input-placeholder, .gfield input[type="tel"]::-ms-input-placeholder, .gfield input[type="email"]::-ms-input-placeholder, .gfield textarea:ms-input-placeholder {
  color: #2C2C30;
}
.gform_confirmation_message {
	font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
  color: #2C2C30;
  font-weight: 300;
}
.gfield_error .gfield_validation_message, .error {
	color: #b33b3b;
	font-size: 1.6rem;
}
.gform_validation_errors, .gform_hidden  {
	display: none;
}

.gform_button:after {
	/* content: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.16663 10L15.8333 10" stroke="white" stroke-width="1.5"/%3E%3Cpath d="M10 4.1665L15.8333 9.99984L10 15.8332" stroke="white" stroke-width="1.5"/%3E%3C/svg%3E%0A'); */
}
.hidden {
	display: none!important;
}
.gfield.hidden_label > label, .gfield.hidden_label > legend, .gform_heading {
	display: none;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield textarea {
    max-width: 100%;
}
.gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%)[12];
    grid-row-gap: 16px;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
.gchoice label {
	list-style: none;
    display: flex;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    padding: 0.8rem 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    align-items: center;
		padding-left: 3.3rem;
		position: relative;
}
.gchoice input[type="radio"]+label:after {
	content: '';
	width: 2rem;
  height: 2rem;
  border: 2px solid var(--bg1);
  margin-right: 0.8rem;
	left: 0;
	position: absolute;
}
.gchoice input[type="radio"]:checked+label:after {
	background-color: var(--bg1);
}
.gchoice input[type="radio"]:checked+label:before {
	position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9902 2.00008L11.5802 0.580078L4.99023 7.17008L2.41023 4.60008L0.990234 6.01008L4.99023 10.0001L12.9902 2.00008Z' fill='white'/%3E%3C/svg%3E%0A");
  top: 50%;
  left: 1.1rem;
	z-index: 2;
  transform: translate(-50%, -50%);
}
.gfield h5 {
	padding: 2rem 0;
  padding-bottom: 0.5rem;
	margin-bottom: 0;
}
fieldset.gfield {
	padding: 0;
}
fieldset.gfield {
	border-top: 1px solid #D0D0D0;
	padding-top: 2rem;
}
.content-block.first.filter-accordion.gforms {
	border-top: 0;
}
.filter-block .content-block.gforms {
	border-bottom: none;
}
.gchoice input[type="radio"] {
	position: absolute;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
    -ms-grid-column-span: 6;
}
.gform_wrapper.gravity-theme .gfield {
    grid-column: 1/-1;
    min-width: 0;
}
.newsletter-block input:focus{
	outline: none;
}

.newsletter-block form svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.3rem;
	z-index: 2;
}

.newsletter-block form svg path{
	stroke: #fff;
}

.newsletter-block h3{
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-style: normal;
	color: var(--color1);
	font-weight: 700;
}

.additional-padding-top{
	padding-top: 23.8rem;
}

.share-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2.3rem 0;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 5.6rem;
}

.share-buttons.margin-bottom{
	margin-bottom: 0;
}

.share-buttons a {
    border: 1px solid var(--border1);
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 1.6rem;
	transition: 0.3s;
	position: relative;
}

.tooltiptext {
    position: absolute;
    top: 4.2rem;
    background-color: #000;
    color: #fff;
    width: 12rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.6rem 1rem;
    border-radius: 3px;
    text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.tooltiptext::before{
	width: 6px;
	height: 6px;
	background-color: #000;
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	top: -3px;
}

.share-buttons a:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}

span#linkcopied {
    position: absolute;
    left: -9rem;
    display: none;
    color: var(--color1);
}

.share-buttons a{
	color: var(--color1);
}

.share-buttons a:hover{
	background-color: var(--bg1);
}

.share-buttons a svg path{
	transition: fill .3s ease;
	stroke: var(--border1);
}

.share-buttons a:hover svg path{
	stroke: #fff;
}

.share-buttons a svg{
	width: 1.8rem;
	height: auto;
}

.footer-department-content {
    display: none;
    margin-top: -0.5rem;
    padding: 0 2.8rem 2.4rem 2.4rem;
}

.footer-department-content .contact-information p, .footer-department-content .contact-information a {
    color: #2C2C30;
    font-weight: 200;
}

.footer-department-content .contact-information p a{
	text-decoration: none;
}

a.link-to-department {
    color: var(--color1);
    font-weight: 600;
    font-style: italic;
    margin-top: 3.7rem;
    display: flex;
    align-items: center;
}

.footer-department-content a.link-to-department svg path{
	stroke: var(--color1);;
}

.footer-department-content a.link-to-department svg{
	margin-left: 0.6rem;
	transition: 0.3s;
}

.footer-department-content a.link-to-department:hover svg{
	margin-left: 1.2rem;
}

.footer-department-content a.social-icon{
	padding: 0 1.1rem 0 0.7rem;
}

.footer-department-content .social-media{
	margin-top: 3.3rem;
    display: flex;
    align-items: center;
}

.footer-department-content .social-media .facebook svg path{
	fill: var(--bg1);
}

.footer-department-content .social-media .instagram svg path{
	stroke: var(--bg1);
}

footer .logo svg{
	height: 6rem;
	width: auto;
}

footer .logo{
	margin-bottom: 2rem;
}

/* Aktuelt */

section.aktuelt-block {
    background-color: #F4F4F4;
    padding: 5.5rem 0 1.3rem;
}

section.aktuelt-block .media-container.media .cdm-vid video{
	position: absolute;
}

body.archive section .top-block .left h1,
section .top-block .left h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: var(--color1);
    margin: 0;
	margin-bottom: 2.3rem;
}

.aktuelt-block .swiper-wrapper.posts-list{
	padding: 2.4rem 0 8.4rem 0rem;
  /* -webkit-transition-timing-function:linear!important;  */
  /* -o-transition-timing-function:linear!important; */
  /* transition-timing-function:linear!important;  */
  /* overflow: hidden; */
}

li.swiper-slide{
	list-style: none;
}

.container .top-block {
    position: relative;
    border-bottom: 2px solid #80AAE9;
	border-color: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
	transition : border 0.3s ease-out;
}

.container.narrow.swiper-container{
	margin-left: 0;
	padding: 0 0 0 10rem;
	max-width: 84rem;
	position: relative;
}

.swiper-main-container{
	max-width: 84rem;
	position: relative;
}

.container .right {
    position: relative;
    display: flex;
    flex-direction: row;
}

.swipper-buttons button, .right button{
	height: 4.8rem;
	width: 4.8rem;
	position: relative;
	top: 0;
	margin-top: 0;
	border: none;
    background-color: var(--bg1);
	right: unset;
	left: unset;
	transition: 0.3s;
	opacity: 1!important;
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
}

.swipper-buttons button:hover{
	background-color: var(--bg4)!important;
}

.swipper-buttons button.swiper-button-prev, .right button.swiper-button-prev{

	clip-path: polygon(0 0, 100% 0, 100% 100%, 0.6rem 100%, 0.6rem calc(100% - 0.6rem), 0% calc(100% - 0.6rem));
}

.swipper-buttons button.swiper-button-disabled, .right button.swiper-button-disabled{
	background-color: #E4E4E4!important;
}

.swipper-buttons button svg path{
	stroke: #F4F4F4!important;
}

button.swiper-button-disabled svg path{
	stroke: var(--bg1)!important;
}



.swipper-buttons button.swiper-button-next, .right button.swiper-button-next {
    /* background-color: var(--bg1); */
	clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
}

.swipper-buttons button::after, .right button::after{
	content: none;

}

.swipper-buttons button.swiper-button-next svg path, .right button.swiper-button-next svg path{
	stroke: #F4F4F4;
}

.swipper-buttons button.swiper-button-next svg, .swipper-buttons button.swiper-next svg,
.right button.swiper-button-next svg, .right button.swiper-next svg{
	transform: rotate(180deg);
}

.right.swipper-buttons {
    position: absolute;
    right: -2.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
	margin-top: -3rem;
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
}

.container.narrow.swiper-container::before {
    background: linear-gradient(270deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%);
    content: '';
    position: absolute;
    left: 0;
    width: 8.5rem;
    top: 0;
    height: 100%;
    bottom: 0;
    z-index: 9;
}

body.archive .archive-list {
	padding: 5.5rem 10rem;
}

body.archive .archive-list h2.title {
	margin-top: 5rem;
	margin-left: 0.8rem;
	margin-bottom: 0;
}

body.archive .archive-nav .nav-links {
	display: flex;
    padding: 4rem 0 0;
}

body.archive .archive-nav .nav-links span,
body.archive .archive-nav .nav-links a {
	font-size: 1.6rem;
    color: #2C2C30;
    font-weight: 300;
	padding: 0 0.8rem;
}

body.archive .archive-nav .nav-links a:hover,
body.archive .archive-nav .nav-links span.current {
	color: var(--bg1);
}

body.archive .archive-nav .nav-links .page-numbers-container {

}

body.archive .aktuelt-block .posts-list {
	display: flex;
    list-style: none;
    flex-wrap: wrap;
	flex-direction: initial;
	margin: 0;
}

body.archive .aktuelt-block .posts-list.page {
	margin-top: 2rem;
}

body.archive .kurser-block .kurser-list {
	margin: 0 0.8rem;	
	max-width: 94rem;
}



body.archive .aktuelt-block .posts-list.event_list {
	margin: 2rem 0.8rem 0 0.8rem;	
}

body.archive .aktuelt-block .posts-list li {
	width: calc(100% / 4);
	padding: 0 0.8rem;
	margin-top: 0;
}

body.archive .aktuelt-block .posts-list article {
	margin-top: 3rem;
	width: 100%;	
}

.aktuelt-block .posts-list li {
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
    width: 27rem;
    height: auto;
	cursor: pointer;
}

.aktuelt-block .posts-list li:hover .aktuelt-button {
    color: var(--color2);
    border-top: 1px solid #000126;
    border-color: var(--color2);
}

.aktuelt-block .posts-list li:hover .aktuelt-button span{
    background-color: var(--bg4);
}

.aktuelt-image {
    position: relative;
    height: 14rem;
    width: 100%;
	clip-path: polygon(0 0, calc(100% - 3.2rem) 0%, calc(100% - 3.2rem) 3.2rem, 100% 3.2rem, 100% 100%, 0 100%);
    z-index: 1;
}

/* .aktuelt-image::after { */
    /* width: 3.2rem; */
    /* height: 3.2rem; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* content: ''; */
    /* background-color: #F4F4F4; */
    /* z-index: 3; */
/* } */

.aktuelt-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    transition: 0.3s;
    object-position: center;
}

.aktuelt-categories {
    display: flex;
    margin-top: -0.95rem;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}
.aktuelt-categories .post-category {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #E4E4E4;
    padding: 0.4rem 0.7rem 0.3rem;
    margin-right: 0.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.aktuelt-categories .post-category.hhx{
	background-color: #0B5FDE;
}
.aktuelt-categories .post-category.eux{
	background-color: #46606B;
}
.aktuelt-categories .post-category.eud{
	background-color: #443754;
}
.aktuelt-categories .post-category.eud10{
	background-color: #BD5921;
}
.aktuelt-categories .post-category.hovedforlob{
	background-color: #2B4F42;
}
.aktuelt-categories .post-category.kurser{
	background-color: #1E7070;
}
.aktuelt-categories .post-category.corporate{
	background-color: #0006A3;
}
.aktuelt-bottom-content {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: calc(100% - 14rem);
}
.aktuelt-bottom-content h3 {
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin: 1.5rem 0 1.7rem;
	padding: 0 2.4rem;
}
.aktuelt-bottom-content p {
    padding: 0 2.4rem 1.4rem 2.4rem;
}
.aktuelt-button {
    border-top: 1px solid #0008CA;
    font-size: 1.6rem;
    /* line-height: 2.1rem; */
    line-height: 1;
    font-style: italic;
    font-weight: 600;
    display: flex;
    /* min-height: 49px; */
    color: var(--color1);
    border-color: var(--border1);
    padding: 0 0 0 2.4rem;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    position: relative;
    margin-top: auto;
}
/* .aktuelt-button::before{ */
    /* content: ''; */
    /* width: 6px; */
    /* height: 5px; */
    /* background-color: #FFFFFF; */
    /* position: absolute; */
    /* top: -1px; */
    /* right: 0; */
/* } */
/* .aktuelt-button::after{ */
	/* content: ''; */
	/* background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 0H0V48H48V6H42V0Z' fill='%230008CA'/%3E%3Cpath d='M18.1666 24H29.8333' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M24 18.1665L29.8333 23.9998L24 29.8332' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A"); */
	/* height: 48px; */
	/* width: 48px; */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
/* } */
.aktuelt-button span {
    height: 4.8rem;
	background-color: var(--bg1);
    width: 4.8rem;
    display: block;
	position: relative;
	transition: 0.3s;
	clip-path: polygon(0 -4%, calc(100% - 0.6rem ) -4%, calc(100% - 0.6rem ) 0.6rem , 100% 0.6rem , 100% 100%, 0 100%);
}
.aktuelt-button::after{
	content: '';
	width: 0.6rem;
	height: 0.9rem;
	position: absolute;
	background-color: #fff;
	top: -0.3rem;
	right:0;
}
.aktuelt-button span svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
}
.aktuelt-button span svg path{
	stroke: #fff;
}
.aktuelt-button:hover{
	color: var(--color2);
	border-top: 1px solid #000126;
	border-color: var(--color2);
}
.aktuelt-button:hover span{
	background-color: var(--bg4);
}
/* .media-container.media { */
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
/* } */
.media-container.media .cdm-vid video{
	width: 100%;
	height: auto;
	position: relative;
}


.cdm-vid video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -o-object-position: center;
    object-position: center;
}

a.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
	display: flex;
	height: 4.8rem;
	clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
	width: 4.8rem;
}


a.video-icon svg{
	transition: 0.3s;
	background-color: var(--bg1);
    display: flex;
	width: 100%;
	height: 100%;
}

/* External links */

section.external-links-block {
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    padding: 7.6rem 0 5.8rem;
}

section.external-links-block > .container > ul > li {
    list-style: none;
    /* background-color: #fff; */
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
    display: flex;
    flex-direction: row;
    margin: 0 0 1.8rem 0;
	cursor: pointer;
}

section.external-links-block > .container > ul > li.no-link{
    cursor: initial;
}

section.external-links-block .container ul li:hover .aktuelt-button {
    color: var(--color2);
    border-top: 1px solid #000126;
    border-color: var(--color2);
}

section.external-links-block .container ul li:hover .aktuelt-button span {
    background-color: var(--bg4);
}

.external-links-block li .left-side{
	width: 18.6rem;
    background-color: #fff;
}

.external-links-block li .left-side .aktuelt-image{
	height: 100%;
}

.external-links-block li .right-side{
	width: calc(100% - 18.6rem);
    background-color: #fff;
}

.external-links-block li .right-side.full-width{
	width: 100%;
}

.external-links-block li .right-side h3,
.real-res h3 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
	font-style: normal;
	margin: 2.4rem 0 2.2rem;
	color: var(--color1);
}

.external-links-block li .right-side h3, .external-link-description,
.real-res h3 {
    padding: 0 2.4rem;
}

.external-link-description{
	padding-bottom: 2.4rem;
}

.external-link-description p:last-of-type{
	margin-bottom: 0!important;
}

.external-link-description ul{
	margin: 1rem 0 2rem;
	padding-left: 1rem;
}

.external-link-description li {
    margin: 0.5rem 0;
    list-style-type: disc;
    /* padding-left: 1rem; */
    list-style-position: outside;
}

.external-link-description li::marker{
	margin-right: 0.9rem;
}

.external-links-block li .right-side p,
.real-res p {
	margin-bottom: 2.4rem;
	margin-top: -0.4rem;
}

.external-links-block li .right-side p{
	font-size: 1.8rem;
	line-height: 2.6rem;
}

.external-link-description ol, .external-link-description ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    padding-left: 2.5rem;
}

/* sticky line */

.progressbar {
    height: 100%;
	background-color: var(--bg7)!important;
	width: 0;
}

.sticky-line {
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.sticky-line .bottom-line {
    background: transparent;
    width: 100%;
    height: 0.4rem;
}

/* Ticker line */

.ticker-line {
    padding: 2.7rem 0 3rem;
    overflow: hidden;
	background-color: var(--bg1);
}

.ticker-line.no-animation{
	padding: 2.7rem 3rem 3rem 8.5rem;
}

.ticker-line h1,
.ticker-line h2,
.ticker-line h3,
.ticker-line h4,
.ticker-line h5,
.ticker-line h6{
	font-size: 19.2rem;
	line-height: 14.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0;
	color: var(--color3);
    font-style: normal;
}

.ticker-text{
	white-space: nowrap;
    display:inline-block;
}

/* Top banner image */

section.top-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 6.6rem 0;
	background-color:var(--bg1);
}

.top-banner .background-image {
    clip-path: polygon(0 0, calc(100% - 3.2rem) 0%, calc(100% - 3.2rem) 3.2rem, 100% 3.2rem, 100% 100%, 0 100%);
    height: 35.239vw;
    position: relative;
    width: calc(100% - 10.1rem);
    display: flex;
    margin-left: auto;
	position: relative;
}

.top-banner .background-image img, .top-banner .background-image video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}

.top-banner .heading-container{
	position: absolute;
	width: 10.1rem;
	top: 0;
	left: 0;
}

.top-banner h3 {
    transform: rotate(90deg);
	color: var(--color3);
    margin: 0;
    padding: 0 0 0 10.3rem;
    white-space: nowrap;
	font-weight: 600;
    font-style: italic;
}

.top-banner.no-padding-top h3{
	padding: 0 0 0 3.7rem;
}

.play-video.button {
    position: absolute;
    bottom: 4.8rem;
    left: 4.8rem;
    z-index: 2;
    display: flex;
    font-size: 1.8rem;
    line-height: 1;
    align-items: center;
}

.play-video.button svg{
	margin-left: 0.7rem;
	transition: 0.3s;
}


.play-video.button:hover svg{
	margin-left: 1.3rem;
}

.play-video.button:hover{
	text-decoration: underline;
}

.play-video.icon{
	position: absolute;
	z-index: 2;
	right: 4.8rem;
	bottom: 3.5rem;
}

.no-clip-path{
	clip-path: none!important;
	transform: none!important;
}

.video-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 32vw;
    transform: translate(-50%, -50%);
}

.dark-background-for-video{
	background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -3;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.dark-background-for-video.active {
    z-index: 9;
    opacity: 1;
    visibility: visible;
}

/* text block */

.text-block{
	padding: 9.4rem 0 9.6rem;
	background-color: var(--bg1);
}

section.top-title{
	padding-bottom: 3rem;
}

.text-block .container{
	display: flex;
	flex-direction: column;
}

.text-block-button {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 600;
    text-decoration: none;
    font-style: italic;
    display: flex;
    transition: 0.3s;
    align-items: center;

    margin-top: 0.6rem;
}

.light .text-block-button{
    color: var(--color1)!important;
}

.light .text-block-button svg path{
	stroke: var(--color1)!important;
}

.text-block-button svg{
	margin-left: 0.6rem;
	transition: 0.3s;
}

.text-block-button:hover svg, .banner-block:hover .left-side .content a svg {
	margin-left: 1.3rem;
}

.text-block-button svg path{
	stroke: #fff;
}

.background-white .text-block-button svg path{
	stroke: #2C2C30;
}

.html-content {
    display: flex;
    flex-direction: column;
}

.html-content p{
	margin: 0.5rem 0;
}

.html-content figure {
    margin: 1.5rem 0;
}
.html-content .wp-caption-text{
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.html-content a{
	text-decoration: underline;
}

.html-content img{
	margin: 1rem 0;
}

.html-content p a.btn{
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.html-content p a.read_more {
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 600;
    font-style: italic;
    display: flex;
    color: var(--color1)!important;
    align-items: center;
    margin-top: 0.5rem;
}

.html-content p a.read_more svg {
    margin-left: 1rem;
    margin-top: -0.2rem;
}

.html-content p a.read_more svg path{
	stroke: var(--color1);
}

.html-content blockquote {
    padding: 0.5rem 1rem;
    border-left: 0.3125rem solid var(--bg7);
    margin: 2rem 0;
    background: var(--bg3);
}

.html-content span.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4.8rem;
    width: 4.8rem;
	background-color: var(--bg1);
	clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
}

.html-content span.video-icon svg{
	margin-left: -1px;
}

a.youtube-link {
    position: relative;
    display: flex;
}

.html-content blockquote p {
    padding: 1rem 2rem;
}

.html-content hr {
    margin: 3.5rem 0;
}

.html-content p a.btn::after{
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16663 10L15.8333 10' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M10 4.1665L15.8333 9.99984L10 15.8332' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	right: -25px;
	top: 50%;
	height: 20px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.background-white .html-content p a.btn::after{
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16663 10L15.8333 10' stroke='%232C2C30' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M10 4.1665L15.8333 9.99984L10 15.8332' stroke='%232C2C30' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
}

.html-content p a.btn:hover::after{
	right: -30px;
}

.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5{
	margin: 2.5rem 0 1.5rem;
}

.background-white .html-content blockquote p,
.background-white .html-content blockquote a{
	color: #fff!important;
}

.text-block *{
	max-width: 553px;
}

.text-block p, .text-block li{
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.text-block li,
.accordion-block li ul:not(.kurser-list) li,
.eventscal_module .top-content li{
	padding-left: 2rem;
	position: relative;
	list-style: none;
}

/* .text-block li::before { */
  /* content: "• "; */
  /* color: red; */
/* } */

.text-block li::before,
.accordion-block li ul:not(.kurser-list) li::before,
.eventscal_module .top-content li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0.9rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #2C2C30!important;
}

.text-block.dark li::before{
	background-color: #fff!important;
}

.text-block.dark.background-white li::before {
    background-color: #2C2C30!important;
}

.text-block h1.text-block-title,
.text-block h2.text-block-title,
.text-block h3.text-block-title,
.text-block h4.text-block-title,
.text-block h5.text-block-title,
.text-block h6.text-block-title{
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
    font-style: normal;
    font-weight: 700;
}

.text-block h3.subtitle {
    margin-bottom: 1.3rem;
    margin-top: 0.2rem;
}

.read_more_hidden {
	display: none;
	overflow: hidden;
}

/* .news-open .site-branding, .news-open .main-container { */
    /* margin-top: var(--newsheight); */
/* } */

/* Genveje block */

section.genveje-links-block {
    padding: 7.2rem 0 6.2rem;
}

.genveje-links-block ul{
	display: grid;
    grid-template-columns: calc(50% - 0.7rem) calc(50% - 0.7rem);
    justify-content: space-between;
}

.genveje-links-block ul li {
    background-color: #fff;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 1.4rem 0;
}

.genveje-links-block ul li .aktuelt-button{
	margin-top: unset;
}

.genveje-links-block ul li .content {
    padding: 2.2rem 2.5rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto 0;
}

.genveje-links-block ul li .content .icon-block{
	margin: 0.2rem 0 0.3rem;
}

/* .genveje-links-block ul li .content .icon-block svg path{ */
	/* stroke: var(--bg1); */
/* } */

.genveje-links-block h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-style: normal;
    font-weight: 700;
    color: var(--color1);
}

.genveje-links-block .top-block .left h2{
	margin-bottom: 1rem;
}

.genveje-links-block .container .top-block{
	margin-bottom: 3.4rem;
}

.days-till {
    font-size: 3.2rem;
    line-height: 3.4rem;
    font-weight: 400;
    color: var(--bg1);
    margin: -0.2rem 0 0.7rem;
}

/* Banner block */

.banner-block {
    height: 34vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.banner-block .left-side, .banner-block .right-side{
	width: 50%;
}

.banner-block .left-side {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 8.1rem 0 10rem;
    align-items: flex-end;
    z-index: 99;
}

.banner-block .left-side .content a {
    font-size: 1.6rem;
    line-height: 2.1rem;
	color: var(--color1);
    display: flex;
    font-style: italic;
    font-weight: 600;
    align-items: center;
	margin-top: 1.1rem;
}

.banner-block .left-side .content a svg{
	transform: rotate(180deg);
	margin-left: 0.7rem;
	transition: 0.3s;
}

.banner-block .left-side .content a svg path{
	stroke: var(--bg1);
}

/* .banner-block .left-side .content a:hover svg{ */
	/* margin-left: 1.3rem; */
/* } */

.banner-block .left-side .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-block .left-side h1,
.banner-block .left-side h2,
.banner-block .left-side h3,
.banner-block .left-side h4,
.banner-block .left-side h5,
.banner-block .left-side h6{
    font-size: 4.583331vw;
    line-height: 4.583331vw;
    color: var(--color1);
    font-weight: 400;
    max-width: 23vw;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-style: normal;
}

.banner-block .right-side .main-image {
    width: 23.073vw;
    height: 17.657vw;
    position: relative;
}

.banner-block .right-side{
	padding-left: 6.8rem;
}

.banner-block .right-side .main-image > img, .banner-block .right-side .main-image .bottom-left img, .banner-block .right-side .main-image .top-right img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    transition: 0.3s;
    object-position: center;
}

.banner-block .right-side .main-image .bottom-left {
    position: absolute;
    width: 10.261vw;
    height: 8.073vw;
    left: -5.6rem;
    bottom: -4rem;
    z-index: 2;
}

.banner-block .right-side .main-image .top-right {
    position: absolute;
    width: 8.542vw;
    height: 13rem;
    right: -6.1rem;
    top: -5.3rem;
    z-index: 2;
}

/* uddannelsesforlob block */

.uddannelsesforlob-block{
	padding: 8.6rem 0rem 8.2rem;
	position: relative;
}

.uddannelsesforlob-list-container{
	position: relative;
}

.uddannelsesforlob-block .line {
    background-color: var(--bg1);
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
.uddannelsesforlob-block .line-vertical{
	display: none;
}

.uddannelsesforlob-block h2{
	color: var(--color1);
	font-size: 3.2rem;
	line-height: 3.6rem;
	margin-bottom:9.2rem;
	padding: 0 10rem;
}

.uddannelsesforlob-list-container > ul {
    /* display: flex; */
    /* justify-content: space-around; */
    align-items: start;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(1px, 1fr) );
    justify-items: center;
	padding: 0 10rem;
}

.uddannelsesforlob-list-container > ul > li {
    /* background-color: var(--bg7); */
    list-style: none;
    margin: 0;
    max-width: 100%;
	position: relative;
	cursor: pointer;
}

.uddannelsesforlob-list-container > ul > li:hover a span{
	background-color: var(--bg4);
}

.uddannelsesforlob-list-container > ul > li:hover::before{
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	transform: scale(1);
	animation: pulse 1.4s infinite;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: -1;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.uddannelsesforlob-list-container > ul > li .title {
    width: calc(100% - 4.8rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.uddannelsesforlob-list-container > ul > li:nth-child(even){
	margin-top: 9.2rem;
}

.uddannelsesforlob-list-container > ul > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--bg7);
}

.pop-up.block a.close {
    background: none;
    position: absolute;
    top: 1rem;
    z-index: 9999999;
    right: 1rem;
    transform: unset!important;
}

.pop-up.block a.close svg path{
	stroke: #fff;
}

.uddannelsesforlob-block ul li a:hover span{
	background-color: var(--bg4);
}

.uddannelsesforlob-block ul li a h3 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: var(--color1);
    padding: 0 3rem;
    text-align: center;
}

.uddannelsesforlob-block ul li span {
    height: 4.8rem;
    width: 4.8rem;
    background-color: var(--bg1);
    clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
	transition: 0.3s;
	font-size: 1.8rem;
    font-weight: 700;
}

.pop-up.block {
    background-color: var(--bg1);
    padding: 3rem;
    max-width: 640px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -3;
    visibility: hidden;
    opacity: 0;
	/* transition: 0.3s; */
}

.dark-background {
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    display: flex;
    z-index: -3;
    opacity: 0;
    visibility: hidden;
    /* transition: 0.3s; */
    align-items: center;
    justify-content: center;
}

.dark-background.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.pop-up.block.active{
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.pop-up.block.active {
    transform: unset!important;
    top: unset;
    left: unset;
}

.pop-up.block .html_content.content{
    max-height: 80vh;
    overflow: scroll;
}

.pop-up.block .html_content.content::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
	display: none;  /* Safari and Chrome */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.pop-up.block *{
	color: #fff;
}

/* Custom menu block */

.custom-menu-block .container.narrow{
	max-width: 75.2rem;
}

.custom-menu-block {
    background-color: var(--bg2);
    padding: 7.7rem 0 7.8rem;
}

ul.menu-tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 2.7rem;
    max-width: 75.2rem;
    padding: 0 10rem;
}

.main-banner ul.menu-tabs, .custom-menu-block ul.menu-tabs {
    max-width: 94rem;
    /* max-width: unset; */
    /* width: auto; */
    /* overflow: scroll; */
    /* overflow-y: hidden; */
    /* white-space: nowrap; */
    position: relative;
    margin-bottom: 4.1rem;
    margin-left: 0;
}

.menu-block-swiper-container{
	position: relative;
}

.menu-block-swiper-container::after {
    background: linear-gradient(90deg, var(--bg1before) 0%, var(--bg1after) 100%);
    position: absolute;
    content: '';
    right: 0rem;
    width: 10rem;
    top: 0;
    height: 100%;
    pointer-events: none;
    height: 5rem;
    z-index: 9;
	transition: 0.7s;
}

.main-banner ul.menu-tabs::-webkit-scrollbar, .tab-headings::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

ul.menu-tabs li {
    list-style: none;
    width: auto;
}

ul.menu-tabs li.inactive a{
	opacity: 0.5;
}

ul.menu-tabs li:hover a{
	opacity: 1;
}

ul.menu-tabs li a{
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: 600;
	color: #FFFFFF;
	padding: 0.6rem 1rem;
	border-bottom: 3px solid #fff;
	opacity: 1;
	transition: 0.3s;
}

ul.tab-list{
	display: flex;
	flex-direction: column;
}

ul.tab-list li{
	/* clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.65rem, 100% 101%, 0 101%); */
	list-style: none;
	margin: 0.6rem 0;
	overflow: hidden;
	position: relative;
}

ul.tab-list li a{
	clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.65rem, 100% 101%, 0 101%);
	border: 1px solid #6B92D0;
	overflow: hidden;
	position: relative;
	/* list-style: none; */
	transition: 0.3s;
	transition: border-color 0.3s ease;

	border-color: var(--color3);
}

ul.tab-list li a::after{
	position: absolute;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border: 1px solid var(--color3);
	top: -2px;
	right: -2px;
	transition: border-color 0.3s ease;
}

ul.tab-list li a:hover{
	background-color: #fff;
	border: 1px solid #fff;
}

ul.tab-list li:hover::after{
	border: 1px solid #fff;
}

ul.tab-list li a {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    display: flex;
    height: 4.8rem;
    transition: 0.3s;
    padding: 0 1.1rem 0 1.1rem;
    flex-direction: column;
    justify-content: center;
}

ul.tab-list li a .description {
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-style: normal;
    display: block;
    padding-bottom: 0.2rem;
}

ul.tab-list li a svg{
	transform: rotate(180deg);
	position: absolute;
	top: 1.3rem;
	right: 1.3rem;
}

ul.tab-list li a svg path{
	stroke: #fff;
	transition: fill 0.3s ease;
}

ul.tab-list li:hover a svg path{
	stroke: var(--color1);
}

ul.tab-list li:hover a{
    color: var(--color1);
}

.custom-menu-block h2{
	font-size: 3.2rem;
	line-height: 3.6rem;
	color: #fff;
	margin-bottom: 1.9rem;
}

/* Kontact kort block */

section.kontaktkort-block {
    padding: 7rem 0;
}

p.kontaktkort-description{
	margin-bottom: 2.4rem;
}

.kontaktkort-container{
	overflow: hidden;
	position: relative;
}

.kontaktkort-container.swiper-enable .right{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.kontaktkort-block ul li{
	background-color: #fff;
	/* filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2)); */
	margin: 0;
	list-style: none;
	margin-bottom: 1.8rem;
}

.kontaktkort-block ul li:last-child{
	margin-bottom: 0;
}

.kontaktkort-block ul li h3 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700;
    font-style: normal;
    color: var(--color1);
    margin-bottom: 0.8rem;
}

.kontaktkort-block ul li .top-block {
	border-bottom: 0;
    /* display: flex; */
    align-items: stretch;
}

.kontaktkort-block ul li .bottom-block {
    padding: 2.4rem;
	border-top: 1px solid #46606B;
}

.kontaktkort-block ul li .bottom-block blockquote{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
	color: #2C2C30;
}

.kontaktkort-block ul li .right-side {
    width: 18rem;
    position: relative;
    height: 18rem;
}

.kontaktkort-block ul li .top-block .left-side {
    padding: 2.4rem;
    width: calc(100% - 18rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.kontaktkort-block ul li .top-block .left-side p a{
	text-decoration: none;
}

.kontaktkort-block ul li .top-block .left-side p a:hover{
	text-decoration: underline;
}

.kontaktkort-block ul li .top-block .left-side p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 0;
    font-weight: 400;
}

.kontaktkort-block ul li .right-side img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    transition: 0.3s;
    object-position: center;
}

.kontaktkort-block button.swiper-button-next, button.swiper-next {
    background-color: var(--bg1);
}

.kontaktkort-block button.swiper-button-next:hover, .kontaktkort-block button.swiper-button-prev:hover, button.swiper-next:hover, button.swiper-prev:hover {
	background-color: var(--bg4);
}

.kontaktkort-block button.swiper-button-next svg path{
	stroke: #fff;
}

.kontaktkort-block button.swiper-button-disabled {
	background-color: #E4E4E4;
}

.kontaktkort-block button.swiper-button-prev svg path{
    stroke: white;
}


.kontaktkort-block button::after{
	content: none;
}

.kontaktkort-block button.swiper-button-next::after{
	content: '';
    width: 0.6rem;
    height: 0.7rem;
    position: absolute;
    background-color: #fff;
    top: -0.1rem;
    right: 0;
}

.kontaktkort-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #fff;
    border-top: 1px solid var(--color1);
}

.kontaktkort-button a::after{
	content: none;
}

.kontaktkort-button a{
	width: 100%;
    min-height: 48px;
	border: none;
	justify-content: flex-start;
	color: var(--color1);
	border-color: var(--color1);
}

.kontaktkort-button a svg{
	margin-right: 0.9rem;
}

.kontaktkort-button a svg rect{
    stroke: var(--bg1);
	transition: fill .3s ease;
}

.kontaktkort-button a svg path{
    fill: var(--bg1);
	transition: fill .3s ease;
}

.kontaktkort-button a span svg path{
	fill: unset;
}

.kontaktkort-button a:hover span svg path{
	fill: unset;
}

.kontaktkort-button a span{
	margin-left: auto;
}

.kontaktkort-button a:hover svg rect{
    stroke: var(--bg4);
}

.kontaktkort-button a:hover svg path{
    fill: var(--bg4);
}

.kontaktkort-button a:hover{
	border: none;
}

/* Gallery block */

section.gallery-block {
    overflow: hidden;
    min-height: 55rem;
    padding: 7rem 0 4rem;
}

.gallery-container {
    position: relative;
    /* overflow: hidden; */
    width: 50rem;
    padding-left: 10rem;
}

.gallery-block ul li{
	width: 100%!important;
	margin: 0;
	transition: 0.4s;
	overflow: hidden;
}

.swiper-image{
	position: relative;
	height: 13vw!important;
	width: 100%!important;
	transition: 0.4s;
}

.gallery-block ul li.swiper-slide-active .swiper-image{
	width: 74rem!important;
	height: 25vw!important;
	background-color: rgba(0, 0, 0, 0);
}

.gallery-block ul li.swiper-slide-active .swiper-image img{
	opacity: 1;
}

.gallery-block ul li.swiper-slide-active {
    width: 74rem!important;
    z-index: 2;
}

.gallery-block ul li img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    transition: 0.4s;
	opacity: 0.5;
    object-position: center;
}

.gallery-container:before {
    background-color: var(--bg1);
    content: "";
    height: 13vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 0;
}

.gallery-block ul li p {
    margin-top: 0.8rem;
    width: 100%;
    opacity: 0;
    margin-bottom: 0;
	padding: 0 1rem;
}

.gallery-block ul li.swiper-slide-active p{
	transition: 0.3s;
	opacity: 1;
	padding: 0;
}

.slides-count {
    position: absolute;
    left: 83.7rem;
    top: 13vw;
    padding-top: 0.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    width: 5rem;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
}

.gallery-block ul{
	padding-bottom: 3rem;
}

button{
	cursor: pointer;
	transition: 0.3s;
}

.gallery-block button.swiper-button-disabled{
	opacity: 0;
}

.gallery-block button.swiper-prev{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0.6rem 100%, 0.6rem calc(100% - 0.6rem), 0% calc(100% - 0.6rem));
	height: 4rem;
	width: 4rem;
    margin-top: 4.8rem;
}

.gallery-block button.swiper-prev svg path{
	stroke: white;
}

.gallery-block button.swiper-next{
	 clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
}

.gallery-block button.swiper-next svg path{
	stroke: #fff;
}

.gallery-container .right {
    position: absolute;
    left: 80rem;
    top: 0;
    display: flex;
    z-index: 9;
    top: calc(13vw - 4.8rem);
}

/* Accordion block */

.accordion-block{
	padding: 7rem 0;
}

.accordion-block.dark_background .container .block, .accordion-block.dark_background_spaces .container .block > ul > li{
    background-color: var(--bg7);
}

.accordion-block.dark_background_spaces .container .block > ul > li{
	margin: 0.4rem 0;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	padding: 0 1.6rem;
}

.accordion-block.dark_background_spaces .container .block > ul > li svg{
	margin-right: 0.8rem;
}

.accordion-block.dark_background_spaces .container .block .kurser-list .date svg{
	margin-right: 0.4rem!important;
}

/* .accordion-block.dark_background_spaces .container .block > ul > li svg path{ */
	/* stroke: none; */
/* } */

.accordion-block.dark_background_spaces .container .block > ul,
.accordion-block.dark_background_spaces .container .block{
	padding: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	background: transparent;
}

.accordion-block:not(.dark_background_spaces) .one-accordion {
	padding: 0 1.6rem;
}

.faq-answer{display: none;}

.accordion-block ul{
	padding: 0.9rem 1.6rem 2rem;
}

.accordion-block > .container > .block > ul > li{
	list-style: none;
	margin: 0;
	border-top: 1px solid #E7E7E7;
}

.accordion-block.dark_background > .container > .block > ul > li{
	border-top: 1px solid #2C2C30;
}

.accordion-block li:last-child{
	border-bottom: 1px solid #E7E7E7;
}

.accordion-block.dark_background .block > ul > li:last-child {
    border-bottom: 1px solid #2C2C30;
}

.accordion-block > .container > .block > ul > li > h3{
	margin: 0;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-style: normal;
	cursor: pointer;
	font-weight: 700;
}

.faq-question button {
    display: flex;
    padding: 2.8rem 0 2.7rem;
    color: #2C2C30;
    align-items: center;
    margin: 0;
    font-size: 1.8rem;
    font-family: "ronnia";
    line-height: 2.2rem;
    background: transparent;
    border: 0;
    font-style: normal;
    cursor: pointer;
    font-weight: 700;
    justify-content: flex-start;
    width: 100%;
    position: relative;
	text-align: left;
}

.faq-question button img{
	height: 1.8rem;
	width: auto;
	margin-right: 0.8rem;
}

.accordion-block > .container > .block > ul > li > h3 a {
    display: flex;
    padding: 2.8rem 0 2.7rem;
    color: #2C2C30;
    align-items: center;
    justify-content: space-between;
}

.accordion-block.dark_background svg path{
	stroke: #2C2C30;
}

.accordion-block.dark_background .faq-answer .aktuelt-button svg path,
.accordion-block.dark_background .faq-answer .tags svg path {
	stroke: #fff;
}

.accordion-block .block{
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.accordion-block .block h2{
	/* font-size: 2rem; */
	/* line-height: 2.4rem; */
    color: var(--color1);
	margin: 0;
	padding: 1.5rem 1.6rem 0;
}

.accordion-answer {
    display: none;
    padding-bottom: 1rem;
    /* overflow: visible!important; */
	-webkit-transition: none;
	-moz-transition: none;
	transition: unset;
}

/* .accordion-answer.show{ */
	/* display: flex; */
	/* flex-direction: column; */
/* } */

.accordion-answer .kurser-list .aktuelt-button{
    background-color: #fff;
}

.accordion-block li li{
	border: 0;
}

.accordion-block li ul{
	padding: 0;
}

.accordion-block li li:last-child{
	border: 0;
}

.admin-edit-link a {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 33px;
    font-weight: normal;
    color: #eee;
    font-size: 14px;
    background-color: #23282d;
    padding: 8px 8px 8px 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    transition: all .1s ease-in-out;
    display: inline-block;
}
.admin-edit-link a {
    color: white!important;
    font-weight: normal!important;
    text-decoration: none!important;
    line-height: 1.3!important;
}
.admin-edit-link a:before {
    content: "\f464";
    top: 6px;
    left: 5px;
    font: normal 20px/1 dashicons;
    position: absolute;
    transition: all .1s ease-in-out;
    color: rgba(240,245,250,.6);
}
.admin-copy-link a:before {
    content: "\f103";
}
.admin-edit-link a:hover, .admin-edit-link a:hover:before {
    color: #00b9eb;
    background: #32373c;
}
/*plus minus*/
.accordion-block .faq-question .title:before,
.accordion-block .faq-question .title:after,
footer .department-list li .menu-item:before,
footer .department-list li .menu-item:after,
.more-content-container button:before,
.more-content-container button:after {
    content: "";
    position: absolute;
    background-color: #2C2C30;
    transition: transform 0.4s ease-out;
}
.more-content-container button:before,
.more-content-container button:after{
	background-color: var(--bg1);
}
.accordion-block .faq-question .title:before,
footer .department-list li .menu-item:before,
.more-content-container button:before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 12px;
    margin-right: 5px;
    margin-top: -8px;
}
.accordion-block .faq-question .title:after,
footer .department-list li .menu-item:after,
.more-content-container button:after{
    top: 50%;
    right: 0;
    width: 12px;
    height: 2px;
    margin-top: -3px;
}
.accordion-block .faq-question .title.opened:before,
footer .department-list li a.active.menu-item:before {
    transform: scaleY(0);
}

footer .department-list li .menu-item:before,
footer .department-list li .menu-item:after{
	right: 2.8rem;
}
/* Contact block */

.contact-block{
	padding: 7rem 0;
}

.contact-block h2{
	color: var(--color1);
}

.contact-block .content {
    background-color: var(--bg7);
    padding: 1.6rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
}

.image-block img{
	margin-bottom: 1.4rem;
}

.contact-content {
    display: flex;
    margin-top: 0.7rem;
    flex-direction: column;
}

.contact-content a {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-style: italic;
    color: var(--color1);
    display: flex;
    font-weight: 600;
    padding: 0.7rem 0;
    align-items: center;
}

.contact-content a svg{
	margin-right: 0.9rem;
}

.contact-content a svg path{
	stroke: var(--bg1);
}

.contact-block img{
	width: 100%;
	height: auto;
}

/* Customs blocks */

.custom-blocks ul li{
	width: calc(50% - 0.6rem);
	list-style: none;
	margin: 0;
	margin-bottom: 3.5rem;
}

.custom-blocks ul li a{
	color: #2C2C30;
}

.custom-blocks ul li:first-child{
	width: 100%;
}

.custom-blocks ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-block-image-video {
	width: 100%;
	height: 26rem;
	position: relative;
}

.custom-block-image-video img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}

.custom-blocks ul li h4 {
    margin: 0.7rem 0 0;
}

.custom-blocks ul li p{
	margin-top: 0.7rem;
}

.custom-block-image-video span{
	clip-path: polygon(0 0, calc(100% - 0.6rem ) 0%, calc(100% - 0.6rem ) 0.6rem , 100% 0.6rem , 100% 100%, 0 100%);
	height: 4.8rem;
	width: 4.8rem;
    background-color: var(--bg1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}

.custom-block-image-video span svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* vertical gallery */

.vertical-gallery{
	height: 100vh;
	overflow: hidden;
}

.vertical-gallery .gallery-container-vertical {
    height: auto;
	overflow: scroll-y;
}

.vertical-gallery ul{
	-webkit-transition-timing-function:linear!important;
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important;
	display: flex;
	/* height: 100%!important; */
}

.vertical-gallery ul li{
	display: block;
	flex-wrap: wrap;
	max-height:100%!important;
	transition: 0.3s;
}

.swiper-image-vertical {
    width: 33.3%;
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.swiper-image-vertical:nth-child(2) {
	transform: translateY(-25%);
}

.page-id-16 footer{
	display: none;
}

.slick-track, .slick-list{
	width: 100%!important;
	height: auto;
}

/* Calendar */

.eventscal_module{
	padding: 7rem 0;
}

.eventscal_module .container{
	padding: 0 10rem;
}

.ui-state-active {
	background: var(--bg1);
	color: white!important;
}
.ui-datepicker td.ui-datepicker-today a {
    /* font-weight: bold; */
	color: var(--textclr1);
}
.ui-datepicker-prev, .ui-datepicker-next {
	background-color:var(--bg1);
	cursor: pointer;
	width: 4.8rem!important;
	height: 4.8rem!important;
	clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
	transform: rotate(0)!important;
	transition: 0.3s;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	display: none;
}
.hasevents a {cursor: pointer!important;}
.ui-datepicker-calendar a {cursor: not-allowed;}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	background-color: var(--bg4);
}
.ui-datepicker .ui-datepicker-header {
    padding: 0;
    background: white;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
	margin-bottom:2.4rem;
}
.ui-datepicker .ui-datepicker-title {
	height: 48px;
    margin: 0 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui-datepicker-prev {
	left:0!important;
	top:0!important;
	transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    padding: 1.1rem;
    background-color: transparent;
    background-size: 15px;
	height: 100%;
}
.ui-datepicker-next {
	right:0!important;
	top:0!important;
	transform: rotate(270deg);
}
.ui-datepicker td {
    padding: 0;
    width: 14.28%;
    height: 4.9rem;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
	color: #D0D0D0;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-family:"ronnia";
    align-items: center;
    justify-content: center;
	display: flex;
}
a.ui-state-default.ui-state-active {
    color: #fff!important;
}
.ui-datepicker th {
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.ui-datepicker {
    width: 100%;
    padding: 0;
    padding: 2.4rem;
    margin-top: 2rem;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
    background-color: #fff;
}
.ui-datepicker table thead{
	height: 5rem;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: calc(100% - 10rem);
    border: none;
    font-size: 1.7rem;
    color: #443754;
    line-height: 1.6rem;
    opacity: 0.5;
	font-family:"ronnia";
	padding: 0;
}
.ui-datepicker select.ui-datepicker-month{
	padding-left: 1rem;
}
.ui-datepicker select.ui-datepicker-year {
    width: 6rem;
    margin-right: 2rem;
}
.ui-datepicker-month, .ui-datepicker-year {
	color: var(--textclr2);
}
span.ui-datepicker-year {
    display: none;
}
.event_item h3 {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
	font-style: normal;
}
.event_item  p{
	font-size: 1.3rem;
	margin-bottom: 0.2rem;
	margin-top: 0.7rem;
}
.event_item {
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
	background-color: #fff;
	padding: 2.4rem;
	width: 100%;
	margin-top: 1.6rem;
}
.event_item a.btn svg{
	width: 1.5rem;
	height: auto;
	margin-left: 0.5rem;
}

.event_item a.btn {
    color: #2C2C30;
    font-size: 1.3rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    font-style: italic;
    margin-top: 0.7rem;
}

.event_item a.btn svg path{
	stroke: #000;
}
.event_item:first-child{
	margin-top: 0;
}
.event_list {
    margin-top: 5.5rem;
	display:flex;
	flex-direction: column;
}
.hasevents { background : var(--bg7); }
.hasevents a { color: #2C2C30!important; }

.ui-datepicker .ui-datepicker-next::after, .ui-datepicker .ui-datepicker-prev::after{
	content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16663 10L15.8333 10' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M10 4.1665L15.8333 9.99984L10 15.8332' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 2rem!important;
    height: 2rem!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-prev::after{
	transform: rotate(180deg) translate(50%, 50%);
}

/* Search */

#search-modal {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    min-height: 100%;
    z-index: 999999;
		height: calc(var(--vh, 1vh) * 100);
		overflow-y: auto;
		padding-bottom: 4rem;
}

#search-modal .logo a svg {
	height: 4.6rem;
    width: auto;
}

.search-results {
    padding: 0 10rem;
    max-width: 94rem;
}

.search-results h3{
	color: #2C2C30;
}

.top-block button.back-button-search {
    border: 0;
    padding: 0 1.6rem;
	background-color: unset;
}

.top-block button.back-button-search svg{
	transform: rotate(180deg);
}

.top-block button.back-button-search svg path{
	stroke: #2C2C30;
}

.search-results .heading h3, .heading h3{
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0.2rem;
}

span.results, .heading span.results {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.more-content-container{
	/* border-bottom: 2px solid var(--bg1); */
	display: flex;
	justify-content: center;
}

.more-content-container button {
    font-size: 1.6rem;
    line-height: 2.1rem;
    background-color: unset;
    border: 0;
    font-weight: 600;
    color: var(--color1);
    font-style: italic;
    padding: 1rem 2.3rem;
    position: relative;
    font-family: "ronnia";
    margin-top: 2rem;
}

.search-categories{
	display: flex;
	flex-wrap: wrap;
}

.search-categories button{
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: var(--color1);
	border: 2px solid var(--bg1);
	background-color: unset;
	font-family:"ronnia";
	font-weight: 400;
	display: flex;
	padding: 0.4rem 0.7rem 0.5rem 1rem;
	margin: 0 1.2rem 1.2rem 0;
}
.search-categories button.disabled{
	opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.search-categories button.active,
.search-categories > button:hover{
	background-color: var(--color1);
	color: #FAFCFE;
}
.search-categories button span{
	font-size: 1rem;
	margin-left: 0.4rem;
}
ul.real-res > li {
	list-style: none;
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: row;
  margin: 0 0 1.8rem 0;
}
ul.real-res > li .right-side {
	width: calc(100% - 18.6rem);
  background-color: #fff;
}

.search-results ul.real-res > li .right-side{
	width: 100%;
}

.real-res h3 {
	margin-bottom: 0
}
.real-res .cats {
    margin-bottom: 1.6rem;
    padding: 0 2.4rem;
    display: flex;
    flex-wrap: wrap;
}
.real-res h3 + .external-link-description {
	margin-top: 1.6rem;
}
.real-res .cats span {
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-right: 0.5rem;
}
.res > .heading {
    margin-bottom: 1.8rem;
    margin-top: 3.2rem;
}
.search-categories {
	margin-bottom: 2rem;
}
.search-results .res {
    border-bottom: 1px solid var(--bg1);
    padding-bottom: 2rem;
}

/* Kurser page */

.top-block-kurser{
	background-color: var(--bg7);
	width: 100%;
	padding: 0.3rem 0 0.2rem;
	margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.top-block-kurser li{
	margin: 0;
	list-style: none;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	color: var(--color1);
}

.tags li{
	list-style: none;
	background-color: var(--bg1);
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	display: flex;
	margin: 0;
    align-items: center;
    line-height: 1.2rem;
	padding: 0.4rem 0.8rem;
	margin-right: 0.4rem;
}

ul.tags{
	display: flex;
	margin: 0;
	padding: 0 1.6rem;
}

.tags li span{
	margin-left: 0.6rem;
}



/* Lity */

/* Lity =========================================================================== */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: calc(14px * var(--text-scaler));
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  /* font-size: calc(35px * var(--text-scaler)); */
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: calc(35px * var(--text-scaler));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: calc(35px * var(--text-scaler));
  font-family: Arial, Baskerville, monospace;
  line-height: calc(35px * var(--text-scaler));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* Kurser */

section.kurser-block {
    background: #fff;
    padding: 7rem 0;
}

body .kurser-block .top-block{
	background-color: var(--bg7);
	border: none;
}

body.archive .kurser-block .kurser-list > li,
.kurser-block .container > ul > li, .favorriter-block > ul > li{
	background-color: #fff;
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
}

.kurser-list{
	display: flex;
	flex-direction: column;
}

.kurser-block a.load-more {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-style: italic;
    font-weight: 600;
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 2.4rem;
}

.kurser-block a.load-more svg{
	margin-left: 0.6rem;
}

.kurser-block a.load-more svg path{
	stroke: var(--color1);
}

.kurser-list > li{
	margin: 1.3rem 0;
}

.kurser-list > li.stacked{
	margin-bottom: 2.9rem;
}

.kurser-block li{
	list-style: none;
}

.kurser-block .top-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.kurser-block .top-block li{
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: var(--color1);
	font-weight: 700;
	list-style: none;
	position: relative;
	padding: 0.3rem 0.8rem;
	margin: 0;
}

.kurser-block .top-block li::after{
	content: '';
	width: 2px;
	height: 2px;
	background-color: var(--bg1);
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: -1px;
}

.kurser-block .top-block li:last-child::after{
	content: none;
}

.kurser-block ul li .content {
    background-color: #fff;
    padding: 2.4rem;
}

.kurser-block ul li .content .tags, .text-block .tags {
    display: flex;
    margin-bottom: 1.2rem;
}

.kurser-block ul li .content .tags span, .text-block .tags span {
    background-color: var(--bg1);
    padding: 0.4rem 0.8rem;
    color: #fff!important;
    margin-right: 0.4rem;
    font-size: 1.4rem;
    display: flex;
    font-family: "ronnia";
    line-height: 1.2rem;
    letter-spacing: -0.01rem;
    align-items: center;
    margin-bottom: 0.4rem;
}

.text-block .theme {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0.4rem;
}

.kurser-block ul li .content .tags span svg, .text-block .tags span svg {
    margin-right: 0.6rem;
    width: 1.5rem;
    height: auto;
}

.kurser-block ul li .content .date {
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: var(--color1);
    font-weight: 400;
    display: flex;
    margin: 0 0 0.8rem;
    align-items: center;
}
.kurser-block ul li .content .date a{
	color: var(--color1);
	text-decoration: none;
}

.kurser-block ul li .content .date svg {
    margin-right: 0.4rem;
    width: 1.5rem;
    height: auto;
}

.date .date-results{
	width: calc(100% - 1.6rem);
}

.kurser-block ul li .content .inside {
    position: relative;
    padding-right: 3rem;
}

.kurser-block a.wishlist {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.kurser-block a.wishlist svg path {
    transition: fill 0.3s ease;
    stroke: var(--bg1);
    fill: transparent;
}

.kurser-block ul li .content h3 a, .real-res h3 a{
	color: #2C2C30;
}

@media (min-width: 776px){
	.kurser-block a.wishlist:hover svg path{
		fill: var(--bg1);
	}
}
.kurser-block a.wishlist.disable svg path{
	fill: var(--bg1);
}

.kurser-block ul li .content h3{
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
	font-style: normal;
	color: #2C2C30;
	margin: 0 0 0.2rem 0;
}

.kurser-block ul li .content .theme a,
.kurser-block ul li .content .theme{
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #2C2C30;
	font-weight: 400;
	letter-spacing: -0.01em;
    margin-top: 0.5rem;
}

.text-block .theme a:hover,
.kurser-block ul li .content .theme a:hover {
	text-decoration: underline;
}

.kurser-block li.stacked{
	position: relative;
}

.kurser-block li.stacked::before, .kurser-block li.stacked::after{
	content: '';
	position: absolute;
	height: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.kurser-block li.stacked::before{
	width: calc(100% - 2.4rem);
	bottom: -8px;
	background-color: var(--bg8);
}

.kurser-block li.stacked::after{
	width: calc(100% - 4.8rem);
	bottom: -16px;
	background-color: var(--bg9);
}

.kurser-block .filters-buttons {
    position: fixed;
    bottom: 3.2rem;
    display: flex;
    /* left: 50%; */
    z-index: 999;
    right: 5rem;
    /* transform: translateX(-50%); */
}

.kurser-block .filters-buttons button, .filters-buttons .favorite {
    background-color: var(--bg10);
    padding: 1.2rem 1.8rem 1.2rem;
    margin: 0 0.2rem;
    border: 0;
    font-size: 1.6rem;
	font-family: "ronnia";
    line-height: 2.1rem;
    font-style: italic;
    font-weight: 600;
    display: flex;
    color: var(--color1);
    align-items: center;
	clip-path: polygon(0 -4%, calc(100% - 0.6rem ) -4%, calc(100% - 0.6rem ) 0.6rem , 100% 0.6rem , 100% 100%, 0 100%);
}

.filter-button.reg-button{
	width: 13.8rem;
}

.filters-buttons .favorite{
	position: unset!important;
	top: unset!important;
	transform: unset!important;
	right: unset!important;
}

.kurser-block .filters-buttons button svg, .filters-buttons .favorite svg{
	width: auto;
	height: 100%;
	max-width: 2rem;
	max-height: 2rem;
	margin-right: 0.8rem;
}

.kurser-block .filters-buttons button.favorite svg path{
	fill: var(--bg1);
}

.kurser-block .filters-buttons button span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--bg1);
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #fff;
    margin-bottom: auto;
    margin-left: 0.4rem;
}

.kurser-block .pop-up {
    /* display: none; */
    position: fixed;
    top: 0;
    /* left: 0; */
    /* bottom: 0; */
    right: 0;
    width: 37.5rem;
    background: #F4F4F4;
    padding: 2.4rem 1.6rem;
    overflow-y: auto;
	z-index: 99999;
    height: calc(var(--vh, 1vh) * 100);
	transform: translateX(100%);
}

.kurser-block .pop-up.slide-left {
    -webkit-animation: slide-left 0.8s forwards;
    -webkit-animation-delay: 0s;
    animation: slide-left 0.8s forwards;
    animation-delay: 0s;
	opacity: 1;
	/* transition: 0.8s; */
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
}

@-webkit-keyframes slide-left {
    100% { transform: translateX(0%); }
}

@keyframes slide-left {
    100% { transform: translateX(0%); }
}

.kurser-block .pop-up.slide-right {
    -webkit-animation: slide-right 0.8s forwards;
    -webkit-animation-delay: 0s;
    animation: slide-right 0.8s forwards;
    animation-delay: 0s;
	/* opacity: 1; */
	/* transition: 0.8s; */
	transform: translateY(0%);
}

@-webkit-keyframes slide-right {
    100% { transform: translateX(100%); }
}

@keyframes slide-right {
    100% { transform: translateX(100%); }
}

.kurser-block .pop-up.active {
    /* display: block; */
    z-index: 99999;
    opacity: 1;
}

.filter-search input{
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
	height: 5.6rem;
	width: 100%;
	background-color: #fff;
	border: 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #2C2C30;
	font-weight: 700;
	font-family: "ronnia";
	padding: 0 2rem 0 5.2rem;
}

.filter-search svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	height: 2.8rem;
	width: auto;
	left: 1.5rem;
}

.filter-search svg path{
	stroke: #2C2C30;
}

.filter-search input::placeholder {
	color: #2C2C30;
}

.filter-search{
	padding: 1.6rem 0;
	border-bottom: 1px solid #D0D0D0;
	position: relative;
}

.kurser-block .pop-up .heading {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #D0D0D0;
}

.kurser-block .pop-up .heading h4 {
    margin: 0;
    color: #1E7070;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.kurser-block .pop-up .heading svg {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -2px;
    display: flex;
    /* transform: translateY(-50%); */
}

.kurser-block .pop-up .search{
	padding: 1.6rem 0;
	border-bottom: 1px solid #D0D0D0;
}

.kurser-block .pop-up .search input{
	border: 0;
	width: 100%;
	height: 5.6rem;
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
}

.kurser-block .pop-up h3{
	font-weight: 700;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #2C2C30;
	margin: 1.6rem 0 1.2rem;
}

.filter-block .tags {
    display: flex;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #D0D0D0;
	flex-wrap: wrap;
}

.filter-block .tags button{
	padding: 0.9rem 1.2rem;
    border: 2px solid var(--bg1);
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #1E7070;
    display: flex;
	font-family: "ronnia";
    align-items: center;
	margin-right: 0.4rem;
	transition: 0.3s;
	background: transparent;
	margin-bottom: 0.4rem;
}

.filter-block .tags button:hover, .filter-block .tags button.active{
	background-color: var(--bg1);
	color: #fff;
}

.filter-block .tags button:hover svg path, .filter-block .tags button.active svg path{
	stroke: #fff;
}

.filter-block .tags button svg{
	height: 1.8rem;
	width: auto;
	margin-right: 0.4rem;
}

.filter-block .tags button svg path{
	stroke: #1E7070;
}

.filter-accordion .content{
	padding: 2.9rem 0;
	border-top: 1px solid #D0D0D0;
}

.filter-accordion .content:nth-child(1){
	border-top: 0;
}

.filter-accordion .content h3{
	margin: 0;
	position: relative;
	padding: 0;
	cursor: pointer;
}

.filter-accordion .content ul.accordion-content {
    display: none;
    margin-top: 0.9rem;
}

ul.true-false.accordion-content .left-side {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.true-false.accordion-content li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

ul.true-false.accordion-content li svg{
	margin-right: 0.4rem;
}

.filter-accordion .checkboxes .input, .disclaimer .input{
	width: 2rem;
	height: 2rem;
	border: 2px solid var(--bg1);
	margin-right: 0.8rem;
	position: relative;
}

.filter-accordion .accordion-content li {
    list-style: none;
    display: flex;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    padding: 0.8rem 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    align-items: center;
}

.content-block.filter-accordion .accordion-content li{
	padding: 0.8rem 0!important;
}

.content-block.filter-accordion{
	padding: 1.6rem 0;
}

.content-block.first.filter-accordion{
    border-top: 1px solid #D0D0D0;
}

.filter-accordion .checkboxes li:last-child{
	padding-bottom: 0.4rem;
}

.filter-accordion .checkboxes li .input.active, .disclaimer .input.active{
	background-color: var(--bg1);
}

.filter-accordion .checkboxes li .input.active::before, .disclaimer .input.active:before{
	position: absolute;
	content: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9902 2.00008L11.5802 0.580078L4.99023 7.17008L2.41023 4.60008L0.990234 6.01008L4.99023 10.0001L12.9902 2.00008Z' fill='white'/%3E%3C/svg%3E%0A");
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* background-color: #1E7070; */
}

/*plus minus*/
.filter-accordion .content h3:before, .filter-accordion .content h3:after {
    content: "";
    position: absolute;
    background-color: #2C2C30;
    transition: transform 0.4s ease-out;
}
.filter-accordion .content h3:before {
    top: 50%;
    right: 10px;
    width: 2px;
    height: 12px;
    margin-right: 5px;
    margin-top: -6px;
}
.filter-accordion .content h3:after {
    top: 50%;
    right: 10px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
}
.filter-accordion .content h3.opened:before {
    transform: scaleY(0);
}

.filter-accordion .true-false .input{
	width: 4.8rem;
	height: 2.4rem;
	background-color: var(--bg7);
	position: relative;
	transition: 0.3s;
	margin-right: 0.8rem;
}

.filter-accordion .true-false .input::before{
	position: absolute;
	left: 0.6rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--bg1);
	content: '';
	transition: 0.3s;
}

.filter-accordion .true-false .input.active{
	background-color: var(--bg1);
}

.filter-accordion .true-false .input.active::before{
	left: unset;
	right: 0.6rem;
	background-color: var(--bg7);
}

.filter-block .filter-accordion{
    border-bottom: 1px solid #D0D0D0;
}

.kurser-block .pop-up .button {
    height: 4.8rem;
    background-color: var(--bg1);
    clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-family: "ronnia";
    text-align: left;
    padding: 0 1.3rem;
    display: flex;
    font-weight: 600;
    font-style: italic;
    transition: 0.3s;
    margin-top: 1.6rem;
    align-items: center;
	position: relative;
}
.kurser-block .pop-up .button.disabled {
	pointer-events: none;
  opacity: 0.5;
}

.kurser-block .pop-up .button svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.4rem;
}

.kurser-block .pop-up .button:hover{
	background-color: var(--bg4);
}

.kurser-block .pop-up .button span{
	margin: 0 0.3rem;
}

.favorriter-block > h3{
	margin-top: 1.6rem;
	padding-top: 1.6rem;
    border-top: 1px solid #D0D0D0;
	margin-bottom: 0!important;
}

.favorriter-block .subtitle{
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 400;
	margin-bottom: 0.3rem;
}

.favorriter-block .kurser-list{
	padding-bottom: 1.7rem;
	border-bottom: 1px solid #D0D0D0;
}

.kurser-top h3{
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-style: normal;
	font-weight: 700;
	margin: 0;
}

.kurser-top .subtitle{
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #2C2C30;
	font-weight: 400;
	margin-top: 0.2rem;
}

.kurser-top {
    padding-top: 2.4rem;
    border-top: 1px solid #D0D0D0;
}

.dates {
    display: grid;
    grid-template-columns: calc(50% - 0.6rem) calc(50% - 0.6rem);
    justify-content: space-between;
    padding-bottom: 1.6rem;
    /* border-bottom: 1px solid #D0D0D0; */
}

.dates a.button{
	background-color: var(--bg1);
	clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
	color: #fff;
	padding: 1.4rem 1.2rem;
	font-size: 1.6rem;
	line-height: 2.1rem;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 1.2rem;
	transition: 0.3s;
}

.dates a.button:hover{
	background-color: var(--bg4);
}

.kurser-date .inside-content .content{
	padding: 0 1.6rem;
}

.kurser-date .inside-content .content.dates-content {
    padding-top: 2.4rem;
}

.kurser-date h3{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-style: normal;
}

.holdundervisning-content,
.kurser-date .inside-content .content.online{
	padding: 2.8rem 1.6rem 0 1.6rem!important;

}

.holdundervisning-content h3{
	margin-bottom: 0.2rem;
}

.holdundervisning-content p,
.kurser-date .inside-content .content.online p{
	margin: 1rem 0 0 0;
	padding-bottom: 2.8rem;
	/* border-bottom: 1px solid #D0D0D0; */
}

.kurser-information{
	padding: 2.8rem 1.6rem!important;
}

.kurser-information li{
	list-style: none;
	margin: 0 0 0.8rem;
}

.kurser-information li:last-child{
	margin: 0;
}

.kurser-information li h3{
	margin: 0;
	font-size: 1.6rem;
}

.kurser-information li p{
	margin: 0;
}

.kurser-date .inside-content{
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

section.kurser-date{
	/* margin-top: 7rem; */
	background-color: transparent;
}

.related-kurser{
	padding: 0 0 7rem 0;
}

.related-kurser .kurser-top{
	border: 0;
	padding: 0;
}

section.kurser-block.related-kurser {
    background: transparent;
    /* padding-top: 0; */
}

.kurser-date .full-screen {
    width: 37.5rem;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    z-index: -2;
    background-color: #F4F4F4;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s;
	z-index: 9999;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
}

.kurser-date .full-screen.active{
	z-index: 99999;
	opacity: 1;
	/* width: 37.5rem; */
}

.registration-block ul.kurser-date{
	border-top: 1px solid #1E7070;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 1.6rem;
}

.registration-block ul.kurser-date li {
    border-bottom: 1px solid #1E7070;
    border-left: 1px solid #1E7070;
    border-right: 1px solid #1E7070;
    padding: 1.2rem;
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
    display: flex;
    line-height: 1.8rem;
    flex-wrap: wrap;
}

.registration-block ul.kurser-date li .date{
	font-weight: 700;
}

.registration-block ul.kurser-date li .hours{
	font-weight: 400;
	padding-left: 0.8rem;
}

.registration-block-second .filter-accordion{
	display: none;
}

.registration-block-second .filter-accordion.active{
	display: block;
}

.registration-block-second a.button.registration,
.registration-block-second .error-message,
.registration-block-second a.button.registration-download{
	display: none;
}

.registration-block-second a.button.registration.active,
.registration-block-second .error-message.active,
.registration-block-second a.button.registration-download.active{
	display: flex;
}

.registration-block-second .error-message.active{
	flex-direction: column;
	/* margin-top: 2rem; */
}

#startdate {
    width: 100%;
    height: 4.8rem;
    display: none;
}

.tab-content {
    visibility: hidden;
    position: absolute;
    z-index: -99999;
    width: 100%;
    left: 0;
}
.tab-content.active {
	visibility: visible;
	position: relative;
	z-index: 1;
}

.tab-headings {
    width: auto;
    /* overflow: scroll; */
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    padding: 2.8rem 1.6rem 0;
    flex-direction: row;
}

.tab-headings .tab-heading div {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: var(--color1);
    padding: 0 0.8rem;
    opacity: 1;
    transition: 0.3s;
    padding-bottom: 0.1rem;
    cursor: pointer;
    border-bottom: 3px solid var(--color1);
}

.tab-headings .tab-heading{
	opacity: 0.4;
}

.tab-headings .tab-heading.active{
	opacity: 1;
}

.styledSelect {
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
    background-color: #fff;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.3rem;
    line-height: 1.6rem;
	padding: 1.6rem;
    clip-path: polygon(0 0, calc(100% - 0.6rem) 0%, calc(100% - 0.6rem) 0.6rem, 100% 0.6rem, 100% 100%, 0 100%);
	position: relative;
	cursor: pointer;
}

.styledSelect::after{
	position: absolute;
	content: '';
	width: 4.8rem;
	height: 4.8rem;
	top: 0;
	right: 0;
	background-color: var(--bg1);
}

.styledSelect::before{
	position: absolute;
	right: 1.9rem;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	content: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L5.5 5L9.5 1' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

ul.options {
    background-color: #fff;
}

ul.options li{
    font-size: 1.3rem;
    line-height: 1.6rem;
	padding: 1.6rem;
	margin: 0;
	border-top: 1px solid #D0D0D0;
	cursor: pointer;
}

ul.options li:hover{
	text-decoration: underline;
}

.full-screen.registration-block-third.filter-block.pop-up{
	background: var(--bg1);
}

.full-screen.registration-block-third.filter-block.pop-up *{
	color: #fff;
}

.full-screen.registration-block-third.filter-block.pop-up .heading svg path{
	stroke: #fff;
}

.full-screen.registration-block-third.filter-block.pop-up .button.registration{
	background-color: #fff;
	color: var(--color1);
}

.full-screen.registration-block-third.filter-block.pop-up .button.registration svg path{
	stroke: var(--color1);
}

.full-screen.registration-block-third.filter-block.pop-up .content-block{
	border-bottom: 1px solid #fff;
}

/* News abnner */

.news-banner {
    position: relative;
    background-color: var(--bg1);
    /* padding: 1.2rem; */
    top: 0;
    left: 0;
    right: 0;
    /* max-width: 74rem; */
    /* z-index: 999; */
    /* width: 100%; */
    align-items: center;
    justify-content: flex-start;
    display: none;
	padding: 1.6rem;
}

.news-banner .left-side {
    padding: 1.2rem 0 1.2rem 1.2rem;
    background-color: var(--bg7);
    display: flex;
    align-items: center;
}

.news-banner.active {
    display: flex;
    align-items: stretch;
}

.news-banner svg {
    width: 3rem;
    height: auto;
    margin-right: 1.8rem;
    display: flex;
}

.news-banner .right-side {
    width: calc(100% - 4.3rem);
    padding: 1.2rem 5.2rem 1.2rem 0;
    background-color: var(--bg7);
    position: relative;
}

.news-banner .right-side svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: auto;
    right: 1.2rem;
    cursor: pointer;
    margin-right: 0;
}

.news-banner h3{
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: 700;
	font-style: normal;
	color: #2C2C30;
	margin-top: 0.3rem;
}

.banners-news-date{
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-bottom: 0.4rem;
}
.amu-secondary {
	display: none;
}
.highlighted {
    margin: 0;
    background-color: var(--bg1);
    color: white;
}

/* Table */

.dun-level {
    position: fixed;
    width: 80rem;
    right: 0;
    top: 0;
    overflow-y: auto;
    padding: 0 5rem;
    bottom: 0;
    z-index: 99999;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
    background-color: #F4F4F4;
	transform: translateX(0);
	transition: 0.7s;
}

.dun-level td,
.dun-level th {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    padding: 1rem 1.5rem!important;
}

.dun-level th{
	font-weight: 400!important;
}

.dun-level tr:nth-child(even),
.dun-level thead tr{
	background-color: #fff;
}

#duntable_filter{
	width: 100%;
	padding: 2.6rem 0 1.5rem;
}

#duntable_filter input{
	height: 4.8rem;
	width: 100%;
	background-color: #fff;
	line-height: 4.8rem;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 1rem 1.5rem;
	font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-family: "ronnia";
}

.dun-level .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    flex-direction: column;
    border-bottom: 1px solid #dedede;
}

.dun-level .heading svg{
	cursor: pointer;
    position: absolute;
    left: 1.5rem;
    top: 0.8rem;
    display: flex;
}

.dun-level.hidden{
	transform:translateX(100%);
	display: block;
}

.blurry{
  filter: blur(3px);
}
.newsletter-block .disclaimer {
	margin-top: 2rem;
}
.disclaimer .input {
	display: inline-block;
	cursor: pointer;
}
.newsletter-block input.newslt {
	display: none;
}
.newsletter-block .input + * {
	display: inline;
}
.newsletter-block .input + * + * {
	margin-top: 1.5rem;
}
.tooltip > span {
	display: none;
}
ul.true-false.accordion-content li:first-child > .tooltip > span {
	transform: translateY(-100%);
}
ul.true-false.accordion-content .amu-secondary li:first-child .tooltip > span {
	transform: translateY(-100%);
}
ul.true-false.accordion-content .amu-secondary li:nth-child(2) .tooltip > span {
	transform: translateY(-100%);
}
.tooltip:hover > span {
	position: absolute;
	display: block;
	left: 0;
	background-color: var(--bg7);
	top: 0;
	padding: 8px;
	/* test */
	padding: 0.9rem 1.2rem;
	border: 2px solid var(--bg1);
	font-size: 1.6rem;
	line-height: 2rem;
	color: #1E7070;
	background: #F4F4F4;
	font-family: "ronnia";
	font-weight: 500;
	z-index: 9;
}
.tooltip span:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid var(--bg1);
	bottom: 0;
	right: 7px;
	position: absolute;
	transform: translateY(7px);
}
ul.true-false.accordion-content li {
	position: relative;
}
.iframe-cont {
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
  overflow-x: auto;
}
.iframe-cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%!important;
}

.light_background a, .background-white a, .accordion-block.dark_background a{
    color: var(--color1);	
}

/* Responsive */

@media (max-width: 1600px){
	/* html{ */
		/* font-size: 0.525vw; */
	/* } */
	.main-banner ul.menu-tabs, .custom-menu-block ul.menu-tabs {
		max-width: 80rem;
	}
	body.archive .aktuelt-block .posts-list li {
		width: calc(100% / 3);
	}
}

@media (max-width: 1500px){
	/* html{ */
		/* font-size: 0.525vw; */
	/* } */
	.main-banner ul.menu-tabs, .custom-menu-block ul.menu-tabs {
		max-width: 70rem;
	}
	.banner-block .left-side{
		width: 40%;
		padding: 0 4rem;
	}
}

@media (max-width: 1400px){
	html{
		font-size: 0.57vw;
	}
	.banner-block .left-side{
		width: 50%;
		padding: 0 8.1rem 0 10rem;
	}
}

@media (max-width: 992px){
	body.archive .archive-list {
		padding: 5.5rem 1.6rem;	
	}
	#search-modal .logo a svg {
		height: 3.4rem;
	}
	ul.menu-tabs li.inactive:hover a{
		opacity: 0.5;
	}
	#scrollcontainer::before,
	#scrollcontainer::after{
		font-size: 3.6rem!important;
	}
	#scrollcontainer::before{
		margin-top: -2.9rem!important;
	}
	#scrollcontainer::after{
		margin-top: 2.6rem!important;
	}
	html{
		font-size: 10px;
	}
	h1.display{
		font-size: 4.4rem;
		line-height: 4.4rem;
	}

	h1{
		font-size: 2.6rem;
		line-height: 2.8rem;
	}

	h2{
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	h3{
		font-size: 1.6rem;
		line-height: 2.1rem;
		font-weight: 700;
		font-style: normal;
	}
	h3.subheading{
		font-weight: 600;
		font-style: italic;
	}

	h4{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	h5{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	header{
		display: none;
	}
	.main-container {
		width: 100%!important;
		position: relative;
	}
	.container.narrow {
		max-width: unset;
		padding: 0 1.6rem;
	}
	.aktuelt-block .swiper-wrapper.posts-list {
		padding: 1.3rem 0 3.1rem 1.6rem;
		height: auto!important;
		display: flex;
		align-items: stretch;
	}
	.aktuelt-block .posts-list li {
		width: 25.4rem;
	}
	section.aktuelt-block {
		padding: 3.2rem 0 0;
	}
	section.aktuelt-block .swiper-container{
		padding-bottom: 1.6rem;
	}
	section.external-links-block > .container > ul > li {
		margin: 0 0 1.6rem 0;
	}
	.top-banner .background-image{
		height: 56vw;
		width: calc(100% - 4.1rem);
	}
	.top-banner .heading-container{
		width: 4.1rem;
	}
	/* .top-banner.no-padding-top h3{ */
		/* padding: 0 0 0 0.9rem; */
	/* } */
	.ticker-line{
		padding: 3rem 0 1.2rem;
	}
	.play-video.button{
		bottom: 2rem;
		left: 2rem;
	}
	.play-video.icon{
		bottom: 0.7rem;
		right: 1rem;
	}
	ul.menu-tabs {
		width: auto;
		overflow: auto;
		white-space: nowrap;
		padding: 0 0 0 1.6rem;
	}
	ul.menu-tabs li {
		width: auto;
	}
	ul.menu-tabs li:last-child {
		margin-right: 1.6rem;
	}
	.uddannelsesforlob-block h2, .uddannelsesforlob-block ul{
		padding: 0 1.6rem;
	}
	.banner-block {
		flex-direction: column;
		height: 60vw;
	}
	.banner-block .left-side {
		order: 2;
		padding: 0;
		align-items: center;
		width: 100%;
	}
	.banner-block .right-side{
		order: 1;
		padding-left: 0;
		}
	.banner-block .right-side .main-image {
		margin: 0 auto;
	}
	.banner-block .left-side h2 {
		font-size: 4.2rem;
		line-height: 4.2rem;
		max-width: unset;
	}
	.banner-block .right-side .main-image {
		width: 27rem;
		height: 20.6rem;
	}
	.banner-block .right-side .main-image .bottom-left {
		width: 12rem;
		height: 9.5rem;
		left: -3.4rem;
		bottom: -2.4rem;
	}
	.banner-block .right-side .main-image .top-right {
		width: 10rem;
		height: 8rem;
		right: -3.1rem;
		top: -3.2rem;
	}
	.banner-block .right-side{
		margin-top: 6.4rem;
	}
	.banner-block{
		height: auto;
	}
	.banner-block .left-side .content{
		margin: 6.1rem 0 5.1rem;
	}
	.banner-block .left-side h2{
		margin-bottom: -0.1rem;
	}
	.banner-block .left-side, .banner-block .right-side {
		width: 100%;
	}
	.banner-block{
		height: auto;
		margin-bottom: 1.6rem;
	}
	.footer-block.no-share-buttons {
		margin-top: -12.71rem;
	}
	section.top-banner{
		padding-top: 2.2rem!important;
	}
	.top-banner h3, .top-banner.no-padding-top h3{
		padding: 0px 0px 0px 3.1rem;
	}
	.gallery-block ul li.swiper-slide-active .swiper-image {
		width: 100%!important;
		height: 50.67vw!important;
	}
	.gallery-block ul li.swiper-slide-active {
		width: 100%!important;
	}
	.gallery-container {
		width: 100%;
		padding: 0 1.6rem!important;
	}
	.swiper-image, .gallery-container:before {
		height: 36vw!important;
	}
	.gallery-block ul li img{
		opacity: 1;
	}
	section.gallery-block{
		min-height: unset;
	}
	.gallery-container .right{
		display: none;
	}
	.slides-count {
		/* position: relative; */
		left: unset;
		top: 50.67vw;
		right: 1.6rem;
		/* bottom: 5.3rem; */
	}
	.gallery-block ul li p{
		width: calc(100% - 5rem);
	}
	.pop-up.block {
		width: calc(100% - 4rem);
		max-height: 80vh;
		overflow-y: hidden;
	}
	section.genveje-links-block {
		padding: 2rem 0 0.6rem;
	}
	.video-block {
		width: 90%;
		height: 63vw;
	}
	.search-block svg{
		margin-left: 1.6rem;
		width: 2.6rem;
	}
	.search-block input{
		padding: 0 1.6rem 0 4.9rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.custom-placeholder{
		padding-left: 4.9rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.search-block, .submenu-block{
		height: 5.6rem;
		display: block;
		background-color: #fff;
	}
	.top-menu ul{
		background-color: #fff;
		width: 100%;
		height: auto;
		padding: 0.9rem 0 0.7rem 0;
		margin: 0;
	}
	.menu-button {
		color: #2C2C30;
		font-size: 1.6rem;
		line-height: 1.8rem;
		display: flex;
		height: 100%;
		align-items: center;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
	}
	.menu-button svg{
		margin-left: 1.2rem;
		transition: 0.3s;
	}
	.menu-button.active svg{
		transform: rotate(180deg);
	}
	.top-menu {
		display: none;
	}
	.top-menu ul li{
		margin: 0;
		list-style: none;
		padding: 0;
		display: block;
	}
	.top-menu .sub-menu{
		display: none;
	}
	.top-menu .description{
		display: none;
	}
	.top-menu ul li a{
		font-size: 1.6rem;
		line-height: 2.1rem;
		font-style: italic;
		color: #2C2C30;
		padding: 0.75rem 1.6rem;
		display: block;
	}
	.eventscal_module .container{
		padding: 0 1.6rem;
	}
	.for-mobile{
		display: block!important;
	}
	a.button.for-mobile.filter-btn{
		display: flex!important;
	}
	.logo.for-mobile {
		height: 5.6rem;
		display: flex!important;
		position: absolute;
		background-color: var(--bg1);
		top: 0;
		right: 0;
		z-index: 10;
		align-items: center;
		padding: 0 1.6rem;
	}
	.logo.for-mobile a{
		display: flex;
	}
	.logo.for-mobile svg{
		height: 3.4rem;
		width: auto;
	}
	.back-button{
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		height: 5.6rem;
		padding: 0 1.6rem;
		z-index: 99;
		background-color: unset;
	}
	.search-categories {
		margin-bottom: 0rem;
	}
	.search-categories button {
		margin: 1.2rem 1.2rem 0 0;
	}
	.back-button svg{
		transform: rotate(180deg);
	}
	.back-button svg path{
		stroke: #2C2C30;
	}
	#search-modal .top-middle{
		padding: 3.2rem 1.6rem 2rem;
	}
	.more-content-container button {
		margin-top: 0.2rem;
	}
	.search-results {
		padding: 0 1.6rem;
		display: flex;
		flex-direction: column;
	}
	.sticky-line {
		z-index: 99;
		top: 5.6rem;
	}
	.main-banner .right-side {
		width: 40.5rem;
		position: sticky;
		top: calc(100vh - 54rem);
	}
	.main-image {
		width: 40.5rem;
		height: 54rem;
	}
	.main-image .color-block {
		width: 13.5rem;
		height: 13.5rem;
	}
	.main-image .color-block.two {
		top: 13.5rem;
		right: 13.5rem;
	}
	.main-image .color-block.three {
		right: 13.5rem;
	}
	.main-banner .left-side {
		width: calc(100% - 40.5rem);
		padding-right: 5rem;
	}
	.main-banner h1 span {
		bottom: -4.4rem;
	}
	h1.display.additional-margin {
		margin-bottom: 5.9rem;
	}
	.kurser-block .filters-buttons {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		bottom: 7.2rem;
	}
	.container.narrow.swiper-container{
		padding: 0;
		max-width: unset;
	}
	.swiper-main-container {
		max-width: unset;
	}
	.container.narrow.swiper-container::before{
		content: none;
	}
	.right.swipper-buttons {
		right: 1.6rem;
	}
	.ticker-line.no-animation {
		padding: 3rem 3rem 1.2rem 3.6rem;
	}
	.ticker-line.no-animation h1 {
		font-size: 7rem;
		line-height: 5rem;
	}
	.menuitem-wrap {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		transition: 0.3s;
	}
	.menuitem-wrap span{
		padding: 0 1.6rem 0;
	}
	.no-border .menuitem-wrap, .no-border .menuitem-wrap span{
		padding: 0;
	}
	.no-border .menuitem-wrap .description{
		display: none;
	}
	.main-banner ul.menu-tabs, .custom-menu-block ul.menu-tabs {
		overflow: unset;
	}
	.menu-item-has-children.active > a .menuitem-wrap span{
		padding: 0;
	}
	.level-0 > a .menuitem-wrap span{
		padding: 0;
	}
	.dun-level {
		width: 100%;
		padding: 0 2rem;
	}
	table.dataTable{
		width: 100%!important;
	}
}

@media (max-width: 776px){
	body.archive .aktuelt-block .posts-list li {
		width: calc(100% / 2);
	}
	.container.narrow.swiper-container::after {
		width: 8rem;
	}
	section.top-title {
		padding-bottom: 0rem;
	}
	.text-block h2.title {
		font-size: 2.6rem;
		line-height: 2.8rem;
	}
	section.kurser-block {
		padding: 2rem 0;
	}
	section.kurser-block.related-kurser,
	section.no-padding-top{
		padding-top: 1.6rem!important;
	}
	section.kurser-date {
		padding-top: 2.4rem!important;
		padding-bottom: 3.2rem;
	}
	span.swiper-notification {
		min-height: 3.1rem;
		display: block;
	}
	section.external-links-block {
		/* padding: 2.5rem 0 0.9rem;  */
		padding: 1.6rem 0 0 0!important;
	}
	footer .top-container {
		flex-direction: column;
		align-items: center;
	}
	footer .top-container .block {
		text-align: center;
		align-items: center;
		width: 100%;
	}
	footer .top-container .menu, footer .department-list {
		text-align: left;
		width: 100%;
		margin-top: 4.1rem;
	}
	footer .bottom-container .menu li a {
		font-size: 1.2rem;
		line-height: 1.4rem;
		font-weight: 600;
	}
	footer .bottom-container .menu li.thin-text a {
		font-weight: 300;
	}
	footer {
		padding: 5.5rem 0;
	}
	footer.additional-padding-top {
		padding-top: 22.1rem;
	}
	.genveje-links-block ul li{
		border-top: 1px solid #0B5FDE;
	}
	.genveje-links-block ul {
		grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
	}
	.genveje-links-block ul li{
		margin: 0 0 1rem 0;
	}
	.genveje-links-block .container .top-block {
		margin-bottom: 2.5rem;
	}
	.newsletter-block{
		padding: 2.4rem;
		/* margin-top: -3.4rem; */
		margin-top: -5.1rem;
	}
	footer a.social-icon{
		padding: 0 1.55rem;
	}
	.ticker-line h1{
		font-size: 13.6rem;
		line-height: 6.6rem;
	}
	.text-block {
		padding: 2.9rem 0 2.2rem;
	}
	.text-block h3.subtitle {
		margin-bottom: 1.5rem;
		margin-top: 0rem;
		font-weight: 600;
		font-style: italic;
	}
	.text-block p, .text-block li {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
	.text-block .iframe-cont iframe {
		max-width: 100%;
		width: 100%;
	}
	ul.menu-tabs li a {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.custom-menu-block h2 {
		font-size: 2.6rem;
		line-height: 2.8rem;
		margin-bottom: 2rem;
	}
	.custom-menu-block {
		padding: 3.5rem 0 4.5rem;
		overflow: hidden;
	}
	ul.menu-tabs {
		margin-bottom: 1.9rem!important;
	}
	.uddannelsesforlob-block .line {
		display: none;
	}
	.uddannelsesforlob-block .line-vertical {
		background-color: var(--bg1);
		width: 1px;
		height: 100%;
		left: 50%;
		position: absolute;
		display: block;
		top: 0;
		z-index: -1;
	}
	.uddannelsesforlob-block h2{
		font-size: 2.6rem;
		line-height: 2.8rem;
		text-align: center;
		margin-bottom: 3.2rem;
	}
	.uddannelsesforlob-block ul {
		grid-template-columns: 100%;
		/* justify-items: stretch; */
		justify-items: center;
	}
	.uddannelsesforlob-block ul li:nth-child(even) {
		margin-top: 0;
		/* margin-right: auto; */
		transform: translateX(calc(-50% + 2.2rem));
		margin-left: 1.6rem;
	}
	.uddannelsesforlob-block ul li:nth-child(odd) {
		/* margin-left: auto; */
		transform: translateX(calc(50% - 2.2rem));
	}
	.uddannelsesforlob-block{
		padding: 3.5rem 0 5.6rem;
	}
	.uddannelsesforlob-block ul li{
		margin-bottom: 3.2rem;
	}
	.uddannelsesforlob-block ul li:last-child{
		margin-bottom: 0rem;
	}
	footer .bottom-container{
		margin-top: 2.2rem;
	}
	.footer-block.no-share-buttons {
		margin-top: -11.61rem;
	}
	.accordion-block, section.kontaktkort-block {
		padding: 1.6rem 0!important;
	}

	.kontaktkort-block span.swiper-notification{
		display: none;
	}
	.contact-block .container{
		padding: 0;
	}
	section.contact-block{
		padding: 1.6rem 0!important;
	}
	.share-buttons{
		/* margin-top: 2.4rem; */
		margin-top: 1.5rem;
	}
	.footer-block.no-share-buttons {
		margin-top: -5rem;
	}
	.share-buttons{
		margin-bottom: 4.1rem;
	}
	/* footer.margin-top{ */
		/* margin-top: 4rem; */
	/* } */
	.custom-block-image-video{
		height: 33.768vw;
	}
	.custom-blocks ul li:first-child .custom-block-image-video {
		height: 50.67vw;
	}
	.custom-blocks ul li:first-child{
		margin-bottom: 0.1rem;
	}
	.custom-blocks ul li {
		margin-bottom: 1.9rem;
		margin-top: 1.6rem;
	}
	.menu-tabs::-webkit-scrollbar, .tab-headings::-webkit-scrollbar{
		display: none;
	}
	footer .top-container .menu, footer .department-list{
		min-width: unset;
	}
	.eventscal_module{
		padding: 1.6rem 0 3.2rem;
	}
	.main-banner .right-side {
		width: calc(100vw - 5rem);
		position: relative;
		top: unset;
		order: 1;
		margin-top: 2.4rem;
	}
	.main-banner .right-side .link.for-mobile {
		font-size: 1.2rem;
		line-height: 1.4rem;
		font-weight: 400;
		display: flex;
		position: absolute;
		transform: rotate(-90deg);
		top: 11.5rem;
		height: 1px;
		left: -2.6rem;
		white-space: nowrap;
		width: 1px;
		justify-content: flex-end;
	}

	.main-banner .right-side .link.for-mobile a {
		color: #fff;
		display: flex;
		align-items: center;
	}

	.main-banner .right-side .link.for-mobile a svg{
		margin-right: 1.2rem;
		transform: rotate(90deg);
	}
	.main-banner .left-side {
		width: 100%;
		padding-right: 0;
		order: 2;
		margin-top: -18rem;
	    /* margin-top: calc(((var(--vh, 1vh) * 100)) - 12.9rem);	 */
		/* margin-top: -47vw; */
		z-index: 5;
	}
	.main-banner .left-side h1{
		line-height: 4.2rem;
		font-size: 4.2rem;
	}
	.main-banner h1 span {
		right: 0;
		bottom: -4.1rem;
	}
	.main-banner {
		justify-content: flex-end;
	}
	.main-banner .container.narrow {
		padding-right: 1.6rem;
	}
	.main-image {
		height: 100%;
		width: calc(100vw - 5rem);
	}
	.main-image .color-block {
		width: calc(33.33vw - 1.67rem);
		height: calc(33.33vw - 1.67rem);
	}

	.main-image .color-block.two {
		top: calc(33.33vw - 1.67rem);
		right: calc(33.33vw - 1.67rem);
	}

	.main-image .color-block.three {
		right: calc(33.33vw - 1.67rem);
	}
	.main-banner .banner-content {
		height: auto;
		padding-right: 0;
	}
	h3.subtitle {
		font-style: italic;
		font-weight: 600;
		margin-bottom: 0.4rem;
	}
	.main-banner .banner-content .container.narrow p {
		margin-top: 3rem;
	}
	.main-banner .container.narrow.for-text {
		margin-bottom: 4.1rem;
	}
	.main-banner .left-side .menu-block {
		margin-bottom: 3.4rem;
		padding-right: 0;
	}

	.dark_background_spaces .container{
		padding: 0;
	}

	.dark_background_spaces{
		padding-bottom: 0!important;
	}

	.news-banner {
		top: 5.6rem;
		left: 0;
		right: 0;
		width: auto;
		background: transparent;
	}

	.uddannelsesforlob-block ul li.no-clip-path:nth-child(odd) a{
		transform: translateX(calc(50% - 2.2rem));
	}

	.uddannelsesforlob-block ul li.no-clip-path:nth-child(even) a{
			transform: translateX(calc(-50% + 2.2rem));
	}

	.news-open .site-branding, .news-open .main-container {
		margin: 0;
	}

	.kontaktkort-block ul li .right-side {
		width: 12rem;
		position: relative;
		min-height: 12rem;
		height: auto;
	}

	.kontaktkort-block ul li h3 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.kontaktkort-block ul li .top-block .left-side {
		width: calc(100% - 12rem);
	}

	.kurser-block .pop-up{
		width: 100%;
	}

	.news-banner{
		position: fixed;
		z-index: 999;
	}

	.ui-datepicker td {
		height: 4rem;
	}

	.ui-datepicker {
		padding: 2.4rem 3.2rem 1.6rem;
	}

	.ui-datepicker th {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}

	.ui-datepicker td span, .ui-datepicker td a {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}

	.ui-datepicker .ui-datepicker-header {
		margin-bottom: 1.6rem;
	}

	.ui-datepicker table thead {
		height: 4rem;
	}
	.event_list{
		margin-top: 1.6rem;
	}
	.event_item{
	    padding: 2.4rem 1.6rem;
	}
	header #primary-menu ul li, #mobile-menu .menu-header-menu-container ul li{
		width: 100%!important;
	}
	#mobile-menu li.level-0 > .menu-arrow{
		width: 100%;
	}
	.menu-block{
		position: relative;
	}
	.menu-block::after {
		background: linear-gradient(90deg, var(--bg1before) 0%, var(--bg1after) 100%);
		position: absolute;
		content: '';
		right: 0rem;
		width: 2rem;
		top: 0;
		height: 100%;
		pointer-events: none;
		height: 4.3rem;
	}

	/* Works on Firefox */
	/* .menu-header-menu-container { */
		/* scrollbar-width: 4px; */
		/* scrollbar-color: #fff; */
	/* } */
	/* .menu-header-menu-container::-webkit-scrollbar { */
		/* width: 20px; */
	/* } */

	/* .menu-header-menu-container::-webkit-scrollbar-track { */
		/* background: rgba(255, 255, 255, 0.25); */
		/* border-left: solid 16px var(--bg2); */
	/* } */

	/* .menu-header-menu-container::-webkit-scrollbar-thumb { */
		/* background-color: #fff; */
		/* border-left: solid 16px var(--bg2); */
	/* } */

	.scrollbar-thumb {
		background-color: #fff !important;
		border-radius: 0px !important;
		width: 4px!important;
		position: relative!important;
	}
	div#my-scrollbar{
		display: flex;
		touch-action: none!important;
	}
	.scrollbar-track{
		background: rgba(255, 255, 255, .25);
		width: 4px;
	}
	.scrollbar-track-y {
		width: 4px!important;
		opacity: 1!important;
		margin-left: 1.6rem;
		position: relative!important;
	}

	.scroll-content {
		width: 100%;
	}
	.ui-datepicker select.ui-datepicker-year {
		width: 6rem;
		margin-right: 0;
	}
	.ui-datepicker select.ui-datepicker-month {
		padding-left: 0.5rem;
		width: calc(100% - 7rem);
	}

}

@media (max-width: 540px){
	body.archive .aktuelt-block .posts-list li {
		width: 100%;
		padding: 0;
	}
	.external-links-block li .left-side {
		width: 100%;
		height: 18rem;
		clip-path: polygon(0 0, calc(100% - 3.2rem ) 0%, calc(100% - 3.2rem ) 3.2rem , 100% 3.2rem , 100% 100%, 0 100%);
	}
	.external-links-block li .right-side {
		width: 100%;
	}
	section.external-links-block > .container > ul > li{
		flex-direction: column;
	}
	.newsletter-block form {
		flex-direction: column;
	}
	.newsletter-block form input, .newsletter-block button{
		width: 100%;
	}
	.newsletter-block input[type="submit"], .newsletter-block button{
		margin-top: 1.5rem;
	}
	footer.additional-padding-top {
		padding-top: 26rem;
	}
	.newsletter-block form svg {
		top: unset;
		transform: translateY(0%);
		bottom: 1.4rem;
	}
	footer .top-container .block, footer .department-list {
		width: 100%;
	}
	.banner-block .right-side .main-image {
		width: calc(100% - 10rem);
		height: 54.936vw;
		position: relative;
	}
	.newsletter-block {
		margin-top: -7.6rem;
	}
	.video-block {
		width: 90%;
		height: 63vw;
	}
	.main-banner .tab-list-container {
		max-width: unset;
	}
	.main-banner .left-side ul.tab-list, .main-banner .left-side ul.tab-list li {
		width: 100%;
	}
	.dun-level td, .dun-level th {
		font-size: 1.5rem;
	}
	.iframe-cont {
		padding-top: 65%;
	}

}

@media (max-width: 400px){
	.uddannelsesforlob-block ul li:nth-child(even) {
		/* margin-top: 0; */
		margin-right: auto;
		transform: unset;
		margin-left: 0;
	}
	.uddannelsesforlob-block ul li:nth-child(odd) {
		/* margin-left: auto; */
		transform: unset;
		margin-left: auto;
	}
	.uddannelsesforlob-block ul li.no-clip-path:nth-child(odd) a{
		transform: translateX(0);
	}

	.uddannelsesforlob-block ul li.no-clip-path:nth-child(even) a{
			transform: translateX(0);
	}
}
