/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: "fustat", sans-serif;
	font-weight: 300;
	background-color: #fff;
	color: #121521;
	margin: 0px;
	line-height: 1.6;
	font-size: 22px;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 33px;
	color: #121521;
	margin: 0 0 40px;	
	line-height: 1.2;
	font-weight: 300;
}
h1{
	color:#8ebce0;
	font-size: 61px;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
a{
	color: #8ebce0;
	text-decoration: none;
}
a:active, a:hover {
	color: #121521;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.textcenter{
	text-align: center;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.blocktitel, .blocktext{
	max-width:820px;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w700{
	max-width:700px;
	margin:0 auto;
	position:relative;
}
.margin_oben{
	margin-top: 80px;
}
.margin_unten{
	margin-bottom: 80px;
}
.margin_unten_half{
	margin-bottom: 50px;
}
main{
	position: relative;
	width:100%;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.bg_padding{
	padding: 100px 0;
}


/* //////////////////////////////////// Header //////////////////////////////////// */
.header{
	position:fixed;
	padding: 30px 0 22px 0;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);
}
.logo {
	width: 300px;
}
.logo a{
	display: block;
}
.menuitems{
	position: absolute;
	right: 140px;
	top: 10px;
	z-index: 11;
}
.menuitems a{
	display: inline-block;
	margin-right: 15px;
	width: 25px;
	height: auto;
}
.menuitems svg{
	width: auto;
	height: 28px;
}
.platzhalter{
	width:100%;
	height: 85px;
}
.menu {
	width: 100%;
	position: fixed;
	left: 0;
	top: -100vh;
	height: 100vh;
	z-index: 10;
	background-color: #121521;;
	overflow: scroll;
	padding: 0 0 0 26%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Pattern.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 70px;
}
.slide_in{
	top: 0;
}
.inner_menu{
	display: block;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-top: 20vh;
}
.nav-menu{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.nav-menu li{
	display: block;
	margin: 0 auto 20px;
}
.nav-menu li:last-child{
	margin: 0 auto;
}
.nav-menu li a{
	font-size: 2rem;
	color: #fff;
	line-height: 1.5;
	font-weight: 300;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Button-Pfeil_w.svg');
	background-position: left top -3px;
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 40px;
}
.nav-menu li a:hover{
	color: #8ebce0;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Button-Pfeil-45.svg');
}
.nav-menu li.current-menu-item a{
	color: #8ebce0;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Button-Pfeil-45.svg');
}

.open_menu{
	position: absolute;
	right: 60px;
	top: 17px;
	z-index: 11;
	width: 50px;
	height: 18px;
	vertical-align: middle;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.open_menu:hover{
	cursor: pointer;
}
.open_menu span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #121521;
	border-radius: 1px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.open_menu:hover span{
	background-color: #121521;
}
.open_menu span:nth-child(1){
	top: 0px;
}
.open_menu span:nth-child(2), .open_menu span:nth-child(3){
	bottom: 8px;
	width: 80%;
}
.open_menu span:nth-child(4){
	bottom: 0px;
}
.open_menu.open span:nth-child(1){
	top: 18px;
	width: 0%;
	left: 50%;
}
.open_menu.open span:nth-child(2){
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
	bottom: 8px;
	width: 90%;
	left: 6px;
	background-color: #fff;
}
.open_menu.open span:nth-child(3){
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	bottom: 8px;
	width: 90%;
	left: 6px;
	background-color: #fff;
}
.open_menu.open span:nth-child(4){
	top: 18px;
	width: 0%;
	left: 50%;
}
#languages {
	position: relative;
	line-height: 1;
	margin-top: 60px;
}
#languages a{
	display: block;
	vertical-align: middle;
	text-transform: lowercase;
	font-size: 1.15rem;
	color: #fff;
	line-height: 1.5;
}
#languages a:hover{
	color: #8ebce0;
}
#languages a.active_lang{
	display: none;
}

/* //////////////////////////////////// Button //////////////////////////////////// */
.arrow button{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 100px;
	left:0;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.arrow button:hover{
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/arrow-45.svg');
}


/* //////////////////////////////////// Inhalt //////////////////////////////////// */
/* HOME TEXT BILD */
.home_halftext{
	float:left;
	width: 50%;
	height: calc(100vh - 85px);
	display: table;
	background-color: #121521;
	color: #fff;
	font-size: 30px;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Pattern.svg');
	background-position: left bottom 80px;
	background-repeat: no-repeat;
	background-size: 70px;
}
.home_halftext_inner{
	display:table-cell;
	vertical-align: middle;
	width: 50%;
	margin: 0 auto;
	position: relative;
}
.home_bild{
	float:right;
	width: 50%;
	height: calc(100vh - 85px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* TEXT GROSS */
.textgross{
	font-size:33px;
}

/* BILD - SLIDER */



/* LINKBOXEN */
.q1{
  	width: 33.333%;
  	padding-top: 33.333%; /* 1:1 Aspect Ratio */
  	position: relative;
	float:left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.q2{
  	width: 50%;
  	padding-top: 33.333%; /* 1:1 Aspect Ratio */
  	position: relative;
	float:left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.coverbox{
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left:0;
	background-color: rgba(0,0,0,0.3);
}
.innertext {
  	position: absolute;
	z-index: 4;
  	left: 0;
  	bottom: 40px;
  	right: 0;
	font-size:20px;
}
.seitenlogo{
	width: 250px;
	height: auto;
	position: absolute;
	z-index: 4;
	top: 40px;
	left: 40px;
}
.innertext .text_linkbox{
	margin: 0 40px;
	color:#fff;
	display: none;
	opacity: 0;
	transform: translateY(0px); /* Startposition unterhalb */
  	transition: opacity 0.3s ease, transform 0.3s ease; /* Slide- und Fade-Effekt */
  	pointer-events: none; /* Ignoriert Klicks im unsichtbaren Zustand */
}
.innertext .text_linkbox.visible {
	display: block;
}
.innertext .text_linkbox.animate {
  	opacity: 1;
  	transform: translateY(20px); /* Zielposition */
	pointer-events: auto; /* Klicks wieder erlaubt */
}
.boxlink{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
}
.innertext .blocklink{
	margin-top:25px;
	color:#fff;
}
button.buttonlink{
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Button-Pfeil_w.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
	margin-left: 40px;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	font-size: 20px;
	font-weight: 300;
	color:#fff;
}
button.buttonlink.active{
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Button-Pfeil_w-45.svg');
}

/* TITEL - TEXT - LINK */
.blocklink{
	margin-top:25px;
}
.buttonlink{
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Button-Pfeil.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
	font-size: 20px;
}
.buttonlink:hover{
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Button-Pfeil-45.svg');
	color:#8ebce0;
}
.blocktext ul{
	padding:0;
}
.blocktext li{
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Aufzaehlung.svg');
	background-position: left top 4px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 40px;
	list-style: none;
	margin-bottom: 20px;
}

/* ICON BOX */
.hellblau{
	background-color:#eef1f0;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Pattern.svg');
	background-position: left bottom 80px;
	background-repeat: no-repeat;
	background-size: 70px;
}
.iconboxen{
	float:left;
	width: 33%;
	padding: 0 20px;
	text-align: center;
	margin-top: 60px;
}
.iconbox_img{
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

/* BILD - TEXT */
.halftext{
	float:left;
	margin-right: 20px;
	width: calc(50% - 20px);
	display: table;
}
.halftext_inner{
	display:table-cell;
	vertical-align: middle;
}
.bild{
	float:right;
	margin-left: 20px;
	width: calc(50% - 20px);
}
.bild_inner{
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* INSIDE */
.inside{
	margin-bottom: 40px;
}
.infoboxtitel{
	font-size:33px;
	margin-bottom: 40px;
}
.grid {
}
.gutter-sizer{
	width: 80px;
}
.grid-item {
	width: calc(50% - 40px);
	margin-bottom: 70px;
	background-color: #eef1f0;
}
.insidetext{
	padding: 25px 25px 10px;
	font-size:23px;
}
.insidetext h3{
	font-size:23px;
	font-weight: 600;
	margin-bottom: 10px;
}
.insidelink{
	padding: 0 25px 25px;
	margin: 0;
}
.insidebox_marg{
	margin-top: 60px;
}
.grid-item img{
	display: block;
}
.weitere{
	margin-bottom:40px;
}
.date{
	color:#8ebce0;
	font-size: 16px;
	margin-bottom: 10px;
}

/* BILD doppelt */
.bild_1{
	float:left;
	margin-right: 20px;
	width: calc(50% - 20px);
	padding-top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bild_2{
	float:right;
	margin-left: 20px;
	width: calc(50% - 20px);
	padding-top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* BILD */
.bildblock img{
	max-height:400px;
	width: auto;
}

/* ZITAT */
.zitatblock{
	max-width: 820px;
	border: 2px solid;
	padding: 40px 40px;
	position:relative;
	margin-left: 120px;
}
.green{
	border-color:#84D694;
}
.blue{
	border-color:#8ebce0;
}
.zitatfoot{
	position:absolute;
	left: 15px;
	top: -21px;
	width: 35px;
	height: 35px;
	padding: 5px;
	background-color: #fff;
}

/* TEAM */
.team{
	float:left;
	width: 33%;
	padding: 0 20px;
	text-align: center;
	margin-top: 40px;
}
.team_text p{
	margin: 0;
}
.foto{
	width: 130px;
	height: 130px;
	-webkit-border-radius: 65px 65px 65px 65px;
	border-radius: 65px 65px 65px 65px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 20px;
}
.team_text .name{
	margin-bottom: 10px;
}
.team_text .position{
	font-size: 17px;
}
.team_text .telefon{
	font-size: 17px;
}
.team_text .mail{
	font-size: 17px;
}
.team_text a{
	color:#121521;
}
.team_text a:hover{
	color:#8ebce0;
}

/* ICON LIST */
.iconlist_img{
	width: 110px;
	height: auto;
	margin-bottom: 15px;
	line-height: 0;
}
.iconlist_text{
	margin-bottom: 30px;
}

/* JOBS */
.job{
	background-color: #eef1f0;
	padding: 40px;
	margin-top: 40px;
}
.suchen{
	margin-bottom:10px;
}
.job h2{
	color:#121521;
	padding-left: 40px;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Aufzaehlung.svg');
	background-position: left top 4px;
	background-repeat: no-repeat;
	background-size: 20px;
}
.job_content{
	margin-bottom:40px;
}
.job_thumbnail img{
	line-height:0;
}
.bewerben{
	margin-top:40px;
}

/* CODE */


strong{
	font-weight:400;
}

/* //////////////////////////////////// Swiper //////////////////////////////////// */
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
	width: 100%;
    height: 700px;
}
.swiperfoot{
	position:absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 700px;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Pattern.svg');
	background-position: left bottom 80px;
	background-repeat: no-repeat;
	background-size: 70px;
}
.swiperlogo{
	position:absolute;
	z-index: 2;
	bottom: 30px;
	right: 60px;
	display: block;
	width: 250px;
	height: auto;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_nav{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.swiper_arrows{
	width: 10px;
	line-height: 0;
	cursor: pointer;
}
.swiper-pagination{
	margin: 0 20px;
	line-height: 0;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 15px;
	background-color: #1E2529;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	cursor: pointer;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active, .swiper-button-disabled{
	opacity: 0.5;
}
.swiper-button-next{
	top:inherit!important;
	bottom: 30px!important;
	right: 60px!important;
	left: inherit!important;
	display: block!important;
	width: 40px!important;
	height: 20px!important;
	background-image: url('https://www.ombrax.com/wp-content/themes/effekt/images/next.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px;
}
.swiper-button-prev{
	top:inherit!important;
	bottom: 30px!important;
	right:110px!important;
	left: inherit!important;
	display: block!important;
	width: 40px!important;
	height: 20px!important;
	background-image: url('https://www.ombrax.com/wp-content/themes/effekt/images/prev.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px;
	content: none!important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content:none!important;
}



/* //////////////////////////////////// Footer //////////////////////////////////// */
footer{
	position:relative;
	padding: 60px;
	background-color: #121521;
	width: 100%;
	color:#fff;
	background-image: url('https://sartori.effekt.it/wp-content/themes/effekt/images/Pattern.svg');
	background-position: left bottom 80px;
	background-repeat: no-repeat;
	background-size: 70px;
}
footer p{
	margin: 0;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #8ebce0;
}
.logo_footer{
	max-width: 340px;
	margin-bottom: 40px;
}
.logo_footer a{
	display: block;
}
.footer_info{
	width:60%;
	float:left;
}
.footer_titel{
	width: 100%;
	font-size: 33px;
	margin-bottom: 15px;
}
.footer_left{
	width: 50%;
	float: left;
}
.footer_right{
	width: 50%;
	float: left;
}
.footer_links{
	width: 30%;
	float: left;
	text-align: left;
}
.footer_links img{
	height:25px;
	width: auto;
	margin-bottom: 10px;
}
.impressum{
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-top: 40px;
	width: 100%;
	clear: both;
}
.impressum a{
	display: inline-block;
}

.rcb-sc-link{
    width:auto;
    margin: 0 10px 10px 0;
    display: inline-block;
}

/* //////////////////////////////////// INPUT Fields //////////////////////////////////// */
.abstand_row{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.input{
	width: calc(50% - 15px);
	margin-right: 30px;
	float: left;
}
.input.last{
	margin: 0 auto;
	float: right;
}
.input.full{
	width: 100%;
}
.input input, .input select{
	width: 100%;
	height: 40px;
	font-size: 18px;
	padding: 0 10px;
	font-weight: 300;
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: "fustat", sans-serif;
}
.bemerkungen{
	width: 100%;
	margin-bottom: 20px;
	font-family: "fustat", sans-serif;
}
label{
	font-family: "fustat", sans-serif;
	font-weight: 300;
	color: #121521;
	font-size: 18px;
	margin-right: 20px;
}
textarea{
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-weight: 300;
	padding: 10px;
	font-family: "fustat", sans-serif;
	border: 1px solid #ccc;
}
.check_anfrage{
	float: left;
	line-height: 1;
	margin-top: 8px;
}
.check_anfrage span{
	margin: 0 auto;
}
.check{
	margin: 0 auto;
	width: 13px;
}
.check_anfrage_text{
	width: calc(100% - 23px);
	float: right;
	font-size: 16px;
}
.anfragen_btn {
    width: auto;
    display: inline-block;
    border: none;
    font-size: 18px;
	color: #fff;
	margin-top: 30px;
	padding: 10px 20px;
	background-color: #eef1f0;
	font-family: "fustat", sans-serif;
}
.anfragen_btn:hover{
	cursor: pointer;
	background-color: #8ebce0;
	color: #fff;
}
.anfragen_btn:disabled{
	color: #fff;
	background-color: #ccc;
}
.wpcf7-not-valid-tip{
	font-size: 14px;
}


/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}