* {
    margin: 10;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
	cursor: default;
}

header {
    background-color: #ffffff;
    padding: 10px;
    text-align: left;
    margin-left: 300px;
	margin-top: 30px;
}
.headtext {
    margin-left: 20px;
    cursor: pointer;
}

.headtext a{
    text-underline-offset: 4px;
	color: #000000;
}

.headtext a:hover {
    background: #ffffff;
    color: #0126b9;
    transition: 0.2s ease;
}


body {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;	
}

.container {
    display: flex;
    flex: 1;
    overflow: hidden;
    margin-left: 30px;
}

.content {
	font-size: 11px;
    flex: 1;
    padding: 0 20px;
    box-sizing: border-box;
    overflow-y: auto;
    margin-left: 10px;
	margin-top: 30px;
}


.content .h1 {
	font-style: italic;
	font-weight: bold;
	color: #000092;
	text-underline-offset: 4px;
	padding: 30px 0 10px 40px;
	
}

.content .h2 {
	font-style: italic;
	font-weight: bold;
	color: #08084D;
	text-underline-offset: 4px;
	padding: 20px 0 0px 10px;
	
}

.content .h3 {
	color: #08084D;
	padding: 30px 0 0 30px;
	
}
.content .h3 i {
        font-size: 150px; /* Ändere die Größe nach Bedarf */
    }

.content .normal {
	padding: 10px;
	line-height: 15px;
	padding: 0 0 10px 54px;
}

.content .normalbild {
	padding: 0 0 10px 19px
}

.content .normal1 {
	padding: 0 0 10px 20px
}

.content .spalte2 {
	padding: 0 0 5px 20px;
}

.content .out{
	position: relative;
	text-decoration: none;
	padding: 20px 0 5px 20px;
	color: #0007FF
}

.content .out ei{
	text-decoration: underline;
	color: #008AFF;
	padding: 20px 0 5px 0px;
}

.content .out ei a{
	cursor: pointer;
	text-decoration: none;
	color: #C30003;
}


.content .out a{
	cursor: pointer;
    font-size: 12px;
    color: #2A00CF;
	text-decoration: underline;	
}

.content .out a:hover{
	cursor: pointer;
    color: #001DFF;
}

.content .out i {
	cursor: pointer;
	margin-left: 5px;
	font-size: 9px;
	color: #58818C;
}




/* Responsive-Stile für kleinere Bildschirme */
@media screen and (max-width: 700px) 
{
    body {
        text-align: left;
        margin-left: 65px;
        margin-top: 10px;
    }
    
    .container {
        margin-left: 0;
        margin-top: 10px; 
    }


    .content {
        padding-left: 10px;
        margin-left: 0;
        margin-top: 0;
        padding-top: 0;
    }

}
