.reservation {
  margin-bottom: 60px;
}
.submitButton {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .reservation {
    margin-bottom: 40px;
  }
  .submitButton {
    margin-bottom: 20px;
  }
}
/* Kontaktseite: Kontaktinfos und Formular nebeneinander auf Desktop */
.kontaktFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 900px;
  margin: 40px auto 0 auto;
  padding: 0 10px;
  width: 100%;
}
.reservation {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 700px) {
  .kontaktFlex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 30px auto 0 auto;
    padding: 0 10px;
    width: 100%;
  }
  .reservation {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    align-items: center;
  }
  .submitButton {
    width: 100%;
    max-width: 220px;
    margin-right: 0;
    margin-top: 30px;
    align-self: center;
  }
}
.kontaktInfoDesktop {
  display: none;
}
@media (min-width: 700px) {
  .kontaktInfoBar {
    display: none;
  }
  .kontaktFlex {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .reservation {
    max-width: 800px;
  }
  .reservation input,
  .reservation textarea,
  .reservation select {
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    box-sizing: border-box;
    font-size: 1.15em;
    margin-bottom: 18px;
  }
  .kontaktInfoDesktop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 260px;
    max-width: 320px;
    font-size: 1em;
    gap: 10px;
    margin-top: -40px;
    justify-content: flex-start;
    height: auto;
    background: #f5f5f7;
    border-radius: 18px;
    box-shadow: 0 2px 8px 0 rgba(38,54,64,0.06);
    padding: 28px 24px 22px 24px;
    border: 1px solid #e0e0e0;
  }
  .kontaktInfoDesktop .headerKontaktLink {
    font-size: 1em;
    color: #263640;
    opacity: 0.95;
    margin-bottom: 2px;
  }
  .kontaktInfoDesktop .headerKontaktLink:hover {
    color: #007bff;
    opacity: 1;
  }
  .kontaktInfoDesktop .headerKontaktIcon {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(7%) saturate(600%) hue-rotate(170deg) brightness(0.8) contrast(1.1);
  }
  .kontaktInfoDesktop .kontaktAdresse {
    margin-top: 8px;
    color: #263640;
    font-size: 1em;
    text-align: left;
    opacity: 0.95;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
.kontaktInfoWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
@media (min-width: 700px) {
    .kontaktInfoBar {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1000px;
        margin: 0 auto;
    }
    .kontaktInfoWrapper {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 38px;
    }
    .kontaktInfoBar .headerKontaktLink {
        font-size: 1em;
    }
    .kontaktTrenner {
        display: inline;
        color: #b0b0b0;
        margin: 0 12px;
        font-size: 1.1em;
        user-select: none;
    }
}
@media (min-width: 700px) {
    .kontaktInfoBar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1000px;
        margin: 0 auto;
    }
    .kontaktInfoBar .headerKontaktLink {
        font-size: 1em;
    }
    .kontaktTrenner {
        display: none;
    }
}
/* Kontaktzeile unter der Navbar */

/* Kontaktzeile unter der Navbar: immer untereinander, mittig */
.kontaktInfoBar {
    width: 100%;
    background: white;
    color: #263640;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 1em;
    font-family: 'Pontano Sans', Arial, sans-serif;
    padding: 7px 0 6px 0;
    box-shadow: 0 2px 8px 0 rgba(38,54,64,0.04);
    border-bottom: 1px solid #e0e0e0;
    z-index: 10;
}
.kontaktInfoBar .headerKontaktLink {
    color: #263640;
    opacity: 0.95;
    font-size: 1em;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s, opacity 0.2s;
    margin: 0.5px 0;
}
.kontaktInfoBar .headerKontaktLink:hover {
    color: #263640;
    opacity: 1;
    transition: 0.2s ease;
}
.kontaktInfoBar .headerKontaktIcon {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(7%) saturate(600%) hue-rotate(170deg) brightness(0.8) contrast(1.1);
}
.kontaktTrenner {
    display: none;
}
/* Kontaktinfos im Header */

/* Kontaktinfos im Header: modern, dezent, horizontal */
.kontaktInfoHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    margin-right: 1.2em;
    font-size: 0.93em;
    font-weight: 400;
    color: #e6e6e6;
    white-space: nowrap;
}
.headerKontaktLink {
    color: #e6e6e6;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.93em;
    opacity: 0.85;
    transition: color 0.2s, opacity 0.2s;
}
.headerKontaktLink:hover {
    color: #fff;
    opacity: 1;
}
.headerKontaktIcon {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    filter: brightness(0) invert(1) grayscale(1);
}
@media (max-width: 900px) {
    .kontaktInfoHeader {
        gap: 10px;
        font-size: 0.85em;
        margin-right: 0.5em;
    }
    .headerKontaktIcon {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 700px) {
    .kontaktInfoHeader {
        display: none;
    }
}
/*allgemein*/

/* pontano-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 300;
    src: url('schriftarten/pontano-sans-v17-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('schriftarten/pontano-sans-v17-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* pontano-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 400;
    src: url('schriftarten/pontano-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('schriftarten/pontano-sans-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* pontano-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 500;
    src: url('schriftarten/pontano-sans-v17-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('schriftarten/pontano-sans-v17-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* pontano-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 600;
    src: url('schriftarten/pontano-sans-v17-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('schriftarten/pontano-sans-v17-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* pontano-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 700;
    src: url('schriftarten/pontano-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('schriftarten/pontano-sans-v17-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }

:root{
    --lightGrey: #E4E3E8;
}

html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: white;
    transition: all 0.3s ease; 
}

a:hover{
    transform: scale(1.05); 
}

a:active{
    transform: scale(0.95);
}

button{
    text-align: center;
    transition: all 0.3s ease; 
}

button:hover{
    transform: scale(1.05); 
}
button:active{
    transform: scale(0.95);
}

/*PC*/

@media only screen and (min-width: 1001px){

    p{
        font-family: 'Pontano Sans';
        font-style: normal;
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
    }
    a{
        font-family: 'Pontano Sans';
        font-style: normal;
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
    }
    h1{
        font-family: 'Pontano Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 60px;
        line-height: 70px;
        display: flex;
        align-items: center;
        color: #263640;
    }
    h2{
        font-family: 'Pontano Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 64px;
        color: #263640;
    }
    h3{
        font-family: 'Pontano Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 39px;
        color: #263640;
    }
    body{
        width: 100%;
        margin: 0;
        header {
            display: flex;
            justify-content: center;
            float: left;
            width: 100%;
            background-color: #263640;
        }
    
        .navbar {
            float: left;
            display: flex;
            align-items: center;
            width: 1000px;
            height: 72px;
        }
    
        .navbarLeft {
            float: left;
            width: 25%;
        }
    
        .trunsch {
            font-family: 'Pontano Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 106%;
            font-feature-settings: 'salt' on, 'liga' off;
            color: #FFFFFF;
        }
    
        .navbarCenter {
            display: flex;
            justify-content: space-between;
            float: center;
            width: 50%;
            color: #FFFFFF;
        }
    
        .navbarRight {
            display: flex;
            justify-content: right;
            float: right;
            width: 20%;
        }
    
        #kontaktButton {
            background: #7591A3;
            border-radius: 5px;
            font-family: 'Pontano Sans';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            border: 0;
            display: flex;
            align-items: center;
            color: #FFFFFF;
            width: 149px;
            height: 41px;
            justify-content: center;
        }
    
        #navbarBurger {
            display: none;
        }
        .trunschMobile{
            display: none;
        }
        footer{
            float: left;
            width: 100%;
            height: 250px;
            background-color: #263640;
            display: flex;
            justify-content: center;
            #footerMain{
                width: 1000px;
                .trunsch{
                    margin-top: 55px;
                    font-family: 'Pontano Sans';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 106%;
                    font-feature-settings: 'salt' on, 'liga' off;
                    color: #FFFFFF;
                }
                #footerCenter{
                    float: left;
                    width: 650px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: 50px;
                }
                #footerBottom{
                    margin-top: 30px;
                    float: left;
                    width: 650px;
                    color: var(--lightGrey);
                }
            }
        }
    }
}

/*mobile */

@media only screen and (max-width: 1000px){
    p{                    
        font-family: 'Pontano Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: white;
    }
    h1{
        font-family: 'Pontano Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        color: #263640;
    }

    h2{
        font-family: 'Pontano Sans';
    }

    h3{
        font-family: 'Pontano Sans';
        font-style: normal;
        font-weight:600;
        font-size: 14px;
        line-height: 20px;
        color: #263640;
    }

    body{
        width: 100%;
        header {
            width: 100%;
            background-color: #263640;
            height: 50px;
            display: flex;
            justify-content: center;
        }
        
        .navbar {
            display: flex;
            align-items: center;
            width: 100%;
            height: 50px;
        }
        
        .navbarLeft{
            display: none;
        }
        .trunschMobile{
            display: flex;
            align-items: center;
            position: absolute;
            left: 15px;
            top: 15px;
        }

        .navbarCenter, .navbarRight {
            display: none;
        }
        
        #navbarBurger {
            position: absolute;
            right: 15px;
            top: 12px;
            width: 20px;
            height: 20px;
            cursor: pointer;
            z-index: 2;
        }

        .burgerButton{
            background-color: transparent;
            border: 0;
        }
        
        /* Toggle Menu for Mobile */
        .navbarCenter.mobile-active{
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 250px;
            width: 100%;
            height: 220px;
            background-color: #263640;
            float: left;
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
            z-index: 2;
        }
        
        .navbarCenter.mobile-active a{
            width: 100%;
            text-align: center;
            padding: 10px 0;
        }

        main{
            width: 300px;
        }
        footer{
            float: left;
            width: 100%;
            height: 250px;
            background-color: #263640;
            display: flex;
            justify-content: center;
            #footerMain{
                width: 300px;
                .trunsch{
                    margin-top: 55px;
                    font-family: 'Pontano Sans';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 106%;
                    font-feature-settings: 'salt' on, 'liga' off;
                    color: #FFFFFF;
                }
                #footerCenter{
                    float: left;
                    width: 300px;
                    height: 40px;
                    display: flex;
                    flex-direction: column;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    margin-top: 50px;
                }
                #footerBottom{
                    margin-top: 30px;
                    float: left;
                    width: 300px;
                    color: var(--lightGrey);
                }
            }
        }
    }
}