/*
* Theme Name:   Stadtmaeuse KW (2024)
* Theme URI:    https://www.koshinski.de/
* Author:       koshinski
* Author URI:   https://www.koshinski.de
* Description:  Stadtmaeuse KW Template
* Version:      1.0.0
* License:      GNU General Public License v2 or later
* License URI:  http://www.gnu.org/licenses/gpl-2.0.html
* Template:     flatsome
* Text Domain:  flatsome-child
* Domain Path:  /languages/
* Tags:
*/


@keyframes MoveUpDown {
	0%, 100% {
		bottom:0;
	}
	50% {
		bottom:2em;
	}
}

@-webkit-keyframes MoveUpDown {
	0%, 100% {
		bottom:0;
	}
	50% {
		bottom:2em;
	}
}

::selection {
	color:white;
	background-color:var(--fs-color-secondary);
}

.dark ::selection {
	color:var(--fs-color-secondary);
	background-color:white;
}

body {
	font-size:1.4em;

	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

label {
	font-weight:500;
}
.screen-reader-text:focus {
	font-weight: normal;
	background-color:#fff;
	padding:1em 2em;
	box-shadow: none;
	border:1px solid var(--fs-color-secondary);
}

.back-to-top.active {
	mix-blend-mode: multiply;
}

.scroll-for-more {
	animation: MoveUpDown 2s ease-in-out infinite;
}

.nav > li > a {
	font-size: 1em;
}
.absolute-footer {
	padding:10px 0;
}
.absolute-footer ul {
	border:none;
	padding-bottom:0;
}
.datenschutz {
	text-decoration: underline;
}
.ps-accordion .accordion-title {
	border-top:none;
}
.ps-accordion .accordion-title.active {
	background-color:initial;
	font-weight: initial;
}


@media only screen and (min-width: 550px) {
}
@media only screen and (min-width: 850px) {
}