/* @override 
	https://dehn-instatec.bw-testserver.de/typo3conf/ext/dehn_instatec/Resources/Public/Css/layout.css?* */



:root {
	
	
	--color-black: #000000;
	--color-white: #ffffff;
	--color-dehnred: rgba(227, 0, 10, 1);
	--color-anthrazit: rgba(48, 65, 79, 1);
	--color-gainsboro: rgba(222, 227, 227, 1);
	--color-erieblack: rgba(31, 31, 31, 1);
	--color-textgray: rgba(91, 91, 93, 1);
	
	--color-primary: #000000; /* rgba(53, 53, 53, 1) */
	--color-primary-light: rgba(227, 0, 10, 1);
	--gradient-prime-second: linear-gradient(to bottom, var(--color-primary-light) 0%, var(--color-primary-light) 100%);
	--color-accent: rgba(227, 0, 10, 1);
	--color-bgheader: rgba(227, 0, 10, 1);
	--color-bgsubnav: rgba(227, 0, 10, 1);
	--color-borderacc: rgba(227, 0, 10, 1);
	
	--color-boxshadow: rgba(0, 0, 0, .08);
	--color-subnav-selected: rgba(255, 255, 255, .85);
	--color-mmenu-selected: rgba(255, 255, 255, .15);
	--color-slickdot: rgba(0, 0, 0, 1);
	
	--gradient-slidercaption: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);

	--letterspacing-s: .02em;
	--letterspacing-m: .04em;
	--letterspacing-l: .06em;	
	
	--framespace-xs: calc(var(--padd-section-tb) * .25);
	--framespace-s: calc(var(--padd-section-tb) * .5);
	--framespace-m: calc(var(--padd-section-tb) * .75);
	--framespace-l: calc(var(--padd-section-tb) * 1);
	--framespace-xl: calc(var(--padd-section-tb) * 1.25);
	
	--padd-b-h: 30px;
	--padd-b-p: 15px;
	
	--padd-page-lr: 100px;
	--padd-page-lr-raster: 30px;
	
	--padd-btn: 20px 40px 20px 40px;
	--padd-icon: 30px;
	
	--padd-section-tb: 100px;
	--padd-header-tb: 20px;
	
	--padd-subnav-t: 60px;
	--padd-subnav-b: 15px;
	
	--padd-footer-t: 45px;
	--padd-footer-b: 20px;
	
	--padd-topnav-lr: 20px;
	--padd-mainnav-lr: 15px;
	--padd-subnav-lr: 20px;
	--padd-footernav-lr: 25px;
	--marg-shortlink-lr: 20px;

	
	--padd-slidercaption: 25px 15px 15px 15px;
	
	--gridgap-col: 80px;
	--gridgap-row: 40px;	
	
	--size-ulbullet: 4px;
	--size-ulbullet-arrow: 12px;
	--size-accordionicon: 20px;
	--size-contacticon: 20px;
	--size-backtop: 40px;
	--size-sliderarrow: 60px;
	--size-sliderdot: 15px;
	--size-socialicon: 35px;
	--size-chaticon: 90px;
	--size-cookie-settings: 40px;
	
	
	--width-logo: 530px; /* */
	--height-logo: 75px; /* */
	
	--width-topicicon: 80px; 
	--height-topicicon: var(--width-icon);
	
	--size-icon: 50px;
	--size-icon-small: 20px;
	--width-icon-check: 44px; 
	--height-icon-check: 46px; 
	
	--height-topnav: 40px;
	--height-mainnav: 120px;
	--height-header: var(--height-mainnav);	
	
	--font-standard: "Noto Sans", Arial, Helvetica, Geneva, sans-serif;
	
	--fontsize-xxs: 16.5px;
	--fontsize-xs: 17px;
	--fontsize-s: 22px;
	--fontsize-m: 23px;
	--fontsize-l: ;
	--fontsize-xl: 32px;
	--fontsize-xxl: 62px;
	--fontsize-hero: 60px;
	
	--lineheight-p: 145%;
	--lineheight-h: 115%;   
	--lineheight-footer: 140%;  
--lineheight-hIII: 160%;    	
	--lineheight-nav: 100%;                                                                                            
	
	--fontweight-regular: 400;
	--fontweight-medium: 600;
	--fontweight-bold: 700;

	/*--font-hI: normal var(--fontweight-regular) var(--fontsize-xxl)/var(--lineheight-h) var(--font-standard);*/
		--font-hI-hero: normal var(--fontweight-regular) var(--fontsize-xl)/var(--lineheight-h) var(--font-standard);
	--font-hero: normal var(--fontweight-regular) var(--fontsize-hero)/var(--lineheight-h) var(--font-standard);
	--font-hII: normal var(--fontweight-regular) var(--fontsize-xxl)/var(--lineheight-h) var(--font-standard);
	--font-hII-projekt: normal var(--fontweight-regular) var(--fontsize-xl)/var(--lineheight-h) var(--font-standard);
	--font-hIII: normal var(--fontweight-regular) var(--fontsize-xl)/var(--lineheight-hIII) var(--font-standard);
	--font-hIV: normal var(--fontweight-regular) var(--fontsize-m)/var(--lineheight-h) var(--font-standard);*/
	
	--font-mainnav: normal var(--fontweight-regular) var(--fontsize-m)/var(--lineheight-nav) var(--font-standard);
	/*--font-subnav: var(--font-mainnav);*/
	--font-mobilemainnav: normal var(--fontweight-regular) 35px/var(--lineheight-nav) var(--font-standard);
	--font-footernav: normal var(--fontweight-regular) var(--fontsize-xxs)/var(--lineheight-footer) var(--font-standard);
		--font-footer: normal var(--fontweight-regular) var(--fontsize-xxs)/var(--lineheight-footer) var(--font-standard);
	--font-bodytext: normal var(--fontweight-regular) var(--fontsize-m)/var(--lineheight-p) var(--font-standard);
		--font-bodytext-sm: normal var(--fontweight-regular) var(--fontsize-s)/var(--lineheight-p) var(--font-standard);
	--font-caption: normal var(--fontweight-regular) 16px/var(--lineheight-p) var(--font-standard);
	--font-slidercaption: normal var(--fontweight-regular) var(--fontsize-xxs)/var(--lineheight-p) var(--font-standard);

}

/* @group RESET */

p,
.container p,
.ce-bodytext p,
figure.image,
h1, h2, h3, h4, h5,
.ce-bodytext ul,
ul,
figure.video,
.frame-type-textmedia .ce-gallery {
	margin: 0;
	padding: 0;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
    padding: 0;
    margin: 0;
	
}

/* @group Table reset */

.ce-table, .ce-table th, .ce-table td,
.ce-bodytext figure.table,
.ce-bodytext figure.table table {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    font: inherit;
    color: inherit;
}

.ce-table,
.ce-bodytext figure.table table {
    border-collapse: collapse; /* Verhindert doppelte Rahmen */
    border-spacing: 0; /* Setzt den Abstand zwischen Zellen auf 0 */
    width: auto;
    height: auto;
}

.ce-table th, .ce-table td,
.ce-bodytext figure.table table th,
.ce-bodytext figure.table table td {
    text-align: left;
    vertical-align: top;
    border: none; /* Stellt sicher, dass auch einzelne Zellen keine Rahmen haben */
	padding: 0;
}

/* @end */

/* @end */

/* @group GENERAL */

/* @group Button */
.frame-layout-101 {
	margin-top: 50px;
}

.frame-layout-1 .frame-layout-101 {
	margin-top: 0px;
}
.frame-layout-101 header h2 {
 font-size: var(--fontsize-s);
 line-height: 54px;
 margin: 0;
 padding: 0;
}
.frame-layout-0 .frame-layout-101 header h2 a {
align-items: center;
  background-color: var(--color-dehnred);
  border: 0;
  border-radius: 44px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;

  font-size: var(--fontsize-xs);

  justify-content: center;
  

  min-height: 44px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 22px;
  padding-right: 22px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
height: 44px;
}

.frame-layout-101 header h2 a::after {
    content: "";
    width: 12px;
    height: 12px;
	margin-top: 3px;
	margin-left: 12px;
    display: inline-block;
    background: url('/typo3conf/ext/dehn_instatec/Resources/Public/Images/pfeil.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}
.frame-layout-101 header h2 a:hover {
 background-color: var(--color-black);

}


.frame-layout-1.frame-layout-101 header h2 a::after {
    content: "";
    width: 12px;
    height: 12px;
	margin-top: 3px;
	margin-left: 12px;
    display: inline-block;
    background: url('/typo3conf/ext/dehn_instatec/Resources/Public/Images/pfeil.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}
.frame-layout-1 .frame-layout-101 header h2 a:hover {
 background-color: var(--color-black);
	color: var(--color-white);

}
.sdworx-jobs__filter select {

font-size: 16px;
}

.frame-layout-1 .frame-layout-101 header h2 a {
align-items: center;
  background-color: var(--color-white);
   color: var(--color-dehnred);
  border: 0;
  border-radius: 44px;
  box-sizing: border-box;
 
  cursor: pointer;
  display: inline-flex;

  font-size: var(--fontsize-xs);

  justify-content: center;
  

  min-height: 44px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 22px;
  padding-right: 22px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
height: 44px;
}
.frame-layout-1 .frame-layout-101 header h2 a::after {
    content: "";
    width: 12px;
    height: 12px;
	margin-top: 3px;
	margin-left: 12px;
    display: inline-block;
    background: url('/typo3conf/ext/dehn_instatec/Resources/Public/Images/pfeil.svg') no-repeat center;
    background-size: contain;
	
    flex-shrink: 0;
}


div#c694.frame.frame-default.frame-type-textmedia.frame-layout-101 header h5 a {

display: inline-block;
	padding: .75rem 1.25rem;
	border-radius: 10rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .15rem;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	&:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: black;
		border-radius: 10rem;
		z-index: -2;
	}
	&:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background-color: red;
		transition: all .3s;
		border-radius: 10rem;
		z-index: -1;
	}
	&:hover {
		color: #fff;
		&:before {
			width: 100%;
		}
	
}
}

/* @end */

/* @group Margins */

.frame-space-before-extra-small {
	margin-top: var(--framespace-xs);
}

.frame-space-after-extra-small {
	margin-bottom: var(--framespace-xs);
}

.frame-space-before-small {
	margin-top: var(--framespace-s);
}

.frame-space-after-small {
	margin-bottom: var(--framespace-s);
}

.frame-space-before-medium {
	margin-top: var(--framespace-m);
}

.frame-space-after-medium {
	margin-bottom: var(--framespace-m);
}

.frame-space-before-large {
	margin-top: var(--framespace-l);
}

.frame-space-after-large {
	margin-bottom: var(--framespace-l);
}

.frame-space-before-extra-large {
	margin-top: var(--framespace-xl);
}

.frame-space-after-extra-large {
	margin-bottom: var(--framespace-xl);
}

/* @end */

/* @group Images */

.frame-type-image img,
.frame-type-textmedia img,
.news img,
.grid-item-image img {
	width: 100%;
	height: auto;
	float: left;
}

section:first-child.frame-layout-1 .ce-gallery  {
	margin-bottom: 0;
}

.frame figure {
	overflow: hidden;

}

/* @end */

/* @group Text */

html {
	/*hyphens: auto;*/
	overflow-wrap: break-word;
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
}

p, li, dd, blockquote {
	/*hyphens: auto;
	overflow-wrap: break-word;*/
}

body, .ce-bodytext p, h2, h3, h4, h5, h6 {
	color: var(--color-primary);
	font: var(--font-bodytext);
}

h1, h2, h3, h4, h5, h6,
.ce-bodytext {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	/*text-wrap: balance;*/
	hyphens: auto;
}

.ce-bodytext p,
.ce-bodytext figure.table {
	padding-bottom: var(--padd-b-p);
}

div.ce-bodytext figure.table table tbody tr td p {
padding-bottom: 0px;
}
.ce-bodytext p:last-child {
	padding-bottom: 0;
}

.ce-bodytext p em,
.ce-bodytext p i {
	font-style: italic;
}

.ce-bodytext p strong {
	font-weight: var(--fontweight-bold);

}

.ce-bodytext p strong em,
.ce-bodytext p em strong,
.ce-bodytext p strong i,
.ce-bodytext p i strong {
	font-style: italic;
	font-weight: var(--fontweight-regular);
}

.ce-bodytext ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: item;
    text-align: center;
	padding-top: 5px;
}

.ce-bodytext ol li {
    counter-increment: item;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: var(--padd-b-h);
}

.ce-bodytext ol li::before {
    content: counter(item);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--color-accent);
    color: var(--color-accent);
    font-weight: var(--fontweight-bold);
    line-height: 1;
    vertical-align: middle;

    position: relative;
    top: -5px; /* 10px nach oben */
}

.ce-bodytext ul {
    list-style: disc outside;
    padding-left: 40px;
   
}

.ce-bodytext ul:last-child {
	margin-bottom: 0;
}

.ce-bodytext ul li {
    position: relative;
	padding-left: 0px;
}

.ce-bodytext ul li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: .6em; /* Passt sich relativ zur Schriftgröße an */
    width: var(--size-ulbullet); /* Adjust width based on the size of your SVG */
    height: var(--size-ulbullet); /* Adjust height based on the size of your SVG */
    background: url('../Images/Icons/icon_ul_bullet0.svg') no-repeat center center;
    background-size: contain; /* Ensure the SVG scales correctly */
}

footer .ce-bodytext ul li::before {
	-webkit-filter: invert(1); /* safari 6.0 - 9.0 */
    filter: invert(1);
}

figcaption.image-caption {
	padding-top: 10px;
	font: var(--font-caption);
	width: 100%;
	display: inline-block;
	text-align: right;
}

.ce-table, .ce-table th, .ce-table td,
.ce-bodytext figure.table,
.ce-bodytext figure.table table {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    font: inherit;
    color: inherit;
}

.ce-table,
.ce-bodytext figure.table table {
    border-collapse: collapse; /* Verhindert doppelte Rahmen */
    border-spacing: 0; /* Setzt den Abstand zwischen Zellen auf 0 */
    width: auto;
    height: auto;
}

.ce-table th, .ce-table td,
.ce-bodytext figure.table table th,
.ce-bodytext figure.table table td {
    text-align: left;
    vertical-align: top;
    border: none; /* Stellt sicher, dass auch einzelne Zellen keine Rahmen haben */
	padding: 0;
}
div.ce-bodytext figure.table table tbody tr td {
	padding-right: 50px;
	padding-bottom: 10px;
}
.ce-table {
	width: 100%;
	border-top: 1px solid var(--color-primary);
}

.ce-table tr {
	border-bottom: 1px solid var(--color-primary);
}

.ce-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ce-table td:first-child {
	padding-right: 20px;
	width: auto;
}

.text-center,
.ce-headline-center {
	text-align: center;
}

.text-right,
.ce-headline-right {
	text-align: right;
}

h1 {
	font: var(--font-hI);
	padding-bottom: calc(var(--padd-b-h) * .5);
	color: var(--color-black);
}

header h2 {
	padding-bottom: calc(var(--padd-b-h) * 1);
	color: var(--color-accent);
	 -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

main.detail header h2 {
	text-transform: uppercase;
}

main.detail section:nth-child(1) header h2 {
	text-transform: uppercase;
	margin-top: var(--padd-section-tb);
	padding-bottom: calc(var(--padd-b-h) * 0);
}

main.detail section:nth-child(1) header h3 {
	padding-bottom: calc(var(--padd-b-h) * 1);
}

h2 {
	font: var(--font-hII);
	padding-bottom: calc(var(--padd-b-h) * .75);
	color: var(--color-accent);
}

h3 {
	font: var(--font-hIII);
	padding-bottom: calc(var(--padd-b-h) * 1.2);
	color: var(--color-primary);
}

.text-center,
.ce-headline-center {
	text-align: center;
}

.text-right,
.ce-headline-right {
	text-align: right;
}

span.color-accent {
	color: var(--color-accent);
}

span.break-mobile {
	/*display: block;*/
}

p.text-s {
	font-size: var(--fontsize-s);
}

p.text-l {
	font-size: var(--fontsize-l);
	hyphens: none;
}

/* @end */





/* @group Links */

a,
.ce-bodytext p a,
.ce-bodytext ul li a
.tinyaccordion li h4,
#showmobilenav,
#closemobilenav,
.slick-prev,
.slick-next,
.slick-dots li button:before,
.footercol3 a img,
.powermail_field input.powermail_submit,
#header #headerbottom,
#headertop ul li,

#startsectionlogo,
.cd-top,
#headernav ul.level-1 li ul.level-2 {
	text-decoration: none;
	
}

a,
p a,
.ce-bodytext a,
.ce-bodytext p a,
.ce-bodytext ul li a {
	color: var(--color-primary);
}

.ce-bodytext p em strong a,
.ce-bodytext p strong em a,
.ce-bodytext p strong a {
	font-style: italic;
}

a:hover,
p a:hover,
.ce-bodytext a:hover {
	color: var(--color-accent);
}

p a.partnerlink {
	color: var(--color-accent);
}

p a.partnerlink:hover {
	color: var(--color-primary);
}

.ce-bodytext p a,
.ce-bodytext ul li a {
	text-decoration: none;
}

.ce-bodytext p a:hover,
.ce-bodytext ul li a:hover {
	text-decoration: none;
}

a.back-to-projects {
	color: var(--color-accent);
	font-size: var(--fontsize-xxs);
	margin-left: var(--padd-page-lr);
}

a.back-to-projects:hover {
	color: var(--color-primary);
}

.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li 

{
padding-bottom:  var(--padd-b-h);

}

#c1149.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li,
#c1155.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li,
#c1311.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li,
#c1312.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li,
#c1154.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li 

{
padding-bottom:  9px;

}
#c1154.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li 

{
padding-bottom:  9px;

}

.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li a {
	text-decoration: underline;
}

/* @end */



/* @group Layouts */

.frame-type-1section.frame-layout-1 {
	background: var(--color-dehnred);
	padding-bottom:  90px;
	margin-bottom: 0px;
	
}

.frame-type-1section.frame-layout-1 .ce-bodytext p, 
.frame-type-1section.frame-layout-1 .ce-bodytext strong, 
.frame-type-1section.frame-layout-1 h2, 
.frame-type-1section.frame-layout-1 h3, 
.frame-type-1section.frame-layout-1 h4, 
.frame-type-1section.frame-layout-1 h5, 
.frame-type-1section.frame-layout-1 h6 {
	color: var(--color-white);
	}
.frame-type-1section.frame-layout-1 h2 {
font-size: 42px;
}

.frame-type-1section.frame-layout-2 {
	background: var(--color-anthrazit);
	float: left;
}
.frame-type-1section.frame-layout-2 .ce-bodytext p, 
.frame-type-1section.frame-layout-2 h2, 
.frame-type-1section.frame-layout-2 h3, 
.frame-type-1section.frame-layout-2 h4, 
.frame-type-1section.frame-layout-2 h5, 
.frame-type-1section.frame-layout-2 h6 {
	color: var(--color-white);
	}
	
.frame-type-1section.frame-layout-3 {
	background: var(--color-gainsboro);
	float: left;
}

.frame-type-1section.frame-layout-4 {
	background: var(--color-erieblack);
}

.frame-type-1section.frame-layout-4 {
	background: var(--color-textgray);
}


/* @end */



/* @group Frames */

/* @group Abstände oben/unten */

section.frame-nopaddt {
	padding-top: 0;
}

section.frame-nopaddb {
	padding-bottom: 0;
}

section.frame-nopaddtb {
	padding-top: 0;
	padding-bottom: 0;
}

/* @end */

/* @group Abstände links/rechts */

.frame-nopaddlr > .maxwidth {
	padding-left: 0;
	padding-right: 0;
}

.frame-nopaddl > .maxwidth {
	padding-left: 0;
}

.frame-nopaddr > .maxwidth {
	padding-right: 0;
}

/* @end */

/* @group sonstige Abstände */

.frame-nopadd {
	padding: 0;
}

.frame-smallwidth {
	width: 100%;
	padding-left: calc(var(--padd-page-lr) * 1);
	padding-right: calc(var(--padd-page-lr) * 0);
	float: left;
}

.frame-extrasmallwidth {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
.frame-paddl {
	padding-left: calc(var(--padd-page-lr) * 2.3);
	max-width: 1200px;
}
.frame-layout-3 div.ce-bodytext p {
  padding-left: 30px;
}
.frame-layout-3 h2 {

	color: var(--color-black);
	  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 30px;
}

div#c62.frame{
padding-right: calc(var(--padd-page-lr) * 2.5);
max-width: ;
}
/* @end */

/* @end */

/* @end */

/* @group BASE FRAMEWORK */

/* @group Page */

/* @group structure */

/* Stile für das gesamte Dokument */
body, html {
    margin: 0;
    padding: 0;
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fixierter Header */
#header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10003;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.95) 100%
	);
	box-shadow: 0 0 60px var(--color-boxshadow);
	padding-top: 0px;
	padding-bottom: 0px;
	height: 92px;
}

/* Stile für den Hauptinhalt der Seite */
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Sicherstellen, dass der Container mindestens die volle Höhe hat */
	background-color: var(--color-white);
}

/* Hauptinhalt */
main {
    flex: 1; /* Füllt den verfügbaren Platz zwischen Header und Footer */
}

/* Footer */
footer {
	/*padding-left: var(--padd-page-lr);
	padding-right: var(--padd-page-lr);*/
	padding-top: var(--padd-footer-t);
	padding-bottom: 0px;
	/*background: url(/typo3conf/ext/dehn_instatec/Resources/Public/Images/footer.png);
	 background-size: 100% auto; /* Breite 100%, Höhe proportional */
	 	background: var(--color-gainsboro);
font: var(--font-footer);
}

/* Sicherstellen, dass der Footer am Ende des Contents bleibt */
#page::after {
    content: "";
    display: block;
    height: 0px; /* Minimaler zusätzlicher Inhalt, um den Footer an das Ende zu schieben */
}

/* @end */

/* @group header */

/* @group headertop (topnav) */

#headertop ul {
	display: flex;
	justify-content: flex-end; /* Rechtsbündig */
	align-items: center; /* Vertikal zentriert */
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap; /* Verhindert Umbruch */
	max-width: 100%; /* Verhindert Überlauf */
	overflow: hidden; /* Versteckt überlaufende Inhalte */
}

#headertop ul:last-child {
	margin-left: calc(var(--padd-topnav-lr) * 2);
}

#headertop ul li {
	cursor: pointer;
	font: var(--font-topnav);
	letter-spacing: var(--letterspacing-l);
	margin-left: max(5px, var(--padd-topnav-lr));
	margin-right: max(5px, var(--padd-topnav-lr));
	flex-shrink: 1; /* Erlaubt Verkleinerung */
}

#headertop ul li:first-child {
	margin-left: 0px;
}

#headertop ul li:last-child {
	margin-right: 0px;
}

#headertop ul li a {
	color: var(--color-primary);
	opacity: .7;
	-webkit-filter: invert(1); /* safari 6.0 - 9.0 */
	filter: invert(1);
}

#headertop ul li a:hover,
#headertop ul li.active {
	opacity: 1;
}
div#headerlogowrap {
float: left;
padding-top: 0px;
	padding-bottom: 0px;
	height: 92px;
}
div#headernav{
float: right;
padding-top: 0px;
height: 92px;
}
div#headerlogo span.logo-desktop a img {
height: 92px;
width: auto;
padding-top: 11px;
padding-bottom: 11px;
}
.mobile-logo {
float: left;
position: fixed;
left: 30px;
}
.mobile-logo a img {
height: 60px;
width: auto;
padding-top: 11px;
padding-bottom: 11px;

}
/* @end */

/* @group headerbottom (mainnav) */



/* @end */

/* @group mobile navigation */

/* =========================================================
   Mobile Menu (Burger + Overlay)
   HTML-IDs bleiben: #burgernav, #toggle-mobilenav, #mobilenav
   States:
   - #toggle-mobilenav.is-active  => X
   - #mobilenav.is-open           => sichtbar
   ========================================================= */

#burgernav {
	display: none;
	position: relative;
	height: 100%;
	justify-content: flex-end;
	align-items: stretch;       /* vertikal zentriert */
	align-self: center; /* wirkt, falls #burgernav als Grid/Flex-Item betroffen ist */
}

/* ------------------------------
   Burger Button
   ------------------------------ */
#toggle-mobilenav {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;

	/* Klickfläche / Icon-Box */
	width: 30px;
	height: 33px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;

	/* Animation / Stacking */
	position: relative;
	z-index: 1001;

	color: var(--color-primary); /* Bars = weiß */
}

/* Bars folgen immer der Button-Farbe */
#toggle-mobilenav .bar {
	display: block;
	width: 30px;
	height: 2px;
	background: currentColor;
	transform-origin: center;
	transition:
		transform 250ms ease,
		opacity 200ms ease;
}

#toggle-mobilenav.is-active {
	color: var(--color-primary); /* Bars = Accent */
}

/* Active -> X */
#toggle-mobilenav.is-active .bar:nth-child(2) {
	opacity: 0;
}

#toggle-mobilenav.is-active .bar:nth-child(1) {
	transform: translateY(16px) rotate(45deg);
	width: 44px;
	margin-left: -7px;
}

#toggle-mobilenav.is-active .bar:nth-child(3) {
	transform: translateY(-15px) rotate(-45deg);
	width: 44px;
	margin-left: -7px;
}

/* Focus */
#toggle-mobilenav:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 6px;
}

/* ------------------------------
   Mobile Nav Overlay
   - hidden by default
   - smooth fade in/out
   - zentriert (horizontal+vertikal)
   ------------------------------ */
#mobilenav {
	position: fixed;
	inset: 0;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: none;
	transition:
		opacity 220ms ease,
		visibility 0ms linear 220ms;

	z-index: 1000;
}

#mobilenav.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	display: block;
	transition:
		opacity 220ms ease,
		visibility 0ms linear 0ms;
}

#mobilenav::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-primary);
}

/* Scroll-/Flächen-Container */
#mobilenav-wrap {
	position: relative;
	z-index: 1;

	width: 100%;
	height: 100vh;

	/* Platz unter Logo (top 16 + logo ~32 + spacing) */
	padding-top: var(--height-header);

	background: var(--color-accent);

	/* Scroll nur hier */
	overflow-y: auto;
	overflow-x: hidden;

	transform: translateY(8px);
	transition: transform 220ms ease;
}

#mobilenav.is-open #mobilenav-wrap {
	transform: translateY(0);
}

/* Zentrierter Inhalts-Wrapper */
#mobilenav-wrap-inner {
	min-height: calc(100vh - var(--height-header)); /* volle Resthöhe unterhalb des Logos */
	display: flex;
	flex-direction: column;
	align-items: center;            /* horizontal zentriert */
	justify-content: center;        /* mainnav bleibt vertikal zentriert */
	gap: 0;                         /* kein extra Abstand zwischen navs */
}

/* Mainnav bleibt mittig */
#mobilenav-wrap-inner #mobilemainnav {
	margin-top: auto;				/* wenn keine mobile footernav, dann "auto" */
	margin-right: 0;
	margin-left: 0;                 /* nimmt den „mittleren“ Bereich ein */
}

/* Footernav nach unten, nur wenn vorhanden */
#mobilenav-wrap-inner #mobilefooternav {
	margin-top: auto;               /* drückt nach unten */
}

/* Optional: falls du navs in der Breite begrenzen willst */
#mobilenav-wrap-inner > nav {
	width: 100%;
}

/* ------------------------------
   Mobile Nav Logo (oben links)
   ------------------------------ */

#mobilenav-logo {
	position: fixed;
	top: 24px;
	left: var(--padd-page-lr);
	z-index: 1002; /* über Overlay + Burger */
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms ease;
}

/* Logo sichtbar, wenn Menu offen */
#mobilenav.is-open #mobilenav-logo {
	opacity: 1;
	pointer-events: auto;
}

/* Logo-Optik */
#mobilenav-logo img {
	width: var(--width-logo);
	height: var(--height-logo);
	display: block;
}

/* Optional: Hover */
#mobilenav-logo a:hover {
	opacity: 0.8;
}



/* @group Mobilenav */

/* Zentrierung */
#mobilemainnav {
	display: flex;
	justify-content: center;
}

/* UL-Grundlayout */
#mobilemainnav ul {
	list-style: none;
	margin: 0;
	/* dein Padding links/rechts */
	padding-left: calc(calc(var(--padd-page-lr) * 2) + 8px);
	padding-right: calc(calc(var(--padd-page-lr) * 2) + 8px);
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	margin-bottom: calc(var(--height-logo) * .25);
}

/* Typo */
#mobilemainnav ul.level1 {
	letter-spacing: 0.04em;
}

#mobilemainnav ul.level2 {
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	display: none;
}

#mobilemainnav ul.level1 li.has-children.active.current.open ul.level2 {
	padding-bottom: 12px;

}

/* Level1 LI */
#mobilemainnav ul.level1 > li {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font: var(--font-mobilemainnav);
}

#mobilenav ul a,
#mobilemainnav ul.level1 li.has-children span {
	flex: 0 1 auto;
	color: var(--color-white);
	cursor: pointer;
}

#mobilemainnav ul.level1 li.has-children.active span,
#mobilemainnav ul.level1 li.has-children.active.open span,
#mobilemainnav ul.level1 li.has-children.active.current span,
#mobilemainnav ul.level1 li.has-children.active.current.open span {
	color: var(--color-accent);
}

/* Parent mit Subnav: Zeile + Submenu darunter */
#mobilemainnav ul.level1 > li.has-children {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 6px; /* NUR horizontal */
	row-gap: 0;      /* KEIN vertikaler Abstand */
}

/* Parent-Link */
#mobilemainnav ul.level1 > li.has-children > a {
	flex: 0 1 auto;
}

/* Toggle Icon */
#mobilemainnav ul.level1 > li.has-children > .dropdown-icon {
	flex: 0 0 auto;
}

/* Submenu unter Parent */
#mobilemainnav ul.level1 > li.has-children > ul.level2 {
	flex-basis: 100%;
	width: 100%;
}

/* Links */
#mobilemainnav ul.level1 li.has-children span,
#mobilemainnav ul.level1 li a {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	line-height: 1.2;
}

#mobilemainnav ul.level2 li a {
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
	line-height: 1.2;
}

/* Active / Current */
#mobilemainnav ul.level1 li.active > a {
	color: var(--color-primary);
}

#mobilemainnav ul.level1 li.current > a {
	color: var(--color-primary);
}

#mobilemainnav ul.level1 a:hover {
	color: var(--color-primary);
}






#mobilemainnav .dropdown-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;

  font-size: 0;
  line-height: 0;

  background: transparent no-repeat center / 15px 15px;
  background-image: url("../Images/Icons/icon_mobnav_plus0.svg");
}

/* offen = minus0 */
#mobilemainnav li.open > .dropdown-icon {
  background-image: url("../Images/Icons/icon_mobnav_minus0.svg");
}

/* aktiv (geschlossen) = plus1 */
#mobilemainnav li.has-children.active:not(.open) > .dropdown-icon {
  background-image: url("../Images/Icons/icon_mobnav_plus1.svg");
}

/* aktiv + offen = minus1 */
#mobilemainnav li.has-children.active.open > .dropdown-icon {
  background-image: url("../Images/Icons/icon_mobnav_minus1.svg");
}

/* Optischer Ausgleich links für Icon */
#mobilemainnav ul.level1 > li.has-children::before {
	content: "";
	display: block;
	width: 15px;
	height: 0;
	flex: 0 0 15px;
}





/* Accordion */
#mobilemainnav li.has-children > ul.level2 {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translateY(0);
	transition: max-height 260ms ease, opacity 200ms ease;

	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#mobilemainnav li.has-children > ul.level2 li {
	max-height: 600px;
	opacity: 1;
	font: var(--font-mobilesubnav);
}

#mobilemainnav li.has-children > ul.level2 li:first-child a {
	padding-top: 0;
}

/* offen */
#mobilemainnav li.has-children.open > ul.level2 {
	max-height: 600px;
	opacity: 1;
}

/* Sublevel Links */
#mobilemainnav ul.level2 a {
	padding: 10px 12px;
	font-size: 0.95em;
}

/* @end */


/* =========================
   Mobile Footer Nav (unten)
   ========================= */

#mobilefooternav {
	width: 100%;
	display: flex;
	justify-content: center;
}

#mobilefooternav ul {
	list-style: none;
	margin: 0;
	padding: 0;

	display: inline-flex;
	flex-direction: row;   /* nebeneinander */
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	row-gap: 0;
	text-align: center;
	width: 100%;
}

#mobilefooternav a {
	display: inline-block;
	padding: 10px 10px;
	text-decoration: none;
}

#mobilefooternav ul.mobilebottomnav li  {
	width: 100%;
}

#mobilefooternav ul.mobilebottomnav li a {
	width: 100%;
	background: var(--color-accent);
	padding: 20px 20px;
	font: var(--font-mobilefooternav);
	letter-spacing: var(--letterspacing-m);
}

#mobilefooternav ul.mobilebottomnav li a:hover {
	background: var(--color-white);
	color: var(--color-primary);
}

div#page footer div.footertop.maxwidth div.footertop-wrap div.footertop-secondcol div.footertop-navi ul.level-1 li {
	display: inline;
	text-transform: uppercase;
	font-size: 20px;
	padding-right: 50px;
}

/* @end */

/* @group browser overrides */

/* ===== Fix: Mobile Menühöhe an sichtbares Viewport anpassen ===== */
#mobilenav-wrap{
  /* statt 100vh -> dynamische Viewport-Höhe (sichtbarer Bereich) */
  height: 100dvh;
  /* etwas Luft + Safe-Area (iPhone Notch/Homebar) */
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0px);
}

/* falls du min-height nutzt: ebenfalls dvh */
#mobilenav-wrap-inner{
  min-height: calc(100dvh - var(--height-header));
}

/* ===== CTA im mobilen Menü immer sichtbar machen ===== */
#mobilefooternav{
  position: sticky;
  bottom: 0;
  z-index: 2;

  /* Hintergrund, damit es nicht „durchsichtig“ über Inhalt liegt */
  background: var(--color-accent);
  background: transparent;
  

  /* Safe-Area unten berücksichtigen */
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* falls dein Button/UL selbst den grünen Hintergrund macht, dann lieber so: */
#mobilefooternav ul.mobilebottomnav li a{
  display: block;
}

/* @end */

/* @end */

/* @group footer */

footer header h2,
footer .ce-bodytext p,
footer .ce-bodytext figure.table {
	/*-webkit-filter: invert(1);
	filter: invert(1);*/
}

footer .ce-bodytext p,
footer .ce-bodytext figure.table {
	padding-bottom: calc(var(--padd-b-p) * .75);
}

footer ul {
	list-style: none;
	display: block;
}

footer p,
footer a,
footer p a,
footer ul li,
footer ul li a,
footer .ce-bodytext p,
footer .ce-bodytext p a,
footer .ce-bodytext ul li,
footer .ce-bodytext ul li a {
	text-decoration: none;
}
div#page footer div.footertop.maxwidth div.footertop-wrap div.footertop-firstcol div.footeradress p,
div#page footer div.footerbottom.maxwidth div.footerbottom-wrap div.footercopyright {
font: var(--font-footer);

padding-bottom: calc(var(--padd-b-p) * 1.5);
}
footer .ce-bodytext p,
footer .ce-bodytext p a,
footer .ce-bodytext ul li,
footer .ce-bodytext ul li a {
	font-size: var(--fontsize-xs);
}

/*footer a:hover,
footer p a:hover,
footer ul li a:hover,
footer .ce-bodytext p a:hover,
footer .ce-bodytext ul li a:hover {
	opacity: .7;
}*/


footer ul li:last-child {
	margin-right: 0;	
}

footer ul li a:hover {
	color: var(--color-accent);
}

.footertop {

}

.footertop-wrap {
	display: grid;
	grid-template-columns: 400px 1fr var(--size-backtop);
	grid-column-gap: var(--gridgap-col);
	grid-row-gap: calc(var(--gridgap-row) * .85);


}
.footertop-firstcol{
width: 100%;
}
.footerlogo{
height: 110px;
}
.header {

  grid-column-start: 1;
  grid-column-end: 4;
}

.footerbottom-wrap {
width: 100%;
}


a.footerlogo {
	width: var(--width-logo);
	height: var(--height-logo);
	display: block;
	background: url('/typo3conf/ext/se_v13/Resources/Public/Images/logo.svg');
	background-size: var(--width-logo) var(--height-logo);
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.footercol4 {
	display: flex;
    justify-content: flex-end; /* horizontal */
    align-items: end; /* vertikal */
}

.footertop div > img,
.footertop div a img {
height: 92px;
width: auto;
padding-top: 11px;
padding-bottom: 11px;
}

.footertop div a img:hover {
	opacity: .7;
}

.footertop .footercol a {
	display: inline-block;
}

footer .ce-bodytext figure.table {
	margin: 0;
}

footer .ce-bodytext figure.table table.contenttable {
	width: 100%;
}

footer .ce-bodytext figure.table table.contenttable tbody tr td:first-child {
	width: 33%;
	min-width: 120px;
}

.footerbottom {
	border-top: 1px solid rgba(90, 90, 93, 0.19);
	height: 72px;
}
div#page footer div.footerbottom.maxwidth div.footerbottom-wrap div.footercopyright {
	padding-bottom: 0;
}
.footerbottom-wrap {
   width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: var(--gridgap-col);
    align-items: center; /* vertikal mittig */
}

.footercopyright,
.footernav,
.footersocialnav {
    display: flex;
    align-items: center; /* vertikal mittig */
	line-height: 70px;
	height: 70px;
	padding-bottom: 0;

}


.footernav {
	justify-self: center;
}

.footersocialnav {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 12px;
}

.footernav {
	
	align-items: center;
	justify-content: end;
}

.footernav ul {
    display: inline-flex;
    gap: var(--padd-footernav-lr);
}

.footernav ul li a {
	display: inline-block;
	padding-bottom: 0px;
	color: var(--color-primary);
	line-height: 72px;
}

.footernav ul li {
	font: var(--font-footernav);
	letter-spacing: var(--letterspacing-s);
}

.footernav ul li.active a {
	color: var(--color-accent);
}


div.footercopyright p
{
width: 100%;
}
/* @group Sociallinks / Icons */

.footersocialnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: var(--padd-footernav-lr);
}

.footersocialnav ul li {
    flex-shrink: 0;
}

.footersocialnav ul li a {
    display: block;
    width: var(--size-socialicon);
    height: var(--size-socialicon);
    position: relative;

    /* Text unsichtbar, aber vorhanden */
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

.footersocialnav ul li a::after {
    content: "";
    position: absolute;
    inset: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /* SVG-Farbe über mask steuern */
    background-color: var(--color-white);

    transition: background-color 0.25s ease, transform 0.25s ease;
}

.footersocialnav ul li a:hover::after,
.footersocialnav ul li a:focus-visible::after {
    background-color: var(--color-accent);
}

.footersocialnav ul li.sociallink-16 a::after {
    -webkit-mask: url('../Images/Icons/icon_instagram.svg') no-repeat center;
    mask: url('../Images/Icons/icon_instagram.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.footersocialnav ul li.sociallink-17 a::after {
    -webkit-mask: url('../Images/Icons/icon_facebook.svg') no-repeat center;
    mask: url('../Images/Icons/icon_facebook.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.footersocialnav ul li.sociallink-18 a::after {
    -webkit-mask: url('../Images/Icons/icon_linkedin.svg') no-repeat center;
    mask: url('../Images/Icons/icon_linkedin.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.footersocialnav ul li.sociallink-28 a::after {
    -webkit-mask: url('../Images/Icons/icon_linkedin.svg') no-repeat center;
    mask: url('../Images/Icons/icon_linkedin.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
div#page footer div.footerbottom.maxwidth div.footerbottom-wrap div.footersocialnav div.socialicon

{
	width: 30px;
	height: 30px;
}

div#page footer div.footerbottom.maxwidth div.footerbottom-wrap div.footersocialnav div.socialicon img {
width: 100%;
height: auto;
}




.footersocialnav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 23px;
}

.footersocialnav .socialicon {
	width: 35px;
	height: 35px;
	flex: 0 0 35px;
}

.footersocialnav .socialicon a,
.footersocialnav .socialicon img {
	display: block;
	width: 100%;
	height: 100%;
}

.footersocialnav .socialicon img {
	object-fit: contain;
}
/* @end */

/* @end */

/* @end */

/* @end */

/* @group EXTENSIONS */



/* @group container */

section {
	padding-bottom: var(--padd-section-tb);
	padding-top: var(--padd-section-tb);
	float: left;
	width: 100%;
}

section:last-child {
	padding-bottom: 0;

}

.maxwidth {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--padd-page-lr) * 2);
	padding-right: calc(var(--padd-page-lr) * 2);
}
.cover figure.image {
 
}

div#c90.frame.frame-default.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-gallery div {
width: 100%;
}
div#c90.frame.frame-default.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-gallery div.ce-outer div.ce-inner div.ce-row div.ce-column figure.video div.video-embed {
width: 100%;
}

.cover figure.video {
    height: calc(100dvh - 145px);
    overflow: hidden;
	width: 100%;

}
.cover .ce-outer figure.video .video-embed{
    height: calc(100dvh - 145px);
	width: 100%;
    overflow: hidden;
	position: absolute;
	
	
}
.cover figure.video .video-embed{
    height: calc(100dvh - 145px);
	width: 100%;
    overflow: hidden;
	position: absolute;
	
}
section .maxwidth.cover .ce-outer,
section .maxwidth.cover .ce-inner,
section .maxwidth.cover .ce-row,
section .maxwidth.cover .ce-column,
section .maxwidth.cover .figure.image,
section .maxwidth.cover figure.image a,
section .maxwidth.cover figure.image a.lightbox 
{
    height: calc(100vh - 145px);
	
}
section .maxwidth.cover  img {
  height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;

}




section .maxwidth.cover figure.image {
    height: calc(100vh - 145px);
    overflow: hidden;
}

section .maxwidth.cover figure.image > a {
    display: block;
    width: 100%;
    height: 100%;
}

section .maxwidth.cover figure.image img.image-embed-item {
    display: block;
    float: none;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: 50% 50% !important;
}



.cover .frame.frame-default.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-gallery div.ce-outer div.ce-inner div.ce-row div.ce-column figure.video video.video-embed-item {
  height: 100%;
    object-fit: cover;
	width: 100%;
    object-position: center center;
    display: block;

}

video::-webkit-media-controls {
  display: none !important;
}

video {
  pointer-events: none;
}

div#c90.frame.frame-default.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-gallery div.ce-outer div.ce-inner div.ce-row div.ce-column figure.video div.video-overlay h2

{

}

.rasterwidth {
	max-width: calc(1920px - var(--padd-page-lr-raster) * 2);
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--padd-page-lr) * 2 - var(--padd-page-lr-raster));
	padding-right: calc(var(--padd-page-lr) * 2 - var(--padd-page-lr-raster));
}


#header-inner.maxwidth
 {
	padding-left: calc(var(--padd-page-lr) * 0.38);
	padding-right: calc(var(--padd-page-lr) * 0.7);
}


.footerbottom.maxwidth,
.footertop.maxwidth {
	padding-left: calc(var(--padd-page-lr) * 0.38);
	padding-right: calc(var(--padd-page-lr) * 0.38);
}

section.nomaxwidth {
	padding: 0;
	width: 100%;
	/*height: calc(100dvh - var(--height-header));*/
	position: relative;
	float: left;
}

section.nomaxwidth .maxwidth {
	max-width: 100%;
		padding-left: calc(var(--padd-page-lr) * 0);
	padding-right: calc(var(--padd-page-lr) * 0);
}

section.nomaxwidth .maxwidth .container_2col_txtimg{
	height: calc(100dvh - var(--height-header));
	display: grid;
	grid-template-columns: calc(50% - var(--padd-page-lr)) 1fr;
	column-gap: 0;
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:first-child {
	padding-right: var(--padd-page-lr);
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:first-child .vcenterwrap{
	display: grid;
	align-content: center;
	/*padding-bottom: var(--padd-section-tb);
	padding-top: var(--padd-section-tb);	*/
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child{
	position: relative;
	overflow: hidden;
	min-height: 0;
	
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child .ce-center .ce-outer,
section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child .ce-center .ce-inner{
	float: none;
	right: auto;
	position: static;
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child .ce-gallery figure{
	display: block;
	margin: 0;
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child .ce-column{
	float: none;
	margin-right: 0;
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child .ce-row,
section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child .ce-above .ce-gallery{
	margin-bottom: 0;
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child figure.image{
	position: absolute;
	inset: 0;
	margin: 0;
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child picture{
	position: absolute;
	inset: 0;
	display: block;
}

div#page main section.frame.frame-default.frame-type-1section_rasterwidth.frame-layout-3.nomaxwidth {
background-color: var(--color-gainsboro);
}

section.nomaxwidth .maxwidth .container_2col_txtimg > .container_col:last-child img.image-embed-item{
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center;
	display: block;
}

.container_2col_3366,
.container_2col_6633,
.container_2col,
.container_2col_imgtxt,
.container_2col_txtimg,
.container_3col,
.container_4col {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-column-gap: var(--gridgap-col);
	grid-row-gap: var(--gridgap-row);
}

.container_2col_3366 {
	grid-template-columns: 33fr 66fr;
}

.container_2col_6633 {
	grid-template-columns: 66fr 33fr;
}

.container_2col {
	grid-template-columns: repeat(2, 1fr);
}

.container_2col_imgtxt,
.container_2col_txtimg {
	grid-template-columns: repeat(2, 1fr);
}

.container_2col_imgtxt .container_col:nth-child(1),
.container_2col_txtimg .container_col:nth-child(1) {
	grid-column: 1 / 2;
}

.container_2col_imgtxt .container_col:nth-child(2),
.container_2col_txtimg .container_col:nth-child(2) {
	grid-column: 2 / 3;
}

.container_2col_imgtxt .container_col:nth-child(2),
.container_2col_txtimg .container_col:nth-child(1) {
	margin-top: var(--padd-section-tb);
}

.container_3col {
	grid-template-columns: repeat(3, 1fr);
}

.container_4col {
	grid-template-columns: repeat(4, 1fr);
}

.container_col.vcenter {
	display: flex;
    align-items: center; /* Vertikal zentriert */
}

/* @end */








/* @group ws_slider (flexslider) */

.flex-pauseplay a {
	display: none;
}

.flexslider {
	margin-bottom: 0;
	border: 0 solid #fff;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	/*background: var(--color-primary-light);*/
}

.flexslider .flex-viewport,
.flexslider .slides,
.flexslider .slides li {
	height: 100%;
}

.flexslider .slides img {

	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center center;
	-moz-user-select: none;
}

.flex-direction-nav a {
    width: var(--size-sliderarrow);
    height: var(--size-sliderarrow);
    margin: 0;
    top: calc(50% - calc(var(--size-sliderarrow) * .5));
    opacity: .7;
	z-index: 2;
	
	font-size: 0; /* macht "Next/Previous" unsichtbar */
	line-height: 0;
	color: transparent;	
}

.flex-direction-nav a::before,
.flex-direction-nav a::after,
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-next:after {
	content: '';
}

.flex-direction-nav .flex-prev {
    left: calc(var(--size-sliderdot) * 0);
	background-image: url(/typo3conf/ext/se_v13/Resources/Public/Images/slider_prev.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: var(--size-sliderarrow) var(--size-sliderarrow);
	background-color: transparent;
}

.flex-direction-nav .flex-next {
    right: calc(var(--size-sliderdot) * 0);
	background-image: url(/typo3conf/ext/se_v13/Resources/Public/Images/slider_next.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: var(--size-sliderarrow) var(--size-sliderarrow);
	background-color: transparent;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: calc(var(--size-sliderdot) * .5);
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: calc(var(--size-sliderdot) * .5);
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flexslider div.caption-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1000000;
}

.flexslider div.caption-wrapper div.caption-text {
	background: var(--gradient-slidercaption);
	color: var(--color-white);
	padding: var(--padd-slidercaption);
	font: var(--font-slidercaption);
}

/* @group Dots */

.flex-control-nav {
    bottom: 0;
	z-index: 2;
	text-align: right;
	display: none;
}

.flex-control-nav li {
	margin-left: 0;
	margin-right: calc(var(--size-sliderdot) * 1);
	margin-bottom: calc(var(--size-sliderdot) * .5);
    width: var(--size-sliderdot);
    height: var(--size-sliderdot);
    position: relative;
	
	font-size: 0; /* macht "1/2" unsichtbar */
	line-height: 0;
	color: transparent;
}

.flex-control-paging li a {
    box-shadow: none;
    width: calc(var(--size-sliderdot) * 1);
    height: calc(var(--size-sliderdot) * 1);
    background: var(--color-accent);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: .75;
}

.flex-control-paging li a:hover {
    background: var(--color-white);
    opacity: 1;
}

.flex-control-paging li a.flex-active {
    background: var(--color-white);
    opacity: 1;
}

/* @end */

/* @end */

/* @group go_maps_ext*/

.gme-info-window p {
	padding-bottom: var(--padd-b-caption);
}

.gme-info-window p:first-child {
	padding-right: 30px;
}

.gme-info-window p:last-child {
	padding-bottom: 0;
}

.gme-info-window p a {
	color: var(--color-primary);
	text-decoration: none;
}

.gme-info-window p a:hover {
	color: var(--color-accent);
}

.tx-go-maps-ext {
	width: 100%;
	position: relative;
	padding-bottom: 100.00%;
	background-color: var(--color-gomaps-hide);
}

.tx-go-maps-ext div.js-gme-preview,
.tx-go-maps-ext div.js-gme-container  {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gm-style-iw-chr {
	height: 10px;
}

/* @end */

/* @end */

/* @group BUTTONS */

div#c750.frame.frame-default.frame-type-textmedia.frame-layout-0 header h5 a {
	
}

/* @end */

/* @group Projectoverview */

ul.project-preview {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: calc(var(--gridgap-col) * 1);
	list-style: none;
}

ul.project-preview li {
	position: relative;
	padding-bottom: 100%;
}

ul.project-preview li a {
	display: block;
}

ul.project-preview li a div.project-preview-image-front {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

ul.project-preview li:hover a div.project-preview-image-front {
	opacity: 0;
}

ul.project-preview li a div.project-preview-text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	opacity: 1;
	z-index: 2;
	background-color: var(--color-accent);
}

ul.project-preview li a div.project-preview-wrapper {
	padding: 18px;
	font-size: var(--fontsize-s);
	hyphens: auto;
}

ul.project-preview li a div.project-preview-title {
	width: 100%;
	height: auto;
	float: left;
	color: var(--color-white);
	text-transform: uppercase;
	line-height: var(--lineheight-p);
}

ul.project-preview li a div.project-preview-subtitle {
	width: 100%;
	height: auto;
	float: left;
	color: var(--color-black);
}

ul.project-preview li a div.project-preview-image-front img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* @end */

/* @group AKTUELLES */
div.news.news-single div.article section.frame.frame-default.frame-type-1section.frame-layout-0 div.maxwidth

{
	
	padding-left: calc(var(--padd-page-lr) * 2);
	padding-right: calc(var(--padd-page-lr) * 2);
}
/* @end */

/* @group HERO MIT TEXT */



section .maxwidth.cover {
	position: relative;
	   height: calc(100dvh - 145px);
    overflow: hidden;
}

div#scroll-arrow {
	position: absolute;
	bottom: 48px;
	z-index: 1000;
	
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
}
div#scroll-arrow img{

width: 100%;
height: auto;
 fill: yellow;
	opacity: 1;
	cursor: pointer;
}
div#scroll-arrow img:hover{

width: 100%;
height: auto;
 fill: yellow;
	opacity: 0.6;
}
section .maxwidth.cover header  {
	position: absolute;
	padding-left: calc(var(--padd-page-lr) * 2);
	bottom: 80px;
	z-index: 10;
		
	
}

section .maxwidth.cover header h1 {
	
font: var(--font-hI-hero);


		color: var(--color-white);
		text-shadow: rgba(0, 0, 0, 0.7) 0px 0 20px;
		
}
section .maxwidth.cover .frame.frame-default.frame-type-textmedia.frame-layout-0 header h2

{

	
	font: var(--font-hero);
	color: var(--color-white);
	max-width: 600px;
text-shadow: rgba(0, 0, 0, 0.7) 0px 0 20px;

}


/* @end */

/* @group Untitled Group */

div#c1149.frame.frame-default.frame-type-textmedia.frame-layout-0.frame-space-after-medium div.ce-textpic.ce-center.ce-above div.ce-bodytext ul li {
.ce-bodytext ul li {
padding-bottom: 0;
}

}

/* @end */

/* @group COUNTER */
.gridcounter {
float: left;
}
section#startcounter.padd-lr {
	padding-bottom: 80px;
		padding-top: 0px;
	text-align: center;
		color: var(--color-white);
}
.startcounter {
width: 25%;
float: left;
padding-bottom: 60px;
}
.startcountertopic {
float: left;
width: 100%;
height: 60px;
}
div.startcounternumber {
	font-size: 100px;
	float: left;
width: 100%;
line-height: 100px;
}

/* @group BUTTON JETZT BEWEBEN */
button.bild-button {
	position: fixed;
	right: 30px;
	top: 40%;
		width: 140px;
	z-index: 1000000;
}
div#c1303.frame.frame-default.frame-type-html.frame-layout-0 button.bild-button a img {
width: 100%;
height: auto;
}

/* @end */

/* @end */

/* @group MEDIA QUERIES */

@media (max-width: 1440px) { 

:root {
	--fontsize-xxs: 18px;
	--fontsize-m: 21px;
	--fontsize-xxl: 35px;
	
	--padd-page-lr: 60px;
	--padd-mainnav-lr: 20px;
	
	--width-logo: 330px; /* 530px*/
	--height-logo: 47px; /* 75px*/
	
	--font-mainnav: normal var(--fontweight-regular) 28px/var(--lineheight-nav) var(--font-standard);

}

}

@media (max-width: 1280px) {

:root {
	--padd-footernav-lr: 30px;
	--padd-b-h: 20px;
	--padd-b-p: 10px;
	--fontsize-s: 20px; 
}

/* @group container */

.container_4col {
	grid-template-columns: 1fr 1fr;
}

/* @end */

/* @group footer */

.footertop {
	grid-template-columns: 1fr var(--size-backtop);
}

.footertop .footercol:nth-child(2) {
	grid-row: 2;
}

.footertop .footercol:nth-child(3) {
	grid-row: 3;
}

.footertop .footercol:nth-child(4) {
	grid-row: 4;
}

.footertop .footercol:nth-child(5) {
	grid-row: 1/5;
	display: flex;
	align-items: end; /* Vertikal zentriert */
}

a.footerlogo {
	margin-bottom: calc(var(--padd-b-p) * .5);
}

.footertop-wrap {
	display: block;
	grid-template-columns: 1fr var(--size-backtop);
	grid-column-gap: var(--gridgap-col);
	grid-row-gap: calc(var(--gridgap-row) * .85);


}
.footertop-firstcol{
width: 100%;
}

.footertop-secondcol{
width: 100%;
}

footer ul {
display: none;
}
/* @end */

.frame-layout-105 .ce-bodytext {
	text-align: left;
}

.ce-bodytext ul li.li-icon  {
	margin-left: 0;
}

.ce-bodytext ul li.li-icon:last-child {
	margin-bottom: 0;
}

.frame-layout-3 .container_2col {
	row-gap: 0;
}

.frame-layout-3 .container_2col .container_col:first-child {
	margin-bottom: var(--padd-b-p);
}



.frame-layout-3 .ce-bodytext ul li {
	background-position: left top;
	padding-top: 6px;
}

.frame-smallwidth {
	width: 100%;
	padding-left: calc(var(--padd-page-lr) * 0);
	padding-right: calc(var(--padd-page-lr) * 0);
}

ul.tinyaccordion .frame-type-textmedia .ce-bodytext ul {
	padding-left: 0px;
}






}


@media (min-width: 1110px) {

div#headernav{
display: block;

}

div.mobile-mburger {
display: none;
}
}
@media (max-width: 1110px) {

:root {
	--gridgap-col: 60px;
	/*--padd-page-lr: 25px;*/
	
	--fontsize-xxs: 16px;
	--fontsize-s: 28px; 
	--fontsize-m: 18px;
	--fontsize-xxl: 28px;	
	
	
}


div#headernav{
display: none;

}

div.mobile-mburger {
display: block;
position: fixed;
z-index: 1000000;
right: 0;
}
a.back-to-projects {
	margin-left: 0;
}

ul.project-preview {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
}

.maxwidth {
	padding-left: calc(var(--padd-page-lr) * 1);
	padding-right: calc(var(--padd-page-lr) * 1);
}


main.detail section:nth-child(1) {
	padding-bottom: calc(var(--padd-section-tb) * 0);
	padding-top: calc(var(--padd-section-tb) * 0.25);
}

main.detail section:nth-child(2) {
	padding-top: calc(var(--padd-section-tb) * .25);
}

main.detail .container_2col_3366 {
	grid-template-columns: 1fr;
}

main.detail section:nth-child(1) .container_2col_3366 .container_col:nth-child(1),
main.detail section:nth-child(2) .container_2col_3366 .container_col:nth-child(1) {
	grid-row: 2;
}

ul.project-preview li a div.project-preview-wrapper {
	padding: 30px;
}

}

@media (max-width: 768px) {

:root {
	--padd-section-tb: 60px;
	--padd-page-lr: 25px;
	
	--gridgap-col: 25px;
	
	--fontsize-s: 20px; 
	
	--width-logo: 282px; /* */
	--height-logo: 142px; /* */

	--framespace-l: calc(var(--padd-section-tb) * 0);
}

span.logo-mobile {
	display: block;
}
.footerlogo{
display: none;
}
.footeradress {
margin-left: 5px;
margin-right: 5px;
}
span.logo-desktop {
	display: none;
}
div.ce-bodytext p {

}

div#page footer div.footerbottom.maxwidth div.footerbottom-wrap div.footercopyright {
display: none;
}
#header {
	    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10003;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.95) 100%
	);
	box-shadow: 0 0 60px var(--color-boxshadow);
	padding-top: 0px;
	padding-bottom: 0px;
	height: 60px;
}



main.detail section:nth-child(1) header h2 {
	margin-top: 0;
}

main.detail #header {
	margin-bottom: 40px;
}

#projectoverview {
	margin-top: 20px;
}

#burgernav {
	display: flex;
	position: fixed; /* WICHTIG: nicht mehr im Header-Flow */
	top: 0;
	right: var(--padd-page-lr);
	height: var(--height-header);
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 10004;
	padding-top: 25px;
}

#toggle-mobilenav {
	position: relative;
}

.frame-extrasmallwidth {
	width: 80%;
}

/* @group container */

.container_2col,
.container_2col_imgtxt,
.container_2col_txtimg,
.container_3col,
.container_4col,
.container_2col_3366,
.container_2col_6633 {
	grid-template-columns: 1fr;
	row-gap: calc(var(--gridgap-row) * .5);
}

.container_2col_imgtxt .container_col:nth-child(1),
.container_2col_txtimg .container_col:nth-child(1),
.container_2col_imgtxt .container_col:nth-child(2),
.container_2col_txtimg .container_col:nth-child(2) {
	grid-column: 1 / 3;
}

.container_2col_txtimg .container_col:nth-child(1) {
	grid-row: 2;
}

.container_2col_imgtxt .container_col:nth-child(2),
.container_2col_txtimg .container_col:nth-child(1) {
	margin-top: 0;
}
.frame-type-1section.frame-layout-1 h2 {
font-size: 26px;
}
/* @end */

.footerbottom-wrap {
width: 100%;
    display: block;
   
   
}

main.detail .flexslider {
	margin-bottom: var(--padd-b-h);
}

ul.project-preview li a div.project-preview-wrapper {
	padding: 20px;
}

.tx-go-maps-ext {
	margin-top: var(--padd-b-h);
}
.ce-bodytext ul {
    list-style: disc outside;
    padding-left: 30px;
   
}
}






@media (max-width: 540px) {
	
:root {
	--fontsize-xxl: 23px;	
		--fontsize-xl: 22px;
	--size-sliderarrow: 30px;
	--padd-section-tb: 45px;
	--fontsize-m: 16px;
}


/* @group BUTTON JETZT BEWEBEN */
button.bild-button {
	position: fixed;
	right: 30px;
	width: 90px;
	z-index: 1000000;
	top: 80px;
}
div#c1303.frame.frame-default.frame-type-html.frame-layout-0 button.bild-button a img {
width: 90px;
height: 90px;
}
header h2 {
		font: var(--font-hII);
	padding-bottom: calc(var(--padd-b-h) * 1);
	color: var(--color-accent);
	 -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
header h3 {
		font: var(--font-hII);
	padding-bottom: calc(var(--padd-b-h) * 1);
	color: var(--color-black);
	 -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.footersocialnav {
	
	display: block;

}

.footersocialnav .socialicon {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 15px;
		margin-bottom: 40px;
	margin-top: 20px;
}


.footersocialnav .socialicon a,
.footersocialnav .socialicon img {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}
.ce-bodytext ul {
    list-style: disc outside;
    padding-left: 20px;
   
}
div.ce-bodytext p {
hyphens: auto;
hyphenate-limit-chars: auto 3;
hyphenate-limit-lines: 4;
}

.frame-layout-3 div.ce-bodytext p {
  padding-left: 0px;
}
.frame-layout-3 h2 {

	color: var(--color-black);
	  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 0px;
}
div#scroll-arrow {
display: none;

}

.breadcrumb-wrap {
display: none;
}
section .maxwidth.cover header  {
	position: absolute;
	padding-left: calc(var(--padd-page-lr) * 2);
	bottom: 80px;
	z-index: 10;
	display: none;
		
	
}
.footerbottom.maxwidth,
.footertop.maxwidth {
	padding-left: calc(var(--padd-page-lr) * 1);
	padding-right: calc(var(--padd-page-lr) * 1);
}

.footerbottom {
	border-top: 1px solid rgba(90, 90, 93, 0.19);
	height: auto;
}
.frame-paddl {
	padding-left: calc(var(--padd-page-lr) * 0);
	padding-right: calc(var(--padd-page-lr) * 0);
}
div.news.news-single div.article section.frame.frame-default.frame-type-1section.frame-layout-0 div.maxwidth

{
	
	padding-left: calc(var(--padd-page-lr) * 1);
	padding-right: calc(var(--padd-page-lr) * 1);
}
.footernav ul {
    display: block;
    gap: var(--padd-footernav-lr);
	padding-top: 20px;
		padding-bottom: 20px;
}

.footernav ul li a {
	display: block;
	padding-bottom: 0px;
	color: var(--color-primary);
	line-height: 72px;
}
.footernav ul li a {
	display: inline-block;
	padding-bottom: 0px;
	color: var(--color-primary);
	line-height: 30px;
}

.footercopyright,
.footernav,
.footersocialnav {
    display: block;
	width:  100%;
    align-items: center; /* vertikal mittig */
	line-height: 30px;
	height: auto;
	padding-bottom: 0;
}
section .maxwidth.cover  img {
  height: 100%;
  height: auto;

    display: block;

}


section .maxwidth.cover .ce-outer,
section .maxwidth.cover .ce-inner,
section .maxwidth.cover .ce-row,
section .maxwidth.cover .ce-column,
section .maxwidth.cover .figure.image,
section .maxwidth.cover figure.image a,
section .maxwidth.cover figure.image a.lightbox 
{
    height: auto;
	
}

section .maxwidth.cover figure.image {
    height: auto;
	width: 100%;
    overflow: hidden;
}

section .maxwidth.cover figure.image > a {
    display: block;
    width: 100%;
    height: 100%;
}

section .maxwidth.cover figure.image img.image-embed-item {
    display: block;
    float: none;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: 50% 50% !important;
}
section .maxwidth.cover {
	position: relative;
	   height: auto;
    overflow: hidden;
}
ul.project-preview {
	grid-template-columns: 1fr;
}

ul.project-preview li {
	padding-bottom: 0;
}

ul.project-preview li a {
	display: flex;
	flex-direction: column;
}

ul.project-preview li a div.project-preview-image-front {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	opacity: 1 !important;
}

ul.project-preview li:hover a div.project-preview-image-front {
	opacity: 1;
}

ul.project-preview li a div.project-preview-image-front img {
	display: block;
	aspect-ratio: 1 / 1;
}

ul.project-preview li a div.project-preview-text {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: flex;
	align-items: flex-end;
	min-height: auto;
	background-color: transparent;
}

ul.project-preview li a div.project-preview-title {
	color: var(--color-accent);
}

ul.project-preview li a div.project-preview-wrapper {
	padding: 10px 0px 10px 0;
}
figcaption.image-caption {
	padding-top: 10px;
	width: 100%;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
}
.frame.frame-default.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext figure.table table tbody tr td {
	float: left;
	width: 100%;
	padding-right: 0;
		padding-bottom: 0;
}

.frame.frame-default.frame-type-textmedia.frame-layout-0 div.ce-textpic.ce-center.ce-above div.ce-bodytext figure.table table tbody tr  {
	float: left;
	width: 100%;
	padding-right: 0;
		padding-bottom: 20px;
}

.startcounter {
width: 100%;
float: left;
padding-bottom: 30px;
}

.startcountertopic {
float: left;
width: 100%;
height: 30px;
}
div.startcounternumber {
	font-size:52px;
	float: left;
width: 100%;
line-height: 52px;
}

}

@media (max-width: 480px) {

:root {
	--padd-footer-t: 40px;
	--padd-page-lr: 20px;
	--padd-footernav-lr: 20px;
}

}

@media (min-width: 768px) {
.mobile-logo a img {
	display: none;
}
}
