/* CSS layout */

@font-face {
    font-family: handel-gothic;
    src: url(../fonts/HANDGOTN.TTF);
    font-weight: bold;
}

.jumbotron {
    padding-top:5px;
    padding-bottom:5px;
    background-color: #f8f8f8;
    margin-bottom:0px;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:20px;
        padding-bottom:20px;
    }
}


.bg {
    padding-bottom: 30px;
    padding-top: 30px;
}

.bg-small {
    padding-bottom: 10px;
    padding-top: 10px;
}

.no-margin {
    margin: 0px;
}
.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-alt {
    background-color: #F8F8F8;
}

.bg-alt2 {
    color:#fff;
    background-color: #444;

}

.bg-normal {
    background-color: #fff;
}

.container {
}

.centerred {
    text-align: center;
}

.left {
    text-align: left;
}

.text_lg {
    font-size: large;
}
.text_x-lg {
    font-size: x-large;
}

.text_xx-lg {
    font-size: xx-large;
}

.jumbotron .h1, .jumbotron h1 {
    font-weight: bold;
    font-style: italic;
    font-family: handel-gothic;
    font-size: 40px;
}

#banner {
    width: 100%;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 90px;
    }
    #logo {
        height: 150px;
        margin-top:10px;
        margin-right:40px;
    }
}

#navbar-top {
    display:none;
}

#navbar-normal {
    border: 0px;
    margin-bottom: 0px;

}

.navbar-default .navbar-nav>li:hover {
    background-color: #ddd;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #eee;
    background-color: #C00;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-color: #C00;
    border-color: #C00;
}

.btn-primary:hover {
    background-color: #b30000;
    border-color: #b30000;
}

.btn-primary:active {
    background-color: #b30000;
    border-color: #b30000;
}


.thumbnail {
    border-radius: 4px;
}

.thumbnail:hover {
    border: 1px solid #C00;
    border-color: #C00;
}

.thumbnail a:hover {
    text-decoration: none;
}

.thumbnail .caption {
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.thumbnail img {
    width:100%;
    padding:10px;
} 

a {
    color: #333;
}

a:hover {
    color: #C00;
}

a:active {
    color: #800000;
}

h3 {
    font-size: 18px;
}

hr {
    margin:0px;
}

#standort_karte iframe {
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 768px) {
    #standort_karte iframe {
        height: 400px;
    }
}

@media screen and (min-width: 992px) {
    #standort_karte iframe {
        height: 500px;
    }
}

#contact_form label {
    display: inline-block;
    width: 20%;
    font-style: normal;
    font-weight: normal;
}
#contact_form input[type=text], #contact_form textarea {
    display: inline-block;
    width: 70%;
    font-style: normal;
    font-weight: normal;
    padding-left:0.2em;
    margin-top: 0.2em;
}
#consent {
    text-align: left;
    margin-top: 1em;
}
#consent input {
    display:inline-block;
}
#consent label {
    display:inline;
    width: 80%;
}



.col-md-2 {
    padding-left: 5px;
    padding-right:5px;
}

#chronik img {
    max-width: 500px;
    width:100%;
    height: auto;
}

#chronik .row {
    padding: 20px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.alert {
    margin-top:10px;
    margin-bottom:10px;
}

.red {
    color: #C00;
}

#contact_form textarea {
    vertical-align: middle;
}

.rounded {
    border-radius: 4px;
}

.result_info {
   display:none;
}

.produktinfo {
    display: none;
    float:none;
    transition: display 0.5s;
}

@media screen and (min-width: 768px) {
    .produktinfo {
        width: 60%;
    }
}

@media screen and (min-width: 992px) {
    .produktinfo {
        width: 50%;
    }
}

.produktinfo img {
    width: 200px;
    height: 200px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}

#produktinfo {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #produktinfo {
        float: right;
        width:68%;
    }
}

#produktinfo img {
    width:200px;
    height: 200px;
}

#produktinfo table {
    text-align: left;
}

#produktliste { 
    overflow-y: auto;
    max-height: 300px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    #produktliste {
        max-height: 500px;
        width: 30%; 
    }
}

#produktliste ul {
    list-style: none;
    padding-left: 0px;
}

#produktliste li a:hover {
    cursor: pointer;
    text-decoration: none;
}

#produktliste li a {
    transition: padding 0.2s;
}

#produktliste li a.active {
    padding:3px;
    padding-left: 3px;
    color: #f8f8f8;
    background-color: #C00;
}

#search_field, #search_btn {
    border-radius: 0px;
}

#ausfuehrungen {
    margin-top: 50px;
}





