
/* FONT */

@font-face {
	font-family: "Roboto Slab";
	src: url("font/RobotoSlab.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('font/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('font/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('font/Roboto-Black.ttf') format('truetype');
}

/* DEFAULT */

html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font: 18px/140% roboto, sans-serif;
	background: #ffdc68;
	color: #111;
}
a {
	text-decoration: none;
	color: #0152E9;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	color: #49267e;
}
h1 {
	max-width: 30em;
	margin: 0 5% 30px 0;
	font: 700 34px/130% roboto slab, serif;
}
h2 {
	font: 700 28px/130% roboto slab, sans-serif;
}
h3 {
	font: 700 24px/140% roboto slab, sans-serif;
}
h4 {
	font: 700 20px/140% roboto slab, sans-serif;
}
h5 {
	font: 700 18px/140% roboto slab, sans-serif;
}
ul {
	padding-left: 1em;
}
img {
	max-width: 100%;
}
iframe, video {
	max-width: 100%;
	width: 100%;
	border: 0;
	aspect-ratio: 16 / 9;
}
input, textarea, select {
	font: inherit;
}
input[type=checkbox] {
	width: 18px;
	height: 18px;
	accent-color: #111;

}
input[type=submit] {
	cursor: pointer;
}
textarea, input {
	max-width: 99%;
}
fieldset {
	border: 0;
    padding: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}
blockquote {
	position: relative;
	margin: 0;
	padding: 15px 40px;
	font: italic 16px/140% roboto, sans-serif;
	color: #333;
}
blockquote::before {
	position: absolute;
	content: "\201C";
	left: 15px;
	top: 15px;
	font: 50px/100% roboto, sans-serif;
	color: #0ca;
}
blockquote p {
	margin: 10px 0;
}

/* DRUPAL */

.local_tasks_block {
	font: 16px/140% roboto, sans-serif;
}
.local_tasks_block ul {
	list-style-type: none;
	padding: 0;
}
.local_tasks_block li {
	display: inline-block;
}
.local_tasks_block a {
	display: inline-block;
	border-radius: 3px;
	padding: 3px 9px;
	background: #333;
	color: #fff;
}
.local_tasks_block a.is-active {
	background: #fff;
	color: #000;
}

/* LÆSESPORET */

.wrap {
	position: relative;
	max-width: 1200px;
	padding: 0 5%;
	margin: auto;
}
#message {
	padding: 15px;
	text-align: center;
	background: #1a998a;
	color: #fff;
}
#top {
	overflow: hidden;
	padding: 30px 0 0 0;
	background: #49267e;
	color: #fff;
}
#logo {
	display: inline-block;
	max-width: 80%;
	margin-bottom: 35px;
	font: 700 22px/120% roboto slab, serif;
	color: #ffdb69;
}
#top h1 {
	margin: 0 0 40px;
	color: #fff;
}
#menu {
	float: right;
}
#menu a {
	margin-left: 15px;
	color: #fff;
}
#menu img {
	vertical-align: middle;
}
#menu a.active {
	border-bottom: 3px solid #23e5c0;
	font-weight: 700;
}
#language {
	position: absolute;
	top: 0px;
	right: 5%;
}
#tts-player {
	display: none;
	padding: 10px;
	text-align: center;
	line-height: 100%;
	background: #222;
	color: #fff;
}
#tts-player audio {
	display: none;
}
#tts-toggle {
	display: inline-block;
	z-index: 99999;
	float: right;
	height: 40px;
	width: 40px;
	margin: 0 0 20px 20px;
	border-radius: 99px;
	background: url(img/tts.png) center center no-repeat #222;
}
#tts-toggle:hover {
  background-color: #49267e;
}
.front-btn {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 15px;
	padding: 30px 200px 30px 30px;
	text-align: left;
	background: url(img/front-arrow.png) bottom right no-repeat #532b8e;
	color: #fff;
}
.front-btn:hover {
	text-decoration: none;
}
.front-btn span {
	display: inline-block;
	margin: 0 0 10px 0;
	font: 700 26px/100% roboto slab, serif;
	color: #ffdc68;
}
.front-btn:hover span {
	text-decoration: underline;
}
.front-btn2 {
	display: inline-block;
	margin: 0 20px 20px 0;
	border-radius: 99px;
	border: 2px solid #fff;
	padding: 10px 20px;
	font-weight: 700;
	color: #fff;
}
.front-btn2 {
	border: 2px solid #464697;
	background: #464697;
}
.front-btn2 span {
	color: #fd858d;
}
.front-btn2:hover {
	border: 2px solid #fff;
	text-decoration: none;
	background: #464697;
}
.front-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	margin: 30px 0;
}
.front-cards a {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	border-radius: 15px;
	text-decoration: none;
	background: #fff;
	color: #532b8e;
}
.front-cards img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 500/286;
	background: #000;
}
.front-cards a:first-child img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: auto !important;
}
.front-cards span {
	height: 100%;
	margin: 15px 20px 25px 20px;
	font: 16px/140% roboto, sans-serif;
}
.front-cards i {
	font: 14px/140% roboto, sans-serif;
	text-transform: uppercase;
}
.front-cards b {
	display: inline-block;
	margin: 0 0 10px 0;
	font: 700 20px/140% roboto slab, serif;
}
#tabs {
	margin: 0;
}
#tabs a {
	display: inline-block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 100px 14px 20px;
	background: #e4c16b;
	color: #111;
}
#tabs a.active {
	font-weight: 700;
	background: #ffdc68;
}
#tabs img {
	vertical-align: middle;
	margin-right: 10px;
}
#main {
	overflow: hidden;
	min-height: 300px;
	padding: 60px 0;
}
#main li:not(:first-child) {
	margin-top: 15px;
}
.page-front #main, .page-info #main, .page-activity #main {
	background: url(img/background-dashed-line-white-3.svg) top center repeat-y #ffdc68;
    background-size: cover;
}
.page-front #logo {
	color: #fff;
}
#campaign-grid {
	display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
}

#campaign-grid.col2 {
	grid-template-columns: 1fr 1fr;
}

#campaign-grid > p {
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-radius: 15px;
	background: #fff;
}
#campaign-grid > p a:hover {
	text-decoration: none;
}
#campaign-grid > p .tag {
	display: block;
	margin: 10px 30px;
	font: 16px/140% roboto, sans-serif;
	color: #666;
}
#campaign-grid > p .title {
	display: block;
	margin: 10px 30px;
	color: #111;
}
#about {
	margin: 20px 40px;
}
#about>img {
	float: right;
	border-radius: 15px;
	margin-left: 60px;
}
#about>div {
	overflow: hidden;
}
.buttons {
	margin: 0;
}
.buttons a {
	display: inline-block;
	margin: 0 10px 10px 0;
	border-radius: 99px;
	border: 1px solid #111;
	padding: 5px 15px;
	color: #111;
}
.buttons a.active {
	border-color: #49267e;
	background: #49267e;
	color: #fff;
}
#filter {
    display: flex;
	position: relative;
	gap: 50px;
    overflow: hidden;
    border-radius: 15px;
    padding: 10px 30px 30px 30px;
    background: #f2d163;
}
#filter fieldset {
	flex: 1;
	flex-basis: auto;
	margin: 0;
	border: 0;
	padding: 0;
}
#filter fieldset:first-child {
	white-space: nowrap;
}
#filter span {
	display: inline-block;
	column-count: 2;
	column-gap: 20px;
}
#filter legend {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 3px 0;
	border-bottom: 1px solid #000;
	font-weight: 700;
}
#filter label {
	display: block;
	margin-top: 5px;
}
#filter-close {
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
	font-weight: 700;
	color: #000;
}
#filter-submit {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 5px;
	border: 1px solid #111;
	padding: 3px 9px;
	background: #111;
	color: #eee;
}
#filter-button {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	margin-top: 20px;
	border: 2px solid #fff;
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(img/filter-button.png?v=2)  center center no-repeat #111;
	cursor: pointer;
	z-index: 999;
}
#filter-button .count {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 2px 7px;
	font: 12px/140% roboto, sans-serif;
	text-align: center;
	border-radius: 99px;
	background: #30cab2;
	color: #fff;
}
#cards-filter {
	margin: 40px 0 0 0;
}
#cards-filter input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 0;
	border-radius: 15px;
	padding: 15px 30px;
	background: url(/themes/laesesporet/img/search.png) right 20px center no-repeat #fff;
}
.cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	margin: 30px 0;
}
.cards a {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	border-radius: 15px;
	text-decoration: none;
	background: #fff;
	color: #111;
}
.cards a img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 500/286;
}
.cards a .format {
	margin: 30px 30px 10px 30px;
	font: 16px/140% roboto, sans-serif;
	text-transform: uppercase;
	color: #666;
}
.cards a .cardtext {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 100%;
	margin: 0 30px 30px 30px;
}
.cards a .sticky {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 40%;
	border-bottom-right-radius: 15px;
	padding: 8px 15px;
	font: 16px/120% roboto, sans-serif;
	background: #49267e;
	color: #fff;
}
.cards a .title {
	margin-bottom: 30px;
}
.cards a .tags {
	font: 16px/120% roboto, sans-serif;
	text-align: right;
}
.cards a .tag {
	display: block;
	margin-top: 5px;
}
.cards a .tag span {
    float: left;
}
.rows {
	display: block;
	overflow: hidden;
	margin: 50px 0;
}
.rows a {
	display: block;
	overflow: hidden;
	border-top: 1px dashed #111;
	padding: 30px 0;
	text-decoration: none;
	color: #111;
}
.rows a:hover b {
	text-decoration: underline;
}
.rows a img {
	float: right;
	width: 350px;
	height: 200px;
	margin-left: 50px;
	border-radius: 15px;
	box-sizing: border-box;
	object-fit: cover;
}
.rows a i {
	display: block;
	font-style: normal;
	text-transform: uppercase;
}
.rows a b {
	display: block;
	max-width: 25em;
	margin: 5px 0;
	font: 700 26px/140% roboto slab, sans-serif;
	color: #49267e;
}
.rows a span {
	display: block;
}
#activity {
	overflow: hidden;
	margin: 0 0 30px 0;
}
#activity-images {
	float: left;
	width: 500px;
	margin-right: 60px;
}
.activity-image {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 0px;
	line-height: 0;
	text-align: center;
	background: #f2d163;
}
.activity-image img {
	width: 100%;
}
#activity-body {
	overflow: hidden;
}
#activity table {
	margin: 30px 0;
}
#activity-accords {
	overflow: hidden;
	margin: 30px 0;
	border-radius: 15px;
	background: #fff;
}
.accord-title {
	display: block;
	margin: 0;
	border-bottom: 1px solid #ffdc68;
	padding: 25px 25px 25px 50px;
	font: 700 18px/140% roboto, sans-serif;
	background: url(img/accord.png) 15px center no-repeat;
	cursor: pointer;
}
.accord-body {
	display: none;
	border-bottom: 1px solid #ffdc68;
	padding: 25px 50px;
	background: #FFF9E5;
}
.aids {
	margin: 30px 0;
	font: 16px/140% roboto, sans-serif;
}
.aids>div {
    display: flex;
	gap: 30px;
	margin: 0 0 50px 0;
	font-weight: 700;
}
.aids>div>div:nth-child(1) {
	flex-shrink: 0;
}
.aids img {
	box-sizing: border-box;
	width: 120px;
	border-radius: 3px;
	border: 1px solid #f2d163;
}
.aids h3 {
	margin-top: 0;
	font: 700 16px/140% roboto, sans-serif;
	color: #49267e;
}
.aids a {
	display: inline-block;
	margin-top: 15px;
	border-radius: 20px;
	padding: 7px 15px;
	font-weight: normal;
	background: #464697;;
	color: #fff;

}
#newsletter-signup {
	border-radius: 15px;
	padding: 30px;
	background: #fff;
}
#newsletter-signup label {
	font: 16px/140% roboto, sans-serif;
}
#newsletter-signup input {
	margin: 7px 0;
}
#newsletter-signup #mce-error-response, div.mce_inline_error {
	padding: 0 !important;
	background: none !important;
	font-weight: 700 !important;
	color: #c00 !important;
}
#newsletter-signup #mce-success-response {
	font-weight: 700 !important;
	color: #090 !important;
}
#newsletter-months a.active {
	font-weight: 700;
}
#newsletter-targets {
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}
#newsletter-targets a {
	display: inline-block;
	padding: 10px 15px;
	color: #49267e;
}
#newsletter-targets a.active {
	background: #49267e;
	color: #fff;
}
#concept {
	position: relative;
	margin-top: 30px;
}
#concept h1 {
	margin: 0;
}
#concept-intro {
	margin-left: 30%;
}
#concept-details {
	margin-left: 30%;
}
#concept-image {
	margin: 20px 0 20px 20%;
}
#concept-image>img {
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}
#concept-image iframe, #concept-image video {
	border-radius: 15px;
}
#concept-menu {
	margin-top: 15px;
}
#concept-body {
	min-height: 500px;
	margin-left: 30%;
}
#concept-body>div {
	display: none;
}
#concept h2 {
	margin: 0 0 30px 0;
	font: 36px/140% roboto slab, sans-serif;
	color: #49267e;
}
#concept img {
	border-radius: 15px;
}
#concept iframe {
	height: 450px;
	border-radius: 15px;
}
#quote {
	overflow: hidden;
	margin: 60px 0;
	font: 18px/140% roboto, sans-serif;
}
#quote img {
	float: left;
	width: 50%;
	border-radius: 15px;
}
#quote div {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-radius: 15px;
	margin-top: 40px;
	margin-left: -40px;
	padding: 30px;
	background: #fff;
	z-index: 99;
}
#quote h2 {
	margin: 0 !important;
}
#colophon {
	margin: 50px auto;
	border-radius: 15px;
	padding: 30px 40px;
	font: 18px/140% roboto, sans-serif;
	background: #f2d163;
}
#colophon p {
	max-width: 50em;
	margin: 15px auto;
}
.box {
	display: block;
	overflow: hidden;
	margin: 15px 0;
	border-radius: 15px;
	font: 16px/140% roboto, sans-serif;
	background: #fff6d8;
	color: #111;
}
.box>img {
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 15px;
	margin: 15px;
	object-fit: cover;
}
.box>span {
	display: block;
	overflow: hidden;
	margin: 15px;
}
a.box:hover strong {
	text-decoration: underline;
}
.flex-box {
	display: flex;
	gap: 30px;
	border-radius: 15px;
	padding: 30px;
	background: #fff;
}
.flex-box>div {
	flex: 50%;
}
.flex-box iframe, .flex-box video {
  border-radius: 15px;
}
.book {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 125px;
	height: 150px;
	margin: 5px 12px 5px 0;
	border: 1px solid #333;
	border-radius: 4px;
	background: #333;
}
.book img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 0 !important;
}
.book span {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	font: 16px/140% roboto, sans-serif;
	text-align: center;
	background: #fff;
	color: #111;
}
.fullbook {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	border-radius: 4px;
	font: 16px/140% roboto, sans-serif;
	color: #000;
}
.fullbook img {
	float: left;
	height: 140px;
	width: 100px;
	margin-right: 15px;
	border: 1px solid #333;
	border-radius: 4px !important;
}
.fullbook span {
	float: left;
	height: 180px;
	width: 140px;
	box-sizing: border-box;
	margin-right: 15px;
	border-radius: 4px;
	padding: 20px;
	font: 16px/140% roboto, sans-serif;
	text-align: center;
	background: #222;
	color: #fff;
}
.fullbook:hover {
	text-decoration: none;
}
.fullbook:hover b {
	text-decoration: underline;
}
.book .sprogstart {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #333;
	padding: 5px;
	font: 16px/140% roboto, sans-serif;
	text-align: center;
	background: url(img/icon-file.png) 10px center no-repeat #fff;
}
.youtubevideo-placeholder {
	display: block;
    position: relative;
}
.youtubevideo-placeholder:hover, .youtubevideo-placeholder:hover img {
    opacity: 1 !important;
    cursor: pointer;
}
.youtubevideo-img {
	display: flex;
	filter: brightness(85%);
	border-radius: 15px;
	overflow: hidden;
}
img.youtubevideo-img {
	width: 100%;
}
.youtubevideo-play {
    max-width: 20vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-filter: drop-shadow(0px 0px 2px #333);
    filter: drop-shadow(0px 0px 2px #333);
    background-color: transparent;
	opacity: 0.9;
}
.youtubevideo-disclaimer {
	display: block;
	padding: 5px 20px;
	font: 16px/140% roboto, sans-serif;
	text-align: right;
}
#query {
	display: block;
	margin: 0 50px 50px 0;
	border-radius: 99px;
	padding: 7px 15px;
	background: #fff;
}
#query input[type=text] {
	width: 90%;
	outline: none;
	border: 0;
}
#query input[type=image] {
	float: right;
	margin-top: 3px;
	vertical-align: middle;
}
#slub-filter {
	border-top: 1px dashed #000;
	padding: 15px 0;
	font: 16px/140% roboto, sans-serif;
}
#slub-filter .field {
	display: inline-block;
	margin-right: 10px;
}
#slub-filter .field label {
	display: block;
}
#slub-filter .field select {
	min-width: 7em;
}
#slub-query {
	float: right;
	margin-top: 16px;
	border-radius: 99px;
	padding: 3px 12px;
	background: #fff;
}
#slub-query input[type=text] {
	width: 90%;
	outline: none;
	border: 0;
}
#slub-query input[type=image] {
	float: right;
	margin-top: 3px;
}
#slub-list-wrap {
	overflow-x: auto;
}
#slub-list {
	overflow: hidden;
	border-radius: 15px;
	font: 16px/140% roboto, sans-serif;
	background: #fff;
}
#slub-list th, #slub-list td {
	padding: 10px;
}
#slub-list tr:nth-child(odd) {
	background: #fff6d8;
}
#slub-list th {
	font-weight: normal;
	text-align: left;
	background: #333;
	color: #fff;
}
#slub-url {
	display: inline-block;
	max-width: 100%;
}
#slub-url input[type=text] {
	border: 1px solid #e4c16b;
	border-radius: 3px;
	padding: 3px 6px;
	background: #fff;
}
#slub-check-result {
	display: block;
	margin: 5px 0;
	font: 16px/140% roboto, sans-serif;
	color: #666;
}
.slub-btn {
	display: inline-block;
	border-radius: 99px;
	border: 1px solid #f5492b;
	padding: 3px 12px;
	font: 16px/140% roboto, sans-serif;
	background: #f5492b;
	color: #fff;
	cursor: pointer;
}
.slub-pager {
	text-align: right;
	font: 16px/140% roboto, sans-serif;
}
.slub-pager a {
	display: inline-block;
	margin: 0 0 0 5px;
	border: 1px solid #49267e;
	border-radius: 3px;
	padding: 3px 15px;
	text-decoration: none;
	background: #49267e;
	color: #fff;
}
.slub-pager a:hover {
	border-color: #333;
	background: #333;
}
.slub-pager a.active {
	border-color: #111;
	background: none;
	color: #111;
}
#slub-single {
	border-radius: 15px;
	border-left: 300px solid #fff6d8;
	padding: 30px 50px 50px 50px;
	background: #fff;
}
#slub-single b {
	display: inline-block;
	margin-bottom: 5px;
}
#slub-single textarea {
	margin: 10px 0;
}
#slub-append {
	border-top: 1px dashed #000;
	margin-top: 60px;
	padding-top: 20px;
}
#slub-append input[type=submit] {
	border-radius: 3px;
	border: 0;
	padding: 6px 20px;
	font: 16px/140% roboto, sans-serif;
	font-weight: 700;
	background: #222;
	color: #fff;
}
#slub-topics {
	display: block;
	column-count: 5;
	margin-bottom: 30px;
}
#slub-topics span {
	display: block;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}
#slub-suggestion span {
	display: block;
	margin: 15px 0 0 0;
}
#slub-suggestion span input {
	margin-top: 5px;
	width: 500px;
}
.slub-btn2 {
	margin: 10px 0;
	border-radius: 3px;
	border: 0;
	padding: 6px 20px;
	font: 700 16px/140% roboto, sans-serif;
	background: #222;
	color: #fff;
}
.slub-hint {
	font: 16px/140% roboto, sans-serif;
	color: #666;
}
.slub-success {
	font-weight: 700;
	color: #093;
}
#slub-index-top {
	overflow: hidden;
	margin: 30px 0;
}
#slub-index-top a {
	float: left;
	width: 1.7em;
	margin: 0 3px 3px 0;
	border-radius: 3px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	background: #49267e;
	color: #fff;
}
#slub-index-top a:hover {
	border-color: #333;
	background: #333;
}
#slub-index-body {
	overflow: hidden;
	border-radius: 15px;
}
#slub-index-body h2 {
	margin: 0;
	padding: 3px 12px;
	font: 700 18px/140% roboto, sans-serif;
	background: #fff6d8;
}
#slub-index-body h2 a {
	float: right;
	font: 16px/140% roboto, sans-serif;
}
#slub-index-body ul {
	margin: 0;
	padding: 6px 12px;
	list-style-type: none;
	column-count: 4;
	background: #fff;
}

#sos {
	position: relative;
	margin: 30px auto;
	border-radius: 20px;
	padding: 50px 7%;
	font: 300 20px/140% roboto, sans-serif;
	background: #fff;
}
#sos h1 {
	margin: 30px 0;
	font: 700 40px/140% roboto, sans-serif;
	background: url(/themes/laesesporet/img/sos/line.png) bottom left no-repeat;
	color: inherit;
}
#sos h2 {
	margin: 40px 0 20px 0;
	font: 700 30px/140% roboto, sans-serif;
	color: inherit;
}
#sos h3 {
	font: 700 26px/140% roboto, sans-serif;
	color: inherit;
}
#sos h4 {
	font: 700 22px/140% roboto, sans-serif;
	color: inherit;
}
#sos h5 {
	font: 700 18px/140% roboto, sans-serif;
	color: inherit;
}
#sos a {
	text-decoration: none;
	font-weight: 400;
	color: #05b;
}
#sos a:hover {
	text-decoration: underline;
}
#sos img {
	vertical-align: middle;
}
#sos .btn, #sos .btn:hover {
	display: inline-block;
	border-radius: 99px;
	margin-top: 10px;
	padding: 3px 15px;
	text-decoration: none;
	font-size: 18px;
	border-color: #05b;
	background: #05b;
	color: #fff;
}
#sos-crumb {
	font-size: 16px;
}
#sos-logo {
	position: absolute;
	right: -50px;
	top: -50px;
}
#sos-index {
	list-style-type: none;
	margin: 40px 0 20px 0;
	padding: 0;
}
#sos-index li {
	overflow: hidden;
	margin: 20px 0;
	border-radius: 10px;
	padding: 30px;
	background: #def;
}
.sos-index-image {
	display: block;
    float: left;
    width: 35%;
    max-width: 350px;
    background: rgba(255,255,255,0.5);
    margin-right: 30px;
	padding: 2%;
    border-radius: 10px;
    text-align: center;
}
.sos-index-image img {
	max-width: 90%;
}
.sos-index-text {
    overflow: hidden;
}
#sos-index b {
	font-weight: 700;
}
#sos-about {
	width: 220px;
	float: right;
	margin: 0 0 30px 30px;
}
#sos-abc {
	float: left;
	width: 200px;
	margin: 0 40px 30px 0;
	border-radius: 5px;
}
#sos-author {
	float: right;
	width: 250px;
	margin: 0 0 30px 30px;
	border-radius: 10px;
}
#sos-characters {
	width: 160px;
	float: right;
	margin: 0 0 30px 30px;
}
#sos-season-next {
	display: block;
	position: absolute;
	right: 48px;
	margin-top: 40px;
	font: 700 18px/160% roboto, sans-serif;
	text-align: center;
	z-index: 1;
}
#sos-season-slider {
	float: right;
	overflow: hidden;
	position: relative;
	top: -2px;
	right: -2px;
	width: 300px;
	height: 300px;
	margin: 0 0 50px 50px;
	border-bottom-left-radius: 5px;
	background: #fff;
}
#sos-season-image {
	position: absolute;
	width: 600px;
	height: 600px;
	max-width: none;
	left: -300px;
	transition: all 1s ease-in-out;
	transform: rotate(0deg);
}
.sos-season {
	display: none;
	min-height: 400px;
	border-radius: 5px;
	padding: 10px 30px 30px;
	background: #f3f3f3;
}
.sos-season-0 { background: #fffab6; }
.sos-season-1 { background: #ffe9cc; }
.sos-season-2 { background: #cef0ff; }
.sos-season-3 { background: #edfaaa; }
.sos-book {
	margin: 30px 0;
	border-radius: 10px;
	padding: 15px 30px;
	background: #def;
}
.sos-book h2 {
	margin: 0;
}
.sos-book h3 {
	margin: 30px 0 0 0;
}
.sos-book img {
	float: right;
	width: 200px;
	border: 1px solid #000;
	border-radius: 10px;
	margin: 0 0 30px 40px;
	background: #fff;
}
#sos-diploma {
	float: right;
	margin: 0 0 30px 30px;
}
#sos-map {
	width: 100%;
	height: 500px;
	margin: 30px 0;
}
#sos input {
	max-width: 90%;
	margin-top: 10px;
	font: inherit;
}
#sos input[type=submit] {
	display: inline-block;
	border-radius: 99px;
	margin-top: 10px;
	border: 0;
	padding: 3px 20px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	background: #222;
	color: #fff;
	cursor: pointer;
}
#sos-shortcut {
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 10px;
	padding: 30px;
	background: #def;
}
#sos-shortcut h2 {
	margin: 0;
	font: 700 20px/140% roboto, sans-serif;
}
#sos-shortcut p {
	margin: 10px 0 20px;
}
#sos-shortcut a {
    display: inline-block;
	float: left;
	width: 175px;
	height: 320px;
	margin: 0 15px 15px 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
	font: 16px/140% roboto, sans-serif;
    background: rgba(255, 255, 255, 0.6);
}
#sos-shortcut a img {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
    border-radius: 10px;
}

.sos-ark-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: none;
    clear: both;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
	padding: 0;
}

.sos-ark-cards li {
    width: 19%;
    margin: 1% 0.5% !important;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    align-self: stretch;
}

@media screen and (max-width: 1200px) {
	.sos-ark-cards li {
    	width: 24%;
	}
}
@media screen and (max-width: 1025px) {
	.sos-ark-cards li {
    	width: 32%;
	}
}
@media screen and (max-width: 800px) {
	.sos-ark-cards li {
    	width: 49%;
	}
}
@media screen and (max-width: 600px) {
	.sos-ark-cards li {
    	width: 99%;
	}
}

.sos-ark-cards li a {
	color: rgba(0,0,0,0.75);
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    align-items: stretch;
	text-align: center;
	font-size: 16px;
}

.sos-ark-cards li .img-bg {
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
	position: relative;
	flex: 1;
}

.sos-ark-cards li .img-bg img {
    margin: auto;
	/*
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	*/
}

#infopage {
	position: relative;
}
#infopage h1 {
	margin-left: 30%;
}
#infopage img {
	border-radius: 15px;
}
#infopage iframe {
	border-radius: 15px;
}
#infointro {
	margin-left: 30%;
}
#infodetails {
	margin-left: 30%;
}
.infobody {
	overflow: hidden;
	margin: 30px 0 30px 30%;
	border-radius: 15px;
	padding: 30px 50px 50px 50px;
	background: #fff;
}
.sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 20%;
	min-height: 230px;
	margin: 0;
	border-radius: 15px;
	padding: 30px;
	list-style-type: none;
	font: 16px/140% roboto, sans-serif;
	background: #fff;
}
.sub-menu li {
	margin: 0;
	padding: 0;
}
.sub-menu a {
	display: block;
	margin: 10px 0;
	padding: 3px 0;
	color: #666;
}
.sub-menu a:hover {
	text-decoration: none;
}
.sub-menu a.active {
	background: url(img/submenu-active.png) bottom left no-repeat;
	text-decoration: none;
	font-weight: 700;
	color: #111;
}
.sub-body div {
	display: none;
}
.btn {
	display: inline-block;
	margin: 0 0 0 5px;
	border: 2px solid #49267e;
	border-radius: 99px;
	padding: 6px 16px;
	text-decoration: none;
	background: #49267e;
	color: #fff;
}
.btn:hover {
	text-decoration: none;
	border-color: #fff;
}
a.file-icon {
	display: inline-block;
	padding-left: 25px;
	background: url(img/icon-file.png) 0px 1px no-repeat;
}
a.web-icon {
	display: inline-block;
	padding-left: 25px;
	background: url(img/icon-web.png) 0px 1px no-repeat;
}
.clear {
	clear: both;
}
.center {
	max-width: none;
	text-align: center;
}
.columns {
    display: flex;
	gap: 50px;
	font: 16px/140% roboto, sans-serif;
}
#footer {
	overflow: hidden;
	min-height: 250px;
	padding: 100px 0;
	background: url(img/footer.png) bottom left no-repeat #49267e;
	color: #fff;
}
#footer a {
	display: block;
	margin: 10px 0;
	color: #fff;
}
#footer .column {
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
}
#footer h2 {
	margin: 0 0 15px 0;
	font: 700 18px/140% roboto, sans-serif;
	text-transform: uppercase;
	color: #ff8a8c;
}
#feedback input[type=text], #feedback textarea {
	margin-bottom: 10px;
	border: 0;
	border-radius: 3px;
	padding: 5px;
	font-size: 16px;
}
#feedback textarea {
	width: 100%;
	height: 8em;
}
#feedback input[type=submit] {
	display: inline-block;
	margin: 10px 0;
	border: 0;
	border-radius: 99px;
	padding: 5px 30px;
	background: #ff8a8c;
	color: #49267e;
	cursor: pointer;
}

#burger, #burgermenu {
	display: none;
}
#burgermenu {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 5%;
	background: #49267e;
	z-index: 999;
}
#burger-close {
	position: absolute;
	top: 30px;
	right: 30px;
}
#burgermenu a {
	display: block;
	margin-bottom: 15px;
	padding: 5px 0;
	color: #fff;
}
#burgermenu a.active {
	background: url(img/submenu-active.png) bottom left no-repeat;
	font-weight: 700;
}
#burgermenu div {
	margin-top: 20px;
	border-top: 1px dotted #a182ce;
	padding-top: 20px;
	color: #AA9DD8;
}
#burgermenu ul {
	list-style-type: none;
	font: 16px/140% roboto, sans-serif;
	padding-left: 30px;
}

#biblink-img {
	float: right;
	width: 400px;
	margin: -50px 0 50px 50px;
	border-radius: 15px;
}
#biblink {
	max-width: 800px;
	border-radius: 15px;
	margin-top: 50px;
	padding: 50px;
	background: #fff;
}
#biblink ul {
	margin: 30px 0;
	border-radius: 15px;
	padding: 30px;
	column-count: 2;
 	background: #fff9e5;
}
#biblink li {
	list-style-type: none;
}
#calendar {
	overflow: hidden;
	margin: 50px 0;
	border-radius: 15px;
	padding: 20px;
	background: #ffe692;
}
#calendar-left {
	float: left;
	width: 37%;
	margin-right: 3%;
}
#calendar-left p {
	overflow: hidden;
	margin: 0;
}
#calendar-left img {
	float: left;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#calendar-left h2 {
	margin: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px 20px;
	font: inherit;
	text-align: center;
	background: #333;
	color: #fff;
}
#calendar-right {
	float: left;
	width: 60%;
}
#stats-filter {
	overflow: hidden;
}
#stats-filter fieldset {
	margin: 1px 0;
	border-radius: 5px;
	padding: 10px;
	background: #f2d163;
}
#stats-filter legend {
	float: left;
	font-weight: 700;
	margin-right: 10px;
}
#stats-filter label {
	margin-right: 10px;
	white-space: nowrap;
}
#stats-filter input[type=submit] {
	border: 0;
	border-radius: 5px;
	padding: 10px 20px;
	background: #49267e;
	color: #fff;
}
#stats-result {
	border-radius: 5px;
	overflow: hidden;
	border-collapse: collapse;
	background: #fff;
}
#stats-result th, #stats-result td {
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}
#stats-result tr:nth-child(odd) {
	background: #fff6d8;
}

/* DESKTOP */

@media screen and (min-width: 1000px) {
	.front-cards a:first-child {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.front-cards a:first-child img {
		aspect-ratio: 500/350;
	}
	.front-cards a:first-child span {
		font: 20px/140% roboto, sans-serif;
	}
	.front-cards a:first-child b {
		font: 700 26px/140% roboto slab, serif;
	}
}

/* MOBILE */

@media screen and (max-width: 1200px) {
	#main {
		padding: 7% 0;
	}

	#quote {
		margin: 30px 0;
	}
	#quote img {
		display: none;
	}
	#quote div {
		display: block;
		position: static;
		box-sizing: border-box;
		width: 100%;
		border-bottom-right-radius: 99px;
		margin: 0;
		padding: 40px 50px 30px 50px;
		background: #fff6d8;
	}
	#about>img {
		width: 50%;
	}
	#about>div>h2 {
		margin: 0 !important;
	}
	.activity-image {
		display: none;
	}
	#activity-images {
		float: none;
		width: 100%;
	}
	#activity-images>div:first-child {
		display: block;
	}
	#concept-image {
		margin-left: 0;
	}
	#sub-menu {
		display: none;
	}
	#infopage h1, #infointro, #infodetails, #infobody {
		max-width: none;
		margin: 30px 0;
	}
	#slub-topics {
		column-count: 3;
	}
}
@media screen and (max-width: 1000px) {
	.cards, .front-cards {
		grid-template-columns: 1fr 1fr;
		column-gap: 15px;
		row-gap: 15px;
	}
	.notmobile, #menu {
		display: none !important;
	}
	#footer {
		padding: 60px 30px;
	}
	#footer .column {
		float: none;
		width: 100%;
		margin: 0;
	}
	#burger {
		display: block;
		float: right;
	}
	#slub-topics {
		column-count: 2;
	}
	.box>img {
		float: none;
		height: 30vw;
		width: 100%;
		margin: 0;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	#filter-wrap {
		display: block;
		overflow: hidden;
		position: fixed;
		top: 2%;
		left: 3%;
		box-sizing: border-box;
		width: 94%;
		border-radius: 5px;
		background: #fff;
		box-shadow: 0px 0px 3px #000;
		z-index: 9999;
	}
	#filter {
		display: block;
		margin: 0;
		padding: 5px 20px 15px 20px;
		background: #fff;
	}
	#filter fieldset#aldersgruppe label, #filter fieldset#varighed label {
		width: 49%;
		float: left;
		margin-right: 1%;
	}
	#filter fieldset {
		padding: 0;
		background: none;
	}
	#filter span {
		column-count: 1;
	}
	#filter-button, #filter-close, #filter-submit {
		display: block;
	}
	#filter-wrap.hide {
		display: none;
	}
	#filter-button.hide {
		display: none;
	}
	.flex-box {
		display: block;
	}
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
	.page-front .cards a:last-child {
		grid-column-start: 1;
		grid-column-end: 3;
		position: relative;
	}
	.page-front .cards a:last-child img {
		position: absolute;
		width: 50%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.page-front .cards a:last-child .format {
		margin: 0 0 0 50%;
		padding: 3% 3% 0 3%;
	}
	.page-front .cards a:last-child .cardtext {
		margin: 0 0 0 50%;
		padding: 0 3% 3% 3%;
	}
	.page-front .cards a:last-child .title {
		margin: 3% 0;
	}
}
@media screen and (max-width: 900px) {
	body {
		font: 16px/140% roboto, serif;
	}
	h1 {
		font: 700 32px/130% roboto slab, serif;
	}
	h2 {
		font: 700 24px/130% roboto slab, sans-serif;
	}
	h3 {
		font: 700 18px/140% roboto slab, sans-serif;
	}
	h4 {
		font: 700 16px/140% roboto slab, sans-serif;
	}
	h5 {
		font: 700 16px/140% roboto slab, sans-serif;
	}
	#slub-index-body ul {
		column-count: 2;
	}
	#quote {
		margin: 0;
	}
	#about {
		margin: 0;
	}
	#about>img {
		display: none;
	}
	#about>div>h2 {
		margin: 30px 0 !important;
	}
	#concept-intro, #concept-details, #concept-body {
		max-width: none;
		margin: 30px 0;
	}
	#concept-menu {
		position: static;
		width: 100%;
		box-sizing: border-box;
	}
	#tabs a {
		padding: 3%;
		font: 16px/140% roboto, sans-serif;
	}
	#tabs img {
		display: none;
	}
	.buttons a {
		width: 33%;
	}
	.rows img {
		display: none;
	}
	#slub-query {
		float: none;
		display: block;
		margin: 15px 0;
	}
	#slub-list th:nth-child(4), #slub-list th:nth-child(5), #slub-list th:nth-child(6), #slub-list th:nth-child(7) {
		display: none;
	}
	#slub-list td:nth-child(4), #slub-list td:nth-child(5), #slub-list td:nth-child(6), #slub-list td:nth-child(7) {
		display: none;
	}
	#slub-single {
		border-left: 0;
	}
	#slub-topics {
		column-count: 3;
	}
	.page-front #top h1 {
		font: 700 36px/120% roboto slab, serif;
	}
	.page-front #main h2 {
		font: 700 24px/120% roboto slab, serif;
	}
	#campaign-grid > p {
		margin-bottom: 30px;
	}
	.cards a .format {
		margin: 6% 6% 0 6%;
	}
	.cards a .cardtext {
		margin: 3% 6% 6% 6%;
	}
	.infobody {
		padding: 2% 6% 6% 6%;
	}
}
@media screen and (max-width: 800px) {
	#tts-toggle {
		float: none;
		margin: 20px 0;
	}
	.cards, .front-cards {
		grid-template-columns: 1fr;
	}
	#slub-topics {
		column-count: 2;
	}
	#campaign-grid.col2 {
		grid-template-columns: 1fr;
	}
	#calendar div {
		width: auto;
		padding: 0;
	}
	#calendar h2 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 700px) {
	#sos-logo {
		left: 50%;
		translate: -50%;
		top: -10vw;
		width: 24vw;
		max-width: 180px;
	}
	.sos-book img, #sos-diploma, #sos-about, #sos-abc, #sos-author, #sos-characters {
		float: none;
		margin: auto;
		width: auto;
		display: block;
	}
	.aids>div {
		display: block;
	}
	.sos-index-image {
		width: 100%;
		max-width: unset;
    	box-sizing: border-box;
		float: none;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 600px) {
	#slub-index-body ul {
		column-count: 1;
	}
	.wrap {
		padding: 0 10px;
	}
	#main {
		padding: 20px 0;
	}
}
@media screen and (max-width: 400px) {
	#tabs a {
		font: 13px/140% roboto, sans-serif;
	}
}

@media print {
	body {
		margin: 3%;
		font: 14px/140% sans-serif;
	}
	#top, #footer {
		display: none;
	}
	#main, .wrap {
		padding: 0;
	}
	#filter {
		display: none;
	}
	#quote, #about {
		margin: 0;
	}
	#quote img, #about img {
		display: none;
	}
	#quote div {
		float: none;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0;
	}
	#activity-images {
		float: none;
		width: 500px;
		margin: 0;
	}
	.accord-title {
		border: 0;
		padding: 0;
	}
	.accord-body {
		display: block;
		border: 0;
		padding: 0;
	}
	.aids > div {
 		break-inside: avoid;
 		margin: 30px 0;
	}
	.aids h3 {
		margin: 0;
	}
	.aids a {
		margin: 0;
	}
	.box {
 		break-inside: avoid;
		border: 1px solid #000;
	}
	.box > img {
		width: 100px;
		height: 100px;
	}
	.center {
		text-align: left;
	}
	.cards a {
		border: 1px solid #000;
	}
	.tags {
		display: none;
	}
	.sub-menu {
		display: none;
	}
	#infopage h1, #infointro, #infodetails, #infobody {
		max-width: none;
		margin: 15px 0;
		padding: 0;
	}
	a.file-icon, a.web-icon {
		padding: 0;
		background: none;
	}
	ul {
		padding: 0 0 0 15px;
	}
	#concept-intro, #concept-details, #concept-image, #concept-body {
		min-height: none;
		margin: 0;
	}
	#concept-body > div {
		display: block;
	}
	#sos {
		margin: 0;
		padding: 0;
	}
	#sos-crumb {
		display: none;
	}
	#sos-logo {
		position: static;
		width: 100px;
	}
	.sos-index-image {
		float: right;
		margin: 0;
	}
	.sos-book {
		border: 1px solid #000;
		background: none;
	}
	#sos-index li {
		padding: 0;
		background: none;
	}
	#sos .btn {
		display: none;
	}
	#sos-season-next {
		display: none;
	}
	#sos-season-slider {
		display: none;
	}
	.sos-season {
		display: block;
		padding: 0;
		background: none;
	}
	#stats-filter {
		display: none;
	}
	#stats-result, #stats-result td {
		border: 1px solid #000;
	}
	#stats-result, #stats-result a {
		color: #000;
	}
}

/***** Autocomplete *****/

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
	margin-top: 10px;
	padding: 5px;
	border-radius: 5px;
    background: #fff;
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 32px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; }
.autocomplete-suggestion.selected { background: #b6379c; color: #fff; }
