/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}

 #events p.duration, #events div.duration   {
	/* add your css rule here */
}

 #events p.description, #events div.description   {
	/* add your css rule here */
}

 #events .selectedEvent   {
	/* add your css rule here */
}

 #events input.reserve_time_btn   {
	/* add your css rule here */
}

 #events input.select_another_btn   {
	/* add your css rule here */
}

 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}

 #eventForm #save_button   {
	/* add your css rule here */
}

 div.ui-widget-content   {
	/* add your css rule here */
}

 div.ui-widget-header   {
	/* add your css rule here */
}

 #timeline-container table.timeline   {
	/* add your css rule here */
}

 .timeline td.not_worked_time   {
	/* add your css rule here */
}

 .timeline td.free_time   {
	/* add your css rule here */
}

 .timeline td.selected_time   {
	/* add your css rule here */
}

 .timeline td.reserved_time   {
	/* add your css rule here */
}

 div#loading   {
	/* add your css rule here */
}

 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

/* Schriftarten einbinden */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;600;700&display=swap');
/* PLATZHALTER für Good Headline Pro Wide */
<style>
  @import url("https://use.typekit.net/cpc1soy.css");
</style>

/* Auf alle typischen Textelemente anwenden */
body, h1, h2, h3, h4, h5, h6, p, a, li, div, span, label, input, button {
    font-family: 'Source Sans Pro', sans-serif !important;
}

/* Nur die Hauptüberschrift (Hund & Held) */
div.company-name.company-logo-and-name h1 {
    font-family: 'Good Headline Pro Wide', sans-serif !important; /
<style>
  @import url("https://use.typekit.net/cpc1soy.css");
</style> /
    font-size: 28px !important;
    text-align: center !important;
    margin: 0 auto 20px auto !important;
    display: inline-block !important;
}

/* Grundgröße für den Fließtext erhöhen */
body, p, li, label, input, button {
    font-size: 16px !important;
}

/* Überschriften optional etwas größer skalieren */
h1 {
    font-size: 28px !important;
}
h2 {
    font-size: 24px !important;
}
h3 {
    font-size: 24px !important;
}

/* Alle Navigation-Elemente */
nav *, .nav *, [class*="menu"] * {
    font-size: 18px !important;
}

/* Spezifisch für oberen rechten Bereich */
.header-right *, header .right *, .top-right * {
    font-size: 24px !important;
}

/* Buttons Standard-Stil */
.btn.book.btn-with-icon.custom,
.btn.map.btn-with-image.custom {
    font-size: 18px !important;
    font-variant: small-caps !important;
    transition: transform 0.3s ease !important;
    width: 220px !important;
    padding: 8px 0 !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
}

/* Abstand zwischen Buttons */
div.bar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important; /* Harmonischer Abstand zwischen Buttons */
    margin-top: 10px !important;
    margin-bottom: 40px !important;
}

/* Hover Effekte */
.btn.book.btn-with-icon.custom:hover,
.btn.map.btn-with-image.custom:hover {
    opacity: 1 !important;
    transform: scale(1.05) !important;
}

/* Restliche Textanpassungen */
.btn.book.btn-with-icon.custom a,
.btn.map.btn-with-image.custom a {
    font-size: 20px !important;
    font-variant: small-caps !important;
}

/* Bereich mit Überschrift + Buttons (zentriert & harmonisch) */
div.inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 50vh !important;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    position: relative !important;
    z-index: 15 !important;
    text-align: center !important;
}

/* Überschrift-Container */
div.company-name.company-logo-and-name {
    width: 100% !important;
    text-align: center !important;
    z-index: 15 !important;
    position: relative !important;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7) !important;
}

/* Hintergrundbild fixieren */
section#main-buttons {
    transform: none !important;
}

/* Buttons sollen beim Hover NICHT nach unten springen */
div.bar .btn:hover {
    transform: none !important;
    transition: opacity 0.3s ease !important;
}

/* MOBILE ANSICHT */

@media (max-width: 768px) {
div.company-name.company-logo-and-name h1 {
        font-size: 28px !important;
    margin-bottom: -15px !important;
    padding-bottom: 0px !important;
  }

  div.inner {
    margin-top: 80px !important; 
    padding-top: 0px !important;
min-height: 60vh !important;
  }

  div.company-name.company-logo-and-name h1 {
    margin-bottom: 4px !important;
  }  
  

    div.bar {
        gap: 16px !important;
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }

    .btn.book.btn-with-icon.custom,
    .btn.map.btn-with-image.custom {
        font-size: 16px !important;
        width: 220px !important;
        padding: 5px 0 !important;
    }

    .btn.book.btn-with-icon.custom a,
    .btn.map.btn-with-image.custom a {
        font-size: 16px !important;
    }
}

/* KLEINE SMARTPHONES */
/* KLEINE SMARTPHONES */
@media (max-width: 480px) {
    .btn.book.btn-with-icon.custom,
    .btn.map.btn-with-image.custom {
        font-size: 14px !important;
        width: 200px !important;
        padding: 5px 0 !important;
    }

    .btn.book.btn-with-icon.custom a,
    .btn.map.btn-with-image.custom a {
        font-size: 14px !important;
    }

    h1 {
        font-size: 24px !important;
    }
    h2, h3 {
        font-size: 20px !important;
    }

    body, p, li, label, input, button {
        font-size: 14px !important;
    }
}

/* === Logo auf Desktop ausblenden === */
@media (min-width: 769px) {
  .brand.company-logo-only {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* === Logo auf Mobile sichtbar lassen === */
@media (max-width: 768px) {
  .brand.company-logo-only {
    display: block !important;
  }
}
