﻿/*
Bike Center Birkhold J6
creation Date: 2026-06-25
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

/* white */
.white_bg,
.white_bg_onHover:hover,
body, html{
  background-color: #ffffff;
}
.white,
.white_highlight b,
.white_highlight strong,
.white_highlight h1,
.white_highlight h2,
.white_highlight h3,
.white_highlight h4,
.white_highlight h5,
.white_links a,
.white_hover:hover{
  color: #ffffff;
}
.white_important *{
	color: #ffffff !important;
}
.white_border,
.white_hover:hover{
	border-color: #ffffff;
}
.white_trans{
  background: rgba(255, 255, 255, 0.9);
}
.white_trans:hover{
  background: rgba(255, 255, 255, 0.97);
}

/* transparent */
.transparent{
  background-color: transparent;
}


/* yel */
.yel_bg{
  background-color: #ffed00;
}
.yel,
.yel_highlight b,
.yel_highlight strong,
.yel_highlight h1,
.yel_highlight h2,
.yel_highlight h3,
.yel_highlight h4,
.yel_highlight h5,
.yel_links a,
.yel_hover:hover{
  color: #ffed00;
}
.yel_border,
.yel_hover:hover,
.contentbutton.bordered.yel_border{
  border-color: #ffed00;
}



/* dblue */
.lblue_bg{
  background-color: #009fe3;
}
.lblue,
.lblue_highlight b,
.lblue_highlight strong,
.lblue_highlight h1,
.lblue_highlight h2,
.lblue_highlight h3,
.lblue_highlight h4,
.lblue_highlight h5,
.lblue_links a,
.lblue_hover:hover{
  color: #009fe3;
}
.lblue_border,
.lblue_hover:hover,
.contentbutton.borded.lblue_border{
  border-color: #009fe3;
}



/* blue */
.blue_bg,
#menu-activator > div{
  background-color: #0d4094;
}
.blue,
.blue_highlight b,
.blue_highlight strong,
.blue_highlight h1,
.blue_highlight h2,
.blue_highlight h3,
.blue_highlight h4,
.blue_highlight h5,
.blue_links a,
.blue_hover:hover{
  color: #0d4094;
}
.blue_border,
.blue_hover:hover,
.contentbutton.borded.blue_border{
  border-color: #0d4094;
}


.transbg_1{
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 100%);
}


/* gray */
.g_bg{
  background-color: #c7cdcf;
}
.g{
  color: #c7cdcf;
}
.g_border{
  border-color: #c7cdcf;
}


/* light gray */
.lg_bg{
  background-color: #f7f7f7;
}
.lg,
.lg_links a,
.lg_highlight b,
.lg_highlight strong,
.lg_highlight h1,
.lg_highlight h2,
.lg_highlight h3,
.lg_highlight h4,
.lg_highlight h5{
  color: #f7f7f7;
}
.lg_border{
  border-color: #f7f7f7;
}


/* dark gray */
.dg_bg{
  background-color: #4c4c4c;
}
.dg,
.dg_links a,
.dg_highlight b,
.dg_highlight strong,
.dg_highlight h1,
.dg_highlight h2,
.dg_highlight h3,
.dg_highlight h4,
.dg_highlight h5,
.dg_hover:hover,
body, html{
  color: #4c4c4c;
}
.dg_border{
  border-color: #4c4c4c;
}


.dg2_bg{
  background-color: #777777;
}
.dg2,
.dg2_links a,
.dg2_highlight b,
.dg2_highlight strong,
.dg2_highlight h1,
.dg2_highlight h2,
.dg2_highlight h3,
.dg2_highlight h4,
.dg2_highlight h5,
.dg2_hover:hover{
  color: #777777;
}
.dg2_border{
  border-color: #777777;
}


/* black */
.black_bg{
  background-color: #000000;
}
.black,
.black_links a,
.black_highlight b,
.black_highlight strong,
.black_highlight h1,
.black_highlight h2,
.black_highlight h3,
.black_highlight h4,
.black_highlight h5,
.black_hover:hover,
body, html{
  color: #000000;
}
.black_border{
  border-color: #000000;
}
.black_trans{
  background-color: rgba(0,0,0,0.5);
}
.overlay_mask.light{
  background-color: rgba(0,0,0,0.2);
}
.overlay_mask{
  background-color: rgba(0,0,0,0.4);
}
.overlay_mask.middark{
  background-color: rgba(0,0,0,0.6);
}
.overlay_mask.dark{
  background-color: rgba(0,0,0,0.8);
}

.overlay_mask.light.darkenOnHover{
  background-color: rgba(0,0,0,0.4);
}

.trans_g_bg{
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(246, 245, 250, 1) 43%);
}

@media (max-width: 1270px){
}