section {
  background-color: #ffffff;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #535353;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;

}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }

  .partner {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 8.2%;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }

  .paddinggesellschaftsrecht {
    padding-bottom: 14% !important;
  }

  .partner h6 {
    margin-top: -3%;
  }

}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

#content5-t {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/Außenansicht3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .mbr-fullscreen {
    background-image: url("../../../assets/images/Außenansicht.jpg");
    background-attachment: fixed;
  }
  
  .paragraph {
    background-attachment: fixed;
  }

  .hintergrundschild {
    background-attachment: fixed;
    background-position: 60% 40%;
  }
  
  .hintergrundkanzleiaußen {
    background-attachment: fixed;
  }
  
  .hintergrundtelefon {
    background-attachment: fixed;
  }  
}

@media (min-width: 1024px) {
  .hintergrundschild {
    background-position: 30% 70%;
  }
}

@media (min-width: 700px) and (max-width: 840px) {
  .mbr-fullscreen {
    background-position: 33% 77%;
  }

}

@media (min-width: 840px) {
  .mbr-fullscreen {
    background-position: 70% 30%;
  }
}  

@media (min-width: 880px) and (max-width: 1050px) {
  .mbr-fullscreen {
    background-position: 35% 65%;
  }
}

.iconrechte {
  display: inline-block;
  width: 70px;
  height: 70px;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    letter-spacing: 2px;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
  transition: color .2s ease-in-out;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable>.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-sm>.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }

  .rahmen {
    padding-bottom: 41.6px;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-md>.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-lg>.container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl>.container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl>.container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
  width: 100% !important;
  overflow-x: hidden !important;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 40%;
  height: 40%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

/* Others*/
.note-check a[data-value="Rubik"] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  user-select: none;
  pointer-events: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*="col"] {
    /**padding-left: 32px;**/
    padding-right: 32px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}

/* hinzugefügte Codes */

#nachZitat {
  width: 20%;
  height: 5px;
  background-color: #dadada;
  border: none;
}

.farbeunten {
  color: #476e66;
}

#content5-y {
  padding-top: 7%;
  padding-bottom: 7%;
}

#content5-t {
  padding-top: 5.2%;
  padding-bottom: 12.2%;
}

#content10-z {
  padding-bottom: 7%;
}

#content10-10 {
  padding-bottom: 7%;
}

#content10-12 {
  padding-bottom: 4%;
  padding-top: 0;
  margin-top: 0;
}

#content5-2f {
  padding-bottom: 3.4%;
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.13, 1.13);
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .zeichenabstand {
    letter-spacing: 1.8px !important;
  }
}

.zeichenabstand {
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .keinabstand {
    padding-bottom: 0 !important;
  }

  #nachKanzlei {
    position: sticky !important;
    padding-bottom: 0;
    margin-left: 50px;
    margin-bottom: 10% !important;
    width: 20%;
    height: 3px;
    background-color: #dadada;
    border: none;
  }

  #nachKanzlei2 {
    position: sticky !important;
    padding-bottom: 0;
    margin-left: 50px;
    margin-bottom: 10% !important;
    width: 20%;
    height: 3px;
    background-color: #dadada;
    border: none;
  }

  #bild1 {
    padding-bottom: 8%;
  }

  #bild2 {
    padding-bottom: 8% !important;
    margin-left: 0 !important;
  }

  #linkseinzug {
    padding-left: 11.7% !important;
  }

  #linkseinzug2 {
    padding-left: 11.5% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  #Kompetenz {
    padding-top: 2% !important;
    padding-bottom: 6.1% !important;
    padding-left: 23.5% !important;
    margin-bottom: 0 !important;
  }

  #nachZitat {
    width: 35% !important;
  }

  #rechtseinzug {
    margin-right: 0;
    margin-left: 11% !important;
    margin-top: -8% !important;
  }

  #bild3 {
    margin-bottom: 10%;
  }

  #Beratungsg {
    padding-top: 0 !important;
    padding-bottom: 10%;
    padding-left: 14.5% !important;
  }

  #content5-2f {
    padding-bottom: 13.1%;
  }

  .namenrunter {
    padding-top: 8%;
  }

  .cid-sTPdICcPlP {
    font-size: 3rem !important;
  }

  #content4-2y {
    padding-top: 0;
  }

  #footer2-1c {
    padding-bottom: 0;
  }

  #content5-33 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #content5-35 {
    padding-bottom: 0;
  }

  #content5-36 {
    padding-bottom: 0;
  }

  #content5-37 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #content5-38 {
    padding-bottom: 0;
  }

  #content5-39 {
    padding-bottom: 0;
  }

  .schriftgrößenamen {
    font-size: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
  }

  #handynamen {
    display: block !important;
  }

  .namenabstand {
    line-height: 30px !important;
  }

  #content4-31 {
    padding-bottom: 0 !important;
  }

}

@media (min-width: 768px) and (max-width: 819px) {
  .schriftgrößezitat {
    font-size: 35px !important;
  }

  .schriftgrößenachnamen {
    font-size: 15px !important;
  }
}  

#handynamen {
  display: none;
}

.hinuntergerueckt {
  margin-top: 95%;
}

#nachKanzlei {
  position: sticky;
  margin-bottom: 0;
  margin-left: 0.9%;
  margin-top: 9.6%;
  width: 20%;
  height: 5px;
  background-color: #dadada;
  border: none;
}

#nachKanzlei2 {
  position: sticky;
  margin-bottom: 0;
  margin-left: 0.9%;
  margin-top: 9.6%;
  width: 20%;
  height: 5px;
  background-color: #dadada;
  border: none;
}

.abstandUnten {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

#herzlichWillk {
  padding-left: 14.1%;
  padding-right: 0;
  padding-bottom: 0%;
}

#linkseinzug {
  padding-left: 12.5%;
  padding-top: 4.1%;
}

#Kompetenz {
  padding-top: 55%;
  margin-left: -9%;
}

#bild1 {
  width: 100%;
}

#bild4 {
  margin-right: 70px;
  margin-bottom: 10px;
  margin-left: -35px;
  width: 100%;
}

#rechtseinzug {
  margin-right: 0;
  margin-left: 15.2%;
  margin-top: 4%;
}

#bild2 {
  width: 100%;
  margin-left: 28px;
}

#bild5 {
  margin-left: 15%;
}

#bild3 {
  width: 100%;
}

#linkseinzug2 {
  margin-left: 12.5%;
  margin-top: 4%;
}

#Beratungsg {
  padding-top: 50%;
  padding-left: 14.2%;
  padding-right: 0;
}

#team1-2m {
  padding-bottom: 4rem;
}

@font-face {
  font-family: MessinaSerif-Book;
  src: url(../../font/MessinaSerif-Book.otf) format("opentype");
  font-family: ADAMCGPRO;
  src: url(../../font/ADAMCGPRO.otf) format("opentype");
}

body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  font-family: MessinaSerif-Book;
}

@media (max-width: 767px) {
  .abstandbilderteam {
    padding-top: 5%;
  }
}

.animation {
  animation: come-in 0.8s ease forwards;
}

.animationbilder {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1200px) {
  .animationbilder {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
  }
}

.rahmen {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0% !important;
  letter-spacing: 2px;
  padding: 35px;
  border: 2px solid;
}

@media (max-width: 768px) {
  .rahmen {
    padding-bottom: 30px !important;
  }

  .schriftfarbeverlinkungstandort {
    padding-bottom: 12px !important;
  }

  .schriftfarbeverlinkungenoben {
    padding-bottom: 15px !important;
  }

  .schriftfarbeverlinkungenoben2 {
    padding-bottom: 15px !important;
  }
}

/*hex-code türkis: #476e66
gold: #ae8f6f*/

@media (min-width: 992px) {
  .abstand {
    padding-bottom: 1.88% !important;
  }

  .zweifel {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.partner h5 {
  color: #476e66;
  margin-left: -100% !important;
  margin-right: -100% !important;
}

.partner h6 {
  color: #535353;
}

.überschriftrahmen {
  font-size: 24px !important;
  font-family: ADAMCGPRO !important;
}

.schriftgrößetext {
  font-size: 24px !important;
}

@media (min-width: 769px) {
  .schriftgrößetextüberschriften {
    font-size: 54px !important;
    margin-left: -100%;
    margin-right: -100%;
  }
}

.schriftgrößetextüberschriften {
  color:#ffffff;
  padding-top: 12.3rem;
}

.schriftgrößenamen {
  font-size: 27px;
  padding-left: 7.5%;
  font-family: 'ADAMCGPRO';
  line-height: 1.1;
}

.schriftfarbegebiete {
  color: #535353;
}

.abstandphilosophie {
  padding-top: 3%;
  padding-bottom: 7%;
}

@media (min-width: 1024px) {
  .abstandstandort {
    padding-top: 3.5% !important;
  }

  .abstandstandort2 {
    padding-top: 3.5% !important;
  }
}

.schriftgrößenachnamen {
  font-size: 15.5px;
  letter-spacing: 2px;
  font-family: 'ADAMCGPRO';
  line-height: 1.1;
}

#nachteamtextunten {
  margin-bottom: 0 !important;
  padding-bottom: 7%;
}

#nachstandorttextunten {
  margin-bottom: 0 !important;
}

#content5-33 {
  display: none;
}

#content5-35 {
  display: none;
}

#content5-36 {
  display: none;
}

#content5-37 {
  display: none;
}

#content5-38 {
  display: none;
}

#content5-39 {
  display: none;
}

.arrow {
  border: solid #476e66;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin-left: 15%;
  margin-top: 15%;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.farbe:hover {
  color: #476e66 !important;
  opacity: 0.7;
}

.abstandimpdatdisc {
  padding-top: 6%;
}

.schriftfarbenavigation {
  color: #476e66 !important;
  font-size: 20px !important;
}

.schriftfarbenavigation:hover {
  color: #476e66 !important;
  opacity: 0.7;
}

.schriftoben {
  color: #ffffff !important;
  font-family: 'Messina Serif-Book';
  font-size: 27px;
  text-align: center;
  background-color: #476e66;
  padding: 2%;
  margin-bottom: 5%;
}

#schrifttextverstärkung {
  color: #ffffff !important;
  font-family: 'Messina Serif-Book';
  font-size: 27px;
  text-align: center;
  background-color: #476e66;
  padding: 2%;
  margin-bottom: 7%;
}

.schriftunten {
  color: #ffffff !important;
  font-size: 24px !important;
  text-align: left;
  background-color: #476e66;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 3.5%;
}

@media (min-width: 1024px) {
  .schriftunten {
  padding-left: 26%;
  padding-right: 26%;
  }
}

.texterechte {
  background-color: #476e66 !important;
  color: #ffffff !important;
  padding-bottom: 3%;
}

@media (min-width: 768px) {
  .textemobil {
  font-size: 0;
  }
}

.schriftfarbeverlinkungenoben {
  border: 2px solid #476e66;
  background-color: #476e66;
  padding: 20px;
  color: #ffffff !important;
  font-family: 'ADAMCGPRO';
  font-size: 20px;
  letter-spacing: 2px;
  margin-left: 2%;
}

.schriftfarbeverlinkungenoben2 {
  border: 2px solid #476e66;
  background-color: #ffffff;
  padding: 20px;
  color: #476e66 !important;
  font-family: 'ADAMCGPRO';
  font-size: 20px;
  letter-spacing: 2px;
}

.schriftfarbeverlinkungstandort {
  border: 2px solid #476e66;
  background-color: #ffffff;
  padding: 20px;
  color: #476e66 !important;
  font-family: 'ADAMCGPRO';
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 25px;
}

.schriftfarbeverlinkungenoben:hover {
  color: #476e66 !important;
  background-color: #ffffff;
}

.schriftfarbeverlinkungenoben2:hover {
  color: #ffffff !important;
  background-color: #476e66;
}

.schriftfarbeverlinkungstandort:hover {
  color: #ffffff !important;
  background-color: #476e66;
}

.schriftfarbekontakt {
  color: #ffffff !important;
  font-family: 'Messina Serif-Book';
  font-size: 24px;
}

.schriftfarbefax {
  color: #ffffff !important;
  font-family: 'Messina Serif-Book';
  font-size: 24px;
  text-decoration: none !important;
}

#philosophiepadding {
  padding-right: 15px !important;
}

.schriftfarbekontakt:hover {
  color: #ffffff !important;
  opacity: 0.7 !important;
}

#standortkontakt {
  padding-top: 2%;
  padding-bottom: 3.5%;
}

@media (min-width: 1024px){
  #paddinginsolvenzrecht {
    margin-bottom: 5%;
  }
}

.iconhover:hover {
 transform: scale(1.1, 1.1);
 opacity: 1 !important;
}

#header13-m {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:[email protected];300;400;500;600;700&display=swap');

.wrapper {
  background: #ffffff;
}

::selection {
  color: #fff;
  background: #ffffff;
}

.wrapper {
  max-width: 1080px;
  padding: 0 20px;
  position: relative;
}

.wrapper .center-line {
  position: absolute;
  height: 90.05%;
  width: 4px;
  background: #4d8a85;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.wrapper .row {
  display: flex;
}

.wrapper .row-1 {
  justify-content: flex-start;
}

.wrapper .row-2 {
  justify-content: flex-end;
}

.wrapper .row section {
  background: #fff;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.row-1 section::before {
  right: -7px;
}

.row-2 section::before {
  left: -7px;
}

.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #ffffff;
  opacity: 1 !important;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  opacity: 1 !important;
  font-size: 17px;
  box-shadow: 0 0 0 4px #4d8a85;
}

.center-line .scroll-icon {
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}

.row-1 section .icon {
  top: 15px;
  right: -52.5px;
}

.row-2 section .icon {
  top: 15px;
  left: -52.5px;
}

.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row section .details .title {
  font-size: 22px;
  font-weight: 600;
  color: #476e66;
}

.row section p {
  margin: 10px 0 17px 0;
}

.row section .bottom a {
  text-decoration: none;
  background: #ffffff;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.row section .bottom a:hover {
  transform: scale(0.97);
}

@media(max-width: 790px) {
  .wrapper .center-line {
    left: 40px;
    height: 91% !important;
  }

  .wrapper .row {
    margin: 30px 0 3px 60px;
  }

  .wrapper .row section {
    width: 100%;
  }

  .row-1 section::before {
    left: -7px;
  }

  .row-1 section .icon {
    left: -52.5px;
  }
}

.row section .icon:hover {
  background: #4d8a85;
  opacity: 1;
}

@media (min-width: 791px ){
  .paddinglefttimeline {
    justify-content: flex-end !important;
  }

  .timelinerechts {
    text-align: right;
  }
}

/*team bilder*/
.imageteambilder {
  display: block;
  width: 100%;
  height: auto;
}

.overlayteam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #476e66;
}

.containerteam:hover .overlayteam {
  opacity: 0.85;
}

.textteam {
  color: white;
  font-size: 22px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1201px) {
  .textteam {
    font-size: 15px !important;
  }

  .namenfotos {
    font-size: 0.8rem !important;
  }
}

@media (min-width: 1202px) and (max-width: 1500px) {
  .textteam {
    font-size: 18px !important;
  }

  .namenfotos {
    font-size: 1rem !important;
  }
}

.containerteam {
  position: relative;
  height: 100%;
  width: 100%;
}

.überschriftimpressumetc {
  font-family: ADAMCGPRO !important;
}

.textimpressumetc {
  font-family: MessinaSerif-Book !important;
  margin-bottom: 0;
}

#zitatname {
  font-family: MessinaSerif-Book !important;
}

.namenfotos {
  font-family: ADAMCGPRO !important;
  letter-spacing: 2px;
}

.datumtimeline {
  font-family: ADAMCGPRO !important;
  font-size: 17px !important;
}

.emojispadding {
  padding: 0;
}

/* für ultrawide monitor */
@media (min-width: 3000px) {
  body {
    width: 50% !important;
    margin: auto !important;
  }
  .widemonitor {
    width: 50% !important;
  }
}

/* textfarbe bei markierten text */
::-moz-selection { background: #7f7f7f; color: #fff; }
::selection { background: #7f7f7f; color: #fff; }

.abstandemojioben {
  padding-top: 7% !important;
}

.abstandicons {
  padding-bottom: 0;
}

.begin {
  text-align: center;
  font-size: 25px;
  background-color: #ffffff;
  color: rgb(255, 255, 255);
  padding-bottom: 7%;
  margin-bottom: 0;
}

.begin2 {
  text-align: center;
  font-size: 25px;
  background-color: #ffffff;
  color: rgb(255, 255, 255);
  padding-bottom: 7%;
  margin-bottom: 0;
}

.footer {
  text-align: center;
  padding: 7px;
  background-color: #476e66;
  color: rgb(255, 255, 255);
  margin-right: -100%;
  margin-left: -100%;
  margin-bottom: 0;
}

.paragraph {
  background-image: url("../../../assets/images/paragraph.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 768px) {
  .paragraph {
    background-image: url("../../../assets/images/paragraph2.svg");
  }
}

.hintergrundnebentext {
  background-image: url("../../../assets/images/Schild.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 20% 100%;
}

.hintergrundschild {
  background-image: url("../../../assets/images/Außenunbearb.jpg");
  background-repeat: no-repeat;
}

.hintergrundkanzleiaußen {
  background-image: url("../../../assets/images/Schild.jpg");
  background-repeat: no-repeat;
}

.hintergrundtelefon {
  background-image: url("../../../assets/images/Telefon.jpg");
  background-repeat: no-repeat;
}

.hintergrund {
  background-color: #476e66;
}

.schriftgrößegebiete {
  font-size: 0.8rem;
  color: #535353 !important;
}

@media (max-width: 2999px) {
  #content4-2o {
    background-size: cover;
  }
}

.logountenwidth {
  width: 85%;
}

.marginphilosophie {
  margin-bottom: 0 !important;
}

#features14-30 {
  padding-bottom: 6%;
}

.paddingemojitext {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.paddingrechte {
  padding-right: 15px !important;
}

#padding {
  padding-bottom: 2% !important;
}

.marginkontakt {
  margin-right: 2%;
}

@media (min-width: 768px) {
  .abstandverst {
    margin-bottom: 5%;
  } 
}

/*media logo unten für große bildschirm*/
@media (min-width: 1500px) {
  .logountenwidth {
    width: 65% !important;
    margin-left: 8%;
  }
}

/*media nur für paragraph*/
@media (max-width: 680px) {
  .paragraph {
    background-position: 80% 50%;
  }
}

@media (min-width: 681px) and (max-width: 767px) {
  .paragraph {
    background-position: 70% 50%;
  }
}

@media (min-width: 768px) and (max-width: 904px) {
  .paragraph {
    background-position: 65% 50%;
  }
}

/*media für navigationsabstand unten*/
@media (max-width: 450px) {
  .navigationabstand {
  padding-bottom: 16%;
  }
}

@media (min-width: 450px) and (max-width: 465px) {
  .navigationabstand {
  padding-bottom: 15%;
  }
}

@media (min-width: 465px) and (max-width: 480px) {
  .navigationabstand {
  padding-bottom: 14.5%;
  }
}

@media (min-width: 480px) and (max-width: 495px) {
  .navigationabstand {
  padding-bottom: 14%;
  }
}

@media (min-width: 495px) and (max-width: 510px) {
  .navigationabstand {
  padding-bottom: 13.5%;
  }
}

@media (min-width: 510px) and (max-width: 525px) {
  .navigationabstand {
  padding-bottom: 13%;
  }
}

@media (min-width: 525px) and (max-width: 540px) {
  .navigationabstand {
  padding-bottom: 12.5%;
  }
}

@media (min-width: 540px) and (max-width: 555px) {
  .navigationabstand {
  padding-bottom: 12%;
  }
}

@media (min-width: 555px) and (max-width: 570px) {
  .navigationabstand {
  padding-bottom: 11.5%;
  }
}

@media (min-width: 570px) and (max-width: 615px) {
  .navigationabstand {
  padding-bottom: 11%;
  }
}

@media (min-width: 615px) and (max-width: 660px) {
  .navigationabstand {
  padding-bottom: 10.5%;
  }
}

@media (min-width: 660px) and (max-width: 690px) {
  .navigationabstand {
  padding-bottom: 10%;
  }
}

@media (min-width: 690px) and (max-width: 720px) {
  .navigationabstand {
  padding-bottom: 9.5%;
  }
}

@media (min-width: 720px) and (max-width: 768px) {
  .navigationabstand {
  padding-bottom: 9%;
  }
}

@media (max-width: 380px) {
  .textemobil {
    font-size: 22px !important;
  }
}

@media (max-width: 400px) {
  .textemobil {
    font-size: 24px !important;
  }
}

/*media für handy*/
@media (max-width: 768px) {
  .navigationgroesse { 
    font-size: 25px !important;
  }

  .arrow {
    margin-top: 25%;
  }
  
  .schriftgrößenachnamen {
    font-size: 12px !important;
  }

  .textemobil {
    font-family: 'Messina Serif-Book';
    font-size: 27px;
    color: #476e66;
    text-align: center;
    padding-top: 10%;
  }
  
  .texterechte {
    padding-bottom: 9% !important;
  }

  .navbarhandydazwischen {
    padding-bottom: 6% !important;
  }

  #features14-2abc {
    padding-top: 0;
  }

  .abstandemojioben {
    padding-top: 14.5% !important;
  }

  #herzlichWillk {
    padding-top: 0 !important;
    padding-bottom: 10%;
    padding-left: 14.5% !important;
  }

  .schriftgrößetextüberschriften {
    font-size: 0 !important;
  }

  #content5-y {
    padding-top: 9.9%;
    padding-bottom: 14.8%;
  }

  .marginimpressumhandy {
    margin-bottom: 0 !important;
  }

  .abstandimpdatdisc {
    padding-top: 15.4% !important;
  }

  .paddingvertragsrecht {
    padding-top: 15.4%;
  }

  .paddingtextvertragszivilrecht {
    padding-bottom: 0.8%;
  }

  #abstandbetti {
    padding-bottom: 14%;
  }
  
  .paddingzivilinsolvenzrecht {
    padding-top: 15.4%;
  }

  #features14-30 {
    padding-top: 14%;
    padding-bottom: 10%;
  }

  #paddingöffnungsz {
    padding-left: 6%;
  }

  #content10-12 {
    padding-bottom: 16%;
  }

  #nachteamtextunten {
    padding-bottom: 8.3%;
    margin-bottom: 0 !important;
  }

  #nachstandorttextunten {
    padding-bottom: 0;
    margin-bottom: 7% !important;
  }

  .partner {
    padding-bottom: 4.3%;
  }
  
  .abstandphilosophie {
    padding-top: 0;
    padding-bottom: 0;
  }

  .textimpressumetc {
    padding-bottom: 5%;
  }

  .marginphilosophie {
    margin-bottom: 0.5% !important;
  }

  .schriftfarbeverlinkungenoben {
    margin-left: 0;
    display: block;
  }

  .schriftfarbeverlinkungenoben2 {
    display: block;
    margin-bottom: 3.5%;
  }

  .schriftoben {
    margin-bottom: 10%;
    font-size: 24px;
  }

  .cid-sTowzYF0rf .mbr-section-title {
    margin-bottom: 14% !important;
  }

  #schrifttextverstärkung {
    margin-bottom: 14%;
    font-size: 24px;
  }

  .cid-sToBjxzZac .mbr-section-title {
    margin-bottom: 14% !important;
  }

  .schriftfarbeverlinkungstandort {
    display: block;
  }

  .begin2 {
    padding-bottom: 0;
  }

  .standortkontakclass {
    font-size: 18px;
    margin-bottom: 19.2%;
  }

  .schriftfarbekontakt {
    display: block;
    line-height: 40px;
  }

  .schriftfarbefax {
    display: block;
  }
  
  .standortkontaktclass {
    margin-bottom: 10% !important;
    padding: 4% !important;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  #content10-z {
    padding-bottom: 14% !important;
  }

  #content10-10 {
    padding-bottom: 14% !important;
  }
}

@media (max-width: 820px) {
    #content10-10 {
    padding-bottom: 10%;
  }
  
  #content10-z {
    padding-bottom: 10%;
  }
  
  .begin {
    font-size: 18px;
    margin-bottom: 14%;
    padding-bottom: 0;
  }
}

.rahmenoben {
  border: 2px solid #476e66;
  background-color: #476e66;
  padding: 10px;
}

.rahmenoben:hover {
  background-color: #ffffff;
  color: #476e66 !important;
}

.standortkontaktclass {
  text-align: center;
  padding: 2%;
  font-size: 24px;
  background-color: #476e66;
  color: rgb(255, 255, 255);
  margin-bottom: 5%;
}

@media (max-width: 768px) {
  #icon1 {
    font-size: 24px !important;
    position: absolute;
    margin-left: -36.5%;
    margin-top: 1%;
  }

  #icon2 {
    font-size: 24px !important;
    position: absolute;
    margin-left: -36.5%;
  }

  #icon3 {
    font-size: 24px !important;
    position: absolute;
    margin-left: -36.5%;
    margin-top: 2%;
  }
}

@media (min-width: 768px) {
  #icon1 {
    position: absolute;
    margin-left: -8px;
    margin-top: 0.5px;
  }

  #icon2 {
    position: absolute;
    margin-left: -16.5px;
    margin-top: -0.5px;
  }

  #icon3 {
    position: absolute;
    margin-left: -18px;
  }
}

@media (min-width: 1024px) {
  #icon1 {
    margin-left: -8px;
    margin-top: 0.5px;
    font-size: 27px;
  }

  #icon2 {
    margin-left: -19px;
    font-size: 27px;
  }

  #icon3 {
    margin-left: -20px;
    font-size: 27px;
  }

  .schriftfarbefax {
    font-size: 27px;
  }

  .schriftfarbekontakt {
    font-size: 27px;
  }
}

@media (max-width: 390px) {
  .display-4 {
    font-size: 0.9rem !important;
  }
}

#paddingnamen {
  padding-right: 15px !important;
}

@media (max-width: 430px) {
  .cid-sSVj0LIQE6 .mbr-section-subtitle {
    font-size: 13px !important;
  }

}

/*media extra für billder*/
@media (max-width: 1025px) {
.hintergrundkanzleiaußen {
  background-image: url("../../../assets/images/Schild2.jpg");
  }
}

@media (min-width: 1025px) {
  .paddingtextvertragszivilrecht {
    padding-bottom: 2.8%;
  }
}

/*media für tablet*/
@media (min-width: 768px) and (max-width: 991px) {
  .navigationgroesse { 
    font-size: 45px !important;
  }

  .arrow {
    margin-top: 0;
    margin-left: 125%;
  }

  .cid-sToCMwJ0k4 {
    padding-top: 0 !important;
  }

  .begin2 {
    padding-bottom: 14%;
  }

  .marginkontakt {
    margin-right: 3%;
  }

  .cid-sTowzYF0rf .mbr-section-title {
    margin-bottom: 0 !important;
  }

  .begin {
    margin-bottom: 10%;
  }

  .paddinggesellschaftsrecht {
    margin: 0 !important;
    padding-bottom: 1rem !important;
  }

  .schriftgrößetextüberschriften {
    font-size: 45px !important;
  }

  .schriftoben {
    margin-bottom: 7%;
  }

  .abstandverst {
    margin-bottom: 8%;
  }

  #schrifttextverstärkung {
    margin-bottom: 14%;
  }

  .navigationabstand {
    padding-bottom: 8%;
  }

  .schriftnamentablet {
    font-size: 30px !important;
    line-height: 60px !important;
  }

  #features14-2abc {
    padding-top: 0;
    padding-bottom: 7%;
  }

  #linkseinzug {
    padding-top: 1.8% !important;
  }

  #herzlichWillk {
    padding-top: 98px !important;
    padding-bottom: 8% !important;
  }

  .abstandemojiunten {
    padding-bottom: 10% !important;
  }

  .schriftgrößetext {
    font-size: 26px !important;
  }

  #Kompetenz {
    padding-top: 98px !important;
    padding-bottom: 5% !important;
  }

  #rechtseinzug {
    margin-left: 13.6% !important;
  }

  #Beratungsg {
    padding-top: 91px !important;
    padding-left: 15.1% !important;
    padding-bottom: 8% !important
  }

  #nachKanzlei2 {
    margin-left: 0%;
  }

  #linkseinzug2 {
    padding-left: 12% !important;
  }

  #content5-2f {
    padding-bottom: 11.7%;
  }

  #nachteamtextunten {
    padding-bottom: 7.2%;
  }

  #nachstandorttextunten {
    padding-bottom: 7.2%;
  }

  .abstandphilosophie {
    padding-top: 7% !important;
    padding-bottom: 10.3% !important;
  }

  #features14-30 {
    padding-top: 14%;
    padding-bottom: 5%;
  }

  #content4-31 {
    padding-bottom: 15% !important;
  }

  #rechtseinzug {
    padding-top: 9% !important;
  }

  #linkseinzug2 {
    padding-top: 5% !important;
  }
  
  .abstandimpdatdisc {
    padding-top: 10%;
  }

  .abstandemojioben {
    padding-top: 10% !important;
  }

  .paddingvertragsrecht {
    padding-top: 10.8%;
  }

  .paddingzivilinsolvenzrecht {
    padding-top: 8.7%;
  }
  
  #abstandbetti {
    padding-bottom: 14%;
    margin-bottom: 0 !important;
  }

  .partnertablet {
    padding-bottom: 17%;
  }

  .partnertabletmitte {
    padding-bottom: 10%;
  }

  .partner {
    padding: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  #content10-12 {
    padding-bottom: 10%;
  }
  
  #content5-y {
    padding-top: 5%;
    padding-bottom: 10%;
  }  
}

/*media für tablet "normal"*/
@media (min-width: 820px) and (max-width: 991px) {
  .schriftnamentablet {
    font-size: 25px !important;
    line-height: 50px !important;
  }

  #content5-y {
    padding-top: 5%;
    padding-bottom: 11%;
  }

  .begin {
    margin-bottom: 13.5%;
  }

  #content10-z {
    padding-bottom: 13.6% !important;
  }

  #content10-10 {
    padding-bottom: 13.6% !important;
  }

  #content10-12 {
    padding-bottom: 12%;
  }

  #philosophiepadding{
    padding-top: 2% !important;
  }

  .abstandphilosophie {
    padding-top: 10% !important;
  }

  .abstandstandort {
    padding-top: 12% !important;
  }

  .abstandstandort2 {
    padding-top: 4% !important;
  }

  #nachteamtextunten {
    padding-bottom: 2.6%;
  }

  #nachstandorttextunten {
    padding-bottom: 2.6%;
  }

  .partnertablet {
    padding-bottom: 15.8%;
  }

  .namenrunter {
    padding-top: 3%;
  }
  
  .namenfotos {
    font-size: 18.9px !important;
  }

  #abstandbetti {
    padding-bottom: 12%;
  }

  .abstandemojioben {
    padding-top: 11% !important;
  }

  .abstandemojiunten {
    padding-bottom: 7% !important;
  }

  .paddinggesellschaftsrecht {
    padding-bottom: 1rem !important;
  }

  .paddingvertragsrecht {
    padding-top: 10.2%;
  }

  .abstandemojiunten2 {
    padding-bottom: 0 !important;
  }

  .paddingzivilinsolvenzrecht {
    padding-top: 10.1%;
  }

  #content4-31 {
    padding-bottom: 11.75% !important;
  }

  #features14-30 {
    padding-top: 14%;
    padding-bottom: 10%;
  }

  .abstandimpdatdisc {
    padding-top: 10.5%;
  }

  #disclaimeripad {
    margin-bottom: -5%;
  }

  .standortkontaktclass {
    margin-bottom: 13.5%;
  }
}

/*media für tablet pro*/
@media (min-width: 992px) and (max-width: 1024px) {
  .schriftgrößenamen {
    font-size: 24px;
  }

  .abstandverst {
    margin-bottom: 7%;
  }

  .marginkontakt {
    margin-right: 3%;
  }

  .abstandstandort2 {
    padding-bottom: 10%;
  }

  .arrow {
    margin-top: 25%;
  }

  #schrifttextverstärkung {
    margin-bottom: 14%;
  }

  .schriftoben {
    margin-bottom: 7%;
  }

  #content5-y {
    padding-top: 8.05%;
    padding-bottom: 9.05%;
  }

  .begin {
    margin-bottom: 3%;
  }
  
  .schriftgrößetextüberschriften {
    padding-top: 12.2rem;
  }

  #content10-z {
    padding-bottom: 14%;
  }

  #content10-10 {
    padding-bottom: 14%;
  }

  #content10-12 {
    padding-bottom: 9.3%;
  }

  #nachteamtextunten {
    margin-bottom: 0 !important;
    padding-bottom: 10%;
  }

  #nachstandorttextunten {
    margin-bottom: 0 !important;
    padding-bottom: 4.9%;
  }

  .partner {
    padding-bottom: 4.9%;
  }

  .partnerunten {
    margin-bottom: 11%;
  }

  .abstandphilosophie {
    padding-bottom: 5.6%;
  }

  #content4-31 {
    padding-bottom: 9.6%;
  }

  #features14-30 {
    padding-bottom: 7%;
  }  

  .abstandimpdatdisc {
    padding-top: 10.55%;
  }

  .textimpressumetc {
    padding-bottom: 3.55%;
  }

  .abstandemojiunten2 {
    padding-bottom: 0% !important;
  }

  .paddingemojitext {
    padding-bottom: 0.5% !important;
  }

  .standortkontaktclass {
    margin-bottom: 7%;
  }
}

@media (min-width: 1024px) {  
  .partnerunten {
    padding-bottom: 11% !important;
  }

  .abstandemojiunten2 {
    padding-bottom: 1.3% !important;
  }
}

@media (max-width: 767px) { 
  #mappadding {
    padding-top: 10%;
  }
}

/*media für textteam*/
@media (max-width: 401px) {
  .textteam {
    font-size: 18px;
  }
}

@media (min-width: 401px) and (max-width: 430px) {
  .textteam {
    font-size: 20px;
  }
}

@media (min-width: 430px) and (max-width: 500px) {
  .textteam {
    font-size: 21px;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .textteam {
    font-size: 24px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .textteam {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 876px) {
  .textteam {
    font-size: 17px;
  }
  
  .namenfotos {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .partnertablet {
    padding-bottom: 17%;
  }

  .namenrunter {
    padding-top: 3%;
  }
}
