body {
	height: 100%;
	font-family: 'Questrial', arial, tahoma, sans-serif;
	text-align: center;
	color: #999999;
	
	background-color: #000000;
	
	font-size: 14px;
	line-height: 21px;
	margin: auto;
	margin-top: 0px;
}

a {

	text-decoration: none;
}

a:active {

	text-decoration: none;
}

a:visited {

	text-decoration: none;
}

.container-grau {

	width: 100%;
	margin: auto;
	height: auto;
	background-color: #1D1D1D;
	background-image: -webkit-linear-gradient(top, #000000 0%, #1D1D1D 100%);
	background-image: -moz-linear-gradient(top, #000000 0%, #1D1D1D 100%);
	background: -ms-linear-gradient(top, #000000 0%, #1D1D1D 100%); /* IE10+ */
	background: -o-linear-gradient(top, #000000 0%, #1D1D1D 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #000000 0%, #1D1D1D 100%); /* W3C */
	text-align: center;
	padding: 0 0 350px 0;
}

.container-grau-qr {

	width: 100%;
	margin: auto;
	height: auto;
	background-color: #1D1D1D;
	background-image: -webkit-linear-gradient(top, #000000 0%, #1D1D1D 100%);
	background-image: -moz-linear-gradient(top, #000000 0%, #1D1D1D 100%);
	background: -ms-linear-gradient(top, #000000 0%, #1D1D1D 100%); /* IE10+ */
	background: -o-linear-gradient(top, #000000 0%, #1D1D1D 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #000000 0%, #1D1D1D 100%); /* W3C */
	text-align: center;
	padding: 0 0 350px 0;
}

@media (max-width: 768px) {
.container-grau {

	min-height: 700px;
	padding: 0 0 50px 0;
}

.container-grau-qr{

	min-height: 300px;
	padding: 0 0 50px 0;
}
}

.logo {

	width: 300px;
	height: 200px;
	margin: auto;
	margin-top: 200px;
}

@media (max-width: 768px) {
.logo {

	margin-top: 40px;
}
}

.claim {

	width: 500px;
	min-height: 30px;
	margin: auto;
	margin-top: 40px;
	color: #555555;
	font-size: 19px;

}

@media (max-width: 768px) {
.claim {

	width: 60%;
	font-size: 24px;
	line-height: 30px;
}
}

.btn-choice {

	max-width: 550px;
	margin: auto;
	margin-top: 20px;
	color: #555555;
	font-size: 19px;
}


.btn-choice a {

    border: 1px solid #333333;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    padding: 12px 50px;
    text-decoration: none;
}

.btn-choice a:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #333333;
}

.btn-choice a:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #333333;
}

.btn-choice a:hover {

	color: #BD9F52;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;

	border: 1px solid #ffffff;
}

.btn-choice-information {

	float: left;
	text-align: left;
}

.btn-choice-support {

	float: right;
	text-align: right;
}

/* PDI */
.container-schwarz-ds{

	width: 100%;
	margin: auto;

	padding: 100px 0 180px 0;
	background-color: #gggggg;
}
/* PDI */

.container-schwarz {

	width: 100%;
	margin: auto;

	padding: 100px 0 180px 0;
	background-color: #000000;
}

/* PDI */
.container-schwarz a {
    color: #ffffff; 
}

.container-schwarz a:active {
    color: #ffffff;
}

.container-schwarz a:visited {
    color: #ffffff;
}

.container-schwarz a:hover {
    color: #BD9F52;
}



@media (max-width: 768px) {
.container-schwarz {

	padding: 20px 0 20px 0;
}

.btn-choice-information {

	float: none;
	text-align: center;
	margin-bottom: 50px;
}

.btn-choice-support {

	float: none;
	text-align: center;
}
}


.container-grau2 {

	width: 100%;
	margin: auto;

	padding: 100px 0 220px 0;
	background-color: #1d1d1d;
}

@media (max-width: 768px) {
.container-grau2 {

	padding: 50px 0 50px 0;
}
}



.container-text {

	width: 500px;
	margin: auto;
}

.container-text h2 {

	color: #BD9F52;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	margin: auto;
	margin-bottom: 80px;
}

.container-text-left {


	text-align: left;
	float: left;
	
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}

.container-text-right {


	text-align: right;
	float: right;
	
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}


@media (max-width: 768px) {
.container-text {

	width: 90%;
	margin: auto;
}

.container-text h2 {

	margin-bottom: 30px;
}

.container-text-left {


	text-align: left;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 30px;
}

.container-text-right {


	text-align: right;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
}

.container-text-ds {


	text-align: rigth;
	font-size: 15px;
	line-height: 44px;
	margin-bottom: 0;
}
}


.clear {

	clear: both;
}