.font_color{
color: #f3d636;
}

.font_color .text_list li{
border-bottom: 1px solid #f3d636;
}

.font_color .text_list li:last-child{
border-bottom:none;    
}

.bg_color{
background-color: #f3d636;
}

.bg_color_gradient{
background: #f9ea97; 
background: radial-gradient(ellipse at center, #f9ea97 0%, #f3d636 75%); 
}

.bg_color_gradient .button.button_black:hover{
color: #f3d636;
}

.social_nav.social_nav_color a:first-child{
background-image: url(../images/allgemein/copilot_icon_facebook_yellow.svg);
}

.social_nav.social_nav_color a:nth-child(2){
background-image: url(../images/allgemein/copilot_icon_instagram_yellow.svg);
}

.social_nav.social_nav_color a:nth-child(3){
background-image: url(../images/allgemein/copilot_icon_xing_yellow.svg);
}

.social_nav.social_nav_color a:last-child{
background-image: url(../images/allgemein/copilot_icon_whatsapp_yellow.svg);
}

.nav.nav_color li a:after{
background-color: #f3d636;    
}

.logo.logo_color{
background-image: url(../images/allgemein/copilot_logo_yellow.svg);
}