/* GLOBAL START */
html {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}
*:after,
*:before,
*:focus {
    box-sizing: inherit;
    outline: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
}


img {
    display: block;
    margin: 0;
    max-width: 100%;
}

body {
    font-size: 24px;
    font-weight: 300;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent url("../img/gutschein.jpg") left top no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding 0;
}
