
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/

body {
    font-family: var(--font-family), sans-serif;
	font-weight: var(--font-weight);
	line-height: 1.5em;
	font-size: var(--font-size);
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: var(--font-color);
}

*, *:after, *:before {
	box-sizing: border-box;
}

a {
	color: var(--text-color);

}

p a {
	color: var(--text-color);
}

a:hover, p a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
}

p:last-child, p:only-child {
	margin: 0;
}

input, textarea {
	box-shadow: unset;
	outline: unset;
	color: var(--text-color);
}

strong {
	font-weight: 600;
}

img, video {
	width: 100%;
	height: auto;
	display: block;
}

::placeholder { 
	color: var(--text-color);
	opacity: 0.8; 
}

:-ms-input-placeholder { 
	color: var(--text-color);
}

::-ms-input-placeholder { 
	color: var(--text-color);
}

.overflow-hidden, .overflow-hidden body {
	overflow: hidden;
}


#content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}

#content ul li {
	padding-left: 1.4em;
	text-indent: -1.2em;
	margin-bottom: 2px;
}

#content ol li {
	margin-bottom: 10px;
}

#content ul li::before {
	content: "•";
	color: var(--main-color);
	margin-right: 0.4em;
	font-weight: 600;
	font-size: 18px;
}

.upc {
	text-transform: uppercase;
}

.strong {
	font-weight: 600;
}


/*--------------------------------------------------------------
# HOPLA - SECTIONS & CO
--------------------------------------------------------------*/

a.button {
	padding: 20px 30px !important;
	font-weight: 700 !important;
	font-family: 'sub-font';
	border-radius: 6px !important;
	border: 0 !important;
}

.image.underline {
	max-width: 250px;
	margin: -20px 0 20px !important;
}

.image.underline.t-c {
	margin: -20px auto 20px !important;
}

.hero {
	min-height: 880px;
	justify-content: center;
}

.hero .col {
	max-width: calc(var(--maxwidth) / 1.6);
}

.hero .headline *{
	color: #fff;
}

.hero .bg-img:before {
	content:"";
	position: absolute;
	z-index: 2;
	background: rgb(0,0,0);
  	background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.65) 100%);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.btn-inline {
	width: auto !important;
}

.btn-wh .button {
	background: unset !important;
	border: 2px solid #fff !important;
	padding: 18px 28px !important;
}

.anmeldestop {
	background: var(--main-color);
	width: fit-content !important;
	padding: 8px 15px;
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
}

.anmeldestop ._title {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 2px;
}


.b-r-10, .b-r-10 > img {
	border-radius: 10px;
}

.boxes > .col {
	border-radius: 15px;
	overflow: hidden;
	background-color: var(--bg-color) !important;
}

.boxes > .col .headline {
	padding: 0 30px;
}

.boxes > .col .text {
	padding: 0 30px 30px;
}

.img-frame {
	position: relative;
}

.img-frame img {
	z-index: 2;
	position: relative;
}

.img-frame:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 20px;
	right: 0;
	top: 20px;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #642f151a;
	border-radius: 10px;
}

.hero-banner {
	background: var(--bg-color);
	padding: 20px 25px;
	border-radius: 10px;
	width: fit-content;	
}

.text-box {
	border-radius: 15px;
	overflow: hidden;
	background-color: var(--bg-color) !important;
	padding: 35px;
}

.copyright {
	font-size: 14px;
}

#content .accordion .accordion-element {
	border: 1px solid #ccc !important;
	margin-bottom: 10px;
	border-radius: 8px;
}

.accordion .accordion-title {
	padding: 15px 20px;
	text-transform: unset;
	font-weight: 600;
}

.accordion .accordion-title::after {
	border-color:#282828;
}

#map {
	height: 600px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 !important;	
}

.times {
	margin-bottom: 30px;
}

.times:last-child {
	margin-bottom: 0px;
}

.time {
	border-bottom: 1px dashed;
  	padding-bottom: 5px;
  	margin-bottom: 5px;
}

.icons-kontakt.icons {
	display: block;
}

.icons-kontakt.icons .icon {
	display: block;
	max-width: unset;
	text-align: left;
	margin-bottom: 35px;
	position: relative;
	padding-left: 50px;
}

.icons-kontakt.icons .icon:last-child {
	margin-bottom: 0;
}

.icons-kontakt.icons .icon ._image {
	position: absolute;
	left: 0;
	width: 30px;
	max-height: 38px;
	top: 50%;
	transform: translateY(-50%);
}

.icons-kontakt.icons .icon ._headline {
	font-family: 'sub-font';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
}

.icons.aufzaehlung {
	justify-content: unset;
	display: grid;
  	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.icons.aufzaehlung .icon {
	gap: 5px;
	max-width: unset;
  	padding-left: 45px;
	text-align: left;
	position: relative;
}

.aufzaehlung ._image {
	height: 28px;
	width: 28px;
	background: #ea580c;
	padding: 10px;
	border-radius: 100%;
	position: absolute;
	left: 0;
}

.aufzaehlung ._headline {
	font-weight: 600;
	line-height: 1.1em;
}

.gradient-light {
	background-image: linear-gradient(to top, var(--bg-color) 60%, transparent 50%);
}

.gradient-light-top {
	background-image: linear-gradient(to bottom, var(--bg-color) 50%, transparent 50%);
}

.karriere.gradient-light-top {
	background-image: linear-gradient(to bottom, var(--bg-color) 30%, transparent 30%);
}

.m-b-10 {
	margin-bottom: 10px !important;
}


.big-box {
	background: #fff;
	border-radius: 20px;
	padding: 0 40px 40px;
	overflow: hidden;
	box-shadow: 0 0 40px -10px #00000026;
}

.karriere .big-box {
	padding: 40px 40px 60px;
}

.big-box > .image img {
	width: calc(100% + 80px);
	margin-left: -40px;
	max-height: 360px;
	object-fit: cover;
}

.buttons-row {
	justify-content: center;
}

.buttons-row .button {
	width: auto !important;
}

/*--------------------------------------------------------------
# SONSTIGES
--------------------------------------------------------------*/

#CookieBoxTextHeadline {
  	font-size: 28px !important;
}

#BorlabsCookieBox ._brlbs-h3 {
	font-family: 'sub-font' !important;
	font-size: 20px !important;
  	font-weight: 500 !important;
	color: var(--text-color) !important;
	line-height: 1.3em !important;
}

#BorlabsCookieBox ._brlbs-btn {
	font-weight: 400;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 15px !important;
	line-height: 1em;
}

#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul {
	justify-content: flex-start !important;
	margin-top: 20px !important;
}


._brlbs-cb-googlemaps {
	margin-top: -600px;
}

._brlbs-google-maps {
	width: 100%;
	height: 600px;
}

._brlbs-google-maps ._brlbs-thumbnail {
	height: 100%;
	object-fit: cover;
	opacity: .4;
}

._brlbs-google-maps ._brlbs-caption {
	background: var(--main-color) !important;
	color: #fff;
	max-width: 600px;
	margin: auto !important;
	right: 0;
	padding: 30px 40px !important;
	border-radius: 8px !important;
}

._brlbs-google-maps ._brlbs-caption a:not(._brlbs-btn) {
	color: #fff !important;
	text-decoration: underline;
  }

._brlbs-google-maps ._brlbs-btn {
	background: #fff !important;
	border-radius: 6px !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	padding: 12px 30px !important;
	color: var(--main-color) !important;
	font-weight: 600;
}

.datenschutz-text h3 {
	font-size: 24px;
	margin: 40px 0 20px;
}

#content .add-padding {
	padding: 100px 0 !important;
}

.datenschutz h2 {
	font-size: 28px;
	margin-top: 60px;
}

.datenschutz h3 {
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.datenschutz h4 {
	font-family: var(--font-family), sans-serif;
	font-size: var(--font-size);
	font-weight: 600;
	color: var(--font-color);
	line-height: 1.3em;
	margin: 25px 0 5px;
}


/*--------------------------------------------------------------
# ERROR
--------------------------------------------------------------*/

#content > #error {
	min-height: calc(100vh - var(--header-height));
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}

.error-content {
	max-width: 600px;
}

.error-404 {
	font-size: 50px;
	line-height: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.error-text {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 15px 0 20px;
}




/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/


@media all and (max-width: 980px) {

	:root {
		--font-size: 16px;
	}

	a.button {
		font-size: calc(var(--font-size) * 0.8) !important;
	}

	#footer {
		text-align: center;
	}

	#footer img {
		max-width: 180px;
		margin: auto;
	}

	#footer .headline {
		margin-bottom: 15px !important;
	}

	.img-frame {
		margin-bottom: 20px !important;
	}

	body.h-wh #header .header-menu  .menu > li > a {
		color: var(--text-color) !important;
	}

	body.h-wh #header .mobil-menu-button.active .line--burger {
		background: var(--text-color);
	}
}

@media (max-width: 767px) {

	.anmeldestop {
		padding: 8px 15px;
		font-size: 10px;
		line-height: 1.5em;
		display: inline-flex;
  		flex-direction: column;
	}

	.anmeldestop ._title {
		font-size: 13px;
		margin-right: 0px;
	}

	a.button {
		padding: 20px 20px !important;
	}

	.btn-wh a.button {
		padding: 18px 18px !important;
	}

	.accordion-title {
		padding-right: 40px !important;
		font-size: calc(var(--font-size) * 0.9) !important;
  		line-height: 1.4em !important;
	}

	.accordion-title:after {
		right: 15px !important;
	}

	.icons-kontakt.icons .icon ._headline {
		font-family: 'sub-font';
		font-size: 18px;
		font-weight: 400;
		line-height: 1.2em;
	}

	.icons-kontakt.icons .icon ._text {
		font-size: calc(var(--font-size) * 0.8);
		line-height: 1.2em;
		margin-top: 5px;
	}

	.icons-kontakt.icons .icon ._image {
		width: 20px;
		max-height: 30px;
	}

	.icons-kontakt.icons .icon {
		margin-bottom: 30px;
		padding-left: 38px;
	}

	.icons.aufzaehlung {
		grid-template-columns: 1fr;
	}

	#maps {
		height: 500px;
	}
	
	.hero {
		min-height: 500px;
	}

	._brlbs-cb-googlemaps {
		margin-top: -500px;
	}
	
	._brlbs-google-maps {
		width: 100%;
		height: 500px;
	}

}