/**
Theme Name: Coyero
Author: Reiterer IT Solutions e.U.
Author URI: https://www.reiterer-it.at
Description: Coyero Child Theme
Version: 1.0.0
Text Domain: coyero
Template: astra
*/


* {
	outline-style: none !important;
}

.coy_green {
	color: #afca0b;
}

.coy_blue {
    color: #009fe2;
}

.coy_footer {
	font-family: Calibri Bold;
	line-height: 25px;
}

/* Remove margin of last paragraph in Elementor text widgets */
.elementor-text-editor p:last-child,
.textwidget p:last-child {
  margin-bottom: 0px;
}

/* Menu Items: Logo Padding setzen und Down Arrow bei Submenus ausblenden */
.sub-arrow:after {display: none !important;}

.ast-logo-title-inline .ast-site-identity {
    padding: 5px 0;
}

/* Menu Items: Höhe setzen, um Submenu unter den Header zu setzen */
/*
.astra-megamenu-li {
    height: 72px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-megamenu {
	justify-content: center !important;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu>.menu-item{
	flex: 0 !important;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu>.menu-item .menu-text {
	display: inline-block !important;
	white-space: nowrap !important;
}

.astra-mega-menu-width-full .astra-megamenu-li>li:hover {
	color: #fff !important;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li::after {
	opacity: 0;
	visibility: hidden;
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid;
    border-top-color: #252625;
    top: calc(100% - 28px);
    left: 50%;
    margin-left: -15px;
    background-color: transparent;
    color: transparent;
    transform: rotate(180deg);
	transition: opacity ease-in-out .3s;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover::after {
	opacity: 1;
	visibility: visible;
}
*/

.ast-desktop .pll-parent-menu-item {
}
.ast-desktop .pll-parent-menu-item .lang-item {
	padding: 0;
	background-color: #252625;
}

/* Mobile Menu - Language Chooser*/
.ast-mobile-popup-content .widget_polylang ul {
	display: flex;
	justify-content: center;
}
.ast-mobile-popup-content .widget_polylang ul li {
	padding: 10px;
}
.ast-mobile-popup-content .widget_polylang ul li.lang-item a {
	color: #fff;
}
.ast-mobile-popup-content .widget_polylang ul li.lang-item.current-lang a {
	color: #afca0b;
}

/* 
 * Mobile Menu - Drawer - Close button size and positioning
 */
.ast-mobile-popup-header .ahfb-svg-iconset svg {
	width: 30px;
	height: 30px;
}
.ast-mobile-popup-header .menu-toggle-close {
	transform: translate(-20px, 10px);
}


/* Scroll To Top */
@media (max-width: 767px) {
	#ast-scroll-top {
		font-size: 22px !important;
		margin-right: -15px;
	}
}


/* Sendinblue Newsletter Form */
.sib-newsletter {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin-left: auto;
	margin-right: auto;
}
.sib-newsletter p.sib-VORNAME-area, .sib-newsletter p.sib-NACHNAME-area{
	flex: 1 1 50%;
}
.sib-newsletter p.sib-email-area {
	flex: 1 1 100%;
}
.sib-newsletter input:not(.sib-default-btn) {
	width: 100%;
}
.sib-newsletter input {
	border-radius: 10px;
}
.sib-newsletter p {
    padding: 7px; 
    margin: 0 !important;
}

input[type=submit].sib-default-btn {
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	margin-top: 7px;
}
input[type=submit].sib-default-btn:hover {
	background-color: #7d7d7d;     
}
@media (min-width: 1024px) {
    .sib-newsletter {
        max-width: 75%;
    }
}

/* Filedownload form */
.fdf-cdata {
	display: flex;
	flex-wrap: wrap;
}
.fdf-cdata input {
	display: block;
	flex: 1;
	min-width: 250px;
	border-radius: 10px;
	border-width: 0;
	margin: 5px;
}
.fdf-fileselection {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.fdf-fileselection .file-container {
	width: fit-content;
	margin: 10px;
	
	display: flex;
	align-items: center;
}
.fdf-fileselection .file-container input {
	margin-right: 5px;
}

.fdf-message {
	padding: 10px;
	text-align: center;
}

.fdf-footer {
	display: flex;
	justify-content: center;
}
.fdf-footer button {
	border-radius: 10px;
	color: #fff;
}
.blue .fdf-footer button {
	background-color: #009fe3;
}

.blue .fdf-footer button:hover {
    background-color: #7D7D7D;
}

input[type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}

input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 0px solid #ccc;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 12px;
  z-index: 5;
  position: relative;
}

input[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 4px #fff;
  background-color: #ccc;
}
