@charset "utf-8";
/* CSS Document */
ul li{list-style-type: none;}
#projekteContainer{background: black; width: 100%;padding-top: 20px}
#projekte{width: 1000px; height: 674px; margin: 0 auto 20px auto;}
#thumbs{width: 1005px; height: 180px; margin: 10px auto; font: bold 20px "Times New Roman", Times, serif;}
#thumbs img{width: auto; height: 130px; border: 2px solid #fee457; cursor: pointer; transition: 0.6s}
#thumbs img:hover{opacity: 0.8}

@media(max-width: 1000px){
	#projekteContainer{display: none}
}