/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v22-latin/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin/lato-v22-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v22-latin/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin/lato-v22-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v22-latin/lato-v22-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin/lato-v22-latin-900d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin/lato-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin/lato-v22-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin/lato-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin/lato-v22-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
  background-color: #333333;
  color: #333;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
.top {
  width: 100%;
  height: 66vh;
  min-height: 680px;
  background-color: #000000;
  background: url('../../../../../../fileadmin/site/img/header.jpg');
  background-repeat:no-repeat;
  background-position:right;
  background-size: cover;
  text-align: center;
  position: relative;
}
table.ce-table{
	border:solid 1px #ccc;
}

td, th {
    padding: 1em;
}
body.subpage .top {
  height: 300px;
  
  background-size: cover;
  min-height: 0;
}
#fixedbar {
  position: fixed;
  width: 100%;
  z-index: 50;
  padding: 20px 45px;
  background: none;
  box-shadow: none;
  
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#fixedbar.darkHeader {
  background: #333;
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0,0,0,0.51);
  -moz-box-shadow: 0px 4px 22px 0px rgba(0,0,0,0.51);
  box-shadow: 0px 4px 22px 0px rgba(0,0,0,0.51);
  
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#fixedbar .nav{
	display:none;
}
.overlay-googlemap {
	background:transparent;
	position:relative;
	height:480px; /* your iframe height */
	top:480px; /* your iframe height */
	margin-top:-480px; /* your iframe height */
}

body.active #fixedbar .nav{
	display:block;
}
body.active #fixedbar {
	display:block;
	background:#333;
}
.top .inner-top {
  position: absolute;
  height: 100vh;
  top: 0;
  width: 100%;
}
body.subpage .top .inner-top {
  height: auto;
}
.top .automotive-consult {
  display: inline-block;
  font-size: 20px;
}
.top .burger {
	cursor: pointer;
    position: absolute;
    top: 18px;
    right: 10%;
    z-index: 100;
    color: white;
    font-size: 1.5em;
}
.top .nav ul {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}
.top .nav ul li {
  list-style: none;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}
.top a {
  color: #ffffff;
  transition: font-weight .3s;
}
.top a:hover, .top a:focus {
  text-decoration: none;
}
.top .nav a:hover {
  font-weight: 900;
  text-decoration: none;
}
.top .facebook-link {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
}
.top .facebook-link a {
  background: #333333;
  width: 40px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
}
.top .facebook-link a:hover {
  background: #3B5998;
  transform: scale(1.1);
}
.top .logo {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top .inner-top .logo img {
  width: 200px;
}
.top .inner-top[min-width~="475px"] .logo img {
  width: auto;
}
.top .logo .textslider .slideelement {
  display: none;
  color: #fff;
}
.top .logo .textslider h2.slideelement {
  font-size: 37px;
  text-transform: uppercase;
}
.top .inner-top[min-width~="475px"] .logo .textslider h2.slideelement {
  font-size: 70px;
} 
body.subpage .top .inner-top h2 {
  text-transform: uppercase;
  border: 2px solid #fff;
  display: none/*inline-block*/;
  padding: 20px 15px;
  font-weight: 700;
  margin: 130px auto 0 auto;
  color: #fff;
}
.top a.scroll {
  position: absolute;
  left: 50%;
  bottom: 20%;
}
.top a.scroll img {
  transition: opacity .3s;
  margin-left: -13.5px;
}
.top a.scroll img:hover {
  opacity: 0.5;
}

.top.video-header {
  background: #000;}
.top.video-header .video-wrapper {
  position: absolute;
  inset: 0;}
.top.video-header .video-wrapper:before {
  content: '';
  display: block;
  background: rgba(0,0,0,0.2);
  position: absolute;
  inset: 0;}
.top.video-header .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;}

.teasers {
  max-width: 100%;
  color: white;
}
.teasers a {
  color: white;
}
.teasers.row {
  margin-left: 0px;
  margin-right: 0px;
}
.teasers div {
  padding: 0;
}
.teasers .row {
  margin: 0;
}
.teasers div.teaserbox {
  padding: 20px;
  background-size: cover;
}
.teasers .teaserbox h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 0;
}
.teasers .teaserbox p {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.teasers .teaserbox a {
  padding: 15px 55px 15px 35px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}
.teasers .teaserbox a:hover {
  text-decoration: none;
}
.teasers div.teaserbox.bigbox {
  padding-top: 433px;  
  height: 760px;
}
.teasers div.bigbox[min-width~="660px"] .querie-50 {
  width: 50%;
  margin-left: 50%;
}
.teasers div.widebox {
  height: 380px;
}
.teasers div.widebox[min-width~="600px"] {
  padding-right: 30%;
}
.teasers div.tallbox {
  padding-top: 380px;
  height: 760px;
}
.teasers div.tallbox[min-width~="660px"] .querie-50 {
  width: 50%;
  margin-left: 50%;
}
.teasers .row[max-width~="775px"] div.tallbox {
  width: 100%;
  height: 380px;
  padding-top: 50px;
}
.teasers .row[max-width~="775px"] div.smallbox {
  width: 100%;
}
.teasers div.smallbox {
  text-align: center;
  height: 380px;
}
.teasers .row[max-width~="775px"] div.col-sm-6 {
  width: 100%;
}
.teasers div.smallbox .inner {
  padding: 25px 10px 35px 8px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.teasers div.smallbox .inner.overlay {
  background-color: rgba(0, 0, 0, .7);
}
.hometeaser{
	background-position:center;
	background-repeat:no-repeat;
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f0da";
  position: absolute;
  right: 1.3em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.content {
  background: #fff;
  text-align: center;
  color: #323232;
}
.content h2 {
  text-transform: uppercase;
  border: 2px solid #323232;
  display: inline-block;
  padding: 20px 35px;
  margin: 110px 0;
}
.content .text-center{
	display:block;
}
.content > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.pull-right {
  float: none!important;
}
.content .col-sm-6 {
  padding: 0;
  max-width: 100%;
}
.news-pic:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.news-text {
  float: right!important;
}
.row .row:last-child .news-text:before {
  content: "";
  display: block; 
}
.news-text .news-content {
  position: relative;
  margin-bottom: 60px;
}
div.news-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center;
}
.news-content h3 {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 25px 35px 0 35px;
  text-transform: uppercase;
  font-size: 30px;
}
.news-content[min-width~="445px"] h3 {
  font-size: 50px;
}
.news-content p {
  padding: 35px 35px 0 35px;
  color: #a1b1bc;
}
.news-content a {
  text-transform: uppercase;
  color: #323232;
  margin-left: 35px;
}
.news-content a:hover {
  text-decoration: none;
}

body.subpage .content {
  text-align: left;
}
body.subpage .content h2 {
  border: 2px solid black;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 25px;
  margin: 25px 0 15px 0;
}
body.subpage.kontakt .content h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
body.subpage .content p {
  line-height: 1.7em;
}
body.subpage.kontakt .content p {
  margin-bottom: 60px;
}
body.subpage .content div.frame:nth-child(odd) {
  background-color: #f5f5f5;
}
body.subpage .content div.frame:nth-child(even) {
  background-color: #fff;
}
body.subpage .content .row .content-inner, .frame-type-login {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
}
body.subpage .content .row .content-inner .textbox a.btn {
  background: none;
  border: 1px solid #323232;
  color: #323232;
  border-radius: 0;
  padding-right: 30px;
  margin-top: 20px;
}
body.subpage a.next-btn {
    border: 1px solid #323232;
    color: #323232;
    padding: 6px 0;
    font-size: 14px;
    display: inline-block;
}
body.subpage .content .row .content-inner .textbox a.hvr-icon-forward:before {
  right: 0.8em;
}
body.subpage .content .row .content-inner .imagebox {
  position: relative;
}
body.subpage .content .row .content-inner figure.video .video-embed {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
/*Video 21:9 BEGINN*/
#p12 .video-embed {
  padding-bottom: 42%;
}
#p12 #c46 .video-embed {
  padding-bottom: 57%;
}
/*Video 21:9 END*/
body.subpage .content .row .content-inner figure.video .video-embed iframe, body.subpage .content .row .content-inner figure.video .video-embed video {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
body.subpage .content .imagebox img {
  width: 100%;
  height: auto;
}
body.subpage .content .imagebox .bigger {
    background-color: rgba(0, 0, 0, 0.53);
    padding: 2px 5px;
    border-radius: 5px;

    position: absolute;
    margin-top: -30px;
    right: 5px;
}
body.subpage .content .imagebox .bigger a {
  color: white;
}
body.subpage .content .imagebox .bigger a:hover {
  text-decoration: none;
}
body.subpage .content .imagebox figcaption {
  margin-bottom: 15px;
  color: #a1b1bc;
}
body.subpage .thumbnails {
  margin-right: -1px;
  margin-left: -1px;
}
body.subpage .thumbnails:before {
  display: table;
  content: " ";
}
body.subpage .thumbnails:after {
  display: table;
  content: " ";
  clear: both;
}
body.subpage .thumbnails .col-sm-3 {
  width: 20%;
  height: 60px;
  float: left;
  padding: 0;
}
body.subpage .thumbnails .col-sm-3 img {
  object-fit: cover;
  height: 60px;
  padding-top: 2px;
}
body.subpage .thumbnails .col-sm-3 img {
  padding: 2px 1px 0 1px;
}
body.subpage .lightbox .lb-image {
  width: 220px!important;
  height: 150px!important;
  object-fit: cover;
}
body.subpage .btn-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.subpage a.back-btn {
  border: 1px solid #323232;
  color: #323232;
  padding: 6px 0;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  width: 169px;
  text-align: center;
}
body.subpage a.back-btn:hover, body.subpage a.back-btn:focus {
  text-decoration: none;
}
body.subpage.kontakt .content div.frame:nth-child(odd) {
  background-color: #fff;
}
body.subpage.kontakt .content .col-sm-4 {
  padding: 0;
}
body.subpage.kontakt .content a {
  color: #323232;
  text-decoration: none;
}
body.subpage.kontakt .googlemap {
  width: 100%;
}
body.subpage.kontakt .googlemap iframe {
  width: 100%;
  margin-bottom: -6px;
}

body.subpage .tx-felogin-pi1 label{
	min-width: 115px;
}

body.subpage .content .row.no-spacing {
   padding:50px 0 !important;
}

#p11 h2, #p20 h2, #p22 h2 {
  border: none;
  padding: 0px;
}

.footer {
  padding: 35px 70px;
  max-width: 1300px;
  margin: 0 auto;
  color: #fff;
  background-color: #333333;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 430px) {
  .teasers div.teaserbox {
    padding: 50px;
  }
  .teasers .teaserbox h2 {
    font-size: 50px;
  }
  body.subpage .lightbox .lb-image {
    width: 400px!important;
    height: 220px!important;
  }
}
@media (min-width: 768px) {
 .top .burger {
    top: 24px;
  }	
  .top .automotive-consult {
    font-size: 30px;
  }
  .pull-right {
    float: right!important;
  }
  .news-text .news-content {
    position: absolute;
    margin-bottom: 0;
  }
  .news-text {
    float: left!important;
  }
  .news-text:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .news-pic:before {
    padding-top: 100%;
  }
  .news-content h3 {
    height: 130px;
    padding: 25px 25px 0 25px;
  }
  .news-content p {
    padding: 15px 25px 0 25px;
  }  
  .news-content[min-width~="400px"] p {
    padding: 35px 35px 0 35px;
  }
  .news-content h3 {
    height: 100px;
  }  
  .news-content[min-width~="400px"] h3 {
    height: 130px;
    padding: 25px 35px 0 35px;
  }
  .news-content[min-width~="445px"] h3 {
    height: 200px;
  }
  body.subpage .top .inner-top h2 {
    padding: 20px 35px;
  }
  body.subpage .content .row {
    padding-bottom: 50px;
  }
  body.subpage .content div.frame:nth-child(even) .content-inner .col-sm-6 {
    float: right;
  }
  body.subpage .content h2 {
    margin-bottom: 60px;
    font-size: 36px;
  }
  body.subpage .content div.frame:nth-child(odd) .content-inner .textbox {
    padding-left: 50px;
  }
  body.subpage .content div.frame:nth-child(even) .content-inner .textbox {
    padding-right: 50px;
  }
  body.subpage.kontakt .content .col-sm-4 {
    padding-right: 15px; 
    padding-left: 15px;
  }
  body.subpage .lightbox .lb-image {
    width: 650px!important;
    height: 360px!important;
  }
}
@media (min-width: 970px) {
  .top .burger {
    display: none;
  }
  #fixedbar {
    padding: 20px 70px;
  }
	#fixedbar .nav{
		display:block;
	}  
	.top .automotive-consult {
	  float:left;
	}	
  .top .nav{
    right: 0;
    top: 0;
    padding: 0;
    width: 100%;
  }
  .top .nav ul li {
    display: inline-block;
    float: left;
    padding: 0;
    width: auto;
    font-size: 13px;
  }
  .top .nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
  }
  .top .nav ul li.homelink {
    display: none;
  }
  body.subpage .content .row {
    padding: 50px 70px;
  }
  body.subpage .content .row .content-inner {
    padding: 0;
  }
  body.subpage .content h2 {
    margin-top: 40px;
  }
  body.subpage .content .row:nth-child(odd) .content-inner .textbox {
    padding-left: 100px;
  }
  body.subpage .content .row:nth-child(even) .content-inner .textbox {
    padding-right: 100px;
  }
  body.subpage .thumbnails .col-sm-3 {
    height: 90px;
  }
  body.subpage .thumbnails .col-sm-3 img {
   height: 90px;
  }
  body.subpage .lightbox .lb-image {
    width: 850px!important;
    height: 500px!important;
  }
}
@media (min-width: 1170px) {
  .top .nav ul li {
    font-size: 15px;
  }
  body.subpage .content .row:nth-child(odd) .content-inner .textbox {
    padding-right: 50px;
  }
  body.subpage .content .row:nth-child(even) .content-inner .textbox {
    padding-left: 50px;
  }
  body.subpage .lightbox .lb-image {
    width: 1000px!important;
    height: 600px!important;
  }
}
@media (min-width: 1335px) {
  .top .nav {
    width: 75%;
    float: right;
  }
  .top .nav ul {
    margin-top: 15px;
  }
}