
h1,h3,h5{
  font-family: "Courier New", Courier, monospace;
  font-size: 160%;
  text-align: center;
}

p{
  font-family: Verdana, Geneva, sans -serif;
}

.rahmen{
  border: 2px solid grey;
  margin: 5px;
  padding: 10px;
}

body{
    width: 940px;
    margin: auto;
    font-size: 75%;
}

#copyright{
    background-image: url('../img/hg-punkt.png');
    padding: 10px;
}

/* Bild links, Text rechts */
.links{
    float: left;
    margin: 0px 10px 10px 0px 
}

/* Bild rechts, Text rechts */
.rechts{
    float: right;
    margin: 0px 10px 10px 0px 
}

.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

#leftPc{
    width:100px;
    height:100px;
    float: left;
}

#righPc{
    width:100px;
    height:100px;
    float: right;
}

#leftPic1{
	margin-left: 8px;
    width:650px;
    height:350px;
    float: left;
}

#rightPic1{
	margin-right: 8px;
    width:230px;
    height:350px;
    float: right;
}

#leftPic2{
	margin-left: 40px;
    width:500px;
    height:480px;
    float: left;
}

.pic1{
	margin-left: 40px;
    max-width: 90%;
    height: auto;
}

.pic2{
	margin-left: 80px;
    max-width: 100%;
    height: auto;
}

.pic2a{
	float: left;
	width: 430px;
	padding: 3px;
	font-size: 1.0em;
}

.txt1{
	margin-left: 8px;
	margin-right: 8px;
	text-align: left;
	padding-left: 8px;
  	border-width: 6px;
	border-color: #d4d4d4;
	border-style: groove;
}

#txt3{
	margin-left: 650px;
	margin-right: 48px;
	text-align: left;
	padding-left: 8px;
  	border-width: 6px;
	border-color: #d4d4d4;
	border-style: groove;
}

/* Kapselung: Alle Stile wirken NUR innerhalb von .CodeViewerBody */


.CodeViewerBody {
    --font-size: 16px;
    --line-height: 24px;
    --font-family: Consolas, "Courier New", monospace;
    --bg: #1e1e1e;
    --header: #252526;
    --border: #333;
    --text: #d4d4d4;

    box-sizing: border-box;
    font-family: Arial, sans-serif;
    margin: 20px auto;
    max-width: 950px;
    width: 100%;
}

.CodeViewerBody *, 
.CodeViewerBody *::before, 
.CodeViewerBody *::after {
    box-sizing: border-box !important;
}

.CodeViewerBody .code-container {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg);
}

.CodeViewerBody .code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: var(--header);
    border-bottom: 1px solid var(--border);
    color: #ffffff;
}

.CodeViewerBody .button-group {
    display: flex;
    gap: 8px;
}

.CodeViewerBody button {
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.CodeViewerBody .copy-btn { background: #0078d4; }
.CodeViewerBody .download-btn { background: #2ea043; }

.CodeViewerBody .viewer {
    display: grid;
    grid-template-columns: 60px 1fr;
    height: 500px;
    background: var(--bg);
}

.CodeViewerBody .line-numbers {
    background: var(--header);
    border-right: 1px solid var(--border);
    overflow: hidden;
    user-select: none;
    text-align: right;
    padding-top: 0;
    margin: 0;
}

.CodeViewerBody .line {
    font-family: var(--font-family) !important;
    font-size: var(--font-size) !important;
    height: var(--line-height) !important;
    line-height: var(--line-height) !important;
    padding-right: 12px;
    color: #858585;
}

.CodeViewerBody .code-pane {
    overflow: auto;
    background: var(--bg);
    margin: 0;
    padding: 0;
}

.CodeViewerBody code {
    display: block;
    white-space: pre;
    font-family: var(--font-family) !important;
    font-size: var(--font-size) !important;
    line-height: var(--line-height) !important;
    color: var(--text);
    margin: 0;
    padding: 0;
}

.CodeViewerBody .code-line {
    height: var(--line-height) !important;
    line-height: var(--line-height) !important;
    padding-left: 12px;
}



