body {
  background: url('../../../images/layout/hintergrund.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 0px
}

iframe {
  overflow: hidden;
  border: none
}

.navbar .bi {
  margin-right: .25rem;
  font-size: 1rem
}

#home .navbar,
#help .navbar {
  background: linear-gradient(145deg, #375ee3 0%, #6543e0 80%)
}

#home .navbar-brand .nav-link,
#help .navbar-brand .nav-link {
  display: inline-block;
  margin-right: -30px
}

#home {
  padding-top: 0
}

#home .btn {
  padding: .5rem .9rem
}

.bs-docs-section {
  margin-top: 4em
}

.bs-docs-section .page-header h1 {
  padding: 2rem 0;
  font-size: 3rem
}

.dropdown-menu.show[aria-labelledby=themes] {
  display: flex;
  flex-wrap: wrap;
  width: 420px
}

.dropdown-menu.show[aria-labelledby=themes] .dropdown-item {
  width: 33.333333%
}

.dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child {
  width: 100%
}

.bs-component {
  position: relative
}

.bs-component+.bs-component {
  margin-top: 1rem
}

.bs-component .card {
  margin-bottom: 1rem
}

.bs-component .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block
}

.bs-component .modal-dialog {
  width: 90%
}

.bs-component .popover {
  position: relative;
  display: inline-block;
  width: 220px;
  margin: 20px
}

.source-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
  font-weight: 700
}

.source-button i {
  pointer-events: none
}

.source-button:hover {
  cursor: pointer
}

.bs-component:hover .source-button {
  display: block
}

#source-modal pre {
  max-height: calc(100vh - 11rem)
}

.progress {
  margin-bottom: 10px
}

#footer {
  margin: 5em 0
}

#footer li {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

#footer p {
  margin-bottom: 0;
  clear: left
}

.splash {
  position: relative;
  padding: 12em 0 6em;
  color: #fff;
  text-align: center;
  background-color: #375ee3;
  background-image: url("../img/splash.svg"), linear-gradient(145deg, #375ee3 0%, #6543e0 80%);
  background-repeat: no-repeat;
  background-size: cover
}

.splash .logo {
  width: 160px
}

.splash h1 {
  font-size: 3em;
  color: #fff
}

.splash #social {
  margin: 2em 0 3em
}

.splash .alert {
  margin: 2em 0;
  border: none
}

.splash .sponsor a {
  color: #fff
}

.section-tout {
  padding: 6em 0 1em;
  text-align: center;
  background-color: #eaf1f1;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.section-tout .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, .9);
  background: linear-gradient(145deg, #375ee3 0%, #6543e0 80%);
  border-radius: 50%
}

.section-tout p {
  margin-bottom: 5em
}

.section-preview {
  padding: 4em 0
}

.section-preview .preview {
  margin-bottom: 4em;
  background-color: #eaf1f1
}

.section-preview .preview .image {
  position: relative
}

.section-preview .preview .image img {
  width: 100%;
  height: auto
}

.section-preview .preview .options {
  padding: 2em;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.section-preview .preview .options p {
  margin-bottom: 2em
}

.section-preview .dropdown-menu {
  text-align: left
}

.section-preview .lead {
  margin-bottom: 2em
}

.sponsor a {
  text-decoration: none
}

.sponsor #carbonads {
  max-width: 240px;
  margin: 0 auto
}

.sponsor .carbon-text {
  display: block;
  margin-top: 1em;
  font-size: 12px
}

.sponsor .carbon-poweredby {
  float: right;
  margin-top: 1em;
  font-size: 10px
}

[data-bs-theme=dark] .section-tout {
  background-color: #111
}

[data-bs-theme=dark] .section-preview .preview {
  background-color: #2b3036
}

@media(max-width: 767px) {
  .splash {
    padding-top: 8em
  }

  .splash .logo {
    width: 100px
  }

  .splash h1 {
    font-size: 2em
  }

  #banner {
    margin-bottom: 2em;
    text-align: center
  }
}

@media(min-width: 992px) {
  .navbar-transparent {
    background: none !important
  }
}

.bs-component>.btn,
.bs-component>.btn-toolbar>.btn-group,
.bs-component>.btn-group,
#home .section-preview .card .btn-group {
  margin-bottom: .25rem
}


body {
  font-size: 16px;
}

.off {
  background-color: rgba(185, 182, 174, 0);
  transition: background-color 2s;
  border: none;
}

.on {
  background: rgba(185, 182, 174, 1);
  transition: background-color 2s;
}

.hoehe h3 {
  border: none;
}

.center {
  display: block;
  margin: 0 auto;
}

.scrollupoff {
  position: fixed;
  opacity: 1;
  padding: 10px;
  background: transparent;
  color: #000;
  z-index: 10000;
  bottom: 60px;
  transition: all 1s ease-out;

  text-decoration: none;
  width: 40px;
  right: -60px;
}

.scrollupoff a {

  color: #000;

  text-decoration: none;
  z-index: 10000;

}

.scrollupon {
  position: fixed;
  opacity: 1;
  padding: 10px;
  background: #fff;
  color: #000;
  right: 60;
  bottom: 60px;
  transition: opacity 2s;
  z-index: 10000;

}

#scrollup,
#scrollup:hover,
#scrollup:focus {
  color: #fff;
  background: transparent;
  text-decoration: none;

  width: 53px;
}

.logo {
  position: fixed;
  top: 0px;
  right: 30px;
  width: 100px;
  height: 74px;
  z-index: 999;
  background: url('../../../images/layout/logo_gotha.webp');
  background-size:100px 74px;
}




.navbar{
  border:none!important;
}


.navbar .nav-item {
  margin-top: 0;
  font-size: 26px;
}
.navbar .nav-item:focus-visible {
  outline: 2px solid #fff;
}
.nav {
  margin: 0;
}

.startbild {
  margin-top: -85px;
  height: 611px;
  background-size: cover;
  background: url('../../../images/layout/startbild.webp') no-repeat;
}

html {
  scroll-behavior: smooth;
}

.autokarte {
  margin-bottom: 20px;
}

h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

h2 {
  font-size: 25px;
  margin-top: 30px;
  font-weight: bold;
}

main h3 {
  font-size: 25px;
  border:none!important;
}

.preis {
  font-size: 25px;
}

#inhalt {
  padding-top: 0px;
}

.filterleiste {
  margin-top: 0px;
  background: #e1e1e1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 15px 0 15px;
}

.filterleiste h4:not(:first-child) {
  margin: 20px 0 10px 0;
}

#navbarResponsive {
  background: #3d3d3d;
  max-width: 600px;
  margin-top: -10px;
  position: relative;
  top: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

#inline-gallery-container {
  height: 500px;
  width: auto;
}

.lg-img-wrap {
  background: #000;
}

.lg-thumb {
  background: #000;
}

.lg-toolbar {
  background: #000;
}

.lg-autoplay-button {
  color: #FBF6EC !important;
}

.lg-maximize {
  color: #FBF6EC !important;
}

.lg-counter-all {
  color: #FBF6EC !important;
}

.lg-counter {
  color: #FBF6EC !important;
}

.lg-counter-current {
  color: #FBF6EC !important;
}

.topbar {
  height: 50px;
  background: #3d3d3d;
  font-size: 25px;
  color: #F7881E;
}

.topbar a {

  color: #F7881E;
}

.inhalt {
  background: rgba(225, 225, 225, 0.8);
  padding: 25px 25px 25px 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.fuss {
  padding-top: 20px;
  min-height: 100px;
  background: rgba(225, 225, 225, 0.8);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 80px;
  box-shadow: 4px 6px 11px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 4px 6px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 6px 11px -4px rgba(0, 0, 0, 0.75);
}

.section {
  padding-top: 20px;
  min-height: 100px;
  background: rgba(225, 225, 225, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
margin-top:80px;
  box-shadow: 4px 6px 11px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 4px 6px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 6px 11px -4px rgba(0, 0, 0, 0.75);
}

.gefunden {
  background: #6FEA7B;
}

.topbarcontent {
  height: 100%;
}

.icontelefon {
  margin-top: 5px;
}

.nav-item a:hover {
  color: #F7881E;
}

.nav-item a {
  color: #F7881E;
}

.nav-item a .active {
  color: #F7881E !important;
}

.nav-link.active {
  color: #F7881E !important;
}

.nav-link.dropdown-toggle {
  color: #F7881E !important;
}

#navbarresponsive {
  padding-left: 0;
}

.dropdown-menu {
  background: #3d3d3d;
}

.dropdown-menu a:hover {
  background: #3d3d3d;
}
.dropdown-item.active {
  background: #3d3d3d;
}
.nopad {
  padding: 0 !important;
}

.btn-kfz {
  margin: 0 0 10px 10px;
}

.dropdown-item {
  font-size: 20px;
  color: #F7881E !important;
  background: #3d3d3d;
}

.dropdown-item:hover {
  font-size: 20px;
  color: #F7881E !important;
  background: #3d3d3d;
}

section h3 {
  border-bottom: 1px solid;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}





#details{
  height:100%;
}


.profile-card-3 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height:368px;
  border:none;
}
.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 193px;
    overflow: hidden;
    background:url('../../../images/layout/mahg.webp') no-repeat;
    background-size:cover;
}
.profile-card-3 .background-block .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
 

}
.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color:#232323;
  float:left;
  background:#efefef;
  height:50%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index: 900;
}
.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}
.profile-card-3 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index:901;
}
.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:25px;
}
.profile-card-3 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}
.profile-card-3 i {
  display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-3 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}
.profile-card-3 .icon-block a{
    text-decoration:none;
}
.profile-card-3 i:hover {
  background-color:#232323;
  color:#fff;
  text-decoration:none;
}


.spalten2 {




  column-count: 1;
  

}
.abstand20{
  margin:20px 0 20px 0;
}
.offcanvas{
  z-index:10001;
  background:#e3e3e3;
}
.offcanvas-body .moduletable ul li a{
  font-size:28px;
  margin:0 0 15px 0;
}
.offcanvas-body .moduletable ul .deeper ul li  a{
  font-size:22px;
  margin-left:10px;
}
.offcanvas-body .moduletable ul .deeper ul li  a::before{
content:'>';
font-size:22px;
}
.jedesauto {
  position: absolute;
  top: 50px;
  right: 140px;
  width: 100px;

  height: 100px;
  z-index: 10000;
  background: url('../../../images/layout/wir_kaufen_jedes_auto.webp') no-repeat;
  background-size: 100px 100px;
}

 
@media (min-width: 576px) { 
  .jedesauto {
    position: fixed;
    top: 0;
    right: 150px;
    width: 100px;
  
    height: 100px;
    z-index: 10000;
    background: url('../../../images/layout/wir_kaufen_jedes_auto.webp') no-repeat;
    background-size: 100px 100px;
  }
 }


@media (min-width: 768px) { 
  .jedesauto {
    position: fixed;
    top: 0;
    right: 150px;
    width: 100px;
  
    height: 100px;
    z-index: 10000;
    background: url('../../../images/layout/wir_kaufen_jedes_auto.webp') no-repeat;
    background-size: 100px 100px;
  }
 }


@media (min-width: 992px) { 
  .jedesauto {
    position: fixed;
    top: 0;
    right: 150px;
    width: 150px;
  
    height: 150px;
    z-index: 10000;
    background: url('../../../images/layout/wir_kaufen_jedes_auto.webp') no-repeat;
  }
 }


@media (min-width: 1200px) { 
  .jedesauto {
    position: fixed;
    top: 0;
    right: 480px;
    width: 150px;
  
    height: 150px;
    z-index: 10000;
    background: url('../../../images/layout/wir_kaufen_jedes_auto.webp') no-repeat;
  }
  .spalten2 {




    column-count: 2;
    column-gap: 20px;
    -webkit-column-rule-style: solid;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
  
  }
  .logo {
    position: fixed;
    top: 0px;
    right: 300px;
    width: 156px;
    height: 116px;
    z-index: 10000;
    background: url('../../../images/layout/logo_gotha.webp');
  }
 }


@media (min-width: 1400px) { 

 }
