@charset "utf-8";
/* CSS Document */

img {display:inline-block;}
.featured-article-badge {display:none}

#sp-main-body {
  padding: 50px 0;
}

/* Top Bar */


#sp-top-bar {
	padding: 4px 0;
    font-size: 14px;
	background: #f9f9f9;
	color:#666666;
}

#sp-top-bar a{
	color:#666666;
	font-size:14px;
}

#sp-top-bar p {
	margin-bottom:0;
}

#sp-top-bar .sp-module {

  margin:0 ;
}


#sp-top1 .sp-module {margin-right: 20px; float: left;}
#sp-top1 .mod-languages {}

/* Header */
#sp-top-bar .container, header .container {
  max-width: 1900px!important;
}
#sp-header {
  box-shadow: 0 0 0px 0 rgba(0,0,0,.1);

}

#sp-header img { transition: height 1s;}

@media (max-width: 575px) {
#sp-header	.logo-image-phone { height:32px;}
.menubutton .sppb-row-container {
  padding-left: 5px;
  padding-right: 5px;
}	
}

@media (max-width: 380px) {
#sp-header	.logo-image-phone { height:30px!important;}
}

#sp-header.header-sticky .logo img { height:40px;}
#sp-header.header-sticky {height: 54px; background:rgba(255,255,255,1.0)!important; }
#sp-header.header-sticky .sp-megamenu-parent > li > a {line-height:50px}
#sp-header.header-sticky  #sp-menu > .sp-column {height: 54px;}
#sp-header.header-sticky .logo {height: 54px; margin-top:0px;}

@media (max-width:1300px) {
.sp-megamenu-wrapper {display:none!important;}
}
@media (max-width: 992px) {
  .logo-image-phone {height: 40px!important;}
}

@media (max-width: 575px) {
#sp-header {height: 60px;}
#sp-header .logo img, #sp-header.header-sticky .logo img { height:26px!important;}  
  }

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
 font-size: 16px;
 text-transform: uppercase;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	text-transform: uppercase;
	line-height: 1.25;

}
.sp-megamenu-parent {
	background: #efefef;
	padding: 0 15px 0 5px;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  font-weight: bold;
	color:#252525;
	text-decoration: underline;
	text-underline-offset: 5px;
	
}



/* offCanvas */
.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone  {width:200px!important; height:auto!important;}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-size: 16px;
}

@media (max-width: 1399px) {
    .sp-megamenu-parent {display:none!important;}
}
@media (min-width: 1400px) {
   #offcanvas-toggler {display:none!important;}
}

/* Bottom - Footer */
#sp-bottom {font-size: 16px;}

#sp-bottom .sp-module .sp-module-title {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 30px;
  color: #222;
}

#sp-footer .container-inner {
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

/* Balbooa */
.ba-field-container i {margin-top: -4px;}

input::placeholder, textarea::placeholder  {
  opacity: 0.5;
}

/* Hero 
.com-sppagebuilder #sp-header {
  background: rgba(255,255,255,0);
}
.com-sppagebuilder #sp-header .header-sticky {
  background: rgba(255,255,255,1!important);
}


/* zu verwnden bei "fullsize" Startbild */

.herofullsite #sp-header {background: rgba(255,255,255,0);}
.herofullsite #sp-top-bar {display:none;}
.herofullsite #sp-main-body {margin-top:-100px;}
.herofullsite #sp-header {box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);}
.com-sppagebuilder #sp-header .header-sticky {background: rgba(255,255,255,1.0);!important;}

/* Feature Box */
.sppb-addon-feature  img { width:100px; height:auto;}


/* Readmoe */
.readmore {margin-top:30px;}

.readmore a,
.readmore a.btn {
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  color: #FFFFFF!important;
  background:#EDCEC2;
  border-radius: 4px;
}

.readmore a:hover,
.readmore a.btn:hover {
  background:#d1b6aa;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF!important;
}


/* Button Primary */
.btn-primary, .sppb-btn-primary {
  border-color: #EDCEC2!important;
  background-color: #EDCEC2!important;
  color:#252525!important;	
}

.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #d1b6aa!important;
  background-color: #d1b6aa!important;
}



/* Breadcrumb */
.breadcrumb {background-color: #f5f5f5;}
.breadcrumb .float-start {margin-right: 5px;}

/*SP Accordion */
.sppb-panel-title {
  font-size: 20px;
  font-weight:600;	
}

.sppb-panel-collapse p {margin-bottom: 0.4rem;}

/* Article Slider  */
.sppb-articles-carousel-meta-date,.sppb-articles-carousel-meta-category {display: none;}
.sppb-articles-carousel-link {font-size: 1.4rem; line-height:1.25}
.sppb-articles-carousel-introtext {font-size: 15px;}

/* Article Blog */
.blog .category-desc {
	/* text-align: center; */
	margin-bottom: 30px;
	padding: 20px;
}



/* Article Details  */

@media (min-width: 799px) {
.article-details {
	padding: 30px;
	}

.article-details .article-full-image {
	width: 35%;
	height: auto;
	padding-left: 20px;
	margin-top: -30px;
	float: right;	
	} 	
}

@media (max-width: 799px) {
.article-details img {
	max-width: 300px; height: auto;
	}
	
}


/* Slider Zoom 
.sp-slider .sp-item.active .sp-background{
  animation: zoom 10s; 
}

@keyframes zoom {
  from {
   transform: scale(1);
  }
  to {
  transform: scale(1.5);
  }
}
*/
/* Google Local Fonts */


/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-baskerville-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-baskerville-v14-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}
/* libre-baskerville-700 - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-baskerville-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre-baskerville-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre-baskerville-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre-baskerville-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre-baskerville-v14-latin-700.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}


/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/playfair-display-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/playfair-display-v40-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

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

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

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


@font-face {
    font-family: 'Noah Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Noah Regular'), url('../fonts/noah-regular.woff') format('woff');
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/playfair-display-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
    font-family: 'Noah Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;	
}

H1, H2, H3, H4, H5, H6 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;

}

small {
  font-size: .675em;
}

td { 
  padding:6px 4px;
  line-height:1.0;}

tr:nth-child(even) {
   background-color: #FFFFFF;
}
tr:nth-child(odd) {
   background-color: rgba(237,206,194,0.3);
}



.hero H1 {font-size:4rem;}
H1 {font-size:3.0rem;}
H2 {font-size:2.0rem;}
H3 {font-size:1.5rem;}
.article-list .article .article-header h2 {font-size: 1.5rem; font-weight: 400;}

@media (min-width: 1200px) {
.hero H1 {font-size:5rem;}
H1 {font-size:4.0rem;}
H2 {font-size:3.0rem;}
H3 {font-size:2.0rem;}
.article-list .article .article-header h2 {font-size: 2.0rem; font-weight: 400;}

#sp-bottom .sp-module .sp-module-title {
  font-size: 1.5rem;
}
  
}  

@media (max-width: 799px) {
.hero H1 {font-size:3rem;}
H1 {font-size:2.5.0rem;}
H2 {font-size:1.75rem;}
H3 {font-size:1.4rem;}
.article-list .article .article-header h2 {font-size: 1.4rem; font-weight: 400;}

}  

