.uk-panel-space {
  padding: 0;
}

.uk-article-title {
  display: none;
}

.big_text {
  font-size: 25px;
}

.small_text {
  font-size: 14px;
}

.color_1 {
  color: #4d4d4d;
}

.back_1 {
  background-color: #4d4d4d;
}

.color_2 {
  color: #727271;
}
.back_2 {
  background-color: #727271;
}

.btn {
  border-radius: 0px;
  border: none;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color: #727271;
}
.bold_weight {
  font-weight: 500;
}

.bewerb_button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -30px);
}
#tm-footer {
  background-color: #f9f9f9;
}

.job_icons {
  height: 70px;
}

.display_upload {
  width: 100%;
  max-height: 100px;
}

.del_button {
  cursor: pointer;
}

#myBtn {
  display: none;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  font-size: 15px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.tm-main-bottom {
  margin-top: 0 !important;
}

.tm-navbar-right a,
.foot_con a {
  color: #655b4f !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  text-transform: none;
}

@media (max-width: 576px) {
  .big_text {
    font-size: 20px;
  }

  h1 {
    font-size: 25px;
  }
}
