@media (min-width: 980px) {


	.back {
		position: relative;
	    width: 100%;
	    height: 100%;
	    background-image: url("raster.svg");
	    background-repeat: repeat;
	    background-position: left; 
	    background-size: 50%;
	
	}



	.logo {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.daten {
		position: absolute;
		top: 20;
		left: 20;
		background-color: rgba(255, 255, 255, 0.5);

	}

	.button {
		position: absolute;
		top: 50%;
		left: 20;
		margin-top: 50px;

	}

}

@media (max-width: 980px) {


	.back {
		position: relative;
	    width: 100%;
	    height: 100%;
	    background-image: url("raster.svg");
	    background-repeat: repeat;
	    background-position: left; 
	    background-size: 50%;
	 
	}



	.logo {
		position: relative;
	
	}

	.daten {
		position: relative;
		background-color: rgba(255, 255, 255, 0.5);

	}

	.button {
		position: relative;
		

	}

}

.border {
	border: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 1);
}