/* 20180406 KF angepasstes CCS fuer GAW */

/* 20180406 KF Default Header für Menüpunkte ohne HeaderDef */
.t3-masthead .ja-masthead {
  overflow: hidden;
  background-image: url("/images/headers/industrial_plants_default.jpg");
}

/* 20180406 KF Winkel der Überblendung and das "W" von GAW anpassen (zuvor 25deg) */
.t3-masthead .ja-masthead::before {
  transform: rotatez(33deg);
  -webkit-transform: rotatez(33deg);
  -ms-transform: rotatez(33deg);
  opacity: 0.8;
  filter: alpha(opacity=80);

  /* etwas weiter nach oben und links, sonst entsteht links ein Loch */
  left: -10%;
  top: -150%;
  width: 50%;  
}


/* 20180502 KF Höhe der eingeblendeten Grafik */
/* https://member.joomlart.com/forums/d/842-ja-masthead-problems */
.t3-masthead .ja-masthead .ja-masthead-detail {
  /* 300=Image, 15=Schrift von links, wenn weggelassen kommt sie zu weit rechts */
  padding: 300px 15px !important;
}


/* 20180406 KF Flaticon über den Köpfen der Salesmitarbeiter ausblenden (für xLayout Departments) */

.fa{font:normal normal normal 14px/1 FontAwesome !important}

.flaticon-bald-pharmacist:before {
    content: url(/none);
}

.flaticon::before, .blog-department .flaticon::after {
    font-size: 5px;
}

/* 20181014 KF Unten im Footer rechts das GAWGroup-Logo mit Text soll nicht umbrechen */


@media screen and (min-width: 1450px) {
  .customgawgroup_link_footer {
    width: 400px;
}
}

a:hover,
a:focus {
 /*keine unterstriche bei a hover*/
 text-decoration: none;
}

/*mous pointer on hover tr*/

[data-href]:hover {
    cursor: pointer;
	background: #D0D0D0;
}

/*break on emails Team */
@media screen and (min-width: 768px){
 .rwd-break {
    display: none;
}
}

/* Distances mobile 4 Steps svg */

@media screen and (max-width: 768px){
 .4steps {
    margin-bottom: -20%;
	margin-top: -20%;
}
}

td,
tr td {
  border-top: none;
}