﻿/**
* @author    Gerd Förster EDV-Beratung@foerster-andernach.de (ebfa)
* @custom-ebfa.css File für benutzerspezifische Ergänzungen/Änderungen der site goergen-haustechnik.de mit dem Template "jsn_epic_pro"
* @Dieses File ist im Template "jsn_epic_pro" / Reiter "SEO & System" im Feld "Custom CSS/JS File(s)" anzugeben.
* @Das File selbst liegt im Ordner "..\templates\jsn_epic_pro\css\" .
*/


/*ebfa Ausblenden headings "Contact" and "Contact Form" im "Standard Contact Layout"*/
div.contact h3 {
	display: none;
}

/*search styling*/
.only {
	display: none;
}


/*ebfa überschriften anpassen*/
h1 {
  color: #2b2c7c; /*gleiches blau wie logo*/
}
h2 {
  color: #2b2c7c;
}
h3 {
  color: #2b2c7c;
}

/*ebfa Links anpassen*/
a {
  color: #2b2c7c;
}

/*ebfa jsn-master*/
#jsn-master { 
  background-image: linear-gradient(#2b2c7c 0%, #c1121c 70%, #2b2c7c 100%);
}

/*ebfa headerright ausblenden*/
#jsn-headerright {
  display: none; 
}

/*ebfa header*/
#jsn-header {
  background: #2b2c7c;
}

/*ebfa seitenmenue-links*/
#seitenmenue-links {
  /*background: #2b2c7c;*/
  list-style: none;
  margin-left: -15px;
  font-size:1.1em;
}
#seitenmenue-links a {
  /*color: #fff; /*Menü-Schrift Farbe*/
}

/*ebfa kontaktbox-links*/
div.kontaktbox-links {
  font-size: 1.0em;
}

/*ebfa */
#jsn-pos-innerright_inner {
  /*background: #2b2c7c;*/
}

/*ebfa action-stack rechts*/
#jsn-pos-innerright_inner{
  padding-left: 0px;
  padding-right: 0px;
}
/*
.action-stack div {
  border-radius: 5px;
  box-shadow: 0 0 4px #666;
}
*/
.action-stack img {
  padding-top:0px;
  padding-bottom:0px;
}

/*ebfa Footer*/
/*ebfa Footermenü*/
.close-menu {display: none;} /*Schließbutton "x" ausblenden*/

#jsn-footer {                
  font-size: 1.1em;    /*Menü-Schrift Größe*/
}

/*ebfa 2 Boxen nebeneinander*/
.box2-1, .box2-2 {
  float: left;
  width: 25%;
  margin-right: 4%;
  padding: 1%;
  /*background: #eee;*/
  box-sizing: border-box;
}
.box2-2 {
  margin-right: 0;
}

/*ebfa 3 boxes nebeneinander*/
.box3-1, .box3-2, .box3-3 {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 20px;
  /*background: #eee;*/
  box-sizing: border-box;
}
.box3-3 {
  margin-right: 0;
}

/*2,3,4,5 bilder präsentieren in einem Container*/
/*img-series-all*/
.ebf-img-s-flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ebf-img-s-flex img:last-of-type {
  margin-right: 0.0%;
}
/*img-series-2*/
.ebf-img-s2 img {
  width: 40.0%;
  margin-right:20.0%;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*img-series-3*/
.ebf-img-s3 img {
  width: 33.0%;
  margin-right:0.5%;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*img-series-4*/
.ebf-img-s4 img {
  width: 24.62%;
  margin-right:0.5%;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*img-series-5*/
.ebf-img-s5 img {
  width: 19.60%;
  margin-right:0.5%;
  margin-top: 5px;
  margin-bottom: 5px;
}

