.elementor-kit-9{--e-global-color-primary:#3AAA35;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E6301F;--e-global-color-844941c:#3AAA35;--e-global-color-a78c2c3:#E6301F;--e-global-color-4890bd2:#FFFFFF;--e-global-color-47f75ea:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-df266ae-font-size:1em;--e-global-typography-df266ae-font-weight:600;--e-global-typography-df266ae-text-decoration:underline;--e-global-typography-d83b10c-text-transform:uppercase;--e-global-typography-3b0be46-font-family:"Exo 2";--e-global-typography-3b0be46-font-size:3em;--e-global-typography-3b0be46-font-weight:800;--e-global-typography-aae1b41-font-family:"Cairo Play";--e-global-typography-aae1b41-font-size:3em;--e-global-typography-aae1b41-font-weight:800;--e-global-typography-7f6fa19-font-family:"Exo 2";--e-global-typography-7f6fa19-font-size:2.4em;--e-global-typography-7f6fa19-font-weight:800;--e-global-typography-56e0886-font-family:"Exo 2";--e-global-typography-56e0886-font-size:1.6em;--e-global-typography-56e0886-font-weight:800;--e-global-typography-2aae9bd-font-family:"Exo 2";--e-global-typography-2aae9bd-font-size:1.4em;--e-global-typography-2aae9bd-font-weight:800;background-color:#000000;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-844941c );font-family:var( --e-global-typography-2aae9bd-font-family ), Sans-serif;font-size:var( --e-global-typography-2aae9bd-font-size );font-weight:var( --e-global-typography-2aae9bd-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-d83b10c-font-size:18px;}.elementor-kit-9 a{font-size:var( --e-global-typography-2aae9bd-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 a{font-size:var( --e-global-typography-2aae9bd-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
    max-width: 100vw;
    overflow-x: hidden;
}


/*** Seiten ***/





/** CF7 **/

.cioform{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
    gap: 10px;
    padding: 1em;
}

.cioform .ciosmall{
    width: calc( 50% - 5px );
}

@media screen and (min-width: 10px) and (max-width: 500px){
    .cioform .ciosmall,
    .cioform .ciosmall label{
        width: 100%;
    } 
}


.cioform .ciobig,
.cioform .ciobig label{
    width: 100%;
}

.cioform label{
  line-height: 1.5rem;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
    border-radius: 0;
    border: 2px solid #000;
}

.cioform input[type="file"]{
    margin-top: 0.5rem;
}

[type="button"], [type="submit"], button{
    border-radius: 0;
    background-color:var(--e-global-color-844941c);
    border: 2px solid transparent;
    color: #fff;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
}

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
    background-color:var(--e-global-color-a78c2c3);
}

.ciosubmit{
    text-align: right;
    display:flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}





/* Wartung */
.detailsblock * {color: #fff;}

.detailsblock,
.detailsblock summary,
.detailsblock div{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.detailsblock div.Inner{
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
    
}


.detailsblock summary{
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-weight: 700;
    font-size: 1.4em;
    width: 60ch
}

.detailsblock h2{
    display: inline;
    font-size: 1em;
    font-weight: 700;
}

.detailsblock h3{
    font-weight: 700;
    font-size: 1.3rem;
}

.detailsblock > div{ padding: 1rem }

.detailsblock div.flex{
    display: flex;
    flex-flow: row wrap;
    gap: 20px
}


@media screen and (min-width: 10px) and (max-width: 799px){
    .detailsblock p.fuenfzig{
        width: 100%;
    }
}


@media screen and (min-width: 800px){
    .detailsblock p.fuenfzig{
        width: calc( 50% - 10px );
    }
}


/* DatImp*/
.DatImp .H2ersatz,
.DatImp .H3ersatz,
.DatImp .H4ersatz{
    display:block;
    font-size: 1.2em;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
    font-weight: 700;
}

.DatImp .H2ersatz{
    font-size: 1.4em;
    margin-top: 1.6em;
}

.DatImp a,
.DatImp a:link,
.DatImp a:hover,
.DatImp a:active,
.DatImp a:visited{
    color: #bbb;
    font-weight: 600;
    text-decoration: underline
}

.DatImp ul, .DatImp ol{
    margin: 1.5em 0;
    margin-left: 40px;
    padding-left: 0!important;
    max-width: 100%;
}

.DatImp ul li, .DatImp ol li{
    margin-bottom: 2em;
    line-height: 1.4em;
}

.DatImp ul.smalllist li, .DatImp ol.smalllist li{
    margin-bottom: 0.5em;
}

.DatImp table{max-width: 100%}

.DatImp table tr td:nth-child(1){  max-width: 300px}
.DatImp table tr td:nth-child(2){  max-width: 400px; max-width: 75vw;}

@media screen and (min-width: 10px) and (max-width: 799px){
    
    .DatImp .mark{
        font-weight: 600;
        letter-spacing: 0.02em;
    }
    
    .DatImp .scrollouter{
        width: 100vw;
        overflow-x: auto;
    }
    .DatImp .scrollinner{
        min-width: max-content;
    }
    .DatImp .nooverflow{
        overflow: hidden;
    }
    
    .DatImp table{
        max-width: 1000px;
        margin: 0em;
    }

    .DatImp ol, .DatImp ul{
        margin-left: 20px;
    }
}



/*** Plugins ***/
/* cookie banner */
.mgbutton{border: 1px solid #fff!important }/* End custom CSS */