html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------------------------------------*/


body {
	height:100%;
	text-align: center;
	margin:auto;
	font-family: Verdana, Arial, sans-serif;
	background-color:#fff;
	line-height: 1.5;
	font-size: 14px;
	height:100%;
	color:#7c7c84;
}

a {
	outline: none;
	color:#7c7c84;
	text-decoration:none;
	font-weight:bold;
	padding: 20px 40px 0 20px;
	font-size:12px;
}
a:hover, #leftclick:hover, #rightclick:hover {
	color:#fff;
	color:#000;
	cursor:pointer;
}
.menu {
	width: 100%;
	display:flex;
	justify-content:right;
	align-items:right;
	padding-top:10px;

}
.menulinks {
	padding: 20px;
	border-bottom: 5px solid #7c7c84;
	border-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0)) 100% 0;
}

.menu a img {
	vertical-align: text-top;
	display: inline-block;
	left:0;
	position:absolute;
}
.language a{
	padding:5px;
	background:#333;
}
.language {
	float:right;
}
#logo {
	width:100px;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
	padding: 0 100px 20px 80px;
	border-bottom: 5px solid #7c7c84;
	border-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)) 100% 0;
}

.smallview {
	width:100px;
	left:0;
	top:180px;
	position:absolute;
	padding: 0 100px 20px 80px;
	border-bottom: 5px solid #7c7c84;
	border-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)) 100% 0;
}
.smallview img {
	width:100px;
	cursor:pointer;
}

.mainimg {
	width:3800px;
	max-width:90%;
}
.mainvideo {
	width:90%;
}
.mainbackground {
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(75%, rgba(0,0,0,0.2)), to(rgba(0,0,0,0)));
	padding-bottom:130px;
}

.bigview img {
	background-color: rgba(0, 0, 0, 0.9);
	padding:1% 20% 100vh 20%;
	position:absolute;
	top:0;
	left:0;
	width:60%;
	cursor:pointer;
	z-index:20;
}
.notshow {
	display:none;
}

.innerbox, .whitebox, .greybox {
	width:90%;
	max-width:1200px;
	margin:auto;
}
.innerbox {
	text-align:left;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.whitebox, .greybox {
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:40px;
	margin-bottom:80px;
}
.greybox, .whitebox, .shadowbox {
	position: relative;
}
.greybox:before, .whitebox:before, .shadowbox:before, .whitebox:after, .greybox:after, .shadowbox:after {
	content: ""; position: absolute;
}
.greybox:before, .whitebox:before, .shadowbox:before {
	top: -5px; left: -5px; right: -5px; bottom: -5px;

	background-image: -webkit-gradient(radial, right top, 10, 90% 0%, 500, from(#000), to(transparent));
	background-image: -webkit-radial-gradient(right top, 100% 100%, #000, transparent);
	background-image: -moz-radial-gradient(right top, farthest-corner, #000 0%, transparent 80%);
	z-index: -2;

}
.maintext, h2, .text .gross, #leftclick, #rightclick {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
	color:#888888;
	text-shadow: 1px 0 #888888;
	letter-spacing:1px;
	font-weight:bold;
}
.textfeld {
	margin-left:10px;
	padding:20px;
	text-align:center;
	color:#fff;
}
.textcenter {
	text-align:center;
}
.textbold {
	font-weight:bold;
}
.textfeld .gross {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
	color:#fff;
	text-shadow: 1px 0 #fff;
	letter-spacing:1px;
	font-weight:bold;

}
h1, .gross {
	font-size:40px;
	font-weight:bold;
}
h2 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

#leftclick {
	position:absolute;
	left:0;
}
#rightclick {
	position:absolute;
	right:0;
}
.whitebox .textfeld, .greybox .textfeld {
	color:#000;
	margin-left:10px;
	padding:20px;
	text-shadow:none;
}

.wrap {
	flex-flow: row wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
}
.infobox {
	background-color:#fff;
	margin-top:10px;
	margin-bottom:20px;
	width:30%;
}
.infobox2 {
	width:50%;
}
.infobox3 {
	width:45%;
}
.shadowbox {
	margin-bottom:80px;
}
.colorbox {
	background-color:#fff;
	margin:8px;
	width:40%;
	display: inline-block;
}
.infobox img {
	width:100%;
}
.infobox form img {
	display:inline;
	height:12px;
	width:auto;
}

.infobox p, .infobox h2 {
	padding:20px;
}

form input, form textarea {
	margin-bottom:10px;
    width:80%;
	font-family: Verdana, Arial, sans-serif;
	padding:10px;
	border-radius:0;
	border-color:#000;
	border-width: 2px;
}
.messagereply {
	width:80%;
}
.buttonstyle {
	margin:20px;
	cursor:pointer;
	background-color:#aaa;
	padding:13px;
	width:240px;
	font-weight:bold;
	font-size: 18px;
	color:#fff;
	border-style:none;
}
.buttonstyle:hover {
	background-color:#ccc;
	color:#fff;
}

footer {
	line-height:2.5;
	margin-top:50px;
	padding-top:70px;
	padding-bottom:10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
}
.maintext {
	font-size:50px;
}

.up {
	font-size:30px;
}
#at {
 width:12px;
}

/*----slider----------------*/

.sliderControls {
    text-align: center;
	padding:0;
	padding-top:20px;
}
.sliderControls li {
    display: inline-block;
}
.sliderControls .slidedot {
    width: 15px;
    height: 15px;
	margin: 10px 10px 10px 10px;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #ccc;
}
.sliderControls .slidedot:hover {
    background: #777;
}
.sliderControls .dotwhite {
    background: #777;
}

.badge img {
	height:20px;
}

/* mobil: ----------------------------------------------------------------------
*/
@media screen and (max-width: 1400px) {
	.wrap {
		justify-content: center;
	}
	.colorbox:before {
	content: ' ';
		clear: right;
		display: block;
	}

	.infobox {
		width:90%;
		max-width:300px;
		margin:20px;
	}
	.innerbox {
		flex-wrap:wrap;
	}
	#logo {
		width:50px;
		padding:20px;
		border-bottom:none;
	}
	.menu a {
		padding:0;
	}
	.menulinks {
		margin-left:120px;
	}
	.menulinks a {
		padding-left:40px;
	}
	.language{
		margin-left:20px;
	}
	.language a{
		padding:5px;
		margin:5px;
	}
	.menu {
		padding-top:0;
	}
	.smallview {
		position:relative;
		display: inline;
		margin-bottom:20px;
		top:20px;
		width:90%;
		padding:20px;
		float:left;
		text-align:left;

	}
	.smallview img {
		max-width:20%;
	}
	.bigview img {
		padding:1% 0% 100% 0%;
		width:100%;
	}
}
@media screen and (max-width: 550px) {
	.gross {
		font-size:30px;
	}
	.innerbox {
		flex-wrap:wrap;
	}
	.language{
		margin-top:20px;
	}
@media screen and (max-width: 400px) {
	h2 {
		font-size:14px;
	}
	.gross {
		font-size:20px;
	}
	.innerbox {
		flex-wrap:wrap;
	}
}
