/* ////////////////////////////////////////////////////////////////////////////////////////////////////
// @object:		RWD TYPO3 default style Website kumulus.ch
// @version:	8.7.29
// @date:		07.12.2021
// @autor:		LeiserPublishing GmbH, www.leiserpublishing.com
// @copyright:	LeiserPublishing GmbH, Ipsachstrasse 10, 2560 Nidau, info(at)leiserpublishing(dot)com
// //////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ====================================================================================================
// Combatibily 7 default style                                                                          */
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}                      
.align-right {
    text-align: right;
}                     
.align-justify {
    text-align: justify;
}                               
/* ==================================================================================================== */

/* ====================================================================================================
// WEBSITELAYOUTSTYLE
// ==================================================================================================== */
/* ### GRIDELEMENTS-STYLE ### */
/* ==================================================================================================== */
/* one-one-full-column background  */
.one-one-full-column {
    background: rgb(249,249,249);
}
/* Column distance: Column distance to next columne and desable the last columne  */
.one-half-column > div, .one-third-column > div, .two-third-column > div, .three-fourth-column > div,
.one-fourth-column > div, .one-fifth-column > div, .two-fifth-column > div, .three-fifth-column > div,
.four-fifth-column > div, .one-sixth-column > div, .five-sixth-column > div {
    margin-right: 10px;
}
.last-column > div {
    margin-right: 0 !important;
}
/* ==================================================================================================== */
/* ### LOAD font-face ### */
/* ==================================================================================================== */
