html																{}
body																{color:#444; font-size:18px; font-weight: 300; font-family: 'Roboto', sans-serif; -webkit-text-size-adjust: 100%; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} 

/* headings */
h1, h2, h3, h4, .h1, .h2, .h3, .h4									{word-wrap:break-word; line-height: 1.2em;}
h1, .h1																{font-size: 48px; font-weight: 700; color: #000; margin-bottom: 20px;}
h2, .h2																{font-size: 28px; font-weight: 700; color: #000; margin-bottom: 5px;}
h3, .h3																{font-size: 22px; font-weight: 700; color: #000; margin-bottom: 5px;}
h4, .h4																{font-size: 20px; font-weight: 400; color: #000; margin-bottom: 5px;}

/* bold & italic */
strong                                	                            {font-weight: 700; font-style: inherit; color: #000;}
em                                    	                            {font-style: italic; font-weight: inherit;}

/* sup- & subscript */
sup, sub 															{vertical-align: baseline; position: relative; font-size: 75%; line-height: 0;} /* preventing from affecting line-height */
sup																	{top: -.5em;}
sub																	{bottom: -.25em;}

.basicContainer 													{max-width: 1620px; margin: 0px auto; padding: 120px 120px 90px 120px; text-align: center;}
.basicContainer.small 											{max-width: 1010px; text-align: left;}
.basicContainer.small.textAlignCenter 							{text-align: center;}
.basicContainer.small .partContentFileImageGallery.single, #leftContainer .partContentFileImageGallery.single {margin-bottom: 30px;}

/* fundementals */
header 															{position: relative;}

.anchor 														{top: -89px; position: relative;}

/* scroll to top */
#scrollToTop 			{background-color:#fff; box-shadow: 0 5px 30px rgba(0,0,0,0.1); text-align: center; padding:0; border: none; border-radius: 50%; cursor: pointer; width: 40px; height:40px; outline: 0; position: fixed; bottom: 25px; right: 25px; /* keep it at the top of everything else */ z-index: 100; /* hide with opacity */ opacity: 0; /* also add a translate effect */ transform: translateY(100px); /* and a transition */ transition: all .5s ease;}
#scrollToTop.visible 	{opacity: 1; transform: translateY(0) }
#scrollToTop svg 		{fill: #000; height: 16px; max-width: 16px;}

#introContainer .basicContainer 								{padding-bottom: 35px;}
#introContainer + * .basicContainer 							{padding-top: 50px;}
	
	/* white container */
	.whiteContainer 												{background-color: #fff;}
	.whiteContainer + .whiteContainer 								{background-color: #f5f5f5;}

	/* light container */
	.lightContainer 												{}
	.lightContainer .partContentText p 								{color: #222;}

	/* color container */
	.colorContainer 												{background-color: #4da6ff;}
	.colorContainer h1, .colorContainer .h1							{color: #fff;}
	.colorContainer .partContentText 								{color: #fff;}	

/* social share */
.socialShareContainer 							{display:flex; align-items:center; flex-wrap: wrap; margin-bottom: 30px; background-color: #E5F7F9; box-shadow: 0 0 4px rgba(0,0,0,0.15); padding:30px; padding-bottom: 10px;}
	.socialShareLabel                       		{font-weight: 700; color: #000; margin-bottom: 20px; margin-right: 20px;}
	.socialShareContainer a 	             		{margin-right: 15px; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; height: 16px; width: 16px;}
	.socialShareContainer a:last-child 				{margin-right: 0px;}

	.socialShareContainer a svg.partSvg             {fill:#000; flex: 1 1 auto; max-height:16px; max-width: 16px; transition:fill 0.3s ease;}  
	.socialShareContainer a:hover svg.partSvg       {fill:#4da6ff;}

/* top bar */
#topBar.stickyScroll              									{width: 100%; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 1003; box-shadow: 4px 4px 10px 0 rgba(0,0,0,.05);}
.stickyScrollGhost   												{height:130px;}

	/* phone, email and socials */
	#topBarSmall 												{background-color: #4da6ff;}
	#topBarSmall .basicContainer 								{height: 30px; padding-top: 0; padding-bottom: 0; font-size: 14px; display: flex; justify-content: flex-end; align-items: center;}

			#topBarSmallPhoneEmail										{display: flex; align-items: center; font-weight: 700;}
			#topBarSmallPhoneEmail a 									{color: #fff; margin-left: 20px; display: flex; align-items: center; text-decoration: none;}
			#topBarSmallPhoneEmail a:first-child 						{margin-left: 0;}
				#topBarSmallPhoneEmail a svg.partSvg 						{fill:#005cb8; width: 12px; flex: 1 1 auto; display: flex; justify-content: center; align-items: center; transition: fill ease 0.3s; margin-right: 5px;}
				#topBarSmallPhoneEmail a span 								{transition: color ease 0.3s; margin-bottom: 1px; /* FF bug icon */}
				#topBarSmallPhoneEmail a:hover svg.partSvg 					{}
				#topBarSmallPhoneEmail a:hover span 						{text-decoration: underline;}
				
				#topBarSmall .socialContainer  								{display: flex; align-items: center; margin-left: 20px;}
					#topBarSmall .socialContainer a 							{margin-left: 10px; display: flex; justify-content: center; align-items: center; height: 12px; width: 12px;}
					#topBarSmall .socialContainer a svg.partSvg 				{fill:#005cb8; flex: 1 1 auto; max-height:12px; max-width: 12px; transition: fill ease 0.3s;}
					#topBarSmall .socialContainer a:hover svg.partSvg 			{}

	/* logo & navigation */
	#topBarLogoMenu 												{background-color: #fff;}
	#topBarLogoMenu .basicContainer 								{height: 100px; display: flex; align-items: center; transition: height ease 0.3s; padding-top: 0; padding-bottom: 0;}
	#topBar.scrolled #topBarLogoMenu .basicContainer     			{height:60px;}
	#logo 														{margin-right: auto; width: 203px; transition: width ease 0.3s; position: relative;}	
		#logo:before 												{content: ''; display: block; padding-bottom: 28.58%;}
			#logo img 													{position: absolute; left:0; top:0; width: 100%; height:100%; object-fit:contain;}
			
	#topBar.scrolled #logo											{width: 130px;}

		nav 															{}
		nav .partButton 												{margin-bottom: 0;}

	/* navigation desktop */
	#navigationDesktop 													{display: flex; font-weight: 700; font-size: 24px;}
	#navigationDesktop li 												{margin-left: 60px;}
	#navigationDesktop li a 											{color: #000; text-decoration: none; padding: 6px 0px; transition: ease 0.3s; border-bottom: solid 3px transparent;}
	#navigationDesktop li a:hover 										{border-bottom-color: #005cb8;}

	/* navigation mobile */
	#navigationMobile 													{font-weight: 700;}
	#navigationMobile li 												{border-bottom: 1px solid #eee;}
	#navigationMobile li a 												{color: #000; text-decoration: none; padding: 25px 25px; display: block;}

/* parallax images  */
.parallaxContainer 												{position: relative;}
.parallaxContainer .partContentFileImageGallery figure .imagePlaceholderContainer  {max-height: 600px;}

	.headerContainer 												{position: absolute; top:0; left:0; bottom:0; right:0; padding-left: 90px; padding-right: 90px; background-color: rgba(0,0,0,0.25); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;} 
	.headerContainer .h1 											{color: #fff; max-width: 1400px; padding:0px; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); font-size: 60px; margin-bottom: 60px; opacity:0; animation-name: fadeIn; animation-duration: 0.3s; animation-delay: 1s; animation-fill-mode: both;}
	.parallaxContainer .headerContainer .h1  						{margin-bottom: 0;}

	@keyframes fadeIn {from {opacity: 0; } to {opacity: 1;}}
	
/* column blocks */
.basicContainerflexItems 										{}
.basicContainerflexItems > .partContentText  					{font-weight: 400;}	

	.flexContainer 													{display: flex; justify-content: center; flex-wrap: wrap; padding:30px 0px 0px 0px; width: calc(100% + 30px); margin-left: -15px; margin-right: -15px;}
		
		.flexItem 														{position: relative; background-color: #fff; margin:0px 15px 30px 15px; text-decoration: none; color: inherit; display: flex; flex-direction: column; overflow: hidden; border-radius: 8px; box-shadow: 0px 15px 40px rgba(26,30,43,0.13);}
		/* .flexItem:last-child 										{margin-right: auto;} */
		
		.flexItem .partContentFileImageGallery.single  					{margin-bottom: 30px; overflow: hidden;}
		
		.flexItem h2 													{margin-left: 20px; margin-right: 20px; margin-bottom: 20px; color: #000;}
		.flexItem h2 a													{color: #000; text-decoration: none; transition: color ease 0.3s;}
		.flexItem h2 a:hover 											{color: #FF404F;}
		
		.flexItem .partContentText  									{font-size: 16px; margin-left: 20px; margin-right: 20px; color: inherit;}
		
		.flexItem .partButton 											{align-self: center;}

			.flexContainerColumns2 .flexItem 								{width: calc(50% - 30px);} 					
			.flexContainerColumns3 .flexItem								{width: calc(33.33% - 30px);} 	
			.flexContainerColumns4 .flexItem								{width: calc(25% - 30px);} 	

/* services */
#services 																	{}
#services .flexItem															{}
#services .flexItem	h2														{color: #000;}

/* usp's, benefits */
#iconsAndText 																{text-align: center;}
	#iconsAndText .flexItem  													{box-shadow: none; background-color: transparent;}
		#iconsAndText .partContentFileImageGallery.single  							{margin-bottom: 15px;}
			#iconsAndText .partContentFileImageGallery.single .contentFileImage 		{background-color: rgba(255, 64, 79, 0.1); height: 90px; width: 90px; border-radius: 50%;  margin-left: auto; margin-right: auto;}

			.iconAndTextContainer 	{}
				.iconAndTextContainer h3 {}
				.iconAndTextContainer .partContentText {}

/* about, team */
#about 																		{background-color: #4da6ff; color: #fff;}
#about .flexContainer .flexItem 											{}
#about h2 																	{color: #fff;}
#about .flexContainer .flexItem h2  										{color: #000; margin-bottom: 5px;}
#about .flexContainer .flexItem  											{padding-top:50px; padding-bottom: 0; color: #444;}
#about .flexContainer .flexItem .partContentText 							{font-size: 20px;}
#about .partContentFileImageGallery 										{border-radius: 50%; width: 150px; margin:30px auto 0px auto; overflow: hidden; margin-bottom: 30px;}

	.teamLinkContainer 															{display: flex; margin-bottom: 30px; margin-top: auto; justify-content: center;}
	.teamLinkContainer a {display: flex; justify-content: center; align-items: center; background-color: rgba(0, 183, 199, 0.1); height: 36px; width: 36px; margin-bottom: 30px; border-radius: 3px; margin:10px 5px 0px 5px;}
	.teamLinkContainer svg.partSvg {flex: 1 1 auto; fill: #4da6ff; max-height: 18px; max-width: 18px; transition: fill ease 0.3s;}
	.teamLinkContainer a:hover {background-color: rgba(255, 64, 79, 0.1);}
	.teamLinkContainer a:hover svg.partSvg {fill: #FF404F;}

/* references */
#references 																{}
#references .basicContainer 												{max-width: 1005px; margin-left: auto; margin-right: auto;}
#references .flexItem 														{text-align: left; padding:30px; padding-bottom: 10px;}
#references .flexItem:before 												{content: '\201D'; font-size:100px; font-family: "Trebuchet MS"; color: #4da6ff; display: block; position: relative; margin-top: -10px; margin-left: -5px; height:65px; overflow: hidden;}
#references .flexItem .partContentText 										{margin-left: 0; margin-right: 0; margin-top: 0;}
#references .flexItem  h2													{margin-left: 0; margin-right: 0; color: #000; margin-bottom: 5px;}

/* content page with sidebar */
.basicContainerTwoColumns 	{display: flex; justify-content: space-between; align-items: flex-start;}
	#leftContainer 				{flex:1 1 auto; width: 100%; max-width: 840px; text-align: left; padding-right: 60px;}
	#rightContainer 			{flex:1 1 auto; width: 100%; max-width: 400px; text-align: left; position: -webkit-sticky; position: sticky; top: 160px; font-weight: 400; font-size: 16px;}
		
		/* text with button */
		#callToActionContainer 		{background-color: #E5F7F9; padding:20px 30px; padding-bottom: 0px; margin-bottom: 30px; border:solid 1px #B2E9EE;}
		#callToActionContainer h2 	{font-size: 24px; font-weight: 400; color: #000; margin-bottom: 10px;}
		#callToActionContainer .partContentText 	{font-size: 16px;}
		#callToActionContainer .partContentText p 	{margin-bottom: 15px;}
		#callToActionContainer .partButton 			{margin-bottom: 20px;}

		/* navigation */
		#rightContainerNavigation 	{margin-bottom: 30px; border:solid 1px #B2E9EE;}
		#rightContainerNavigation h2 	{font-size: 24px; font-weight: 400; color: #000; padding:20px 30px; margin-bottom: 0; background-color: #E5F7F9;}

/* footer */
footer 															{color: #fff; background-color: #005cb8;}
footer .basicContainer   										{display: flex; flex-wrap: wrap; align-items: flex-start;}

	#footerIntro 													{margin-bottom: 30px; width: 100%;}
	#footerIntro > *  												{max-width: 850px; margin-left: auto; margin-right: auto;}
	#footerIntro .h1 												{color:#fff;}
	#footerIntro .partContentText 									{}

	.footerColumn 													{line-height: 1.4em; font-size: 16px; width: 50%;}
	.footerColumnLeft 												{padding-right: 30px; text-align: right;}
	.footerColumnRight 												{padding-left: 30px; text-align: left;}
		.footerColumnRight .h2 											{margin-bottom: 28px; display: inline-block; color: #fff;}

	.footerColumn a 												{color: #fff; text-decoration: none; transition: color ease 0.3s;}
		
		#mailTelContainer li 										{margin-bottom: 30px; display: flex; justify-content: flex-end;}
		#mailTelContainer li a 										{font-size: 26px; color: #fff;}
		#mailTelContainer li a svg.partSvg 							{fill:#4da6ff; height: 18px; max-width: 18px; transition: fill ease 0.3s; margin-right: 6px; flex:0 0 auto;}
		#mailTelContainer li a span 								{transition: color ease 0.3s; font-weight: 400; flex:0 0 auto;}
		#mailTelContainer li a:hover span 							{text-decoration: underline;}
		#mailTelContainer li a:hover svg 							{}

		.footerColumn .socialContainer  							{display: flex; justify-content: flex-end;}
		.footerColumn .socialContainer a 							{margin-left: 20px; height: 20px; width: 20px; display: flex; justify-content: center; align-items: center;}
		.footerColumn .socialContainer a svg.partSvg 				{fill:#fff; flex: 1 1 auto; max-width: 20px; max-height: 20px; transition: fill ease 0.3s;}
		.footerColumn .socialContainer a:hover svg.partSvg 			{fill:#4da6ff;}

	.footerColumnLeft ul  										{margin-top: 6px;}
	.footerColumnLeft ul li 									{margin-bottom: 10px;}
	.footerColumnLeft ul li a 									{font-weight: 400; color: #fff; transition: color ease 0.3s;}
	.footerColumnLeft ul li a:hover 							{color: #4da6ff;}

	#generalDataList li a 										{text-decoration: underline;}

/* mobile toggle menu */
body.mobileMenuToggleActive                               {position: fixed; /* prevents scrolling bug at the bottom of the screen  */ }

#mobileMenuToggle                                         {font-size: 18px;	font-weight:700; position:relative; z-index: 1002; display:none; align-items:center; cursor: pointer; background-color: transparent; text-decoration: none; outline: 0; -webkit-appearance: none; align-items: center; white-space: nowrap; overflow: hidden; border: none; padding:0px;}

#mobileMenuToggle .mobileMenuButtonLabel                        {margin-left:5px; color: #000;}
#mobileMenuToggle .mobileMenuButtonHamburger 					{width: 20px; height:20px; display:flex; flex-direction:column; justify-content:center;}
#mobileMenuToggle .mobileMenuButtonHamburger span 				{width: 20px; height: 2px; background-color: #000; margin: 2px 0px; transition: all 0.3s ease-in-out;}
#mobileMenuToggle .mobileMenuButtonHamburger span:nth-child(2) 	{width: 15px;}

#mobileMenuToggle.active .mobileMenuButtonHamburger span 				      {background-color: #FF404F;}
#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(1) {transform: translateY(6px) rotate(45deg);}
#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(2) {opacity: 0;}
#mobileMenuToggle.active .mobileMenuButtonHamburger span:nth-child(3) {transform: translateY(-6px) rotate(-45deg);}

	/* menu overlay */
	#mobileMenuToggleContainer 			{left: 0%; top: 90px; width: 100%; height: 100%; position: fixed; background-color:#fff; z-index: 1002; display: none;}
	body.mobileMenuToggleActive #mobileMenuToggleContainer 	{display: block;} 

	#mobileMenuToggleContainerScroll                      {overflow-y: auto; height: calc(100% - 90px);}

	@media screen and (min-width: 1023px){
		body.mobileMenuToggleActive 							{position: static;}
		body.mobileMenuToggleActive #mobileMenuToggleContainer  {display: none;}
	}

	@media (max-width: 1023px){
		#mobileMenuToggleContainerScroll {overflow-y:scroll; -webkit-overflow-scrolling: touch;}
	}