
body p {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	/*hyphens: auto;*/
	/*font-variant-ligatures: common-ligatures;*/
}

.letter-spacing-none {
	letter-spacing: 0 !important;
}

.letter-spacing-plus-1 {
	letter-spacing: 1px !important;
}

.letter-spacing-plus-3 {
	letter-spacing: 3px !important;
}

/* @group Farben */

.pink {
	color: #cf007e !important;
}

.pink-bg {
	background-color: #cf007e !important;
}

.gray {
	color: #878787 !important;
}

.gray-bg {
	background-color: #878787 !important;
}

/* @end */

/* @group Navigation */

.nav-footer a {
	text-transform: uppercase;
}

.nav-footer a:hover {
	color: #cf007e !important;
}

/* @end */

/* @group Elemente
 */

.side-label.close {
	left: -50px;
}

.side-label.open {
	left: 0px;
}

.side-label {
	transition: all 0.5s;
	position: fixed;
	top: 143px;
	overflow: visible;
	height: 250px;
	left: -300px;
	width: 300px;
	background: url(../img/icons/bubble.svg) -40px center no-repeat;
	color: #fff;
	font-size: 15px;
	z-index: 100000;
	padding-left: 20px;
}

.side-label .toggle-nav {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.side-label .toggle-nav:after {
	//font-family: 'Font Awesome 6 Free';
	//font-size: 1.5rem;
	//content: "\f2b5";
	content: url(../img/icons/bubble-phone.svg);
	//background: url(../img/icons/bubble.svg) center center no-repeat;
	position: absolute;
	//opacity: .5;
	width: 105px;
	height: auto;
	right: -90px;
	top: -3px;
	//line-height: 40px;
	//text-align: center;
	//display: block;
}

.side-label.open .toggle-nav:after {
	visibility: hidden;
}

.side-label h1,
.side-label h4,
.side-label p {
	line-height: 1;
	color: #fff;
	margin: 0;
}

.side-label a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}

.side-label a:hover {
	text-decoration: none;
}

.dsgvo p {
	font-weight: 400 !important;
	font-size: 1.1em !important;
	line-height: 1.3em !important;
	margin-bottom: 1rem !important;
}

.dsgvo p span {
	font-weight: 500 !important;
	color: var(--primary) !important;
}

.dsgvo ul {
	font-size: 1.1em !important;
}

.dsgvo li {
	margin-bottom: 0 !important;
}

.g-map iframe {
	width: 800px;
	height: 100%;
	border: 0;
}

/* @end */

/* ------ Large Displays and TV ------*/
@media (min-width:1600px) {

.hidden-xxl {
    display: none !important;
}

}

/* ------ Laptops and Tablet Landscape size ------*/

@media (min-width:1280px) {

.hidden-xl {
    display: none !important;
}

}

/* ------ Tablet Landscape size to Medium Devices, Desktops */
@media (min-width: 992px) and (max-width:1199px){

.hidden-lg {
    display: none !important;
  }

}

/* ------ Mobile Landscape Size to Tablet Portrait (devices and browsers) ------*/
@media (min-width : 768px) and (max-width: 991px) {

.hidden-md {
    display: none !important;
}

}

/* Small Devices Potrait */

@media (max-width : 767px){

.hidden-sm {
    display: none !important;
}

}

/* Extra Small Devices, Phones */

@media (max-width : 479px) {

.hidden-xs {
    display: none !important;
  }
  
.page-header.page-header-modern.page-header-background {
	padding: 50px 0;
	background-size: cover;
}

.side-label .toggle-nav:after {
	content: url(../img/icons/bubble-phone.svg);
	position: absolute;
	width: 55px;
	height: auto;
	right: -45px;
	top: -3px;
}

.g-map iframe {
	width: 100%;
	height: 300px;
}

.kh-intro {
	height: 300px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.kh-intro h1 {
	font-size: 2.7em !important;
}

.kh-intro h3,
.kh-intro p {
	font-size: 1.3em !important;
}

}

/* ------ Mobile Portrait Size (devices and browsers) ------*/

@media (max-width: 320px) {

.hidden-xxs {
    display: none !important;
  }

.col-xxs-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

}