/*
Theme Name: Tumo Anmeldung 2024
Theme URI: https://achtbit.digital/
Author: Achtbit Media GmbH
Author URI: https://achtbit.digital/
Description: WordPress-Theme für die Tumo-Anmeldemaske
Version: 1.0
Text Domain: tumo_registration_2024
*/

* {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

html, body {
    padding: 0;
    margin: 0;
}

.wrapper {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
    padding: 30px;
}

h1:first-child,
h2:first-child,
h3:first-child,
p:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
p:last-child {
    margin-bottom: 0;
}

h2 {
    margin-top: 30px;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

