/*!
Theme Name:		Page Builder Framework - Child
Author: 		MapSteps
Author URI: 	https://mapsteps.com
Description:	Page Builder Framework Child Theme
Version: 		1.2
License:		GNU General Public License v3 or later
License URI:	https://www.gnu.org/licenses/gpl-3.0.html
Tags: 			one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, custom-logo, custom-background, threaded-comments, blog, e-commerce
Template:		page-builder-framework
Text Domain:	page-builder-framework-child
*/

/*------------------------------------------------------------------
[ Wuerfel auf /gruenden-Seite ]
*/
.icon polygon {
    transition: fill .25s ease-out;
}
#wuerfel01:hover .icon polygon,
#wuerfel02:hover .icon polygon,
#wuerfel03:hover .icon polygon,
#wuerfel04:hover .icon polygon,
#wuerfel05:hover .icon polygon,
#wuerfel06:hover .icon polygon,
#wuerfel .icon.active polygon {
    fill: #21321b;
}
#wuerfel .icon {
    transform: translate(0,0);
    transition: transform .5s ease-out;
}
#wuerfel .icon.active {
    transform: translate(0,-60px);
}
.texte .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
body:not(.elementor-editor-active) .text01,
body:not(.elementor-editor-active) .text02,
body:not(.elementor-editor-active) .text03,
body:not(.elementor-editor-active) .text04,
body:not(.elementor-editor-active) .text05,
body:not(.elementor-editor-active) .text06 {
    display: none;
    position: relative;
}
body:not(.elementor-editor-active) .text01 {
    display: block;
}

/*------------------------------------------------------------------
[ Controls ]
*/
.controls {
    position: absolute;
	right: 0;
	bottom: 10%;
}
.prev,
.next {
    display: inline-block;
    width: 0; 
    height: 0;
    cursor: pointer;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    float: left;
    transition: border .25s ease-out;
}
.prev { 
    margin-right: 6rem;
    border-right: 20px solid #000; 
}
.next {
    float: right;
    border-left: 20px solid #000;
}
.prev:hover {
    border-right-color: #A5BB1E;
}
.next:hover {
    border-left-color: #A5BB1E;
}
