/**
 *  TIMO BRACHT CSS 2016 - lowkey  color scheme
 *  ----------------------------------------------------------
 *  
 *  color scheme
 *  ------------
 *  
 *  dark = #000
 *  white = #fff
 *  
**/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);

@import 'https://fonts.googleapis.com/css?family=Oswald';

html, 
body,
div,
p  {
  font-family: "Source Sans Pro", sans-serif;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

.dark {
  color: #000;
}

h1 {
  font-size: 4em;
}

@media only screen and (max-width:480px) {
  h1 {
    font-size: 2.5em;
  }
}

h1,
h2,
h3,
h4 {
  color: #fff;
}

.btn {
  padding: 12px 18px;
}

.btn-default,
.btn-default:link,
.btn-default:visited {
  background-color: #063b61;
  color: #fff;
  transition: all linear .3s;
}

.btn-default:hover,
.btn-default:active {
  background-color: #0b4976;
  color: #fff;
}

td {
  padding-bottom: 15px;
}

img {
  max-width: 100%;
}


/* Home Teaser Layer */
.home-teaser-background-layer {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  cursor: pointer;
}

.home-teaser-layer {
  display: block;
  position: fixed;
  top: 20%;
  right: 25%;
  left: 25%;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 1px 10px #B8DEF9;
}

@media only screen and (max-width:1024px) {
  .home-teaser-layer {
    top: 10%;
    right: 20px;
    left: 20px;
  }
}

.home-teaser-layer img {
  width: 100%;
  max-width: 100%;
}

.home-teaser-layer #close-home-teaser-layer {
  display: inline-block;
  background: #fff;
  position: absolute;
  z-index: 999;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px; 
  -webkit-border-radius: 10px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  top: 10px;
  right: 10px;
  box-shadow: 1px 1px 4px #B8DEF9; 
  cursor: pointer;
  transition: all linear .3s;
}

.home-teaser-layer #close-home-teaser-layer:hover {
  background: #ddd;
  box-shadow: none;   
}



/* Timo Bracht content */
.timo-bracht {}

.timo-bracht .magazine {
  position: relative;
  background: #000 url('../img/timo-cover.jpg') center 250px no-repeat;
  min-height: 1000px;
}

.timo-bracht header {}

.timo-bracht header .site-title {}

.timo-bracht header .social-media-links {
  padding-top: 15px;
}

.timo-bracht header .social-media-links a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.timo-bracht .timo-title {
  padding-top: 70px;
}

.timo-bracht .timo-title h1 {
  text-align: center;
}

.timo-bracht .timo-title h1 img {
  max-height: 200px;
}


.timo-bracht .navbar-vertical {
  position: absolute;
  left: 30px;
  top: 380px;
}

.timo-bracht .navbar-vertical .mainmenu-title {
  font-family: Oswald;
  font-size: 3.65em;
  line-height: 1em;
  font-weight: 800;
}

.timo-bracht .navbar-vertical .mainmenu-title span {
  display: block;
}

.timo-bracht .navbar-vertical .mainmenu {
  list-style-type: none;
  margin-left: -42px;
}

.timo-bracht .navbar-vertical .mainmenu > li {
  padding: 5px;  
}

.timo-bracht .navbar-vertical .mainmenu > li > a,
.timo-bracht .navbar-vertical .mainmenu > li > a:link,
.timo-bracht .navbar-vertical .mainmenu > li > a:visited {
  font-family: "Times New Roman", serif;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  transition: all linear .3s;
}

.timo-bracht .navbar-vertical .mainmenu > li > a:hover,
.timo-bracht .navbar-vertical .mainmenu > li > a:active {
  color: #ccc;
}


@media only screen and (min-width:769px) {

  .timo-bracht .navbar-vertical .mainmenu > li {
    transition: all linear .3s;
    border: solid 1px transparent;  
  }
  
  .timo-bracht .navbar-vertical .mainmenu > li:hover {
    border: solid 1px #fff;  
  }

}


@media only screen and (max-width:768px) {
  
  .timo-bracht .magazine {
    background: #000 url('../img/timo-cover-lores.jpg') center 160px no-repeat;
  }
  
  .timo-bracht header .site-title h2 {
    font-size: .8em;
  }
  
  .timo-bracht header .social-media-links {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .timo-bracht header .social-media-links a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  
  .timo-bracht header .social-media-links a img {
    width: 30px;
    height: auto;
  } 
  
  .timo-bracht .timo-title {
    padding-top: 0;
  }
  
  .timo-bracht .timo-title h1 {
    text-align: left;
  }
  
  .timo-bracht .timo-title h1 img {
    margin-top: -10px;
    max-width: 70%;
    height: auto;
  } 
  
  .timo-bracht .navbar-vertical {
    left: 0;
    top: 120px;  
  }
  
  .navbar-active {
    width: 100%;
    background: transparent url('../img/bg-transparent-dark.png');
    padding-bottom: 20px;
  }
  
  .timo-bracht .navbar-vertical .mainmenu {}
  
  .timo-bracht .navbar-vertical .mainmenu > li {
    background: transparent url('../img/bg-transparent-dark.png');
    padding-right: 20px;
  }
  
  .timo-bracht .navbar-vertical .mainmenu > li > a,
  .timo-bracht .navbar-vertical .mainmenu > li > a:link,
  .timo-bracht .navbar-vertical .mainmenu > li > a:visited,
  .timo-bracht .navbar-vertical .mainmenu > li > a:hover,
  .timo-bracht .navbar-vertical .mainmenu > li > a:active {
    font-size: 1.65em;
  }
  
  #mainmenu-toggle {
    display: block;
    cursor: pointer;
    margin-left: 15px;
  }
  
  .mainmenu-btn-active {
    transform: rotate(90deg);
  }
  
  .timo-bracht .navbar-vertical .mainmenu {
    display: none;
    margin-left: -25px;
  }
}


/* Home Content News */
.timo-bracht .home-content {
  margin-top: 750px;
}

.timo-bracht .home-news {
  padding-bottom: 50px;
}

.timo-bracht .home-news h2 {
  font-family: "Times New Roman", serif;
  font-size: 2.65em;
}


.home-news {}

.home-news .news-item {}

.home-news .news-item .news-image {
  display: block;
  height: 280px;
  overflow: hidden;
  text-align: center;
}

.home-news .news-item .news-headline {
  display: block;
  height: 80px;
  overflow: hidden;
}

.home-news .news-item .news-content {
  display: none;
}

.home-news .news-btn-readmore {
  cursor: pointer;
  background: #fff;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  width: 40%;
  margin: 1em 30% 1em;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .home-news .news-item .news-image {
    display: block;
    height: auto;
    overflow: none;
    margin-top: 3em;
  }  
}



/* Content Layer */
.content-layer {
  background: transparent url('../img/bg-transparent-dark.png');
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5% 20%;
  display: none;
  max-height: 100%;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}

@media only screen and (max-width:1024px) {
  
  .content-layer {
    padding: 10% 5% 5%;
  }  

}

.content-layer .btn-close-layer {  
  width: 40px;
  height: 40px;
  border: solid 5px #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #fff;
  font-size: 1.65em;
  line-height: 30px;
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 1px 1px 4px #000;
  text-shadow: 1px 1px 4px #000;  
}

.content-layer .btn-close-layer-top {
  position: fixed; 
  z-index: 9999;
  top: 20px;
  right: 20px;
}

.content-layer .btn-close-layer-bottom {
  position: fixed; 
  z-index: 9999;
  bottom: 20px;
  right: 20px;
}

.content-layer .layer-contents {
  background: #fff;
  color: #000;
  padding: 20px;
  min-height: 500px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.content-layer .layer-contents h1 {
  margin-top: 0;
  margin-bottom: .35em;
  font-family: Oswald;
}



/* Carousel */
.carousel-indicators {
  top: 0;
  margin-top: -40px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #000;
    border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #000;
}



.partnerlogo {
  text-align: center;
  padding-bottom: 30px;
}

.partnerlogo p {
  font-size: .9em;
}

.partnerlogo-large {
  height: 80px;
  width: auto;
  margin-bottom: 10px;
}

.partnerlogo-medium {
  height: 65px;
  width: auto;
  margin-bottom: 10px;
}




footer {
  text-align: center;
  font-size: .9em;
  padding: 20px 15px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ddd;
  text-decoration: none;
}







/* product quick-contact form */
.quick-contact-form {
  background: #ececec;
  border: solid 1px #ddd;
  margin-top: 60px;
  padding: 10px 30px 30px;
}

.quick-contact-form form[name="contactform"] {
  margin-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
}

.quick-contact-form form[name="contactform"] .form-row {
  padding-bottom: 15px;
}























/* iPad Retina Displays */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 

  .navbar-header {
    float: none;
  }
  
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  
  .navbar-right{
    margin-right: 0;
  }
  
  .navbar-toggle {
    display: block;
  }
  
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  
  .navbar-fixed-top {
    top: 0;
    /* border-width: 0 0 1px; */
  }
  
  .navbar-collapse.collapse {
    display: none!important;
  }
  
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  
  .navbar-nav > ul {
    width:100%;
  }
  
  .navbar-nav > li {
    float: none;
  }
  
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ddd;
    background-color: transparent;
  }
  
  .collapse.in{
    display:block !important;
  }
  
  
  
  
  
  
  .timo-bracht .home-content {
    margin-top: 620px;
  }
  
  .timo-bracht .navbar-vertical {
    position: absolute;
    left: 30px;
    top: 200px;
  }

  #mainmenu-toggle {
    display: block;
    cursor: pointer;
    margin-left: 15px;
  }
  
  .mainmenu-btn-active {
    transform: rotate(90deg);
  }
  
  .timo-bracht .navbar-vertical .mainmenu {
    display: none;
    margin-left: -25px;
  }
  
} 
