/* @override 
	http://relaunch.inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=5.8.2
	http://relaunch.inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=5.9
	http://relaunch.inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=5.9.1
	http://relaunch.inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=5.9.2
	https://inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=5.9.2
	https://inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=5.9.3
	https://inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=6.0.1
	https://inensus.com/wp-content/themes/wp_theme_inensus/css/style_inensus.css?ver=6.1.1 */



@import url("webfonts_inensus.css");

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'PT Sans';
	font-size: 15px;
	font-weight: 400;
	line-height: 146%;
	background: #fff;
	overflow-x: hidden;
}

#size {
	font-size: 0.7em;
	color: green;
	position: fixed;
	top: 1px;
	left: 46%;
	z-index: 2500;
	display: none;
}

strong {
	font-weight: 700;
}

a,
a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: inherit;
}

.btn {
	padding: 0;
	margin: 0;
}

.btn a,
.btn a:visited {
	display: inline-block;
	color: rgb(220,55,39);
	font-weight: 700;
	height: 26px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 22px;
	border: 2px solid rgb(220,55,39);
	border-radius:  13px;
	padding: 0 18px;
	background: transparent;
	transition: all .4s ease-in;
}

.btn a:hover,
.btn a:focus {
	color: white;
	background: rgb(220,55,39);
	transition: all .4s ease-in;
}

.btn_white a,
.btn_white a:visited {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	height: 26px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	border:  2px solid #fff;
	border-radius:  13px;
	padding: 0 18px;
	background: transparent;
	transition: all .4s ease-in;
}

.btn_white a:hover,
.btn_white a:focus {
	opacity: 0.8;
	transition: all .4s ease-in;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

.footnote {
	font-size: 0.85em;
	color: #aaa;
}

.scalepict {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4 {
	font-weight: 700;
	color: rgb(220,55,39);
	color: #dc3727;
	text-transform: uppercase;
}

ul {
	margin-left: 0px;
}

h1, h2 {
	font-size: 50px;
	text-align: center;
	letter-spacing: 2px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 20px;
	line-height: 1.25;
}

h4 {
	font-size: 15px;
}

h6 {
	font-size: 1em;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

/* //////// HEADER //////// */

#masthead {
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100px;
	width: calc(100% - 40px);
	border-bottom-left-radius: 12px;
	background-color: rgba(255, 255, 255, 0.88);
	-webkit-box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
	-moz-box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
	box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
	padding-left: 0px;
	padding-top: 0px;
	z-index: 2000;
	opacity: 1;
	transition: all .3s ease-out;
}

body.home #masthead {
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body.home #masthead.background {
	background-color: rgba(255, 255, 255, 0.88) !important;
	-webkit-box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
	-moz-box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
	box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
}

#masthead.hidden {
	top: -105px;
	transition: all .3s ease-in;
}

#masthead.height {
	height: auto;
	background: white;
}

body.home #masthead.height {
	background-color: rgba(255, 255, 255, 1) !important;
	-webkit-box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
	-moz-box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
	box-shadow: -1px 2px 4px 0px rgba(220,35,39,0.2);
}

#masthead .container {
	_left: -20px;
}

#logo {
	width: 162px;
	display: inline-block;
	margin-top: 28px;
	position: absolute;
	left: 30px;
}

/* Hamburger */
#menuToggle {
	width: 22px;
	height: 17px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	cursor: pointer;
	z-index: 1000;
	display: block;
	top: 40px;
	right: 60px;
	float: right;
}

#menuToggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(220,55,39);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#menuToggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0px;
}

#menuToggle.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 0px;
}

#navi {
	display: none;
}

#navi.open {
	display: block;
	position: relative;
	width: 100%;
	top: 0px;
	padding-top: 38px;
}

.menu-headermenu-container {
	position: relative;
}

#headermenu {
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 180px 0 200px;
	font-size: 19px;
}

#headermenu li.first-level {
	width: auto;
	min-width: 220px;
	padding-top: 0;
	padding-bottom: 15px;
	padding-left: 0;
	display: block;
}

#headermenu li.first-level > a {
	color: rgb(220,55,39);
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid rgb(220,55,39);
	padding-bottom: 6px;
	cursor: pointer;
}

#headermenu ul.sub-menu {
	padding: 0px 5px 0px 0px;
	margin: 0;
	left: 0;
	width: auto;
	white-space: nowrap !important;
	position: relative;
	top: 0px;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#headermenu li.first-level:hover > ul.sub-menu,
#headermenu li.first-level:focus > ul.sub-menu {
	display: inline-block;
}

#headermenu ul.sub-menu li {
	display: block;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headermenu ul.sub-menu li a {
	display: inline-block;
	font-weight: 400;
	text-transform: none;
	padding: 0;
	white-space: nowrap;
	line-height: 1.1em;
	color: rgb(220,55,39);
	cursor: pointer;
}

#headermenu ul.sub-menu li a:hover {
	font-weight: 700;
}





/* //////// CONTACT //////// */

#form {
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	width: 420px;
	background-color: transparent;
	position: fixed;
	right: -330px;
	bottom: 12vh;
	float: right;
	z-index: 50;
	transition: all .5s ease-in-out 0s;
}

#form.open {
	background: rgba(255, 255, 255, 0.8);
	right: 0;
	transition: all .5s ease-in-out 0s;
}

#handler_form {
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	border-bottom-left-radius: 24px;
	height: 60px;
	width: 90px;
	text-align: right;
	transition: all .5s ease-in-out 0s;
}

#form.open #handler_form {
	width: 100%;
	transition: all .5s ease-in-out 0s;
}

#btn_form {
	background: url(../picts/btn_form.svg) right center no-repeat;
	width: 90px;
	height: 60px;
	cursor: pointer;
	position: fixed;
	right: 22px;
	margin-top: 0;
}

#btn_form.open {
	width: 480px;
	background: url(../picts/btn_form_close.svg) right center no-repeat;
}

/*.wpcf7-form {
	font-family: 'PT Sans';
	padding: 32px 32px 24px !important;
	opacity: 0;
}

#form.open .wpcf7-form {
	opacity: 1;
}

.wpcf7-form input, 
.wpcf7-form textarea {
	font-family: 'PT Sans';
	width: 100%;
    background: #fff;
    border: 2px solid rgb(220,55,39);
    border-radius: 18px;
    box-shadow: none;
	font-size: 13px;
    color: #000;
    transition: all .5s;
	height: 36px;
	padding: 0 18px;
}

.wpcf7-form input:focus, 
.wpcf7-form textarea:focus {
	outline: none;
}

.wpcf7-form textarea {
	height: 300px !important;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: none;
}

.wpcf7-form .wpcf7-acceptance {
	width: 100%;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	width: 100%;
	margin: 0;
	text-align: right;
}

.wpcf7-form input[type="checkbox"] {
	width: 24px;
	display: block;
	float: right;
	margin-left: 0px;
	position: relative;
	top: -6px;
	margin-right: 0px;
	right: 0px;
	visibility: hidden;
}

.wpcf7-form a {
	color: inherit;
	text-decoration: underline;
}

.wpcf7-form ::-webkit-input-placeholder { /* Edge *!/
  color: #777;
}

.wpcf7-form ::placeholder {
  color: #777;
}

.wpcf7-list-item-label {
	margin-right: 8px;
}

.wpcf7-list-item-label::after {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	border: 2px solid rgb(220,55,39);
	background-color: #fff;
	display: block;
	content: "";
	float: right;
	position: relative;
	top: 0px;
	right: 0;
	margin-right: -24px;
	cursor: pointer !important;
}

.wpcf7-form input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: rgb(220,55,39);
}

.wpcf7-form input[type="submit"] {
	font-family: 'PT Sans';
	font-size: 12px;
	font-weight: 700;
	width: auto;
	padding: 0px 22px;
	height: 36px;
	text-transform: uppercase;
	color: rgb(220,55,39) !important;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-radius: 18px;
    border: 2px solid rgb(220,55,39);
	float: right;
	margin-top: 10px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    width: 100%;
    border: none;
    background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
    color: white;
	padding: 0px 18px;
	margin: 30px 0 10px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
}*/


.holder_form {
	font-size: 1.25em;
	padding: 32px 32px 24px;
	opacity: 0;
}

#form.open .holder_form {
	opacity: 1;
}

.mailto_btn {
	font-size: 12px;
	font-weight: 700;
	width: auto;
	padding: 0px 22px;
	height: 36px;
	line-height: 32px;
	text-transform: uppercase;
	color: rgb(220,55,39) !important;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-radius: 18px;
    border: 2px solid rgb(220,55,39);
}




/* //////// FOOTER //////// */

#circle_footer {
	width: 275px;
	position: absolute;
	left: 0;
	bottom: 126px;
	margin: 0;
	z-index: 1;
}

footer {
	position: relative;
	color: white;
	white-space: nowrap;
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,35,39,1) 100%);
	padding-top: 35px;
	padding-bottom: 5px;
	margin-top: 180px;
	height: 342px;
}

#logo_footer {
	width: 162px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 26px;
}

footer .container {
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	z-index: +1;
	position: relative;
}

#footernavi {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	display: flex;
	justify-content: space-between;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer a,
footer a:visited {
	color: white;
}

#footer-1 li:first-of-type,
#footer-2 li:first-of-type,
#footer-3 li:first-of-type {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.5em;
}

#footer-4 {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}

#footer-4 li {
	display: inline-block;
	position: relative;
}




/* ////////// VERTICAL DOTS ////////// */

#dots {
    position: fixed;
    top: 51%;
	transform: translateY(-50%);
    left: 16px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
	margin: 0;
	height: 32vh;
	width: 120px;
	z-index: 40;
}

.dot {
	flex-basis: 100%;
	cursor: pointer;
}

.dot_circle {
	width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: .6s;
    background-color: #eee;
	display: inline-block;
	position: relative;
	float: left;
}

.anchor-highlight .dot_circle {
	width: 20px;
    height: 20px;
	background-color: rgb(220,55,39);
	margin-top: -2px;
	margin-left: -2px;
}

.dots_label {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.1;
	color: rgb(220,55,39);
	display: inline-block;
	position: relative;
	top: -4px;
	margin-left: 8px;
	opacity: 0;
}

.anchor-highlight .dots_label {
	opacity: 1;
	transition: 0.6s;
}

.dot:hover .dots_label {
	opacity: 1;
	color: #bbb;
	transition: opacity 0.6s;
}




/* ////////// HOME ////////// */

#page {
	width: 100%;
	position: relative;
	display: block;
}

/* HEADERVIDEO */
#video_container {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  z-index: 50;
}

#video_home {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}


#video_home .bgvideo_h,
#video_home .bgvideo_v {
  display: block;
}

#video_home .bgvideo {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  
  display: block;
}







section {
	padding-bottom: 100px;
	padding-top: 100px;
}

#scroll_down {
	width: 53px;
	left: 50%;
	position: relative;
	top: -70px;
	z-index: 51;
	cursor: pointer;
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 70%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  35% {
    -moz-transform: translateY(+10px);
    -ms-transform: translateY(+10px);
    -webkit-transform: translateY(+10px);
    transform: translateY(+10px);
  }
  60% {
    -moz-transform: translateY(+5px);
    -ms-transform: translateY(+5px);
    -webkit-transform: translateY(+5px);
    transform: translateY(+5px);
  }
}


/*  INTRO */
#panel_intro {
	position: absolute;
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	width: auto;
	white-space: nowrap;
	z-index: 52;
	font-size: 35px;
	color: white;
	letter-spacing: 2px;
	border-top-right-radius: 38px;
	padding: 40px 40px 10px;
	left: -100%;
	opacity: 0;
	top: 52vh;
	transform: translateY(-50%);
	transition: left 2s ease-in;
}

#panel_intro .visible-mobile {
	display: none;
}

#panel_intro.slide-left {
	left: 40px;
	opacity: 1;
	transition: left 2s ease-in;
}


/*  MISSION */
section#mission {
	padding-top: 120px;
}

section#mission .container {
	overflow-x: hidden;
}

#circle_home {
	overflow: hidden;
	width: 400px;
	position: absolute;
	right: 0;
	top: 20px;
}

_#slide_panel_mission {   /* Slide Panel vom Browserrand ab */
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	width: calc(50vw + 120px);
	white-space: nowrap;
	z-index: 20;
	color: white;
	font-size: 20px;
	line-height: 1.25;
	border-top-left-radius: 38px;
	padding: 30px 40px 10px 30px;
	display: block;
	right: -100%;
	position: absolute;
	transition: all 2s ease-in;
	margin-top: 200px;
}

#slide_panel_mission {
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	white-space: nowrap;
	color: white;
	font-size: 20px;
	line-height: 1.25;
	border-top-left-radius: 38px;
	padding: 30px 40px 10px 30px;
	display: block;
	right: -100%;
	bottom: 40px;
	position: absolute;
	transition: right 2s ease-in;
}

#slide_panel_mission h2 {
	color: white;
	text-align: left;
	max-width: 690px;
}

#slide_panel_mission p {
	display: block;
	white-space: normal;
	width: calc(100% - 80px);
	max-width: 690px;
}

#slide_panel_mission.slide-right {
	right: 0;
	transition: right 2s ease-in;
}

.slider_mission {
	position: relative;
    margin-left: 0 !important;
    margin-right: auto;
}

.ms-skin-light-6 .ms-bullets-count {
    width: 100px !important;
	height: 10px !important;
}

.ms-skin-light-6 .ms-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #c5c5c5 !important;
    border: none !important;
	margin-right: 6px !important;
	margin-left: 6px !important;
	margin-top: 2px !important;
}

.ms-skin-light-6 .ms-bullet-selected {
	background: white !important;
	width: 16px !important;
    height: 16px !important;
	margin-top: 0 !important;
}


/* ACTION */
section#action {
}

.holder_panels_action {
	background: none !important;
	margin-top: 90px;
}

.holder_panels_action > .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
	flex-wrap: nowrap;
	align-items: stretch;
}

.panel_action {
	flex-basis: calc(33.333% - 10px);
	width: 100%;
	border-radius: 38px;
	position: relative;
	display: inline-block;
}

.panel_action > .wp-block-group__inner-container {
	padding: 0 20px 60px;
}


.panel_action_top {
	border-top-left-radius: 38px;
	border-top-right-radius: 38px;
	width: calc(100% + 40px);
	margin-left: -20px;
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	padding-top: 34px;
	padding-bottom: 18px;
	margin-bottom: 28px;
	text-align: center;
}


/* Icon ACTION 1 */
svg.icon_action {
 	width: auto;
 	height: 74px;
}

svg .icon_action_1-1 {
  stroke-dashoffset: 337.28985595703125px;
  stroke-dasharray: 337.28985595703125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .icon_action_1-1 {
  stroke-dashoffset: 0;
}


/* Icon ACTION 2 */
svg .icon_action_2-1 {
  stroke-dashoffset: 25.300003051757812px;
  stroke-dasharray: 25.300003051757812px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .icon_action_2-1 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-2 {
  stroke-dashoffset: 233.9507598876953px;
  stroke-dasharray: 233.9507598876953px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .icon_action_2-2 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-3 {
  stroke-dashoffset: 20.70084571838379px;
  stroke-dasharray: 20.70084571838379px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

svg.active .icon_action_2-3 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-4 {
  stroke-dashoffset: 20.182714462280273px;
  stroke-dasharray: 20.182714462280273px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

svg.active .icon_action_2-4 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-5 {
  stroke-dashoffset: 20.18271255493164px;
  stroke-dasharray: 20.18271255493164px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

svg.active .icon_action_2-5 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-6 {
  stroke-dashoffset: 25.400001525878906px;
  stroke-dasharray: 25.400001525878906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .icon_action_2-6 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-7 {
  stroke-dashoffset: 25.399999618530273px;
  stroke-dasharray: 25.399999618530273px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}

svg.active .icon_action_2-7 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-8 {
  stroke-dashoffset: 25.299999237060547px;
  stroke-dasharray: 25.299999237060547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
}

svg.active .icon_action_2-8 {
  stroke-dashoffset: 0;
}

svg .icon_action_2-9 {
  stroke-dashoffset: 42.5355339050293px;
  stroke-dasharray: 42.5355339050293px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
}

svg.active .icon_action_2-9 {
  stroke-dashoffset: 0;
}

/* Icon ACTION 3 */
svg .icon_action_3-1 {
  stroke-dashoffset: 283.48388671875px;
  stroke-dasharray: 283.48388671875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .icon_action_3-1 {
  stroke-dashoffset: 0;
}

svg .icon_action_3-2 {
  stroke-dashoffset: 188.4643096923828px;
  stroke-dasharray: 188.4643096923828px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .icon_action_3-2 {
  stroke-dashoffset: 0;
}

svg .icon_action_3-3 {
  stroke-dashoffset: 38.20000457763672px;
  stroke-dasharray: 38.20000457763672px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

svg.active .icon_action_3-3 {
  stroke-dashoffset: 0;
}

svg .icon_action_3-4 {
  stroke-dashoffset: 65.18023300170898px;
  stroke-dasharray: 65.18023300170898px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

svg.active .icon_action_3-4 {
  stroke-dashoffset: 0;
}

svg .icon_action_3-5 {
  stroke-dashoffset: 94.98450469970703px;
  stroke-dasharray: 94.98450469970703px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

svg.active .icon_action_3-5 {
  stroke-dashoffset: 0;
}

svg .icon_action_3-6 {
  stroke-dashoffset: 19px;
  stroke-dasharray: 19px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .icon_action_3-6 {
  stroke-dashoffset: 0;
}

svg .icon_action_3-7 {
  stroke-dashoffset: 18.900146484375px;
  stroke-dasharray: 18.900146484375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}

svg.active .icon_action_3-7 {
  stroke-dashoffset: 0;
}

.panel_action p {
	font-size:  20px;
	line-height: 1.25;
}

.panel_action a {
	white-space: nowrap;
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
}



/* IMPACT */
section#impact {
	padding-bottom: 0;
	_display: none;
}

section#impact .intro {
	margin-bottom: 0px;
}

section#impact .btn a {
	display: none;
}




/* NEWS */
section#news-publications {

}

.news {
	background: #f5f5f5;
	display: grid;
	justify-items: stretch;
	align-items: stretch;
	grid-template-columns: 156px auto;
	height: auto;
	margin-bottom: 3px;
}

.news:first-of-type {
	margin-top: 90px;
}

.news:last-of-type {
	border-bottom-right-radius: 38px;
}

.news_pict {
	height: 100%;
	overflow: hidden;
}

.news_pict img {
	position: relative;
	height: 100%;
	object-fit: cover;
}

.news_content {
	padding: 24px 32px 26px 24px;
}

.news_content h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.news_content h4 {
	margin-top: 0;
}

.news_content a {
	font-size: .85em;
	white-space: nowrap;
	position: relative;
	bottom: 0px;
	right: 0%;
	float: right;
}


.btn_download_white,
.btn_download_white:visited {
	height: 26px;
	display: inline-block;
	width: auto;
	text-align: center;
	border: 2px solid rgb(220,55,39);
	border-radius: 13px;
	padding: 0 18px !important;
	margin: 0;
	position: relative;
	float: right;
}

.btn_download_white a:first-child { /* Dateiname Download ausblenden  */
	display: none;
}

.btn_download_white:hover,
.btn_download_white:focus {
	background: rgb(220,55,39);
}

.btn_download_white a.wp-block-file__button,
.btn_download_white:visited a.wp-block-file__button {
	color: rgb(220,55,39);
	font-weight: 700;
	font-size: .85em !important;
	line-height: 1;
	letter-spacing: 0.5px;
	background: transparent url('../picts/icon_download.svg') right center no-repeat;
	background-size: 10px;
	padding: 0 18px 0 0;
	border-radius: 0;
}

.btn_download:hover a.wp-block-file__button,
.btn_download_white:hover a.wp-block-file__button,
.btn_download_white:focus a.wp-block-file__button {
	opacity: 1;
	color: white;
	background: transparent url('../picts/icon_download_white.svg') right center no-repeat;
}


.btn_download_red,
.btn_download_red:visited {
	height: 26px;
	display: inline-block;
	width: auto;
	text-align: center;
	border: 2px solid white;
	border-radius: 13px;
	padding: 0 18px !important;
	margin: 0 auto;
	position: relative;
}

.btn_download_red a:first-child { /* Dateiname Download ausblenden  */
	display: none;
}

.btn_download_red:hover,
.btn_download_red:focus {
	background: white;
}

.btn_download_red a.wp-block-file__button,
.btn_download_red:visited a.wp-block-file__button {
	color: white;
	font-weight: 700;
	font-size: .85em !important;
	line-height: 1;
	letter-spacing: 0.5px;
	background: transparent url('../picts/icon_download_white.svg') right center no-repeat;
	background-size: 10px;
	padding: 0 18px 0 0;
	border-radius: 0;
}

.btn_download_red:hover a.wp-block-file__button,
.btn_download_red:focus a.wp-block-file__button {
	opacity: 1;
	color: #DC2327;
	background: transparent url('../picts/icon_download.svg') right center no-repeat;
}


_p.btn_link a,
_p.btn_link a:visited {
	height: 26px;
	display: inline-block;
	width: auto;
	text-align: center;
	border: 2px solid rgb(220,55,39);
	border-radius: 13px;
	padding: 0 18px !important;
	margin: 0;
	position: relative;
	float: right;
	_transition: all .4s ease-in;
	color: rgb(220,55,39) !important;
	font-weight: 700;
	font-size: .85em;
	letter-spacing: 0.5px;
}

_p.btn_link a:hover,
_p.btn_link a:focus {
	color: white;
	background: rgb(220,55,39);
}

_p.btn_link a,
_p.btn_link a:visited,
_p.btn_link a:active {
	height: 26px;
	color: rgb(220,55,39);
	font-weight: 700;
	font-size: .85em;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 0;
	border-radius: 0;
	position: relative;
	margin: 0;
}

_p.btn_link a:hover,
_p.btn_link a:focus {
	color: white;
}




/* ////////// REFERENCES ////////// */

section#references {
	margin-top: 80px;
	padding-bottom: 40px;
}

.legend {
	position: -webkit-sticky;
	position: sticky; 
	top: 63px;
	border-top: 40px solid #fff;
	margin-bottom: 0;
	line-height: 0px;
}


.legend .wp-block-column {
	margin: 0;
	padding: 0;
}

.legend p {
	font-weight: 700;
	margin: 0;
}

.t_head {
	background: white !important;
	border-top: 40px solid #fff;  /* Abstand zu .legend */;

}

.t_head h3 {
	border-top: 2px solid rgb(220,55,39);
	border-bottom: 1px solid rgb(220,55,39);
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}



/* ////////// ABOUT US ////////// */

/* OUR STORY */
section#our-story {
	margin-top: 80px;
	padding-bottom: 40px;
	background: #fff;
}

#fullwidth {
	width: 100%;
}

#fullwidth .figure {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#fullwidth .figure img {
	height: 100%;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

.intro {
	font-size: 20px;
	line-height: 135%;
	color: rgb(220,55,39);
	margin-top: 70px;
	margin-bottom: 70px;
}


/* Timeline */
.wpex.horizontal-timeline .ex_s_lick-prev, 
.wpex.horizontal-timeline .ex_s_lick-next {
	line-height: 0px !important;
    border-radius: 20px;
    font-size: 28px !important;
    height: 30px !important;
    width: 30px !important;
	background: white !important;
}

.horizontal-nav .ex_s_lick-arrow.ex_s_lick-disabled { 
	border-color: #DDD !important; 
	color: #DDD !important; 
	background: white !important;
}

.wpex.horizontal-timeline .ex_s_lick-prev .fa {
	margin-top: -3px !important;
	margin-left: -3px !important
}

.wpex.horizontal-timeline .ex_s_lick-next .fa {
	margin-top: -3px !important;
	margin-left: 3px !important
}

.wpex.horizontal-timeline .ex_s_lick-prev:hover .fa,
.wpex.horizontal-timeline .ex_s_lick-next:hover .fa {
	color: rgb(220,55,39) !important;
}

.wpex.horizontal-timeline .timeline-hr {
	z-index: +1;
    border-bottom: 3px solid rgb(220,55,39) !important;
}

.wpex.horizontal-timeline .timeline-pos-select::before,
.wpex.horizontal-timeline .timeline-hr::before {
    background-image: none !important;
}

.horizontal-nav {
	z-index: +1;
	margin-bottom: -50px !important;
}

.horizontal-nav li.ex_s_lick-slide span.tl-point {
    font-size: 0px;
}

.horizontal-nav li.ex_s_lick-current span.tl-point {
    font-size: 16px !important;
    font-weight: 400 !important;
	color: white !important;
	margin-top: 31px;
}

.horizontal-nav li.ex_s_lick-slide span.tl-point:before {
    content: "";
    height: 30px !important;
    width: 30px !important;
    border: none !important;
    background-color: rgb(220,55,39) !important;
    border-radius: 50%;
    position: absolute;
    bottom: -27px !important;
    left: 50%;
    margin-left: -15px !important;
    transition: none !important;
}

.horizontal-nav li.ex_s_lick-current span.tl-point:before {
    width: 70px !important;
	height: 70px !important;
	margin-left: -35px !important;
	bottom: -18px !important;
	z-index: -1;
}

/* Timeline Content */
.wpex.horizontal-timeline .extl-hoz-sbs h2,
.wpex.horizontal-timeline .wpex-timeline-label h2 { 
	display: none;
}

.wptl-more-meta {
	display: none !important;
}

.wpex.horizontal-timeline .wpex-timeline-label  {
	background: #f5f5f5;
	padding: 60px 180px 20px;
}

.horizontal-content:before {
	content: '';
	width: 100vw;
	overflow: hidden;
	background: #f5f5f5;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -1;
	right: 0px;
	bottom: 0;
	left: 0;
	margin-left: calc(-50vw + 600px); /* half of container width */
}

.wptl-excerpt {
	margin: 0px !important;
	font-family: 'PT Sans';
}

.wptl-excerpt .wp-block-columns {
	padding: 0;
	background: none !important;
}

.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(1) {
	flex-basis: 180px !important;
	flex-shrink: 0;
}

.wptl-excerpt .wp-block-columns .wp-block-image {
	margin: 0;
	width: 100%;
	padding: 0;
	position: relative;
}

.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(2) {
	flex-basis: calc(100% - 210px);
	margin-left: 30px;
}

.wptl-excerpt h4 {
	font-family: 'PT Sans';
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.wptl-excerpt img {
	margin-top: 2px;
	margin-bottom: 0;
}

.line-timeline {
	border-top: 2px solid white;
	border-bottom: none !important;
	background: none !important;
	margin-top: 0px;
	margin-bottom: 24px;
}




/* TEAM */
section#team {
	background: #fff;
}

.holder_countups {
	background: none !important;
	position: relative;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 80px;
}

.holder_countups:before {
	content: '';
	display: inline;
	width: 100vw;
	overflow: hidden;
	background: #f5f5f5;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	right: 0;
	bottom: 0;
	margin-left: calc(-50vw + 600px); /* half of container width */
}

.holder_countups > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.counter {
	font-size: 50px;
	line-height: 50px;
	color: rgb(220,55,39);
	font-weight: bold;
	text-align: center;
}

.countup {
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}


.holder_teammember {
	display: grid;
	align-content: start; 
	align-items: start;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 60px;
	row-gap: 24px;
}

.teammember {
	background: #f5f5f5;
	border-bottom-right-radius: 20px;
	padding-top: 10px;
}

.teammember_content {
	position: relative;
}

.teammember_pict {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 108px;
}

.teammember_title {
	font-weight: 700;
	color: rgb(220,55,39);
	margin-top: 0px;
}

.jobposition {
	color: rgb(220,55,39);
}

.location {
	position: absolute;
	_margin-bottom: 20px;
	_margin-top: 20px;
	align-content: start; 
	grid-template-columns: 22px auto !important;
	column-gap: 10px !important;
	left: 128px;
	top: 78px;
}

.location .wp-block-media-text__media {
	margin: 0;
	width: 22px;
	padding-top: 2px;
}

.location .wp-block-media-text__content {
	color: rgb(220,55,39);
	padding: 0;
	margin: 0px;
	position: relative;
}

.location .wp-block-media-text__content p {
	color: rgb(220,55,39);
	margin: 0;
}

.location figure {
	width: 20px;
	margin: 0;
	padding: 0;
}

.btn_toggle {
	height: 32px;
	margin: 0 !important;
	position: relative;
	right: 0;
	width: 48px;
}

.btn_toggle a {
	position: relative;
	color: white;
	white-space: nowrap;
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	width: 48px;
	height: 32px;
	padding: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
	display: inline-block;
	float: right;
	transition: all .3s ease-in;
}

.btn_toggle a img {
	position: absolute;
	top: 12px;
	right: 20px;
	transition: all .2s ease-in;
}

_.btn_toggle.hover a {
	width: 100%;
	transition: all .2s ease-in;
}

.btn_toggle.selected {
	width: 100%;
}

.btn_toggle.selected a {
	width: 100%;
}

.btn_toggle.selected a img {
	transform: rotate(180deg);
	transition: all .1s ease-in;
}

p.vita {
	font-size: 12px;
	line-height: 1.4;
	padding: 5px 10px 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0px;
	transition: all 0.4s linear;
	margin: 0;
}

p.vita.open {
	height: auto;
	display: inline-block;
	visibility: visible;
	transition: all 0.4s linear;
	padding-bottom: 5px;
}




/* JOIN OUR TEAM */
section#join { 
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	color: white;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}

section#join h3 { 
	color: white;
	margin-top: 0;
}

section#join .btn_white { 
	color: white;
	margin-top: 20px;
	margin-bottom: 0;
}


/* VALUES */
section#values {
	position: relative;
}

.fullwidth_values {
	height: 560px;
	position: relative;
	z-index: 1;
}

#circle_values_1,
#circle_values_2 {
	overflow: hidden;
	width: 400px;
	position: absolute;
	right: 0;
	bottom: -10px;
	z-index: -1;
}

#circle_values_2 {
	z-index: 2;
}

#slide_panel_values {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	width: 778px;
	z-index: 20;
	color: white;
	line-height: 1.25;
	border-top-left-radius: 38px;
	padding: 54px 54px 54px 28px;
	display: block;
	right: 100px;
	position: absolute;
	bottom: 10px;
}

#slide_panel_values p {
	margin: 0;
}

/* Slider VALUES */
.owl-item {
	text-align: center;
	padding-right: 60px;
	padding-left: 60px;
}

.owl-item h3 {
	margin: 0 0 8px;
}

.owl-item p:first-of-type {
	margin: 0 0 18px;
}

.owl-item img {
	margin: 0;
}

.sa_owl_theme .owl-nav .owl-prev {
	width: 40px !important;
	height: 40px !important;
	left: -40px !important;
}
.sa_owl_theme .owl-nav .owl-next {
	width: 40px !important;
	height: 40px !important;
	right: -40px !important;
}

#slider_values .owl-nav .owl-prev {
	background: url('../picts/arrow_slider_prev.svg') center center no-repeat !important;
}
#slider_values .owl-nav .owl-next {
	background: url('../picts/arrow_slider_next.svg') center center no-repeat !important;
}
#slider_values .owl-nav .owl-prev:hover,
#slider_values .owl-nav .owl-next:hover {
	opacity: 0.8;
}






/* POLICIES */
section#our-policies {
	padding-bottom: 0;
}

.fullwidth_policies {
	height: 360px;
	position: relative;
	top: -80px;
	z-index: -1;
	margin-bottom: -80px;
}

.holder_policies {
	background: none !important;
}

.holder_policies > .wp-block-group__inner-container {
	display: grid;
	align-content: start; 
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}

.policy {
	border-bottom-right-radius: 38px;
	padding: 6px 26px 26px;
	position: relative;
	display: flex;
}

.policy .wp-block-group__inner-container {
	position: relative;
	padding-bottom: 26px;
}


.policy .btn_download_red {
	border: 2px solid #fff;
	float: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.policy .btn_download:focus,
.policy .btn_download:hover {
	border: 2px solid #fff;
	background: white;
}

.policy .btn_download .wp-block-file__button,
.policy .btn_download .wp-block-file__button:visited,
.policy .btn_download .wp-block-file__button:active {
	letter-spacing: 0.5px;
	color: #fff ;
	background: transparent url('../picts/icon_download_white.svg') right center no-repeat;
}

.policy .btn_download:hover a.wp-block-file__button,
.policy .btn_download:focus a.wp-block-file__button {
	color: rgb(220,55,39);
	background: transparent url('../picts/icon_download.svg') right center no-repeat;
}



/* CAREERS */
section#careers {
	_display: none;
}

.jobs {
	background: #f5f5f5;
	display: grid;
	justify-items: stretch;
	align-items: stretch;
	grid-template-columns: 188px auto;
	height: auto;
	margin-bottom: 2px;
}

.jobs:last-of-type {
	border-bottom-right-radius: 38px;
}

.jobs_pict {
	height: 100%;
	text-align: center;
	position: relative;
}

.jobs_pict img {
	position: relative;
	height: auto;
	width: 96px;
	top: 50px;
}

.jobs_content {
	padding: 24px 32px 26px 0;
}

.jobs_content h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.jobs_content h4 {
	margin-top: 0;
}





/* ////////// WHAT WE DO ////////// */

/* TRANSFORMATION */
section#transformation {
	margin-top: 80px;
	padding-bottom: 0;
}

section#transformation .container {
	max-width: 1060px;
}

.intropict {
	background: none !important;
	text-align: center;
	margin-top: 40px;
}

section#transformation .intro {
	max-width: 1024px;
	margin: 40px auto;
}

.holder_transformation {
	background: none !important;
	padding: 0;
	flex-wrap: nowrap !important;
	justify-content: space-between;
}

.wp-block-column.col_long {
	flex-basis: 55% !important;
	width: 50%;
	margin: 0 !important;
}

.wp-block-column.col_long h3 {
	margin-top: 0;
}

.wp-block-column.col_short {
	flex-basis: 45% !important;
	padding-bottom: 50px;
	margin: 0 !important;
}

.pict_transformation_right,
.pict_transformation_left {
	margin: 0;
	width: 100%;
	height: auto;
	border-bottom-right-radius: 38px;
	padding-left: 20px;
}

.pict_transformation_left {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 38px;
	padding-left: 0;
	padding-right: 20px;
}

.pict_transformation_right img,
.pict_transformation_left img {
	position: relative;
	height: 100%;
	object-fit: cover;
}

/* /////// ACCORDION /////// */

.accordion_hidden { /* ist in der Seite WHAT WE DO eingearbeitet und wird benötigt damit die separat geladenen Accordions funktionieren */
	display: none;
}

.sp-easy-accordion .ea-card {
	margin-bottom: 2px;
}

.sp-easy-accordion .ea-header,
.sp-easy-accordion .ea-header:hover {
	padding: 0px !important;
}

.sp-easy-accordion .ea-header a,
.sp-easy-accordion .ea-header a:hover {
	padding: 10px 20px 10px 20px !important;
	font-size: 15px !important;
	font-weight: 700;
	color: rgb(220,55,39) !important;
	background: url(../picts/accordion_close.svg) right center no-repeat #f5f5f5;
	background-origin: content-box;
	border: none;
	margin-top: 2px;
}

.sp-easy-accordion .ea-header a.collapsed,
.sp-easy-accordion .ea-header a.collapsed:hover {
	background: url(../picts/accordion_open.svg) right center no-repeat #f5f5f5;
	background-origin: content-box;
}	
	
.sp-easy-accordion .sp-ea-single .ea-body {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 10px 20px !important;
	background: #f5f5f5 !important;
	border-top: 2px solid rgb(220,55,39);
}






/* DIGITALISATION */
section#digitalisation {
	padding-bottom: 20px;
}

section#digitalisation .container {
	_max-width: 1060px;
}

section#digitalisation .intro {
	max-width: 1024px;
	margin: 40px auto;
}

/* Tabs */
#sp-wp-tabs-wrapper_800 {
	margin-top: 4.5em !important;
}

.sp-tab__nav {
	display:flex;
	justify-content: center !important;
	flex-wrap: wrap;
}

.sp-tab__nav li.sp-tab__nav-item:first-of-type {
	display: none !important;
}

.tab_title_area,
.sp-tab-content a {
	border: 2px solid #dc3727;
	padding: 0 14px !important;
	border-radius: 16px !important;
	height: 30px !important;
	line-height: 30px !important;
	background-color: white;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0;
}

.sp-tab__tab_title,
.sp-tab-content a {
	font-size: 15px !important;
	line-height: 30px !important;
	text-align: center;
	width: 100%;
}

.tab_title_area:focus,
.tab_title_area:hover,
.sp-tab__active .tab_title_area,
.sp-tab-content a:hover {
	background-color: #dc3727;
	color: white;
	cursor: pointer;
}

.sp-tab__tab-pane {
	padding-bottom: 0 !important;
}

.sp-tab__active .sp-tab__tab_title {
	color: white !important;
}

.sp-tab-content {
	padding: 0;
	margin-top: 10px;
}

.sp-tab-content p {
	color: #000;
	margin-top: 0;
	margin-bottom: 2em;
}

.sp-tab-content a {
	color: #dc3727;
	margin-top: 15px;
	display: inline-table;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
}




/* DIGITALISATION VIDEO */
section#digitalisation_video {
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,35,39,1) 100%);
	padding-top: 2em;
	padding-bottom: 3em;
}

section#digitalisation_video .container {
	text-align: center;
}

section#digitalisation_video .intro {
	color: white;
	margin-top: 1em;
	margin-bottom: 2em;
}

section#digitalisation_video .wp-block-video {
	max-width: 640px;
	float:  none;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

section#digitalisation_video .wp-block-video video .media-controls-container {
    visibility: hidden;
}

section#digitalisation_video .wp-block-video video button.play-pause {
    visibility: hidden !;
}

/* Video */
.holder_video {
	text-align: center;
	background: none !important;
}
.posterimage {
	max-width: 640px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 640px;
	margin: 0;
}

#video_digitalisation  {
	max-width: 640px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}



/* RURAL INDUSTRIALISATION */
section#rural-industrialisation {
}

.illu_kmm {
	margin-bottom: 3em;
}

#rural-industrialisation .holder_panels_action > .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
	flex-wrap: nowrap;
}

#rural-industrialisation .panel_action {
	flex-basis: calc(50% - 10px);
    display: flex;
    justify-content: center;
	flex-wrap: nowrap;
	margin-right: 15px;
	margin-left: 15px;
}

#rural-industrialisation .panel_action_top {
	background: none !important;
	height: 160px;
	overflow: hidden;
	padding: 0;
}

#rural-industrialisation .panel_action_top figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#rural-industrialisation .panel_action > .wp-block-group__inner-container {
	display: grid;
	align-items: stretch;
	padding-bottom: 20px;
}

#rural-industrialisation .panel_action .img_panel_content img {
	margin: 5px auto 10px;
	position: relative;
	display: block;
}

#rural-industrialisation .panel_action_logos {
	background: none !important;
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
	border-top: 6px solid white;
	margin-top: 2em;
	display: inline-block;
	padding: 10px 20px 5px;
	align-self: end;
}

#rural-industrialisation .panel_action_logos .wp-block-group__inner-container {
	font-size: 0.75em;
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	min-height: 100%;
	padding: 0;
	width: 100%;
}

#rural-industrialisation .panel_action_logos p {
	margin: 0;
	font-size: 14px;
	color: #777;
	white-space: nowrap;
	padding-top: 4px;
	display: block;
	width: 100%;
	flex-basis: 100%;
	padding-bottom: 8px;
}

#rural-industrialisation .panel_action_logos figure {
	height: 60px;
	margin: 5px 5px 10px 0;
	padding: 0;
	flex-shrink: 0;
	flex-grow: 0;
}

#rural-industrialisation .panel_action_logos figure:last-of-type {
	margin-right: 0px;
}

#rural-industrialisation .panel_action_logos figure a {
	margin: 0;
	float: none;
	bottom: auto;
	left: auto;
	transform: translateX(0%);
	display: inline-block;
	position: relative;
}

#rural-industrialisation .panel_action_logos figure img,
#rural-industrialisation .panel_action_logos figure a img {
	height: 60px;
	width: auto;
}





/* PARTNERS */
section#partners {
	padding-bottom: 0;
}

#slide_panel_partners {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	background: rgb(250,120,5);
	background: linear-gradient(90deg, rgba(250,120,5,1) 0%, rgba(220,55,39,1) 100%);
	width: 778px;
	z-index: 20;
	color: white;
	line-height: 1.25;
	border-top-right-radius: 38px;
	padding: 54px 54px 54px 28px;
	display: block;
	left: 100px;
	position: relative;
	bottom: 10px;
}

#slide_panel_partners p {
	margin: 0;
	max-width: 620px;
}

.holder_panel_partners {
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
	background: none !important;
}

.holder_panel_partners > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
	justify-items: center;
	align-items: stretch;
}

.panel_partners {
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
	background: transparent !important;
}

.panel_partners h3 {
	height: 50px;
	line-height: 1.1;
	margin-bottom: 0px;
	margin-top: 0;
}

.icon_partners img {
	height: 98px;
}

.panel_partners_inner {
	padding: 46px 15px 0px;
	margin-top: -44px;
	height: calc(100% - 108px);
}

.panel_partners_inner p:after {
	content: '';
	display: block;
	height: 1px;
	width: 50%;
	background: white;
	margin-top: 1em;
}

.pict_partners {
	margin-top: -10%;
	margin-bottom: -10%;
}




/* ////////// IMPRINT & DISCLAIMER ////////// */

body.page-legal-notice,
body.page-privacy-policy {
	margin-top: 180px;
}

body.page-legal-notice article,
body.page-privacy-policy article {
	max-width: 800px;
	padding-bottom: 120px;
}






/* ////////// MEDIA QUERIES ////////// */

@media only screen and (max-width: 1500px) {
#headermenu {
padding-right: 200px;
padding-left: 220px;
}
#slide_panel_mission {
padding: 30px 0px 10px 30px;
}




}


@media only screen and (max-width: 1340px) {
h1, h2 {
font-size: 49px;
}
.container {
width: calc(100% - 100px);
}
#headermenu {
padding-right: 140px;
padding-left: 220px;
}
#headermenu li.first-level {
min-width: 190px;
}
.holder_teammember {
grid-template-columns: 1fr 1fr 1fr;
column-gap: 30px;
row-gap: 24px;
}
.wpex.horizontal-timeline .wpex-timeline-label  {
padding: 60px 120px 20px;
}
.horizontal-content:before {
margin-left: -50px;
}
.holder_countups {
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 60px;
}
.holder_countups:before {
margin-left: -50px;
}
.fullwidth_values {
height: 480px;
}
#circle_values_1,
#circle_values_2 {
width: 360px;
bottom: -10px;
}
#slide_panel_values {
font-size: 32px;
width: 50vw;
padding: 40px 40px 40px 28px;
right: 50px;
bottom: 10px;
}
#panel_intro {
font-size: 32px;
}
#circle_home {
width: 340px;
}
#slide_panel_mission {
font-size: 19px;
padding: 30px 0 10px 30px;
}
#slide_panel_mission p {
width: calc(100% - 40px);
max-width: 590px;
}
#slide_panel_partners {
left: 6vw;
}




}


@media only screen and (max-width: 1160px) {
body.page-legal-notice,
body.page-privacy-policy {
margin-top: 160px;
}
section {
padding-bottom: 80px;
padding-top: 80px;
}
#headermenu {
padding-right: 110px;
padding-left: 200px;
}
#headermenu li.first-level {
min-width: 170px;
}
#circle_footer {
width: 200px;
bottom: 185px;
}
h1, h2 {
font-size: 48px;
}
section#our-story {
margin-top: 70px;
padding-bottom: 40px;
}
.wpex.horizontal-timeline .wpex-timeline-label  {
padding: 60px 100px 20px;
}
.counter {
font-size: 48px;
line-height: 48px;
}
section#transformation {
margin-top: 70px;
}
.fullwidth_policies {
height: 340px;
top: -120px;
margin-bottom: -120px;
}
#form {
width: 400px;
right: -320px;
}
#handler_form {
height: 54px;
width: 80px;
}
#btn_form {
width: 80px;
height: 54px;
right: 20px;
}
section#mission {
padding-top: 100px;
}
#circle_home {
width: 320px;
}
#slide_panel_mission p {
max-width: 560px;
}
#slide_panel_partners {
font-size: 34px;
width: auto;
padding: 50px 50px 50px 28px;
left: 6vw;
display: inline-block;
}
.icon_partners img {
height: 96px;
}
.panel_partners_inner {
padding: 46px 15px 0px;
margin-top: -42px;
height: calc(100% - 110px)
}
#rural-industrialisation .panel_action_logos figure {
height: 50px;
}
#rural-industrialisation .panel_action_logos figure a img {
height: 50px;
}


}


@media only screen and (max-width: 1024px) {
body.page-legal-notice,
body.page-privacy-policy {
margin-top: 140px;
}
h1, h2 {
font-size: 44px;
}
#masthead {
height: 80px;
}
#logo {
width: 152px;
margin-top: 18px;
left: 20px;
}
#menuToggle {
top: 29px;
right: 50px;
}
#navi.open {
padding-top: 26px;
}
#headermenu {
padding-right: 60px;
padding-left: 160px;
font-size: 18px;
}
#headermenu li.first-level {
min-width: 150px;
}
#logo_footer {
width: 152px;
}
.intro {
font-size: 19px;
margin-top: 60px;
margin-bottom: 60px;
}
.holder_teammember {
grid-template-columns: 1fr 1fr;
column-gap: 40px;
row-gap: 24px;
}
.wpex.horizontal-timeline .wpex-timeline-label  {
padding: 60px 80px 20px;
}
.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(2) {
flex-basis: calc(100% - 200px);
margin-left: 20px;
}
.jobs {
grid-template-columns: 168px auto;
}
.fullwidth_values {
height: 420px;
}
#circle_values_1,
#circle_values_2 {
width: 320px;
bottom: -40px;
}
#slide_panel_values {
font-size: 28px;
width: 60vw;
padding: 40px 40px 40px 28px;
right: 0px;
bottom: 0px;
}
section#digitalisation_video {
padding-top: 1em;
padding-bottom: 2em;
}
.holder_panels_action {
margin-top: 80px;
}
#panel_intro {
font-size: 28px;
padding: 38px 38px 10px;
}
#circle_home {
width: 300px;
}
#slide_panel_mission {
font-size: 18px;
border-top-left-radius: 36px;
padding: 26px 0 0 26px;
bottom: 40px;
transition: right 2s ease-in;
}
#slide_panel_mission p {
width: calc(100% - 40px);
max-width: 480px;
}
.holder_panels_action {
margin-top: 80px;
}
.panel_action > .wp-block-group__inner-container {
padding: 0 18px 60px;
}
.panel_action_top {
width: calc(100% + 36px);
margin-left: -18px;
}
#rural-industrialisation .panel_action .img_panel_content img {
margin: 0px auto 10px;
}
#slide_panel_partners {
font-size: 33px;
padding: 46px 46px 46px 28px;
left: 5vw;
}
.panel_partners_inner {
padding: 40px 15px 0px;
margin-top: -43px;
height: calc(100% - 107px)
}


}




@media only screen and (max-width: 990px) {
#headermenu {
padding-right: 40px;
padding-left: 160px;
font-size: 17px;
}
#headermenu li.first-level {
min-width: 110px;
}
h1, h2 {
font-size: 42px;
}
#circle_footer {
width: 160px;
bottom: 216px;
}
footer {
margin-top: 120px;
}
footer .container {
max-width: 680px;
}
section {
padding-bottom: 60px;
padding-top: 60px;
}
section#our-story {
margin-top: 60px;
padding-bottom: 40px;
}
.wpex.horizontal-timeline .wpex-timeline-label  {
padding: 60px 40px 20px;
}
.holder_countups > .wp-block-group__inner-container {
justify-content: center;
}
.countup {
flex-basis: 20%;
margin-right: 20px;
margin-left: 20px;
}
.counter {
font-size: 44px;
line-height: 44px;
}
section#transformation {
margin-top: 60px;
}
.holder_policies > .wp-block-group__inner-container {
column-gap: 10px;
}
.policy {
padding: 0 20px 20px;
}
.jobs {
grid-template-columns: 148px auto;
}
.jobs_content {
padding: 20px 30px 22px 0;
}
section#mission {
padding-top: 20px;
}
#circle_home {
width: 240px;
top: 280px;
}
#form {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
width: 380px;
right: -310px;
}
#handler_form {
border-bottom-left-radius: 20px;
height: 50px;
width: 70px;
}
#btn_form {
width: 70px;
height: 50px;
}
.holder_form {
font-size: 1.2em;
padding: 24px 28px 20px;
}
section#mission .container {
_overflow-x: visible;
}
#slide_panel_mission {
bottom: auto;
top: 0px;
font-size: 18px;
border-top-left-radius: 36px;
padding: 26px 26px 0;
width: 75vw;
transition: right 1s ease-in;
}
#slide_panel_mission p {
width: 100%;
max-width: 100%;
}
#slide_panel_mission.slide-right {
transition: right 1s ease-in;
}
.slider_mission {
top: 180px;
margin-bottom: 180px;
}
.panel_action > .wp-block-group__inner-container {
padding: 0 16px 50px;
}
.panel_action_top {
width: calc(100% + 36px);
margin-left: -18px;
padding-top: 30px;
padding-bottom: 16px;
margin-bottom: 28px;
}
.panel_action p {
font-size:  19px;
}
.panel_action a {
bottom: 20px;
}
#rural-industrialisation .panel_action_logos figure {
height: 40px;
}
#rural-industrialisation .panel_action_logos figure a img {
height: 40px;
}
#slide_panel_partners {
font-size: 31px;
padding: 40px 40px 40px 26px;
left: 5vw;
}
.panel_partners_inner {
_min-height: 340px;
}


}




@media only screen and (max-width: 980px) {
.owl-carousel .owl-stage-outer {
height: 180px !important;
}
.owl-item {
padding-right: 80px;
padding-left: 80px;
}
.owl-item p:first-of-type {
margin: 0 0 10px;
}
.sa_owl_theme .owl-nav .owl-prev {
left: 0px !important;
}
.sa_owl_theme .owl-nav .owl-next {
right: 0px !important;
}
section#digitalisation .intro {
margin: 30px auto;
}
.news {
grid-template-columns: 166px auto;
}
.news:first-of-type {
margin-top: 80px;
}
.news_content {
padding: 22px 30px 24px 22px;
}
#slide_panel_partners {
font-size: 30px;
padding: 38px 38px 38px 26px;
left: 20px;
}
.holder_panel_partners > .wp-block-group__inner-container {
column-gap: 10px;
}
.panel_partners_inner {
padding: 40px 12px 0px;
}

}


@media only screen and (max-width: 900px) {
.countup {
flex-basis: 20%;
margin-right: 15px;
margin-left: 15px;
}
.fullwidth_policies {
height: 300px;
top: -140px;
margin-bottom: -140px;
}
.fullwidth_values {
height: 340px;
}
#circle_values_1,
#circle_values_2 {
width: 280px;
bottom: -40px;
}
#slide_panel_values {
font-size: 26px;
width: 70vw;
padding: 30px 30px 30px 28px;
right: 0px;
bottom: 0px;
}
.holder_panels_action {
margin-top: 70px;
}
#panel_intro {
font-size: 26px;
letter-spacing: 1px;
padding: 30px 30px 10px;
}
#slide_panel_mission {
padding: 26px 40px 0 26px;
width: 78vw;
}
.holder_panels_action {
margin-top: 70px;
}
.panel_action > .wp-block-group__inner-container {
padding: 0 14px 50px;
}
.panel_action_top {
width: calc(100% + 28px);
margin-left: -14px;
padding-top: 30px;
padding-bottom: 16px;
margin-bottom: 20px;
}
svg.icon_action {
height: 68px;
}
.panel_action p {
font-size: 18px;
}
#rural-industrialisation .panel_action_logos p {
font-size: 13px;
}
#rural-industrialisation .panel_action_logos figure {
height: 40px;
margin-bottom: 10px;
}
#rural-industrialisation .panel_action_logos figure a img {
height: 40px;
}
#slide_panel_partners {
font-size: 28px;
width: 620px;
padding: 30px 30px 30px 22px;
}
.holder_panel_partners > .wp-block-group__inner-container {
grid-template-columns: 1fr 1fr;
column-gap: 20px;
row-gap: 30px;
}
.panel_partners h3 {
height: 35px;
}
.panel_partners_inner {
padding: 36px 15px 0px;
margin-top: -43px;
height: calc(100% - 100px)
}


}


@media only screen and (max-width: 782px) {
.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(2) {
flex-basis: calc(100% - 200px) !important;
margin-left: 20px;
}
.holder_policies > .wp-block-group__inner-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 20px;
}
.policy  {
flex-basis: 44%;
}
#rural-industrialisation .panel_action {
flex-basis: calc(50% - 10px);
margin-right: 5px;
margin-left: 5px;
}
.panel_action p {
font-size: 18px;
}
#rural-industrialisation .panel_action_logos {
width: calc(100% + 28px);
left: -14px;
padding: 10px 8px 5px;
}
#rural-industrialisation .panel_action_logos p {
font-size: 12px;
}
#rural-industrialisation .panel_action_logos figure {
height: 38px;
}
#rural-industrialisation .panel_action_logos figure a img {
height: 38px;
}



}


@media only screen and (max-width: 768px) {
h1, h2 {
font-size: 40px;
}
h3 {
font-size: 18px;
}
.intro {
font-size: 18px;
margin-top: 30px;
margin-bottom: 30px;
}
#menuToggle {
top: 28px;
right: 50px;
}
#navi.open {
padding-top: 80px;
}
#masthead .container {
width: calc(100% - 50px);
margin: 0px;
}
#headermenu {
padding-right: 0px;
padding-left: 30px;
font-size: 17px;
}
#headermenu li.first-level {
min-width: 160px;
}
#dots {
display: none;
}
#form, #btn_form {
display: none;
}
#circle_footer {
width: 140px;
bottom: 232px;
}
footer {
margin-top: 100px;
}
footer .container {
width: calc(100% - 80px);
}
.holder_teammember {
grid-template-columns: 1fr 1fr;
column-gap: 20px;
row-gap: 20px;
}
section#our-story {
margin-top: 50px;
padding-bottom: 40px;
}
.wpex.horizontal-timeline .wpex-timeline-label  {
padding: 60px 20px 20px;
}
.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(1) {
flex-basis: 170px !important;
}
.countup {
flex-basis: 21%;
margin-right: 10px;
margin-left: 10px;
}
.holder_countups {
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 50px;
}
.fullwidth_policies {
height: 280px;
top: -160px;
margin-bottom: -160px;
}
.jobs {
grid-template-columns: 128px auto;
}
.jobs:last-of-type {
border-bottom-right-radius: 30px;
}
.jobs_pict img {
width: 90px;
top: 40px;
}
.jobs_content {
padding: 18px 26px 18px 0;
}
.fullwidth_values {
height: 300px;
}
#circle_values_1,
#circle_values_2 {
width: 240px;
bottom: -30px;
}
#slide_panel_values {
font-size: 22px;
width: 70vw;
padding: 30px 30px 30px 28px;
right: 0px;
bottom: 0px;
border-top-left-radius: 30px;
}
.spacer_values {
height: 40px !important;
}
section#transformation {
margin-top: 50px;
}
.pict_transformation_right,
.pict_transformation_left {
border-bottom-right-radius: 30px;
padding-left: 10px;
}
.pict_transformation_left {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 30px;
padding-left: 0;
padding-right: 10px;
}
.sp-easy-accordion .ea-header a,
.sp-easy-accordion .ea-header a:hover {
padding: 5px 10px !important;
font-size: 14px !important;
}
.sp-easy-accordion .sp-ea-single .ea-body {
padding: 5px 10px !important;
}
.posterimage {
max-width: 100%;
width: 100%;
}
#video_digitalisation  {
max-width: 100%;
}
.holder_panels_action {
margin-top: 60px;
}
#panel_intro {
font-size: 22px;
border-top-right-radius: 30px;
padding: 22px 24px 6px;
transition: left 1s ease-in;
}
#panel_intro.slide-left {
left: 0px;
transition: left 1s ease-in;
}
#circle_home {
width: 240px;
top: 380px;
}
#slide_panel_mission {
font-size: 17px;
border-top-left-radius: 30px;
padding: 20px 20px 0;
width: 82vw;
}
.panel_action {
border-radius: 30px;
}
.panel_action > .wp-block-group__inner-container {
padding: 0 12px 40px;
}
.panel_action_top {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
width: calc(100% + 24px);
margin-left: -12px;
padding-top: 24px;
padding-bottom: 14px;
}
svg.icon_action {
height: 64px;
}
.panel_action p {
font-size: 17px;
}
.panel_action a {
bottom: 16px;
}
.news:first-of-type {
margin-top: 70px;
}
.news:last-of-type {
border-bottom-right-radius: 30px;
}
.news_content {
padding: 20px;
}
#slide_panel_partners {
font-size: 26px;
width: 520px;
border-top-right-radius: 30px;
padding: 28px 28px 28px 20px;
}
.icon_partners img {
height: 90px;
}
.panel_partners_inner {
padding: 36px 15px 0px;
margin-top: -41px;
height: calc(100% - 98px)
}


}




@media only screen and (max-width: 660px) {
h1, h2 {
font-size: 36px;
}
h3 {
font-size: 17px;
}
.container {
width: calc(100% - 40px);
}
#masthead {
width: calc(100% - 20px);
}
#masthead .container {
width: calc(100% - 20px);
margin: 0px;
}
#headermenu li.first-level {
min-width: 130px;
}
#logo {
width: 140px;
margin-top: 20px;
}
#menuToggle {
top: 28px;
right: 20px;
}
#circle_footer {
width: 120px;
bottom: 248px;
}
footer {
margin-top: 80px;
}
footer .container {
width: calc(100% - 40px);
}
#logo_footer {
width: 140px;
margin-bottom: 20px;
}
section {
padding-bottom: 40px;
padding-top: 40px;
}
section#join { 
padding-top: 40px;
padding-bottom: 30px;
}
.horizontal-content:before {
margin-left: -20px;
}
.holder_countups {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 50px;
}
.holder_countups:before {
margin-left: -20px;
}
.holder_transformation {
flex-wrap: wrap !important;
}
.wp-block-column.col_long,
.wp-block-column.col_short {
flex-basis: 100% !important;
padding-bottom: 10px;
padding-left: 0 !important;
padding-right: 0 !important;
}
.wp-block-column.col_short {
order: 1;
height: 44vw;
}
.wp-block-column.col_long {
order: 2;
}
.pict_transformation_right,
.pict_transformation_left {
padding-left: 0px;
height: 100%;
}
#circle_home {
display: none;
}
section#mission {
padding-top: 10px;
}
#slide_panel_mission {
font-size: 17px;
border-top-left-radius: 30px;
padding: 20px 20px 0;
width: 100%;
}
.holder_panels_action {
margin-top: 70px;
}
.panel_action {
flex-basis: calc(33.333% - 10px);
border-radius: 30px;
}
.panel_action > .wp-block-group__inner-container {
padding: 0 12px 40px;
}
.panel_action_top {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
width: calc(100% + 24px);
margin-left: -12px;
padding-top: 24px;
padding-bottom: 14px;
margin-bottom: 20px;
}
svg.icon_action {
height: 64px;
}
.panel_action a {
bottom: 16px;
}
.news {
grid-template-columns: 146px auto;
}
.news:first-of-type {
margin-top: 60px;
}
.news:last-of-type {
border-bottom-right-radius: 30px;
}
.news_content {
padding: 12px;
}
#rural-industrialisation .panel_action_top {
height: 140px;
}
#slide_panel_partners {
font-size: 24px;
width: 500px;
padding: 26px 26px 26px 20px;
}
.holder_panel_partners > .wp-block-group__inner-container {
column-gap: 10px;
row-gap: 20px;
}
.panel_partners h3 {
height: 30px;
}
.icon_partners img {
height: 86px;
}
.panel_partners_inner {
padding: 32px 15px 0px;
margin-top: -40px;
height: calc(100% - 92px)
}

}



@media only screen and (max-width: 620px) {
.headervideo {
display: none;
}
.headervideo_mobile {
display: block;
width: 100%;
height: 100vh;
max-height: 1200px;
margin: 0;
background: #fff;
position: relative;
z-index: 50 !important;
}
body.page-legal-notice,
body.page-privacy-policy {
margin-top: 120px;
}
h1, h2 {
font-size: 34px;
}
#masthead {
height: 70px;
border-bottom-left-radius: 10px;
}
#logo {
width: 122px;
margin-top: 15px;
}
#menuToggle {
top: 25px;
right: 20px;
}
#navi.open {
padding-top: 60px;
}
#headermenu {
font-size: 16px;
}
#headermenu li.first-level {
min-width: 110px;
}
#headermenu ul.sub-menu li {
padding-bottom: 0px;
}
footer {
height: 322px;
font-size: 13px;
margin-top: 60px;
}
#circle_footer {
width: 100px;
bottom: 243px;
}
#logo_footer {
width: 122px;
margin-bottom: 20px;
}
.holder_teammember {
grid-template-columns: 1fr;
column-gap: 0px;
row-gap: 15px;
}
section#our-story {
margin-top: 40px;
padding-bottom: 40px;
}
.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(1) {
flex-basis: 160px !important;
}
.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(2) {
flex-basis: calc(100% - 170px) !important;
margin-left: 10px;
}
.holder_countups > .wp-block-group__inner-container {
justify-content: space-between;
}
.countup {
flex-basis: 33%;
margin-right: 0px;
margin-left: 0px;
font-size: 14px;
}
.countup .wp-block-image {
margin-right: 30px;
margin-left: 30px;
}
.counter {
font-size: 42px;
line-height: 42px;
}
.holder_policies > .wp-block-group__inner-container {
column-gap: 10px;
row-gap: 10px;
}
.policy  {
flex-basis: 49%;
}
.jobs {
grid-template-columns: 108px auto;
}
.jobs_pict img {
width: 84px;
top: 40px;
}
.fullwidth_values {
height: 260px;
}
#circle_values_1,
#circle_values_2 {
width: 220px;
bottom: -30px;
}
#slide_panel_values {
font-size: 20px;
width: 80vw;
padding: 28px 20px 28px 28px;
right: 0px;
bottom: 0px;
}
section#transformation {
margin-top: 40px;
}
#sp-wp-tabs-wrapper_800 {
margin-top: 3.5em !important;
}
.illu_kmm {
margin-bottom: 2em;
}
#panel_intro {
font-size: 20px;
padding: 20px 24px 4px;
}
.holder_panels_action {
margin-top: 60px;
}
.holder_panels_action > .wp-block-group__inner-container {
justify-content: space-around;
flex-wrap: wrap;
}
.panel_action {
flex-basis: calc(50% - 10px);
margin-bottom: 10px;
}
.panel_action > .wp-block-group__inner-container {
padding: 0 12px 40px;
}
.panel_action_top {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
width: calc(100% + 24px);
margin-left: -12px;
padding-top: 20px;
padding-bottom: 14px;
}
svg.icon_action {
height: 60px;
}
.news {
grid-template-columns: 180px auto;
}
#rural-industrialisation .panel_action > .wp-block-group__inner-container {
padding-bottom: 14px;
}
#rural-industrialisation .panel_action_logos .wp-block-group__inner-container {
flex-wrap: wrap;
padding-bottom: 0;
padding-left: 6px;
}
#rural-industrialisation .panel_action_logos p {
display: block;
flex-basis: 100%;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 8px;
}
#rural-industrialisation .panel_action_logos figure {
height: 44px;
}
#rural-industrialisation .panel_action_logos figure a img {
height: 44px;
}
#slide_panel_partners {
font-size: 22px;
width: 470px;
padding: 24px 24px 24px 18px;
left: 10px;
}


}



@media only screen and (max-width: 538px) {
.holder_policies > .wp-block-group__inner-container {
column-gap: 0px;
row-gap: 10px;
}
.policy  {
flex-basis: 100%;
}
.fullwidth_policies {
height: 280px;
top: -140px;
margin-bottom: -140px;
}
.owl-carousel .owl-stage-outer {
height: 200px !important;
}
.owl-item {
padding-right: 60px;
padding-left: 60px;
}
#rural-industrialisation .holder_panels_action > .wp-block-group__inner-container {
flex-wrap: wrap;
}
#rural-industrialisation .panel_action {
flex-basis: 100%;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
}
.news {
grid-template-columns: 1fr;
margin-bottom: 10px;
}
.news:first-of-type {
margin-top: 50px;
}
.news:last-of-type {
border-bottom-right-radius: 30px;
}
.news_pict {
width: 100%;
height: 60vw;
overflow: hidden;
}
.news_content {
padding: 12px;
}
.news_content p.btn_link {
float: none;
}
#slide_panel_partners {
font-size: 20px;
width: 420px;
}
.icon_partners img {
height: 82px;
}
.panel_partners_inner {
margin-top: -39px;
height: calc(100% - 88px)
}


}


@media only screen and (max-width: 500px) {
h1, h2 {
font-size: 30px;
letter-spacing: 1.5px;
}
h3 {
font-size: 18px;
}
#logo {
width: 118px;
margin-top: 16px;
left: 18px;
}
#headermenu {
right: 0px;
}
#headermenu li.first-level {
min-width: 100px;
}
footer {
text-align: center;
height: auto;
font-size: 15px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
}
#footernavi {
display: block;
}
#footernavi #footer-1,
#footernavi #footer-2,
#footernavi #footer-3 {
display: none;
}
#circle_footer {
display: none;
}
#logo_footer {
width: 118px;
margin-bottom: 10px;
}
.countup .wp-block-image {
margin-right: 20px;
margin-left: 20px;
}
.jobs {
grid-template-columns: 88px auto;
}
.jobs_pict img {
width: 70px;
top: 18px;
}
.fullwidth_values {
height: 200px;
}
#circle_values_1,
#circle_values_2 {
width: 160px;
bottom: -20px;
}
#slide_panel_values {
font-size: 18px;
width: 90vw;
padding: 28px 20px 28px 28px;
}
#panel_intro {
font-size: 18px;
letter-spacing: 0px;
border-top-right-radius: 30px;
padding: 18px 18px 2px;
}
#panel_intro p {
margin-bottom: 0.75em;
}
#slide_panel_partners {
font-size: 19px;
width: 400px;
padding: 22px 22px 22px 18px;
}



}


@media only screen and (max-width: 480px) {
body.page-legal-notice,
body.page-privacy-policy {
margin-top: 90px;
}
_body.noscroll {
overflow: hidden;
height: 100%;
}
h1, h2 {
font-size: 28px;
}
h3 {
font-size: 17px;
}
.container {
width: calc(100% - 20px);
}
#masthead {
width: calc(100% - 10px);
height: 50px;
}
#logo {
width: 100px;
margin-top: 12px;
left: 16px;
}
#menuToggle {
display: block;
top: 18px;
right: 20px;
}
#masthead.height {
min-height: 100vh;
height: 100%;
}
#masthead .container {
text-align: center;
}
.menu-headermenu-container {
overflow-y: scroll;
position: absolute;
width: 100%;
padding-bottom: 80px;
height: 100vh;
}
#headermenu {
padding-left: 0;
padding-right: 0;
display: block;
width: 100%;
padding-bottom: 60px;
}
#headermenu li.first-level {
width: 160px;
margin-bottom: 10px;
margin-right: auto;
display: block;
position: relative;
margin-left: auto;
}
#headermenu ul.sub-menu {
display: block;
position: relative;
width: 100%;
float: none;
}
.horizontal-nav li.ex_s_lick-current span.tl-point:before {
width: 60px !important;
height: 60px !important;
margin-left: -30px !important;
bottom: -13px !important;
}
.wpex.horizontal-timeline .wpex-timeline-label  {
padding: 50px 10px 10px;
}
.horizontal-content:before {
margin-left: -10px;
}
.holder_countups:before {
margin-left: -10px;
}
section#digitalisation .intro {
margin: 20px auto;
}
#slide_panel_mission {
font-size: 16px;
padding: 16px 10px 0 16px;
}
.slider_mission {
top: 200px;
margin-bottom: 200px;
}
.holder_panels_action {
margin-top: 50px;
}
.panel_action > .wp-block-group__inner-container {
padding: 0 12px 46px;
}
svg.icon_action {
height: 54px;
}
.panel_action p {
font-size: 16px;
}
.panel_action a {
bottom: 18px;
}
#slide_panel_partners {
font-size: 18px;
width: 380px;
border-top-right-radius: 26px;
padding: 20px 18px 20px 18px;
}
.icon_partners img {
height: 80px;
}




}


@media only screen and (max-width: 420px) {
h1, h2 {
font-size: 25px;
letter-spacing: 1px;
}
h3 {
font-size: 17px;
}
.intro {
font-size: 17px;
margin-top: 20px;
margin-bottom: 20px;
}
section#join { 
padding-top: 30px;
padding-bottom: 20px;
}
section#our-story {
margin-top: 30px;
padding-bottom: 30px;
}
.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(1) {
flex-basis: 100% !important;
}
.wptl-excerpt .wp-block-columns .wp-block-column:nth-of-type(2) {
flex-basis: 100% !important;
margin-left: 0px;
margin-top: 10px;
}
.line-timeline {
margin-bottom: 20px;
}
.holder_countups {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 40px;
}
.countup {
flex-basis: 50%;
font-size: 14px;
padding: 0 0 10px;
}
.countup .wp-block-image {
margin-right: 40px;
margin-left: 40px;
margin-top: -10px;
}
.counter {
font-size: 40px;
line-height: 40px;
padding: 0;
margin-bottom: -10px;
}
section#transformation {
margin-top: 30px;
}
.fullwidth_policies {
height: 240px;
top: -100px;
margin-bottom: -100px;
}
.jobs {
grid-template-columns: 68px auto;
}
.jobs:last-of-type {
border-bottom-right-radius: 26px;
}
.jobs_pict img {
width: 54px;
top: 18px;
}
.fullwidth_values {
height: 160px;
}
#circle_values_1,
#circle_values_2 {
width: 140px;
bottom: -20px;
}
#slide_panel_values {
font-size: 16px;
width: 90vw;
padding: 20px 20px 20px 20px;
border-top-left-radius: 26px;
}
.owl-carousel .owl-stage-outer {
height: 230px !important;
}
.owl-item {
padding-right: 50px;
padding-left: 50px;
}
.spacer_values {
height: 20px !important;
}
.wp-block-column.col_short {
order: 1;
height: 50vw;
}
.pict_transformation_right,
.pict_transformation_left {
border-bottom-right-radius: 26px;
padding-left: 0px;
}
.pict_transformation_left {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 26px;
padding-right: 0px;
}
.holder_panels_action {
margin-top: 50px;
}
#panel_intro {
font-size: 18px;
border-top-right-radius: 26px;
padding: 14px 20px 10px 16px;
}
#panel_intro p {
margin-bottom: 0.4em;
}
#panel_intro .visible-mobile {
content: "";
display: block;
margin-bottom: 4px;
width: 100%;
height: 1px;
}
#scroll_down {
width: 47px;
top: -60px;
}
#slide_panel_mission {
font-size: 16px;
border-top-left-radius: 26px;
padding: 16px 10px 0 16px;
}
.holder_panels_action {
margin-top: 50px;
}
.panel_action {
flex-basis: calc(100% - 80px);
border-radius: 26px;
margin-bottom: 10px;
}
.panel_action_top {
border-top-left-radius: 26px;
border-top-right-radius: 26px;
padding-top: 16px;
padding-bottom: 12px;
}
svg.icon_action {
height: 50px;
}
#slide_panel_partners {
font-size: 18px;
width: 92%;
border-top-right-radius: 26px;
padding: 18px;
}
.holder_panel_partners > .wp-block-group__inner-container {
grid-template-columns: 1fr;
column-gap: 0px;
row-gap: 15px;
}
.icon_partners img {
height: 72px;
}
.panel_partners_inner {
padding: 30px 15px 0px;
margin-top: -36px;
height: calc(100% - 82px)
}

}


@media only screen and (max-width: 360px) {
h1, h2 {
font-size: 22px;
}
h3 {
font-size: 16px;
}
section {
padding-bottom: 30px;
padding-top: 30px;
}
.countup .wp-block-image {
margin-right: 30px;
margin-left: 30px;
}
#sp-wp-tabs-wrapper_800 {
margin-top: 2.5em !important;
}
#panel_intro {
font-size: 16px;
border-top-right-radius: 24px;
padding: 12px 18px 4px 14px;
}
#panel_intro .visible-mobile {
display: block;
}
section#mission {
padding-top: 0px;
}
.panel_action {
flex-basis: calc(100% - 20px);
}


}
