/* BOOTSTRAP PLACEHOLDERS */
.text-primary {
	color: var(--main-color) !important;
}
.fs-1 {
	font-size: 3rem;
}

:root,
.nodarkmode {
	--material-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;
	--background: #fafafa;
	--background-box: #fff;
	--background-box-acc: #eee;
	--text-color: #333;
	--text-color-faded: #5f5f5f;
	--link-color: var(--main-color);
	--pp-fill: #ccc;
	--success: #007e2a;
	--error: #bb0000;
	--danger: #f93154;
	--danger-bg: #fee3e8;
	--error-bg: #bd8a8a;
	--border-color: #ddd;
	--warning-bg: #fff1d6;
	--warning: #ffa900;
	--info-bg: #e1f6fc;
	--info: #39c0ed;

	/* MATERIAL ICONS */
	--icon-category: #007bff;
	--icon-send: var(--main-color);
	--icon-bookmark: #c00a26;
}

templatestyle.test {
	color: #007bff;
}

::selection {
	background-color: #007bff;
	color: #fff;
}

.bg-primary *::selection {
	background-color: #007bff;
}

html,
body,
#top-c,
.main-outer,
section#main-content,
section#footer {
	background-color: var(--background);
}

#footer {
	z-index: 1;
}

#settings-bar {
	display: inline-block;
}

div#toolbar-left {
	width: 75%;
}

div#toolbar-right {
	width: 25%;
}

section.astroid-header-section {
	background-color: transparent;
}

section.astroid-header-section.border-bottom {
	border-bottom: none !important;
}

body {
	overflow-x: hidden;
	color: #333;
}

body a {
	transition: all 0.2s;
	color: #007bff;
	color: var(--main-color);
}

a.right-arrow {
	color: var(--text-color);
}

a.right-arrow:hover {
	color: var(--text-color);
}

iframe {
	max-width: 100%;
	border-radius: 5px;
	border: 1px solid var(--border-color);
}

body kbd {
	background-color: var(--background-box);
	border-radius: 3px;
	border: 1px solid var(--border-color);
	color: var(--text-color);
	display: inline-block;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1;
	padding: 2px 4px;
	white-space: nowrap;
}

body a:hover,
.bg-primary a:hover {
	text-decoration: none;
	color: var(--text-color);
	background-color: var(--background-box-acc);
	cursor: pointer;
}

/*SCROLLBAR*/
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: gray;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--main-color);
}

.noscroll::-webkit-scrollbar-thumb {
	background: transparent;
}

/*Custom*/

#main-content {
	padding-top: 20px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.lms-info h5,
.toolbar-logo-left a {
	font-family: "Poppins" !important;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 15px;
}

.article-container h4 {
	margin-bottom: 5px;
}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2.2rem;
}

#files h4 {
	margin-top: 1.8rem;
}

h4 {
	font-size: 1.8rem;
	line-height: 2rem;
}

h5 {
	font-size: 1.2rem;
	line-height: 1.2rem;
}

legend {
	color: #333;
}

em {
	color: unset;
}

.quote {
	color: #333;
	background-color: rgba(120, 120, 120, 0.1);
	display: inline-block;
	padding: 0 1rem;
}

.lmsw-logo-footer {
	filter: invert(0.7);
	height: 100px;
	width: 100px;
	margin: 0 15px 0 0;
}

#ooe-logo-footer {
	width: 100px;
	float: right;
}

.button-secondary {
	border-radius: 10px;
	height: 30px;
	margin: 15px;
	padding: 5px 10px;
	background: #e4e4e4;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transition-duration: 0.15s;
	width: 120px;
	display: inline-block;
}

.button-secondary:hover {
	text-decoration: none;
	color: #fff;
	transition-duration: 0.15s;
	background: var(--main-color);
	transform: scale(1.03);
}

#footer-menu a.material-button,
#interne-links a.material-button {
	color: #737373;
	margin: 6px 15px 0 0;
}

a.button-colored:hover {
	text-decoration: none;
}

a.button-colored:hover img {
	filter: invert(1);
}

#lh-vorwort img {
	border-radius: 20px;
}

#lh-vorwort .readMore {
	display: none;
}

.uk-panel-title {
	display: inline-block;
	/*border-bottom: 3px solid var(--main-color);*/
}

.uk-breadcrumb a,
.uk-breadcrumb span,
.uk-breadcrumb > li:not(.uk-active) > span {
	color: var(--text-color-faded);
}

.uk-breadcrumb > li:nth-child(n + 2):before {
	content: ">";
}

.uk-breadcrumb a::before {
	content: none;
}

.visible-container,
.moduletable.visible-container {
	position: relative;
	background-color: var(--background-box);
	border: 1px solid var(--border-color);
	border-radius: 10px;
	padding: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: var(--material-shadow);
	transition: all 0.2s;
}

.gradient {
	color: #fff;
}

.gradient .material-primary {
	color: #333 !important;
	background: lightcyan;
}

.gradient .material-button:hover {
	background: white !important;
	color: #333 !important;
}

.gradient .material-outline {
	color: #fff;
	border: 1px solid #fff;
}

.gradient-purple-red {
	background: rgb(223, 29, 29);
	background: linear-gradient(330deg, rgba(223, 29, 29, 1) 0%, rgba(222, 21, 171, 1) 100%);
}

.background-grey {
	background: #f6f6f6;
	border-radius: 20px;
	padding: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: var(--material-shadow);
}

.invisible-container {
	margin-left: -15px;
	margin-right: -15px;
	max-width: 100vw;
}

.icon {
	display: inline;
	margin-right: 5px !important;
	vertical-align: sub;
}

#cat-filter .inline-icon,
.boxed .inline-icon,
.boxed::before {
	top: 0 !important;
}

.inline-icon {
	display: inline;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.icon-top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
}

.icon-top-left {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}

.symbol-bar {
	color: var(--main-color);
	display: inline-block;
}

.has-image .tile-preview .symbol-bar span {
	color: #fff;
}

.symbol-bar i + .symbol-bar i {
	margin-right: 0;
	margin-left: 5px;
}

.i-legend small {
	display: inline-flex;
	margin-right: 15px;
}

.i-legend i.inline-icon {
	top: 0;
}

small > i.inline-icon {
	vertical-align: bottom;
}

.tm-top-b {
	padding: 15px;
}

.button-colored {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--main-color);
	color: #fff;
	padding: 10px 10px;
	border-radius: 20px;
	text-align: center;
	transition: 0.2s;
	box-shadow: var(--material-shadow);
}

.button-small-grey {
	transition-duration: 0.2s;
	padding: 3px 10px;
	margin: 0 5px 10px 0;
	display: inline-flex;
	align-items: center;
	/* line-height: 40px; */
	margin-right: 10px;
	color: var(--text-color);
	background: var(--background-box-acc);
	white-space: inherit;
	overflow-wrap: anywhere;
	border-radius: 10px;
}

.button-flex-grid {
	background-color: var(--background-box);
	color: var(--text-color-faded);
	border-radius: 5px;
	border: 1px solid var(--border-color);
	box-shadow: var(--material-shadow);
	justify-content: left;
	align-items: center;
	display: flex;
	padding: 0 10px;
	min-height: 40px;
	flex-grow: inherit;
}

#quicklinks {
	margin: 10px;
}

#quicknav {
	margin: 15px -10px;
	min-height: 230px;
}

#quicklinks .button-flex-grid,
#quicknav .button-flex-grid {
	margin: 5px;
}

.block-button {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 3px;
}

.block-button:hover {
	color: #fff;
	background-color: var(--main-color-lite);
	cursor: pointer;
}

.outline {
	color: var(--text-color-faded);
	border: 1px solid var(--border-color);
	background-color: var(--background-box);
	box-shadow: var(--material-shadow);
}

.has-article {
	transition: all 0.2s;
}

.has-article:hover {
	cursor: pointer;
}

.link-display title {
	font-size: 1rem;
	padding: 0;
	margin: 0;
}

.link-display {
	color: #333333;
	display: inline-block;
	padding: 3px 6px;
	background: #e4e4e4;
	margin: 10px 10px 0 0;
	border-radius: 6px;
}

a.yt-subscribe-simple {
	color: #d80000;
}

.yt-subscribe {
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	color: #fff;
	background-color: #d80000;
	border-radius: 3px;
}

.yt-subscribe:hover {
	cursor: pointer;
	color: #fff;
}

.yt-vid-duration {
	color: #fff;
	padding: 0 5px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	border-radius: 5px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container-wrapper {
	max-width: 100%;
	width: 800px;
	left: 0;
	right: 0;
}

.material-button,
#bottom-f .material-button,
#bottom-e .material-button {
	transition: all 0.2s;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	/* line-height: 40px; */
	color: var(--main-color);
	white-space: nowrap;
	overflow-wrap: anywhere;
	border-radius: 10px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
}

.material-medium {
	padding: 5px 15px;
}

.material-large {
	padding: 10px 20px;
}

.over-canvas-toolbar .material-button {
	flex-direction: column;
}

.material-button .inline-icon,
.material-button .icon {
	position: unset;
}

button.material-button.material-primary,
button.material-button.material-secondary {
	border: none;
}

.material-button::after {
	display: none;
}

.material-button + .material-button:last-child {
	margin-right: 0;
}

#footer-menu a.material-button:focus,
.material-button:focus {
	text-decoration: none;
	color: #fff;
	background: var(--main-color-lite);
}

.material-primary {
	color: #fff;
	background: var(--main-color);
}

.material-secondary {
	color: var(--main-color);
	background-color: var(--background-box);
}

.material-primary:focus {
	outline: auto;
}

.material-outline {
	border: 1px solid var(--main-color);
}

.material-button:hover,
#bottom-f .material-button:hover,
#bottom-e .material-button:hover,
#interne-links .material-button:hover {
	color: #fff !important;
	background: var(--main-color-lite) !important;
	border-color: transparent;
}

.button-small-colored {
	transition-duration: 0.2s;
	padding: 3px 10px;
	margin: 5px 5px 5px 0;
	display: inline-block;
	/* line-height: 40px; */
	margin-right: 10px;
	color: rgb(255, 255, 255);
	background: var(--main-color);
	white-space: nowrap;
	overflow-wrap: anywhere;
	border-radius: 10px;
}

.button-small-grey title,
.button-colored title {
	font-size: 15px;
}

.button-small-grey:hover,
.button-small-colored:hover {
	transition-duration: 0.2s;
	background: var(--main-color-lite);
	text-decoration: none;
	color: #fff;
	z-index: 10;
	cursor: pointer;
}

.button-small-grey:hover small {
	color: #222222;
}

.button-small-grey:focus,
.button-small-colored:focus {
	color: #fff;
	background: var(--main-color-lite);
	text-decoration: none;
}

.outline:focus {
	color: #fff;
	background: var(--main-color-lite);
	text-decoration: none;
}

.large-padding {
	padding: 15px 10px;
}

.button-colored:hover,
.button-colored:focus {
	background: rgba(var(--main-color), 0.5);
	color: #333;
	cursor: pointer;
	transition: 0.2s;
	transform: scale(1.03);
	box-shadow: 7px 10px 72px -29px rgba(0, 0, 0, 0.75);
}

.button-colored:hover * {
	color: #333;
	transition: 0.2s;
}

#news-themen .outline:hover {
	background: var(--main-color-lite);
	color: #fff;
}

.visible-container .article-container,
.visible-container .visible-container,
.grid-list .article-container {
	border: none;
}

.outline:hover {
	background: var(--main-color-lite);
	color: #fff;
	transform: none;
}

.box-colored {
	display: inline-block;
	align-items: center;
	justify-content: center;
	background: var(--main-color);
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}

.box-secondary {
	display: inline-block;
	align-items: center;
	justify-content: center;
	background: #e4e4e4;
	color: #333;
	padding: 5px 10px;
	border-radius: 30px;
}

.over-canvas {
	display: block;
	overflow-y: scroll;
	position: fixed;
	margin: auto;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	max-width: 1600px;
	height: 800px;
	max-height: 95%;
	background: var(--background);
	z-index: 4000;
	padding: 15px;
	padding-bottom: 60px;
	border-radius: 15px;
	box-shadow: var(--material-shadow);
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
}

.over-canvas .visible-container {
	border-radius: 10px;
}

.navbar-url {
	color: var(--text-color-faded);
	display: block;
	background-color: var(--background-box-acc);
	padding: 0 2px;
}

.noscroll::before,
.noscroll::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 9999vh;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3999;
}

.oc-open.noscroll::before,
.oc-open.noscroll::after {
	animation: fullScreenAnimation 0.2s ease-in-out;
}

.oc-close.noscroll::before,
.oc-close.noscroll::after {
	animation: fullScreenAnimation 0.2s ease-in-out;
	animation-direction: reverse;
	animation-fill-mode: both;
}

.over-canvas:focus {
	outline: none;
}

.over-canvas-help {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	text-align: center;
	width: 250px;
	height: 30px;
	bottom: 30px;
	left: 50%;
	margin-left: -130px;
	padding: 5px;
	background: var(--main-color);
	color: #fff;
	z-index: 4000;
	animation: helpAnimation 3s ease-in-out;
	animation-delay: 0.5s;
	animation-fill-mode: both;
	padding: 10px;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 5px 15px;
}

.over-canvas-help::before {
	content: "Zum Zurückkehren beliebige Taste drücken";
}

.over-canvas > title {
	margin-top: 40px;
	margin-bottom: 20px;
}

.over-canvas > title:first-of-type {
	margin-top: 10px;
}

.over-canvas-toolbar {
	font-size: 1rem;
	width: fit-content;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	position: fixed;
	overflow: hidden;
	z-index: 4000;
	text-align: center;
	border-radius: 10px;
	background-color: var(--background);
	border: 1px solid var(--border-color);
}

.over-canvas-toolbar .material-button {
	margin-top: 0;
	margin-bottom: 0;
}

.over-canvas-toolbar .material-icons {
	display: block;
}

.over-canvas img,
.newsflash img {
	max-height: 400px;
	width: auto;
	border-radius: 5px;
	transition: max-height 0.2s ease-in-out;
}

.over-canvas.oc-search {
	background: transparent;
	height: unset;
}

.over-canvas.over-canvas.oc-search > * {
	color: #fff;
}

.over-canvas figure.oc-img {
	display: inline-block;
	position: relative;
}

figure.oc-img > figcaption {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 2px;
	border-radius: 3px;
}

.notification {
	position: fixed;
	text-align: left;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	background: var(--background-box);
	width: auto;
	color: var(--text-color);
	z-index: 3000;
	animation: notificationAnimation 3s ease-in-out;
	animation-fill-mode: both;
	padding: 10px;
	border-radius: 10px;
	box-shadow: var(--material-shadow);
	overflow: hidden;
}

.notification.success {
	color: var(--success);
}

.notification.error {
	color: var(--error);
}

.notification::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 100%;
	border-top: 5px solid var(--main-color);
	animation: loadingBar 3s ease-in-out;
	animation-fill-mode: both;
}

/*flex*/
.flex-container-hor {
	padding: 0;
	/*width: 100%;*/
	max-width: 100vw;
	flex-flow: row wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch;
	height: auto;
}

.flex-center {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.flex-container-hor-fixed {
	padding: 0 !important;
	/*width: 100%;*/
	flex-flow: row wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch;
	height: auto;
}

.flex-container-ver {
	padding: 0 !important;
	/*width: 100%;*/
	flex-flow: row wrap;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch;
	height: auto;
	/*max-height: 100%;*/
}

.flex-3 {
	/*width: auto;*/
	height: auto;
	flex: 3;
	margin: 15px;
}

.flex-2 {
	/*width: auto;*/
	height: auto;
	flex: 2;
	margin: 15px;
}

.flex-1 {
	/*width: auto;*/
	max-width: calc(100% - 30px);
	height: auto;
	flex: 1;
	margin: 15px;
}

.flex-1.nomargin {
	margin: 15px 0;
}

.flex-grid-2 > *:not(p) {
	box-sizing: border-box;
	flex-basis: 45%;
}

.flex-grid-3 > *:not(p) {
	box-sizing: border-box;
	flex-basis: 31%;
	/*max-width: 31.5%;*/
}

.flex-grid-4 > *:not(p) {
	box-sizing: border-box;
	flex-basis: 22%;
	/*max-width: 23%;*/
}

.flex-grid-5 > *:not(p) {
	box-sizing: border-box;
	flex-basis: 17%;
	/*max-width: 23%;*/
}

@media (max-width: 1300px) {
	.flex-grid-5 > *:not(p) {
		box-sizing: border-box;
		flex-basis: 22%;
	}

	.flex-grid-4 > *:not(p) {
		box-sizing: border-box;
		flex-basis: 31%;
	}

	.flex-grid-3 > *:not(p) {
		box-sizing: border-box;
		flex-basis: 45%;
	}
}

@media (max-width: 767px) {
	.mobile-reverse {
		flex-direction: column-reverse;
	}
}

ul.timeline,
ul.timeline li {
	list-style: none;
	padding: 0;
}

ul.timeline li {
	padding-bottom: 1.5rem;
	border-left: 1px dashed var(--main-color);
	position: relative;
	padding-left: 20px;
	margin-left: 6px;
	/*line-height: 1;*/
}

ul.timeline li:last-child {
	border: 0px;
	padding-bottom: 0;
}

ul.timeline li.timeline-milestone::before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--background-box);
	border: 1px solid var(--main-color);
	box-shadow: var(--material-shadow);
	border-radius: 50%;
	position: absolute;
	left: -7px;
	top: 0px;
}

ul.timeline li .timeline-time {
	display: block;
	font-weight: bold;
	position: relative;
	bottom: 7px;
}

.sprechstunden .flex-1 {
	margin-top: 0;
	margin-bottom: 0;
}

#land-ooe-wappen {
	height: 45px;
	max-width: unset;
}

#lmsw-logo-footer,
#ooe-logo-footer {
	height: 60px;
	width: auto;
}

.main-logo {
	display: inline-block !important;
	margin-left: 0;
}

.list-inline {
	margin-bottom: 10px;
	margin-right: 10px;
}

.inline {
	display: inline-block;
}

.semi-round {
	border-radius: 10px;
}

.semi-round-20 {
	border-radius: 20px;
}

.spotlight-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.spotlight-logo-container {
	height: 90px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.spotlight-logo-container img {
	max-height: calc(100% - 20px);
	width: auto;
	margin: 10px;
}

.spotlight-image .spotlight-logo {
	height: 80px;
	width: auto;
	filter: drop-shadow(var(--material-shadow));
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.spotlight-image .spotlight-logo.left {
	right: unset;
	left: 20px;
}

.image-cover-text {
	background: rgba(245, 245, 245, 0.5);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	color: #333;
	margin: 30px !important;
	padding: 0px 15px;
	border-radius: 15px;
}

#top-b .button-colored:hover *,
#top-b .button-colored:focus * {
	color: #333;
}

#top-b .button-colored *,
.button-colored * {
	color: #fff;
	margin: 0;
}

#top-b a.dark {
	color: #fff;
}

.uk-container > .uk-float-left {
	float: right;
}

.toolbar-logo-left,
.toolbar-logo-right {
	max-height: 50px;
	width: auto;
	max-width: 60vw;
	height: auto;
	transition: all 0.2s;
	color: #fff;
}

.toolbar-logo-left {
	margin: 0;
	display: flex;
	align-items: center;
	height: 35px;
}

h3.toolbar-logo-left {
	font-size: 1.3rem;
}

h5.toolbar-logo-left {
	font-size: 1rem;
}

#astroid-sticky-header .toolbar-logo-left {
	font-size: 1.5rem !important;
	margin: 0;
}

#astroid-sticky-header p {
	margin: 0;
}

@media (max-width: 1500px) {
	#astroid-sticky-header .toolbar-logo-left {
		display: none;
	}
}

.tm-toolbar .uk-float-right .uk-panel,
.tm-toolbar .uk-float-left .uk-panel {
	margin: 0;
}

.badge {
	padding: 5px 10px;
	background: var(--main-color);
	color: #fff;
}

.badge.small {
	padding: 2px;
}

.badge-min {
	display: inline-block;
	padding: 0 10px;
	background: var(--pp-fill);
	border-radius: 50px;
	color: var(--text-color);
	margin: 0 10px 10px 0;
}

.top-right {
	position: absolute;
	top: 15px;
	right: 15px;
}

.badge.top-right {
	top: 0px;
	right: -10px;
}

.top-left {
	position: absolute;
	top: 15px;
	left: 15px;
}

.bottom-right {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.bottom-left {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.badge-underline {
	padding: 3px 0px;
	border-bottom: var(--main-color) solid 2px;
}

title {
	display: block;
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.news-recent {
	overflow: hidden;
	background-color: rgb(240, 240, 240);
}

.news-recent > .news {
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}

.article-container {
	overflow: hidden;
	color: #333;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	/*background: #f6f6f6;*/
	background-color: var(--background-box);
	box-shadow: var(--material-shadow);
	margin: 15px;
	padding: 15px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.2s;
}

.img-preview-container > a {
		height: 8rem;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--background-box);
    box-shadow: var(--material-shadow);
		display: inline-flex;
		min-width: 33%;
}

.img-preview-container .img-preview-text {
	padding: 1em;
}

.img-preview-container .img-preview-text .title {
	color: var(--text-color);
	font-size: 1.5em;
}

.img-preview-container .img-preview-text .description {
	color: var(--text-color-faded);
}

.img-preview-container img {
	height: 100%;
}

.flex-container-hor .article-container {
	min-height: 200px;
	height: 10vw;
}

.article-container.has-image {
	min-height: 200px;
}

.grid-list {
	border: 1px solid var(--border-color);
}

.grid-list .article-container {
	min-height: unset !important;
}

.grid-list .article-origin {
	display: none;
}

.article-origin {
	display: inline-block;
	margin-right: 60px;
}

.article-container span {
	display: inline-block;
}

.grid-list > * {
	display: inline-block;
	margin: 0;
	padding: 5px 20px;
	border-radius: 0;
}

.grid-list > * title,
.grid-list > * .title,
.grid-list > * h5 {
	display: inline-block;
	margin: 0;
	font-size: 18px;
}

.grid-list > * time,
.sort-date,
.table-first-column {
	display: inline-block;
	width: 250px;
	margin-right: 10px;
}

.article-container .event-data {
	display: flex;
	flex-direction: column;
	width: 250px;
	margin-right: 10px;
}

.dt-wd {
	padding: 0 5px;
	margin-right: 5px;
	color: var(--text-color);
	background: var(--background-box-acc);
	border-radius: 3px;
	display: inline-block;
	width: 25px;
	text-align: center;
	position: relative;
	bottom: 1px;
	font-weight: bold;
}

/* RSFORMS BORDER-BOX FIX */

.dt-wd,
.article-container {
	box-sizing: content-box;
}

/* ###################### */

.border-left,
div.border-left {
	padding-left: 10px;
	border-left: var(--main-color) 5px solid !important;
}

.has-image img {
	margin-top: 10px;
	border-radius: 10px;
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.article-container.has-image > .tile-data,
.article-container.has-image > .tile-preview,
.article-container.has-image > .tile-title,
.article-container.has-image > .tile-title {
	margin: -15px;
	padding: 15px 15px 30px 15px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 75%, transparent 100%);
	color: #fff;
}

.article-container.has-image > .tile-preview > .disabled {
	color: #fff;
}

/*CENTERED TITLES (buggy calendar)*/

:not(.grid-list) > .article-container > .tile-title > .title,
:not(.grid-list) > .article-container > .tile-title > h4,
:not(.grid-list) > .article-container > .tile-preview > .title,
:not(.grid-list) > .article-container > .tile-data > .title {
	display: inline-block;
}

:not(.grid-list) > .article-container > .tile-preview > time {
	display: block;
}

:not(.grid-list) > .article-container > .tile-preview > time.relative-time::after {
	content: " gepostet";
}

:not(.grid-list) > .article-container > .tile-title,
:not(.grid-list) > .article-container > .tile-preview,
:not(.grid-list) > .article-container > .tile-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.grid-list > .article-container > .tile-preview {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.article-container.has-image h4 {
	color: #fff;
}

.article-container.has-image h4 > small {
	color: #ddd;
}

.article-container.default-image {
	background-position: right;
	background-size: contain;
	background-origin: content-box;
	background-blend-mode: soft-light;
}

.article-container:hover,
.article-container:focus,
.file:hover,
.file:focus {
	/*background-color: rgba(var(--main-color), 0.8);*/
	background-color: rgb(240, 240, 240);
	cursor: pointer;
	color: #333 !important;
	/*outline: none;*/
}

.article-container title,
.article-container .title,
.visible-container .title {
	font-size: 18px;
}

.over-canvas time,
.article-container time {
	margin-right: 10px;
}

.schulgeld {
	border-radius: 15px;
	padding: 10px 15px;
	background: var(--main-color);
	color: #fff !important;
	transition: 0.2s;
}

.schulgeld:hover,
.schulgeld:focus {
	text-decoration: none;
	background: var(--main-color);
	cursor: pointer;
	transition: 0.2s;
}

.margin-large {
	margin: 30px;
}

.mr {
	display: inline-block;
	margin-right: 20px;
}

.uk-container > .uk-navbar-content {
	float: right;
}

h2.uk-cover-backgroundheading {
	margin-bottom: 30px;
}

.filter-active {
	background: var(--main-color);
	color: #fff;
}

.no-margin {
	margin: 0;
}

.fb-profile-picture {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: top;
	border-radius: 500px;
	margin: 15px;
}

.search-results {
	display: inline-block;
}

/*.search-results::before {
  position: relative;
  font-family: "Material Icons";
  content: "check_circle";
  top: 4px;
  margin-right: 15px;
}*/

.full-width {
	border-radius: 5px;
	width: 100%;
	position: relative;
	margin-left: -50%;
	left: 50%;
}

.full-width-bg,
.full-width-bg::before,
.full-width-bg::after {
	background: #d4d4d4;
}

.full-width-bg h2,
.full-width-bg h3,
.full-width-bg h4,
.full-width-bg p,
.full-width-bg span {
	color: #333;
}

.full-width-bg {
	position: relative;
	/* for the child pseudo-elements */
	padding: 30px 0;
}

.full-width-bg::before,
.full-width-bg::after {
	content: "";
	position: absolute;
	/* fill vertically */
	top: 0;
	bottom: 0;
	width: 50vw;
	right: 100%;
	z-index: 0;
}

.full-width-bg:after {
	width: 50vw;
	left: 100%;
}

.full-width-bg div,
.full-width-bg a {
	z-index: 1;
}

@media (max-width: 1600px) {
	.full-width > div {
		margin: 2% 3%;
		margin: auto;
	}
}

.calling-card {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid var(--border-color);
	background-color: var(--background-box);
	display: flex;
	flex-direction: column;
	box-shadow: var(--material-shadow);
	overflow: visible;
	position: relative;
}

.visible-container .calling-card {
	box-shadow: none;
	background-color: var(--background-box-acc);
}

.calling-card.lite {
	background-color: unset;
	box-shadow: none;
	padding: 0;
	border: none;
}

.calling-card ul {
	text-align: left !important;
}

.calling-card h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.calling-card p {
	margin-bottom: 20px;
}

.calling-card .pp,
.pp-preview-container .pp {
	border-radius: 300px;
	width: 250px;
	height: 250px;
	object-fit: cover;
	object-position: top;
	align-self: center;
}

.calling-card.yt-channel-snippet .pp {
	align-self: auto;
	width: 88px;
	height: 88px;
}

.calling-card.yt-channel-snippet .sub-count {
	margin-right: 15px;
}

.cc-small.yt-channel-snippet h5 {
	font-weight: normal;
}

.cc-small.yt-channel-snippet h5 {
	margin-top: 0;
	margin-bottom: 0;
}

.cc-small .yt-channel-info {
	align-self: center;
}

.pp-preview-container .pp {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	margin-right: -8px;
	box-shadow: var(--material-shadow);
	margin-top: 0;
}

.article-container .pp-preview-container {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	width: 100%;
}

svg.pp {
	fill: var(--pp-fill);
	padding: 20px;
	background-color: var(--background-box-acc);
}

.contact-block {
	padding: 20px;
	padding-top: 8px;
	margin: -20px;
	margin-top: auto;
	background-color: rgb(240, 240, 240);
}

.contact-block * {
	overflow-wrap: anywhere;
}

.contact-block::before {
	display: block;
	font-weight: bold;
	content: "Kontakt";
}

.cc-large .contact-desc {
	margin-bottom: 10px;
}

.cc-large .contact-general-info {
	text-align: center;
}

.cc-small {
	flex-direction: row;
	display: inline-flex;
}

.cc-small .pp {
	width: 150px;
	height: 150px;
	margin-right: 20px;
	flex: none;
}

.cc-extra-small .pp {
	width: 100px;
	height: 100px;
}

.cc-small .contact-block h5 {
	margin-top: 0;
}

.cc-small .contact-block {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.cc-small .contact-block::before {
	content: none;
}

.profile-title-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 270px;
	/*background-color: var(--main-color);*/
	background-size: cover;
	background-position: center;
}

.profile-card .pp {
	border: 8px solid var(--background);
}

.profile-card .pp.contact-default-img {
	backdrop-filter: blur(25px);
}

.contact-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sticky {
	position: sticky;
	top: 10px;
	z-index: 500;
}

.standort,
.location {
	display: inline-block;
}

.foto-unterrichtsfach {
	padding-left: 30px;
	border-left: 5px solid var(--main-color);
	max-height: 400px;
	width: auto;
}

#priority {
	border-radius: 20px;
	margin-bottom: 15px;
}

.link-display:hover {
	color: #fff;
	background: var(--main-color);
}

.link-display:hover::after {
	color: #fff;
	border-color: #fff;
}

.bg-primary,
section#toolbar {
	position: relative;
	color: #fff;
	background-color: var(--main-color) !important;
}

.border-primary {
	border-color: var(--main-color) !important;
}

section#toolbar {
	height: 50px;
	position: sticky !important;
	top: 0;
	z-index: 3500;
}

#toolbar p {
	margin: 0;
}

#toolbar > div.container,
#toolbar > div.container div {
	height: 100%;
}

#toolbar-left div.moduletable {
	max-height: 0;
}

#mod-custom199 {
	/*container toolbar right*/
	display: flex;
}

#header-toolbar {
	display: inline-flex;
	align-items: center;
}

#header-toolbar .toolbar-buttons > a:not(:last-child) {
	margin-right: 20px;
}

#toolbar .toolbar-buttons {
	height: 100%;
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}

#toolbar .toolbar-buttons .material-button {
	color: var(--text-color);
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar > div {
	top: 70px;
}

.bg-primary a {
	color: #fff;
}

.bg-primary div,
.bg-primary a {
	z-index: 1;
}

#contact-bp-start {
	border-radius: 10px;
	padding: 0 15px;
}

#settings {
	border-radius: 10px;
}

#settings label {
	font-size: 18px;
}

#settings .setting {
	display: block;
	padding: 10px;
	transition: all 0.2s;
}

#settings .setting + .setting {
	border-top: 1px solid var(--border-color);
}

#settings .setting:hover {
	background-color: var(--background-box-acc);
}

#settings .setting:hover label {
	color: var(--main-color);
}

#settings .setting.active {
	background-color: var(--background-box-acc);
}

#settings input[type="color"],
#settings input[type="checkbox"] {
	width: 44px;
}

#settings input[type="text"] {
	float: right;
	text-align: right;
}

#settings a * {
	color: var(--link-color);
}

/*#schulen small {
  background: #cfcfcf;
  border-radius: 10px;
  margin-left: 5px;
  padding: 5px;
  font-size: 11px;
  position: relative;
  bottom: 3px;
  left: 3px;
}*/

.skeleton {
	background-color: var(--background-box-acc);
	align-items: center;
	justify-content: center;
	color: var(--text-color-faded);
	animation: alternate infinite pulse 1s ease-in-out;
}

.article-container.skeleton {
	min-height: 200px;
}

span.skeleton.text {
	display: inline-block;
}

.skeleton.text {
	border-radius: 5px;
	margin: 5px 10px 5px 0;
	width: 8rem;
	height: 1rem;
}

.skeleton.text.short {
	width: 3rem;
}

.skeleton.text.long {
	width: 12rem;
}

.placeholder {
	border-radius: 5px;
	background-color: var(--background-box-acc);
	margin: 5px 10px 5px 0;
	display: inline-flex;
	width: 8rem;
	height: 1rem;
	align-items: center;
	justify-content: center;
	color: var(--text-color-faded);
	font-weight: 600;
	animation: alternate infinite pulse 1s ease-in-out;
}

.placeholder.short {
	width: 3rem;
}

.placeholder.long {
	width: 12rem;
}

.placeholder.img {
	display: flex;
	height: 10rem;
	width: 400px;
	max-width: 100%;
	font-size: 1.3rem;
}

.input-controls {
	display: inline-block;
	color: #8b8b8b;
	transition: all 0.1s;
}

/*.primary::before {
    content: "location_on" !important;
	font-family: 'Material Icons';
	position: relative;
	top: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}*/

.input-controls:hover {
	color: var(--main-color);
	cursor: pointer;
}

.input-large {
	font-size: 2em;
	/*width: 300px;*/
	height: 50px;
	line-height: 50px;
	color: #8b8b8b;
	background: rgba(245, 245, 245, 0.8);
	border-radius: 15px;
	border: none;
	padding: 5px 15px;
	transition: all 0.3s;
}

.search-bar {
	-webkit-appearance: none;
	font-size: 1.5em;
	border-radius: 0;
	line-height: 1.5em;
	background-color: var(--background-box);
	color: #8b8b8b;
	border: none;
	padding: 5px 0;
	transition: all 0.3s;
}

.search-bar:focus {
	outline: none;
}

.sb-center {
	border-top: #e4e4e4 solid 1px;
	border-bottom: #e4e4e4 solid 1px;
	width: 100%;
}

.sb-left {
	border-left: #e4e4e4 solid 1px;
	border-top: #e4e4e4 solid 1px;
	border-bottom: #e4e4e4 solid 1px;
	border-radius: 30px 0 0 30px;
	padding: 5px 15px;
}

.sb-right {
	border-right: #e4e4e4 solid 1px;
	border-top: #e4e4e4 solid 1px;
	border-bottom: #e4e4e4 solid 1px;
	border-radius: 0 30px 30px 0;
	padding: 5px 15px;
}

.padding-top {
	padding-top: 80px;
}

.padding-bottom {
	padding-bottom: 80px;
}

.margin-top {
	margin-top: 80px;
}

.margin-bottom {
	margin-bottom: 80px;
}

.hidden {
	display: none !important;
}

.toolbar-outer {
	background-color: var(--main-color);
	border: none;
	height: 90px;
}

.fixed-center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#footer-menu {
	display: inline-flex;
	vertical-align: bottom;
}

.footer-bar {
	display: inline-block;
	vertical-align: bottom;
}

.horizontal-menu {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.horizontal-menu > * {
	display: inline-flex;
	margin: 6px 15px 0 0;
}

.grid-list {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: var(--material-shadow);
	margin: 15px 0;
}

.grid-list .article-container:not(:first-child) {
	box-shadow: none;
	border-top: 1px solid #e7e7e7;
}

.grid-list title {
	display: inline-block;
}

.grid-list .table-header {
	padding-top: 0;
	padding-bottom: 0;
}

.upload-date {
	color: #737373;
}

.table-header {
	background-color: #f0f0f0;
}

.link-display:active,
.button-secondary:active,
.button-small-grey:active,
.button-colored:active,
.article-container:active,
.input-large:active {
	transform: scale(0.95) !important;
}

.table-header:hover,
.table-header:focus,
.table-header:active {
	transform: none !important;
	cursor: unset;
}

.table-header > *:hover {
	cursor: pointer;
}

.sort-active {
	color: var(--main-color);
}

.site-transition-img {
	filter: invert(0.5);
}

.tiles {
	margin-left: -15px;
	margin-right: -15px;
}

.tiles .table-header {
	flex-basis: 100%;
	background-color: unset;
	display: none;
}

.tiles .article-container {
	min-height: unset;
}

.tiles.t-small h5 {
	font-size: 16px;
	margin-top: 0;
}

.tiles .file {
	border-radius: 5px;
}

.tiles.t-small .file {
	padding: 5px 15px;
	display: flex;
	align-items: center;
}

.tiles.t-small time.upload-date {
	font-size: 14px;
}

.tiles .file-size {
	display: block;
}

.tiles a.file::after {
	font-size: 10px;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 15px;
	line-height: 1.6em;
}

.tiles .file h5::before {
	display: none;
}

.center-hor {
	display: flex;
	justify-content: center;
}

.center-ver {
	display: flex;
	align-items: center;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.jump-to-search {
	z-index: 999;
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 2rem;
	padding: 5px;
	border-radius: 5px;
	background-color: var(--main-color);
	box-shadow: var(--material-shadow);
	color: #fff;
	transition: all 0.2s;
}

.jump-to-search:hover {
	color: var(--main-color);
	background-color: var(--background-box);
	cursor: pointer;
}

#cat-filter,
.cat-filter {
	margin: 20px 0;
	display: flex;
	position: relative;
	overflow-x: hidden;
	white-space: nowrap;
}

#cat-filter::-webkit-scrollbar,
.cat-filter::-webkit-scrollbar {
	display: none;
}

.filter-container {
	margin-bottom: 20px;
}

.loading-overlay {
	background-color: var(--background);
	border-radius: 15px;
}

.over-canvas .oc-logo {
	padding: 10px;
	margin: 10px 0 0 10px;
	max-height: 80px;
	float: right;
	background-color: #ccc;
}

.desc-spec {
	color: #737373;
}

.quickstats > * {
	display: inline-block;
	margin-right: 20px;
}

.highlighted {
	display: inline-block;
	line-height: unset;
	border-radius: 5px;
	color: var(--main-color);
	transition: all 0.15s;
	padding: 5px;
	background-color: rgba(100, 100, 100, 0.1);
}

.boxed {
	background-color: var(--background-box-acc);
	padding: 0px 8px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	height: auto;
	margin: 10px 10px 0px 0;
}

.note {
	padding: 10px;
	border-left: 6px solid;
	border-radius: 5px;
	margin: 10px 0 20px 0;
}

.note-danger {
	background-color: var(--danger-bg);
	border-color: var(--danger);
}

.note-warning {
	background-color: var(--warning-bg);
	border-color: var(--warning);
}

.note-info {
	background-color: var(--info-bg);
	border-color: var(--info);
}

.p-20 {
	padding: 10px 20px;
}

.block {
	display: block;
}

.highlighted:hover {
	cursor: pointer;
}

.highlighted::before {
	margin-right: 5px;
	font-family: "Material Icons";
	content: "expand_more";
	vertical-align: bottom;
}

.hor-nav {
	transition: all 0.2s;
	z-index: 100;
	position: absolute;
	top: -8px;
	width: 60px;
	font-size: 25px;
	height: min-content;
	color: var(--main-color);
	font-weight: bold;
}

.hor-nav:hover {
	cursor: pointer;
}

.hor-nav::before {
	content: none;
}

.left-button {
	left: 0;
	border-radius: 0 50px 50px 0;
	text-align: start;
	background: linear-gradient(90deg, var(--background) 0%, var(--background) 50%, transparent);
}

.left-button:active {
	background: linear-gradient(90deg, var(--background-box-acc) 0%, var(--background-box-acc) 50%, transparent);
}

.left-button::before {
	font-family: "Material Icons";
	content: "chevron_left";
	vertical-align: middle;
}

.right-button {
	right: 0;
	border-radius: 50px 0 0 50px;
	text-align: end;
	background: linear-gradient(270deg, var(--background) 0%, var(--background) 50%, transparent);
}

.right-button:active {
	background: linear-gradient(270deg, var(--background-box-acc) 0%, var(--background-box-acc) 50%, transparent);
}

.right-button::before {
	font-family: "Material Icons";
	content: "chevron_right";
	vertical-align: middle;
}

#outer {
	position: relative;
}

#db-query-results {
	position: absolute;
	background-color: var(--background-box);
	color: var(--text-color);
	z-index: 100;
	border-radius: 10px;
	box-shadow: var(--material-shadow);
	box-sizing: border-box;
	margin-top: -10px;
}

#db-query-results h5 {
	display: block;
}

#db-query-results:empty {
	border: none;
	padding: 0;
}

.flex-1 #db-query-container {
	margin-top: 0;
}

/* LINKS SHOWCASE */
.logo-flex {
	min-height: 100px;
	position: relative;
	flex: 1;
	height: auto;
	/*border-radius: 10px;
    border: #d33e335d 1px solid;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.1);
    margin: 10px 1%;*/
	padding: 8px 15px;
	list-style: none;
	transition: 0.2s;
	border-radius: 15px;
}

.logo-flex img {
	max-height: 80%;
	max-width: 90%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.links-redirects .link-title {
	display: block;
	text-align: center;
}

.links-redirects > * {
	transition-duration: 0.15s;
	border-radius: 10px;
}

.links-redirects > *:hover,
.links-redirects a:focus {
	background-color: var(--background-box-acc);
}

/*------------------------------*/

/* Tooltip container */
.tooltipcontainer {
	position: relative;
	display: inline-block;
	color: var(--link-color);
}

/* Tooltip text */
.tooltipcontainer .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: var(--background-box);
	color: var(--text-color);
	box-shadow: var(--material-shadow);
	text-align: left;
	padding: 5px 10px;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipcontainer:hover {
	cursor: help;
}

.tooltipcontainer:hover .tooltiptext {
	cursor: default;
	visibility: visible;
	z-index: 1000;
}

.tabs-header {
	margin: 20px 0;
	display: flex;
	overflow-x: scroll;
	white-space: nowrap;
}

.tabs-header::-webkit-scrollbar {
	display: none;
}

.tabs-header > ul {
	list-style: none;
	padding-left: 0;
}

.tabs-header .tab-button {
	display: inline-flex;
	height: 3rem;
	font-weight: 500;
	align-items: center;
	text-transform: uppercase;
	margin-right: 30px;
	position: relative;
}

.tabs-header .tab-button:hover {
	cursor: pointer;
}

.tabs-header .tab-button.active:hover {
	cursor: default;
}

.tabs-header .tab-button:not(.active):hover,
.tabs-header .tab-button:not(.active):focus {
	border-bottom: 2px solid #737373 !important;
}

.tabs-header .tab-button.active {
	border-bottom: 2px solid var(--main-color);
}

.circle-button {
	border-radius: 500px;
	padding: 5px;
	transition: all 0.2s;
}

.circle-button:hover {
	background-color: rgba(120, 120, 120, 0.1);
	cursor: pointer;
}

.circle-button:active {
	background-color: rgba(245, 245, 245, 0.5);
}

.calling-card .person-details {
	color: transparent;
}

.calling-card:hover .person-details,
.person-details:focus {
	color: unset;
}

.pp.hover {
	border: 4px solid var(--main-color);
	padding: 8px;
	transition: all 0.2s;
}

.pp.hover:hover,
.pp.hover:focus {
	cursor: pointer;
	filter: brightness(80%);
	outline: none;
}

.calling-card.yt-channel-snippet .pp.extra-small {
	height: 44px;
	width: 44px;
}

.file-size {
	color: var(--text-color-faded);
}

.disabled {
	color: var(--text-color-faded);
}

#admin label {
	margin: 0;
}

#admin input[type="checkbox"] {
	display: none;
}

#admin label + input[type="checkbox"] {
	position: relative;
	float: right;
	display: inline-flex;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 2;
}

#admin label + input[type="checkbox"]:before {
	width: 40px;
	height: 20px;
	border-radius: 20px;
	border: 2px solid var(--background-box-acc);
	background-color: var(--background);
	content: "";
	transition: background-color 0.2s linear;
}

#admin label + input[type="checkbox"]:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
	content: "";
	transition: margin 0.1s linear;
	box-shadow: 0px 0px 5px var(--text-color-faded);
	position: absolute;
	left: 2px;
	top: 2px;
}

#admin label + input[type="checkbox"]:checked:before {
	background-color: var(--main-color);
}

#admin label + input[type="checkbox"]:checked:after {
	margin: 0 0 0 20px;
}

#admin textarea {
	box-sizing: border-box;
	height: 130px;
	display: block;
	width: 400px;
	max-width: 100%;
}

#admin input[type="color"] {
	float: right;
}

#admin input[type="file"] {
	display: none;
}

#admin #schulen {
	flex-direction: column;
	margin: 0;
}

#admin .input-form {
	display: flex;
	align-items: flex-end;
}

#admin .input-form > div {
	display: flex;
	flex-direction: column;
}

#admin .input-form select {
	margin-right: 50px;
}

#admin .input-form label {
	margin-right: 10px;
	font-weight: bold;
}

.admin-tooltip {
	background-color: var(--background-box);
	padding: 2px 10px;
	border-radius: 50px;
	border: 1px solid var(--border-color);
	box-shadow: var(--material-shadow);
	position: fixed;
	bottom: 15px;
	left: 15px;
	transition: all 0.2s;
	z-index: 1000;
}

.admin-tooltip:hover {
	background-color: var(--main-color);
	color: #fff;
}

#override-data table {
	border-collapse: collapse;
	width: 100%;
}

#override-data table tr {
	background-color: var(--background-box);
	border: 1px solid var(--border-color);
	position: relative;
}

#override-data table tr:first-child {
	background-color: var(--background-box-acc);
}

#override-data table th {
	text-align: left;
	padding: 10px;
}

#override-data table td {
	padding: 10px;
}

#override-data tr:hover .table-delete {
	visibility: visible;
}

.table-delete {
	display: flex;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	transition: background-color 0.2s, backdrop-filter 0.2s;
}

.table-delete:hover {
	background-color: rgba(255, 0, 0, 0.3);
	backdrop-filter: blur(2px);
}

.table-delete .delete-confirm {
	transition: background-color 0.2s, color 0.2s;
	padding: 0 5px;
	border-radius: 5px;
}

.table-delete .delete-confirm:hover {
	cursor: pointer;
	background-color: #fff;
	color: #bb0000;
}

.button-hover-center {
	width: fit-content;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	position: fixed;
	overflow: hidden;
	z-index: 2001;
	text-align: center;
	border-radius: 10px;
	background-color: var(--background);
	border: 1px solid var(--border-color);
}

.pricing-table {
	width: 100%;
	box-shadow: var(--material-shadow);
	table-layout: fixed;
	background-color: var(--background-box);
}

.pricing-table,
.pricing-table th,
.pricing-table td {
	border: 1px solid var(--background-box-acc);
}

.pricing-table > thead td {
	background-color: var(--main-color);
	font-size: 1.5rem;
	color: #fff;
	height: 40px;
}

.pricing-table > tbody > tr:first-child {
	font-size: 2.2rem;
	font-weight: 500;
	height: 60px;
}

.pricing-table > thead td:first-child {
	background-color: grey;
}

.pricing-table > thead td:nth-child(2) {
	background-color: var(--main-color-lite);
}

.price-tag-final {
	font-size: 2.5rem;
	color: var(--link-color);
}

img.img-scalesize:hover {
	cursor: zoom-in;
}

img.img-fullsize:hover {
	cursor: zoom-out;
}

/*------------------------------ STEPPER / PROGRESS BAR -----------------------------------*/

.stepper {
	display: flex;
}

.stepper > .stepper-item {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}

.stepper > .stepper-item:not(:first-child)::before {
	flex: 1;
	height: 1px;
	width: 100%;
	margin-right: 1rem;
	content: "";
	background-color: var(--border-color);
}

.stepper > .stepper-item:not(:last-child)::after {
	flex: 1;
	height: 1px;
	width: 100%;
	margin-left: 1rem;
	content: "";
	background-color: var(--border-color);
}

.stepper > .stepper-item:first-child {
	justify-content: flex-start;
}

.stepper > .stepper-item:last-child {
	justify-content: flex-end;
}

.stepper > .stepper-item > .icon {
	margin-right: 10px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: grey;
	color: white;
}

.stepper > .stepper-item.active > .icon {
	background-color: #b10f0a;
}

.stepper > .stepper-item.completed > .icon {
	background-color: #00b74a;
}

.stepper > .stepper-item .text {
	display: flex;
	flex-direction: column;
}

.stepper > .stepper-item .title {
	color: var(--text-color-faded);
	font-weight: 500;
	line-height: initial;
}

.stepper > .stepper-item .subtext {
	font-size: 0.7rem;
}

/* TABS */

.tabwindow {
	border-radius: 10px;
	background-color: var(--background-box);
	box-shadow: var(--material-shadow);
	border: 1px solid var(--border-color);
	overflow: hidden;
}

.tabwindow .tabs {
	background-color: var(--background-box-acc);
	color: var(--text-color);
	font-size: 0;
}

/* Style tab links */
.tablink {
	background-color: var(--background-box-acc);
	color: var(--text-color);
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 30px;
	font-size: 16px;
}

.tablink:hover {
	background-color: var(--main-color-lite);
	color: #fff;
}

.tablink.active {
	background-color: var(--main-color);
	color: #fff;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	display: none;
	padding: 15px;
}

/* /TABS */

@media (max-width: 767px) {
	.stepper {
		flex-direction: column;
	}
	.stepper > .stepper-item::before,
	.stepper > .stepper-item::after {
		content: none !important;
	}

	.stepper > .stepper-item {
		justify-content: flex-start !important;
	}
}

/*------------------------------MEDIA QUERIES-----------------------------------*/

@media (min-width: 768px) {
	.article-container.has-image:hover {
		/*background-size: 105%;*/
		filter: contrast(0.7);
	}

	.mobile-only {
		display: none !important;
	}

	.grid-list {
		overflow: hidden;
		border-radius: 10px;
		box-shadow: var(--material-shadow);
		margin: 15px 0;
	}

	.list-item,
	.grid-list > *:not(:first-child) {
		box-shadow: none;
		border-top: 1px solid #e7e7e7;
	}

	.grid-list > .article-container > * {
		display: inline-block;
	}

	.grid-list .border-left {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	section#toolbar {
		position: unset !important;
		z-index: 1;
	}

	#settings-bar {
		display: none;
	}

	.quickstats > * {
		display: block;
		margin-right: 0;
	}

	.tooltipcontainer .tooltiptext {
		position: fixed;
		bottom: 25px;
		left: 50%;
		transform: translate(-50%);
	}

	.horizontal-menu {
		flex-direction: column;
		align-items: flex-start;
	}

	.tabs-header .tab-button {
		margin-right: 10px;
	}

	.calling-card .person-details {
		color: unset;
	}

	.tabs-header li.tab-button {
		flex-direction: column;
		font-size: 8px;
		max-width: 100px;
		height: 100px;
		text-align: center;
		white-space: normal;
	}

	.article-container {
		background-size: cover;
	}

	.news-recent {
		max-width: 100%;
	}

	.grid-list > * time {
		display: block;
		width: unset;
	}

	.lmsw-logo-footer {
		display: none;
	}

	#footer-menu {
		flex-direction: column;
	}

	.desktop-only {
		display: none !important;
	}

	.sticky {
		top: 10px;
	}

	.cc-small {
		flex-direction: column;
		overflow-wrap: anywhere;
	}

	.cc-small .contact-general-info {
		text-align: center;
	}

	.cc-small .pp {
		margin: 0;
		width: 200px;
		height: 200px;
	}

	.cc-small.yt-channel-snippet {
		flex-direction: row;
	}

	.cc-small.yt-channel-snippet .pp {
		margin-right: 10px;
		height: 44px;
		width: 44px;
	}

	.cc-small .contact-block {
		padding: 20px;
		margin: -20px;
		margin-top: 15px;
		background-color: rgb(245, 245, 245);
	}

	.cc-small .contact-block h5 {
		margin-top: 20px;
	}

	.spotlight-image {
		background-attachment: scroll;
		background-position: center;
	}

	#cat-filter,
	.cat-filter {
		white-space: nowrap;
		padding-bottom: 10px;
		overflow-x: auto;
	}

	.grid-list > * title,
	.grid-list > * h5 {
		display: block;
	}

	.flex-container-hor {
		flex-direction: column;
	}

	.always-hor {
		flex-direction: row;
	}

	.flex-container-hor > .button-colored {
		justify-content: unset;
		text-align: left;
	}

	.large-padding {
		padding: 15px 20px;
	}

	title {
		font-size: 1.8rem;
	}

	.visible-container {
		min-height: 100px;
	}

	.hor-nav {
		display: none;
	}

	:not(.grid-list) > .article-container > .tile-preview {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.grid-list > .article-container > .tile-preview {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.article-container .event-data {
		width: 100%;
	}
}

@media (max-width: 374px) {
	h5.main-logo {
		font-size: 1rem;
	}
}
