

 .gform_wrapper input,  .gform_wrapper textarea {
     background-color: #ededed !important;
     font-family: 'Source Sans Pro' !important;
     font-size: 16px !important;
     color: #000000 !important;
}
.gform_button:hover{
     background-color: #6b6b6b !important;
     color: white !important;
     border-color: #6b6b6b !important;
}

.gform_button{
     background-color: black !important;
     color: white !important;
     border-color: black !important;
}

/* ***** sytles for 'vertetungen' business cards ***** */
.dips-business-card{
     border-top: 1px solid black;
     border-left: 1px solid black;
     border-right: 1px solid black;
     border-bottom: 10px solid #ffe614;
     display: inline-flex;
     padding:10px;
}

.dips-bc-row1{
     height:140px;
}

.dips-bc-row2{
     height:80px;
}

.dips-bc-table td{
     line-height:15px;
     font-size:15px;
     vertical-align:bottom;
}

.dips-bc-phone, .dips-bc-address, .dips-bc-logo, .dips-bc-country{
     text-align:left !important;
}

/*.dips-bc-logo, .dips-bc-country{
     vertical-align:bottom;
}*/

.dips-bc-country, .dips-bc-phone{
     width:200px;
}

.dips-bc-logo, .dips-bc-address{
     width:180px;
}

.dips-lastest-post-shortcode-holder > ul > li{
     display:inline-flex !important;
     padding-right:20px !important;
}

.dips-lastest-post-shortcode{
     padding-left:0px !important;
}

 