/* einladung style.css */

html {
    font-size: 100%;
    overflow-y: scroll;
}
body {
    background: url("/grafik/spc_03_b.jpg") no-repeat center;
    background-size: auto 100vh;
    background-attachment: fixed;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: white;
    line-height: 1.5rem;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
#wrapper {
    width: 100%;
}
#wrapper .inside {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.text {
    padding: 90px 30px 0 10px;
    background: linear-gradient(hsla(0, 10%, 10%, 0.5),hsla(0, 10%, 10%, 0.5));
    border-radius: 20px;
}
h1 {
    font-family: Tangerine;
    font-size: 9rem;
    margin-bottom: 5rem;
    color: white;
}
p, p.claim {
    padding: 0 0 2rem 40px;
}
p.claim {
    font-weight: 500;
    font-size: 1.125rem;
}
a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid;
}
.image {
    padding-left: 50px;
    padding-bottom: 1rem;
}
span.small {
    display: inline-block;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
}


