@import 'custom.css'; /*NOTE: File is cached; use Cache Busting to prevent caching*/

:root {
	--allglass-blue: #41c0f0; 
}

/* download-link */

.geveko-download-link {
  	text-decoration: none !important;
  	font-size: 16px;
  	font-weight: 500;
	color: var(--allglass-blue) !important;
 	padding-left: 21px;
    line-height: 1.35em;
    display: inline-block;
  	/*white-space: nowrap;*/
}

.geveko-download-link:before {
	display: inline-block;
  	width: 24px;
  	height: 24px;
  	margin: 0 4px -8px -28px;
  	background-image: url('/Files/Icons/download-icon-allglass.svg');
  	content: '';  
}

.mb-0-last-child>:last-child .allglass-logo {
	margin-top: -15px !important;
	margin-bottom: -15px !important;
}

.allglass-logo img {
	width:80%; max-width:300px;
}

#dwCookieBanner button:nth-child(2) {
    background-color: var(--allglass-blue);
}

@media (max-width: 991px) {
  .mb-0-last-child>:last-child .allglass-logo {
      margin-top: -5px !important;
      margin-bottom: -5px !important;
  }
  
  .allglass-logo img {
      width:80%; max-width:260px;
  }

}

.geveko-orange-title-orange-bt-white-fg {
  color: var(--allglass-blue); 
}

main div ul:not(.slider-container) li::before {
  color: var(--allglass-blue); 
}

.theme.geveko-orange,
.theme.dark {
  background-color: var(--allglass-blue);
}

.theme a {
    color: var(--allglass-blue);
}