
.content-doi-eu{
	margin-top: 85px;
}

#container-eu{
	font-family: 'FF DIN for PUMA', 'Times new roman', 'monospace';
}

.doi-logo-eu{
	text-align: center;
	margin-bottom: 20px;
}

.doi-logo-eu img{
	width: 150px;
}

#doi-wrapper-eu {
	/*width: 500px;
	margin: auto;*/
	min-height: 400px;
	margin-top: 30px;
}

.doi-info {
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10%;
	font-size: 14px;
}

.doi-button, .doi-button-start{
	width: 100%;
	height: 45px;
	background: #ae946d;
	border: none;
	color: #ffffff;
}

/* Für die Desktop-Version */
.doi-button-wrap, .doi-button-wrap-error {
	display: flex;
	justify-content: space-between; /* Passt den Abstand zwischen den Buttons an */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.doi-button-start{
	background-color: #000;
	margin-right: 35px;
}

.doi-button-wrap a, .doi-button-wrap-error a{
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
}

.doi-button-wrap-error{
	margin-top: 35px;
}

.doi-code-wrap {
	text-align: center;
	background-color: #f0eadb;
	padding: 20px;
}

.doi-code-content{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.doi-code-detail{
	font-size: 22px;
}

.doi-code-info{
	font-size: 14px;
}

.doi-code{
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid #000;
	padding: 15px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	max-height: 61px;
	line-height: 33px;
}

.doi-content-info{
	margin-top: 30px;
	text-align: center;
}

.doi-content-valid{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.copied {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
	width: 90px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -34px;
	left: 210px;
	border-radius: 5px;
	padding-top: 3px;
}

@media (max-width: 576px) {
	.content-doi-eu{
		width: 100%;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
	}

	#doi-wrapper-eu{
		width: 100%;
	}

	.doi-info {
		text-align: center;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 10%;
		font-size: 14px;
	}

	.doi-button-wrap, .doi-button-wrap-error {
		flex-direction: column; /* Stapelt die Buttons vertikal */
		width: 90%;
		margin-top: 15px;
	}

	.doi-button, .doi-button-start {
		margin-bottom: 10px; /* Fügt einen Abstand zwischen den Buttons hinzu */
	}

	.doi-button, .doi-button-start{
		width: 100%;
		height: 45px;
		border: none;
	}

	.doi-button, .doi-button-start {
		margin-bottom: 10px; /* Fügt einen Abstand zwischen den Buttons hinzu */
		width: 100%; /* Stellt sicher, dass die Buttons die volle Breite einnehmen */
	}

	.doi-code-wrap, .doi-code {
		width: 100%;
	}

	.doi-content-info {
		margin-top: 20px;
		text-align: center;
		font-size: 14px;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.doi-content-valid {
		margin-top: 10px;
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.copied{
		left: 100px;
		top: -5px;
	}

	.doi-code{
		font-size: 18px;
		max-height: 53px;
		line-height: 25px;
	}

}