/*
 Theme Name:   Schreyer
 Theme URI:    https://example.org/schreyer
 Description:   Childtheme für parent "karriere-local"
 Author:        Dein Name
 Template:      karriere
 Version:       1.0.0
 Text Domain:   schreyer
*/

@font-face {
    font-family: "quicksandregular";
    src: url("fonts/quicksand-regular-webfont.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "quicksandregular";
    src: url("fonts/quicksand-bold-webfont.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "heeboregular";
    src: url("fonts/heebo-regular-webfont.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "heeboregular";
    src: url("fonts/heebo-bold-webfont.ttf") format("truetype");
    font-weight: bold;
}


footer {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("/wp-content/themes/schreyer/images/spedition-schreyer-footer-bckgr-large.jpg");
    background-size: cover;

    font-size: 14px;
    font-family: "quicksandregular";
    line-height: 1.2em;
}

.vcard {
    font-family: "heeboregular";
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}


.footer--bottom {
    text-align: center;
}

footer .vcard p {
    margin-bottom: 10px;
}

footer .vcard a,
footer .vcard p {
    letter-spacing: 0.15em;
    color: #333;
    font-weight: bold;
}

.logo--small__footer {
    margin: 0px 0px 50px;
    padding-top: 30px;
}

.copyWrapper {
    padding: 10px 0px 20px 20px;
    line-height: 20px;
    font-family: "heeboregular";
}

.section-title::after {
    display: none;
}

.site-header {
    background-color: #fff;
    border: none;
}
