/* SIDE-BAR -------------------------- START */

.side-opening-hover span {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 10px;
}


.clock-overlay-text-area span {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: var(--gr-color);
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.whatsapp-overlay-text-area span {
    margin-top:					0px;
	font-size:					15px;
	font-family:				'Arial', sans-serif;
	margin-bottom:				10px;
    font-weight:                bold;
    display:                    inline-block;
}

.side-text-hover span {
	font-weight:				normal;
	font-size:					24px;
}

.phone-overlay-text-area span {
	margin-top:					0px;
	font-size:					25px;
	font-family:				'Arial', sans-serif;
	margin-bottom:				10px;
}


/* SIDE-BAR -------------------------- END */


/* FORMAL MODAL --------------------- START */

#formModal .modal-content .formModal-header .modal-title {
	margin: 				0;
    text-align: 			center;
    font-size: 				18px;
	line-height: 			43px;
	position:				relative;
}

/* FORMAL MODEL --------------------- END */

/* INFOBOXEN ------------------------- START */

.home-three-overview-content-block-title span {
	text-transform:				uppercase;
	font-weight:				700;
	color:						var(--gr-color);
	text-align:					center;
	position:					relative;
	font-size:					18px !important;
	padding:					0px 0px;
	overflow:					hidden;
	/* top:						20%; */
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-three-overview-content-block-title span {
		font-size:					16px;
	}
}

/* INFOBOXEN ------------------------ END */

/* STELLENANGEBOTE ------------------ START */

.contact-carrier {
    width: 45%;
    float: right;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
	.contact-carrier {
		width: 100%;
		float: left;
		margin-top: 0px;
	}
}

.online-title {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    color: var(--gr-color);
    display: inline-block;
    position: relative;
}

.job-response {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}


/* STELLENANGEBOTE ------------------ END */

/* KONTAKTFORMULAR ----------------- START */

.law-response {
    font-weight: bold;
    font-size: 18px;
}

/* KONTAKTFORMULAR ----------------- END */

/* FOOTER --------------------------- START */

.footer-title {
	font-size:					1.25em;
	line-height:				50px;
	margin:						0;
	border-bottom:				1px solid var(--footer-text);
    font-weight:                bold;
}


/* FOOTER --------------------------- END */

/* SONSTIGE EDITS AM ENDE DIESER CSS-DATEI ------------------ START */

.inc-side-desk-bg {
    position: fixed;
    top: 120px;
    right: 0;
    height: 200px;
    background-color: rgba(255,255,255,0.75);
    width: 60px;
    z-index: 998;
    border-radius: 5px 0px 0px 5px;
}

.welcome-text {
	text-align: center;
	padding-bottom: 30px;
}

.welcome-text h1 {
	font-size: 2em;
	margin-bottom: 10px;
	color: var(--h1-color);
	font-weight: 600;
}

.welcome-text h2 {
	font-size: 1.5em;
	color: #1c1c1c !important;
	font-weight: 600;
}

@media (min-width: 0px) and (max-width: 567px) {
	.welcome-text h1 {
		font-size: 1.3em;
		margin-bottom: 20px;
		font-weight: 600;
		text-align:center;
	}
	
	.welcome-text h2 {
		font-size: 1.15em !important;
		margin-bottom: 10px;
		color: #1c1c1c !important;
		font-weight: 600;
	}
}

@media (min-width: 568px) and (max-width: 991px) {
	.welcome-text h1 {
		font-size: 1.5em;
		margin-bottom: 20px;
		font-weight: 600;
		text-align:center;
	}
	
	.welcome-text h2 {
		font-size: 1.25em !important;
		margin-bottom: 10px;
		color: #1c1c1c !important;
		font-weight: 600;
	}
}

.page-content-wide {
	width: 100% !important;
	color: #333333;
	line-height: 1.5em;
	margin: 30px 0px !important;
}
.page-prod-scrollbar .page-content-wide:first-of-type {
	width: 100% !important;
	color: #333333;
	line-height: 1.5em;
	margin: 30px 0px !important;
	margin-top: 0px !important;
}
.page-content-wide .page-content-box {
	color: #333333;
	line-height: 1.7em;
}
.page-content-wide.hr-line {
	color: #333333;
	margin: 10px 0px !important;
	height: 1px;
    background: #dddddd;
    border: 0!important;
}

@media (min-width: 992px) {
	.page-content-box-left,
	.page-content-box-right {
		width: calc(50% - 20px);
	}
	.page-content-box-left {
		float:left;
		margin-right: 20px;
		hyphens:none;
	}
	.page-content-box-right {
		float:right;
		margin-left: 20px;
		hyphens:none;
	}
}

.galerie-container {
	width: 100%;
	float: left;
	position: relative;
}
.B4 .galerie-container {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px;
}

.galerie-box {
	width: calc(25% - 15px);
	padding: 10px 10px;
	position: relative;
	display: block;
	float: left;
	outline: none;
	text-decoration: none;
	list-style: none;
	overflow: hidden;
}

@media (max-width: 767px) {
	.galerie-box {
		width: calc(50% - 20px);
	}
}

.galerie-box li a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.galerie-box li a > img {
	display:				block;
	width:					100%;
	height:					100%;
	cursor: 				zoom-in;
}

.galerie-container:nth-child(1) .galerie-box {
	padding-left: 0px;
	padding-right: 20px;
}

.galerie-container .galerie-box:nth-child(4)  {
	padding-left: 0px;
	padding-right: 0px;
}

/* .galerie-container .galerie-box li {
	width:						100%;
	height:						100%;
	position:					relative;
	background-position:		center center;
	background-repeat:			no-repeat;
	-o-background-size:			cover;
	-moz-background-size:		cover;
	-webkit-background-size:	cover;
	background-size:			cover;
} */

.galerie-box li a img:hover {
	opacity: 0.6;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.B1 .wrapper-space-sm h2 {
	font-size: 1.1em;
	color: var(--gr-color);
	padding: 0;
    margin-bottom: 1.5rem;
}

@media (min-width: 0px) and (max-width: 567px) {
	.B1 .wrapper-space-sm h2 {
		font-size: 1.15em;
		margin-bottom: 3px;
	}
}

@media (min-width: 568px) and (max-width: 991px) {
	.B1 .wrapper-space-sm h2 {
		font-size: 1.25em;
	}
}

.wrapper-space-sm-nm {
	padding: 0px 0px;
}
.hr-line {
	height: 1px;
	background: #ececec;
	border: 0!important;

}

.link-button {
	width: calc(100% - 24px);
}

@media (min-width: 991px) {
    .link-button {
        margin-top: 1.5rem;
    }
}

@media (max-width: 991px) {
    .link-button {
        margin-top: 1em;
    }
}

@media (max-width: 379px) {
	.link-button {
		padding-left: 6px;
		padding-right: 6px;
		width: calc(100% - 12px);
		font-size: 14px;
	}
}

.page-prod-scrollbar  h1 {
	font-size: 1.7em;
	font-weight: 600;
}
.page-prod-scrollbar .page-content-box > div > h2 {
	font-size: 1.5em;
	font-weight: 600;
	color: #333333;
	margin-bottom: 10px;
}

@media (min-width: 0px) and (max-width: 567px) {
	.page-prod-scrollbar  h1 {
		font-size: 1.25em;
	}
	.page-prod-scrollbar .page-content-box > div > h2 {
		font-size: 1.15em;
	}
}
@media (min-width: 568px) and (max-width: 991px) {
	.page-prod-scrollbar  h1 {
		font-size: 1.4em;
	}
	.page-prod-scrollbar .page-content-box > div > h2 {
		font-size: 1.25em;
	}
}

.page-prod-scrollbar .page-content-wide .page-content-box .page-image {
	height: auto;
}
.page-prod-scrollbar .page-content-wide .page-content-box .page-image .page-image-box {
	height: auto;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.page-prod-scrollbar .page-content-wide .page-content-box .page-image .page-image-box .bxslider-area {
	position:absolute;
	width: 100%;
	height: 100%;
	display:block;
	left:0;
	top: 0;
	right:0;
	bottom:0;
}
.page-prod-scrollbar .page-content-wide .page-content-box ul > li {
	line-height: 1.75em;
}


/* SONSTIGE EDITS AM ENDE DIESER CSS-DATEI ------------------ END */

.edit-style-content {
	color: #333333;
	line-height: 1.7em;
}