/* PERSONAL STYLES
-------------------------------------------------- */
/*  Hochleitner Rot:  #AD192B | R 173 G 25 B 43
    Hochleitner Grau: #C7C7C7 | 199,199,199*/
/* anti horizontal scrolling */
/*  wenn größer als 901px */
@media screen and (min-width: 901px) {
  .headertext {
    font-size: 50px;
  }

  h4 {
    font-size: 24px;
  }

  .navhomebutton {
    font-size: 22px;
  }
}

nav.navbar.fixed-top {
  max-height: 100%;
  overflow-y: auto;
}

@media (min-width: 992px) {
  nav.navbar.fixed-top {
    overflow-y: visible;
  }
}

/*  wenn kleiner als 900px */
@media screen and (max-width: 900px) {
  .product-grid4 {
    margin-bottom: 30px
  }

  .product-grid4 {
    margin-bottom: 30px
  }

  .headertext {
    font-size: 40px;
  }

  .headerbackimage {
    height: 150px;
  }

  .headername {
    font-size: 30px;
  }

  .newheading {
    font-size: 30px;
  }

  .headersubname {
    font-size: 20px
  }

  .expertiseAnwalt {
    font-size: 10px;
  }

  h4 {
    font-size: 20px;
  }

  .navhomebutton {
    font-size: 20px;
  }

  .social li {
    font-size: 17px;
  }

  body .product-grid5 .product-content {
    padding: 20px;
  }

  body .standardcontainer {
    margin-top: 0px;
  }

  body .marqueewrapper {
    width: 96%;
  }

  body .marketing h1 {
    font-size: 2rem;
  }
}

/*  wenn kleiner als 500px */
@media screen and (max-width: 500px) {
  .headertext {
    font-size: 30px;
  }

  .newheading {
    font-size: 1.5rem;
    line-height: 1 !important;
  }

  .headerbackimage {
    height: 100px;
  }

  .standortdetail {
    font-size: 15px;
  }

  .headername {
    font-size: 25px;
  }

  .linkblog {
    font-size: 1.5rem;
    line-height: 1;
  }

  .headersubname {
    font-size: 20px
  }

  .expertiseAnwalt {
    font-size: 6px;
  }

  .divider-header {
    font-size: 30px;
  }

  .jumbotron div {
    padding: 10px;
  }

  h4 {
    font-size: 18px;
  }

  .navhomebutton {
    font-size: 18px;
  }

  .social li {
    font-size: 15px;
  }

  body .product-grid5 .product-content {
    padding: 15px;
  }

  .ullistAnwaelteWrapper {
    padding: 0px;
  }

  body .expertise ul {
    padding: 10px 20px 20px 0px;
  }

  .ullistAnwaelteWrapper b {
    font-size: 16px;
  }

  .ullistAnwaelteWrapper a {
    font-size: 16px;
  }

  .ullistAnwaelteWrapper span {
    font-size: 16px;
  }

  .textbtwbtns {
    display: none;
  }

  body .anwaltcol {
    padding: 0px;
    margin-top: 20px;
  }

  body .marqueewrapper {
    width: 92%;
  }

  body .marketing h1 {
    font-size: 1.5rem;
  }
}

/* Haupt CSS */
.h1title {
  margin-bottom: 30px;
  margin-top: 0px;
  text-align: center;
}

body {
  overflow-x: hidden;
  width: 100%;
  padding-bottom: 0px;
}

#myBtn {
  line-height: 20px;
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #AD192B;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.footer-branding {
  background-color: #AD192B;
  color: #C7C7C7;
  line-height: 2;
}

.footer-branding a {
  /* text-decoration: none; */
  color: #C7C7C7;
}

/* footer padding */
.pb-3, .py-3 {
  padding-bottom: 0.5rem !important;
}

.footcol {
  text-align: center;
  margin-top: 15px;
}

.text-center {
  font-weight: bold;
}

.text-center a:hover {
  text-decoration: none;
  color: #fff;
}

.pt-3, .py-3 {
  padding-top: 0.5rem !important;
}

.standardborderradius {
  border-radius: 5px;
}

.standardboxshadow {
  /* weicher schatten */
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  /* mehr kantig */
  /* border-radius: 5px; */
  /* box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .5); */
}

.divider-header {
  margin-bottom: 60px;
  margin-top: 0px;
  text-align: center
}

.listItemExpertise {
  margin-top: 15px;
}

.redItalic {
  color: #AD192B;
  font-style: italic;
}

.peoplecards {
  margin-bottom: 20px;
}

.navbarcolor {
  background-color: firebrick;
}

.glyphPadding {
  padding-right: 5px;
}

.featurette-divider-new {
  margin: 60px 0;
}

.blue {
  background-color: blue;
}

.fachgebietemargin {
  margin: 0px 0px 0px 15px
}

.card-anwalt {
  margin-top: 15px;
}

.card-link {
  color: #AD192B;
}

.card-header a {
  display: block;
}

.card-header:hover a {
  color: black
}

.card-header:hover {
  background-color: rgba(150, 150, 150, 0.2);
}

[data-toggler-arrow="arrow"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg);
  transition: all linear 0.25s;
  float: right;
  color: #AD192B;
  margin-top: 4px;
}

[data-toggler-arrow="arrow"].collapsed:after {
  transform: rotate(0deg);
  margin-top: 4px;
}

/* CSS für Rechtsentwicklung */
.lead {
  font-weight: 400;
}

.rowbtnmandate {
  margin-top: 45px;
}

.colbtnmandate {
  margin-bottom: 40px !important;
}

.btnmandate {
  line-height: 20px;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #AD192B;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
}

.btnmandate:hover {
  background-color: #797979;
  text-decoration: none;
  color: #fff;
}

/* CSS für Standorte */
.standortcards {
  margin-bottom: 30px;
}

#map {
  height: 400px;
  width: 100%;
  border-radius: 5px;
  border-style: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.standortdetail {
  margin: 20px;
  padding: 0px;
  font-size: 20px;
}

.standortblack {
  color: black;
}

.contentcenter {}

/* CSS für Kontakt und Karriere */
.jumbotron {
  border-radius: 5px;
  padding: 32px;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #AD192B;
}

.jumbobackground {
  background-size: cover;
  background-position: center;
}

/* CSS für Counter */
.countercontainer {
  margin-top: 50px;
}

.counterfieldswrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
}

.counterfields {
  padding: 0px;
}

.counterfields h2 {
  margin: 0;
  font-size: 40px;
  font-weight: normal !important;
}

.counterfieldsleft {
  text-align: right;
  /* padding-right: 10px; */
}

.counterfieldsright {
  text-align: left !important;
  padding-left: 10px;
}

.tooltipInfo {
  text-decoration: none;
  color: inherit;
  margin-left: 10px;
}

.tooltipInfo:hover {
  text-decoration: none;
  color: #AD192B;
}

.counter {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
  height: 100%;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #AD192B;
}

/* CSS für Expertise */
.expertiserow {
  margin: 50px 0px 30px 0px;
}

.containerabove {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerbackimage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
  /* border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .5); */
}

.headerbacktext {
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.headertext {
  color: #C7C7C7;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 5px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* CSS für Rechtsanwälte */
.rowbtnnext {
  margin-top: 30px;
}

.colbtnprev {
  width: 30%;
  padding-left: 15px;
}

.colbtnnext {
  width: 30%;
  padding-right: 15px;
}

.prevbtn, .nextbtn {
  line-height: 20px;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #AD192B;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  float: left;
}

.textbtwbtns {
  text-align: center;
  font-size: 1.25rem;
}

.featurette-divider2 {
  margin-top: 15px !important;
}

.nextbtn {
  float: right;
  margin-left: 30px;
}

.nextbtn span {
  color: #fff;
}

.nextbtn i {
  color: #fff;
}

.prevbtn:hover, .nextbtn:hover, .nextbtn.active {
  background-color: #797979;
  text-decoration: none;
  color: #fff;
}

.prevbtnicon {
  padding-right: 5px;
  padding-left: 5px;
}

.nextbtnicon {
  padding-left: 5px;
  padding-right: 5px;
}

.standardcontainer {
  margin-top: 60px;
  background-color: rgba(125, 125, 125, .1);
  padding: 20px 20px 40px 20px;
}

.socialMediaIcon {
  margin: 5px 5px 0px 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.socialMediaIcon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.anwaltcol {
  padding: 15px 0px 0px 15px;
}

.listitemAnwaelte {
  margin-top: 15px;
  font-size: 20px;
}

.listitemAnwaelte span {
  margin-right: 10px;
}

.listitemAnwaelte a {
  color: #AD192B;
}

.ullistAnwaelte {
  list-style-type: none;
  padding: 0px 10px 0px 10px;
  margin-bottom: 0;
}

.imageAnwaltDetail {
  height: auto;
  width: 100%;
  /* even more control with max-width */
  max-width: 720px;
  /* padding-top: 10px; */
}

.anwaltdetails {
  /* background-color: rgba(125, 125, 125, .1); */
  height: 100%;
}

.expertise ul {
  list-style-type: none;
  padding: 10px 30px 30px 0px;
}

.divider {
  border: 0;
  height: 2px;
  margin: 10px 0px 10px 0px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(173, 24, 86, 1), rgba(0, 0, 0, 0));
  /* border-top: 2px solid rgba(173, 24, 86, 1); */
}

.divider-rot {
  border: 0;
  height: 2px;
  margin: 30px 0px 30px 0px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(173, 24, 86, 1), rgba(0, 0, 0, 0));
  /* border-top: 2px solid rgba(173, 24, 86, 1); */
}

.btnexpertise {
  padding: 0px 0px 15px 15px;
}

.headername {
  color: #AD192B;
  font-style: italic;
  font-weight: bold !important;
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
  /* background-color: rgba(125, 125, 125, .1); */
}

.headersubname {
  color: #AD192B;
  font-style: italic;
  text-align: center;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}

.headersubsubname {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  margin: 5px 0px 0px 0px;
}

.profilepicture {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  width: auto;
  margin: 0;
  background-size: cover;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* fade in */
li.mail {
  opacity: 0;
}

li.telefon {
  opacity: 0;
}

li.mobil {
  opacity: 0;
}

li.standort {
  opacity: 0;
}

li.expertise {
  opacity: 0;
}

li.mail {
  -webkit-animation: fade 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.25s;
  -moz-animation: fade 0.5s ease-in-out forwards;
  -moz-animation-delay: 0.25s;
  -o-animation: fade 0.5s ease-in-out forwards;
  -o-animation-delay: 0.25s;
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: 0.25s;
}

li.telefon {
  -webkit-animation: fade 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation: fade 0.5s ease-in-out forwards;
  -moz-animation-delay: 0.5s;
  -o-animation: fade 0.5s ease-in-out forwards;
  -o-animation-delay: 0.5s;
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

li.mobil {
  -webkit-animation: fade 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.75s;
  -moz-animation: fade 0.5s ease-in-out forwards;
  -moz-animation-delay: 0.75s;
  -o-animation: fade 0.5s ease-in-out forwards;
  -o-animation-delay: 0.75s;
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: 0.75s;
}

li.standort {
  -webkit-animation: fade 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1s;
  -moz-animation: fade 0.5s ease-in-out forwards;
  -moz-animation-delay: 1s;
  -o-animation: fade 0.5s ease-in-out forwards;
  -o-animation-delay: 1s;
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: 1s;
}

li.expertise {
  -webkit-animation: fade 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1.25s;
  -moz-animation: fade 0.5s ease-in-out forwards;
  -moz-animation-delay: 1.25s;
  -o-animation: fade 0.5s ease-in-out forwards;
  -o-animation-delay: 1.25s;
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: 1.25s;
}

@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}

/* Styles for custom Navbar */
.navdivider {
  padding-top 8px;
  margin: 0px 10px 0px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #C7C7C7;
  display: none;
}

.last-p-no-margin p:last-of-type {
  margin-bottom: 0;
}

.language-switcher {

}

.language-switcher-item {
  color: #C7C7C7;
}

.language-switcher-item.active {
  text-decoration: underline;
}

.language-switcher-item:hover, .language-switcher-item:active, .language-switcher-item:focus {
  color: #C7C7C7;
  text-decoration: underline;
}

.language-switcher-item.language-switcher-divider {
  margin-left: 0.4rem;
  padding-left: 0.5rem;
  border-left: 1px solid #c7c7c7;
}

@media (min-width: 1430px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navdivider {
    display: block;
  }
}

.dropdown-toggle:after {
  content: none;
}

.dropdown-menu-custom {
  background-color: #C7C7C7;
}

.dropdown-item-menu-custom {
  font-weight: bold;
}

.dropdown-item-menu-custom:hover {
  background-color: #AD192B;
  color: #fff;
}

/* .dropdown:hover>.dropdown-menu-custom {
  display: block;
} */
.navbarbackground {
  background-color: #AD192B;
}

.navhomebutton {
  color: #C7C7C7;
  font-weight: bold;
  /* font-size: 22px; */
  margin: 0px 18px 0px 0px;
}

.navbar-dark .navbar-brand {
  color: #C7C7C7;
}

.navbar-dark .navbar-brand:hover {
  color: white;
}

.navhomebutton:hover {
  color: white;
}

.italicRAs {
  font-weight: normal;
  font-style: italic;
}

.navtextcolor {
  color: #C7C7C7;
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 0px 10px;
}

.navtextcolor:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: #C7C7C7;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

h3.h3 {
  text-align: center;
  margin: 1em;
  text-transform: capitalize;
  font-size: 1.7em;
}

.iconsKontakt {
  margin-right: 15px;
  color: black;
}

.profilecards {
  /* margin-top: 15px; */
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px 20px;
  color: #C7C7C7;
  font-weight: 600;
  font-size: 15px;
  border-radius: 4px;
  transition: all .3s;
  background-color: #AD192B;
}

.profilecards:hover {
  border: 1px solid transparent;
  background: #AD192B;
  background-color: #AD192B;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-size: 15px;
  color: white;
}

.product-grid4, .product-grid4 .product-image4 {
  position: relative
}

.product-grid4 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: all .3s ease 0s;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .5) */
}

.product-grid4:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, .5)
}

.product-grid4 .product-image4 a {
  display: block
}

.product-grid4 .product-image4 img {
  width: 100%;
  height: auto;
}

.product-grid4 .pic-1 {
  opacity: 1;
  transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-1 {
  opacity: 0
}

.product-grid4 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-2 {
  opacity: 1
}

.product-grid4:hover .product-content {
  background-color: rgba(125, 125, 125, 0.15);
}

.product-grid4 .product-discount-label, .product-grid4 .product-new-label {
  color: #fff;
  background-color: #AD192B;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
  transition: all .3s
}

.product-grid4 .product-discount-label {
  left: auto;
  right: 10px;
  background-color: #d7292a
}

.product-grid4:hover .product-new-label {
  opacity: 0
}

.product-grid4 .product-content {
  padding: 25px
}

.product-grid4 .title {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all .3s ease 0s
}

.product-grid4 .title a {
  color: #222
}

.product-grid4 .title a:hover {
  color: #AD192B
}

.product-grid4 .price {
  color: #AD192B;
  font-size: 17px;
  font-weight: 700;
  /* margin: 0 2px 15px 0; */
  display: block;
  height: 70px
}

.product-grid4 .price span {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  ;
  text-align: left;
  vertical-align: middle;
  display: inline-block
}

.product-grid4 .add-to-cart {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px 20px;
  color: #C7C7C7;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: all .3s;
  background-color: #AD192B
}

.product-grid4:hover .add-to-cart {
  border: 1px solid transparent;
  background: #AD192B;
  color: #fff
}

.product-grid4 .add-to-cart:hover {
  background-color: #C7C7C7;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  color: #AD192B
}

.imageContainer {}

.imageFade {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.middlevisible {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imageContainer:hover .imageFade {
  opacity: 0.5;
}

.imageContainer:hover .middle {
  opacity: 1;
}

.text {
  background-color: #888888bf;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 16px 32px;
  /* display: inline-block; */
}

/*
.text:hover {
  border: 1px solid transparent;
  background: #AD192B;
  background-color: #AD192B;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  color: white;
} */
.product-grid5, .product-grid5 .product-image4 {
  position: relative
}

.product-grid5 {
  font-family: Poppins, sans-serif;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: all .3s ease 0s;
}

.product-grid5 .product-image4 a {
  display: block
}

.product-grid5 .product-image4 img {
  width: 100%;
  max-height: 200px;
}

.product-grid5 .pic-1 {
  opacity: 1;
  transition: all .5s ease-out 0s
}

.product-grid5 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-out 0s
}

.product-grid5 .social li {
  margin-bottom: 10px;
}

.product-grid5 .social li a {
  text-decoration: none;
  list-style-type: none;
}

.social {
  list-style-type: none;
  padding-inline-start: 0px;
  font-size: 20px;
}

.product-grid5 .product-discount-label, .product-grid4 .product-new-label {
  color: #fff;
  background-color: #AD192B;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
  transition: all .3s
}

.product-grid5 .product-discount-label {
  left: auto;
  right: 10px;
  background-color: #d7292a
}

.product-grid5 .product-content {
  padding: 25px;
}

.product-grid5 .title {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all .3s ease 0s
}

.product-grid5 .title a {
  color: #222
}

.product-grid5 .title a:hover {
  color: #AD192B
}

.product-grid5 .price {
  color: #AD192B;
  font-size: 17px;
  font-weight: 700;
  /* margin: 0 2px 15px 0; */
  display: block;
}

.product-grid5 .add-to-cart {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px 20px;
  color: #C7C7C7;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: all .3s;
  background-color: #AD192B
}

.titlerechtsentwicklung {
  padding: 80px 15px 0px 15px;
  margin: -80px 0px 30px 0px;
  text-align: center
}

/* Scrolling Text */
.linkinstolvenz {
  padding: 0px 5px 0px 5px;
  color: #AD192B;
  font-weight: bold;
  font-size: 20px;
}

.btninsolvenz {
  margin: 0px 5px 0px 5px;
}

.marqueewrapper {
  background-color: rgba(125, 125, 125, .1);
  padding: 10px;
  width: 97.5%;
  margin: 0px 15px 0px 15px;
  text-align: center;
}

.marqueeinsolvenz {
  padding-top: 10px;
}

.marquee {
  padding: 10px 0px 10px 0px;
  width: 100%;
  overflow: hidden;
  /* border: 1px solid #ccc;
  background: #ccc; */
}

/* CSS für Einblicke */
.hovereinblickelink {
  text-decoration: none;
  color: inherit;
}

.hovereinblickelink:hover {
  text-decoration: none;
  color: inherit;
}

.hovereinblicke {
  padding: 25px;
}

.hovereinblicke:hover {
  background-color: rgba(125, 125, 125, 0.1);
}

.leadnew {
  margin-bottom: 0;
}

/* CSS für PARALLAX */
.parallax {
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-image: url('/bundles/app/data/kanzlei.jpg');
  background-blend-mode: color;
  /* height: 300px; */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*following just for demo purposes to add height and top padding*/
  height: auto;
  padding-top: 250px;
  padding-bottom: 250px;
}

@media (max-width: 768px) {
  .parallax {
    padding: 0;
    background-image: none;
  }

  .headerbackimage.headerbackimage--small {
    height: 200px;
  }
}

.parallax-curtain {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.parallax-curtain a {
  color: #AD192B;
}

.parallax-curtain h3 {
  margin-bottom: 10px;
}

.parallaxitem {
  margin-bottom: 10px;
}

.mainrow {
  font-size: 25px;
}

.hovermain:hover {}

.lowerrow {
  font-size: 18px;
}

.lowerrowcol {
  margin-bottom: 20px;
}

.lowerrowcol i {
  margin-bottom: 10px;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
/* @media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
} */
.imggalleryrow {
  margin: 15px;
}

/* CSS für blog */
.blogwrapperimage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newheading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
}

.blogdescription {
  font-size: 20px;
  text-align: justify;
}

.linkblog {
  text-decoration: none;
  color: inherit;
}

.linkblog:hover {
  text-decoration: none;
  color: #AD192B;
}

.authorimages {
  margin-left: 15px;
}

.authorrow {
  margin-top: 30px;
  padding: 0px 15px 0px 0px;
}

.authornames {
  margin-left: 15px;
  /* line-height: 40px; */
}

.blogcol {
  padding-right: 30px;
}

.pimcore_area_content ul li {
  margin-bottom: 1rem;
}

.page-item a {
  color: inherit;
}

h1, h2 {
    font-weight: bold !important;
}

.page-item.active .page-link {
  background-color: #AD192B;
  border-color: #AD192B;
}

.news-content {
  word-wrap: break-word;
}

.news-content .content-text--boxed {
  border: 1px solid black;
  padding: 1rem;
}

.news-content .content-text--boxed p:last-child {
  margin-bottom: 0;
}

.news-content--two-columns {
  column-count: 2;
  column-gap: 3rem;
}

.carousel-caption h2 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .news-content {
    column-count: 1;
  }

  .carousel-caption h2 {
    font-size: 1.5rem;
  }
}

.carousel-item {
  max-height: 600px;
}

.news-content .content-text {
  margin-bottom: 1rem;
  text-align: justify;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1rem;
}

.news-content .footnote {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9rem;
}

.text-primary {
  color: #AD192B !important;
}

a.text-primary:hover {
  color: #76151E !important;
}

.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overflow-hidden {
  overflow: hidden;
}

.z-index-1 {
  z-index: 1;
}

/*.btn-primary {*/
/*  background: #AD192B;*/
/*  border-color: #7e121f;*/
/*}*/

/*.btn-primary:hover {*/
/*  background: #7e121f;*/
/*  border-color: #7e121f;*/
/*}*/

.wysiwyg {
    word-wrap: break-word;
}

.wysiwyg a {
  color: #AD192B;
}

.badge.badge-primary {
  background-color: #AD192B;
  color: white;
}

.btn.btn-primary {
  background-color: #AD192B;
  color: white;
  border-color: #AD192B;
}

.btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #797979;
  border-color: #797979;
  text-decoration: none;
  color: #fff;
}

.unstyled-link {
  color: inherit;
}

.unstyled-link:hover, .unstyled-link:active {
  color: inherit;
  text-decoration: inherit;
}

a.redItalic:hover {
  color: #AD192B;
}

.floating-label {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.newsletter-modal .modal-content {
  background: #f3f3f3;
}

.newsletter-modal .modal-header {
  border-bottom: none;
}

.newsletter-modal .close {
  font-size: 2rem;
  line-height: 1;
}

.newsletter-modal .modal-dialog {
  max-width: 880px;
}

.newsletter-modal .modal-title {
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .newsletter-modal .modal-dialog {
    max-width: 880px;
  }
}

@media (max-width: 992px) {
  .newsletter-modal .modal-dialog {
    max-width: 720px;
  }
}
