@media (max-width: 1100px) {
    .ContentWrapper {
        width: 800px;
    }
    
    .innerhalb1 { /* von links */
        transform: translateX(130px);
    }
    .innerhalb2 {
        transform: translateX(-200px);
    }
    .innerhalb3 {
        transform: translateX(-200px);
    }
    .innerhalb4 { /* von links */
        transform: translateX(130px);
    }
    
}

@media (max-width: 860px) {
    .ContentWrapper {
        width: 90%;
    }

    .innerhalb1 { /* von links */
        transform: translateX(230px);
    }
    .innerhalb2 {
        transform: translateX(-100px);
    }
    .innerhalb3 {
        transform: translateX(-100px);
    }
    .innerhalb4 { /* von links */
        transform: translateX(230px);
    }

    .Motto h1 {
        font-size: 23px;
    }
    .Motto h2 {
        font-size: 13px;
        width: 450px;
    }
    
    .Menubanner h2 {
        font-weight: normal;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .Menubanner h1 {
        margin-top: 0px;
        font-size: 21px;
    }
    
    .TWCheck {
        right: 5%;
        width: 160px;
    }
    
    .LinkerTeil {
        position: relative;
        width: 95%;
        border-right-style: none;
        border-bottom-style: solid;
        padding-right: 0px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .RechterTeil {
        position: relative;
        width: 95%;
    }

    /* Liste der Fälle im Übersichts-Bereich */
    .FallWrapper .Variante {
        display: none;
    }
    .FallWrapper .AN {
        width: calc(100% - 210px);
    }
	.NutzerWrapper .Nutzungen {
		display: none;
	}

	.NutzerWrapper .AngelegtDurch {
		display: none;
	}

	.NutzerAnlegenWrapper input {
		display: block;
	}
    
    footer .ContentWrapper div:last-of-type {
        position: relative;
        margin-top: 20px;
        cursor: default;
    }

	input[type=text], input[type=password], input[type=email] {
		font-size: 16px;
	}

    textarea {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .Motto h1 {
        font-size: 20px;
    }
    .Motto h2 {
        font-size: 13px;
        width: 90%;
    }
	.StammFrageWrapper, .StammFrage1Wrapper {
		min-width: 100%;
	}
	.TextStammdaten {
		width: 100%;
	}
	input[type=text], input[type=password], input[type=email] {
		font-size: 16px;
	}
    textarea {
        font-size: 16px;
    }

}
