.stoerer {
    display: flex;
    position: absolute;
	right: 1.5%;
	bottom: 15%;
    flex-direction: column;
    color: inherit;
    justify-content: end;
    align-content: center;
    text-align: center;
    width: 270px;
	background-color: rgba(255, 255, 255, .85);
	z-index:450;
	font-weight: 800;
	font-family: sans-serif;
	border-bottom: 4px solid #006400;
}

.stoerer .link {
   margin: 0;
	display:flex;
	flex-direction:row;
    justify-content: center;
	gap: 5px;
	font-weight: 600;
}

.stoerer .st-teaser {
	font-weight:600;
	color:inherit;
	font-size:1.6rem;
	margin:.4em auto;
}

.stoerer .link  a {
	text-decoration:none;
    color: #006400;
	font-size:1.6rem;
}

.st-body {
	margin-bottom: 6px;
}

.stoerer .st-cntr-title {
	margin: .2em 0em;
	font-size:2.9rem;
	color:#006400;
	font-weight:600;
	display:flex;
	justify-content: center;
	align-items: center;
	padding: .1rem ;
	
}

.stoerer .st-cntr-title  span {
	display:inline-block;
	margin:.5rem;
}

.stoerer .st-cntr-title .st-number {
	display:inline-block;
	background-color: green;
	color:white;
	margin: 0rem .1rem;
	padding: .1rem .4rem;
}

.stoerer-min {
	display:none;
}

@media screen and (max-width: 1200px) {
	.stoerer {
		width: 270px;
		bottom:12%;
	}
	
	.stoerer .st-teaser {
		sfont-size:1.3rem;
	}
	
	.stoerer .st-cntr-title {
		font-size:2.6rem;
	}
	
	.stoerer .link  a {
	text-decoration:none;
    color: #006400;
	font-size:1.3rem;
	}
	
	.stoerer-min {
	display:none;
	}
}


@media screen and (max-width: 997px) {
	.stoerer {
		width: 270px;
	}
	
	.stoerer .st-teaser {
		font-weight:600;
	}
	
	.stoerer .st-cntr-title {
		font-size:2.6rem;
	}
	
	.stoerer .link  a {
		text-decoration:none;
		font-size:1.3rem;
	}
	
	.stoerer-min {
	display:none;
	}
}

@media screen and (max-width: 768px) {
	.stoerer {
		display:none;
	}
	
	.stoerer-min {
		display:block;
		visibility:show;
		padding: 1rem;
	}
	
	.stoerer-min article {
		position:relative;
		border: 1px solid #e8e8e8;
		border-bottom: 4px solid #006400;
		box-shadow: 0 4px 6px 0 rgba(51,51,51,0.3);
		min-height: 20rem;
		height:100%;
		padding: 2.5rem  3rem;
		text-align: center;
		display:flex;
		align-items: stretch;
		background-image: url("../modules/landtag_homepageSlider/css/../icons/logo/Logo_35jahre.png"); /* The image used */
		background-color: transparent; /* Used if the image is unavailable */
		background-size: 190px 146px;
		background-position: left; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-origin: content-box;
		justify-content:center;
	}
	
	.stoerer-min article div {
		flex-grow: 1;
	}
	
	.st-min-link {
		display:flex;
		flex-direction:column;
		justify-content: flex-end;
		
	}
	
	.st-cntr-title-min {
		flex-grow: 2;
	}
	
	.st-cntr-title-min div {
		margin: .2em 0em;
		font-size:3rem;
		color:green;
		font-weight:800;
		display:flex;
		justify-content: center;
		padding: .1rem ;
	}
	
	.st-cntr-title-min .st-number {
		display:inline-block;
		background-color: green;
		color:white;
		margin: 0rem 0rem;
		padding: 1rem .5rem;
		margin:.1rem;
		flex-grow:0;
	}
}

