/* FORM MAKER */

@media(max-width:600px){
	.fm-form-container {
		width: 100% !important;
	}
}
.fm-form .wdform-field {
	padding-left: 0 !important;
}

.fm-message {
	border-radius:var(--img-border-radius);
	border: var(--img-border);
	box-shadow:var(--img-box-shadow);
	background:#efefef;
}

/* EVENT CALENDAR */

.tribe-event-title {
	font-family: var(--font-main);
	font-size: 1.5rem;
}

.tribe-event-title a,
.tribe-event-title a:hover {
	color:var(--dark-blue);
}

.tribe-events-list-event-description {
	padding:0 !important;
}

.sidebar-inner .tribe-events-widget-events-list .tribe-events-widget-events-list__event-title {
	font-size: 1.5rem;
}

.sidebar-inner .tribe-events-widget-events-list__view-more a {
	color: var(--strong-turquoise);
	padding-left: 6rem;
}

.tribe-events-widget-link a {
	color: var(--strong-turquoise);
    letter-spacing: .2rem;
    font-weight: 700;
}

.tribe-events-widget-link a:hover {
	color: var(--turquoise);
	text-decoration:none;
}

.tribe-list-widget:before {
	background: url(../../../../wp-content/uploads/2020/11/veranstaltung.jpg) no-repeat center center transparent !important;
    background-size: cover !important;
    content: '';
    display: block;
    width: 100%;
    background: var(--turquoise);
    position: relative;
    margin-bottom: 1rem;
    padding-top: 75%;
	border-radius: var(--img-border-radius) !important;
    border: var(--img-border) !important;
    box-shadow: var(--img-box-shadow) !important;
}

#tribe-events h1,
#tribe-events h2 {
	font-weight:normal !important;
}

#tribe-events h2 {
	color:var(--dark-blue) !important;
	text-shadow:none;
	margin-top:0;
}

#tribe-events h3 {
	font-size:22px; /* like all h3 */
	font-weight:normal;
}

#tribe-events .tribe-events-sub-nav a,
#tribe-events .tribe-events-back a {
	color:var(--dark-blue);
}

@media (max-width: 768px) {
	.tribe-events-sub-nav li a {
		background:transparent !important;
	}
}

.tribe-events-sub-nav li {
	width:auto !important;
}

.tribe-block__events-link img {
	border:none !important;
	box-shadow:none !important;
	border-radius:0 !important;
}

.tribe-block__venue__meta > * {
	margin-bottom:0 !important;
}

#tribe-events-footer:before,
#tribe-events-footer:after {
	display:none;
}

/* DISPLAY POST TYPES */

@media(min-width:500px){
	.press-list .sub-entry {
		margin-top:0 !important;
	}
}

aside .dpt-entry {
	min-width: 200px;
}

aside .dpt-entry-wrapper,
aside .sub-entry {
	display:flex;
	flex-direction: column-reverse;
}

/* DSGVO */
.tarteaucitronAlertBigTop {
	background: var(--dark-blue) !important;
}