    @font-face{
        font-family:"Kievit Slab W03 Light";
        src:url("../Fonts/5839105/4a7e7bdc-ab68-463d-b95f-6bd06919f661.woff2") format("woff2"),url("../Fonts/5839105/01641a6a-97f5-4171-b4be-4d5a63562165.woff") format("woff");
    }
    @font-face{
        font-family:"Kievit Slab W01 Light Italic";
        src:url("../Fonts/5839121/ce0de0ec-2569-453e-99c6-ac6f06e0a555.woff2") format("woff2"),url("../Fonts/5839121/1d36bc0b-75d7-496d-9a95-38406e2b86fc.woff") format("woff");
    }

@font-face{
        font-family:"Rainmaker Script W00 Bold";
        src:url("../Fonts/5932856/e34430e6-7de3-4f84-85f5-c83fe82d7e55.woff2") format("woff2"),url("../Fonts/5932856/d7b0b69a-a843-4e46-b480-b6347e63315f.woff") format("woff");
    }

.ismobileindex {
	font-size: 10px;
}



* { -webkit-text-size-adjust:none; }

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

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

.frame-space-before-extra-small { margin-top: 10px; }
.frame-space-before-small { margin-top: 20px; }
.frame-space-before-medium { margin-top: 40px; }
.frame-space-before-large { margin-top: 60px; }
.frame-space-before-extra-large { margin-top: 80px; }

.frame-space-after-extra-small { margin-bottom: 10px; }
.frame-space-after-small { margin-bottom: 20px; }
.frame-space-after-medium { margin-bottom: 40px; }
.frame-space-after-large { margin-bottom: 60px; }
.frame-space-after-extra-large { margin-bottom: 80px; }

body {
	margin:0;
	padding: 0;
	border: 0;
    font-family:"Kievit Slab W03 Light";
/*    background-color: #efefef;*/
    color:#231f20;
}

#header {
	position: fixed;
	left:0;
	top:0;
	right:0;
	z-index: 2;

}

section {
	overflow: hidden;
}


.header-inner {
	box-sizing: border-box;
}
.siteholder-subpage .header-inner,
.showheader .header-inner {
	background: rgba(255,255,255,0.9);
}

#mainnav {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:60px 0;
}

#mainnav ul {
	margin:0 auto;
	padding:0;
	list-style-type: none;
}

#mainnav ul li { 
	display: inline-block;
	padding-right: 25px;
	padding-left: 25px;
}


#mainnav ul li:first-child { 
	font-family:"Rainmaker Script W00 Bold";
}

#mainnav ul li:first-child a { 
	font-size: 37px;
	text-transform: none;
	letter-spacing: 0;
}

#mainnav ul li.active a {
	color: #000;
}

#mainnav ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 15px;
	display: inline-block;
}

.siteholder-subpage #mainnav ul li a,
.showheader #mainnav ul li a {
	color: #000;
}

.siteholder-subpage #mainnav ul li.active a,
.showheader #mainnav ul li.active a {
	color: #666;
}

.siteholder {
	/*max-width: 1800px;*/
	margin:0 auto;
	background-color: #fff;
}

.siteholder-subpage {
	padding-top: 240px;
}
/*
.frame {
	max-width: 1800px;
	margin: 0 auto;
}
*/
.intro {
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center;
	color:#000;
}

.intro-1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 30vh;

	/*transition:all 0.1s ease;*/
	
}

.intro-1-1 {
	opacity: 0;
	transition: opacity 4s ease;
	font-size: 65px;
	font-family:"Rainmaker Script W00 Bold";
	margin-right: 10px;
	padding-left:10px;
}
.intro-1-2 {
	opacity: 0;
	transition: opacity 4s ease;
	font-size: 43px;
	letter-spacing: 0.05em;
    font-family:"Kievit Slab W03 Light";
            font-family:"Kievit Slab W01 Light Italic";
}


body.startintro .intro-1-1 {
	opacity: 1;
}

body.startintro2 .intro-1-2 {
	opacity: 1;
}



.intro-2-1 {
	background:url(../Images/Pannenborg+Partner_Logo2020_Outline_fetter_weiss_2.svg) center 0 no-repeat;
	background-size: contain;
	width: 100%;
	height: 50%;	
}

.intro-2-2 {
	background: url(../Images/Pannenborg_Intro_2.svg) center bottom no-repeat;
	background: url(../Images/Pannenborg_Intro_NEU.svg) center 2vw no-repeat;
	background-size: contain;
	width: 100%;
	height: 50%;
}

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

.frame-layout-1 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.gridwrapper {
	margin-left:auto;
	margin-right:auto;
}

.grid {
	display: flex;
	display: -webkit-flex; /* NEW */
}


.grid.grid-3cols .col.veralign-top {
	display: flex;
	display: -webkit-flex; /* NEW */
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	justify-content: flex-start;
}

.grid.grid-3cols .col.veralign-center {
	display: flex;
	display: -webkit-flex; /* NEW */
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	justify-content: center;
}

.grid.grid-3cols .col.veralign-bottom {
	display: flex;
	display: -webkit-flex; /* NEW */
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	justify-content: flex-end;
}

.grid.grid-3cols  {
/*	column-gap:20px;*/
}
.grid.grid-3cols .col {
	margin-left: 10px;
	margin-right: 10px;
}
.grid.grid-3cols .col1  {
	flex-grow: 1;
}
.grid.grid-3cols .col2  {
	flex-grow: 4;
}
.grid.grid-3cols .col3  {
	flex-grow: 1;
}
.horzarrow {
	padding-bottom: 3.5%;
	position: relative;
	width: 100%;
}
.horzarrow-inner-grey {
	background-color: #8b8c8e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	clip-path: polygon(0% 0%, 60% 99%, 100% 0px);
}
.horzarrow-inner-white {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	clip-path: polygon(0% 0%, 60% 99%, 100% 0px);
	transform: translateY(-1px);
}


.imagerow {
	position: relative;
}

.imagerow-arrow {
	clip-path: polygon(0% 100%, 0% 70px, 60% 0%, 100% 70px, 100% 100%);	
	clip-path: polygon(0% 100%, 0% 11%, 60% 0%, 100% 11%, 100% 100%);
}

.imagerow-wrapper {
	display: flex;
}

.imagerow-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

.imagerow-wrapper figure {
	margin:0;
}

.imagerow-wrapper figcaption {
	text-align: center;
	padding-top:30px;
	color:#00205c;
	font-size: 20px;
}

.imagerow-images-1 .imagerow-item-1 { flex:0 0 100%; }

.imagerow-images-2 .imagerow-item-1 { flex:0 0 60%; }
.imagerow-images-2 .imagerow-item-2 { flex:0 0 40%; }


.imagerow-images-3 .imagerow-item-1 { flex:0 0 30%; }
.imagerow-images-3 .imagerow-item-2 { flex:0 0 30%; }
.imagerow-images-3 .imagerow-item-3 { flex:0 0 40%; }

.imagerow-textblock {
	position: absolute;
	left: 0;
	right: 0;
	padding-left: 280px;
	box-sizing: border-box;
	color: #fff;
	bottom: 9vw;
}
.ausklapper-headline {
	display: block;
	cursor: pointer;
}

.ausklapper-content {
	opacity: 0;
	height: 0;
	transition:opacity 0.5s ease;
	overflow:hidden;
}

.ausklapper-headline:hover,
.ausklapper.open {
	color:#00205c;
}

.ausklapper.open .ausklapper-content {
	display: block;
	height: auto;
	opacity: 1;
}

.teamgallery-item-headline {
	cursor: pointer;
}

.teamgallery-item-headline:hover {
	color:#00205c;

}
.teamgallery-item-content {
	position: fixed;	
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;

	padding:10vh 10vw;
	color:#fff;
}

.teamgallery-item-content-text {
	position: fixed;	
	top:60vh;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	opacity: 0;
	padding:10vh 10vw;
	color:#fff;

	background-color: rgba(30,43,80,0.9);	
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%,60% 70px);		
}

.teamgallery-item-content p {
	font-size: 17px;
}

.teamgallery-item.open .teamgallery-item-content {
	opacity: 1;
	pointer-events: all;
}

.teamgallery-item.open .teamgallery-item-content-text {
	opacity: 1;
	pointer-events: all;
}

.teamgallery-item-content-layer {

	position: fixed;	
	top:60vh;
	left:0;
	right:0;
	bottom:0;
	z-index:101;

	opacity: 0;	
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.teamgallery-item-bg-layer {
	background-color: #fff;
	position: fixed;	
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99;
	opacity: 0;	
	transition: opacity 0.5s ease;
	pointer-events: none;
}

body.showteamgallery .teamgallery-item-bg-layer,
body.showteamgallery .teamgallery-item-content-layer {
	opacity: 1;
	pointer-events: all;

}

.teamgallery-item-content-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.teamgallery-prev,
.teamgallery-next {
	cursor: pointer;
	transition: transform 0.2s ease;
}

.teamgallery-closer:hover,
.teamgallery-prev:hover,
.teamgallery-next:hover {
	transform:translateY(-50%) scale(1.1);
}

.teamgallery-prev {
	position: absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	width: 50px;
	height: 100px;
	background:url(../Icons/PundP_Pfeil_weiss_links.svg) left center no-repeat;
	background-size: contain;
} 

.teamgallery-next {
	position: absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	width: 50px;
	height: 100px;
	background:url(../Icons/PundP_Pfeil_weiss_rechts.svg) right center no-repeat;
	background-size: contain;
} 

.teamgallery-closer {
	position: fixed;
	right:30px;
	top:55px;
	transform:translateY(-50%);
	width: 45px;
	height: 45px;
	background:url(../Icons/PundP_Kreuz_blau_dicker.svg) left center no-repeat;
	background-size: contain;
} 

.teamgallery-prev.inactive,
.teamgallery-next.inactive {
	opacity: 0;
	pointer-events: none;
}


.siteholder h2 {
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.siteholder h3 {
	font-family: "Kievit Slab W01 Light Italic";
	font-size: 37px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #231f20;
}


.siteholder p {
	font-size: 21px;
	margin:0 0 1em 0;
	padding:0;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

.siteholder p.p-rainmaker-medium {
    font-family:"Rainmaker Script W00 Bold";
 	font-size: 37px;
 	margin:0 0 10px 0;
 	padding:0;
 	letter-spacing: 0;
}

.siteholder em {
    font-family:"Kievit Slab W01 Light Italic";
    font-style: normal;
}


.template_standardseite_content ul {
	color:#00205c;
}
.siteholder p a {
	color: inherit;
}

.siteholder .p-rainmaker-medium a {
	text-decoration: none;
}

 .siteholder p.p-blue,
 .siteholder span.s-blue {
 	color:#00205c;
 }


 .siteholder p.p-big,
 .siteholder span.s-big {
 	font-size: 25px;
 }


 .siteholder p.p-blue-big,
 .siteholder span.s-blue-big {
 	color:#00205c;
 	font-size: 25px;
 }


 .siteholder p.p-xl,
 .siteholder span.s-xl {
 	font-size: 34px;
 	line-height: 1.3em;
 }


 .siteholder p.p-blue-xl,
 .siteholder span.s-blue-xl {
 	color:#00205c;
 	font-size: 34px;
 	line-height: 1.3em;
 }

 .siteholder p.p-xxl,
 .siteholder span.s-xxl {
 	font-size: 44px;
 	line-height: 1.3em;
 }


 .siteholder p.p-blue-xxl,
 .siteholder span.s-blue-xxl {
 	color:#00205c;
 	font-size: 44px;
 	line-height: 1.3em;
 }


 .siteholder .imagerow-textblock p {
 	font-size: 25px;
 }

 .siteholder .imagerow-textblock p.p-big,
 .siteholder .imagerow-textblock span.s-big {
 	font-size: 25px;
 }


 .siteholder .imagerow-textblock p.p-blue-big,
 .siteholder .imagerow-textblock span.s-blue-big {
 	color:#00205c;
 	font-size: 25px;
 }


 .siteholder .imagerow-textblock p.p-xl,
 .siteholder .imagerow-textblock span.s-xl {
 	font-size: 34px;
 }


 .siteholder .imagerow-textblock p.p-blue-xl,
 .siteholder .imagerow-textblock span.s-blue-xl {
 	color:#00205c;
 	font-size: 34px;
 }

  .siteholder .imagerow-textblock p.p-xxl,
 .siteholder .imagerow-textblock span.s-xxl {
 	font-size: 44px;
 }


 .siteholder .imagerow-textblock p.p-blue-xxl,
 .siteholder .imagerow-textblock span.s-blue-xxl {
 	color:#00205c;
 	font-size: 44px;
 }

.siteholder section ul {
	margin: 0;
	padding: 0 0 1em 1em;
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 0.01em;
}

.siteholder .ausklapper h3, .siteholder .teamgallery h3 {
	font-weight: normal;
	letter-spacing: 0.06em;
	font-size: 29px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.siteholder .ausklapper p {
	font-size: 17px;
} 

.siteholder .ausklapper ul {
    font-size: 17px;
}

footer {
	background-color: #efefef;
	color:#fff;
}

.footer-inner {
	display: flex;
}

.footer-col {
	flex:0 0 100%;
	padding:0 50px;
	box-sizing: border-box;
	text-align: center;
}

.footer-col-3 {
	padding-right: 0;
}


#footernav ul {
	margin:30px 0;
	padding:0;
	list-style-type: none;
	text-rendering: uppercase;
	font-size: 15px;
	letter-spacing: 0.04em;
	font-weight: bold;
}

#footernav ul li {
	display: inline-block;
	padding:0 20px;
}


#footernav ul li a {
	color:#000;
	text-decoration: none;
	font-family: Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;	
}

#footernav ul li a:hover,
#footernav ul li.active a {
	color:#666;
}

#menuheadermobile {
	display: none;
}

.siteholder-subpage .frame-type-textmedia header, 
.siteholder-subpage .frame-type-textmedia .ce-bodytext {
	max-width: 1100px;
}

img.variant-mobile {
	display: none;
}