/* Schrif einbinden */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body{
	font-family: Open Sans, sans-serif;
	font-size:16px;
	font-weight: 600; 
}
p {
	font-size:16px;
}
h1{
	font-weight: 800; 
}
h2, h5, h6{
	font-weight: 600; 
}
h3, h4{
	font-weight: 300;
}

h3{
	font-size: 28px;
}

@media (min-width: 1200px){
	.h4, h4 {
	  font-size: 24px;
	}
	.h2, h2 {
	  font-size: 32px;
	}
}

/* Links in einer anderen Farbe */
.page-content a {
	color: #292929;
	font-weight:bold;
	border-bottom: 1px solid  #292929;
	 
}
/* Header Bild rechts */
.customheader_right p{

}
hr{
	display:none;
}
/* content-Bereich Hintergrund */
.custom-content{
	background-image: linear-gradient(to top, #ccc 0%, #b1b1b1 100%);
}
h2 {
	color: #ac8d3b;
	text-shadow:1px 1px 0.5px #666;
}
/* ====== Rechts Menü Service ==========*/
.sp-lr {
	color: #222;
	background-color: #292929;
	padding: 10px;
	border-radius: 3px;
}
.sppb-addon h3.sppb-addon-title::after {
	height: 3px;
}
.right_service h3.sp-module-title {
	color: #fff;
	font-size:24px;
}
.sp-module .sp-module-title, .sppb-addon h3.sppb-addon-title {
	box-shadow: none;
	display: block;
}
.nav.menu li.current > a {
	color: #3c3c3c;
	background-color: #caae66;
}
.sp-module ul > li {
	border: none;
}
.right_service .sp-module ul > li > a {
	color: #969696;
	border-radius: 2px;
	padding: 2px 8px;
}

/* Listen  */
.sppb-addon-text-block ul {
	list-style: none
}
.sppb-addon-text-block ul li::before {
	content: "●";
	color: #caae66;
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
}
/* ======= Block in Schwarz ============= */
.invers {
	border-radius: 2px;
	padding: 10px 10px 40px 30px !important;
	background-color: #292929;
	color: #fff;
}
.invers a {
	background-color: transparent !important;
	color: #fff !important;
}
.invers h2 {
	background-image: linear-gradient(to right, #caae66 80%,transparent 100%);
	color: #333;
	padding: 5px 10px 5px 20px;
	margin-left: -30px !important;
}
.invers h2::before{
	content: "■";
	margin-right: 10px;
}


.article-info {
	padding-top: 0 !important;
}
/* ============= Einzelbild =============*/
.sppb-addon-single-image{
	
}
