:root, .apply-core-css-vars {
   --base-border-radius-factor:0!important;
}

/* CMS Styles */
.box_style.law:after {
    content: 'LAW';
    color: #db4570;
    font-size: 10px;
    text-align: right;
    display: block;
}
.box_style.law {
    border-right: 5px solid #db4570;
    padding-right: 5px;
    position: relative;
    transition: all 0.5s;
}
.box_style.law:hover {
	background-color:#eee;
    margin: 0 0 0 -5px;
    padding: 0 5px 0 5px;
}
.box_style.law:hover:after {
    content: 'relevant for LAW school only';
}


.box_style.business:after {
    content: 'BUSINESS';
    color: #dee0ed;
    font-size: 10px;
    text-align: right;
    display: block;
    transition: all 0.2s;
}
.box_style.business {
    border-right: 5px solid #dee0ed;
    padding-right: 5px;
    position: relative;
    transition: all 0.5s;
}
.box_style.business:hover {
	background-color:#eee;
    margin: 0 0 0 -5px;
    padding: 0 5px 0 5px;
}
.box_style.business:hover:after {
    content: 'relevant for BUSINESS school only';
}

/*Anpassung 09.01 Ticket 38B2C-006568  */
body.login .btn-block {
  background: #4A4A4A!important;
}
body div .btn.btn_ok, body div .btn.default, div .modal_confirm .modal_yes {
  background: #4A4A4A!important;
}

#mail_form .xui_form_textbox_list {
  max-width: none;
}