.login-action-login {
    background: #bf7429;
}

#adminmenu .wp-menu-image img {
    padding: 0 !important;
}

#login #loginform {
    background: none;
}

.login h1 a {
    display: none;

    /*background: linear-gradient(138deg, #35bf00, #ec1a5c);
    background-size: 600% 600%;
    animation: AnimationName 8s ease infinite;
    width: 272px;*/
}

.login form {
    margin-top: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(155, 89, 182, .13);
    box-shadow: 0 1px 3px rgba(155, 89, 182, .13);
}

.login label {
    color: #FFFFFF;
}

.login #backtoblog a, .login #nav a {
    color: #FFFFFF;
}

.element {
    width: 100%;
    height: 100%;
    background: #bf7429;
}

.element h1 {
    height: 110px;
    font-family: Helvetica Neue;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 5em;
    letter-spacing: 9px;
    background: -webkit-linear-gradient(135deg, #FFFFFF, #1880c3, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 800% 600%;
    animation: AnimationName 12s ease infinite;
    text-align: center;
    padding-top: 0px;
    line-height: 0.86em;
}

@keyframes AnimationName {
    0% {
        background-position: 0% 78%;
    }

    50% {
        background-position: 100% 23%;
    }

    100% {
        background-position: 0% 78%;
    }
}

p#backtoblog {
    display: none;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #23282d;
    text-shadow: none;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    border-radius: 5px;
}

#wp-auth-check-wrap #wp-auth-check, #wp-auth-check-wrap #wp-auth-check-form {
    background: #23282d;
}

.login #login_error, .login .message {
    color: #ffffff;
    background: #383e44;

    /*background: #23282d;*/
    background: -webkit-linear-gradient(left, #23282d, #383e44);
    background: -o-linear-gradient(right, #23282d, #383e44);
    background: -moz-linear-gradient(right, #23282d, #383e44);
    background: linear-gradient(to right, #383e44, #23282d);
}

#loginform p {
    drop-shadow: none;
    height: 50px;
}

#login {
    padding: 11% 0 0;
    width: 340px;
}

#login form p.submit {
    margin-top: 40px;
}

#login form p.forgetmenot {
    margin-top: 20px;
}

.login form {
    padding: 5px 24px 0;
}

#nav {
    margin: 0 !important;
}

body {
    /*background: -webkit-linear-gradient(135deg, #35bf00, #ec1a5c, #35bf00);*/
    /*background-image:
      linear-gradient(
        #23282d 40%,
        #ec1a5c
      );
      background-size: 600% 190%;*/
    /*animation: AnimationName2 5s ease infinite;*/

    /*-webkit-gradient(radial, 50% 95%, 0, 50% 75%, 200, 
          from(#ec1a5c), to(rgba(55,89,138,0))),
        -webkit-gradient(linear,left bottom,left 50%,
          color-stop(0, #5e6368),color-stop(0.6, #23282d));*/

    /*background: radial-gradient(#5e6368 5%, #23282d 95%);*/
    /*background: radial-gradient(#5e6368 15%, #23282d 5%, #23282d 60%);*/
}

@keyframes AnimationName2 {
    0% {
        background-position: 0% 60%;
    }

    50% {
        background-position: 80% 0%;
    }

    100% {
        background-position: 0% 60%;
    }
}

#adminmenumain {
    /*-webkit-animation: swingIn 1s normal forwards;*/
    /*transition-property: all; */
    /*transition-duration: 1s;*/
    /*transform: rotateY(-90deg);*/
    /*transform-origin: left;*/
}

@keyframes swingIn {
    0% {}

    100% {
        /*transform: rotateY(0deg);*/
        -webkit-transform: perspective(1000) rotate3d(0, 1, 0, 0deg);
    }
}

.typeme {
    font-size: 13px;
    font-weight: 100;
    margin: 10px 0 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 30em;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    line-height: 1.2em;
}

.typeme:first-child {
    font-size: 2em;
    margin: 15px 0 20px 10px;
}

.typeme:last-child {
    margin: 10px 0 30px 10px;
}

@keyframes type {
    from {
        width: 0;
    }
}

@keyframes type2 {
    0% {
        width: 0;
        opacity: 1;
    }

    50% {
        width: 0;
        opacity: 1;
    }

    100% {
        width: 100;
        opacity: 1;
    }
}

#control-table tr th:nth-child(n+2) {
    text-align: center;
}

#control-table tr th {
    padding: 5px 20px;
    border: 1px solid lightgray;
}

#control-container table {
    text-align: left;
    border-collapse: collapse;
}

#dashboard-widgets #postbox-container-1 {
    /*width: 100%!important;*/
}

#dashboard-widgets #postbox-container-2, #dashboard-widgets #postbox-container-3, #dashboard-widgets #postbox-container-4 {
    /*display: none;*/
}

#wpfooter {
    display: none;
}

/* Changing admin color */

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {
    background: #bf7429;
}

#adminmenu li.menu-top > a:focus, #adminmenu li > a.menu-top:focus {
    color: #ffffff!important;
}

a, #adminmenu a:hover,
#adminmenu li.menu-top > a:focus,
#adminmenu .wp-submenu a:hover,
#adminmenu .wp-submenu a:focus, #adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus, #adminmenu li:hover div.wp-menu-image:before,
#adminmenu li a:focus div.wp-menu-image:before,
#adminmenu li.opensub div.wp-menu-image:before, input[type=checkbox]:checked:before {
    color: #bf7429;
}

input[type=radio]:checked:before {
    background-color: #bf7429;
}

a:hover {
    color: #0b8e74;
}

.showmore {
    color: #bf7429;
}

.acf-postbox > .inside {
    background: #F7EEE5;
}

.values .values .layout:nth-child(odd) {
    background-color: #F7EEE5;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #0b8e74;
    border-color: #148f77;
}

.wp-core-ui .button-primary {
    background: #bf7429;
    border-color: #148f77;
    box-shadow: none;
    text-shadow: none;
}

.hidden-value {
    display: none;
}

.short-wysiwyg .acf-input iframe {
    height: 200px !important;
}

.counter {
    text-align: center;
    float: left;
    clear: both;
    width: 100%;
}

.field_type-star_rating {
    text-align: center;
    display: block;
}

.star-rating {
    width: 260px;
    margin: auto;
}

.star-rating li i {
    color: gold;
    font-size: 22px;
}

div.field_type-star_rating ul.star-rating li {
    float: none;
    display: inline;
}

.clear-button {
    clear: both;
    width: 50px;
    text-align: center;
    margin: 0 auto !important;
    display: inherit !important;
    margin: 8px auto !important;
}

.acf-field-text {
    vertical-align: middle !important;
}

.middle-text input {
    display: block;
    width: 90% !important;
    margin: 0 auto !important;
}

.acf-field-true-false {
    vertical-align: middle !important;
    text-align: center !important;
}

.acf-field-star-rating .acf-input {
    text-align: center !important;
}

.acf-field-star-rating .field_type-star_rating {
    display: inline-block !important;
}

.button.button-small.clear-button {
    display: inline-block !important;
    margin: 0 !important;
}

.acf-accordion-group .acf-field {
    margin: 0px;
}

.acf-field-star-rating .acf-label label {
    text-align: center;
}

.lead {
    font-family: Roboto,Helvetica,Helvetica Neue,Arial,'sans-serif' !important;
    font-size: 1.3333333333em !important;
    font-weight: 300 !important;
    line-height: 1.9444444444rem !important;
    margin-top: 1.1666666667rem !important;
    margin-bottom: 1.1666666667rem !important;
    color: #34495e !important;
}

.wrap .add-new-h2:hover, .wrap .page-title-action:hover {
    border-color: #291233;
    background: #bf7429;
    color: #fff;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    border-color: #291233;
    background: #bf7429;
    color: #fff;
}

.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {
    color: #291233;
}

input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border-color: #bf7429;
    -webkit-box-shadow: 0 0 2px rgba(155, 89, 182,.8);
    box-shadow: 0 0 2px rgba(155, 89, 182,.8);
}

.term-description-wrap, .term-slug-wrap {
    display: none;
}

.postbox .inside h2 {
    white-space: initial;
}

.smaller-wysiwyg iframe {
    height: 200px!important;
}

#plugins-by-dreihochzwo {
    display: none;
}