@charset "UTF-8";

/* pagespeed_module bugfix */
script {
    display: none !important;
    color: #000;
}

.svg-tree-wrapper {
    /*height: 450px !important;*/
}


/* --------------------------------- */

.typo3-login-wrap {
    max-height: calc(100vh - 20px);
    /*overflow: auto;*/
}

.typo3-login-wrap .panel-body {
    padding-bottom: 15px !important;
}
#t3-login-submit {
    font-weight: bold;
    letter-spacing: 1px;
}
#loginNews {
    background-color: rgb(232 47 17 /15%);
    hyphens: auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#loginNews h3 {
    font-weight: bold;
    color:  rgb(232 47 17);
}
#loginNews a {
    color: rgb(232 47 17) !important;
    text-decoration: underline  !important;
    word-break: break-all;
}
.typo3-login-carousel-control {
    opacity: 1;
    font-weight: bold;
}
.typo3-login-carousel-control .fa {
    font-weight: bold;
    font-size: 2rem;
    line-height: 0;
}
.typo3-login-carousel-control.right {
    right: 0 !important;
}
.typo3-login-carousel-control.left {
    left: 0 !important;
}

.callout.callout-danger {
    display: none;
}
.svg-tree-wrapper {
    /*height: 450px !important;*/
}
/*
.news-administration .settings .category-tree .tree-wrapper {
    height: 400px !important;
}
.news-administration .settings .category-tree .tree-wrapper label {
    font-weight: 500 !important;
}*/

.typo3-login {
    background-color: #343434;
    background-repeat: repeat;
    /*background-size: cover;*/
    background-size: 600px 600px;
    background-position: center center;
}
.panel-login {
	box-shadow: 0 0 30px 10px rgba(0,0,0,.9);
	border-radius: 0;
	width: 360px;
}
.scaffold-modulemenu, .scaffold-toolbar {
    background-color: #343434;
    background-image: url("/fileadmin/templates/img/layout/bg_conductor_board.svg");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 27.5rem;
    background-attachment: scroll;
    background-clip: border-box;
}
.modulemenu .modulemenu-item.active .modulemenu-item-link {
    background-color: rgba(0,0,0,.3);
}

