img.alignleft-25,
.wp-caption.alignleft-25 {
	float: left;
	width: 45% !important;
	padding-right: 0.9375rem;
	margin-right: 0.9375rem;
	margin-bottom: 0.9375rem;
}

img.alignright-25,
.wp-caption.alignright-25 {
	float: right;
	width: 45% !important;
	padding-left: 0.9375rem;
	margin-left: 0.9375rem;
	margin-bottom: 0.9375rem;
}


/**
 * Accessibility
 */ 

:focus-visible {
    outline: #00afea auto 1px !important;
}


/**
 * Intranet images
 */ 

.page-template-page-login img {
	width:auto;
}

.page-template-page-login .gallery-icon img {
	width: 100%; height: auto;
}

/**
 * Multiply-blend
 */ 

.multiply_blend {
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}



/**
 * Customizing the Gallery 
 * https://www.hb-ts.de/brauereifuehrung-2/
 */ 
.custom_gallery .gallery > .item:nth-child(2){
	padding-top: 16.667%;
}
.custom_gallery .gallery > .item:nth-child(2),
.custom_gallery .gallery > .item:nth-child(6), 
.custom_gallery .gallery > .item:nth-child(10){
	padding-right: 16.667%;
}
.custom_gallery .gallery > .item:nth-child(3),
.custom_gallery .gallery > .item:nth-child(7),
.custom_gallery .gallery > .item:nth-child(11){
	padding-left: 16.667%;
}

@media screen and (min-width: 25em) {
}

@media screen and (min-width: 31.25em) {
}

@media screen and (min-width: 40em) {
	img.alignleft-25,
	.wp-caption.alignleft-25 {
		float: left;
		width: 25% !important;
		padding-right: 0.9375rem;
		margin-right: 0.9375rem;
		margin-bottom: 0.9375rem;
	}

	img.alignright-25,
	.wp-caption.alignright-25 {
		float: right;
		width: 25% !important;
		padding-left: 0.9375rem;
		margin-left: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}

@media screen and (min-width: 50em) {
}

@media screen and (min-width: 64em) {
}

@media screen and (min-width: 75em) {
}

@media screen and (min-width: 80em) {
}
/**
 * Swipebox
 */ 
#swipebox-overlay {
    background: #0d0d0db5;
}

/**
 * Home Banner
 */ 

.custom_banner_section.mobile_only {
	padding:1rem 0;
}

@media screen and (min-width: 40em) {
	.mobile_only {
		display:none;
	}
}
@media screen and (max-width: 39.9375em) {
	.hide_mobile {
		display:none;
	}
}

.content_section.custom_banner_section {
	margin-top: 3rem;
}

@media screen and (min-width: 64em) {
	.content_section.custom_banner_section {
		margin-top: 3rem;
	}
}

@media screen and (min-width: 75em) {
    .content_section.custom_banner_section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 2rem 4rem;
		margin-top: 4rem;
    }
}

.content_section.custom_banner_section >*,
.content_section.custom_banner_section .row.row.columns:not(.content_image) {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0;
}
.content_section.custom_banner_section .content_title >*,
.content_section.custom_banner_section .content_column>* {
    margin-bottom: 0;
}

.content_section.custom_banner_section .content_image {
    width: 7rem;
    height: 7rem;
}
.content_section.custom_banner_section .content_image div[data-ratio] {
    width: 100%;
}

.custom_banner_section .button,
.custom_banner_section .button:visited,
.custom_banner_section a.button,
.custom_banner_section a.button:visited {
    background-color: transparent;
    color: #ffffff;
    border-color: currentColor;
}
.custom_banner_section .button:hover,
.custom_banner_section .button:focus,
.custom_banner_section a.button:hover,
.custom_banner_section a.button:focus {
    background-color: #ffffff;
    color: #00afea;
    border-color: #ffffff;
}

.custom_banner_section .content_column {
    position: relative;
}
.custom_banner_section .popup_image {
    width: 80px;
    margin: 0 auto;
	padding-bottom: 1.5rem;
}

@media screen and (min-width: 64em) {
    .custom_banner_section .popup_image {
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
		padding-bottom: 0;
    }
}