/* 
 *  Document   : gruener.css
 *  Created on : 20.08.2014
 *  Author     : J. Le Roux
 *  Description: Stylesheet for Grüner Salon
 */

body {
  background: #f6f6f6;
  font-family: 'Raleway', serif;
}

#logo {
/*   margin: 30px auto 20px 320px; */
  margin: 30px auto 20px auto;
  text-align: center;
}
/* Modal Dialog */
#searchModal .modal-dialog {
  background: #f6f6f6;
/*   width: 250px; */
}

/* cols */
.wrap2cols,
.wrap1col {
  background: none;
}
.contentwrap {
  border: none;
}
.colinside {
/*   top right bootom left */
  margin: 1em 0 0 0px;
}
/* Navigation */
#mainNavi {
  margin: 0 auto 0 auto;
  padding: 0 15px 0 15px;
  line-height: 2em;
  width: 92%;
}

/* JLR - 1.2 */
.fullNavi.hide-mobile {
  text-align: center;
}
.fullNavi ul {
  height: 33px;
  display: inline-block;
}
.fullNavi ul li.first {
  padding-left: 0;
}
.fullNavi ul ul {
  border: none;
  padding: 5px;
}

/* Content */
h2 {
  font-size: 1.3em;
  margin: 0.0em 0.5em 0.5em 0;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

a,
a:link,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: rgb(82, 82, 82);
}

a.more:hover {
  color: #008c04;
}

a:link.green,
a:hover.green,
a:visited.green,
a:active.green,
a:focus.green,
.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active,
.bodytext a:focus {
  color: rgb(0, 140, 4);
}
#toTop {
  display: block;
  width: auto;
  height: auto;
  position: fixed;
  bottom: -50px;
  right: 40px;
  cursor: pointer;
  padding: 0.5em;
  font-size: 2em;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.06) !important;
  opacity: 0;
  z-index: 251;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.28);
  transition: all 0.3s ease-in-out 0s;
}
p.bodytext {
  text-align: justify;
}
/*.news-text-wrap a {
  position: relative;
}*/

.csc-default {
  margin: 10px 0 10px 0;
}
/* Table */
.contenttable-1 {
  width: 50%;
}
.contenttable-0 th,
.contenttable-1 th {
  background: #e7e7e7;
  font-weight: bold;
}
.csc-textpic-imagerow.row .csc-textpic-image {
  float: left;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  color: rgb(82, 82, 82);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  color: #fff;
}
.news-text-wrap a {
  display: inline-block;
  vertical-align: bottom
}
.news-text-wrap a[target="_blank"] {
  color: rgb(0, 140, 4);
}

/* News slider */
.sliderwrap {
  margin: 10px auto auto;
}
.flex-container {
  padding-left: 15px;
  padding-right: 15px;
}
.flexslider {
/*   margin: 0px 0px 0 15px; */
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1px 1px 1px 1px;
}

.flex-caption .caption-title,
.flex-caption .hidden-xs {
  width: 80%;
  float: left;
}

.flex-caption .caption-title a,
.flex-caption .caption-title a:link,
.flex-caption .caption-title a:visited,
.flex-caption .caption-title a:active,
.flex-caption .caption-title a:hover,
.flex-caption .caption-title a:focus {
  color: #008c04;
  text-decoration: none;
}

.flex-caption .date {
  float: right;
}

.flex-caption .date span {
  color: rgb(255, 255, 255);
  font-size: 1em;
  display: block;
  height: 1em;
  line-height: 1em;
  font-weight: 200;
}
.flex-caption .date span.day {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  height: 1em;
  color: rgb(255, 255, 255);
}

/* News */

/* Topnews list */


.news-list-view.container-fluid .article.col-xs-6 {
  padding-left: 0;
}
.news-tab-nav.container-fluid {
  padding-right: 30px;
}

/* .news .container-fluid .row */
#itemlist .row.item {
  border-bottom: rgb(182, 182, 182) solid 1px;
}

.row.news-tab-nav {
  padding-right: 0;
}
.row.news-tab-nav {
  text-align: right;
}
.row.news-tab-nav a {
  text-decoration: none;
  font-size: 1.5em;
  cursor: pointer;
}

/*.list-highlight .date {
  margin: 0.5em 0 0.5em 0;
  font-size: 1.2em;
  font-weight: bold;
}*/

/* Program */
.news-program.container-fluid {
  margin: 0 20px 0  20px; 
}
.row.list-month h2 {
/*   line-height: 2em; */
  padding-bottom: 1em;
}
.news .container-fluid  .row.list-month {
/*   border-top: 0.05em solid rgb(182, 182, 182); */
  border-bottom: none;
/*   margin-bottom: 1em; */
}

.news .mainNaviLine {
  margin-bottom: 1em;
}

/* news single */

.outer {
  margin-bottom: 0.5em;
}

.news-info {
  margin-bottom: 1em;
}

@media screen and  (min-width: 230px) and (max-width: 759px) {
  .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin:0;
   }
   .modal-content {
      height: 100%;
      border-radius: 0;
      color:white;
      overflow:auto;
    }
    .modal-title
    {
      font-size: 3em;
      font-weight: 300;
      margin: 0 0 20px 0;
    }

    ul.mainNavi {
      margin: 0;
    }
    div.mainNavi.jqueryMenu {
      height: 40px;
      padding-top: 3px;
      padding-right: 8px;
    }
/*  .modal.fade.in {
  top: 5%;
  }*/
}