/*--------------------------------------------------
--        T3ML default css header start 	      --
--------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)*/
/* line 20, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 31, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
body {
  line-height: 1;
}

/* line 37, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
ol, ul {
  list-style: none;
}

/* line 41, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
blockquote, q {
  quotes: none;
}
/* line 43, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 48, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*clearfix mixin*/
/* line 57, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
/* line 61, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
.clearfix:after {
  clear: both;
}
/* line 64, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/t3ml-basic.scss */
.clearfix {
  *zoom: 1;
}

/*--------------------------------------------------
--        General Settings              --
--------------------------------------------------*/

em {
  font-style: italic;
  text-decoration: underline;
}
h2 {
  font-size: 16px;
  margin-bottom: 5px;
  color:orange;
}
p {
  margin-bottom: 15px;
  line-height: 20px;
  text-align: justify;

}
img {
  margin-bottom: 10px;
}
li > p {
  color: white;
  padding: 5px;
  text-align: justify;
}

li > span {
  font-size: 16px;
  color:orange;
}
ul > li > span {
  font-size: 13px;
}
li {
  list-style: none;
}
ol, ul{
  margin-bottom: 5px;

}

.orange > li{
  list-style: disc;
}
/* line 15, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
body {
  background: url(images/bg.jpg) top center;
  font-family: "Verdana";
  color: #fff;
  font-size: 13px;
}
body > div {
    background: url(images/head_bg.png) no-repeat top center;
}
#content > img {
  margin-left:15px;
}
/* line 23, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
a {
  color: #fe9e00;
  text-decoration: none;
}
/* line 29, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/mixins.scss */
a:hover, a:active, a:focus {
  color: #ffc565;
}

/* line 29, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
/* line 35, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #header {
  width: 960px;
  height: 362px;
  background: url(images/header.png) no-repeat;
}
/* line 42, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #navigation {
  position: relative;
  width: 960px;
  height: 41px;
  z-index: 10;
  background: url(images/nav-bg.jpg) no-repeat;
  -webkit-box-shadow: black 0px 2px 5px;
  -moz-box-shadow: black 0px 2px 5px;
  box-shadow: black 0px 2px 5px;
}
/* line 52, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 30px;
  font-weight: bold;
  overflow: hidden;
}
/* line 59, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #navigation ul > li {
  display: block;
  margin: 10px 15px 10px 15px;
  font-size: 14px;
  float: left;
}
/* line 69, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #navigation ul > li a.act {
  color: #fff !important;
}
/* line 74, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #navigation ul > li:last-child {
  margin-right: 20px;
  float: right;
}
/* line 85, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content {
  width: 960px;
  -webkit-box-shadow: black 0px 0px 5px;
  -moz-box-shadow: black 0px 0px 5px;
  box-shadow: black 0px 0px 5px;
  z-index: 5;
  position: relative;
  line-height: 22px;
  background: #42361c;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 40px;
}
/* line 99, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content .impressum {
  font-size: 12px;
}
/* line 102, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content .impressum h1, #main #content .impressum strong {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}
/* line 109, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content img, #main #content iframe {
  border: 1px solid #fe9e00;
}
/* line 113, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content .leftalign {
  display: inline-block;
  width: 100px;
}
/* line 118, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content .left {
  width: 400px;
  float: left;
}
/* line 124, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content .right {
  width: 460px;
  float: left;
  margin-left: 20px;
}
/* line 131, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content ul {
  list-style-type: disc;
  color: #fe9e00;
  line-height: 25px;
  margin-left: 15px;
}
/* line 139, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #content ul > li span {
  color: #fff;
}
/* line 147, F:/Endora Media Solution/Projekte/Extern/Landschaftspflege Poebel/Web/sass/layout.scss */
#main #footer {
  width: 960px;
  min-height: 40px;
  -webkit-box-shadow: black 0px 0px 5px;
  -moz-box-shadow: black 0px 0px 5px;
  box-shadow: black 0px 0px 5px;
  position: relative;
  background: url(images/nav-bg.jpg) no-repeat;
  margin-bottom: 10px;
}

#footer {
  box-sizing: border-box;
  padding: 15px 15px 0 15px;
  text-align: right;
}
