/*
Theme Name: Kurvenkratzer 2023
Text Domain: kurvenkratzer
Version: 3.0
Author: BLACKDOT GmbH
*/


/* Quickfix reCaptcha */


a.itsec-recaptcha-opt-in__agree {
	
	background: #6c757d;
	display: inline-block;
	color: white;
	padding: .375rem .75rem;
	
}

/* Quickfix mobile menu */

.menu-mobile {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.menu-mobile::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.header.offcanvas-open {
display: block !important;	
}

/* Quickchange Overlay */
article  .content__overlay {
	background: none !important;
}

article .article__background h3 {
    background: white !important;
    color: black !important;
    padding: 8px !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
	line-height: 1.6;
}

@media (min-width: 1300px){
	.single-header-simple .section-header__image {
		height: 600px;
	}
	.single-magazin .inner-row .bg-container, .single-lexikon .inner-row .bg-container, .single-patientenorg .inner-row .bg-container {
		margin-top: -120px;		
	}
}