.bypostauthor { display: block; }
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}

.ptop{
	padding-top:220px;
}
.pbot{
	padding-bottom:220px;
}
#main{
	overflow:hidden;
}
h2.vc_custom_heading {
	background: #FFFFFF;
	background: repeating-linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 60%, rgba(107, 106, 115, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2.vc_custom_heading strong {
    color: #F4C595;
    background: repeating-linear-gradient(to bottom, #F4C595 0%, #F4C595 100%);
    -webkit-background-clip: text;
}
h2.vc_custom_heading{
	margin-bottom:0;
}
.no-breadcrumbs .main-content {
    padding-top: 0;
	padding-bottom:0;
}

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


.vc_btn3.vc_btn3-color-warning{
	font-family:"Afacad-regular", sans-serif;
	background-color: #F4C595;
	color: #1C1A1F;
	line-height:54px;
	font-weight:600;
	border-radius:45px !important;
	padding: 5px 3px 5px 30px;
	position:relative;
	border:none;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.28px;
}
.vc_btn3.vc_btn3-color-warning:after{
	content:"";
	position:relative;
	display:block;
	float:right;
	width:54px;
	height:54px;
	margin-left:25px;
	background-image:url("/wp-content/uploads/2025/04/Subtract-1.svg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.vc_btn3.vc_btn3-color-warning:hover,
.vc_btn3.vc_btn3-color-warning:active,
.vc_btn3.vc_btn3-color-warning:focus{
	border:none !important;
	background-color:rgba(241, 179, 116, 1);
	color:#1C1A1F;
}



@media screen and (max-width:1560px){
	.ptop{
		padding-top:180px;
	}
	.pbot{
		padding-bottom:180px;
	}
	.vc_btn3.vc_btn3-color-warning {
		padding: 5px 10px 5px 25px;
		font-size: 24px;
	}
}
@media screen and (max-width:1380px){
	.ptop{
		padding-top:150px;
	}
	.pbot{
		padding-bottom:150px;
	}
	h2.vc_custom_heading  {
		font-size: 42px;
    	line-height: 56px;
	}
	h3.vc_custom_heading  {
		font-size: 38px;
    	line-height: 44px;
	}
	h5.vc_custom_heading {
		font-size: 20px;
		line-height: 30px;
	}
	.porto-sicon-header p {
		font-size: 22px;
		line-height: 180%;
	}
}


@media screen and (max-width:991px){
	.ptop{
		padding-top:120px;
	}
	.pbot{
		padding-bottom:120px;
	}
	h2.vc_custom_heading  {
		font-size: 36px;
    	line-height: 48px;
	}

	h3.vc_custom_heading  {
		font-size: 32px;
    	line-height: 38px;
	}
	h5.vc_custom_heading {
		font-size:18px;
		line-height: 26px;
	}
	.vc_btn3.vc_btn3-color-warning:after {
	    width: 40px;
		height: 40px;
		margin-left:20px;
	}
	.vc_btn3.vc_btn3-color-warning {
		line-height: 40px;
		font-size: 20px;
		letter-spacing: -0.16px;
	}
	.porto-sicon-header p {
		font-size: 20px;
		line-height: 160%;
	}
}
@media screen and (max-width:767px){
	.ptop{
		padding-top:100px;
	}
	.pbot{
		padding-bottom:90px;
	}
	h2.vc_custom_heading{
		font-size: 27px;
		line-height: 34px;
		letter-spacing: -0.27px;
		background: #FFFFFF;
		background: repeating-linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 40%, rgba(107, 106, 115, 1) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	h3.vc_custom_heading  {
		font-size: 23px;
		line-height: 28px;
		letter-spacing: -0.23px;
	}
	h5.vc_custom_heading {
		font-size:15px;
		line-height: 24px;
	}
	.vc_btn3.vc_btn3-color-warning:after {
	    width: 30px;
		height: 30px;
		margin-left:11px;
	}
	.vc_btn3.vc_btn3-color-warning {
		padding: 5px 5px 5px 25px;
		line-height: 30px;
		font-size: 16px;
		width:100%;
		text-align:left;
	}
}








/*...header...*/
#header .container{
	padding-left:90px;
	padding-right:90px;
}
#main-menu{
	border-radius: 140px;
	border: 1px solid #4D466A;
	background: rgba(5, 1, 21, 0.20);
	box-shadow: -14px 14px 40px 0px rgba(4, 2, 22, 0.40);
	backdrop-filter: blur(14px);
	padding-left:13px;
	padding-right:13px;
}
#header .main-menu > li.menu-item > a{
	margin-left:20px;
	margin-right:20px;
}
#header .main-menu > li.menu-item.active > a{
	font-weight:700;
	border-bottom:1px solid #F4C595;
}
#header .header-main .header-right, .fixed-header #header .header-main .header-right,
#header .header-main .header-left, .fixed-header #header .header-main .header-left{
	transition:0.2s;
}
#header.sticky-header .main-menu-wrap, .header-builder-p.sticky-header .header-main.sticky, 
#header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right {
	transition:0.2s;
	padding-top: 20px !important;
}
#header.sticky-header .header-main.sticky {
    box-shadow:none;
}
#header .mobile-toggle{
	width:30px;
	height:30px;
	border-radius:0;
	background-image:url("/wp-content/uploads/2025/05/burger-icon.png");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	transition:0.3s;
	margin-top:0;
	margin-bottom:0;
}
#header  .mobile-toggle.active{
	background-image:url("/wp-content/uploads/2025/06/close.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	transition:0.3s;
}
#header .mobile-toggle i{
	display:none;
}
header.sticky-header .logo{
	border-radius: 140px;
    border: 1px solid #4D466A;
    background: rgba(5, 1, 21, 0.20);
    box-shadow: -14px 14px 40px 0px rgba(4, 2, 22, 0.40);
    backdrop-filter: blur(14px);
	padding: 10px 25px 10px 20px !important;
}
@media screen and (max-width:1380px){
	#header .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	#header .logo {
		max-width: 250px !important;
	}
	#header .header-main .header-right, .fixed-header #header .header-main .header-right,
	#header .header-main .header-left, .fixed-header #header .header-main .header-left{
		padding-top:30px !important;
	}
	#header.sticky-header .main-menu-wrap, .header-builder-p.sticky-header .header-main.sticky, 
	#header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right {
		padding-top: 15px !important;
	}
	#header .main-menu > li.menu-item > a {
    	font-size: 18px;
		line-height: 28px;
	}
	header.sticky-header .logo {
		padding: 12px 25px 12px 20px !important;
	}
}
@media screen and (max-width:991px){
	#main-menu{
		padding-left: 0px;
   		padding-right: 0px;
		border:none;
	}
	.header-main{
		border-radius: 0px 0px 20px 20px;
		border-bottom: 1px solid  #4D466A;
		background: rgba(5, 1, 21, 0.20);
		box-shadow: -14px 14px 40px 0px rgba(4, 2, 22, 0.40);
		backdrop-filter: blur(20px);
	}
	#nav-panel .mobile-nav-wrap{
		background:transparent;
		border-top:1px solid #4D4962;
	}
	#nav-panel .accordion-menu li {
		border-bottom:none;
	}
	#nav-panel .accordion-menu li.menu-item > a{
		color:#fff;
		padding-left:50px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: -0.16px;
		text-transform: inherit;
	}
	#nav-panel .accordion-menu li.menu-item.active > a{
		background:transparent !important;
		color:#F4C595;
	}
	#nav-panel .accordion-menu li.menu-item.active > a:before{
		content:"";
		position:absolute;
		background:#F4C595;
		display:block;
		left:0;
		top:calc(50% - 1px);
		width: 30px;
		height: 2px;
	}
	header.sticky-header .logo {
		padding:none !important;
		border: none;
		background: transparent;
		box-shadow: none;
		backdrop-filter:none;
	}
}

@media screen and (max-width:767px){
	#header.sticky-header .main-menu-wrap, .header-builder-p.sticky-header .header-main.sticky, #header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right{
		padding-top:5px !important;
		padding-bottom:6px !important;
	}
	#header .header-main .header-right, 
	.fixed-header #header .header-main .header-right, 
	#header .header-main .header-left, 
	.fixed-header #header .header-main .header-left {
        padding-top: 20px !important;
    }
	 #header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
	#header .logo {
        max-width: 135px !important;
    }
}



/*...main-block...*/
.main-block{
	padding-top:100px;
	border-bottom-left-radius:60px;
	border-bottom-right-radius:60px;
}
.main-block .vc_btn3-container{
	margin-top:110px;
	margin-bottom:0;
}
.main-block h2{
	font-size: 72px;
	line-height:84px;
	margin-bottom:-5px;
}
.main-block .vc_btn3.vc_btn3-color-warning{
	padding: 15px 12px 15px 30px;
}
.main-block .vc_btn3.vc_btn3-color-warning:after {
    background-image:url("/wp-content/uploads/2025/04/Subtract.svg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
@media screen and (max-width:1560px){
	.main-block h2{
		font-size: 68px;
		line-height:76px;
	}
	.main-block .vc_btn3-container{
		margin-top:70px;
	}
}
@media screen and (max-width:1380px){
	.main-block{
		padding-top:80px;
	}
	.main-block h2{
		font-size: 58px;
		line-height:66px;
	}
	.main-block .vc_btn3-container{
		margin-top:50px;
	}
}
@media screen and (max-width:991px){
	.main-block h2{
		font-size: 48px;
		line-height:56px;
	}
}
@media screen and (max-width:767px){
	.main-block{
		padding-top:60px;
		border-bottom-left-radius: 40px;
    	border-bottom-right-radius: 40px;
	}
	.main-block h2{
		font-size: 32px;
		line-height:40px;
		margin-bottom:0;
		padding-left:15px;
		padding-right:15px;
	}
}



/*...about-block...*/
.about-block{
	padding-left:125px !important;
}
.about-block .about-pic{
	position:relative;
	right:-30px;
}
.about-block .porto-sicon-box{
	margin-top:90px;
	margin-bottom:0;
	position:relative;
}
.about-block .porto-sicon-box:after{
	content:url("/wp-content/uploads/2025/04/about-svg.svg");
	position:absolute;
	bottom:-26px;
	right:0;
}
.about-block .porto-sicon-box:first-child{
	margin-top:40px;
}
.about-block .porto-sicon-box:last-child{
	margin-bottom:100px;
}
.about-block .porto-sicon-header p{
	color: rgba(255, 255, 255, 0.90);
	font-weight:400;
	font-size: 24px;
	line-height: 180%;
}
.about-block .left-icon .porto-sicon-left .porto-sicon-img {
    margin-right: 60px;
	margin-left:4px;
}
.about-block .porto-sicon-header{
	padding-right:5px;
}
@media screen and (max-width:1560px){
	.about-block{
		padding-left:75px !important;
	}
}
@media screen and (max-width:1380px){
	.about-block{
		padding-left:15px !important;
	}
	.about-block .porto-sicon-header p{
		font-size: 20px !important;
		line-height: 160% !important;
	}
	.about-block .porto-sicon-box:last-child{
		margin-bottom:50px;
	}
}

@media screen and (max-width:991px){
	.about-block  .col-md-6 {
        width: 100%;
    }
	.about-block .porto-sicon-box:first-child {
		margin-top: 85px;
	}
	.about-block .vc_single_image-wrapper{
		display:none;
	}
	.about-block .porto-sicon-box {
		margin-top: 60px;
	}
}
@media screen and (max-width:767px){
	.about-block h2.vc_custom_heading strong{
		display:block;
	}
	.about-block .porto-sicon-box:first-child {
		margin-top: 65px;
	}
	.about-block .porto-sicon-box{
		flex-direction: column;
	}
	.about-block  .porto-sicon-left{
		margin-bottom:15px;
	}
	.about-block .porto-sicon-header p {
        font-size: 17px !important;
    }
	.about-block .porto-sicon-box:after {
		content:"";
		position: absolute;
		bottom: -16px;
		right: 0;
		width: 100%;
		height:16px;
		background-image:url("/wp-content/uploads/2025/04/about-svg.svg");
		background-repeat:no-repeat;
		background-size:contain;
	}
	.about-block .porto-sicon-box {
		margin-top: 50px;
	}
}









/*...unsere-block...*/
.unsere-block{
	padding-left:125px !important;
	padding-right:125px !important;
	margin-bottom:50px !important;
	background-image:url("/wp-content/uploads/2025/04/home-background-3.webp");
	background-position:center ;
    background-repeat: no-repeat ;
    background-size: cover;
}
.unsere-block h2{
	margin-bottom:80px;
}
.unsere-block .porto-sicon-box.top-icon{
	margin-bottom:0 !important;
}
.unsere-block .top-icon .porto-sicon-header{
	margin-bottom:0 !important;
}
.unsere-block .porto-sicon-title{
	min-height:105px;
	align-items: end;
    justify-content: center;
    display: flex;
	margin-bottom:40px;
}
.unsere-block .porto-sicon-header p{
	min-height:108px;
}
.unsere-block .col-md-3 > div{
	position:relative;
	border-radius: 500px;
	box-shadow: 0px 21px 13px 0px rgba(16, 13, 34, 0.50);
}
.unsere-block .col-md-3 > div:before{
	content:"01";
	display:block;
	position:absolute;
	left:calc(50% - 23px);
	top:-23px;
	width:46px;
	height:46px;
	text-align:center;
	color: #110C2D;
	font-family:"Onest",sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	padding:10px 0;
	border-radius: 25px;
	border: 1px solid #0F0E1C;
	background: #F4C595;
}
.unsere-block .col-md-3:nth-child(2) > div:before{
	content:"02";
}
.unsere-block .col-md-3:nth-child(3) > div:before{
	content:"03";
}
.unsere-block .col-md-3:nth-child(4) > div:before{
	content:"04";
}
.unsere-bot-title{
	border-radius: 64px 4px 4px 4px;
	border: 1px solid #A096D5;
	background: rgba(30, 28, 48, 0.37);
	box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.30);
	backdrop-filter: blur(17.5px);
	padding: 56px 60px;
	margin-top:175px;
	overflow:hidden;
	margin-bottom:-65px;
}
.unsere-bot-title:before{
	content:"";
	width: 300px;
	height: 200px;
	transform: rotate(-135deg);
	flex-shrink: 0;
	display:block;
	position:absolute;
	left:-130px;
	bottom:-130px;
	opacity: 0.8;
	background: #F4C595;
	mix-blend-mode: plus-lighter;
	filter: blur(55px);
}
.unsere-bot-title h3{
	padding: 5px 0px 10px 40px;
	border-left: 3px solid #F4C595;
	margin-bottom:0;
}

.unsere-block .col-md-3 > div:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	border: 1px solid #F4C595;
	border-radius:50%;
	z-index:-1;
} 
.unsere-block .col-md-3 > div{
	aspect-ratio: 1 / 1;
	padding: 0 55px;
}
@media screen and (max-width:1860px){
	.unsere-block {
    	padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.unsere-block .col-md-3 > div{
		padding: 0 25px;
	}
	.unsere-block .porto-sicon-header p {
		font-size: 18px !important;
	}
	.unsere-block .porto-sicon-title {
    	margin-bottom: 20px;
	}
	.unsere-block .porto-sicon-title br{
		display:none;	
	}
	.unsere-block .porto-sicon-title {
		min-height: 76px;
	}
}
@media screen and (max-width:1460px){
	.unsere-bot-title-all .col-md-6:first-child{
		width:20%;
	}
	.unsere-bot-title-all .col-md-6:last-child{
		width:80%;
	}
}
@media screen and (max-width:1280px){
	.unsere-block .col-md-3 {
        width: 50%;
		margin-bottom:30px;
    }
	.unsere-block .porto-sicon-title {
		font-size: 26px !important;
	}
}
@media screen and (max-width:767px){
	.unsere-block{
		padding-left:15px !important;
		padding-right:15px !important;
		background-image:url("/wp-content/uploads/2025/06/background-photo.png");
		background-position: left center ;
		background-repeat: no-repeat ;
		background-size: contain;
	}
	.unsere-block .porto-sicon-title{
        min-height: 26px;
    }
	.unsere-bot-title-all .col-md-6:first-child{
		width:0%;
	}
	.unsere-bot-title-all .col-md-6:last-child{
		width:calc(100% - 20px);
		margin-left:10px;
		margin-right:10px;
	}
	.unsere-bot-title{
		border-radius: 30px 4px 4px 4px;
		padding: 50px 30px;
		margin-top:65px;
	}
	.unsere-block .col-md-3 {
        width: 100%;
		margin-bottom:30px;
    }
}


/*...mission-block...*/
.mission-block{
	position:relative;
	z-index:1;
	padding-top:400px;
	padding-bottom:375px;
	background-size:contain;
	background-image: url("/wp-content/uploads/2025/04/picture.png?id=924") !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
.mission-block h4.vc_custom_heading{
	color:#fff;
}
.mission-block h4.vc_custom_heading, 
.mission-block p.vc_custom_heading{
	width: 520px;
	max-width:100%;
}
.mission-block p.vc_custom_heading{
	font-weight: 300;
	line-height: 31px;
}
.mission-block .col-md-6:first-child{
	padding-right:75px;
}
@media screen and (max-width:1640px){
	.mission-block{
		padding-top:250px;
		padding-bottom:375px;
	}
	.mission-block .col-md-6:first-child{
		padding-left:100px;
	}
}
@media screen and (max-width:1380px){
	.mission-block{
		padding-top:100px;
		padding-bottom:175px;
	}
	.mission-block .col-md-6:first-child{
		padding-left:15px;
	}
}

@media screen and (max-width:767px){
	.mission-block{
        padding-top: 50px;
        padding-bottom: 300px;
		margin-bottom:60px !important;
		background-image:url("/wp-content/uploads/2025/06/Group-1321317424.png") !important;
		background-size: 100% auto !important;
        background-position: bottom center !important;
	}
	.mission-block p.vc_custom_heading{
		font-size: 15px;
		line-height: 24px;
	}
	.mission-block h2.vc_custom_heading{
		margin-bottom:15px;
	}
}



/*...vision-block...*/
.vision-block{
	z-index:0;
	position:relative;
	top:-400px;
	padding-top:400px;
	padding-bottom:400px;
	background-image: url("/wp-content/uploads/2025/04/picture-2.png?id=928") !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-size:contain;
	margin-bottom:-350px !important;
}
.vision-block h4.vc_custom_heading{
	color:#fff;
}
.vision-block h4.vc_custom_heading, 
.vision-block p.vc_custom_heading{
	max-width: 520px;
}
.vision-block p.vc_custom_heading{
	font-weight: 300;
	line-height: 31px;
}
.vision-block .col-md-6:last-child{
	padding-left:150px;
}
@media screen and (max-width:1640px){
	.vision-block{
		padding-top:250px;
		padding-bottom:375px;
	}
	.vision-block .col-md-6:last-child {
		padding-left: 15px;
	}
}
@media screen and (max-width:1380px){
	.vision-block{
		padding-top:150px;
		padding-bottom:375px;
	}
	.vision-block {
		z-index: 0;
		position: relative;
		top: -150px;
	}
}
@media screen and (max-width:767px){
	.vision-block {
		padding-top:0px;
		padding-bottom:325px;
		z-index: 0;
		position: relative;
		top: 0px;
		margin-bottom: 80px !important;
		background-image:url("/wp-content/uploads/2025/06/Group-1321317423.png") !important;
		background-size: 100% auto !important;
        background-position: bottom center !important;
	}
	.vision-block p.vc_custom_heading{
		font-size: 15px;
		line-height: 24px;
	}
	.vision-block h2.vc_custom_heading{
		margin-bottom:15px;
	}
}

/*...main-projekte...*/
.main-projekte{
	padding-top:80px;
	padding-bottom:80px;
}
.main-projekte .wpb_single_image{
	padding-right:220px;
	margin-bottom:0;
}
.main-projekte .col-md-6:last-child{
	max-width:660px;
}
.main-projekte h5{
	margin-top:40px;
	margin-bottom:60px;
}
@media screen and (max-width:1640px){
	.main-projekte .wpb_single_image{
		padding-right:120px;
	}
}
@media screen and (max-width:1280px){
	.main-projekte .wpb_single_image{
		padding-right:60px;
	}
}
@media screen and (max-width:991px){
	.main-projekte .wpb_single_image{
		padding-right:30px;
	}
}
@media screen and (max-width:767px){
	.main-projekte {
		padding-top: 50px;
		padding-bottom: 35px;
	}
	.main-projekte .col-md-6:last-child {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.main-projekte .wpb_single_image{
		margin-bottom:65px;
	}
	.main-projekte h5 {
		margin-top: 20px;
		margin-bottom: 40px;
		color: rgba(255, 255, 255, 0.90);
	}
}



/*...network-block...*/
.network-block{
	padding-bottom:120px;
	overflow:visible !important;
}
.network-block h2{
	margin-bottom:80px;
	margin-top:50px;
}
.network-block > div{
	padding:50px 45px 100px;
    border-radius: 4px 55px 55px 55px;
    border: 1px solid #4D466A;
    background: rgba(52, 49, 88, 0.32);
    box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.30);
    backdrop-filter: blur(1400px);
    overflow: hidden;
    position: relative;
    z-index: 1;
	top:-120px;
}
.network-block > div:before {
    content: "";
    width: 800px;
    height: 200px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: calc(50% - 400px);
    bottom: -190px;
	border-radius:50%;
    opacity: 0.3;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.network-block > div:after {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    right: -175px;
    top: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.network-block .col-md-1-5 > div{
	height:230px;
}
.network-block .col-md-1-5{
	background-image:url("/wp-content/uploads/2025/05/Polygon-1.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.network-block .col-md-1-5 h4{
	margin-bottom:10px;
}
.network-block .col-md-1-5 .wpb_text_column{
	margin-bottom:0;
	color: rgba(255, 255, 255, 0.60);
}
.network-block .logo{
	border-radius: 50px;
	border: 1px solid #F4C595;
	padding:20px;
	margin-bottom:30px;
}
.network-block .logo img{
	height:58px;
	object-fit:contain;
}
@media screen and (max-width:1460px){
	.network-block h2 {
		margin-bottom: 60px;
		margin-top: 30px;
	}
}
@media screen and (max-width:991px){
	.network-block > div{
		width:calc(100% - 60px);
	}
	.network-block .logo {
		padding: 15px 20px;
	}
	.network-block .col-md-1-5 > div {
		height: 200px;
	}
	.network-block .col-md-1-5 {
        width: 33.333%;
    }
	.network-block-in{
		justify-content:center;
	}
}
@media screen and (max-width:767px){
	.network-block {
		padding-bottom:0px;
	}
	.network-block > div {
        width: calc(100% - 40px);
		padding: 35px 45px 50px;
		margin-bottom:-50px;
    }
	.network-block h2 {
        margin-bottom: 25px;
        margin-top: 25px;
    }
	.network-block .col-md-1-5 {
        width: 50%;
		margin-bottom:15px;
    }
	.network-block .col-md-1-5 > div {
		height: 125px;
		margin-bottom:15px;
	}
	.network-block .logo img{
		height:30px;
		object-fit:cover;
	}
	.network-block .logo {
        padding: 4px 20px;
    }
}


/*...main-blog...*/
.main-blog{
	
} 
.main-blog .blog-posts{
	padding:60px 60px 0;
	border-radius: 55px;
	border: 1px solid #4D466A;
	background: #0F0E1C;
	backdrop-filter: blur(71.5px);
	margin-top:60px;
}
.main-blog .post-image.single img{
	height:230px;
	object-fit:cover;
}
.main-blog .post-image.single{
	border-radius: 30px 30px 30px 4px;
	overflow:hidden;
}
.main-blog .owl-carousel {
    margin-bottom: 10px;
}
.main-blog .meta-cats{
	display:flex !important;
	flex-direction:row !important;
	align-items:center;
	width:100%;
	margin-bottom:20px;
}
.blog-posts .post .entry-title {
    margin-bottom: 5px;
}
.blog-posts .zoom{
	display:none;
}
.main-blog .meta-cats:before{
	content:"Kategorie";
	display:block;
	position:relative;
	padding:5px 10px;
	color: #4D466A;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	background:#fff;
	border-radius: 4px 16px 16px 16px;
	margin-right:20px;
}
.main-blog .meta-cats i{
	display:none;
}
.main-blog .meta-cats a{
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.main-blog .btn-default.btn{
	color: #FFF;
	font-size: 22px !important;
	padding:0 50px 0 0;
	font-weight: 600;
	line-height: 33px;
	border:none !important;
	background-color:transparent !important;
	background-image:url("/wp-content/uploads/2025/05/Frame-1321317356.svg");
	background-position:center right;
	background-repeat:no-repeat;
	text-transform:inherit !important;
}
.main-blog .post-content{
	margin-bottom:15px;
}
.main-blog .entry-title a{
	font-size:32px;
	font-weight: 700;
	line-height: 109%; /* 34.88px */
	letter-spacing: -0.32px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
	min-height:70px;
}
.main-blog  .post-content{
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

@media screen and (max-width:1280px){
	.main-blog .blog-posts {
		padding: 30px 30px 0;
	}
}


@media screen and (max-width:767px){
	.main-blog .blog-posts{
		margin-top:20px;
		padding: 30px 5px 0;
		border:none !important;
	}
	.main-blog h2.vc_custom_heading{
		text-align:center !important;
		padding-left:0 !important;
		margin-top:20px;
	}
	.main-blog > div > div{
		border-radius: 30px;
		border: 1px solid rgba(160, 150, 213, 0.30);
		box-shadow: 0px 30px 70px 0px #120D29;
	} 
	.main-blog .post-image.single img {
		height: 180px;
	}
	.main-blog .entry-title a{
		font-size: 21px;
		font-weight: 700;
		line-height: 23px;
		letter-spacing: -0.21px;
		min-height: 50px;
	}
	.main-blog .post-content {
		font-size: 15px;
		line-height: 24px;
	}
	.main-blog .btn-default.btn {
		font-size: 15px !important;
	}
	.main-blog  .blog-posts{
		margin-bottom:0;
	}
}







/*...contact-block...*/
.contact-block{
	padding-bottom:110px;
}
.contact-block h2{
	margin-bottom:80px;
	z-index:1;
	position:relative;
}
.contact-block:before{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	left:0;
	bottom:-500px;
	width:450px;
	height:1029px;
	background-image:url("/wp-content/uploads/2025/05/tree.svg");
	background-size:cover;
	background-repeat:no-repeat;
}
.contact-block:after{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	right:0;
	bottom:0;
	width:716px;
	height:1199px;
	background-image:url("/wp-content/uploads/2025/05/tree2.svg");
	background-size:cover;
	background-repeat:no-repeat;
}
.contact-block-in{
	padding:60px 45px !important;
	border-radius: 4px 55px 55px 55px;
	border: 1px solid #4D466A;
	background: rgba(52, 49, 88, 0.32);
	box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.30);
	backdrop-filter: blur(140px);
	overflow:hidden;
	position:relative;
	z-index:1;
}
.contact-block-in:before {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: -175px;
    bottom: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.contact-block-in:after {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    right: -175px;
    top: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.contact-block-in .col-md-6:last-child{
	padding-left:45px;
}
.contact-block-in .col-md-6:last-child > div{
	border-radius: 30px;
	background: #0F0E1C;
	height:100%;
	padding:70px 90px !important;
}
label{
	width:100%;
	color: #FFF;
	font-size: 16px;
	line-height:24px;
	margin-left:20px;
	margin-bottom:15px;
}
label > *{
	position:relative;
	left:-20px;
}
input[type="email"], input[type="tel"], input[type="text"], textarea{
	width:100%;
	font-family: "Onest-regular", sans-serif;
	border-radius:40px;
	border: 1px solid rgba(160, 150, 213, 0.30);
	background: linear-gradient(90deg, rgba(188, 176, 254, 0.10) 0%, rgba(188, 176, 254, 0.07) 43.04%, rgba(15, 14, 28, 0.10) 100%);
	box-shadow: 1px 2px 8px 0px rgba(14, 13, 23, 0.40) inset;
	padding: 12px 20px;
	line-height:24px;
	font-size:16px;
	color: #787492;
}
input::placeholder,
textarea::placeholder{
	font-family: "Onest-regular", sans-serif;
	color: #787492;
	font-size:16px;
}
textarea{
	height:160px;
}
.contact-block-in .porto-sicon-box.top-icon{
	color:#F4C595;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom:70px;
}
.contact-block-in .porto-sicon-box.top-icon:last-child{
	margin-bottom:0;
}
.contact-block-in  .porto-sicon-description{
	line-height:150%;
}
.form-service-text{
	color: #8D88A8;
	font-size: 13px;
	line-height: 20px;
	margin-left:0;
	padding-left:20px;
}
.form-service-text > *{
	left:0;
}
.form-service-text a{
	color: #F4C595;
	font-size: 13px;
	line-height:20px;
	text-decoration:underline;
}
input[type="submit"]{
	width:100%;
	margin-top:15px;
	border-radius:40px;
	color: #0F0E1C;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 10px;
}
.wpcf7-spinner{
	display:none;
}
form p{
	margin-bottom:0;
}
span.wpcf7-list-item{
	margin-right:1px;
}
@media screen and (max-width:1460px){
	.contact-block-in .col-md-6:last-child > div {
		padding: 50px 60px !important;
	}
	.contact-block-in {
		padding: 50px 35px !important;
	}
	.contact-block-in .porto-sicon-box.top-icon:last-child br{
		display:none;
	}
	.contact-block:before{
		width:225px;
		height:500px;
		bottom:-100px;
	}
	.contact-block:after{
		width:350px;
		height:600px;
	}
}
@media screen and (max-width:991px){
	.contact-block-in .col-md-6:last-child {
		padding-left: 15px;
	}
	.contact-block-in .col-md-6:last-child > div {
        padding: 30px !important;
    }
	.contact-block-in .porto-sicon-description{
		font-size:20px;
	}
}
@media screen and (max-width:767px){
	.contact-block-in {
		width:calc(100% - 20px);
		margin-left:10px !important;
        padding: 20px 5px !important;
		border-radius: 4px 30px 30px 30px;
    }
	input[type="email"], input[type="tel"], input[type="text"], textarea{
		padding: 8px 15px;
		line-height:20px;
		font-size:15px;
		border-radius:18px;
	}
	input[type="submit"] {
		margin-top: 10px;
		font-size: 16px;
		padding: 8px 10px;
	}
	input:placeholder{
		font-size:15px;
	}
	.contact-block-in input[type="submit"] {
		margin-bottom:65px;
	}
	.contact-block-in .col-md-6:last-child > div {
        padding: 20px !important;
    }
	.contact-block-in .porto-sicon-description {
        font-size: 16px;
    }
	.contact-block-in .porto-sicon-box.top-icon {
		margin-bottom: 40px;
	}
}


/*...footer...*/
#footer{
	border-top: 1px solid #4D466A;
}
#footer .container{
	padding:80px 65px 45px !important;
	max-width:1740px;
}
#footer .widget p {
    margin-top: 0;
    margin-bottom:0;
}
#footer .widget{
	margin-top:0;
	margin-bottom:0;
}
#footer .footer-logo{
	max-width:250px;
	margin-bottom:50px;
}
#footer .widget_sidebar_menu {
    background-color:transparent;
}
#footer .main-sidebar-menu{
	padding-bottom:80px;
}
#footer .main-sidebar-menu .sidebar-menu > li.menu-item{
	display:inline-block;
}
#footer .main-sidebar-menu .sidebar-menu > li.menu-item > a{
	border:none;
	color: #8D88A8;
	font-family: "Onest",sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.2px;
	margin:0 35px 0 0;
	padding:0;
}
#footer .main-sidebar-menu .sidebar-menu > li.menu-item:hover{
	background-color:transparent;
}
#footer .wpb_text_column a{
	color: #8D88A8;
	font-family: "Onest",sans-serif;
	font-size: 16px;
	line-height: 150%; /* 24px */
	text-decoration-line: underline;
}
#footer .foo-bottom > div{
	padding-top:35px;
}
#footer .foo-bottom .col-md-6{
	border-top:1px solid #4D466A;
}
#footer .foo-bottom a{
	margin-right:30px;
}
#footer .foo-bottom p{
	color: #8D88A8;
	font-family: "Onest",sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:0;
}
@media screen and (max-width:1280px){
	#footer .container {
    	padding: 70px 30px 35px !important;
	}
	#footer .main-sidebar-menu {
		padding-bottom: 50px;
	}
	#footer .wpb_text_column a {
		font-size: 14px;
	}
	#footer  .col-md-6 {
        width: 100%;
    }
	#footer .foo-bottom .col-md-6:last-child{
		border-top:none;
	}
	#footer .foo-bottom > div {
		padding-top: 35px;
	}
	#footer .foo-bottom p{
		text-align:left !important;
	}
	#footer .foo-bottom .wpb_text_column{
		margin-bottom:0;
	}
}

@media screen and (max-width:767px){
	#footer .container {
        padding: 50px 20px 50px !important;
    }
	#footer .main-sidebar-menu .sidebar-menu > li.menu-item > a{
		margin-bottom:15px;
		font-size: 16px;
		letter-spacing: -0.16px;
	}
	#footer .footer-logo {
		max-width: 150px;
		margin-bottom: 35px;
	}
	#footer .main-sidebar-menu {
        padding-bottom: 20px;
    }
	#footer .foo-bottom p{
		font-size:13px;
	}
}

/*...header-page...*/
.header-page{
	padding-top:307px;
	margin-bottom:-650px !important;
}
.header-page-uber  {
    margin-bottom: -450px !important;
}
.header-page h2.vc_custom_heading{
	color: #FFF;
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.50);
	font-size: 88px;
	font-weight:400;
	line-height: 96px;
	letter-spacing: -0.88px;
}
.header-page-uber > .container > div{
	padding-left:40px;
	padding-right:40px;
}
.header-page-uber .wpb_text_column,
.header-page-uber .wpb_single_image{
	margin-bottom:0;
}
.header-page-uber .wpb_text_column p{
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.38);
	font-size: 24px;
	line-height: 43px;
	max-width:850px;
}

.contact-block-page{
	padding-bottom:300px;
}
.contact-block-page > div:before {
    content: "";
    width: 800px;
    height: 200px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: calc(50% - 400px);
    bottom: -190px;
    border-radius: 50%;
    opacity: 0.3;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
@media screen and (max-width:1640px){
	.header-page{
		min-height:800px !important;
		padding-top:217px;
	}
	.contact-block-page{
		padding-bottom:200px;
	}
	.header-page-uber > .container > div{
		padding-left:0px;
		padding-right:0px;
	}
}
@media screen and (max-width:991px){
	.header-page {
        min-height: 700px !important;
        padding-top: 150px;
    }
	.contact-block-page {
        padding-bottom: 150px;
    }
	.header-page h2.vc_custom_heading {
		font-size: 60px;
		line-height: 70px;
	}

}
@media screen and (max-width:767px){
	.header-page {
        min-height: 600px !important;
        padding-top: 125px;
    }
	.header-page h2.vc_custom_heading {
        font-size: 38px;
		line-height: 40px;
		letter-spacing: -0.38px;
    }
	.contact-block-page{
		padding-top:150px;
	}
}


/*...uber-page-info...*/
.mob-pic{
	display:none;
}
.header-page-uber  {
	min-height:1200px !important;
	padding-top:375px;
    margin-bottom: 0px !important;
	overflow:visible !important;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
}
.header-page-uber h2.vc_custom_heading{
	color: #FFF;
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.50);
	font-size: 78px;
	font-weight:400;
	line-height: 86px;
	letter-spacing: -0.88px;
	margin-bottom:45px;
}
.header-page-uber-top{
	padding-left:40px;
	padding-right:40px;
	margin-bottom:85px !important;
}
.header-page-uber .wpb_text_column p{
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.38);
	font-size: 22px;
	line-height: 40px;
	max-width:860px;
}
.uber-page-info{
	padding: 40px 25px 20px;
	border-radius: 4px 55px 55px 55px;
	border: 1px solid #4D466A;
	background: linear-gradient(217deg, rgba(52, 49, 88, 0.32) 20.49%, rgba(27, 26, 48, 0.32) 53.03%, rgba(15, 14, 28, 0.32) 89.03%);
	box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.30);
	backdrop-filter: blur(71.5px);
	margin-bottom: -450px !important;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.uber-page-info:before {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: -175px;
    bottom: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.uber-page-info:after {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    right: -175px;
    top: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.uber-page-info .porto-sicon-header{
	display: flex;
	flex-direction: row;
    align-items: center;
	padding: 30px 40px;
	border-radius: 4px 30px 30px 30px;
	border: 1px solid #4D466A;
	background: rgba(141, 136, 168, 0.10);
	width:100%;
}
.uber-page-info .porto-sicon-title{
	border-radius:50%;
	border: 1px solid #0F0E1C;
	padding: 5px 10px 5px 10px;
	background: #F4C595;
	color: #110C2D;
	font-family: "Onest",sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	margin-right:90px !important;
}
.uber-page-info  .porto-sicon-header p{
	font-family: "Afacad",sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.32px;
}
.uber-projekte{
	overflow:visible !important;
}
.uber-projekte:after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right:-375px;
    bottom: 0;
    width: 716px;
    height: 1199px;
    background-image: url(/wp-content/uploads/2025/05/tree2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width:1640px){
	.uber-page-info  .porto-sicon-header p{
		font-size: 24px;
		line-height: 34px;
	}
}
@media screen and (max-width:1380px){
	.header-page-uber{
		padding-top: 225px;
		min-height:1000px !important;
	}
	.header-page-uber-top {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 45px !important;
	}
	.header-page-uber h2.vc_custom_heading {
		margin-bottom: 25px;
		font-size: 60px;
		line-height: 70px;
	}
	.header-page-uber .wpb_text_column p {
		font-size: 20px;
		line-height: 32px;
	}
	.uber-page-info{
		margin-bottom: -200px !important;
	}
	.uber-page-info .porto-sicon-header {
		padding: 26px 10px 26px 30px;
	}
	.uber-page-info .porto-sicon-title{
		margin-right:45px !important;
	}
	.uber-page-info .porto-sicon-header p {
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (max-width:991px){
	.header-page-uber{
		padding-top: 175px;
	}
	.header-page-uber .wpb_text_column p {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width:767px){
	.mob-pic{
		display:block;
	}
	.desc-pic{
		display:none;
	}
	.header-page-uber {
        padding-top: 145px;
    }
	.header-page-uber .wpb_text_column p {
        font-size: 17px;
        line-height: 27px;
    }
	.uber-page-info{
		padding:15px 0 0;
		border-radius: 4px 30px 30px 30px;
	}
	.uber-page-info .porto-sicon-title{
		margin-bottom:40px !important;
	}
	.uber-page-info .porto-sicon-header{
		flex-direction: column;
		align-items:start;
		border-radius: 4px 20px 20px 20px;
		padding: 20px;
	}
	.uber-page-info .porto-sicon-header p{
		font-size: 19px;
		line-height: 22px;
		font-weight:700;
		letter-spacing: -0.21px;
	}
	.header-page-uber-top {
        margin-bottom: 15px !important;
    }
}


/*...uber-info-block...*/
.uber-info-block{
	padding-top:65px;
	padding-left:230px;
	padding-right:230px;
}
.uber-info-block > div{
	padding: 56px 45px;
	border-radius: 55px;
	border: 1px solid #4D466A;
	background: #0F0E1C;
	z-index:1;
}
.uber-info-block h5{
	margin-bottom:30px;
}
.uber-info-block-in .col-md-6:first-child{
	padding-right:137px;
}
.uber-info-block-in2{
	padding-top:120px;
}
.uber-info-block-in2 .col-md-6:last-child{
	padding-left:137px;
}
.uber-info-block .wpb_single_image{
	margin-bottom:0;
	border-radius: 35px;
	background:#fff;
	overflow:hidden;
}
.uber-info-block .vc_single_image-wrapper img{
	height:550px !important;
	object-fit:cover;
}
.uber-info-block div.vc_custom_heading{
	background: linear-gradient(90deg, #1A1831 0%, rgba(52, 49, 88, 0.79) 100%);
	backdrop-filter: blur(14px);
	border-bottom-left-radius: 33px;
	border-bottom-right-radius: 33px;
	padding:30px 40px;
	line-height:40px;
	height:140px;
	margin-bottom:-140px;
	position:relative;
	top:-139px;
	color: rgba(255, 255, 255, 0.60);
	font-size: 24px;
}
.uber-info-block div.vc_custom_heading strong{
	font-size:32px;
}
.uber-info-block strong{
	color: #F4C595;
}
.uber-info-block .wpb_text_column{
	position:relative;
}
.uber-info-block .wpb_text_column p{
	color: rgba(255, 255, 255, 0.50);
	font-size: 20px;
	font-weight: 300;
	line-height: 31px;
}
.uber-info-block-in .col-md-6:last-child:before{
	content:"";
    position: absolute;
    bottom: -5px;
    right:15px;
	width:100%;
	height:30px;
	background-image:url("/wp-content/uploads/2025/04/about-svg.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right bottom;
}
.uber-info-block-in2 .col-md-6:first-child:before{
	content:"";
    position: absolute;
    bottom: -5px;
    right:15px;
	width:100%;
	height:30px;
	background-image:url("/wp-content/uploads/2025/04/about-svg.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right bottom;
}
.uber-info-block:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
	height:20%;
	background:#0F0E1C;
	z-index:0;
}
.uber-info-block > div:before{
	content:"";
	display:block;
	position:absolute;
	right:calc(100% - -1px);
	top:40%;
	width:100%;
	height:100%;
	background:#0F0E1C;
	border-top-right-radius:50px;
}
.uber-info-block > div:after{
	content:"";
	display:block;
	position:absolute;
	left:calc(100% - -1px);
	top:40%;
	width:100%;
	height:100%;
	background:#0F0E1C;
	border-top-left-radius:50px;
}

@media screen and (max-width:1740px){
	.uber-info-block {
		padding-left: 150px;
		padding-right: 150px;
	}
	.uber-info-block div.vc_custom_heading{
		font-size:20px;
	}
	.uber-info-block-in .col-md-6:first-child {
		padding-right: 95px;
	}
	.uber-info-block-in2 .col-md-6:last-child {
		padding-left: 95px;
	}
	.uber-info-block-in .col-md-6:first-child > div{
		max-width:475px
	}
}
@media screen and (max-width:1440px){
	.uber-info-block {
		padding-top: 45px;
	}
	.uber-info-block-in2 {
		padding-top: 100px;
	}
	.uber-info-block h5 {
		font-size: 20px;
    	line-height: 30px;
	}
	.uber-info-block div.vc_custom_heading strong {
		font-size: 28px;
	}
	.uber-info-block-in .col-md-6:first-child {
		padding-right: 15px;
	}
	.uber-info-block-in2 .col-md-6:last-child {
		padding-left: 15px;
	}
	.uber-info-block .wpb_text_column p {
		font-size: 18px;
		line-height: 28px;
	}
}
@media screen and (max-width:1280px){
	.uber-info-block {
        padding-left:30px;
        padding-right: 30px;
    }
}
@media screen and (max-width:991px){
	.uber-info-block > div {
		padding: 30px;
	}
	.uber-info-block div.vc_custom_heading strong {
        font-size: 24px;
    }
	.uber-info-block div.vc_custom_heading{
		padding: 15px 20px;
		font-size:17px;
		line-height: 30px;
		height: 90px;
		top: -90px;
	}
	.uber-info-block h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width:767px){
	 .uber-info-block > div {
        padding: 15px;
		border-radius: 30px;
    }
	.uber-info-block .wpb_single_image {
		border-radius:20px;
	}
	.uber-info-block div.vc_custom_heading{
		margin-bottom:-40px;
		font-size: 13px;
		line-height: 23px;
		height: 70px;
        top: -70px;
		padding: 11px 20px;
		border-bottom-left-radius:15px;
		border-bottom-right-radius:15px;
	}
	.uber-info-block div.vc_custom_heading strong{
		font-size: 21px;
		line-height:23px;
		letter-spacing: -0.21px;
	}
	.uber-info-block h5{
		font-size: 17px;
	}
	.uber-info-block .wpb_text_column p {
        font-size: 16px;
        line-height: 24px;
    }
	.uber-info-block-in2 {
        padding-top: 60px;
    }
	.uber-info-block-in2 .col-md-6:first-child{
		order:2;
	}
	.uber-info-block-in2 .col-md-6:last-child{
		order:1;
	}
	.uber-info-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*...forderung-block...*/
.forderung-block{
	padding-left:220px;
	padding-right:60px;
	padding-bottom:110px;
}
.forderung-block .wpb_single_image,
.forderung-block .wpb_text_column{
	margin-bottom:0;
	position:relative;
	z-index:1;
}
.forderung-block .col-md-6:first-child{
	border-left: 3px solid #F4C595;
	padding-left:80px;
	padding-right:50px;
}
.forderung-block h5{
	line-height:40px;
	margin-top:40px;
	margin-bottom:40px;
}
.forderung-block p{
	color: rgba(255, 255, 255, 0.80);
	font-size: 20px;
	line-height: 31px;
}
.forderung-block:after {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    right: -150px;
   	bottom: -150px;
    opacity: 0.5;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
@media screen and (max-width:1440px){
	.forderung-block {
		padding-left: 100px;
		padding-right: 50px;
		padding-bottom: 100px;
	}
	.forderung-block .col-md-6:first-child {
		padding-left: 60px;
		padding-right: 30px;
	}
}
@media screen and (max-width:1280px){
	.forderung-block {
			padding-left: 60px;
	}
	.forderung-block .col-md-6:first-child {
        padding-left: 30px;
        padding-right: 15px;
    }
}
@media screen and (max-width:991px){
	.forderung-block h5 {
		line-height: 34px;
		margin-top: 20px;
		margin-bottom:20px;
	}
	.forderung-block p {
		font-size: 15px;
		line-height: 24px;
	}
}

@media screen and (max-width:767px){
	.forderung-block{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }
	.forderung-block .col-md-6:first-child{
		margin-bottom:40px;
	}
	.forderung-block h5 {
        font-size: 17px;
		line-height: 27px;
    }
}



/*...header-page-compliance...*/
.header-page-compliance{
	padding-top:350px;
	padding-bottom:200px;
}
.header-page-compliance .container{
	max-width:1140px;
}
.header-page-compliance h2{
	padding-left:40px;
}
.header-page-compliance .wpb_single_image{
	max-width:340px;
	position:absolute;
	right:0;
	bottom:-40px;
	z-index:2;
}
.header-page-compliance .wpb_text_column{
	margin-top:60px;
	padding:40px;
	border-radius: 4px 55px 55px 55px;
	border: 1px solid #4D466A;
	background: linear-gradient(217deg, rgba(52, 49, 88, 0.30) 20.49%, rgba(27, 26, 48, 0.30) 53.03%, rgba(15, 14, 28, 0.30) 89.03%);
	box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.20), 0px -40px 60px 0px rgba(5, 4, 12, 0.20);
	backdrop-filter: blur(71.5px);
	margin-right:170px;
}
.header-page-compliance .wpb_text_column p{
	color: #FFF;
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.38);
	font-size: 23px;
	line-height: 40px;
	max-width:715px;
}
@media screen and (max-width:1460px){
	.header-page-compliance{
		padding-top:250px;
		padding-bottom:150px;
	}
}
@media screen and (max-width:1280px){
	.header-page-compliance{
		padding-top:150px;
		padding-bottom:100px;
	}
	.header-page-compliance .wpb_single_image {
		max-width: 250px;
	}
	.header-page-compliance .wpb_text_column {
    	margin-top: 50px;
		padding: 30px 90px 30px 30px;
	}
	.header-page-compliance .wpb_text_column p {
		font-size: 20px;
		line-height: 34px;
	}
}
@media screen and (max-width:767px){
	.header-page-compliance {
        padding-top: 130px;
        padding-bottom: 65px;
    }
	.header-page-compliance .wpb_single_image{
		max-width:340px;
		position:relative;
		right:0;
		bottom:0px;
		margin-top:60px;
		max-width: 400px;
	}
	.header-page-compliance .wpb_text_column {
        margin-top: 35px;
		margin-right:0;
        padding:0;
		border:none;
		background:transparent;
		backdrop-filter: blur(0px);
    }
	.header-page-compliance .wpb_text_column p {
        font-size: 17px;
        line-height: 27px;
    }
}


/*...compliance-info-block...*/
.compliance-info-block{
	padding-top:60px;
}
.compliance-info-block > div{
    padding: 40px 40px 20px !important;
    border-radius: 4px 55px 55px 55px;
    border: 1px solid #4D466A;
    background: linear-gradient(217deg, rgba(52, 49, 88, 0.32) 20.49%, rgba(27, 26, 48, 0.32) 53.03%, rgba(15, 14, 28, 0.32) 89.03%);
    box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.30);
    backdrop-filter: blur(71.5px);
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.compliance-info-block > div:after {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    right: -175px;
    top: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.compliance-info-block > div:before {
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: -175px;
    bottom: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.compliance-info-block .porto-sicon-box{
	display: flex;
	flex-direction: row;
    align-items: center;
	padding: 36px 40px;
	border-radius: 4px 30px 30px 30px;
	border: 1px solid #4D466A;
	background: rgba(141, 136, 168, 0.10);
	width:100%;
	position: relative;
    z-index: 1;
}
.compliance-info-block .porto-sicon-header{
	display: flex;
	flex-direction: row;
    align-items: center;
}
.compliance-info-block .porto-sicon-title{
	border-radius:50%;
	border: 1px solid #0F0E1C;
	padding: 5px 10px 5px 10px;
	background: #F4C595;
	color: #110C2D;
	font-family: "Onest",sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	margin-right:90px !important;
}
.compliance-info-block .porto-sicon-header p {
    font-family: "Afacad", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.32px;
}
.compliance-info-block .porto-sicon-description{
	margin-left:137px;
	color: rgba(255, 255, 255, 0.80);
	font-size: 19px;
	line-height:28px;
}
@media screen and (max-width:1280px){
	.compliance-info-block .porto-sicon-title {
		margin-right: 60px !important;
	}
	.compliance-info-block .porto-sicon-description {
		margin-left: 107px;
	}
}
@media screen and (max-width:767px){
	.compliance-info-block {
		padding-top: 40px;
	}
	.compliance-info-block > div {
		border-radius: 4px 30px 30px 30px;
		padding: 15px 15px 10px !important;
	}
	.compliance-info-block .porto-sicon-box{
		border-radius: 4px 20px 20px 20px;
		padding: 20px;
	}
	.compliance-info-block .porto-sicon-description {
        margin-left: 0px;
    }
	.compliance-info-block .porto-sicon-header {
		flex-direction: column;
		align-items: start;
	}
	.compliance-info-block .porto-sicon-header p{
		font-size: 21px;
		line-height: 23px;
		letter-spacing: -0.21px;
		margin-top:40px;
	}
	.compliance-info-block .porto-sicon-description{
		font-size: 15px;
		line-height: 24px;
	}
}



/*...compliance-block...*/
.compliance-block .col-md-9{
	padding:120px 15px 120px 285px;
	border-radius: 4px 0px 0px 55px;
	background: #161428;
	overflow:hidden;
}
.compliance-block h2{
	margin-bottom:40px;
}
.compliance-block:after{
	content:"";
	display:block;
	height:calc(100% - 280px);
	width:50%;
	position:absolute;
	right:0;
	top:0;
	background: #161428;
	z-index:0;
}
.compliance-block .col-md-9{
	z-index:1;
	min-height:500px;
}
.compliance-block .col-md-9:before {
    content: "";
    width: 500px;
    height: 500px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: -275px;
    bottom: -275px;
    opacity: 0.2;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(155px);
}
.compliance-block .wpb_single_image img{
	position:absolute;
	top:100px;
	right:-180px;
	z-index:2;
}
.compliance-block  .wpb_text_column p{
	font-size: 24px;
	line-height:43px;
}
@media screen and (max-width:1280px){
	.compliance-block .col-md-9 {
		padding: 80px 15px 55px 200px;
	}
	.compliance-block .wpb_single_image img{
		position:absolute;
		top:100px;
		right:-150px;
		max-width:300px;
		object-fit:cover;
	}
	.compliance-block .wpb_text_column p {
		font-size: 19px;
		line-height: 30px;
	}
	
}
@media screen and (max-width:767px){
	.compliance-block .wpb_single_image{
		text-align:center !important;
	}
	 .compliance-block .wpb_single_image img {
        position:relative;
        top:0px;
		 margin-bottom:-150px;
        right: 0;
        max-width: 330px;
    }
	 .compliance-block .col-md-9 {
        padding: 155px 35px 0px 35px;
		border-radius: 0px 0px 0px 30px;
    }
	.compliance-block .col-md-9:before{
		content:none;
	}
	.compliance-block:after{
		content:none;
	}
	.compliance-block .wpb_text_column p{
		font-size: 17px;
		line-height: 28px;
	}
}


/*....verhaltenskodex-block....*/
.verhaltenskodex-block{
	padding-bottom:110px;
}
.verhaltenskodex-block .col-md-6:first-child{
	
}
.verhaltenskodex-block .wpb_single_image{
	position:relative;
	padding-bottom:90px;
	border-bottom:3px solid #F4C595;
}
.verhaltenskodex-block .wpb_single_image:before{
	content:"";
	display:block;
	height:calc(100% - 90px);
	width:75%;
	position:absolute;
	left:0;
	top:0;
	border-radius: 4px 55px 4px 0px;
	background: #161428;
	z-index:0;
}
.verhaltenskodex-block .wpb_single_image img{
	z-index:1;
	position:relative;
}
.verhaltenskodex-block h2{
	position:relative;
	left:-60px;
	bottom:-30px;
}
.verhaltenskodex-block h5{
	margin-top:80px;
	padding-left:60px;
	max-width:700px;
}
.verhaltenskodex-block .wpb_text_column{
	padding-left:60px;
	max-width:700px;
}
.verhaltenskodex-block .wpb_text_column p{
	color: rgba(255, 255, 255, 0.80);
	line-height: 31px;
}
@media screen and (max-width:1640px){
	.verhaltenskodex-block .wpb_text_column p {
		font-size:18px;
		line-height: 28px;
	}
	.verhaltenskodex-block h5 {
		margin-top: 60px;
	}
}

@media screen and (max-width:1280px){
	.verhaltenskodex-block h5 {
		padding-left: 30px;
	}
	.verhaltenskodex-block .wpb_text_column{
		padding-left:30px;
	}
	.verhaltenskodex-block .wpb_text_column p {
		font-size:16px;
		line-height: 26px;
	}
	.verhaltenskodex-block .wpb_single_image {
		padding-bottom: 60px;
	}
	.verhaltenskodex-block .wpb_single_image:before {
		height: calc(100% - 60px);
	}
}
@media screen and (max-width:767px){
	.verhaltenskodex-block{
		padding-top:35px;
	}
	.verhaltenskodex-block h2{
		position:relative;
		left:0px;
		bottom:0px;
		padding-left:100px;
		z-index:1;
	}
	.verhaltenskodex-block .wpb_text_column p {
		font-size:15px;
		line-height: 24px;
	}
	.verhaltenskodex-block .wpb_single_image{
		margin-top:20px;
		padding-bottom: 80px;
		border:none;
	}
	.verhaltenskodex-block .wpb_single_image:after{
		content:"";
		display:block;
		position:absolute;
		width:70%;
		height:3px;
		right:-20px;
		bottom:45px;
		background:#F4C595;
	}
	.verhaltenskodex-block h5,
	.verhaltenskodex-block .wpb_text_column{
        padding-left:0px;
    }
	.verhaltenskodex-block .wpb_single_image:before {
		left:-15px;
		top:-130px;
		height: calc(100% + 120px);
		width: calc(100% + 30px);
		border-radius: 0px 0px 0px 30px;
	}
	.verhaltenskodex-block h5 {
        margin-top: 30px;
    }
}



/*...portfolio-header-page...*/
.portfolio-header-page{
	padding-top:350px;
	padding-bottom:300px;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
}
.portfolio-header-page .wpb_text_column{
	margin-top:45px;
}
.portfolio-header-page p{
	color: #FFF;
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.38);
	font-size: 24px;
	line-height: 43px;
	max-width:840px;
}

@media screen and (max-width:1280px){
	.portfolio-header-page {
		padding-top: 250px;
	}
	.portfolio-header-page p {
		font-size: 20px;
		line-height: 34px;
	}
}

@media screen and (max-width:991px){
	.portfolio-header-page {
		padding-top: 200px;
	}
	.portfolio-header-page p {
		font-size: 20px;
		line-height: 34px;
	}
}
@media screen and (max-width:767px){
	.portfolio-header-page .wpb_single_image{
		margin-top:30px;
	}
	.portfolio-header-page p {
        font-size: 17px;
        line-height: 27px;
    }
	.portfolio-header-page {
		padding-top:130px;
		padding-bottom: 240px;
	}
}
/*...portfolio-info...*/
.portfolio-info{
	position:relative;
	top:-200px;
	margin-bottom:-200px !important;
}
.portfolio-info .porto-sicon-box{
	border-radius: 55px;
	border: 1px solid #4D466A;
	background: linear-gradient(217deg, rgba(52, 49, 88, 0.32) 20.49%, rgba(27, 26, 48, 0.32) 53.03%, rgba(15, 14, 28, 0.32) 89.03%);
	backdrop-filter: blur(71.5px);
	padding: 40px;
	margin-bottom:50px;
}
.portfolio-info:before {
    content: "";
    width: 800px;
    height: 200px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: calc(50% - 400px);
    bottom: -190px;
    border-radius: 50%;
    opacity: 0.3;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.portfolio-info .porto-sicon-box{
	overflow:hidden;
}
.portfolio-info .porto-sicon-box:first-child .porto-sicon-body,
.portfolio-info .porto-sicon-box:nth-child(3) .porto-sicon-body{
	padding-left:120px !important;
}
.portfolio-info .porto-sicon-box:nth-child(2) .porto-sicon-body{
	padding-right:120px !important;
}
.portfolio-info .porto-sicon-box:nth-child(2) .porto-sicon-title{
	text-align:left;
}
.portfolio-info .porto-sicon-box:first-child:after,
.portfolio-info .porto-sicon-box:nth-child(3):after{
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: -175px;
    bottom: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.portfolio-info .porto-sicon-box:nth-child(2):after{
    content: "";
    width: 300px;
    height: 200px;
    transform: rotate(135deg);
    flex-shrink: 0;
    display: block;
    position: absolute;
    right: -175px;
    bottom: -175px;
    opacity: 0.8;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.portfolio-info .porto-sicon-title{
	color: #FFF;
	font-size: 54px;
	font-weight: 700;
	line-height: 140%; /* 81.2px */
	letter-spacing: -0.58px;
	background: repeating-linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 60%, rgba(107, 106, 115, 1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portfolio-info  .porto-sicon-description{
	color: #FFF;
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.38);
	font-size: 20px;
	line-height: 36px;
}
.portfolio-info  .porto-sicon-body{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width:1280px){
	.portfolio-info .porto-sicon-box:nth-child(2) .porto-sicon-body {
		padding-right: 15px !important;
	}
	.portfolio-info .porto-sicon-box:first-child .porto-sicon-body,
	.portfolio-info .porto-sicon-box:nth-child(3) .porto-sicon-body{
		padding-left:15px !important;
	}
	.portfolio-info .porto-sicon-img{
		font-size:250px !important;
	}
	.portfolio-info  .porto-sicon-description{
		font-size: 18px;
		line-height: 32px;
	}
	.portfolio-info .porto-sicon-box {
		padding: 30px;
	}
	.portfolio-info .porto-sicon-title {
		font-size: 47px;
	}
}


@media screen and (max-width:767px){
	.portfolio-info .porto-sicon-box{
		flex-direction:column;
	}
	.portfolio-info .porto-sicon-img {
        margin-right:0 !important;
		margin-left:0 !important;
		font-size: 150px !important;
    }
	.portfolio-info .porto-sicon-left{
		text-align:center;
		margin-bottom:25px;
		border-radius: 20px 20px 20px 4px;
		background: #FFF;
	}
	.portfolio-info .porto-sicon-box:nth-child(2) .porto-sicon-right{
		border-radius: 20px 20px 20px 4px;
		background: #FFF;
	}
	.portfolio-info .porto-sicon-box {
        padding: 30px 20px;
		border-radius:30px;
    }
	.portfolio-info .porto-sicon-title {
		font-size: 27px;
		font-weight: 700;
		line-height: 33px;
		letter-spacing: -0.27px;
    }
	.portfolio-info .porto-sicon-description{
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}
	.portfolio-info .porto-sicon-box:nth-child(2) .porto-sicon-right{
		order:1;
	}
	.portfolio-info .porto-sicon-box:nth-child(2) .porto-sicon-body{
		order:2;
	}
	.portfolio-info .porto-sicon-right{
		margin-bottom:25px;
		text-align:center;
	}
	.portfolio-info .porto-sicon-box:first-child .porto-sicon-body, .portfolio-info .porto-sicon-box:nth-child(3) .porto-sicon-body {
        padding-left: 0px !important;
    }
	
}


/*...header-page-blog...*/
.header-page-blog{
	margin-bottom:-400px !important;
}
.blog-posts{
	padding: 60px 60px 30px 60px;
	border-radius: 55px;
	border: 1px solid #4D466A;
	background: #161428;
	box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.30);
	backdrop-filter: blur(71.5px);
	margin-bottom:200px;
}
.blog-posts .meta-cats {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.blog-posts .meta-cats:before {
    content: "Kategorie";
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #4D466A;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    border-radius: 4px 16px 16px 16px;
    margin-right: 20px;
}
.blog-posts .meta-cats a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.blog-posts .post-image.single img{
	height:230px;
	object-fit:cover;
}
.blog-posts .post-image.single{
	border-radius: 30px 30px 30px 4px;
	overflow:hidden;
}
.blog-posts .post .entry-title {
    margin-bottom: 5px;
}
.blog-posts .zoom{
	display:none;
}
.blog-posts .meta-cats i{
	display:none;
}
.blog-posts .btn-default.btn{
	color: #FFF;
	font-size: 22px !important;
	padding:0 50px 0 0;
	font-weight: 600;
	line-height: 33px;
	border:none !important;
	background-color:transparent !important;
	background-image:url("/wp-content/uploads/2025/05/Frame-1321317356.svg");
	background-position:center right;
	background-repeat:no-repeat;
	text-transform:inherit !important;
	transition:0.3s;
}
.post-grid:hover .btn-default.btn{
	color: #F4C595;
	transition:0.3s;
}
.blog-posts .post-content{
	margin-bottom:15px;
}
.blog-posts .entry-title a{
	font-size:32px;
	font-weight: 700;
	line-height: 109%; /* 34.88px */
	letter-spacing: -0.32px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
	min-height:70px;
}
.blog-posts  .post-content{
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
#main:before {
    content: "";
    width: 800px;
    height: 200px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    left: calc(50% - 400px);
    bottom: -190px;
    border-radius: 50%;
    opacity: 0.3;
    background: #F4C595;
    mix-blend-mode: plus-lighter;
    filter: blur(55px);
}
.blog-cat-menu{
	text-align:center;
	margin-top:50px;
}
.blog-cat-menu p{
	position:relative;
	z-index:1;
	padding: 18px 20px 18px 30px;
	display:inline-block;
	border-radius: 25px;
	color:#252232;
	background: #FFF;
	box-shadow: -10px 10px 30px 0px rgba(5, 4, 12, 0.20);
}
.blog-cat-menu p a{
	color:#252232;
	border-radius: 50px;
	border: 1px solid #BDB6DE;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 6px 14px;
	margin:0 5px;
	transition:0.3s;
}
.blog-cat-menu p a:hover{
	background:#BDB6DE;
	transition:0.3s;
}
.category-5-minuten-lesen .blog-cat-menu p a:nth-child(2),
.category-10-minuten-lesen .blog-cat-menu p a:nth-child(1){
	background:#BDB6DE;
}
.blog-cat-menu-mob{
	display:none;
}
@media screen and (max-width:991px){
	.blog-posts {
		padding: 40px 40px 10px 40px;
	}
	.blog-posts .entry-title a {
		font-size: 28px;
		line-height: 36px;
	}
	.blog-cat-menu p {
		padding: 15px 15px 15px 15px;
		font-size:16px;
	}
}

@media screen and (max-width:767px){
	.blog-posts .post-image.single img {
		height: 200px;
	}
	.blog-posts .entry-title a{
		font-size: 21px;
		line-height: 23px;
		letter-spacing: -0.21px;
		-webkit-line-clamp: inherit;
		line-clamp: inherit;
		-webkit-box-orient: vertical;
		min-height: 69px;
	}
	.blog-posts .post-content{
		font-size: 15px;
		line-height: 24px;
	}
	.blog-posts .btn-default.btn{
		font-size:16px !important;
	}
	.blog-cat-menu p{
		font-size: 15px;
		font-weight: 600;
		padding: 6px 15px 6px 15px;
	}
	.blog-cat-menu-desc{
		position:absolute;
		bottom:-1000px;
		height:500px;
		left:0;
		width:100%;
		transition:0.3s;
	}
	.blog-cat-menu-desc.active{
		bottom:-475px;
		left:0;
		transition:0.5s;
		margin-bottom:0 !important;
	}
	.blog-cat-menu-desc.active p{
		width:100%;
		padding-top:50px;
		padding-bottom:250px;
	}
	.blog-cat-menu-desc.active a{
		display:block;
		margin:15px 0 !important;
	}
	.blog-cat-menu-mob{
		display:block;
	}
	.blog-cat-menu-mob img{
		max-width:20px;
		margin-left:10px;
	}
	.blog-cat-menu {
		margin-top: 15px;
	}
	.header-page-blog{
		height:500px;
	}
	.blog-posts {
        padding: 40px 15px 10px 15px;
    }
}


/*...blog-in...*/
.single-post .related-posts .post-carousel{
	padding: 60px;
	border-radius: 55px;
	border: 1px solid #4D466A;
	background: #0F0E1C;
	backdrop-filter: blur(71.5px);
	margin-top:0;
	margin-bottom:250px;
}
.single-post .related-posts .post-carousel h4{
	font-size: 32px;
    font-weight: 700;
    line-height: 109%;
    letter-spacing: -0.32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 70px;
}
.single-post .related-posts .post-item {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.single-post .main-content{
	padding-top:150px;
}
.single-post hr.tall{
	display:none;
}
.single-post article{
	padding-left:250px;
}
.single-post .post-image.single img{
	width: 940px;
	height: 500px;
	object-fit:cover;
}
.single-post #content{
	position:relative;
}
.single-post .post-share.post-block{
	position:absolute;
	left:0;
	top:0;
}
.post-block h3 i{
	display:none;
}
.post-block h3, .post-share h3{
	font-family: "Onest",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.32px;
}
.single-post .inline-block.m-b-md{
	margin-left:250px;
}
.single-post .share-links a{
	display:block;
	font-size:18px;
	width:55px;
	height:55px;
	border-radius: 30px !important;
	background: linear-gradient(63deg, rgba(15, 14, 28, 0.63) 18.93%, rgba(52, 49, 88, 0.50) 82.11%);
	margin:8px 0;
}
.single-post .entry-title{
	color: #FFF;
	font-size: 58px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 58px */
	letter-spacing: -0.58px;
	margin-bottom:60px !important;
	max-width:700px;
}
.single-post .meta-cats {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}
.single-post .meta-cats:before {
    content: "Kategorie";
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #4D466A;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    border-radius: 4px 16px 16px 16px;
    margin-right: 20px;
}
.single-post .meta-cats:after{
	content: "";
	display:block;
	position:absolute;
	right:-10px;
	top:0;
	height:20px;
	width:5px;
	background:url("/wp-content/uploads/2025/05/Line-139.svg");
	background-repeat:no-repeat;
	background-size:contain;
}
.single-post .meta-cats i{
	display:none;
}
.single-post .meta-cats a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.single-post .entry-content p{
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
}
.single-post #content > a i{
	display:none;
}
.single-post #content > a:before{
	content:"";
	position:relative;
	float:left;
	width:18px;
	height:22px;
	display:block;
	background:url("/wp-content/uploads/2025/05/Frame-1321317356-1.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
}
.single-post .post-meta{
	padding-top:35px;
	border-top:1px solid #4D466A;
}
.single-post .related-posts h4.sub-title{
	text-align:center;
	color: #FFF;
	font-size: 58px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.58px;
	background: repeating-linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 60%, rgba(107, 106, 115, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom:80px;
}

@media screen and (max-width:1280px){
	.single-post .inline-block.m-b-md {
		margin-left: 100px;
	}
	.single-post article {
		padding-left: 100px;
	}
	.single-post .related-posts .post-carousel {
		padding: 45px 30px;
	}
	.single-post .related-posts .read-more{
		display:none;
	}
}
@media screen and (max-width:991px){
	.single-post .meta-cats {
		margin-bottom: 50px;
	}
	.single-post .entry-title {
		font-size: 38px;
		margin-bottom:40px !important;

	}
}
@media screen and (max-width:767px){
	.single-post .main-content {
		padding-top: 120px;
	}
	.single-post .inline-block.m-b-md {
		margin-left: 0px;
	}
	.single-post article {
		padding-left: 0px;
	}
	.single-post .post-share.post-block{
		position:relative;
		display: flex;
        flex-direction: row;
        align-items: center;
	}
	.post-share h3{
		margin-bottom:0;
		margin-right:10px;
	}
	.single-post .share-links a{
		display:inline-block;
		width: 50px;
    	height: 50px;
	}
	.single-post .post-image.single img {
		height:230px;
		object-fit: cover;
	}
	.single-post .related-posts h4.sub-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.single-post .related-posts .post-carousel {
        padding: 40px 5px;
		margin-bottom: 150px;
    }
	.single-post .related-posts  .post-image{
		border-radius: 20px 20px 20px 4px;
		overflow:hidden;
	}
	.single-post .related-posts .owl-dots{
		display:none;
	}
	.single-post .related-posts .post-item {
		font-size: 15px;
		line-height: 24px;
	}
}
/*...page-not-found...*/
.error404 #main{
	background:url("/wp-content/uploads/2025/05/background-photo.jpg");
	background-size:cover;
	background-position:center;
	margin-bottom:350px;
	overflow:visible;
}
.error404 #main:before {
	bottom: -550px;
}
.page-not-found{
	min-height:100vh;
	display: flex;
    align-items: end;
	padding-bottom:0px;
}
.page-not-found-main{
	position:relative;
	bottom:-200px;
	padding: 60px;
	border-radius: 4px 55px 55px 55px;
	background: linear-gradient(217deg, rgba(52, 49, 88, 0.32) 20.49%, rgba(27, 26, 48, 0.32) 53.03%, rgba(15, 14, 28, 0.32) 89.03%);
	box-shadow: -40px 40px 70px 0px rgba(5, 4, 12, 0.30);
	backdrop-filter: blur(71.5px);
}
.page-not-found h2{
	font-size: 88px;
	line-height: 96px;
}
.page-not-found-main p{
	color: #FFF;
	text-shadow: 0px 9px 20px rgba(9, 6, 32, 0.38);
	font-size: 24px;
	line-height:42px;
}
@media screen and (max-width:1280px){
	.error404 .col-lg-9{
		width:100%;
	}
	.page-not-found-main {
		padding: 40px;
	}
}
@media screen and (max-width:991px){
	.error404 .col-md-8,
	.error404 .col-md-4{
		width:100%;
	}
}

@media screen and (max-width:767px){
	.error404 #main {
		margin-bottom: 250px;
	}
	.page-not-found-main {
        padding: 20px;
    }
	.page-not-found h2{
		font-size: 38px;
		line-height:36px;
		letter-spacing: -0.38px;
	}
	.page-not-found-main p {
		font-size: 17px;
		line-height: 27px;
	}
	.page-not-found{
		min-height:65vh;
	}
	.error404 #main:before {
		bottom: -450px;
		width:200px;
		left: calc(50% - 100px);
	}
}
