* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
    font-family: "Hind", Arial, sans-serif;
    color: #212529;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

#wrapper {
    max-width: 720px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #fff;
    overflow: hidden;
}

#wrapper .tile-rating:hover {
    box-shadow: 0 6px 9px 0 rgba(31, 42, 77, 0.25);
}

#wrapper .topBar {
    background: #00478D;
    padding: 30px 37px;
}

#wrapper .box-white {
    padding: 30px 37px;
}

#wrapper .box-gray {
    padding: 30px 37px;
    background: #F5F5F5;
}

#wrapper .icon {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    background-color: #f5f5f5;
    color: #00478d;
    padding: 6px 13px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    border: 2px #f5f5f5 solid;
}

#wrapper .title {
    background: #00478D;
    padding: 30px 37px;
    margin: 0 -37px;
}

#wrapper .box {
    position: relative;
}

#wrapper .box h3 {
    transition: .3s;
}

#wrapper .box:hover h3 {
    padding-left: 20px;
}

#wrapper .blue-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    border-radius: 100%;
    background: #00478d;
    opacity: .2;
    transform: translate(-50%, -50%) scale(1);
}

#wrapper .blue-circle {
    left: -12px;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #00478d;
    box-shadow: 0 0 0 0 rgba(0, 71, 141, 0.3);
    animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(35, 89, 204, 0);
        box-shadow: 0 0 0 20px rgba(35, 89, 204, 0);
    }
}

#wrapper .flex-icon {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

#wrapper .small {
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

#wrapper .bewertung {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

#wrapper .text {
    flex: 1 1 0;
}

#wrapper .slider {
    padding: 0 60px 30px;
    margin: 0;
    list-style-type: none;
    height: 213px;
}

#wrapper .slider li:before {
    display: none;
}

#wrapper .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    text-align: center;
    z-index: 1;
    display: none;
    user-select: none;
}

#wrapper .slide {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#wrapper .slide img {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transform: translatez(0);
}

#wrapper .state {
    display: none;
}

#wrapper .nav {
    display: none;
}

#wrapper .prev,
#wrapper .next {
    position: absolute;
    top: 60px;
    right: -60px;
    height: 0px;
    line-height: 200px;
    margin: -100px 0 0 0;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
}

#wrapper .prev:hover i,
#wrapper .next:hover i {
    background-color: #0063be;
}

#wrapper .next i {
    background-color: #00478d;
    padding: 5px 5px 5px 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
    transition: 0.2s;
}

#wrapper .prev i {
    background-color: #00478d;
    padding: 5px 10px 5px 5px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    transition: 0.2s;
}

#wrapper .prev {
    left: -60px;
    right: auto;
}

#wrapper .next:active,
#wrapper .prev:active {
    font-size: 26px;
}

#wrapper .tile-rating .tile-heading {
    border: 1px solid #e9ecec;
    background-color: #f8f8f8;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    margin: 0;
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #2f3940;
    height: 50px;
    text-align: center;
}

#wrapper .tile-rating .rating {
    border-radius: 0 0 6px 6px;
    display: block;
    padding: 4px 0;
    background: #99c613;
    font-size: 11px;
    color: #fff;
}

#wrapper .tile-rating {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    width: 78px;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
}

#wrapper .state:checked+.wrap {
    display: table;
}

#wrapper .state:checked+.wrap img {
    transform: scale(.8);
    animation: image-flip ease-in .55s;
    animation-fill-mode: forwards;
}

#wrapper .state:checked+.wrap .nav {
    display: block;
}

#wrapper footer p {
    margin-bottom: 0;
    color: #fff;
}

#wrapper .button {
    display: flex;
    justify-content: center;
}

#wrapper .button a {
    display: inline-block;
    background-color: #e5e5e5;
    color: #00478d;
    font-weight: bold;
    padding: 8px 40px;
    transition: 0.3s;
    text-transform: uppercase;
}

#wrapper .button a:hover {
    transform: translateY(-3px);
}

#wrapper .hide {
    display: none;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .logo {
    padding: 20px 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wrapper article {
    padding: 0;
}

#wrapper footer {
    padding: 30px 37px;
    display: flex;
    background: #00478d;
    column-gap: 12%;
    align-items: center;
}

#wrapper .slider li {
    padding-left: 0;
}

#wrapper p {
    margin-bottom: 16px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#wrapper h3 {
    margin-bottom: 16px;
    font-size: 29px;
    font-weight: 600;
    color: #00478d;
    text-transform: uppercase;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #00478d;
    text-decoration: none;
}

#wrapper ul {
    margin: 0;
    list-style: none;
}

#wrapper ul li {
    padding-left: 21px;
    position: relative;
    margin-bottom: 6px;
}

#wrapper ul li:before {
    content: '\2022';
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 719px) {
    #wrapper {
        margin: 0;
        box-shadow: none;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .box-gray,
    #wrapper .box-white {
        padding: 16px 16px 16px 26px;
    }

    #wrapper footer,
    #wrapper .topBar,
    #wrapper .logo {
        padding: 16px;
    }
}

@media (max-width: 649px) {
    #wrapper .bewertung {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    #wrapper .wrap {
        position: static;
    }

    #wrapper .next {
        right: -40px;
    }

    #wrapper .prev {
        left: -40px;
    }

    #wrapper footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    #wrapper .logo {
        flex-direction: column;
        align-items: center;
    }

    #wrapper footer p {
        text-align: center;
    }

    #wrapper .slider {
        height: auto;
        padding: 0 40px 5px;
    }
}