/* 
Theme Name: WP Bootstrap Starter Child (2025-10-16)
Theme URI:		 http://www.websitebundles.com/
Description:	 Theme by Site <a href=\"http://childthemegenerator.com/\">http://childthemegenerator.com/</a>
Author:			 WebsiteBundles
Author URI:		 http://childthemegenerator.com/
Template: wpbootstrapstarter
Version:		 1.0.0
Text Domain:	 WP-Bootstrap-Starter-child
-------------------------------------------------------------- */ 


/* Temp Styles
------------------------------------------------------- */
#search {

	/*display: none !important;*/
}

/* intro
------------------------------------------------------- */

#eggs {
	position: relative;
	width: 488px;
	top: 75px;
	left: 10px;
		animation: 3s eggs-ani forwards;
	animation-delay: 1s;
}
#egg {
background:linear-gradient(to right, #5b337d 5%, #e24643 95%);
height: 60px;
width: 100%;
 
-webkit-border-radius:  0 0 50% 50%/  0 0 100% 100%;
-moz-border-radius: 0 0 50% 50%/  0 0 100% 100%;
border-radius:  0 0 50% 50%/  0 0 100% 100%;
 position:absolute;
  z-index:4;
  top:3px;
		animation: 3s egg-ani forwards;
	animation-delay: 1s;
}

#egg2 {
  position:absolute;
  z-index:5;
  background: #fff;
  height: 60px;
width: 98%;
  left:1%;

-webkit-border-radius:  0 0 50% 50%/  0 0 100% 100%;
-moz-border-radius:  0 0 50% 50%/  0 0 100% 100%;
border-radius: 0 0 50% 50%/  0 0 100% 100%;

}

#weg {
  height: 30px;
    width: 100%;
    background-color:#fff;
  position: absolute;
  z-index:6;
  top:4px;
  
}

#start-vg {
background-color: #fff;
height: 100vh;
width: 100vw;
position: fixed;
top: 0;
left: 0;
z-index: 9999999999;
animation: 4s vg-ani forwards, 9s allfadeout forwards;
	
}

#start-bg {
background-color: #fff;
height: 100vh;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999999;
	animation: 9s allfadeout forwards;
}

#introstart {
	position: relative;
	left: 8px;
	
}

#part_1_logo, #part_2_logo, #part_3_logo {
	margin-top: 240px;
	position: absolute;
	background-repeat: no-repeat;
}
#part_1_logo {
	background-image: url(/wp-content/imgs/SWS-Partner-YOU-Intrologo-01.svg);
	height: 139px;
	width: 678px;
	background-size: 650px 153px;
	/*background-position: 0px 0px;*/
	left: -169px;
	animation: 3s slideFromLeft forwards;
	animation-delay: 1s;
	z-index: 30;
}

#part_2_logo {
	/*background-image: url(/wp-content/imgs/bildmarke_2.png);*/
	height: 202px;
	width: 678px;
		left: 425px;
/*		background-size: 560px 110px;
		background-position: 0px 71px;*/
	animation: 3s strechToNormal forwards;
	animation-delay: 1s;
	z-index: 20;
}

#part_3_logo {
	background-image: url(/wp-content/imgs/SWS-Partner-YOU-Intrologo-03.svg);
	height: 139px;
	width: 678px;
	background-size: 174px 153px;
	/*background-position: 0px 0px;*/
	left: 874px;
	animation: 3s slideFromRight forwards;
	animation-delay: 1s;
	z-index: 30;
}

.intro-box {
	/*float: left;
     padding: 20px;*/
}

#mask-log1 {
	width: 603px;
	height: 58px;
	position: absolute;
	background-color: #fff;
	left: -169px;
	margin-top: 320px;
	animation: 3s slideFromLeft forwards, 5s hiddemask forwards;
	animation-delay: 1s;
	z-index: 35;
}

/* removing geöffnet */
#geoeffnet {
    display: none;
}

@keyframes slideFromLeft {
	from{
		left: -169px;
	}
	to{
		left: -23px;
	}
}

@keyframes slideFromRight {
	from{
		left: 874px;
	}
	to{
		left: 722px;
	}
}

@keyframes strechToNormal {
	from{
		left: 425px;

	}
	to{
		left: 604px;

	}
}

@keyframes eggs-ani {
	from{
		width: 488px;

	}
	to{
		width: 123px;

	}
}

@keyframes egg-ani {
	from{
		top: 3px;

	}
	to{
		top: 5px;

	}
}

@keyframes hiddemask {
	55%{
		background-color: #fff;
	}
	100%{
		background-color: transparent;
	}
}


@keyframes vg-ani {
	from{
		background-color: #fff;
	}
	to{
		background-color: transparent;
		
	}
}

@keyframes allfadeout {
	55%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}


/* =Theme customization starts here
------------------------------------------------------- */


header {
	height: 80px;
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 9999999;
}

.justify-content-end {
  
    justify-content: unset !important;
}

header#masthead {
   
    background-color: #fff;
    box-shadow: unset;
    padding: .74rem 1rem;
    border-bottom: unset;
}

#header-logo {
	background-image: url(../../imgs/logo_startgross.svg);
	height: 153px;
	 background-repeat: no-repeat;
   /* background-position: 15px 0px;*/
	margin-top:240px;
	margin-bottom: 20px;
	background-size: contain;
}


.navbar-brand img {
	width: 48px;
}



/* ------------------------------------------------------- 
fonts
------------------------------------------------------- */

body {
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	line-height: 1.65;
	color: #5b337d; /*purple*/
	overflow-x: hidden;
	margin-top: 32px;
}

h2 {
	 font-size: 40px;
  font-weight: 300;
	border: none;
}


.heller_text {
	color:#fff;
}

p {
	font-weight: 300;
}

hr {
	margin-top: 0px;
	margin-bottom: 14px;
	border: 0;
	border-top: 1px solid rgb(255, 255, 255);
}
/* ------------------------------------------------------- 
menu - main
------------------------------------------------------- */

#masthead nav {

	margin-top: 7px;
}

#masthead .navbar-nav > li > a {
   color: #5b337d; /*purple*/
    padding: 0.5rem;
    font-weight: inherit;
    font-size: inherit;
	padding-right: 30px;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
	color: unset;
	font-weight: unset;
	/* background: #f9f9f9; */
}

#masthead .navbar-nav > li > a:hover {
    color: inherit;
  /*  font-weight: 700;*/
    
}

.navbar-nav {
	background-color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(91, 51, 125,.5);
    border-color: rgba(91, 51, 125,.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(91, 51, 125, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

li#menu-item-175 {
  width: 157px;
  height: 40px;
  border-radius: 20px;
  background-color: #5b337d !important;
  background-color: var(--sws-purple);
		box-shadow: 0 2px 20px 0 rgba(91, 51, 125, 0);
		 transition: all 0.3s ease-in; /* explorer 10 */
    -webkit-transition: all 0.3s ease-in; /* chrome & safari */
    -moz-transition: all 0.3s ease-in; /* firefox */
    -o-transition: all 0.3s ease-in; /* opera */
}
.ktk_btn a, li#menu-item-175 a {
	color: #fff !important;
	text-align: center;
	width: 180px;
	
}
.ktk_btn{
		box-shadow: 0 2px 20px 0 rgba(91, 51, 125, 0);
		 transition: all 0.3s ease-in; /* explorer 10 */
    -webkit-transition: all 0.3s ease-in; /* chrome & safari */
    -moz-transition: all 0.3s ease-in; /* firefox */
    -o-transition: all 0.3s ease-in; /* opera */
}
.ktk_btn a {
	padding: 0 5px;
}

.ktk_btn a:hover {
	font-weight: 400;
	
}
.ktk_btn:hover {
	box-shadow: 0 2px 20px 0 rgba(91, 51, 125, 0.9);
	border-radius: 20px;
	font-weight: 400;
	background-color: #5B337D;
}

li#menu-item-175:hover {
	box-shadow: 0 2px 20px 0 rgba(91, 51, 125, 0.6);
	border-radius: 20px;
	font-weight: 400;
	background-color: #5B337D;
}

.dropdown-toggle::after {
	margin-left: 0.1em;
    vertical-align: 0.1em;
   
}

#mainslogan  {
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 126px;
	padding-left: 5px;
}
#mainslogan h1 {
	font-size: 62px;
  font-weight: 200;
  line-height: 1.45;
  text-align: left;
	border: none;
}

.sloganstart {
	    position: absolute;
    left: -14px;
}


.subnav-img {
	display:block;
	position: absolute !important;
	top: 16px;
	left: 193px;
	max-height: 300px;
}

.subnav-img img{
	height: 300px
}

#search {
	float: right;
	position: relative;
	top: -41px;
	width: 200px;
	display: block;
}

#search input {
	border: none;
}
.search-submit {
	position:absolute;
	top: 12px;
	left: -19px;
	width: 4px;
	height: 4px;
    background: url("/wp-content/imgs/Suche-Icon.png") top left no-repeat;  
    border: none; 
	background-size: contain;
}




/* --- menu - sub ----------------------------- */

@media screen and (min-width:1200px) {
	
	
 .dropdown-menu.fachbereiche_sub {
		top: 100%;
		left: 0px;
		z-index: 1000;
		float: right;
		min-width: 50%;
		padding: 0 25px 0 0;
		margin: 2.125rem 0 0;
		font-size: 1rem;
		color: #5b337d;
		text-align: right;
	    border: 0px;
		border-right: 1px solid rgb(91, 51, 125);
		border-radius: 0px;
	 min-height: 300px;
	}
	.dropdown-menu.team_sub {
		top: 100%;
		left: 50%;
		z-index: 1000;
		float: left;
		min-width: 50%;
		padding: 0 0 0 20px;
		margin: 2.125rem 0 0;
		font-size: 1rem;
		color: #5b337d;
		text-align: left;
		list-style: none;
		border: none;
		border-radius: 0px;
		min-height: 300px;
	}

	.dropdown, .dropup {
		position: unset;
	}
	
	.dropdown-menu.fachbereiche_sub .dropdown-item, .dropdown-menu.team_sub .dropdown-item{
		padding: .25rem 0;
		color: inherit;
		font-weight: 300;
		
	}
	
	.dropdown-menu.fachbereiche_sub h3, .dropdown-menu.team_sub h3{
		font-size: 24px;
		font-weight: 300;
		margin-bottom: 15px;
		
	}
	
/*	.dropdown-menu .dropdown-item:hover::before {
		content: url("/wp-content/imgs/kl_Pfeil-Icon-purple.png");
		margin-left: -13px;
		margin-top: 0px;
		position: absolute;
	
	}*/
	
	.dropdown-menu .dropdown-item:hover::before {
	background: url("/wp-content/imgs/kl3_Pfeil-Icon-purple.png") no-repeat 0 0;
	margin-left: -13px;
	margin-top: 4px;
	position: absolute;
	content: "";
	width: 10px;
	height: 9px;
	background-size: cover;
}
	
	.dropdown-menu .dropdown-item:hover {
		font-weight: 700;
		background-color: #fff;
	
	}
	
	.uebersicht-nav{
		margin-top: 20px;
		margin-left: 15px;
	}
	
/*	.uebersicht-nav::before{
		margin-top: 0px;

	content: url("/wp-content/imgs/kl_Pfeil-Icon-purple.png");
	position: absolute;
		
	}*/
	
	.uebersicht-nav::before {
	margin-top: 8px;
	background: url("/wp-content/imgs/kl3_Pfeil-Icon-purple.png") no-repeat 0 0;
	position: absolute;
	content: "";
	width: 10px;
	height: 9px;
	background-size: cover;
}
	.ueb-re::before{margin-left: -13px;}
	.ueb-li::before{margin-left: -95px;}
	
	.dropdown-menu.fachbereiche_sub li {
		position: relative;
		z-index: 20;
	}
	.all-fach-icons {
		z-index: 10;
	}
	.dropdown-menu.fachbereiche_sub .dropdown-item {
		background-color: transparent;
	}
	
	.dropdown-menu.team_sub li {
		position: relative;
		z-index: 20;
	}
	.dropdown-menu.team_sub .carousel-box {
		z-index: 10;
	}
    .dropdown-menu.team_sub .dropdown-item {
		background-color: transparent;
	}
    

	

}

#masthead .all-fach-icons {
	position: absolute;
	width: 100%;
	top: 68px;
	right: 192px;
	}
#masthead .all-fach-icons img {
	width: 200px;
	margin-left: -60px;
	}

/*#masthead .navbar-nav > li > a:hover {
	color: #fff;
	font-weight: 600;
	background: #f9f9f9;
}
*/

/* ------------------------------------------------------- 
verlaugsbox
------------------------------------------------------- */
.verlauf {
	width: 100%;
  height: 384px;
  background-image: linear-gradient(to right, #5b337d 50%, #e24643 100%);
	position: relative;
  

}
.box1 {
	 width: 430px;
  height: 430px;
  background-color: #5b337d;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -17px;
left: -7%;
}



#kanzlei {
	margin-top: 160px;
}

.home-kanzlei-content {
	max-width: 380px;
}

.home-kanzlei-content h2 {
	margin-top: 72px;
}

.box1 img {
	position: absolute;
	top: 169px;
	right: -102px;
}

@media screen and (max-width:992px) {

	.verlauf {
		height: 630px;
	}
	.box1 {
	
	top: 90px;
	left: 4%;
}


}
/* ------------------------------------------------------- 
carousel
------------------------------------------------------- */

.slick-prev.slick-arrow.slick-disabled:hover, .slick-next.slick-arrow.slick-disabled:hover {box-shadow: none; cursor: default;}

.slick-prev::before, .slick-next::before {
	font-size: 40px;
	opacity: 1;
}
.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}

.slick-prev {

	z-index: 120;
}

.slick-slide
{
width: 452px !important;
}
.carousel-box {
  
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	margin-right: 40px;
	position: relative;
}

.slick-track {
	/*width: 3500px !important;*/
}

.slick-list {

	overflow: visible;

}

.ma-bild-car {
	width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
	z-index: 100;
}

.ma-content-car {
	position: absolute;
	z-index: 101;
	bottom: 10px;
	left: 30px;
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 1.5;
	  text-align: left;
	  color: #ffffff;
	width: 85%;
}

.ma-content-car h2{
	font-size: 24px;
	text-transform: uppercase;
		
}

.ma-content-car p{
	  font-weight: 500;
	/*min-height: 72px;*/

	height: 88px;
	display: table-cell;
	padding-bottom: 16px;
	vertical-align: bottom;
}
.overlay-ma {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
	z-index: 100;
   background: linear-gradient(to top, rgba(0,0,0,1) -20%, rgba(0,0,0,0) 60%); 

	
}

.zurPerson_link  {
	font-weight: 200;
	font-size: 14px;
	position: absolute;
	bottom: 17px;
	right: 3px;
	color: #fff;
}

.zurPerson_link::before {
	content: url("/wp-content/imgs/kl2_Link-Icon-weiß.png");
	position: absolute;
	left: -18px;
	top: 4px;
}

.zurPerson_link:hover{
	color: #fff;
}

#mitarbeiter .slick-prev::before {
	content: '';
	background: url("/wp-content/imgs/prev-Pfeil-Personen.png");
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	border-radius: 20px;
}

#mitarbeiter .slick-next::before {
	content: '';
	background: url("/wp-content/imgs/next-Pfeil-Personen.png");
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	border-radius: 20px;
}

#schulung .slick-prev::before {
	content: '';
	background: url("/wp-content/imgs/prev-Pfeil-Schulungen.png");
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	border-radius: 20px;
}

#schulung .slick-next::before {
	content: '';
	background: url("/wp-content/imgs/next-Pfeil-Schulungen.png");
	width: 40px;
	height: 40px;
	background-size: cover;
	display: inline-block;
	border-radius: 20px;
}


.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
	opacity: 0;
}

.slick-next.slick-arrow { position: absolute; right: 0; } 
.slick-prev.slick-arrow { position: absolute; left: 0; } 

.slick-arrow {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0);
	 transition: all 0.3s ease-in; /* explorer 10 */
    -webkit-transition: all 0.3s ease-in; /* chrome & safari */
    -moz-transition: all 0.3s ease-in; /* firefox */
    -o-transition: all 0.3s ease-in; /* opera */
	border-radius: 20px;
}
.slick-arrow:hover{
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.8);
	border-radius: 20px;
}
/* ------------------------------------------------------- 
icons and buttons
------------------------------------------------------- */
a {
	 color:  #5b337d;
}

a:hover {
  color:  #5b337d;
text-decoration: none;
font-weight: 700;
}

footer#colophon a:hover {
	font-weight: 400;
}

.mehr_link3 span, .mehr_link {
	font-weight: 200;
	font-size: 14px;
	position: relative;
	margin-left: 13px;
	padding-top: 10px;
	color: #fff;
}

.mehr_link3 span{

	margin-left: 60px;

}


.mehr_link2 {
	/* position:relative; */
	-webkit-perspective:1000;
    perspective:1000;
}

.mehr_link2 span {
	font-weight: 200;
	font-size: 14px;
	position: relative;
	margin-left: 62px;
	padding-top: 10px;
	color: #fff;
}

.mehr_link:hover  {

	color: #fff;
	text-decoration: none;
	font-weight: 700;
}



.mehr_link2 .fabox {
	transition: all .5s ease-in-out, background-position 1ms;
	transform-origin:left;
	transform: translateZ(-10px)
}

.fabox_unten {
	transition: all .5s ease-in-out, background-position 1ms;
	transform-origin:left;
	transform: translateZ(-5px)
}


.fabox_unten:hover {
	transform-origin: left;
	transform: perspective( 2000px ) rotateY( -25deg );
	box-shadow: translateZ(10px) 28px -1px 32px 0 rgba(0, 0, 0, 0.6);
}

.mehr_link2:hover{
	z-index: 99999;
}
.mehr_link2 .fabox:hover {
	transform-origin: left;
	transform: perspective( 600px ) rotateY( 0deg );
	
}


/*.mehr_link2 span::before, .mehr_link::before, .mehr_link3 span::before {
	content: url("/wp-content/imgs/kl2_Link-Icon-weiß.png");
	position: absolute;
	left: -18px;
	top: 13px;
}*/

.mehr_link2 span::before, .mehr_link::before, .mehr_link3 span::before {
	background: url("/wp-content/imgs/kl3_Link-Icon-weiß.png") no-repeat 0 0;
	position: absolute;
	left: -18px;
	top: 15px;
	content: "";
	width: 16px;
	height: 14px;
	background-size: cover;
}



.kanzlei-pdf-download-btn{
	width: 234px;
	height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	position: absolute;
	bottom: 45px;
	left: 104px;
		box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0);
		 transition: all 0.3s ease-in; /* explorer 10 */
    -webkit-transition: all 0.3s ease-in; /* chrome & safari */
    -moz-transition: all 0.3s ease-in; /* firefox */
    -o-transition: all 0.3s ease-in; /* opera */
}

.kanzlei-pdf-download-btn span{
	position: relative;
	top: 8px;
	left: 34px;
  font-size: 14px;
  font-weight: 300;
  color: #5b337d;
}

/*.kanzlei-pdf-download-btn span::before{
	content: url("/wp-content/imgs/kl_Download-Icon.png");
	position: absolute;
	left: -19px;
	top: 4px;
	
}*/

.kanzlei-pdf-download-btn span::before {
	background: url("/wp-content/imgs/kl3_Download-Icon.png") no-repeat 0 0;
	position: absolute;
	left: -19px;
	top: 4px;
	content: "";
	width: 15px;
	height: 14px;
	background-size: cover;
}

 a .kanzlei-pdf-download-btn:hover  {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.6);
}

/* ------------------------------------------------------- 
home fachbereiche
------------------------------------------------------- */
.home-startfachber-1 .image-mittext {	
	margin-top: -70px;
}

.image-mittext {
	
	position: relative;
	margin: 60px 0;
	
}

.image-mittext figcaption {
	position: absolute;
	bottom: 260px;
	left: -54%;
	transform: rotate(-90deg);
	margin-top: -2em;
	text-align: left;
	width: 100%;
	font-weight: 300;
	color: #a1a1a1;

}

.home-startfachber-1 .home-imf {
	max-width: 500px;
}

.home-startfachber-2 .home-imf {
	max-width: 668px;
}

.home-startfachber-3 .home-imf {
	max-width: 535px;
}

.home-startfachber-4 .home-imf {
	max-width: 525px;
}

.home-startfachber-5 .home-imf {
	max-width: 567px;
}

.home-startfachber-2 .image-mittext {
	left: 78%;
}

.home-startfachber-3 .image-mittext {
	left: 21%;
}

.home-startfachber-4 .image-mittext {
	left: 100%;
}

.home-startfachber-5 .image-mittext {
	left: 15%;
}

.fabox_unten, .fabox {
  width: 275px;
  height: 275px;
  background-color: #5b337d;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);

	
}

.fabox_unten {
	position:absolute;
	top:0;
	left: 0;
}


.fabox_unten {
	/*  background-image: url("/wp-content/imgs/low_Insolvenzrecht.jpg");*/
	background-repeat: no-repeat;
	background-size: 200%;
	background-position:-9999px;
	
}

.fabox-11 .fabox_unten, .fabox-11:before {
	 background-image: url("/wp-content/imgs/low_compliance.jpg");
}
.fabox-12 .fabox_unten, .fabox-12:before {
	 background-image: url("/wp-content/imgs/low_business-dev.jpg");
}
.fabox-13 .fabox_unten, .fabox-13:before {
	 background-image: url("/wp-content/imgs/low_gov.jpg");
}

.fabox-21 .fabox_unten, .fabox-21:before {
	 background-image: url("/wp-content/imgs/low_managerhaftung.jpg");
}
.fabox-22 .fabox_unten, .fabox-22:before {
	 background-image: url("/wp-content/imgs/low_Insolvenzrecht.jpg");
}
.fabox-23 .fabox_unten, .fabox-23:before {
	 background-image: url("/wp-content/imgs/low_glaeubigermanagement.jpg");
}

.fabox-31 .fabox_unten, .fabox-31:before {
	 background-image: url("/wp-content/imgs/low_produkthaftung.jpg");
}
.fabox-32 .fabox_unten, .fabox-32:before {
	 background-image: url("/wp-content/imgs/low_vetragsrecht.jpg");
}

.fabox-41 .fabox_unten, .fabox-41:before {
	 background-image: url("/wp-content/imgs/low_gesellschaftsrecht.jpg");
}
.fabox-51 .fabox_unten, .fabox-51:before {
	 background-image: url("/wp-content/imgs/low_arbeitsrecht.jpg");
}


.fabox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
/*  background-image: url("/wp-content/imgs/low_Insolvenzrecht.jpg");*/
  -webkit-transform: rotate(30deg);
  transform: rotateY(180deg)  translateZ(10px);
	background-position: 0% 0px;
background-repeat: no-repeat;
	background-size: 200%;
transform-style: preserve-3d;
}

.fabox h2{
  font-size: 24px;
  color: #fff;
  padding-top: 60px;
	padding-left: 45px;
	font-weight: 200;

}

.fabox .mehr_link{

	margin-left: 61px;
}

.fabox-11{
	position: absolute;
	top: 445px;
	/*left: -181px*/
	left: -230px;
	z-index: 51;

}
.fabox-12{
	position: absolute;
	top: 540px;
	/*left: -186px;*/
	left: -230px;
	z-index: 52;

}

.fabox-13{
	position: absolute;
	top: 426px;
	/*left: -168px;*/
	left: -290px;
	z-index: 53;
}

.ico-ho1 {
	/*left: 178px;*/
	left: 305px;
	top: 53px;
	z-index: -1;
}

.fabox-21{
	position: absolute;
	top: 1520px;
	left: -84px;
	z-index: 51;

}
.fabox-22{
	position: absolute;
	top: 1036px;
	left: -38px;
	z-index: 53;
	}

.fabox-23{
	position: absolute;
	top: 610px;
	left: -35px;
	z-index: 52;

}

.ico-ho2 {
	left: -505px;
	top: 178px;
}

.fabox-31{
	position: absolute;
	top: 809px;
	/*left: 24px;*/
	left: -56px;
	z-index: 51;

}
.fabox-32{
	position: absolute;
	top: 874px;
	/*left: -8px;*/
	left: -68px;
	z-index: 52;
}

.ico-ho3 {
	top: 243px;
	left: 333px;
	z-index: -1;
}

.fabox-41{
	position: absolute;
	top: 722px;
	left: -230px;
	z-index: 51;

}

.ico-ho4 {
	top: 137px;
	left: -438px;
	z-index: 50;
}

.fabox-51{
	position: absolute;
	top: 1500px;
	left: 42px;
	z-index: 51;
}

.ico-ho5 {
	top: 191px;
	left: 247px;
	z-index: -1;
}


.icon-home-fach {
	position: absolute;
	width: 300px;
}

/* ------------------------------------------------------- 
home team
------------------------------------------------------- */

.team-home-bild {
	height: calc(100vw - 30vw);
position: relative;
width: 100vw;
margin-left: -50vw;
left: 50%;
background-size: cover;
margin-top: -69px;
z-index: 100;
margin-bottom: -13%;
background-repeat: no-repeat;
background-position: center;
}

.slick-slider, .home-startfachber-content {
	position: relative;
	z-index: 101;
}

/* ------------------------------------------------------- 
home kontakt
------------------------------------------------------- */

.klammer-rechts {
	position: relative;
	left: -25px;
	z-index: 31;
	top: 17px;
	width: 5px;
}

.logo_und_klammer{
	position: relative;
z-index: 30;
}
.eggs {
	position: relative;
	width: 55px;
	top: -2px;
	left: -13px;
	z-index: 20;
}
.egg {
background:linear-gradient(to right, #5b337d 5%, #e24643 95%);
height: 39px;
width: 100%;
 
-webkit-border-radius:  0 0 50% 50%/  0 0 100% 100%;
-moz-border-radius: 0 0 50% 50%/  0 0 100% 100%;
border-radius:  0 0 50% 50%/  0 0 100% 100%;
 position:absolute;
  z-index:4;
  top:3px;

}

.egg2 {
  position:absolute;
  z-index:5;
  background: #fff;
  height: 41px;
width: 98%;
  left:1%;

-webkit-border-radius:  0 0 50% 50%/  0 0 100% 100%;
-moz-border-radius:  0 0 50% 50%/  0 0 100% 100%;
border-radius: 0 0 50% 50%/  0 0 100% 100%;

}

.weg {
  height: 32px;
    width: 100%;
    background-color:#fff;
  position: absolute;
  z-index:6;
  top:2px;
  
}


.form-control:focus {

	box-shadow: none;
}

#kontakt{
	margin-top: 120px;
}

.logo-text-form   {
	font-size: 22px;
	color: #e24643;
	padding-bottom: 21px;
	text-transform: uppercase;
	margin-left: -27px;
	margin-top: -5px;
	letter-spacing: 2px;
	position: relative;
	z-index: 30;
}

.blatt-form {
	 max-width: 800px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	padding: 96px 70px 56px 70px;
	margin-right: 33px;
}

.form-logo {
	margin-bottom: 60px;
	display: -webkit-box;
}

.form-control {
	border: none;
	border-bottom: 1px solid #a1a1a1;
	border-radius: 0px;
	
}

label {

    font-size: 9px;
}

.betreff-label {
	width: 100%;
}

#Textfeld-form1 {
	margin-top: 50px;
	border: 1px solid #a1a1a1;
	border-radius: 0;
}

input.wpcf7-submit {
	background-color: #fff;
	color: #5b337d;
	border: none;
	font-weight: 300;
	/*margin-top: 20px;*/
	padding-left: 3px;
	border-radius: 20px;
	
}

input.wpcf7-submit:hover {
	background-color: transparent;
	color: #5b337d;
	border: none;
	font-weight: 300;
	
	
}

.sendebtn-span {
/*	position: relative;
	left: 7px;*/
	float: right;
	margin-top: -6px;
	width: 174px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	padding-left: 9px;
	padding-top: 2px;
				box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0);
		 transition: all 0.3s ease-in; /* explorer 10 */
    -webkit-transition: all 0.3s ease-in; /* chrome & safari */
    -moz-transition: all 0.3s ease-in; /* firefox */
    -o-transition: all 0.3s ease-in; /* opera */
}

.sendebtn-span:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: inherit;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
}

/*.sendebtn-span::before {
		content: url("/wp-content/imgs/kl_Pfeil-Icon-purple.png");
	}*/
.sendebtn-span::before {
	background: url("/wp-content/imgs/kl3_Pfeil-Icon-purple.png") no-repeat 0 0;
	/* margin-left: -3px; */
	/* margin-top: 24px; */
	/* position: absolute; */
	content: "";
	height: 9px;
	width: 9px;
	background-size: cover;
	display: inline-block;
}

.pfeilblau {
	font-weight: 300;
	color: #5b337d;
}

/*.pfeilblau::before {
		content: url("/wp-content/imgs/kl_Pfeil-Icon-purple.png");
	    margin-right: 3px;
		
	}*/

.pfeilblau::before {
	background: url("/wp-content/imgs/kl3_Pfeil-Icon-purple.png") no-repeat 0 0;
	margin-right: 3px;
	width: 10px;
	height: 9px;
	background-size: cover;
	content: "";
	display: inline-block;
}

.pfeilblau:hover {
	font-weight: 700;
}

.form-control::placeholder {
    color: #a1a1a1;
    opacity: 0.8;
}
input#betreff-form::placeholder, textarea#Textfeld-form1::placeholder {
    color: #5b337d;
    opacity: 0.6;
}
input#betreff-form, textarea#Textfeld-form1 {
    color: #5B337D;
    border-color: #5b337d;
}
.betreff-label > .formtext-beschreibung {
    color: #5b337d;
}

.formtext-beschreibung {
	padding-left: 13px;
	color: #a1a1a1;
}

.your-name input, .your-unternehmen input, .your-email input, .tel-728 input {
	color: #a1a1a1;
}

input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus, 
textarea:focus, select:focus, 
#bottom input[type="text"]:focus, 
#bottom input[type="password"]:focus, 
#bottom textarea:focus, #bottom select:focus {
    border-color:  #5b337d;
}
/*------------------  footer --------------*/
footer#colophon {
    color: #a1a1a1;
    background-color: #fff;
    font-size: 85%;
    border-top: 1px solid #a1a1a1;
   
}

footer .site-info {
   margin-top: 14px;
}

footer .site-info ul {
    list-style: none;
    text-align: center;
}

footer .site-info ul li{
    display: inline;
	margin-right: 10px;
     padding: 5px 10px;
}

footer#colophon .p-md-5 {
	padding: 0.5rem !important;
}
/*----------------------------Mitarbeiter--------------------------*/

#mitarbeitertitelbild {
	position: relative;
width: 100%;
padding-bottom: 56%;
overflow: hidden;
	top: 70px;
margin-bottom: 70px;
}

.top-beschreibung-fa, .top-beschreibung-ma {
	position: absolute;
	z-index: 100;
	
	color: #fff;

	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.top-beschreibung-ma {

	font-size: 24px;
	bottom: 20px;

}

#mitarbeitertitelbild .ma-bild-car {

    height: 120%;

}

.top-fach-mi ul {
	list-style: none;
	font-weight: 700;
}

.top-fach-mi2 .alternative-fa {
	margin-left: 40px;
	font-weight: 700;
}

.top-beschreibung-ma h2, .top-beschreibung-ma p {
	font-weight: 400;
}

.top-beschreibung-ma h2 {
	font-size: 62px;
	text-transform: uppercase;
}




.ueberschrift-top-fama {

    font-weight: 300;
    font-size: 14px;
    margin-left: 40px;
    margin-bottom: 9px;

}

.top-beschreibung-ma p  {
    margin-top: 30px;
}


.mirarbeiter-site #masthead {
	height: 130px;
}

.mirarbeiter-site li#menu-item-175 a {
    color: inherit !important;
    text-align: unset;
    width: unset;
}

.mirarbeiter-site li#menu-item-175 {
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: #fff !important;
	box-shadow: unset;
    
}



.mirarbeiter-site #masthead .navbar-nav > li > a {
    color: #a1a1a1 !important;
}


.mirarbeiter-site #masthead nav {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #a1a1a1;
	height: 50px;
margin-top: -9px;
}

.secNav ul {
	     position: relative;
     float: left;
     left: 50%;
     margin: 0 auto;
     padding: 0;
}

.secNav li {
	 position: relative;
     float: left;
     right: 50%;
     margin-right: 10px;
     padding: 5px 10px;
     background: #fff;
     list-style: none;
}

.secNav li a {
	 color: #5b337d;
}

.secNav {
	margin-top: 21px;
width: 100%;
height: 58px;
}

.secNav .thumbli {
	margin-top: -6px;
}

.secNav .thumbli img {
	margin-right: 5px;
}

.ktk_btn{
    min-width: 85px;
    height: 34px;
    border-radius: 20px;
    background-color: #5b337d !important;
    background-color: var(--sws-purple);
    text-align: center;
    margin-left: 23px;
}

.mirarbeiter-site #mitarbeiter {
	margin-top: 68px;
margin-left: -15px;
	/*margin-bottom: -93px;*/
}

.mirarbeiter-site #masthead .navbar-nav > li > a:hover, .mirarbeiter-site .secNav a:hover{
	/*color: #e24643 !important;*/
	/*font-weight: 700;*/
}

.mitarbeiter-beschreibung {color:  #a1a1a1 !important;}


/*---------------------------fachbreich------------------------*/

.top-beschreibung-fa {

	font-size: 16px;
	bottom: 50px;

}

.top-beschreibung-fa h2 {
	font-size: 62px;
	font-weight: 400;
}


.top-icon-weiss-fa {
	width: 290px;
position: absolute;
bottom: -49px;
left: 19%;
}

#loesungen {
	margin-bottom: 75px;
}

#unser-team .fa-team-img {
	margin-left: -3%;
max-width: 106% !important;
	    margin-bottom: -130px;
}

.broschuere-bg {
	width: 100vw;
	height: 384px;
	background-color: #5b337d;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	margin-top: 130px;
	margin-bottom: 130px;
}

.broschuere-box {
	width: 430px;
height: 430px;
background-color: #5b337d;
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
position: absolute;
top: 110px;
left: -7%;
}

.broschuere-box h3 {
	font-weight: 200;
font-size: 30px;
word-wrap: break-word;
	color: #fff;
	margin-top: 80px;
margin-left: 70px;
}

.top-icon-weiss-fa-box {
	float: right;
margin-right: 40px;
}

.fa-pdf-download-btn {
	width: 276px;
height: 40px;
border-radius: 20px;
background-color: #ffffff;
position: absolute;
bottom: 90px;
left: 77px;
			box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0);
		 transition: all 0.3s ease-in; /* explorer 10 */
    -webkit-transition: all 0.3s ease-in; /* chrome & safari */
    -moz-transition: all 0.3s ease-in; /* firefox */
    -o-transition: all 0.3s ease-in; /* opera */
}

/*.fa-pdf-download-btn span::before {
    content: url("/wp-content/imgs/kl_Download-Icon.png");
    position: absolute;
    left: -19px;
    top: 4px;
}*/
.fa-pdf-download-btn span::before {
	background: url("/wp-content/imgs/kl3_Download-Icon.png") no-repeat 0 0;
	position: absolute;
	left: -19px;
	top: 4px;
	content: "";
	width: 15px;
	height: 14px;
	background-size: cover;
}

a .fa-pdf-mail-btn:hover, a .fa-pdf-download-btn:hover {
   
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.6);
}
.fa-pdf-mail-btn span, .fa-pdf-download-btn span {
    position: relative;
    top: 8px;
    left: 34px;
    font-size: 14px;
    font-weight: 300;

}

.fa-pdf-download-btn span {

    color: #5b337d;
	top: 7px;
}
.fa-pdf-mail-btn span {

    color: #fff;
	top: 6px;
}

.fa-pdf-mail-btn {
	width: 276px;
height: 40px;
border-radius: 20px;
position: absolute;
bottom: 40px;
left: 77px;
border: 1px solid #fff;
			box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0);
		 transition: all 0.3s ease-in; /* explorer 10 */
    -webkit-transition: all 0.3s ease-in; /* chrome & safari */
    -moz-transition: all 0.3s ease-in; /* firefox */
    -o-transition: all 0.3s ease-in; /* opera */
}

/*.fa-pdf-mail-btn span::before {
    content: url("/wp-content/imgs/klein-Brief-Icon.png");
    position: absolute;
    left: -23px;
    top: 3px;
}*/

.fa-pdf-mail-btn span::before {
	background: url("/wp-content/imgs/klein3-Brief-Icon.png") no-repeat 0 0;
	position: absolute;
	left: -23px;
	top: 4px;
	content: "";
	width: 19px;
	height: 16px;
	background-size: cover;
}

#ansprechpartner .copyContainer {
	font-size: 24px;
}
#ansprechpartner #layerContent {
	font-weight: 300;
}

#loesungen .copyContainer {
	color: #a1a1a1;
 }

/*-----------------------Über die Kanzlei--------------------------*/

.kanzlei-logweis-img{
	margin-left: -15px;
}

.page-template-page-kanzlei .secNav .thumbli {
    margin-top: 0px;
}

#business_lawyers p, #by_your_side p {
	color: #a1a1a1;
 }

#business_lawyers h4, #by_your_side h4 {
	font-weight: 200;
}

#by_your_side {
	margin-top: 40px;
}

.ka-bild-yosi, .ka-bild-bula {
	margin: 60px 20px 0 auto;
	display: block;
	width: 380px;

}

.page-template-page-kanzlei  .broschuere-bg {
	
	background-image: linear-gradient(to right, #5b337d 50%, #e24643 100%);
}


/*-----------------------Schulungen------------------*/


.su-titelcar {
	min-height: 73px;
}

#schulung {
	margin-left: -10px;
	margin-top: 100px;
}

#schulung > .row > h2{
	margin-left: 15px;
	
}
.su-content-car {
	padding: 15px 20px;
}

.su-text-car {
	margin-left: 65px;
}

.su-text-car h2 {
	font-size: 24px;
}

.su-text-car hr {
	margin-top: 0px;
	margin-bottom: 14px;
	border: 0;
	border-top: 1px solid #5b337d;
}

.su-subtitelcar {
	margin-bottom: 6px;
	margin-top: -5px;
	font-size: 14px;
	font-weight: 300;
	/*min-height: 48px;*/
}

.su-beschreibungcar {
	margin-bottom: 30px;
}
.su-beschreibungcar p{
	font-weight: 400;
	margin-top: 1rem;
	margin-bottom: 0px;
}
.su-vorschautext{
	
}

.su-kontakt {
	
	font-weight: 600;
	display: grid;
	margin-bottom: 60px;
}

.toggle-schulung-btn {
	position: absolute;
	bottom: 20px;
	color: inherit;
	margin-left: 15px;
}

#schulung span.morecontent  {
	display: none;
}

.su-kontakt, .su-beschreibungcar {
	display: none;
}

.toggle-schulung-btn::before {
background: url("/wp-content/imgs/kl3_Pfeil-Icon-purple.png") no-repeat 0 0;
margin-left: -15px;
content: "";
width: 10px;
height: 9px;
background-size: cover;
display: inline-block;
margin-right: 3px;
}

.su-mail-btn {
	color:  inherit;
}

.datum-su {
	width: 40px;
	height: 47px;
	border: 1px solid #5b337d;
	position: absolute;
	text-align: center;
	top: 20px;
	
}

.monat-su {
	background-color: #5b337d;
	width: 39px;
	height: 21px;
	color: #fff;
}

.tag-su {
	font-size: 24px;
	margin-top: -5px;
}

/*----------------------------search-------------------------*/
.no-results form.search-form {position:relative;}

/*---------------------responsive----------------------------*/

@media screen and (max-width:1199px) {
	#search {
		display: none;
	}
	
	.dropdown-menu li a {
		padding: 10px;
	}
	
	.secNav {
		display: none;
	}
	
	.mirarbeiter-site #masthead nav {
		border-bottom: none;
	}
	
	.mirarbeiter-site #masthead {
		height: 67px;
	}
	
}

@media screen and (max-width:992px) {
	#header-logo {background-position: 0px 0px;
		width: 85%;
	}
	
	.box1 {
		top: 32px;
		left: 1%;
	}
	
	.broschuere-box {
		top: 32px;
		left: 2%;
	}
	
	.broschuere-bg{
		height: 651px;
	}
	
	#content.site-content {

		padding-top: 10.125rem;
	}
	
	.image-mittext figcaption {

		bottom: 332px;

	}
	
	.image-mittext {

		left: 0px !important;
	}
	
	.home-startfachber-1 .image-mittext {
		margin-top: 0px;
	}
	
	.home-imf {
	max-width: 100% !important;
	}
	
	.fabox {
		top: 0px !important;
		left: 0px !important;
		position: relative !important;
	}
	
	.home-startfachber-2, .home-startfachber-3, .home-startfachber-4, .home-startfachber-5, #team {
		margin-top: 50px;
	}
	
	.icon-home-fach {
		z-index: 55 !important;
		left: 0px !important;
		top: -330px !important;
	}
	
	#ansprechpartner {
		margin-top: 60px;
	}
	
	footer .site-info ul {
		margin-top: 25px;
	}
	
	#mitarbeitertitelbild{
		top: 35px;
	}
	
	.overlay-ma {
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);
	}

}

@media screen and (max-width:767px) {
	
	.top-icon-weiss-fa {
		display: none;
	}
	
	.top-beschreibung-ma h2, .top-beschreibung-fa h2 {
		font-size: 40px;

	}
	
	#unser-team .fa-team-img {

		margin-bottom: -47px;
	}
	
		.top-beschreibung-ma {
	
		font-size: unset;
	}
	
	.image-mittext figcaption {
		position: unset;
		left: unset;
		transform: unset;
		margin-top: unset;
	}
	
	.team-home-bild {

		margin-top: unset;

	}
	
}

@media screen and (max-width:652px) {
	.top-beschreibung-ma {
	bottom: unset;
	top: 117%;
	color: inherit;
	word-wrap: break-word;
		font-size: unset;
}
	
	.single-mitarbeiter #mitarbeitertitelbild {

	overflow: visible;
	margin-bottom: 500px;
}
	
	.single-mitarbeiter #mitarbeitertitelbild {
	
	padding-bottom: 65%;
	
}
	
	.single-mitarbeiter #mitarbeitertitelbild .ma-bild-car {
    height: 100%;
}
}

@media screen and (max-width:575px) {
	#ansprechpartner {
		margin-left: 15px;
	}
}

@media screen and (max-width:448px) {
	.top-beschreibung-ma, .top-beschreibung-fa {
	bottom: unset;
	top: 117%;
	color: inherit;
	word-wrap: break-word;
		font-size: unset;
}
	
 #mitarbeitertitelbild {

	overflow: visible;
	margin-bottom: 500px;
	 padding-bottom: 65%;
}
	
	#mitarbeitertitelbild .ma-bild-car {
	height: 100%;
		
	
}
	.slick-slide {
		width: 330px !important;
	}
	 .carousel-box {
		height: 217px;

	}
	
	#schulung .slick-slide {
		width: 330px !important;
	}
	#schulung .carousel-box {
		height: 390px;

	}
	

}

@media screen and (max-width:412px) {
	.klammer-rechts {

		top: 18px;
	
	}
}
@media screen and (max-width: 1199px){
    .navbar-dark .dropdown-item{color:unset;}
 
}


    #masthead .navbar-nav > li#menu-item-175 > a {
        color: #ffffff!important;

    }
