/* CSS autentik */


/* ----------- Erzeugt ein langsames Scrollen --------------- */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
/* ----------- langsames Scrollen ende --------------- */

/*Responsive Font */

body {
line-height: 1.8;
background-color: #ECECE7;
color: #5F5850;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/* #sp-header {background: rgba(255,255,255,0.0);}    */

#sp-header {
background-color: transparent !important;
}

#sp-header.header-sticky {
background-color: rgba(236, 236, 231, 0.9) !important;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 1000;
}
/* ----------- z-index: 9999; ------------- */

/* ----------- Offcanvas ------------- */
#offcanvas-toggler > .fa {
    color: #c3a379;
    font-size: 30px;
    margin-top: 40px;
}

#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
    color: #5f5850;
}

.offcanvas-menu {
    background-color: #c3a379;
    color: #5f5850;
}

/* -------- Sitemap-Button ------------- */


.sitemap-button {
float: right;
height: 40px;
width: 40px;
margin: 34px 10px 0px 10px;
background-color: #c3a379;
border-radius: 27px;
}

.sitemap-search-button {
float: right;
height: 40px;
width: 40px;
margin: 34px 10px 0px 10px;
background-color: #c3a379;
border-radius: 27px;
}

@media (max-width: 1199.98px) {
.sitemap-button {
height: 40px;
width: 40px;
margin: 44px 10px 0px 10px;
}
.sitemap-search-button {
height: 40px;
width: 40px;
margin: 44px 10px 0px 10px;
}  
}


@media (max-width: 767.98px) {
.sitemap-button {
height: 30px;
width: 30px;
margin: 24px 5px 0px 5px;
}
.sitemap-search-button {
height: 30px;
width: 30px;
margin: 24px 0px 0px 5px;
}
}

.sitemap-button:hover {
background-color: #5f5850;
}

.modal-backdrop {
    position: fixed;
    z-index: 40;
    background-color: #000;
}

.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

iframe {
width: 100%;
height: 800px;  
/*height: 600px;  */
border: 0;
}



/* -------- Nav ------------- */
.sp-megamenu-parent {
    display: none !important;
}

#offcanvas-toggler {
    display: block !important;
}


#sp-header {
    height: 150px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10);
}

#sp-header .logo {
    margin-top: 20px;
    height: 120px;
}

#sp-header .logo-image {
    height: 120px;
}

@media (max-width: 1199.98px) {
#sp-header .logo {
  height: 120px;
  margin-top: 20px;
}
#sp-header .logo-image {
    height: 120px;
}
#offcanvas-toggler > .fa {
    margin-top: 50px;
}
}

@media (max-width: 991.98px) {
#sp-header .logo {
  height: 120px;
  margin-top: 10px;
}
#sp-header .logo-image {
    height: 120px;
}
#offcanvas-toggler > .fa {
    margin-top: 50px;
}
}

@media (max-width: 767.98px) {
#sp-header .logo {
    margin-top: 8px;
    height: 80px;
}
#sp-header .logo-image {
    height: 80px;
}
#offcanvas-toggler > .fa {
    margin-top: 30px;
}
}


@media (max-width: 575.98px) {
#sp-header {
    height: 90px;
}
}


.sp-megamenu-parent li.sp-menu-item {
    text-transform: uppercase;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #7e1907;
}

.sp-megamenu-parent > li:hover > a {
    color: #7e1907;
}

.sp-megamenu-parent > li.active > a {
    font-weight: 400;
}

/* -------- Nav-Dropdown ------------- */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    text-transform: uppercase;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #bd362f;
  margin-left: 1px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #7e1907;
  margin-left: 10px;
  transition-property: margin-left, color;
  transition-duration: 0,8s;
  transition-delay: 0,6s;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 1px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    padding: 0px 10px;
    background-color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
    background-color: #f8f8f8;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    padding: 0px 10px;
}


/* ----------- Hero ------------- */
#sp-title {
    margin-top: -150px;
}

@media (max-width: 575.98px) {
#sp-title {
    margin-top: 0px;
}
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 110px;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}

@media (max-width: 767.98px) {
.carousel-caption {
    right: 15%;
    bottom: 30px;
    left: 15%;
}
}


#HeaderAutentik {
z-index: 2;
}

#carouselExampleSlidesOnly p {
font-size: 1.01rem;
}

#carouselExampleSlidesOnly .logo-carousel {
max-height: 200px;
  opacity: 0.4;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.carousel-indicators li {
    background-color: #5f5850;
}

.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c3a379' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c3a379' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* ----------- Breadcrumb ------------- */
.breadcrumb {
    background-color: #f3f3f3;
}
/* ----------- Title2 ------------- */
#sp-title2 {
background-color: #5F5850;
}

#sp-title2 h4 {
color: #ECECE7;
}

@media (max-width: 767.98px) {
#sp-title2 h4 {
font-size: 0.975rem;
}
}



/* ----------- Content ------------- */
.jumptarget {
position: relative;
width: 10px;
}

.jumptarget:before {

display: block;
content: " ";
margin-top: -500px;
height: 500px;
visibility: hidden;

}

.jumptarget-header:before {
display: block;
content: " ";
margin-top: -500px;
height: 500px;
visibility: hidden;
z-index: 0;
}

@media (max-width: 767.98px) {
.jumptarget-header:before {
margin-top: -490px;
height: 490px;
z-index: 0;
}
}

/* ----------- Content Blocks------------- */
.bg-content-block {
background-color: #d8d8d3;
}

#sp-main-body .blocks h3{
 color: #5f5850;
 font-weight: 400;
 margin-bottom: .9rem;
}

.content-picto {
max-height: 140px;
max-width: 140px;
padding: 10px;
}

.abstand-rechts {
border-right: 10px solid #ecece7;
}

/* ----------- Content Blocks ende ------------- */
.btn-primary, .sppb-btn-primary {
    color: #ECECE7;
    border-color: #C3A379;
    background-color: #C3A379;
}
.btn {
 border-radius: .25rem;
 -moz-border-radius:  .25rem;
}


.btn-primary:hover, .sppb-btn-primary:hover {
    color: #ECECE7;
    border-color: #5F5850;
    background-color: #5F5850;
}

/* -------- Sitemap-Button im Contenbereich ------------- */

.sitemap-popup {
display: inline;
max-width: 24px;
}
  
/* -------- Sitemap-Button im Contenbereich ende ------------- */
#sp-main-body{
padding: 50px 0;
}

#sp-main-body p,li{
font-size: 16px;
font-weight: 300;
hyphens: auto;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 5;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 5;
-ms-hyphenate-limit-lines: 4;
}

#sp-main-body h1 {
 color: #5f5850;
 font-weight: 400;
 margin-bottom: .9rem;
}

#sp-main-body h2,h3,h4,h5 {
 color: #C3A379;
 font-weight: 400;
 margin-bottom: .9rem;
}

#sp-main-body .headline {
text-transform: uppercase;
}

#sp-main-body .black {
 color: #2a2a29;
 font-weight: 400;
}

.article-list .article .readmore a {
    color: #C3A379;
    font-weight: 300;
}

/*------     Listenpunkte   -----------*/


.check ul,
li { 
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  list-style: none;
  line-height: 1.3rem;
}

.check li {
 margin-left: -1.5em; 
}

.check li:before {
  content:"\f14a";
  font-family: 'FontAwesome';
  color: #7e1907;
  font-size: 1.02rem;
  float: left;
  margin-left: -1.2em; 
}

.card-title {
font-size: 0.92rem;
text-align: center !important;
}

.card {
border: 1px solid #fff;
}

.card:hover {
border: 1px solid #7e1907;
}

/* ----------- Kontakt ------------- */

div#fox-container-c108 .btn, div#fox-container-c108 .btn span {
    color: #ffffff;
}

div#fox-container-c108 .btn {
    text-shadow:none;
    background-color: #7e1907;
    background-image: none;
    background-repeat: repeat-x;
    border: 0px;
    border-radius: 4px;
    box-shadow: none;
    padding: 4px 12px;
    line-height: 20px;
}

div#fox-container-c108 .btn:hover {
    background-color: #ff0000;
}

.td1, .td2 { 
font-size: 16px;
}


.td1 { 
padding-right: 15px;
}

/* ----------- BLOG ------------- */
#sp-main-body .article-introtext h2 {
font-size: 22px;
}


#sp-main-body .article-introtext h3 {
font-size: 19px;
}

#sp-main-body .article-introtext h4 {
font-size: 16px;
}

.page-item.active .page-link {
color: #fff;
background-color: #7e1907;
border-color: #7e1907;
}

#sp-main-body .page-item.active a{
color: #fff;
}

div.pagination-counter {
font-size: 14px;
color: #252525;
}

/* ----------- BOTTOM 1 ------------- */

#sp-bottom {
background: #f9f9f9;
color: #000;
font-size: 14px;
}

#sp-bottom .fa{
color: #7e1907;
font-size: 44px;
margin-bottom: 20px;
}

/* ----------- FOOTER ------------- */
    
    
#sp-footer {
background: #736E6B;
  position: relative;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #968570;
}
#sp-footer a {
color: #C3A379;
}


#sp-footer1 {
color: #C3A379;
}

#sp-footer2 {
color: #C3A379;
}

#sp-footer2 a{
color: #C3A379;
}

#sp-footer2 a:hover{
color: #ECECE7;
}

.sp-copyright {
color: #C3A379;
}

#sp-copyright {
position: relative;
bottom: 0;
font-size: 11px;
background-color: #736E6B;
width: 100%;
padding: 5px 15px 5px 15px;
}

#sp-copyright a {
  color: #C3A379;
}

#sp-copyright a:hover {
 color: #ECECE7;
}



@media (max-width: 767.98px) {
#sp-footer2 .col-sm-12  {
    text-align: left !important;
} 
}

.sp-scroll-up {
    color: #ECECE7;
    background: #C3A379;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #ECECE7;
    background: #5F5850;
}
