/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*Hauptmenü*/

ul.elementor-nav-menu{
	list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

nav.elementor-nav-menu--main{
	padding-left: 25px;
    padding-right: 25px;
}

nav.elementor-nav-menu--main ul li a{
	padding:0;}

nav.elementor-nav-menu--main  a:hover,
.widget_nav_menu a:hover{
	background:none !important;
	color:#fff;
	}

nav.elementor-nav-menu--main ul li:hover a{
	color:#FFF;}

.rund{
height: 80px;
width:80px;

font-size:15px;
padding:15px !important;
border:none;
margin:15px 50px;
cursor:pointer;
line-height:80px;

-webkit-transition:-webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;

-o-transition-property:width,height,-o-transform,background,font-size,opacity,color;
-o-transition-duration:1s,1s,1s,1s,1s,1s,1s;

-moz-transition-property:width, height, -moz-transform, background, font-size, opacity, color;
-moz-transition-duration:1s,1s,1s,1s,1s,1s,1s;

transition-property:width,height,transform,background,font-size,opacity;
transition-duration:1s,1s,1s,1s,1s,1s;

-webkit-border-radius:100%;
border-radius:100%;


display:inline-block !important;    /* It is important for the button to rotate*/

border: 2px solid #f5f5f5!important;
box-shadow: 0 0 3px gray;

-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;


}

.rund:hover
{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);

background-color:#c30001 !important;
	
}

.rund:hover a{
	color:#fff!important;}

.rose{
	background-color: #E7B198;}

.orange{
	background-color: #FFBA65}

.violett{
	background-color: #D5AAAA;}

.beige{
	background-color:#F7C98A;}

.pink{
	background-color:#F87679;}

/*Hauptmenü mobile ohne Kreis*/
@media(max-width: 1024px) {
.rund{
	background: none;
    border: 0 !important;
    box-shadow: none;
	height:auto;
	width:auto;
	padding:0px !important;
	-webkit-transition:none;
	-o-transition-property:none;
	-moz-transition-property:none;
	transition-property:none;
	-webkit-border-radius:0%;
	border-radius:0%;
	
		}

.rund:hover
{
-moz-transform: none;
-webkit-transform:none);
-o-transform: none;
transform: none;
	border-radius:0;
	background-color:none;
}	
	
.elementor-nav-menu__container li{
	margin:0 0 10px 0 ;
	}
	
	}