/* Move down content because we have a fixed navbar that is 50px tall */

.img-title {
  padding-left: 15px;
  padding-right: 15px;
  display:table;
}

@media all and (min-width:992px) {
  .img-title > .center {
    display:table;
    width: 100%;
    height: 100%;
  }
  .row-eq-height {
    display:table;
  }
  .col-eq-height {
    display:table-cell;
    overflow: hidden;
  }
  .img-title > .center > span {
    display:table-cell;
    vertical-align: middle;
  }
}

@media all and (max-width:992px) {
  .img-title {
    width : 100%;
  }
}

.img-title > .center > span {
  height: 100%;
  padding:10px;
  text-align: center;
  color: #AB503A;
  font-weight: normal;
}

* {
    font-family: 'Raleway', 'Verdana', sans-serif;
    font-size: 15px;
    color: #666;
}

.navbar-collapse:after {
    clear:right;
}

.img-fill {
    width:100%;
}

.img-caption {
    position: relative;

    background-color: rgba(255, 255, 255, 0.75);
    font-family: 'Tillana', cursive;
    font-size: 32px;
    font-weight: 400;
    padding:4px;
}

.navbar-nav {
    float:right;
}

.navbar-inverse .social:hover, .navbar-inverse .social:focus {
    background-color: white;
    border-radius:100%;
}

.social:hover {
    background-image:none;
}

.navbar-inverse .navbar-toggle .icon-bar  {
    background-color:#000;
}

.navbar-toggle, .social {
    position: relative;
    float: right;
    margin-right:4px;
    margin-top:12px;
    background-color: #EEE7DD;
    background-image: none;
    border-radius: 80%;
    border:none;
    width:41px;
    height:41px;
}

.social {
    display:block;
    list-style: none outside none;
    background-image: none;
    border:none;
    padding:3px;
}

.socialcontainer > .social {
    margin-top:30px;
}

.socialcontainer {
    display: inline;
}

.logo {
    margin-top:15px;
    margin-bottom:15px;
    margin-right:0px;
}

.navbar {
    background-color: white;
    font-weight: bold;
    margin-bottom: 30px;
    border-radius:0px;
    border:none;
    padding-top:10px;
    min-height: 70px;
    border-bottom: #4ba6e6 4px solid;
}

.uberheader {
    border-bottom: black 1px solid;
}
/*.navbar-nav > li > a {
    font-family: 'Liberation Sans', 'Helvetica Neue', sans;
}*/

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

.numbers {
    font-family:  'Open Sans', 'Verdana', sans-serif;
    color: inherit;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
     background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a:hover {
    color: black;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a > .glyphicon {
    color: #7e7e7e;
    font-size:17px;
}

.navbar-inverse .navbar-nav {
    list-style: circle outside none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a > .glyphicon {
    color: #F37E1E;
}

.logo-img {
    height: 78px;
    margin: 0px 10px 10px;
}

@media all and (min-width: 768px) {
    .navbar-header {
        display: none;
    }
    .content {
        padding-top:170px;
    }
}

@media all and (max-width: 768px) {

    #nav > .container {
        margin-right:15px;
    }

    .navbar-nav {
        width :100%;
    }

    .navbar-collapse > .logo {
        display:none;
    }

    .container > .navbar-header {
        margin-left : 0px;
        margin-right : 0px;
    }

    .content {
        padding-top:180px;
    }

    .socialcontainer {
        display: none;
    }

}

#nav.affix, #nav.affix-top {
    margin-left:15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
}

#nav > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

body {
    overflow-x:hidden;
    background: #d6cdbc; /* Old browsers */
    background-image:url('img/backgroundcut.png'),-moz-linear-gradient(top,  #d6cdbc 0%, #d9d0bf 4%, #dcd3c2 7%, #ded6c3 7%, #dcd3c2 7%, #dcd4c7 7%, #dfd7ca 12%, #e1d9cc 12%, #e4dccf 15%, #e5ddd2 20%, #e7dfd4 20%, #e4e2d5 24%, #eae6db 31%, #eae6dd 34%, #eae6da 38%, #ece8dd 38%, #eeeadf 57%, #f0ece1 57%, #efebe0 63%, #f1ede2 63%, #efebe0 63%, #f0ece1 72%, #eeeadf 72%, #eae6dd 85%, #e8e4d9 89%, #e6e2d7 89%, #e4e2d5 91%, #e9e1d6 91%, #e7dfd4 94%, #e1d9cc 98%, #dfd7ca 98%, #ded6c9 100%); /* FF3.6+ */
    background-image:url('img/backgroundcut.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6cdbc), color-stop(4%,#d9d0bf), color-stop(7%,#dcd3c2), color-stop(7%,#ded6c3), color-stop(7%,#dcd3c2), color-stop(7%,#dcd4c7), color-stop(12%,#dfd7ca), color-stop(12%,#e1d9cc), color-stop(15%,#e4dccf), color-stop(20%,#e5ddd2), color-stop(20%,#e7dfd4), color-stop(24%,#e4e2d5), color-stop(31%,#eae6db), color-stop(34%,#eae6dd), color-stop(38%,#eae6da), color-stop(38%,#ece8dd), color-stop(57%,#eeeadf), color-stop(57%,#f0ece1), color-stop(63%,#efebe0), color-stop(63%,#f1ede2), color-stop(63%,#efebe0), color-stop(72%,#f0ece1), color-stop(72%,#eeeadf), color-stop(85%,#eae6dd), color-stop(89%,#e8e4d9), color-stop(89%,#e6e2d7), color-stop(91%,#e4e2d5), color-stop(91%,#e9e1d6), color-stop(94%,#e7dfd4), color-stop(98%,#e1d9cc), color-stop(98%,#dfd7ca), color-stop(100%,#ded6c9)); /* Chrome,Safari4+ */
    background-image:url('img/backgroundcut.png'), -webkit-linear-gradient(top,  #d6cdbc 0%,#d9d0bf 4%,#dcd3c2 7%,#ded6c3 7%,#dcd3c2 7%,#dcd4c7 7%,#dfd7ca 12%,#e1d9cc 12%,#e4dccf 15%,#e5ddd2 20%,#e7dfd4 20%,#e4e2d5 24%,#eae6db 31%,#eae6dd 34%,#eae6da 38%,#ece8dd 38%,#eeeadf 57%,#f0ece1 57%,#efebe0 63%,#f1ede2 63%,#efebe0 63%,#f0ece1 72%,#eeeadf 72%,#eae6dd 85%,#e8e4d9 89%,#e6e2d7 89%,#e4e2d5 91%,#e9e1d6 91%,#e7dfd4 94%,#e1d9cc 98%,#dfd7ca 98%,#ded6c9 100%); /* Chrome10+,Safari5.1+ */
    background-image:url('img/backgroundcut.png'),-o-linear-gradient(top,  #d6cdbc 0%,#d9d0bf 4%,#dcd3c2 7%,#ded6c3 7%,#dcd3c2 7%,#dcd4c7 7%,#dfd7ca 12%,#e1d9cc 12%,#e4dccf 15%,#e5ddd2 20%,#e7dfd4 20%,#e4e2d5 24%,#eae6db 31%,#eae6dd 34%,#eae6da 38%,#ece8dd 38%,#eeeadf 57%,#f0ece1 57%,#efebe0 63%,#f1ede2 63%,#efebe0 63%,#f0ece1 72%,#eeeadf 72%,#eae6dd 85%,#e8e4d9 89%,#e6e2d7 89%,#e4e2d5 91%,#e9e1d6 91%,#e7dfd4 94%,#e1d9cc 98%,#dfd7ca 98%,#ded6c9 100%); /* Opera 11.10+ */
    background-image:url('img/backgroundcut.png'),-ms-linear-gradient(top,  #d6cdbc 0%,#d9d0bf 4%,#dcd3c2 7%,#ded6c3 7%,#dcd3c2 7%,#dcd4c7 7%,#dfd7ca 12%,#e1d9cc 12%,#e4dccf 15%,#e5ddd2 20%,#e7dfd4 20%,#e4e2d5 24%,#eae6db 31%,#eae6dd 34%,#eae6da 38%,#ece8dd 38%,#eeeadf 57%,#f0ece1 57%,#efebe0 63%,#f1ede2 63%,#efebe0 63%,#f0ece1 72%,#eeeadf 72%,#eae6dd 85%,#e8e4d9 89%,#e6e2d7 89%,#e4e2d5 91%,#e9e1d6 91%,#e7dfd4 94%,#e1d9cc 98%,#dfd7ca 98%,#ded6c9 100%); /* IE10+ */
    background-image:url('img/backgroundcut.png'),linear-gradient(to bottom,  #d6cdbc 0%,#d9d0bf 4%,#dcd3c2 7%,#ded6c3 7%,#dcd3c2 7%,#dcd4c7 7%,#dfd7ca 12%,#e1d9cc 12%,#e4dccf 15%,#e5ddd2 20%,#e7dfd4 20%,#e4e2d5 24%,#eae6db 31%,#eae6dd 34%,#eae6da 38%,#ece8dd 38%,#eeeadf 57%,#f0ece1 57%,#efebe0 63%,#f1ede2 63%,#efebe0 63%,#f0ece1 72%,#eeeadf 72%,#eae6dd 85%,#e8e4d9 89%,#e6e2d7 89%,#e4e2d5 91%,#e9e1d6 91%,#e7dfd4 94%,#e1d9cc 98%,#dfd7ca 98%,#ded6c9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6cdbc', endColorstr='#ded6c9',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: 50% 100px;

}

.text-col > .text-content {
    background-color: #FFFFFF;
    opacity: 0.8;
    background-origin:content-box;
    background-clip:content-box;
    padding-bottom:10px;
    margin-bottom:20px;
}

.orange {
    color:#F37E1E;
}

h2.first-text {
    position:relative;
    bottom:0px;
}

.first-text {
    padding-top:20px;
    margin-top:30px;
}

.text-col > .text-content > h2, h3, p {
    padding-left:10px;
    padding-right:10px;
}

.text-col > .text-content > h2 {
    font-size:25px;
    font-weight:normal;
    color: #AB503A;
}

.text-col > .text-content > h2 > b {
    font-size:25px;
    font-weight:bold;
    color: #AB503A;
}

.minihead {
    font-size:20px;
    color: #AB503A;
    padding-bottom:10px;
}

.image-col {
    background-color: transparent;
}

footer {
    margin-bottom:0px;
}

footer > .container > .row {
    background-color: #FFFFFF;
    margin: 0px;
    margin-top:0px;
    margin-bottom: 25px;
    opacity: 0.8;
}

.impressum-expander {
    margin-top:5px;
}

#impressum.collapsing > p, #impressum.collapse.in > p {
    margin-top:0px;
}
.contact {
    padding: 10px;
    margin-top:0px;
}

#impressum > ul {
    padding-left:15px;
}

.contact > ul {
    display:inline-block;
    padding-left:0px;
    margin-bottom:0px;
}

.contact > ul > li {
    display:inline-block;
}
.contact > ul > li > span {
    padding-left:8px;
    padding-right:8px;
}

ul.inline-inside {
    padding-left: 10px;
    list-style-position:inside;
}

figure {
    margin: 0px 0px 0px;
}

@media all and (min-width:992px) {
    .content {
        padding-top:170px;
    }
    .text-col > .tc-home {
        height:49em;
    }
    .tc-home > .first-text {
        height:3em;
    }
    .text-col > .tc-preise {
        height:50em;
    }
    .text-col > .tc-leistungen {
        height:53em;
    }
    .text-col > .tc-kontakt {
        height:34em;
    }
    .text-col > .tc-info {
        height:40em;
    }
}

.author {
    color: #AB503A;
    text-align:right;
    display:block;
    padding:bottom:10px;
    padding-right:20px !important;
}


.signature {
    color: #AB503A;
    text-align:center;
    display:block;
    padding:bottom:10px;
    padding-right:20px !important;
}

.center-aligned {
    text-align:center;
    display:block;
}

.right-aligned {
    text-align:right;
    display:block;
    padding-right:20px !important;
}

.gapping > li {
    padding:4px;
}

.price-entry {
    font-weight: 600;
}
.price {
    text-align: right;
    width: 100%;
    display: block;
    padding-right: 15px;
}
