﻿/* anton-regular - latin */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Anton Regular'), local('Anton-Regular'), url('../fonts/anton-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/anton-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/anton-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/anton-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/anton-v10-latin-regular.svg#Anton') format('svg'); /* Legacy iOS */
}

body {
    background-color: #ffcb26;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 100px;
}


a {
    color: #0066b3;
}

h1 {
    font-family: "Anton";
    font-size: 40px;
    font-weight: bold;
    color: #0066b3;
}

h2 {
    font-family: "Anton";
    font-size: 25px;
    font-weight: bold;
    color: #0066b3;
}

h3 {
    font-family: "Anton";
    font-size: 22px;
    font-weight: bold;
    color: #0066b3;
}

h4 {
    font-family: "Anton";
    font-size: 21px;
    font-weight: bold;
    color: #0066b3;
}

p {
    font-size: 16px;
    color: #0066b3;
}

ul {
    color: #0066b3;
}


html {
    position: relative;
    min-height: 100%;
}

.align-justify {
    text-align: justify;
}

.headerbalken {
    background-image: url(pics/dd_headerbalken_zusatzgrafik.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 19px;
}

.headerbild {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}

.MenuNavigation {
    font-family: "Anton";
    font-size: 30px;
    background-color: #0066b3;
    color: #ffffff;
}

    .MenuNavigation a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }

        .MenuNavigation a:hover {
            color: #ffcb26;
            font-weight: bold;
            text-decoration: none;
        }

.MenuButton1 {
    font-family: "Anton";
    background-color: #0066b3;
    width: 360px;
    height: 87px;
    display: table;
    height: 87px;
    width: 360px;
    table-layout: fixed
}

    .MenuButton1 .TblMenuDefault {
        display: table-row;
        vertical-align: middle
    }

    .MenuButton1 .TblMenu1 {
        display: table-cell;
        width: 50px;
        padding-left: 10px;
        height: 87px;
        vertical-align: middle
    }

    .MenuButton1 .TblMenu2 {
        display: table-cell;
        width: 270px;
        padding-left: 30px;
        height: 87px;
        text-align: left;
        vertical-align: middle
    }

    .MenuButton1 a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        display: block;
        font-size: 30px;
    }

        .MenuButton1 a:hover {
            color: #ffcb26;
            font-weight: bold;
            text-decoration: none;
        }


.ContactHead {
    background-color: #0066b3;
    color: #ffffff;
}

.ContactItm {
    background-color: #e1edf9;
    color: #0066b3;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    background-color: #ffcb26;
    font-size: 14px;
    color: #0066b3;
}

    .footer a {
        color: #0066b3;
        text-decoration: none;
        font-size: 14px;
        font-weight: normal;
    }

        .footer a:hover {
            color: #0066b3;
            text-decoration: underline;
        }

.cardBodyColor {
    background-color: #ffcb26;
}


.faqItm {
    background-color: #0066b3;
    color: #ffffff;
    width:100%;
}

    .faqItm a {
        color: #ffffff;
    }

.TxtLineBr{
   white-space:nowrap;
}

.ULColor {
    color: #0066b3;
}