body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: 300;
}

h2 {
    color: #545454;

    font-weight: 300;
}

.idk_p_light {
    color: #545454;

    font-weight: 300;

    line-height: 28px;
}

.idk_txt_green {
    color: #3ab65b;
}

.idk_margin_top10 {
    margin-top: 10px;
}

.idk_margin_top20 {
    margin-top: 20px;
}

.idk_margin_top25 {
    margin-top: 25px;
}

.idk_margin_top50 {
    margin-top: 50px;
}

.idk_margin_top100 {
    margin-top: 100px;
}

.idk_margin_top225 {
    margin-top: 225px;
}

.idk_margin_top240 {
    margin-top: 240px;
}

.idk_margin_bottom30 {
    margin-bottom: 30px;
}

.idk_margin_left50 {
    margin-left: 50px;
}

.idk_padding_50 {
    padding: 50px;
}

.idk_margin_box {
    margin-top: 50px;
}

header {
    width: 100%;

    min-height: 80px;

    background-color: #f7f7f7;
}

.idk_btn:link {
    font-size: 14px;

    font-weight: 700;

    padding: 10px 32px;

    color: #545454;

    border: 2px solid #3ab65b;
}

.idk_btn:visited {
    font-size: 14px;

    font-weight: 700;

    padding: 10px 32px;

    color: #545454;

    border: 2px solid #3ab65b;
}

.idk_btn:hover {
    font-size: 14px;

    font-weight: 700;

    padding: 10px 32px;

    color: #000000;

    background-color: #3ab65b;

    border: 2px solid #3ab65b;

    text-decoration: none;
}

.idk_btn_header:link {
    display: inline-block;
    font-size: 14px;

    font-weight: 700;

    padding: 12px 32px;

    color: #f7f9ff;

    border: 2px solid #3ab65b;
}

.idk_btn_header:visited {
    font-size: 14px;

    font-weight: 700;

    padding: 12px 32px;

    color: #f7f9ff;

    border: 2px solid #3ab65b;
}

.idk_btn_header:hover {
    font-size: 14px;

    font-weight: 700;

    padding: 12px 32px;

    color: #000000;

    background-color: #3ab65b;

    border: 2px solid #3ab65b;

    text-decoration: none;
}

.idk_logo {
    margin-top: 17px;
}

.idk_slide {
    position: relative;

    width: 100%;

    height: 90vh;
}

.idk_slide_bg {
    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background: transparent linear-gradient(107deg, #000000 0%, #54545433 100%)
        0% 0% no-repeat padding-box;
}

.idk_slide img {
    width: 100%;

    height: 90vh;

    object-fit: cover;
}

.idk_slide h1 {
    font-weight: 300;

    color: #f7f7f7;

    margin-top: 200px;

    margin-bottom: 20px;
}

.idk_slide p {
    color: #b1b1b1;

    margin-bottom: 50px;
}

.idk_index_main {
    width: 100%;
}

.idk_index_main img {
    margin-top: -50px;
}

.idk_greenbox {
    position: relative;

    width: 100%;

    height: 100px;

    background-color: #3ab65b;

    margin-bottom: 20px;
}

.idk_greenbox p {
    position: absolute;

    font-size: 12px;

    color: #9df9b6;

    top: 10px;

    left: 10px;
}

.idk_greenbox h3 {
    position: absolute;

    font-size: 18px;

    color: #ffffff;

    bottom: 17px;

    left: 10px;
}

.idk_greenbox small {
    position: absolute;

    font-size: 10px;

    color: #9df9b6;

    bottom: 10px;

    left: 10px;
}

.idk_greenbox i {
    position: absolute;

    font-size: 28px;

    padding: 37px 25px;

    height: 100%;

    color: #f7f7f7;

    background-color: #59ce78;

    top: 0px;

    right: 0px;
}

.idk_box img {
    width: 100%;

    height: auto;

    margin-bottom: 40px;
}

.idk_box h4 {
    font-size: 18px;

    font-weight: 700;

    color: #545454;

    margin-bottom: 20px;
}

.idk_box p {
    color: #545454;

    font-size: 14px;

    line-height: 24px;

    margin-bottom: 30px;
}

footer {
    width: 100%;

    height: auto;

    margin-top: 100px;

    padding: 50px 0px 0px 0px;

    background-color: #25292c;

    color: #ffffff;
}

footer h5 {
    font-size: 14px;

    font-weight: 700;

    margin-bottom: 15px;

    color: #f7f7f7;
}

footer li {
    font-size: 12px;

    color: #c9c6c6;
}

footer a:link {
    color: #c9c6c6;
}

footer a:visited {
    color: #c9c6c6;
}

footer a:hover {
    color: #ffffff;

    text-decoration: none;
}

.idk_foo_box {
    width: 100%;

    padding: 20px;

    background-color: #3ab65b;
}

.idk_foo_box p {
    font-size: 24px;
}

.idk_copyright {
    font-size: 12px;

    color: #c9c6c6;

    padding-top: 50px;
}

.idk_content_title {
    position: relative;

    width: 95%;

    height: 200px;

    margin: 30px auto;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;
}

.idk_content_bg {
    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);
}

.idk_content_title h1 {
    font-size: 55px;

    font-weight: 700;

    color: #ffffff;

    padding-top: 70px;
}

.idk_content_txt p {
    color: #545454;
}

.idk_slack_box div:nth-of-type(even) {
    margin-top: 60px;
}

.idk_slack_box div {
    margin-left: 15px;

    margin-right: 15px;
}

.idk_btn1:link {
    padding: 7px 15px;

    border: 1px solid #3ab65b;

    color: #3ab65b;
}

.idk_btn1:visited {
    padding: 7px 15px;

    border: 1px solid #3ab65b;

    color: #3ab65b;
}

.idk_btn1:hover {
    padding: 7px 15px;

    border: 1px solid #3ab65b;

    background-color: #3ab65b;

    color: #ffffff;
}

.idk_content_txt h3 {
    font-weight: 700;

    font-size: 18px;

    color: #3ab65b;

    text-transform: uppercase;
}

.idk_bold {
    font-weight: 700;
}

.idk_form input {
    padding: 25px;

    border: 1px solid #3ab65b;

    margin-bottom: 30px;
}

.idk_form textarea {
    padding: 25px;

    border: 1px solid #3ab65b;

    margin-bottom: 30px;
}

.idk_form button {
    background-color: #3ab65b;

    color: #ffffff;

    border-radius: 0px;

    padding: 12px 50px;
}

.idk_image_machine {
    max-height: 300px;

    max-width: 100%;

    display: block;

    margin: 30px auto;
}

.idk_fmenu_remove_style ul {
    padding-left: 0;
    list-style: none;
}

.idk_fmenu_remove_style li {
    font-size: 12px !important;
    color: #c9c6c6 !important;
}

/* IDK Loader Start */

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #3ab65b;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.spinner-wrapper {
    align-items: center;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
    z-index: 999999;
}

/* IDK Loader End */

/* IDK Menu Start */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;

    padding: 0;

    border: 0;

    list-style: none;

    line-height: 1;

    display: block;

    position: relative;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: '.';

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    margin-top: 17px;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;

    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;

    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 17px 20px;

    font-size: 13px;

    text-decoration: none;

    color: #545454;

    text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
    color: #333333;

    border-bottom: 1px solid #3ab65b;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;

    top: 22px;

    right: 11px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;

    top: 19px;

    right: 14px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;

    height: 0;
}

#cssmenu ul ul {
    position: absolute;

    left: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    left: auto;

    right: 0;
}

#cssmenu li:hover > ul > li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;

    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;

    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);

    padding: 11px 15px;

    width: 170px;

    font-size: 12px;

    text-decoration: none;

    color: #dddddd;

    font-weight: 400;

    background: #333333;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;

    top: 16px;

    right: 11px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;

    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;

    top: 13px;

    right: 14px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

    -webkit-transition: all 0.25s ease;

    -moz-transition: all 0.25s ease;

    -ms-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;

    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;

    height: 0;
}

@media all and (max-width: 1320px),
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1320px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1320px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1320px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1320px),
    only screen and (min-resolution: 192dpi) and (max-width: 1320px),
    only screen and (min-resolution: 2dppx) and (max-width: 1320px) {
    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;

        display: none;
    }

    #cssmenu.align-center > ul {
        text-align: left;
    }

    #cssmenu ul li {
        width: 100%;

        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;

        border-bottom: 0;
    }

    #cssmenu > ul > li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-left: 25px;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu ul ul li a {
        color: #333333;

        background: none;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #000000;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;

        left: 0;

        width: 100%;

        margin: 0;

        text-align: left;
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;

        padding: 17px;

        color: #333333;

        cursor: pointer;

        font-size: 12px;

        text-transform: uppercase;

        font-weight: 700;
    }

    #cssmenu #menu-button:after {
        position: absolute;

        top: 22px;

        right: 17px;

        display: block;

        height: 8px;

        width: 20px;

        border-top: 2px solid #333333;

        border-bottom: 2px solid #333333;

        content: '';
    }

    #cssmenu #menu-button:before {
        position: absolute;

        top: 16px;

        right: 17px;

        display: block;

        height: 2px;

        width: 20px;

        background: #333333;

        content: '';
    }

    #cssmenu #menu-button.menu-opened:after {
        top: 23px;

        border: 0;

        height: 2px;

        width: 15px;

        background: #333333;

        -webkit-transform: rotate(45deg);

        -moz-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

        -o-transform: rotate(45deg);

        transform: rotate(45deg);
    }

    #cssmenu #menu-button.menu-opened:before {
        top: 23px;

        background: #333333;

        width: 15px;

        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;

        z-index: 99;

        right: 0;

        top: 0;

        display: block;

        border-left: 1px solid rgba(120, 120, 120, 0.2);

        height: 46px;

        width: 46px;

        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;

        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;

        top: 22px;

        right: 19px;

        width: 8px;

        height: 2px;

        display: block;

        background: #dddddd;

        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;

        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;

        top: 19px;

        right: 22px;

        display: block;

        width: 2px;

        height: 8px;

        background: #dddddd;

        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;

        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}

/* IDK Menu End */

@media (max-width: 1199px) {
    .idk_foo_box p {
        font-size: 19px;
    }
    .idk_margin_top225 {
        margin-top: 160px;
    }
}

@media (max-width: 991px) {
    .idk_foo_box p {
        font-size: 9px;
    }

    .idk_logo {
        margin-top: 26px;
    }

    ul li a img {
        width: 21px;
    }

    .mobile_margin_kontakt {
        margin: 30px 0 !important;
    }
}

@media (max-width: 776px) {
    .idk_foo_box p {
        font-size: 29px;
    }

    ul li a img {
        width: 30px;
    }

    .slick-slide .img-fluid {
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    .order-sm-2 {
        order: 2;
    }
    .order-sm-1 {
        order: 1;
    }
}

@media (max-width: 840px) {
    .idk_center {
        text-align: center !important;
    }

    .idk_margin_box {
        margin-top: 0px !important;
    }

    .idk_box {
        margin-bottom: 30px !important;
    }
}
