/* 
Theme Name: MEOK Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: MEOK Theme is a child theme of Hello Elementor, created by DIGIHOUSE
Author: DIGIHOUSE Werbeagentur OG
Author URI: https://www.digihouse-werbeagentur.at
Template: hello-elementor
Version: 1.0.0
*/

/* Chrome Mobile Tabcolor remove */

body {
	-webkit-tap-highlight-color: transparent;
}

/* Textbox Links */

.elementor-widget-text-editor p a {
	color: inherit;
	text-decoration: underline;
}

.elementor-widget-text-editor p a:hover {
	text-decoration: none;
}

/* Home Top Container */

.hometopcontainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcf7ea;
  border-bottom-right-radius: 50%;
  z-index: 0;
}

.hometopcontainer .e-con-inner {
	z-index: 1;
}

@media screen and (max-width:756px) {
	.hometopcontainer::after {
		border-bottom-right-radius: 20px;
	}
	
}




/* Slider Bullets Yellow */

.swiper-pagination .swiper-pagination-bullet {
	border: 1px solid var( --e-global-color-accent);
	opacity: 1;
    background: rgba(255, 255, 255, 0);
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var( --e-global-color-accent);
}

/* Zitate Slider Bullets White */

#zitatkaru .swiper-pagination-bullet {
	border: 1px solid #ffffff;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
}

#zitatkaru .swiper-pagination-bullet:hover, #zitatkaru .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

/* Iconboxes */

.iconbox .elementor-icon-box-icon svg {
	margin-top: 14px;
}

