/* COEO GROUP FOOTER */

.coeo-footer-wrapper{
	width:1000px;
	display:flex;
	gap:1rem;
	justify-content:space-between !important;
	padding-bottom:0px;
}

@media (max-width: 1300px) {
.coeo-footer-wrapper{
	width:910px;
}
}

.coeo-footer-wrapper p{
	margin:0px;
}

#coeo-group-footer{
	background: linear-gradient(to top right, #298FC2, #48A9C5);
	color:#fff;
}
.coeo-group-footer-copyright{
	background-color:#333333;
	color:#fff;
}
#coeo-group-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	height:auto;
  z-index: 1000;
 transform: translateY(0%);
}
.footer-line-left .vc_column-inner{
	border-left:1px solid #fff;
	padding-left: 0.7rem !important;
}
#coeo-group-footer a{
	color: #fff !important;
}
#coeo-group-footer a:hover{
	color: #fff !important;
	text-decoration:underline !important;
}
/* Basis-Link */
#coeo-group-footer a.icon-lock {
  position: relative; /* nötig für ::after */
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;   
}
/* Icon per ::after */
#coeo-group-footer a.icon-lock::after {
  content: ''; 
  position: absolute;
  right: 0;       
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/06/lock-simple-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.2s ease, transform 0.2s ease;
}
#coeo-group-footer a.icon-lock:hover::after {
  background-image: url('/wp-content/uploads/2025/10/lock-simple-fill.svg');
  transform: translateY(-50%) scale(1.0); 
}

.coeo-group-footer-spacer{
	display:block;
	height:7px;
}

.coeo-group-footer-socials {
  display: inline-block;  
  margin-left: 2px;      
  vertical-align: middle;
}
.coeo-group-footer-socials a {
  display: inline-block;    
}
.coeo-group-footer-socials a img {
  width: 23px;
  height: auto;
  display: inline-block;
}
.coeo-group-footer-wrapper div .g-cols{
	gap:10px;
	justify-content:space-between;
}
.coeo-group-footer-wrapper div .g-cols .vc_column_container{
	flex: 0 0 auto !important;
	width:auto !important;
}

@media only screen and (max-width:1000px) {
	
/* ### FOOTER ### */
	
	.footer-adress{
		display:none;
	}
.coeo-footer-wrapper{
	justify-content:center !important;
	width:88vw ;
	margin-left:0px;
	}	
	#coeo-group-footer{
	position:relative;
}
	.coeo-group-footer-copyright div .vc_row {
		flex-direction:column;
		padding-top:15px;
	}
.coeo-group-footer-copyright div .vc_row  .vc_column_container {
		width:100%;
	margin: 0 0 0.5rem !important;
	}
.coeo-group-footer-copyright div .vc_row  .vc_column_container:last-child {
		margin: 0 0 1rem !important;
	}	
	.footer-menue-align div p{
		text-align:left !important;
	}
	
}