/* COLOURS */

:root {
	--background-page: #e9e6e2; /* Seitenhintergrund */
	--background-column: #fff; /* Spalten Hintergrund */
	--background-logo: #fff; /* Logo Hintergrund */
	--border-light: #e5e5e5; /* Rahmen um Spalten */
	--background-sidebar: #fff; /* Seitenspalte Hintergrund */
	--background-light: #666; /* Text in heller */
	--menu-passive: #fff; /* Menü Hintergrund passiv #2F2C2A*/
	--menu-text-passive: #000; /* Menü Text passiv #fff*/
	--menu-active: #aa212a; /* Menü Hintergrund aktiv #766249*/
	--menu-text-active: #fff; /* Menü Text aktiv */
	--menu-text-hover: #000; /* Menü Text aktiv unter Maus */
	--linkactive-light: #aa212a; /* Links auf Seite */
	--linkpassive-light: #2F2C2A; /* Links unten im Footer */
	--textcolor-light: #767676; /* Hellerer Text auf hellem Hintergrund */
	--linkpassive-dark: #a2a2a2; /* Heller Text auf dunklem Hintergrund */
	--headlinecolor: #aa212a; /* Überschriftfarbe */
	--textcolor: #666; /* Textfarbe */
}

* { box-sizing: border-box; word-break: break-word; text-size-adjust: none; -moz-text-size-adjust: none; }

body {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	background-color: var(--background-page);
	color: var(--textcolor);
}

/* RESPONSIVE DESKTOP */
@media screen and (min-width: 681px) {
	.columns .column {
		margin-bottom: 0px;
		width: 100px;
		flex-basis: 100px;
		&:nth-last-child(2) {
			/* margin-right: 0; Chrome Error */ 
		}
		&:last-child {
			flex-basis: 160px;
			/* margin: 0; Chrome Error */
		}
	}
	.column:last-child {
		width: 100%;
		color: var(--textcolor);
		background-color: var(--background-sidebar);
	}
	.sidebar_container {
		position: relative;
		width: 100%;
	}
	.sidemenu ul li a {
		color: var(--textcolor)!important;
	}
	.sidemenu ul li a:hover {
		color: var(--textcolor)!important;
	}
	.sidebar_box {
		padding: 10px;
		width: 75%;
		margin: auto;
	}
	#search2 {
		display: none!important;
	}
	.trenner {
		border: 0px;
		border-top: 20px solid var(--background-page);
		margin: 40px -25px;
	}
	#heft {
		position: absolute;
		top: 25px;
		right: 60px;
		width: 140px;
		height: 179px;
		background-image: url("https://snfachpresse.com/lesen/latestimage.php?heft=hf");
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 10;
		transform: rotate(5deg);
		border: 1px solid #c8c8c8;
		box-shadow: 5px 5px 5px #c8c8c8;
	}
	#heft:hover {
		transform: rotate(4deg);
		transform: scale(1.1, 1.1);
	}
}

/* RESPONSIVE TABLET */
@media screen and (max-width: 1300px) {
	.hoch {
		display: none!important;
	}
}

/* RESPONSIVE MOBILE */
@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 10px;
	}
	.column:last-child {
		color: var(--background-page);
		background-color: var(--background-light);
	}
	.header { font-size: 0.9em; }
	.footer { font-size: 0.7em; line-height:1.2em; }
	.sidebar_container {
		float: left;
		width: 90px;
		margin-right: 20px;
		margin:auto;
}

	.sidebar_box {
		padding: 0px;
	}
	.search {
		background-color: var(--background-light)!important;
	}
	#search1 {
		display: none!important;
	}
	.sidemenu ul li a {
		color: var(--background-page)!important;
	}
	.sidemenu ul li a:hover {
		color: var(--background-page)!important;
	}
	h1 {
		font-size: 2.2em!important;
	}
	.h1small {
		font-size: 1.7em!important;
		line-height: 1.1em!important;
	}
	.button {
		font-size: 0.8em;
	}
	.beschreibung h1 {
		font-size: 8vw!important;
	}
	.detail {
		font-size: 0.8em;
	}
	.detail .jahr {
		display: none!important;
	}
	.detail .ausgabe {
		display: none!important;
	}
	.searchbox_container input[type=text]:focus {
		width: 100px;
	}
	#logobild {
		width: 90%!important;
		margin: auto;
	}
	.mainmenu ul li a {
		font-size: 0.9em!important;
	}
	#subline {
		display: none;
	}
	#heft {
		display: none!important;
	}
	.slideshow-container {
		margin-bottom: 0px!important;
	}
	.slideimage {
		height: 250px!important;
	}
	.bildtext {
		font-size: 2.4vw!important;
		font-size: 1.4em!important;
	}
	.indicator {
		display: none!important;
	}
	#tagcloudcontainer {
		position: relative!important;
		bottom: 0px!important;
	}
	#HFE {
		display: none!important;
	}
	#RMB {
		display: none!important;
	}
}

@media print {
	body {
		background-color: #fff!important;
	}
	.toppart {
		display: none!important;
	}
	.mainmenu {
		display: none!important;
	}
	.column:last-child {
		display: none!important;
	}
	.sociallinks {
		display: none!important;
	}
	.button-container {
		display: none!important;
	}
	.lowermenu {
		display: none!important;
	}
	.logo {
		border-bottom: 1px solid var(--border-light)!important;
	}
	#pageurl {
		display:block!important;
		margin-bottom: 20px;
	}
	.tagcloud {
		display:none!important;
	}
}

.sidebar_container {
	position: relative;
	margin: 0px 5px 10px 0px;
}

.wrapper {
	position: relative;
	max-width: 960px;
	width: 95%;
	margin: 20px auto;
	max-height: 999999px;
}

.logo {
	position: relative;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	background-color: var(--background-logo);
	padding: 40px 20px;
	margin: 0px 10px 0px 10px;
	border: 1px solid var(--border-light);
	border-bottom: 0px solid #fff;
	border-radius: 0px;
}
.logo a:hover {
	text-decoration:none;
}
#logobild {
	position: relative;
	width: 45%;
	margin: 0px 20px;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.column {
	flex: 1;
	background-color: var(--background-column);
	padding: 20px;
	margin: 10px;
	border: 1px solid var(--border-light);
	border-radius: 0px;
	&:first-child { margin-left: 1; }
	&:last-child { /* margin-right: 0; Chrome Error */}
}
.column:first-child {flex-grow: 2;}

.footer {
	margin: 10px 20px 60px 20px;
	color: var(--background-light);
}
.footer span {
	color: var(--background-light);
}
.footer a:link, .footer a:active, .footer a:visited {
	text-decoration: none;
	color: var(--background-light);
}
.footer a:hover {
	text-decoration: underline;
	color: var(--background-light);
}

.mainmenu {
	font-weight: normal;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	margin: -5px 10px 5px 10px;
	top: 170px;
	height: 47px;
	max-height: 1000000px;
	border: 1px solid var(--border-light);
	border-top: 0px solid #fff;
	z-index: 10;
	background-color: var(--background-sidebar);
}
.mainmenu ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: var(--menu-passive);
	height: 46px;
}
.mainmenu ul li {
	margin: 0;
	padding: 0;
	float: left;
}
.mainmenu ul li a {
	display: block;
	color: var(--menu-text-passive)!important;
	text-align: center;
	padding: 14px 12px;
	text-decoration: none;
}
.mainmenu ul li a:hover {
	background-color: var(--menu-text-hover)!important;
	color: var(--menu-text-active)!important;
}
.mainmenu ul .active {
	background-color: var(--menu-active);
	color: var(--menu-text-active)!important;
	font-weight: bold;
}

.sidemenu {
	z-index: 1;
	position: relative;
	width: 100%;
}
.sidemenuhead {
  /*font-family: 'Bitter', 'Times', 'Times New Roman', serif;*/
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
}

.searchbox_container {
	position: relative;
}
.searchbox1 {
	position: absolute;
	top: -37px;
	right: 10px;
	z-index: 10;
}
.searchbox2 {
	position: absolute;
	top: -2px;
	right: 5px;
	z-index: 5;
	font-size: 0.8em;
}
.search {
	border: 0px solid var(--border-light);
	background-color: var(--menu-passive);
	border-radius: 5px;
	font-size: 1em;
	color: #fff;
	width: 10px;
}
::placeholder {
	color: #000;
	font-weight: normal;
}
.searchbox_container input[type=text] {
	background-image: url('fonts/fontawesome-free-5.12.0-web/svgs/solid/search.svg');
	background-position: 5px 1px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 38px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	color: #000;
}
.searchbox_container input[type=text]:focus {
	width: 200px;
    outline: none;
}
.searchbox1 form label, .searchbox2 form label {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* ELEMENTS */

a:link, a:active, a:visited {
	text-decoration: none;
	color: var(--linkactive-light);
}

a:hover {
	text-decoration: underline;
	color: var(--linkactive-light);
}

li { margin-bottom: 5px; }
li a { color: var(--linkpassive-dark)!important; }
li a:hover { color: #fff!important; }
li i { display: inline-block; width: 20px; text-align: center; }

h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin-bottom: 20px;
}

.h1small {
	/*font-family: 'Bitter', 'Times', 'Times New Roman', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 4px 0px 10px 0px;
	color: var(--headlinecolor)!important;
}

h2 {
	/*font-family: 'Bitter', 'Times', 'Times New Roman', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 4px 0px 8px 0px;
}

.h2 {
	/*font-family: 'Bitter', 'Times', 'Times New Roman', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.3em!important;
	line-height: 1.2em;
	margin: 4px 0px 8px 0px;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
	margin-top: 20px;
}

h4 {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 10px;
}

h {
	line-height: 0;
	font-size: 0.6em;
	vertical-align: super;
}

t {
	line-height: 0;
	font-size: 0.6em;
	vertical-align: sub;
}

i {
	font-style: italic;
}

#pageurl {
	display: none;
}

.pad {
	margin-right: 5px;
}

p, u {
	margin-top: 10px;
}

b {
	font-weight: 700;
}

hr {
	border: 0px;
	border-top: 1px dotted lightgrey;
	margin: 20px 0px;
	clear:both;
}

.datum {
	color: var(--textcolor-light);
	font-size: 1em;
}
.datum a:link, .datum a:active, .datum a:visited {
	text-decoration: none!important;
	color: var(--textcolor-light)!important;
}
.datum a:hover {
	text-decoration: underline!important;
	color: var(--textcolor-light)!important;
}

.newsitem a:link h1, .newsitem a:active h1, .newsitem a:visited h1,
.newsitem a:link h2, .newsitem a:active h2, .newsitem a:visited h2 {
	text-decoration: none;
	color: var(--headlinecolor);
}
.newsitem a:hover {
	color: var(--headlinecolor);
	text-decoration-thickness: 15%!important;
}
.newsitem h1, .newsitem h2 {
	color: var(--headlinecolor);
}
.newsitem {
	border-top: 1px dotted lightgrey;
	margin: 10px 0px;
	padding: 20px 0px;
}
.newsitem:first-child {
	border-top: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
}
.newsitem .img_s {
	float: left;
	/*border: 1px solid var(--linkpassive-light);
	border-radius: 4px;*/
	margin: 5px 10px 8px 0px;
	/*box-shadow: 1px 1px 5px var(--linkpassive-dark);*/
	max-width: 100%;
}
.newsitem .img_l {
	margin: 5px -20px 10px -20px;
	width: calc(100% + 20px + 20px);
}
.fullwidth {
	width: 100%;

}

h2 + b {
	float: left;
	margin: 10px 0px!important;
}

.bildrechte {
	float: left;
	width: 100%;
	position: relative;
	top: -50px;
	padding: 10px;
	background-color: none;
	text-align: right;
	color: #fff;
	font-size: 0.8em;
	text-shadow: 0 0 5px black;
}
.bildunterschrift {
	float: left;
	width: 100%;
	position: relative;
	top: -55px;
	padding: 10px;
	background-color: #eeeff0;
	color: #666;
	font-size: 0.9em;
	border-top: 0px;
	margin: 0px 8px -24px 0px;
	/*
	border: 1px solid var(--linkpassive-light);
	border-radius: 0px 0px 4px 4px;
	box-shadow: 1px 1px 5px var(--linkpassive-dark);
	*/
}

*.highlight {background-color: yellow;}
*.hoch {font-size:1em; position:relative;top:-5px;}
*.tief {font-size:1em; position:relative;top:3px;}

.hidden {
	visibility: hidden;
	overflow: hidden;
	max-height: 0px;
	opacity: 0;
	-moz-transition: visibility 0.3s;
	-moz-transition: height 1.5s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: visibility 0.3s;
	-webkit-transition: height 1.5s;
	-webkit-transition: opacity 0.3s;
	transition: visibility 0.3s;
	transition: height 1.5s;
	transition: opacity 0.3s;
}
.shown {
	visibility: visible;
	overflow: auto;
	max-height: 4000px;
	opacity: 1;
	-moz-transition: visibility 0.3s;
	-moz-transition: height 1.5s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: visibility 0.3s;
	-webkit-transition: height 1.5s;
	-webkit-transition: opacity 0.3s;
	transition: visibility 0.3s;
	transition: height 1.5s;
	transition: opacity 0.3s;
	cursor:pointer;
}
.sidemenu ul li span:hover {
	text-decoration: underline;
}

.detail hr {
	width: 50%;
	height: 0px;
	border: 0px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	text-align: left;
	margin: 5px 0px 5px 40px;
}
.detail .artikelliste {
}
.shorten-long-text {
}
.detail .jahr {
	font-size: 0.8em;
	min-width: 40px;
	color: #6d6d6d;
	display: inline-block;
}
.detail .ausgabe {
	font-size: 0.8em;
	color: #6d6d6d;
	display: inline-block;
}
.detail .person {
	position: relative;
	top: 0px;
	float: left;
	margin: 0px 10px 5px 0px;
	-webkit-box-shadow: 0px 15px 30px -20px #000;
	-moz-box-shadow: 0px 15px 30px -20px #000;
	box-shadow: 0px 15px 30px -20px #000;
	border: 1px solid #fff;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
}
.lightbox img {
	position: absolute;
	max-width: 90%;
	max-height: 80%;
	margin: 0;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lightbox:target {
	outline: none;
	display: block;
}
.lightbox .bildrechte {
	position: absolute;
	width: 100%;
	top: 95%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1em;
}

.button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
		color: #fff!important;
}
.button {
	padding: 4px 10px;
	margin: 4px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--menu-active);
	background-color: var(--menu-active);
  flex: 5 1 auto;
  align-self: auto;
}
.button:link, .button:active, .button:visited {
	text-decoration: none;
	color: #fff!important;
}
.button input[type=button], .button input[type=submit], .button input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	background-color: var(--link-active);
	font-size: 1em;
	width: 100%;
	height: 100%;
	outline: none;
	color: #fff!important;
}
.button-container a.button:first-child {
	margin-left: 0px;
}
.button-container a.button:last-child {
	margin-right: 0px;
}
.button:hover {
	text-decoration: none;
	filter: brightness(85%);
}

.toppart {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0px;
	z-index: 12;
	margin: 10px 0px 0px 0px;
	background-color: var(--background-page);
	height: 170px;
}
.toppart .quer {
	position:absolute;
	margin: 0px 10px;
	width: calc(100% - 21px);
}
.toppart .hoch {
	position:absolute;
	top: 0px; right: -170px;
	z-index: 10;
	width: 160px;
	height: 600px;
	margin-bottom: 20px;
}

.einschub {
	border-top: 1px dotted lightgrey;
	margin: 10px 0px;
	padding: 20px 0px;
	width: 100%;
}
.einschub:first-child {
	border-top: 0px;
	margin: -20px -20px 10px -20px!important;
	padding: 0px 0px 20px 0px!important;
	width: calc(100% + 20px + 20px + 1px);
}

.beispiel {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #c8c8c8;
	border: 1px solid red;
	text-align: center;
	white-space: pre;
}
.quer .beispiel {
	height: 150px;
}

.vcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		color: #000;
}

.liste .tabelle {
	width: 100%;
}
.liste .tabelle td {
	padding: 10px 8px;
	vertical-align: top;
}
.liste .tabelle td img {
	border: 1px solid #fff;
	background-color: #c8c8c8;
	-webkit-box-shadow: 0px 10px 25px -15px #000;
	-moz-box-shadow: 0px 10px 25px -15px #000;
	box-shadow: 0px 10px 25px -15px #000;
}
.liste span {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 300;
}
.liste .tabelle .headline {
	padding: 0px 0px 20px 0px;
}
.liste .spalte {
	width: 100%;
}
.liste .zeile {
	border-top: 1px dotted var(--background-light);
}
.liste .nummer {
	font-size: 0.8em;
	white-space: nowrap;
}
.liste .firmenname {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.firmenname a {
	color: var(--headlinecolor)!important;
}
.liste .firmenname span {
}
.liste .ort {
	margin-bottom: 15px;
}
.liste .personennamen {
	margin-bottom: 15px;
}
.liste .markennamen {
	margin-bottom: 15px;
}
.liste .produkte {
	margin-bottom: 15px;
}
.liste .altern {
}
.liste li:before {
	content: "- ";
}
.liste li {
	text-indent: -0.6em;
	margin-left: 0.8em;
}
.liste .ausgabe {
	font-size: 0.8em;
	color: #6d6d6d;
	margin-right: 5px;
}

.cover {
	width: 25%;
	float: left;
	margin: 0px 30px 30px 0px;
}
.cover img {
	max-width:100%;
	-webkit-box-shadow: 0px 15px 30px -20px #000;
	-moz-box-shadow: 0px 15px 30px -20px #000;
	box-shadow: 0px 15px 30px -20px #000;
	border: 1px solid #c8c8c8;
}
.beschreibung h1 {
	font-weight: bold;
}
.beschreibung h2 {
	margin-bottom: 10px;
}
.beschreibung a {
	color: var(--headlinecolor)!important;
}
.beschreibung ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
.beschreibung li {
	display: list-item;
}

.mehr {
	position: relative;
	top: 0px;
	page-break-inside: avoid;
	white-space: nowrap;
	text-align: right;
}

.cc_dialog {
	padding: 1.5rem!important;
}
.cc_css_reboot {
	line-height: 1.2!important;
}

.schnellsuche {
	position: relative;
	width:100%;
	background-color: var(--background-light);
	margin-top: 5px;
	border-radius: 4px;
	padding: 10px;
}

.mySlides {display: none;}

.slideshow-container {
	max-width: 	calc(100% - 20px - 2px);
	position: relative;
	margin: 0px auto;
	margin-bottom: -10px;
}
.slideimage {
	vertical-align: middle;
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.bildtext {
	background-color: rgba(47, 44, 42, 0.7);
	/*font-family: 'Bitter', 'Times', 'Times New Roman', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 3.3vw;
	font-size: 2.3em;
	padding: 20px 20px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: left;
	line-height: 1em;
	-webkit-text-stroke: 1px #000;
	overflow-wrap: break-word;
}
.slideimage-rechte {
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: right;
	color: #fff;
	font-size: 0.8em;
	text-shadow: 0 0 5px black;
}
.indicator {
	position: absolute;
	text-align: center;
	position: relative;
	top: -485px;
}
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #717171;
	border-radius: 50%;
	border: 1px solid #000;
	display: inline-block;
	transition: background-color 1s ease;
}
.dot.active {
	background-color: #fff;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-name: fade;
	animation-duration: 1s;
}
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.articles {
	font-size: 0.8em;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
}

.infobox {
	position: relative;
	float: right;
	width: 140px;
	height: 50px;
	font-size: 0.8em;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	font-size: 2em;
	background-color: #e8e8e8;
	margin-left: 10px;
}
.infobox span {
	position: relative;
	font-size: 0.4em!important;
	top: -8px;
}
.infobox:hover {
	background-color: #c8c8c8;
}

#tagcloudcontainer {
	position: absolute;
	bottom: 20px;
}
.tagcloud {
	margin-right: 10px;
}
.tagcloud ul {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	list-style: none;
}
.tagcloud ul li {
	display: inline-block;
	margin: 0 0 .3em 1em;
	padding: 0;
}
.tagcloud ul li a {
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 1em;
	background-color: var(--menu-active);
	border-radius: 0 3px 3px 0;
	color: #fff!important;
	font-size: 11px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud ul li a::before {
	position: absolute;
	top: 0;
	left: -12px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent var(--menu-active) transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud ul li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
.tagcloud ul li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tagcloud ul li a:hover {
	background-color: #555;
	color: #fff;
}
.tagcloud ul li a:hover::before {
	border-right-color: #555;
}
.tagcloudspacer {
	margin-bottom: 40px;
}

.sociallinks {
	float:right;
	position: relative;
	top: -5px;
}
.sociallinks a {
	font-size: 1.2em;
	text-decoration: none;
	color: var(--linkpassive-dark);
	cursor:pointer;
	width: 20px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
}
.sociallinks a:hover {
	color: var(--headlinecolor);
}


#sprachwahl {
	position: absolute;
	top: 20px;
	right: 15px;
}

#sprachwahl .button {
	border: 1px solid var(--border-light);
	background-color: #fff;
	color: var(--menu-active)!important;
}

.microzoom {
	transform: scale(1, 1);
	transition: transform .1s ease-out;
}
.microzoom:hover {
	transform: scale(1.02, 1.02);
	transition: transform .1s ease-in;
}
