*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000;
    font: 17px 'Inter Light';
    min-width: 320px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000a8; /* vorher 000*/
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font: 80px/1.1 'Inter Black';
    margin: 0 0 .2em;
}

h2 {
    font: 60px/1 'Inter Black';
    letter-spacing: 0.4px;
    margin: 0 0 .5em;
}

h3 {
    font: 32px/1.2 'Inter Black';
    letter-spacing: 0.4px;
    color: #000;
}

h2 span,
h3 span {
    display: block;
    font-size: 30px;
}

h4 {
    font: 26px/1.1 'Inter Black';  /*voerher 40px*/
    letter-spacing: 0px;
    text-transform: uppercase;
}

h5,
h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

.content-section {
	display: flex;
	flex-direction: column;
	padding: 60px 0 40px;
}

table {
    border-collapse: collapse;
    width: 100%;
				position: relative;
}
table th{
	border-bottom: 1px solid #000;
	padding: 8px 8px 16px 8px;
	text-align: left;
}
table td {
    /*border: 1px solid #A9A7a7;*/
    padding: 8px;
	vertical-align: center;
    font-size: 15px;
}
table tr:nth-child(even){
	/*background-color: #f2f2f2;*/
}
.table tbody tr:hover, .tabellen_editor tbody tr:not(:first-child):hover{
	background-color: rgba(102, 102, 102, 0.2);
    border-bottom: none;
    transition: 0.1s;
}
.icon-document{
	filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(84deg) brightness(104%) contrast(101%);
}


.td-dok{
	text-align: center;
}

.table-container{
	 overflow-x: auto;
	 hyphens: none;
		position: relative;
		margin-bottom: 20px;
		/*height: 300px;*/
	 /*padding: 10px 30px 0px 30px;*/
}

th{
position: sticky;
top: 0;
	background: #fff;
}

thead th {
  /*box-shadow: inset 0 -1px 0 #000000;*/
}

.hand{
	padding: 10px;
	display: flex;
	justify-content: center;
	position: sticky;
  bottom: 0;
  background-color: rgba(255,255,255,0.7)
}
.hand img{
width: 25%;
max-width: 140px;
min-width: 100px;
height: auto;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.image-container{
/*	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto; */
    position: sticky;
    top: 0;
    height: max-content;
    z-index: 999;
    padding: 40px 0 0 40px;
}

.image-container img{
    height: auto; /* Bilder nehmen die volle Höhe des Containers ein */
    margin: 0 auto; /* Bilder horizontal mittig ausrichten */
    display: block;
    max-width: 890px;
    width: 100%;
}

    .vermietung {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    }


/*- Layout -*/

.page-container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0px 285px;
    transition: .7s All
}

.home-page .page-container {
    padding-top: 85px;
}

.content-animate .page-container,
.content-animate .page-video {
    transform: translateY(30%);
}

/*- Page Header -*/

.page-header {
    display: flex;
    height: 1px;
    justify-content: space-between;
    left: 0;
    padding: 0 52px;
    position: fixed;
    right: 0;
    top: 53px;
    z-index: 10;
}

.home-page .page-header:not(.is-scrolling) {
    color: #fff;
}
.home-page .page-header:not(.is-scrolling) .header-contacts a {
    color: #000;
}
.home-page .page-header.nav-is-open {
    color: #000;
}

.header-logo {
    display: flex;
    justify-content: left;
    margin: 53px 0 80px;
    max-width: 1920px;
    padding: 0px 285px 0px 285px;
}
.header-logo img {
    height: auto;
    width: 185px;
}

.header-menu {
    display: flex;
}

.header-contacts {
    font: 18px/.9 'Inter Black';
    text-align: right;
    position: absolute;
    right: 52px;
}
.header-contacts li {
    line-height: 1.4;
}

/*- Title  -*/

.page-video {
    background: url(../images/video-pic.jpg) no-repeat center / cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: .7s All
}

.bgvideo {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    width: auto;
}

.page-video::before {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video-logo {
    left: 50%;
    /*opacity: .5;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.btn-scroll-down {
    bottom: 32px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1
}

.page-title {
    height: 1100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.page-title--animated {
    /*transform: scale(1.2);*/
    transition: 1.7s All;
}

.page-title--zoom {
    transform: scale(1);
    width: 100vw;
}

.title-pic {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.title-pic__1 {
    bottom: 60px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.home-page .intro-text {
    max-width: 888px;
}

.intro-text p {
    line-height: .9;
}

/*- Navigation -*/

.nav-primary {
    background: #fff;
    font: 15px/1 'Inter Black';
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    transform: translateY(-100%);
    transition: .7s All;
    visibility: hidden;
    z-index: 9;
    max-width: 1920px;
    padding: 0px 285px;
}

.nav-is-open+.nav-primary {
    transform: translateY(0);
    visibility: visible;
}

.nav-main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 53px 0 80px;
}

.menu-logo img {
    height: auto;
    width: 185px;
    margin-bottom: 20px;
}

.nav-main {
    font-size: 8vh;
    line-height: 1.3;
}


.nav-main>li {
    margin-bottom: -11px;/* vorher -20px*/
}


.nav-main>li>a {
    color: #000;
    line-height: 1;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a {
    color: #000;
}

.nav-contacts {
    font-size: 20px;
    line-height: 1.1;
}
.nav-contacts li {
  margin: 0 0 .5em;
}
.nav-contacts a {
    color: #000;
}

.btn-startseite {
    display: inline-block;
}

.nav-banner {
    bottom: 54px;
    position: absolute;
    right: 75px;
}

.nav-banner img {
    max-width: 253px;
}

/*- Components -*/

.list-staff {
    margin-bottom: 125px;
}

.staff-item {
    margin-bottom: 55px;
    text-align: center;
}

.staff-item__pic {
    margin-bottom: 13px;
}

.staff-item__pic img {
    width: 100%;
}

.staff-item__heading {
    margin-bottom: 0;
}

.news-item {
    margin-bottom: 78px;
    padding: 0 5px;
    text-align: left;
}

.news-item p {
    margin: 0
}

.news-item a {
    text-decoration: underline;
}
.news-item img {
    margin-bottom:30px;
}
.news-item .datum {
    padding-bottom: 30px;
    font-size: 12px;
    text-transform: uppercase;
}
.news-item h2 {
    margin-bottom: 21px;
}


.list-quote {
    font-size: 50px;
    max-width: 880px;
    padding: 165px 0;
    position: relative;
    text-align: left;
}

.list-quote::after {
    bottom: 0;
    top: auto
}

.accordeon {
    border-top: 2px solid #000;
    margin-bottom: 65px;
}

.accordeon-row {
    border-bottom: 2px solid #000;
}

.accordeon-headline {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font: 25px 'Inter Black';
    color: #000;
    padding: 15px 40px 15px 0;
    position: relative;
}

.accordeon-headline::after {
    background: url(../images/ico-plus.svg) no-repeat top / contain;
    content: '';
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
		transition: background 0.2s ease-in;
}


.is-open .accordeon-headline:after {
    background: url(../images/ico-minus.svg) no-repeat top / contain;
		    transition: background 0.2s ease-in;

}

.accordeon-wrap {
    padding: 10px 0
}

.accordeon-intro {
    margin: 0 auto 30px;
    max-width: 1060px;
    text-align: center;
}

/*- Buttons -*/

.btn-link {
    font: 50px 'Inter Black';
    letter-spacing: -2px;
    padding-left: 55px;
    position: relative;
}

.btn-link a {
    text-decoration: underline;
}

.btn-link a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 38px;
}

/*- Page Footer -*/

.page-footer {
    padding: 10px 78px 0px;
    border-top: 2px solid #000;
    height: 98px;
}
.page-footer .flex-shrink-1{
    min-width: 70%;
}



.footer-banner {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-pics {
    display: flex;
    padding-left: 207px;
    position: relative;
}

.footer-pics img {
    margin-right: 15px;
}
.footer-pics h3 {
    font-size: 18px;
}

.footer-contacts {
    font: 18px/.9 'Inter Black';
    margin-bottom: 117px;
    text-align: center;
}
.footermenu {
    padding-right: 206px;
    padding-top: 9px;
}

.nav-footer {
    display: flex;
    font: 12px 'Inter Black';
    justify-content: center;
}

.nav-footer li {}

.nav-footer li:after {
    color: #999;
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.spacing-xl {
    margin-bottom: 145px;
}

.spacing-lg {
    /*margin-bottom: 100px;*/
}

.spacing-sm {
    margin-bottom: 70px;
}

.text-center {
    text-align: center;
}

.hamburger {
    background-color: transparent;
    border: 0;
    border: 2px solid #000;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    height: 64px;
    outline: none;
    overflow: visible;
    padding: 0;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    width: 64px;
    z-index: 1
}

.home-page .page-header:not(.is-scrolling) .hamburger {
    border-color: #000;
}

.home-page .page-header.nav-is-open .hamburger {
    border-color: #000;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 17px;
    left: 50%;
    margin-left: -16px;
    position: relative;
    width: 32px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000;
    border-radius: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 32px;
}

.home-page .page-header:not(.is-scrolling) .hamburger-inner,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::before,
.home-page .page-header:not(.is-scrolling) .hamburger-inner::after {
    background-color: #000;
}

.home-page .page-header.nav-is-open .hamburger-inner,
.home-page .page-header.nav-is-open .hamburger-inner::before,
.home-page .page-header.nav-is-open .hamburger-inner::after {
    background-color: #000;
}

.hamburger-inner::before {
    content: "";
    top: 7px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    width: 25px;
}

.hamburger-inner::after {
    content: "";
    top: 14px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}


/*
Z. 349,356, 393, 431, 616, 102, 387, 217, 60, 78, 91, 388
*/
.text-center a, .text_rechts a {
    text-decoration:underline;
}
.text_rechts {
    text-align: left;
    width: 65%;
    margin-left: auto;
    font: 17px Inter, Arial, Helvetica, Sans-Serif;
}

.det_elem_no_padding {
    margin:0 calc(50% - 50vw)  45px /*0*/ !important
}
.det_elem_no_padding img{
   width: 100%
}
.CCSS331 {
    border-top: 2px solid #000;
    margin-bottom: 65px;
    width: 65%;
}

.CCSS379 {
    width: 65%;

}

.pic-galerie {
    padding-bottom: 20px;
}
.galerieseite_box {
    padding-top:36px;
}
.galeriename {
    padding-top:16px;
}
.intro-text {
    margin-bottom: 143px;
    letter-spacing: -2px;
}
.cms_document {
    font: 29px 'Inter Black';
    padding-left: 55px;
    position: relative;
    padding-bottom: 20px;
    text-align:left;

}
.links-after {
    text-decoration: underline;
}

.cms_document a {
    text-decoration: underline;
}

.cms_document a::before {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    content: '';
    height: 25px;
    left: 0;
    margin-top: 5px;
    position: absolute;
    width: 38px;
}
.cms_item>.cms_content>.cms_document a.pdf {
    background-image:none;
}
.cms_item a.file {
    padding-left:0;
}
.cms_content .text {   /*dreiertext hier*/
    /*padding-bottom:62px;   */
}
.accordeon-wrap .cms_content .text {   /*dreiertext hier*/
    padding-bottom:0px;
}

.cms_content a{
    text-decoration: underline;
}
.fancybox-infobar {
    display:none;
}
.galerieseite {
    padding-bottom:254px;
}
.nav-main>li>a:hover  {
    opacity:0.8;
}
/*
.header_start {
    border-color: #fff !important;
    color: #fff;
    filter: brightness(0) invert(1);
}
.header_start::after {
    border-color: #fff !important;
    background: #fff !important;
}
.header_start_open {
    background:#fff;
}
.background_white {
    background: #fff !important;
}
.filter_white {
    filter: brightness(0) invert(1);
}
.filter_normal {
    filter: brightness(1) invert(0);
}      */
.headline_cms h3 {
    margin-bottom:0;
}

iframe {
  width: 100%;
  height: 100%;
}
.legende {
    padding-top:10px;
}
.list-news {
    display: flex;
    justify-content: center;
}
.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

.tdwrap img{
 width: 40px !important;
}

.cms_column img, .galerieseite_box img {
    width: 100%;
    height: auto !important;
		margin: 0 auto;
}

.footer-banner {
    max-width: 198px;
}
.list-quote h4 {
    color: #000;
}
.start_header {
    margin-bottom:62px;
    margin-top: 130px;
}
.start_header h1 {
  max-width: 1920px;
    padding: 0px 285px;
    padding-bottom: 26px;
}
.start_pic {
    display: flex;
    justify-content: center;
}
.CCSS231 {
    color: #000;
}
.CCSS345,.CCSS335 {
    width: 65%;
    /*font-size: 26px;*/
}
.accordeon-wrap .CCSS335 {

    width: 100%;
    /*font-size: 26px;*/
}

.text-cust {
    max-width: 888px;
}
.table-box-cust {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    width: 888px;
}
.table-box-cust h4 {
    color: #000;
    margin-bottom: 0.7em;
}
.linie_table {
    width: 888px;
    border-top: 2px solid #000;
}
.fixed_circle {
    position: fixed;
    right: 135px;
    bottom: 200px;
    width: 250px;
}
.seitentitel {
    font-size: 18px;
    padding-bottom:35px;
    text-transform: uppercase;
}
.nav-is-open .header-contacts {
    display: none;
}
.cms_content > div {
    height: unset !important;
/*    width: unset !important;*/
}
.CCSS231 h3 {
    hyphens: auto;
}


.projects .news-item {
    margin-bottom: 29px;
}
.projects .news-item img {
    margin-bottom: 13px;
}

.projects .news-item h3 {
    margin: 0 0 .5em;
}
.aktuell {
    text-transform: uppercase;
    padding-bottom: 32px;
    padding-left: 5px;
}

.status-dot {
	width: 25px; 
}

.icon-document{
	background-image: "../images/ico-menu.svg";
	}

/* interaktive Karte mit Pins */
.map-container {
            position: relative;
            width: 100%;
            /*max-width: 1200px;*/
            margin: 0 auto;
						margin-bottom: 60px;
        }

        .pin, .marker {
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: #000;
            border-radius: 50%;
            cursor: pointer;
						margin: 18px;
        }
				.marker{
						border-radius: 50% 50% 50% 0 !important;
						transform: rotate(-45deg);
				}

				.main{
					background-color: #FE6C28;
				}

				.pulse-animation {
						border-radius: 50% 50% 50% 0 !important;
    				transform: rotate(-45deg);
            width: 20px;
            height: 20px;
            background-color: #000;
            border-radius: 50%;
            opacity: .5;
						animation: pulse 2s infinite; /* Add pulse animation */
        }
				/* Pulse animation */
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(2);
								opacity: 0.0;
            }
						 }
        .pin-content {
            display: none;
						transform: rotate(45deg);
            position: absolute;
            background-color: white;
            padding: 8px;
            border-radius: 2px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            max-width: 200px;
            z-index: 1;
						margin: 26px 13px 0;
        }

				.icon-pin{
    		position: absolute;
    		top: 0;
				left: 0;
				height: 20px;
				width: 20px;
				}

.arrow-right.icon {
		cursor: pointer;
    color: #000;
    position: absolute;
    margin-left: 2px;
    margin-top: 10px;
    width: 35px;
    height: 6px;
    background-color: #000;
    transform: rotate(-45deg);
}

.arrow-right.icon:before {
    content: '';
    position: absolute;
    right: 1px;
    top: -7px;
    width: 20px;
    height: 20px;
    border-top: solid 6px #000;
    border-right: solid 6px #000;
    transform: rotate(45deg);
}

		.pulse-animation-arrow {
		color: #000;
		position: absolute;
    width: 35px;
    height: 6px;
    background-color: #000;
    transform: rotate(-45deg);
    opacity: .5;
		animation: pulse 2s infinite; /* Add pulse animation */
        }
.pulse-animation-arrow:before {
		content: '';
    position: absolute;
    right: 1px;
    top: -7px;
    width: 20px;
    height: 20px;
    border-top: solid 6px #000;
    border-right: solid 6px #000;
    transform: rotate(45deg) !important;
        }



/* Logo rechts */
.logo-rechts {
    margin-left: 40px;
    margin-top: 5px;
}
