:root {
  --dirt-gold: #a08672;
  font-size: 62.5%;

  --c-orange: #f08143;
  --c-gray: #575757;
}

::selection{
  background-color: #E94E1B;
  color: #fff;
}


.dq-btn.icon:hover {
  background-color: rgb(233, 78, 27);
}
.dq-btn.icon:hover svg path {
  fill: #fff;
}
.dq-btn.white,
.dq-btn.orange {
  background-color: rgb(255, 255, 255, 0.95);
  border: 1px solid transparent;
  color: #000;
  min-height: 56px;
  font-size: 2.4rem;
  padding: 7px 20px 8px 20px;
  display: flex;
}
.dq-btn.orange {
  background-color: rgb(233, 78, 27, 0.95);
  color: #fff;
}
.baner__content-wrap__icons {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  max-width: 310px;
  right: 0px;
  position: absolute;
  bottom: 50px;
  justify-content: flex-end;
}
.dq-btn svg:not(.dq-btn.icon svg) {
  margin-left: 15px;
}
.dq-btn::before {
  content: none !important;
}
.dq-btn.orange:hover {
  background-color: rgba(0, 0, 0, 0.85);
  border: solid 1px #fff;
  color: #ffffff;
  backdrop-filter: blur(4px);
}
.dq-btn.orange:hover svg path {
  fill: #fff !important;
}
.dq-btn.white:hover {
  background-color: rgba(0, 0, 0, 0.85);
  border: solid 1px rgb(233, 78, 27);
  color: #fff;
  backdrop-filter: blur(4px);
}
.dq-btn.white:hover svg path {
  fill: #fff;
}




.page-content__wrap__icons .dq-btn.white,
.page-content__wrap__icons .dq-btn.orange {
  border-color: transparent;
  box-shadow: 0 4px 0 0 rgb(0, 0, 0, 0.08);
}


.dq-btn.icon:hover {
  background-color: rgb(233, 78, 27);
}
.dq-btn.icon:hover svg path {
  fill: #fff;
}
.dq-btn.white,
.dq-btn.orange {
  background-color: rgb(255, 255, 255, 0.95);
  border: 1px solid transparent;
  color: #000;
  min-height: 56px;
  font-size: 2.4rem;
  padding: 7px 20px 8px 20px;
  display: flex;
}
.dq-btn.orange {
  background-color: rgb(233, 78, 27, 0.95);
  color: #fff;
}
.page-content__wrap__icons--page-title{
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 0;
}
.page-content__wrap__icons{
  padding: 0px 60px 0px 60px;
  justify-content: space-between;
}
.page-content__wrap__icons,
.page-content__wrap__icons span {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.page-content__wrap__icons span{
  justify-content: flex-end;
}
.page-content__wrap hr{
  border: solid 1px #DFDFDF;
  width: calc(100% - 60px * 2);
  margin: 30px 60px 30px 60px;
  opacity: 1;
  display: block;
}
.dq-btn svg:not(.dq-btn.icon svg) {
  margin-left: 15px;
}
.dq-btn::before {
  content: none !important;
}
.dq-btn.orange:hover { 
  background-color: rgba(0, 0, 0, 0.85);
  border: solid 1px #fff;
  color: #ffffff;
  backdrop-filter: blur(4px);
}
.dq-btn.orange:hover svg path {
  fill: #000;
}
.dq-btn.white:hover {
  background-color: rgba(0, 0, 0, 0.85);
  border: solid 1px rgb(255, 255, 255);
  color: #fff;
  backdrop-filter: blur(4px);
}
.dq-btn.white:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 1199px){
  .dq-btn.white, .dq-btn.orange{
    min-height: 52px;
  }
}
@media screen and (max-width: 992px){
  .dq-btn.white, .dq-btn.orange{
    font-size: 2rem;
  }
  .page-content__wrap__icons--page-title{
    font-size: 4rem;
  }
  .baner__content-wrap__icons .dq-btn svg{
    height: 30px;
    width: 30px;
  }
  .dq-btn.white, .dq-btn.orange{
    min-height: 47px;
  }
}
@media screen and (max-width: 767px){
  .page-content__wrap__icons{
    padding: 0px 30px 0px 30px;
  }
  .baner__content-wrap__icons{
    bottom: 70px;
  }
}
.page-content__wrap__icons span{
  justify-content: start;
}







.dq-btn{
  font-size: 1.5rem;
  font-weight: 600;
  padding: 7px 40px 8px 20px;
  display: block;
  width: max-content;
  border-radius: 15px;
}
.dq-btn:hover{
  background-color: #000000;
  color: #fff;
}
.dq-btn.dq-border:hover{
  border-color: #fff;
}
.dq-btn.dq-border{
  border: solid #808080 1px;
  position: relative;
}
.dq-btn.dq-border::before{
  content: "";
  width: 19px;
  height: 15px;
  display: block;
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/svg/arrow-icon.svg);
  background-size: 15px;
  position: absolute;
  right: 12px;
  top: 14px;
  background-repeat: no-repeat;
}
.dq-btn.dq-border:hover::before{
  filter: invert(100%) sepia(10%) saturate(7461%) hue-rotate(176deg) brightness(317%) contrast(108%);
}
.a-not{
  padding: 7px 20px 8px 20px;
}
.btn-same{
  padding: 7px 10px 8px 10px !important;
  border-radius: 11px;
}


body {
  font-family: Quicksand, sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--c-orange);
}


/* --- test --- */

.test {
  max-width: 747.5px;
}
.test.left {
  margin-left: auto;
}

/* before-footer */
.before-footer{
  background: rgb(233,78,27);
  background: linear-gradient(90deg, rgba(233,78,27,1) 0%, rgba(233,78,27,1) 47%, rgba(255, 255, 255, 0) 47%);
  position: relative;
  z-index: 3;
  margin-bottom: -70px;
}
.before-footer p{
  color: #fff;
  font-size: 2.4rem;
  line-height: 38px;
  margin-bottom: 0px;
}
.before-footer--content{
  padding: 40px 110px 40px 0px;
  border-radius: 0 35px 35px 0px;
  display: flex;
}
.before-footer--content-btn{
  margin-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
}
.before-footer .dq-btn.dq-border{
  font-size: 2.2rem;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 400;
  padding-right: 20px;
  line-height: 31px;
  padding-top: 10px;
}
.before-footer .dq-btn.dq-border:hover,
.before-footer .dq-btn.dq-border.white:hover{
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px #797979;
}
.before-footer .dq-btn.dq-border::before{
  width: 25px;
  height: 21px;
  background-size: 25px;
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/svg/arrow-icon-white.svg);
}
.before-footer .dq-btn.dq-border:hover path{
  fill: #ffffff;
}
.before-footer .dq-btn.dq-border.white{
  color: #E94E1B;
}

@media screen and (max-width: 1199px){
  .before-footer p{
    font-size: 2rem;
  }
  .before-footer--content{
    padding: 35px 70px 35px 0px;
  }
}
@media screen and (max-width: 992px) {
  .before-footer--content{
    flex-direction: column;
    row-gap: 30px;
    padding: 35px 50px 35px 0px;
  }
  .before-footer--content-btn{
    margin-left: 0;
  }
  .before-footer--content-btn{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .before-footer p{
    font-size: 1.9rem;
    line-height: 33px;
  }
  .before-footer .dq-btn.dq-border{
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 576px){
  .before-footer--content{
    padding: 35px 30px 35px 20px;
  }
}

/* --- footer --- */

.footer{
  background-color: #D4D4D4;
  overflow-x: clip;
}
.footer p{
  font-size: 1.7rem;
  margin-bottom: 0px;
}
.footer hr{
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #F0F0F0;
  opacity: 1;
}
.footer__container{
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
.footer .row{
  z-index: 2;
  position: relative;
}
.footer__under{
  background-color: #fff;
  text-align: right;
  padding: 25px 0px;
  font-size: 1.7rem;
}
.footer__wrap-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__container--wrap-links{
  list-style: none;
  padding: 0px;
  display: flex;
  column-gap: 60px;
  justify-content: baseline;
  margin-bottom: 0px;
}
.footer__container--link{
  font-size: 2.4rem;
  font-weight: 600;
  color: #454545;
}
.bg-orange-dark{
  background-color: #E94E1B;
}
.footer__wrap-content a{
  white-space: nowrap;
}
.footer__container::before{
  width: 518px;
  height: 233px;
  display: block;
  content: "";
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/svg/shape-grey.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -82px;
  right: -199px;
  z-index: 1;
}
@media screen and (max-width: 1199px){
  .footer__container--link{
    font-size: 2rem;
  }
  .footer__img-logo{
    max-width: 220px;
    height: auto;
  }
  .footer__container--wrap-links{
    column-gap: 50px;
  }
  .footer hr{
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 992px){
  .footer__container .row{
    row-gap: 20px;
  }
  .footer__under{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px){
  .footer__container--wrap-links{
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .footer__container--link{
    font-size: 1.8rem;
  }
  .footer__wrap-content{
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: flex-end;
  }
}
/* --- contact form --- */

.frame-layout-1 input,
.frame-layout-1 textarea {
  font-size: 2.1rem;
  border: solid 1px #E94E1B;
  padding: 15px 10px 14px 10px;
  line-height: 24px;
  box-shadow: inset 0 4px 11px 0 #dadada;
  border-radius: 10px;
}

.frame-layout-1.frame h2{
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}
.frame-layout-1 legend{
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 4rem;
  margin-bottom: 0px;
  text-align: center;
}
.frame-layout-1 .form-group{
  margin-bottom: 20px;
}
.frame-layout-1 .form-control:focus{
  border-color: var(--c-orange);
  box-shadow: 0 0 10px -2px var(--c-orange);
}
.frame-layout-1 .btn {
  background-color: #ffffff;
  color: #000;
  font-size: 2.2rem;
  border: 2px solid #fff;
  font-weight: 400;
  padding: 10px 30px 9px 30px;
  line-height: 31px;
  border-radius: 15px;
}
.frame-layout-1 .btn:hover{
  background-color: #E94E1B;
  color: #fff;
  border-color: #ffffff;
}

@media screen and (max-width: 767px){
  .frame-layout-1 .btn{
    font-size: 2rem;
    padding: 5px 30px 8px 30px;
  }
  .frame-layout-1 legend{
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
}

/* cookies */
.cc-btn.cc-allow-all{
  background-color: #E94E1B;
}
.cc-allow:hover, .cc-deny:hover{
  color: #E94E1B !important; 
  opacity: 1 !important;
}


.text-orange{
  color: #E94E1B;
}
.footer__img-logo {
	max-width: 190px;
	filter: grayscale(100%);
}


.dp--cookie-check label[for="dp--cookie-marketing"]{
  display: none !important;
}

body .cc-window .dp--cookie-check{
  justify-content: space-around;.
}
