@font-face {
  font-family:"Square_721 W03 Extended";
  src: url(fonts/1296697/eccf0757-6c0f-4e20-b1cb-cdab6df4bfb0.eot?#iefix);
  src: url(fonts/1296697/eccf0757-6c0f-4e20-b1cb-cdab6df4bfb0.eot?#iefix)
      format("eot"),
    url(fonts/1296697/c484a457-183e-4398-9e4e-5babb003e31f.woff2)
      format("woff2"),
    url(fonts/1296697/5ae19de9-5a9d-4061-8ca2-750efeb8ddb0.woff) format("woff"),
    url(fonts/1296697/a7aba471-b690-4b30-85e8-11a61461255d.ttf)
      format("truetype");
}
body {
  line-height: 1.6rem;
  background: #f4f5f7;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #824F3D;
  /* helleres braun #82796B; */
  /* dunkelblau#003565; */
}
h2, .h2{
  font-weight: 900;
}
.jumbotron {
  min-height: 100%;
  min-height: 100vh;
}
.jumbotron.section-anfahrt {
  min-height: 90%;
  min-height: 90vh;
}
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.udl {
  text-decoration: underline;
}
.bg-inverse-custom {
  margin-top: 0;
  background-color: transparent;
}
.bg-w {
  background-color: #fff;
}
.bg-faded {
  background-color: #f4f5f7;
}
.btn-primary {
  background-color: #824F3D;
}
.btn-primary:hover {
  background-color: #a38073;
}

.cc-color-override-530831885.cc-window {
  color: #696969 !important;
  background-color: #fff !important;
}
.cc-window.cc-floating {
  padding: 0;
  margin-bottom: 2rem;
  max-width: 25vw;
}
@media screen and (max-width: 767px){
  .cc-window.cc-floating {
    max-width: 100vw;
  }
}
  /* TExt im Fenster */
  .cc-floating.cc-theme-edgeless .cc-message {
    margin: 0.5rem;
    margin-bottom: 0rem;
  }
  
  /* OK- BUtton */
  .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color:#a38073 !important;
  }
  
  /* Danke Nein Button*/
  .cc-highlight .cc-btn:first-child {
    background-color: #fff !important;
    color: #9c9c9c !important;
  }
  /* Datenschutz Link*/
  .cc-link,  .cc-link:active, .cc-link:visited {
    color: #a38073 !important;
  }
  /* Datenschutz nach Ablehnen*/
  .cc-revoke.cc-bottom.cc-right {
    display: none;
  }
  

nav.navbar {
  padding: 1.1rem 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 75em) {
  nav.navbar {
    font-size: 1rem;
  }
}
.bg-inverse-custom {
  background-color: #fff;
}
.bg-inverse .navbar-toggler,
.bg-inverse .navbar-toggler:focus,
.bg-inverse .navbar-toggler:hover {
  color: #824F3D; 
  /* #003565; */
}
nav .navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.8rem;
  text-transform: uppercase;
  transition: all 0.7s ease 0;
}
@media (min-width: 75em) {
  nav .navbar-nav > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #824F3D; 
  /* #003565; */
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
@media (max-width: 47.9em) {
  .bg-inverse-custom .navbar-nav .active > .nav-link {
    color: #824F3D !important; 
    /* #003565; */ ;
  }
  .bg-inverse-custom .navbar-nav .nav-link {
    padding: 0.5rem;
    color: #6f788c;
  }
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
  background-color: #824F3D; 
  /* #003565; */
  
  color: #fff;
}
a.navbar-brand {
  padding-top: 0.4rem;
}
@media (min-width: 48em) {
  a.navbar-brand {
    padding-top: 1rem;
  }
}
li.nav-item.nav-item-toggable.loginmenu {
  display: none;
}
.icon-logo {
  display: none;
}
.site-text {
  font-size: 1rem;
}
@media (min-width: 34em) {
  .site-text {
    display: none;
  }
}
nav.navbar.navbar-dark.bg-inverse .site-text {
  color: #fff;
}
.section-top,
.section-news,
.section-testimonials,
.section-text,
.section-anfahrt {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}
@media (min-width: 48em) {
  .section-top,
  .section-news,
  .section-testimonials,
  .section-text,
  .section-anfahrt {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.section-text {
  padding-bottom: 0;
}
.section-news {
  padding-top: 0;
}
.bg-sprinkle {
  background: url(../img/backgr-g-1x.png);
}
.logotext {
  padding-top: 40vh;
}
@media (max-width: 48em) and (orientation: landscape) {
  .logotext {
    padding-top: 20vh;
  }
}
.section-top p.logotext1 {
  font-size: 1.4rem;
  color: #824F3D; 
  /* #003565; */
  font-family: "Square_721 W03 Extended", sans-serif;
}
.section-top p.logotext2 {
  font-size: 3.4rem;
  line-height: 1.6rem;
  color: #824F3D; 
  /* #003565; */
  font-family: "Square_721 W03 Extended", sans-serif;
}
.section-top p.logotext3 {
  font-size: 0.7rem;
  line-height: 9rem;
  color: #6e7377;
	font-family: "Square_721 W03 Extended", sans-serif;
}
@media (min-width: 48em){
  .section-top p.logotext1 {
    font-size: 2.8rem;
    line-height: 5rem;
    color: #824F3D; 
  /* #003565; */
  }
  .section-top p.logotext2 {
    font-size: 7rem;
    line-height: 7rem;
    color: #824F3D; 
  /* #003565; */
  }
  .section-top p.logotext3 {
    font-size: 1rem;
  }
}
@media (min-width: 62em){
  .section-top p.logotext1 {
    font-size: 3rem;
    line-height: 5rem;
  }
  .section-top p.logotext2 {
    font-size: 7rem;
    line-height: 5rem;
  }
}
.row.anwalt1 {
  background-color: #dedede;
  -webkit-box-shadow: 7px 7px 18px 0 rgba(237, 237, 237, 1);
  -moz-box-shadow: 7px 7px 18px 0 rgba(237, 237, 237, 1);
  box-shadow: 7px 7px 18px 0 rgba(237, 237, 237, 1);
}
.row.anwalt2 {
  background-color: #eaeaea;
  -webkit-box-shadow: 7px 7px 18px 0 rgba(227, 227, 227, 1);
  -moz-box-shadow: 7px 7px 18px 0 rgba(227, 227, 227, 1);
  box-shadow: 7px 7px 18px 0 rgba(227, 227, 227, 1);
}
.section-news img.img-responsive {
  padding: 1.5rem;
}
@media (min-width: 62em) {
  .section-news img.img-responsive {
    padding: 2.4rem 0 0 1.4rem;
  }
}
.section-news .image-effect img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 48em) {
  .section-news .image-effect img {
    max-height: 23rem;
  }
}
.section-news .image-effect img:hover {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
#wir .row.display-flex {
  align-items: flex-end;
}
#wir figure {
  padding-bottom: 2.9em;
}
@media (max-width: 62em) {
  #wir figure {
    padding-bottom: 0;
  }
}
.section-news article {
  max-width: 37rem;
  padding: 1.5rem;
}
.label-info {
  background-color: transparent;
  color: #824F3D; 
  /* #003565; */
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0.35em 0;
}
@media (min-width: 34em) {
  .section-news h5 {
    line-height: 1.6rem;
  }
}
.label {
  white-space: normal;
}
.label-default {
  color: #824F3D; 
  /* #003565; */
}
.label span {
  font-size: 1rem;
}
hr.section-heading-spacer {
  width: 10rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  hr.section-heading-spacer {
    width: 24rem;
  }
}
@media (min-width: 75em) {
  hr.section-heading-spacer {
    width: 32rem;
  }
}
hr.hr_color {
  background: #f2f2f2;
  height: 1px;
}
p.brand.center-block {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.section-testimonials {
  background-color: #f6f6f6;
}
.section-testimonials .blockquote {
  margin-bottom: 1rem;
}
.section-testimonials .h3 {
  font-size: 1.2rem;
}
@media (min-width: 75em) {
  .section-testimonials .h3 {
    font-size: 1.75rem;
  }
}
.section-testimonials .carousel-indicators img {
  width: 2.4rem;
  height: 2.4rem;
}
.section-testimonials .carousel-indicators li.active img {
  width: 3.2rem;
  height: 3.2rem;
}
.section-text .carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.section-text .carousel-indicators {
  bottom: -50px;
}
.section-text .carousel-inner {
  margin-bottom: 50px;
}
.section-text .carousel-indicators li {
  background-color: #824F3D; 
  /* #003565; */
}
.section-text .carousel-indicators .active {
  background-color: #a38073;
}
#anfahrt {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 75em) {
  #anfahrt {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 62em) {
  .anfahrttext {
    font-size: 1.1rem;
  }
}
@media (min-width: 75em) {
  .anfahrttext {
    font-size: 1.2rem;
  }
}
@media (min-width: 34em) and (max-width: 48em) {
  .anfahrttext {
    padding-left: 1rem !important;
  }
}
.identext {
  text-indent: -1.4rem;
}
.icon-home:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-email:before {
  content: "\e604";
}
/* .embed-container {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
img.anfahrt {
  width: 100%;
}

.section-footer {
  padding-top: 1.4rem;
  padding-bottom: 0;
}
.section-footer.bg-inverse {
  background-color: #824F3D; 
  /* #003565; */
}
.section-footer .col-md-6 {
  text-align: center;
}
.section-footer .list-inline {
  padding-top: 0;
}
.section-footer .list-inline li.nav-item {
    display: inline-block;
}

a.datenschutz {
  padding: 0 5px 0 2rem;
}
@media (max-width: 34em) {
  .section-footer .list-inline > li a {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
#toTop {
  position: fixed;
  bottom: 1.6rem;
  right: 2rem;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 2.6rem;
  height: 2.6rem;
  border: 2px solid #824F3D; 
  /* #003565; */
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
  background: #a3807370;
}
.icon-caret-up:before {
  content: "\e603";
}
.swal2-icon {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}
.swal2-icon.swal2-info {
  font-size: 1.75em !important;
  color: #3fc3ee;
  border-color: #9de0f6;
}
.swal2-icon.swal2-info {
  color: #a38073 !important;
  border-color: #a38073 !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #824F3D !important;
}