/**
Theme Name: Aloha Theme Child
Author: Lorenz Hartleitner
Author URI: https://aloha-media.de/
Description: Das Aloha Theme ist schnell und individuell.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aloha-theme-child
Template: astra
*/
#ast-scroll-top {
    background-color: #0A7FEB !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.19) !important;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.19) !important;
    max-width: 40px !important;
    max-height: 40px !important;
    text-align: center !important;
    line-height: 40px !important;
    cursor: pointer !important;
    z-index: 1000 !important; /* Sicherstellen, dass es oben bleibt */
}

#ast-scroll-top::before {
    font-size: 24px !important;
    font-weight: 600 !important;
    position: absolute !important;
    text-align: center !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    bottom: 0px !important;
    right: 0px !important;
}
.tribe-events .tribe-events-c-search__button{
	background-color:#0A7FEB!important;
	border-radius: 30px!important;
}
.tribe-events .tribe-events-c-search__button:hover{
	background-color:#0A7FEB!important;
	border-radius: 30px!important;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
	background-color:#fff!important;
	border-radius: 50px!important;
	border: 1px solid #0A7FEB!important;
	color: #0A7FEB!important;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border:hover{
	background-color:#0A7FEB!important;
	border-radius: 50px!important;
	border: none!important;
	color: #fff!important;
}
header.entry-header.ast-no-thumbnail.ast-no-title.ast-header-without-markup {
    margin-bottom: 0px!important;
	margin: 0!important;
}
input[type="search"]:focus, textarea:focus {
	border: none!important;
	border-style: solid!important;
	border-width: 1px!important;
}
.jet-ajax-search__full-results{
	padding: 15px 20px!important;
}
.mdp-readabler-trigger-button-box {
    --readabler-btn-padding: 4px!important;
}