picture {
	max-height: inherit;
}

.logo {
	max-width: 100%;
	max-height: inherit;
}

div[data-edit-block="target"] a.target {
	height: 50px;
	background-color:lightsteelblue;
	display: block;
}

div[data-edit-block="target"] a.target::before {
	content: attr(data-title);
	font-size: 1.5em;
	text-align: center;
	display: block;
	background-color: red;
	width: 100%;
	font-weight: bold;
	color: white;
}

.ctas .btn-more::after, .ctas .btn-more:hover::after {
	border-color: inherit;
}

.grayscale {
	filter: grayscale();
}

.grayscale *::-moz-selection {
	background-color: transparent;
}

.strip-margin, .strip-margin * {
	margin: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: unset;
}

.eventshort.line-clamp + p {
	 display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
}

.cookie-notice {
/*	max-width: 420px !important;*/
}

video.card-img-top {
	object-fit: contain;
	height: unset;
}

.programLabel {
	position: relative;
	cursor: pointer;
	transition: box-shadow 0s;
}

.programLabel:hover {
	box-shadow: 0px 0px 2px var(--text_color);
}

.programCheckbox {
	display: none;
}

.programCheckbox:checked ~ .programLabel {
	box-shadow: 0px 0px 0px 2.5px #4A0031;
}

.footersponsorlink {
	max-width: 380px;
	margin-top: 3em;
}

.footersponsorlogo {
	max-width: 100%;
	border-radius: 5px;
	
}

#ausgabe li::marker {
	content: none;
}

#ausgabe li {
	margin: 10px 0;
}

#ausgabe ul {
	padding: 0;
}

.bg-vw-gray {
	background-color: #f4f4f4;
}

.programDateContainer {
	min-width: 400px;
	max-width: 400px;
}

.bild_link {
	line-height:0;
	padding: 0;
	border: none;
}
.bild_link:before {
	line-height:0;
	padding: 0;
	content: "";
}
.bild_link:focus, 
.bild_link:hover,
.bild_link:active {
	background-color: transparent;
}

.bild_link img {
	border: 1px solid transparent;
}
.bild_link:focus img, 
.bild_link:hover img,
.bild_link:active img {
	opacity: 0.9;
	transition: opacity 0.5s;
	transition: border 0.5s;
	border: 1px solid #7A003F;
}

.rot {
	color:red;
}

.bild_ganze_breite {
	position: relative; 
	top: 0; 
	left: -0.95rem; 
	width: calc(100% + 1.9rem); 
	height: auto;
}

.bild_20_prozent {
	width: 20%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_25_prozent {
	width: 25%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_33_prozent {
	width: 33%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_50_prozent {
	width: 50%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_60_prozent {
	width: 60%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_66_prozent {
	width: 66%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_75_prozent {
	width: 75%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_80_prozent {
	width: 80%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_90_prozent {
	width: 90%; 
	height: auto;
	margin: 0.25rem 0.5rem 0.25rem 0;
}

.bild_100_prozent {
	width: 100%; 
	height: auto;
	margin: 0.25rem 0 0.25rem 0;
}

.klaro .cm-btn {
	background-color: var(--secondary_page_color) !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
	border-color: var(--secondary_page_color) !important;
}

.klaro a {
	color: var(--primary_page_color) !important;
}

.klaro a:hover {
	text-decoration: underline !important;
}

.pagegridInfoBg {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 400%;
	border-radius: 0.5rem;
}

.pagegridInfoCard {
  height: 430px;
}
.pagegridInfoCard::before {
  border-radius: 0.5rem;
}
.pagegridInfoCard h3 {
  position: absolute;
  text-transform: uppercase;
  font-size: 2rem;
  width: 100%;
  transition: margin-top 0.5s ease, margin-left 0.5s ease;
}

@media (min-width: 992px) {
  .pagegridInfoCard h3 {
    font-size: 2.6rem;
  }
}
.pagegridInfoCard .card-link-circle {
	height: 100%;
}

.pagegridInfoCard .card-link-circle::after {
  top: auto;
  bottom: 1rem;
  right: 2rem;
  font-size: 3rem;
  transition: bottom 0.5s ease, right 0.5s ease;
}
.pagegridInfoCard .card-img {
  margin-top: 4rem;
}
.pagegridInfoCard:hover h3, .pagegridInfoCard:focus h3 {
  margin-top: 2rem;
  margin-left: 1.4rem;
}
@media (min-width: 1200px) {
  .pagegridInfoCard:hover h3, .pagegridInfoCard:focus h3 {
    margin-left: 1.8rem;
  }
}
.pagegridInfoCard:hover .card-link-circle::after, .pagegridInfoCard:focus .card-link-circle::after {
  top: auto;
  bottom: 4rem;
  right: 5rem;
  font-size: 3rem;
}

@media(max-width: 500px) {
	.captcha-flex-container {
		flex-direction: column !important;
	}
	.captcha-image-container {
		justify-content: center !important;
	}
}

@media(max-width: 992px) {
	.registerSideImage {
		display: none;
	}
	
	.registerFormDiv {
		margin: 0;
	}
	
	.programLabel {
		flex-direction: column !important;
	}
	
	.programDateContainer {
		border-right: none !important;
		border-bottom: 1px solid #dee2e6 !important;
		max-width: unset;
		min-width: unset;
	}
}
@keyframes bottomBounce {
  0% {
    transform: scale(1, 1) translateY(0) rotate(180deg);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0) rotate(180deg);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-20px) rotate(180deg);
  }
  50% {
    transform: scale(1, 1) translateY(0) rotate(180deg);
  }
  100% {
    transform: scale(1, 1) translateY(0) rotate(180deg);
  }
}
