/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



/** Generell Settings**/
/** Icon Color**/
.has-weiss-color {
    color: var(--weiss) !important;
}

/* WORTTRENNUNGEN */

body {
    hyphens: auto;
   }

/* Background Gradient*/

.gb-container.has-radial-background {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.768) 0%, rgba(255, 255, 255, 0) 50%);
}

/* Listen */

/* nummerierte Liste mit BG */

.ol-bg ol {
    counter-reset: li;;
}

ol {
    list-style: decimal;
}

.ol-bg ol li {
    position: relative;
    margin: 0 0 .5rem 1.03rem;
    margin-bottom: 30px;

    padding: 4px 1.1rem .3rem 1.5rem;
    list-style: none;
    
}

.ol-bg ol>li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -1.2em;
    box-sizing: border-box;
    margin-right: 12px;
    display: block;
    font-size: 1.5rem;
    padding: 7px;
    width: 3rem;
    height: 3rem;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    border: .5px solid #ff0000;
    background: #ff0000;
    color: #fff;
    border-radius: 999em;
}

/* nummerierte Liste mit BG */

.ol-gibnr ol {
    counter-reset: li;;
}

ol {
    list-style: decimal;
}

.ol-gibnr ol li {
    position: relative;
    margin: 0 0 .5rem 1.03rem;
    margin-bottom: 30px;

    padding: 4px 1.1rem .3rem 1.5rem;
    list-style: none;
    
}

.ol-gibnr ol>li:before {
    font-family: poppins;
    content: counter(li)". ";
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -1.2em;
    box-sizing: border-box;
    margin-right: 0px;
    display: block;
    font-size: 3rem;
    padding: 7px;
    line-height: 1.3;
    text-align: center;
    font-weight: 900;
    color: #1700b2;
    border-radius: 999em;
    text-decoration: underline;
}

/*Kontaktformular*/

.wpcf7 p{
    margin-bottom: 20px;
    padding: 0px;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7-textarea
 {
    width: 100% !important;
    border-bottom: solid 1px black;
    background-color: #ffffff;
    font-size: .8em;
    
}


.wpcf7-form-control-wrap [type="text"], 
.wpcf7-form-control-wrap [type="email"],
.wpcf7-form-control .wpcf7-textarea .wpcf7-validates-as-required .wpcf7-not-valid
{
    width: 100% !important;
    border-bottom: solid 1px black;
    background-color: #ffffff;
    font-size: .8em;
}



.cf7form {width: 100%;}

.wpcf7-form-control .wpcf7-submit .has-spinner {
    background-color: #1700b2 !important;
}


/** **/