/**
 * Theme Name:     sb23
 * Author:         mediacat berlin
 * Template:       accesspress-parallax
 * Text Domain:	   sb23
 * Description:    Subtext-Theme based on Accesspress Parallax
 */
/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* Lato-Regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/Lato-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Lato-Regular.svg#Lato') format('svg'); /* Legacy iOS */
}
body,
button,
input,
select,
textarea {
color: #404040;
font-family: 'Lato', sans-serif;
line-height: 1.5;
font-weight: 300;
font-size: 16px;
}
.clear{clear:both;}
.parallax-section {
padding: 60px 0 50px;
position: relative;
}
#masthead {
height:150px!important;	
width: 100%;
z-index: 99999;
background: #FFF;
padding:10px 0 0;
}
#masthead .flex-box {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: flex-end;
align-items: flex-start;
flex-direction: row;
flex-wrap: nowrap;
margin-top: 50px;	
}
#site-logo {
float:left;	
max-width:161px;
width:auto;
margin-right:15px;	
}
#site-logo img{min-width:161px;height:auto;padding-bottom:10px;}
.mid-content {
width: 1170px;
margin: 10px auto 10px;
}
/* Language switcher wpglobus */
.wpglobus-ls img{min-width:18px;height:auto;}
.wpglobus_flag_de,.wpglobus_flag_en {background-image:none!important;}
.wpglobus-ls {
position: relative;
width:60px;	
right: 0px;
top: 0;
margin-left: 30%;
padding-top:11px;	
}
.lang{margin-right:7px;}
/* main navigation */
.main-navigation {
line-height:2em;
height:60px;	
}
.main-navigation ul ul {
background: transparent!important;
position: absolute;
top: 100%;
left: 0;
z-index: 99999;
font-size: 15px;
box-shadow: 0px 0px 0px rgb(0 0 0 / 30%)!important;
display:block;
}
.main-navigation > ul > li > a {
text-transform: none;
font-size: 16px;
padding: 8px 10px 1px;
color:#000;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
	font-weight:normal;
	letter-spacing:.05em	
}
.main-navigation a:hover {
    display: block;
    text-decoration: none;
    color: #000!important;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    color: #000;
}
.main-navigation > ul > li.current{
	border-bottom:2px solid #1f317d;
    padding-bottom: 1px;    
}
/* slider films */
.psac-post-short-content {
    margin-bottom: 0px;
    font-size: .8em;
    text-align: left;
    padding: 7px;
}
.psac-post-carousel.psac-design-1 .psac-post-title {
	display:none;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff;
}
.psac-post-carousel.psac-design-1 .psac-post-content, .psac-post-carousel.psac-design-1 .psac-post-tags {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
	background: rgba(0,0,0,.75);
	display:none;
}
.psac-post-carousel.psac-design-1 .psac-post-content {
margin-top:0px!important;		
	}
.psac-post-carousel.psac-design-1 .psac-post-content .psac-post-short-content{
color:#fff;
}
.psac-post-carousel.psac-design-1 .psac-post-image-bg {
 position: relative;
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
cursor:pointer;	
}
#psac-slider-2 .psac-post-image-bg {
    position: relative;
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
display: inline-block;
    text-align: center !important;
    background: rgba(255,255,255,0);
    color: #fff;
    border: 0px solid #1f317d;
    line-height: normal !important;
    font-size: 120px;
    padding: 2px 15px 4px 15px !important;
    border-radius: 0px;
    box-shadow: none;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.psac-slider-and-carousel .owl-nav .owl-prev{display:inline-block; text-align: center !important; background:rgba(255,255,255,0); color:#fff; border:0px solid #000;line-height:normal !important; font-size:120px; padding:2px 15px 4px 15px !important; border-radius:0px; box-shadow:none; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.psac-slider-and-carousel .owl-nav .owl-prev {
    display: inline-block;
    text-align: center !important;
    background: rgba(255,255,255,0);
    color: #fff;
    border: 0px solid #000;
    line-height: normal !important;
    font-size: 120px;
    padding: 2px 15px 4px 15px !important;
    border-radius: 0px;
    box-shadow: none;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.psac-slider-and-carousel .owl-nav .owl-next:hover,
.psac-slider-and-carousel .owl-nav .owl-prev:hover,
.psac-slider-and-carousel .owl-nav .owl-next:focus,
.psac-slider-and-carousel .owl-nav .owl-prev:focus{background:transparent; color:#fff; border-color:none;}
.psac-slider-and-carousel .owl-next{right:-60px !important; position:absolute;}
.psac-slider-and-carousel .owl-prev{left:-60px !important; position:absolute;}

.parallax-section h2{margin-bottom: 50px;font-size:1.6em;}
#section-1410.parallax-section h2,#section-1471.parallax-section h2  {/*erster Bereich - film-slider und Bereich Referenzen*/
color:#161616;
}
#section-1410.parallax-section, #section-1471.parallax-section{padding:60px 0 0;}
/* slider references */
.psac-post-grid, .psac-post-slider{margin-bottom:0px; }
.psac-post-slider.psac-design-2 .psac-post-left {
    padding-right: 37px;
    background-color: transparent;
    background-image:none !important;
    background-position: 3px 3px !important;
    background-repeat: repeat !important;
}
#psac-slider-2 .psac-post-content .psac-post-short-content{
color:#000;
font-size:1em;
}
.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay{
background-color:transparent;
padding: 44px;
height: 80%;
display:flex;
align-items: center;
justify-content: center;
margin-top:8%;
}
.psac-post-slider.psac-design-2 .psac-post-title {
font-size: 18px;
line-height: 30px;
}
.psac-slider-and-carousel .owl-dots .owl-dot.active{background:#1f317d;}
/* Light Post Carousels Modified */
.rfc .owl-wrapper {
    width: 100%;
    background:transparent;
}
.rfc .owl-wrapper .text{
position:absolute;    
top:0px;
left:0px;
width:50%;
height:100%;    
padding:4em 2em 0;
background:transparent;    
color:#fff;
font-size:1em;
display:block;	
}
.rfc .owl-wrapper .text h6{
font-size:18px;
line-height:30px;
text-transform:uppercase;
text-wrap: balance;
}
.rfc .item img{
width:50%!important;
height:auto;
margin-left:50%}

@media screen and (max-width: 768px){
	
.rfc .owl-wrapper .text{
position:absolute;    
top:0px;
left:0px;
width:100%;
height:100%;    
padding:2em;
background:transparent;    
color:#000;
font-size:1em;
display:block;	
}
.rfc .owl-wrapper .text h6{
font-size:18px;
line-height:30px;
text-transform:uppercase;
text-wrap: balance;	
}
.rfc .item img{
width:100%!important;
height:auto;
margin-left:0;
margin-top:42%;
}
	
}
@media screen and (max-width: 480px){
	
.rfc .item img{
width:100%!important;
height:auto;
margin-left:0;
margin-top: 100%;
}

}
@media screen and (max-width: 375px){

.rfc .owl-wrapper .text {
position: relative;
float: left;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 2em 0;
background: transparent;
color: #000;
font-size: 1em;
display: block;
}
.rfc .item img {
position: relative;
float: left;
width: 100% !important;
height: auto;
margin-left: 0;
margin-top:0;	
    }

}
/* END Light Post Carousels Modified */
/* columns - eingesetzt im Service-Bereich */
.column-1{float:left;width: 100%;margin-left: 0;}
.column-2{float:left;width: 48%;margin-left: 2%;}
.column-3{float:left;width:31.333%;margin-left: 2%;}
.column-4{float:left;width:20%;margin-left: 2%;}
.column-1:first-of-type{margin-left:0;}
.column-2:first-of-type{margin-left:0;}
.column-3:first-of-type{margin-left:0;}
.column-4:first-of-type{margin-left:0; margin-right:4%;width:30%;}
/*--------------------------------------------------------------
Bereich: Wer wir sind
--------------------------------------------------------------*/
.flexcontainer{
	display:flex;
    align-content: flex-start;
    justify-content:space-between;
    align-items: flex-end;
	flex-wrap:nowrap;
}
.one{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
	flex-wrap:nowrap;
}
.one p,.one-a p{margin-bottom:0;}
.one img{margin-bottom:0;}
.two{
max-width:40%;
}
/*--------------------------------------------------------------
Bereich: Kontakt
--------------------------------------------------------------*/
#section-13{color:#404040!important;}
/*--------------------------------------------------------------
Themeeigener Slider - hier nicht verwendet
--------------------------------------------------------------*/
.slider-caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-caption .caption-title {
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    margin: 0 auto 20px;
    width: 80%;
    line-height: 1.3;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	display:none;
}
.slider-caption .caption-description {
    font-size: 24px;
    color: #FFF;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 300;
    margin: 0 auto 20px;
    width: 70%;
}
.slider-caption .caption-description p {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
Portfolio Section (Startseite) - hier nicht verwendet
--------------------------------------------------------------*/
.portfolio-listing {
    margin: 0 -15px;
}
.portfolio-listing a:nth-child(3n+1){
    clear: none;
}
.portfolio-listing a:nth-child(4n+1){
    clear: both;
}
.portfolio-list {
    width: 25%;
    float: left;
    position: relative;
    text-align:center;
}
.portfolio-wrap {
    margin: 15px;
    overflow: hidden;
    position: relative;
}
.portfolio-list .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
    z-index: 9999;
}
.portfolio-list .portfolio-overlay span {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #000;
}
.portfolio-list:hover .portfolio-overlay {
    display: block;
}
.portfolio-list h3 {
    position: absolute;
    width: 74.1%;
    padding: 5px;
    bottom: 0px;
    left: 13%;
    color: #f7f7f7;
    background:#000;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.portfolio-list:hover h3 {
    display: none;
}
.portfolio-list img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.portfolio-list:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
#menu-ffolio{
list-style:none;
font-size:20px;
}
#menu-ffolio a{
border:1px solid #000!important;
padding:10px 15px;
text-transform:uppercase;
color:#000;    
}
/*--------------------------------------------------------------
Service Section - Bereich: Was wir machen
--------------------------------------------------------------*/
.service-list {
width: 24.06%;
float:left;
margin-left:1.25%;
}
.service-list:nth-child(1) {
float:left;
margin-left:0;
margin-right:0;	
}
.service-list:nth-child(3) {
float:left;
margin-left:1.25%;
}
.service-list:nth-child(4) {
float:right;
margin-right:0;
margin-left:0;	
}	
.service-listing a:nth-child(4n+1){
clear: both;
}
.service-list .service-image {
margin: 0 0 0 7px;
overflow: hidden;
border: 0px solid #EEE;
}
.service-list .service-image img {padding:0px;}
/*--------------------------------------------------------------
Portfolio - Seite:Referenzen
--------------------------------------------------------------*/
#primary {
width: 100%;
}
.portfolio-wrap-all{
margin: 15px;
overflow: hidden;
position: relative;
width: 30%;
float: left;
min-height:200px;	
}
.folio-meta{
position: absolute;
width: 100%;
padding: 0 7px 0;
bottom:0px;
left: 0;
color: #FFF;	
background: rgb(0,0,0,.7);	
}
.folio-text{
float:left;
min-height:200px;	
}
.folio-meta-all{
position:relative;	
float:left;
width: 100%;
padding: 0 7px 0;
color: #FFF;	
background: rgb(0,0,0,.7);	
}
.folio-meta h3,.folio-meta-all h3{
float:left;	
font-size: 16px;
text-transform: uppercase;
width: 100%;
}
.folio-meta h4,.folio-meta-all h4{
float:left;
font-size: 13px;
width: 100%;
letter-spacing:0;
margin:0;
padding:2px;
text-transform:uppercase;	
}
/*--------------------------------------------------------------
Team Section
--------------------------------------------------------------*/
.team-list {
    width: 30%;
	float:left;
	text-align:center;
}
.team-list:nth-child(1) {
float:left;
margin-left:0;
margin-right:0;	
}
.team-list:nth-child(2) {
float:left;
margin:0 5%;	
}
.team-list:nth-child(3) {
float:right;
margin-right:0;
margin-left:0;	
}	
.team-listing a:nth-child(3n+1){
clear: both;
}
.team-image{
width: 170px;
height: 170px;
border:1px solid #000;
display: inline-block;
margin: 0 0 20px;
position: relative;
}
.team-image:hover, .team-image.active{
border: 1px solid #1f317d;
}
.team-image img{
}
.team-list{
display:block;
}
.team-content{
margin-top: 10px;
}
.team-detail{
float: left;
width: 100%;
}
.team-detail h3{
font-size: 22px;
margin-bottom: 10px;
line-height: 1.2;
}
.team-detail h4{
font-size: 20px;
margin-bottom: 25px;
opacity: 0.8;
}
.blank-section{
min-height: 300px;
height: 60vh;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.top-footer {
    background: #000;
    padding: 10px 0;
}
.footer-column-1 .footer-block {
    width: 100%;
    margin-left: 0;
    text-align: right;
}
.top-footer ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}
.top-footer li {
    float: left;
    position: relative;
}
.top-footer a {
    color: #FFF;
    text-decoration: none;
    margin-left: 17px;
}
.bottom-footer {
    background: #000;
    padding: 15px;
    font-size: 1.3rem;
    color: #999999;
}
.bottom-footer a {
    color: #999999;
}
#go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #1f317d;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}
#go-top i {color:#fff;font-size:25px!important;}
#go-top a {color:#fff;font-size:25px!important;}
/*--------------------------------------------------------------
Plugin GDPR
--------------------------------------------------------------*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #000;
    border-top: 1px solid #bbb;
}
#moove_gdpr_cookie_info_bar * {
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal!important ;
	color:#bbb!important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    left: 60px;
    right: 60px;
	display:none!important;
}
.moove-gdpr-status-bar{display:none;}
/*--------------------------------------------------------------
media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Responsive CSS
--------------------------------------------------------------*/	
@media screen and (max-width: 1200px){
#masthead {
height:150px!important;	
width: 100%;
z-index: 99999;
background: #FFF;
padding:10px 0 0;
}	
.psac-post-carousel.psac-design-1 .psac-post-image-bg {
height: 250px!important;
position: relative;   
background-color: transparent;   
background-repeat: no-repeat;  
background-position: center;  
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover;  
background-size: cover;
cursor:pointer;
}
.psac-post-carousel.psac-design-1 .psac-post-content, .psac-post-carousel.psac-design-1 .psac-post-tags {
text-align: center;
position: absolute;
bottom: 0px;
left: 0;
background: rgba(0,0,0,.75);
margin-top:0px;
padding-bottom:7px;	
display: none;
}	
.mid-content{
width: 100%;
padding: 0 30px;
	}	
.service-list .service-image{
width: 90%;
height: auto;
}	
.service-list .service-detail{
width: 100%;
}
.service-list {
width: 48%!important;
float: left;
margin-left:0;
min-height:420px;	
}
.service-list:nth-child(1) {
float:left;
margin-left:0;
margin-right:0;	
}
.service-list:nth-child(2) {
float:right;
margin-right:0;
margin-left:0;	
}
.service-list:nth-of-type(2):after{clear:both;}	
.service-list:nth-child(3) {
float:left;
margin-left:0;
margin-right:0;	
}	
.service-list:nth-child(4) {
float:right;
margin-right:0;
margin-left:0;	
}
.two{
width:30%;
}
.social-icons{
display: none;
}
.main-navigation{margin-bottom: 10px;}		
}
@media screen and (max-width: 1024px){
#masthead {
height:150px!important;	
width: 100%;
z-index: 99999;
background: #FFF;
padding:10px 0 0;
}	
.psac-post-carousel.psac-design-1 .psac-post-image-bg {
height: 367px!important;
width: 275px;
position: relative;
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
cursor: pointer;
}
.service-list {
width: 48%;
float: left;
margin-left:0;
min-height:430px;	
}
.service-list:nth-child(1) {
float:left;
margin-left:0;
margin-right:0;	
}
.service-list:nth-child(2) {
float:right;
margin-right:0;
margin-left:0;	
}
.service-list:nth-of-type(2):after{clear:both;}	
.service-list:nth-child(3) {
float:left;
margin-left:0;
margin-right:0;	
}	
.service-list:nth-child(4) {
float:right;
margin-right:0;
margin-left:0;	
}	
.flexcontainer{
flex-wrap:wrap!important;
	}
.two{
max-width:100%!important;	
width:100%;
padding-top:15px;	
	}	
}	
@media screen and (max-width: 1000px){
#masthead .flex-box{
display: block;
	}
.main-navigation{
width: 40px;
    }
.main-navigation > ul{
display: none;
	}
.main-navigation > ul > li{
display: block!important;
float: none;
border-bottom:1px solid #1f317d
	}	
.menu-toggle{
display: block;
height: 40px;
width: 40px;
background: url(../images/menu.png) no-repeat center #1f317d;
text-indent: -9999px;
cursor: pointer;
	}
#site-logo{
float: left;
text-align: left;
	}
.main-navigation > ul{
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #fff;
padding: 10px 0;
text-align: center;
margin:0;
	}
.main-navigation > ul > li{
display: inline-block;
float: none;
	}
.main-navigation > ul > li > a{
color:#FFF;
padding: 10px;
	}
.main-navigation > ul > li.current a, 
.main-navigation li:hover > a,
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a{
color: #ddd;
	}
	.slider-caption{
		padding-left: 70px;
		padding-right: 70px;
	}
	#main-slider{
		min-height: 0;
	}
}

@media screen and (max-width: 768px){
#masthead {
height:150px!important;	
width: 100%;
z-index: 99999;
background: #FFF;
padding:10px 0 0;
}	
.wpglobus-ls {
position: relative;
width:60px;	
right: 0px;
top: 0;
margin-left: 55%;
padding-top:11px;
	}
.psac-design-2 .owl-nav {
    position: absolute;
    top: 75% !important;
    transform: translateY(-50%);
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none !important;
    width: 90%;
    left: 5%;
}
.psac-design-1 .owl-nav {
    position: absolute;
    top: 40% !important;
    transform: translateY(-50%);
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none !important;
    width: 90%;
    left: 5%;
}	
.psac-post-carousel.psac-design-1 .psac-post-image-bg {
    height: 407px!important;
    width: 305px;
	margin: 0 auto;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}		
.psac-post-slider.psac-design-2 .psac-post-left {
padding-right: 0px;}
.column-4:first-of-type{margin:0 0 4% 0;width:100%;}
.column-4{float:none;width:100%;margin:0 0 4%;}	
.service-list{
float:none;	
width: 100%!important;
	}	
	h1{
	   font-size: 24px;
	}
	h2{
		font-size:1.5em;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 16px;
	}
	h5{
		font-size: 14px;
	}
	h6{
		font-size: 12px;
	}
	.parallax-section h1{
		font-size: 34px;
	}
	.slider-caption .caption-title{
		font-size: 30px;
	}
	.slider-caption .caption-description{
		font-size: 20px;
	}
	.service-list{
		width: 100%;
	}
	.portfolio-list{
		width: 50%;
	}

	.team-image img{
		width: 100%;
	}

	.portfolio-listing a:nth-child(3n+1){
		clear: none;
	}

	.portfolio-listing a:nth-child(2n+1){
		clear: both;
	}

	.blog-listing .blog-list{
		width: 80%;
		margin: 0 auto 20px;
		float: none;
		display: block;
	}
	.blog-list .blog-image{
		text-align: center;
	}
	.parallax-section input[type="text"], 
	.parallax-section input[type="email"], 
	.parallax-section input[type="url"], 
	.parallax-section input[type="password"], 
	.parallax-section input[type="search"], 
	.parallax-section input[type="tel"], 
	.parallax-section textarea{
		width: 80%;
	}
	.service-listing .service-list{
		float: none;
		min-height:auto;
	}
	.top-footer .top-footer-wrap{
		margin-left: 0;
	}
	.footer-block{
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 25px;
		float: none;
	}
	.footer-block:last-child{
		margin-bottom: 0;
	}
	.copy-right, .site-info{
		float: none;
		text-align: center;
	}
	.main-navigation > ul{
		padding: 0;
		z-index: 99;
	}
	.main-navigation > ul > li{
		display: block;
		border-bottom: 1px solid #fff;
	}
	.main-navigation ul ul {
		background: #fff;
		position: static;
		font-size: 15px;
		display: none;
		float: none;
	}
	#primary, #secondary{
		float: none;
		width: 100%;
	}
	#main-slider .bx-wrapper .bx-controls-direction a{
		display: none;
	}
	.next-page{
		display: none;
	}
	.main-navigation ul ul a{
		color: #FFF;
	}
	.main-navigation ul ul li a{
		padding: 10px 0;
		border: 0;
	}
	.main-navigation ul ul{
		box-shadow: none;
	}
	.parallax-section{
        background-attachment: scroll !important;
        background-repeat: repeat !important;
    }
    .parallax-section.blank_template{
    	height: 40vh;
    	min-height: none;
    }
    body.parallax-on #masthead{
        position: relative;
    }
    #content{
        padding-top: 0 !important;
    }
    #main-slider .slick-arrow{
    	display: none !important;
    }
    .slider-caption{
    	padding: 0;
    }
    .logo-top .main-navigation ul ul li{
    	text-align: center;
    }
.one {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.one img{margin-bottom:15px;}	
.one-a{padding-top:15px;}
		
}
@media screen and (max-width: 480px){
#masthead {
height:150px!important;	
width: 100%;
z-index: 99999;
background: #FFF;
padding:10px 0 0;
}	
	.parallax-section h1{
		font-size: 30px;
	}
	.service-list.odd .service-image{
		float: left;
	}
	.service-list.odd .service-detail{
		float: right;
	}
	.service-listing .service-list{
		text-align: left;
	}
	.portfolio-list{
		width: 100%;
	}
	.blog-listing .blog-list{
		width: 100%;
	}
	.parallax-section input[type="text"], 
	.parallax-section input[type="email"], 
	.parallax-section input[type="url"], 
	.parallax-section input[type="password"], 
	.parallax-section input[type="search"], 
	.parallax-section input[type="tel"], 
	.parallax-section textarea{
		width: 100%;
	}
	#site-logo,
	.logo-top #site-logo{
		width: 80%;
		text-align:left;
	}
	.slider-caption{
		display: none;
	}  
    .hentry,
    #comments,
    #secondary .widget{
        padding: 20px;
    }
    .entry-thumb{
        margin: -20px -20px 30px;
    }
    .comment-navigation [class*='nav-'], 
    .paging-navigation [class*='nav-'], 
    .post-navigation [class*='nav-'], 
    .posts-navigation [class*='nav-']{
        width: 100%;
        float: none;
    }
	h2{
		font-size: 16px;
	}	
}
@media screen and (max-width: 480px){
#section-1408 {
    background: url(https://subtext.mediacat.berlin/wp-content/uploads/2023/05/2_was-wir-machen_neu.jpg) no-repeat scroll top left #cccccc;
    background-size: cover;
    color: #404040;
}
#section-1408 .parallax-section .page-content {
margin: 0 0 -30px;
}
#section-1471 h2{margin-bottom:10px;}	
.service-listing .service-list {
    float: none;
    width: 100%!important;
}
.psac-col-2{width: 40%;}	
.psac-post-carousel.psac-design-1 .psac-post-image-bg {
    height: 407px!important;
    width: 305px;
	margin: 0 auto;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.psac-post-left {
    padding-right: 0px;
    background-color: transparent;
    background-image: none !important;
    background-position: 3px 3px !important;
    background-repeat: repeat !important;
}
.psac-post-slider.psac-design-2 .psac-post-right {
    max-height: 23em;
}	
.psac-col-2{width: 100%;}	
.one{
display:block;
}	
}
@media only screen and (max-width: 667px) and (orientation:landscape){
#masthead {
height:150px!important;	
width: 100%;
z-index: 99999;
background: #FFF;
padding:10px 0 0;
}	
.psac-design-2 .owl-nav {
	display:none;
    position: absolute;
    top: 82% !important;
    transform: translateY(-50%);
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none !important;
    width: 90%;
    left: 5%;
}		
}
@media (min-width: 393px) and (max-width: 851px) and (orientation:portrait) {
.psac-post-carousel.psac-design-1 .psac-post-content{max-width:305px;margin-left:23px;}	
#psac-slider-2 .psac-post-content .psac-post-short-content{margin-bottom:0px;}
.psac-post-slider.psac-design-2 .psac-post-left {height: 23em;}		
.psac-post-slider.psac-design-2 .psac-post-right {max-height: 23em;}
}
@media only screen and (max-width: 375px) and (orientation:portrait){
#masthead {
height:150px!important;	
width: 100%;
z-index: 99999;
background: #FFF;
padding:10px 0 0;
}	
.wpglobus-ls {
    position: relative;
    width: 72px;
    right: 0px;
    top: 0;
    margin-left: 58%;
    padding-top: 13px;
}
.mid-content {
width: 100%;
padding: 0 30px;
}
#section-1408 {
    background: url(https://subtext-berlin.com/wp-content/uploads/2023/05/2_was-wir-machen_neu.jpg) no-repeat scroll top left #cccccc;
    background-size: cover;
    color: #404040;
}
#section-1471 h2{margin-bottom:10px;}	
.column-4:first-of-type{margin:0 0 4% 0;width:100%;}
.column-4{float:none;width:100%;margin:0 0 4%;}		

.psac-post-slider.psac-design-2 .psac-post-left {
    padding-right: 0px;
    background-color: transparent;
    background-image: none !important;
    background-position: 3px 3px !important;
    background-repeat: repeat !important;
	max-height:340px;
}
.psac-design-1 .owl-nav {
    position: absolute;
    top: 40% !important;
    transform: translateY(-50%);
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none !important;
    width: 90%;
    left: 5%;
}
.psac-design-2 .owl-nav {
    position: absolute;
    top: 48% !important;
    transform: translateY(-50%);
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border: none !important;
    width: 90%;
    left: 5%;
}	
.psac-slider-and-carousel .owl-next{right:-25px !important; position:absolute;}
.psac-slider-and-carousel .owl-prev{left:-25px !important; position:absolute;}
.one img{margin-bottom:15px;}	
.one-a{padding-top: 15px;}	
}
@media only screen and (min-width: 48.0625em) {/*769px*/
	.psac-column,
	.psac-columns {position:relative; float: left;}	
	.psac-col-2{width: 50%;}	
	
}
@media only screen and (max-width: 48em) {/*768px*/
	.psac-post-slider.psac-design-2 .psac-post-slides{display:block;}
/*	.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay{padding: 20px 40px 20px 20px;} */
	.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay{padding: 10px;} 
}
