/* restrict main container width to disable xl and xll breakpoints */
.main-container {
    max-width: 1024px;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: 300;
    font-size: 16px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #b61923;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

dt {
    font-weight: normal;
}

p {
    text-align: justify;
}

/* map iframe */
iframe {
    width: 100%;
    height: 250px;
}

.img-header-thumb {
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
}

a, a:visited {
    color: #b61923;
}

hr {
    color: #999999;
}

.in-gruendung {
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}