@import url(../css/fonts.css);
@import url(../css/animate.css);
@import url(../css/dialog.css);
@import url(../css/head.css);
@import url(../css/opener.css);
@import url(../css/intro.css);
@import url(../css/leistungen.css);
@import url(../css/about.css);
@import url(../css/footer.css);

body {
    color: #000 !important;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans Cond Regular';
    font-size: 1.1em;
    background-color: #fff !important;
}
h1,
h2,
h3,
h4 {
    font-family: 'Dayrom';
    font-weight: 700;
}
h1 {
    font-size: 1.8em;
}
h2 {
    font-size: 1.6em;
}
p {
    font-size: 1.1em;
}
strong {
    font-family: 'Open Sans Bold';
}
a {
    color: #4f9ed4;
    text-decoration: none !important;
   &:hover {
        color: #2970a0;
    } 
}
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.page-content {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
}
section {
    padding: 4em 1em;
    display: block;
    border-bottom: 1px solid #ebeaea;
    width: 90%;
    margin: 0 auto;
    h2 {
        margin-bottom: 0.75em;
    }
}
.backlink-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    .backlink {
    text-decoration: none;
    padding: 1em;
    background-color: #4f9ed4;
    color: #fff;
    margin-top: 2em;
    display: block;
    max-width: 15em;
    text-align: center;
    transition: background-color 0.5s ease-out;
    &:hover {
        background-color: #2970a0;
    }
    svg {
        margin-right: 1em;
    }
}
}
#spicyknife {
    fill: #444;
    width: 6em;
    margin: 1em 0;
}
