/*----------- ALLGEMEIN ----------*/
html {
    scrollbar-width: none;
}

h1, h2, h3, h4 {
  font-family:Garamond;
}
#page-content {
    margin-top: 2rem;
}
.scroll-top {
	background-color: #053E57;
	box-shadow: 0px 6px 9px rgba(0,0,0,0.6);
}
.scroll-top:hover {
	background-color: #107BAA;
}
/* ---------- FRAMES -----------*/
.frame-container {
    max-width: 72.5%;
}

.frame {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
/* ---------- INTRO ----------*/
.carousel .carousel-item {
    padding: 0 !important;
}

.SliderwCaption-img {
	height: 80vh;
	z-index: -1;
	position: relative;
}
.carousel-caption {
	right: 25%;
	bottom: 60px;
}
.carousel-caption.d-md-block {
    background: rgba(255,255,255,0.8);
    padding: 3rem;
}
.carousel-text.text-left h1, .carousel-text.text-left h2, .carousel-text.text-left p {
	color: #333;
}


/* ---------- PARALLAX ----------*/

.section-parallax-img {
    height: 350px;
    position: relative;
}


/* -----------COOKIE CONSENT----------*/
.cc-window.cc-banner {
    padding: 8px 0;
}
.cc-window, .cc-revoke {
    background-color: #fff;
    color: #242424;
}

/* ----------- HEADER-BRAND ---------- */
.navbar-mainnavigation .navbar-brand-image img {
	max-height: 60px;
	transition: 0.3s ease;
	width: 100%;
}
#page-header {
    background-color: transparent !important;
	box-shadow: none !important;
}
.container-fluid.brand {
    background-color: #053E57;
	position: relative;
	z-index: 9999;
}
.navbar-mainnavigation .navbar-brand {
	margin-right: 0;
	margin-bottom: 0.5rem;
	transition: 0.3s ease;
}
.navbar-transition .navbar-brand {
	height: 90px;
}
.navbar-transition .navbar-brand-image img {
    max-height: 50px;
}
/* ----------- MENU ---------- */
.menuitem-container {
    padding: 10px;
    background: #053e57;
    border-radius: 30rem;
    height: 70px;
    width: 70px;
    position: relative;
    top: -35px;
}
.button_container {
    position: relative;
    height: 22px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    top: 60%;
    margin: 0 auto;
    transform: translate(0, -60%);
	z-index: 9999;
}
.button_container:hover {
	opacity: .7;
  } 

.button_container.active .top {
      transform: translateY(9px) translateX(0) rotate(45deg);
      background-color: #fff;
    }
.button_container.active .middle {
      opacity: 0;
      background-color: #fff;	
    }
.button_container.active .bottom {
      transform: translateY(-10px) translateX(0) rotate(-45deg);
      background-color: #fff;	
    }
.button_container > span {
	  background: #fff;
  border: none;
  height: 4px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition:  all .35s ease;
  cursor: pointer;
	display: flex;
}
.button_container > span:nth-of-type(2) {
      top: 5px;
}
.button_container > span:nth-of-type(3) {
      top: 10px;
}
.overlay {
  position: fixed;
  background: #fff;
  top: -30rem;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden; 
	z-index: 1001;
}
.overlay.open {
    opacity: .95;
	top: 0;
    visibility: visible;
    height: 100%;
}
.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}
.overlay.open li:nth-last-of-type(2) {
     animation-delay: .4s;
}

.overlay.open li:nth-last-of-type(3) {
        animation-delay: .45s;
}
.overlay.open li:nth-last-of-type(4) {
        animation-delay: .50s;
}
 nav.overlay-menu {
    position: relative;
    height: 70%;
    top: 60%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
  }
 nav.overlay-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; 
  }
 nav.overlay-menu > ul > li {
	display: block;
      height: 25%;
      height: calc(100% / 4);
      min-height: 50px;
      position: relative;
      opacity: 0;
  }
 nav.overlay-menu > ul > li > a {
	 display: block;
	 position: relative;
	 color: #053E57;
	 text-decoration: none;
	 overflow: hidden;
	 margin-bottom: 2.5vh;
	 font-family: Garamond, serif;
  }
 nav.overlay-menu > ul > li > a:hover:after, nav.overlay-menu > ul > li > a:focus:after, nav.overlay-menu > ul > li > a:active:after {
	display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
  }
 nav.overlay-menu > ul > li > a:after {
	content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          transform: translateX(-50%);
          /*height: 3px;*/
          background-color: #fff;
          transition: .35s;
  }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


/*-------------Contact-Card-------------*/

.Page-sideElement {
    position: fixed;
    top: 25vh;
    right: 100%;
    outline: none;
    z-index: 9999;
}
.ContactCard {
    position: relative;
    width: 253px;
    right: 5px;
    transition: all .3s ease 0s;
}
.ContactCard:not(.is-open) {
    transform: translateX(0);
}
.ContactCard.is-open {
    transform: translateX(100%);
}
.ContactCard-toggle {
	position: absolute;
	width: 120px;
	height: 70px;
	right: -60px;
	top: 15px;
	background-color: #053E57;
	cursor: pointer;
	box-shadow: 0px 6px 9px rgba(0,0,0,0.3);
}
.ContactCard-toggle {
    top: 0px;
}
.ContactCard-toggle .contact-card-icon {
    left: 72px;
    color: #fff;
    position: relative;
}
.contact-card-icon::after {
	content: "\e0b0";
	transform: none;
	border: 0;
	font-family: Material Icons, sans-serif;
	position: relative;
	display: inline-flex;
	font-size: 2.5rem;
	font-weight: normal;
	top: 5px;
}
.ContactCard-toggleIcon {
    position: relative;
    top: 38%;
    right: -33px;
    height: 25px;
    width: auto;
    transform: rotate(-90deg);
    text-align: center;
  color: #fff;
}
.ContactCard-content {
    position: relative;
    padding: 15px 15px 15px 20px;
    box-sizing: border-box;
    background-color: #053E57;
    font-size: 14px;
    color: #fff;
}
.ContactCard-content a {
    color: #fff;
}
.ContactCard-content a:hover, .ContactCard-content a:focus, .ContactCard-content a:active {
    color: #E5E5E5;
}
.ContactCard-content h5, .ContactCard-content i {
    display: inline;
}
.ContactCard-content i {
    font-size: 0.4em;
    top: -0.6em;
    margin: 0 1.1em 0 0.7em;
}
.ContactCard-content h4 {
    font-size: 2em;
    margin-bottom: 0.2em;
}
.ContactCard-content .text {
    margin-top: 0.7em;
}

/* --------- MITARBEITER ----------*/
.mitarbeiter-content {
    margin: 0 auto;
}
.mitarbeiter-container.frame-background-light a:not(.btn) {
	color: #fff;
	transition: 0.3s ease;

}
.mitarbeiter-container.frame-background-light a:not(.btn):hover {
    color: #bbb;
	text-decoration: none;
}
.mitarbeiter-container .mitarbeiter-headline.text-center {
    margin-bottom: 3rem;
}
.mitarbeiter-container .content-container {
    background: #053E57;
    padding: 0.75rem;
	color: #fff;
	text-align: center;
}
.mitarbeiter-container .content-container p {
    margin: 0.25rem;
}
.mitarbeiter-container .col-md-4 {
    margin-bottom: 1.5rem;
}
.content-container a {
    color: #fff;
	transition: 0.3s ease;
}
.content-container a:hover {
    color: #bbb;
	text-decoration: none;
}
/* --------- ANWÄLTE ----------*/

.anwalt-container {
    box-shadow: 3px 6px 6px rgba(0,0,0,0.1);
	margin-bottom: 3rem;

}
.Anwaelte-Container .element-header.text-center {
    margin-bottom: 3rem;
}
.text-center.name-anwalt {
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 0;
    font-weight: 200;
    font-size: 1.1rem;
    letter-spacing: 0.65px;
    position: relative;
    margin-top: -20px;
    z-index: 99;
    padding-bottom: 17px;
    top: 15px;
}

.text-center.name-anwalt > a {
    position: relative;
    top: 6px;
}
.text-center.name-anwalt > a {
    transition: 0.3s ease;
}
.text-center.name-anwalt > a:hover {
    letter-spacing: 1px;
}
.anwaelte-foto.img-responsive.w-100 {
    transition: 0.3s ease;
    top: 0rem;
    position: relative;
    z-index: 100;
    filter: grayscale(30%);
}
.anwaelte-foto.img-responsive.w-100:hover {
    position: relative;
    top: -0.3rem;
    transition: 0.3s ease;
    filter: none;
}


/* -------------- FOOTER ----------- */
.footer-section-meta .frame.frame-background-none.frame-space-before-none.frame-space-after-none {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
#page-footer .textmedia-gallery, .textpic-gallery {
    margin-bottom: 3rem;
}
.footer-section-meta .frame-inner > :not(:first-child) {
    margin: 0;
}

/*MAP*/
.section-column.footer-section-content-column.col-md-9.p-0 > div {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*META-COPYRIGHT*/
.footer-section-meta {
	background-color: #fff;
}
.footer-copyright {
    font-size: 0.8rem;
}
.footer-copyright a:not(.btn) {
    color: #053e57;
	transition: 0.3s ease;
}
.footer-copyright p {
    color: #053e57;
}
.footer-copyright a:not(.btn):hover, .footer-copyright a:not(.btn):focus, .footer-copyright a:not(.btn):active {
    color: #bbb;
	text-decoration: none;
}

.copyright-icon::after {
    transform: none;
    border: 0;
    font-family: Material Icons, sans-serif;
    position: relative;
    display: inline-flex;
    font-size: 0.5rem;
    font-weight: normal;
    content: "\e047";
    margin: 0 0.35rem;
    top: -1px;
}

/* -------------- MEDIA-QUERIES ----------- 
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
------------------------------------------ */
@media (max-width: 1199px)  {
/* FRAME*/
.frame-container {
    max-width: 90%;
}
/*MITARBEITER*/
	
.mitarbeiter-container .content-container {
    min-height: 15vh;
}	
}

@media (max-width: 991px)  {
/* CAROUSEL*/
.carousel-item {
    float: unset !important;
}
.SliderwCaption-img {
    height: 50vh;
}	
.carousel-caption.d-md-block {
    position: relative;
    float: unset !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*ANWÄLTE*/
	.text-center.name-anwalt {
    min-height: 80px;
}		
}

@media (max-width: 767px)  {
/* NAVBAR*/
.navbar-mainnavigation .navbar-brand {
    height: 110px;
}
.navbar-transition .navbar-brand {
    height: 90px;
}
	/* MAP*/
.section-column.footer-section-content-column.col-md-9.p-0 > div {
    height: 35vh;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
/*PARALLAX*/	
.section-parallax-img {
    height: 270px;
}	
/*FOOTER*/
.bp-page-footer .gallery-item.gallery-item-size-1 {
    width: 70%;
    margin: 0 auto;
}
.bp-page-footer .textmedia-item, .bp-page-footer .textpic-item {
	text-align: center;
	}	
/*ANWÄLTE*/
.Anwaelte-Container .col-md-3.justify-content-center.d-flex.flex-column {
    width: 49.999%;
}
.modal-dialog.mw-100.w-75 .col-md-3.d-flex {
    align-items: center !important;
}	
.anwaelte-foto-detail.w-100 {
	width: 70% !important;
	margin: 2rem auto;
}	
}
@media (max-width: 576px)  {	
/*ANWÄLTE*/
.Anwaelte-Container .col-md-3.justify-content-center.d-flex.flex-column {
    width: 100%;
    margin-bottom: 2rem;
}
.modal-dialog.mw-100.w-75 {
    width: 80% !important;
    margin: 2rem auto;
}
	.Parallax-Image {
		display: none !important
			
	}	
}
	
