body {
		color: #4b4f58;
		font-family: Arial;
		font-size: 11px;
    background: #f1f1f3;
}

a {
		color: #4b4f58;
		text-decoration: none;
}

h3 {
    font-weight: bold;
}

.clear {
	clear:both;
	height:0;
	line-height: 0;
	font-size: 0;
}

section.content {
  padding: 28px 0 22px 50px;
  background: #fff;
}

header.main {
	border-bottom: 1px solid #77b900;
  height: 58px;
  overflow: hidden;
  padding-left: 50px;
  background: #fff;
  font-size: 16px;
  padding-top: 42px;
}


header.main .green {
  color: #77b900;
  font-weight: bold;
}



.green {
  color: #77b900;
}

footer {
  padding: 25px 0 25px 50px;
  line-height: 15px;
}

h1 {
    font-size: 14px;
    margin-bottom: 20px;
}

h1,h2 {
  color: #77b900;
} 

section.project .title {
  cursor:pointer;
  width: 460px;
}

section.project .detail {  
  
  display: none;
  
}

section.project {
  margin: 10px 0;
}

section.project .detail {
  margin: 10px 0 0 10px;
}

section.project .detail .img {
  float:left;
  width: 450px;
  margin-right: 15px;
  position:relative;
  /*height: 280px;*/
}

* html .project .detail .img {
  display:none!important;
}

*+html .project .detail .img {
  display:none!important;
}


section.project .detail .img img {
/*  border: 5px solid #f1f1f1;*/
}

section.project .detail .txt {
  float:left;
  width: 600px;
  color: #77b900;
  line-height: 18px;
  width: 200px;
}

section.project .detail .txt a {  
  color: #77b900;
  padding-top: 10px;
  display: block;
}

a.typo3-cert {
  position: absolute;
  top: 25px;
  right: 100px;
}
  
  
 
@media screen and (max-width: 767px) {
	
	header.main {
		width: 100%;
		padding-left: 0;		
	}
	
	header.main a {
		padding-left: 10px;		
	}
	
	section.content {
		width: 100%;
		padding-left: 0;
	}
	
	section.content .project {
		width: 280px;
		overflow: hidden;
		padding-left:10px;
		padding-bottom: 10px;
	}
	
	section.project .detail .slides_container {
		border: none;
	}
	
	footer {
		padding-left: 10px;
	}		
		
}


.cc_more_info {
    color: #77b900!important
}


.cc_btn_accept_all {
    background-color: #77b900!important
}


.cc_container .cc_btn {
    color: #fff!important
}

ol li {
    margin-left: 30px;
}

ol {
    margin-top: 10px;
    list-style-type: decimal!important;
}

.ce {
    line-height: 15px;
}