body {
	padding-bottom: 62px;
}

body * {
	font-family: 'Circe Light';
}

/* Hide scrollbar*/

.orbit-text-navigation {
	scrollbar-width: none;
	/*For Firefox*/
	/*-ms-overflow-style: none;*/
	/*For IE and Edge*/
}

.orbit-text-navigation::-webkit-scrollbar {
	width: 0px;
	/*For Chrome, Safari and Opera*/
}

.logo-wrapper {
	position: fixed;
	left: 0px;
	bottom: 148px;
	width: 100%;
	z-index: 999;
}

.menu a {
	padding: 0.7rem 2rem 0.7rem 0rem;
}

.language-wrapper {
	position: fixed;
	left: 0px;
	top: 20px;
	color: #fff;
	font-size: 13px;
	font-family: 'Circe Regular';
	width: 100%;
	text-shadow: 1px 1px 1px #000;
}

.footer-container .grid-x.grid-container, .menu-wrapper .top-bar-left .grid-container.grid-x, .language-wrapper .grid-container.grid-x {
	padding-left: 0;
}

.language-wrapper .active {
	font-family: 'Circe Extra Bold';
}

.language-wrapper span:not(.active):hover {
	cursor: pointer;
	font-weight: bold;
}

.section-1-wrapper {
	min-height: calc(100vh - 62px);
	background-color: #f1f1f1;
}

.section-1-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-1-info h1 {
	margin: 40px 0 20px;
	font-size: 24px;
	line-height: 28px;
}

.section-1-info h1 b {
	font-family: 'Circe Bold';
}

.section-1-info p {
	font-size: 18px;
	line-height: 24px;
	max-width: 430px;
	margin-bottom: 33px;
}

.hollow.button.my-focus-button.medium {
	width: 163px;
	padding: 0 1em;
}

.button.hollow.my-focus-button {
	border: 2px solid #000000;
	-webkit-text-fill-color: #000000;
	color: #000000;
	height: 43px;
	font-family: 'Circe Bold';
}

.button.hollow.my-focus-button.medium.black {
	border: 2px solid #000000;
	-webkit-text-fill-color: #000000;
	color: #000000;
	height: 43px;
	font-family: 'Circe Bold';
	margin-top: 4rem;
}

.button.hollow.my-focus-button.medium.black:hover {
	border: 2px solid #000000;
	-webkit-text-fill-color: #ffffff;
	color: #000000;
	background-color: #000000;
}

#button-my-projects {
	margin: 4rem 0 4rem 0;
}

.button.hollow.my-focus-button:hover {
	border: 2px solid #000000;
	-webkit-text-fill-color: #ffffff;
	color: #ffffff;
	background-color: #000000;
}

.button.hollow.my-focus-button.expanded {
	margin-bottom: 125px;
}

.menu-wrapper {
	height: 62px;
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	z-index: 10;
}

.geometry-group-wrapper {
	position: fixed;
	right: 20px;
	bottom: 100px;
	cursor: pointer;
}

.geometry-group-wrapper img {
	width: 60px;
}

.responsive-menu-wrapper .menu-button {
	padding: 12px;
}

.responsive-menu-wrapper .menu-button.fi-x {
	font-size: 22px;
	padding: 19px;
}

.responsive-menu-wrapper .menu-button:hover {
	cursor: pointer;
}

.responsive-menu-wrapper .menu-button:active {
	outline: none;
}

.menu-wrapper .top-bar {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 62px;
	z-index: 20;
}

.menu-wrapper .top-bar-left {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-wrapper .top-bar, .menu-wrapper .top-bar ul {
	background-color: #ffffff;
}

.menu-wrapper .top-bar a {
	color: #000000;
	font-family: 'Circe Regular';
	padding-right: 42px;
}

.menu-wrapper .top-bar a:hover {
	text-decoration: underline;
}

.phone-wrapper {
	position: absolute;
	right: 15px;
	top: 10px;
}

.phone-wrapper a {
	color: #000000;
}

.fi-telephone {
	font-size: 32px;
}

.scroll-up-wrapper {
	position: absolute;
	left: 50%;
	margin-left: -16px;
	line-height: 62px;
	z-index: 30;
	opacity: 1;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.section-2-wrapper {
	background-color:#f3f3f3;
	min-height: 100vh;
	background-size: cover;
	border-left: 20px solid #17428b;
}

.section-3-wrapper {
	background-color: #f1f1f1;
	min-height: 100vh;
	background-size: cover;
	border-left: 20px solid #000000;
}

.section-4-wrapper {
	background-color:#f4f4f4;
	min-height: 100vh;
	background-size: cover;
	border-left: 20px solid #17428b;
}

.section-5-wrapper {
	min-height: 100vh;
	background-color: #f1f1f1;
	padding-top: 60px;
	border-left: 20px solid #e20714;
}

.section-5-wrapper form {
	margin-top: 60px;
}

.section-5-wrapper form * {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #000000;
}

.section-2-info {
	padding-top: 150px;
}

.section-3-info {
	padding-top: 150px;
}

.section-4-info {
	padding-top: 100px;
}

.section-2-info, .section-3-info, .section-4-info, .section-5-info {
	padding-left: 0;
	padding-right: 0;
}

.section-2-info h2, .section-3-info h2, .section-4-info h2, .section-5-info h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 40px;
}

.section-2-info h2 b, .section-3-info h2 b, .section-4-info h2 b, .section-5-info h2 b {
	font-family: 'Circe Bold';
}

.section-4-info p, .section-5-info p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

.section-5-info p {
	line-height: 27px;
}

.section-5-info label {
	font-size: 14px;
	line-height: 26px;
	color: #525252;
}

.section-5-info label b {
	color: #000000;
}

.section-5-info a {
	color: #000000;
}

.section-5-info a.data-security, .section-5-info a.contact-email {
	text-decoration: underline;
}

.section-5-info .checkbox-container label {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 16px;
}

.mediation-content-wrapper {
	margin-top: 30px;
}

.section-2-info .orbit-wrapper .orbit-slide p, .section-3-info .orbit-wrapper .orbit-slide p {
	font-size: 21px;
	line-height: 26px;
}

.orbit-text-navigation-wrapper {
	position: relative;
}

.orbit-text-navigation {
	white-space: nowrap;
	font-size: 20px;
	line-height: 24px;
	overflow: auto;
	position: relative;
	padding-right: 50%;
	padding-bottom: 20px;
	margin: 40px 0 0px;
}

.orbit-text-navigation span {
	width: 175px;
	margin-right: 70px;
	display: inline-block;
	white-space: normal;
	color: #828282;
	font-weight: bold;
}

.orbit-text-navigation span:last-child {
	margin-right: 70%;
}

.section-2-info .orbit-text-navigation span.isActive {
	color: #17428b;
	font-family: 'Circe Bold';
	pointer-events: none;
}

.section-3-info .orbit-text-navigation span.isActive {
	color: #e20714;
	font-family: 'Circe Bold';
	pointer-events: none;
}

.section-2-info .orbit-text-navigation span:not(.isActive):hover {
	color: #17428b;
	font-family: 'Circe Regular';
	cursor: pointer;
}

.section-3-info .orbit-text-navigation span:not(.isActive):hover {
	color: #e20714;
	font-family: 'Circe Regular';
	cursor: pointer;
}

/* .orbit-bullets {
	margin-top: 50px;
}

.orbit-bullets button {
	height: 14px;
	width: 14px;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
} */

/* .section-3-wrapper .orbit-bullets button.is-active {
	box-shadow: 0 0 0 2pt #e20714;
} */

.checkbox-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 35px;
}

.footer-container {
	height: 147px;
	background-color: #fafafa;
	line-height: 74px;
	font-size: 12px;
	padding-left: 20px;
}

.footer-container * {
	font-family: 'Circe Regular';
}

.footer-container a {
	line-height: 24px;
	text-decoration: none;
	color: black;
	text-align: left;
	display: block;
	font-size: 12px;
}

.footer-container a.data-protection-wrapper {
	padding-top: 28px;
}

.footer-container a.imprint-wrapper {
	padding-bottom: 21px;
}

.footer-container a:hover {
	text-decoration: underline;
}

.orbit-bullets {
	all: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 50px 0;
}

button {
	all: unset;
}

.orbit-bullets button {
	all: unset;
	font-size: 16px;
	line-height: 24px;
	/*overflow: auto;*/
	cursor: pointer;
	margin: 5px 10px 5px 0;
	background-color: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
}

.orbit-bullets button.is-active {
	font-weight: bold;
	font-family: 'Circe Bold';
	color: #17428b;
	cursor: pointer;
	background-color: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
}

.orbit-bullets button:not(.is-active):hover {
	color: #17428b;
	cursor: pointer;
	background-color: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
}

.orbit-wrapper:focus {
	outline: none;
}

#mybase-content-orbit .orbit-bullets button.is-active {
	color: #e20714;
	background-color: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
}

#mybase-content-orbit .orbit-bullets button:not(.is-active):hover {
	color: #e20714;
	background-color: transparent;
	width: auto;
	height: auto;
	border-radius: 0;
}

/* Smartphone horizotal*/

@media print, screen and (min-width: 667px) {
	.orbit {
		padding-bottom: 50px;
	}
	#header-image {
		height: 51vh;
	}
	.show-for-small-only img {
		height: 206%;
	}
}

/* Tablet Styles */

@media print, screen and (min-width: 48em) {
	/*.section-1-wrapper img {
		height: 100%;
	}*/
	.orbit {
		padding-bottom: 0;
	}
	.section-2-wrapper, .section-3-wrapper, .section-4-wrapper, .section-5-wrapper {
		padding-left: 30px;
		padding-right: 50px;
	}
	.section-2-info, .section-3-info {
		padding-top: 150px;
	}
	.section-4-info {
		padding-top: 150px;
	}
	.datenschutz_impressum .section-4-info {
		padding-top: 100px;
	}
	.logo-wrapper {
		padding-right: 30px;
		bottom: 224px;
		padding: 0 50px;
	}
	.section-1-info-wrapper {
		width: 333px !important;
	}
	.menu-wrapper .top-bar ul {
		padding-left: 8.33333%;
	}
	.checkbox-container {
		margin-bottom: 50px;
	}
	.checkbox-container input {
		margin-bottom: auto;
	}
	.button.hollow.my-focus-button.expanded {
		margin-bottom: 75px;
	}
	.footer-container a.data-protection-wrapper {
		padding-top: 0px;
	}
	.footer-container a.imprint-wrapper {
		padding-bottom: 0px;
	}
	.scroll-up-wrapper {
		position: absolute;
		width: 40px;
		height: 40px;
		left: -5px;
		top: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0 !important;
	}
	.section-1-wrapper {
		background-color: rgba(0, 0, 0, 0);
	}
	.image-item {
		background: url(../../img/Dr_Bernd_Hense_E2_2560p.jpg) no-repeat;
		background-size: cover;
		background-position: 40% 50%;
		background-color: #8b97a1;
	}
	.section-1-info {
		color: #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: calc(100vh - 62px);
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-1-info h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.section-2-info h2, .section-3-info h2, .section-4-info h2, .section-5-info h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.section-2-info .orbit-wrapper .orbit-slide p, .section-3-info .orbit-wrapper .orbit-slide p {
		font-size: 32px;
		line-height: 40px;
	}
	.button.hollow.my-focus-button.medium {
		-webkit-text-fill-color: #ffffff;
		color: #ffffff;
		border-color: #ffffff;
		font-family: 'Circe Bold';
		font-size: 16px;
	}
	.button.hollow.my-focus-button.medium:hover {
		border: 2px solid #ffffff;
		-webkit-text-fill-color: #000000;
		color: #000000;
		background-color: #ffffff;
	}
	.orbit-text-navigation {
		height: 49px;
		padding-bottom: 0;
		margin: 80px 0 10px;
	}
	.orbit-text-navigation span {
		white-space: nowrap;
		width: auto;
	}
	.menu-wrapper .top-bar {
		position: absolute;
		left: 0;
		right: 0;
		height: 62px;
		bottom: 0;
		padding-left: 50px;
		padding-right: 50px;
	}
	.geometry-group-wrapper {
		right: 20px;
		bottom: 100px;
	}
	.geometry-group-wrapper img {
		width: 100px;
	}
	.orbit-bullets {
		margin-top: 67px;
	}
	.section-5-wrapper form {
		margin-top: 20px;
	}
	.section-5-wrapper {
		padding-top: 100px;
	}
	.footer-container {
		height: 74px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.footer-container a {
		line-height: 74px;
	}
	.language-wrapper {
		top: 40px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.medium-copyright-wrapper {
		margin-left: 8.33333%;
	}
	.data-protection-container {
		margin-left: 24px;
		margin-right: 18px;
		width: auto !important;
	}
	.button.hollow.my-focus-button {
		width: 163px;
	}
	.orbit-bullets button {
		all: unset;
		font-size: 20px;
		line-height: 24px;
		/*overflow: auto;*/
		cursor: pointer;
		margin: 10px 40px 10px 0;
		background-color: transparent;
		width: auto;
		height: auto;
		border-radius: 0;
	}
}

/* Desktop Styles */

@media print, screen and (min-width: 64em) {
	.section-1-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-2-wrapper, .section-3-wrapper, .section-4-wrapper, .section-5-wrapper {
		padding-left: 85px;
		padding-right: 105px;
	}
	.section-1-info-wrapper {
		width: 376px !important;
	}
	.medium-copyright-wrapper {
		margin-left: 8.33333%;
	}
	.data-protection-container {
		margin-left: 51px;
		margin-right: 38px;
	}
	.footer-container {
		padding-left: 105px;
		padding-right: 105px;
	}
	.section-5-wrapper form {
		margin-top: 0px;
	}
	.section-1-info h1 {
		font-size: 40px;
		line-height: 46px;
	}
	.section-2-info h2, .section-3-info h2, .section-4-info h2, .section-5-info h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.section-2-info .orbit-wrapper .orbit-slide p, .section-3-info .orbit-wrapper .orbit-slide p, .section-2-info .orbit-wrapper .orbit-slide ul li, .section-3-info .orbit-wrapper .orbit-slide ul li {
		font-size: 32px;
		line-height: 56px;
	}
	.section-2-info .orbit-wrapper .orbit-slide ul, .section-3-info .orbit-wrapper .orbit-slide ul {
		margin-left: 2.25rem;
	}
	.section-4-info {
		padding-bottom: 300px;
	}
	.datenschutz_impressum .section-4-info {
		padding-bottom: 100px;
	}
	.section-4-info p {
		font-size: 32px;
		line-height: 40px;
	}
	.section-5-info h2 {
		margin-bottom: 70px;
	}
	.image-item {
		background-position: 30% 10%;
	}
	.orbit-text-navigation {
		margin-bottom: 25px;
	}
	.button.hollow.my-focus-button.expanded {
		margin-bottom: 135px;
	}
	.section-5-wrapper {
		padding-top: 200px;
	}
	.language-wrapper {
		padding-left: 105px;
		padding-right: 105px;
	}
	.menu-wrapper .top-bar {
		padding-left: 105px;
		padding-right: 105px;
	}
	.menu-wrapper .top-bar ul {
		padding-left: 8.33333%;
	}
	.menu-wrapper .top-bar a {
		padding-right: 56px;
	}
	.logo-wrapper {
		/* padding-right: 80px; */
		padding: 0 115px;
	}
}

.checkbox input[type='checkbox'] {
	opacity: 0;
	display: none;
}

.checkbox label {
	position: relative;
	display: inline-block;
	/*16px width of fake checkbox + 6px distance between fake checkbox and text*/
	padding-left: 32px;
	margin: 0;
}

.checkbox label::before, .checkbox label::after {
	position: absolute;
	content: '';
	/*Needed for the line-height to take effect*/
	display: inline-block;
}

/*Outer box of the fake checkbox*/

.checkbox label::before {
	height: 21px;
	width: 21px;
	border-radius: 4px;
	/*border: 1px solid;*/
	background-color: white;
	left: 0px;
	/*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
	top: 0px;
}

.checkbox label.is-invalid-label::before {
	background-color: #f8e6e7;
	border: 1px solid #c60f13;
}

/*Checkmark of the fake checkbox*/

.checkbox label::after {
	height: 7px;
	width: 12px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
	top: 6px;
}

/*Hide the checkmark by default*/

.checkbox input[type='checkbox']+label::after {
	content: none;
}

/*Unhide on the checked state*/

.checkbox input[type='checkbox']:checked+label::after {
	content: '';
}

.lang-button {
	color: white;
}

a {
	cursor: pointer;
}

.menu-button.active .own-close-icon {
	display: block;
	padding: 10px;
}

.menu-button.active .own-menu-icon {
	display: none;
}

.menu-button .own-close-icon {
	display: none;
	padding: 10px;
}

.menu-button .own-menu-icon {
	display: block;
}

.orbit-container {
	/* Set min-height to correctly display in Firefox */
	min-height: 168px;
	height: auto;
	padding-left: 10x;
}

.datenschutz_impressum {
	background-image: none;
	padding-left: 20px;
	padding-right: 20px;
}

.datenschutz_impressum p {
	font-size: 22px;
	line-height: 30px;
	word-break: break-word;
}

@media screen and (max-width: 767px) {
	.menu a {
		padding-left: 0;
		padding-right: 0;
	}
	.menu-wrapper .top-bar a {
		padding-left: 0;
		padding-right: 0;
	}
	.datenschutz_impressum p {
		font-size: 16px;
		line-height: 20px;
		word-break: break-word;
	}
}

/*@media screen and (max-width: 667px) {

.image-item {
	background-position: 50% 50%;
}
}*/

.rc-wrap {
	margin-top:20px;
	display: flex;
	flex-direction: column;
}