/* 
Theme Name: ESRS Nachhaltigkeitsberichterstattung
Theme URI: https://esrs-nachhaltigkeitsberichterstattung.de
Author: Inproma GmbH
Author URI: https://inproma.de
Template: hello-elementor
Version: 2.0.0
Text Domain: esrs
*/

/* Add your custom styles here */

.elementor-widget-text-editor a {
    text-decoration: underline;
    text-underline-offset: .1em;
}


/**************************************************

    MAUTIC

**************************************************/

.mauticform_wrapper {
    /* font-size: 0.9em; */
    font-weight: 300;
}

.mauticform-page-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mauticform-row {
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.mauticform-row:not(:first-child) {
    margin-top: 15px;
}


@media (min-width: 768px) {

    .mauticform-row {
        flex: 1 0 auto;
    }

    .mauticform-row--2 {
        width: 8.33333333%;
    }

    .mauticform-row--2 {
        width: 16.66666667%;
    }

    .mauticform-row--3 {
        width: 25%;
    }
    
    .mauticform-row--4 {
        width: 33.33333333%;
    }
    
    .mauticform-row--5 {
        width: 41.66666667%;
    }
    
    .mauticform-row--6 {
        width: 50%;
    }
    
    .mauticform-row--7 {
        width: 58.33333333%;
    }
    
    .mauticform-row--8 {
        width: 66.66666667%;
    }
    
    .mauticform-row--9 {
        width: 75%;
    }
    
    .mauticform-row--10 {
        width: 83.33333333%;
    }
    
    .mauticform-row--11 {
        width: 91.66666667%;
    }
    
    .mauticform-row--12 {
        width: 100%;
    }
}


.mauticform-label {
    color: #094f6b;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.mauticform-required .mauticform-label::after {
    color: #f00;
    content: '*';
}

.mauticform-helpmessage {
    color: #777;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-left: 0.5em;
}

.mauticform-helpmessage::before {
    content: '(';
}

.mauticform-helpmessage::after {
    content: ')';
}

/***** Selects *****/

.mauticform-selectbox {
    appearance: none;
        -moz-appearance: none;
        -moz-padding-start: calc(0.75rem - 3px);
        -webkit-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 401 241' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M200.44,160.352l-160.352,-160.352l-40.088,40.088l200.44,200.44l200.439,-200.44l-40.088,-40.088l-160.351,160.352Z' style='fill:%23094f6b;' /%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 10px 30px 10px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}


/***** Checkboxes + Radios *****/

.mauticform-radiogrp .mauticform-radiogrp-label,
.mauticform-checkboxgrp .mauticform-checkboxgrp-label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
}

.mauticform-radiogrp .mauticform-radiogrp-row,
.mauticform-checkboxgrp .mauticform-checkboxgrp-row {
    display: flex;
    flex-direction: row;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.mauticform-radiogrp .mauticform-radiogrp-row,
.mauticform-checkboxgrp .mauticform-checkboxgrp-row {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.mauticform_wrapper .mauticform-radiogrp-radio {
    appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-print-color-adjust: exact;
    background-color: #eeeeef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ccc;
    border-radius: 50%;
    color-adjust: exact;
    display: inline-block;
    height: 20px;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
    top: 1px;
    vertical-align: top;
    width: 20px;
}

.mauticform_wrapper .mauticform-radiogrp-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23094f6b'/%3e%3c/svg%3e");
}

.mauticform_wrapper .mauticform-checkboxgrp-checkbox {
    appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-print-color-adjust: exact;
    background-color: #eeeeef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ccc;
    color-adjust: exact;
    display: inline-block;
    height: 20px;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
    top: 1px;
    vertical-align: top;
    width: 20px;
}

.mauticform-checkboxgrp-checkbox:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='-200 -163 1203 978' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M300.66,350.77l-150.33,-150.33l-150.33,150.33l300.66,300.659l501.099,-501.099l-150.33,-150.33l-350.769,350.77Z' style='fill:%23094f6b;' /%3E%3C/svg%3E");
}

/***** Legal *****/

.mauticform-legal {

}

.mauticform-legal .mauticform-checkboxgrp-row {
    display: flex;
}

.mauticform-legal .mauticform-checkboxgrp-label {
    font-size: 0.8em;
}

.mauticform-legal .mauticform-checkboxgrp-label a {
    border-bottom: 1px solid;
    line-height: 1.3;
}

.mauticform_wrapper .mauticform-input,
.mauticform_wrapper .mauticform-textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-weight: 300;
    font-weight: 300;
    height: auto;
    padding: 10px 15px;
}

.mauticform_wrapper .mauticform-textarea {
    min-height: 150px;
}


/***** Buttons *****/

.mauticform-button-wrapper {
    text-align: center;
}

#mauticform_prodsgvonewsletterdoi_submit {
    text-align: left;
}

.mauticform_wrapper .mauticform-button {
    background-color: var(--e-global-color-219808e);
    border-radius: 0.25rem;
    border: 1px solid var(--e-global-color-219808e);
    color: var(--e-global-color-primary);
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 0.5em 1.5em;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    vertical-align: middle;
}

.mauticform_wrapper .mauticform-button:focus,
.mauticform_wrapper .mauticform-button:hover {
    background-color: var( --e-global-color-f4622ff );
    border-color: var( --e-global-color-f4622ff );
    color: var(--e-global-color-primary);
}

#mauticform_input_prodsgvonewsletterdoi_submit {
    background-color: #fff;
    border-color: #fff;
    color: #094f6b;
}


/***** Messages *****/

.mauticform-errormsg {
    background: red;
    color: #fff;
    display: inline-block;
    font-size: 0.7em;
    line-height: 1.3;
    margin-top: 5px;
    padding: 5px;
}

.mauticform-post-success .mauticform-message {
    background: #e0ffc7;
    color: #333;
    padding: 15px 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.mauticform-post-success .mauticform-message:empty {
    display: none !important;
}

.mauticform-row--succes-msg {
    display: none;
}

.mauticform-row--succes-msg .mauticform-freehtml {
    background: #e0ffc7;
    color: #333;
    font-size: 0.8em;
    padding: 15px 20px;
    line-height: 1.3;
}

.mauticform-post-success .mauticform-row--succes-msg {
    display: block;
}

.mauticform-post-success .mauticform-row--succes-msg strong {
    font-weight: 700;
}

.mauticform-post-success .mauticform-row--succes-msg .mauticform-freehtml > :last-child {
    margin-bottom: 0;
}

.mauticform-post-success .mauticform-row:not(.mauticform-row--succes-msg) {
    display: none;
}
