/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.home #main > .container_wrap_first {
    position: absolute;
    width: 100%;
    margin-top: 100px;
}

@media screen and (max-width:989px) {
    .home #main > .container_wrap_first {
        margin-top: 35vw;
    }

    .home #main > .container_wrap_first h1 {
        font-size: 6vw;
    }

}

aside.sidebar .widgettitle {
    margin-left:-40px;
}

aside.sidebar .menu-item a:before {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: -40px;
    padding-right: 5px;
    background-repeat: no-repeat;
    background-position: left center
}

aside.sidebar .menu-item.current-menu-item a:before {
    left:11px;
    top:5px;
}

aside.sidebar .menu-item.current-menu-item a {
    padding:4px 0 5px 0;
}

aside.sidebar .menu-item-sonne a:before {
    content:"";
    background-image:url('/wp-content/uploads/Sonne-1.png');
}

aside.sidebar .menu-item-merkur a:before {
    content:"";
    background-image:url('/wp-content/uploads/Merkur-1.png');
}

aside.sidebar .menu-item-venus a:before {
    content:"";
    background-image:url('/wp-content/uploads/Venus-1.png');
}

aside.sidebar .menu-item-erde a:before {
    content:"";
    background-image:url('/wp-content/uploads/Erde-1.png');
}

aside.sidebar .menu-item-mars a:before {
    content:"";
    background-image:url('/wp-content/uploads/Mars-1.png');
}

aside.sidebar .menu-item-jupiter a:before {
    content:"";
    background-image:url('/wp-content/uploads/Jupiter-1.png');
}

aside.sidebar .menu-item-saturn a:before {
    content:"";
    background-image:url('/wp-content/uploads/Saturn-1.png');
    width: 52px;
    left: -50px;
}

aside.sidebar .menu-item-saturn.current-menu-item a:before {
    left:1px;
}

.smartphones_sidebar_active .widget {
    padding-left:50px;
}

/** Iconbox **/
.iconbox-mit-rahmen {
    border: 2px solid;
    border-color:var(--enfold-alternate-color-primary)!important;
    margin-bottom: 0;
    padding: 20px;
    background-color: #222222 !important;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #a1a1a1;
}

.iconbox-mit-rahmen .iconbox_icon {
    font-size:35px!important;
    margin-right:15px!important;
    margin-top:-10px!important;
}

.iconbox-mit-rahmen .iconbox_content p {
    margin-top: .2em;
    font-size:14px!important;
}

/** Footer **/
#footer-page main {
    padding:10px 0;
}

@media screen and (min-width:990px) {
    .home #footer-page {
        margin-top: -57px;
    }

    .home #footer-page .main_color {
        background-color:transparent;
    }
}

/** Socket **/
#socket {
    font-size:16px;
}

#socket .sub_menu_socket li {
    line-height: normal;
}