/**
 * @author Fio
 */

body {
    background: #f8f8f8;
    font-size: 100.1%;
    padding: 0px;
    text-align: center;
}

body.home #content {
    display: none;
}

body,
p,
td,
div {
    color: #666;
    font-size: 14px;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 300;
    word-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .nav>li>a,
.dropdown-menu a,
.nav-collapse .nav>li>a,
.nav-collapse .dropdown-menu a {
    font-weight: 300;
}

.tgc,
table.tgc {
    width: 100%;
    height: 100%;
}

img {
    border: 0 none;
}

.breite {
    float: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    margin: 60px 20px;
}

.navbar,
#information .moduletable {
    margin: 0;
    padding: 10px 30px;
}

.navbar .nav {
    margin-top: 10px;
}

.navbar .nav>li>a {
    margin-bottom: 0;
    font-size: 14px;
}

.navbar .caret {
    margin-left: 10px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background: #eee;
    box-shadow: none;
}

.dropdown-menu a,
.nav-collapse .nav>li>a,
.nav-collapse .dropdown-menu a {
    box-shadow: none !important;
    font-size: 14px;
}

.navbar .nav>li>.dropdown-menu:after {
    border: 0 none;
}

.navbar .nav>li>.dropdown-menu:before {
    border: none;
}

#top,
#header,
#information {
    width: 100%;
}

.home #top {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2px 5px #888;
}

.home #header {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-image: url(../images/slideshow/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home #information {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
}

#content {
    height: 80%;
    text-align: left;
}

#component {
    background: #fff;
    box-shadow: 0 2px 2px #eee;
    padding: 10px 30px;
}

body.eindruecke #component {
    padding: 0;
}

#information p {
    margin: 0 0 5px 0;
}

.infotop {
    min-height: 100px;
}

#content p {
    line-height: 150%;
    font-size: 16px;
}

#content strong {
    font-weight: 400;
}

.page-header,
hr {
    border-color: #eee;
}

p.caption-mid img {
    max-width: 320px;
    width: 100%;
    float: right;
    margin: 0 0 20px 20px;
}

p.caption-big img {
    max-width: 400px;
    width: 100%;
    float: right;
    margin: 0 0 20px 20px;
}

.clearfloat {
    clear: both;
}

#fuertecontainer .activeslide img {
    width: auto !important;
    height: auto !important;
}

ul#thumb-list {
    width: auto !important;
}

@media (max-width: 768px) {
    .home #top {
        position: relative;
    }

    .home #header {
        position: relative;
    }

    .home #information {
        position: relative;
    }
}

@media (max-width: 640px) {
    #information h3 {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {

    .navbar,
    #information .moduletable {
        padding: 7px 5px;
    }

    .navbar .brand {
        max-width: 235px;
    }

    .infotop {
        min-height: 40px;
    }

    #content .vsig1_0,
    #content .vsig_top1_0 {
        width: 320px;
        margin: 0;
    }

    #content .vsig_top img,
    #content .vsig_ruler1_0 {
        width: 100%;
        max-width: 400px;
    }
}