

.wiki-content a {
color: #002775 !important; /* Hex-Wert für Farbe */
}
.theme-default .ia-splitter #main {
 margin-left: 0 !important; 
}
#com-atlassian-confluence .page-metadata  {
    display:none;
}
#.ajs-menu-bar { display: none;}
#main-header:not(.doctheme-no-override) #breadcrumb-section #breadcrumbs li.first {display: none}

.wiki-content H1{
 font-family: 'courier new', courier, monospace;
 font-size: 24px;
 font-weight: 600;
}
.wiki-content H2 {
 font-family: 'courier new', courier, monospace;
 font-size: 22px;
 font-weight: 600;
}
.wiki-content H3 {
font-family: 'courier new', courier, monospace;
font-size: 20px;
font-weight: 600;
}
.wiki-content H4 {
 font-family: 'courier new', courier, monospace;
 font-size: 16px;
 font-weight: 600;
}
.wiki-content H5 {
 font-family: 'courier new', courier, monospace;
 font-size: 24px;
 font-weight: 600;
}
#title-text {
 font-family: 'Inter', sans-serif;
 font-size: 26px;
 font-weight: 600;
}
.wiki-content H6 {
 font-family: 'Inter', sans-serif;
 font-size: 20px;
 font-weight: 600;
}


.POST, .post, .get, .GET, .put, .PUT,.delete, .DELETE {
	color: #fff;
	padding: 4px;
	border-radius: 2px;
	font-size: 8px;
	margin: 0 4px;
	width: 40px;
        display: inline-block;
        text-align: center;
}
.POST, .post{
	background-color: #0B7CAF;
}
.get, .GET {
	background-color: #009688;
}
.put, .PUT {
	background-color: #c5862b;
}
.delete, .DELETE {
	background-color: #F44336;
}
hr {
	color: #dfdfdf;
}

ol>li {
	margin: 24px;
        list-style: none;
}

ol>li>ul {
	background-color: #504949;
	color: #fff;
	padding: 8px 16px;
        list-style: none;
}

ul.change>li {
	margin: 10px 20px;
        list-style: none;
}

ul {
	margin: 10px 0;
        list-style: none; 
}

ul>li {
	margin: 10px 0;
        list-style: none;
}

.comment {
	color: #d8fa3c;
	margin-left: 16px;
	font-size: 14px;
}

.missing>s, .missing>del {
	padding: 0 4px;
}

s, del, .missing, del.comment {
	color: #F44336;
}

.missing>.comment {
	color: #F44336;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

header h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-weight: 700;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 2px;
	padding: 0px 4px;
}

.article {
	padding: 20px;
	max-width: 960px;
	margin: 0px auto;
	box-shadow: 0px 0px 4px #ccc;
	background: #fff;
	margin-top: 80px;
}

.article>div {
	padding: 10px 10px;
}
