html {
	width: 100%;
	height: 100%;
	font-family: 'Nirmala UI';
	min-width: 1000px;
}

body {
    height: 100%;
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
    margin: 0;
}

h2 {
	color: #ffdd00;
	text-shadow: 0px 0px 2px black;
}

a {
	color: #ffdd00;
	text-decoration: none;
	text-shadow: 0px 0px 1px #6d6d6d;
	border-bottom: 1px dashed;
}

#background {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
}

#background span {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0%;
}

#background img {
    vertical-align: middle;
    text-align: center;
    width: 95%;
}

.wrapperTop {
	top: 0px;
	width: 50%;
	position: absolute;
	text-align: center;
	font-size: 1.6vw;
}

.menuTop {
    padding-bottom: 9.416%;
    height: 0;
    background: url('../../images/menuTopRounded.png');
    background-size: 50% auto;
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    text-shadow: #B9B9B9 0px 0px 2px;
    color: white;
    cursor: pointer;
    padding-top: 1%;
}

.inhaltTop {
	position: relative;
    overflow-y: auto;
    width: 100%;
    background: rgba(232, 232, 232, 0.95);
    box-sizing: border-box;
    padding: 30px;
    text-align: left;
    margin-bottom: -20px;
    padding-top: 0px;
}

.fadeTop {
    height: 0px;
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), black);
    padding-top: 20px;
}

.wrapperBottom {
	bottom: 0px;
	width: 50%;
	position: absolute;
	text-align: center;
	font-size: 1.6vw;
}

.menuBottom {
    padding-bottom: 5.416%;
    padding-top: 5%;
    height: 0;
    background: url('../../images/menuBottomRounded.png');
    background-size: 50% auto;
    background-size: 100% auto;
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    text-shadow: #B9B9B9 0px 0px 2px;
    color: white;
    cursor: pointer;
}

.inhaltBottom {
	width: 100%;
	overflow-y: auto;
	position: relative;
	background: rgba(232, 232, 232, 0.95);
	box-sizing: border-box;
	padding: 30px;
	text-align: left;
	margin-top: -20px;
	padding-top: 0px;
}

.fadeBottom {
    height: 0px;
    position: relative;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0), black);
    z-index: 2;
    padding-bottom: 20px;
}

#ebay {
    width: 200px;
    max-width: 100%;
    height: auto;
}

iframe {
	width: 100%;
	height: 50%;
}

.baggerBild {
    width: 35%;
    right: 0;
    float: right;
    margin-left: 10px;
    margin-top: 15px;
    border: 2px solid #c9ae00;
    border-radius: 10px;
}

.verkaufverleihitem {
	clear: both;
}

@media (max-width: 1000px)
{
	.wrapperTop {
		width: 500px;
		font-size: 16px;
		left: 500px;
	}
	
	.wrapperBottom {
		width: 500px;
		font-size: 16px;
		left: 500px;
	}
}