/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ----------------------------------------- */
/* Kontakt Box */
/* ----------------------------------------- */


/* Inhalt zentrieren */
.kontakt-data .elementor-icon-box-wrapper {
    display: flex!important;
    flex-direction: row!important;
    align-self: center;
}

/* Icon Box */
.kontakt-data .elementor-icon-box-icon {
    background-color: #DF0024;
    padding: 20px;
}

/* Text Style */
.kontakt-data .elementor-icon-box-description a {
    color: #595959!important;
    text-decoration: underline;
    line-height: 1.1rem!important;
}

.kontakt-data .elementor-icon-box-description {
    line-height: 1.1rem!important;
}

.kontakt-data .elementor-icon-box-title {
    margin: 0px!important;
}

.kontakt-data .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
    align-self: center;
}

@media(max-width: 767px) {
  .kontakt-data  .elementor-icon-box-icon a {
    margin-top: 5px;
  }
}

/* ----------------------------------------- */
/* Kontakt Formular */
/* ----------------------------------------- */
#form_kontakt #frm_field_6_container, .frm_final_submit {
    margin-bottom: 0px!important;
}

#form_kontakt .frm_form_fields > fieldset {
    padding-bottom: 0px!important;
}

.frm_message {
    margin: 0px!important;
    text-align: center!important;
    padding: 40px 0px!important;
    font-weight: 700!important;
}