

.banner
{
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, .5) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQIW2NkYGD4z8DAwMgAI0AMDA4AI3EBBCKrOnQAAAAASUVORK5CYII=');
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100vh;
    letter-spacing: 2px;
}

.banner__video
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.navbar p span
{
    display: block;
    text-transform: uppercase;
}

img.brand-img
{
    max-width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.content-block
{
    padding-bottom: 0;
}

p.lead
{
    margin-bottom: 2em;
}

main .container
{
}

.content-1-9
{
}

.mt-20
{
    margin-top: 5em;
}

.pt
{
    padding-top: 3em;
}

.large_txt
{
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4;
}

fieldset
{
    border: 0px solid #fff;
    border-radius: 0px;
    padding: 0px;
}

.container hr
{
    padding-bottom: 2em;
    margin-top: 4em;
}

.container h2
{
    padding-bottom: 1em;
    padding-top: 1em;
}

.footer-1-3 .brand-img {
	width: 250px !important;
}


.content-1-9 .fa,
a {
color: #e27f02 !important;
}

a {
	cursor:pointer;
}

#impressum ul, #datenschutz ul {
	list-style: circle;
}