*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font-size: 13px;
	color: #4b4b4b;
	font-family: 'Hind', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* Lists */
ul,
ol {
	margin: 0 0 30px 0;
	padding-left: 0;
	list-style-type: none;
}

ul>li,
ol>li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 15px;
}

ol li:after,
ul li:after {
	content: '';
	height: 5px;
	width: 5px;
	background: #00519E;
	position: absolute;
	left: 0;
	top: 5px;
}


/* Links */
a,
a:hover,
a:active,
a:visited,
a:focus {
	color: #00519e;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Paragraphs */
p {
	margin-top: 0;
}


/* Columns */
.columns {
	position: relative;
	overflow: hidden;
}

.columns > div {
	float: left;
}


/* Headings */
h3 {
	font-size: 1.25rem;
	line-height: 1.1rem;
	font-weight: 600;
	margin: 1rem 0;
	display: block;
	color: #05509b;
	text-transform: uppercase;
}


/* Layout */
#wrapper {
	-webkit-box-shadow: 2px 2px 10px 2px #8F8F8F;
	box-shadow: 2px 2px 10px 2px #8F8F8F;
	max-width: 850px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}

@media (max-width: 850px) {
	#wrapper {
		margin: 0;
	}
}


/* Header */
#header {
	color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

@media (max-width: 600px) {
	#slogan {
		font-size: 1.5rem;
	}
}

@media (max-width: 400px) {
	#slogan {
		font-size: 1.25rem;
	}
}

#logo_top {
	float: right;
	margin: 0 0 0 20px;
}

@media (max-width: 768px) {
	#logo_top {
		float: none;
		margin: 0 0 10px;
	}
}

#title { /* h2 */
    font-size: 2.15rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #b1c333;
    padding-top: 0px;
    max-width: 75%;
}

#header_data{
	max-width: 90%;
}

.header_data_name {
	font-weight: bold;
}

#ref_column {
	width: 100px;
}

#cities_column {
	float: none;
	padding: 0 0 0 100px;
}


/* Content */
#content {
	
	padding: 25px 25px 10px;
}

#lists {
	display: flex;
	gap: 13px;
	flex-wrap: wrap;
}

#lists > div {
	flex: 1 1 250px;
}

#icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	font-size: 0.9rem;
	margin: 0 0 .5rem;
}

#icons > div {
	flex-basis: 155px;
	padding: 0 12px;
	margin: 0 0 1rem;
}

.icon {
	height: 42px;
	margin: 5px auto;
	width: fit-content;
	display: flex;
	align-items: center;
}

.icon img {
	display: block;
	max-width: 56px;
	max-height: 42px;
}

@media (max-width: 400px) {
	#icons > div {
		flex-basis: 140px;
	}
}

.color_box {
	font-weight: 600;
	color: #fff;
	display: block;
}

.color_box > div {
	display: inline-block;
}

#green_box {
	font-size: 1.1rem;
	line-height: 1.15rem;
	margin: 20px 0 5px;
}

#green_box > div {
	padding: 6px 25px;
	background-color: #9caf06;
}

#blue_box {
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0 0 0 20px;
	margin: 5px 0 12px;
}

#blue_box > div {
	padding: 5px 25px;
	background-color: #00519e;
}

#apply_text {
	margin: 0 0 15px 50px;
}

#apply_text > a {
	display: inline-block;
}

@media (max-width: 480px) {
	.color_box > div {
		display: block;
	}

	#blue_box {
		padding: 0;
	}

	#apply_text {
		margin-left: 0;
	}
}


/* Footer */
#footer {
	position: relative;
	overflow: hidden;
	/*padding: 20px 20px 0;*/
	background:url(footer_neu.png) center no-repeat;
	background-size: cover;
	height: 290px;
	justify-content: space-between;
	

}

#footer a {
	color: #fff;
}

#logo_bottom_link {
	display: block;
	/*width: 200px;
	margin: 0 15px 15px 0;
	float: left;*/

}

#logo_bottom {
	width: 100%;
}

#qr_code {
	display: inline-block;
	width: 70px;
	/*margin: -10px 0 15px 15px;
	float: right;*/
}

/* Social Media Icons */
.flex{display: flex;}
.left{width: 50%;}
.right{
	width: 34%;
	display: flex;
	margin: 20px 0 5px;
}
.icons a{margin: 3px;}
.icons img{max-width: 100% }
.clear{clear: both;}

@media (max-width: 700px) {
	.flex{display: block;}
	.left{width: 100%;}
	.right{
		width: 65%;
		margin-bottom: 40px;
	}
}
@media (max-width: 600px) {
	.right{
		width: 70%;
	}
}
@media (max-width: 450px) {
	.right{
		width: 100%;
	}
}

@media (max-width: 670px) {
	#qr_code {
		width: 54px;
	}
}
@media (max-width: 470px){
	#address_bottom {
		font-size: 11px;
	}
	#footer {
		height: 270px;
	}
}

#address_bottom {
	display: inline-block;
	margin: 0 0 0px;
	font-style: initial;
	color: white;
	min-height: 36%;
}

#address_bottom > span {
	display: inline-block;
}

#apply_mail {
	text-decoration: underline;
}

.benefits {
	margin-bottom: 15px;
}

@media(max-width:650px){
	#title {
		font-size: 1.85rem;
	}
}

@media(max-width:560px){
	#title {
		font-size: 1.65rem;
	}
}


@media(max-width:510px){
	#title {
		font-size: 1.15rem;
	}
}
.header_rechts {
	color: #9caf06;
    width: 50%;
    /* float: right; */
    position: absolute;
    right: -33%;
    top: 60%;
    opacity: 90%;
}

header>*:not(img) {
    margin: 0 27px;
}