/*
Theme name: LV 1871
Author: LV 1871
Author URI: https://www.lv1871.de/lv/
Description: Bootstrap 4 Template
*/

@import url(resources/css/colors.min.css);

div[bg-color="mint"]{
  background-color: var(--mint);
}
div[bg-color="space"]{
  background-color: var(--space);
}
div[bg-color="sky"]{
  background-color: var(--sky);
}
div[bg-color="sun"]{
  background-color: var(--sun);
}
div[bg-color="candy"]{
  background-color: var(--candy);
}

body {
  min-width: 320px;
  background: #f7f7f7;
  font-family: SuisseIntl-Light, sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: var(--typo);
}

a {
  text-decoration: none;
}

a,
a[href^="tel"] {
  color: var(--typo-darker);
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin: 1rem 0;
  font-family: SuisseIntl-Condensed, sans-serif;
  line-height: 1.2;
  color: var(--typo);
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 44px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 32px;
}

.h1.huge {
  font-size: 80px;
}

.hyphens {
  hyphens: auto;
}

p {
  margin-bottom: 15px;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

h1[class],
h2:last-child,
h3:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }
}

.loading_screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  ;
  background: #fff;
  z-index: 99999;
}

@media (max-width: 991px) {
  .lvw-table__box-head p {
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.hyphens * {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.lineheight-13 p {
  line-height: 1.3;
}

form.wpcf7-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
}

form.wpcf7-form p label {
  display: block;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-date,
.wpcf7-number {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.wpcf7-select {
  height: 38px;
}

.wpcf7-submit,
.qbutton {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 15px 18px;
  /*border: 1px solid #028860;*/
  border-radius: 0;
  /*background-color: #028860;*/
  /*-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);*/
  /*box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);*/
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 15px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  /*text-shadow: 0 1px 1px rgba(74,87,97,.12);*/
  color: #fff;
  text-decoration: none;
}

.wpcf7-submit:hover,
.qbutton:hover {
  /*border-color: #05aa79;*/
  /*background-color: #05aa79;*/
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: red;
}

div.wpcf7-mail-sent-ok {
  color: #398f14;
}

div.wpcf7-response-output {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
}

.wpcf7-form-control-wrap+span {
  display: inline-block;
  padding-left: 30px;
  margin-top: -23px;
  margin-bottom: 23px;
}

span.wpcf7-list-item {
  margin: 0;
  margin-right: 1.25em;
}

.wpcf7-checkbox+.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form div {
  padding-bottom: 1em;
}

@media (max-width: 768px) {
  .lvw-tab form.wpcf7-form {
    margin: 0;
  }
}

@media (max-width: 479px) {
  form.wpcf7-form .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.lvw-intro:before {
  background: none;
}

.lvw-intro p.subheading {
  color: #333;
  font-weight: bold;
  font-size: 1.5em;
  max-width: 220px;
  line-height: 1.3;
  font-style: italic;
  text-transform: none;
}

.lvw-intro h1 {
  color: #ff434c;
  font-size: 7.8em;
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 800;
}

.shariff ul {
  max-width: 100%;
}

.lvcc_fussnote_msgbox_wrapper {
  left: 0;
}

@media (max-width: 480px) and (min-width: 320px) {
  .lvw-intro p.subheading {
    max-width: 100%;
    border-radius: 4px;
    font-size: 1.4em;
    text-align: right;
    padding: 0 70px 0;
    margin: 0 0 0 1em;
  }
}

@media (max-width: 480px) and (min-width: 320px) {
  .lvw-intro h1 {
    font-size: 4.2em;
  }
}