/** 
 *  JURA Mobile CSS
 *  
 *  green       = #018577
 *  dk green    = #71BD9E
 *  grey        = #444E57
 *  light grey  = #677784
 *  
 *  grey2       = #535E67
 *  
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);




body {
  font-family: Lato, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  padding-top: 90px;    /* !!! needs to macht navbar-header height !!! */
  padding-bottom: 0;
}

a,
a:link,
a:visited {
  color: #444E57;
}

a:hover,
a:active {
  color: #018577;
}

img {
  max-width: 100%;
}




.container {    
  padding-left: 0;    /* remove container paddings */
  padding-right: 0;
}

.container .row {
  margin-left: 0;
  margin-right: 0;
}







/* Navigation */

.navbar-header {
  height: 90px;
  background: #fff;
  box-sizing: border-box;
}

.navbar-header .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-header .site-logo {
  height: 70px;
  width: auto;
  margin-left: 15px;
}

.icon-bar {
  background: #222;
}

.navbar-collapse {
  background: transparent url('../img/bg-white-transparent.png');
}

.navbar-collapse .nav > li {
  text-align: center;
}



/* Button businesstimes */
.btn-businesstimes {
  width: 47%;
  background: #fff;
  border: solid 2px #999;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 1px 1px 5px #000;
  float: left;
  margin-right: 10px;
}

.btn-businesstimes span {
  color: #018577;
  display: inline-block;
  padding: 5px 5px; 
  text-align: center;
}

.text-businesstimes {
  display: inline-block;
  width: 47%;
  color: #018577;
  text-align: center;
  font-size: .9em; 
  font-weight: bold;
  line-height: 1.2em;
  text-shadow: 1px 1px 5px #000;
  padding-top: 6px;
}




/* Site pages */

.page-header {
  margin-top: 0;
  margin-bottom: 5px;
  background: #444E57;
  border-top: solid 6px #444E57;
}

.page-header h1 {
  color: #677784;
  text-align: center;
  font-size: 2.65em;
  line-height: .8em;
  text-transform: uppercase;
}


.page-topic {
  background: #444E57;  
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin-bottom: 6px;   /* v-margin to next topic */
}

.page-topic .cover-wrapper {}

.page-topic .cover {
  width: 100%;
  cursor: pointer;
}

.page-topic > h2 {
  color: #fff;
  font-size: 1.35em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.page-topic > p {
  color: #677784;
  font-size: 1.2em; 
  line-height: 0.9em;
  text-align: center;
}  


/* index.php  */
.select-product {
  padding: 15px;
}

.select-product .product-link {
  width: 48%;
  height: auto;  
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: .8em;
  text-align: center;
}

.select-product .product-link img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 1px 1px 5px #000; 
}

.select-product .product-link .right-img {
  margin-left: 10px;
}

.download-catalog {
  text-align: center; 
  padding: 30px 40px;
}

.download-catalog .catalog-wrapper {
  padding-top: 1px;
  padding-bottom: 20px;
  border-radius: 6px;
  background: #535E67;
}

.download-catalog h2 { 
  color: #677784;
  text-align: center;
  font-size: 2.65em;
  line-height: .8em;
}

.download-catalog .catalog-thumbnail { 
  margin-top: 20px;
}

.download-catalog a {
  color: #fff;
}


/* unternehmen.php */
.jura-services {
  padding-top: 30px;
}

.jura-services > ul {
  list-style-image: url('../img/list-style-dash.png');
  margin-left: 0;
}

.jura-services > ul > li {
  color: #fff;
}

.jura-quality-sign {
  display: block;
  padding: 20px 0;
  text-align: center;
}


/* qualitaet.php */
.jura-quality {
  color: #fff;
  border-top: solid 1px #ddd;
  margin-top: 20px;
}

.jura-quality h5 {
  color: #fff;
  margin-top: 2em;
}

.jura-quality > ul {
  list-style-image: url('../img/list-style-dash.png');
  margin-left: 0;
}

.jura-quality > ul > li {
  color: #fff;
}



/* produkte.php */

.gallery {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.gallery .ajax-loader {
  display: block;
  text-align: center;
}

.gallery .ajax-loader img {
  width: 50px;
  height: 50px;
}


.gallery .gallery-image {
  width: 50%;
  border: solid 10px transparent;
  box-sizing: border-content;
}

.close-gallery,
.close-gallery:hover {
  display: block;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding-top: 20px;
}




/* Featherlight gallery */
.featherlight .featherlight-content {
  min-width: 50%;
  max-width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}





/* kontakt.php */
form#anfrageformular .field-name {
  margin-top: 1em;
  display: block;
}

form#anfrageformular .field-required {
  color: #ff0000; 
}




/* impressum.php */
.jura-imprint,
.jura-privacy {
  padding-left: 15%;
  padding-right: 15%;
}

.jura-imprint a {
  color: #fff;
}







footer {
  background: #018577;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .copyright {
  background: #018577;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

footer .copyright .link-imprint {
  width: 49%;
  color: #fff;  
}

footer .copyright .link-scrolltop {
  width: 49%;
  color: #fff;  
}


