html, body 
{
    scroll-behavior: smooth;
}
.case-block .inner-box .text, .sec-title .text, .services-block .inner-box .text, .about-section .content-column .inner-column .text p, .case-section .sec-title .text  {
  color: #444;
}

.services-block-two
{
  margin-bottom: 20px;
}





.sticky-header {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.sticky-header .main-menu .navigation > li > a {
  color: #111 !important;
}

@media only screen and (min-width: 1200px)
{
  #logoimg{
      width: 180px;
  }
}
@media only screen and (max-width: 1200px)
{
  #logoimg{
      width: 120px;
  }
}

body, *
{
    text-transform: none !important;
}

.main-menu .navigation > li > a:after {
    background-color: #9a7f59;
}

a:hover {
    color: #9a7f59;
}

.main-footer {
    background-color: #fff;
}

.main-footer:before {
    background: url(../images/icons/footer-pattern-4.png) no-repeat !important;
}

.main-footer:after {
    background: none !important;
}

.headingfont
{
        font-weight: normal;
        background: none;
        line-height: 1.6em;
        font-family: 'Poppins', sans-serif;

}

.headercta
{

    display: flex;
    align-items: center;
    color: #fff !important;
}

.innercta
{
    padding: 10px;
    background-color: #9a7f59;
    position: relative;
    bottom: 10px;
    border-radius: 3px;
}

.farbtopfouter
{
    border-radius: 50%;
    background-color: #c5c3c8;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
}

.farbtopfouter img
{
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.list-style-one li 
{
    color: #444 !important;
}

.gallery-block .inner-box .overlay-box {

    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(154,127,89,0.9));
}


.services-block-two .inner-box .image .overlay-box-two:before {
    background-image: -ms-linear-gradient(top, #9a7f59 0%, #756144 100%);
    background-image: -moz-linear-gradient(top, #9a7f59 0%, #756144 100%);
    background-image: -o-linear-gradient(top, #9a7f59 0%, #756144 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9a7f59), color-stop(100, #756144));
    background-image: -webkit-linear-gradient(top, #9a7f59 0%, #756144 100%);
    background-image: linear-gradient(to bottom, #9a7f59 0%, #756144 100%);
}

.services-block-two .inner-box .overlay-box:before {
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(154,127,89,0.9));
}

.main-footer .footer-bottom {
    background-color: #111 !important;
}

input, textarea 
{
    background-color: rgba(154,127,89,0.2) !important;
}



.checkboxgrid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.checkboxflex
{
  display: flex;
  align-items: center;

}

.checkboxflex input
{
 padding-right: 10px;

}

input, textarea 
{
    border: none;
    outline: none;
    border-bottom: solid 1px var(--black);
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;;
}

.check-group {
    position: relative;
    z-index: 3000;
  }

@media only screen and (max-width: 800px)
{
  .check-group {
    display: block;
  }
  .formflexgrid
  {
      display: block;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1100px)
{
  .check-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .formflexgrid
  {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
  }
}

@media only screen and (min-width: 1100px)
{
  .check-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .formflexgrid
  {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 50px;
  }
}


.check-group > * + * {
  margin-top: 0.75rem;
}


.check-group__result {
  font-weight: bold;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.check-group__result:after {
  content: counter(checked) " / " counter(total);
  padding-left: 1ch;
}

.checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.checkbox__input {
  position: absolute;
  width: 1.375em;
  height: 1.375em;
  opacity: 0;
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__icon .tick {
  stroke-dashoffset: 0;
}
.checkbox__icon {
  width: 1.375em;
  height: 1.375em;
  flex-shrink: 0;
  overflow: visible;
}
.checkbox__icon .tick {
  stroke-dasharray: 20px;
  stroke-dashoffset: 20px;
  transition: stroke-dashoffset 0.2s ease-out;
}
.checkbox__label {
  margin-left: 0.5em;
  color: #555;
  font-size: 14px;
}




/*####################### */
/*####################### */
/*####################### */
/*######## lang switcher ########*/
/*####################### */
/*####################### */
/*####################### */

@media only screen and (max-width: 768px)
{
  #multilangswitcher
  {
      width:  200px;
      right: 20px;
      top: 20px;
      z-index: 6000;
      display: inline;
      text-align: right;
      position: absolute;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px)
{
  #multilangswitcher
  {
      width:  200px;
      right: 20px;
      top: 100px;
      z-index: 6000;
      display: inline;
      text-align: right;
      position: absolute;
  }

}

@media only screen and (min-width: 1200px)
{
  #multilangswitcher
  {
      width:  200px;
      left: 20px;
      top: 20px;
      z-index: 6000;
      display: inline;
      text-align: left;
      position: absolute;
  }

}

#multilangswitcher img
{
    height: 30px;
    width: 45px;
}

#multilangswitcher button:focus, #multilangswitcher button
{
    outline: none;
    border: none;
}



