/*  
**  -----------------------
**	Allgemein (alle Seiten)
**  -----------------------
*/

@font-face {
    font-family: 'lemon_milkmedium';
    src: url('../fonts/lemonmilkmedium-mlzyv-webfont.woff2') format('woff2'),
         url('../fonts/lemonmilkmedium-mlzyv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	margin:0;
	padding:0;
	outline: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color:transparent;
	border:none;
	font-size:100%;
	font-weight: normal;
}
img {
	max-width:100%;
	height: auto;
}
ol,ul {
	list-style:none
}
strong {
    font-family: urw-din, sans-serif;
    font-weight: 600 !important;
    font-style: normal;
}
html {
    height:100%;
}
body {
	background:#fff;
	line-height:1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height:100%;
}
body.fullscreen {
	background:#191919;
}

#header {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}
#header-inner {
    margin:0 auto;
    padding:32px;
    max-width:1316px;
    position: relative;
    font-size:0;
}
.fullscreen #header-inner {
    text-align: center;
}
.fullscreen #logo {
    display: inline-block;
}
#logo img {
    width:293px;
    height:66px;
}

#lang-loggout {
    position: absolute;
    top:50%;
    right:68px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#logout-form {
    margin-left:32px;
}
#logout-form input[type=submit] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:0;
    background:none;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
    cursor: pointer;
    border-bottom:2px solid #191919;
}
#logout-form input[type=submit]:hover {
    border-bottom:2px solid transparent;
}

#lang-select {
    display: flex;
    justify-content: center;
    margin:0 -8px 32px -8px;
}
#lang-loggout #lang-select {
    margin:0;
}
#lang-select .lang-select-item {
    margin:0 8px;
}
#lang-select .lang-select-item a {
    font-family: "urw-din", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
}
#lang-select .lang-select-item a:hover {
    color: #666;
}
#lang-select .lang-select-item a.link_active {
    color: #191919;
}

#container {
    padding-top:148px;
}
.fullscreen #container {
    padding:0;
}

#container h1 {
    font-family: 'lemon_milkmedium';
    font-size: 30px;
    line-height: 36px;
    color:#191919;
    text-transform: uppercase;
    margin-bottom:16px;
}
#container #login-form h1 {
    text-align: center;
}
#container h2 {
    font-family: 'lemon_milkmedium';
    font-size: 16px;
    line-height: 24px;
    color:#191919;
    margin-bottom:16px;
    text-transform: uppercase;
}
#container p {
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
    text-align: center;
    margin: 0 0 30px 0;
}
#container .project-prove-item p {
    text-align: left;
    font-size:16px;
    margin:0;
}
#container p a {
    font-weight: 600;
    color: #191919;
    text-decoration: none;
    border-bottom:2px solid #191919;
}
#container p a:hover {
    border-bottom:2px solid transparent;
}
#container .project-prove-item p a {
    font-weight: 300;
    border-bottom:1px solid #191919;
}
#container .project-prove-item p a:hover {
    border-bottom:1px solid transparent;
}
#container #projects-listing-table p {
    font-size:16px;
    margin:0;
    padding:24px;
    text-align: center;
}
#container #projects-listing-table .flex-table-cell p {
    font-size:14px;
    line-height:18px;
    padding:0;
    text-align: left;
}

.form-elements {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
#project-create-block .form-elements {
    margin-bottom:20px;
    position: relative;
}
#project-create-block .form-elements:after {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:calc(100% - 16px);
    margin:0 8px;
    border-bottom:1px solid #ccc;
}
.form-elements .form-element {
    width:calc(50% - 20px);
    margin:0 10px 20px 10px;
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
}
.form-elements .form-element-full, .form-elements .form-element-submit, .form-elements .form-element-back, .form-elements .form-element-pw {
    width:calc(100% - 20px);
    margin:0 10px 20px 10px;
}
.form-elements .form-element-submit, .form-elements .form-element-pw {
    text-align: center;
}
.form-elements .form-element-back {
    margin:0 10px;
    text-align: center;
}
.form-elements input[type=text], .form-elements input[type=password], .form-elements input[type=number] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:2px;
    background:#f1f1f1;
    border:1px solid #ccc;
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    width:100%;
    padding:8px 16px;
}
.form-elements input[type=number] {
    appearance: textfield;
    width:120px;
}
.form-elements input[type=submit] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:2px;
    background:#ffd200;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding:8px 32px;
    cursor: pointer;
    transition:all .4s ease;
}
.form-elements input[type=submit]:hover {
    background:#000;
    color: #ffd200;
    transition:all .4s ease;
}
.form-elements .form-element-pw a {
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    text-decoration: none;
    border-bottom: 2px solid #191919;
}
.form-elements .form-element-pw a:hover {  
    border-bottom: 2px solid transparent;
}
.form-message {
    width:100%;
    display: block;
    padding-top:8px;  
}
#project-block .form-message {
    margin-bottom:32px;
}
#container .form-message p {
    text-align: center;
    margin:0;
}
#container .form-success p {
	color: green;
}
#container .form-error p {
	color: red;
}
.form-elements label {
    display: block;
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    margin-bottom:4px;
}
.form-elements a {
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    text-decoration: none;
    border-bottom:2px solid #191919;
}
.form-elements a:hover {
    border-bottom:2px solid transparent;
}
select {
    width:100%;
}


#wg-error-overlay, #confirmation-error-overlay, #standbywert-error-overlay {
    display: none;
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999999;
}
#wg-error-modal, #confirmation-error-modal, #standbywert-error-modal {
    display: none;
    background-color: #fff;
    margin: 15% auto;
    padding: 24px;
    border: 2px solid #ffd200;
    width: 480px;
}
#wg-error-modal h2, #confirmation-error-modal h2, #standbywert-error-modal h2 {
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
}
#wg-error-modal #wg-error-modal-button, #confirmation-error-modal #confirmation-error-modal-button, #standbywert-error-modal #standbywert-error-modal-button {
    text-align: center;
    font-size:0;
}
#wg-error-modal #wg-error-modal-button button#wg-error-button-ok, #confirmation-error-modal #confirmation-error-modal-button button#confirmation-error-button-ok, , #standbywert-error-modal #standbywert-error-modal-button button#standbywert-error-button-ok {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    border-radius: 2px;
    background: #ffd200;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 8px 32px;
    cursor: pointer;
    transition: all .4s ease;
}
#wg-error-modal #wg-error-modal-button button#wg-error-button-ok:hover, #confirmation-error-modal #confirmation-error-modal-button button#confirmation-error-button-ok:hover, #standbywert-error-modal #standbywert-error-modal-button button#standbywert-error-button-ok:hover {
    background:#000;
    color: #ffd200;
    transition:all .4s ease;
}

/*  
**  --------------------------------
**	Anmelden und Registrierung Seite
**  --------------------------------
*/

#login-content {
    min-height:100vh;
    position: relative;
    padding:160px 32px 64px 32px;
}
#login-form {
    position: relative;
    z-index:2;
    margin:0 auto;
    width:480px;
    padding:24px 20px;
    background:#fff;
    border:3px solid #ffd200;
}

/*  
**  ----------------------
**	Projektübersicht Seite
**  ----------------------
*/

#project-block {
    margin:0 auto;
    padding:0 32px 64px 32px;
    max-width:1244px;
}

#projects-filter {
    margin-bottom:32px;
    padding:10px 0;
    background:#f1f1f1;
}
#projects-filter-items {
    display: flex;
    flex-wrap: wrap;
}
#projects-filter-items .projects-filter-item {
    width:calc(33.333% - 20px);
    margin:0 10px 20px 10px;
}
#projects-filter-items .projects-filter-item label {
    display: block;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    margin-bottom:4px;
}
#projects-filter-items .projects-filter-item input[type=text] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:2px;
    background:#fff;
    border:1px solid #ccc;
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    width:100%;
    padding:8px 16px;
}
#projects-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin:0 2px;
}
#projects-filter-buttons .projects-filter-buttons-item { 
    margin:0 8px 16px 8px;
}
#projects-filter-buttons .projects-filter-buttons-item input[type=button], #projects-filter-buttons .projects-filter-buttons-item input[type=submit] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:2px;
    background:#ffd200;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    padding:8px 32px;
    cursor: pointer;
    transition:all .4s ease;
} 
#projects-filter-buttons .projects-filter-buttons-item input[type=button]:hover, #projects-filter-buttons .projects-filter-buttons-item input[type=submit]:hover {
    background:#ccc;
    transition:all .4s ease;
}

#projects-buttons {
    margin-bottom:32px;
}
#projects-buttons-list {
    display: flex;
    flex-wrap:wrap;
    margin:0 -8px;
    justify-content: flex-end;
}
#projects-buttons-list .projects-buttons-list-item {
    margin:0 8px 16px 8px;
}
#projects-buttons-list .projects-buttons-list-item input[type=submit] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:2px;
    background:#ffd200;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    padding:8px 32px;
    cursor: pointer;
    transition:all .4s ease;
}
#projects-buttons-list .projects-buttons-list-item input[type=submit]:hover {
    background:#ccc;
    transition:all .4s ease;
}

#projects-listing {
    margin-bottom:32px;
}
#projects-listing-status {
    margin-bottom:32px;
    padding:12px 0;
    background:#f1f1f1;
    border-radius:4px;
}
#projects-listing-status-list {
    display: flex;
    justify-content: center;
    margin:0 -16px;
}
#projects-listing-status-list .projects-listing-status-list-item {
    width:calc(20% - 32px);
    margin:0 16px;
    text-align:center;
}
#projects-listing-status-list .projects-listing-status-list-item h3 {
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
    margin-bottom:4px;
}
#projects-listing-status-list .projects-listing-status-list-item.submitted h3 {
    color:#ffd200;
}
#projects-listing-status-list .projects-listing-status-list-item.checking h3 {
    color:#f39c12;
}
#projects-listing-status-list .projects-listing-status-list-item.denied h3 {
    color:#e74c3c;
}
#projects-listing-status-list .projects-listing-status-list-item.approved h3 {
    color:#27ae60;
}
#projects-listing-status-list .projects-listing-status-list-item p {
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
    margin-bottom:4px;
}

.flex-table-row {
	display: flex;
	flex-direction: row;
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    border-bottom:1px solid #ccc;
}
.flex-table-row a {
    color:#191919;
    text-decoration: none;
    border-bottom:1px solid #191919;
}
.flex-table-row a:hover {
    color:#666;
    border-bottom:1px solid #666;
}
.flex-table-row:nth-child(even) {
    background:#f1f1f1;
}
.flex-table-head {
    font-weight: 600;
    padding:4px 10px;
}
.flex-table-cell {
    padding:8px 10px;
}
.flex-table-cell:nth-child(2), .flex-table-head:nth-child(2) {
    width:200px;  
}
.flex-table-cell:nth-child(3), .flex-table-head:nth-child(3) {
    width:200px;
}
.flex-table-cell:nth-child(4), .flex-table-head:nth-child(4) {
    width:200px;  
}
.flex-table-cell:nth-child(5), .flex-table-head:nth-child(5) {
    width:160px;    
}
.flex-table-cell:nth-child(6), .flex-table-head:nth-child(6) {
    width:140px;    
}
.flex-table-cell:nth-child(7), .flex-table-head:nth-child(7) {
    width:140px;    
}
.flex-table-cell.first, .flex-table-head.first {
    width:50px;    
}
.flex-table-cell.last, .flex-table-head:nth-last-child(1) {
    padding:4px 10px;
    width:90px;
}

.flex-table-cell-buttons {
    display: flex;
    margin:0 -2px;
}
.flex-table-cell-buttons .flex-table-cell-button {
    margin:0 2px;
}
.flex-table-cell-buttons .flex-table-cell-button a {
    display: block;
    width:32px;
    height:32px;
    font-size:0;
    text-decoration: none;
    border:none;
}
.flex-table-cell-buttons .flex-table-cell-button a.edit {
    background:url(../images/edit.svg) #ffd200 no-repeat center center;
    background-size:20px 20px;
}
.flex-table-cell-buttons .flex-table-cell-button a.trash {
    background:url(../images/trash.svg) #ffd200 no-repeat center center;
    background-size:20px 20px;
}
.flex-table-cell-buttons .flex-table-cell-button a.to-prove {
    background:url(../images/to-prove.svg) #ffd200 no-repeat center center;
    background-size:20px 20px;
}
.flex-table-cell-buttons .flex-table-cell-button a.prove {
    background:url(../images/prove.svg) #ffd200 no-repeat center center;
    background-size:20px 20px;
}

.modal {
	display: none; /* verstecke das Modal-Fenster standardmäßig */
	position: fixed; /* positioniere das Modal-Fenster */
	z-index: 1; /* stelle die z-Achse ein */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4); /* erstelle einen halbtransparenten Hintergrund */
}
.modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 24px;
    border:2px solid #ffd200;
	width: 480px;
}
.modal-content h3 {
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-align: center;
    margin-bottom:8px;
}
.modal-content p {
    font-family: urw-din, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}
.modal-buttons {
    display: flex;
    justify-content: center;
    margin:0 -12px;
}
.modal-buttons .modal-buttons-item {
    margin:0 12px;
}
.modal-buttons .modal-buttons-item input[type=submit], .modal-buttons .modal-buttons-item input[type=button] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:2px;
    background:#ffd200;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding:8px 32px;
    cursor: pointer;
    transition:all .4s ease;
}
.modal-buttons .modal-buttons-item input[type=submit]:hover, .modal-buttons .modal-buttons-item input[type=button]:hover {
    background:#000;
    color: #ffd200;
    transition:all .4s ease;
}

/*  
**  -------------------------------------------
**	Projekt Erfassen / Projekt Bearbeiten Seite
**  -------------------------------------------
*/

#project-create-block {
    margin:0 auto;
    padding:0 32px 64px 32px;
    max-width:1244px;
}
span#schweissstundenprotag_result, span#wirkungsgrad_asg, span#wirkungsgrad_nsg {
    font-weight: 600;
    font-size:18px;
}
#project-action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin:0 -8px;
}
#project-action-buttons .project-action-button {        
    margin: 0 8px 16px 8px;
}
#project-action-buttons .project-action-button input[type=submit], #project-action-buttons .project-action-button input[type=button] {
    -webkit-appearance:none;
    appearance:none;
    border-radius:2px;
    background:#ffd200;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    padding:8px 32px;
    cursor: pointer;
    transition:all .4s ease;
}
#project-action-buttons .project-action-button input[type=submit]:hover, #project-action-buttons .project-action-button input[type=button]:hover {    
    background:#ccc;
    transition:all .4s ease;
}

#project-prove-block {
    margin:0 auto;    
    padding: 0 32px 64px 32px;    
    max-width: 1244px;
}
#project-prove-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px 20px -10px;
    position: relative;
}
#project-prove-items:after {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:calc(100% - 16px);
    margin:0 8px;
    border-bottom:1px solid #ccc;
}
#project-prove-items .project-prove-item {
    width:calc(50% - 20px);
    margin:0 10px 20px 10px;
}
#project-prove-items .project-prove-item label {
    display: block;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
}

.checkbox {
    position: relative;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
}
.checkbox label::before, .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.checkbox label::before{
    height: 24px;
    width: 24px;
    border: 2px solid #191919;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.checkbox label::after {
    height: 20px;
    width: 20px;
    left: 4px;
    top: 50%;
    background:#191919;
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

.file_input_container {
    border: 1px solid #ccc;
	overflow: hidden;
}
.file_input_container input[type=file]::file-selector-button {
    background-color: #f1f1f1;
    color: #000;
    border: 0px;
    border-right: 1px solid #ccc;
    padding: 8px 16px;
    margin-right: 20px;
    transition: .5s;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}
.file_input_container input[type=file]::file-selector-button:hover {
    background-color: #eee;
    border: 0px;
    border-right: 1px solid #ccc;
}

@media only screen and (max-width:1244px) { 
    #lang-loggout {
        right:32px;
    }
}
@media only screen and (max-width:1180px) { 
    .flex-table-cell-buttons .flex-table-cell-button a {
        width:28px;
        height:28px;
    }
    .flex-table-cell-buttons .flex-table-cell-button a.edit {
        background:url(../images/edit.svg) #ffd200 no-repeat center center;
        background-size:16px 16px;
    }
    .flex-table-cell-buttons .flex-table-cell-button a.trash {
        background:url(../images/trash.svg) #ffd200 no-repeat center center;
        background-size:16px 16px;
    }
    .flex-table-cell-buttons .flex-table-cell-button a.to-prove {
        background:url(../images/to-prove.svg) #ffd200 no-repeat center center;
        background-size:16px 16px;
    }
    .flex-table-cell-buttons .flex-table-cell-button a.prove {
        background:url(../images/prove.svg) #ffd200 no-repeat center center;
        background-size:16px 16px;
    }
    .flex-table-cell.last, .flex-table-head.last {
        width: 96px !important;
    }
}
@media only screen and (max-width:1023px) { 
    #projects-listing-table {
        display: flex;
        flex-wrap: wrap;
        margin:0 -10px;
    }
    .flex-table-row:nth-child(1) {
        display: none;
    }
    .flex-table-row {
        width:calc(50% - 20px);
        flex-wrap: wrap;
        border: 1px solid #ccc;
        margin:0 10px 20px 10px;
    }
    .flex-table-cell.first {
        width: 50%;
        padding:12px 16px 10px 16px;
        text-align: right;
        order:2;
    }
    .flex-table-cell.first:before {
        content:"ID ";
    }
    .flex-table-cell:nth-child(2) {
        width: 100%;
        padding:0 16px 10px 16px;
        order:3;
    }
    .flex-table-cell:nth-child(2):before {
        content:"Projektname";
        font-weight: 600;
        display: block;
    }
    .flex-table-cell:nth-child(3), .flex-table-cell:nth-child(4) {
        width: 50%;
        padding:0 16px 10px 16px;
        order:4;
    }
    .flex-table-cell:nth-child(4) {
        order:5;
    }
    .flex-table-cell:nth-child(3):before {
        content:"Antragsteller";
        font-weight: 600;
        display: block;
    }
    .flex-table-cell:nth-child(4):before {
        content:"Begünstigter";
        font-weight: 600;
        display: block;
    }
    .flex-table-cell:nth-child(5) {
        width: 50%;
        padding:0 16px 12px 16px;
        order:6;
    }
    .flex-table-cell:nth-child(6) {
        width: 50%;
        padding:0 16px 12px 16px;
        order:7;
    }
    .flex-table-cell:nth-child(5):before {
        content:"Gerätename";
        font-weight: 600;
        display: block;
    }
    .flex-table-cell:nth-child(6):before {
        content:"Aktualisiert am";
        font-weight: 600;
        display: block;
    }
    .flex-table-cell:nth-child(7) {
        width: 50%;
        padding:12px 16px 10px 16px;
        order:1;
        text-align: left;
        font-weight: 600;
        font-style: italic;
    }
    .flex-table-cell:nth-child(8) {
        order:9;
        text-align: right;
        padding:0 16px;
        width: 100% !important;
    }
    .flex-table-cell-buttons .flex-table-cell-button {
        margin-bottom:12px;
    }
}
@media only screen and (max-width:767px) { 
    .form-elements .form-element, #project-prove-items .project-prove-item {
        width: calc(100% - 20px);
    }
    #projects-filter-items .projects-filter-item {
        width: calc(50% - 20px);
    }
    #projects-listing-status {
        padding: 12px 0 0 0;
    }
    #projects-listing-status-list {
        flex-wrap: wrap;
    }
    #projects-listing-status-list .projects-listing-status-list-item {
        width: calc(33.333% - 32px);
        margin-bottom:12px;
    }
    .flex-table-row {
        width:calc(100% - 20px);
    }
    #logout-form {
        margin-left: 24px;
    }
}
@media only screen and (max-width:568px) { 
    #header-inner {
        padding: 16px 20px;
    }
    #logo img {
        width: 178px;
        height: 40px;
    }
    #lang-loggout {
        top: 34px;
        right: 20px;
    }
    #container {
        padding-top: 96px;
    }
    #logout-form input[type="submit"], #lang-select .lang-select-item a {
        font-size: 16px;
        line-height: 22px;
    }
    #login-content {
        padding: 140px 20px 48px 20px;
    }
    #login-form {
        width:100%;
    } 
    #project-create-block, #project-prove-block, #project-block {
        padding: 0 20px 48px 20px;
    }
    #container h1 {
        font-size: 24px;
        line-height: 30px;
    }
    #projects-filter-items .projects-filter-item {
        width: calc(100% - 20px);
    }
} 
@media only screen and (max-width:480px) { 
    #projects-listing-status-list .projects-listing-status-list-item {
        width: calc(50% - 32px);
    }
    .file_input_container input {
        font-size: 12px;
        line-height: 20px;
    }
    .checkbox label {
        padding-left: 0;
        padding-top:32px;
    }
    .checkbox label::before{
        left:0;
        top: 0;
        transform: translateY(0);
    }
    .checkbox label::after {
        left:4px;
        top: 0;
        transform: translateY(0);
    }
    #lang-loggout {
        top:0;
    }
    #lang-loggout #lang-select {
        position: absolute;
        top:10px;
        right:-4px;
    }
    #lang-select {
        margin: 0 -8px 24px -8px;
    }
    #lang-loggout #lang-select {
        margin:0;
    }
    #lang-loggout #lang-select .lang-select-item {
        margin:0 6px;   
    }
    #lang-select .lang-select-item a {
        font-size:15px;
    }
    #lang-loggout #lang-select .lang-select-item a {
        font-weight: 400;
    }
    #lang-loggout #logout-form {
        margin-left: 0;
        position: absolute;
        top:38px;
        right:0;
    }
    #lang-loggout #logout-form input[type="submit"] {
        border-bottom: 2px solid transparent;
        font-size:15px;
    }
    
}
@media only screen and (max-width:374px) { 
    .flex-table-cell:nth-child(3), .flex-table-cell:nth-child(4), .flex-table-cell:nth-child(5), .flex-table-cell:nth-child(6) {
        width: 100%;
    }
}