/* @override
	https://mstlaucha.markuspfeifer.com/files/cto_layout/css/customize.css */

.header {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
}

.header.original a {
    color: #fff;
}

.header.original a:hover {
    color: #ff6600;
}

.header.cloned {
    background: #fff;
}

#mobnav li.hidemenu,
.smartmenu-scrollable li.hidemenu {
    display: none;
    visibility: hidden;
}

.smartmenu .smartmenu-trigger .line,
.smartmenu .smartmenu-trigger .line:before,
.smartmenu .smartmenu-trigger .line:after {
    background-color: #fff;
}

.header.cloned .smartmenu .smartmenu-trigger .line,
.header.cloned .smartmenu .smartmenu-trigger .line:before,
.header.cloned .smartmenu .smartmenu-trigger .line:after {
    background-color: #333;
}

.header.cloned .smartmenu .smartmenu-trigger {
    margin-top: 10px;
}

.textarea ul {
    list-style-type: square;
    margin-left: 20px;
    margin-bottom: 15px;
}

.ce_text table {
    margin-bottom: 2.5em;
}

.ce_text table th {
    text-align: left;
    padding: 12px;
    color: rgb(255,255,255);
    font-weight: bold;
    background: #ff6600;
}

.ce_text table td {
    border-top: 0;
    border-bottom: solid 1px rgb(227,227,227);
    padding: 12px;
}

.ce_image.zert {
    float: left;
    margin-right: 2em;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 3px 3px 8px 0 rgba(0,0,0,.3);
}

.checkbox_container a {
    color: #ff6600;
}

.newslist-v4 .info {
    display: none;
}

.header.original .mainmenu ul ul {
	margin-top: -50px;
}