/* 404 */

div#content.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 0px;
    max-width:1350px;
    margin:0 auto;
  }
  
  .error-404.not-found.default-max-width .page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
  }
  
  div#content.page-404 img{
    max-width: 100%;
    padding-top: 50px;
    width: 46%;
  }
  div#content.page-404{
    text-align: center;
  }
.anfrage-col.listandsell-button.error-btn a {
    background: #ffa600;
    color: #000000;
    padding: 13px 26px;
    border-radius: 8px;
}
 .anfrage-col.listandsell-button.error-btn a:hover {
    background: #00314f;
    color: #fff;
}
h1.page-title-error {
  font-size: 38px;
}
  @media only screen and (max-width:1024px){
    /* borlab==begin */
    #BorlabsCookieBoxWidget.bottom-left {
      left: 0;
      bottom: 66px !important;
  }
        /* borlab==end */

    div#content.page-404 {
        padding: 100px 16px;
        text-align: center;
    }

  }
  /* 404 end*/
ul#wpforms-1823-field_74 {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    flex-direction: row;
}

ul#wpforms-1823-field_74 li {
    /* width: 23%; */
    /* gap: 5%; */
    margin: unset !important;
    min-width: 172px;
    flex: 1;
    margin-top: 2% !important;
    border: 1px solid #ffd633 !important;
	border-radius: 10px;
}

ul#wpforms-1823-field_74 li img {
    width: 100px;
}

ul#wpforms-1823-field_74 li label {
    width: 100%;
    height: 100%;
    padding: 14px;
}
.wpforms-page-next{
	background-color:#ffa600 !important;
	color:#000 !important;
	width: 150px !important;
    height: 50px !important;
    border-radius: 10px !important;
    border: none !important;
}
.wpforms-page-next:hover{
	background-color:#00314F !important;
	color:#fff !important;
}
.wpforms-page-prev{
	background-color:#ffa600 !important;
	color:#000 !important;
	width: 150px !important;
    height: 50px !important;
    border-radius: 10px !important;
    border: none !important;
}
.wpforms-page-prev:hover{
	background-color:#00314F !important;
	color:#fff !important;
}
.depth-1 input{
	height:auto !important;
}