﻿/*! CSS Used fontfaces */
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../Fonts/ubuntu/ubuntu-v20-latin-regular.woff2") format("woff2"), url("../Fonts/ubuntu/ubuntu-v20-latin-regular.woff") format("woff"), url("../Fonts/ubuntu/ubuntu-v20-latin-regular.ttf") format("truetype"), url("../Fonts/ubuntu/ubuntu-v20-latin-regular.eot?#iefix") format("embedded-opentype");
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../Fonts/ubuntu/ubuntu-v20-latin-700.woff2") format("woff2"), url("../Fonts/ubuntu/ubuntu-v20-latin-700.woff") format("woff"), url("../Fonts/ubuntu/ubuntu-v20-latin-700.ttf") format("truetype"), url("../Fonts/ubuntu/ubuntu-v20-latin-700.eot?#iefix") format("embedded-opentype");
}

/* Utility / base */
.ah-error__html {
    color: #444444;
    font-family: "Ubuntu", sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}

.ah-error__html * {
    box-sizing: border-box;
}

.ah-error__head {
    display: none;
}

/* Page layout used by error view */
.ah-error__body {
    margin: 0;
}

.ah-error__layout {
    margin: 0 auto;
}

@media all and (max-width: 47.99em) {
    .ah-error__layout {
        position: relative;
        width: 100%;
    }
}

.ah-error__layout .ah-error__layout-home {
    position: relative;
}

.ah-error__layout-top {
    
}

.ah-error__layout .ah-error__layout-home .ah-error__layout-content > [class^=ah-] {
    z-index: 1;
}

/* Header */
.ah-error__layout .ah-error__layout-header {
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 5;
    border-top: 2px solid rgb(190, 13, 62);
    border-bottom: 1px solid rgb(222, 223, 227);
    width: 100%;
    background-color: #fff;
    left: 0;
}

@media all and (max-width: 47.99em) {
    .ah-error__layout .ah-error__layout-header:before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 25%;
        width: 50%;
        height: 0.714rem;
        display: block;
        border-radius: 50%;
        -webkit-box-shadow: 0 0.214rem 1.429rem #666666;
        -moz-box-shadow: 0 0.214rem 1.429rem #666666;
        box-shadow: 0 0.214rem 1.429rem #666666;
        clip: rect(1.429rem, auto, 3.571rem, 0);
    }
}

@media all and (min-width: 48em) {
    .ah-error__layout .ah-error__layout-header {
        padding: 1.071rem 0;
        border-top: 4px solid rgb(190, 13, 62);
        border-bottom: 2px solid rgb(222, 223, 227);
    }
}

/* Content area */
.ah-error__layout .ah-error__layout-content {
    margin: 4rem auto 0;
    width: 100%;
    min-height: 14.289rem;
    transition: left 0.2s cubic-bezier(0, 0.35, 0.47, 1.01);
    left: 0;
}

@media all and (min-width: 76.25em) {
    .ah-error__layout .ah-error__layout-content {
        width: 87.143rem;
        padding: 0;
    }
}

@media all and (min-width: 48em) {
    .ah-error__layout .ah-error__layout-content {
        min-height: 39.286rem;
        margin: 7.858rem auto 0;
    }
}

/* Logo */
.ah-error__logo {
    display: block;
    margin: 0 auto;
    height: 3.572rem;
    width: 100%;
    max-width: 10.289rem;
    outline: transparent;
    border: 1px solid transparent;
    z-index: 951;
    position: relative;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../Images/ALH_Gruppe-Endorsement_rot_RGB.png");
}

.ah-error__logo:hover, .ah-error__logo:active, .ah-error__logo:visited, .ah-error__logo:focus {
    outline: 0;
}

@media all and (min-width: 48em) {
    .ah-error__logo {
        max-width: 15.429rem;
        height: 4.286rem;
    }
}

/* Subview / content blocks */
.ah-error__subview {
    margin: 0 0 20px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.ah-error__subview:before, .ah-error__subview:after {
    content: " ";
    display: table;
}

.ah-error__subview:after {
    clear: both;
}

.ah-error__subview h2, .ah-error__subview h3 {
    font-family: "Ubuntu", sans-serif;
    color: rgb(190, 13, 62);
    margin: 20px 0 10px;
    line-height: 1.4;
    word-break: break-word;
}

@media all and (min-width: 48em) {
    .ah-error__subview {
        max-width: 70%;
    }
}

@media all and (min-width: 76.25em) {
    .ah-error__subview {
        max-width: 60%;
    }
}

.ah-error__subview-content {
    padding: 0;
}

.ah-error__subview-header {
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.ah-error__subview-header-image {
    height: 80px;
    width: 60px;
    fill: #B11A3B;
}

.ah-error__subview-support {
    color: black;
    text-align: center;
}

.ah-error__subview-support h3 {
    color: #666666;
}

.ah-error__subview-support .ah-error__subview-header-image {
    height: 80px;
    width: 80px;
}

.ah-error__subview-fullwidth {
    width: 100% !important;
    max-width: 2000px !important;
    padding-left: 5px;
    padding-right: 5px;
}

@media all and (min-width: 48em) {
    .ah-error__subview-fullwidth {
        max-width: 100%;
    }
}

@media all and (min-width: 76.25em) {
    .ah-error__subview-fullwidth {
        max-width: 100%;
    }
}

/* View */
.ah-error__view {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 76.25em) {
    .ah-error__view {
        width: 87.143rem;
        padding: 0;
    }
}
