
<!--@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);-->


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}   

.zVereinSvg{
    background-image: url("../img/zVerein.svg");
		background-repeat: no-repeat;
		background-size: contain; /* Or specify fixed dimensions like 1em 1em */
		display: inline-block; /* Allows you to set width and height */
		width: 1em;
		height: 1em;
		vertical-align: middle; /* Adjust vertical alignment as needed */
	}


.zEventZHausImg
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.zTextAreaLimited
{
	height: 50px;
    overflow: hidden;
}



        .open {
            color: green;
            cursor: pointer;
            height: auto;
        }


.bi-x-square::before{
  background-color: white;
}

.z-ps-2rem
{
  padding-left: 2rem !important;
}

.profiles {
	display: grid;
	grid-template-columns: 40px 40px 40px 40px 40px 40px 40px;
	column-gap: 0.5em;
	justify-content: center;
  height: 60px;
}

.profiles span {
    	color: #333;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.profiles span::before {
	background: #FFF;
	border-radius: .5em;
	content: "";
	position: absolute !important;
  transform: translateX(-50%);
	width: 3em;
	z-index: -1;
}

.profiles span .name {
	display: block;
	font-size: 1.125em;
	font-weight: 700;
	margin: 0 0 .5em;
}

.profiles span svg {
	display: block;
	height: 2em;
	overflow: visible;
	width: 2em;
}



@media screen and (max-width: 600px) {
	.profiles span::before {
		height: 2em;
		width: 2em;
	}
	
	.profiles span .name {
		font-size: 1em;	
	}
	
	.profiles span svg {
		height: 4em;
		width: 4em;
	}
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px
}

.form-check-input{
  margin-top:.3rem;
  margin-left:-1.25rem;
}




