/*
Theme Name: Blank Theme Child Amag Architektur
Template: blank
Theme URI: 
Author: Innpuls
Author URI: https://innpuls.at/
Description: 
Version: 1.0
Tags: blank
*/


#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw{
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    color: #fff !important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
    background-color: var(--e-global-color-accent) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
    border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover{
    color: var(--e-global-color-accent) !important;
}

#CybotCookiebotDialog button:hover:before{
    border-color: var(--e-global-color-accent) !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
    fill: var(--e-global-color-accent) !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button{
    color: var(--e-global-color-accent) !important;
}

html {
    scroll-behavior: auto !important;
    overflow-y: scroll !important;
}


#post-404 {
    text-align: center;
    margin: 100px 0;
}

.view-article {
    display: none;
}

.read_more {
    display: none;
}

article .elementor a {
    text-decoration: underline;
    color: #f07d21;
}

article .elementor a:hover {
    text-decoration: none;
}

#off-canvas-c75a754 .e-off-canvas__overlay {
    pointer-events: none;
}

#off-canvas-c75a754 .e-off-canvas__content {
    margin-top: 80px;
}

@media(max-width:767px) {
    .e-off-canvas__content .elementor-nav-menu--main .menu-item {
        width: 100%;
    }

    .e-off-canvas__content .elementor-nav-menu--main .menu-item a {
        display: block;
        text-align: center;
    }
}

/* STICKY-ICONS */

.sticky-icons {
    position: fixed;
    top: calc(50% - 40px) !important;
    right: 20px;
    text-align: right;
    z-index: 3;
    list-style: none;
}

.sticky-icons ul {
    list-style: none;
}

.sticky-icons .icon_text {
    text-decoration: none;
    color: var(--e-global-color-accent);
    background-color: #fff;
    height: 50px;
    align-content: center;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    right: 50px;
    transform: translateX(1px);
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: -1;
    font-family: "Libre Franklin", Sans-serif;
    font-weight: 300;
    opacity: 0;
    pointer-events: none;
}

.sticky-icons li:hover .icon_text {
    transform: translateX(0);
    opacity: 1;
}


.sticky-icons li .dashicons {
    transition: background-color 0.3s ease, color 0.3s ease;
    display: block;
    height: 50px;
}

.sticky-icons li .dashicons polygon,
.sticky-icons li .dashicons rect {
    transition: fill 0.3s ease;
}


.sticky-icons li:hover .dashicons {
    background-color: #fff;
    color: var(--e-global-color-accent);
}

.sticky-icons li:hover .dashicons polygon,
.sticky-icons li:hover .dashicons rect {
    fill: var(--e-global-color-accent);
}


.sticky-icons .dashicons {
    color: #f8f8f8;
    background-color: var(--e-global-color-accent);
    width: auto;
    height: auto;
}

.sticky-icons .dashicons svg {
    width: 50px !important;
    height: auto;
}

.sticky-icons .dashicons i {
    margin-left: 3px;
}

/* STICKY-ICONS END */

br.clear,
.post-edit-link {
    display: none !important;
}


/* STICKY PROJECTS */

.sticky-projects-headline {
    width: fit-content;
}

@media(min-width:1025px) {

    .sticky-projects-headline h2 {
        width: fit-content;
        transition: font-size 0.3s ease, transform 0.3s ease;
        transform: scale(1);
    }

    .sticky-projects-headline.elementor-sticky--active h2 {
        font-size: 2.5rem !important;
        transform: scale(0.9);
    }
}

/* STICKY PROJECTS END */

.get-info-form .elementor-field-type-checkbox .elementor-field-subgroup {
    gap: 10px;
}

.get-info-form .elementor-button {
    margin-top: 20px;
}

.elementor-message {
    margin-top: 15px !important;
}

.elementor-message.elementor-message-success {
    color: white;
    border: solid 1px #009bdf;
    padding: 15px;
    animation: fadeUp .35s ease-out both;
}

.elementor-message-success.elementor-message-svg::before {
    content: "\e90e";
    font-family: "eicons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    font-size: 1.1em;
    color: #009BDF;
    background: none !important;
    -webkit-mask: none;
    mask: none;
    margin-right: .4em;
    width: auto;
    height: auto;
}

.elementor-message.elementor-message-danger {
    background-color: #d9534f;
    color: #fff !important;
    padding: 15px;
}

.header-background-change {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0);
}

.amag-scrolltop .elementor-icon {
    padding: 0!important;
}

.amag-scrolltop svg {
    width: 50px!important;
    height: 50px!important;
}

