body {
    margin: 0;
    background-color: #000000;
    font-family: Allerta Stencil;
    font-size: 16px;
    line-height: 28px;
    color: #9a9a9a;
}

@font-face {
    font-family: 'Allerta Stencil';
    font-style: normal;
    font-weight: normal;
    src: local('Allerta Stencil Regular'),local('Allerta-Stencil-Regular'),
 url('../media/font/allerta-stencil-regular.woff2') format('woff2'),
 url('../media/font/allerta-stencil-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Capture it';
    font-style: normal;
    font-weight: normal;
    src: local('Capture it'),local('Capture-it'),
 url('../media/font/Capture-it.ttf') format('truetype');
}

p {
    font-family: Allerta Stencil;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #9a9a9a;
    font-weight: normal;
}

h1 {
    font-family: Capture it;
    font-size: 45px;
    color: #000000;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 2px;
    background-image: linear-gradient(140deg, rgb(232, 51, 36) 0%, rgb(187, 35, 36) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-family: Capture it;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 2px;
    background-image: linear-gradient(140deg, rgb(232, 51, 36) 0%, rgb(187, 35, 36) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-family: Capture it;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #73604C;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 1px;
}

h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9a9a9a;
    font-weight: normal;
    font-family: Capture it;
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9a9a9a;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    color: #E83324;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

span {
    color: #9a9a9a;
}

ul {
    list-style-type: disc;
}

li {
    margin-top: 15px;
    margin-bottom: 15px;
}

label {
    color: #9a9a9a;
    font-weight: normal;
}

input {
    color: #9a9a9a;
    font-weight: normal;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
}

textarea {
    color: #9a9a9a;
    font-weight: normal;
    padding: 5px 10px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    position: relative;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
}

input[type=checkbox]:checked {
    background-color: #00aaff;
}

input[type=checkbox]:checked:before {
    content: url('/media/Check.svg');
    color: #9a9a9a;
    position: absolute;
    left: 3px;
    width: 13px;
    height: 13px;
    top: 2px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: none;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
}

select {
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #808080;
    background-image: url('/media/SelectArrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    background-color: #ffffff;
    border-radius: 0;
}

input[type=radio] {
    border: 1px solid #808080;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    margin-left: 0;
    margin-right: 5px;
}

input[type=radio]:checked {
    background-color: #00aaff;
}

input[type=radio]:checked:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

table {
    border-collapse: collapse;
}

th {
    border: 1px solid #000000;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: center;
}

td {
    padding: 5px 10px;
    border: 1px solid #000000;
}

tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.Button {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 20px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-flex;
    margin-bottom: 15px;
    background-image: url('../media/Button-Texture.png');
    background-size: auto 100%;
    background-position: right center;
    font-size: 18px;
}

.Button:hover {
    text-decoration: none;
    color: #cacaca;
}

.Button:active {
    text-decoration: none;
    color: #cacaca;
}

.Button:focus {
    text-decoration: none;
    color: #cacaca;
}

.RechtsTextWrap {
    padding: 50px 20px 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

@media (min-width: 501px) and (max-width: 999px) {
    .RechtsTextWrap {
        padding: 80px 25px 150px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

@media (min-width:1000px) {
    .RechtsTextWrap {
        padding: 100px 50px 150px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
}

.H1Recht {
    margin-bottom: 40px;
}

.H2Recht {
    margin-top: 50px;
    margin-bottom: 25px;
}

.HeaderLogoTop {
    font-family: Capture it;
    color: #000000;
    text-transform: uppercase;
    font-size: 51px;
    letter-spacing: 10px;
    text-align: center;
    background-image: linear-gradient(140deg, rgb(232, 51, 36) 0%, rgb(187, 35, 36) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.HeaderLogoDown {
    color: #73604C;
    font-size: 14px;
}

.MenuDescriptionTxt {
    line-height: 16px;
}

.HeaderMenuLink a:hover {
    color: #E83324;
    text-decoration: none;
}

@media (max-width:600px) {
    .HeaderLogo {
        width: 150px;
        height: auto;
    }
}

@media (max-width:500px) {
    .HeaderMenuLink a {
        font-size: 16px;
    }
}

.Titelbild {
    background-image: url('../media/Waermedaemmung-Goki-Bau.JPG');
    height: 500px;
    background-size: cover;
    background-position: center top;
}

footer a {
    color: #ffffff;
}

.PaddingTop0 {
    padding-top: 0;
}

@media (max-width:500px) {
    h1 {
        font-size: 32px;
        line-height: 32px;
    }

    h3 {
        font-size: 24px;
        line-height: 26px;
    }

    h2 {
        font-size: 30px;
    }
}

.BGBrown {
    background-color: #73604C;
}

.BGBrown h3 {
    color: #000000;
}

.BGBrown span {
    color: #ffffff;
}

.MarginBottom100px {
    margin-bottom: 100px;
}

.MarginTop100px {
    margin-top: 100px;
}

.PaddingBottom25px {
    padding-bottom: 25px;
}

.BGDirt {
    background-image: url('/media/Dirt-Texture-BG.png');
    background-size: 500px;
    background-repeat: repeat;
    background-position: left top;
}

.PaddingBottom0 {
    padding-bottom: 0;
}

.ImgFrameTop {
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: url('../media/Image-Texture-Top.png');
    background-size: 100% 100%;
    top: 0;
    z-index: 10;
}

.ImgFrameRight {
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: url('../media/Image-Texture-Right.png');
    background-size: 100% 100%;
    right: 0;
    z-index: 10;
}

.ImgFrameLeft {
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: url('../media/Image-Texture-Left.png');
    background-size: 100% 100%;
    left: 0;
    z-index: 10;
}

.ImgFrameBottom {
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: url('../media/Image-Texture-Bottom.png');
    background-size: 100% 100%;
    bottom: 0;
    z-index: 10;
}

@media (max-width:749px) {
    .TxtImgFullImageWrap {
        height: 500px;
        position: relative;
    }

    .ImgFrameLeft {
        display: none;
    }
}

.PaddingBottom10px {
    padding-bottom: 10px;
}

@media (max-width:749px) {
    .ImgFrameRight {
        display: none;
    }
}

.AniImgRight {
}

.BGBrown p {
    color: #ffffff;
}

.AniImgLeft {
}

.TxtWhite {
    color: #ffffff;
}

.RelativeZ1 {
    position: relative;
    z-index: 1;
}

.PaddingTop100px {
    padding-top: 100px;
}

.PaddingBottom100px {
    padding-bottom: 100px;
}

@media (min-width:1000px) {
    .Titelbild {
        height: 600px;
    }
}

@media (max-width:500px) {
    .DividerIcon {
        width: 60px;
        height: 60px;
    }
}

.FuhrparkWrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.FuhrparkWrap .DividerIcon {
    width: 150px;
    height: 150px;
    margin-left: 10px;
    margin-right: 10px;
}

.FuhrparkWrap .DividerIcnsTxt {
    margin-top: -15px;
    margin-bottom: 15px;
}
