﻿   /* ---------------------------------------------------------------------
   MODUL: Kategorien auf der Startseite anzeigen (c_list Modul)
   Anpassung an modified 1.x: sgei
   Anpassung an modified 2.x: |Alex|
   Quelle: xtc-load.de - Autor: unbekannt
   --------------------------------------------------------------------- */
.cat_list_box {
	background-color:#fff;
	margin: 0px 10px 20px 10px;
	box-shadow: 12px 16px 8px 0px rgba(0, 0, 0, 0.25);
	border-radius:16px;
	padding-left:0;
	padding-right:0;
}
.cat_list_box a {
	border-radius:10px;
}
.cat_list_box .cat {
	font-size:16px;font-family:'TheMixSemiLight-Plain';color:#2b2a2c;text-transform:uppercase;padding-left:10px;
}
.cat_list_box .cat.pull-right {
	padding-left:0;
	letter-spacing:3px;
	font-family:'TheMixBlack-Plain';
}
.cat_list_box .subcat_title {padding-left:10px;font-size:30px;text-transform:uppercase;font-family:'TheMixBlack-Plain';}
.cat_list_box .subcat_title.pull-right {padding-left:0;padding-right:10px;color:#b7b7b7;}

@media (min-width:768px) {
.cat_list .cat_list_box.col-sm-6 {width:47%;}
}
@media (min-width:992px) {
.cat_list .cat_list_box.col-md-4 {width:30.333%;}
}
.cat_show1 {
  margin: 20px -10px 0px -10px;
}
.cat_show2 {
  float: left;
  width: 235px;
  height: auto;
  margin: 0px 10px 20px 10px;
}
.cat_show2_inner {
  border: 1px solid #ddd;
  padding: 10px 10px 5px 10px;
  min-height: 120px;
}
.cat_show_name {
  padding: 5px 0;
  height: 40px;
  overflow: hidden;
  margin: -10px -10px 0 -10px;
  background: #bbb;
}
.cat_show_name h2 {
  margin: 10px 0px 4px 0px;
  text-align:center;
  border-width: 0px 0px 0px 0px;
}
.cat_show_name h2 a, .cat_show_name h2 a:link, .cat_show_name h2 a:visited, .cat_show_name h2 a:active {
  color:#444;
  cursor:pointer;
}
.cat_show_name h2 a {
  text-decoration:none;
}
.cat_show_text {
  font-size: 13px;
  line-height: 17px;
  text-align:center;
  padding: 10px 0px 10px 0px;
  height:100px;
  overflow:hidden;
}
.cat_show_text a, .cat_show_text a:link, .cat_show_text a:visited, .cat_show_text a:active {
  color:#444;
  cursor:pointer;
}
.cat_show_text a {
  text-decoration:none;
}
.cat_show_image {
  margin: 20px 0 20px 0;
  text-align: center;
  width: 100%;
  height: 160px;
  position: relative;
}
.cat_show_image img {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #FFFFFF;
  max-height: 160px;
  max-width: 100%;
  border: 1px solid #ddd;
}
.cat_clear {
  clear:both;
  height:0;
  margin:0;
  padding:0;
  font-size:0;
}
