/*
Theme Name: WfS Elektrotechnik
Theme URI: http://conversory.at
Author: WfS Elektrotechnik
Author URI: http://conversory.at
Version: 1.0

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 1024px) {
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
        max-height: 80px;
        width: auto !important;
    }
    .edgtf-wrapper div.edgtf-position-center > div.edgtf-position-center-inner {
        margin-top: 0;
    }
    .edgtf-slider {
        display: none;
    }
}