
/* CUSTOM CSS SINCI */

/* LAYOUT
-------------------------------------------------*/
h1, .uk-h1 {
  font-size: 59px;
  line-height: 73px;
  font-weight: 700;
  color: #323232;
}

h2, .uk-h2 {
  font-size: 24px;
  line-height: 30px;
  color: #323232;
}

h3, .uk-h3 {
  font-size: 28px;
  line-height: 38px;
  color: #323232;
}

#top-b,
#top-c,
#bottom-a,
#bottom-b {
  padding:100px 0;
}

#top-c,#bottom-a,#bottom-b {
  border-top: 1px solid #ddd;
}

#bottom-c {
  padding:100px 0 0 0;
}

.uk-text-large {
  font-size: 20px;
  line-height: 26px;
}

div.uk-grid.margin-top {
  margin-top: 35px;
}

.uk-icon-large:before {
  font-size: 500%;
  vertical-align: -22%;
}

.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {
  float: none;
  text-align: center;
  padding-bottom: 40px;
}

div.uk-panel.uk-panel-space.portfolio {
  margin: 0;
  padding: 0;
}

#main .sprocket-mosaic .sprocket-mosaic-filter ul li, #main .sprocket-mosaic .sprocket-mosaic-filter ul li, .sprocket-mosaic .sprocket-mosaic-filter li, .sprocket-mosaic .sprocket-mosaic-filter li {
  border-radius: 0;
  background:#fff;
}

.sprocket-mosaic-item .sprocket-padding {
  padding: 0;
}

.sprocket-mosaic-item {
  margin: 0;
}

.sprocket-mosaic-item {
  border:none;
  border-radius:0;
}

.sprocket-mosaic-loadmore {
  background: #FFFFFF;
  border-radius: 0;
  margin-top: 40px;
}

span.loadmore-text {
  color: #323232;
}

.sprocket-mosaic-hovercontent {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.43);
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.sprocket-mosaic-hovercontent span {
  display: block;
  font-size: 3.1em;
  margin: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px
}

.sprocket-mosaic-filter li.active,
.sprocket-mosaic-filter li:hover {
  color: #39b9c8;
}

.sprocket-mosaic .sprocket-mosaic-container {
  margin:0;
}

.sprocket-mosaic-title {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #ccc;
}

.sprocket-mosaic-order {
  display: none!important;
}

.impressum {
  padding: 20px;
}

/* HEADER / LOGO / MENU / SOCIALICONS
-------------------------------------------------*/

.tm-headerbar {
  z-index: 10;
  width: 100%;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.tm-logo {
  margin-top: 20px;
}

.uk-navbar-nav {
  float: right;
}

.uk-navbar-nav > li > a {
  color: #323232;
}

.tm-navbar {
  margin-top: 10px;
  margin-bottom: 10px;
}

.uk-sticky-placeholder {
    height: 0!important;
}

.responsive_map {
  height: 480px;
  margin-top: 20px;
}
/* HEADER / LOGO / MENU / SOCIALICONS - END
-------------------------------------------------*/

/* #TOB-A / SLIDESHOW-HOME
-------------------------------------------------*/

#slides {
  position: relative;
}

.container {
  position: relative;
  width: 50%;
  max-width: 500px;
  left:0;
  top: 80%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
}

.container h3 {
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
  color: #fff;
  margin: 0;
}



#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 10px;
}
.slides-navigation a.next {
  right: 10px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #ddd;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
  color: rgba(221, 221, 221, 0);
}
.slides-pagination a.current {
  background: #39B9C8;
}

.uk-icon-chevron-left,
.uk-icon-chevron-right {
  color: #ccc;
}

/* #TOB-A / SLIDESHOW - END
-------------------------------------------------*/

/* MOBILE DEVICE BEGINN */

.uk-navbar-toggle {
  float: right;
  padding: 0;
}

.tm-logo-small {
  position: absolute;
  top: 8px;
}

/* Smartphones */
@media (max-width: 480px) {
  #top-b,
  #top-c,
  #bottom-a,
  #bottom-b,
  #bottom-c {
   padding:50px 0;
  }

  .tm-navbar {
    margin: 0;
  }

  .responsive_map {
    height:170px;
  }

  .uk-navbar-content{
    height: 0;
    padding: 0;
    margin: 0;
  }

}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { 

  #top-c,
  #bottom-a,
  #bottom-b {
    padding:150px 0;
  }

  #top-b {
    padding-top: 150px;
  }

}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { ... }

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { ... }

/* Large Display */
@media (min-width: 1200px) { ... }




