
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-MediumItalic.woff') format('woff'),
        url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff'),
        url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}
body {
	font-family: 'Montserrat', sans-serif;
    background: #e2e2e2;
}
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
}
.header {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px 25px;
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
.header .logo {
    float: left;
    width: 70px;
    height: auto;
    margin: 15px 0 15px 0;
}
.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}
.header .topbar {
    float: left;
    width: calc(100% - 70px);
    height: auto;
    margin:0;
    text-align: right;
    padding: 5px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.header .topbar a {
    text-decoration: none;
    outline: none;
    color: #0252d6;
}
.header .topbar a:hover {
    text-decoration: underline;
    color: #7600ea;
}
.header .topbar .icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px 0 0;
    vertical-align: 0px;
}
.header .topbar .trenner {
    margin: 0 6px;
    color: #999999;
}
.header .topbar .light {
    color: #888888;
}
.header .center {
    float: left;
    width: calc(100% - 140px);
    height: auto;
    margin:5px 0;
}
.header .sublogo {
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}
.header .sublogo img {
    width: 100%;
    height: auto;
    display: block;
}
.header .menu {
    float: left;
    width: 70px;
    height: 70px;
    margin: 15px 0 0px 0;
    position: relative;
}
.menu_icon {
	position:absolute;
	right:0px;
	top:6px;
	width:50px;
	height:50px;
	display:block;
	z-index:999;
	transition:all 0.3s ease;
}
.menu_icon label {
	display:flex;
	flex-direction:column;
	width:50px;
	cursor:pointer;
	padding:6px 0px;
	transition:all 0.2s linear;
}
.menu_icon label span{
    width: 100%;
  background: #7600ea;
  border-radius:2px;
  height:2px;
  margin: 5px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu_icon label span:nth-child(1){
  width:100%;
  margin: 5px 0px 5px 0%;
}
.menu_icon label span:nth-child(2){
  width:100%;
  margin: 5px 0px 5px 0%;
}
.menu_icon label span:nth-child(3){
  width:100%;
  margin: 5px 0% 5px 0%;
}
.menu_icon label span:nth-child(4){
  width:100%;
  margin: 5px 0px 5px 0%;
}
.menu_icon input[type="checkbox"]{
  display:none;
}
.menu_icon label:hover span:nth-child(2){
  width:80%;
  margin: 5px 0px 5px 20%;
  background: #7600ea;
}
.menu_icon label:hover span:nth-child(3){
  width:80%;
  margin: 5px 20% 5px 0%;
  background: #7600ea;
}
.menu_icon label:hover span:nth-child(4){
  width:90%;
  margin: 5px 0px 5px 10%;
  background: #7600ea;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(8px,8px);
  width:80%;
  margin: 5px 0px 5px 0%;
  height:3px;
  background: #ffffff;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(2){
  width:0%;
  background:none;
}
.menu_icon input[type="checkbox"]:checked ~ span:nth-of-type(3){
  transform-origin:top;
  transform:rotatez(-45deg) translate(8px,-8px);
  width:80%;
  margin: 5px 0px 5px 0%;
  height:3px;
  background: #ffffff;
}
.navigation {
    right: 0;
    top: 0;
    float:none;
	position:fixed;
	width:450px;
	height:100vh;
    min-height: 100vh;
	margin:0px;
	padding:20px 30px 20px 30px;
	background: #7600EA;
    background: linear-gradient(180deg, rgba(118, 0, 234, 1) 0%, rgba(74, 2, 168, 1) 100%);
	opacity:1;
	transition:transform 0.3s ease;
	transform:translateX(470px);
}
.navigation.active {
    right: 0;
    top: 0;
    float:none;
	position:fixed;
	width:450px;
	height:100vh;
    min-height: 100vh;
	margin:0px;
	padding:20px 30px 20px 30px;
	background: #7600EA;
    background: linear-gradient(180deg, rgba(118, 0, 234, 1) 0%, rgba(74, 2, 168, 1) 100%);
	opacity:1;
	transition:transform 0.3s ease;
	transform:translateX(0);
    z-index: 600;
}
.navigation .innen {
    float: left;
    width: calc(100% - 70px);
    height: auto;
}
.navigation .info {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    margin: 0 0 40px 0;
}
.navigation .info a {
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline;
    outline: none;
}
.navigation .info .trenner {
    margin: 0 4px;
}
.navigation .info .icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px 0 0;
    vertical-align: 0px;
}
.navigation ul {
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
}
.navigation ul li {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0 10px;
}
.navigation ul li:last-of-type {
    margin: 15px 0 0 0;
}
.navigation ul li a {
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    opacity: 0.6;
    padding: 0;
    transition: all 0.3s ease;
}
.navigation ul li a:hover {
    opacity: 1;
}
.navigation ul li a#navactive {
    color: #ffd800;
    opacity: 1;
    padding: 0 0 0 18px;
    background-image: url(../img/icon_nav_active.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 14px;
}
.main {
    float: left;
    width: 100%;
    height: auto;
    margin: 25px 0 25px 0;
    padding: 0 0 20px 0;
}
.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 25px;
}

.login_bereich {
    float: left;
    width: 100%;
    min-height: calc(100vh - 220px);
    position: relative;
}
.loginbox {
    position: absolute;
    left: 50%;
    top:50%;
    width: 500px;
    height: auto;
    padding: 30px;
    background: #ffffff;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
    color: #000000;
    opacity: 1;
    animation: loginbox_ani 0.7s ease;
}
.loginbox .head {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.loginbox .status {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px 10px;
    border-radius: 5px;
    text-align: center;
}
.loginbox .rot {
    border: solid 2px #e10101;
    color: #ffffff;
    background: #e10101;
}
.loginbox .gruen {
    border: solid 2px #26b500;
    color: #ffffff;
    background: #26b500;
}

.loginbox .wrapper {
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
}
.loginbox .icon_user {
    position: absolute;
    left: 0px;
    top: 0px;
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon_login_user.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.loginbox .icon_pw {
    position: absolute;
    left: 0px;
    top: 0px;
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon_login_pw.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.loginbox .eyeicon {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 38px;
    height: 38px;
    background-image: url(../img/icon_view.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: solid 1px transparent;
}
.loginbox .eyeicon.hide {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 38px;
    height: 38px;
    background-image: url(../img/icon_hide.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: solid 1px transparent;
}
.loginbox .eyeicon:hover {
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    opacity: 0.7;
}

.loginbox input {
    float: left;
    width: 100%;
    height: 50px;
    border: solid 2px #b2b2b2;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    padding: 0 0 0 52px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.loginbox input:hover,
.loginbox input:focus {
    background-color: #ffffff;
    border: solid 2px #444444;
    border-radius: 10px;
}
.loginbox button {
    float: left;
    width: 100%;
    height: auto;
    background: #7600ea;
    border:solid 1px #7600ea;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    padding: 15px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
}
.loginbox button:hover {
    background: #430084;
    border: solid 1px #430084;
}

.breadcrumbs {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #555555;
}
.breadcrumbs a {
    text-decoration: none;
    outline: none;
    color: #0252d6;
    font-weight: 400;
}
.breadcrumbs a:hover {
    text-decoration: underline;
    color: #7600ea;
}
.breadcrumbs .trenner {
    margin: 0 4px;
    padding: 0;
    color: #999999;
    font-size: 13px;
}

.inhaltsbereich {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.inhalt_top_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}
.inhalt_top_titel {
    float: left;
    width: calc(100% - 310px);
    height: auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0 0 0;
}
.inhalt_top_button {
    float: left;
    width: 310px;
    height: auto;
}
.inhalt_top_button a {
    float: left;
    width: 100%;
    height: auto;
    padding: 13px 8px 13px 20px;
    background-color: #7600ea;
    background-image: url("../img/icon_add_light.png");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 20px 50%;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.inhalt_top_button a:hover {
    background-color: #430084;
}
.inhalt_top_button_back {
    float: left;
    width: 310px;
    height: auto;
}
.inhalt_top_button_back a {
    float: right;
    width: auto;
    height: auto;
    padding: 13px 15px 13px 40px;
    background-color: #888888;
    background-image: url("../img/icon_back_light.png");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 16px 50%;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.inhalt_top_button_back a:hover {
    background-color: #555555;
}
.inhalt_main {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    background: #ffffff;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s ease;
    animation: inhalt_ani 0.3s ease;
}
.table_head {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px 10px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    border-bottom: solid 1px #bbbbbb;
}
.table_head a {
    text-decoration: none;
    outline: none;
    color: #666666;
}
.table_head a:hover {
    text-decoration: underline;
}
.icon_sort_updown {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../img/icon_sort_updown.png");
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: -1px;
    opacity: 0.6;
}
.icon_sort_down {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../img/icon_sort_down.png");
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: -1px;
}
.icon_sort_up {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../img/icon_sort_up.png");
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: -1px;
}
.icon_status_active {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon_status_active.png");
    background-size: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: -1px;
}
.icon_status_inactive {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon_status_inactive.png");
    background-size: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: -1px;
}
.table_head .column {
    float: left;
    height: auto;
    padding: 5px 10px;
    margin: 0;
}

.width5 {
    width: 5%;
}
.width10 {
    width: 10%;
}
.width15 {
    width: 15%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width30 {
    width: 30%;
}
.width40 {
    width: 40%;
}
.width50 {
    width: 50%;
}
.width60 {
    width: 60%;
}
.width70 {
    width: 70%;
}

.table_content {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    border-bottom: solid 1px #cccccc;
}
.table_content .column {
    float: left;
    height: auto;
    padding: 0px 10px;
    margin: 0;
}
.table_content .button_edit {
    float: right;
    width: 28px;
    height: 28px;
    background: url(../img/icon_edit.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 28px;
    border: none;
    background-color:transparent;
    opacity: 0.8;
    transform: scale(1.0);
    transition: all 0.3s ease;
}
.table_content .button_edit:hover {
    opacity: 1;
    transform: scale(1.15);
}
.table_content .button_delete {
    float: right;
    width: 28px;
    height: 28px;
    background: url(../img/icon_delete.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 28px;
    border: none;
    background-color:transparent;
    opacity: 0.8;
    transform: scale(1.0);
    transition: all 0.3s ease;
    margin: 0 0 0 10px;
}
.table_content .button_delete:hover {
    opacity: 1;
    transform: scale(1.15);
}
.table_content .button_files {
    float: right;
    width: 28px;
    height: 28px;
    background: url(../img/icon_files.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 28px;
    border: none;
    background-color:transparent;
    opacity: 0.8;
    transform: scale(1.0);
    transition: all 0.3s ease;
    margin: 0 10px 0 0px;
}
.table_content .button_files:hover {
    opacity: 1;
    transform: scale(1.15);
}
.table_content .button_rights {
    float: right;
    width: 28px;
    height: 28px;
    background: url(../img/icon_rights.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 28px;
    border: none;
    background-color:transparent;
    opacity: 0.8;
    transform: scale(1.0);
    transition: all 0.3s ease;
    margin: 0 10px 0 0px;
}
.table_content .button_rights:hover {
    opacity: 1;
    transform: scale(1.15);
}

.status_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
    vertical-align: -2px;
}

.form_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    position: relative;
}
.last_wrap {
    margin: 0 0 0 0;
}
.form_content {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px;
}
.form_wrap label {
    float: left;
    width: 300px;
    height: auto;
    text-align: right;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #444444;
    padding: 10px 30px 0px 0;
}
.form_wrap .zusatz {
    float: left;
    width: 200px;
    height: auto;
    font-size: 16px;
    color: #777777;
    padding: 2px 0 0 8px;
}
.form_wrap .info {
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 18px;
    color: #777777;
    padding: 5px 0 0 300px;
}
.form_wrap input {
    float: left;
    width: calc(100% - 500px);
    height: auto;
    border: solid 1px #aaaaaa;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.form_wrap select {
    float: left;
    width: calc(100% - 500px);
    height: auto;
    border: solid 1px #aaaaaa;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.form_wrap input:hover,
.form_wrap input:focus,
.form_wrap select:hover,
.form_wrap select:focus {
    border: solid 1px #555555;
    color: #000000;
}
.input_strasse {
    width: calc(100% - 580px) !important;
}
.input_hausnr {
    width: 70px !important;
    margin: 0 0 0 10px;
}
.input_plz {
    width: 110px !important;
    margin: 0 10px 0 0px;
}
.input_ort {
    width: calc(100% - 620px) !important;
}
.form_wrap .ordner_input {
    float: left;
    width: 100%;
    height: auto;
    border: solid 1px #aaaaaa;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.form_wrap .ordner_textarea {
    float: left;
    width: 100%;
    height: 140px;
    resize: vertical;
    border: solid 1px #aaaaaa;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.form_wrap .ordner_label {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #444444;
    padding: 2px 0px 0px 0;
}

.form_wrap .ordner_input:hover,
.form_wrap .ordner_input:focus,
.form_wrap .ordner_textarea:hover,
.form_wrap .ordner_textarea:focus {
    border: solid 1px #555555;
    color: #000000;
}
.form_innen_headline {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    margin: 10px 0 10px 0;
}
.form_wrap .ordner_zeileA_links {
    float: left;
    width: 50%;
    height: auto;
    margin: 0 2% 0 0;
}
.form_wrap .ordner_zeileA_mitte {
    float: left;
    width: 33%;
    height: auto;
    margin: 0 2% 0 0;
}
.form_wrap .ordner_zeileA_rechts {
    float: left;
    width: 13%;
    height: auto;
    margin: 0 0% 0 0;
}
.form_wrap .ordner_zeileB_links {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 2% 0 0;
}
.form_wrap .ordner_zeileB_mitte {
    float: left;
    width: 43%;
    height: auto;
    margin: 0 2% 0 0;
}
.form_wrap .ordner_zeileB_rechts {
    float: left;
    width: 13%;
    height: auto;
    margin: 0 0% 0 0;
}
.form_wrap .ordner_zeileC_links {
    float: left;
    width: 49%;
    height: auto;
    margin: 0 2% 0 0;
}
.form_wrap .ordner_zeileC_rechts {
    float: left;
    width: 49%;
    height: auto;
    margin: 0 0 0 0;
}
.form_wrap .ordner_zeileD_links {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 10px 0 0;
}
.form_wrap .ordner_zeileD_mitte {
    float: left;
    width: calc(49% - 130px);
    height: auto;
    margin: 0 2% 0 0;
}
.form_wrap .ordner_zeileD_rechts {
    float: left;
    width: 49%;
    height: auto;
    margin: 0 0 0 0;
}
.form_wrap .ordner_zeileF_links {
    float: left;
    width: 25%;
    height: auto;
    margin: 0 26% 10px 0;
}
.form_wrap .ordner_zeileF_rechts {
    float: left;
    width: 49%;
    height: auto;
    margin: 0 0 10px 0%;
}
.pf {
    color: #cd0000;
    text-align: -1px;
}
.btnsaveeintrag {
    float: right;
    padding: 15px 22px 15px 22px;
    background-color: #7600ea;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 6px;
    margin: 10px 0 0 0;
    border: none;
    transition: all 0.3s ease;
}
.btnsaveeintrag:hover {
    background-color: #430084;
}
.showpwicon {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 38px;
    height: 38px;
    background-image: url(../img/icon_view.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: solid 1px transparent;
}
.showpwicon.hide {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 38px;
    height: 38px;
    background-image: url(../img/icon_hide.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: solid 1px transparent;
}
.showpwicon:hover {
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    opacity: 0.7;
}

.files_top_title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #000000;
    padding: 10px 10px 10px 20px;
}
.files_top_back {
    float: right;
    width: auto;
    height: auto;
    padding: 5px 12px 5px 34px;
    background-color: #888888;
    background-image: url("../img/icon_back_light.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 12px 50%;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.files_top_back:hover {
    background-color: #555555;
}
.files_content_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.files_content_left {
    float: left;
    width: 57%;
    height: auto;
    margin: 0 5% 0 0;
}
.files_content_right {
    float: left;
    width: 38%;
    height: auto;
    margin: 0 0 0 0;
}

.einladung_content_bereich {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.einladung_bereich_li {
    float: left;
    width: 48%;
    height: auto;
    margin: 0 2% 0 0;
}
.einladung_bereich_re {
    float: left;
    width: 48%;
    height: auto;
    margin: 0 0 0 2%;
}
.einladung_neu {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #ffffff;
}
.einladung_neu .links {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 0 0;
    margin: 0 0 15px 0;
}
.einladung_neu .links label {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 2px 0;
}
.einladung_neu .rechts {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
}
.einladung_neu .rechts label {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 2px 0;
}
.einladung_neu .send {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 0 0px;
    margin: 10px 0 0 0;
}
.einladung_neu select {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 10px 10px;
    background: #ffffff;
    border: solid 1px #999999;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}
.einladung_neu textarea {
    float: left;
    width: 100%;
    height: 80px;
    min-height: 44px;
    max-height: 320px;
    resize: vertical;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 6px 10px;
    background: #ffffff;
    border: solid 1px #999999;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}
.einladung_verfuegbar_top {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0 10px 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #38670f;
}
.einladung_verfuegbar {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #ffffff;
}
.einladung_verfuegbar .row {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    height: auto;
    padding: 20px 10px 20px 10px;
    margin: 0 0 0px 0;
    background: #ffffff;
    border-bottom: dashed 1px #cccccc;
    transition: all 0.3s ease;
}
.einladung_verfuegbar .row:hover {
    background: #f1f1f1;
}
.icon_user_freigabe {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../img/icon_user_freigabe.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 12px;
    margin: 0 4px 0 0;
    vertical-align: -1px;
}
.freigabebeenden {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_endfreigabe.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px;
    opacity: 0.5;
    border: none;
    background-color:transparent;
    transition: all 0.3s ease;
}
.freigabebeenden:hover {
    opacity: 1;
}

.statusok {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    background: #48b02c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.statusclose {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 15px;
    height: 15px;
    background-image: url("../img/icon_close_light.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.statusclose:hover {
    opacity: 1;
    cursor: pointer;
}
.statuserror {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    background: #cd0000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.home_box {
    float: left;
    width: 32%;
    height: auto;
    padding: 0px;
    background: #ffffff;
    margin: 0 2% 30px 0;
}
.home_box .head {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444444;
    /*color: #7600ea;*/
    padding: 15px 20px 10px 20px;
    border-bottom: solid 1px #999999;
}
.home_box .wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding: 12px 20px;
    border-bottom: dashed 1px #cccccc;
}
.home_box .wrap .left {
    float: left;
    width: calc(100% - 150px);
    height: auto;
    text-align: left;
    padding: 0 10px 0 0;
    font-weight: 600;
}
.home_box .wrap .right {
    float: left;
    width: 150px;
    height: auto;
    text-align: right;
}
.home_box .wrap:last-of-type {
    border-bottom: none;
}
.home_box .bottom {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px 10px 20px;
}
.home_box .bottom a {
    display: inline-block;
    text-decoration: none;
    background: #7600ea;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 6px 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.home_box .bottom a:hover {
    cursor: pointer;
    background: #430084;
}

.datapool_bereich_erstellen {
    float: left;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 15px 20px;
}
.datapool_bereich_erstellen label {
    float: left;
    width: 200px;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin: 7px 0 0 0;
}
.datapool_bereich_erstellen input {
    float: left;
    width: calc(100% - 238px);
    height: 38px;
    border: solid 1px #999999;
    border-right: none;
    background: #ffffff;
    padding: 0px 7px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    outline: none;
    box-shadow: none;
}
.datapool_bereich_erstellen button {
    float: left;
    width: 38px;
    height: 38px;
    border: none;
    background-color: #138900;
    background-image: url(../img/icon_check_light.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.datapool_bereich_erstellen button:hover {
    background-color: #1aba00;
    background-size: 22px;
}
.datapool_bereich_erstellen .trenner {
    float: left;
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin: 20px 0 10px 0;
}
.datapool_bereich_erstellen select {
    float: left;
    width: calc(100% - 200px);
    height: 38px;
    border: solid 1px #999999;
    background: #ffffff;
    padding: 0px 7px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    outline: none;
    box-shadow: none;
}
.datapool_bereich_erstellen .datazone {
    float: left;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    background-image: url(../img/icon_datapool_back.png);
    background-position: 50% 50%;
    background-size: 150px;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
}
#drop-area {
    border: solid 2px #ffffff;
    border-radius: 10px;
}
#drop-area.highlight {
            border-color: #7600ea;
}
.datapool_bereich_erstellen #status {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}
.datapool_bereich_erstellen .datazone label {
    float: left;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0px 0 0 0;
}
#datapool {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 20px 0;
	border-bottom:solid 1px #dddddd;
}
.accordion {
	margin:0;
	padding:0;
}
dt a {
	float:left;
	width:calc(100% - 60px);
	height:auto;
	outline:none;
	padding:15px 50px 15px 20px;
	text-decoration:none;
}
.accordion a {
	outline:none;
}
#datapool .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	outline:none;
	font-size:16px;
	line-height:26px;
	font-weight:600;
	color:#444444;
	text-transform:none;
	border-top:solid 1px #dddddd;
}
#datapool .headline:first-of-type {
	border-top:none;
}
#datapool .headline:hover {
	color:#cd1719;
}
#datapool .headline img {
	float:left;
	width:80px;
	height:auto;
	margin:0;
	display:inline-block;
}
#datapool .datapool-content {
	float:left;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	padding:0px;
	color:#555555;
    background: #ffffff;
	border-bottom:solid 1px #dddddd;
}
#datapool .datapool-content .image img {
	margin:0 2px 2px 0;
}
#datapool .headline a {
	color:#444444;
	font-weight:600;
	letter-spacing:0px;
	text-decoration:none !important;
	border-bottom:none !important;
}
#datapool .headline a:hover {
	text-decoration:none;
	color:#7600ea;
}

#datapool .headline {
	background-repeat:no-repeat;
	background-position:calc(100% - 60px) center;
	background-image:url('../img/icon-plus.png');
    background-color: #ffffff;
}
#datapool .datapool-content img {
	float:left;
	width:100%;
	height:auto;
	display:block;
	margin:22px 0 0 0;
}

#datapool h3.bezeichnung {
	color:#000;
	padding-top:2px;
	padding-right:40px;
}
#datapool .headline .delbutton {
    float: right;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon_delete.png);
    background-size: 26px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 14px 18px 0 0;
    border:none;
    background-color: transparent;
    opacity: 0.3;
    transition: all 0.3s ease;
}
#datapool .headline .delbutton:hover {
    opacity: 1;
}
#datapool .datapool-content ul {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
}
#datapool .datapool-content ul li {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    border-top: solid 1px #dddddd;
}
#datapool .datapool-content ul li:hover {
    background: #f1f1f1;
}
#datapool .datapool-content ul li a {
    text-decoration: none;
    color: #000000;
    outline: none;
}
#datapool .datapool-content ul li a:hover {
    text-decoration: underline;
}
#datapool .datapool-content .delbutton {
    float: right;
    width: 22px;
    height: 22px;
    background-image: url(../img/icon_delete.png);
    background-size: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0;
    border:none;
    background-color: transparent;
    opacity: 0.3;
    transition: all 0.3s ease;
}
#datapool .datapool-content .delbutton:hover {
    opacity: 1;
}
#datapool .datapool-content .empty {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 20px 20px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #b00000;
}

.error {
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 20px;
    background: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #cd0000;
    text-align: center;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    padding: 12px 25px 15px 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}


@keyframes loginbox_ani {
  0% { transform: translate(-50%,-150%); opacity:0; }
  30% { transform: translate(-50%,-150%); opacity:0; }
  100%  { transform: translate(-50%,-50%); opacity:1; }
}
@keyframes inhalt_ani {
  0% { transform: translateY(30px); opacity: 0; }
  100%  { transform: translateY(0); opacity: 1; }
}

