/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/*
@font-face {
  font-family: 'Poppins Regular';
  src: url('./fonts/Poppins-Regular.ttf') format("truetype");
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('./fonts/Poppins-Bold.ttf') format("truetype");
}
*/
a,
a:hover {
	color: #000 !important;
}
fieldset label,
.blog-layout-grid article .entry-content,
html, body {
  font-family: Arial, sans-serif !important;
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 24px !important;
  min-width: 400px;
  height: 100%;
  min-height: 100%;
  /*  overflow-x: hidden; */
}
@media only screen and (max-width: 768px) {
  fieldset label {
    min-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  fieldset label,
  .blog-layout-grid article .entry-content,
  html, body {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
body.opennavi {
  overflow: hidden;
}
body.opennavi header.site-header:before,
body.opennavi #bg {
  background-color: rgba(0,0,0,0.3);
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 10;
}
.page-id-71 ul li,
.page-id-3 ul li {
	color: #000;
}
body.opennavi header.site-header:before {
  top: 0;
  left: 0;
}
fieldset label {
  margin: 10px 0;
  display: inline-block;
}
form.wpcf7-form {
  margin-top: 20px;
}
.content_text.jobs a, .content_text.jobs a:visited, .content_text.jobs a:focus, .content_text.jobs a:active,
.content_text h3 a:visited, .content_text h3 a:focus, .content_text h3 a:active {
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Black", Arial, sans-serif !important;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-family: Arial, sans-serif !important;
}
#cn-accept-cookie {
	color: #145e91 !important;
}
.cn-close-icon::after, .cn-close-icon::before {
	background-color: #fff !important;
}
.clearfix {
  clear: both;
  float: none;
}
#site-navigation #mobile-menu-button {
  display: block;
}
.burger span {
  display: block;
  width: 45px;
  height: 3px;
  margin: 5px 0 8px 0;
  background-color: #000;
  -webkit-transition: all .225s cubic-bezier(.25,.8,.25,1) 0s;
  transition: all .225s cubic-bezier(.25,.8,.25,1) 0s;
}
#content .corp-container {
  max-width: 100%;
  padding: 0;
}
.blauer,
header .corp-container,
.single #content .entry-content,
.single #content,
/* #content .corp-container, */
#content .corp-container .content_width,
#content .corp-container .content_text.schmal,
footer .corp-container,
#content .corp-container .content_text,
#content .corp-container .headervideo {
	max-width: 1450px;
  width: 100%;
  margin: 0 auto;
 	padding: 0;
}
header .corp-container {
  padding: 0;
  max-width: 1450px;
}
#content .corp-container .headervideo .textlayer .textwidget {
  padding: 20px 15px 10px;
}
#content .corp-container .textwidget {
  padding: 0 15px;
}
#content .corp-container .headervideo .textwidget {
  padding: 0;
}
#content .corp-container .headervideo .textlayer .textwidget h2 {
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (min-width: 1024px) {
  footer .corp-container,
  #content .corp-container .headervideo .textwidget,
  #content .corp-container .textwidget {
    padding: 0 50px;
  }
 #content .corp-container .headervideo .textlayer .textwidget {
   padding: 0;
 }
}
@media only screen and (max-width: 1610px) {
  header .corp-container {
    padding: 0 15px;
  }
}
.single #content .entry-content,
#content .corp-container .content_text.schmal {
  max-width: 975px;
}
header.site-header, header.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  header #mobile-menu-button {
    right: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .trennermobil {
    padding: 10px;
  }
}
header.site-header.stopped {
  position: absolute;
}
label.captcha {
    display: none !important;
}
header.site-header {
  margin-bottom: 0;
  background-color: #FFF;
  border-bottom: 1px solid transparent;
}
header #mobile-navigation {
  top: 25%;
  width: 25%;
  right: -100%;
  left: auto;
  opacity: 0;
  background-color: #135e91;
  min-height: 400px;
  position: fixed;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.opennavi header #mobile-navigation {
    right: 0%;
    opacity: 1;
}
/* a.linker:visited, */
header #mobile-navigation #primary-menu li a {
  color: #000;
}
header #site-navigation .menu-hauptnavi-container {
  display: none !important;
}

header #mobile-navigation ul li a {
  font-family: Arial, sans-serif !important;
  border-bottom: 0;
  text-transform: none;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 40px;
}
#mobile-navigation ul li.current-menu-item a::after,
header #mobile-navigation ul li a::after{
  content: "";
  height: 1px;
  width: 0;
  background-color: #FFF;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.weisser .dreier .panel-last-child a {
  color: #FFF !important;
}
#mobile-navigation ul li.current-menu-item a,
header #mobile-navigation #primary-menu li a.current-menu-item,
header #mobile-navigation ul li a:hover {
  color: #fff !important;
}
#mobile-navigation ul li.current-menu-item a::after,
header #mobile-navigation ul li a:hover:after {
  width: 100%;
}
header #site-navigation.main-navigation {
  position: absolute;
  right: 0;
  top: 3px;
}
header #mobile-navigation ul li.menu-item:first-child a {
  position: relative;
  transition: transform 0.5s ease;
  padding: 0 12px;
  line-height: 25px;
  margin: 50px 0 50px 35px;
  text-indent: -1000ex;
  font-size: 0;
}
header #mobile-navigation ul li.menu-item:first-child a:before,
header #mobile-navigation ul li.menu-item:first-child a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  top: 12px;
  left: 2px;
  background-color: #FFF;
  -moz-transform: skewY(45deg);
  -webkit-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
}
header #mobile-navigation ul li.menu-item:first-child a:hover:before,
header #mobile-navigation ul li.menu-item:first-child a:hover:after {
  background-color: #FFF;
}
header #mobile-navigation ul li.menu-item:first-child a:before {
  -moz-transform: skewY(-45deg);
  -webkit-transform: skewY(-45deg);
  -o-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}
header #mobile-navigation ul li.menu-item:first-child a:hover {
  transform: rotate(90deg);
  color: #1a69ff !important;
}
.site-title a,
.home h1 a {
  background-image: url(https://mig-cux.de/wp-content/uploads/2025/10/logo.png);
  height: 85px;
  width: 124px;
  background-size: 100%;
  display: block;
  text-indent: -1000ex;
  font-size: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .site-title a,
  .home h1 a {
    margin-left: 36px;
  }
}
a.more-link,
.content_text.content_kontakt fieldset .wpcf7-submit,
.content_text.kontakt .wpcf7-submit,
a.linker:visited,
a.linker {
  background-color: #FFF;
  color: #000;
  padding: 10px 25px;
  width: auto !important;
  /* border: 1px solid #000; */
  cursor: pointer;
  display: inline-block;
  margin-top: 25px;
}
.content_text.content_kontakt fieldset .wpcf7-submit {
  background-color: #000;
  color: #FFF;
  padding: 10px 50px;
}
footer a.linker {
  border: 1px solid #135e91;
  background-color: #135e91 !important;
  color: #FFF !important;
  position: absolute;
  bottom: 40px;
  right: 0;
  padding: 10px 40px;
  font-size: 16px;
}
#custom_html-2 {
  margin-bottom: 0;
}
footer.site-footer .widget ul li, .widget-area .widget ul li {
  line-height: 20px;
  padding-bottom: 10px;
}
footer.site-footer .widget {
  margin-bottom: 0;
}
aside#sow-image-3 .sow-image-container {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  aside#sow-image-3 .sow-image-container {
    text-align: right;
  }
}
.site-info p {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer a.linker {
    margin-right: 50px;
    font-size: 20px;
  }
}
/*
@media only screen and (min-width: 1200px) {
  footer a.linker {
    margin-right: 50px;
  }
}
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer.site-footer .footer-right aside.widget {
    margin-top: 0;
  }
  #mobile-menu-button {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer.site-footer .footer-left aside.widget {
    margin-bottom: 10px;
  }
  footer.site-footer .footer-left aside.widget:first-child {
    width: 35%;
    float: left;
  }
  footer.site-footer .footer-left aside.widget:nth-child(2) {
    width: 65%;
    float: left;
    padding: 25px 15px 0;
  }
  footer.site-footer .widget ul li {
    text-align: center;
  }
  footer.site-footer .footer-right p {
    text-align: center;
  }
}
footer a.linker:hover,
.blauer a.linker {
  background-color: #fff !important;
  color: #135e91 !important;
  border: 1px solid #135e91;
}
.blauer a.linker:hover {
  background-color: #135e91 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
footer p {
  color: #000;
}
footer .footer-right aside.widget {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  footer .footer-right aside.widget {
    margin: 50px 0 20px 0;
  }
}
header a.linker {
	margin-top: 0;
}
footer .bottom-bar .corp-container {
  border-bottom: 1px solid #135e91;
  position: relative;
}
a.more-link:hover,
.content_text.content_kontakt fieldset .wpcf7-submit:hover,
.content_text.kontakt .wpcf7-submit:hover,
a.linker:hover {
  background-color: #FFF;
  color: #000;
}
video {
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}
footer h2,
.single #content h2.entry-title,
.content_text h2,
.content_text.weiss h2,
.home h2 {
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (min-width: 1200px) {
  #content .corp-container .headervideo .textlayer .textwidget h2,
  footer h2,
  .single #content h2.entry-title,
  .content_text h2,
  .content_text.weiss h2,
  .home h2 {
    font-size: 60px;
    line-height: 68px;
  }
  .headervideo .textlayer .textwidget {
    width: 850px !important;
    bottom: 20%;
  }
}
.content_text.jobs h3,
.content_text h3 {
  font-size: 24px;
  line-height: 30px;
}
.content_text.jobs h3 {
  color: #000;
}
.content_text.jobs article {
  width: 33%;
  float: left;
}
#content .corp-container .content_width h2 {
  font-size: 60px;
  line-height: 68px;
  margin-top: 0;
}
#content .corp-container .content_width em,
.content_text.weiss p em,
.home p em {
  color: #FFF;
  font-style: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.content_text.weiss p {
  color: #000;
}
.content_kontakt .panel-grid-cell:last-child .textwidget {
  padding: 0;
}
body .so-widget-sow-anything-carousel-base-3dea41b82a46 .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h2.sow-carousel-item-title,
.home .content_text.weiss  p em,
.home .content_text.weiss  h2,
.content_text.weiss p em,
.content_text.weiss h2 {
	color: #145e91;
	/* text-transform: uppercase; */
}
.home p em,
.content_text h2 {
/*	text-transform: uppercase; */
}
h3 {
  font-family: "Arial Black", Arial, sans-serif !important;
  font-size: 25px;
}
.weisser {
  background-color: #FFF;
}
.weisser .dreier .panel-last-child a {
  background-color: #051042;
  width: 100%;
  text-align: center;
  display: block;
  padding: 50px 0 40px;
}
.weisser .dreier .panel-last-child a:hover {
  background-color: #FFF;
  color: #051042 !important;
}
.weisser .dreier .panel-last-child h3 {
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Arial Black", Arial, sans-serif !important;
}
footer.site-footer {
  margin-top: 0;
  z-index: 2;
  position: relative;
}
footer .corp-container .col-md-6 {
  width: 75%;
  float: left;
}
footer .corp-container .col-md-6.footer-right {
  width: 25%;
}
footer .corp-container ul li,
footer .corp-container p {
  font-size: 16px;
  line-height: 20px;
}
footer .corp-container .footer-left li a {
  color: #000;
}
footer ul.social li {
  float: left;
  margin: 0 5px;
}
footer.site-footer .bottom-bar .widget,
footer ul.social li:first-child {
  margin-left: 0;
}
#mobile-navigation #menu-item-385 a,
#mobile-navigation #menu-item-384 a,
footer ul.social li a {
  background-image: url(https://mig-cux.de/wp-content/uploads/2025/10/linkedin_white.png);
  width: 22px;
  height: 22px;
  background-position: 0 0;
  background-size: 100%;
  text-indent: -1000ex;
  font-size: 0;
  display: block;
}
footer ul.social li:nth-child(2) a {
  background-image: url(https://mig-cux.de/wp-content/uploads/2025/10/facebook_white.png);
}
#mobile-navigation li#menu-item-385,
#mobile-navigation li#menu-item-384 {
  float: left;
  width: 30px !important;
  margin-right: 50px;
}
#mobile-navigation #menu-item-385 a,
#mobile-navigation #menu-item-384 a {
  width: 30px !important;
  height: 30px;
  background-image: url(https://mig-cux.de/wp-content/uploads/2025/10/linkedin.png);
}
#mobile-navigation #menu-item-385 a {
  background-image: url(https://mig-cux.de/wp-content/uploads/2025/10/facebook.png);
  margin-left: 0;
}
#mobile-navigation #menu-item-385 a:after,
#mobile-navigation #menu-item-384 a:after {
  height: 0;
}
#dscf7captcha-95,
#dscf7captcha-826 {
  top: 9px;
  position: relative;
}

footer.site-footer .bottom-bar .corp-container div:only-of-type {
  text-align: left;
  padding: 0;
}
footer.site-footer .bottom-bar {
  padding: 0;
}
.content_text.content_kontakt fieldset fieldset,
.content_text.kontakt fieldset{
  border: 0;
}
.content_text.content_kontakt fieldset fieldset p,
.content_text.kontakt fieldset p {
  margin-bottom: 0;
}

#content .corp-container .content_width em {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .menu-footer-container {
    padding-left: 30px;
  }
	.img_height .textwidget,
	.img_height {
		min-height: 80vh;
	}
}
@media only screen and (min-width: 1200px) {
	.img_height .textwidget,
	.img_height {
		min-height: 100vh;
	}
}
@media only screen and (min-width: 1400px) {
	.img_height .textwidget,
	.img_height {
		min-height: 100vh;
	}
}
@media only screen and (min-width: 768px) {
  .home .headervideo  {
    position: relative;
    height: 40vh
  }
  .headervideo .textlayer .textwidget {
    bottom: 20%;
    left: 50px;
    width: 400px;
    padding: 0;
    position: absolute;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .headervideo .textlayer .textwidget h2 {
    color: #FFF !important;
  }
}
@media only screen and (min-width: 1024px) {
  .headervideo .textlayer .textwidget {
    bottom: 30%;
    left: 50px;
  }
  .home .headervideo  {
    height: 80vh
  }
  footer.site-footer .corp-container {
    opacity: 0;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
  }
  footer.site-footer.inview .corp-container{
    opacity: 1;
  }
  .headervideo.parallaxvideo {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headervideo.parallaxvideo video {
    position: fixed;
    top: 42%;
    left: 50%;
    max-width: 1450px;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
  }
  .fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  .fade-in.inview {
    opacity: 1;
    transform: translateY(0);
  }
  #content .corp-container .content_width em,
  .content_text.weiss p em,
  .home p em {
    font-size: 25px;
    margin-bottom: 35px;
  }
  #content .corp-container .content_width .panel-layout .panel-grid-cell:first-child .textwidget{
    padding: 50px 15px 70px 15px;
    width: 100%;
    max-width: 830px;
    float: right;
  }
  #content .corp-container .content_width .panel-layout .panel-grid-cell:last-child .textwidget{
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  #content .corp-container .content_width .panel-layout .panel-grid-cell:last-child video {
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 1000px;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    object-fit: cover;
  }
  .content_text.content_kontakt fieldset fieldset,
  .content_text.kontakt fieldset{
    width: 50%;
    float: left;
    margin: 0;
  }
  .content_text.content_kontakt fieldset fieldset:first-child {
    width: 48%;
    margin-right: 2%;
  }
  .content_text.kontakt .wpcf7-submit {
    float: right;
  }
  .content_text .textwidget {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1610px) {
   .headervideo.parallaxvideo video {
    top: 50%;
	}
	#content .corp-container .content_width .panel-layout .panel-grid-cell:first-child .textwidget{
    padding: 50px 15px 70px 0;
  }
}
.content_text.content_kontakt fieldset {
  border: 0;
  padding: 0;
}
.content_text.content_kontakt fieldset textarea,
.content_text.content_kontakt fieldset input{
  width: 100%;
  background: #FFF;
	color: #000;
  border: 0;
}
.parallax {
  height: 60vh;
}
.team p {
  margin-bottom: 15px;
}
.team img.so-widget-image {
  margin-bottom: 20px;
}
.team .panel-grid-cell {
  margin-bottom: 80px;
}
.gleichehoehe .panel-layout .panel-grid {
  min-height: 400px;
}
.blog-layout-grid article .entry-content {
  text-align: center;
}
body .fg-panel.fg-light {
  background-color: #051042;
}
body .fg-panel.fg-light :is(.fg-panel-cart-inner, body .fg-panel-info-inner) {
  background-color: rgb(255, 255, 255,1);
}
.trenner {
  padding: 10px 0;
}
.trenner50 {
  padding: 10px 0;
}
.trenner.gross {
  padding: 100px 0;
}
.content_text.img_absolute p {
  color: #000;
}
.textwidget a, .textwidget a:hover, .textwidget a:focus, .textwidget a:active,
footer .bottom-bar .widget h2,
.content_text.img_absolute h2 {
    color: #135e91;
}
footer .bottom-bar .widget h2 em {
  font-weight: 100;
  font-style: normal;
  font-family: "Times New Roman", Arial, sans-serif !important;
}
.so-parallax {
  height: 20vh;
}
@media only screen and (min-width: 1024px) {
  .so-parallax {
    height: 60vh;
  }
  .trenner {
    padding: 20px 0;
  }
  .trenner50 {
    padding: 30px 0;
  }
}
footer .footer-left aside:first-child img {
    max-width: 210px !important;
}
@media only screen and (min-width: 768px) {
  .so-parallax {
    height: 40vh;
  }
  footer .footer-left aside {
    float: left;
    width: 33%;
    margin-bottom: 0;
  }
  footer .footer-left aside:nth-child(2),
  footer .footer-left aside:last-child {
      margin-top: 55px;
  }
  footer .bottom-bar .widget h2 {
    float: left;
  }
  footer .bottom-bar .widget {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .content_text.img_absolute {
    position: relative;
    overflow: hidden;
  }

  .sow-carousel-item.slick-slide {
    padding: 0 50px !important;
  }


  .content_text.img_absolute video,
  .content_text.img_absolute img {
    position: absolute;
    left: 0;
    -moz-transform: translateX(-35%);
    -webkit-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
  }
  .content_text.img_absolute .panel-layout .panel-grid-cell .textwidget {
    padding-right: 50px;
  }
  .content_text.img_absolute .panel-layout .panel-grid-cell {
    background-color: #FFF;
    padding-bottom: 50px;
  }
  .content_text.img_absolute .panel-layout .panel-grid-cell:first-child {
    z-index: 1;
  }
  .content_text.img_absolute .panel-layout .panel-grid-cell:last-child {
    z-index: 2;
  }
  /*
  .content_text.img_absolute.inview .panel-layout .panel-grid-cell:first-child .panel-last-child .textwidget,
  .content_text.img_absolute.inview .panel-layout .panel-grid-cell:first-child .panel-first-child .textwidget {
    opacity: 0;
    transform: translateY(-30px);
    animation: fadeDown 2s ease-out forwards;
  }
  .content_text.img_absolute.inview .panel-layout .panel-grid-cell:first-child .panel-last-child .textwidget {
    transform: translateY(30px);
  }
  @keyframes fadeDown {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  */
}
.carousel .sow-carousel-container a.sow-carousel-previous,
.carousel .sow-carousel-container a.sow-carousel-next {
  border: 0 !important;
  border-radius: 0 !important;
  height: 42px !important;
  cursor: pointer;
}
.carousel .sow-carousel-navigation.sow-carousel-navigation-prev,
.carousel .sow-carousel-navigation.sow-carousel-navigation-next {
  cursor: pointer;
}
.carousel .sow-carousel-container a.sow-carousel-previous::before,
.carousel .sow-carousel-container a.sow-carousel-next::after {
  content: "" !important;
  background-image: url(https://mig-cux.de/wp-content/uploads/2025/10/slider-pfeil.png);
  width: 20px;
  height: 39px;
}
.carousel .sow-carousel-container a.sow-carousel-next::after {
    background-image: url(https://mig-cux.de/wp-content/uploads/2025/10/slider-pfeil-next.png);
}
.carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item p,
.carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h2.sow-carousel-item-title {
  text-align: center;
}
.carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h2.sow-carousel-item-title {
  line-height: 75px;
}
a.more-link {
  display: inline-block;
  margin-top: 20px;
}
.single article {
  margin-top: 150px;
}
form fieldset {
  margin: 0;
}
.content_text.schwarz h3,
.content_text.schwarz h2 {
  color: #145e91;
}
.content_text.schwarz p {
  color: #000;
}
@media only screen and (max-width: 768px) {
  header #mobile-navigation {
    top: 0;
  }
  .headervideo .trenner {
    margin: 0;
  }
  a.more-link,
  .content_text.content_kontakt fieldset .wpcf7-submit,
  .content_text.kontakt .wpcf7-submit, a.linker:visited,
  a.linker {
      margin-top: 0;
  }
  .content_text .bgimg {
    padding: 0 0 25px;
  }
  .dreier {
    margin-bottom: -20px;
  }
  .content_text.weiss .panel-layout .panel-grid:nth-child(2) .textwidget {
    padding-top: 20px;
  }
  .content_text .dreier .panel-first-child {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  /*
  .content_text .dreier .panel-grid-cell {
    margin-bottom: 20px !important;
  }
  */
  .content_text .dreier .panel-first-child img {
    position: absolute;
    top: -50%;
  /*  -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); */
  }
  .content_text.jobs article {
    width: 100%;
    float: none;
  }
  .content_text .content_team h2 {
    margin: 15px 0;
  }
  .team .panel-grid-cell {
    margin-bottom: 0;
  }
  .content_text.gleichehoehe .panel-layout .panel-grid {
    padding-bottom: 20px;
  }
  .content_text .team .textwidget {
    padding-bottom: 25px;
  }
  header.site-header, header.site-header.sticky {
    position: relative;
  }
  .content_text.img_absolute .textwidget:last-child {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  fieldset label,
  .blog-layout-grid article .entry-content,
  html, body {
    font-size: 16px !important;
    line-height: 20px;
  }
  .site-title a, .home h1 a {
    height: 50px;
    width: 100px;
  }
  header.site-header {
    padding: 10px 0;
  }
  header #site-navigation.main-navigation {
    position: absolute;
    right: 15px;
    top: 5px;
  }
  footer .bottom-bar .widget h2,
  .single #content h2.entry-title,
  #content .corp-container .content_width h2,
  .content_text h2,
  .content_text.weiss h2,
  .home h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px 0;
  }
  .content_text.schwarz h2,
  .home .headervideo .textlayer h2 {
    color: #145e91;
  }
  .parallax {
    height: 40vh;
  }
  .weisser .dreier .panel-last-child h3 {
    font-size: 28px;
  }
  .weisser .dreier .panel-last-child a {
    padding: 25px 0 20px;
  }
  .content_text h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
  }
  .single article {
    margin-top: 0px;
  }
  .single #content,
  .content_width .textwidget,
  .content_text .textwidget {
    padding: 0 15px;
  }
  .content_width.img_absolute .panel-layout .panel-grid-cell:last-child .textwidget {
    margin-top: 25px;
  }
  .content_width.img_absolute .panel-layout .panel-grid-cell:last-child .textwidget,
  .content_text .dreier .textwidget {
    padding: 0;
  }
  footer .corp-container .col-md-6.footer-right,
  footer .corp-container .col-md-6 {
    width: 100%;
  }
  /*
  footer.site-footer {
    padding-top: 50px;
  }
  */
  header #mobile-navigation {
    width: 100%;
  }
  .carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h2.sow-carousel-item-title {
    font-size: 24px !important;
    line-height: 28px;
  }
  .gleichehoehe .panel-layout .panel-grid {
    min-height: 100%;
  }
  input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    width: 100%;
  }
  .content_kontakt .panel-grid-cell:last-child {
    margin-top: 25px;
  }
}
.blauer {
  background-color: #135e91;
}
@media only screen and (min-width: 1024px) {
  .content_text.section.blau .textwidget {
    padding: 0 100px;
  }
  .fg-panel .fg-media-content {
    left: 25%;
    max-width: 60%;
    transform: translateX(-25%) translateY(-50%);
  }
  .fg-panel-info-bottom.fg-panel-info-overlay:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-info-inner {
    bottom: auto !important;
    left: auto !important;
    right: 50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 400px;
    width: 100%;
  }
}
.fg-panel.fg-dark .fg-panel-button[aria-pressed="true"], .fg-panel.fg-light :is(.fg-panel-button, .fg-panel-area-toggle, .fg-panel-thumbs-button) {
  color: #FFF;
}
.fg-panel.fg-light :is(.fg-media-caption-title, .fg-media-caption-exif, .fg-media-product-body) {
  border-color: transparent !important;
}
.textwidget .foogallery .fg-caption {
  background-color: #051042;
  position: relative;
  opacity: 1;
  visibility: visible;
    font-family: Arial, sans-serif !important;
}
.fg-media-caption-title,
.textwidget .foogallery .fg-caption-title {
  text-transform: uppercase;
  font-size: 24px;
    font-family: Arial, sans-serif !important;
  line-height: 28px;
}
.fg-media-caption-description,
.textwidget .fg-caption-desc {
  font-size: 20px !important;
  line-height: 24px;
    font-family:  Arial, sans-serif !important;
}
.fg-panel-info-bottom.fg-panel-info-overlay:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-info-inner {
  background-color: #051042;
  color: #FFF;
  border: 0 !important;
}
.fg-panel.fg-light :is(.fg-panel-info-inner,
.fg-panel.fg-light :is(.fg-media-caption-title, .fg-media-caption-exif, .fg-media-product-body) {
  border: 0 !important;
  border-color: #051042;
}
