@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #7a7a7a;
}


img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.col-text {
    font-size: 1.3rem
}

.col-text p a {
    text-decoration: none;
}

.dn-header img, .dn-footer img {
    width: 100%;
}

.dn-tip {
    padding: 50px 0;
}

.dn-footer .box-text {
    padding: 20px 0 20px 0;
	text-align: center;
}

.zelle {
    display: flex;
    width: 100%
}

.box-img {
    aspect-ratio: 1 / 1;
    position: relative;
}

.box-img .name {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 4%;
    margin: 0px auto;
    width: auto;
    display: flex;
    background: rgba(53, 53, 53, 0.6);
    font-family: roboto;
}

.box-img .name h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    color: #ee1c25;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    margin: auto;
}

.box-img img {
    border: 4px solid #fff;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#backgournd {
    width: 100%;
    min-height: 330px;
    background: url("images/bg-review.png");
    position: relative;
    background-position: bottom center;
    background-size: cover;
}


.content-background {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    font-family: HussarNova75;
    font-size: 1.8rem;
    text-shadow: 1px 1px 2px #000;
}

.content-background .content {
    color: #fff;
    text-align: center;
}

.content-background .content h1 {
    font-weight: 900;
    font-size: 80px;
    margin: 0;
}

.content-background .content p {
    font-weight: 900;
    font-size: 32px;
    padding: 0 5px;
    margin: 0;
}

.logo {
    width: 10%;
    display: flex;
    justify-content: center;
}

.tips {
    padding-top: 15px;
    width: 15%;
    text-align: right;
}

.row-cash {
    min-height: 90px;
    padding: 10px
}

.zelle p {
    margin-bottom: 0px
}

.row-cash .cash {
    margin-bottom: 15px;
    display: block
}

.box-tip img {
    max-height: 50px
}

.pager {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.pager a, .pager span {
    display: inline-block;
    padding: 0 6px;
    margin: 0 3px;
    text-decoration: none;
}

.pager a, .pager span {
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #9A9A9A;
    color: #9A9A9A;
    border-radius: 50%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.pager .page-numbers.current, .pager .page-numbers:hover {
    border-color: #E4518A;
    color: #fff;
    background-color: #E4518A;
}

.font-bl {
    color: #00fdfd;
}

@media only screen and (min-width: 820px) {
    .item {
        background: #fff !important;
    }
}

@media only screen and (max-width: 480px) {
    .tips {
        width: 18%;
    }

    .content-background .content .font-bl {
        font-size: 1rem
    }

    .box-tip {
        display: flex;
    }

    .logo {
        width: 10%;
        padding-top: 5px
    }

    .logo img {
        width: 32px;
    }

    .item {
        display: flex;
        align-items: center;
        padding: 10px;
        position: relative;
        width: 100%;
        box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
        border-radius: 5px;
        transition: 0.5s;
    }

    .item img {
        display: block;
    }

    .box-img {
        width: 35%;
        max-width: 35%;
        min-width: 35%;
        overflow: hidden
    }

    .row-cash {
        padding: 0px;
        padding-left: 10px
    }

    .box-img .name h2 {
        font-size: 24px;
    }

    .box-tip {

        display: block;
    }

    .zelle {
        display: flex;
        padding-left: 10px;
        align-items: center;
    }

    .box-tip a img {
        width: auto;
        height: 32px;
        margin-bottom: 10px;
    }

    .col-text p {
        margin: 0;
    }

    .col-text p a {
        margin: 0;
        font-weight: bold;
        color: #000;
        font-size: 16px;
        margin-left: 5px;
        text-shadow: 1px 1px 1px #000;
    }

    .content-background .content {
        padding: 15px 5px;
    }

    .content-background .content h1 {
        font-size: 36px;
    }

    .content-background .content p {
        font-size: 18px;
        padding: 0
    }

    #backgournd {
        min-height: 180px;
        padding-top: 15px;
    }

    .col-img {
        width: 60px;
    }
}

.box-shadow {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14)
}