/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    max-width: none;
    min-width: 0px;
    float: none;
    margin-top: 0px;
    clear: none;
}

body {
    font-family: open-sans;
    color: rgb(50, 50, 50);
    font-weight: 200;
    line-height: 1.2em;
    font-size: 1em;
}

#quoteRightContainer {
    float: none;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1px;
    min-width: 0px;
}

#quote1Box {
    float: none;
    height: auto;
    clear: none;
    width: 970px;
    min-height: 0px;
    border-bottom-color: rgb(216, 216, 214);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image:url("img/roman-kakos.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 20%;
    background-size: 20%;
    min-width: 750px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
}

#quote1TextBox {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 75%;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
}

#quote1Headline {
    float: left;
    font-size: 1.9em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 300;
    line-height: 1.2em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-bottom: 22px;
}

#quote1intro {
    float: left;
    font-size: 1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.3em;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    min-height: 82px;
    margin-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
}

#textspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
}

@media only screen and (max-width: 1280px) {
    #quote1Box {
        width: 80%;
    }

    #quote1intro {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 950px) {
    #quote1Box {
        width: 95%;
    }

    #quote1Headline {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #quote1Box {
        min-width: 0px;
        width: 94.999186%;
    }

    #quote1Headline {
        font-size: 1.7em;
    }
}

@media only screen and (max-width: 640px) {
    #quote1Box {
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
    }

    #quote1Headline {
        font-size: 1.6em;
    }

    #quote1intro {
        font-size: 1em;
    }
}

@media only screen and (max-width: 540px) {
    #quote1Box {
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
    }

    #quote1Headline {
        font-size: 1.6em;
        text-align: left;
    }

    #quote1intro {
        width: 100%;
        font-size: 1em;
        padding-right: 0px;
        text-align: left;
    }
}

