/* CSS Document */

/* Zeile 4235... beim img ... display:block ... herausgenommen ... Info für mich ... falls mal nach einem Update nix geht ... folgendes in der template.css angepasst*/ 

/* Problem am 23.05.2018 ... Update auf 3.8.8 und dann keine Bilder mehr im Inhalt ... diese Zeile auskomentiert und alles passt ...  */
/* Keine Ahnung mehr, warum ich das eingebaut habe ... bzw. vielleicht war´s eh schon vom Template vorgegeben ... ist eh egal ... es funktioniert ...  */
/* img { */
/*  display: contents; */
/* }  */

html.com_contact.view-contact.itemid-168.j37.mm-hover.no-touch.wf--n4-inactive.wf-opensans-n4-active.wf-opensans-n6-active.wf-opensans-n3-active.wf-active body div.t3-wrapper section#mainWrap.clearfix.main-right.nosidebar div.container div.zen-spotlight.zen-mainbody div.row div.col-xs-12.col-sm-12.col-md-12 div.contact h3 {
display:none;
}

.readmore a {
    float: right;
}

.zenright ul {
    float: left;
}

ol.breadcrumb,
.breadcrumb {
	padding: 0px;
}

#breadcrumb {
	margin-bottom: 10px;
}

body {
	background: #eeeeee url(../images/hintergrund.gif) no-repeat right bottom fixed;
}
@media screen and (max-width: 786px) {
body {
	background: #eeeeee;
}
}

.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li {
    text-transform: none;
    border-bottom-style: dotted;
    border-bottom-color: #a7c05b;
    border-bottom-width: thin;
	}
.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li a {	
    font-weight: normal;	
}
	
/* mit Farbe grün background
body {
	background: #959302 url(../images/hintergrund.gif) no-repeat right bottom fixed;
}
*/
/*  Farbe Kontaktformular Felder */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  background-color: #e1e1e1;
}
.contact input, .contacttextarea {
  width: inherit;
}
/* eigene CSS Styles */

.sigischrift1 {
  font-weight      : bold;
  font-size        : 18px;
  letter-spacing   : 2px;  
  color            : #535353;
}

.sigischrift2 {
  font-weight      : bold;
  font-size        : 16px;
  letter-spacing   : 2px;  
  color            : #4C6790;
}

.sigischrift3 {
  font-weight      : normal;
  font-size        : 16px;
  color            : #4C6790;
  letter-spacing   : 2px;    
  text-decoration  : underline;
}

.sigischrift4 {
  font-weight      : bold;
  font-size        : 18px;
  letter-spacing   : 2px;  
  color            : #a7c05b;
}

.sigibilder {
  margin-right     : 10px;
  padding-right    : 10px;
  float            : left;
}

.sectiontableheader {
  color            : #FFFFFF;
  background       : #B80D00;
  font-size        : 10px;
  font-weight      : bold;
  text-transform   : uppercase;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 2px;
  background       : #F0F0F0;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 2px;
  background       : #E0E0E0;
}

.bildohneabstand {
  margin           : 1px 1px 1px 1px;
  padding          : 1px 1px 1px 1px;
  float            : left;
}