/* Änderung im Cassiopeia Template */
/*     M u l t i l i n g u a l     */

/* -------------------------------------------------------------------------- */
/* für Kopf und Footer */
/* -------------------------------------------------------------------------- */

.container-header {
    background-color: transparent;
    background-image: none;
    height: 300px;
}

.container-footer {
    background-color: #F2E5D8;
    background-image: none;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Hintergrundbild */
/* -------------------------------------------------------------------------- */

body.site {
	background: transparent;
 	background-image: url(../../../../../addons/img/bg03.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* -------------------------------------------------------------------------- */
