/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);*/


/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v22-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-100italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v22-latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v22-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v22-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v22-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local(''),
       url('../fonts/lato-v22-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v22-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src: local(''),
       url('../fonts/lato-v22-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v22-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #6f6f6f;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1100px }
}

p { font-size: 14px }
a {
    color: #009a9b;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #black;
}

.highlight { color: #009a9b }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.nopadding { padding: 0 }


.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }

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

.logo {
    position: absolute;
    padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .logo {
    position: relative;
    padding-bottom: 0px;
  }
}


.webshop {
    position: fixed;
    right: -50px;
    padding: 10px 20px;
    top: 200px;
    z-index: 2;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    border: 1px solid #e5007b;
    background-color: white;
    text-transform: uppercase;
}

.webshop a {
    color: #6f6f6f!important;
}

/* +++++++++++++++++++++++++++++++++
    SPACES
+++++++++++++++++++++++++++++++++ */
.bottom_space-lg { padding-bottom: 30px; }
.bottom_space-md { padding-bottom: 20px; }
.bottom_space-sm { padding-bottom: 10px; }
.top_space-lg { padding-top: 30px; }




/* +++++++++++++++++++++++++++++++++
    HEADLINES
+++++++++++++++++++++++++++++++++ */

.carousel-caption h1 {
    line-height: 30px;
    font-weight: 700;
    font-size: 26px;
}

.heading-lg {
    line-height: 30px;
    font-weight: 300;
    font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .heading-lg {
    font-size: 30px;
  }
}

.heading-md {
  font-size: 16px
}
@media only screen and (min-width: 768px) {
  .heading-md {
    font-size: 18px;
  }
}

.heading-sm {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e5007b;
    line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .heading-sm {
    font-size: 20px;
  }
}



/* +++++++++++++++++++++++++++++++++
    Störer
+++++++++++++++++++++++++++++++++ */

#stoerer-wrapper {
    width: 100%;
    height: 315px;
    max-width: 315px;
    max-height: 315px;
    position: relative;
}
#stoerer-wrapper img {
    width: 100%;
    height: auto;
}
    
#stoerer4 a { background:none; max-width: 315px; max-height: 315px; }
    
#stoerer1, #stoerer2, #stoerer3, #stoerer4 {
    display: block;
    overflow:hidden;
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    width: 100%;
    height: auto;
    max-width: 315px;
    max-height: 315px;
}
     
#stoerer1 {
    z-index: 1;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
     
#stoerer2 {
    z-index: 2;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
     
#stoerer3 {
    z-index: 3;
    -webkit-animation: spinner 5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spinner 5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#stoerer4 {
    z-index: 4;
    padding-top: 90px;
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
 
@-webkit-keyframes spinner {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(-360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(-360deg);  /* IE 9 */
        transform: rotate(-360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spinner {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(-360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(-360deg);  /* IE 9 */
        transform: rotate(-360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}



/* +++++++++++++++++++++++++++++++++
    Navigation
+++++++++++++++++++++++++++++++++ */

 .top {
    text-align:right; 
    padding:5px 10px 0px 0px
    }

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

#tf-menu {
    margin-bottom: 0;
    background-color: #ffffff;
    height: auto;
}
@media only screen and (min-width: 768px) {
  .tf-menu {
    padding: 10px 0 0 0;
  }
   .top {
    text-align:right; 
    padding:20px 46px 20px 20px
    }
}



#tf-menu.transparent {
    background-color: white;
}

@media only screen and (min-width: 768px) {
    #tf-menu.transparent {
        background-color: rgba(255,255,255,0.8)!important;
        background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
        background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
        background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    }
}

.navbar-brand img {
    height: 30px;
    width: auto;
}
.navbar-brand { padding: 12px 15px }
.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 8px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    border-bottom: 2px solid #009a9b;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #009a9b }



/* +++++++++++++++++++++++++++++++++
    Background-Bilder
+++++++++++++++++++++++++++++++++ */

.overlay {
    padding: 20% 0;
    background-attachment: fixed;
}

.banner {
    background-attachment: initial !important;
    background-size: cover !important;
    height: 450px;
}

@media only screen and (min-width: 768px) {
    .banner {
        background-size: cover!important;
        background-position: center!important;
        background-attachment: fixed!important;
        background-repeat: no-repeat!important;
        color: #000;
    }
}

    /* Gold Style */
    #bg-gold {
        background: url(../images/bg/gold.jpg);
    }

    /* Home Style */
    #bg-home {
        background: url(../images/bg/home.jpg);
    }

    /* Work Style */
    #bg-works {
        background: url(../images/bg/work.jpg);
    }

    /* Nails Style */
    #bg-nails {
        background: url(../images/bg/nails.jpg);
    }

    /* Mechanic Style */
    #bg-mechanic {
        background: url(../images/bg/mechanic.jpg);
    }

    /* Clock Style */
    #bg-clock {
        background: url(../images/bg/clock.jpg);
    }

    /* Acustic Style */
    #bg-acustic {
        background: url(../images/bg/acustic.jpg);
    }

    /* Contact Style */
    #bg-contact {
        background: url(../images/bg/contact.jpg);
    }

    /* Contact Style */
    #bg-imprint {
        background: url(../images/bg/imprint.jpg);
    }



/* Button */

.button a {
    float: right;
    padding: 10px;
    background-color: #f5f2f2;
    border-bottom: 2px solid #e5007b;
    font-size: 15px;
    color: #e5007b;
}


/* Messe */
.exhibition { width: 100%; }
.exhibition td { padding: 5px 20px 5px 0; }
.exhibition .line { border-bottom: 1px solid black; }



/* +++++++++++++++++++++++++++++++++
    Seiten-Bereiche
+++++++++++++++++++++++++++++++++ */

/* Intro Section */
#tf-intro {
    background-color: #009a9b;
    color: #fff;
    margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #tf-intro {
    margin-top: 0px;
  }
}
#tf-intro .highlight {
    color: white;
}
#tf-quality .firstbox {
    text-align:left;
}
@media only screen and (min-width: 768px) {
  #tf-quality .firstbox {
    text-align: right;
  }
}



/* Works Section */

.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
    -webkit-transition: all 08s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translateX(100%) translateY(-90%);
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%)  translateY(-90%);
    opacity: 1;
}

ul.cat { margin: 30px 0 }
ul.cat li a {
    background: inherit;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
    background: #f1f1f1;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    color: inherit;
}

.box { border: 1px solid #f1f1f1; }
.box a { margin: 2px }
.box .hover-bg {
    position: relative;
    overflow: hidden;
}
.box .hover-bg .hover-text {
    height: 100%;
    bottom: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    background: transparent;
}
.box:hover .hover-bg .hover-text { background-color: rgba(1, 1, 1, 0.5) }
.box .hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa {
    font-size: 20px;
    background: #009a9b;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
}
.box .hover-text i.fa:hover { background: #333333 }
.box .hover-text i.fa.fa-expand {
    border-top-right-radius: 0;
    -webkit-transform: translateX(-400%) translateY(0%);
    transform: translateX(-400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-expand {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa.fa-chain {
    border-top-left-radius: 0;
    -webkit-transform: translateX(400%) translateY(0%);
    transform: translateX(400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-chain {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}



/* Contact Section */
/*********************************/

.contact-detail {
    text-align: center;
    margin: 60px 0;
}
.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #009a9b;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #333333 }
