/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*///////////////////////////////////////////////////////////////////////////////////////////////////
///// Kontakt vorm //////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.wpcf7 h5 {
    margin-top: 20px;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    border: 2px solid #ebebeb;
    color: #434345;
    font-size: 16px;
    max-width: 100%;
    padding: 10px 20px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    border-color: #0e2358;
    outline: none;
}
.wpcf7 textarea {
    height: 200px;
}
.wpcf7 input.wpcf7-submit {
    background-color: #af1f22;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
}
.wpcf7 input.wpcf7-submit:hover {
    background-color: #af1f22;
}
div.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ok {
    border: none;
}
.wpcf7-mail-sent-ok {
    background-color: #f4b027;
    color: #FFF;
}
.wpcf7-validation-errors {
    display: none!important;
}
.wpcf7-not-valid-tip {
    color: #af1f22;
}
.wpcf7 span.wpcf7-list-item {
    width: 100%;
}
.wpcf7 .kommentaariga span.wpcf7-list-item.last {
    width: auto;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
    margin-right: 10px;
    width: auto;
}
.grecaptcha-badge {
    visibility: hidden!important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    img.alignright {
        display: block;
        float: none;
        margin: 0 0 1em 0;
    }
}