/* Slideshow-Anpassungen*/

.colors-dark .entry-content a {
    box-shadow: none;
    background-color: inherit;
}

.colors-dark .entry-content a:hover {
    box-shadow: none;
    background-color: inherit;
}

.colors-dark .entry-content a:focus {
    box-shadow: none;
    background-color: inherit;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus {
    outline: none !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus {
    outline: none !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container {
    width: 99% !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
	max-width:unset !important;
	max-height:unset !important;
	object-fit:cover !important;
	height: 100% !important;
	width: 100% !important;
}

.wp-block-jetpack-slideshow_button-prev, .wp-block-jetpack-slideshow_button-next {
background-color: #222 !important;
    border-radius: 50% !important;	
}


/* Home zusätzlicher Bereich ausblenden*/
article#panel1 {
    display: none;
}

/* Logo im Header grösser*/
.custom-logo-link img {
    max-height: 120px;
}

@media screen and (min-width: 30em) {
	.site-branding {
    padding: 2em 0 !important;
}
}


/* Seiteninformation im Footer ausblenden*/
.site-info {
    display: none;
}


/* Bildlegenden in Hell*/
figcaption.wp-element-caption {
    color: #eee;
}


/* Home 1-Spaltig*/
.page-id-35 header.entry-header {
    width: 100% !important;
}

.page-id-35 .entry-content {
    float: left !important;
    width: 100% !important;
}

.page-id-35 h2.entry-title {
    font-size: 17px !important;
}

/* Home Kacheln ohne Hintergrund */
.page-id-35 .wp-block-cover p {
	padding: 1em;
	    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 15%, rgba(0,0,0,0.3) 49%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0) 100%);
}

.page-id-35 .wp-block-cover {
	padding: 0 !important;
}

.page-id-35 .wp-block-cover .wp-block-cover__background {
	opacity: 0 !important;
}