@import "../fonts/fontawesome/font-awesome.min.css";
@import "../fonts/icomoon/icomoon.css";
/* Font & Icons */
@font-face {
  font-family: "MetaWeb-Bold";
  src: url("../fonts/ff_meta_web_bold/MetaWeb-Bold.eot");
}
@font-face {
  font-family: "MetaWeb-Bold";
  src: url("../fonts/ff_meta_web_bold/MetaWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "MetaScWeb-Bold";
  src: url("../fonts/ff_meta_web_bold/MetaScWeb-Bold.eot");
}
@font-face {
  font-family: "MetaScWeb-Bold";
  src: url("../fonts/ff_meta_web_bold/MetaScWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "MetaWeb";
  src: url("../fonts/ff_meta_web_normal/MetaWeb-Normal.eot");
}
@font-face {
  font-family: "MetaWeb";
  src: url("../fonts/ff_meta_web_normal/MetaWeb-Normal.woff") format("woff");
}
@font-face {
  font-family: "MetaScWeb";
}
@font-face {
  font-family: "MetaScWeb";
  src: url("../fonts/ff_meta_web_normal/MetaScWeb-Normal.woff") format("woff");
}
/* Main */
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
.button,
select,
textarea,
.project-title,
.product-title,
.project-description,
.font-alt-1,
.header .navigation > ul > li > a,
.side-navigation > ul > li > a,
.overlay-navigation > ul > li > a,
.grid-filter-menu a {
  font-family: "MetaWeb", 'Lato', 'Helvetica Neue', sans-serif, FontAwesome, icomoon;
}
.row,
body.boxed .wrapper-inner {
  max-width: 123rem;
}
.contents strong {
  letter-spacing: 0.5px;
}
/* Topline */
.top-line {
  width: 100%;
  height: 120px;
  max-height: 120px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 110;
}
.top-line .open-menu {
  padding: 42px 0;
  height: 120px;
  width: 120px;
  text-align: center;
  color: #9d9d9c;
  background: #3c3c3c;
}
.top-line .open-menu span {
  display: block;
  font-size: 60px;
  line-height: 30%;
  margin: 0 !important;
}
.top-line .logo {
  max-width: 460px;
  width: 100%;
  padding: 30px 0;
  margin-left: 40px;
}
.top-line .logo img {
  max-width: 420px;
  width: 100%;
}
.top-line .logo .logo-title {
  color: #fff;
  padding-left: 17%;
  font-size: 16px;
  line-height: 1;
}
.top-line .top-line-nav-wrapper .top-line-nav {
  padding: 14px 0;
  margin: 0;
  padding-right: 20px;
  padding-top: 56px;
}
.top-line .top-line-nav-wrapper .top-line-nav li {
  float: left;
}
.top-line .top-line-nav-wrapper .top-line-nav li a {
  color: #9d9d9c;
  font-size: 28px;
  display: block;
}
.top-line .top-line-nav-wrapper .top-line-nav li a:hover {
  color: #dedc00;
}
.top-line .top-line-nav-wrapper .top-line-nav li a span {
  line-height: 26px;
  font-size: 42px;
  width: 34px;
  margin-left: -4px;
}
.top-line .logo-gruppe {
  max-height: 120px;
  padding: 22px 0;
  margin-right: 40px;
  min-width: 330px;
}
.top-line .logo-gruppe img {
  max-width: 70px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.top-line .tw-metanavigation {
  position: absolute;
  top: 20px;
  right: 20px;
}
.top-line .tw-metanavigation li {
  float: left;
  padding-left: 5px;
}
.top-line .tw-metanavigation li:before {
  content: '|';
  padding-right: 5px;
}
.top-line .tw-metanavigation li:first-child:before {
  display: none;
}
.top-line .tw-metanavigation,
.top-line .tw-metanavigation li a {
  font-size: 9px;
  line-height: 13px;
  color: #7F7F7F;
  font-weight: 400;
}
/* Megadropdown */
.tw-megadropdown {
  float: left;
  width: 120px;
  height: 120px;
}
.tw-megadropdown .tw-openmenu {
  cursor: pointer;
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
  padding-top: 30px;
  font-size: 11px;
  background: #3c3c3c;
  color: #9d9d9c;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.tw-megadropdown:hover .tw-openmenu {
  background: #000000;
}
.tw-megadropdown .tw-openmenu span {
  display: block;
  font-size: 60px;
  line-height: 45px;
}
.tw-megadropdown .tw-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 120px;
  background-color: rgba(216, 213, 0, 0.9);
  padding: 0 !important;
  -webkit-transition-property: visibility, opacity, background, color;
  transition-property: visibility, opacity, background, color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.tw-megadropdown:hover .tw-menu {
  visibility: visible;
  opacity: 1;
}
.tw-megadropdown .tw-menu > ul {
  margin: 0 2.7rem;
  float: left;
  width: 1000px;
  margin-bottom: 3rem;
}
.tw-megadropdown .tw-menu ul li a {
  color: #000000;
}
.tw-megadropdown .tw-menu > ul > li {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0;
  min-width: 25%;
  padding-right: 26px;
  padding-left: 27px;
}
.tw-megadropdown .tw-menu > ul > li > .nav-title-group {
  display: block;
}
.tw-megadropdown .tw-menu > ul > li > .nav-title-group > .nav-icon {
  display: block;
  text-align: left;
  font-size: 97px;
  line-height: 65px;
  color: #000000;
  margin: 0;
  padding-bottom: 20px;
}
.tw-megadropdown .tw-menu > ul > li > .nav-title-group > .nav-icon:before {
  margin-left: -17px;
}
.tw-megadropdown .tw-menu > ul > li > .nav-title-group > .icon-Fahrzeugmarkt:before {
  margin-left: 0 !important;
}
.tw-megadropdown .tw-menu > ul > li > .nav-title-group > .nav-title {
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  color: #1d1d1b;
  display: block;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
  padding-bottom: 3px;
}
.tw-megadropdown .tw-menu > ul > li > ul {
  margin-left: 0;
}
.tw-megadropdown .tw-menu > ul > li > ul > li {
  border-bottom: 1px solid #000000;
}
.tw-megadropdown .tw-menu > ul > li > ul > li {
  padding: 0;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding: 0.6rem 0rem;
  padding-bottom: 0.3rem;
}
.tw-megadropdown .tw-menu .tw-megadropdown-teaser {
  float: left;
  width: 270px;
}
.tw-megadropdown .tw-menu .tw-megadropdown-teaser img {
  width: 100%;
}
.tw-megadropdown .tw-metanav-mobile {
  display: none;
}
/* MMenu */
.tw-open-mmenu {
  display: none;
  float: left;
  width: 90px;
  height: 120px;
  cursor: pointer;
  text-align: center;
}
.tw-open-mmenu span {
  font-size: 60px;
  padding: 30px 0px;
}
#mm-tw-mmenu .nav-title-group .nav-title,
#mm-tw-mmenu .nav-title-group .nav-icon {
  font-size: 22px !important;
}
/* Content */
.content.tw-without-slider {
  padding-top: 18.8rem;
}
/* Slider */
.tms-content {
  text-align: left;
}
.tauwald-slider {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding: 0;
  padding-top: 0 !important;
}
.tauwald-slider .tw-caption {
  font-size: 80px;
  line-height: 85px;
  color: #FFFFFF;
  letter-spacing: -1px;
  font-weight: 400;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.tauwald-slider .tw-caption-button {
  background: #D8D500;
  border: 0;
  font-size: 2rem !important;
  line-height: 2rem;
  color: #000000;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
  padding: 15px 20px;
  font-weight: 400;
  margin-top: 2rem;
}
.tauwald-slider .tw-caption-button:hover {
  color: #fff;
  background: #202020;
}
.tauwald-slider .tw-caption-row {
  padding: 0 5%;
}
.tauwald-slider .tw-scrollDown {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.tauwald-slider .tw-scrollDown a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.tauwald-slider .tw-scrollDownIcon {
  width: 60px;
  height: 60px;
  display: block;
  background: url('../images/scroll-pfeil.svg') no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 auto;
}
.tauwald-slider .tw-scrollDownIcon:hover {
  background: url('../images/scroll-pfeil_gruen.svg') no-repeat;
}
.tauwald-slider .tms-pagination {
  display: none !important;
}
/* Header Subpage Navigation */
.tauwald-header {
  padding: 0 !important;
  max-height: 50rem;
}
.header-bottom {
  top: 43rem;
}
.tauwald-fixed-nav {
  min-height: 7rem;
  max-height: 7rem;
}
.tauwald-fixed-nav.header-sticky .header-inner {
  top: 119px !important;
}
.tauwald-fixed-nav .header-inner {
  border-top: 10px solid #d3d100;
  background: #dedc00;
  min-height: 7rem;
}
.tauwald-fixed-nav .header-inner .navigation > ul > li > a > .new-badge {
  text-transform: uppercase;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  background-color: #000000;
  -webkit-transform: matrix(0.9962, -0.0872, 0.0872, 0.9962, -1, 2);
  -ms-transform: matrix(0.9962, -0.0872, 0.0872, 0.9962, -1, 2);
  transform: matrix(0.9962, -0.0872, 0.0872, 0.9962, -1, 2);
  width: 44px;
  min-height: 23px;
  color: #D8D500;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  padding-top: 4px;
  font-weight: 600;
  margin-left: 5px;
}
.tauwald-fixed-nav .header-inner .navigation > ul > li > a {
  text-transform: none;
  font-family: "MetaWeb", 'Helvetica Neue', sans-serif;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400;
  height: 6rem !important;
  line-height: 6rem !important;
  margin: 0 1rem;
  opacity: 1;
  letter-spacing: 0 !important;
}
.tauwald-fixed-nav .logo,
.tauwald-fixed-nav .header-inner .navigation > ul > li,
.tauwald-fixed-nav .header-inner .navigation > ul > li > a:not(.button),
.tauwald-fixed-nav .header-inner .dropdown > .nav-icon {
  height: 6rem;
  line-height: 6rem;
}
.tauwald-fixed-nav .header-inner > .nav-bar {
  border-bottom: 0;
}
.tauwald-fixed-nav .cat-icon {
  width: 50px;
  height: 60px;
  position: absolute;
  left: -40px;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  color: #a0a000;
}
.tauwald-fixed-nav .cat-icon span {
  font-size: 39px;
  line-height: 26px;
}
.tauwald-fixed-nav .navigation > ul > li > a,
.tauwald-fixed-nav .navigation > ul > li > a:hover,
.tauwald-fixed-nav .navigation > ul > li.current > a,
.tauwald-fixed-nav .navigation > ul > li.current > a:hover {
  color: #a0a000;
}
/* Subnavigation */
.subnavigation-block {
  position: relative;
  z-index: 1;
  background: #d8d500;
  padding: 25px 0;
}
.subnavigation-block ul li {
  padding: 0 15px;
}
.subnavigation-block ul li a {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #1d1d1b;
}
.subnavigation-block ul li a .nav-icon {
  display: block;
  margin-right: 0;
  padding-bottom: 10px;
  font-size: 102px !important;
  line-height: 68px;
  max-width: 90px;
  margin-left: -11px;
}
.subnavigation-block ul li a:hover {
  color: #1d1d1b;
}
.subnavigation-block ul li a:hover .nav-icon {
  color: #a0a000;
}
/* Breadcrumb */
.breadcrumb-section {
  padding-bottom: 1rem !important;
}
.breadcrumb {
  width: 100%;
  border-bottom: 1px solid#bfbfbf;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
}
.breadcrumb li a {
  color: #9A9797;
}
.breadcrumb li:after {
  content: '→';
  color: #9A9797;
}
.breadcrumb li:after,
.breadcrumb li:before {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.breadcrumb li.current a {
  color: #000000;
}
/* Two Cols Section */
.two-cols-section {
  padding-top: 0 !important;
}
.two-cols-section > div > .column:first-child {
  position: relative;
  padding-top: 20px;
}
/* Contact line */
.contact-line {
  background: #d7d7d6;
  padding: 25px 0;
  padding-top: 60px;
}
.contact-line p {
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  color: #7F7F7F;
}
.contact-line .feature-column .feature-icon {
  font-size: 8rem;
}
/* Service Contact */
.service-contact {
  background: #f1f1f1 !important;
}
.tw-service-contact-item .thumbnail img {
  width: 100%;
}
.tw-service-contact-item h4 {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 0px;
}
.tw-service-contact-item ul li {
  font-size: 14px;
  line-height: 18px;
  color: #646060;
}
.tw-service-contact-item ul li span {
  color: #000000;
}
/* Thumbnail */
.tw-solution-item {
  overflow: hidden;
  max-height: 205px;
}
.tw-solution-item img {
  width: 100%;
}
.tw-solution-item .overlay-info > span > span {
  font-size: 15px;
  line-height: 21px;
  text-transform: none;
  letter-spacing: 0 !important;
}
.tw-solution-item .overlay-info > span > span h4 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.5px;
  color: #000;
}
/* Articlelist */
.article-item .article-head {
  font-size: 13px;
  line-height: 26px;
  color: #000000;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.article-item .article-content {
  font-size: 15px;
  line-height: 21px;
  color: #646060;
  letter-spacing: -0.5px;
}
.article-item .article-content h4 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}
.article-item .article-link {
  font-size: 13px;
  line-height: 43px;
  color: #A0A000;
}
.article-item .article-link:before {
  content: '→';
  padding-right: 5px;
}
/* Section Block */
.content .section-block {
  padding-top: 35px;
  padding-bottom: 35px;
}
/* More-links */
.tw-more-links .tw-ml-head {
  color: #A0A000;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.tw-more-links .tw-ml-item {
  box-shadow: 0px 0px 4px rgba(127, 127, 127, 0.5), 0px 0px 4px rgba(127, 127, 127, 0.5);
  border-color: #787878;
  background-color: #D8D500;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 10px 15px;
}
.tw-more-links .tw-ml-item span {
  padding-right: 5px;
  display: inline-block;
}
.tw-more-links .tw-ml-item:hover {
  background: #000000;
  color: #fff;
}
.tw-blockheading {
  text-transform: uppercase;
  padding: 5px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  background: #dedc00;
  color: #000000;
  margin-bottom: 20px !important;
  display: inline-block;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 8px !important;
  margin-top: 20px !important;
}
.tw-blockheading-dark {
  text-transform: uppercase;
  padding: 5px !important;
  font-size: 14px !important;
  line-height: 17px !important;
  background: #a0a000 !important;
  color: #fff !important;
  margin-bottom: 30px !important;
  display: inline-block !important;
  padding-left: 10px!important;
  padding-right: 10px!important;
  padding-top: 8px !important;
}
.tw-wf-links {
  color: #A0A000;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
  display: block;
}
/* Graue Box */
.tw-grey-box {
  background: #f2f2f2;
  padding: 3rem;
}
.tw-grey-box .section-block {
  background-color: transparent;
}
/* Step Cols */
.tw-step-col,
.tw-step-col p {
  font-size: 14px !important;
  color: #646060 !important;
  line-height: 20px !important;
}
.tw-step-col img {
  margin-bottom: 2rem;
}
/* Footer */
.footer {
  width: 100%;
  background: #000;
  color: #787878;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .social-list {
  margin-bottom: 0;
}
.footer .social-list a:hover {
  color: #dedc00;
}
.footer .tw-metanavigation {
  display: none;
  margin-bottom: 0;
  padding-top: 25px;
}
.footer .tw-metanavigation li {
  float: left;
}
.footer .tw-metanavigation li:before {
  content: '|';
  padding-left: 5px;
  padding-right: 5px;
}
.footer .tw-metanavigation li:first-child:before {
  display: none;
}
.footer .tw-metanavigation li a {
  font-size: 12px;
  color: #666;
}
.footer .logos-footer img {
  max-width: 100px;
  display: inline-block;
  width: 100%;
  padding: .5rem;
}
.footer .social-list span.fa {
  font-size: 25px;
}
.footer .social-list li {
    margin: 0 5px;
}
/* Search */
#search-modal .column.width-12 {
  padding-left: 0;
  padding-right: 0;
}
.tml-search-modal .search-form-container {
  padding-left: 0;
  padding-right: 0;
}
.tml-search-modal .search-form-container .form-element {
  margin-bottom: 0;
}
.tml-search-modal .search-form-container .row {
  margin-left: 0;
  margin-right: 0;
}
#search-modal .form-element.large {
  padding: 2.5rem 4rem;
  font-size: 1.6rem;
  border: 0;
}
#search-modal .field-wrapper {
  max-width: 80%;
  width: 100%;
  float: left;
}
#search-modal button {
  max-width: 20%;
  width: 100%;
  float: left;
  margin-bottom: 0;
  height: 7.2rem;
  color: #000;
  font-size: 43px;
  background: #d8d500;
  border: 0;
}
#search-modal button:hover {
  background: #A0A000;
  color: #fff;
}
#tml-exit {
  display: none !important;
}
/* Accordion */
.accordion > ul > li > a {
  padding: 1.3rem 2.5rem;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #666;
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  font-family: "MetaWeb", 'Helvetica Neue', sans-serif;
}
.accordion > ul > li.active > a,
.accordion > ul > li.active > a:hover {
  border-color: transparent;
  background-color: #dedc00;
  color: #000;
}
.tw-accordion-no-padding {
  padding-top: 0 !important;
  margin-top: -35px !important;
}
/* Contents */
.contents .tw-btn {
  box-shadow: 0px 0px 4px rgba(127, 127, 127, 0.5), 0px 0px 4px rgba(127, 127, 127, 0.5);
  border-color: #787878;
  background-color: #D8D500;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tw-btn span {
  padding-right: 5px;
  display: inline-block;
}
.tw-btn:hover {
  background: #000000;
  color: #fff;
}
.contents .tw-color-black {
  color: #000000;
}
.contents .highlighted {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}
.contents .tw-button {
  text-transform: uppercase;
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
  background: #dedc00;
  color: #000000;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.contents .tw-button-dark {
  text-transform: uppercase;
  padding: 5px;
  font-size: 14px;
  line-height: 17px;
  background: #a0a000;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.contents p.tw-text-small,
.contents p .text-tw-small,
.contents .tw-text-small {
  font-size: 14px !important;
  color: #646060 !important;
  line-height: 20px !important;
  display: block;
}
.contents .tw-icon-big-green {
  font-size: 180px;
  line-height: 1;
  display: block;
  margin-bottom: -55px;
  color: #a0a000;
}
.contents .tw-icon-big-middle-txt {
  vertical-align: middle;
}
.contents .tw-termin-icon {
  font-size: 160px;
  line-height: .6;
  display: block;
  color: #a0a000;
}
.contents p {
  font-size: 18px;
  line-height: 26px;
  color: #646060;
  letter-spacing: -0.5px;
  font-weight: normal;
}
.contents h1 {
  font-size: 44px;
  line-height: 53px;
  color: #A0A000;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.contents h2 {
  font-size: 36px;
  line-height: 43px;
  color: #A0A000;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.contents h3 {
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}
.contents h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #646060;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}
.contents table {
  max-width: calc(100% + 2%);
  table-layout: fixed;
  margin-left: -1%;
}
.contents table td {
  vertical-align: top;
  padding: 0 1%;
}
.contents table td img {
  max-width: 100%;
}
/* Formular Gen */
.tw-form-gen label {
  margin-bottom: 0;
  color: #000;
  font-size: 1.6rem;
  display: block;
}
.tw-form-gen .btn.btn-primary {
  box-shadow: 0px 0px 4px rgba(127, 127, 127, 0.5), 0px 0px 4px rgba(127, 127, 127, 0.5);
  border-color: #787878;
  background-color: #D8D500;
  display: inline-block;
  color: #000000;
  padding: 10px 15px;
  margin-right: 5px;
  border: 0;
  font-size: 2rem;
}
.tw-form-gen .btn.btn-primary:hover {
  background: #000000;
  color: #fff;
}
.alert {
  background: #dedc00;
  color: #000000;
  border-color: #fcf8e3;
  border: 0;
  padding: 15px;
  font-size: 1.6rem;
}
/* Social Reader */
.tw-social-reader {
  background-color: #ebebe6 !important;
}
.tw-social-reader .post-date {
  display: block;
}
.tw-social-reader .post-info {
  color: #000 !important;
  text-transform: none !important;
  display: block;
  margin-bottom: 1.5rem;
}
.tw-social-reader .post-info span {
  margin-left: 0;
  margin-right: 0;
}
.tw-social-reader .post-info span,
.tw-social-reader .post-info a {
  vertical-align: middle;
}
.tw-social-reader .tw-sr-icon {
  font-size: 34px;
  margin-right: 5px;
  float: left;
  width: 40px;
}
.tw-social-reader .tw-sr-head {
  float: right;
  width: calc(100% - 40px);
}
.tw-social-reader .post-content p {
  font-size: 15px !important;
  line-height: 21px !important;
  margin-bottom: .5rem;
  word-break: break-word;
}
.tw-social-reader .tw-sr-more {
  font-size: 13px;
  line-height: 43px;
  color: #A0A000;
}
.tw-social-reader .tw-sr-more:before {
  content: '→';
  padding-right: 5px;
}
/* Meta nav mobile */
.tw-mobile-metanav {
  display: none;
}
/* Suche */
.search_it-results .search_it-title {
  color: #A0A000;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.search_it-results .search_it-title a {
  color: #000;
}
.search_it-results .search_it-teaser {
  display: block;
  margin-bottom: 1rem;
}
.search_it-results li {
  margin-bottom: 3rem;
}
/* Panoramaview */
#mypanoviewer {
  height: 500px;
  width: 100%;
  -webkit-box-shadow: 5px 5px 10px #b4b4b4;
  -moz-box-shadow: 5px 5px 10px #b4b4b4;
  box-shadow: 5px 5px 10px #b4b4b4;
}
#notice,
#notice A:link,
#notice A:visited,
#notice A:active,
#notice A:hover {
  font-size: 7pt;
  color: #a0a0a0;
  text-align: right;
  padding-top: 5px;
  text-decoration: none;
}
#notice A:hover {
  text-decoration: underline;
}
.panorama-view-pt {
  margin-top: -70px;
  padding-top: 0 !important;
}
/* YouTube Teaser */
.tw-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  background: transparent;
  color: #dedc01;
}

/* rundgang */
.mypanoviewer {
  height: 50rem;
}
@media screen and (max-width: 1340px) {
  .tw-megadropdown .tw-menu .tw-megadropdown-teaser {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .tw-megadropdown .tw-menu {
    width: 100%;
  }
  .tw-megadropdown .tw-menu > ul {
    width: calc(100% - 54px);
  }
  .tauwald-fixed-nav .cat-icon {
    left: 0;
  }
  .tauwald-fixed-nav .nav-bar-inner {
    padding-left: 50px;
  }
  .tauwald-fixed-nav .header-inner .navigation > ul > li > a {
    font-size: 1.3rem;
    margin: 0 .7rem;
  }
  .tauwald-fixed-nav .cat-icon {
    width: 40px;
    font-size: 20px;
    padding: 15px 0;
  }
  .tauwald-fixed-nav .nav-bar-inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .top-line .logo {
    max-width: 300px;
    width: 100%;
    padding: 30px 0;
    margin-left: 40px;
  }
  .top-line .logo .logo-title {
    padding-left: 18%;
    font-size: 12px;
  }
  .top-line .logo-gruppe {
    max-height: 120px;
    padding: 27px 0;
    margin-right: 40px;
    max-width: 300px;
  }
  .top-line .top-line-nav {
    padding: 20px 0;
    margin: 0;
    padding-right: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .mm-listview > li.mm-vertical > .mm-next,
  .mm-vertical .mm-listview > li > .mm-next,
  .nav-title-group {
    height: 47px;
  }
  .tw-mobile-metanav {
    display: block;
  }
  .tw-megadropdown {
    display: none;
  }
  .tw-open-mmenu {
    display: block;
  }
  .top-line .logo {
    margin-left: 20px;
    padding: 39px 0;
  }
  .tauwald-slider .tw-scrollDownIcon {
    width: 40px;
    height: 40px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .tauwald-slider .tw-scrollDownIcon:hover {
    background: url('../images/scroll-pfeil_gruen.svg') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .tauwald-fixed-nav {
    display: none;
  }
  .tauwald-slider .tw-caption {
    font-size: 70px;
    line-height: 75px;
  }
  .tauwald-slider .tw-caption-button {
    margin-top: 1rem;
  }
  .content.tw-without-slider {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 850px) {
  .tw-sb-right {
    display: none;
  }
  .tw-sb-left {
    width: 100% !important;
  }
  .tw-solution-item .overlay-info > span > span h4 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.5px;
  }
  .tw-solution-item .overlay-info > span > span {
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 849px) and (min-width: 769px) {
  .tw-solution-item .overlay-info > span > span h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .tw-solution-item .overlay-info > span > span {
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 950px) {
  .top-line .logo-gruppe {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .subnavigation-block ul li a {
    font-size: 14px;
  }
  .subnavigation-block ul li a .nav-icon {
    font-size: 65px !important;
    line-height: 60px;
    margin-left: 0;
    padding-bottom: 0;
  }
  .subnavigation-block ul li {
    padding: 0 10px;
  }
  .subnavigation-block {
    padding: 20px 0;
  }
  .contents .tw-button-dark,
  .contents .tw-button {
    font-size: 14px;
  }
  .contents h1,
  .contents h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .contents h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .contents h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .tauwald-slider .tw-caption {
    font-size: 50px;
    line-height: 55px;
  }
  .tauwald-slider .tw-caption-button {
    font-size: 1.5rem !important;
    line-height: 1.5rem;
    margin-top: 0;
  }
  .tw-more-links .tw-ml-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-right {
    padding-top: 25px;
    text-align: center;
  }
  .tms-content-inner {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .tw-open-mmenu {
    width: 70px;
    height: 70px;
  }
  .tw-open-mmenu span {
    font-size: 50px;
    padding: 12px 0px;
  }
  .top-line .logo {
    max-width: 350px;
    padding: 19px 0;
    margin-left: 10px;
  }
  .top-line .logo img {
    max-width: 250px;
  }
  .top-line .logo .logo-title {
    display: none;
  }
  .top-line .top-line-nav-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #323232;
  }
  .top-line .top-line-nav-wrapper .top-line-nav {
    padding: 0;
    width: 100%;
    padding-top: 0;
    display: block;
    line-height: 1;
  }
  .top-line .top-line-nav-wrapper .top-line-nav li {
    float: left;
    width: 25%;
  }
  .top-line .top-line-nav-wrapper .top-line-nav li:nth-child(odd) {
    background: #494949;
  }
  .top-line .top-line-nav-wrapper .top-line-nav li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 0;
  }
  .top-line .tw-metanavigation {
    display: none;
  }
  .footer .tw-metanavigation {
    display: inline-block;
  }
  .footer .tw-metanavigation li {
    float: left;
  }
  .footer .tw-metanavigation li:before {
    content: '|';
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer .tw-metanavigation li:first-child:before {
    display: none;
  }
  .footer .tw-metanavigation li a {
    font-size: 12px;
    color: #666;
  }
  .tauwald-slider .tw-scrollDown {
    padding-bottom: 5px;
  }
  .tauwald-slider .tw-caption {
    font-size: 30px;
    line-height: 40px;
  }
  .tauwald-slider .tw-caption-button {
    font-size: 12px !important;
  }
  .contents .tw-button-dark,
  .contents .tw-button {
    font-size: 12px;
  }
  .contents h1,
  .contents h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 5px;
  }
  .contents h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .contents h4 {
    font-size: 16px;
  }
  .contents p {
    font-size: 16px;
    line-height: 23px;
  }
  .tw-more-links .tw-ml-head {
    font-size: 16px;
    padding-bottom: .5rem;
  }
  .tw-more-links .tw-ml-item {
    font-size: 12px;
    line-height: 17px;
    padding: 7px 10px;
  }
  .subnavigation-block ul li a {
    padding: 0 .5rem;
    font-size: 12px;
  }
  .subnavigation-block ul li a .nav-icon {
    font-size: 45px !important;
    line-height: 50px;
  }
}
/* Car List */
.car-search .item-description {
  padding: 0;
}
.car-search .item-head {
  background: #000;
  color: #D8D500;
  font-size: 26px;
  line-height: 31px;
  padding: 1.5rem;
}
.car-search .item-specifics {
  padding: 1.5rem;
  background: #F4F4F4;
}
.car-search .item-specifics ul li {
  border-top: 1px solid #c8c8c8;
}
.car-search .item-specifics ul li:first-child {
  border-top: 0;
}
.car-search .item-specifics .specifics-title {
  font-size: 13px;
  line-height: 29px;
  color: #646060;
  text-transform: uppercase;
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}
.car-search .item-specifics .specifics-info {
  color: #000;
}
.car-search .item-price {
  background: #D8D500;
  padding: 1.5rem;
}
.car-search .item-price .price {
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #000;
}
.car-search .item-price .price-info {
  display: block;
  font-size: 13px;
  line-height: 26px;
  color: #000;
}
.car-search .item-price a {
  background: #000;
  color: #D8D500;
  font-size: 14px;
  line-height: 17px;
  padding: 1rem 1.5rem;
  display: inline-block;
  margin-top: 1.5rem;
}
/* Car Filter */
.car-filter {
  background-color: #ebebeb !important;
}
.car-filter label {
  font-size: 14px;
  margin-bottom: 0;
}
.car-filter select {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 14px;
  padding: 9px 10px;
}
.car-filter #count {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: center;
}
.car-filter #count span {
  font-size: 36px;
  line-height: 50px;
}
.car-filter #show {
  background: #A0A000;
  color: #fff;
  border: 1px solid #C8C8C8;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
}
.car-filter #reset {
  background: #d3d2d2;
  color: #fff;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #a0a000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.mobile .header + .content { padding-top: 12rem; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 800px) {
  .contents table { width: 90% !important; margin: 0px auto; }
  .contents table td { display: block; text-align: center; width: 100% !important; height: auto !important; }
}

@media screen and (max-width: 500px) {
  .footer .logos-footer {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .footer .logos-footer img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .top-line .logo {
    max-width: 200px;
    padding: 22px 0;
    margin-left: 8%;
  }
  .tw-open-mmenu span {
    font-size: 40px;
    padding: 17px 0px;
  }
}
@media screen and (max-width: 400px) {
  .top-line .top-line-nav-wrapper .top-line-nav {
    width: 100%;
    padding-top: 0;
    display: block;
  }
  .top-line .top-line-nav-wrapper .top-line-nav li {
    float: left;
    width: 25%;
  }
  .top-line .top-line-nav-wrapper .top-line-nav li:nth-child(odd) {
    background: #494949;
  }
  .top-line .top-line-nav-wrapper .top-line-nav li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .subnavigation-block {
    padding: 0;
  }
  .subnavigation-block ul li {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }
  .subnavigation-block ul li:nth-child(odd) {
    background: #c9c601;
  }
  .subnavigation-block ul li a {
    padding: 0 .5rem;
    font-size: 14px;
  }
  .subnavigation-block ul li a .nav-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
