/*Styles der Wartungsseite von Ganter Griff*/


/*
* BASE Layout
*/
body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
    position: relative;
}
html, body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.l-wrapper {
    max-width: 1165px;
    margin: auto;
    display: block;
    position: relative;
    padding: 0 15px;
}

/*
* HEADER
*/
.l-header >img {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: 128px;
}
.l-header > .logo--winco {
    width: 185px;
}

@font-face {
    font-family: 'TexGyreheros';
    src: url('TexGyreheros/texgyreheros-bold-webfont.eot');
    src: url('TexGyreheros/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('TexGyreheros/texgyreheros-bold-webfont.woff') format('woff'),
    url('TexGyreheros/texgyreheros-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.l-header {
    line-height: 1.875rem;
    margin: 1.5625em 0 1.3rem;
    overflow: visible;
    padding-bottom: 2.38rem;
    position: relative;
    width: 100%;
    z-index: 10;
}

/*
* Text
*/
p {
    margin-top: 0;
}
.heading {
    border-bottom: 1px solid #ebebeb;
    color: #4f4e4e;
    font-family: "TexGyreheros", Helvetica,Arial,sans-serif;
    font-size:2.9rem ;
    font-weight: 600;
    line-height: 1em;
    margin: 1.125rem 0;
    margin-top: 0;
    padding-bottom: 2.5rem;
}
@media screen and (min-width: 580px) {
    .heading {
        font-size: 4.8rem;
        margin-top: 1.125rem;
    }
}

.containertext {
    display: flex;
    flex-wrap: wrap;
}

.containertext_left {
    margin-bottom: 2rem;
}
.containertext_right {
    color: rgb(149,150,152);
    font-size: 0.675rem;
    line-height: 1.3em;
}

@media screen and (min-width: 580px) {
    .containertext {
        flex-wrap: nowrap;
    }
    .containertext_left {
        margin-right: 6rem;
        max-width: 49%;
    }
}

span.red {
    color: #dd2a1b;
}
.line-height-1-1 {
    line-height: 1.1em;
}
small {
    color: rgb(149,150,152);
    font-size: 0.675rem;
    line-height: 1.3em;
}

.logo.winco {
    width: 250px;
}
.logo.hanser {
    width: 250px;
}