/***  Layoutanpassungen by webuniverse.ch ***/

div.mod-languages li {margin-right: 8px !important;}

@media screen and (min-width: 900px) {
.tm-toolbar {z-index: 1;}
    
.tm-header .uk-sticky-fixed .uk-logo {
    transform: scale(0.65);
    transition: transform 0.6s ease-in-out;
}

.uk-logo {
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 99;
    transform: scale(0.75);
    transition: transform 0.6s ease-in-out;
    }}

.control-label {font-weight: 600;}

ul.uk-navbar-nav .uk-margin-small-right {
  margin-right: 1px !important;
}

.uk-drop ul.uk-nav li.uk-active {background: #264190;}

/* MEINE ANGABEN ANPASSEN */

/* Blendet Namesfeld aus */
.uniedit input#jform_name, .uniedit label#jform_name-lbl {display: none;}

/* Blendet den Container der zweiten Schaltfläche aus */
.btn-toolbar > .btn-group:nth-child(2) {
  display: none; /* Blendet den Container der zweiten Schaltfläche aus */
}

/* YOOtheme Button ausblenden im Frontend */

.edit #editor-xtd-buttons .btn-primary[href*="p=customizer"],
.edit #editor .tm-editor div,
.edit #editor .tm-editor .tm-link {
display: none;
}