@font-face {
    font-family: 'Amaranth';
    src: url('fonts/Amaranth-Regular.eot');
    src: url('fonts/Amaranth-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Amaranth-Regular.woff') format('woff'),
    url('fonts/Amaranth-Regular.svg#Amaranth-Regular') format('svg');

}
@font-face { font-family: 'BarlowThin';
src: url('fonts/BarlowCondensed-Light.eot#') format('eot'),
url('fonts/BarlowCondensed-Light.woff') format('woff'),
url('fonts/BarlowCondensed-Light.ttf') format('truetype'),
url('fonts/BarlowCondensed-Light.svg#svgFontName') format('svg'); }

html, body
{
    font-family: BarlowThin;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 0;
    margin: 0;

    scroll-behavior: smooth;

}
h1, h2, h3{
    font-family: Amaranth;
    color: #7F271E;
}

.menu{
    
}
        .header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding-top: 50vw;
            background: url('images/titelbild_3.jpg') center/cover;
            transition: padding-top 1s ease;
            z-index: 1000;
        }

        .menu {
            text-decoration: none;
            position: fixed;
            top: calc(100vw / 2);
            left: 0;
            width: 100%;
            background: #333;
            color: white;
            text-align: center;
            padding: 15px;
            transition: top 1s ease;
            z-index: 999;
            text-transform: uppercase;
            font-size: 20px;
            font-family: Amaranth;
        }
        .menu a, .menu a:link,.menu a:visited, .menu a:hover{
            text-decoration: none;
            color: #fff;
        } 
        #desktopmenu{
            display: block;
        }
        #smartmenu{
            display: none;
        }
        #mobilemenu{
            display: none;
        }
        .content {
            position: relative;
            left: 10%;
            width: 80%;
            margin-top: calc(50vw + 100px);
            height: auto;
            background: #f4f4f4;
        }
        .logo{
            position: absolute;
            width: 20%;
            right: 5%;
            height: auto;
            top: 40%;
            transition: top 1s ease;
        }
        .logo img{
            width: 100%;
        }

        .shrink {
            padding-top: 15vw !important;
        }
        .menu-fixed {
            top: 15vw !important;
        }
        .logo-fixed{
            top: 6% !important;
        }
        .pos{
            scroll-margin-top: 350px;
            
        }
        .box{
            padding: 2%;
        }
        #desktopslider{            
            position: relative;
            width: 80%;
            left: 9%;}
            
.suchbox, .suchbox option, .terminbox{
    display: block;
    margin-bottom: 4px;
    width: 60%;
    margin-bottom: 10px;
    left: 20%;
    position: relative;
    font-family: Montserrat;
    font-size: 22px;
    background-color: #ccc;
    border: 2px solid white;
    border-radius: 2px;
    
    color: #444;
    

}            
#sendbutton {
  background-color: #2e2e2e;      /* Anthrazit */
  color: #ffffff;                 /* Weißer Text */
  border: none;                   /* Kein Rahmen */
  padding: 10px 20px;             /* Innenabstand */
  border-radius: 2px;             /* Abgerundete Ecken */
  font-size: 16px;                /* Gut lesbar */
  cursor: pointer;                /* Hand-Cursor */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#sendbutton:hover {
  background-color: #1f1f1f;      /* Etwas dunkler beim Hover */
  transform: scale(1.02);         /* Kleiner Zoom-Effekt */
}

#sendbutton:active {
  transform: scale(0.98);         /* Klick-Effekt */
}
          
            
            
            