/* webM1 ergaenzungen 2023 */


/* Font Awesome */
@import "all.css";

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

/* ueberschriften, lokal eingebundene fonts, formatierung 2/2022 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans TC';
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
  color: #0099ff;
}

h3 {
  font-size: 28px;
}

.uk-scope .uk-h3, .uk-scope h3 {
  font-family: 'Noto Sans TC' !important; 
  color: #555 !important;
}

/* widgetkit anpassungen - referenzen */
.uk-scope .uk-overlay-primary {
  background: rgba(34,34,34,.5) !important;
}
.uk-scope .uk-overlay {
   line-height: 18px;
}
/* MEHR ... buttons */
.uk-scope .uk-button-primary {
  background-color: #09f !important;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px !important;
}

/*Formatierungen für Akkordeon "FAQ" aus site.css*/
.uk-scope .uk-accordion-title {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  background: #eaeaea;
  border: 10px solid #eaeaea;
  border-radius: 10px;
}

/*abstand über leistungen und über den Beiträgen*/
#sp-main-body {
  padding: 30px 0;
}
/*listenzeichen*/
#sp-main-body ul li {
  list-style-image: url('/images/liste_webm1.png');
 /* list-style-position: outside;*/
} 
.uk-scope ul li {
  list-style-image: url('/images/liste_webm1.png');
 /* list-style-position: outside;*/
}
/*hintergrund über dem menü*/
#sp-top-bar {
  background: #eaeaea !important;
}

/* Hack, um "featured" auf der Startseite bei den Hauptbeiträgen zu verstecken */

.article-list .article .featured-article-badge {
   display: none;
}
.article-details .featured-article-badge {
  display: none;
  }
/* webm1 2025 - Wir machen Websites Modul */
@media (min-width: 800px) {
  .uk-scope .uk-h2, .uk-scope h2 {
    font-size: 70px !important;
     }
}
@media (max-width: 960px) {
  .uk-scope .uk-h2, .uk-scope h2 {
    margin-top: 20px !important;
  }
}
