/* --------------------------  GENERAL ------------------------------ */

body {
	background-color: rgb(232, 250, 244);
	margin: 0px;
}

a {
	text-decoration: none;
}

.de {
	display: none;
}

#bodyWrapper {
	margin-top: -20px;
}

@font-face {
	font-family: 'BitterFont';
	src: url('footage/Bitter/Bitter-Regular.ttf');

}

/* -------------------------- 0 HEADER------------------------------ */



.headerButtons {
	float: right;
	padding: auto;
	text-decoration: none;
	border: none;
	padding-left: 0vw;
	padding-right: 0vw;
	margin-right: 0.5vw;
	margin-top: 0.5vw;
	height: 5vw;
	min-height: 35px;
	background-color: rgba(255, 255, 255, 0);
}

.headerButtonsTxt {
	color: white;
	padding-left: 2vw;
	padding-right: 2vw;
	text-decoration: none;
	border: none;
	line-height: 34px;
	float: left;
	font-weight: bold;
	color: white;
	letter-spacing: 1.8px;
	text-transform: uppercase;

	/* offset-x | offset-y | blur-radius | color (Background) */
	text-shadow: 1px 1px 2px rgba(11, 27, 27, 0.486);
}

#flagge {
	float: left;
	padding: 13.5px 0;
	padding-left: 2vw;
	height: 0.5vw;
	min-height: 8px;

}

#langTxt {
	padding-left: 0.5vw;
}

#fieldset {
	display: none;
	position: absolute;
	text-align: block;
	text-decoration: none;
	border: none;
	outline: none;
	top: 5vw;
	right: 0;
	margin-right: 0.5vw;
	padding-right: 0;
	background-color: rgba(110, 178, 209, 0.836);
	-webkit-box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
	z-index: 300;
}

.fieldsetoption {
	white-space: nowrap;
	background-color: inherit;
	display: block;
	border: none;
/* 	padding: 1.3vw 1.3vw;
 */	width: 2vw;
	min-width: 100px;
	max-height: 100px;
	height: 4vw;
	min-height: 30px;
	max-height: 40px;
	right: 0;
	margin-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.2vw;
}

.fieldsetoption:hover,
.fieldsetoption:focus {
	background-color: rgba(0, 0, 0, 0.5);
	outline: none;

}

.headerButtons:hover,
.headerButtons:active,
.headerButtons:focus {
	outline: none;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.05);
}

#logo {
	float: left;
	margin-left: 1.7vw;
	margin-top: 1.7vw;
	margin-right: 20px;
	height: 1.8vw;
	min-height: 30px;
}




/* -------------------------- 1 CONTAINER----------------------------- */

.containerMCWrapper {
	text-align: center;
	min-height: 20vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
}

#topContainerMCWrapper {
	background-image: url("footage/Fotos/usertest.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.mostHead2 {
	position: relative;
	text-align: left;
	font-family: "BitterFont", Times, serif;
	font-size: 6vw;
	opacity: 1;
	letter-spacing: 0.1vw;

	color: rgba(49, 78, 96, 0.932);
	/*Viewport is the browser window size.
	1vw = 1% of viewport width. If the viewport is 50cm wide, 1vw is 0.5cm.*/
	padding: 1vw;
	margin-bottom: 4vw;
	margin-top: 1vw;
	text-shadow: 0.3vw 0.3vw 4vw rgba(255, 255, 255, 0.945);


}

#aboutPart {
	background-color: rgba(133, 121, 90, 0.747);
	min-height: 300px;
}

#aboutHead {
	font-family: "BitterFont", Times, serif;
	font-size: 14pt;
	font-weight: 900;
	letter-spacing: 2pt;
	padding: 0.3vw;
	padding-left: 0vw;
	color: rgba(255, 255, 255, 0.7);
}

.aboutContainer {
	max-width: 520px;
}

.containerMC {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 250px;
	margin: 10px;
	background-color: rgba(180, 41, 41, 0);
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

.rmButton {
	width: inherit;
	min-height: inherit;
	border: 0;
	text-align: left;
	background-color: rgba(249, 253, 21, 0);
	-webkit-box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
}

.rmButton>p {
	position: relative;
	top: 0px;
	left: 0px;
	width: 220px;
	padding: 15px;
}

.containerHeader {
	min-height: 30px;
	margin: 0px;
	color: rgb(34, 34, 34);
	line-height: 30px;
	font-family: 'BitterFont', Times, serif;
	font-weight: bold;
	text-align: center;

	font-size: 1em;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	background-color: rgb(170, 157, 90);
}

.containerContent {
	min-height: 355px;
	padding-top: 30px;
	margin: 0px;
	margin-top: 5px;
	background-color: rgba(49, 78, 96, 0.932);
}

/* __________________________ 1 Contact -------------- */

#contactPart {
	position: relative;
	background-color: #e5e5e5;
	min-height: 260px;
	-webkit-box-shadow: 3px 3px 20px 5px rgba(38, 57, 89, 0.3);
	-moz-box-shadow: 3px 3px 20px 5px rgba(38, 57, 89, 0.3);
	box-shadow: 3px 3px 20px 5px rgba(38, 57, 89, 0.3);
}

#contactTxt {
	position: absolute;
	bottom: 0;
	z-index: 100;
}

.contact {
	font-family: 'BitterFont', Times, serif;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 1.05px;

}

.c {
	padding: 0.5vw;
	color: rgb(99, 99, 99);
}

.cT {
	text-align: left;
	color: rgb(31, 30, 30);
	font-size: 9pt;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.05px;
	line-height: 1.5;
	color: rgb(170, 157, 90);
	padding-bottom: 3vw;
}
#cSpace{
	width: 10px;
	height: 10px;
}
#picWied {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 260px;
}

/* -------------------------- 2 VISION----------------------------- */

#visionTxtPart {
	position: relative;
	background-image: url("footage/Fotos/paperPrototype.png");
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 20vw;
	padding-top: 6vw;
	padding-bottom: 5vw;
}

#vTextHolder {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#visionTxtL1 {
	position: relative;
	margin-left: 5vw;
	font-family: 'BitterFont', Times, serif;
	font-weight: bold;
	font-size: 5vw;
	letter-spacing: 0.1vw;
	color: rgb(255, 255, 255);
	opacity: 0.9;
	/*Viewport is the browser window size.
	1vw = 1% of viewport width. If the viewport is 50cm wide, 1vw is 0.5cm.*/
	padding: 1vw;
	padding-left: 0;

	text-shadow: 0.3vw 0.3vw 4vw rgba(11, 27, 27, 0.247);

}

#visionTxtL2 {
	position: relative;
	margin-left: 5vw;
	font-family: 'BitterFont', Times, serif;
	font-weight: bold;
	font-size: 5vw;
	letter-spacing: 0.1vw;
	color: white;
	opacity: 0.9;
	/*Viewport is the browser window size.
	1vw = 1% of viewport width. If the viewport is 50cm wide, 1vw is 0.5cm.*/
	padding: 1vw;
	padding-left: 0;

	padding-top: 1vw;
	text-shadow: 0.3vw 0.3vw 4vw rgba(11, 27, 27, 0.247);
}


/* -------------------------- FOOTER----------------------------- */

footer {
	text-align: center;
	min-height: 300px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 0px;
	padding-bottom: 0px;
	background-image: url("footage/Fotos/notewide.png");
	background-repeat: no-repeat;
	background-size: 100%;
}



#footerElementsSection {
	min-height: inherit;
	padding-top: 50px;

}

.footerDivs {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 250px;
	min-height: 240px;
	margin: 10px;
	margin-top: 20px;
	background-color: rgba(49, 78, 96, 0.932);
}

.mitButton {
	text-align: left;
	width: 250px;
	min-height: inherit;
	border: 0;
	padding: 20px;
	background-color:rgba(49, 78, 96, 0.932);
	-webkit-box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 9px -8px rgb(228, 188, 188);
	box-shadow: 0px 1px 9px -8px rgba(0, 0, 0, 1);
}

.mitButton:hover {
	outline: 0;
	border: 0;
}

.impressumBlock {
	margin: 20px;
}

.mitP {
	vertical-align: top;
	width: 200px;
	left: 0;
	margin-top: 0;
	padding-top: 0;
}

#gupaIMG {
	width: 158px;
	height: 80px;
}
#idfIMG {
	width: 205px;
	height: 80px;

}

.testOverlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	width: 250px;
	height: 241px;
	padding: 0;
	display: block;
	margin-left: -20px;
	margin-top: -20px;
}

.testOverlay:hover {
	background-color: rgba(7, 31, 36, 0.253);

	outline: 0;
	border: 0;
	/* --------left/right top/bottom blur size  color */
	-webkit-box-shadow: 0px 1px 9px -12px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 9px -12px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 9px -12px rgba(0, 0, 0, 1);

}

.testOverlay:active {
	background-color: rgba(68, 133, 59, 0.308);
}


/* -------------------------- GENERAL ------------------------------ */


.mostText {
	text-align: left;
	color: rgb(243, 240, 229);
	font-size: 9pt;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.1px;
	line-height: 1.8;
	word-wrap: break-word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

.mostHead3 {
	color: rgb(209, 194, 143);
	font-weight: bold;

}



header {
	height: 6.2vw;
	min-height: 40px;
	background-color: rgba(21, 24, 27, 0.699);
	-webkit-box-shadow: 3px 3px 20px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 20px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 20px 10px rgba(0, 0, 0, 0.5);
	z-index: 100;
}