@media (min-width: 319px) and (max-width: 450px) {

body {
    padding: 0;
    margin: 0;
}

.wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-gap: 10px;
	position: initial;
	transform: none;
	width: initial;
    height: initial;
}

section.row1_2 {
    grid-column-start: 1;
    grid-column-end: 2;
    padding: 25px 0;
    height: 226px;
    background-size: cover;
}

header {
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: center;
}
    
header .logo {
    float: initial;
}
    
header .menu {
    position: absolute;
    top: 80px;
    left:  0;
    z-index: 1;
    height: auto;
    width: 100%;
    line-height: 100%;
    background: #394048;
}
    
header .menu ul {
    padding: 0;
    display: flex;
}
    
header .menu ul li {
    padding: 5px;
    font-size: 13px;
}
    
header .menu ul li::before {
    content: none;
    color: #a02040;
    display: inline-block;
    width: 15px;
    margin-left: 0px;
}

section.row1 .willkommen .content .loginForm .containerForm {
    justify-content: center;
}

section.row1_2 .willkommenText {
    display: block;
}
    
section.row1_2 .willkommenText .text {
    text-align: center;
}

section.row1 .willkommen .content .loginForm label {
    margin-left: 15px;
}
    
section.row1_2.textActive {
    grid-row-start: 3;
    grid-row-end: 4;
}

.row2_1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.row2_2 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.row2_3 {
    grid-column-start: 1;
    grid-column-end: 2;
}
    
.sprache {
    position: initial;
    left: 50px;
    padding: 3px;
    text-align: center;
}

footer {
    grid-column-start: 1;
    grid-column-end: 2;
    height: auto;
}

footer ul {
    display: block;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    
}


@media (min-width: 451px) and (max-width: 767px) {

body {
    padding: 0;
    margin: 0;
}

.wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-gap: 10px;
	position: initial;
	transform: none;
	width: initial;
    height: initial;
}

section.row1_2 {
    grid-column-start: 1;
    grid-column-end: 2;
    padding: 25px 0;
	height: 365px;
    background-size: cover;
    background-position: center top;
}

header {
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: center;
}
    
header .logo {
    float: initial;
	text-align: left;
}
    
header .menu {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: auto;
    width: max-content;
    line-height: 100%;
    background: #394048;
}
    
header .menu ul {
    padding: 0;
    display: flex;
}
    
header .menu ul li {
    padding: 5px;
    font-size: 13px;
}
    
header .menu ul li::before {
    content: none;
    color: #a02040;
    display: inline-block;
    width: 15px;
    margin-left: 0px;
}

section.row1 .willkommen .content .loginForm .containerForm {
    justify-content: center;
}

section.row1_2 .willkommenText {
    display: block;
}
    
section.row1_2 .willkommenText .text {
    text-align: center;
}

section.row1 .willkommen .content .loginForm label {
	margin-left: 0;
    text-align: center;
}
    
section.row1_2.textActive {
    grid-row-start: 3;
    grid-row-end: 4;
}

.row2_1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.row2_2 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.row2_3 {
    grid-column-start: 1;
    grid-column-end: 2;
}
    
.sprache {
    position: initial;
    left: 50px;
    padding: 3px;
    text-align: center;
}

footer {
    grid-column-start: 1;
    grid-column-end: 2;
    height: auto;
}

footer ul {
    display: block;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}

footer ul li {
	padding-left: 0;
}
    
}


@media (min-width: 768px) and (max-width: 1023px) {

body {
    padding: 0;
    margin: 0;
}

.wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
	position: initial;
	transform: none;
}

section.row1 {
    grid-column-start: 1;
    grid-column-end: 2;
}
    
section.row1_2 {
    grid-column-start: 2;
    grid-column-end: 4;
    padding: 25px 0;
    height: 431px;
}

header {
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: center;
}
    
header .logo {
    float: initial;
    text-align: left;
}
    
header .menu {
	position: initial;
    top: 100px;
    left: -10px;
    z-index: 1;
    height: auto;
    width: 100%;
    line-height: 100%;
    background: #394048;
}
    
header .menu ul {
    padding: 0;
}
    
header .menu ul li::before {
    content: " ";
    color: #a02040;
    display: inline-block;
    width: 15px;
    margin-left: 0px;
}

section.row1_2 .willkommenText {
    display: block;
}
    
section.row1 .willkommen .content .loginForm label {
    text-align: left;
}
    
 section.row1 .willkommen .content .loginForm .containerForm {
    align-items: center;
    justify-content: center;
}
    
section.row1_2 .willkommenText .text {
    text-align: center;
    font-size: 25px;
}
    
section.row1_2 .willkommenText .image img {
    width: 180px;
    margin: 0 40px;
}
    
section.row1_2.textActive {
    grid-row-start: 2;
    grid-row-end: 4;
}

.row2_1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.row2_2 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.row2_3 {
    grid-column-start: 3;
    grid-column-end: 4;
}

.sprache {
    text-align: center;
}
    
footer {
    grid-column-start: 1;
    grid-column-end: 4;
    height: auto;
}

footer ul {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    
}

@media (min-width: 1024px) and (max-width: 1250px) {
body {
    padding: 0;
}

.wrapper {
    position: initial;
    transform: initial;
    width: 99%;
    height: auto;
}

header .menu ul li {
    font-size: 12px;
}

section.row1 .willkommen .content {
    padding: 0 20px;
}

section.row1 .willkommen .content h3 {
    font-size: 35px;
}
section.row1 .willkommen .content p {
    font-size: 14px;
}

section.row1_2 .willkommenText .image img {
    width: 180px;
}

section.row1_2.textActive {
    height: 688px;
}
    
footer ul li::before {
    margin-left: 3px;
}

footer ul li {
    font-size: 12px;
}    	
}


@media (min-width: 1251px) and (max-width: 1366px) {
body {
    padding: 0;
}
section.row1_2 .willkommenText .image img {
    width: 180px;
}
    
footer ul li::before {
    margin-left: 3px;
}

footer ul li {
    font-size: 12px;
}    
}

@media (min-width: 1367px) and (max-width: 1919px) {
body {
    padding: 100px;
}
}


@media (min-width: 2560px) {
.wrapper {
	width: 1208px;
    height: auto;
}

section.row1 .willkommen {
    height: 100%;
}
section.row1_2 {
    height: 430px;
}

section.row1_2.textActive {
    height: 706px;
}
}

