/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url('../fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('../fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url('../fonts/source-sans-pro-v13-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('../fonts/source-sans-pro-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url('../fonts/source-sans-pro-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/source-sans-pro-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url('../fonts/source-sans-pro-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url('../fonts/source-sans-pro-v13-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
       url('../fonts/source-sans-pro-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v13-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v13-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v13-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body, html {

}

@media (min-width:1200px) and (max-width:2000px) {
  .container {
    width: 80%
  }
}

@media (min-width:2001px) and (max-width:10000px) {
  .container {
    width: 1400px
  }
}

body, p {
  color: #565656;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Source Sans Pro';
}

.container {
  margin-left: auto;
  margin-right: auto
}

p {
  margin-bottom: 0
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0
}

h1, h2, h3 {
  font-family: 'Source Sans Pro';
}

h2 {
  color: #565656;
  font-size: 32px;
  font-weight: 600;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: 0;
}

.wrapper-content {
  display: table;
  height: 100%;
  position: relative;
}

.wrapper-content .align-middle {
  display: table-cell;
  height: 100%;
}

header.masthead {
	width: 100%;
	z-index: 9999;
	position: fixed;
	transition: all ease-out .3s;
  background-color: #b6b6b6;
  padding-top: 15px;
}

.logo-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 56px 40px;
  height: 100%;
  text-align: center;
  z-index: 9900
}

.logo-block img {
	width: 210px;
	height: auto;
}

.contact-info {
  display: inline-flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.contact-info p {
  margin-right: 15px;
  font-size: 18px;
}

.contact-info img {
	width: auto;
	height: 28px;
	margin-right: 7px;
}

.contact-info a {
  color: #3e3e3e;
  font-weight: bold;
}

.table-wrapper {
  display: table;
  height: 100%;
}

/* .changeColor {
  background-color: rgba(0, 0, 0, .5);
  transition: ease-in .3s all
} */

.changeText li a {
  color: #fff;
  transition: ease-in .3s all
}

.mobile-nav {
	height: auto;
	position: fixed;
}

.menu-collapser {
	background-color: #b6b6b6;
}

ul.slimmenu {
	position: fixed;
	top: 48px;
	padding-bottom: 1px;
}

ul.slimmenu li {
	background-color: #565656;
}

ul.slimmenu li:hover {
  background-color: #ce3723;
  text-decoration: none;
}

ul.slimmenu.collapsed li:last-child {
	border-bottom: 0;
}

ul.slimmenu li a {
	color: #fff;
}


.resp-topbar {
	display: none;
	background-color: #333;
	width: 100%;
	position: fixed;
	top: 0;
	text-align: right;
	z-index: 100;
}

.resp-topbar ul {
  margin: 0;
  padding: 0;
}

.resp-topbar li {
	display: inline-block;
	padding: 10px 10px;
}

.resp-topbar li:nth-of-type(2) {
  padding-right: 20px;
}

.resp-topbar li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

nav.mastnav {
  margin-top: 15px;
}

nav.mastnav ul li a.activelink, nav.mastnav ul li a:hover {
  color: #fff;
}

nav.mastnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
  background-color: #565656;
  display: flex;
  justify-content: space-around;
}

nav.mastnav ul li {
	display: inline-block;
	text-align: center;
	background-color: #565656;
  width: 20%;
}

nav.mastnav ul li a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 15px 20px;
}

nav.mastnav ul li a:hover {
  background-color: #ce3723;
}

.sub-menu {
  display: none;
  padding: 40px 0;
  position: absolute;
  min-width: 200px;
  background-color: rgba(255, 255, 255, .8)
}

.sub-menu a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  border-bottom: solid 1px #222;
  padding-bottom: 5px;
  margin-bottom: 5px
}

.section-heading {
	display: inline-flex;
	align-items: center;
  margin-bottom: 25px;
}

.section-heading img {
  width: auto;
  height: 100%;
  margin-right: 20px;
}

.auto-logos {
	position: fixed;
	left: 15px;
	top: 190px;
	display: flex;
	flex-direction: column;
	z-index: 20;
}

.auto-logos img {
  height: auto;
  width: 95px;
  padding: 10px 0;
}

/* Startseite */

#home {
  background: url(../images/mechaniker-kunde-motor.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 20%;
	position: relative;
}

#home .home-slogan {
	margin-top: 30vh;
	display: flex;
	justify-content: center;
}

#home .home-slogan h1 {
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	line-height: 46px;
	padding-right: 275px;
}

#home .home-imgs {
  display: flex;
}

#home .home-imgs img {
	padding: 0px 0px 20px 20px;
	object-fit: contain;
}

#home .home-imgs .img-vertical {
  display: flex;
  flex-direction: column;
}

#home .home-imgs .img-vertical img {
  padding-left: 0;
}

#home .home-imgs .img-vertical img:nth-of-type(2) {
  padding-bottom: 0;
}

#home .home-imgs .eurogrant-logo {
  padding-bottom: 0;
  padding-top: 0;
  width: 103px;
  height: auto;
}

#home .home-blocks {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: 100px;
	flex-wrap: wrap;
}

#home .home-blocks .block {
	display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 100%;
  padding: 20px;
  margin: 0 15px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

#home .home-blocks .block:hover {
  filter: grayscale(72%);
  -webkit-filter: grayscale(72%);
}

#home .home-blocks a:nth-of-type(1) .block {
  background-image: url(../images/meister-motorarbeiten.jpg);
}

#home .home-blocks a:nth-of-type(2) .block {
  background-image: url(../images/reifenwechsel.jpg);
}

#home .home-blocks a:nth-of-type(3) .block {
  background-image: url(../images/kfz-mitarbeiter-telefon.jpg);
  background-position: 0% 100%;
}

#home .home-blocks .block h2 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 20px;
}


/* Partner */

#partner {
	padding: 100px 0;
}

#partner .partner-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

#partner .partner-info p {
  padding-right: 25px;
  font-weight: 600;
}

#partner .partner-info img {
	width: auto;
	height: 80px;
	margin-right: 50px;
}

#partner .partner-imgs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

#partner .partner-imgs img {
  width: 90px;
  height: auto;
}


/* Leistungen */

#leistungen {
	padding: 100px 0;
	padding-top: 25px;
}

#leistungen .service-galerie .bottom-img {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  object-fit: cover;
}

#leistungen .service-galerie .row-horizontal {
  display: flex;
  flex-direction: row;
}

#leistungen .service-galerie .row-horizontal .ags-slider {
  width: 50%;
  padding-right: 20px;
}

#leistungen .service-galerie .row-horizontal .ags-buero {
  width: 50%;
}

#leistungen .service-galerie .row-horizontal img {
	width: 300px;
	height: 190px;
	object-fit: cover;
}

#leistungen .leistungen-list {
  margin-top: 50px;
}

#leistungen .leistungen-list ul {
  padding-left: 0;
  list-style-position: inside;
}

#leistungen .leistungen-list ul li {
  margin-bottom: 5px;
}


/* Services im Detail */

#services {
  padding: 75px 0;
  background-color: #ce3723;
}

#services p {
  color: #fff;
}

#services h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: right;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#services .section-heading {
	justify-content: center;
	width: 100%;
  margin-bottom: 50px;
}

#services .section-heading h2 {
  color: #fff;
}

#services .services-resp {
  display: none;
}

#services .slick-next, #services .slick-prev {
  z-index: 10;
}

#services .slick-next {
  right: 20px;
}

#services .slick-prev {
  left: 10px;
}

#services .services-slider img {
  margin: 0 40px;
}

#services .btn {
  background-color: #fff;
  color: #ce3723;
  font-weight: 600;
  padding: 7px 10px;
  margin-top: 20px;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  border-radius: 0;
}

#services .btn:hover {
  background-color: #e3e3e3;;
}


/* Foto */

.zwischen-foto {
	width: 100%;
	height: 400px;
	background-image: url(../images/mechaniker-werkstatt.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	background-attachment: fixed;
}

/* Werkstatt */

#werkstatt {
	padding: 100px 0;
}

#werkstatt .section-heading {
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

#werkstatt .slick-prev, #werkstatt .slick-next {
	z-index: 10;
}

#werkstatt .slick-prev {
	left: -4vw;
}

#werkstatt .slick-next {
	right: -4vw;
}

#werkstatt .slick-prev::before, #werkstatt .slick-next::before {
	color: #565656;
}

#werkstatt .slick-dots {
  bottom: -40px;
}

#werkstatt .werkstatt-slider img {
  width: 800px;
  height: 560px;
  object-fit: cover;
  margin: 0 90px;
}


/* Reifensuche */

#reifen {
	padding: 100px 0;
  background-color: #ce3723;
}

#reifen .section-heading {
  margin-bottom: 50px;
}

#reifen .section-heading h2 {
  color: #fff;
}

#reifen .reifenshop {
	height: 675px;
	width: 100%;
	border: 0;
}

.shop-btn {
	background-color: #fff;
	color: #ce3723;
	font-weight: 600;
	border: 0;
	padding: 15px 20px;
	margin: 0 auto;
	margin-top: 25px;
	display: block;
	text-align: center;
	width: max-content;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.shop-btn:hover {
	background-color: #b6b6b6;
	color: #3e3e3e;
}


/* Kontakt */

#kontakt {
	padding: 100px 0;
	padding-bottom: 200px;
	background-image: url(../images/autoreifen.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 50%;
}

#kontakt .section-heading {
  margin-bottom: 50px;
}

#kontakt a {
  color: #565656;
  font-weight: 600;
}


.dsa-cookie-notice {
	background-color: #b6b6b6;
  bottom: 10px;
}
