/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.07.2021, 11:10:20
    Author     : ymeyer
*/
.row, #mainForm\:acFirmaName1, #mainForm\:acFirmaStr, #mainForm\:acFirmaOrt{
    margin-bottom: 1.5rem;
}

p{
    margin-top: 3.0rem;
}

.row.no-margin-bootom{
    margin-bottom:0.5rem;    
}

.button{
    color: #004995;
    background: #fff;
    height: 36px;
    border: 0;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 40px;
    display: inline-block;    
}

.button.selected, .button.margin-top-1rem, a.button{
    background: #004995;    
    color: #fff;
}

#mainForm h3{
    margin-bottom: 1.5rem;
}