﻿/*
ramatech Template
creation Date: 2020-04-09
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

/* white */
.white_bg,
body, html,
#menu-activator > div,
.pag-a.current,
.contentbutton.turkH_bg:hover,
.acc_head{
  background-color: #ffffff;
}
.white,
.pluslink,
.catslide_tit,
.contentbutton.turkH:hover{
  color: #ffffff;
}
.news_box:nth-child(3n) *,
.white_spec h1, .white_spec h2, .white_spec h3, .white_spec b, .white_spec strong{
  color: #ffffff !important;
}
.white_border{
	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;
}

/* TURK */
.turk_bg,
#topmenu-wrapper:hover,
#topmenu-wrapper.res_act #top-menu,
#topmenu-wrapper.res_act,
#topmenu-wrapper ul.nav-child li,
.pluslink:hover,
.actionbox.active:hover .overlay_mask,
.acc_cont.active,
.acc_head.active .pluslink{
  background-color: #009AA3;
}
.turk,
.turk_links a,
.turk_spec h1, .turk_spec h2, .turk_spec h3, .turk_spec b, .turk_spec strong{
  color: #009AA3;
}
.turk_border{
  border-color: #009AA3;
}
.turk_transp,
#topmenu-wrapper{
	background-color: rgba(0,154,163,0.95);
}
.pluslink{
  background-color: rgba(0,154,163,0.9);
}
.showFlexBGOnHover .halfFlex:hover .overlay_mask{
  background-color: rgba(0,154,163,0.4);
}

ul.pluslist.turk li:hover{
  color: #8ed3ce; 
}
ul.pluslist.turk_border li{
  border-top: 1px solid #3aa8a7;
}
ul.pluslist li:last-of-type{
	border-bottom: 1px solid #3aa8a7;
}

.turkH{
  color: #8ed3ce;
}
.contentbutton.turkH:hover{
  
}
.turkH_bg{
  background-color: #8ed3ce;
}

/* gray */
.g_bg,
.acc_head .pluslink,
.acc_cont.active .acc_cont,
.finder input{
  background-color: #eaeaea;
}
.g{
  color: #eaeaea;
}
.g_border{
  border-color: #eaeaea;
}

.g2_bg{
  background-color: #949ba6;
}
.g2,
body, html{
  color: #949ba6;
}
.g2_border{
  border-color: #949ba6;
}


/* black */
.black_bg{
  background-color: #000000;
}
.black{
  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._turk,
.actionbox.active .overlay_mask,
.showFlexBGOnHover .actionbox.active:hover .overlay_mask{
  background-color: rgba(0,153,153,0.9);
}


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