

.verwaltungsmodul .cb-buttons-wrap {
	width: max-content;
	position: relative;
}

.verwaltungsmodul .cb-buttons-wrap a {
	color: var(--schwarz);
	font-size: 24px;
	text-decoration: none;
}

.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item {
	border-radius: var(--borderradius);
	padding: 10px 40px 10px 20px;
	margin-bottom: 15px;
	background:#FFFFFF;
	color:#000000;
	font-size:21px;
	/* min-width:580px; */
}

.verwaltungsmodul .button-schwarz a{
	color:#fff;
	background:#000;
	border-radius:20px;
	padding:5px 20px;
	margin-bottom:10px;
	/* min-width:250px; */
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
}

.scroll-list-a-z li.active,
.scroll-list-a-z li:hover {
	background: var(--schwarz);
	color: var(--weiss);
}

.verwaltungsmodul .button-schwarz a:hover{
    background: var(--gelb) !important;
    color: var(--schwarz) !important;
}

.verwaltungsmodul .verwaltungsmodul-entry picture{
	position:relative;
}

.verwaltungsmodul .verwaltungsmodul-entry img{
	width:100%;
	border-radius:20px;
}

.verwaltungsmodul .verwaltungsmodul-entry{
	margin-bottom:15px;
}

.verwaltungsmodul .pastellgruener-hintergrund{
	padding-bottom:100px;
}

.verwaltungsmodul .verwaltungsmodul-entry .button-schwarz{

}

.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item:hover {
	color: var(--weiss) !important;
}

.verwaltungsmodul .cb-buttons-wrap a:hover .cb-buttons-item {
	background: var(--dunkelgrau) !important;
	color: var(--weiss);
}

.verwaltungsmodul .cb-buttons-wrap .cb-buttons-item p {
	margin-bottom: 0;
}

.verwaltungsmodul .cb-buttons-wrap .cb-buttons-item .material-icons-rounded {
	font-size: 36px;
}

.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item div:after,
.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item div.white:after {
	content: "";
	background-repeat: no-repeat;
	width: 26px;
	height: 20px;
	right: 10px;
	top: 18px;
	position: absolute;
}

.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item div:after {
	background-image: url(/typo3conf/ext/stadt_lindenberg/Resources/Public/Icons/Template/arrow_right_alt_-1.svg);
}

.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item:hover div:after,
.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item div.white:after {
	background-image: url(/typo3conf/ext/stadt_lindenberg/Resources/Public/Icons/Template/arrow_right_alt_weiss.svg);
}

@media (max-width: 991.98px) {
	.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item {
		width: auto;
	}
	
	.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item {
		min-width:500px;
	}
	
}


  @media (max-width: 767.98px) {
    .verwaltungsmodul .cb-buttons-wrap {
      width: 100%;
      position: relative;
    }
  }
@media (max-width: 575.98px) {
  .verwaltungsmodul .button-schwarz {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
	.verwaltungsmodul .cb-buttons-wrap a .cb-buttons-item {
		min-width:0px;
	}
  
}