/*
Theme Name:   UserMindTheme
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       usermind
Author URL:   https://www.user-mind.de/
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  UserMindTheme
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */


/** 
 Google Badge
*/


.rplg-slider .rplg-slider-prev span, .rplg-slider .rplg-slider-next span {
    position: absolute!important;
    top: 42%!important;
    left: 36%!important;
}




.rplg .rplg-badge-fixed {

    right: 15px!important;
    bottom: 27px!important;

}




/** 
 Google Badge
*/

p,h1,h2,h3,h4,h5,h6 {
 	-moz-hyphens: auto;
	-o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  	hyphens: auto;
}

#transform_buttons > div > div:nth-child(1):hover {
    transform: scale(1.4);
    transition: transform .4s;
    transform-origin: 80px 60px;
}


#transform_buttons > div > div:nth-child(2):hover {
    transform: scale(1.4);
    transition: transform .4s;
    transform-origin: 80px 0px;
    z-index: 999999999;
}


b, strong {
    font-weight: 500!important;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {

    margin: 7px 0 10px 4px;
}

label  {

     padding-left: 6px;
	 vertical-align: baseline!important;
}  


.elementor-sticky--active {

    background-color: #black;
}

#blog_grid .eael_post_excerpt_read_more {
    padding-top: 15px;
    display: block;
}












/** 
 UserMind:
 Zusätzliche Mobile Breakpoints absteigend einordnen
 Keine Breakpoints im regulaeren CSS einbinden !!!
*/





@media screen and (max-width: 1239px){
	
	
}


@media screen and (max-width: 1024px){
	
	

}

@media screen and (max-width: 959px){

    
}
 
 /* Ipad*/
@media screen and (max-width: 767px){
	

    
}

/* iPhone 6/7/8 PLUS*/
@media screen and (max-width: 414px){
	

}

/* iPhone 6/7/8 */
@media screen and (max-width: 375px){
    
}



/* iPhone 5 / 5S */
@media screen and (max-width: 320px){
    

}


