/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body.no-scroll {
  overflow: hidden;
}

#brxe-spfrxq.open-inside {
	background: #fff;
}

.flyin-dropdown ul .overlay-bg {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 0.3s ease, clip-path 0.3s ease;
}
.flyin-dropdown.open ul .overlay-bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.active-inside {
	background:#fff;
}

.subsite #brx-header {
	background: #fff;
	box-shadow: 2px 2px 5px #0d0d0d3b;
}

.subsite #brx-content {
	padding-top: 90px;
}
.werdegang-year {
	font-weight:500;
	margin-right:20px;
}

.fill-right {
	position: relative;
}

.fill-right::after {
content: '';
  position: absolute;
  right: -193px;
  width: 193px;
  background: #fff;
  height: 100%;
  top: 0;
}

.admin-bar #brxe-eshdps.brx-open .brx-nav-nested-items {
	top: 123px;
}

.footer-txt .brxe-text {
	font-size: 15px;
}

.footer-txt h1 {
	font-size: 17px;
	margin-bottom:0.75rem;
}

.footer-txt h2, 
.footer-txt h3, 
.footer-txt h4, 
.footer-txt h5, 
.footer-txt h6
{
	font-size:16px;
	margin-bottom:0.5rem;
}

@media(max-width:782px) {
	.admin-bar #brxe-eshdps.brx-open .brx-nav-nested-items {
		top:136px
	}
}

@media(min-width:1279px) {
	
	.main-menu-desktop .flyin-dropdown::after {
	transition: all 0s linear;
	opacity:0;
	top: 100%;
	left: 50%;
	position: absolute;
	content:'';
	margin-left: -15px;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 8px solid #fff;
}

.main-menu-desktop .flyin-dropdown.active::after {
	top: 100%;
	left: 50%;
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 9999;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 8px solid #fff;
	border-bottom: 0;
	margin-left: -15px;
	transition: all 0s linear;
	opacity: 1;
}
	
}




/* Base table styles */
.osulzer-table-container {
  width: 100%;
  overflow-x: auto;
}

.osulzer-table-main {
  width: 100%;
  border-collapse: collapse;
}

/* Header styles */
.osulzer-table-main thead td {
  padding: 0 12px;
}

/* Body cell styles */
.osulzer-table-main tbody td {
  padding: 5px 12px;
  vertical-align: top;
}

.osulzer-table-main thead td:first-child, .osulzer-table-main tbody td:first-child {
  padding-left: 0;
}

.osulzer-table-main tbody td {
  border-bottom: 1px solid #d5d4d4;
}

/* Mobile responsive design */
@media screen and (max-width: 768px) {
  .osulzer-table-container {
    margin: 15px 0;
    border-radius: 6px;
  }
  
  .osulzer-table-main {
    font-size: 13px;
  }
  
  .osulzer-table-main thead td,
  .osulzer-table-main tbody td {
    padding: 12px 8px;
  }
  
  .osulzer-table-main thead td {
    font-size: 12px;
  }
}

/* Very small screens - stack layout */
@media screen and (max-width: 480px) {

  .osulzer-table-main thead td, .osulzer-table-main tbody td {
    padding: 5px;
  }

}

