/*  SAE Blog Styles for custom areas */ 
/*  Version: 4.7
    Editor: R.Ehm | ip2c.de 
*/
 
html, body {  
  position: relative;
  overflow-x: hidden;
}

html, body {
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto; /* statt touch */ 
}

/* -----------------------------------  Colors ------ Background Colors   -  Border  */
.overlay-header #site-header, .menu-modal-inner, header#site-header, .archive-header {
  background-color: #0D0D0D !important;
}
.search-modal-inner {
  background-color: rgba(21, 27, 21, 0.90) !important;
}
.social-icons a {
  background-color: transparent !important; 
}
.has-white-background-color {
  background-color: #ffffff;
}
footer .fill-children-current-color, footer .fill-children-current-color * {
  fill: #212721;
}
blockquote {
  border-color: #FF6900;
} 
.is-style-border {
  border: 2px solid #ffffff;
}
/* 
 


/*       ----  Speial  color  sections     ----  
-------------------------------------------------- */
.tag main  {
    background-color: #FF6900; 
}
/* *********************************************************************** 
 //////////________________ Colors 
@color__darkgrey:  #212721 
Orange  #FF6900
Audio   #307fe2
Film    #F09D19
Game    #ee2737
Web     #753bbd
*/ :root {
  --orange: #FF6900;
  --sae_orange: var(--orange); 
  --audio: #307fe2;
  --film: #F09D19;
  --game: #FF0014;
  --web: #8B00FF;
  --design: #E7417A;
  --creation: #4CADDB;
  --new_black:#0d0d0d;
} 
/* _____________________________________   --maincolor is defined in single.php  ___________ */
body{
  background-color: var(--new_black);
}
.is-style-outline .wp-block-button__link{
  border-color: var(--orange) !important;
}
*, .is-style-outline a, .is-style-outline .wp-block-button__link {
  border-color: var(--maincolor) !important;
}
#next_section p a{
  color: var(--maincolor); 
}
#next_section p a::after{
  content: " ";
  display: inline-block;
  width: calc(18px + 0.95vw);
  height: calc(8px + 1vw);
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: calc(10px + 0.22vw);
  width: calc(22px + .2vw);
  -webkit-mask-image: var(--arrow-mask); 
  mask-image: var(--arrow-mask);
  -webkit-mask-image: var(--arrow-mask);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-position: -10px;
  mask-position: -10px;
}
#next_section p a:hover::after{
  -webkit-mask-position: -0px;
  mask-position: -0px;
}
main, .bg_colorsection, .tagcloud a { 
  background-color: var(--maincolor);
}
body:not(.page) main h3:not([class]), body:not(.page) main h2:not([class]), body:not(.page) main h5:not([class]), body:not(.page) main h2:not([class]), body:not(.page) main strong, body:not(.page) .is-style-outline a {
  color: var(--maincolor) !important;
  fill: var(--maincolor) !important;
}
button, *::after, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .post-tags .meta-text a {
  background-color: var(--maincolor);
}
/* END maincoolors */
/*body:not(.page) main, main .post-tags a{
  background-color: var(--orange) !important;
}*/
.category-audio main, .category-audio .post-tags a, .audio-cat   {
  background-color: var(--audio) !important;
}
.category-film main, .category-film .post-tags a, .film-cat  {
  background-color: var(--film) !important;
}
.category-game main, .category-game .post-tags a, .game-cat   {
  background-color: var(--game) !important;
}
.category-web main, .category-web .post-tags a, .web-cat  {
  background-color: var(--web) !important;
}
.category-creation main, .category-creation .post-tags a, .creation-cat  {
  background-color: var(--creation) !important;
}
.category-design main, .category-design .post-tags a, .design-cat  {
  background-color: var(--design) !important;
}
/**/
.category-audio .entry-categories *,  .category-audio .post-author .meta-text{
  color: var(--audio) !important;
}
.category-film .entry-categories *,  .category-film .post-author  .meta-text {
  color: var(--film) !important;
}
.category-game .entry-categories *,  .category-game .post-author  .meta-text {
  color: var(--game) !important;
}
 .category-web .entry-categories *,  .category-web .post-author .meta-text {
  color: var(--web) !important;
}
.category-creation .entry-categories *,  .category-creation .post-author  .meta-text {
  color: var(--creation) !important;
}
 .category-design .entry-categories *,  .category-design .post-author  .meta-text {
  color: var(--design) !important;
}
/**/
.fachbereich-button, .wp-element-button.fachbereich_btn{
  border-width: 0px !important; color: #fff !important; 
  background-color: rgba(0,0,0,0.6) !important;
}
.wp-element-button.audio-cat, .tag-cloud-link.audio-cat, .fachbereich-button.audio-cat { 
  background-color: var(--audio) !important; 
 
}
.wp-element-button.film-cat, .tag-cloud-link.film-cat, .fachbereich-button.film-cat { 
  background-color: var(--film) !important;  
 
}
.wp-element-button.game-cat, .tag-cloud-link.game-cat, .fachbereich-button.game-cat {
  background-color: var(--game) !important; 
 
}
.wp-element-button.web-cat, .tag-cloud-link.web-cat, .fachbereich-button.web-cat {
  background-color: var(--web) !important; 
}
.wp-element-button.creation-cat, .tag-cloud-link.creation-cat, .fachbereich-button.creation-cat { 
  background-color: var(--creation) !important; 
}
.wp-element-button.design-cat, .tag-cloud-link.design-cat, .fachbereich-button.design-cat { 
  background-color: var(--design) !important; 
}
.wp-element-button.fachbereich-button{
  line-height: 1em; 
}
.fachbereich-button.active .remove-cross{
  display: none !important;
}

/* END the colors  
/*  ________  ________ */
 


/*
 Basics Cleaning Global
__________________________________________  */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  outline: none !important;
  border: none !important;
}
.footer-nav-widgets-wrapper, .post-tags .meta-icon, .post-separator.styled-separator {
  display: none !important;
}
.post-tags .meta-text {
  color: transparent;
}
.archive .color-accent{ 
  display: none;
}
/*  _______  buttons  BUTTON    Button    .button  */

.meta-text a {
  margin-right: calc(5px + .4vw);
}
.tagcloud a, .wp-block-button a, #load-more,   .fachbereich_btn, .post-tags .meta-text a, button.alm-load-more-btn, a.wp-block-file__button {
  padding: calc(10px + 0.16vw) calc(17px + 0.04vw) !important;
  border-radius: 7px !important; 
  margin-bottom: calc(5px + .4vw); 
  line-height: 1.1em;  
  font-size: clamp(12px, calc(10px + 0.44vw), 22px); 
  /*! height: calc(10px + 1.03vw); */
  font-family: 'helvetica_neuebold', Arial, sans-serif;
}
@media (min-width: 768px) {
  .tagcloud a, .wp-block-button a, .fachbereich-button, .post-tags .meta-text a, 
   .wp-block-file__button { 
     padding: calc(11px + 0.14vw) calc(21px + 0.14vw);
     border-radius: calc(4px + 0.24vw) !important;
     font-size: calc(12px + 0.04vw) !important;
  }
} /**/
button.fachbereich-button, button.wp-element-button, .fachbereich-button{
    padding: calc(11px + 0.14vw) calc(25px + 0.14vw) calc(10px + 0.14vw) !important;
    text-transform: unset; 
    font-weight: normal !important;
     border-radius: calc(4px + 0.24vw) !important;
    font-size: calc(11px + 0.4642vw) !important;
    text-decoration: none !important; 
    font-family: 'helvetica_neuebold', Arial, sans-serif;
}
.single button.back-to-overview{
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #fff !important; 
}
.single button.back-to-overview:hover{
  background-color: rgba(50,50,50,0.5);
}
.slides .fachbereich_btn{ 
  position: absolute;
  bottom:2%; 
  right: 3%; 
} 
.slides a.fachbereich_btn::hover{
  transform: scale(.9) !important;
} 


/*  END Basic Cleaning





 /*   2022  - Adaptions 
----------------------------------------------------------------------------- */
body {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
li.flex_half .one_half:nth-child(2), .bg_colorsection{
	flex:calc(1 / 1.2) !important;
}
.flex-control-nav li:first-child{
	margin-left:0px;
}
@media (min-width: 768px) {
	.single ol:not([class]){
		padding-left: 9% !important;
  		margin-left: 0px !important;
	}
}/**/
.slides .excerpt.textline p:nth-child(2n){
	display:none;
}
.single  .one_half .excerpt.textline  p:first-child {
		margin-bottom:0px !important;
	}
@media (min-width: 768px) {
	 .single div:not(flex_half) .author-description p{
		margin-bottom:0px !important;
	}
}/**/
@media (max-width: 768px) {
	.wp-block-spacer{
		height:0px !important;
	}
}/**/
.is-provider-tiktok .wp-block-embed__wrapper{
  box-shadow: none !important;
} 
body.single main .is-provider-tiktok blockquote {
  	border: none !important;
	margin: 0px !important;
	margin-left: 0px !important;
	padding: 0px !important;
}
.wp-block-image.size-full  img {
  width: 100%;
  max-width: auto;
}
.wp-block-image figcaption span, .blocks-gallery-item__caption .has-primary-color{
	color:#ffffff !important;
}
ul li::marker {
	color:  var(--maincolor) !important;
}
button[aria-label="1 of 1"] {
  display:none !important;
}
/*    Zitat citate blockquote */
p.citate, .has-larger-font-size, p.citate strong em, p.citate strong,  p.citate em, p em strong, p.has-text-align-left em strong.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: calc(14px + 2.4vmin) !important;
	font-family: 'droid_sansbold' !important;
	line-height:normal !important;
	font-weight:normal !important;
    color: var(--maincolor) !important;
	text-transform: uppercase !important;
}
blockquote.is-style-large, .wp-block-quote.is-style-large {
	padding-left:0px !important;
}
body.single main blockquote p{
			font-size: calc(16px + 2.4vmin);
			 color: var(--maincolor); 
			 margin-bottom: 0px !important;
}
@media (min-width: 768px) {
	body.single main blockquote{
			letter-spacing: .03em;
			padding: 0 !important;
	}
	body.single main blockquote p{
			color: var(--maincolor);  
			font-family: 'droid_sansbold' !important;
			text-transform: uppercase;
	} 
	ul.wp-block-social-links.alignleft{
			margin-left:7vw !important;
	}
}/**/	
	







/* **********************************************************
					T Y P O G R A F I E 		
************************************************************* */
body, .entry-content, h2 .innertext {
  font-family: 'helvetica_neueregular', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .025em;
  font-weight: normal;
}
.author_headline {
  font-family: 'helvetica_neueheavy', Arial, sans-serif !important;
  letter-spacing: .025em;
}
@media (max-width: 767px) {
  .author_headline{
    margin-bottom: 8px !important;; 
  }
} /**/
h1, h2, .heading-size-3, .as_h3, .heading-size-4, .heading-size-5.as_h4, h5:not([class]), .tagcloud a, .author_headline, 
#popmake-440 .popmake-content a, .study_at {
  text-transform: uppercase;
}
.droid_sansbold .popmake-content a, .single .headline.wih_line.right h2, main .section-inner h2, .infos_cont, .study_at, h1, h1 strong, h3 {
  font-family: 'Code_Pro';
  letter-spacing: .01em; 
  text-transform: uppercase;
}

.as_h1, .as_h2, .as_h3 , .as_h4{
    font-family: 'Code_Pro';
}
h2{
  letter-spacing: 0.02em;
}
.code_pro { 
  font-family: 'Code_Pro' !important;
  letter-spacing: 0.02em; 
}
/*     		     ----  Font Sizes      ----  
-------------------------------------------------- */
.newhead{
  position: relative;
  margin-top: calc(2px + 4.8vw); 
}
@media (min-width: 1700px) {
  .newhead{
    margin-top: 80px; 
  }
} /**/
.headline.wih_line h1 {  
   position: absolute;
   z-index: 2; 
   line-height: 0.87em;
   margin-left: 1%;
}
h1, .heading-size-1, h1 span, .wih_line h1 {
  font-size: 55px;
  font-size: clamp(20px, calc(10px + 4.3vw), 50px );
}
/* archive title */
h1.archive-title {    
   hyphenate-limit-chars:  unset;
   hyphens: none; 
   text-align: right;
   width: 90vw;
   margin: 0 0 calc(-16px - 0.223vw) auto;
}
h1.archive-title span {
   font-size: clamp(20px, calc(20px + 4.3vw), 70px);
}
@media (min-width: 768px) {
  h1.archive-title {
    width: calc(233px + 29vw);
    margin: 0 4% calc(-24px - 0.483vw) auto;
  }
  h1.archive-title span { 
    font-size: clamp(20px, calc(20px + 4.3vw), 70px);
    display: inline-block;
  }
}/**/
@media (min-width: 1700px) {
  h1.archive-title {
    width: calc(203px + 30vw);
    text-align: right; 
    margin: 0 0px -48px auto;
    hyphenate-limit-chars: auto;
    hyphens: none;
  }
  h1.archive-title span { 
    font-size: clamp(20px, calc(20px + 4.3vw), 90px);
    display: inline-block;
  }
}/**/
.newhead h1, h1:not(.archive-title) {
  font-size: clamp(30px, 23px + 4vw, 100px);
} 
h2, .heading-size-2, h2 span, .wih_line h2, .home main .section-inner h2 {
  font-size: 45px;
  font-size: calc(33px + 1.3vw);
}
h3, .heading-size-3, main .section-inner h2, main .section-inner .heading-size-2 {
  font-size: 54px;
  font-size: calc(28px + 0.4vw);
}
h4, .heading-size-4 {
  font-size: 40px;
  font-size: calc(20px + 0.4vw);
}
h5, .heading-size-5 {
  font-size: 2.4rem;
  font-size: calc(17px + 0.4vw);
}
h6, .heading-size-6 {
  font-size: 15px;
}
body, h2 .innertext {
  font-size: 16px;
}
.tagcloud a {
  font-size: calc(9px + 0.4vw) !important;
  text-transform: unset;
  letter-spacing: 0.03em;
}
.smaller.flex_half_big .heading-size-4, .heading-size-5.as_h4 {
    font-size: 25px;
    font-size: clamp(18px, 11px + 1.1962vw, 40px);
    padding-right: 2%;
}
@media (max-width: 479px) {
  .home .newhead h1, .home h1 {
     top: calc(-8px - 0.3vw) !important;  
  }  
} /**/ 
@media (min-width: 480px) {
  .newhead h1, h1 {
    font-size: calc(8px + 4.13vw);
    top: calc(-8px + -0.1278vw) !important;
  } 
} /**/ 
@media (min-width: 768px) {
  body, h2 .innertext {
    font-size: 18px;
  }
  .autor_headline {
    font-size: 22px;
  }
  .newhead h1, h1 {
    top: calc(-12px - 0.09vw) !important;
    font-size: calc(25px + 2.35vw);
  }
} /**/
@media (min-width: 1020px) {
   .newhead h1 {
    top: calc(-14px - 1.5vw) !important;
    font-size: calc(31px + 2.98vw);
  }
} /**/ 
@media (min-width: 1410px) {
  body, h2 .innertext {
    font-size: 22px; 
  }
} /**/
@media (min-width: 1700px) {
   .newhead h1 {
    top: -16px !important;
    font-size: 80px;
    margin-bottom: 0px !important;
  }
} /**/
.primary-menu, .primary-menu a, footer *, footer a, button, .button, .faux-button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], main .wp-block-table td{
  font-size: 18px;
}
.ancestor-wrapper a {
  font-size: 18px;
  display: inline-flex;
}
.biggercat .heading-size-4 {
  font-size: 70px;
  font-size: calc(13px + 2.9vw);
}
@media (max-width: 479px) {
  .one_half .author_headline {
    font-size: 13px;
  }
  .biggercat .author_headline {
    font-size: 15px;
  }
  .read_more .heading-size-4 {
    font-size: 25px;
  }
  .home .smaller .heading-size-4 {
    font-size: calc(20px + 1vw);
  }
} /**/
@media (min-width: 480px) {
  .one_half .author_headline {
    font-size: calc(12px + .2vw);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
  }
  .biggercat .author_headline {
    font-size: calc(14px + .2vw);
    margin-bottom: 0.5vmin;
  }
  .biggercat .heading-size-4 {
    font-size: calc(16px + 1.2vw);
  }
} /**/
@media (min-width: 768px) {
  .author-description p{ 
     font-size: clamp(10px, calc(10px + 0.38vw), 20px);	 
     line-height: 1.2em !important;
     hyphens: none !important; 
	}
} /**/
@media (min-width: 1280px) {
  .one_half .author_headline {
    font-size: calc(16px + .12vw);
  }
  .biggercat .author_headline { 
    font-size: calc(18px + .2vw);
    margin-bottom: 0.75vmin;
  }
  .biggercat .heading-size-4 {
    font-size: calc(32px + .8vw);
    line-height: .99em;
  }
} /**/

/*       		 ----  Font Weights      ----  
-------------------------------------------------- */
.bold, .read_more_link.read_more  {
  font-weight: bold;
  font-weight: 700 !important;
}
.fontweichtnormal, .footer-copyright, h1, h2, h3, h4, h5, footer a {
  font-weight: normal;
}
/*       		 ----  Font color      ----  
-------------------------------------------------- */
a:hover {
  opacity: 1 !important;
}
.whitefont, .archive-title .color-accent, .post-tags .meta-text a, h1, h2, h3,  .innertext, main div, h3.author-title, .slides .one_half *, .search-modal-inner .section-inner, .search-modal-inner .section-inner, .menu-item a, h3.author-title {
  color: #ffffff;
}
.blackfont, footer *, footer a, .has-secondary-color {
  color: #fff;
}
footer svg{
  fill: #fff;
}
.has-secondary-color {
  color: #212721 !important;
}
.single .section-inner h2{
  color: var(--maincolor) !important;
}
a {
  color: inherit;
}
/*       	  	 ----  Line-Height    ----  
-------------------------------------------------- */
.template-shop .product_meta, .av-catalogue-title, div table.shop_table td {
  line-height: normal;
}
body, p {
  line-height: 1.45em;
}
/*       		 ----  Font Styles      ----  
-------------------------------------------------- */
.uppercase, .primary-menu a, h1 a, h2 a, h3 a, h4 a, h1, h2, h3, .infos_cont, .ancestor-wrapper a, .author_headline {
  text-transform: uppercase;
  letter-spacing: 0.03em;
} 
.template-page .entry-content-wrapper h1, .contenttable th {
  text-transform: none;
}
/*       	  	 ----  Font specials    ----  
-------------------------------------------------- */
.whitespace_nowrap {
  white-space: nowrap;
}
@media (min-width: 480px) {
  .footer-credits {
    white-space: nowrap;
  }
} /**/
/*       	  	 ----  Text decoration    ----  
-------------------------------------------------- */
.primary-menu a:hover, a, .primary-menu a:focus, .primary-menu .current_page_ancestor {
  text-decoration: none;
} 
/*       	  	 ----  Letter spacing    ----  
-------------------------------------------------- */
/* ---------------  Button Font   */
/* END Typografie  */



/* ____________________________________  Cookiepolicy Website */
@media (min-width: 768px) {
  .page .cover-header-inner {
    padding:  0 ;
    color: #000 !important;
  }
}
.page .cover-header-inner * {
    background-color: #fff !important;
    color: #000 !important;
    padding: 0% !important;
    text-align: left;
  }
.page .post-inner * { 
    background-color: #fff !important;
    color: #000 !important;
    /*! border: none !important; */
}
.page .post-inner p{   
    font-size: 80%;
}
.page .post-inner h2{   
    font-size:120%;
}
.page .post-inner table{   
    font-size:70%;
}
.admin-bar .screen-height {
  min-height: auto;
}


/* Real Cookie Banner - Optimiertes kompaktes Tabellen-Styling */

/* Suche komplett ausblenden */
.gridjs-search {
    display: none !important;
}

/* Container Ausrichtung linksbündig */
.gridjs-container {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Head-Bereich ohne Suche */
.gridjs-head {
    display: none !important;
}

/* Tabellen-Wrapper linksbündig */
.gridjs-wrapper {
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    margin: 0 !important;
    width: auto !important;
}

/* Tabelle selbst - kompaktere Spalten */
.gridjs-table {
    width: auto !important;
    min-width: 100%;
    border-collapse: collapse;
    text-align: left !important;
}

/* Tabellen-Header */
.gridjs-thead {
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
}

.gridjs-th {
    text-align: left !important;
    padding: 10px 12px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
    white-space: nowrap;
}

/* Spaltenbreiten optimiert - viel schmaler */
.gridjs-th[data-column-id="kategorie"] {
    width: 100px !important;
    min-width: 100px !important;
}

.gridjs-th[data-column-id="technischerCookieName"] {
    width: 180px !important;
    min-width: 180px !important;
}

.gridjs-th[data-column-id="technischerCookieHost"] {
    width: 150px !important;
    min-width: 150px !important;
}

.gridjs-th[data-column-id="service"] {
    width: 140px !important;
    min-width: 140px !important;
}

.gridjs-th[data-column-id="dauer"] {
    width: 100px !important;
    min-width: 100px !important;
}

.gridjs-th[data-column-id="typ"] {
    width: 100px !important;
    min-width: 100px !important;
}

.gridjs-th[data-column-id="zweck"] {
    width: 300px !important;
    min-width: 300px !important;
}

.gridjs-th-content {
    text-align: left !important;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

/* Sortier-Buttons kompakter */
.gridjs-sort {
    margin-left: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 2px;
    opacity: 0.5;
    transition: opacity 0.2s;
    width: 16px;
    height: 16px;
}

.gridjs-sort:hover {
    opacity: 1;
}

/* Tabellen-Body */
.gridjs-tbody {
    background: #fff;
}

.gridjs-tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

.gridjs-tr:hover {
    background-color: #f9f9f9;
}

.gridjs-tr:last-child {
    border-bottom: none;
}

/* Tabellen-Zellen - kompakter */
.gridjs-td {
    text-align: left !important;
    padding: 8px 12px;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
    vertical-align: top;
    word-wrap: break-word;
}

/* Erste Spalte (Kategorie) hervorheben */
.gridjs-td[data-column-id="kategorie"] {
    font-weight: 600;
    color: #333;
}

/* Footer/Pagination linksbündig */
.gridjs-footer {
    padding: 12px 15px;
    background: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    text-align: left !important;
    border: none !important;
    box-shadow: none !important;
    width: auto !important;
}

.gridjs-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.gridjs-summary {
    text-align: left !important;
    font-size: 13px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Pagination Buttons - klein, schmal, moderne Schrift */
.gridjs-pages {
    display: flex;
    gap: 3px;
    align-items: center;
}

.gridjs-pages button {
    padding: 4px 8px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 400;
    transition: all 0.2s;
    min-width: 28px;
    height: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Vorherige und Nächste Buttons - Text durch Pfeile ersetzen */
.gridjs-pages button[title="Vorherige"],
.gridjs-pages button[aria-label="Vorherige"] {
    font-size: 0 !important;
    padding: 0 !important;
    width: 28px;
}

.gridjs-pages button[title="Vorherige"]::before,
.gridjs-pages button[aria-label="Vorherige"]::before {
    content: "←";
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.gridjs-pages button[title="Nächste"],
.gridjs-pages button[aria-label="Nächste"] {
    font-size: 0 !important;
    padding: 0 !important;
    width: 28px;
}

.gridjs-pages button[title="Nächste"]::before,
.gridjs-pages button[aria-label="Nächste"]::before {
    content: "→";
    font-size: 16px;
    font-weight: 400;
    display: block;
}

/* Spread (...) besser formatieren */
.gridjs-spread {
    border: none !important;
    background: transparent !important;
    cursor: default !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    padding: 0 4px !important;
    min-width: auto !important;
    width: auto !important;
    height: 28px;
    line-height: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #999 !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.gridjs-pages button:hover:not(:disabled):not(.gridjs-spread) {
    background: #f5f5f5;
    border-color: #0073aa;
}

.gridjs-pages button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.gridjs-pages button.gridjs-currentPage {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: 500;
}

/* Temp Element ausblenden */
#gridjs-temp {
    display: none !important;
}

/* Responsive Anpassungen */
@media screen and (max-width: 1200px) {
    .gridjs-wrapper {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 768px) {
    .gridjs-th,
    .gridjs-td {
        padding: 6px 8px;
        font-size: 12px;
    }
    
    .gridjs-pagination {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gridjs-pages {
        width: 100%;
        justify-content: flex-start;
    }
    
    .gridjs-pages button {
        padding: 3px 6px;
        font-size: 11px;
        min-width: 24px;
        height: 24px;
    }
    
    .gridjs-pages button[title="Vorherige"]::before,
    .gridjs-pages button[aria-label="Vorherige"]::before,
    .gridjs-pages button[title="Nächste"]::before,
    .gridjs-pages button[aria-label="Nächste"]::before {
        font-size: 14px;
    }
}

/* END Real Cookie Banner Tabellen-Styling */

/* END CSS Styling für Real Cookie Banner Tabelle */


/* ___________________________  Special Distances  */ 
/**/ :root {
  --small_distance: calc(8px + 1.2vw);
  --x_distance: calc(16px + 1.2vw); /* small distance inner*/
  --mid_distance: calc(20px + 2.5vw);
  --big_distance: calc(60px + 3vw);
  --bg_color: var(--sae_orange);
}
.single main h3:not([class]), .textline,   .single main h2, .single div:not(.flex_half) p:not(:has(*)), .headline.wih_line h1, .one_third.order2, .is-type-rich, .single main .flex_third, .has-secondary-color.has-text-color {
  margin-bottom: var(--mid_distance) !important;
}
.wp-block-group__inner-container, .size-large, .single .headline.wih_line.right, .headline.wih_line.left .heade2,  body.single main ule {
  padding-bottom: var(--mid_distance);
}
.authorarea, #next_section > .section-inner:first-child, #uber_blog, .archive .type-post, body.single p em strong, .citate {
  padding-bottom: var(--big_distance);
}
#projektslider, .page .smallerinnner, .archive #next_section, #uber_blog, body.single main .wp-block-verse, ul.wp-block-social-links {
  margin-bottom: var(--big_distance) !important;
}
#next_section > .section-inner:first-child, #next_section > .section-inner:first-child .flex_half, .mid_distance, .tagcloud, .intro-text, .single main h3:not(.author-title), .single main h2, .wp-block-group, .headline.wih_line, .is-type-rich, .single div:not(flex_half) p strong, .archive-title {
  padding-top: var(--mid_distance);
}
.wp-block-image, .is-type-video,  .single .headline.wih_line.right{
  margin-top: var(--mid_distance);
}
.headline.wih_line.right.center{
  text-align: center !important;
}
body:not(.page) #site-content > .section-inner, #uber_blog, .two_third.order1, .archive .section-outer{
  padding-top: var(--big_distance);
}
.infos_cont, .authorarea p, .excerpt.textline {
  padding-top: var(--x_distance);
}
.wp-block-group__inner-container h3{
  margin-bottom: var(--small_distance);
}
.next_sectionlink, .author-description  {
  margin-top: var(--small_distance);
}
.authorarea .one_half:last-child {
  padding: var(--x_distance);
}
@media (max-width: 479px) {
	.headline.wih_line.left h2{
		padding-top: var(--big_distance);
	}
}/**/
@media (max-width: 479px) {
	.headline.wih_line.left h2{
		padding-top: var(--big_distance);
	}
  .author-avatar, .authorarea .autor_image {
    padding-bottom: var(--x_distance);
  }
  .headline.wih_line h1, .page .headline.wih_line {
    /*! padding-top: var(--small_distance) !important; */
    margin-bottom: var(--small_distance) !important;
  }
} /**/
@media (min-width: 480px) {
  .authorarea {
    margin-bottom: var(--mid_distance);
  } 
} /**/
.excerpt.textline p {
  	margin-bottom: 0px;  
}
/* END Distances main */





/* _________  Floating Inlining ____________ 
*/
.f_left {
  float: left;
}
@media (min-width: 768px) {
  .f_right {
    float: right;
  }
} /**/
.clearboth, h2.entry-title {
  width: 100%;
  position: relative;
  clear: both;
}
h2.entry-title:not(.heading-size-1) {
  display: inline-block;
  max-width: 80%;
  min-width: 320px;
}
.clearer {
  height: 16vh;
  width: 100%;
  position: relative;
  clear: both;
  display: inline-block;
}





/* -----------------------------------  Grid and Frame  */
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.flex_half.flex_third {
  display: block !important;
}
.appstore .wp-block-column {
  margin-right: 2%;
	margin-left: 0px !important;
}
@media (min-width: 768px) {
	.appstore{
		  width: calc(100% - 14vw);
	}
}/**/
.blog_grid{
  text-align: center !important;;
}
.blog_grid ul li {
  margin-top: 5%;
  height: auto;
  position: relative;
}
@media (min-width: 480px) {
  .wp-block-columns {
    display: flex
  }
  .flex_half {
    display: flex !important;
    width: 100%;
  }
  .flex_half div, .flex_half span {
    flex: 1;
  }
  .one_half {
    flex: 1;
  }
  .blog_grid ul li {
    width: 49.3% !important;
    float: left;
    margin-top: 1.4%; 
    position: relative;
  }
  .blog_grid ul li:nth-child(2n) {
    margin-left: 1.4%;
  }
} /**/
.blog_grid .one_half {  
    aspect-ratio: 4 / 3.4 !important; 
    overflow: hidden !important; 
    width: 100%;
}
.blog_grid ul li .one_half img { 
    object-fit: cover;
    height: 100%;
}
@media (min-width: 1020px) {
  .flex_half.flex_third {
    display: flex !important;
  }
  .flex_half.flex_third div {
    flex: 1;
  }
 .blog_grid ul li .one_half {
    /*! aspect-ratio: 3.42 / 4 !important; */
    width: 50% !important;
    float: left; 
    overflow: hidden;
    display: flex;
    position: relative;
  }
  li.flex_half_big:nth-child(4n-1) .one_half:first-child, li.flex_half_big:nth-child(4n) .one_half:first-child {
    float: right;
  }
} /**/
@media (max-width: 767px) {
  .blog_grid ul li .one_half:nth-last-of-type(1){
      aspect-ratio: 6.2 / 3 !important;
  }
}/**/
.float_right {
  float: right; 
}
/*    slider */






/* -----------------------------------  Shadows  */





/*         ----  Headline with lines    ----  
------------------------------------------------------------- */


.single main h2:not([class]), .single main h3, .single main h5, #popmake-440 .popmake-content a, #uber_blog .wp-block-column h3 {
  background: none !important;
  text-decoration-skip: ink;
}
#popmake-440 .popmake-content a {
  text-decoration-thickness: 3px !important;
}
.headline.wih_line.left h2::before { 
  margin-top: 2%;
}
@media (min-width: 767px) {
	.single .headline.wih_line.left h2::before {
		content: "";
  		position: absolute;
 		height: calc(1px + .126vw);
	 }
}
.headline.wih_line.right h1::after, .headline.wih_line.right h2::after {
  margin-top: -17px;
}
.single .headline.wih_line.right h2::after {
  margin-top: calc(-9px - 1.5vh);
}
@media (min-width: 768px) {
  .headline.wih_line.right h1::after {
    margin-top: calc(-3px - 3vh);
  }
  .single .headline.wih_line.right h2::after {
    margin-top: calc(-13px - 2vh);
  }
} /**/
.beforeheadline {
  height: calc(3px + .3vw);
  float: left;
}
.headline.wih_line h1::after, .headline.wih_line.right h2::after {
  width: 400%;
  margin-left: 5%;
}
h2 .innertext {
  text-decoration: none !important;
  line-height: normal !important;
  position: relative;
  text-transform: none !important;
  float: left;
  margin-top: 10%;
}
h2 .innertext.smallerinnner {
  max-width: 280px;
}
/* ______________________ mittig Headline */
.headline.wih_line.wrapper_blogtext {
    margin: calc(120px + 10vw) 0 calc(70px + 10vw) !important;
    padding: 0 !important;
}
.headline.wih_line.wrapper_blogtext {
    text-align: center; 
}
.headline.wih_line.wrapper_blogtext .center {
    max-width: 55vw;
    min-width: 219px;
    margin: 0 auto;
}
.headline.wih_line.wrapper_blogtext .center *{
    line-height: 1em !important;
    hyphens: none !important;
    font-size: calc(15px + 3.43vw);
    word-break: keep-all;
    overflow-wrap: normal;
}
@media (min-width: 480px) {  
 
  .headline.wih_line.left {
    float: right; 
  }
  .single .headline.wih_line.left {
    position: relative;
  }
  .headline.wih_line.left h1, .headline.wih_line.left h2 {
    float: right;
  }
  .headline.wih_line.left h2 {
    padding-left: 65%;
    width: 100%;
  }
  .headline.wih_line.left h2::before {
    left: 0px;
    width: 61%;
  }
  .page .headline.wih_line.left h2 {
    padding-left: 50%;
    width: 100%;
  }
  .page .headline.wih_line.left h2::before {
    width: 55%;
    margin-left: -10%;
  }
  .headline.wih_line.left h1::after, .headline.wih_line.left h2::after {
    left: -420%;
  }
} /***/
@media (max-width: 479px) {
	.headline.wih_line.left h2::before{
		display: none;
	}
  .headline.wih_line.left {
    margin: 0 auto;
    width: calc(100% - 10%);
    display: block;
  }
  .single .headline.wih_line h1::after, .single .headline.wih_line h2 span::before, .single .headline.wih_line.right h2::after, .single .headline.wih_line.left h2::before {
    height: 3px;
    width: 200%;
    position: absolute;
    left: -45px;
    margin-top: -90px !important;
  }
	.single .headline.wih_line.left h2 span::before{
		content: " "; 
		height: 3px;
		background-color: #fff;
		margin-top: -60px !important;

	}
   .single .headline.wih_line.left h2::before {
    margin-top: -60px !important;
  }
} /**/
.single .headline.wih_line.left h2::after {
  left: auto;
}
/* END Headline with lines */




/* =============================================
               Animationen
================================================= */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Fade-in Animation für Blog Grid */
.blog-grid-loaded #post-container {
  opacity: 1 !important;
}

/* Headline Animation - Initial State */
.animated-headline {
  opacity: 0;
  transform: translateY(0px) scale(0.18);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Headline Animation - Activated State */
.animated-headline.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: headlinePulse 1.2s ease-out 0.23s;
}

/* Pulse-Effekt für extra Impact */
@keyframes headlinePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}



/* =============================================
            FACHBEREICH FILTER 
================================================= */

/* ___________________  WRAPPER  */
#fachbereich_filter_wrapper {
    position: relative;
    z-index: 10;  
    height: 6vmin !important;
    margin-top: 4vmin;
    touch-action: none; 
    -webkit-user-select: none;
    user-select: none;
}
/* ___________________  FLOATING CONTAINER  */
#fachbereich-floating {
    padding: 2.4vmin;
    display: flex;
    justify-content: center;
}
/*   #fachbereich-floating.sticky    */
#fachbereich-floating {
    position: fixed !important;
    bottom: 0px !important;
    left: 0% !important;
    width: 100%;
    margin-bottom: -10%;
    z-index: 1;
    /* Slide-in von unten Animation */    
    animation: slideUpFromBottom 0.635s ease-out forwards;
}

/* Slide-in Animation von unten */
@keyframes slideUpFromBottom {
    from {
        opacity: 0;
         margin-bottom: -20%;
    }
    to {
        opacity: 1;
        margin-bottom: 0%;
    }
}/**/

@media (max-width: 767px) {
  
  #fachbereich-panel {
    padding-bottom: 80px !important;
  }
   #fachbereich-toggle {
    margin-bottom: 12px !important;
  }
}
/* ___________________  TOGGLE BUTTON & ICON EFFECTS  */
#fachbereich-toggle {
    background: rgba(30, 30, 30, 0.85) !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #fff !important;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
    text-decoration: none;
    padding: calc(10px + 0.14vw) calc(24px + 0.14vw) calc(9px + 0.14vw) !important;
}
#fachbereich-toggle:hover {
    opacity: 0.78;
}
#fachbereich-toggle .filter-icon {
    width: calc(7.3px + .18vw);
    height: calc(7.3px + .18vw);
    transform: translate(-50%, -50%);
    border: 1px solid currentColor;
    inset: 2px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: all ease-in-out 0.23s;
}
#fachbereich-toggle .filter-icon::after {
    content: '';
    position: absolute;
    transform: translate(-50%, 60%);
    width: calc(8px + .18vw);
    height: calc(8px + .18vw);
    background: currentColor;
    border-radius: 50%;
    transition: all ease-in-out 0.23s;
}
#fachbereich-toggle.active .filter-icon {
    transform: translate(-50%, 20%);
}
#fachbereich-toggle.active .filter-icon:after {
    transform: translate(-50%, -80%);
}
/* ___________________  PANEL  */
#fachbereich-panel {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(80%);
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.55) 0%, rgba(10,10,10,0.25) 100%);
    border-radius: 12px 12px 0 0;
    padding: calc(0px + 0.32vw) calc(17px + 1.32vw) calc(21px + 7vmin) calc(17px + 1.32vw);
    opacity: 0; 
    transition: all .63s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    backdrop-filter: blur(3px); 
    text-align: center;   
     touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}
#fachbereich-panel.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);

} 
#fachbereich-panel:not(.active), #fachbereich-panel:not(.active) * {
    pointer-events: nonr !important;
    touch-action: none;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
}
#fachbereich-panel > * {
    margin: 0 auto;
}
#fachbereich-panel .panel-grabber{
  width:100%;
  height:calc(35px + 0.13vw);    
}
#fachbereich-panel .panel-grabber .line{
  position: absolute;
  left:50%; 
  transform:translate(-50%, 100%);
  width:clamp(130px, 25vw, 290px);  
  height:calc(6px + 0.03vw);  
  background:#fff;  
  border-radius:999px;
  cursor:grab; 
  touch-action:none; /* für Drag */
  margin: 0.32vmin 0;
}
.panel-grabber{ 
  touch-action:none; 
}
#fachbereich-panel .panel-grabber:active{
  cursor:grabbing;
}
/* ___________________  FILTER BUTTONS & LAYOUT  */
.fachbereich-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    max-width: 900px !important;
}
.fachbereich-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
}
.fachbereich-button:not(#fachbereich-toggle) {
    opacity: 0.9;
}
.fachbereich-button:not(#fachbereich-toggle):hover {
    opacity: 1;
}
/* Remove Cross Icon */
.remove-cross {
    position: absolute;
    left: 10px;
    margin-top: -3px;
    font-weight: bold;
    opacity: 0.87;
    transition: opacity 0.2s ease;
}
.fachbereich-button[aria-pressed="true"] .remove-cross {
    display: inline !important;
}
.fachbereich-button:hover .remove-cross {
    opacity: 1;
}
/* ___________________  RESET BUTTON  */
#reset-filter-button {
    margin-top: 1vmin;
    font-size: 118% !important;
    line-height: 0.95em;
    padding-top: calc(8px + 0.14vw) !important;
}
/* ___________________  BACKDROP  */
.fachbereich-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}
.fachbereich-backdrop.show {
    opacity: 1;
    visibility: visible;
}
/* ___________________  MOBILE RESPONSIVE  */
 
/* Sehr kleine Screens */
@media (max-width: 480px) {
    .fachbereich-filter {
        grid-template-columns: 1fr 1fr;
    }
}





/*                    ----  Startseite    ----   in like on the page 
---------------------------------------------------------------- */
/**/
/*   Blog grid   AUDIO  FILM   GAME  WEB  bg_svg */
/**/
.bg_svg {
  display: none;
}


@media (min-width: 768px) {
  .page li.flex_half_big:nth-child(4n-1) .one_half :nth-child(2) .category_top_line *, .page li.flex_half_big:nth-child(4n) .one_half :nth-child(2) .category_top_line * {
    float: right;
  }
  .page li.flex_half_big:nth-child(4n-1) .one_half :nth-child(2) .category_top_line::before, .page li.flex_half_big:nth-child(4n) .one_half :nth-child(2) .category_top_line::before {
    width: 120%;
    left: 0px;
  }
} /**/
.single .biggercat .bg_svg:first-child {
  background-color: var(--maincolor);
}
.single .biggercat .bg_svg {
  background-size: 98%;
}

.single .biggercat .bg_svg {
  left: 40%;
}
@media (min-width: 480px) {
  .one_half:nth-child(2) {
    padding-left: 4%;
  }
} /**/
.blog_grid ul li .one_half:nth-child(2), li.flex_half .one_half:nth-child(2) {
  padding: 4%;
}
@media (min-width: 768px) {
  .page li.flex_half_big:nth-child(4n-1) .one_half:first-child, li.flex_half_big:nth-child(4n) .one_half:first-child {
    float: right;
  }
} /**/
@media  (max-width: 479px) {
.blog_grid ul li .one_half:nth-child(2), li.flex_half .one_half:nth-child(2) {
  min-height: 250px !important;
}
.single .slides .smaller .one_half, .single .slides .smaller .one_half  {
      height: 50vh !important;
      min-height: 30vh;
      max-height: 30vh;
  }
  .single .slides .smaller .one_half img{
     object-fit: cover !important;
     aspect-ratio: 6 / 4; 
  }
}/**/




@media (min-width: 1810px) {
  .category_top_line::before, .single .bg_svg::after .category_top_line::before {
    height: 7px;
  }
  .biggercat .category_top_line::before {
    width: inherit;
  }
} /**/
/**/
.blog_navigation .bg_svg, .prj_infos h5 {
  cursor: pointer;
}
/* END Blog grid and Icons */




/* ____________________________  Flex slider  content and elements  */
.flex-container.flex-viewport{
  overflow: hidden;
}
.flex-container .one_half.image-container{
  aspect-ratio: 4 / 3.21; /* z. B. Hochformat */
  overflow: hidden; 
  max-height: 580px;
}
.flex-container  .one_half.image-container > a:not([class]){
  display: block;
  width: 100%;
  height: 120%;
 
}
.flex-container  .one_half.image-container img{
  width: 100%;
  margin-top: -0.1% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}
.one_half.image-container::after{
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,  rgba(0,0,0,0) 30%);
  pointer-events: none; /* nicht klickbar */
  opacity: 0.5;
}
.flex_half biggercat{
  max-height: 70vh;
}
.slides .flex_half_big .one_half, .smaller.flex_half .one_half {
    position: relative;
  }
/*   bloggridd  and flexslider    */

.blog_grid li.blog-post {
  width: calc(33.333% - 20px);
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.blog_grid li.blog-post:hover {
  transform: translateY(-5px);
}
.flex_half_big a.read_more, .smaller.flex_half a.read_more{
    position: absolute;
    bottom: 4%; 
    text-align: left; 
    line-height: 1.37em;
    width: 99%; 
    left: 8%;
}
@media (max-width: 1019px)  {
   .flex_half_big a.read_more, .smaller.flex_half a.read_more{
      left: 4%;
      width: 90%;
  }
} /**/
.home .smaller.flex_half a.read_more{
    left: 10%;
    width: 80%;
}
.slides li.biggercat:first-child {  
	margin-right: -0.6px !important; 
}
@media (min-width: 480px)  {
    .flex_half_big a.read_more, .smaller.flex_half a.read_more{
      width: 76%; 
  }
} /**/
@media (min-width: 600px) and (max-width: 989px) {
  .single .slides .smaller .one_half, .single .slides .smaller .one_half img {
    min-height: 12em;
    max-height: 12em;
  }
} /**/

/*   Startseite  */
@media (min-width: 480px) and (max-width: 989px) {
  .excerpt.textline {
    display: none;
  }
} /**/
@media (min-width: 480px) and (max-width: 767px) {
  .flexslider .slides > li .read_more_link, .flexslider .slides > li .read_more::after {
    display: none !important;
  }
} /**/
@media (max-width: 479px) {
  .single .flexslider .slides > li {
    height: 86vh;
    /*! max-height: 720px; */
  }
  .flexslider .slides > li .read_more_link, .flexslider .slides > li .read_more::after {
    display: none !important;
  }
} /**/
@media (max-width: 429px) {
   .page .flexslider .slides > li .excerpt {
     font-size: 14px;
     line-height: 1.3em;
  }
} /**/
/* Startsite           slider top */
/*   Blogslider at bottom   */



/*  Ajax load more   */
.morebutton_wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}
#load-more {
  margin-top: 6vh;
  text-transform: unset;
  background: none;
  border: 1px solid #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#load-more:hover {
  transition: all ease-in-out 0.2s;
  border: 1px solid #FF6900;
  color: #FF6900;
}
/*  END Ajax load more */


.wp-block-social-link {
    background-color: var(--maincolor) !important;
  padding-left: 0.5% !important;
}
.wp-block-social-link:hover {
  transform: scale(1) !important;
}


/*   uber blog  */ 
#uber_blog .is-style-default {
  padding: 2rem !important;
}
@media (min-width: 768px) {
  #uber_blog {
    display: flex;
    margin-bottom: 12vh;
  }
  #uber_blog .is-style-default  p.has-secondary-color {
    font-size: clamp(18px, calc(16px + 1.13vw), 130px ); 
   
  }
  #uber_blog .is-style-default {
    margin-top: 25%;
    padding: 10% !important;
    
    padding-right: 8% !important;
    padding-bottom: 10% !important;
    margin-bottom: -19%;
  }
  #uber_blog .wp-block-column {
    flex-basis: 50%;
  }
  #uber_blog .is-style-border {
    border-width: var(--borderwidth);
    position: relative;
    background: none !important;
    width: 140%;
    padding-right: 50%;
    padding-bottom: 0px !important;
  }
  #uber_blog .is-style-border::before {
    content: "";
    position: absolute;
    width: 110%;
    float: left;
    top: 0px;
    left: 0px;
    z-index: -2;
  }
} /**/
#uber_blog .wp-block-buttons {
  display: inline-block;
}
#uber_blog .wp-block-column:not(:first-child) {
  margin-left: 0em;
  z-index: 2;
} 










/* ___________________________________  Search ivory Search  .is */
.close-search-toggle{
  position: absolute;
  right: 2em !important; 
}
.is-form-style input.is-search-input {
  background: none;
  color: #fff !important;
  padding-left: 2px;
  padding-bottom: 8px;
  padding-top: 10px;
}
.is-form-style input.is-search-input  {
  border: none !important;
  height: 38px;
	width:110%;
}
form.is-search-form{
   border-bottom: solid #FF8600  3px !important;
 }
 .is-search-icon { 
  border: none !important; 
  height: 37px;
}
.is-ajax-search-no-result {
  padding: 20px 4px !important;
  background: #212721 !important;
  text-align: left !important;
  font-size: 18px !important;
}
.is-ajax-search-details a, .is-ajax-search-result a {
  color: #FF8600 !important;
}
div.is-ajax-search-details, div.is-ajax-search-result {
  padding: 0px !important;
}
input:focus::placeholder {
  color: transparent;
}
input.is-search-input:focus > * {
  margin-bottom: 30vh;
}
.is-form-style input.is-search-input, .is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {
  font-size: 20px !important;
}
.is-ajax-result-description {
  font-size: 16px !important;
}
div.is-ajax-search-details, div.is-ajax-search-result, .is-ajax-search-post, .is-form-style input.is-search-submit {
  color: #fff !important;
  padding-left: 0px;
  padding-right: 0px;
}
.is-search-icon {
  background: none !important;
}
div.is-ajax-search-details, div.is-ajax-search-result, .is-ajax-search-post, .is-form-style input.is-search-submit {
  background: rgba(18, 24, 18, 0.2) !important;
}
.is-search-icon svg {
  width: calc(11px + 3vw);
  display: inline;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .is-search-icon svg {
    margin-top: -3px;
  }
} /**/
.is-form-style .is-search-submit path {
  fill: #fff;
}
.is-ajax-search-post, .is-ajax-search-post-details {
  clear: both;
  padding: 15px;
  border-bottom: 1px solid #ff8600 !important;
}
/*  END ivory SEARCH   */





/* ___________________________________  Effects and animations */
/*    ----  Transistions    ----  
-------------------------------------------------- */
a, hover, span.textfooter, span.textfooter:hover, path {
  transition: all .6s ease;
}






/*  _________________________________________   Header  */
#site-header {
  z-index: 10;
  position: fixed;
  width: 100%;
}
#site-content {
  overflow: hidden;
  margin-top: 80px;
}
.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.header-inner {
  max-height: 82px;
  min-height: 60px;
}
@media (max-width: 960px) {
  #site-content {
    overflow: hidden;
    margin-top: 60px;
  }
} /**/
@media (min-width: 990px) {
  .header-inner {
    height: 82px;
    width: 100%;
    width: calc(100% - 10%);
  }
} /**/
.header-titles-wrapper {
  padding: 0;
}
.logo svg {
  height: 42px;
  fill: #fff;
}
/* END Header */ 
/*  ______________   Mobile menu  */
.mobile_search{  
    display: none;
  }
@media (max-width: 767px) {
  .mobile_search{  
    display: block;
    position: absolute;
    right: calc(30px + 7vw) !important;
    top: .75em !important;
    width: 22px !important;
  }
}/**/
.menu-modal {
  z-index: 3;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: all 0.35s ease-in-out;
}
.mobile-menu li, .menu-modal .search-toggle-wrapper, .menu-modal .nav_social_mobil {
  padding-top: 8vh;
  text-align: center;
}
.menu-modal path {
  fill: #fff;
}
.menu-modal .social-menu li {
  padding-right: 4vw; 
}
.menu-modal .social-menu li:last-child {
  padding-right: 0px !important;;
}
.menu-modal.active {
  transform: translateY(60px);
  transition: all 0.35s ease-in-out;
}
.cd-nav-trigger .cd-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  z-index: 10
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s
}
.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg)
}
.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg)
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform
}
.cd-nav-trigger::before {
  background-color: #091d23;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s
}
.cd-nav-trigger::after {
  background-color: #ffb441;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s
}
.cd-nav-trigger.close-nav::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}
.cd-nav-trigger.close-nav::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s
}
.cd-nav-trigger.close-nav .cd-icon {
  background-color: transparent
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  background-color: #fff
}
.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg)
}
.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg)
}
@media (min-width: 1000px) {
  .menu-modal {
    display: none;
  }
}
/* END Mobile menu */
/* END Header */






/*  __________________________________________   Navigation */
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
  text-decoration: none;
}
.primary-menu a:hover, .header-inner .toggle path:hover {
  color: #FF6900;
}
@media (max-width: 960px) {
  .header-inner {
    padding: 0;
  }
} /**/
/*  __________________________________________   Footer */
#site-footer {
  position: relative;
  z-index: 30;
  padding: 6vh 0 8vh;
	
}
/* nav */
.footer_nav ul {
  margin: 0 !important; 
}
span.textfooter:hover {
  color: #ffffff;
}
.svg-icon:hover {
  fill: #ffffff;
}
.footer_nav li {
  display: inline-block;
  margin: 0 2vw 0 0;
}
.footer_nav .social-menu li {
  display: inline-block;
  margin: 0 1.2vw 0 0;
}
.footer_nav li:last-child {
  margin: 0 3vw 0 0;
}
.footer_nav .social-menu li:last-child {
  margin: 0 !important;
}
footer .social-menu {
  margin-top: 0px;
}
.footer_nav nav:last-child {
  float: left;
  /*! padding-top: 1vh; */
  /*! padding-bottom: 1vh; */
  line-height: 3vh;
}
.footer_nav nav:first-child {
  float: left;
  /*! padding-top: 1vh; */
  /*! padding-bottom: 1vh; */
  line-height: 3vh;
}
.footer-nav-widgets-wrapper, #site-footer {
  background-color: var(--sae_orange);
  border: none; 
}
#site-footer a:focus, #site-footer a:hover {
  text-decoration: none;
  color: #ffffff;
}
#site-footer > div > div.footer_nav.displayinline > nav:nth-child(2) {
  display: inline-block;
}
@media (min-width: 1401px) {
  #site-footer .section-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  footer .social-menu {
    padding-top: 5px;
    /* padding-bottom: 1vh; */
  }
} /**/
@media (max-width: 1400px) {
  .footer_nav ul {
    display: inline-block;
    margin-left: 0;
  }
  .footer_nav.displayinline {
    margin-top: 4vh;
    padding-bottom: 3vh;
  }
  .footer_nav li {
    margin: 0 4vw 0 0;
  }
  #site-footer > div > div.footer_nav.displayinline > nav:nth-child(2) {
    float: right;
    height: 0vh;
    /*! padding-top: 1vh; */
    /*! padding-bottom: 7vh; */
  }
} /**/
@media (max-width: 960px) {
  .footer_nav nav {
    float: unset;
  }
	.footer_nav li{
		margin-bottom:5px;
	}
} /**/
@media (max-width: 767px) {
  #site-footer > div > div.footer_nav.displayinline > nav:nth-child(2) {
    float: unset;
    display: block;
    padding-top: 1vh;
    padding-bottom: 7vh;
  }
  footer .social-menu {
    padding-top: 3vh;
    /* padding-bottom: 1vh; */
  }
} /**/
.footer ul.social-icons li a {
  width: 3.2vw;
}
/* END Footer */


.post-meta-edit-link-wrapper{
  display: none;
}



/* _____________________   <--  More and Link icon over all  --> */
.flex-control-nav {
  bottom: -50px !important; 
}
.home .flex-control-nav {
  display: none;
}
#projektslider .flex-viewport {
  padding: .8%;
  padding-left: 1px;
}
@media (max-width: 989px) {
	#projektslider .flex-direction-nav{
	   display: none;
	}
}/**/
.flex-prev, .flex-next {
  text-indent: 9999;
  font-size: 0.1px;
  opacity: 1;
}
.flex-prev {
  transform: rotate(180deg)
}
.flex-direction-nav .flex-prev {
  left: calc(-14px - 2.2vw);
}
.flex-direction-nav .flex-next {
  right: calc(-14px - 2.2vw);
}
.flex-direction-nav a {
  width: 36px;
  height: 20px;
  margin: -10px 0 0;
  z-index: 1; 
  background-position: -10px;
}
.next_sectionlink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 0vw 0;
  height: 0px;
  padding: 0vw;
}
.next_sectionlink a {
  overflow: visible;
  width: 0px;
}
.next_sectionlink a.read_more::after {
  transform: translate(-50%, .7vw) rotate(90deg) !important;
   background-position-x: -.7vw !important;  
  width: calc(30px + 2vw) !important;
  max-width:70px !important;
  min-width: 30px !important;
  margin-left: 0; 
  margin-top: 11px;
}
.next_sectionlink a.read_more:hover::after {
  transform: translate(-50%, .3vw) rotate(90deg) !important;
   background-position-x: 0px !important; 
}

/* === Flex Navigation + vereinheitlichtes Background Image === */
.flex-direction-nav a, .with_arrow a::after, a.read_more::after {
  background-image: var(--arrow-mask);
  background-repeat: no-repeat;
  background-color: transparent;
}


/* === Gemeinsame Masken-Definition (SVG-Pfeil) === */
:root {
  --arrow-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC4xMjUiIGhlaWdodD0iMTQuNjIxIiB2aWV3Qm94PSIwIDAgMzQuMTI1IDE0LjYyMSI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci1hcnJvdy1sZWZ0IiBkYXRhLW5hbWU9Ikljb24gZmVhdGhlci1hcnJvdy1sZWZ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEuMDYxKSI+CiAgICA8ZyBpZD0iSWNvbl9mZWF0aGVyLWFycm93LWxlZnQtMiIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuNTA0IDIwKSByb3RhdGUoMTgwKSI+CiAgICAgIDxwYXRoIGlkPSJQZmFkXzIxIiBkYXRhLW5hbWU9IlBmYWQgMjEiIGQ9Ik0zOC4xNzUsMThINy41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy42NzEgLTQuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIvPgogICAgICA8cGF0aCBpZD0iUGZhZF8yMiIgZGF0YS1uYW1lPSJQZmFkIDIyIiBkPSJNMTMuNzUsMjAsNy41LDEzLjc1LDEzLjc1LDcuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
}
.popmake a.read_more::after { 
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAAeCAYAAAB6xNMdAAAABHNCSVQICAgIfAhkiAAAAStJREFUaEPt2MERgjAQBVC5edOjVzuwBSvQDtQOtAM7kQ4sQUuwFDvQ/Y4BopAxmz3AN5nZGTgE2JeEzaQY8bWppHSWOEjcNOkVmk497gOQi8RC4i6x1MAwoTRB3LipYFhQ2kDUMCwo6/d/pGtlR80YFhRgbCVOgf/dzzBMKGYwbCgmMIwoyTCsKEkwzChqGKAce7xDtfg07G5XMVUJKA+LNw/8GV65zij1aFYwGcWf4oCZZxQfZSe3ZUapUV4guP2H6jOTPDcS40AxqEAcysALR/DzUY5x6ISjha7mgbCjqECYUdQgrChJIIwoySBsKCYgTChmIGwoV0lo0lF3v8puqJAznadgtrTBRIEwzRQ38J8w0SCMKMjJwezlutRs15mWTzN/bOtxDKBqTzzsSC8xAFYUAAAAAElFTkSuQmCC);
  height: 12px;
  width: 30px;
  top: -2px;
  left: 7px;
  background-position-x: -8px;
}
/* === Grundstil für Pfeil-::after bei Links === */
.with_arrow a::after,  a.read_more::after {
  content: "    ";
  display: inline-block; 
  width: calc(18px + 0.95vw);
  height: calc(8px + 1vw);
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.smaller a::after {
  /*! height: calc(4px + 1vw) !important; */
  margin-top: calc(4px - 1.1vmin);
}
.with_arrow a::after {
  background-color: #FF6900;
  mask-image: var(--arrow-mask);
  -webkit-mask-image: var(--arrow-mask); 
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
a.read_more::after {
  background-image: var(--arrow-mask); 
  background-position-x: -7px;
}
/* ===  umstyling  */
.smaller.flex_half_big a.read_more::after{
  margin-top: calc(-3px - .21vw); 
  margin-left: 1px;
}
/* === Normal  === */
.flex_half_big a.read_more::after {
  background-position: calc(-4px - 0.2vw );
  margin-left: 4px;
}
.with_arrow a::after { 
  transition: all ease-in 0.1s;
  mask-position: -10px;
  -webkit-mask-position: -10px;
}
 
.biggercat a.read_more::after {
  height: calc(10px + 0.22vw);
  width: calc(22px + .2vw);
  background-position-x: -8px;
}
.with_arrow a::after {
  background: var(--sae_orange);
  margin-top: calc(-1px - 0.2vw);
}
/* === Hoverzustand === */
.flex-direction-nav a:hover, .popmake a.read_more:hover::after {
  background-position: 0px;
  transition: all ease-out 0.2s;
}
.with_arrow a:hover::after,  a.read_more:hover::after {
  mask-position: center;
  -webkit-mask-position: center;
  background-position-x: 0px;
  transform: translateX(1px); /* nach rechts wachsen */
}
/* === Varianten für größere Schriftgrößen === */


/*  END special arrow animation -->  */







/* NB / RE  ___________________________ New Singular */
.promo-section p {
    text-align:center;
    color:#e7343a;
    max-width:800px;
}
.project-header {
  margin-top: 6vmin;
  text-align: center;
}
.project-header .author-name {
  margin-bottom: 4%;
  display: block;
  font-size: clamp(13px, 13px + 1.2vw, 40px);
}
.project-header .project-title {
  width: calc(147px + 43vw);
  max-width: 1800px;
  margin: 0 auto !important;
  position: relative;
  z-index: 2; /* keep text above image */
  hyphens: none !important;
  min-height: 2lh;
}
/* Post Title */
.blog-post h3 {
  margin: 10px 0 5px;
  font-size: 1.2em;
}
/* Post Excerpt */
.blog-post p {
  font-size: 0.95em;
  line-height: 1.5;
}
.blog-post-inner {
  display: flex;
  gap: 15px;
}
.post-thumbnail {
  flex-shrink: 0;
}
.post-thumbnail img {
  height: auto;
  border-radius: 4px;
  display: block;
}
.post-content {
  flex: 1;
}
.blog-post h3 {
  margin: 0 0 8px;
  font-size: 1.1em;
}
.blog-post p {
  font-size: 0.95em;
  margin: 0;
  line-height: 1.5;
}
ul#post-container {
    list-style: none;
}
.fachbereich-button.active {
  background-color: #333;
  color: #fff;
}
#post-container {
  list-style: none;
  padding: 0;
}
.project-header .project-title span {
  display: block;
}
/* Desktop layout: image center, infos left/right */
.project-row {
  display: flex;
  align-items: center;
  gap: 5%;
   flex-wrap: nowrap; 
  position: relative;
  z-index: 1;
  top: calc(-52px + -0.28vw); 
  justify-content: space-between;
  width: calc(100% - 9%);
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 1718px;
}
.project-image {
  order: 2; /* middle in desktop */
}
.infos-left {
  order: 1;
}
.infos-right {
  order: 3;
}
.project-image {
   width: calc(205px + 34vw); 
  aspect-ratio: 5 / 4;
  overflow: hidden;
  position: relative;
  flex-basis: 50%; 
  min-width: 300px;
}
.project-image::before {
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0));
  pointer-events: none; /* nicht klickbar */
}
.project-image img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  display: block;
}
.infos-left, .infos-right{
   hyphens: none;
   flex-basis: 20%;
   font-size: 130%;
   font-size: clamp(18px, 14px + 0.5vw, 50px);
   line-height: 1.15em;
}
.wp-block-group p, body.single div p{
	padding-right:0px !important;
}
.wp-block-group__inner-container {
  padding: 10px;
}
.tagcloud a {
  margin: 0 4px;
}
.wp-block-group {
   padding: 0;
}
#uber_blog{
  position: relative;
  z-index: 1;
}

#uber_blog .has-secondary-background-color{
  background-color: #000 !important;
}
h3.wp-block-heading.has-text-align-center {
    text-align: center;
}
.info-block {
  margin-bottom: 20px;
}
.info-block strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
/* Mobile: image first, then infos stacked */ 
@media (max-width: 1019px) {
  .project-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
	  gap: 0px; 
  }
  .project-image {
    order: 1; /* force image on top */
  }
  .infos-left, .infos-right {
    width: 100%;
    order: 2;
  }
	.tagcloud a {
    margin: 4px 4px;
    display: inline-block;
  }
	.authorarea {
    padding: 0 20px 30px;
  }
	.single .flexslider .slides > li{
		height:auto;
	}
}/**/
.project-row { 
    margin-top: calc(-60px - .8vw);
} 
@media (max-width: 1019px) {
  .project-row { 
    margin-top: calc(-52px - .028vw);
  } 
}/**/
@media (max-width: 989px) {
  .project-row {    
    margin-top: calc(-52px - .028vw);
  }
}/**/ 
@media (max-width: 768px) {
  .project-row {    
    margin-top: calc(-29px - .06vw);
  }
}/**/ 
@media (max-width: 479px) {
  .project-row {    
    margin-top: calc(-2px - .028vw);
  }
}/**/ 
#uberautor h3 {
  margin: 0 0 6vmin 0 !important;;
}
/* END new single  */



/* _______________________ Popupmaker   Study at button   not active in this version   */
/* buutton for opening */

.cursor_pointer {
  cursor: pointer;
}
.study_at {
  background-color: #FF6900;
  position: fixed;
  height: calc(21px + 1.4vw);
  top: 11%;
  right: -1px;
  color: #fff;
  padding: .5% 2%;
  line-height: normal;
  z-index: 31;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}
@media (min-width: 990px) {
  .study_at {
    border-top-left-radius: calc(8px + 0.2vw);
    border-top-right-radius: calc(8px + 0.2vw);
  }
} /**/
@media (max-width: 989px) {
  .study_at {
    transform: rotate(0deg);
    border-top-left-radius: calc(8px + 0.2vw);
    border-bottom-left-radius: calc(8px + 0.2vw);
    top: unset;
    bottom: 2%;
    height: 37px;
    line-height: 15px;
    padding: 10px 4%;
    right: 0px;
  }
} /**/
@media (max-width: 989px) {
 	.study_at.sticky { 
	  position: absolute;
	  bottom: 80vh;
	}
}/**/





/*  ____________________  Gosign Logoslider */
.three_images_slider .slick-slide {
  padding: 0 calc(5px + 0.2vw);
}
.three_images_slider .slick-list {
  margin: 0 calc(-5px - 0.2vw) !important;
}
.fullscreenslider .slick-slide {
  padding: 0 calc(1px + 0.1vw);
}
.fullscreenslider .slick-list {
  margin: 0 !important;
}
.slick-slider {
  margin-top: var(--big_distance) !important;
  margin-bottom: var(--big_distance) !important;
}

@media (min-width: 768px) {
  .slick-slider {
    width: calc(100% - 8%);
    margin: 0 auto;
  }
 
  .fullscreenslider .slick-slide img {
    width: 100%;
  }
  .fullscreenslider h6 {
    width: calc(100% - 8%) !important;
	}
} /**/
/* _________  arows and buttons    */
.slick-arrow {
  text-indent: 9999px !important;
  font-size: 0.1px !important;
  background: none !important;
  text-decoration: none !important;
    width: 32px;
}
.slick-arrow::after {
  content: " ";
  display: inline-block;
  width: 32px;
  margin-top: -20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC4xMjUiIGhlaWdodD0iMTQuNjIxIiB2aWV3Qm94PSIwIDAgMzQuMTI1IDE0LjYyMSI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci1hcnJvdy1sZWZ0IiBkYXRhLW5hbWU9Ikljb24gZmVhdGhlci1hcnJvdy1sZWZ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEuMDYxKSI+CiAgICA8ZyBpZD0iSWNvbl9mZWF0aGVyLWFycm93LWxlZnQtMiIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuNTA0IDIwKSByb3RhdGUoMTgwKSI+CiAgICAgIDxwYXRoIGlkPSJQZmFkXzIxIiBkYXRhLW5hbWU9IlBmYWQgMjEiIGQ9Ik0zOC4xNzUsMThINy41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy42NzEgLTQuMjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIvPgogICAgICA8cGF0aCBpZD0iUGZhZF8yMiIgZGF0YS1uYW1lPSJQZmFkIDIyIiBkPSJNMTMuNzUsMjAsNy41LDEzLjc1LDEzLjc1LDcuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: -10px;
}
.slick-prev::after {
  margin-left: -50px;
}
.slick-next {
    right: -50px;
}
.slick-arrow.slick-prev::after {
  transform: rotate(180deg);
}
.slick-arrow:hover::after {
  transition: all ease-out 0.2s;
  background-position: 0px;
}
@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
} /**/
/*  buttons */
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button::before {
  margin-top: 20px;
  opacity: 0.9;
}
.slick-dots li button::before {
  color: rgba(220, 220, 220, 0.2);
  font-size: calc(10px + 0.4vw);
}
.slick-dots li.slick-active button::before, .slick-dots li.slick-active button:hover::before {
  color: rgba(250, 250, 250, 0.9) !important;
}
/* END Slick arrow  - Gosign Logoslider */


body:not(.home){
  .fachbereich-button2 {
    display: none;
  }
}/**/
body.home{
  .subpageonly {
    display: none;
  }
}/**/






/* -----------------------------------   Blog und archive innerhalb der Color section  */
.section-outer {
  background-color: var(--new_black);
}
.single .blog_image img {
  width: 100%
}
.wp-block-video, .single main .section-inner h2 {
  margin: 0 auto;
}
.section-outer.shadow1{
  z-index: 2;
}
#next_section h1{
  opacity: 0.5;
  text-decoration:  line-through;
}
@media (min-width: 768px) {
  .section-outer {
    width: calc(100% - 10%);
    margin: 0 auto;
    max-width: 1720px;
  }
  .section-outer .section-inner {
    width: calc(98% - 23%);
  }
  body:not(.page) div p, .page .post-inner  *, .page .cover-header , body:not(.page) div ol, body:not(.page) #next_section h3, body:not(.page) #next_section h4, .tagcloud, body:not(.page) #next_section h5, body:not(.page) #next_section h6, body:not(.page) div h2,  body:not(.page) main .section-inner h2:not([class]), body:not(.page) main .section-inner h3:not([class]), main .section-inner h4:not([class]), .is-type-video, .is-type-rich, .wp-block-video, body:not(.page) .wp-block-buttons, .single .single div:not(flex_half) p,  body:not(.page) main .section-inner h5:not([class]),  body:not(.page) main .section-inner h6:not([class]),   body.single main ul:not(.slick-dots), body.single main blockquote, body.single .wp-block-verse, main .wp-block-table   { 
    width: calc(100% - 14vw);
    margin: 0 auto;
    clear: both;
  }
  .page .post-inner p{
    padding:  3rem 0 !important;
  }
   body.error404 p, .error-text p {
    width: calc(100% - 0vw) !important;
    margin: 0 0 0 0 !important; 
  }
  body.single div:not([class]) p, body:not(.page) main .section-inner h2:not([class]), body:not(.page) main .section-inner h3:not([class]), body:not(.page) main .section-inner h4:not([class]){
    padding-right: 12%;
    text-align: center;
  }
  .author-description p, .order1 p, .biggercat p {
    width: 100% !important;
    padding: 0 !important;
  }
} /**/
  body:not(.page) div ol{
    padding-left: 1% !important;
  }
.is-type-rich, .is-type-rich *, .is-type-rich iframe {
  max-height: calc(200px + 4vh);
  margin: 0 auto;
}
.size-large img {
  width: 100%;
}
.single-post .section-inner {
    text-align: left;
}
/* END inner distances in BLocks */
/*  Fullwidth for special elements on mobile  */
@media (max-width: 767px) {
  .is-type-video, .is-type-video * {
    width: calc(100% + 12.6%);
    margin-left: -1.8%;
  }
  figure.wp-block-video {
    width: calc(100% + 14%);
    margin-left: -7%;
  }
  figure.wp-block-image.size-large {
    width: calc(100% + 11.2%);
    margin-left: -5.8% !important;
  }
  figure.wp-block-image figcaption {
    padding-top: 5%;
    width: calc(100% - 9.5%);
    margin-left: 5.8%;
  }
} /**/
figure.wp-block-image figcaption {
    margin-left: 0%;
  }
/*   END Blog addaption  */
/*      ________ archive   ________________________ */
.archive .entry-categories-inner{
  float: left;
  text-align: left;
}
.archive h2.heading-size-1{
  text-align: left !important;
  width: 100%;
}
.archive .post-meta{
  text-align: left !important;
}
.archive .section-inner .post-meta-single-bottom{
    display: none;
}






/*  _____________    Toggle Proj Infos  */
.prj_infos {
  padding-left: calc(20px + 3vw);
  border-left: 4px solid;
  border-color: inherit;
}
@media (min-width: 768px) {
  .accordion-content {
    display: block;
  }
  .prj_infos {
    max-width: 380px;
    width: calc(140px + 14vw);
  }
  .prj_infos {
    max-width: 475px;
  }
} /**/
@media (max-width: 767px) {
  .one_third.order2 {
    padding-left: 10%;
  }
  .accordion-content {
    display: none;
  }
  .prj_infos h5 a::after {
    content: "";
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC42MjEiIGhlaWdodD0iOS40MzIiIHZpZXdCb3g9IjAgMCAxNC42MjEgOS40MzIiPgogIDxwYXRoIGlkPSJQZmFkXzI0NiIgZGF0YS1uYW1lPSJQZmFkIDI0NiIgZD0iTTEzLjc1LDIwLDcuNSwxMy43NSwxMy43NSw3LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02LjQzOSAxNC44MTEpIHJvdGF0ZSgtOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZjAwMTQiIHN0cm9rZS13aWR0aD0iMyIvPgo8L3N2Zz4K);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC42MjEiIGhlaWdodD0iOS40MzIiIHZpZXdCb3g9IjAgMCAxNC42MjEgOS40MzIiPgogIDxwYXRoIGlkPSJQZmFkXzI0NiIgZGF0YS1uYW1lPSJQZmFkIDI0NiIgZD0iTTEzLjc1LDIwLDcuNSwxMy43NSwxMy43NSw3LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02LjQzOSAxNC44MTEpIHJvdGF0ZSgtOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZjAwMTQiIHN0cm9rZS13aWR0aD0iMyIvPgo8L3N2Zz4K);
    display: inline-block;
    width: 22px;
    height: 10px;
    opacity: 1;
    margin-left: 30%;
    mask-position: right;
    transition: all ease-in-out 0.2s;
  }
  .prj_infos h5 a.activeheadline::after {
    transition: all ease-in-out 0.1s;
    mask-position: left;
    transform: rotate(180deg)
  }
} /**/
.prj_infos h5 {
  width: 100%;
  display: inline-block;
}
/* END Toggle Proj Infos  */






/*  ____________________________    Author  Biografie in the footer of the Post  */
@media (min-width: 700px) {
  .authorarea {
    margin: 0 auto;
    max-width: 900px;
    width: 80%;
  }
} /**/
.authorarea .one_half:last-child {
  padding-left: calc(16px + 1.2vh);    
  background: rgba(0,0,0,0.8);
}
.autor_headline { 
  letter-spacing: 1.6px; 
  opacity: 0.8;
  display: flex;
}
.smaller .autor_headline {
  letter-spacing: 3px; 
}
.author-avatar, .author-link, .authorarea .autor_image {
  float: left;
  width: 100%;
  height: 100% !important;
  min-height: 230px;
}
@media (max-width: 767px) {
	.author-avatar  {
	  min-height: 100%;
	}
}/**/
@media (min-width: 1280px) {
  .author-avatar, .author-link, .authorarea .autor_image {
    min-height: 320px;
  }
} /**/
@media (min-width: 1280px) {
  .author-avatar, .author-link, .authorarea .autor_image {
    min-height: 320px;
  }
} /**/
.authorarea .autor_image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  aspect-ratio: 4/4;
}
.author-bio p:last-child {
  margin-bottom: 0;
}
/* END AUTHOR BIO */
.author_headline {
  opacity: 0.8;
  width: 100%;
  display: flex;
}






/**/
.popmake-content {
  outline: none;
  border: none;
}
.popmake-content h3 {
  width: 80%;
  line-height: 1.2em !important;
  margin-left: 0px !important;
}
#popmake-440 .popmake-content div:first-child {
  padding-top: 10% !important;
}
#popmake-440 .popmake-content div:first-child p {
  line-height: 1.5em;
}
#popmake-440 {
  padding: 0px;
  border-radius: calc(10px + 0.2vw);
  max-width: 800px !important;
}
#popmake-440 .popmake-content > div:first-child {
  padding: calc(4px + 4vmin);
}
#popmake-440 .popmake-content div:first-child {
  background-color: #FF6900;
  border-top-left-radius: calc(10px + 0.2vw);
  border-top-right-radius: calc(10px + 0.2vw);
  color: #fff;
}
#popmake-440 .popmake-content div:first-child p, #popmake-440 .popmake-content a {
  padding-top: 2vh;
  padding-bottom: 2vh;
	width: 100%;
    padding-right: 0px;
}
#popmake-440 .popmake-content a {
  letter-spacing: normal !important;
  padding: calc(4px + 4vmin);
  width: 100%;
  float: left;
  border-bottom: 2px solid #FF6900 !important;
  white-space: nowrap;
  padding-right: 0px;
}
#popmake-440 .popmake-content a:last-child {
  border-bottom: 0px !important;
}
@media (min-width: 768px) {
  #popmake-440 .pum-close {
    color: #000;
  }
  #popmake-440 .popmake-content div:last-child {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }
  #popmake-440 .popmake-content {
    display: table;
    min-height: 400px;
    height: calc(100px + 4vmin);
  }
  #popmake-440 .popmake-content div:first-child {
    border-top-left-radius: calc(10px + 0.2vh);
    border-bottom-left-radius: calc(10px + 0.2vh);
    border-top-right-radius: 0px;
    padding-top: 0px;
  }
  #popmake-440 .popmake-content div:not([class]) {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    flex: 50%;
  }
} /**/
/* END Popup */
/* */ 
@media (max-width: 200px) {
	body{
		opacity: 0;
	}
} /**/
/* */