#footer {
	background-color:var(--color-brand2);
	padding: inherit;
}

#footer .inside {
  width: inherit;
  max-width: inherit;
}

.gutes-footer {
    font-size:16px;
    line-height:24px;
    color:#fff;
}
.gutes-footer-main {
	padding:25px 15px;
	background-color:#103a5d;
}
.gutes-footer-main .inside {
    max-width:1320px!important;
    display:flex;
    flex-wrap:wrap;
    margin-left:auto;
    margin-right:auto;
}
.gutes-footer-main .inside a {
	color:#fff!important;
	text-decoration:none;
	font-size:16px;
}
.gutes-footer-main .footer-1 {
	width:25%;
	padding:25px 0px;
}
.gutes-footer-main .footer-1 .footer-logo {
	max-width:220px;
}
.gutes-footer-main .footer-2 {
	width:25%;
	padding:25px 0px;
}
.gutes-footer-main .footer-3 {
	width:25%;
	padding:25px 0px;
}
.gutes-footer-main .footer-4 {
	width:25%;
	padding:25px 0px;	
}

.gutes-footer-main .footer-4 img {
  max-width: 240px;
}

.gutes-footer-main .footer-col-headline {
	font-size:20px;
	margin-bottom:15px;
	font-family:'Univia Pro Medium'!important;
}
.gutes-footer-main .footer-3 ul li a {
	font-size:16px;
}
.gutes-footer-copyright {
	text-align:center;
	padding:15px 15px;
	background-color:#ffbd2e;
	color:#103a5d!important;
}
.gutes-footer-copyright a {
	color:#103a5d!important;
	text-decoration:none;
	font-size:16px;
}
.gutes-footer-main .inside a:hover,
.gutes-footer-copyright a:hover {
    text-decoration:underline;
}
.socials-wrapper-footer {
	line-height: 24px;	
}
.socials-wrapper-footer a i::before {
	font-size:32px;
	margin: 0px 5px 0px 0px;
}
.footer-abo-headline {
	margin-top:15px;
	margin-bottom:15px;
	font-size:20px;
	font-family:'Univia Pro Medium'!important;
}

#btn-push-subscribe {
  background-color: var(--color-brand);
  border: none;
  border-radius: 5px;
  color: white;
  cursor:pointer;
  padding: 5px 20px;
  font-size: 12px;
}
/* TABLET */

@media only screen and (max-width: 1024px) {
	.gutes-footer-main .footer-1 {
		width:50%;
		padding:15px 0px;
	}
	.gutes-footer-main .footer-2 {
		width:50%;
		padding:15px 0px;
	}
	.gutes-footer-main .footer-3 {
		width:50%;
		padding:15px 0px;
	}
	.gutes-footer-main .footer-4 {
		width:50%;
		padding:15px 0px;
	}
	.gutes-footer-main .footer-1 .footer-logo {
		display:none;
	}
}

/* MOBILE */

@media only screen and (max-width: 600px) {
	.gutes-footer-main .footer-1 {
		width:100%;
		text-align:center;
		padding:5px;
	}
	.gutes-footer-main .footer-2 {
		width:100%;
		text-align: center;
		padding:5px;
	}
	.gutes-footer-main .footer-3 {
		width:100%;
		text-align: center;
		padding:5px;
	}
	.gutes-footer-main .footer-4 {
		width:100%;
		text-align: center;
		padding:5px;
	}
}

.gutes-footer-main .footer-abo-headline {
	padding-top:5px;
}

.footer-col-headline,
.footer-abo-headline {
	color:#ffbd2e;
}

.swal2-html-container label {
  margin-left: 8px;
}