body {
    font-family: 'Segoe UI', sans-serif;
}

.hero {
    height: 90vh;
    background: url('images/hero.jpeg') center/cover no-repeat;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.hero .container {
    position: relative;
    z-index: 2;
}

h2 {
    font-weight: 600;
}
/* Formular schöner machen */
.table {
    background: white !important;
    border-radius: 10px;
    overflow: hidden;
}

.head {
    background: #0066cc !important;
    color: white;
}

.button_send {
    background-color: #0066cc !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
}

.button {
    padding: 10px 20px;
}
/* Formular Container */
.table {
    background: white !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Header blau */
.head {
    background: #0066cc !important;
    color: white;
    font-size: 18px;
}

/* Inhalt mehr Abstand */
.main {
    padding: 12px !important;
}
/* Formular Container */
.table {
    background: white !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Header blau */
.head {
    background: #0066cc !important;
    color: white;
    font-size: 18px;
}

/* Inhalt mehr Abstand */
.main {
    padding: 12px !important;
}
.table {
    border-spacing: 0 !important;
}

.main.align {
    font-weight: 500;
}
h1, h2, h3 {
    letter-spacing: 0.5px;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.btn {
    border-radius: 8px;
}