@charset "UTF-8";
/* ==========================================================================
    Mixins
========================================================================== */
/* ==========================================================================
    Variablen
========================================================================== */
/* ==========================================================================
    Main-HTML
========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.6rem;
}

section.main-content {
  padding: 60px 0;
}

.page-divider {
  border-top: 20px solid #d9e1eb;
  max-width: 1110px;
}

@media (max-width: 1200px) {
  .page-divider {
    max-width: 930px;
  }
}

@media (max-width: 991px) {
  .page-divider {
    max-width: 690px;
  }
}

@media (max-width: 768px) {
  .page-divider {
    max-width: 510px;
  }
}

a {
  color: #176698;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .card-deck {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.header-description {
  min-height: 150px;
}

.no-google-tracking {
  cursor: pointer;
}

#Introduction {
  background-image: url("../images/header_background_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 20px solid #183459;
  min-height: 400px;
}

.custom-award-box .fas {
  vertical-align: middle;
  color: goldenrod;
}

.award-name {
  vertical-align: middle;
}

.award-name span {
  color: grey;
  font-size: 0.8rem;
}

.star-block {
  font-size: 0.8rem;
  line-height: 20px;
  color: grey;
}

.star-block .rating {
  color: goldenrod;
  font-size: 1.3rem;
  vertical-align: middle;
}

.cb-main-content h3:not(:first-of-type) {
  margin-top: 30px;
}

#sbs-direktkontakt h3 {
  margin-top: 0;
}

/* ==========================================================================
    Headings
========================================================================== */
h1 {
  font-weight: 300;
  color: white;
  font-size: 2.3rem;
}

h2 {
  color: white;
  font-weight: 300;
  font-size: 1.5rem;
}

h3 {
  color: #176698;
  font-weight: 400;
  font-size: 1.4rem;
}

h4 {
  color: #000;
  font-weight: 400;
  font-size: 1.2rem;
}

h4 a {
  color: #546e91;
}

h5, h6 {
  color: #183459;
}

#team-detail h6 {
  margin-top: 15px;
}

.section-name {
  font-size: 1.4rem;
  color: #176698;
}

.section-name span {
  color: #176698;
  text-transform: uppercase;
}

/* ==========================================================================
    Homepage
========================================================================== */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-caption {
  text-align: left;
  right: 150px;
  left: auto;
  width: 45%;
  color: #000;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .carousel-caption {
    right: 80px;
  }
}

.slider-quote {
  color: #000;
  font-style: italic;
}

.slider-name {
  color: #176698;
  font-size: 1.5rem;
  font-weight: 300;
}

.slider-position {
  font-size: 1.1rem;
  color: #000 !important;
  font-weight: 300;
}

#testimonialscarousel .carousel-item {
  height: 420px;
}

@media (max-width: 650px) {
  #testimonialscarousel .carousel-item {
    height: 580px !important;
  }
}

#testimonialscarousel .carousel-caption {
  width: 100%;
  right: 0;
  top: 0;
}

#testimonialscarousel h4 {
  font-size: 1.3rem;
}

.carousel-control-prev, .carousel-control-next {
  cursor: pointer;
  width: 5%;
}

.legal-box, .data-box, .tax-box {
  min-height: 120px;
}

.card {
  border: none;
}

@media (max-width: 576px) {
  .data-box, .tax-box {
    margin-top: 20px;
  }
}

.group-image {
  max-height: 25px;
}

.header-fields-list {
  list-style-type: none;
  padding-left: 0;
}

.header-fields-list {
  margin-top: 15px;
}

.header-fields-list li {
  display: inline;
  padding-right: 15px;
  color: #AAA;
}

#sbs-themen-links .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

ul.content-list li::before, .cb-main-content li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  margin: 0 8px 0 -20px;
}

ul.content-list li, .cb-main-content li {
  list-style: none;
  margin-bottom: 10px;
}

ul.content-list, .cb-main-content ul {
  padding-left: 20px;
}

.legal-box p, .data-box p, .tax-box p {
  margin-bottom: 0;
  font-size: 1.0rem;
}

.legal-box .fas, .data-box .fas, .tax-box .fas {
  margin-right: 10px;
}

.caption-home {
  top: 15px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slider-home-title {
  color: #183459;
  font-size: 1.5rem;
  font-weight: 300;
}

#testimonialscarousel .carousel-indicators li {
  background-color: #AAA;
}

#testimonialscarousel .carousel-indicators li.active {
  background-color: #176698;
}

#testimonialscarousel .carousel-indicators {
  bottom: 60px;
}

@media (max-width: 768px) {
  #testimonialscarousel .carousel-indicators {
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .bewertungen-home {
    height: 410px;
  }
}

#testimonialscarousel li::before, #testimonialscarousel li::before {
  content: "";
}

.blog-wrapper {
  background-color: #d9e1eb;
}

.blog-wrapper h6 {
  font-size: 1.2rem;
  font-weight: 600;
}

.blog-date {
  font-size: 0.8rem;
  font-weight: 600;
}

/* ==========================================================================
    Team-Übersicht
========================================================================== */
.person-fields-list {
  list-style-type: none;
  padding-left: 0;
}

.person-fields-list {
  margin-top: 15px;
}

.person-fields-list li {
  display: inline;
  padding-right: 15px;
  color: #1c1443;
}

#team-list h4 {
  font-weight: 300;
}

.tooltip-inner {
  background-color: #183459;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #183459 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-bottom-color: #183459 !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-bottom-color: #183459 !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  border-bottom-color: #183459 !important;
}

.tooltip.show {
  opacity: 1;
}

/* ==========================================================================
    Team-Detail
========================================================================== */
.side-people-list {
  list-style-type: none;
  padding-left: 0;
}

.side-people-list {
  margin-top: 15px;
}

.side-people-list li {
  padding-right: 15px;
  padding-bottom: 5px;
  color: #AAA;
}

.side-name {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #176698 !important;
}

.side-sub {
  font-weight: 400;
  font-size: 1.05rem;
  color: #000 !important;
}

.team-bar img {
  width: 108px;
}

/* ==========================================================================
    Über uns
========================================================================== */
.medien-content-row img {
  max-height: 50px;
}

/* ==========================================================================
    Rechtsgebiete-Übersicht
========================================================================== */
.field-icon {
  max-height: 150px;
  display: block;
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
  .field-col {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
    Forms
========================================================================== */
.btn-submit {
  background-color: #183459;
  border-color: #183459;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-submit:hover {
  background-color: white;
  border-color: #183459;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-description a {
  text-decoration: underline;
}

/* --- Custom Checkbox --- */
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container a {
  text-decoration: underline;
}

/* Hide the browser's default checkbox */
input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f5f5f5;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #f5f5f5;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #183459;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* --- Custom Checkbox ENDE --- */
/* ==========================================================================
    Navigation
========================================================================== */
.navbar-nav a {
  position: relative;
}

.nav-link {
  color: white !important;
}

@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }
}

.vert-jura-nav > .nav-link.first.level3 {
  padding-left: 15px;
}

.vert-jura-nav > .nav-link.first.level3::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 10px;
}

.main-nav .navbar-nav a:hover {
  background-color: white;
  color: #183459 !important;
}

.main-nav .nav-link.active {
  background-color: white;
  color: #183459 !important;
}

.main-nav .nav-link.first.level1.active {
  display: none;
}

.top-nav-bar .row {
  margin: 0;
}

.top-nav-bar {
  height: 65px;
}

.top-nav-bar img {
  max-height: 25px;
}

.navbar-brand img {
  max-height: 50px;
}

.jura-nav {
  margin-top: 15px;
  background: #546e91;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#183459), to(#546e91));
  background-image: linear-gradient(#183459, #546e91);
  padding: 20px;
  color: #fff;
  display: inline-block;
}

.jura-nav .level1 {
  display: none !important;
}

.jura-nav a {
  color: white !important;
}

.jura-nav .nav-link {
  padding: 0;
}

.jura-nav .nav-item {
  display: inline-block !important;
}

.blog-nav {
  display: block !important;
}

.vert-jura-nav {
  list-style-type: none;
  padding: 0;
}

.vert-jura-nav .level1 {
  display: none;
}

.vert-jura-nav .nav-link {
  color: #000 !important;
  padding: 0.3rem 0rem;
}

.vert-jura-nav .nav-link:hover, .nav-link.level2.active {
  color: #546e91 !important;
  padding: 0.3rem 0rem;
  text-decoration: underline;
}

.navbar-toggler {
  border-color: white !important;
  color: white !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-toggler:hover {
  background-color: white;
  color: #183459 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-toggler:focus {
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-toggle {
  color: white;
}

nav .nav-link.level2 {
  color: #546e91 !important;
}

nav .nav-link.level2:hover {
  background-color: #546e91 !important;
  color: white !important;
}

/* ==========================================================================
    Footer
========================================================================== */
footer {
  background-color: #d9e1eb;
}

.footer-list {
  list-style-type: none;
  padding-left: 0;
}

.footer-topic-list {
  margin-top: 15px;
}

.footer-list li {
  display: inline;
}

.footer-list li:not(:first-child) {
  padding-left: 15px;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav .level1 {
  display: none;
}

.social-footer-bar a {
  color: white;
}

.footer-list {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .footer-list {
    padding: 0 10px;
  }
}

.footer-list li {
  font-size: 1.0rem;
  white-space: nowrap;
}

.tel-line {
  font-size: 1.0rem;
}

.footer-logo {
  max-height: 45px;
}

/* =========================================================================
Back to top button
============================================================================ */
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 8000;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #183459;
  color: white;
  cursor: pointer;
  border: 1px solid #183459;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#back-to-top:hover {
  background: white;
  color: #183459;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#back-to-top.show {
  opacity: 1;
}

#mobile-top-nav {
  background-color: #333;
  color: white;
}

/* =========================================================================
    Footer
============================================================================ */
.medien-row img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  max-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.medien-row img:hover {
  -webkit-filter: none;
  filter: none;
}

.logo-row img {
  cursor: pointer;
  max-height: 30px;
  display: block;
}

/* =========================================================================
    Kontakt 
============================================================================ */
#map {
  width: 100%;
  height: 500px;
}

.mapstyle {
  width: 100%;
  height: 200px !important;
}

.contact-international p {
  margin: 20px 0 0 0;
}

/* =========================================================================
    Side Contact buttons
============================================================================ */
#side-phone, #side-email, #side-fb, #side-insta, #side-twitter {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  background: #183459;
  color: white;
  font-size: 1.3rem;
  cursor: pointer;
  border: 1px solid #183459;
  border-radius: 2px 0 0 2px;
  text-decoration: none;
}

#side-phone:hover, #side-email:hover, #side-fb:hover, #side-insta:hover, #side-twitter:hover {
  background: white;
  color: #183459;
}

#side-phone {
  display: block;
  width: auto;
  top: 155px;
  width: 270px;
  right: -225px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-mail {
  top: 90px;
  width: 220px !important;
  right: -175px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#side-fb {
  top: 300px;
  right: 0px;
}

#side-insta {
  top: 365px;
  right: 0px;
}

#side-twitter {
  top: 430px;
  right: 0px;
}

@media (min-width: 991px) {
  #side-phone:hover {
    right: 0px;
  }
  #side-email:hover {
    right: 0px;
  }
}

.side-contact-bar {
  z-index: 8000;
  position: fixed;
  right: 0;
  top: 140px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 576px) {
  .side-contact-bar {
    top: inherit;
    bottom: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

#sbs-direktkontakt {
  padding: 10px 0;
}

/* =========================================================================
    Helpers
============================================================================ */
.fw-600 {
  font-weight: 600;
}

.no-break {
  white-space: nowrap;
}

.va-middle {
  vertical-align: middle;
}

.mh-50 {
  max-height: 50px !important;
}

.blue-bg {
  background-color: #183459;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* =========================================================================
    Pagination
============================================================================ */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #183459;
  border-color: #183459;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #183459;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* =========================================================================
    Custom Masonry Cards
============================================================================ */
@media (max-width: 1200px) {
  .card-columns.rating-masonry {
    -webkit-column-count: 2 !important;
            column-count: 2 !important;
  }
}

@media (max-width: 768px) {
  .card-columns.rating-masonry {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
  }
}

.fa_siegel {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*# sourceMappingURL=main.css.map */