/* Desktop */
.container {
  background-color: #fff;
}
.listsearch{margin-bottom:15px; padding-right:30px}
.listsearch h2{font-size:16px}
/* Normalisierung */
ul,
li {
  list-style: none; 
  margin: 0; 
  padding: 0;
  border: 0;
}
h3, h4 {
  text-transform: uppercase;
}

.row {
    padding-left: 15px;
    padding-right: 15px;
}

.db a {
  width: 100% !important;
  height: unset !important;
}


.col-sm-3,.col-sm-4,.col-sm-6{padding:0px 15px 20px 15px}
.box{border:1px solid #cecece; min-height:380px;}
.box .headline {padding:5px; font-weight:bold; }
.box .desc {padding:5px}
.box .img {border-bottom:3px solid yellow}
.box .link {padding:5px; text-align:left}

.tlc {
  border-radius: 10px 0 0 0;
}
#top-nav {
  text-transform: uppercase;
  float: right;
  /*
   width: 895px;
  */
  width: 77%;
  background-color: #666;
  line-height: 35px;
  padding-left: 20px;
}
#top-nav ul {
  text-align: left;
}
#top-nav li {
  display: inline-block;
}
#top-nav li span.delim {
  color: #fff;
  padding: 0 8px;
}
#chat {
  padding-right: 5px;
}
#dfa {
  display: inline-block;
  margin-top: 12px;
}
.top {
  vertical-align: top;
}
#header {
  height: 200px;
  border-bottom: 10px solid #f00;
  position: relative;
  background-image: url('/custom/images/background/header.jpg');
  background-repeat: no-repeat;
  background-position: right;
}
#header .logo-wrapper {
  width: 23%;
  text-align: center;
}
#header .top-nav-wrapper {
  height: 40px;
  position: absolute;
  bottom: 0;
  padding-top: 5px;
  width: 100%;
}
#header form {
  display: inline-block;
  float: left;
  padding-left: 25px;
}
#header form input {
  height: 30px;
  border-radius: 5px 5px 0 0;
}
#header a {
  color: #fff;
}
#header a:focus, #header a:hover, #header a:active, #header a:visited {
  color: #fff;
}
#header a:active {
  font-weight: bold;
}
#side-nav {
  /*width: 270px;*/
  width: 23%;
  display: table-cell;
  vertical-align: top;
  border-right: 5px solid #e5e5e5;
}
#side-nav > div:first-child {
  margin-top: 20px;
}
#side-nav ul li {
  padding-left: 20px;
}
#side-nav > div > ul > li {
  border-top: 1px solid #ccc;
    text-transform: uppercase;
}
#side-nav > div > ul > li:first-child {
  border-top: 0 none;
}
#side-nav li.active > a:first-child:before {
  content: '>> ';
}
#side-nav li.active > a:first-child {
  font-weight: bold;
}
#side-nav li a {
  padding: 7px 0;
  width: 100%;
  display: inline-block;
}
#sponsoring {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px;
  background-color: #ccc;
  float: left;
  margin: 20px 0 0 20px;
}
#sponsoring > div:first-child {
  margin-bottom: 5px;
  float: left;
}
.member {
  width: 105px;
  height: 120px;
  line-height: 120px;
  float: left;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
}
.member:first-child {
  margin-right: 5px;
}
.member img {
  vertical-align: middle;
}
#katalog {
  margin: 20px 0 0 20px;
}
#katalog img {
  vertical-align: top;
}
#katalog a {
  display: inline-block;
}
.clear {
  line-height: 0;
  height: 0;
  clear: both;
}
#content {
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  /*width: 700px;*/
  width: 60%;
}
#side-info {
  /*width: 196px;*/
  width: 17%;
  background-color: #d9d9d9;
  padding: 10px 15px 10px 10px;
  display: table-cell;
  vertical-align: top;
  border-left: 5px solid #e5e5e5;
}
#side-info a.underline {
  text-decoration: underline;
}
#footer {
  background-color: #808080;
/*  line-height: 30px;*/
/*  height: 60px;*/
  text-transform: uppercase;
/*  text-align: center;*/
/*  margin-bottom:20px;*/
  color: #fff;
  clear: both;
  padding-top:30px;
}
#footer a {
  text-decoration: underline;
  color: #fff;
 /* display:block;*/
  margin-top:12px;
}




.lexikon_buch a {
  text-decoration: underline;
  font-size: 20px;
  /*margin-left:15px;*/
  margin-right:15px;
}

.lexikon_begriff .buchstaben {
  margin-top:20px;
  margin-bottom:20px;
}

.lexikon_begriff .buchstaben a {
  font-size:20px;
  font-weight: bold;
}


.lexikon_begriff a {
  text-decoration: underline;
  line-height: 190%;
  /*margin-left:15px;*/
}

.lexikon_begriff .row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.lexikon_begriff .row .spacer{
  padding-top: 20px;
}
.lexikon_begriff .row .abuch{
  font-size:20px;  
  font-weight: bold;
}

.info-area {
  border: 1px solid #666;
  padding: 10px;
  margin: 10px 0;
}
.info-area > div {
  padding: 5px 0;
}
.info-area h3 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
}
.info-area h5 {
  font-weight: bold;
}
.hidden {
  display: none;
}
.bold {
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.yellow {
  line-height: 10px;
  height: 10px;
  background-color: yellow;
}
.yellow.pad {
  margin-bottom: 20px;
}
#content .content {
  padding: 0 5px 30px 30px;
}
#content .content.text > div {
  padding: 5px 0;
}

#content .content.text img {
	border: 1px solid black;	
}
.remark {
  font-size: smaller;
}
.fitnesstrainer {
  /*width: 250px;*/
  width: 47%;
  border: 1px solid #666;
  margin-top: 20px;
  margin-left: 3%;
  display: inline-block;
  overflow: hidden;
}
.fitnesstrainer:first-child {
  margin-left: 0;
}
.fitnesstrainer .img {
  /*height: 160px;*/
  text-align: center;
}
.fitnesstrainer .img img {
  height: 100%;
  width: 100%;
  /*line-height: 160px;*/
}
.trainer {
  padding: 20px;
}
.trainer-desc-hl {
  font-weight: bold;
  text-transform: uppercase;
}
.trainer-desc {
  padding-top: 20px;
}
.referent {
  padding: 20px;
  height:200px;
}
.referent-desc-hl {
  font-weight: bold;
  text-transform: uppercase;
}
.referent-desc {
  padding-top: 20px;
}
.lightboxgallerydiv a img {
	margin-right:5px;
	margin-bottom:5px;
}

.fitnesstrainer a,
.trainer-hl > .trainer-side a {
  display: inline-block;
  text-decoration: none !important;
}
.fitnesstrainer a:hover, .fitnesstrainer a:focus,
.trainer-hl > .trainer-side a:hover, .trainer-hl > .trainer-side a:focus {
  background-color: #666;
  color: #fff;
}
.trainer-detail {
  /*width: 495px;*/
  width: 74.5%;
  float: left;
  padding-right: 15px;
}
.trainer-side-desc span {
	font-weight:bold;
}
.trainer-detail h2 {
  margin-bottom: 0;
}
.trainer-hl {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.trainer-hl .trainer-detail:first-child {
  margin: 15px 0;
}
.trainer-side {
  /*width: 170px;*/
  width: 25.5%;
  float: right;
}
.trainer-hl > .trainer-side a {
  text-decoration: none;
}
.trainer-hl > .trainer-side a:hover, .trainer-hl > .trainer-side a:focus {
  border-radius: 10px 0 0 0;
}
.trainer-hl > .trainer-side .tlc {
  padding: 5px 10px;
}
.trainer-side-dates h4:hover{color:#fff !important}

span.area {
	font-size:20px;
	font-weight:bold;
}

.trainer-side .tlc {
  border: 1px solid #666;
  padding: 10px;
}
.trainer-side h2:first-child {
  margin-top: 0;
}
.trainer-side h4 {
  margin: 10px 0 5px 0;
  font-weight: bold;
  color: #666;
}
.trainer-side h5 {
  margin: 5px 0 0;
  font-weight: bold;
}
.trainer-side a {
  font-weight: bold;
  text-decoration: underline;
}
.trainer-side-dates h1, .trainer-side-dates h3, .trainer-side-dates span.glyphicon {
  display: table-cell;
  vertical-align: middle;
}
.content .trainer-side-dates h1, .trainer-side-dates span.glyphicon {
  padding-top: 5px;
}
.content .trainer-side-dates h1, .trainer-side-dates span.glyphicon {
  color: inherit;
}
.teaser img {
  /*width: 700px;*/
  width: 100%;
}
a.social-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.checkout {padding:25px 25px 25px 0px !important}
.checkoutbox {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 140px;
}
a.btn{ text-decoration:none !important}
.formgroup {margin:5px 0px 5px 0px}
.social-icon {
  background-image: url("/custom/images/icons/socials.png");
  background-size: 50px auto;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}
.social-icon.facebook {
  background-position: 0 0;
}
.social-icon.twitter {
  background-position: 0 -54px;
}
.social-icon.googleplus {
  background-position: 0 -107px;
}
.social-icon.youtube {
  background-position: 0 -159px;
}
.expandable {
  border: 1px solid #666;
  margin-bottom: 10px;
}
.expandable > .trainertoggle, .expandable > h4 {
  padding: 10px;
  margin-bottom: 0;
  background-color: #e5e5e5;
  font-weight: bold;
  border-radius: 10px 0 0 0;
}
.expandable > .trainertoggle:hover, .expandable > h4:hover {
  cursor: pointer;
}
.expandable > .trainertoggle > .glyphicon, .expandable > h4 > .glyphicon {
  float: right;
}

.trainerdesc {
  padding: 10px;
}
.expandable > .trainertoggle.active, .expandable > h4.active {
  background-color: #666;
  color: #fff;
}
.expandable .trainertoggle:first-child, .expandable h4:first-child {
  margin-top: 0;
}
.expandable .trainertoggle, .expandable h4 {
  margin-top: 10px;
}



.th {
  background-color: #666;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0;
}
.license-th {
  /*width: 660px;*/
  width: 99%;
}
.license-price {
  /*width: 380px;*/
  width: 57.5%;
  display: table-cell;
  padding: 10px 5px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.license-desc {
  /*width: 280px;*/
  width: 41.5%;
  display: table-cell;
  padding: 20px 5px 10px 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.course {
  /*width: 180px;*/
  width: 27%;
  margin: 10px 0;
  border: 1px solid #666;
  display: inline-block;
}
.course.middle {
  /*
  margin-left: 57px;
  margin-right: 57px;
  */
  margin-left: 8.65%;
  margin-right: 8.65%;
}
.course-desc {
  padding: 10px;
}
.occupance-state {
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  float: right;
}
.occupance-state.low {
  background-color: green;
}
.occupance-state.middle {
  background-color: yellow;
}
.occupance-state.high {
  background-color: red;
}
.f-low {
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 2px;}
.f-middle {
  background-color: yellow;
  color: black;
  cursor: pointer;
  padding: 2px;
}
.f-high {
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 2px;
}

.lightbox-add {
  background-color: #666;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 8px;
  float: right;
}
.lightbox-add:hover {
  text-decoration: underline;
}

@media (min-width: 1166px) {
  .lightbox-add {
    font-size: 8px;
  }
  .content .trainer-side-dates h1,  .trainer-side-dates span.glyphicon {
    font-size: 40px;
  }
}
/* media queries */
@media (max-width: 1200px) {
  #dfa {
    font-size: 8px;
    margin-top: 12px;
  }
  .trainer-side-desc h4 {
    font-size: 14px;
  }
  .trainer-side-desc h5 {
    font-size: 12px;
  }
  .content .trainer-side-dates h4 {
    font-size: 19px;
  }
  #side-nav {
    font-size: 10px;
  }
  .info-area {
    font-size: 10px;
  }
  .info-area h3 {
    font-size: 17px;
  }
  .info-area h5 {
    font-size: 11px;
  }
  h4 {
    font-size: 16px;
  }
    .box{border:1px solid #cecece; height:280px;}
}
@media (min-width: 1201px) and (max-width: 1400px) {
  body {
    font-size: 12px;
  }
  #dfa {
    font-size: 9px;
    margin-top: 10px;
  }
  .trainer-side-desc h4 {
    font-size: 17px;
  }
  .trainer-side-desc h5 {
    font-size: 13px;
  }
  .content .trainer-side-dates h4 {
    font-size: 20px;
  } 
  #side-nav {
    font-size: 12px;
  }
  .info-area {
    font-size: 12px;
  }
  .info-area h3 {
    font-size: 19px;
  }
  .info-area h5 {
    font-size: 12px;
  }
  h4 {
    font-size: 17px;
  }
  .box{border:1px solid #cecece; height:315px;}
}
@media (min-width: 1401px) and (max-width: 1500px) {
  body {
    font-size: 13px;
  }
  #dfa {
    font-size: 10px;
    margin-top: 8px;
  }
  .trainer-side-desc h4 {
    font-size: 20px;
  }
  .trainer-side-desc h5 {
    font-size: 14px;
  }
  .content .trainer-side-dates h4 {
    font-size: 21px;
  }
  #side-nav {
    font-size: 13px;
  }
  .info-area {
    font-size: 13px;
  }
  .info-area h3 {
    font-size: 21px;
  }
  .info-area h5 {
    font-size: 13px;
  }
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 1501px) {
  body {
    font-size: 14px;
  }
  #dfa {
    font-size: 12px;
    margin-top: 6px;
  }
  .trainer-side-desc h4 {
    font-size: 23px;
  }
  .trainer-side-desc h5 {
    font-size: 15px;
  }
  .content .trainer-side-dates h4 {
    font-size: 22px;
  }
  #side-nav {
    font-size: 14px;
  }
  .info-area {
    font-size: 14px;
  }
  .info-area h3 {
    font-size: 23px;
  }
  .info-area h5 {
    font-size: 14px;
  }
  h4 {
    font-size: 19px;
  }
}

/* bootstrap overrides */
/* carousel */
.carousel-indicators li {
  background-color: #fff;
}
.carousel-indicators {
  bottom: 0px;
  left: 61%;
}
h1, .h1, h2, .h2, h3, .h3, .trainertoggle {
  margin-top: 0;
  text-transform: uppercase;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
  font-weight: bold;
  color: #666;
}
h2, h3, .trainertoggle, #katalog span {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-transform:none;
    margin-top: 12px;
      margin-bottom: 3px;
}
a {
  color: #333;
}
.content h1 {
  font-size: 28px;
  color: #666;
}
.container {
  width: auto;
  min-width: 1166px;
  max-width: 1600px;
}
#carousel-example-generic .carousel-inner img {
  width: 100%;
}
#header form {
  width: 23%;
}
ol.breadcrumb a {
  color: #808080;
  text-decoration:none !important;
}
ol.breadcrumb a:hover {
  text-decoration:underline !important;
}
#header .input-group {
  width: 95%;
}
#content ul,#content ol {
  margin-bottom: 15px;
  margin-left: 18px;
}
#content ul li {
  list-style-type: disc;
  margin-left: 0px;
  padding-left: 0px;
}
#content ol li {
  list-style-type:decimal;
  margin-left: 0px;
  padding-left: 0px;
}


#content a {
  text-decoration: underline;
}

/*
.expandable div ul li {
  list-style-type: disc;
  margin-left: 0px;
  padding-left: 0px;
}

.expandable a {
  text-decoration: underline;
}
*/

.fitnesstrainer a .trainer {
 text-decoration:none;	
}

#tinymce ul li {
    list-style-type: disc !important;
    margin-left: 14px !important;
}
#cart {
	width:99%;
}

#cart-mini-table td {
	vertical-align:top;
	padding-right:5px;
}

.label-spacer {
	margin-left:10px;
}

.has-error {
	color: #a94442;
}

.panel-default>.panel-heading, .panel-default2>.panel-heading  {
	background-color: #666;
	color: #fff;
}

.panel-title a {
	text-decoration:none !important;
	font-weight:bold;
	font-size:16px;
}

.delfrombasket {
	cursor: pointer;
}

.kalenderuebersicht th {
  border: 1px solid black;
  text-align: center;
  background-color:#ccc;
  color:#666;
  vertical-align: middle;
}

.kalenderuebersicht td {
  border: 1px solid black;
  text-align: center;
  vertical-align: top;
}
