@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



:root {
    /*for IE11 compatibility we dont use variables (they are commented)*/
    --submit-height: 50px;
    --submit-mobile-height: 30px;
    --page-height: 470px;
    --form-container-desktop-height: 80%;
    --form-container-desktop-width: 60%;
    --form-container-mobile-width: 80%;
    --error-additional-margin: 30px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
}
a,
a:visited,
a:active,
a:hover {
	color: #DC0142;
}
#main-wrapper {
    background: url('../img/aca_background.jpg') no-repeat top left;
    /*height: var(--page-height);*/
    height: 470px;
}


#main-wrapper {
    background: #EEBA00;
    height: 470px;
    border-radius: 20px;
    max-width: 90%;
    margin: 0px auto;
}

#logo-wrapper {
    display: none;
}
.form-container {
    background: url(../img/karten.png);
	background-size: cover;
	background-size: 41%;
	background-position: top left;
	height: 100%;
	background-repeat: no-repeat;
}

.form-container > div {
    text-align: center;
}

.form-container div:first-child {
    text-align: left;
}

#logo-wrapper {
    overflow: auto;
    margin-bottom: 80px;
}

#logo-wrapper .logo {
    height: 40px;
    float: right;
    margin-left: 30px;
}

#logo-wrapper .logo.city-star {
    height: 50px;
}

#logo-wrapper .logo:last-child {
    margin-left: 0;
}

#shapes {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#shapes .shape-orange {
    position: absolute;
    top: 0;
    right: 620px
}

#shapes .shape-red {
    position: absolute;
    bottom: 0;
    left: 10%;
}

#shapes .shape-white {
    position: absolute;
    bottom: 0;
    left: 75%;
}
.form-inner-container {
	margin-left: 38%;
	padding-top: 50px;
}
.form-title {
	font-size: 40px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.form-title.error {
	font-size: 20px;
	line-height: 18px;
	color: #DC0142;
	text-transform: none;
}
.form-title2 {
    font-size: 16px;
    color: #fff;
	max-width: 50%;
}

.error .form-title {
    color: red;
    margin-bottom: 5px;
}

.submit-wrapper {
    margin-top: 20px;
}

.submit-wrapper input[type="text"],
.submit-button {
    /*height: var(--submit-height);*/
    height: 50px;
    border: none;
}

.submit-wrapper input[type="text"] {
    /*width: calc(100% - var(--submit-height));*/
    width: calc(100% - 50px);
    max-width: 400px;
    padding: 10px;
    text-align: center;
    font-size: 120%;
    vertical-align: bottom;
}

.submit-button {
    width: 70px;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: #fcba02;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcba02), to(#fcba02));
    background: -webkit-linear-gradient(top, #fcba02, #fcba02);
    background: -moz-linear-gradient(top, #fcba02, #fcba02);
    background: -ms-linear-gradient(top, #fcba02, #fcba02);
    background: -o-linear-gradient(top, #fcba02, #fcba02);
    background-image: -ms-linear-gradient(top, #fcba02 0%, #fcba02 100%);
    color: #fff;
}

.submit-button:hover {
    background: #FCC500;
}

.submit-button:active {
    background: #fcba02;
}

.submit-button:active,
.submit-button:focus {
    outline: 0;
}

#impressum {
    position: absolute;
    text-align: center;
    color: #fcba02;
    width: 100%;
    left: 0;
    top: 475px;
}

#impressum a {
    text-decoration: none;
    color: #fcba02;
    font-size: 14px;
}

#impressum a:hover {
    text-decoration: underline;
}

.form-message {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 1600px) {
    #shapes .shape {
        display: none;
    }
}

@media (max-width: 1200px) {
    .form-container {
        width: 80%;
    }

    #logo-wrapper .logo,
    #logo-wrapper .logo.city-star
    {
        height: 30px;
    }
}

@media (max-width: 800px) {
    .form-container {
        width: 90%;
    }

    .submit-wrapper input[type="text"] {
        max-width: 300px;
    }
}

@media (max-width: 800px) {
    .form-container {
        padding: 30px;
    }
}

@media (max-width: 600px) {
    #logo-wrapper .logo,
    #logo-wrapper .logo.city-starf
    {
        height: 20px;
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .submit-wrapper input[type="text"] {
        width: 230px;
    }
	.form-container {
		width: 100%;
		background-size: 80%;
		background-position: top center;
		padding-top: 150px!important;
	}
	.form-title {
		font-size: 25px;
		line-height: 28px;
	}
	.form-inner-container {
		margin-left: 0%;
		padding-top: 0px;
	}
	.form-title2 {
		max-width: 100%;
	}

	

    .submit-button {
        width: 50px;
    }
}

@media (max-width: 380px) {
    .form-container {
        padding: 20px;
    }

    .submit-wrapper input[type="text"] {
        width: 180px;
    }

    .submit-button {
        width: 50px;
    }
}