/*Allgemein*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #404040;
  font-weight: 500;
}
a {
  color:#A2AAB1;
  text-decoration:underline;
}
.container {
    max-width: 1200px!important;
}
.has-image-centered {
  margin-left: auto;
  margin-right: auto;
}
h1,h2,h3,h4 {
  color: #404040!important;
}
h2.title.is-2 {
  color:#444444;
  font-size: 35px;
}
.image.is-120x120 {
    height: 120px;
    width: 120px;
}
.modal-close:hover {
  background: none;
}
.button {
  width: 420px;
  border-radius: 0px;
  font-weight: 600;
  border: 0px;
}
.button.is-primary,
.button.is-primary:hover,
.button.is-primary.is-focused, .button.is-primary:focus {
  background-color: #FFC500;
  color: #404040;
}
.button.is-focused:not(:active), .button:focus:not(:active),
.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active) {
    box-shadow: none;
}
.input {
  box-shadow: none;
}
.input, .select select, .taginput .taginput-container.is-focusable, .textarea {
    background-color: #fff;
    border: 1px solid #404040;
    border-radius: 0px;
    color: #363636;
}
.input:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered, .select select:hover, .taginput .is-hovered.taginput-container.is-focusable, .taginput .taginput-container.is-focusable:hover, .textarea:hover {
    border-color: #404040;
}
.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .taginput .is-active.taginput-container.is-focusable, .taginput .is-focused.taginput-container.is-focusable, .taginput .taginput-container.is-focusable:active, .taginput .taginput-container.is-focusable:focus, .textarea:active, .textarea:focus {
    border-color: #404040;
    box-shadow: none;
}
span.select,
select {
    width: 100%;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #404040;
}
.has-text-primary {
    color: #404040!important;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
    background-color: #ffc500;
    color: #404040;
}
.datepicker .datepicker-table .datepicker-cell {
  text-decoration: none;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
    border: solid 1px #ccc;
}
.datepicker .dropdown .input[readonly].is-active, .datepicker .dropdown .input[readonly].is-focused, .datepicker .dropdown .input[readonly]:active, .datepicker .dropdown .input[readonly]:focus, .datepicker .dropdown-trigger .input[readonly].is-active, .datepicker .dropdown-trigger .input[readonly].is-focused, .datepicker .dropdown-trigger .input[readonly]:active, .datepicker .dropdown-trigger .input[readonly]:focus {
  box-shadow: none;
}

.field {
  position: relative;
}
.field:not(:last-child) {
    margin-bottom: 18px;
}
p.help.is-danger {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  font-size: 10px;
}

/*Header*/
section.header .container .columns .column {
    margin-top: auto;
}
section.header .container .columns img.logo{
    max-width: 144px;
    margin-top:34px;
    margin-bottom: 34px;
}
section.header div.line {
    background:#febb09;
    height: 40px;
    margin-top: -60px;
}
section.header .slogan {
  color: #000000;
      padding-bottom: 12px;
      font-size: 20px;
      font-weight: 300;
}


/*Intro Section*/
section.text-intro-section {
  padding-top: 100px;
  padding-bottom: 50px;
  background: #EEF2F4;
}
section.text-intro-section h1.title {
  font-size: 45px;
  line-height: 61px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 9;
  margin-bottom: 50px;
}

section.text-intro-section h1.title span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px;
}
section.text-intro-section h1.title span.bg1 {
  color: #FFF;
  background: #FFC500;
  width: 100%;
    text-align: center;
}
section.text-intro-section h1.title span.bg2 {
  color: #FFF;
  background: #000;
  margin-left: 130px;
  margin-top: 15px;
}

section.text-intro-section .text-after-submit h1.title span.bg1 {
  width: auto;
    text-align: center;
}
section.text-intro-section .text-after-submit h1.title span.bg2 {
  margin-left: 50px;
}

section.text-intro-section .text-col {
  padding-left: 30px;
}
section.text-intro-section .text-after-submit .button {
  background-color: #FFC500;
  color: #404040;
  text-decoration: none;
  margin-top: 50px;
}

/*Formular Section*/
section.formular-section {
  padding-bottom: 120px;
  padding-top: 60px;
}
section.formular-section .first-col {
  padding-right: 30px;
}
section.formular-section .mandatory-info {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 30px;
}
section.formular-section .captcha .captcha-img-container button.button {
  background-color: #fff;
  border: 1px solid #404040;
  color: #404040;
  width: 45px;
  font-size: 22px;
  line-height: 20px;
  padding: 0;
  height: 40px;
}
section.formular-section .captcha p {
  font-size: 16px;
}
section.formular-section p {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.formular-section .error-text {
    color: #f44336;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #f44336;
    margin-bottom: 10px;
}

/*Service Section*/
section.service-section {
  background-color: #F4F4F4;
  padding: 60px 0px;
  font-size: 16px;
}
section.service-section h2 {
  font-size: 35px;
}
section.service-section div.tel {
  font-size: 50px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
}
section.service-section p.is-small {
  font-size: 14px;
  margin-bottom: 30px;
}
section.service-section a.button {
  text-decoration: none;
  background-color: #404040;
  color: #fff;
  margin-top: 10px;
}
section.service-section div.line {
    background: #febb09;
    height: 4px;
    width: 120px;
    margin-top:-10px;
    margin-bottom: 30px;
}

/*FOOTER*/
.footer {
  padding-top:50px;
  padding-bottom: 35px;
  background: #404040;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .copyright{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .modal .modal-content {
    width: 85%;
}
.footer .modal .modal-close {
    position: absolute;
    right: 2px;
    top: 2px;
}

/*Schufa Slogan*/
section#schufa-slogan {
  padding: 20px 0px;
  background: #FFF;
  font-weight: 700;
font-size: 18px;
line-height: 25px;
}


/*RESPONSIVE*/
@media screen and (max-width: 1300px) {
.container {
    padding: 0px 20px;
  }
  .footer {
    padding-left:0;
    padding-right:0;
  }
  section.text-intro-section h1.title {
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
  }
  section.text-intro-section h1.title span.bg2 {
    margin-left: 80px;
  }
}


@media screen and (max-width: 1024px) {
  section.formular-section .first-col {
        padding: 0.75rem;
  }
}

@media screen and (max-width: 980px) {
  section.text-intro-section h1.title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  h2.title.is-2 {
    font-size: 25px;
  }
  .columns {
      margin-left: 0;
      margin-right: 0;
  }

  /*Section Header*/
  section.header .columns .column {
    text-align: center;
  }
  section.header .container .columns img.logo {
    margin-top: 28px;
    margin-bottom: 28px;
        max-width: 115px;
  }


  /*Section Intro*/
  section.text-intro-section  {
    padding-top: 40px;
        padding-bottom: 50px;

  }


  section.text-intro-section h1.title {
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
        margin-bottom: 40px;
  }


  section.text-intro-section h2.subtitle {
    font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  }

  section.text-intro-section h1.title span {
    padding: 5px 15px;
  }

  section.text-intro-section h1.title span.bg1 {
        margin-top: 8px;
        width: auto;
text-align: center;
  }

  section.text-intro-section h1.title span.bg2,
  section.hero h2.subtitle {
    margin-left: 0px;
  }
  section.text-intro-section h1.title span.bg2 {
    margin-top: 8px;
  }

  section.text-intro-section .text-after-submit h1.title span.bg2 {
    margin-left: 0px;
  }



  section.text-intro-section .text-col {
        padding: 0.75rem;
  }
  section.text-intro-section .is-one-quarter {
    text-align: center;
  }
  section.text-intro-section img {
    max-width: 250px;
    margin: 0 auto;
  }

  /*Section Formular*/
  section.formular-section {
    padding-bottom: 80px;
  }

  /*Section Service*/
  section.service-section div.tel {
    font-size: 30px;
  }

  /*Footer*/
  .footer span {
    display: block;
  }
  .footer span.trenner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .button {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  section.header .slogan {
    padding-left: 0px;
  }
    section.header .container .columns img.logo {
      padding-right: 0px;
  }
}
