/*
Theme Name: Iller-Shuttle-Service
Theme URI: https://iller-shuttle-service.de/
Description: Theme fuer Iller-Shuttle-Service
Author: RSB IT-Dienstleistungen
Author URI: https://r-s-b.de/
Template: nirvana
Version: 1.0
*/
@import url("../nirvana/style.css");

/* 1. Den Variable Font definieren */
@font-face {
    font-family: 'Orbitron Variable';
    src: url('./fonts/Orbitron-VariableFont_wght.ttf') format('truetype-variations'),
         url('./fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 900; /* Erlaubt alle Schriftstärken von 400 bis 900 */
    font-style: normal;
    font-display: swap;
}

/* 2. Den Nirvana-Überschriften zuweisen */
h1, h2, h3, h4, h5, h6, 
#site-title, 
.entry-title, 
.widget-title,
.post-title {
    font-family: 'Orbitron Variable', sans-serif !important;
}

#content .entry-title {
    display: none;
}
#front-text1 h2, #front-text2 h2, #front-text5 h2, #front-columns h2 {
    font-size: 24px !important;
}


.bkbg-il-wrap {
    box-sizing: border-box;
    padding-top: 0px !important;
}


@media (max-width: 800px) {
    .seriousslider-inner > .item img.item-image {
        max-width: 100% !important;
    }
}


cite, em, i {
    font-style: italic;
    display: none !important;
}


.safari .column-image-inside-centered {
top: 40% !important;
}
