html, body {
  overflow-x: hidden;
}

body {
	background-color: rgb(208, 199, 247, 0.17);
	overflow-y: scroll;
}

.site-main {
	margin-top: -24px;
}

.link {
    font-size: 20px;
    border: 2px solid #4c5eeb;
    padding: 10px 30px;
    border-radius: 30px;
    transition: background-color 0.2s, color 0.2s;
}

.link:hover {
	background-color: #4C5EEB;
	color: #ffffff;
}

.link-center {
	margin: 0 auto;
    width: fit-content;
    display: block;
}

.section {
	padding: 50px 0;
}

.text-black {
	color: #333333 !important;
}



.hide-mobile-bg {
	display: none;
}

.bold {
	font-weight: 900;
}

.page-id-82 .text-section p,
.page-id-78 .text-section p,
.page-id-80 .text-section p,
.page-id-80 .text-section p {
	color: #000000;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.page-id-82 .text-section h1,
.page-id-78 .text-section h1,
.page-id-80 .text-section h1,
.page-id-82 .text-section h2,
.page-id-78 .text-section h2,
.page-id-80 .text-section h2,
.page-id-80 .text-section h2,
.page-id-80 .text-section h3,
.page-id-80 .text-section h3 {
	margin-bottom: 20px;
	text-align: left;
}

/* Roter Faden */
.roter_faden_links {
	display: none;
}

@media (min-width: 1000px){
	.roter_faden_links {
	    display: block;
	    position: absolute;
	    left: 0;
	    height: 0px;
	    width: 0px;
	    pointer-events: none;
	}
	
	.roter_faden_links > * {
	    position: absolute;
	    left: 0;
	    top: 700px;
	    height: 80vh;
	    -webkit-transform: translate(-30px, -50%);
	    transform: translate(-30px, -50%);
	}
	
}

/* Header */

.header-section {
	position: relative;
    left: -1px;
    width: calc(100% + 1px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    height: 100vh;
    background-repeat: round;
    background-size: 400px auto;
}

.header-video {
	height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.header-section video {
	min-width: calc(100% + 2px);
    width: auto;
    max-width: none;
    min-height: calc(100% + 2px);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.header-textbox {
    max-width: 80%;
    z-index: 9;
    position: relative;
}

.headerline {
    width: 100%;
    font-size: 34px;
    font-weight: 100;
    line-height: 40px;
    color: #B395E9;
    margin-bottom: 0;
}

.header-textbox h1 {
	margin-bottom: 30px;
}

.header-logo {
    position: absolute;
    bottom: 0;
    height: 95%;
    right: 50px;
    z-index: 9;
}

.header-align {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-img {
	position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Header small */

.header-small-section {
	position: relative;
	padding: 150px 0;
	background-repeat: round;
    background-size: 400px auto;
}

.header-small-section .header-textbox {
	z-index: 9;
    position: relative;
}

.header-small-logo {
	position: absolute;
    top: 0;
    width: 100%;
}

.header-small-section p {
    width: 100%;
    font-size: 34px;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 0;
}

/* Text */

.text-section p {
	color: #4C5EEB;
    font-size: 38px;
    line-height: 44px;
}

.marked-text {
	background: #D9F656;
    padding: 0 4px;
}

/* Text right */

.text-centerbox {
	display: table; 
	height: initial; 
	overflow: hidden;
}

.text-centerbox-inner {
	display: table-cell; 
	vertical-align: middle;
}

.infobox-section .bg-white {
	background: #3340EB !important;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

.infobox-section .link {
	border-color: #ffffff;
	color: #ffffff;
}

.infobox-section .bg-white p,
.infobox-section .bg-white h2 {
	color: #ffffff;
}

.text-padding {
	padding: 0 50px;
}

.text-right-section .link {
    display: block;
    width: fit-content;
    margin-top: 30px;
}

/* Bulletpoints */

.bulletpoints-section .number {
	font-size: 90px;
    font-weight: 900;
    color: #4c5eeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0;
    line-height: normal;
}

.bulletpoints-section .number:after {
    content: "";
    display: block;
    height: 2px;
    background: #B395E9;
    margin: 0 0 0 30px;
    width: 100%;
}

.bulletpoints-section .col-md-3:nth-child(4) .number:after {
	width: 0%;
}

/* Video */

.videobox {
	display: block;
    height: 300px;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
    position: relative;
    max-height: 70vh;
    height: 500px;
}

.videobox video {
	min-width: calc(100% + 2px);
    width: auto;
    max-width: none;
    min-height: calc(100% + 2px);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Accordion */

.plusminus {
	position: absolute;
    width: 34px;
    height: 34px;
    cursor: pointer;
    left: -40px;
    top: 26px;
    z-index: 99;
}

.plusminus.active:before {
	transform: translatey(-50%) rotate(-90deg);
	opacity: 0;
}

.plusminus.active:after {
	transform: translatey(-50%) rotate(0);
}

.plusminus:before,
.plusminus:after {
	content: "";
	display: block;
	background-color: #D9F656;
	position: absolute;		
	top: 50%; left: 0;
	transition: .35s;
	width: 100%;
	height: 3px;
}

.plusminus:before {
	transform: translatey(-50%);
}

.plusminus:after {
	transform: translatey(-50%) rotate(90deg);
}

.accordion-header {
	position: relative;
}

.accordion-body {
	padding-top: 0;
}
	
.accordion-button {
	font-size: 40px;
    line-height: 1.3em;
    font-weight: 900;
    margin-bottom: 15px;
    color: #4C5EEB !important;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
    padding-bottom: 0;
}

.accordion-item,
.accordion-button {
	background: none !important;
	box-shadow: none !important;
	border: none;
}

.accordion {
	margin-left: 40px;
}

.accordion-section.section p strong {
	font-family: "Pogonia", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 400;
    color: #4C5EEB;
    position: relative;
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
}

/* Logoslider */

.swiper-slide img {
	display: block;
	margin: 0 auto;
	filter: grayscale(1.0);
	transition: filter 0.4s;
}

.swiper-slide:hover img {
	filter: none;
}

.swiper-button-next, .swiper-button-prev {
    top: 54%;
    height: 22px;
}

.swiper-button-prev {
    left: -50px;
}

.swiper-button-next {
    right: -50px;
}

.swiper-button-prev:after {
	color: #4C5EEB;
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	line-height: 0.7;
}

.swiper-button-next:after {
	color: #4C5EEB;
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	line-height: 0.7;
}

/* Quoteslider */

.swiper-button-next-quote, 
.swiper-button-prev-quote {
    display: inline-block;
    position: initial;
    margin: 20px 0 30px;
}

.swiper-button-prev-quote {
    left: -50px;
    margin-right: 30px;
}

.swiper-button-next-quote {
    right: -50px;
}

.mySwiperQuote .swiper-slide {
	padding-left: 30px;
}

/* Icons */

.icons-section img {
	height: 100px;
	display: block;
	margin: 0 auto;
}

.icons-section p {
	font-weight: 900;
    color: #4C5EEB;
    font-size: 22px;
    margin: 0;
    line-height: 1.3em;
    text-align: center;
}

/* - - - Timeline - - - */

.portfolio-item {
    width: 40%;
    margin-top: 10px;
    position: relative;
}

.portfolio-dot {
    position: absolute;
    width: 13px;
    height: 13px;
    background: #B395E9;
    border-radius: 30px;
}

.portfolio-item.portfolio-left .portfolio-dot {
    right: -5px;
    top: 20px;
}

.portfolio-item.portfolio-right .portfolio-dot {
    left: -5px;
    top: 20px;
}

.portfolio-item.portfolio-left {
    margin-left: 10%;
    text-align: right;
}

.portfolio-item.portfolio-right {
    margin-left: calc(50% - 3px);
    text-align: left;
}

.portfolio-item.portfolio-right .borderbox {
	border-left: solid 3px #B395E9;
	padding-left: 80px;
}

.portfolio-item.portfolio-left .borderbox {
	border-right: solid 3px #B395E9;
	padding-right: 80px;
}

.portfolio-item svg {
    margin-bottom: 30px;
    font-size: 120px;
    color: #F9B233;
}

.timeline-date {
	font-size: 60px;
    font-weight: 900;
    color: #B395E9;
    margin: 0 0 30px 0;
    line-height: 48px;
    text-align: left;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    margin-bottom: 20px;
    display: inline-block;
}

.portfolio-item.portfolio-right .timeline-date {
	padding-left: 110px;
}

.portfolio-item.portfolio-left .timeline-date {
	padding-right: 50px;
}

.borderbox h3 {
	text-transform: uppercase;
	font-weight: 400;
    letter-spacing: 0.15em;
    color: #4C5EEB;
    font-size: 16px;
}

/* Animated numbers */

.facts-section .fact-number {
	text-align: center;
	font-family: Pogonia;
    font-weight: 900;
    color: #4C5EEB;
    letter-spacing: 2px;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 30px;
    margin: 0 auto;
}

.facts-section .fact-text {
	display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.3em;
    color: #4C5EEB;
}

/* Image */

.img-section.parallax {
	
}

/* Staff */

.staff-section .staff-container img {
	width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    transition: opacity 0.4s;
}

.staff-section .staff-container p {
	font-size: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #4C5EEB;
}

.staff-section .staff-container .staff-name {
	text-align: center;
    font-weight: 900;
    font-size: 30px;
}

.staff-section .staff-container .staff-job {
	text-align: center;
    font-weight: 100;
    font-size: 18px;
    color: #B395E9;
}

.staff-section .staff-container .accordion-button {
	font-size: 18px;
	font-weight: 500;
}

.staff-section .staff-container .plusminus {
	top: 10px;
}

.staff-section .staff-container .accordion-body p {
	font-size: 16px;
}

.staff-section .staff-hover {
	position: relative;
    height: 350px;
    width: 300px;
}

.staff-section .staff-hover .staff-img-2 {
	opacity: 0;
}

.staff-section .staff-hover:hover .staff-img-1 {
	opacity: 0;
}

.staff-section .staff-hover:hover .staff-img-2 {
	opacity: 1;
}

/* Projects */

.project-wrapper {
    padding: 50px 50px;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.parent {
    height: 385px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: -webkit-calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: calc(46% - 3px);
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin: 0 2%;
    padding: 0;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.child a {
    display: none;
    cursor: pointer;
}

.whitebox {
	display: none;
	background: #fff;
    position: absolute;
    top: 15%;
    left: 15%;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.parent:hover .child, 
.parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent:hover, 
.parent:focus {
	border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, 
.parent:focus a,
.parent:hover .whitebox, 
.parent:focus .whitebox {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.project-header {
	position: absolute;
	top: 40px;
	left: 10%;
	font-family: "Pogonia", sans-serif;
	font-size: 26px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 15px;
    color: #4C5EEB;
    position: relative;
    display: inline-block;
    width: 80%;
    letter-spacing: normal;
}

.child .link {
	position: absolute;
	bottom: 30px;
	left: 10%;
	letter-spacing: 0px;
}

.filter-section {
	margin-bottom: 20px;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.filter-section button {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;background: none;
	border: none;
	outline: none;
	/*border-right: #afafafcc 1px solid;*/
    padding: 0px 20px;
}

.filter-section button:first-child {
	color: #4C5EEB;
}

.filter-section button:last-child {
	border: none;
}

.projects-section .parent:nth-child(even) {
	margin-top: 30px;
	padding-bottom: 0;
}

.projects-section .parent:nth-child(odd) {
	margin-bottom: 60px;
}

.projects-section .parent:nth-child(2) {
	padding-bottom: 0;
}

.projects-section .whitebox p {
    position: absolute;
    top: 40px;
    left: 10%;
    font-family: "Pogonia", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 15px;
    color: #4C5EEB;
    position: relative;
    display: inline-block;
    width: 80%;
    letter-spacing: normal;
}


/* 404 */

.error-404 {
	padding: 60px 0;
}

.error-404 img {
	max-height: 500px;
}

.error-404 h1 {
	font-size: 120px;
	color: #4C5EEB;
	text-align: left;
}

/* Good bold friends */

.boldfriends-section .star {
	height: 140px;
	margin-top: -30px;
	margin-right: -50px;
}

.boldfriends-section .circle {
	position: absolute;
    width: 140% !important;
    max-width: max-content;
    left: -20%;
}

.boldfriends-section p {
	font-size: 180px;
	line-height: 160px;
	color: #4C5EEB;
}

.bold-styled {
	position: relative;
	display: inline-block;
	font-weight: 900;
}

.bold-styled svg.circle {
	position: absolute;
	top: 0;
	right: 0;
	width: 140% !important;
	height: auto;
	overflow: visible;
	pointer-events: none;
}

/* Good people */

.goodpeople-section p {
	font-size: 140px;
}


/* Contact */

.contact-section img {
	max-width: 80%;
}

.wpcf7 input,
.wpcf7 textarea {
	border: none;
	border-bottom: solid 4px #B395E9;
	border-radius: 0;
	padding: 10px;
	font-size: 20px;
}

.wpcf7 .form-control::placeholder {
	color: #4C5EEB;
	font-size: 20px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-bottom: solid 4px #B395E9;
	box-shadow: none;
}

.wpcf7 input[type="checkbox"] {
	display: inherit;
	margin-right: 6px;
}

.wpcf7 .wpcf7-list-item {
	width: 30%;
	margin-left: 0;
}

.wpcf7 .btn-primary {
	width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.3em;
    color: #4C5EEB;
    background: none;
    float: left;
    font-size: 20px;
    border: 2px solid #4c5eeb;
    padding: 10px 30px;
    border-radius: 30px;
    transition: background-color 0.2s, color 0.2s;
    background-color: transparent;
}

.wpcf7 .btn-primary:hover {
	border-color: #4C5EEB;
	background-color: #4C5EEB;
	color: #ffffff;
}

.wpcf7 .btn-primary:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.wpcf7 .clearfix .span {
	float: left;
}

.wpcf7 .clearfix {
	width: fit-content;
    margin: 0 auto;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
margin-bottom: 20px;
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 30px;
width: 30px;
top: 0px;
left: 0px;
background: #e7e4e1;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: url('../img/Kontakt_Checkbox.png');
height: 30px;
width: 30px;
top: 0;
left: 0;
visibility: hidden;
font-size: 16px;
text-align: center;
line-height: 31px;
background: #e7e4e1;
padding-top: 3px;
padding-left: 1px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: auto;
    clip-path: none;
    height: auto;
    width: auto;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
    bottom: 0;
    display: none;
    bottom: -60px;
}

/* AUTO SLIDER */

.mySwiperAuto .swiper-slide {
	width: fit-content;
}

.mySwiperAuto > .swiper-wrapper{
  transition-timing-function : linear !important;
}

.mySwiperAuto .swiper-slide p {
	font-size: 38px;
	color: #B395E9;
} 

/* IMG IMG SECTION */

.img-img-section img {
	width: 100%;
}

.hide-mobile {
	display: inherit;
}

.hide-desktop {
	display: none;
}
