@keyframes cookiesDelay {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes cookiesDelay {
    from {opacity: 0;}
    to {opacity: 1;}
}
@font-face {
    font-family: 'Allianz';
    src: url("../font/AllianzSans.eot");
    src: url("../font/AllianzSans.eot?#iefix") format("embedded-opentype"),
    url("../font/AllianzSans.woff") format("woff"),
    url("../font/AllianzSans.woff2") format("woff2"),
    url("../font/AllianzSans.ttf") format("truetype"),
    url("../font/AllianzSans.svg#allianz") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'AllianzBold';
    src: url("../font/AllianzSans-Bold.eot");
    src: url("../font/AllianzSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/AllianzSans-Bold.woff") format("woff"),
    url("../font/AllianzSans-Bold.woff2") format("woff2"),
    url("../font/AllianzSans-Bold.ttf") format("truetype"),
    url("../font/AllianzSans-Bold.svg#allianz_bold") format("svg");
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'AllianzBoldItalic';
    src: url("../font/AllianzSans-BoldItalic.eot");
    src: url("../font/AllianzSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../font/AllianzSans-BoldItalic.woff") format("woff"),
    url("../font/AllianzSans-BoldItalic.woff2") format("woff2"),
    url("../font/AllianzSans-BoldItalic.ttf") format("truetype"),
    url("../font/AllianzSans-BoldItalic.svg#allianz_bolditalic") format("svg");
    font-weight: bold;
    font-style: italic
}

body {
    background-color: #DADADA;
    font-family: 'Allianz', "Times New Roman";
    font-style: normal;
    font-size: 16px;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #000;
}

a {
    color: #003781;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    a:hover {
        color: #003468;
    }
p{margin-bottom: 5px;}
strong{font-family: "AllianzBold"}
.small{font-size: 75%;}

.brandColor {
    color: #e0001b;
}
    a.brandColor:hover {
        color: #c1001c;
    }
em.grayColor {
    color: #b4b4b4;
    font-style: normal;
}
address {
    font-style: normal;
    font-weight: normal;
}

    address h5 {
        font-weight: 600;
    }

.left {
    float: left;
}

.right {
    float: right;
}


#header {
    background-image: url("../header.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    height: 800px;
    padding: 15px;
    z-index: 15;
}
.headerTopArea{
    margin: 0;
    display: block;
    position: relative;
    /*padding-top: 30px;*/
}
.logo {
    position: relative;
    z-index: 15;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-bottom: 10px;
    padding-top: 30px;
}
        .bigLogo{
             display: block;
             width: 250px;
             height: auto;
         }
        .smallLogo{
            display: block;
            width: 180px;
            height: auto;
        }
    .claim {
        display: inline-block;
        vertical-align: middle;
        width: 67%;
        text-align: center;
        color: #fff;
        font-family: 'AllianzBold';
        font-size: 32px;
        padding-top: 30px;
    }
    .headerTopArea button{
        float: right;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 25px 35px;
        margin: 20px 0 0 25px;
    }

button {
    text-align: center;
    /*padding: 10px 25px;*/
    cursor: pointer;
    font-size: 16px;
    border-radius: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tc {
    text-align: center;
}

.CAbutArea {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
    .CAbutArea .button {
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: none;
        border: none;
        padding: 75px 50px;
        width: 40%;
        height: 300px;
        border-radius: 38px;
    }
    .CAbutArea .button:hover {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .CAbutArea .button strong{
        font-size: 24px;
    }
    .CAbutArea .button p{
        text-transform: none;
    }

.button.white {
    border: 1px solid #e0001b;
    background-color: #fff;
    color: #e0001b;
}

    .button.white:hover {
        border: 1px solid #e0001b;
        background-color: #e0001b;
        color: #fff;
    }

.button.red {
    border: 1px solid #e0001b;
    background-color: #e0001b;
    color: #fff;
}

    .button.red:hover {
        border: 1px solid #e0001b;
        background-color: #fff;
        color: #e0001b;
    }

.button.blue {
    border: 1px solid #003781;
    background-color: #003781;
    color: #fff;
}

    .button.blue:hover {
        border: 1px solid #0099cc;
        background-color: #fff;
        color: #003781;
    }

#body {
    padding: 10px 30px 10px;
    text-align: center;
    font-size: 18px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}
.cleaner {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.modal-dialog {
    max-width: 700px;
}

.map {
    margin-bottom: 20px;
}

.cookiesArea {
    position: sticky;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    padding: 10px 50px 10px;
    font-size: 14px;
    z-index: 100;
    margin: -15px;
    font-family: 'Allianz';
    -webkit-animation-name: cookiesDelay; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: cookiesDelay;
    animation-duration: 4s;
}

    .cookiesArea p {
        margin-bottom: 0;
        padding: 0 75px 0 0;
    }

.cookies {
    padding: 3px 20px;
    position: absolute;
    right: 5px;
    top: 7px;
    background-color: #003781;
    color: #fff;
    border-radius: 1px;
}

    .cookies:hover {
        text-decoration: none;
        color: #fff;
        background-color: #003265;
    }

.nod {
    display: none;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
button.gdpr {
    background-color: transparent;
    cursor: pointer;
    text-decoration: underline;
    color: #c4211a;
}
button.gdpr:hover {
    text-decoration: none;
}
.modal-dialog {
    max-width: 65%;
    margin: 1.75rem auto;
}
.modal-content {

}
p.download{
    margin-top: 20px;
    padding-left: 10px;
}
p.download small{
    color: #696969;
    font-style: italic;
}
a.download{
    text-decoration: underline;
}
a:hover.download, a:focus.download{
    text-decoration: none;
}
.btn-mod{
    background-color: #1f5190;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none;
    border: none;
}
.btn-mod:hover, .btn:focus{
    background-color: #1f4381;
}
.fas {
    margin-right: 5px;
}
.modal-body {
    padding: 3rem;
}

@media (max-width: 768px) {
    .logo{
        width: 30%;
    }
    .claim {
        width: 68%;
    }
    .headerTopArea button{
        display: block;
        width: 25%;
        min-width: 120px;
    }
}@media (max-width: 830px) {
    .CAbutArea .button {
        padding: 20px 50px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 700px) {
    .modal-dialog {
        max-width: 380px;
    }
}

@media (max-width: 620px) {
    .claim {
        position: relative;
        float: right;
        background-color: transparent;
    }
}

@media (max-width: 480px) {
    .logo, .claim{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .headerTopArea button{
        width:100%;
        text-align: center;
        margin: 20px auto;
        padding: 15px 35px;
    }
    .logo img {
        max-width: 150px;
    }
    .headerTopArea {
        padding-top: 0;
    }
}
