body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-family: "Poppins", sans-serif;
  background-color: #101d2e;
}

::-moz-focus-inner {
  border: 0;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: 0 !important;
}
.red-frame {
  border: 1px solid #e11e25;
  padding: 15px 7px;
}
.pr-0 {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .pr-10 {
    padding-right: 15px;
  }
}

.company-info {
  background: #feea00;
  background: -webkit-linear-gradient(#feea00, #e8c349);
  background: -o-linear-gradient(#feea00, #e8c349);
  background: -moz-linear-gradient(#feea00, #e8c349);
  background: linear-gradient(#feea00, #e8c349);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  z-index: 10;
  position: relative;
}
#spinner {
  display: none;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #a3010d;
}
.message-contact {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: white;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1;
}
.message-contact strong {
  font-size: 20px;
}
.logo {
  width: 170px;
  margin-bottom: 75px;
}
.company-info a,
.company-info a:focus,
.company-info a:visited,
.company-info a:active {
  color: #e11e25;
  font-size: 15px;
  transition: all 0.3s;
}
.company-info a:hover {
  color: black;
}
.company-info h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 200;
  min-height: 34px;
}
.company-info h4 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 200;
  min-height: 34px;
}
.company-info ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.company-info ul li {
  font-size: 14px;
  margin-bottom: 3px;
  padding-left: 60px;
  position: relative;
  font-weight: 200;
}
.company-info ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.company-info .list-inline {
  margin: 0;
  padding: 0;
  text-align: center;
}
.company-info .list-inline li {
  padding: 0;
  margin-right: 5px;
}
.company-info .list-inline li:last-child {
  margin-right: 0;
}
.company-info .list-inline img {
  width: 32px;
  opacity: 0.5;
  transition: all 0.3s;
}
.company-info .list-inline li a {
  transition: all 0.3s;
}
.company-info .list-inline li a:hover img {
  opacity: 1;
}
.company-info .list-inline .active img {
  opacity: 1;
}

.company-info .padding-0 li {
  padding-left: 0;
  text-align: left;
}
.year-img {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}
.message {
  background-color: #a3010d;
  padding: 10px 15px;
}
.message h2 {
  font-size: 20px;
  color: white;
  margin: 0;
  font-weight: bold;
}
.modal .close {
  background-color: white;
  border-radius: 50%;
  color: #a3010d;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -15px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  z-index: 10;
}
.modal .close:focus {
  outline: none;
  border: none;
}
.modal .modal-dialog {
  text-align: center;
  position: relative;
}
/* .modal-dialog::before {
    content: '';
    width: 231px;
    height: 190px;
    position: absolute;
    left: -100px;
    top: -60px;
    background-image: url('../images/popup-img-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.modal-dialog::after {
    content: '';
    width: 232px;
    height: 158px;
    position: absolute;
    right: -55px;
    bottom: -55px;
    background-image: url('../images/popup-img-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.modal .modal-body {
  position: relative;
  padding: 40px 15px;
}
.modal .modal-header {
  padding: 0;
  border: 0;
}
/* .modal .modal-body::before {
    content: '';
    width: 100%;
    height: 196px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    background-image: url('../images/popup-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.modal .modal-body::after {
    content: '';
    width: 100%;
    height: 196px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/popup-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.modal p {
  font-size: 18px;
  color: #010101;
  margin-bottom: 20px;
  font-weight: 500;
}
.modal h2 {
  font-size: 28px;
  color: #010101;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.modal ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.modal ul li {
  font-size: 18px;
  color: #010101;
  margin-bottom: 10px;
}
.modal p strong {
  color: #a3010d;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 750px;
    margin: 50px auto;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    max-width: 80%;
    margin: 50px auto;
  }

  .modal .modal-body {
    padding: 95px 70px !important;
  }
}

@media (max-width: 578px) {
  .modal-dialog {
    max-width: 80%;
    margin: 50px auto;
  }

  .modal .modal-body {
    padding: 60px 40px !important;
  }
}

@media (max-width: 480px) {
  .modal .modal-body {
    padding: 35px !important;
  }

  .modal p {
    font-size: 16px;
  }
}

header {
  background-color: #a3010d;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  padding: 0;
  border: none;
  border-radius: 0;
}
.navbar-default {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:active {
  color: #eeeeee;
  background-color: transparent;
  transition: all 0.3s;
  font-size: 16px;
  padding: 15px 12px;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #bbbbbb;
  color: #101d2e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #bbbbbb;
  color: #101d2e !important;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent !important;
  left: 0px;
}

.navbar-nav > li > .dropdown-menu li {
  padding: 0;
  width: 100%;
  padding: 0;
  border: none;
}

.navbar-nav > li > .dropdown-menu li a,
.navbar-nav > li.active > .dropdown-menu li a {
  padding: 15px !important;
  width: 100%;
  color: #777777;
  font-size: 15px;
  border: none;
  background-color: #bbbbbb !important;
}
.navbar-nav > li > .dropdown-menu li a i {
  margin-right: 10px;
  font-size: 18px;
}
.navbar-nav > li > .dropdown-menu li a:hover {
  background-color: #bbbbbb !important;
  color: #101d2e;
}

.navbar-nav > li > .dropdown-menu li {
  border-top: none;
}

.navbar-nav > li > .dropdown-menu li a {
  display: inline-block;
  transition: all 0.3s;
  padding: 15px !important;
}
.navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: block !important;
}
.main-slider-wrapper {
  background-color: white;
  position: relative;
}

.main-slider {
  overflow: hidden;
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  margin-top: 60px;
  margin-bottom: 30px;
}

.main-slider .main-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}
.slick-prev,
.slick-prev:focus,
.slick-next,
.slick-next:focus {
  position: absolute;
  z-index: 2;
  display: block;
  height: 47px;
  width: 54px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  top: 55%;
  padding: 0;
  outline: none;
  text-align: center;
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
.main-slider .slick-prev,
.main-slider .slick-prev:focus {
  left: 0px;
  background-image: url("../images/left-arrow.png");
}

.main-slider .slick-next,
.main-slider .slick-next:focus {
  right: 0px;
  background-image: url("../images/right-arrow.png");
}
.title {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  color: white;
}
.title.title-24 {
  font-size: 24px;
  font-weight: 500;
}
/*TOP ANGEBOTE*/
.top-angebote article {
  position: relative;
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  margin-top: 60px;
  position: relative;
}
.top-angebote article .icon {
  position: absolute;
  left: 25px;
  top: -5px;
  border: none;
}
.top-angebote article img {
  border: 2px solid #ebcc0b;
}
.top-angebote article .article-desc {
  background-color: white;
  padding: 20px 30px;
}
.top-angebote article .article-desc h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  min-height: 76px;
}
.top-angebote article .article-desc h3 {
  font-size: 18px;
  color: #333333;
  margin: 0;
  font-weight: 500;
}
.top-angebote article .article-desc h3 strong {
  color: #d86c1d;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
/*CTA SECTION*/
.regular-padding {
  padding: 60px 0;
}
.cta-section img {
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
}
.cta-section h3 {
  font-size: 18px;
  color: #eeeeee;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
.cta-section a {
  transition: all 0.3s;
}
.cta-section a:hover h3 {
  color: #d86c1d;
}
.cta-section .col-md-3:nth-child(4n + 1) {
  clear: left;
}
.cta-section .col-md-3 {
  margin-bottom: 30px;
}
.cta-section article {
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  margin-bottom: 30px;
  background-color: #ebcc0b;
}
.cta-section article h3 {
  color: #101d2e;
  margin-top: 0;
  margin-bottom: 15px;
  min-height: 38px;
  font-weight: 500;
}
.section .cta-section img {
  box-shadow: none;
}
.cta-section .col-md-4:nth-child(3n + 1) {
  clear: left;
}
.section .cta-section .col-md-4 {
  margin-bottom: 30px;
}
.button,
.button:focus,
.button:visited,
.button:active {
  background-color: #a3010d;
  padding: 10px 15px;
  font-size: 16px;
  transition: all 0.3s;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}
.button:hover {
  background-color: #cf0a18;
  color: white;
}
#googleMap {
  height: 350px;
}
/*gmpc*/
.gmpc_wrap {
  position: relative;
}

.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ebcc0b;
  color: #222;
  border-radius: 5px;
}

.gmpc_btn:hover span {
  background-color: #ebcc0b;
  color: #222;
}

/*FOOTER*/
footer h3 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ebcc0b;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a,
footer ul li a:focus,
footer ul li a:active,
footer ul li a:visited {
  font-size: 14px;
  color: #cccccc;
  transition: all 0.3s;
}
footer ul li a:hover {
  text-decoration: underline;
  color: white;
}
footer p {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 0;
}
.txt {
  font-size: 18px;
  color: white;
  font-weight: 200;
}
.txt.txt-14 {
  font-size: 14px;
}
.txt.txt-16 {
  font-size: 16px;
}
.txt.txt-16 a {
  color: #ebcc0b;
}
.txt.txt-16 a:hover {
  text-decoration: underline;
}
.txt .orange-txt {
  color: #d86c1d;
}
.section .title {
  margin-bottom: 60px;
}
.marquee h2 {
  font-size: 16px;
  color: #ebcc0b;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
}
.frame {
  padding-top: 40px;
}
.section .top-angebote article {
  margin-top: 0;
}
.section-right-side {
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  padding: 40px 15px;
  background-color: #ebcc0b;
}
.section-right-side h2 {
  font-size: 24px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.section-right-side h3 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 0;
  text-align: center;
}
.section-right-side h4 {
  font-size: 16px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.section-right-side p {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.section-right-side .red-txt {
  color: #cc0033;
}
.section-right-side .gray-txt {
  color: #696969;
}
.section-right-side ul {
  list-style-type: none;
  /* padding-top: 15px;
  border-top: 2px dotted #333333; */
  margin-bottom: 20px;
  padding-left: 0;
}
.section-right-side ul li {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}
.section-right-side ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 2px;
  background-color: #333333;
}
.section-right-side ul li strong {
  color: #a3010d;
}
.section-right-side ul li span {
  text-align: center;
  font-weight: bold;
  color: #a3010d;
  display: block;
}
.section-txt img {
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
}

.section-txt article {
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  padding: 40px 20px;
  background-color: #ebcc0b;
  margin-top: 30px;
}
.section-txt article h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
}
.section-txt article ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.section-txt article ul li {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.section-txt article ul li a {
  text-decoration: underline;
}
.section-txt article .dotted-list {
  list-style-type: disc;
  padding-left: 15px;
}
.section-txt article p {
  color: #333333;
  margin-bottom: 20px;
  font-weight: 400;
}
.section-txt .title.title-24 {
  margin-bottom: 20px;
}
.title.title-24.dark {
  color: #333333;
}
.section-txt .txt.txt-16 {
  margin-bottom: 20px;
}
.section-txt .txt {
  margin-bottom: 20px;
}
.section-txt .article-white {
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  padding: 40px 20px;
  background-color: white;
}
.relative-list {
  list-style-type: none;
  padding-left: 0;
}
.relative-list li {
  position: relative;
  color: white;
  padding-left: 80px;
  font-size: 18px;
  margin-bottom: 10px;
}
.relative-list li span {
  position: absolute;
  left: 0;
  top: 0;
}
.relative-list.padding-0 li {
  padding-left: 0;
}
.section-right-side .relative-list {
  text-align: center;
  border: none;
  padding-top: 0;
  margin-bottom: 60px;
}
.section-right-side .relative-list li span {
  color: #333333;
  left: 60px;
  font-weight: 500;
}
.section-right-side .relative-list li:before {
  display: none;
}

.section-txt #googleMap {
  margin-top: 30px;
  height: 450px;
}
.section-txt #googleMap img {
  box-shadow: none;
}
.immobilien .col-md-6 {
  margin-bottom: 30px;
}
.immobilien .col-md-6:nth-child(2n + 1) {
  clear: left;
}
.form-horizontal {
  margin-top: 30px;
}
.form-horizontal .control-label {
  text-align: left;
  font-size: 13.5px;
  font-weight: 200;
  color: white;
  padding-right: 0;
  white-space: pre;
}
.form-horizontal .control-label span {
  color: #ebcc0b;
}
.form-horizontal .col-md-8,
.form-horizontal .col-md-9,
.form-horizontal .col-md-10 {
  padding-left: 30px;
}
.form-horizontal .form-group {
  margin-bottom: 20px;
}
.form-control {
  border-radius: 0;
  color: #333333;
  height: 45px;
  border: 1px solid transparent;
  box-shadow: none;
  outline: none;
}
.form-control:focus {
  border: 1px solid #a3010d;
  box-shadow: none;
  outline: none;
}
.form-horizontal .g-recaptcha {
  margin: 20px 0;
}
.form-horizontal .captcha {
  margin: 0 15px;
}
.form-horizontal .button {
  margin-top: 10px;
}
/*VIDEO*/
.video-page .title.title-24 {
  margin-bottom: 20px;
}
.video-page a {
  transition: all 0.3s;
}
.video-page a:hover h2 {
  color: #d86c1d;
}
.video-page .col-md-3:nth-child(4n + 1) {
  clear: left;
}
.video-page .col-md-3 {
  margin-bottom: 30px;
}
.video-container {
  position: relative;
  cursor: pointer;
  height: 228px;
  margin-bottom: 20px;
}
.videocover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 228px;
}
.video-container video {
  vertical-align: middle;
  background-color: black;
}
.videocover .play-button {
  border: 1px solid white;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 3px;
  transition: all 0.3s;
  position: absolute;
  top: 40%;
  font-size: 18px;
  color: white;
  display: block;
  padding: 5px 30px;
  left: 15px;
  right: 15px;
  text-align: center;
  max-width: 80px;
  width: 80px;
  margin: 0 auto;
}
.videocover .play-button:hover {
  background-color: rgba(43, 51, 63, 0.4);
}
/*GALERIE*/
.galerie .overflow-wrap {
  position: relative;
  overflow: hidden;
}
.galerie .zoom {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 20%;
  text-align: center;
  background-color: rgba(163, 1, 13, 0.5);
  opacity: 0;
  transition: all 0.2s;
}
.galerie .zoom span {
  color: white;
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  display: block;
  font-weight: 300;
  margin: 0 auto;
}
.galerie a:hover .zoom {
  opacity: 1;
}
.galerie .galerie-row .col-md-6:nth-child(2n + 1),
.galerie .galerie-row .col-md-3:nth-child(4n + 1) {
  clear: left;
}
.galerie .galerie-row .zoom {
  padding-top: 30%;
}
.galerie .galerie-row {
  margin: 0 -2px;
}
.galerie .galerie-row .col-md-3 {
  padding: 0 2px;
  margin-top: 4px;
}
.galerie .title.title-24 {
  margin: 30px 0;
  font-weight: 300;
}
.galerie .button {
  margin-top: 60px;
}
/*************
imp-dtn
*************/
.img-dtn {
  color: white;
}
.imp-dtn .title {
  margin-bottom: 40px;
}
.imp-dtn a {
  text-decoration: none;
  color: white;
}
.imp-dtn a:hover {
  text-decoration: underline;
}
.imp-dtn h2 {
  margin-bottom: 0;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
}
.imp-dtn ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  color: white;
}
.imp-dtn ul li {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.imp-dtn ul b {
  font-weight: 600;
}
.imp-dtn p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  color: white;
}
.imp-dtn .disc-list li {
  position: relative;
  padding-left: 15px;
}
.imp-dtn .disc-list li::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 13px;
}
.imp-dtn p a,
.imp-dtn h2 a {
  text-decoration: underline;
}
.imp-dtn p b {
  font-weight: 500;
}
.imp-dtn .intended {
  padding-left: 40px;
}
.imp-dtn h3,
.imp-dtn h4,
.imp-dtn h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
  color: white;
}
@media only screen and (max-width: 767px) {
  .imp-dtn {
    word-wrap: break-word;
  }
}
/*NEWS*/
.news-page article {
  position: relative;
  -webkit-box-shadow: 4px 4px #d86c1d;
  -moz-box-shadow: 4px 4px #d86c1d;
  box-shadow: 4px 4px #d86c1d;
  margin-top: 60px;
  position: relative;
}
.news-page article .icon {
  position: absolute;
  left: 25px;
  top: -5px;
  border: none;
}
.news-page article img {
  border: 2px solid #ebcc0b;
}
.news-page article .article-desc {
  background-color: white;
  padding: 20px 30px;
}
.news-page article .article-desc h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  min-height: 38.2px;
}
.news-page article .article-desc strong {
  color: #d86c1d;
  font-size: 14px;
  font-weight: 400;
}
.news-page .col-md-4:nth-child(3n + 1) {
  clear: left;
}
.news-page.news-detail article .article-desc h2 {
  font-size: 30px;
  font-weight: bold;
}
.news-page.news-detail p {
  font-size: 16px;
  color: #777777;
  margin-bottom: 20px;
  font-weight: 400;
}
.news-page.news-detail ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.news-page.news-detail ul li {
  font-size: 16px;
  color: #777777;
  margin-bottom: 10px;
}
.news-page.news-detail p strong {
  display: block;
  color: #333333;
  font-weight: 700;
}
.news-page.news-detail img {
  width: 100%;
}
/*MIETWAGEN PAGE*/
.slick-initialized .slick-slide {
  outline: 0 !important;
}
.mietwagen .mietwagen-slider {
  margin-top: 60px;
}
.mietwagen .mietwagen-slider .slick-dots {
  background-color: #ebcc0b;
  padding: 15px;
  margin: 0;
  text-align: left;
  position: relative;
  bottom: 0;
}
.mietwagen .mietwagen-slider .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  border: 1px solid transparent;
}
.mietwagen .mietwagen-slider .slick-dots li.slick-active button:before {
  color: #a3010d;
  border: 1px solid #a3010d;
  border-radius: 50%;
}

.mietwagen img {
  border: 2px solid #ebcc0b;
}
.mietwagen h3 {
  font-size: 18px;
  color: white;
  font-weight: 400;
  margin: 10px 0;
}
.mietwagen h3 strong {
  color: #ebcc0b;
}
.mietwagen h2 {
  font-size: 30px;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mietwagen p {
  color: white;
  font-size: 18px;
  margin: 0;
  font-weight: 300;
}
.mietwagen .dotted-list {
  margin-bottom: 0;
  padding-left: 15px;
}
.mietwagen .dotted-list li {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}
.mietwagen .dotted-list li a {
  text-decoration: underline;
}

.christmas-decor-1 {
  position: absolute;
  top: -10%;
  left: -15%;
  max-width: 50%;
}

.christmas-decor-2 {
  position: absolute;
  right: -15%;
  bottom: -10%;
  max-width: 50%;
}

.modal .modal-body {
  padding: 135px 100px;
}

.modal-content {
  margin-top: 100px;
}

/*************
MEDIA
*************/
/******
1199
******/

@media only screen and (max-width: 1199px) {
  .company-info h3 {
    font-size: 14px;
  }
  .company-info ul li {
    font-size: 12px;
    padding-left: 45px;
  }
  .company-info a,
  .company-info a:focus,
  .company-info a:visited,
  .company-info a:active {
    font-size: 13px;
  }
  .company-info .list-inline img {
    width: 26px;
  }
  .logo {
    width: 140px;
    margin-bottom: 90px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:visited,
  .navbar-default .navbar-nav > li > a:active {
    font-size: 14px;
    padding: 15px 9px;
  }
  .form-horizontal .control-label {
    font-size: 12px;
    white-space: inherit;
    word-break: break-all;
  }
  .galerie .zoom {
    padding-top: 17%;
  }
  .section-right-side .relative-list li span {
    left: 30px;
  }
  .video-page .title.title-24 {
    font-size: 21px;
  }
  .modal .modal-dialog::before,
  .modal .modal-dialog::after {
    display: none;
  }
  .modal .close {
    right: 0;
    top: 0;
    margin: 0;
  }
}
/******
991
******/
@media only screen and (max-width: 991px) {
  body {
    padding-top: 70px;
  }
  .navbar-header {
    float: none;
    padding: 10px 0;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  header {
    background: #feea00;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .navbar-nav {
    margin: 0;
    padding-bottom: 20px;
    height: 500px;
    overflow-y: scroll;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-collapse {
    margin: 20px 0;
  }
  .collapse.in {
    display: block !important;
    padding: 0;
    margin-bottom: 0;
    overflow-y: scroll;
  }
  /* menu button animation*/
  .navbar-default .navbar-toggle .icon-bar {
    background: #a3010d;
  }
  .navbar-toggle {
    margin: 0;
    height: 50px;
    padding-right: 0;
    margin-right: 0px;
    border: none;
    background-color: transparent !important;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    margin-top: 4px;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggle .bottom-bar,
  .navbar-toggle .top-bar,
  .navbar-toggle .middle-bar {
    margin-bottom: 7px;
    width: 29px;
    transition: all 0.2s;
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    margin-bottom: 4px;
  }
  .lng-select {
    margin-bottom: 0;
  }
  .lng-select img {
    width: 25px;
    margin-right: 5px;
    opacity: 0.5;
  }
  .lng-select .active img {
    opacity: 1;
  }
  .lng-select li a:hover img {
    opacity: 1;
  }
  .mobile {
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .logo {
    margin-bottom: 10px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
    color: #101d2e;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:visited,
  .navbar-default .navbar-nav > li > a:active {
    font-size: 16px;
    color: #333333;
    background-color: transparent !important;
    padding: 7px 0px;
  }
  .navbar-nav li.dropdown ul.dropdown-menu {
    display: block;
    position: relative;
    left: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    float: none;
  }

  .navbar-nav > li > .dropdown-menu li a,
  .navbar-nav > li.active > .dropdown-menu li a {
    padding: 7px 15px !important;
    font-size: 16px;
    color: #333333;
    background-color: transparent !important;
  }
  .navbar-nav > li > .dropdown-menu li a:hover {
    color: #101d2e;
    background-color: transparent !important;
  }
  .top-angebote article img {
    width: 100%;
  }
  .top-angebote article .icon {
    width: auto;
  }
  .cta-section img {
    width: 100%;
  }
  .section-right-side {
    margin-top: 30px;
  }
  .form-horizontal .col-md-8,
  .form-horizontal .col-md-9,
  .form-horizontal .col-md-10 {
    padding-left: 15px;
  }
  .form-horizontal .control-label {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .cta-section .col-md-4:nth-child(3n + 1) {
    clear: none;
  }
  .cta-section .col-md-4:nth-child(2n + 1) {
    clear: left;
  }
  .galerie .galerie-row img {
    width: 100%;
  }
  .video-page img {
    margin-bottom: 30px;
    width: 100%;
  }
  .news-page .col-md-4:nth-child(3n + 1) {
    clear: none;
  }
  .news-page .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
  .message h2 {
    font-size: 20px;
  }
}
/******
767
******/
@media only screen and (max-width: 767px) {
  .navbar-nav {
    height: calc(100vh - 70px);
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .collapse.in {
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 69px;
    padding: 0 15px;
    bottom: 0;
    background: #feea00;
  }
  .navbar-nav > li > .dropdown-menu li a,
  .navbar-nav > li.active > .dropdown-menu li a {
    font-size: 15px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:visited,
  .navbar-default .navbar-nav > li > a:active {
    padding: 5px 0;
  }
  .title,
  .news-page.news-detail article .article-desc h2,
  .mietwagen h2 {
    font-size: 24px;
  }
  .txt {
    font-size: 16px;
  }
  .section-txt article ul li {
    font-size: 16px;
  }
  .title.title-24,
  .section-txt article h2 {
    font-size: 20px;
  }
  footer h3 {
    font-size: 20px;
  }
  .section-txt article {
    margin-top: 0;
  }
  .section .title {
    margin-bottom: 30px;
  }
  .section .top-angebote article,
  .section-txt img {
    margin-bottom: 30px;
  }
  .galerie img {
    width: 100%;
  }
  .galerie .galerie-row .col-md-3 {
    margin-top: 30px;
  }
  .galerie .galerie-row .zoom {
    padding-top: 40%;
  }
  .news-page img,
  .mietwagen img {
    width: 100%;
  }
  .main-slider .main-slide {
    height: 175px;
  }
  .navbar-nav > li > .dropdown-menu li a i {
    font-size: 14px;
  }
}
/******
479
******/
@media only screen and (max-width: 362px) {
  .navbar-nav {
    height: calc(100vh - 100px);
  }
}
.termine input,
.termine select,
.termine textarea {
  background-color: #ebebeb;
  border: 1px solid silver;
  border-radius: 0;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.termine input:focus,
.termine select:focus,
.termine textarea:focus {
  outline: 0;
}

.pageButton button {
  transition: all 0.3s;
  background-color: #a3010d;
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  outline: 0px none;
  padding: 0.8125rem 1.5625rem;
  text-align: center;
  border: none;
}

.pageButton button:hover {
  outline: 0;
  background-color: #333333;
  text-decoration: none;
}

.description {
  font-size: 0.9em;
  font-weight: 300;
  color: #38383b;
  padding-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .termine .wrapper {
    padding-top: 0px 15px 0px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .description {
    padding-bottom: 10px;
  }
  .termine .phoneTermin img {
    width: 100%;
  }
}

#datepicker {
  position: relative;
  margin-bottom: 50px;
}

#datepicker:hover {
  background-color: #a3010d;
}

.ui-datepicker-header {
  margin-top: 50px;
  margin-bottom: 1.25rem;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker {
  background: #fff;
  width: 100%;
  padding: 0;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 24px;
  margin: 0;
  text-align: left;
  font-weight: 900;
  color: #000;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-weight: 300;
}

.ui-datepicker th {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.125rem 0;
  text-align: left;
  text-transform: uppercase;
}

.ui-datepicker-week-end.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-current-day.ui-datepicker-today
  span,
.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-today
  span {
  background-color: #ffcc33 !important;
  border-radius: 50%;
  color: #fff !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: table-cell;
  width: 27px;
  height: 27px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #272727;
  line-height: 1;
  font-size: 14px;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #e5e5e5;
  color: #000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-radius: 50%;
  background-color: #cacaca;
  color: #000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-radius: 50%;
  background-color: #a3010d;
  color: #fff;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 0rem;
  margin-top: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 0rem;
  margin-top: 0;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 1.875rem;
}

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  background: url(../images/arrows.svg) no-repeat;
}

.ui-datepicker .ui-datepicker-next span:hover,
.ui-datepicker .ui-datepicker-prev span:hover {
  background-color: #a3010d;
}

.ui-datepicker .ui-datepicker-prev span {
  background-position: 0 0;
}

.ui-datepicker .ui-datepicker-next span {
  background-position: -1.25rem 0;
}

.ui-datepicker .ui-datepicker-prev-hover span {
  left: 0;
  background-color: #f8f8f8;
  background-position: 0 -1.25rem;
}

.ui-datepicker .ui-datepicker-next-hover span {
  right: 0;
  background-color: #f8f8f8;
  background-position: -1.25rem -1.25rem;
}

.ui-datepicker-header .ui-widget-header .ui-helper-clearfix .ui-corner-all {
  background-color: #a3010d;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}

.termine .wrapper {
  background-color: transparent;
  padding: 3.75rem 0.9375rem 1.5625rem;
}
@media only screen and (max-width: 991px) {
  .termine .wrapper {
    padding: 0;
  }
  .phoneTermin img {
    margin-top: 40px !important;
    margin: 0 auto;
  }
}

.termine .wrapper:after,
.termine .wrapper:before {
  content: " ";
  display: table;
}

@media only screen and (min-width: 62em) {
  .termine .wrapper {
    margin: 0px 0px;
    padding: 0rem 0 1.5625rem;
  }
  .termine .ui-datepicker .ui-datepicker-title {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 75em) {
  .termine .ui-datepicker .ui-datepicker-title {
    font-size: 1.5625rem;
    color: #a3010d;
    font-size: 20px;
    text-transform: uppercase;
  }
}

.termine .ui-datepicker-header {
  margin-top: 20px;
  font-size: 20px;
}

.termine .newsPromotion {
  padding-top: 0px;
  margin-top: 70px;
  margin-bottom: 0px;
}

.termine label {
  font-weight: 400;
  margin-bottom: 10px;
}

@media only screen and (min-width: 62em) {
  .termine label {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 75em) {
  .termine label {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333333;
  }
}

.termine label span {
  color: #a3010d;
}

.termine label i {
  font-style: normal;
  font-weight: 300;
}

.termine input {
  padding: 5px 0.625rem;
}

.termine select {
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/dropArrow.svg) 100% -4px no-repeat #ebebec;
  border-radius: 0;
  padding: 3px 1.875rem 3px 0.625rem;
}

.termine textarea {
  background-color: #ebebeb;
  font-size: 0.875rem;
  height: 6.6rem;
  padding: 0.25rem 0.625rem;
  resize: none;
}

.termine button {
  background-color: #a3010d;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 0.3125rem 0;
  text-align: center;
  width: 100%;
}

.termine button:hover {
  background-color: #a3010d;
  outline: 0;
}

.termine button:focus {
  outline: 0;
}

.termine p {
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (min-width: 62em) {
  .termine form {
    width: 75%;
    display: block;
    float: left;
  }
  .termine form:after,
  .termine form:before {
    content: " ";
    display: table;
  }
  .termine form:after {
    clear: both;
  }
  .termine .block {
    width: 33.33333%;
    display: block;
    float: left;
    padding-left: 0px;
    padding-right: 0.9375rem;
  }
}

.termine .block .pageButton button {
  padding: 10px;
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .termine .block .pageButton button::after {
    margin: -1.125rem 0px 0px 0.775rem;
  }
  .termine .block .pageButton button {
    font-size: 14px;
  }
}

.termine .block label.last {
  margin-top: 40px;
}

.termine .block h4 {
  background-color: #333333;
  color: #fff;
  margin: 0;
  padding: 0.6375rem 0.9375rem;
  font-weight: 400;
}

.termine .block .wrap {
  border: 1px solid #e2e2e2;
  background-color: white;
  padding: 20px 10px;
  min-height: 454px;
}

.termine .block .time {
  margin: 0 -0.9375rem;
  overflow: hidden;
}

.termine .block .time:after,
.termine .block .time:before {
  content: " ";
  display: table;
}

.termine .block .time .hours,
.termine .block .time .minutes {
  width: 50%;
  display: block;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.termine .block .time p {
  color: #a3010d;
  margin: 0;
  margin-bottom: 10px;
}

.termine .bottomText {
  color: #626262;
  font-size: 12px;
  margin-top: 25px;
}

.termine .bottomText span {
}

@media only screen and (min-width: 62em) {
  .termine .phoneTermin {
    width: 25%;
    display: block;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .ivice {
  }
  #garage1 img {
    padding-left: 15px;
  }
}

.termine .phoneTermin .txt {
  background-color: #ffcd00;
  color: #333;
  padding: 0.8rem 0.9375rem;
  position: relative;
  text-align: center;
  margin-top: -70px;
}

.termine .phoneTermin .txt .holder {
  font-size: 15px;
  margin-top: 24px;
}

.termine .phoneTermin .txt .holder p {
  margin-bottom: 0px;
  font-size: 15px;
}

.termine .phoneTermin .txt .holder span {
  font-weight: 800;
}

.termine .phoneTermin .txt .txtHolder p {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 800;
  text-transform: uppercase;
}

.termine .phoneTermin .txt .txtHolder span {
  font-size: 18px;
  font-weight: 600;
}

.termine .phoneTermin .txt .txtHolder hr {
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 1px solid #c19e0f;
}

.termine .phoneTermin .txt i {
  background-color: #ffcd00;
  box-shadow: 0 0 0 0.625rem #ffcd00;
  border-radius: 50%;
  display: block;
  height: 2.5rem;
  left: 50%;
  margin-left: -1.25rem;
  position: absolute;
  top: -1.25rem;
  width: 2.5rem;
}

.termine .phoneTermin .txt strong {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .termine .block .wrap {
    min-height: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .ui-datepicker .ui-datepicker-title {
    color: #a3010d;
    text-transform: uppercase;
  }
  .phoneTermin img {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .description {
    font-size: 12px;
  }
  .red-frame {
    border: none;
    padding: 0;
  }
}
