@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: Merriweather Sans;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/merriweather-sans-v10-latin-300.woff2) format("woff2"),
    url(../fonts/merriweather-sans-v10-latin-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Merriweather Sans;
  font-style: normal;
  font-weight: 400;

  src: url(../fonts/merriweather-sans-v10-latin-regular.woff2) format("woff2"),
    url(../fonts/merriweather-sans-v10-latin-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Merriweather Sans;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/merriweather-sans-v10-latin-italic.woff2) format("woff2"),
    url(../fonts/merriweather-sans-v10-latin-italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Merriweather Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/merriweather-sans-v10-latin-700.woff2) format("woff2"),
    url(../fonts/merriweather-sans-v10-latin-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: Merriweather Sans;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/merriweather-sans-v10-latin-700italic.woff2) format("woff2"),
    url(../fonts/merriweather-sans-v10-latin-700italic.woff) format("woff");
}

html,
.konsentas body {
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font: 16px/1.5 Merriweather Sans, Lato, Helvetica, sans-serif !important;
  font-kerning: normal;
  background: white !important;
  -webkit-font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  -webkit-font-variant-ligatures: common-ligatures contextual;
  height: 100% !important;
}

#page {
  min-height: 100% !important;
}

#header {
  width: 280mm;
  margin: auto;
  margin-top: 30px;
}

#header #logo {
  text-align: left;
  width: 17.19rem;
}

#header #heading {
  text-align: right;
  vertical-align: left;
}

input {
  background: #efede8 !important;
  padding: 10px !important;
  font-size: 1.2em !important;
  height: 2.4em !important;
  font-size: 1.2em !important;
  /* font-weight: bold !important; */
  border-radius: 0px !important;
  border-width: 0 0 0px 0 !important;
  padding-bottom: 0;
  box-shadow: 0 1px 0 0 #a29679 !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
input:focus {
  box-shadow: 0 3px 0 0 #26262c !important;
}

/* Kategorie Suchfeld */
#filterContainer > div:nth-child(2) {
  display: none;
}

#filterContainer > div:nth-child(3) {
  width: calc((14rem + (100% - 22rem)) / 12 * 8) !important;
}

select[name="filterCategory"] {
  position: relative;
}

select[name="filterCategory"]::before {
  position: absolute;
}

.radio,
checkbox {
  position: relative;
}
.radio label .symbol:before {
  box-sizing: border-box;
  border: 3px solid #26262c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.88rem;
  transition: all 0.3s ease;
  width: 1.88rem;
}
.checkbox label .symbol:before {
  box-sizing: border-box;
  border: 3px solid #26262c;
  content: "";
  display: block;
  height: 1.88rem;
  transition: all 0.3s ease;
  width: 1.88rem;
  margin-right: 0.5rem;
}

.radio input,
.checkbox input {
  content: "";
  height: 1px;
  opacity: 0;
  left: 0.94rem;
  position: absolute;
  top: 0.94rem;
  transform: translate(-50%, -50%);
  width: 1px;
  z-index: -1;
}

.radio label,
.checkbox label {
  padding-left: 0px !important;
  display: flex;
  margin-bottom: calc(0.4rem - 0.2em);
  margin-top: calc(0.2em - 0.4rem);
}

.radio label .symbol,
.checkbox label .symbol {
  display: flex;
}

.radio label .symbol span,
.checkbox label .symbol span {
  margin-left: 10px;
  line-height: 2em;
}

.toggleCheckbox label {
  height: 2em;
}
.toggleCheckbox label:hover {
  border-color: #ffb300 !important;
}

#moreSearchfilter {
  margin: 15px;
}

.radio label.checked .symbol:after {
  position: absolute;
  transform: scale(1);
  border-radius: 50%;
  background: black;
  content: " ";
  display: block;
  box-sizing: border-box;
  background-color: currentcolor;
  border: 6px solid white;
  font-size: inherit;
  height: calc(1.88rem - 6px);
  left: 3px;
  top: 3px;
  width: calc(1.88rem - 6px);
}

.checkbox label.checked .symbol:after {
  /* content: ' ';
    background-image: url("../img/check.svg");
    position: absolute;

    background: black;
    content: " ";
    display: block;
    box-sizing: border-box;

    border: 6px solid white;
    font-size: inherit;
    height: .94rem;
    height: calc(1.88rem - 7px);
    left: 3px;
    top: 0px;
    width: calc(1.88rem - 7px); */

  content: "";
  position: absolute;
  display: block;
  width: 10px; /* Breite des Hakens */
  height: 20px; /* Höhe des Hakens */
  margin-left: 0.65rem;
  margin-top: 0.1rem;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.dropdown-menu {
  background-color: #f5f5f5 !important;
}

.dropdown-menu li {
  background-color: #f5f5f5;
}

#formpage label {
  font-style: italic;
}

.toggleCheckbox symbol {
  height: 2em;
}

.toggleCheckbox .symbol:before {
  display: none !important;
}

.toggleCheckbox label span {
  position: absolute;
  left: 1.5em;
  line-height: 2em;
}

select {
  background: #efede8 !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  padding-right: calc(1.25rem + 0.94em) !important;
  padding-bottom: 0px !important;
  float: left;
  display: block !important;
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  height: calc(3.75rem - 1px) !important;
  border: 0 solid !important;
  font-size: inherit !important;
  box-shadow: 0 1px 0 0 #a29679 !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

select.no-bg {
  background-color: white !important;
}

[data-type="select"] .form-group:after {
  content: "" !important;
  background: url("../img/dropdown.svg") 100% 100% no-repeat;
  transform: translateY(-50%) scale(2.25);
  background-size: 20px 20px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 20px;
  height: 20px;
}

.input-group .input-group-text {
  order: 2;
}

.input-group-text {
  background-color: #ffb300 !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  border-radius: 0 !important;
}

textarea.form-control {
  background-color: #efede8 !important;
  border: 0 !important;
  border-bottom: 2px solid #949494 !important;
}

.input-group-addon {
  background: #ffb300 !important;
  border-radius: 0px !important;
}

.input-group-addon .fa {
  width: 50px !important;
  font-size: 1.2em;
}

#ota_content {
  margin-top: 80px;
  border: 0px;
}

#formpage_header,
#formpage_wrapper,
#formpage_save {
  border: 0px !important;
  max-width: 280mm !important;
}

#navbar-wrapper {
  margin: 0 !important;
  padding-left: 0 !important;
}
#navbar-wrapper > div:nth-child(2) > div.col-md-2 {
  display: none !important;
}

#filterSection > div:nth-child(1) > div.col-md-2 {
  display: none !important;
}

#filterContainer > div.col-md-2 {
  display: none !important;
}

.card-header {
  padding-left: 33px !important;
}

#footer {
  clear: both;
  padding: 50px;
  background-color: #3b3b3b;
  color: white;
  
  margin-top: -250px;
  position: relative;
}

.footer_menu {
    display: grid !important;
    grid-template-areas:
    "service_content schnell_content kontakt_content footer_buttons"
    "social . . accessibility"
    "separator separator separator separator"
    "service . copyright copyright";
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
}

.footer_menu h3 {
  font-size: 18px !important;
}

.footer_service {
  color: #fff;
}

/* Links für den Footer */

.footer_service_link {
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.footer_service_link:hover {
  border-bottom-color: #ffb300;
}

.service_links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

.service_links a {
  line-height: 1.625;
  padding-top: 0.13em;
  padding-bottom: 0.13em;
}

.service_links a {
  text-decoration: none;
  color: #aeaeae !important;
}
.service_links a:focus {
text-decoration: none!important;
}

.service_links a:hover {
  text-decoration: none!important;
}


.service_links p {
  line-height: 1.875;
  margin: 0;
  padding: 0;
  color: #aeaeae !important;
}

.kontakte{
    margin-bottom: 30px;
}

#footer_content {
  background-color: #3b3b3b;
  color: white !important;
  width: calc(94rem - 2 * 4.63rem - 1.07rem);
  margin: auto;
}

#footer_content a {
  color: white;
}
#footer_rechtliches,
#footer_rechtliches a {
  color: #aeaeae !important;
  font-size: 0.9em;
  /* margin-left: 20px; */
}

#footer_content .St_Button:hover {
  border-color: #ffb300;
}

.footer_buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 3.25rem;
  grid-area: footer_buttons;
}

.SPi-link {
  height: 1em;
  fill: #fff;
  margin-left: -0.15em;
  margin-right: 0.75em;
  position: static;
  transform: scale(2.5);
}

.SPI-link-footer{
    height: 1em;
    fill: #AEAEAE;
    margin-left: -0.15em;
  
    margin-top: 0.3em;
    position: static;
    transform: scale(2.5);

}

.St_Button {
    padding: .7em .95em;
  /* padding-right: 60px; */
  background: none;
  border: 3px solid white;
  font-size: 1.13rem;
  line-height: 1.6111111111;
  font-style: normal;
  text-decoration: none;
  display: flex;
  min-height: 2.13rem;
  min-width: 3.13rem;
  align-items: center;
}

.St_Button_Text {
  align-self: center;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0.05em;
  color: #fff;
}

.social_list{
    display: flex;
    gap: 0.5rem;
}

.footer_social{
    margin-bottom: 2rem;
}   

.accessibility{
    grid-area: accessibility;
}

.service_content{
  grid-area: service_content;
}
.schnell_content{
  grid-area: schnell_content;
}

.kontakt_content{
  grid-area: kontakt_content;
}



.social_container{
    display: flex;
    justify-content: space-between;
}

 .soical_media_icon{
    display: block;
    height: 1.75rem;
    width: 1.75rem;
    transform: scale(1.65); 
    fill: #AEAEAE;
    transition: color .3s ease-in-out;
}


.soical_media_icon:hover{
    fill: #ffb300 !important;
}

#ota_content {
  padding-bottom: 250px;
}

.konsentas .btn-primary {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  color: #26262c !important;
  font-size: 1.13rem !important;
  line-height: 1.6111111111 !important;
  font-style: normal;
}

.konsentas.btn-primary:hover {
  background-color: #d99800 !important;
  border-color: #d99800 !important;
  color: #26262c !important;
}

/**************************************************************
*Responsiv Design (Media Querys)
**************************************************************/

/* small mobile Phones*/
@media only screen and (min-width: 17em) and (max-width: 25em) {
  body {
    margin: 0 auto;
  }

  #header {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #heading {
    width: 100vw;
    text-align: left !important;
  }

  h1 {
    font-size: 1.25em;
  }



  #footer_content {
    display: flex;
    flex-direction: column;
    max-width: 50vw;
    margin-left: 1em !important;
  }

  .footer_menu{
    display: flex !important;
    flex-direction: column;
    max-width: 50vw;
    margin: 0 auto;
  }

  #footer_rechtliches {
    margin: 0;
    text-align: left;
    margin: 0 auto;
  }

  #footer_rechtliches > div:nth-child(2) > div.col-md-4 {
    margin-top: 0.5em;
    text-align: left !important;
    font-size: 0.8em;
  }

  .St_Button {
    padding: 10px;
    width: 65vw;
  }
}

/*Mobile Phones*/
@media only screen and (min-width: 25em) and (max-width: 33em) {
  body {
    margin: 0 auto;
  }

  #header {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #heading {
    width: 100vw;
    text-align: left !important;
  }



  #footer_content {
    display: flex;
    flex-direction: column;
    max-width: 50vw;
    margin: 0 auto;
  }


    .footer_menu{
        display: flex !important;
        flex-direction: column;
        max-width: 50vw;
        margin: 0 auto;
    }

  #footer_rechtliches {
    margin: 0;
    text-align: left;
  }

  #footer_rechtliches > div:nth-child(2) > div.col-md-4 {
    margin-top: 0.5em;
    text-align: left !important;
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 33em) and (max-width: 48em) {
  body {
    margin: 0 auto;
  }

  #header {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #heading {
    width: 100vw;
    text-align: left !important;
  }



  #footer_content {
    display: flex;
    flex-direction: column;
    max-width: 50vw;
    margin: 0 auto;
  }


    .footer_menu{
        display: flex !important;
        flex-direction: column;
        max-width: 50vw;
        margin: 0 auto;
    }

  #footer_rechtliches {
    margin: 0;
    text-align: left;
  }

  #footer_rechtliches > div:nth-child(2) > div.col-md-4 {
    margin-top: 0.5em;
    text-align: left !important;
    font-size: 0.8em;
  }

  .footer_links {
    text-align: left !important;
  }
}

@media only screen and (min-width: 48em) and (max-width: 66em) {
  body {
    margin: 0 auto;
  }

  #header {
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #heading {
    width: 100vw;
    text-align: left !important;
  }



  #footer_content {
    display: flex;
    flex-direction: column;
    max-width: 50vw;
    margin: 0 auto;
  }

  .footer_menu{
      display: flex !important;
      flex-direction: column;
      max-width: 50vw;
      margin: 0 auto;
  }

  .footer_menu h3{
    font-size: 16px;
    line-height: 1.5;
  }

  #footer_rechtliches {
    margin: 0;
    text-align: left;
  }

  #footer_rechtliches > div:nth-child(2) > div.col-md-4 {
    margin-top: 0.5em;
    text-align: left !important;
    font-size: 0.8em;
  }

  .footer_links {
    text-align: left !important;
  }


}


@media only screen and (min-width: 66em) and (max-width: 86em) {

  #footer_content{
    max-width: 50vw;
    margin: 0 auto;
  }


  .footer_menu{
    display: grid !important;
    grid-template-areas:
    "service_content schnell_content"
    "kontakt_content footer_buttons"
    "social_media accessibility";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    row-gap: 20px;
    max-width: 50vw;
    margin:0 auto;
  }
}
