.AbgrenzungH1 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}
.AbgrenzungH2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.StammWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.StammFrageWrapper {
    position: relative;
    width: 45%;
    min-width: 450px;
}
.StammFrage1Wrapper {
    position: relative;
    display: block;
    width: 45%;
    min-width: 450px;
}
.TextStammdaten {
    display: block;
    width: 100%;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5007d;
    border-radius: 2px;
    margin-bottom: 20px;
	background-color: transparent;
}
.TextStammdaten:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}
.ButtonWrapper {
    display: flex;
    justify-content: space-between;
}
.AbgrenzButton {
    padding: 8px 30px 8px 30px;
    margin-top: 20px;
    background-color: white;
    color: #e5007d;
    border-style: solid;
    border-color: #e5007d;
    border-width: 2px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition-duration: 0.2s;
}
.AbgrenzButton:hover {
    color: white;
    background-color: #e5007d;
    transition-duration: 0.2s;
}
.AbgrenzButton:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}
.ButtonWeiterWrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.AntwortButton, .PolicyAntwortButton {
    padding: 8px 30px 8px 30px;
    margin-top: 10px;
    background-color: white;
    font-weight: normal;
    color: #e5007d;
    font-weight: normal;
    border-style: solid;
    border-color: #e5007d;
    border-width: 1px;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
    transition-duration: 0.2s;
}
.AntwortButton:first-of-type, .PolicyAntwortButton:first-of-type {
    margin-top: 25px;
}
.AntwortButton:hover, .PolicyAntwortButton:hover {
    font-weight: 600;
    box-shadow: 0px 1px 3px #e5007d;
}
.AntwortButton:focus, .PolicyAntwortButton:focus {
    outline: 0;
    font-weight: 600;
}
.AntwortGewaehlt {
    color: white;
    background-color: #e5007d;
    transition-duration: 0.2s;
    font-weight: 600;
}
.Textfeld {
    margin-top: 10px;
    position: relative;
    width: 100%;
	height: 100px;
	resize: vertical;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #e5007d;
}
.ErgebnisWrapper {
    width: 100%;
}
.ErgebnisKopf {
    text-align: center;
    margin-bottom: 15px;
}
.ErgebnisNormal {
    font-weight: normal;
}
.ErgebnisFett {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.ErgebnisSehrFett {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.ErgebnisBild {
    width: 120px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.PDFIcon {
    width: 60px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
	cursor: pointer;
}
.XLSIcon {
    width: 60px;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
	cursor: pointer;
	vertical-align: middle;
}
.ExcelReport {
	display: inline-block;
	font-size: 130%;
	font-weight: 600;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 20px;
	text-decoration: none;
	color: black;
}
.Link {
	cursor: pointer;
}
.ErgebnisBewertung {
    text-align: left;
}
.ErgebnisFliesstext {
    margin-bottom: 15px;
}
.ErgebnisListe li {
    margin-top: 8px;
    margin-bottom: 8px;
}
.ErgebnisDetails p {
    font-weight: normal;
    margin-bottom: 20px;
}
.ErgebnisFrage {
    font-weight: 600;
    margin-bottom: 8px;
}
.ErgebnisAntwort {
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 40px;
}

.ReviewHinweis {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 75%;
	padding: 20px;
	border: 2px solid #e5007d;
	margin-left: auto;
	margin-right: auto;
}

.ReviewGrundAnzeige {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border: 2px solid #e5007d;
	margin-left: auto;
	margin-right: auto;
}

.AbstandNachOben {
	margin-top: 30px;
}

.AbstandNachRechts {
	margin-right: 20px;
}

.radioZeile {
	display: block;
}

.radioBereichLinks {
	text-align: left !important;
}

.RevisionHinweis {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border: 2px solid #D73503;
}

.RevisionHinweis .Textfeld {
	border-color: #D73503;
}

.RevisionHinweis .ButtonStandard {
	border-color: #D73503;
	color: #D73503;
	margin-bottom: 15px;
}

.RevisionHinweis .ButtonStandard:hover {
    color: white;
    background-color: #D73503;
    transition-duration: 0.2s;
}
