 
.Paperform__Container
   {     
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.LiveField__container
{
    padding-top: 0px !important;
}

.LiveField
{
    padding-top: 0px !important;
}    

/* h1, h2 */
.__header-one
    {     
        font-size:46px ; color:#333; 
        line-height: 54px;
    }
    
.__header-two
    {     
        font-size:16px ; color:#333; 
        line-height: 16px;
    }
/* labels */    
.LiveField__header
    {     
        font-size:16px ; color:#333; 
        line-height: 20px;
        font-weight: 700;
        margin-bottom:10px;
    }
    
.LiveField--required .LiveField__header [data-block]:last-child > [data-offset-key]:last-child >:last-child [data-text]::after  {
      font-family:Arial; 

}

    
/* Eingabeboxen */    
.LiveField__input
    {     
        font-size:20px ; color:#000; 
        background-color:#fff;
        line-height: 22px; 
        border-style: solid;
        border-width: 1px;
        border-color: rgba(0,0,0,1) !important;
        Padding: 11px !important;
        
    }


textarea.LiveField__input[rows][rows="1"] {
    background-color:#fff;
}

textarea.LiveField__input[rows] {
    background-color:#fff;
}
/*PLZ*/
[data-testid="field:e29va"] { 
}
/*Anzahl*/
[data-testid="field:8u1ei"] { 
      width:auto;
}
/* multiple choice btns. */
.Choices__label
   {     
        font-size:16px ; 
        font-weight: 500;  line-height: 1; 
        /*padding-left:35px !important;*/ /*mit radio buttons */
        padding: 11px; /* ohne radio-buttons */
        font-family:Alata;
        color: #333;
    }
    
.Choices__choice{
            padding: 5px; 10px; 15px; 10px
}

.Choices__choice.btn-default
{     color: #333;
     background-color:#f6f6f;
}
/* ohne Radio buttons*/
.material-icons
{
   display: none; 
   visibility:hidden;
}

/* mit Radio buttons
.material-icons
{
font-size: 16px !important;
   position: absolute; 
   opacity: 1 !important; 
   top:  6px !important; 
   left: 10px; 
    width: 15px;     
   display: block; 
}
*/


 /*  Subscribe to Newsletter */
      

.YesNo::after {
  font-size: 14px ; 
        font-weight: 500;  line-height: 1; 
        font-family:Alata;
        color: #333; 
        content: "   Tenez-moi au courant de vote travail.";
}

.btn-raised YesNo__button btn-primary
{
}

.YesNo .YesNo__button {
     width: 50px; 
     padding:5px;
     text-transform: lowercase;
}

.btn-raised.btn-primary
{
   color:#fff !important;
   background-color: #B6E2DE !important; /*ff8888 oder 12c3e1*/
   
}
.btn-default {
    color: #666;
}

/* scale Newsletter */
.Scale__wrapper {
    padding: 0px;
    height: 40px !important;
    color: #333 !important;
}

.Scale__track {
background: rgba(251, 51, 51, 0) !important;
}

/* submit-btn*/


.submit .btn-raised.btn-primary   {     
        font-weight: 300 !important;
       background-color: #C90813 !important;
       border-radius:0px;
       padding-left: 30px;
       padding-right: 30px;
       width: auto !important;
    }

.editor.editor--live .submit{
    margin-top:0px;
}

.submit:hover .btn-raised.btn-primary:hover   {     
           background-color: #ffffff !important;
           color:#C90813  !important;
           box-shadow:inset 0 0 0 2px #C90813;
}

.LiveField__error
{
    font-family: Alata,Arial;
    text-transform: none ;
    background-color:#8b1921;
}
