/*
Theme Name: Hello Elementor Child
Theme URI: https://recht-und-it.de
Description: A Child Theme for Hello Elementor
Author URI: https://recht-und-it.de
Template: hello-elementor
Version: 1.0
 */

/* General */

body{
    background-color: #030303 !important;
    background-image:
            radial-gradient(ellipse 900px 900px at 2% 2%, rgba(54, 169, 225, .6), transparent 50%),
            radial-gradient(ellipse 1000px 1000px at 45% 10%, rgba(12, 20, 36, 1), transparent 70%),
            radial-gradient(ellipse 900px 900px at 95% 15%, rgba(227, 6, 19, .6), transparent 50%),
            radial-gradient(ellipse 1080px 1080px at 35% 40%, rgba(54, 169, 225, .6), transparent 50%),
            radial-gradient(ellipse 900px 900px at 95% 55%, rgba(227, 6, 19, .6), transparent 50%),
            radial-gradient(ellipse 900px 900px at 75% 70%, rgba(54, 169, 225, .6), transparent 50%),
            radial-gradient(ellipse 900px 900px at 95% 90%, rgba(227, 6, 19, .6), transparent 50%);
    background-repeat: no-repeat;
}

/* Typography */

h1, h2,
.rit-h2{
    font-size: 47px !important;
    line-height: 1.4 !important;
    letter-spacing: 1.2px !important;
}

h3 {
    font-size: 42px !important;
    line-height: 1.4 !important;
    letter-spacing: 1.2px !important;
}

h4{
    font-size: 35px !important;
    line-height: 1.4 !important;
    letter-spacing: 1.2px !important;
}

h5{
    font-size: 27px !important;
}

h6{
    font-size: 20px !important;
}

p,
span,
.rit-nav,
.rit-inline-list,
.rit-txt-editor.list li{
    font-size: 18px !important;
    line-height: 1.4 !important;
    letter-spacing: 1.2px !important;
}

.rit-italic-info{
    font-size: 16px !important;
}



.rit-metallic-text-color,
.rit-metallic-text-color .elementor-heading-title{
    background: linear-gradient(
        180deg,
        #eaeaeb 0%,
        #9b9fa2 10%,
        #eaeaeb 25%,
        #b2b1b3 75%,
        #eaeaeb 100%
    );
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.rit-icon-list.links a{
    text-decoration: underline !important;
    color: #FFF;
}

/* Hightlights */

.rit-title-highlight{
    font-size: 47px !important;
}

.rit-title-highlight.blue{
    color: var(--e-global-color-secondary);
}

.rit-title-highlight.red{
    color: var(--e-global-color-4025a4e);
}

.rit-txt-editor.linked a{
    color: var(--e-global-color-accent) !important;
    text-decoration: none;
}

.rit-txt-editor.linked a:hover{
    text-decoration: underline;
}

/* Text Editor */
/* Inline List */

.rit-inline-list{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.rit-inline-list .dot{
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
}

/* Skewed Bars */

.rit-skewed-bar-container{
    display: flex !important;
    justify-content: space-around;
}

.rit-skewed-bar{
    width: 120px;
    height: 10px;
    transform: skewX(-30deg);
}

.rit-skewed-bar.blue{
    background: var(--e-global-color-secondary);
}

.rit-skewed-bar.dark-blue{
    background: var(--e-global-color-956c91c);
}
.rit-skewed-bar.red{
    background: var(--e-global-color-4025a4e);
}

/* Shape Sections */
.rit-shape-section{
    display: flex !important;
}

@media (max-width: 1024px){
    .rit-shape-section{
        display: none !important;
    }
}

.rit-shape-content-container{
    position: relative !important;
    z-index: 2 !important;
}

.rit-shape-content-container.right{
    margin-left: auto;
    margin-right: 0;
}

.rit-shape.left-side{
    position: absolute !important;
    inset: 0;
    clip-path: polygon(250px 0, 100% 0, 100% 100%, 0 100%);
}

.rit-shape.right-side{
    position: absolute !important;
    inset: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 250px) 100%, 0 100%);
}

.rit-shape-absolute-content-container{
    position: absolute !important;
    height: 100% !important;
}

.rit-shape-absolute-content-container.left{
    left: 250px;
}

.rit-shape-absolute-content-container.right{
    left: auto;
    right: 250px;
}

.rit-shape.both-sides{
    position: absolute !important;
    inset: 0;
    clip-path: polygon(250px 0, 100% 0, calc(100% - 250px) 100%, 0 100%);
}

.rit-shape-logo,
.rit-shape-content{
    position: relative !important;
    z-index: 2;
}

.rit-shape-logo{
    display: flex !important;
    margin: auto !important;
}

.rit-shape-logo img{
    width: 500px;
    height: auto;
}

@media (max-width: 1920px){

    .rit-shape-absolute-content-container{
        width: 60% !important;
    }

    .rit-shape-absolute-content-container.left{
        left: 0;
    }

    .rit-shape-absolute-content-container.right{
        right: 0;
    }
}

@media (max-width: 1440px){

    .rit-shape.both-sides{
        clip-path: polygon(150px 0, 100% 0, calc(100% - 150px) 100%, 0 100%);
    }

    .rit-shape-logo img{
        width: 300px;
    }

    .rit-shape-content-container.right{
        padding: 50px 10px 50px 150px;
    }

    .rit-shape-content-container.left{

    }

    .rit-shape.left-side{
        clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
    }

    .rit-shape.right-side{
        clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 0 100%);
    }
}

/* Container Positions */

.rit-container-right{
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* List Styles */

.rit-icon-list-space ul{
    width: 100%;
}

/* Content with absolute container */

.rit-relative-section{
    position: relative;
}

.rit-absolute-container{
    position: absolute !important;
    bottom: 0;
    left: auto;
    right: 20%;
}

@media (max-width: 1440px){
    .rit-relative-section{
        min-height: 850px !important;
    }

    .rit-absolute-container{
        right: 10%;
        width: 60% !important;
    }
}

@media (max-width: 1024px){
    .rit-absolute-container{
        position: relative !important;
        right: auto;
        width: 100% !important;
    }
}

/* Box Shadow */
.rit-box-shadow{
    box-shadow: 4px 5px 11px 0px rgba(0,0,0,0.76) !important;
    -webkit-box-shadow: 4px 5px 11px 0px rgba(0,0,0,0.76) !important;
    -moz-box-shadow: 4px 5px 11px 0px rgba(0,0,0,0.76) !important;
}

/* Hover Glow Effect */

.rit-red-glow:hover{
    box-shadow: 0px 0px 30px 10px rgba(277,6,19,0.76) !important;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(277,6,19,0.76) !important;
    -moz-box-shadow: 0px 0px 30px 10px rgba(277,6,19,0.76) !important;
}

.rit-hover-text{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out !important;
}

.rit-red-glow:hover .rit-hover-icon svg{
    color: rgb(277,6,19) !important;
    fill: rgb(277,6,19) !important;
}

.rit-red-glow:hover .rit-hover-text{
    opacity: 1;
    visibility: visible;
}

/* Cookie Policy */

.rit-cookie-policy{
    color: #FFF !important;
}

.rit-cookie-policy a{
    color: var(--e-global-color-accent) !important;
    text-decoration: underline;
}

@media (max-width: 1024px){

    /* General */
    .rit-mobile-hidden{
        display: none;
    }

    .rit-absolute-image{
        position: relative !important;
    }

    .rit-break-word h1,
    .rit-break-word h2,
    .rit-break-word h3,
    .rit-break-word h4,
    .rit-break-word li,
    .rit-break-word a{
        overflow-wrap: break-word !important;
        hyphens: auto !important;
    }

    .rit-icon-list-space li{
        margin-bottom: 10px !important;
    }
}

@media (max-width: 767px){

    /* Typography */

    h1, h2{
        font-size: 42px !important;
    }

    h3 {
        font-size: 35px !important;
    }

    h4{
        font-size: 27px !important;
    }

    h5{
        font-size: 22px !important;
    }
}