body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	font-size: 13px !important;
	padding:0px;
	background: rgba(0,0,0,0)
}
/*Global*/
#content{
	width: 100%;	
	padding:20px;
	height: 100vh;

	
}
label {
    display: inline-block;
    margin-bottom: 0;
}

.background {
    width: 100%;
    z-index: -1;
    height: 100vh;
    position: fixed;
    float: left;
	background-size: cover;
	background:url("../images/background.jpg") !important;
	background-size: 100% !important;
}

.button-area {
    margin: 0px -5px;
}

h1 {
    text-align: center;
}

.row > div {
    width: 100%;
}

thead tr td {
    background: rgba(0, 0, 0, 0.51);
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: #fff;
}

thead tr th {
    background: rgba(0, 0, 0, 0.51);
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff;
    font-weight: 400;
    padding: 5px;
}
header {
    width: 100%;
    margin: 40px auto;
}

form.filter div {
    float: left;
}

.button {
    background-color: #000;
    border: none;
    color: #fff;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width:100%;
}

tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.09) !important;
}

form {
	    margin: auto;
}


form.filter {
    float: left;
    width: 100%;
    padding: 15px;
}

.fileError{
    position: relative;
    text-align: center;
    color: red;
    font-size: 1.2em;
}

.logo img {
    width: 340px;
}
.software_logo img{
    width:340px;
}

.button-area a font {
    width: 100%;
	text-align: center;
    padding: 7px;
    display: block;
    background: rgba(0,0,0,0.8);
    color: #fff !important;
}
.button-area a:last-child {
    position: absolute;
    top: 10px;
    left: 0;
    width: 115px;
    background-image: url('/images/pfeil-links.svg');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    color: #000 !important;
    font-size: 15px;
    text-align: center !important;
}
.admin_back-btn{
    position: relative;
    top: 0;
    left: 0;
    padding-left: 40px;
    background-image: url('/images/pfeil-links.svg');
    background-size: 40%;
    background-position: left;
    background-repeat: no-repeat;
    color: #000 !important;
    font-size: 15px;
    text-align: center !important;
}

.button-area a {
    width: 15%;
    float: left;
    padding: 5px;
}

.logo {
    position: absolute;
    right: 0;
    top: 50px;
}
.software_logo {
    position: absolute;
    left: 0;
    top: 50px;
    position: absolute;
    transform: translateY(0%) translateX(-50%);
    top: 0;
    left: 50%;
    margin: 0 auto !important;
    width: 80%;
}

table {
    /* border: 0px; */
    width: 100% !important;
}

thead {
    border-width: 0 !important;
    width: 100%;
}

td {
    padding: 5px 5px;
    border-width: 0 !important;

}

/*index*/
.row{
	width: 100%;
	display: block !important;
	max-width: 80%; 
	height: 350px;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	top: 50%;
	left: 50%;
	margin: 0 auto !important;
}
.row .teaser {
	height: 50%;
	float: left;
	color:#fff;
	text-align: center;
	padding:2px;
}

.row .teaser .textcontent {
	box-shadow: 0px -1px 4px 2px rgba(60,0,0,0.15);
}

.textcontent{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}


.number {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 130px;
    color: rgba(255, 255, 255, 0.05);
    margin: 0;
    padding: 0;
    line-height: 0.9 !important;
}

.textcontent p {
    position: absolute;
    width: 100%;
    margin-top: -0.8em;
    top: 50%;
    font-size: 27px;
    pointer-events: none;
}
form.filter {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.51);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
}

.helper{
	height: 50%;
	float: left;
	color:#fff;
	text-align: center;
	padding:0px !important;
}
option {
    cursor: all-scroll;
}
form input{
    text-align: left;
    width:100%;
}
.admin-forms select {
    width: 100%;
}

.admin-forms{
    width:600px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.admin-table{
    min-width: 600px;
    width:100% !important;
    margin:0 auto;
}
.td-left {
    width:30%;
}
.td-right {
    width:70%;
}
.admin-forms button {
    clear: both;
}




/*settings*/
#cke_editor {
    width: 100%;
    margin: 0 auto;
}











