/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 02 2019 | 07:54:09 (am)
/*
/******* Do not edit this file *******/

.entry-title {display:none}

#header-toggle {display:none}

#feature-slider .entry-container {
    color: #000;
    text-align: center;
    font-size: 50px;
}

a {
    color: #8A0808;
    text-decoration: none;
}

.wpcf7-form {
    font-size: 90%;
    color: #82949c;
}

.wpcf7 textarea {
    width: 80%;
    padding: 10px;  
    margin-top: 10px;
    height: 100px;
}
.input[type="text"], input[type="email"], input[type="text"], input[type="password"], textarea {
   padding: 10px; 
   margin-top: 10px;
   width: 80%;
   height: 45px; 
   border-radius: 10px;
   background-color: #dbdbdb;
   outline: none // keine blaue Umrandung beim Fokus}
   
.input[type="text"], input[type="number"], textarea {
   padding: 2px 16px; 
   margin-top: 10px;
   width: 10%;
   height: 45px; 
   border-radius: 18px;
   outline: none // keine blaue Umrandung beim Fokus}
   
   .rc-anchor-light {
    background-color: #dbdbdb;
   }