// https://url-decode.com/tool/css-beautifier

body {
  overflow-y: scroll;
}

.sitename {
  font-family: 'Segoepr';
  font-size: 2.4rem;
  font-weight: bold;
  color: #F00;
  text-decoration: none;
  display: inline-flex;
  // font-style: italic;
}

.sitename:hover {
  color: #F00 !important;
}

.sitename img {
  height: 1.6em;
  margin-right: 20px;
}

#sp-header-1 {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 22;
  height: auto;
  padding: 20px 0;
  vertical-align: middle;
}

#sp-header-1 hr {
  width: calc(100% - 30px);
  margin: 0 15px;
}

#sp-header-1 #sp-title,
#sp-header-1 #sp-search {
  width: 50% !important;
  padding-bottom: 10px;
}

#sp-header-1 #sp-menu {
  width: 100% !important;
} 

#mod-ajaxsearch-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.ajax-search .btn-toolbar {
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.ajax-search .results-box {
    top: 60px !important;
}

#sp-top img {
	margin-top: 20px;
}

#sp-top h1.eb-entry-title {
    font-weight: bold;
    margin: 30px 0;
}

#sp-main-body {
  min-height: calc(100vh - 140px - 90px);
  padding: 0 0 20px 0 !important;
}

.f8931d {
  background-color: #f8931d;
}

.section-panel {
  margin: 30px -15px 30px -15px;
}

.sp-megamenu-parent {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #F00;
}

#sp-footer {  
  background-color: #fff;
}

#sp-footer-1 .container-inner {
  border-top: 1px solid rgba(0,0,0,0.15);
  color: #252525;
}

#sp-footer-1 a {
  color: #252525;
}

#sp-footer-1 a:hover, 
#sp-bottom a:hover, 
#sp-footer-1 a:active, 
#sp-bottom a:active, 
#sp-footer-1 a:focus, 
#sp-bottom a:focus {
    color: #0345bf;
}

#sp-footer-1 ul.menu {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin: 20px 0;
}

#sp-footer-1 ul.menu li {
  margin-right: 20px;
}

#sp-footer-2 {
  text-align: center;
  margin-bottom: 20px;
}

.body-innerwrapper {
  overflow-x: hidden;
}

/*** Box Aktuelles auf Start-Seite ***/
.newsflash-horiz {
  overflow: auto;
  margin: 0;
  padding: 0;
}

/*** Teaser Box auf Start-Seite ***/
.teaser-box {
  display: block;
  background-color: #ffffff;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.15);
  height: calc(100% - 16px);
}

.teaser-box-header {
  position: relative;
  font-size: 1rem;
}

.teaser-box-header h2 {
  position: absolute;
  bottom: -8px;
  font-size: 16px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

.teaser-box-content {
  font-size: 12px;
  padding: 10px;
}

.sp-copyright {
    margin-bottom: 20px;
}

.hello {
    width: auto;
    font-family: Segoepr;
    font-size: 1.6em;
    font-style: italic;
    font-weight: 800;
    color: #F00;
}

.eb-blog-grid__body div {
    font-size: 10pt;
}

.article-details h1 {
  font-weight: bold;
  margin-top: 10px;
}

.article-details h4 {
  font-size: 1.2rem
}

.article-details h1,
.eb-entry-title {
  font-size: 1.6rem
}

.article-details h1,
.article-details h4,
.eb-entry-title,
#eb .eb-blog-grid a {
  color: #F00 !important;
}

.article-details h1,
.article-details h4,
.eb-entry-title,
.eb-blog-grid__title {
  font-family: Segoepr;
}

.profile-photo {
   float: left;
   margin-right: 20px;
   margin-bottom: 10px;
}

.eb-entry-article h2 {
  font-size: 1.3rem;
}

.eb-entry-article h2 {
  margin-top: 1.5rem !important;
  font-weight: bold;
}

/*** Info Box auf den verschiedenen Seiten ***/
.info-box {
  background: #F3E015;
  padding: 15px;
  width: 33.333333%;
  margin-left: 30px;
  float: right;
}

.eb-entry-title,
.eb-blog-grid__title {
  font-family: Segoepr;
}

#hint-start-page {
  margin-bottom: 20px;
}

@media (min-width:993px) {
  #sp-header-1 {
    padding: 20px 0;
    vertical-align: middle;
  }
}

@media (max-width:992px) {
 .info-box {
    background: #F3E015;
    padding: 15px;
    width: 100%;
    margin-left: 0px;
    float: left;
    margin-bottom: 15px;
  }

  #sp-header-1 #sp-title {
    width: 100% !important;
    padding-bottom: 10px;
  }

  #sp-header-1 #sp-search,
  #sp-header-1 #sp-menu {
    width: 50% !important;
    padding-bottom: 0;
  } 

  .sitename {
    font-size: 1.6em;
  }

  .sitename img {
    height: 1.6em;
  }

  #sp-footer1,
  #sp-footer2 {
    text-align: center;
  }

  #mod-ajaxsearch-form {
    display: block;
  }

  #mod-ajaxsearch-form .results-box {
    width: 110%;
    border: none;
  }

  .eb-entry-title {
    font-size: 1.2em;
  }
}

@font-face {
  font-family: 'Segoepr';
  src: url('../fonts/segoepr.eot')  format('eot'),
       url('../fonts/segoepr.ttf')  format('truetype'),  
       url('../fonts/segoepr.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body { font-family: 'Source Sans 3', Verdana; font-size: 18px; }
h1, h2, h3 { font-family: 'ItaliaStd-Medium', Verdana; }

.ampz_container {
  margin-top: 30px;
}

.ampz_inline_icon_only {
  display: inline-block !important;
}

.social-icons {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

.social-icons a,
.ampz_inline_icon_only a {
  border-radius: 50%;
  margin-right: 10px;
  width: 32px;
}

.start-page .social-icons .far,
.start-page .social-icons .fab {
  font-size: 2rem;
}

.start-page .social-icons a,
.start-page .social-icons a:hover {
  color: #fff;
  height: 46px;
  display: inline-block;
  width: 46px;
  padding: 7px;
  text-align: center;
}

.start-page .social-icon-facebook a {  
  background-color: #1678f2;
}

.start-page .social-icon-whatsapp a {  
  background-color: #4dc247;
}

.start-page .social-icon-instagram a {
  background-color: #C13584;
}

.start-page .social-icon-email a {  
  background-color: #999;
}

.gt h3 {
  font-size: 1.2rem !important;
  font-weight: bolder;
}