/*!
Theme Name: dd_webdesign
Theme URI: http://underscores.me/
Author: dd_webdesign
Author URI: https://www.dd_webdesign.at/
Description: WP starter theme created by dd_webdesign
Version: 1.5.3
Tested up to: 7.2.3
Requires PHP: 8.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dd_webdesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dd_webdesign is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.animation-game {
    margin: 0 auto !important;
}
ul.wpml-ls-sub-menu {
    background: #161031;
    padding: 6px 10px !important;
    border-radius: 10px;
    border: 1px solid #342f49 !important;
    position: relative;
    left: -10px !important;
}
body {
	background-color: #0e0825 !important;
}
#page {
	background-color: transparent !important;
}
#page footer {
    z-index: -1 !important;
}
section#default-page {
	position: relative;
	z-index: 1;
}
.row.pricing-row:hover div {
    background: #110a29;
}
.pricing-plan-wrapper {
    border: 1px solid #FFFFFF1A !important;
    border-radius: 20px;
    padding: 0px 0px 30px;
    background: #110a29;
    transition: all .3s ease-in-out;
    position: relative;
	margin-bottom: 40px;
}
.pricing-plan-wrapper .pricing-header {
    background-color: #110a29 !important;
    padding-top: 0;
    border-left: 1px solid #29233f;
    border-right: 1px solid #29233f;
    border-bottom: 1px solid #29233f;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.pricing-plan-wrapper .pricing-options {
	opacity: 0.8;
	padding-bottom: 15px;
}
.pricing-plan-wrapper .pricing-options p {
    margin-bottom: 5px;
}
.pricing-plan-wrapper .pricing-label {
    padding-bottom: 10px !important;
}
section h1,
section h2,
section h3,
section h4,
section h5 {
    color: #fff;
}
.sticky-row {
    position: sticky;
    z-index: 10;
    background: #0e0825;
}
.enrichix-ai .sticky-row {
    font-weight: bold;
}
.pricing-header .pricing-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
}
.block_pricing .enrichix-ai .pricing-row:last-child .col-lg-3:nth-child(2) .pricing-item {
    border-radius: 0;
}
.block_pricing .enrichix-ai .pricing-row:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pricing-button-spacing .btn {
    margin: 5px;
}
.pricing-button-spacing h3 {
    margin-bottom: 20px;
}

canvas {
 pointer-events: none;
}
.block_product .products .item .images {
    min-height: 200px;
}

@media only screen and (max-width: 480px) {
    .block_product .products .item .images .owl-carousel {
        min-height: initial;
    }
    .pricing-button-spacing h3 br {
        display: none;
    }
    .pricing-plan-wrapper:last-child {
        margin-bottom: 0;
    }
    #page .pricing-button-spacing.section-gradient-bottom {
        padding-bottom: 70px !important;
    }
    html[lang=de-DE] .block_grid_repeater_with_image .wrapper p.text-center {
        font-size: 0.9em !important;
    }
    footer ul.social {
        margin-top: 28px !important;
    }
    footer#colophon .wpcf7 .input-group.mb-3 {
        gap: 10px;
    }
}