/* 2.2 Navigation */
ul.nav li a {
  padding: .5em 1em;
  display: block;
  color: #244c8e;
}
ul.nav li ul li a {
  background: none!important;
  color: #244c8e!important;
}
/* 2.3 Header */
/*temporär für Spendenbanner*/
/*
#header {
  background-position: right;
}
*/
/* 2.4 Content */
#content {
  padding: 0 0 0px;
  position: relative;
}
/* 2.6 Footer */
#footer {
  margin-top: 0px;
  padding: 20px 10px;
}
/* 3.2 Images */
.alignleft {
  float: left;
  margin: 5px 0px 0px 0;
}

/* WYSIWYG Widget*/
div.widget_wysiwyg_widgets_widget p {
  margin-bottom: 0px;
}
div.widget_wysiwyg_widgets_widget h3 {
  padding-top: 10px;
  text-align: center;
  background: #244c8e;
  color: #ffffff;
}
div.widget_wysiwyg_widgets_widget
a:link,
a:visited {
  color: #7C905C;
  font-weight: bold;
}
div.widget_wysiwyg_widgets_widget table {
  border-spacing: 0;
  width: 100%;
  border: none;
  background: transparent;
  margin-bottom: 0.5em;
}
div.widget_wysiwyg_widgets_widget td {
  padding: 5px 5px 5px 5px;
  margin-bottom: 0px;
}
div.widget_wysiwyg_widgets_widget table tbody tr:nth-child(2n) td {
  border-right: none;
  background: none;
}
div.widget_wysiwyg_widgets_widget table tbody td {
  border-right: none;
  border-bottom: none;
}

/*-------------------------------------------------------------------------------------------*/
/* Shortcodes.css (functions/css/ */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 1. Info Boxes */
/*-------------------------------------------------------------------------------------------*/
/*Variante grüner Rahmen, weißer Hintergrund*/
.woo-sc-box.tick {
 border: 3px solid #d4ebaf;
 background:#fff
 url(../canvas/functions/images/ico-tick.png)
 no-repeat 20px 45%;
 } 
/*Variante grüner Hintergrund*/
/*
.woo-sc-box.tick {
 border-color:#d4ebaf;
 background:#D1E5B1
 url(../canvas/functions/images/ico-tick.png)
 no-repeat 20px 45%;
 } 
 */
/*different backgrounds for testing
green as in logo:#bad98b
lighter:#D1E5B1
even lighter:#E8F2D8
*/
/*-------------------------------------------------------------------------------------------*/
/* 3. Columns */
/*-------------------------------------------------------------------------------------------*/
.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;margin-bottom:0%;position:relative;}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}
@media only screen and (max-width: 768px) {
	/* Desktop styles go below this line */
#header {
  background: none;
}

	
}