h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "house_decor_demoregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

@font-face {
    font-family: 'snippletweakregular';
    src: url('../fonts/snippletweak/snippletweak-webfont.woff2') format('woff2'),
         url('../fonts/snippletweak/snippletweak-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
  
.h1, h1
 {
  font-family: "snippletweakregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

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

/* Standard H1 für Desktop */
h1 {
  font-size: 4rem; /* Beispiel für Desktop */
  line-height: 1.2;
}

/* Für kleinere Bildschirme (z.B. Tablets und Mobilgeräte) */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem; /* Kleinere Schriftgröße für Mobilgeräte */
    line-height: 1.3; /* Eventuell den Zeilenabstand anpassen */
  }
  h2 {
    font-size: 1rem; /* Kleinere Schriftgröße für Mobilgeräte */
    line-height: 1.3; /* Eventuell den Zeilenabstand anpassen */
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem; /* Noch kleinere Schriftgröße für sehr kleine Bildschirme */
    line-height: 1.4;
  }
}

/* Sicherstellen, dass Blogartikel auf Mobilgeräten untereinander angezeigt werden */
@media (max-width: 768px) {
  .blog-items { /* Ersetze .blog und .item durch die korrekten Klassen */
    display: block; /* Zeige jeden Artikel als Blockelement an */
    width: 100%; /* Breite auf 100% setzen, um den gesamten Bildschirm zu nutzen */
    margin-bottom: 15px; /* Abstand zwischen den Artikeln */
  }

  /* Optional: Anpassung der Schriftgröße für Mobilgeräte */
  .blog-items .item-title {
    font-size: 1.5rem; /* Schriftgröße anpassen */
  }

  .blog-items .item-content {
    font-size: 1rem; /* Inhaltsschriftgröße anpassen */
  }
}

body {
    font-family: "Aleo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 100;
  font-size: 1.5rem;
 
    -webkit-animation: fadein 1000ms; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1000ms; /* Firefox < 16 */
        -ms-animation: fadein 1000ms; /* Internet Explorer */
         -o-animation: fadein 1000ms; /* Opera < 12.1 */
            animation: fadein 1000ms;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Aleo";
  font-weight: 600;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1 !important; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1 !important; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1 !important; }
}
  
}

/* Links nicht unterstrichen */
a {
    text-decoration: none; !important;
}



/* Farben */
:root {
  --cassiopeia-color-primary: #000000;
  --cassiopeia-color-link: #c77400;
  --cassiopeia-color-hover: #643a00;
}

/* Hover Social Icons */
.socialicons {
max-width: 50px;
opacity: .5;
transition: .2s ease-in-out;
margin: 10px;
}

.socialicons:hover {
    opacity: 1;
  	transform: scale(1.1);
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / .5));
}

/* Stream Icons */
.streamicons {
    transition: .2s ease-in-out;
margin: 10px 24px 10px 24px;
    color: #643a00;
    width: 75px;
height: 50px;
}

.streamicons:hover {
  	transform: scale(1.1);
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / .5));
    opacity: 1;
    color: black;

}

/* Banner */
.container-banner .banner-overlay {
    height: 75vh;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left,50%;
    background-size: cover;
}

@media (max-width: 575.98px){
.container-banner .banner-overlay {
    height: 19vh;
  max-height: 135px;
    background-size: cover;
    background-attachment: fixed;
    background-position: left 50%;
}}

@media (max-width: 767.98px){
.container-banner .banner-overlay {
    height: 50vh;
  max-height: 300px;
    background-size: cover;
    background-attachment: fixed;
    background-position: left 50%;
  }}

@media (max-width: 1199.98px){
  .container-banner .banner-overlay {
    height: 75vh;
    background-size: cover;
    background-attachment: scroll;
    background-position: left 50%;
}}


/* Banner durchsichtig */
.container-banner .banner-overlay .overlay {
    opacity: .4;
}


/* H2 Styling */
.h2, h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

/* Menü */
header .metismenu.mod-menu .metismenu-item {
    font-size: 1.5rem;
    font-weight: 400;
}

.metismenu.mod-menu .metismenu-item {
    padding: 0.1em 1em;
      text-align: center;
      display: block;
}
/* Container für die Footer-Module */
.footer-modules {
  display: flex; /* Flexbox verwenden */
  justify-content: center; /* Zentriert die Module */
  flex-wrap: wrap; /* Ermöglicht das Umwickeln in der mobilen Ansicht */
  margin-top: 20px; /* Optional: Abstand nach oben */
}

/* Module selbst 
.footer-module {
  margin: 10px; /* Optional: Abstand zwischen den Modulen */
} */

/* Für Mobilgeräte */
@media (max-width: 768px) {
  .footer-modules {
    flex-direction: column; /* Stapeln der Module vertikal */
    align-items: center; /* Zentriert die Module horizontal */
  }
}

/* Schriftgröße Footer */
.footer {
    font-size: 1rem;
}

/* Email Sub Form */
.acym_module_form input {
    width: 100%;
    padding: 10px; 
    max-width: 100% !important;
      margin-top: 15px;
}

select {
    padding: 10px;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

/* Email unsubscribe*/
.btn.unsubbutton {
    color: #ad62006e;
}

.btn.unsubbutton:hover{
    color: var(--cassiopeia-color-link);
}

ul.lang-block.dropdown-menu.show {
    min-width: auto;
}

/* Footer Position oben 
.footer .grid-child {
    align-items: start;
} */


@media (max-width: 575.98px){
figure.left.item-image {
     max-width: 100% !important;
   margin-right: 0vw;
    margin-top: 1vh;
    width: 100%
}}


@media (min-width: 767.98px){
figure.left.item-image {
    margin-right: 5vw;
    margin-top: 1vh;
    width: 30%
}}

@media (min-width: 1200px){
figure.left.item-image {
    margin-right: 5vw;
    margin-top: 1vh;
    width: 30%;
}}

.blog-item .item-image {
    margin-right: 0 !important;
}

/* Readmore Button */
.btn-secondary {
    width: 100%;
    margin-top: 20px;
}

/* Spend a beer button */
.spend-a-beer:hover {
  background-color: #643a00;
  transform: scale(2);
    rotate: -10deg;
    margin: 8rem 2rem 0rem;
  color: #ffffff;
filter: drop-shadow(0px 0px 30px rgb(0 0 0 / .5));
    text-decoration: none !important;
}

.spend-a-beer {
    background-color: #ffffff;
    border: none;
    text-decoration: none; !important
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    rotate: 4deg;
    color: #000000;
filter: drop-shadow(0px 0px 10px rgb(0 0 0 / .5));    
  line-height: 1;
    padding: 13px 0 0 0;
    transition: .2s ease-in-out;
    margin: 2rem 0rem 0rem;
}

div#mod-custom120 {
  position: absolute; /* Macht die Position relativ zum Container */
  right: 0; /* Positioniert das Modul rechts */
    margin-top: 55px;
  z-index: 999;
}

/* Menü mittig */
.metismenu.mod-menu {
    justify-content: center;
    display: flex;
  margin-top: 0.4rem;
}

.back-to-top-link {
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    text-align: center;
      padding-top: 16px;
}

/*Artikel Infos*/
.article-info dd {
    font-size: .5em;
    margin-right: 25px;
}

.text-muted {
    display: flex;
}

/*Custom Field Stream Links*/
.musicfield {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
}

li.field-entry.musicfield {
    list-style-type: none;
}

.com-content-article ol, .com-content-article ul {
   overflow: visible;
}

.page-header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

/*Bilder im Blog Layout*/
.kleinesbild{
width: 100% !important;
}

/*Spalten zwischen Einträgen im Blog*/
.blog-items {
    grid-gap: 3em;
}

/*Bild overlay Verlauf nach weiß
.overlay {
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, transparent, white);
}*/

/*.site-grid {
    grid-gap: 0 2em;
}*/

@media (min-width: 992px) {
.site-grid {
    grid-template-areas:
        ". banner banner banner banner ."
        ". top-a top-a top-a top-a ."
        ". top-b top-b top-b top-b ."
        ". side-l side-l comp comp ."
        ". bot-a bot-a bot-a bot-a ."
        ". bot-b bot-b bot-b bot-b .";
          text-align: center;
  }}

.blog-items.columns-3 {
grid-template-columns: 1fr 1fr 1fr;
}

/* Container für die Navigationslinks */
.nav-links {
  display: flex; /* Flexbox verwenden */
  justify-content: space-between; /* Verteilt den Platz zwischen den Links */
  margin-top: 20px; /* Abstand nach oben */
}

/* Stil für den "Zurück"-Button */
.btn.btn-sm.btn-secondary.previous {
  max-width: 10em; /* Maximale Breite beibehalten */
  background-color: var(--cassiopeia-color-primary);
  color: #fff;
      border-radius: 20px;
}

/* Stil für den "Weiter"-Button */
.btn.btn-sm.btn-secondary.next {
  max-width: 10em; /* Maximale Breite beibehalten */
  background-color: var(--cassiopeia-color-primary);
  color: #fff;
      border-radius: 20px;
}

.stream-icons-container {
    display: flex;               /* Flexbox aktivieren */
    justify-content: center; /* Icons gleichmäßig über die Breite verteilen */
    flex-wrap: wrap;            /* Icons in die nächste Zeile umbrechen, wenn nötig */
    width: 100%;                /* Volle Breite des Containers */
}

@media (max-width: 768px) {
    .stream-icons-container {
        justify-content: center; /* Zentriert die Icons in der mobilen Ansicht */
    }
}
/* Bilder im Artikel zentriert */
figure.center.item-image {
    text-align: center;
    margin: 0;
    width: 50%;
    display: inline-block;
  filter: drop-shadow(0px 0px 10px rgb(0 0 0 / .5));
}
/* Topbar CSS damit Sprachen und Spend A Beer links und rechts sind */
.container-topbar, .container-below-top {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mod-languages {
    position: absolute;
    left: 0;
    margin-left: 20px;
    margin-top: 65px;
  z-index: 999;
}

div.mod-languages .btn-group .btn {
    flex: none;
    background-color: transparent;
    color: white;

}

.container-header nav {
    margin-top: .5em;
    padding: 0;
    margin-bottom: .5em;
  display: flex;
    flex-direction: column;
    align-items: center;
}

div.mod-languages .btn-group .btn {
    flex: none;
    font-size: .7em;
    padding: 5px 8px 8px 8px;
    height: 35px;
      border-color: white;
}

element.style {
}

.container-header .navbar-toggler {
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    height: 35px;
  margin-top: -1px;
}

.footer .grid-child {
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem .5em;
    display: block;
}

.acym_module_form label {
    max-width: 100%;
    display: block !important;
    cursor: pointer;
}

.com-content-article.item-page {
    text-align: center;
}

@media (max-width: 768px) {
  figure.center.item-image {
    text-align: center;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.pagenavigation .pagination {
    display: flex;
    justify-content: space-between;
}

.pagenavigation .pagination .next {
    margin-left: auto !important; /* Stellen sicher, dass der Button nach rechts geschoben wird */
}

.pagenavigation .pagination .previous {
    margin-right: auto; /* Optional: Falls du einen Zurück-Button hast */
}

.hidden   {
  display: none;
}

footer .metismenu.mod-menu li a {
    font-size: 12px !important; /* Statt 0.8rem */
}