/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/**umb_name:H1*/
h1{}

/**umb_name:H2*/
h2{}

/**umb_name:H3*/
h3{}

/**umb_name:H4*/
h4{}

/**umb_name:H5*/
h5{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Paragraph*/
p{}

/**umb_name:Blockquote*/
blockquote{}

/* NEW HEADER CHANGES */

.collectionEmployees .collectionEmployee__image .profileImage {
	height: 324px;
	background-repeat: no-repeat;
	background-size: cover;
}

.collectionEmployees .collectionEmployee__text {
	border-radius: 0 0 12px 12px;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 30px;
	background: #efefef;
	min-height: 320px;
}

	.collectionEmployees .collectionEmployee__text h4 {
		font-size: 26px;
		font-weight: 900;
		line-height: 34.8px;
		margin-bottom: 0;
		height: 53px;
		text-transform: uppercase;
	}

	.collectionEmployees .collectionEmployee__text .collectionEmployee__text--stilling {
		text-transform: none;
		font-size: 21px;
		font-weight: 300;
		line-height: 25.2px;
		margin-top: 10px;
		height: 80px;
		margin-bottom: 20px;
	}

	.collectionEmployees .collectionEmployee__text .collectionEmployee__text--kontakt {
		margin-bottom: 0;
		font-size: 21px;
	}


main#main-content {
	margin-top: 130px;
}

header .headerContent {
	margin-top: 20px;
}

.MenuWrap .buttonHolder a:first-of-type {
	margin-right: 10px;
}

.mobileSignup {
	padding: 10px 15px;
	display: none;
}

header .headerContent .buttonHolder a {
	font-size: 14px !important;
}

	header .topMenu .buttonHolder .languageSpan a:before {
		display: none;
	}


header .topMenu .buttonHolder .languageSpan a:nth-child(1) {
	margin-right: 0px;
}

header .headerContent .buttonHolder .searchIcon, header .headerContent .buttonHolder .burgerMenu {
	margin-left: 10px;
}

header .headerContent .buttonHolder a, header .headerContent .buttonHolder a:first-child {
	padding: 12px 20px;
	font-size: 16px;
}

header .headerContent .buttonHolder span.languageSpan a {
	border: none;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 10px;
	width: 44px !important;
	height: auto !important;
}

	header .headerContent .buttonHolder span.languageSpan a img {
		max-width: 44px !important;
	}
	header .headerContent .buttonHolder span.languageSpan a:hover {
		background: none;
	}

header .headerContent .menuHolder .megaMenu-primary--label {
	font-size: 22px;
}

header .topMenu .buttonHolder .topMenuOptagelse, header .topMenu .buttonHolder .topMenuStudievejledning {
	color: #19191d;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 6px;
	text-transform: uppercase;
	border: 2px solid #ac1f1f;
	z-index: 40;
	transition: 200ms all ease-in-out;
}
	header .topMenu .buttonHolder .topMenuOptagelse:before, header .topMenu .buttonHolder .topMenuStudievejledning:before {
		display: none;
	}
	header .topMenu .buttonHolder .topMenuOptagelse:hover, header .topMenu .buttonHolder .topMenuStudievejledning:hover{
		color: #fff;
		background: #ac1f1f;
		transition: 200ms all ease-in-out;
		filter: none;
	}

	/* Filtrering */
	.filtreing__lokationer p {
	font-size: 23px;
	font-weight: bold;
}

.filtreing__lokationer label {
	background: #fff;
	color: #000;
	height: 64px;
	border-radius: 12px;
	padding: 20px 25px;
	margin-right: 15px;
	position: relative;
	width: 144px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}

	.filtreing__lokationer label span {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		white-space: nowrap;
		pointer-events: none;
		color: #727071;
	}

.filtreing__lokationer--checkbox input {
	height: 1px;
	width: 1px;
	opacity: 0;
}
.filtreing__lokationer--checkbox {
	max-width: 25%;
}


div#filtreing__lokationer {
	padding: 0px;
}

.locationCheckbox_Wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* Accordion Content */
.filtreing {
	max-height: 0;
	overflow: hidden;
	background-color: #efefed;
	transition: max-height 0.4s ease;
	padding: 0 20px;
	box-sizing: border-box;
}

.filtreing {
	margin-bottom: 30px;
}

	.filtreing.open {
		max-height: 10000px;
		padding: 20px;
	}

.filtreing-accordion {
	margin-bottom: 0px;
	margin-top: 120px;
}

/* Accordion Toggle Button */
.accordion-toggle {
	background-color: #efefed;
	border: none;
	font-size: 23px;
	font-weight: bold;
	padding: 16px 50px 16px 20px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	position: relative;
	line-height: 1.4; 
	text-transform: uppercase;
	letter-spacing: 4px;
}

	/* Arrow styling */
	.accordion-toggle::after {
		content: "▼";
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%) rotate(0deg);
		transition: transform 0.3s ease;
		font-size: 16px;
	}

	/* Arrow rotates when open */
	.accordion-toggle.active::after {
		transform: translateY(-50%) rotate(-90deg);
	}

	.accordion-toggle.active {
		box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3);
	}

.filtreing__grundforloeb--checkbox:first-child label {
	width: 328px;
}

/*Filtering END */

/* Billedboks tilføjelser */

.billedeBoks__Slidein {
	position: absolute;
	bottom: -100%; /* Hidden below */
	right: 0;
	background-color: #ac1f1f;
	color: white;
	padding: 10px 15px;
	transition: bottom 0.3s ease-in-out;
	border-top-left-radius: 6px;
}

.billedeBoks:hover .billedeBoks__Slidein {
	bottom: 0; /* Slides in */
}

.billedeboks_Slidein-text {
	margin: 0;
	color: white;
	font-size: 21px;
	line-height: 28px;
	padding: 0px 10px;
	text-transform: uppercase;
}

/* Billedboks tilføjelser END */



/* Erhvervsuddannelse undersider */

/* Erhvervsuddannelse undersider END */

/* Optagelse undersider */

.btnHolder__Optagelse {
	margin: 40px 0px;
}

.btnHolder__Optagelse .underside__Optagelse {
	border-radius: 6px;
	text-transform: uppercase;
	border: 2px solid #ac1f1f;
	z-index: 40;
	transition: 200ms all ease-in-out;
	font-size: 14px;
	padding: 12px 30px;
	color: #19191d;
	font-weight: 800;
}

	.btnHolder__Optagelse .underside__Optagelse:hover {
		color: #fff;
		background: #ac1f1f;
		transition: 200ms all ease-in-out;
		filter: none;
	}
/* Optagelse undersider END */
/* Personale */
/* Personale END */
/* Studievejleder */
.medarbejdere.medarbejdere__studievejledning .medarbejder__text .medarbejder__text--stilling {
	height: unset;
}

.medarbejdere__studievejledning.medarbejdere .medarbejder__text {
	min-height: 350px;
}
.medarbejdere__studievejledning.medarbejdere .medarbejder {
	margin: 10px;
}
/* Studievejleder END */
.accordion-menu__studievejledning {
	margin: 20px 0px;
}

.accordion-toggle__studievejledning {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
	font-size: 25px;
	text-align: left;
}

	.accordion-toggle__studievejledning::after {
		content: '>';
		display: inline-block;
		transition: transform 0.2s ease;
	}

	.accordion-toggle__studievejledning.active::after {
		transform: rotate(90deg);
	}

.accordion-content__studievejledning {
	display: none;
	padding-left: 20px;
}

	.accordion-content__studievejledning div {
		padding: 5px 0;
	}

	.accordion-content__studievejledning a {
		text-decoration: none;
		color: #000;
	}



/* Studievejleder END */
.forsideBanner__content .banner .overlay .container h3.location__subTitle, .location__subTitle {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #EDEDED;
	text-transform: uppercase;
	font-size: 32px;
}

@media (min-width: 1200px) and (max-width: 1470px) {
	.MenuWrap {
		max-width: 45%;
		flex: 0 0 45%;
	}
	.primaryMenuMobile {
		max-width: 35%;
		flex: 0 0 35%;
	}

}

@media (min-width: 991px) {

}

@media(max-width: 991px) {
	header .headerContent .logoHolder {
		width: 30%;
	}

	header .headerContent .MenuWrap {
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	header .headerContent .buttonHolder a:first-child {
		display: unset;
	}

	main#main-content {
		margin-top: 130px !important;
	}
}

@media (min-width: 767px) {
	header .topMenu {
		display: none;
	}
}

@media(max-width: 767px) {

	.filtreing__lokationer--checkbox {
		max-width: 50%;
	}

	header .topMenu .buttonHolder a:nth-child(1), header .topMenu .buttonHolder a:nth-child(3) {
		display: unset;
	}

	header .topMenu .buttonHolder a:nth-child(2), header .topMenu .buttonHolder a:nth-child(4) {
		display: none;
	}

	header .headerContent {
		margin-top: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	main#main-content {
		margin-top: 165px !important;
	}

	.udannelserheadlineFrontPage .tekstContainer h2 span {
		overflow-wrap: break-word;
		hyphens: auto;
	}

	header .headerContent .logoHolder {
		width: 50%;
	}

	header .headerContent .MenuWrap {
		width: 50%;
	}

	.MenuWrap .buttonHolder a:nth-child(2), .MenuWrap .buttonHolder a:nth-child(1) {
		display: none;
	}

	.mobileSignup {
		display: block;
	}
}

@media(max-width: 600px) {
	.accordion-toggle {
		font-size: 20px;
		letter-spacing: 2px;
	}
}

@media(max-width: 500px) {
	header .topMenu .buttonHolder .topMenuOptagelse, header .topMenu .buttonHolder .topMenuStudievejledning {
		font-size: 14px;
		margin-right: 15px;
	}
}

@media(max-width: 450px) {
	.accordion-toggle {
		font-size: 18px;
	}
}

@media(max-width:400px) {
	header .topMenu .buttonHolder .topMenuOptagelse, header .topMenu .buttonHolder .topMenuStudievejledning {
		font-size: 12px;
	}
}

	/* CSS BEFORE THE HEADER CHANGES */
	@media (min-width: 991.98px) {
		header .topMenu .buttonHolder a:nth-child(4) {
			display: none;
		}
	}


	.billedeBoks--udenBilledeVenstrestilletTekst a {
		height: 100%;
		align-items: center;
		justify-content: center;
		display: flex;
	}


	.resizeFirstImage .imgWrapper .resizeIMG {
		height: 400px;
		width: 500px;
		margin: auto;
	}

	.accordions .accordion__content .tekst .hoverZoomLinka {
		filter: none !important;
	}

	.latestNews.latestNewsKalo .latestNews__wrapperTop h3 {
		color: #528655;
	}

	.latestNews.latestNewsKalo .latestNews__wrapperTop a {
		border-color: #528655;
	}

		.latestNews.latestNewsKalo .latestNews__wrapperTop a:hover {
			border-color: #528655;
			background: #528655;
			filter: none;
		}

	.latestNews.latestNewsKalo .nyheder__element .nyhed__readmore {
		background: #528655;
	}

	.latestNews.latestNewsKalo .nyheder__element:hover .nyheder__wrapper .nyhed__readmore {
		background: #528655;
	}

	@media (min-width: 992px) and (max-width: 1199.98px) {
		.latestNewsKalo {
			margin-top: 180px
		}
	}

	@media (min-width: 768px) and (max-width: 991.98px) {
		.latestNewsKalo {
			margin-top: 125px
		}
	}

	.KalonyhedElement.nyheder__element .nyhed__readmore i {
		background: #528655 !important;
	}

	.news .item .nyheder__element .nyheder__wrapper .nyhed__readmore {
		position: relative;
		width: auto;
		height: auto;
		right: 0;
		bottom: 0;
		background: none;
		font-size: 20px;
	}

		.news .item .nyheder__element .nyheder__wrapper .nyhed__readmore i {
			background-color: #ac1f1f;
			transform: none;
			border-radius: 50%;
			font-size: 17px;
			top: 0;
			height: 25px;
			width: 25px;
			padding-left: 8px;
			padding-top: 4px;
			margin-left: 10px;
		}


	.mobileMenuPrimary {
		margin-bottom: 35px;
	}

	@media(min-width:1599.98px) and (max-width: 1675.98px) {
		.billedeBokse {
			max-width: 100%;
		}
	}

	@media(min-width:1200px) and (max-width: 1599.98px) {
		.td__college--links p:nth-child(2) {
			margin-left: 15px;
		}

		.VideoSection__content .tekstContainer .tekst p a {
			padding: 15px 10px !important;
		}
	}

	.billedeBokse .billedeBoks--iconOnly {
		width: 100%;
	}

	.billedeBokse__heading {
		display: inline-block;
	}

	@media(min-width:1599.98px) and (max-width: 1680.98px) {
		.instagramFeed__instagramFeedRow__post {
			width: 100%;
		}

			.instagramFeed__instagramFeedRow__post .instagramImg {
				width: 100%;
			}

		.container.instaWrapper {
			width: calc(100% - 30px);
		}
	}

	#cookiebotPop #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
		background-color: #2d6a4f !important;
		border: none !important;
		color: white !important;
	}

	.KontaktBanner .kontaktOs .tekstContainer {
		background: #f7f6f7;
	}

	.KontaktBanner .voresadresser .tekstContainer {
		background: #f7f6f7;
	}

	.KontaktBanner .Medarbejdere .tekstContainer {
		padding-left: 85px;
		padding-top: 97px;
		padding-bottom: 97px;
		background: #efefef;
	}

		.KontaktBanner .Medarbejdere .tekstContainer h2 {
			font-size: 55px;
			text-transform: uppercase;
			font-weight: 900;
			display: inline-block;
			line-height: 66px;
			margin-bottom: 0;
		}

			.KontaktBanner .Medarbejdere .tekstContainer h2:hover a {
				color: #ac1f1f
			}

		.KontaktBanner .Medarbejdere .tekstContainer ul li:before {
			content: '\f054';
			font-family: "Font Awesome 5 Pro";
			display: inline-block;
			padding-right: 3px;
			vertical-align: middle;
			font-weight: 900;
			font-size: 23px;
			margin-right: 10px;
		}

		.KontaktBanner .Medarbejdere .tekstContainer ul li {
			font-size: 23px;
			color: #19191d;
			font-weight: 400;
			margin-bottom: 10px;
			line-height: 25px;
		}

		.KontaktBanner .Medarbejdere .tekstContainer p a:hover {
			color: #ac1f1f;
			transition: 200ms color ease-in-out;
		}

		.KontaktBanner .Medarbejdere .tekstContainer ul li a {
			font-size: 23px;
			color: #19191d;
			font-weight: 400;
			line-height: 25px;
		}

		.KontaktBanner .Medarbejdere .tekstContainer ul li:hover a {
			color: #ac1f1f;
			transition: 200ms color ease-in-out;
		}

		.KontaktBanner .Medarbejdere .tekstContainer ul li:hover:before {
			color: #ac1f1f;
			transition: 200ms color ease-in-out;
		}

		.KontaktBanner .Medarbejdere .tekstContainer .tekst p {
			font-size: 25px;
			line-height: 34px;
			padding-bottom: 10px;
			padding-top: 37px;
		}

			.KontaktBanner .Medarbejdere .tekstContainer .tekst p a {
				font-size: 25px;
				line-height: 34px;
				padding-bottom: 10px;
				padding-top: 37px;
			}

	@media(max-width:767.98px) {
		.KontaktBanner .Medarbejdere .tekstContainer {
			padding-top: 30px;
			padding-left: 15px;
			padding-bottom: 30px;
		}

			.KontaktBanner .Medarbejdere .tekstContainer h2 {
				font-size: 38px;
			}

			.KontaktBanner .Medarbejdere .tekstContainer .tekst p a {
				font-size: 23px;
			}

		.Nv-heading {
			padding-top: 35px;
		}
	}

	.subpageTemp-breadcrump .breadcrumb {
		top: unset;
	}

	.dropdown-content.show img {
		height: 19px;
		width: 25px;
	}

	@media(max-width: 768px) {
		header.active .headerContent {
			height: 0;
			opacity: 0;
			pointer-events: none;
			transition: 200ms all ease-in-out;
		}

		header.active {
			padding-bottom: 0 !important;
		}

		header.fixed.active .headerContent {
			margin-top: 0;
		}

		header .headerContent {
			transition: 200ms all ease-in-out;
		}
	}

	@media(min-width:450px) {
		.goodToKnowHeading {
			padding-bottom: 35px;
			padding-top: 35px;
			line-height: normal;
		}
	}

	/**Zia - H-tags ændringer*/
	.slider .owl-item .item .sliderImage .overlay .container h1 {
		color: #fff;
		font-size: 65px;
		font-family: "Barlow",sans-serif;
		font-weight: 900;
		line-height: 60px;
		text-transform: uppercase;
		padding-top: 85px;
		padding-left: 220px;
		padding-bottom: 25px;
	}

	.billedeTextSection .billedeTextSection__text .tekstContainer h2 {
		color: #ac1f1f;
		text-transform: uppercase;
		font-size: 55px;
		font-family: "Barlow",sans-serif;
		line-height: 66px;
		font-weight: 900;
		max-width: 450px;
	}

	.udannelserheadlineFrontPage .tekstContainer h2 span {
		font-weight: 900;
	}

	.udannelserheadlineFrontPage .tekstContainer h2 {
		margin-bottom: 0;
		font-size: 55px;
		text-transform: uppercase;
		font-weight: 500;
	}

	.tekstContainer h2 {
		color: #000000;
	}

	.tekstContainer h2 {
		margin-bottom: 30px;
	}

	.textSection__content .tekstContainer h2 {
		font-weight: 900;
		text-transform: uppercase;
	}

	.gastronomText__content .tekstContainer .tekst h2 {
		color: #ac1f1f;
		font-size: 45px;
	}

	.textqouteImage__wrapper--text .tekstContainer h2 {
		font-size: 42px;
		text-transform: uppercase;
		font-weight: 900;
		line-height: 50px;
		color: #ac1f1f;
		max-width: 440px;
	}

	.eudellerEux__heading h2 {
		font-size: 55px;
		font-weight: 900;
		color: #19191d;
		text-transform: uppercase;
		padding-bottom: 65px;
	}

	.billedeBokse__heading h2 {
		font-size: 55px;
		font-weight: 900;
		color: #000;
		line-height: 66px;
		text-transform: uppercase;
		margin-bottom: 70px;
	}

	.textSection__content .tekstContainer .tekst h2 strong {
		font-weight: bold;
		font-size: 25px;
		color: #ac1f1f;
	}

	.Slider_uden_tekst .container {
		display: none;
	}

	.VideoSection {
		margin-bottom: 25px;
	}

	.owl-item .text h1 {
		color: #ffffff;
		font-family: "Barlow",sans-serif;
		text-transform: uppercase;
	}

	@media (max-width: 991px) {
		h2 {
			margin-bottom: 30px;
		}

		.udannelserheadlineFrontPage .tekstContainer h2 {
			margin-bottom: 30px;
		}
	}

	@media (min-width: 992px) and (max-width: 1360px) {
		.forsideSlider .slider .owl-item .item .overlayMobileSlider {
			display: block;
			background: #414e5c;
			padding-top: 35px;
			padding-bottom: 35px;
		}

			.forsideSlider .slider .owl-item .item .overlayMobileSlider p {
				color: #fff;
			}

				.forsideSlider .slider .owl-item .item .overlayMobileSlider p a {
					background: #ac1f1f;
					color: #fff;
					text-transform: uppercase;
					padding: 10px 25px;
					font-family: "Barlow",sans-serif;
					font-weight: bold;
					font-size: 14px;
					border-radius: 6px;
				}

		.forsideSlider .slider .owl-item .item .overlay .container {
			display: none;
		}

		.forsideSlider .slider .owl-item {
			height: auto;
		}
	}

	@media (min-width: 992px) and (max-width: 1360px) {
		.forsideSlider .slider .owl-item .item .sliderImage {
			width: 100%;
			height: 367px;
			background-position: top;
		}
	}

	.textSection__content p img {
		max-width: 100% !important;
		height: auto !important;
	}

	.filtreing__filter--input {
		height: unset;
	}

	@media (min-width: 992px) and (max-width: 1673px) {
		.MenuWrap {
			padding-left: 0;
		}

		header .headerContent .buttonHolder .searchIcon, header .headerContent .buttonHolder .burgerMenu {
			margin-left: 14px;
		}
	}

	@media (min-width: 1471px) and (max-width: 1508px) {
		header .headerContent .buttonHolder .searchIcon, header .headerContent .buttonHolder .burgerMenu {
			margin-left: 10px;
		}
	}

	/* VIDEO BANNER ADDITION */

	.frontpage__videoWrapper .owl-carousel.owl-theme.sliderBig.owl-loaded.owl-drag {
		position: absolute;
		visibility: visible;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.frontpage__videoWrapper {
		max-width: 1674px;
		position: relative;
		height: 875px;
		margin: auto;
	}

		.frontpage__videoWrapper video {
			height: 775px;
			width: 100%;
			object-fit: cover;
		}

	.header__videoBanner {
		width: 100%;
		height: 674px;
		object-fit: cover;
	}

	@media (min-width: 992px) and (max-width: 1360px) {
		.frontpage__videoWrapper video {
			height: 367px;
		}

		.frontpage__videoWrapper {
			height: auto;
		}

		.header__videoBanner {
			height: 450px;
		}

		.frontpage__videoWrapper .owl-carousel.owl-theme.sliderBig.owl-loaded.owl-drag {
			position: relative;
		}
	}


	@media (min-width: 768px) and (max-width: 991.98px) {
		.frontpage__videoWrapper video {
			height: 360px;
		}

		.frontpage__videoWrapper {
			height: auto;
		}

		.header__videoBanner {
			height: 350px;
		}

		.frontpage__videoWrapper .owl-carousel.owl-theme.sliderBig.owl-loaded.owl-drag {
			position: relative;
		}
	}

	@media (max-width: 767.98px) {
		.frontpage__videoWrapper video {
			height: 260px;
		}

		.frontpage__videoWrapper {
			height: auto;
		}

		.header__videoBanner {
			height: 290px;
		}

		.frontpage__videoWrapper .owl-carousel.owl-theme.sliderBig.owl-loaded.owl-drag {
			position: relative;
		}
	}

	.customIcons__Nyttigviden {
		height: 105px;
		width: 100%;
		text-align: center;
	}

	@media (max-width: 1199px) {
		.customIcons__Nyttigviden {
			height: 55px;
			width: 100%;
		}
	}

	@media(max-width: 991px) {
		.customIcons__Nyttigviden {
			height: 70px;
			width: 100%;
		}

		.video__Section video {
			height: auto;
			width: 100%;
		}

		.video__Section h3 {
			font-size: 48px;
			line-height: 47px;
			padding-bottom: 50px;
		}
	}

	.video__Section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 30px;
	}

		.video__Section h3 {
			font-size: 55px;
			text-transform: uppercase;
			font-weight: 900;
			color: #ac1f1f;
			padding-bottom: 50px;
			margin-bottom: 0;
		}

	.Heading__Logo__Container h3 {
		text-align: center;
	}

	.Heading__Logo__Container img {
		max-height: 100px;
		padding-right: 15px;
	}

	.Heading__Logo__Container {
		display: flex;
		padding-bottom: 15px;
		padding-top: 15px;
		align-items: center;
	}

	@media(max-width: 650px) {
		.Heading__Logo__Container {
			flex-direction: column;
		}

			.Heading__Logo__Container img {
				padding-right: 0px
			}

			.Heading__Logo__Container h3 {
				text-align: center;
			}
	}

	header .headerContent .buttonHolder .searchIcon {
		font-weight: 800;
		padding: 12px 20px;
		font-size: 18px;
		text-transform: uppercase;
		transition: 200ms all ease-in-out;
	}

		header .headerContent .buttonHolder .searchIcon:hover {
			color: #fff;
			background: #ac1f1f;
			transition: 200ms all ease-in-out;
			filter: none;
		}

	.KontaktBanner .voresadresser .tekstContainer {
		height: unset;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	html {
		scroll-behavior: smooth;
	}

	.slider__underside .slider .owl-item .item .sliderImage {
		background-size: contain;
		max-width: 100%;
	}

		.slider__underside .slider .owl-item .item .sliderImage .overlay .container {
			display: none;
		}

	@media(max-width: 600px) {
		.slider__underside {
			max-height: 400px;
		}

			.slider__underside .slider .owl-item .item .sliderImage {
				max-height: 400px;
			}
	}

	.custom_h2_ h2 {
		font-size: 45px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.toggleRightImage .billedeTextSection__img {
		order: 1;
	}

	.toggleRightImage .billedeTextSection__txt {
		order: 0;
	}

	.nla__textSection__content em {
		color: #009fe3;
	}

	.nla__box .billedeTextSection {
		margin-bottom: 50px;
	}

	.nla__TextImageQoute {
		margin-top: 100px;
	}

.medarbejdere__wrapper.activeEmployee.studievejleder__excluded, .medarbejdere__afdeling--title.studievejleder__excluded {
	display: none !important;
}