/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * central stylesheet - layout example "flexible-grids"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 */


/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/cssmenu.css);
@import url(../yaml/forms/gray-theme.css);

@import url(../yaml/screen/typography.css);
@import url(../yaml/screen/screen-FULLPAGE-layout.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print.css);

.green-box {
    padding: 10px;
    color: #fff;
    background: #6bad3a;
    line-height: 1.5;
    padding-left: 100px;
    padding-bottom: 14px;
    position: relative;
    margin-top: 40px;
}

.green-box img {
    position: absolute;
    left: 10px;
    top: -22px;
    width: 80px;
}

@media screen and (max-width: 500px) {
    .ym-g50 {
        width: 100% !important;
        float: none;
        margin-bottom: 20px;
    }
}

.green-box.small {
    padding: 10px;
    color: #fff;
    background: #6bad3a;
    line-height: 1.4;
    position: relative;
    margin-top: 40px;
}

.green-box.small img {
    position: relative;
    width: 70px;
    margin-top: -25px;
    margin-left: -5px;
    float: left;
    left: 0;
    top: 0;
    margin-right: 5px;
}
