/*
 Theme Name:   IQ Elementor 01
 Description:  IQ Elementor
 Author:       Werbung Art Design
 Author URI:   httpw://www.werbung-art-design.de
 Template:     hello-elementor
 Version:      1.01
 Text Domain:  twenty-fifteen-child
*/

/*** Footer ***/



html {
    font-size: 20px;
    line-height: 24px;
}
@media screen and (max-width: 992px) {
    html {
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
        line-height: 20px;
    }
}

body, p.elementor,
body, p {
    hyphens: auto;
}

h1.elementor, h2.elementor, h3.elementor, h4.elementor,
h1, h2, h3, h4 {
    hyphens: manual;
}


#content {
    margin-top: 0;
}

#iq-header {
    width: 100vw !important;
    max-width: 100%;
}


ul.sub-menu.elementor-nav-menu--dropdown {
    display: block !important;
}
@media screen and (min-width: 992px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul.sub-menu.elementor-nav-menu--dropdown
    {
        left: 8px !important;
    }
}



/*** ToTop Deaktiviert ***/

#to-top {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 2%;
    cursor: pointer;
    background-image: url('assets/images/ico_to-top.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    z-index: 10;
}


/*** Formulare ***/

button,
[type="submit"],
[type="button"] {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
}
button:hover, button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
    color: #ffffff;
    background-color: #000000;
}

.quform-label>label>.quform-required {
    color: #000000;
}

.elementor-widget-text-editor ul {
    padding-left: 20px;
}

.iqform .quform-label {
    padding-left: 6px;
}

.iqform.iqbutton .quform-button-submit  {
    display: flex;
    justify-content: center;
}

.iqform.iqbutton button {
    border-radius: 18px;
    border: 0 none;
    color: white;
    text-transform: uppercase;
    min-width: 220px;
    background-image: url('assets/images/SK_Wwt_Hintergrund.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.iqform.iqbutton .quform-button-back-default>button, .quform-button-next-default>button, .quform-button-submit-default>button {
    padding: 4px 30px;
}