/*
Theme Name: UniKT
Theme URI: https://generatepress.com/
Template: generatepress
Author: UniKT, Tom Usborne
Author URI: http://www.uni-heidelberg.de/unikt-kongresse
Description: Child Theme of GeneratePress for Kongress- und Tagungsmanagement UniKT
Version: 1.5.3.1519207990
Updated: 2018-02-21 11:13:10

*/

/* */
@media (min-width: 960px) { .half { width: 49.5%; display: inline-block;} }

/*
 * Elementor Column alignment issue
 * https://github.com/pojome/elementor/issues/452#issuecomment-251864715
*/
.elementor-column-gap-default .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.elementor-column-gap-narrow .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.elementor-column-gap-extended .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.elementor-column-gap-wide .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.elementor-column-gap-wider .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}