
*{
	padding: 0;
	margin: 0;
	font-family: Century Gothic, sans-serif;
}

html{
	position: relative;
	min-height: 100%;
}

body{
	margin-bottom: 350px;
}

.creamWhite{
	background-color: #eeeded;
}

.white{
	background-color: #fff;
}

.darkGrey{
	background-color: #2b2b2b;
}

.grey{
	background-color: #282828;
}

.lightGrey{
	background-color: #6d6e70;
}

.whiteTransition{
	background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #eeeded); /* Safari */
    background: -o-linear-gradient(#fff, #eeeded); /* Opera */
    background: -moz-linear-gradient(#fff, #eeeded); /* Firefox */
    background: linear-gradient(#fff, #dbdbdb); /* Standard */
}

.jumbojet{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.left,.right{
	position: relative;
	display: inline-block;
	width: 50%;
	height: 100%;
}

.left{
	float: left;
}

.right{
	float: right;
}

.centerHelper{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;

}

.horizontalCenter{
	display: block;
	margin: 0 auto;
}

.verticalCenter{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.padding20{
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}

.transCover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}

.bolded{
	font-weight: 600;
}

.grayHeading{
	font-size: 35px;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #6d6e70;
}

.grayParagraph{
	font-size: 19px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 28px;
	text-align: justify;
}

/*region header default*/
header{
	height: 100px;
}

#headerLogo{
	height: 50px;
}

#desktopNav{
	display: flex;
	height: 100%;
	width: 900px;
	float: right;
}

#desktopNav.german{
	width: 630px;
}

#desktopNav > a{
	font-size: 15px;
	/* display: inline-block; */
	margin: 0 auto;
	line-height: 100px;
	text-decoration: none;
	font-weight: 600;
	color: #6d6e70;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#desktopNav > a.active,
#desktopNav > a:hover{
	opacity: 0.5;
}

#sFlag,#dFlag,#eFlag{
	height: 22px;
    width: 30px;
    line-height: 40px;
}

#sFlag{
	background: url("../images/flags.png") 0px -22px no-repeat;
	background-size: 100% auto;
}

#dFlag{
	display: none!important; /*remove this line when german language is added*/ 
	background: url("../images/flags.png") 0px 0px no-repeat;
	background-size: 100% auto;
}

#eFlag{
	background: url("../images/flags.png") 0px -45px no-repeat;
	background-size: 100% auto;
}
/*end*/

/*region mobile menu default*/
#mobileMenuIcon{
	height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 45px;
    line-height: 50px;
	color: #0872ba;
    text-align: center;
}

#mobileMenuTransCover{
	display: none;
	position: fixed;
	cursor: pointer;
	z-index: 1001;
}

#mobileMenu{
	position: fixed;
	display: none;
	width: 100%;
	max-width: 400px;
	height: fit-content;
	padding-bottom: 10px;
	background-color: #fff;
	left: 0;
    right: 0;
	z-index: 1002;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.35);
}

#mobileMenuX{
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 20px;
	right: 30px;
	bottom: auto;
	left: auto;
	font-size: 25px;
	color: #0872ba;
	cursor: pointer;
}

#mobileMenuLogo{
	position: relative;
	display: block;
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#mobileMenu a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.service-item-mobile.hidden{
	visibility: hidden;
	height: 0 !important;
	opacity: 0;
	overflow: hidden;
}

#mobileMenu > a:not(#sFlagM):not(#dFlagM):not(#eFlagM){
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #2b2b2b;
}

#mobileMenu > a:not(#sFlagM):not(#eFlagM):not(#dFlagM):hover,
#mobileMenu > a:not(#sFlagM):not(#eFlagM):not(#dFlagM):focus,
#mobileMenu > a:not(#sFlagM):not(#eFlagM):not(#dFlagM):active{
	background-color: #ededed;
}

#mobileMenu > div{
	position: relative;
	display: flex;
	height: 30px;
	width: 130px;
	margin: 0 auto;
	margin-top: 30px;
}

#sFlagM,#dFlagM,#eFlagM{
	display: inline-block;
	height: 29px;
    width: 40px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
}

#sFlagM{
	background: url("../images/flags.png") 0px -29px no-repeat;
	background-size: 100% auto;
}

#dFlagM{
	display: none!important; /*remove this line when german language is added*/ 
	background: url(../images/flags.png) 0px -0px no-repeat;
	background-size: 100% auto;
}

#eFlagM{
	background: url(../images/flags.png) 0px -59px no-repeat;
	background-size: 100% auto;
}

#sFlagM:hover,
#dFlagM:hover,
#eFlagM:hover{
	opacity: 0.8;
}
/*end*/


/*region footer default*/
footer{
	position: absolute!important;
	bottom: 50px;
	top: auto;
	height: 300px;
}

#footerLogoWrapper > img{
	position: relative;
	display: block;
	width: 80%;
	max-width: 300px;
}

footer ul{
	width: 170px!important;
	height: 170px!important;
	list-style-type: none;
	color: #d1d2d4;
	font-size: 16px;
}

footer ul > li{
	height: 25px;
}

footer ul > li > a{
	color: #d1d2d4;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer ul > li > a:hover{
	opacity: 0.8;
}

footer ul > li.bolded{
	font-size: 19px;
}

.bottomTrack{
	position: absolute;
	bottom: 0;
	top: auto;
	height: 50px;
	background-color: #232323;
}

.bottomTrack  h4{
	color: #d1d2d4;
	font-size: 15px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
}

#footerContact{
	width: 215px!important;
	height: 130px!important;
}

#footerContact > li{
	height: 28px;
}

.footerPart{
		position: relative;
		display: inline-block;
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

/*end*/

.serviceDropdownWrapper {
	position: absolute;
	top: 100px;
	padding: 20px 0;
	z-index: 10;
	width: 100%;
	visibility: visible;
	opacity: 1;
	background-color: #282828;
	transition: 1s;
/* todo: animation */
}

.serviceDropdownWrapper.hidden {
	transition: 1s;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	transition: 1s;
/* todo: animation */
}

.serviceDropdownContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	gap: 20px;
	overflow: hidden;
}

.serviceDropdownCard:hover{
	cursor: pointer;
	max-height: 250px;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.serviceDropdownContent > div {
	width: calc(100% / 6);
}

.serviceDropdownContent img {
	width: 100%;
	height: auto;
	max-height: 250px;
}

.serviceDropdownCard {
	position: relative;
	overflow: hidden;
}

.serviceDropdownCard .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0, .5);
	text-align: center;
}

.serviceDropdownCard .title a {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#cardWrapper{
	padding-bottom: 80px;
}

/*MEDIAQUERIES*/
@media screen and (max-width: 640px) {

	.serviceDropdownWrapper{
		display: none;
	}
	
	/*region footer min-width: 0px*/
	footer{
		height: 320px;
	}
	
    #footerPageLinksWrapper{
		display: none;
	}
	
	.footerPart{
		display: block;
		width: 100%;
		height: 200px;
		text-align: center;
		overflow: hidden;
	}
	
	#footerLogoWrapper{
		margin-top: 36px;
		height: 64px;
	}
	
	#footerLogoWrapper > img{
		width: 50%;
		max-width: 200px;
	}
	
	.bottomTrack  h4{
		font-size: 13px;
	}
	/*end*/
}

@media screen and  (max-width: 799px) {

	.serviceDropdownWrapper{
		display: none;
	}
	
	/*region header min-width:0px*/
    #desktopNav{
		display: none;
	}
	/*end*/
	
}

@media screen and (min-width: 640px) and (max-width: 800px) {
	
	
	/*region footer min-width:640px*/
    #footerPageLinksWrapper{
		display: none;
	}
	
	.footerPart{
		width: 49%;
	}
	/*end*/
}

@media screen and (min-width: 800px) {
	
	/*region footer min-width:800px*/
    #footerPageLinksWrapper{
		display: inline-block;
	}
	
	.footerPart{
		width: 32%;
	}
	/*end*/
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
	
	/*region header min-width:800px*/
    #mobileMenuIcon{
		display: none;
	}
	
	#desktopNav{
		width: 75%;
	}
	
	#desktopNav.german{
		width: 570px;
	}
	
	#desktopNav > a{
		font-size: 12px;
	}
	/*end*/
}

@media screen and (min-width: 1280px) {
	
	/*region header min-width:800px*/
    #mobileMenuIcon{
		display: none;
	}
	/*end*/
}
/*END*/
















