/*
Theme Name: uppollux
Theme URI: http://www.madebymuse.de
Description: uppollux corporate theme
Author URI: http://www.madebymuse.de
Version: 1.0
*/
.boxes li{
	overflow: visible !important;
	will-change: transform !important;
}
#ftt p {
  max-width: 535px;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.preloader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    opacity: 1;
    transition: 1.5s ease all;
    -webkit-transition: 1.5s ease all;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    transform-origin: bottom;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.preloader img {
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 380px;
  width: 90%;
  opacity: 0;
  transition: 0.4s ease all;
}
.preloader img.loadedImg{
  opacity: 1;
}
.preloader.loaded {
    /* opacity: 0;
    height: 0%;
    transform: scaleY(0%);
    -webkit-transform: scaleY(0%); */
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    pointer-events: none;
}
.fader {
  width: 100%;
  height: 0vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  opacity: .98;
  transition: 0.5s ease-in-out all;
  transition-delay: .4s;
}
  .fader.fader_fadeup{
      height: 100vh;
  }
  .fader2 {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100001;
    opacity: .98;
    transition: 0.5s ease-in-out all;
  }
    .fader2.fader_fadedown{
        height: 0vh;
    }
    .home .fader2{
      display: none !important;
    }
  .fader3 {
    width: 100%;
    height: 0vh;
    background: #a2daf4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: .98;
    transition: 0.4s ease-in-out all;
  }
    .fader3.fader_fadeup{
        height: 100vh;
    }

.gm-control-active {
  display: none !important;
}
.gm-svpc {
  display: none !important;
}
.gmnoprint {
  display: none !important;
}
*, :after, :before {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
p:empty {
    display: none;
}
.fadeText {
  overflow: hidden;
}
html, body{
  	margin: 0;
	padding: 0;
	perspective: unset;
	-webkit-perspective: unset;
  -webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-rendering: optimizeLegibility;

}
.mejs-controls {
    _display: none !important;
}
.isAndroid{
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body{
	font-size: 18px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	background: #ffffff;
	-webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-overflow-scrolling: touch;
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
	font-weight: 400;
	min-height: 100vh;
	line-height: 1.59em;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
top: 0;

}
p{
		letter-spacing: .2px;
		font-weight: 500;
}
#mastheader {
  position: fixed;
  width: 100%;
  _height: 165px;
  z-index: 2100;
  top: 0;
  left: 0;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all .3s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
  background: #fff;
  height: 140px;
  padding: 30px;
}
#mastheader.prefixed{
  height: 90px;
  box-shadow: 0px 0px 50px -38px;
}
#mastheader.nav-up {
  top: -90px;
  position: fixed;
}

body:not(.home) .container.fullwidth {
  padding-top: 70px;
}

body:not(.home) .scroll_down{
  display:  none;
}

h3.widget-title{
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #141B22;
  font-weight: 300;
}
h3.widget-title:after {
  position: absolute;
  content: '';
  right: 0%;
  bottom: -10px;
  height: 2px;
  width: calc(100% * 15);
  background-color: #009de0;
}

.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.inner_mastheader {
  position: relative;
  height: 100%;
  width: 86%;
  margin: 0px auto;
}
#inner-hero h3 strong {
  font-weight: 600;
}
.site-branding img {
  width: 100%;
  height: auto !important;
  position: relative;
  z-index: 100;
}
.site-branding {
  max-width: 200px !important;
  width: 100%;
  height: auto;
  position: absolute;
  margin-top: 4px;
  opacity: 0;
  transition: 0.5s ease all;
  transform: translateY(-48%);
  -webkit-transform: translateY(-48%);
  top: 50%;
}
.site-branding.loaded {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* #outerhero {
  position: relative;
  height: 100vh;
  width: 100%;
  padding-bottom: 100vh;
  z-index: 200;
  background: #fff;
} */
#outer-herobanner {
  height: 100vh;
  position: relative;
  width: calc(85% - 20px);
  margin: 0;
}
/* #outer-herobanner:after{
  content: "";
  background: url('https://uppollux.itworqs.de/wp-content/uploads/2022/06/banner.jpg');
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-attachment: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  opacity: .1;
} */
#herobanner {
  width: 100%;
  height: 100vh;
  background-size: cover;
  /* mask-image: url('/wp-content/themes/uppollux_theme/images/mask.svg');
  mask-size: 140vmin;
  mask-repeat: no-repeat;
  mask-position: 35vw -80px;
  -webkit-mask-image: url('/wp-content/themes/uppollux_theme/images/mask.svg');
  -webkit-mask-size: 140vmin;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 35vw -80px; */
  background-position: 0 0;
  position: absolute;
   mask-mode: alpha;
  top: 110px;
  background-position: top center;
  _background-attachment: fixed;
background-size: cover;
}
#herobanner.loaded {
  mask-size: 150vmin;
}
#inner-hero {
  position: absolute;
  z-index: 1000;
  max-width: 640px;
  width: 90%;
  _right: -110px;
  right: -9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 77.5%;
  background: rgba(0,157,224, 0.8);
  padding: 45px 50px 50px;
  border-radius: 5px 5px 17px 5px;
}

.box h3 {
  color: #009de0;
  font-weight: 600;
}
.box {
  background: #fff;
  box-shadow: 0px 3px 30px -15px rgba(0,0,0,0.4);
  padding: 30px 20px;
}
.scroll_down {
  position: absolute;
  right: 5%;
  color: #009de0;
  top: 77vh;
  cursor: pointer;
}
.scroll_down span {
  transform: rotate(-90deg) translateY(59px);
  -webkit-transform: rotate(-90deg) translateY(59px);
  display: block;
  font-weight: 300;
  letter-spacing: 0.8px;
}
.scroll_down:after {
  content: "";
  width: 1px;
  height: 200px;
  color: ;
  background: #009de0;
  position: absolute;
  right: -14px;
  top: 80px;
}

.anwendungsgebiete-links a:after{
  position: absolute;
content: "\e628";
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
right: 0px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
font-size: 34px;
margin-left: 10px;
-webkit-text-stroke: 1px;
color: #009de0;
transition: 0.4s ease all;
} 
.blue_section h2{
  position: relative;
  max-width: 520px;
  margin: 45px auto 30px;
}
.blue_section h2 a{
  color: #fff;
  position: relative;
  padding-left: 145px;
  text-decoration: none;
  transition: 0.4s ease all;
  font-size: 36px;
}
.blue_section h2 a:hover{
color: #141B22 !important;
}

.blue_section .panel-grid-cell {
  position: relative;
  z-index: 10;
  width: 100%;
}
.blue_section .std_section {
  padding-bottom: 0px;
  padding-top: 0px !important;
}
.anwendungsgebiete-links h3{
  font-size: 34px;
}
.anwendungsgebiete-links a {
  position: relative;
  border-bottom: 1px solid #263441;
  padding: 23px 0;
  display: block;
  width: 100%;
  margin-right: 40px !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;  
  transition: 0.4s ease all;
}
.anwendungsgebiete-links a:hover{
  color: #009de0 !important;
}
.anwendungsgebiete-links a:hover:after{
  transform: translateY(-50%) rotate(0deg);
}
.anwendungsgebiete-links h3, .anwendungsgebiete-links h3 span {
  color: #fff !important;
  font-weight: 500;
  font-size: 34px;
margin-bottom: 16px;
}
.anwendungsgebiete-links p:last-of-type a{
  border-bottom: none;
  padding-bottom: 0 !important;
}
.anwendungsgebiete-links p{
  margin: 0 !important;
}
.inner_bg_section {
  background: rgba(255,255,255,.94);
  position: relative;
  top: 70px;
  box-shadow: 5px 5px 50px -26px rgba(0,0,0,0.2);
  padding: 0 !important;
  border-radius: 0px 0px 22px 0px;
  overflow: hidden;
}
.std_section.inner_bg_section .panel-grid-cell:first-of-type{
  align-self: center;
  padding: 0 40px;
}
.std_section.inner_bg_section .panel-grid-cell:last-of-type {
  background: #141B22;
  align-self: center;
  width: 59% !important;
  padding: 130px 8% !important;
}
.slogan strong {
  color: #009de0;
  font-weight: 300;
}
.slogan em {
  color: #B6B6C3;
  font-weight: 600;
  font-size: 15px !important;
  margin-top: 15px !important;
}
.outer_std_section {
  background-size: 98%;
  background-repeat: no-repeat !important;
  margin-top: -10px;
  margin-bottom: 40px;
  padding: 10px 0 0;
}
.slogan p {
  padding: 30px;
  border-radius: 2px;
  font-size: 31px;
  position: relative;
}
.slogan p::before {
  content: '"';
  font-family: cursive;
  font-size: 480px;
  position: absolute;
  top: -100px;
  line-height: 1;
  left: -40px;
  z-index: 1;
  opacity: .075;
  color: #203468;
}
.slogan p em {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
#inner-hero h2, #inner-hero h2 span, #inner-hero h3{
  color: #fff;
}
.logos h2 {
  margin-top: -20px;
  margin-bottom: 50px;
}
.box {
  background: #fff;
  box-shadow: 0px 3px 40px -28px rgba(0,0,0,0.2);
  padding: 30px 25px 10px;
  border-radius: 3px;
}
.box img {
  max-width: 80px;
  margin: 10px auto;
  display: block;
  opacity: 1;
}
.box a {
  border: 1px solid #009de0;
  padding: 7px 14px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  max-width: 90%;
  margin: 25px auto 0;
  color: #009de0;
}

.grey_section {
  background: #f4f7fc;
  padding-top: 60px;
  padding-bottom: 40px;
}

.std_section.people {
  padding: 0 0 50px;
}

#partner .so-widget-image {
  width: 100%;
  max-width: 170px;
  margin: 0px auto;
}
#partner .panel-grid {
  align-items: center !important;
}
#partner h3 {
  ma-b: ;
  margin-bottom: 60px;
}
.boxes .panel-grid-cell .panel-grid-cell{
  border: 1px solid #a2daf4;
  padding: 30px 40px !important;
  border-radius: 3px;
}

.boxes .panel-grid-cell .panel-grid-cell {
  border: 1px solid #efeffc;
  padding: 30px 40px !important;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 29px -24px rgba(0,0,00,.3);
}
.home .grey_section.boxes {
  padding-top: 0;
}
.boxes .siteorigin-widget-tinymce h2 {
  color: #111;
  margin-top: 0px;
  margin-bottom: 30px;

}
.boxes .siteorigin-widget-tinymce h2{
  position: relative;
}
.boxes .siteorigin-widget-tinymce h2::before {
  content: "";
  background: #009de0;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0px;
}
.boxes .panel-grid-cell .panel-grid {
  align-items: stretch !important;
}

.boxes li {
  position: relative;
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: 0.4px;
  list-style: none;
  padding: 15px 0;
  page-break-inside: avoid;
break-inside: avoid-column;
}
.boxes li::before {
  content: "";
  background: url(https://uppollux.itworqs.de/wp-content/uploads/2022/07/icon3.jpg);
    background-size: auto;
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: contain;
  left: -35px;
  top: 18px;
}
.boxes ul {
  column-count: 2;
  column-gap: 100px;
  -webkit-column-count: 2;
  -webkit-column-gap: 100px;	
  page-break-inside: avoid;
break-inside: avoid-column;
}
#map {
  height: 65vh;
  min-height: 400px;
}
.page-id-19 h2 {
  margin-bottom: -10px;
}
.page-id-19 img{
  margin-top: 30px;
}
.textwidget p a {
  color: #009de0;
  text-decoration: none;
}
.chart {
  border: 1px solid #f7f7f7;
  padding: 40px 60px;
  box-shadow: 0px 0px 40px -36px rgba(0,0,0,0.4);
  border-radius: 3px;
  position: relative;
  background: #141B22 !important;
}
.chart::after {
  content: "";
  background: url('https://uppollux.itworqs.de/wp-content/uploads/2022/07/banner.jpg');
    background-size: auto;
  background-size: 140%;
  position: absolute;
  background-position: center right;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .025;
}
.chart ellipse {
  fill: #a4daf4;
  stroke: #192027  ;
  stroke-width: 17px;
}
.chart .st1 {
  fill: transparent;
}
.chart text tspan, .chart .st2.st5 {
  width: 100%;
  display: block !important;
  font-size: 21px;
  font-family: 'Jost', sans-serif;
  fill: #fff;
  font-weight: 600;
}

.chart .st2.st3.st4{
  width: 100%;
  display: block !important;
  font-size: 24px;
  font-family: 'Jost', sans-serif;
  fill: #a4daf4;
  font-weight: 600;
}
#headrow .textwidget {
  max-width: 940px;
}

.people {
  margin-top: -100px;
}
.people .panel-grid-cell {
  width: 46% !important;
}
.people .panel-grid-cell .textwidget p {
  font-size: 16px !important;
  margin-bottom: 0;
  margin-top: 4px;
  color: #9696A3;
  font-weight: 400;
}
.people .panel-grid-cell .textwidget p strong {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -20px;
  display: block;
  margin-top: -10px;
}
.people .panel-grid-cell .textwidget p em {
  font-size: 17px;
  color: #888;
  max-width: 400px;
  display: block;
  padding-left: 40px;
  position: relative;
  margin-top: 20px;
}
.people .panel-grid-cell .textwidget p em:before {
  coon: ;
  content: "”";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -90px;
  left: -16px;
  font-family: arial;
  color: #C9C9C9;
  font-size: 260px;
  opacity: .2;
}
.chart .textwidget {
  max-width: unset !important;
}
.chart text, .chart .st2.st5, .chart .st2.st3.st4, .chart ellipse{
  opacity: 0;
  transition: 0.7s ease all;
}

.chart .slideIn ellipse:nth-of-type(1), .chart .slideIn text.st4:nth-of-type(1), .chart .slideIn text:not(.st4):nth-of-type(4) {
  transition-delay: .1s;
  opacity: 1;
}
.chart .slideIn ellipse:nth-of-type(2), .chart .slideIn text.st4:nth-of-type(2), .chart .slideIn text:not(.st4):nth-of-type(5){
  transition-delay: .4s;
  opacity: 1;
}
.chart .slideIn ellipse:nth-of-type(3), .chart .slideIn text.st4:nth-of-type(3), .chart .slideIn text:not(.st4):nth-of-type(6), .chart .slideIn .st2.st5{
  transition-delay: .8s;
  opacity: 1;
}
.chart .slideIn ellipse:nth-of-type(4), .chart .slideIn text.st4:nth-of-type(4), .chart .slideIn text:not(.st4):nth-of-type(7){
  transition-delay: 1.2s;
  opacity: 1;
}
.chart .slideIn ellipse:nth-of-type(5), .chart .slideIn text.st4:nth-of-type(5), .chart .slideIn text:not(.st4):nth-of-type(8){
  transition-delay: 1.6s;
  opacity: 1;
}
.chart .slideIn ellipse:nth-of-type(6), .chart .slideIn text.st4:nth-of-type(6), .chart .slideIn text:not(.st4):nth-of-type(9){
  transition-delay: 2s;
  opacity: 1;
}


body:not(.home) .boxes h3{
margin-top: 20px;
  }
  .slideIn .st220 {
     stroke-dasharray: 2338.5;
     stroke-dashoffset: 0;
     transition: 3.6s ease all;

  }
  @keyframes dash2 {
     to { stroke-dashoffset: 0;}
  }
.boxes .siteorigin-widget-tinymce p {

  font-size: 19px;
}
/* #after-hero{
  background: url('https://uppollux.itworqs.de/wp-content/uploads/2022/06/banner.jpg');
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
} */
p {
  letter-spacing: .2px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
}
.home .grey_section .std_section {
  padding-top: 110px;
  padding-bottom: 90px;
}
.home-sec-content-section a,
.boxes a {
  color: #009de0;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
  transition: 0.4s ease all;
}
/* .home-sec-content-section a:after,
.boxes a:after {
  position: absolute;
  bottom: -8px;
  width: 70%;
  height: 1px;
  background: #009de0;
  content: "";
  left: 0;
    transition: 0.4s ease all;
}
.home-sec-content-section a:hover:after,
.boxes a:hover:after{
  width: 100%;
} */
h2 {
  font-size: 48px;
line-height: 1.2;
font-weight: 500;
color: #141B22;
}
h3{
  font-weight: 500;
font-size: 34px;
  line-height: 1.4;
  margin-top: -10px;
  position: relative;
  color: #141B22;
}

#inner-hero h2 {
  font-size: 82px;
color: #fff;
margin-top: 0;
margin-bottom: 40px;
font-weight: 700;
}
#inner-hero h3 {
  font-size: 28px;
  max-width: 620px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: -10px;
  padding-left: 170px;
  position: relative;
}
#inner-hero h3::before {

    content: "";
    background: #fff;
    width: 115px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 22px;

}

#menu-main-menu > li {
  padding: 14px 0;
}
.sub-menu {
  position: absolute;
  left: 100px;
  background: #fff;
  box-shadow: 0px 9px 22px -21px rgba(0,0,0,.4);
  border: 1px solid #efefef;
  padding: 12px 20px;
  top: 55px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s ease all;
  pointer-events: none;
}
.sub-menu.hovered{
  opacity: 1;
  transform: translateY(0px);
  pointer-events: inherit;
}
.sub-menu li {
  margin-left: 0 !important;
  padding: 5px 0;
  min-width: 148px;
}
h3{
  margin-bottom: 20px;
}
.people .panel-grid-cell {
  position: relative;
}
.people .panel-grid-cell .so-panel a {
  position: absolute;
  bottom: 50px;
  right: 20px;
  background: #009de0;
  text-decoration: none;
  color: #fff;
  padding: 4px 10px 3px;
  border-radius: 100%;
  font-size: 15px;
}
.sub-menu a{
  color: #141B22 !important;
}
.sub-menu a:hover,
.current_page_item > a, 
.current-menu-ancestor > a{
  color: #009de0 !important;
}

.page-id-17 .grey_section {
  position: relative;
  padding-top: 0 !important;
}
.page-id-17 .grey_section:before {
  content: "";
  background: #f4f7fc;
  height: 180px;
  width: 100%;
  left: 0;
  top: -180px;
  position: absolute;
  z-index: -1;
}
.chart {
  background: #fff;
}
.sub-menu:before{
  border-bottom-color: rgba(0,0,0,.08);
  border-width: 12px;
  left: 27%;
  margin-left: -12px;
}
.sub-menu:before,
.sub-menu:after {
  bottom: 100%;
  border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-width: medium;
  content: " ";
  height: 0;
  width: 0;
  bottom: 100%;
  position: absolute;
  pointer-events: none;
border-bottom-color: rgba(0,0,0,.08);
border-width: 12px;
left: 27%;
margin-left: -12px;
}

.sub-menu:after {
  border-bottom-color: #fff;
  border-width: 10px;
  left: 27%;
  margin-left: -10px;
}

li.menu-item-has-children > a::after {
  position: relative;
  content: "\e64b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0px;
  top: 1px;
  transform: translateY(0%);
  font-size: 15px;
  margin-left: 8px;
  -webkit-text-stroke: 1px;
  transition: 0.4s ease all;
}

.home-tiles .sow-image-container {
  max-width: 120px;
  margin: 0px auto;
}
.home-tiles {
  text-align: center;
  max-width: 1120px;
  margin: 60px auto 0;
}

.panel-layout .panel-grid {
  margin-bottom: 0 !important;
}

#arrowDown {
  background: #009768;
  color: #fff;
  font-size: 29px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  border-radius: 100%;
  box-shadow: 0 0 12px #DAF2E0;
  animation: pulsate 3.1s ease-out infinite;
  cursor: pointer;
}
@-webkit-keyframes pulsate {
    0%   { box-shadow: 0 0 0 #009768; }
    50%  { box-shadow: 0 0 27px #009768; }
    100% { box-shadow: 0 0 10px #009768; }
}

footer a {
  transition: 0.4s ease all;
}
footer a:hover {
  color: #009de0 !important;
}

#kontaktformular {
  padding: 0 4% 0 16%;
  margin-top: 22px;
  border-left: 1px solid #f7f7f7;
  box-shadow: -26px 0px 40px -43px rgba(0,0,0,0.2);
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form > div {
  width: 100%;
}
.wpcf7-form > div:nth-of-type(2), .wpcf7-form > div:nth-of-type(3) {
  width: 48% !important;
}
.wpcf7-not-valid-tip{
  display: inline-block !important;
}
.upl-custom-btn-style {
  background: #141B22;
  border: 2px solid #141B22;
  color: #fff;
  font-weight: 500 !important;
  padding: 10px 35px 10px 8px;
  margin-left: 5px;
  min-width: 124px;
position: relative;
  font-size: 17px;
  font-family: 'Jost', sans-serif;
  border-radius: 2px;
  margin-top: 5px;
  transition: 0.4s ease all;
  cursor: pointer;
}
.upl-custom-btn-style:hover{
  background: #009de0;
  border: 2px solid #009de0;
}

.upl-custom-btn-style:after {
  position: absolute;
  content: "\e628";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 20px;
  margin-left: 10px;
  -webkit-text-stroke: 1px;
  transition: 0.4s ease all;
  background-color: transparent !important;
  height: auto;
}
.upl-custom-btn-style:hover:after{
  transform: translateY(-50%) rotate(0deg);
}

#kontaktformular input[type="text"], #kontaktformular input[type="email"], #kontaktformular textarea {
  border: 1px solid #dedede;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  max-height: 135px;
  border-radius: 2px;
  outline: none;
  transition: 0.4s ease all;
}
#kontaktformular input[type="text"]:focus, #kontaktformular input[type="email"]:focus, #kontaktformular textarea:focus{
  border: 1px solid #009de0;
}
.wpcf7 label span{
  font-weight: 500;
  font-size: 17px;
  background: #fff;
  padding: 4px;
}
.wpcf7 p {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.fadeIn, .people .panel-grid-cell, .boxes .panel-grid-cell, #partner .panel-grid-cell {
  opacity: 0;
  transform: translateY(30px);
  -webkit-ransform: translateY(30px);
  transition: 0.5s ease all;
}
.fadeIn.slideIn, .people .panel-grid-cell.slideIn, .boxes .panel-grid-cell.slideIn, #partner .panel-grid-cell.slideIn{
  opacity: 1;
  transform: translateY(0px);
  -webkit-ransform: translateY(0px);
}

footer .call-to-section, .inner_bg_section{ 
  opacity: 0;
  transform: translateY(50px);
  -webkit-ransform: translateY(50px);
  transition: 0.5s ease all;
}
footer .call-to-section.slideIn, .inner_bg_section.slideIn{
  opacity: 1;
  transform: translateY(0px);
  -webkit-ransform: translateY(0px);
}

.std_section {
  max-width: 1600px;
  width: 76%;
  margin: 0px auto;
  padding: 100px 0;
}
.home-sec-content-section {
  margin-top: 60px;
  padding-left: 10%;
  padding-right: 0%;
}
/* #mastheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  _background: rgba(255,255,255,0.97);

} */

.parallax {
  background-size: cover;
  background-position: center;
  height: 55vh;
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
top: 0;
  margin-top: -30px;
  position: relative;
  overflow: hidden;
}
.ios .parallax {
  background-attachment: scroll;
  background-position: bottom !important;
}
.blue_section {
  background: #a2daf4;
}
.blue_section h2, .blue_section h3{
  color: #fff;
}
.contact-details em {
  font-style: normal;
  font-size: 19px;
  color: #9393A0;
}
#map {
  height: 65vh;
  min-height: 400px;
  width: 100%;
  left: calc(0%);
    margin-top: 15px;
  }
#map::after {
  content: "";
  background: linear-gradient(to right, rgb(164, 218, 244) 50%,rgba(164,218,244,0) 100%);
  width: 80%;
  height: 100%;
  left: -42%;
  top: 0;
  position: absolute;
  pointer-events: none;
  opacity: .4;
}
.contact_vita .sow-image-container img{
  border-radius: 100%;
  overflow: hidden;
  max-width: 180px !important;
  border: 5px solid #fff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.contact_vita h3, .contact_vita p {
  color: #fff !important;
  margin-bottom: 0;
}
.contact_vita {
  max-width: 550px;
  margin: 20px auto;
  padding-left: 10px;
  align-items: center !important;
}
.boxes .std_section {
  padding: 120px 0;
}
.parallax h2 {
  color: #fff;
  _text-shadow: 0px 0px 15px #A0A0A0;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  font-size: 56px;
}
.one h2{
transform: translateX(200%);
-webkit-ransform: translateY(200%);
}
.two h2{
transform: translateX(-200%);
-webkit-ransform: translateY(-200%);
}
.parallax:after {
  background: rgba(0,0,0,0.15);
  height: calc(100% - 30px);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.parallax > .panel-grid-cell{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-ransform: translate(-50%, -50%);
  z-index: 10;
}
.parallax > .panel-grid-cell .so-panel, .parallax > .panel-grid-cell .so-panel h2 {
  margin-bottom: 0 !important;
}
footer {
  _background: #111F29;
  background: #0C131A;
  margin-top: -30px;
  padding: 0px 0 0px;
  color: #111;
}
.innerFooter {
  
}
.blue_section{
  position: relative;
}
.blue_section::after {
  content: "";
  background: url('https://uppollux.itworqs.de/wp-content/uploads/2022/07/banner.jpg');
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .025;
}

.blue_section .panel-grid-cell{
  position: relative;
  z-index: 10;
}
.blue_section .std_section .panel-grid-cell {
  align-self: center !important;
}
#menu-main-menu {
  display: flex;
}
#menu-main-menu {
  display: flex;
  margin-top: 0px;
  border-radius: 3px;
}
#menu-main-menu li {
  list-style: none;
  margin-left: 60px;
}
.nav-bg-holder ul {
  margin-bottom: 0;
}
.nav-bg-holder {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-ransform: translateY(-50%);
}
#menu-main-menu li a {
  color: #141B22;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .6px;
  transition: 0.4s ease all;
}
.cta-button a {
  border: 1px solid #009de0;
  padding: 7px 27px;
  border-radius: 2px;
  _margin-left: 50px;
  color: #009de0;
}
#menu-main-menu li a:hover,
#menu-main-menu li.current-menu-item > a{
  color: #009de0;
}


.footer-site-branding {
  max-width: 130px;
  opacity: .85;
}
.outer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0px auto;
  width: 76%;
}
.legal a {
  color: #111;
  font-weight: 300;
  text-decoration: none;
  margin-right: 20px;
  font-size: 16px;
}
footer .st0 {
  fill: #fff;
}
.call-to-section {
  max-width: 1600px;
  width: 76%;
  margin: 0px auto;
  padding: 60px 0;
  border-bottom: 1px solid #263441;
  position: relative;
}

.call-to-section::before {
  position: absolute;
  content: "\e75a";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 140px;
  margin-left: 10px;
  color: #546374;
  _opacity: 0.45;
  transition: 0.4s ease all;
}
.call-to-section.hov::before{
  color: #009de0;
}
.call-to-section h2{
  font-size: 32px !important;
  color: #fff;
}
footer {
  background: #141B22;
  margin-top: 0;
  padding: 0px;
  color: #fff;
}
.outer-copyright {
  padding-top: 55px;
}
.legal {
  width: 33.333%;
}
.social {
  width: 33.333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.social a {
  margin-left: 30px;
  color: #111;
}
footer .std_section {
  padding-top: 65px;
  padding-bottom: 70px;
}
#blindbutton:after{
  display: none;
}
#blindbutton {
  background: transparent;
  opacity: .5;
  width: 141px;
  height: 108px;
  position: absolute;
  right: 0;
  top: 105px;
}
footer .std_section .panel-grid-cell:last-of-type {
  width: 460px !important;
}
footer .std_section .panel-grid-cell:last-of-type .panel-grid-cell:last-of-type {
 _width: 43% !important;
 width: 164px !important;
}
.footer-nav a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  margin: 6px 0;
  display: inline-block;
}
.footer-nav p {
  margin: 0;
}
.meta-nav a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  margin: 8px 0;
  display: inline-block;
  text-transform: lowercase;
}
.meta-nav p {
  margin: 0;
}
#partner {
  padding-bottom: 120px !important;
}
footer .std_section .panel-grid-cell:last-of-type .panel-grid-cell {
  padding-left: 5%;
  opacity: .85;
}
footer .std_section{
  position: relative;
}
.widget_text.social {
  position: absolute;
  left: 0;
  justify-content: start;
  bottom: 76px;
}
.widget_text.social span{
  opacity: .85;
}
.widget_text.social a {
  margin-left: 0;
  margin-right: 30px;
  color: #fff;
  font-size: 13px !important;
}
.widget_text.social a i {
  background: #009de0;
  padding: 9px 10px 10px;
  border-radius: 100%;
  margin-right: 6px;
  color: #fff !important;
}
.call-to-section a {
  top: 8px;
}
.std_section.inner_bg_section .panel-grid-cell:last-of-type,
footer{
  position: relative;
}
.std_section.inner_bg_section .panel-grid-cell:last-of-type::before,
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://uppollux2.itworqs.de/wp-content/uploads/2023/05/bg2-scaled.jpg);
  background-size: 140%;
  opacity: .027;
  background-position: center right;
}

.people .panel-grid-cell {
  position: relative;
  background: transparent;
  box-shadow: 0px 0px 40px -30px rgba(0,0,0,0.0);
  transition: 0.4s ease all;
  border-radius: 0px 0px 3px 3px;
}
.people .panel-grid-cell.slideIn {
background: #fff;
  box-shadow: 0px 0px 40px -30px rgba(0,0,0,0.4);
}
.people .panel-grid-cell .so-widget-sow-editor{
  padding: 5px 20px 0;
}

.boxes.list .panel-grid-cell .panel-grid-cell {
  border: none;
  box-shadow: none;
  padding: 0 !important;
}
.boxes.list li:last-of-type {
  display: none;
}
.boxes.list ul {
  column-count: 1;
  column-gap: 0px !important;
}
.slogan p em {
  font-size: 20px;
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  margin-bottom: -10px;
}
.list h3 {
  margin-bottom: -20px;
}
footer .std_section .panel-grid-cell:last-of-type .panel-grid-cell:first-of-type {
  visibility: hidden;
}
@media all and (max-width: 1150px) {

}


@media all and (max-width: 991px) {

  #blindbutton {
    top: 126px;
  }
  .page-id-285 .textwidget p a {
    hyphens: auto;
    -webkit-hyphens: auto;
  }
  .contact .panel-grid .panel-grid-cell {
    width: 100% !important;
  }
  .contact .panel-grid {
    flex-flow: column !important;
  }
  #kontaktformular {
    padding: 40px 0;
    margin-top: 22px;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0 -26px 40px -43px rgba(0,0,0,0.2);
    border-left: none !important;
  }
.home .grey_section .std_section .panel-grid {
  display: block !important;
}
.home .grey_section .std_section .panel-grid .panel-grid-cell:last-of-type {
  margin-top: 30px;
}
.call-to-section h2 {
  max-width: calc(100% - 190px);
}
.home .grey_section .std_section .panel-grid .panel-grid-cell {
  width: 100% !important;
  max-width: unset !important;
  display: block !important;
  padding: 0;
}
.call-to-section {
  width: 86%;
}
#inner-hero{
  border-radius: 5px 0px 0px 20px !important;
}
.home .grey_section .std_section .panel-grid .panel-grid-cell h2 br,
.home .grey_section .std_section .panel-grid .panel-grid-cell h3 br{
  display: none;
}
.home-sec-content-section {
  margin-top: 0px;
  padding-left: 0;
  padding-right: 0%;
}
.home .grey_section .std_section .panel-grid .panel-grid-cell p{
  hyphens: auto;
}
.inner_mastheader {
  position: relative;
  height: 100%;
  width: 92%;
  margin: 0px auto;
}
.std_section {
  max-width: 1600px;
  width: 86%;
}
#herobanner {
  width: 100%;
  height: 75vh;
}
#outer-herobanner {
  height: 100vh;
  position: relative;
  width: 100%;
  margin: 0;
}
#inner-hero {
  position: absolute;
  z-index: 1000;
  max-width: 720px;
  width: 90%;
right: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
top: 90vh;
}
.scroll_down{
  display: none;
}
#outer-herobanner {
  height: 89vh;
  position: relative;
  width: 100%;
  margin: 0;
}
.home .grey_section .std_section .panel-grid .panel-grid-cell h2{
  max-width: 740px;
}
.std_section.inner_bg_section .panel-grid-cell {
  width: 100% !important;
}
.std_section.inner_bg_section .panel-grid {
  flex-flow: column !important;
}
.std_section.inner_bg_section .panel-grid-cell:last-of-type {
  background: #141B22;
  align-self: center;
  width: 100% !important;
  padding: 70px 8% 80px !important;
}
}
  .mobilMenu{
    display: none;
  }
@media all and (max-width: 880px) {

  .sub-menu,
  .sub-menu.hovered {
    position: relative;
    left: 0;
    background: #fff;
    box-shadow: none !important;
    border: none;
    padding: 10px 0 0px;
    top: 0;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.4s ease all;
    pointer-events: inherit;
  }
  #menu-main-menu  li {
    margin-left: 0 !important;
  }
  #menu-main-menu li {
    margin-left: 0 !important;
    margin-top: 4px !important;
    margin-bottom: 6px !important;
  }
  .sub-menu:before,
  .sub-menu:after{
    display: none !important;
  }

  .contact_vita .sow-image-container img{
    margin-left: auto;
    margin-right: auto;
  }
  .boxes .std_section .panel-grid {
    display: block !important;
  }
  .boxes .std_section .panel-grid .panel-grid-cell {
    display: block !important;
    width: 100% !important;
  }
  .boxes .std_section .panel-grid .panel-grid-cell:first-of-type {
    margin-bottom: 40px;
  }
  .contact_vita {
    display: block !important;
    text-align: center !important;
  }
  .contact_vita .panel-grid-cell {
    width: 100% !important;
    display: block !important;
  }
  .contact_vita .sow-image-container {
    margin: -20px auto 30px;
  }

  /* mobile menu */

  .mobilMenu {
      position: absolute;
      right: 0px;
      top: calc(50% + 1px);
      z-index: 2000;
      transform: translateY(-50%) scale(.9);
  -webkit-transform: translateY(-50%) scale(.9);
      height: 20px;
      display: block;
  }
  #nav-icon {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 0px auto;
    -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;
  }
  .site-branding {
  z-index: 10000;
}
  #nav-icon span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #009de0;
    border-radius: 1px;
    opacity: 1;
    left: 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;
  }
  #nav-icon.open span{
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }

  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 8px;
  }

  #nav-icon span:nth-child(4) {
    top: 16px;
  }

  #nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }

  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
  }

  .navbar.navbar-fixed-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 0vh;
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
  }
  .navbar.navbar-fixed-top.visible {
    height: 100vh;
  }

#menu-main-menu li{
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  opacity: 0;
  transition: all .3s cubic-bezier(.455,.03,.515,.955);
  -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
}
.navbar.navbar-fixed-top.visible #menu-main-menu li{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  transition-delay: .1s;
}
.navbar.navbar-fixed-top.visible #menu-main-menu li:nth-of-type(2){
  transition-delay: .3s;
}
.navbar.navbar-fixed-top.visible #menu-main-menu li:nth-of-type(3){
  transition-delay: .5s;
}
.navbar.navbar-fixed-top.visible #menu-main-menu li:nth-of-type(4){
  transition-delay: .7s;
}
li.menu-item-has-children > a::after{
  display: none;
}
.cta-button a{
  border: none !important;
}
  #menu-main-menu {
    display: block;
    width: 100% !important;
    max-width: unset !important;
    padding: 0;
    text-align: center;
  }
  #menu-main-menu li {
    margin-left: 0 !important;
    margin-top: 35px;
    margin-bottom: 35px;
  }

#menu-main-menu li ul li a {
  position: relative;
  padding-left: 30px;
}

#menu-main-menu li ul li a:before {
  content: "–";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: .5;
}
  #menu-main-menu > li {
    border-bottom: 1px solid #f2f2f2;
    width: 86%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #menu-main-menu li a {
    font-size: 24px;
    font-weight: 500;
    width: 100% !important;
    text-align: left;
    display: block;
    padding: 5px 0;
  }
  .navbar.navbar-fixed-top div {
    width: 100%;
  }
  .nav-bg-holder {
    position: absolute;
    right: 0;
    top: 130px;
    transform: unset;
    -webkit-transform: unset;
  }
  #menu-main-menu > li a {
    padding-top: 0;
  }
}




@media all and (max-width: 780px) {
  #blindbutton {
    width: 239px;
    height: 183px;
    top: 70px;
  }
  footer .std_section .panel-grid-cell:last-of-type .panel-grid-cell:first-of-type {
    display: none;
  }
  .people .panel-grid-cell {
  display: block !important;
  width: 100% !important;
}
.boxes.list .panel-grid-cell .panel-grid-cell {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.boxes.list ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.slogan p::before {
  content: '"';
  font-family: cursive;
  font-size: 360px;
  position: absolute;
  top: -50px;
  line-height: 1;
  left: -15px;
  z-index: 1;
  opacity: .075;
  color: #203468;
}
.slogan p{
  margin-bottom: 0 !important;
}
.people .panel-grid {
  display: block !important;
}
.people .panel-grid-cell:first-of-type {
  margin-bottom: 50px;
}
.boxes ul {
  column-count: 1;
  column-gap: 0;
  page-break-inside: avoid;
  break-inside: unset !important;
}
h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}
#inner-hero h2 {
  font-size: 62px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}
#inner-hero {
  position: absolute;
  z-index: 1000;
  max-width: 610px;
  width: 90%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 90vh;
  padding: 35px 40px 40px;
}
.home .grey_section .std_section .panel-grid .panel-grid-cell h2 {
  max-width: 650px;
}
.parallax h2 {
  font-size: 46px;
}
.outer-copyright {
  display: block;
  position: relative;
}
.legal {
  width: auto;
  text-align: center;
}
.legal a {
  margin-right: 10px;
  margin-left: 10px;
}

.outer-copyright {
  display: block;
  position: relative;
  top: 20px;
}
.call-to-section h2 {
  font-size: 26px !important;
  color: #fff;
}
.call-to-section::before {
  font-size: 130px;
}
.footer-site-branding {
  max-width: 130px;
  opacity: .85;
  margin: 0px auto;
}
footer .std_section {
  padding-top: 50px;
}
.call-to-section {
  padding-bottom: 40px;
}
footer .std_section .panel-grid-cell {
  width: 100% !important;
  text-align: center !important;
}
footer .std_section .panel-grid-cell:last-of-type {
  width: 100% !important;
}
.call-to-section::before {
  font-size: 240px;
  opacity: .18;
  z-index: -1;
}
footer .std_section .panel-grid-cell {
  margin-bottom: 0 !important;
}
.widget_text.social a {
  margin-left: 0;
  margin-right: 0;
}
.call-to-section h2 {
  max-width: 380px;
  line-height: 1.4;
}
footer .std_section .panel-grid-cell:last-of-type .panel-grid-cell:last-of-type {
  width: 100% !important;
  margin-top: 22px;
}
.widget_text.social {
  position: relative;
  left: 0;
  justify-content: center;
  bottom: 0;
  width: 100% !important;
  margin-bottom: 30px;
}
.contact .panel-grid {
  display: block !important;
  width: 100%;
}
.contact .panel-grid-cell {
  width: 100% !important;
}
#mastheader {
  padding-left: 0;
  padding-right: 0;
}
.inner_mastheader {
  position: relative;
  height: 100%;
  width: 86%;
  margin: 0px auto;
}
}


@media all and (max-width: 620px) {
  .wpcf7-form > div:nth-of-type(2), .wpcf7-form > div:nth-of-type(3) {
    width: 100% !important;
  }
  #outer-herobanner {
  height: 74vh;
  position: relative;
  width: 100%;
  margin: 0;
}
.home .grey_section .std_section {
  padding-top: 0;
  padding-bottom: 90px;
}
#inner-hero h2 {
  font-size: 42px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
  #herobanner {
  width: 100%;
  height: 60vh;
}
.home .grey_section .std_section .panel-grid .panel-grid-cell h2 {
  margin-bottom: 0;
}
#inner-hero {
  position: absolute;
  z-index: 1000;
  max-width: 480px;
  width: 90%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 65vh;
  padding: 35px 40px 35px;
}
  #inner-hero h3::before {
    display: none;
  }
  #inner-hero h3 {
  font-size: 28px;
  max-width: 620px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}
  h2 {
  font-size: 38px;
  }
  h3, .anwendungsgebiete-links h3, .anwendungsgebiete-links h3 span {
  font-size: 30px;
  }
  p {
  letter-spacing: .2px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.slogan p {
  padding: 20px 8%;
  border-radius: 2px;
  font-size: 24px;
  position: relative;
  margin-bottom: 0;
}
.page-id-13 #headrow {
  padding-bottom: 50px;
}
.contact_vita p{
  font-size: 22px;
}
.parallax {
  height: 40vh;
}
.parallax h2 {
  font-size: 38px;
}
.boxes .panel-grid-cell .panel-grid-cell{
  border: unset !important;
  padding: 0px !important;
  border-radius: 3px unset;
}
.boxes .panel-grid-cell .panel-grid-cell {
  border: 1px solid #efeffc;
  padding: 30px 40px !important;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 29px -24px rgba(0,0,00,.3);
}
.home .grey_section .std_section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.preloader img {
  width: 80%;
}
.std_section.inner_bg_section .panel-grid-cell:last-of-type::before, footer::before {
  background-size: cover;
  opacity: .027;
  background-position: center;
}
}

@media all and (max-width: 450px) {
	h2 {
  font-size: 28px;
}
  #inner-hero h2 {
  font-size: 38px;
  }
  #inner-hero h3 {
  font-size: 24px;
  max-width: 620px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: -5px;
  padding-left: 0;
  position: relative;
}
#inner-hero {
  position: absolute;
  z-index: 1000;
  max-width: 480px;
  width: 90%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 65vh;
  padding: 30px 30px 30px;
}
#herobanner {
  width: 100%;
  height: 57vh;
}
#outer-herobanner {
  height: 71vh;
  position: relative;
  width: 100%;
  margin: 0;
}

}

.home-sec-content-section a, .boxes a,
.call-to-section a{
position: relative;
font-weight: 450;
font-size: 20px;
}
.boxes a {
  display: block;
  border-top: 1px solid #f3f3f3;
  padding-top: 20px;
  margin-bottom: -15px;
  margin-top: 25px;
}
.home-sec-content-section a::after, .boxes a::after, .call-to-section a:after {

  position: absolute;
  content: "\e628";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 28px;
  margin-left: 10px;
  -webkit-text-stroke: 1px;
  color: #009de0;
  transition: 0.4s ease all;
  background-color: transparent !important;
  height: auto;
}
.home-sec-content-section a:hover::after, .boxes a:hover::after, .call-to-section a:hover::after{
  transform: translateY(-50%) rotate(0deg);
}
.boxes a::after{
  right: 0px;
  top: calc(50% + 10px);
}