@media screen and (max-width: 1200px) {
  .under-headline-container .keyword_finder.flex-div {
    flex-direction: column;
    align-items: flex-end;
  }
  .under-headline-container .keyword_finder .flex-div {
    margin: 0.5rem 0;
  }
  .righttxt {
    text-align: left;
  }
  .item-text-infos {
    flex-direction: column;
    width: 100% !important;
    padding-left: 3rem;
    align-items: flex-start !important;
  }
  .img_rows .item_name {
    margin-left: 0 !important;
  }
  .item_name {
    width: 90% !important;
    font-weight: 600;
  }
  .item_name .item_date_img {
    font-weight: 400;
  }
  .item_op {
    min-width: 10rem !important;
  }
  .item_size,
  .item_date {
    padding: 0 !important;
  }
  .listswitch {
    margin-right: 0;
  }
}

@media screen and (max-width: 980px) {
  .only_desktop {
    display: none;
  }
  .only_mobile {
    display: block;
  }
  #files_container {
    padding: 1rem 0 0 0 !important;
  }
  ul.navigation {
    display: none;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  ul.navigation li {
    width: 100%;
  }
  ul.navigation li a {
    width: 100%;
    text-align: center;
  }
  .header-wrapper {
    padding: 2rem 3rem;
    justify-content: space-between;
  }
  .list_row.no-checkbox .item-text-infos {
    margin-left: 5rem !important;
  }
  .breadcrumb-th {
    padding-left: 0 !important;
  }
  .rename,
  .tagging {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .content-wrapper {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
  }
  .form-row input,
  .form-row textarea {
    width: 100%;
  }
  #loginMask .contents,
  #registerMask .contents,
  #passwordMask .contents {
    width: auto;
  }
  #profile_form .contents .flex-container {
    flex-direction: column;
  }
  #profile_form .contents .flex-container {
    width: 100%;
  }
  .savesettings {
    position: relative;
  }
  .under-headline-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .under-headline-container h2 {
    margin-bottom: 1rem;
  }
  .under-headline-container .keyword_finder.flex-div {
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
  }
  .under-headline-container {
    background: none;
    padding: 0;
  }
  .list_row {
    flex-direction: column;
    align-items: flex-start !important;
    background-position: 1.8rem 50% !important;
  }
  .list_row::before {
    left: 1rem !important;
  }
  .list_row .nopreview {
    margin: 1rem 0 1rem 3rem;
  }
  .item-text-infos {
    padding-left: 3rem;
  }
  .list_row .item-text-infos {
    padding-left: 7rem;
    margin-top: -2.3rem;
  }
  #listing.img_rows .list-icon,
  .dir_row_extlink .list-icon {
    display: none !important;
  }
  #listing.img_rows .list_row .item-text-infos {
    margin-top: 0;
    padding-left: 3rem;
  }
  .listswitch {
    margin-right: 2rem;
  }
  .list_row.dir_row_extlink {
    flex-direction: row;
  }
  .list_row.dir_row_extlink .item_name {
    width: auto !important;
  }
  .list_row.dir_row_extlink .row_select {
    width: 3rem;
  }
  #search_container #listing:not(.img_rows) .item-text-infos {
    margin-left: 7rem !important;
    padding-left: 0;
    margin-top: 0;
  }
  #search_container #listing.img_rows .list_row .item_op {
    padding-left: 8rem;
  }
  .extlink_overview_tbl .item-text-infos {
    margin-top: 0;
  }
  .item_op {
    padding-left: 7rem;
    margin-top: 1rem;
  }
  .img_rows .list_row .item_op {
    padding-left: 3rem;
  }
  #fileoperations_footer {
    flex-direction: column;
    align-items: flex-start !important;
  }
  #operation_execute {
    margin-left: 4rem;
    margin-top: 1rem;
    width: calc(100% - 4rem);
  }
  #operation_select {
    width: calc(100% - 4rem);
  }
  .logo {
    width: 4rem;
  }
  .uptool_form {
    margin-top: 7rem;
    margin-bottom: 0;
  }
  #upload_operations {
    margin-bottom: 0;
  }
  .contents {
    padding-bottom: 0;
    padding-top: 0;
  }
  textarea {
    min-width: auto;
  }
  .uploadifive-queue-item {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .uploadifive-queue-item .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .uploadifive-queue-item textarea {
    margin-top: 2rem;
  }
  .uploadifive-queue-item td {
    width: 100% !important;
  }
  .uploadifive-queue-item .edit_filename {
    width: 80%;
  }
  table.general-table {
    overflow: auto;
    width: 100%;
    display: block;
    white-space: nowrap;
  }
  #breadcrumbs {
    margin-bottom: 2rem;
  }
  #breadcrumbs a {
    font-size: 12px;
    font-weight: 500;
    padding: 0.5rem 2rem;
    margin-right: 0;
  }
  .item_name input {
    width: 100% !important;
  }
  #search_container .preview,
  #search_container .item-text-infos,
  #search_container .item_op {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .img_rows .dir_path {
    min-width: auto;
  }
  #breadcrumbs a {
    margin: 0.2rem 0;
  }
}

@media screen and (max-width: 480px) {
  .content-wrapper {
    padding: 1rem;
  }
  #upload_operations .operator .createDir {
    background-position: 10px 10px !important;
  }
  #upload_operations .operator .createDir form {
    margin-top: 1rem;
  }
  .under-headline-container .keyword_finder.flex-div {
    flex-direction: column;
  }
  .keyword_finder {
    flex-wrap: wrap;
  }
  .keyword_finder .listswitch {
    width: 50%;
  }
  .keyword_finder .listswitch {
    margin-bottom: 1rem;
  }
}


