/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/* WEBSITE COLORS
hellgrün (Boxen)	#e4fad3;
hellgrau (Boxen)	#f0f0f0;
dunkelgrün(Text)	#41770b;rgb(65,119,11)
hellgrau (Umrandung)#e5e5e5;
gelb            	#ffec24;
hellgelb (Boxen)	#FFF69C; rgb(255,246,156)
*/


/* Sekundärer Header */
/* siehe CSS in divi*/

#footer-bottom {
	footer-info: 0 !important;
}


#main-content a {
	/*color: #41770b !important; */
	color: #2A5400 !important; 
	/*text-decoration: underline !important;*/
	/*border-bottom: 1px solid !important;*/
}

/************************/
/*  Top-Bar Höhe vergrössert */
/************************/

iv#tpbr_box {
  padding: 15px 0 !important;
}

/************************/
/*  Tabelle Behandlungsangebot ************* kopiert nach DIVI/
/************************/

.entry-content .ungerade .lgc-column, .entry-content .ungerade .lgc-column
 {
	background-color: rgba(228,250,211,0.6);
	padding: 20px 5px;
	vertical-align: text-top;
/* 	min-height: 100px;*/
	min-width: 260px;
/*	width: 23% !important;*/
  }
 

.entry-content .ungerade .lgc-column, .entry-content .gerade .lgc-column
 {margin: 0 5px 5px 0; border: 1px solid #dddddd; }  


.entry-content .gerade .lgc-column, .entry-content .gerade .lgc-column {
	padding: 20px 5px;
	vertical-align: text-top;
 /* min-height: 100px;*/
	min-width: 260px;
/*	width: 23% !important;*/
}

.lgc-grid-25 {
    width: 23% !important;
}

.tab1 {
/*background-color: #fffcd6;*/
background-color: rgba(228,250,211,0.6);
min-height: 120px !important;
}

.tab2 td, .tab1 td {
vertical-align: top !important;
}

.tab2 {
/*background-color: #f3fce8;*/
height: 120px !important;
}

.entry-content a{
	font-weight: bold;
}

/*****************************/
/*     KONTAKTFORMULAR       */
/*****************************/

#kontaktformular {
  background-color: rgba(255,246,156,0.2);
  padding:30px;
}

#kontaktformular input, textarea {
  width:100%;
  padding: 6px;
}

#kontaktformular input:hover, input:focus, textarea:hover, textarea:focus{
  border:1px solid #41770b;
}


#kontaktformular input[type="submit"] {
  background:rgba(65,119,11,1);
  padding:8px;
  font-size:16px;
  color: #fff;
  border: none;
  width: 302px;
  margin-top:20px;
}

#kontaktformular input[type="submit"]:hover {
  background:rgba(65,119,11,0.6);
  border: none;
}

#kontaktformular .winzig {
font-size: 12px;}


/*************************/
/*          TOP BAR      */
/*************************/

div#tpbr_box {
	line-height: 1em !important;
	padding: 10px 0 !important;
}

