.demoBG {
    background-image: url("../bilder/demo-bg.svg");
    background-attachment: fixed;
    background-size: 700px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.Menubanner {
    position: absolute;
    width: 100%;
    top: -190px;
    color: white;
}
.Menubanner h2 {
    font-weight: normal;
    margin-bottom: 5px;
}
.Menubanner h1 {
    margin-top: 0px;
    font-size: 24px;
}
.StreifenWrapperKL {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 70px;
}
.innerhalb1kl { /* von links */
    position: absolute;
    right: 50%;
    transform: translateX(300px);
    top: 0;
    transition-duration: 1s;
    transition-delay: 0.2s;
}
.innerhalb2kl {
    position: absolute;
    left: 50%;
    transform: translateX(110px);
    top: 0;
    transition-duration: 1.3s;
    transition-delay: 0s
}
.innerhalb3kl {
    position: absolute;
    left: 50%;
    transform: translateX(110px);
    top: 0;
    transition-duration: 1.1s;
    transition-delay: 0.2s;
}
.innerhalb4kl { /* von links */
    position: absolute;
    right: 50%;
    transform: translateX(300px);
    top: 0;
    transition-duration: 1s;
}
.Hauptteil h4 {
    position: relative;
    font-size: 16px;
    color: #e5007d;
    margin-bottom: 3px;
}
hr {
    border: 1px solid #e5007d;
}
.AltFallWrapper {
    position: relative;
    margin-top: 10px;
    margin-bottom: 6px;
    cursor: pointer;
}
.AltFallWrapper:hover {
    box-shadow: 2px 2px 2px #e5007d;
}
.AltFallWrapper .Datum {
    display: block;
    font-weight: 600;
}
.AltFallWrapper .Grund {
    display: block;
    font-weight: 400;
	font-style: italic;
    margin-left: 15px;
}
.AltFallWrapper .Auftragnehmer {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 15px;
    overflow: hidden;
}
.AltFallWrapper .Ergebnis {
    display: inline-block;
    position: absolute;
    margin-top: -16px;
    width: 70px;
}

.MailNachrichtWrapper {
	display: block;
	margin-bottom: 50px;
}

.LadeLinks {
	width: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.weg {
	display: none;
}

.LadeBild {
	width: 100%;
	text-align: center;
	margin-top: 150px;
}

.LadeBild img {
	width: 80px;
}

.DownloadSymbolContainer span{
	cursor: pointer;
	font-weight: 600;
}

.DateiDownloadSymbol{
	height: 35px;
	position: relative;
	margin: 10px 15px 10px 0px;
	vertical-align: middle;
}

.DateiDownloadLoeschen {
	cursor: pointer;
	height: 25px;
	position: relative;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.AnlageSymbolKlein {
	height: 13px;
	margin-right: 5px;
	vertical-align: middle;
}

.PolicyWrapper {
	width: 100%;
	border: 1px solid #e5007d;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
}

.PolicyEingeklappt {
	height: 5em;
	overflow: hidden;
}

.PolicyHierKlicken {
	font-weight: 600;
	margin-top: 0;
	font-size: 130%;
	cursor: pointer;
}

.PolicyWrapper li {
	margin: 8px 0px;
	width: 500px;
}

.PolicyFragenBlock {
	margin: 30px 0px;
	display: flex;
}

.PolicyReihenfolge {
	display: none;
	width: 20px;
	align-self: center;
}

.PolicyReihenfolge img {
	width: 20px;
	margin: 6px 0px;
	cursor: pointer;
}

.weitereAntwort{
	font-style: italic;
	font-weight: 600;
	cursor: pointer;
	color: #e5007d;
	display: none;
}

.weitereFrage{
	font-style: italic;
	font-weight: 600;
	cursor: pointer;
	color: #e5007d;
}

.PolicyLoeschen {
	margin-right: 20px;
	font-weight: 600;
	cursor: pointer;
	display: none;
}

.PolicyLoeschen:hover {
	text-decoration: underline;
}

.PolicyFragenBlock:hover .PolicyLoeschen {
	display: inline-block;
}

.PolicyFragenBlock:hover .weitereAntwort {
	display: list-item;
}

.PolicyFragenBlock:hover .PolicyReihenfolge {
	display: inline-block;
}

.PolicyPunktwert {
	margin-left: 20px;
	font-weight: 600;
}

.PolicyPunktwert input {
	width: 60px;
    padding: 4px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e5007d;
    text-align: center;
	font-weight: 600;
}

.PolicyEingabeFeld {
	margin-bottom: -2px;
	vertical-align: middle;
	resize: none;
	border: none;
	font-size: 100%;
	font-family: Montserrat;
}

.PolicyFragenFeld {
	width: 80%;
}

.PolicyAntwortFeld {
	width: auto;
}

.PolicyWarnung {
	margin-left: 25px;
	height: 25px;
	vertical-align: middle;
}

.PolicyWarnungErklaerung {
	box-sizing: border-box;
	padding: 10px 20px;
	border-left: 5px solid #D73503;
	font-weight: 600;
}

.APIInputfeld {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
}

.ShowHide {
	color: grey;
	display: inline-block;
	font-size: 70%;
}

.Ausgeblendet {
	display: none;
}

.Hauptteil .RevisionsAbschnitt:not(:first-of-type) {
	margin-top: 30px;
}

.Hauptteil .RevisionsAbschnitt {
	cursor: pointer;
}

.Ausgewaehlt {
	background-color: #f6f6f6;
    box-shadow: 2px 2px 2px #e5007d;
}

.revisionsFaelleAbschnitt {
	color: grey;
	border-bottom: 1px solid grey;
	padding: 4px 4px;
}

.TextGroesser {
	font-size: 110%;
	font-weight: 500;
}

.revisionbild {
	width: 15px;
	position: absolute;
	top: 9px;
	right: 20px;
}

.RevisionAbschnitt {
	margin-left: 30px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.RevisionAbschnitt .RevisionAuswahl {
	display: inline-block;
	width: 10em;
}

.RevisionAbschnitt input[type='number'] {
	width: 60px;
	margin-right: 8px;
	margin-left: 16px;
}

.RevisionAbschnitt input[type='checkbox'] {
	vertical-align: middle;
	margin-right: 14px;
}

.RevisionAbschnitt input[type='text'] {
	width: 230px;
	margin-right: 16px;
	margin-left: 16px;
}

.ButtonSchlank {
    padding: 4px 20px 4px 20px;
    background-color: white;
    color: black;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition-duration: 0.2s;
}
.ButtonSchlank:hover {
    color: white;
    background-color: black;
    transition-duration: 0.2s;
}

.RevisionAbschnitt .Aktion {
	display: inline-block;
	width: 100px;
	cursor: pointer;
	margin-left: 15px;
}
.RevisionAbschnitt .Aktion:hover {
	font-weight: 600;
	color: #D73503;
}

#ListeVerboteneWorte {
	width: 250px;
}
