@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html * {
    font-family: 'Open Sans', sans-serif !important;
}

p {
    padding: 10px 0;
}

strong{
    font-weight: bold;
}

.header_topbar ul{
    margin: 0;
    padding: 10px;
    list-style-type: none;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
}

.header_topbar ul li {
    display: inline;
    margin-right: 20px;
}

.logo_bg{
    background: url('../images/header.png') no-repeat;
    width: 100%;
    min-height: 300px;
}

.logo_content{
    margin: auto;
    max-width: 1000px;
    line-height: 300px;
}

.logo{
    vertical-align: middle;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    background-color: #c62632;
    text-transform: uppercase;
    line-height: 50px;
}

#nav ul li {
    display: inline;
}

#nav ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 12px 10px;
    
}

#nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff6666
}

#content {
    margin: 10px auto 10px auto;
    max-width: 1000px;
}
.footer_info {
    color: #ffffff;
    font-size: 11px;
    padding: 0;
    line-height: 30px;
}
footer {
    clear: both;
    width: 100%;
    background-color: #333333;
}

footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

footer ul li {
    display: inline;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 12px 10px;
    
}

footer ul li a:hover {
    color: #c62632;
}

.box-head{
    font-size: 1.5em;
    color: #c62632;
    padding: 5px 20px;
    border-bottom: 3px solid #c62632;
}

.box-head-full{
    clear: both;
    font-size: 1.3em;
    color: #FFFFFF;
    padding: 5px 20px;
    margin: 20px 20px 0 20px;
    background: #c62632;
}
.box-content{
    padding: 10px 10px;
    font-size: 1em;
    vertical-align: top;
}

.box-content p{
    clear: both;
}

.hersteller-box{
    float: left;
    margin: 5px 20px;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hersteller-box img{
    max-width: 200px;
    max-height: 200px;
}

.hersteller-box p{
    line-height: 30px;
}

.story-left {
    max-width: 100px;
    float:left;
}
.story-right {
    max-width: 100px;
    float:right;
}

.kontakt {
    margin: 10px 0;
    float: left;
    min-width: 50%;
    max-width: 50%;
}

.kontakt input, .kontakt textarea {
    margin: 5px;
    padding: 5px;
    width: 80%
}

.kontakt textarea{
    height: 200px;
}

.kontakt iframe{
    margin-top: 10px;
    width: 300px;
    height: 300px;
}