.start-content {
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1116px;
    position: relative;
}

.custom_start-menue {
    margin-bottom: 24px;
}


.moduletable_bottom-map {
    margin-bottom: 30px;
    margin-top: 10px;
}

#start-nav-content a {
	float: left;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin:12px;
	padding: 5px;
	position: relative;
	color: white;
}

#start-nav-content a:hover {
	color: black;
	background-color: white; /*yellow*/
	background-repeat: no-repeat;
	text-decoration: none;
    transition: all 0.25s ease-out 0s;
	cursor: pointer;
	border: 1px solid black;
}

.nav-tile-text {
	position:absolute;
	bottom:0;
	margin-bottom:5px;
	font-size: 14px;
	line-height: 18px;
}

a.start-tile-01 {
	background-color: #000000; /*#2f55a7*/
	background-image: url("../images/icon-start/icon-schreibwaren-white.png");
	background-position: center 25px;
	border: 1px solid black;
}

a.start-tile-01:hover {
	background-image: url("../images/icon-start/icon-schreibwaren-black.png");
}

.start-tile-02 {
	background-color: #2f7b3a;
	background-image: url("../images/icon-start/icon-kopier-white.png");
	background-position: center 26px;
}

a.start-tile-02:hover {
	background-image: url("../images/icon-start/icon-kopier-black.png");
}

.start-tile-03 {
	background-color: #000000; /*#772f2f*/
	background-image: url("../images/icon-start/icon-lederwaren-white.png");
	background-position: center 22px;
	border: 1px solid black;
}

a.start-tile-03:hover {
	background-image: url("../images/icon-start/icon-lederwaren-black.png");
}

.start-tile-04 {
	background-color: #000000; /*#2f7b3a*/
	background-image: url("../images/icon-start/icon-deko-white.png");
	background-position: center 25px;
	border: 1px solid black;
}

a.start-tile-04:hover {
	background-image: url("../images/icon-start/icon-deko-black.png");
}

.start-tile-05 {
	background-color: #000000; /*#2f85a0;*/
	background-image: url("../images/icon-start/icon-kontakt-white.png");
	background-position: center 25px;
	border: 1px solid black;
}

a.start-tile-05:hover {
	background-image: url("../images/icon-start/icon-kontakt-black.png");
}

.start-tile-06 {
	background-color: #000000; /*#584882*/
	background-image: url("../images/icon-start/icon-service-white.png");
	background-position: center 25px;
	border: 1px solid black;
}

a.start-tile-06:hover {
	background-image: url("../images/icon-start/icon-service-black.png");
}

.start-tile-07 {
	background-color: #2f7a82;
	background-image: url("../images/icon-start/icon-cart-white.png");
	background-position: center 25px;
}

a.start-tile-07:hover {
	background-image: url("../images/icon-start/icon-cart-black.png");
}

.start-tile-08 {
	background-color: #000000; /*#e38e14*/
	background-image: url("../images/icon-start/icon-papeterie-white.png");
	background-position: center 25px;
	border: 1px solid black;
}

a.start-tile-08:hover {
	background-image: url("../images/icon-start/icon-papeterie-black.png");
}

.start-tile-09 {
	background-color: #8a8a8a;
	background-image: url("../images/icon-start/icon-kassen-white.png");
	background-position: center 25px;
}

a.start-tile-09:hover {
	background-image: url("../images/icon-start/icon-kassen-black.png");
}

.promo img {
	height: auto;
	max-width: 100%;
}

.topright-tile {
    background-color: #6d6d6d;
    color: white;
    float: left;
    height: 150px;
    margin: 5px;
    /*padding: 5px;*/
    position: relative;
    width: 278px;
}

.events-startsite {
    font-family: open sans;
    font-size: 14px;
    margin-bottom: 11px;
    margin-top: 1px;
    padding-top: 0;
}

/* Brands module
with the marquee jQuery JavaScript */
#brands-outer {
  border-top: 1px solid #cecece;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 1200px;
  padding: 15px 0 25px;
}
#brands-outer #brands {
  position: relative;
  overflow: hidden;
  /*padding: 10px 0 0;*/
  /* Simply Scroll Jquery plugin (marque) */

  /* Container DIV - automatically generated */

  /* Clip DIV - automatically generated */

  /* UL/OL/DIV - the element that simplyScroll is inited on
		Class name automatically added to element */

}
#brands-outer #brands hr.sep {
  padding-top: 20px;
}
#brands-outer #brands .simply-scroll-container {
  position: relative;
}
#brands-outer #brands .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#brands-outer #brands .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#brands-outer #brands .simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  /* Horizontal scroll only */

}
#brands-outer #brands .simply-scroll-list li a {
  display: inline-block;
}
#brands-outer #brands .simply-scroll-list li img {
  border: none;
  display: block;
  padding: 0 35px;
  opacity: .75;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#brands-outer #brands .simply-scroll-list li a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0.1);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
#brands-outer #brands .simply-scroll,
#brands-outer #brands .simply-scroll-clip {
  width: 1170px;
  height: 130px;
}
#brands-outer #brands li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#brands-outer #brands li.brands_hover {
  opacity: .25;
}
#brands-outer #brands li:hover {
  opacity: 1;
}

/* TEST TEST TEST*/

.no-margin {
    margin: 0;
}

.blog .items-row .it_caption, .blog-featured .items-row .it_caption {
    max-width: 351px;
}
.blog .item, .blog-featured .item {
    position: relative;
}
.blog .item .it_caption, .blog-featured .item .it_caption {
    background: rgba(30, 30, 30, 0.75) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-style: italic;
    height: 100%;
    left: 0;
    margin-top: -38px;
    padding: 10px 12px;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-out 0s;
}
.blog .item .it_caption a, .blog-featured .item .it_caption a {
    color: #fff;
    display: block;
    /*font-family: "Droid Serif",Georgia,"Times New Roman",Times,serif;*/
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin: 0;
}
.blog .item:hover .it_caption, .blog-featured .item:hover .it_caption {
    background-color: rgba(10, 10, 10, 0.9); /*199, 66, 61, 0.9*/
    margin: 0;
    top: 0;
}

.blog .items-row .item, .blog-featured .items-row .item {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-featured {
    border-bottom: 1px solid #c4c4c4;
}

/*START Promo Pos*/
#it_faculties {
    margin-bottom: -10px;
    text-align: center;
}
#it_faculties .it_faculty {
    display: inline-block;
    margin: 20px;
}
#it_faculties .it_faculty img {
    margin: 0 0 5px;
}
#it_faculties .it_faculty h3 {
    font-size: 16px;
    line-height: 26px;
}

#it_faculties img {
    transition: all 0.2s ease-out 0s;
}
#it_faculties a:hover img {
    opacity: 0.7;
    transform: rotate(15deg);
}
