h1 {
	position: relative;
	top: 30px;
	color: rgba(89, 89, 89, 0.5);
	margin: 0;
	padding: 2px 0 0 12px;
}
h3 {
	align: center;
	color: rgba(89, 89, 89, 0.9);
	margin: 10px;
	padding: 2px 0 0 12px;
}
hr {
	position: relative;
	align: center;
	border-color: rgba(66, 86, 72, 0.1);
	top: -1px;
}
a {
	color: #000;
	font-weight: regular;
}
p {
	margin: 10px;
}
pre {
	display: block;
	font-family: monospace;
	background-color: rgba(133, 156, 139, 0.5);
	white-space: pre;
	margin: 1em 10px;
	padding: 10px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-height: 100vh;
	font-family: Arial, sans-serif;
	background-image: url("../images/4647604.webp"); /* anpassen */
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.scroll-pre {
    white-space: pre;
  	overflow-x: auto;
}
.content {
	position: relative;
	width: 900px;
	max-width: 100%;

	/* oben bündig, unten immer Abstand */
	margin-bottom: 50px;

	padding: 30px;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;

	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.ri_nav {
    position: absolute;
    right: 50px;
    top: 300px;
}
.box-content {
	height: 120px;
	width: 240px;
}
.box-line {
	height: 120px;
}
.arrow {
	color: green;          /* Wunschfarbe */
	font-size: 18px;     /* optional */
	margin-right: 5px;   /* Abstand zum Link */
	font-size: 14px;
}
.input-wrapper {
	position: relative;
	width: 100%;
}

.input-wrapper input {
	width: 100%;
	padding: 10px 40px 10px 10px; /* Platz für Button rechts */
	box-sizing: border-box;
	font-size: 14px;
}

.copy-btn {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	border: none;
	background: none;
	cursor: pointer;
	font-size: 14px;
	color: #007bff;
}

.copy-btn:hover {
	text-decoration: underline;
}
.div-iframe {
    width: 500px;
    height: 100%;
    flex-shrink: 0;
}

.div-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
#idIframe {
    width: 100%;
    border: none;
    display: block;
}
