@media screen and (max-width: 1700px) {
  .container-table {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1650px) {
  .btn-td {
    padding: 10px 30px;
  }
  .miss-fit-btn {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1600px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  .main-image,
  .thumbs-image {
    margin: 0 auto;
  }
  .thumbs-image {
    gap: 55px;
  }

  .chat-seller-bottom .bottom-second-box-grid {
    grid-template-columns: 1fr;
  }
  .bottom-second-box-grid {
    grid-template-columns: 1fr;
  }
  .bottom-green-btn {
    margin-bottom: 10px;
  }
  .bottom-green-btn a {
    margin-left: 0;
  }

  .container-anfragen .container {
    width: 95%;
  }
  .container.nav-buttons-container {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 6px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
  }

  .button-nav {
    max-width: 100%;
  }

  .explain-video video {
    height: 90%;
  }
  .owl-carousel .owl-item img {
    width: 90%;
  }
  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1550px) {
  .bottom-first-row {
    grid-template-columns: 1fr;
  }
  .filter-2-grid {
    flex-direction: column;
    max-width: 90%;
  }

  .owl-carousel .owl-item img {
    width: 70%;
  }
  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 80px;
    max-width: 370px;
  }
  .elements-responsive {
    display: flex;
  }
  .element--1,
  .element--3 {
    display: none;
  }
  .grid--3 {
    display: block;
  }

  .element--2 {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1490px) {
  .mid-box-upload-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 120px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1450px) {
  .action-buttons {
    grid-template-columns: 1fr;
    gap: 0;
  }
  td,
  th {
    min-width: 145px;
  }

  .btn-td {
    padding: 10px 15px;
  }
  .miss-fit-btn {
    padding: 10px 25px;
  }

  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 110px;
    max-width: 750px;
  }
  .explain-video video {
    height: 80%;
  }
  .svg-2 .title {
    right: 28%;
  }
}

@media screen and (max-width: 1300px) {
  .match-info-content .match-header {
    max-width: 94%;
  }

  .match-parameter-content {
    max-width: 95%;
  }

  .match-search-boxes {
    grid-template-columns: 1fr;
  }

  .game-services-title {
    font-size: 34px;
  }

  .svg-1,
  .svg-2 {
    display: none;
  }
  .svg-1-responsive,
  .svg-2-responsive {
    display: flex;
  }
}

@media screen and (max-width: 1250px) {
  .match-board-table table tbody tr {
    height: auto;
  }

  .bottom-boxes .container {
    grid-template-columns: 1fr;
    max-width: 100% !important;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .match-board-grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .match-board-item.denied {
    height: 400px;
    /* margin-top: 95px; */
  }
  .action-buttons {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bottom-boxes .container .bottom-box {
    padding: 40px;
  }
  .chat-mid-content {
    grid-template-columns: 1fr;
  }
  /* .chat-page {
    margin-right: 40px;
  } */

  .bottom-boxes .container {
    grid-template-columns: 1fr;

    max-width: 70%;
  }
  .bottom-boxes .container .bottom-box {
    margin-bottom: 10px;
  }
  .bottom-boxes .container .bottom-box:last-child {
    margin-bottom: 100px;
  }
  .chat-box {
    width: 100%;
  }
  .filter-2-grid {
    width: 100%;
    max-width: 100%;
  }
  .chat-mid-content {
    display: block;
    padding-right: 40px;
  }
  .chat-box .container {
    border: none;
    padding: 0;
  }

  .chat-info {
    flex-direction: column;
  }

  .workers-content {
    display: flex;
    flex-direction: column;
  }
  .workers-box {
    margin: 0 auto;
    max-width: 70%;
  }

  th {
    font-size: 16px;
  }

  .btn-td {
    padding: 5px 10px;
  }
  .miss-fit-btn {
    padding: 5px 20px;
  }

  .item-title,
  .item-content {
    max-width: 400px;
  }

  .element--1-responsive img,
  .element--2-responsive img {
    max-width: 90%;
  }

  .register-label-text {
    font-size: 12px;
  }
  .grid-register-3 {
    /* display: flex; */
    gap: 6px !important;
    /* justify-content: space-between; */
    margin: 0 15px !important;
  }
  .note {
    margin-left: 40px;
  }

  .download-content {
    font-size: 12px;
    gap: 5px;
  }
  .upload-btn {
    padding: 2px 10px;
  }
  .btn-footer {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .parameter-upload-item {
    justify-content: space-between;
  }
  .parameter-content {
    text-align: center;
  }

  .objekt-parameters {
    flex-direction: column;
    gap: 60px;
  }

  .button.green.action {
    margin: 0;
  }

  .profile-img span,
  .profile-img i {
    display: none;
  }

  .profile-dropdown-list {
    right: 30px;
  }

  .buttons-td {
    display: flex;
    gap: 5px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .btn-td {
    padding: 5px 5px;
  }
  .miss-fit-btn {
    padding: 5px 10px;
  }

  .item-title,
  .item-content {
    max-width: 360px;
  }
  .item-content {
    font-size: 14px;
  }

  .button-white {
    display: none;
  }
  .button-green {
    display: none;
  }
  .burger i {
    position: relative;
    display: block;
    font-size: 30px;
  }
}

@media screen and (max-width: 1150px) {
  .mid-box-upload-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .box-anfragen {
    display: flex;
    flex-direction: column;
  }
  .match {
    margin: 0;
  }
  .match-header {
    margin-top: 20px;
  }
  .teaser-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .bottom-bar {
    /* display: grid;
    grid-template-columns: 2fr 0.5fr 0.5fr;
    text-align: center;
    margin: 10px 0; */
  }
  .bottom-bar .input-container .inputlabel {
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
  }
  .bottom-bar .upload-button {
    margin: 10px 0;
  }
  .msg-page {
    max-height: 450px;
    overflow-y: auto;
  }
  .time {
    font-size: 12px;
  }
  /* table img {
    width: 65px;
  } */
  .msg-header {
    height: 5%;
  }
  .submit-button a {
    padding-left: 40px;
    padding-right: 40px;
  }

  .received-msg-inbox p {
    font-size: 12px;
  }
  .outgoing-chats-msg p {
    font-size: 12px;
  }
  /* .chat-container-mid .container {
    padding-left: 10px;
    padding-right: 10px;
  } */

  .table-buttons-container .button.green,
  .table-buttons-container .button.deny.active {
    padding: 10px 0;
  }

  td .table-buttons-container {
    display: flex;
    flex-direction: column;
  }

  .svg-1-responsive img,
  .svg-2-responsive img {
    /* width: 80%; */
    margin-left: auto;
    margin-right: auto;
  }
  /* .svg-1-responsive p,
  .svg-2-responsive p {
    font-size: 14px;
    width: 40%;
    left: 30%;
  } */

  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 90px;
  }
}

@media screen and (max-width: 1050px) {
  /* .select2-container {
    width: 90% !important;
  } */

  .element--2 {
    max-width: 80%;
  }
  .register-container {
    max-width: 750px;
    width: 100%;
  }
  .upload-btn {
    padding: 0 20px;
  }
  .upload-document {
    gap: 32px;
  }
}

@media screen and (max-width: 1000px) {
  /* .select2-container {
    width: 90% !important;
  } */
  .videos-grid {
    grid-template-columns: 1fr;
  }
  .videos-grid video {
    margin: 0 auto;
  }
  .explain-video video {
    height: 70%;
  }
  .graph-360 {
    width: 200px;
  }
}
@media screen and (max-width: 950px) {
  /* MODIFIED */

  table tbody tr:first-child td:last-child {
    border-top-right-radius: 0;
  }
  .match-table.first table tbody tr:first-child td:first-child {
    border-top-right-radius: 30px;
  }
  .match-table.first table tbody tr:first-child td:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 30px;
  }
  .match-table.first table tbody tr td:first-child {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .match-table.first table tbody tr td:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .match-board-item {
    margin-bottom: 70px;
    margin-top: 40px;
  }
  .match-board-item-split {
    gap: 20px;
  }
  .match-board-item-split .match-board-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .match-board-item table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .aktive-table-container table tbody tr:first-child td:last-child {
    border-top-right-radius: 0;
  }
  .aktive-table-container table tbody tr:first-child td:first-child {
    border-top-right-radius: 30px;
  }
  .aktive-table-container table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 30px;
  }

  .main-suchkunden-table tbody tr td:first-child {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .main-suchkunden-table table tbody tr td:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .main-suchkunden-table tbody tr:first-child td:last-child {
    border-top-right-radius: 0 !important;
  }
  table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0;
  }
  /* MODIFIED^^ */
  .game-svg-responsive {
    flex-direction: column;
    gap: 100px;
  }

  .svg-1-responsive img,
  .svg-2-responsive img {
    width: 50%;
  }
  .svg-1-responsive p,
  .svg-2-responsive p {
    width: 25%;
    left: 38%;
    font-size: 16px;
  }

  .match-board-table td::before {
    content: attr(data-cell) ": ";
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
  }
  .match-board-item table thead {
    display: none;
  }
  .match-board-table table tbody tr:nth-child(odd) td:nth-child(3n) {
    width: 100%;
  }
  .inputs-bottom-board {
    padding-bottom: 30px;
  }
  .match-board-table
    .objektkunden-table-space
    tbody
    tr:nth-child(odd)
    td:nth-child(3n) {
    width: 100%;
  }
  .match-board-table
    .objektkunden-table-space.match-anfragen-table-space
    tbody
    tr:nth-child(odd)
    td:nth-child(2n) {
    width: 100%;
  }

  .parameter-match {
    grid-template-columns: 1fr;
  }
  .parameter-match table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 30px;
  }
  .parameter-match table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0;
  }
  .parameter-match table tbody tr:first-child td:first-child {
    border-top-right-radius: 30px;
  }
  .parameter-match table thead {
    display: none;
  }
  .parameter-match tbody tr:nth-child(even) {
    background-color: #636b7c;
  }
  .parameter-match .table-border-first-td td {
  }
  .box-anfragen table thead {
    display: none;
  }

  .box-anfragen .match table tbody td {
    display: block;
  }

  .box-anfragen table tbody td {
    margin: 0 auto;
  }
  .box-anfragen table tbody td {
    width: 100%;
  }
  .table-border-first-td {
    width: 100% !important;
    display: block;
    margin-bottom: -10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .personal-grid {
    display: flex;
    flex-direction: column;
  }
  .immobilie-grid {
    display: flex;
    flex-direction: column;
  }
  .objektkunden-boxes-item.objektkunden-first {
    height: 100%;
    padding: 20px 0;
  }

  .objektkunden-small-title {
    margin-bottom: 10px;
  }

  .objektkunden-boxes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .objektkunden-boxes-item {
    margin-top: 5px;
  }

  .big-input {
    padding: 30px;
    padding-bottom: 50px;
  }

  .table-parameter table tbody tr:last-child td {
    padding-bottom: 20px;
  }
  .table-info table tbody tr:last-child td {
    padding-bottom: 20px;
  }

  .table-parameter table tbody tr td:last-child {
    padding-left: 0;

    padding-top: 10px;
  }
  .table-info table tbody tr td:last-child {
    padding-top: 10px;
  }
  .table-parameter table tbody tr td:nth-child(2n) {
    padding-left: 50px;
  }
  .table-parameter table thead,
  .table-info table thead {
    display: none;
  }
  .table-parameter table tbody tr td:first-child,
  .table-info table tbody tr td:first-child {
    font-size: 16px;
  }

  .match-search-boxes,
  .match-search-bottom {
    max-width: 100%;
  }
  .main-suchkunden-table tbody tr td {
    padding-top: 20px;
  }
  .main-suchkunden-table .match-table-caption {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
  }
  .button.green.action {
    margin: 0 auto;
  }

  .match-table.first .container table {
    margin-top: 30px;
  }

  .table-buttons-container .button.green,
  .table-buttons-container .button.deny.active {
    padding: 5px 0;
    margin: 0 auto;
    width: 50%;
  }

  .aktive-table-container .container th,
  .match-table.first .container th {
    display: none;
  }
  .aktive-table-container .container td,
  .match-table.first,
  .container td {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  /* .left-top-child {
    display: block;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  } */
  .match-table.first .container tr:first-child {
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  td[data-cell="Name"],
  td[data-cell="Objekt-Typ"] {
    max-width: none;
  }
  .match-table.first .container tr {
    border-radius: 30px;
    /* border-bottom-right-radius: 30px; */
    /* border-bottom-left-radius: 30px; */
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .aktive-table-container .container tr:last-child,
  .match-table-first,
  .container tr:last-child {
    display: block;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .aktive-table-container .container td:not(:last-child)::before,
  .match-table-first,
  .container td:not(:last-child)::before {
    content: attr(data-cell) ": ";
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
  }

  footer .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 930px) {
  .container.nav-buttons-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .arrows-mobile {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  .arrows {
    display: none;
  }

  .contact-box-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .head-button {
    /* position: relative; */
    margin-top: 40px;
    margin-right: 20px;
  }

  .objektkunden-inside-container {
    padding: 0;
  }

  .mid-box-upload-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mid-box-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
  .big-input {
    margin: 0 auto;
  }
  .mid-head-input {
    margin-top: 0;
  }

  .profil-boxes {
    display: flex;
    flex-direction: column;
  }
  .profil-box.left,
  .profil-box.right {
    margin: 0 auto;
  }

  /* .select2-container {
    width: 88% !important;
  } */

  .owl-item.active {
    justify-content: center;
  }
  .register-container {
    max-width: 600px;
  }
  .upload-document {
    gap: 34px;
  }

  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 80px;
  }
  .owl-theme .owl-nav {
    margin-top: -180px;
  }
}

.elements-responsive {
  flex-direction: column;
}

.element--1-responsive,
.element--2-responsive {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 855px) {
  .svg-1-responsive p,
  .svg-2-responsive p {
    width: 28%;
    left: 36.5%;
    font-size: 14px;
  }
  .element--1-responsive p,
  .element--2-responsive p {
    position: absolute;
    left: 28%;
    width: 60%;
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .accordion-description {
    overflow-y: auto;
  }
  .element--1-responsive p,
  .element--2-responsive p {
    position: absolute;
    left: 28%;
    width: 60%;
    font-size: 14px;
  }

  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 80px;
    max-width: 340px;
  }
  .owl-theme .owl-nav {
    margin-top: -100px;
  }
  /* .select2-container {
    width: 87% !important;
  } */
}

@media screen and (max-width: 700px) {
  /* .select2-container {
    width: 87% !important;
  } */
  .element--1-responsive p,
  .element--2-responsive p {
    position: absolute;
    left: 26%;
    width: 68%;
    font-size: 16px;
  }
  .match-header-sent .match-percentage {
    margin: auto 0;
  }
  .match-header-sent {
    justify-content: space-evenly;
    gap: 50px;
  }
  .mid-box-upload-grid {
    /* grid-template-columns: 1fr; */
    margin-top: 10px;
  }

  .mid-box-upload-item {
    margin: 0 auto;
    width: 100%;
  }
  .bottom-green-btn .upload-btn p {
    display: flex;
    margin: 0 auto;
  }

  /* .upload-btn p {
    display: none;
  } */

  .upload-document {
    gap: 60px;
  }

  .register-container {
    max-width: 550px;
  }

  .owl-theme .owl-nav {
    margin-top: -70px;
  }

  .explain-video video {
    height: 70%;
  }

  footer .container .row .column .title {
    font-size: 18px;
  }
  footer .container .row .column .links {
    font-size: 14px;
  }
  header .logo-link {
    gap: 40px;
  }
  header .header-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .match .match-header .match-percentage {
    margin: auto 0;
  }

  .match-info-content .match-header {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 20px;
  }
  .match-percentage {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .match-parameter-content {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .profil-right-buttons {
    display: flex;
    justify-content: space-between;
  }
  .download-document .checkbox {
    gap: 45px;
  }

  .logo {
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
  .header-row {
    justify-content: center;
  }
  .logo img {
    width: 150px;
  }
  .logo p {
    font-size: 18px;
  }

  /* .first-upload {
    margin-top: 18px;
  } */

  header .header-link {
    font-size: 16px;
  }
  .container-responsive {
    max-width: 70%;
  }
  .element--2 {
    max-width: 90%;
  }
  .element--1-responsive img,
  .element--2-responsive img {
    max-width: 100%;
  }

  header .container .row {
    overflow: visible;
  }

  .other img {
    width: 60%;
  }

  .svg-1-responsive p,
  .svg-2-responsive p {
    width: 28%;
    left: 36.5%;
    font-size: 11px;
  }
}

@media screen and (max-width: 650px) {
  .objektkunden-box-input {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .match-board-item-split {
    grid-template-columns: 1fr;
  }

  /* .select2-container {
    width: 86% !important;
  } */
  .workers-profile-img {
    text-align: center;
  }
  .workers-info {
    text-align: center;
  }
  .workers-box-title {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }
  .workers-grid {
    display: flex;
    flex-direction: column;
  }
  .workers-box {
    width: 80%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .profil-item .download-content {
    padding: 8px 15px;
  }
  .profil-item .upload-btn {
    padding: 5px 20px;
  }
  .profil-item .upload-btn,
  .profil-item .download-content {
    width: 100%;
  }

  .element--1-responsive p,
  .element--2-responsive p {
    position: absolute;
    left: 22%;
    width: 75%;
    font-size: 16px;
    border-radius: 30px;
  }

  .profil-box.left
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 30px;
  }

  .profil-box.left
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: 5px;
  }

  .product-header-select2 .select2-selection__arrow {
    margin-right: 0px;
  }
  .product-header-select2
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0;
  }
  .product-header {
    padding-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-header-select2 {
    justify-content: center;
    margin: 0 auto;
    grid-row: 2;
  }
  .product-header-button {
    justify-content: center;
  }

  .button-match .button.green.anfragen {
    font-size: 12px;
  }
  .button-white-mobile,
  .button-green-mobile {
    padding: 10px 20px;
  }

  .input-with-img .input-img {
    position: absolute;
    right: 20px;
    top: 10px;
  }

  /* .select2-container--default .select2-selection--single {
    min-height: 40px;
    max-height: 40px;
  }

  .select2-container {
    width: 85% !important;
  }

  .select2-selection__arrow {
    margin-top: 7px;
    margin-right: 20px;
  }
  .select2-container .select2-selection__rendered {
    margin-left: 23px;
    margin-top: 7px;
  } */

  .upload-btn img {
    max-height: 30px;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .element--1-responsive img,
  .element--2-responsive img {
    max-width: 100%;
  }

  .element--2 {
    max-width: 90%;
  }
  .upload-document {
    gap: 42px;
  }
  .upload-item p {
    display: none;
  }
  .upload-btn {
    font-size: 11px;
  }

  .select2-selection__arrow {
    margin-top: 5px;
    margin-right: 20px;
  }

  .select2-selection__rendered {
    /* Custom styles for the text */
    font-size: 14px;
    margin-left: 20px;
    margin-top: 5px;
  }
  .select2-container--default .select2-selection--single {
    /* min-height: 40px; */
  }
  .inputlabel {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
  }
  .js-example-basic-multiple {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .download-content img {
    max-height: 30px;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .download-content {
    font-size: 11px;
  }

  .register-label-text {
    font-size: 11px;
  }

  .download-document .checkbox {
    gap: 30px;
  }

  .owl-theme .owl-nav {
    margin-top: -50px;
  }

  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 80px;
    max-width: 380px;
  }
}

@media screen and (max-width: 565px) {
  .svg-1-responsive p,
  .svg-2-responsive p {
    width: 35%;
    left: 36.5%;
    font-size: 12px;
  }

  .search-bar-content {
    flex-direction: column;
  }

  .document-download-btn {
    padding: 5px 25px;
  }

  .document-download .document-download-btn p {
    display: none;
  }

  /* .select2-container {
    width: 84% !important;
  } */

  .owl-theme .owl-nav {
    margin-top: 0;
  }

  .container-responsive {
    max-width: 90%;
  }

  .svg-1-responsive img,
  .svg-2-responsive img {
    width: 70%;
    padding-left: 30px;
  }

  .header-link a {
    font-size: 12px;
  }

  .game-services-title {
    font-size: 26px;
  }

  .btn-long {
    padding: 12px 60px;
    width: 40%;
  }

  .explain-video video {
    width: 80%;
  }

  .carousel-item-1,
  .carousel-item-2,
  .carousel-item-3,
  .carousel-item-4,
  .carousel-item-5,
  .carousel-item-6 {
    max-width: 80%;
  }
  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 75px;
    max-width: 380px;
  }
  .item-content {
    max-width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .match-board-item-header {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .filter-left .mid-head-input.custom-datepicker.icon::before {
    top: unset !important;
  }
  .element--1-responsive p,
  .element--2-responsive p {
    position: absolute;
    left: 28%;
    width: 65%;
    font-size: 14px;
  }

  .svg-1-responsive img,
  .svg-2-responsive img {
    width: 90%;
  }
  .svg-1-responsive p,
  .svg-2-responsive p {
    width: 40%;
    left: 36.5%;
    font-size: 13px;
  }

  .product-title-middle {
    font-size: 35px;
  }
  .lacat,
  .round {
    width: 90%;
  }
  .match-board-item-header.denied p {
    font-size: 14px;
    top: 50px;
    text-align: center;
  }
  .objekt-parameter-item {
    gap: 0;
  }
  .parameter-title,
  .parameter-content {
    text-align: center;
  }
  .product-title p {
    font-size: 35px;
  }

  .verification-bottom-box .container h2 {
    font-size: 30px;
  }
  .profil-boxes-container .container {
    padding: 10px;
  }
  .verification-bottom-box {
    padding: 10px;
  }
  .verification-bottom-box .container img {
    margin-top: 40px;
  }

  .impr-container p,
  .impr-container h2 {
    text-align: center;
  }
  .disclaimer-content p {
    text-align: justify;
  }

  .accordion-content .accordion-inside-header .accordion-title {
    font-size: 18px;
  }

  .accordion-header {
    font-size: 22px;
  }

  .match-header-sent {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .match-header-sent .match-percentage {
    text-align: center;
  }

  .head-button {
    /* position: relative; */
    margin-top: 50px;
    margin-right: 30px;
  }

  .mid-box-upload-grid {
    grid-template-columns: 1fr;
  }
  .mid-box-upload-item {
    padding: 10px 0;
    max-width: 150px;
  }

  .match-info-content .match-header .button-match .button.green.anfragen {
    width: 100%;
  }

  .time {
    font-size: 14px;
  }

  .msg-header {
    height: 5%;
  }
  .msg-page {
    max-height: 450px;
  }
  .received-msg-inbox p {
    font-size: 14px;
  }
  .outgoing-chats-msg p {
    font-size: 14px;
  }
  .bottom-bar {
    /* display: flex;
    gap: 5px; */
  }
  .bottom-bar .input-container {
    margin: 0;
  }
  .bottom-bar .input-container .inputlabel {
    padding: 10px 20px;
    margin-left: 10px;
  }
  .bottom-bar .upload-button a img {
    width: 20px;
    margin-left: 10px;
    margin-right: 5px;
  }
  .submit-button img {
    width: 20px;
    padding-right: 4px;
  }
  .received-msg-inbox {
    width: 90%;
  }
  .outgoing-chats-msg {
    width: 90%;
  }
  .chat-mid-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.chat-container {
    padding: 0 5px;
  }
  .outgoing-chats-msg p,
  .received-msg-inbox p {
    padding: 1.1rem;
  }
  .submit-button a {
    padding: 10px 12px;
    margin-right: 10px;
  }
  .bottom-bar .input-container {
    margin-top: auto;
    margin-bottom: auto;
  }

  /* .workers-box {
    width: 100%;
  } */
  /* .workers-content {
    width: 100%;
    margin: 0 auto;
  } */

  .chat-container .container {
    padding: 0;
  }

  .match-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .button-match .button.green.anfragen {
    width: 80%;
    margin: 10px auto;
  }

  .teaser-box {
    max-height: 500px;
    overflow-y: scroll;
  }

  /* .profil-item .download-content p {
    display: none;
  } */

  /* .select2-container {
    width: 81% !important;
  } */

  /* header img {
    width: 100px;
  } */

  footer .container .row {
    display: flex;
    flex-direction: column;
  }

  .column {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .game-services-title {
    margin-bottom: 50px;
    margin-top: 60px;
  }

  .explain-title {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .other-services-title {
    margin: 60px 0;
  }

  .other-services-title,
  .explain-title span {
    font-size: 30px;
  }

  .container {
    max-width: 400px;
  }
  footer .container .row .column .center-footer {
    text-align: center;
    /* margin-left: 36px; */
  }

  footer .copyright {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .copyright {
    padding-top: 10px;
  }
  .copyright p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 450px) {
  /* .select2-container {
    width: 78% !important;
  } */
  .svg-1-responsive p,
  .svg-2-responsive p {
    width: 44%;
    left: 34.5%;
    font-size: 12px;
  }

  .item-title,
  .item-content,
  .carousel-item-1 a,
  .carousel-item-2 a,
  .carousel-item-3 a,
  .carousel-item-4 a,
  .carousel-item-5 a,
  .carousel-item-6 a {
    margin-left: 55px;
    max-width: 220px;
  }
  .checkbox-item p {
    display: none;
  }
  .upload-document {
    gap: 33px;
  }
  .download-document .checkbox {
    gap: 22px;
  }
  .download-item-first {
    margin-top: 20px;
  }
  .checkbox {
    gap: 0;
  }
  .elements-responsive {
    max-width: 100%;
  }
  .element--1-responsive,
  .element--2-responsive {
    max-width: 70%;
  }
}
@media screen and (max-width: 400px) {
  /* .select2-container {
    width: 74% !important;
  } */
  header .header-row {
    justify-content: space-between;
  }
  header .logo {
    display: flex;
    max-width: 150px;
  }
  header .logo img {
    display: flex;
    width: 100px !important;
    margin: 0 auto;
  }
  header .logo p {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
  }
  .element--1-responsive p,
  .element--2-responsive p {
    position: absolute;
    left: 22%;
    width: 75%;
    font-size: 13px;
  }

  .profil-boxes-container .container .main-profil-title.profil-header,
  .profil-boxes-container .container .main-profil-title {
    font-size: 25px;
  }
  .product-title p {
    font-size: 25px;
  }
  .match-search-container .container {
    padding: 15px;
  }
  .hero-title {
    font-size: 40px;
  }
  .hero-description {
    font-size: 30px;
    margin-top: 10px;
  }
  .note {
    font-size: 12px;
  }
  .upload-btn {
    padding: 0 5px;
  }
}
@media screen and (max-width: 370px) {
  .svg-1-responsive p,
  .svg-2-responsive p {
    width: 44%;
    left: 34.5%;
    font-size: 10px;
    font-weight: 300;
  }
}
@media screen and (max-width: 350px) {
  .head-button {
    /* position: relative; */
    margin-top: 80px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 330px) {
  .chat-mid-header img {
    display: none;
  }
}
