/* Schriften einbinden */
/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
font-display: swap;
}
/* EOF Schriften einbinden */


:root {
--bs-font-sans-serif: "Titillium Web",sans-serif;
--bs-body-font-size: 1.1rem;
--bs-body-font-weight: 300;
}


body {
background:#222630 url(/images/background/road-g196be3b00_1920.jpg) no-repeat center center;
background-attachment: fixed;
background-size: cover;
/*
height: 100%;
width: 100%;
z-index: -1;
top: 0;
left: 0;
*/
}
@media only screen and ( max-width: 767px ) {
  body { background: none !important; background-color:#222630!important; }
}


#sp-header {background-color:#fff;}

#sp-main-body {
  padding: 50px 0;
}
@media screen and (min-width: 1400px) {
    #sp-main-body {padding: 50px;}
}


#sp-menu {
  z-index: 10000;
  /*background: #ccc;*/
  margin-bottom: 1px;
}
.sp-megamenu-parent > li {
  text-transform: uppercase;
  border-right: 1px solid #333;
}
.sp-megamenu-parent > li:first-child {
  border-left: 1px solid #fff;
}
.sp-megamenu-parent > li > a, nav.sp-module ul > li > a {
  color: #666;
  font-weight: 600;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 10px!important; /*15*/
  line-height: 40px; /*20*/
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  margin: 5px; /*10*/
}

.sp-megamenu-parent > li.active > a {
  font-weight: 600;
  /*background-color: #a92621;*/
color: #a92621;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > a:focus {
  text-decoration: none;
}

.sp-menu-item.sp-has-child.active, .sp-megamenu-parent > li.active > span  {
  color: #a92621;
}


/* css pfeile oberhalb submenus */
.sp-megamenu-parent .sp-dropdown:before { /*after*/
	/*left: 5%;*/
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent transparent #a92621 transparent;
	border-width: 0px 10px 10px 10px;
	top: 0%;
	margin-top: -10px;
	transform: rotate(0deg);
	-webkit-transform:rotate(0deg);
}
.sp-megamenu-parent .sp-dropdown.sp-menu-right:before {
	left: 20px; /*5%;*/
}
.sp-megamenu-parent .sp-dropdown.sp-menu-left:before {
	right: 20px; /*5%;*/
}
/* -- EOF -- */


/* submenu */
.sp-megamenu-parent li li {
  text-transform: none;
  line-height: 40px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0;
  background: #fff;
  /*box-shadow: 0 4px 24px 0 rgba(0,0,0,.2);*/
  box-shadow: 0 8px 36px rgba(0,0,0,.2);
  border-top: 4px solid #a92621;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-bottom: 1px solid #edeff1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 15px;
display: block;
padding: 15px 10px;
font-weight: 400;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover , .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  background-color: #a92621;
  text-decoration:none;
}


/* Slideshow */
/*
#sp-slide {
  padding-left: 10px;
}
#sp-slide img {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
*/

/* Header */
#sp-header {
  box-shadow: none; border-bottom: 1px solid #ccc;
  animation: none; /**/
}
#sp-header .justify-content-end {
  justify-content: flex-start !important;
}
#sp-header .sp-module {
  margin-left: 0;
}

#sp-top .logo {
  display: inline-flex;
  margin: 0;
  align-items: center;
}
.logo-image {
width: auto;
max-height: 100%;
}

/* social icons */
ul.social-icons > li {font-size: 20px;}
#sp-menu ul.social-icons li.social-icon-facebook a:hover {color:#4267B2;}
#sp-menu ul.social-icons li.social-icon-instagram a:hover {color:#C13584;}
/* EOF Header */


/*offcanvas*/
.offcanvas-menu {
  background-color: #fff;
}
.offcanvas-menu .offcanvas-inner {
    padding-top: 0;
}
.close-offcanvas {
  right: 10px;
  top: 5px;
}
.offcanvas-menu .logo {
  /*width: 85%;*/
  margin-top: 20px;
}
@media (min-width: 100px) {
.offcanvas-menu .logo-image {
  height: 60px;
}
.offcanvas-menu li /*.offcanvas-menu .offcanvas-inner ul.menu > li*/{
  margin: 5px 0;
}
.offcanvas-menu .menu-parent .menu-child {
    display: block !important;
}
.offcanvas-menu .menu-parent .menu-toggler {
    display: none !important;
}
.offcanvas-menu .offcanvas-inner a {
  display: block;
}
.offcanvas-menu .offcanvas-inner ul li.menu-parent.active > a,
.offcanvas-menu .offcanvas-inner ul li.menu-parent.active .current a,
.offcanvas-menu .offcanvas-inner ul.menu li.active > a {
  color: #a92621 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #a92621 !important;
  text-decoration:none;
}
}



/* bottom + footer */
#sp-bottom {
  padding: 40px 0 20px;
  font-size: 15px;
  border-top: 5px solid #a92621;
}
#sp-bottom .sp-module {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li {
  margin-bottom: 5px;
}

#sp-footer {
  background-color: #838487;
  color: #ddd;
}
#sp-footer .container-inner {
  padding: 15px 0;
}
#sp-footer p {margin:0; color:#ddd; }
#sp-footer a { color: #fff; }
#sp-footer a:hover { color: #ddd; }


/* startseite - pagebuilder */
/*button*/
#sppb-addon-1661797320206 #btn-1661797320206.sppb-btn-custom:hover {
  background-color: #fff!important;
  color: #a92621!important;
}
.sppb-btn.focus, .sppb-btn:focus {
  box-shadow: none;
}

#sp-page-builder h1 {
  padding: 50px 15px 10px 15px;
  /*font-size: 2.5rem;*/
  /*font-weight: 700;*/
  text-align: center;
}

/* icons: car,motorcycle */
.fas.fa-car, .fas.fa-motorcycle {
  border: 2px solid #a92621;
  border-radius: 50%;
  padding: 8px;
  color: #a92621;
}

/* button klassen */
/*button*/
.klassen.sppb-btn-custom:hover {
  background-color: #a92621!important;
  color: #fff!important;
}

/* list icons f. 'wenige Schritte zum Fuehrerschein' */
.list-arrow ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.list-arrow li:before {
font-family: "Font Awesome 5 Free";
content: "\f061";
font-weight: 900;
display: inline-block;
width: 1.5em;
font-size: 14px;
}



/* termin vereinbaren - modul */
#sp-terminzeile {background-color: #a92621;}
#sp-terminzeile .container { 
  padding: 0;
  max-width: 90%; /* 100% falsch */
}
/* title h3 */
#sp-terminzeile .termin h3 {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.2;
    font-size: calc(1.3rem + .6vw);
}
/*button*/
.termin.sppb-btn-custom:hover {
  background-color: #fff!important;
  color: #a92621!important;
}
.sppb-btn.focus, .sppb-btn:focus {
  box-shadow: none;
}



/* Blog - prev, next */
.page-item.active .page-link {
  background-color: #a92621;
  border-color: #a92621;
}
.page-link:focus {
  box-shadow: none;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  text-decoration: none;
}


/* -- Inhalte -- */
.page-header {
	padding-bottom:0;
	margin:0;
}

b, strong {
  font-weight: 700;
}

#sp-main-body li {margin-bottom:5px;}

a:hover, a:focus {
    color:#666;
    text-decoration:underline;
}

h1 {
	text-transform:uppercase;
	color:#a92621;
}

h1, .h1, #sp-page-builder h1 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

h2, .h2, h3 {font-weight:400;}

body.com-content .h3, body.com-content h3 {
  font-size: calc(1.1rem + .3vw);
  font-weight: 600;
  margin-top: 2rem;
}

/* FZklassen - beitraege */
div[itemprop="articleBody"] .container {padding-left:0; padding-right:0;}
div[itemprop="articleBody"] .col-md-6 img {margin-bottom: 1rem;}


/*pdf-Links*/
a.pdflink, a.pdflink[target="_blank"] {
	background:url(/images/pdf_button.png) right center no-repeat;
	padding-right:22px;
	/*display:inline-block;*/
}


/* table termine */
table {
  width: 100%;
}
tr:nth-child(2n+1) {
  background: #eaecee;
}
td {padding: 9px 12px;}


/* klassen - Kategorie Liste */
.category-list .cat-list-row0 {background:none;}



/* breadcrumb */
.breadcrumb {
  background-color: #eaecee;
  font-size: .9rem;
}
.breadcrumb .divider.fas.fa-map-marker-alt {display: none;}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\203A");
  padding-right: .3rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item a.pathway[href$="#"], .breadcrumb-item > span {
  color: #6c757d;
  cursor: text;
}
.pathway {
  padding-right: .3em;
}
/* EOF breadcrumb */


nav.pagenavigation .btn.btn-sm.btn-secondary {
  margin: 10px 20px 10px 0;
}

/* button */
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary,
.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle,
.btn-primary:focus,
.sppb-btn-primary.active, .sppb-btn-primary:active, .sppb-btn-primary:focus {
  border-color: #a92621;
  background-color: #a92621;
  box-shadow: none;
  color:#fff;
}


/* hr */
hr {border-top: 1px solid #333!important;}



/* scroll top */
.sp-scroll-up {
  width: 50px;
  height: 50px;
  line-height: 50px;
transition: none;
}
.sp-scroll-up, .sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  background: #a92621; 
}


/* fehlerseite */
html.error-page body {
	background-image: none;
	background-color:#fff;
}
html.error-page .error-code {
  font-size: 3rem!important;
  color: #333;
}



/* --------- Erweiterungen ---------- */
/* RSForm; anderes in Komponente inline */
/*thank you nach submit*/
.thanks {
	background: #dcf0cf;
	padding:5px 10px;
}

/*slideshow */
.camera_loader {display:none;}


/* Print */
@media print {
* {
	text-shadow:none !important;
	color:#000 !important;
	background:transparent !important;
	box-shadow:none !important;
	font-family:arial,sans-serif!important;
}
a,
a:visited {
	text-decoration:underline;
}
a[href]:after {
	/*content: " (" attr(href) ")";*/
	content:none;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}
pre,
blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}
thead {
	display:table-header-group;
}
tr,
img {
	page-break-inside:avoid;
}
img {
	max-width:100% !important;
}
@page {
	margin:0.5cm;
}
p,
h1,
h2,
h3 {
	orphans: 3;
	widows: 3;
}
h1,
h2,
h3 {
	page-break-after:avoid;
}
#sp-menu, #sp-slideshow, #sp-breadcrumb, #sp-terminzeile, .sp-scroll-up, #sp-bottom3, .sppb-btn.klassen, i.fas, i.far  {display:none!important;}
.body .container { padding:10px; }
#sp-header {border-bottom:0;}
img.logo-image {width:200px!important; height:60px!important;}
h1, .h1, #sp-page-builder h1 { hyphens: none;}

#sp-bottom1 {width:0;}
#sp-bottom1 img {display:none;}
}
