/* Theme CSS */
@import url(css/style-theme.css);

form#login input, /* make admin form fields visible */
form#xh_config_form .xh_field {color:#222;}

#xh_system_check img{box-sizing:content-box;} /* show icons in system check */
.fa {width:1em;}  /*center socialmedia icons because of &nbsp; */


header .logo img{width:110px;}


/* Umfliessung in Kontaktspalte verhindern */
.section-container .section-content .vertical-simple-list.contact-list .item .item-content .icon {
    margin-right: 3px;
    margin-bottom: 30px;
}

.section-container .section-content .vertical-simple-list.contact-list .item {
    margin: 8px -30px 0 0;
}


#beneath-footer .twillifootertext { /*override admin "text"-class */
    display: block;
    overflow: hidden;
    padding: 6px 0px;
}

span.text {background-color:inherit;} /*override core class*/
/* set correct heights for admin panel */
#xh_config_form textarea.xh_setting_short, #xh_config_form textarea.cmsimplecore_settings_short {
    height: 2em;}
/* set editable background and width */    
body.cke_editable.container {background:inherit;width:inherit;padding: 0 5em;}

@media (min-width: 768px) {
  header #main-menu-container #main-menu {
    top:auto;
  }
  header .logo img{width:auto;}
}


