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

.top-3 {
	top: 3px !important;
}

/* @group Farben */

.color-red {
	color: #c31924 !important;
}

/* @end */

/* @group Navigation */

.textlink {
	color: #09c !important;
	text-decoration: underline;
}

/* @end */

/* @group Elemente
 */
 
.g-map iframe {
	width: 760px;
	height: 100%;
	border: 0;
	border-left: 1px solid #777;
}

/* @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;
}

.sticky-offset {
	visibility: hidden;
	height: 0px !important;
	position: absolute;
	margin: -25px;
}

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

}

/* ------ 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;
}

}