@charset "UTF-8";
/*
(c) 2021 Copyright:

	.d8888b.   .d8888b.   .d88888b.  888b    888  .d8888b.  8888888888 8888888b. 88888888888 .d8888b.  
	d88P  Y88b d88P  Y88b d88P" "Y88b 8888b   888 d88P  Y88b 888        888   Y88b    888    d88P  Y88b 
	888 888    888 888     888 88888b  888 888    888 888        888    888    888    Y88b.      
	.d88P 888        888     888 888Y88b 888 888        8888888    888   d88P    888     "Y888b.   
	.od888P"  888        888     888 888 Y88b888 888        888        8888888P"     888        "Y88b. 
	d88P"      888    888 888     888 888  Y88888 888    888 888        888           888          "888 
	888"       Y88b  d88P Y88b. .d88P 888   Y8888 Y88b  d88P 888        888           888    Y88b  d88P 
	888888888   "Y8888P"   "Y88888P"  888    Y888  "Y8888P"  8888888888 888           888     "Y8888P" 

	Website: 	https://www.2concepts.de
	Tel.:       +49 (0) 5901 / 517622 - 0
	E-Mail:     info@2concepts.de
*/

* {
	text-align: center;
	font-family: proxima-nova,sans-serif;
	line-height: 1.7;
	font-weight: 300;
}
.box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
span {
	font-size: 10px;
}
a {
	color: #213d62;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media all and (max-width: 520px) {
	.box {
		position: relative;
		transform: translate(0%, 0%)!important;
		top: 0!important;
		left: 0!important;
	}
	img {
		width: 100%;
	}
}
@media all and (max-height: 420px) {
	.box {
		position: relative;
		transform: translate(0%, 0%)!important;
		top: 0!important;
		left: 0!important;
	}
}