html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html[lang] {
    margin-top: 0 !important;
}

body {
    display: block;
    width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background-color: #fff;
    background-image: url(https://casino-bonus-deutschland.de/wp-content/themes/lowdeposit/img/bg.png);
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 70px;
}

html {
    display: block;
    width: 100vw;
    overflow-x: hidden;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

header {
    z-index: 2000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    background: #072750;
    box-shadow: 0 3px 27px rgba(50, 50, 93, 0.01), 0 5px 19px rgba(0, 0, 0, 0.07);
}
header .container{
    background: transparent;
}
.header-cover {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}

.header-logo {
    display: inline-block;
    max-width: 168px;
    margin-right: 30px;
}

.header-logo img {
    width: 100%;
}

.header-nav ul {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}

.header-nav ul li {
    position: relative;
    padding: 25px 0;
    box-sizing: border-box;
}

.header-nav ul li a {
    display: inline-block;
    position: relative;
    transition: .5s;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    margin: 0 15px;
}

.header-nav ul li.menu-item-has-children:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(https://casino-bonus-deutschland.de/wp-content/themes/lowdeposit/img/angle.svg) center no-repeat;
    background-size: contain;
    margin: 0 0 0 5px;
    vertical-align: top;
    transition: 0s;
}

.header-nav ul li.menu-item-has-children > a {
    margin-right: 0;
}

.header-nav ul li.menu-item-has-children {
    display: flex;
    align-items: center;
}

.header-nav ul li a:after {
    width: calc(100% - 5px);
    content: '';
    position: absolute;
    bottom: 15px;
    left: calc(50% - ((100% - 5px) / 2));
    background: #FFF;
    height: 2px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    transition: .3s ease;
}

.header-nav ul li a:hover:after {
    opacity: 1;
}

.header-nav ul li .sub-menu {
    right: 0;
    top: 100%;
    background-color: #fff;
    z-index: 1000;
    position: absolute;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    transition: .1s ease;
    opacity: 1;
    visibility: visible;
    width: 240px;
    border-top: 3px solid #072750;
    text-align: left;
    display: none;
}

.header-nav ul li:hover .sub-menu {
    display: block;
}

.header-nav ul li .sub-menu li {
    padding: 0;
}

.header-nav ul li .sub-menu li a {
    font-size: 14px !important;
    width: calc(100% - 30px);
    margin: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    color: #072750;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

.header-nav ul li .sub-menu li:last-child a {
    border-bottom: 0;
}

.header-nav ul li .sub-menu li a:after {
    display: none;
}

.main-list-title {
    display: inline-block;
    padding: 4px 30px;
    vertical-align: middle;
    line-height: inherit;
    background-color: #0B4F6C;
    font-size: 18px;
    color: #FBFBFF;
    margin-right: 10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 400;
    margin-bottom: 0;
}

.main-list-wrapper {
    display: block;
    width: 100%;
    height: 23px;
    background-color: #0B4F6C;
}

.main-list-items {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 60px 0;
}
.main-list-item:first-child{
    background: #f7f0dc;
}
.main-list-item {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    min-height: 115px;
}

.main-list-item-cover {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 370px;
}
.main-list-item:first-child .main-list-item-num{
    background: #f7d796;
    border-left: 4px solid #f3c15d;
}
.main-list-item-num{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 54px;
    box-sizing: border-box;
    color: #444;
    font-weight: 700;
    font-size: 19px;
    background: #fbfbfb;
    border-left: 4px solid #dddddd;
}
.main-list-item-image {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 190px;
    padding: 12px 10px;
    border: 0;
    overflow: hidden;
    position: relative;
    border-right: 4px;
}

.main-list-item-image img {
    width: 100%;
}

.main-list-item-interest {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100%;
    font-size: 40px;
    font-weight: 800;
    color: #0099ff;
    position: relative;
}

.main-list-item-stats {
    flex-grow: 3;
    display: flex;
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 100;
    flex-flow: column;
    box-sizing: border-box;
    padding: 0 15px;
    justify-content: center;
    max-width: 400px;
}

.main-list-item-stats-item {
    box-sizing: border-box;
    position: relative;
    color: #6b6b6b;
    font-weight: 400;
}

.main-list-item-stats-item span {
    font-weight: 700;
}

.main-list-item-stats-item:before {
    content: "• ";
    color: #24c568;
}

.main-list-item-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 220px;
    padding: 0 15px;
    position: relative;
}

.main-list-item-btn a {
    width: 100%;
    font-weight: 400;
    font-size: 15px!important;
    padding: 15px 5px;
    opacity: 0.85;
    background: #23ad00;
    color: #fff;
    border: 0 !important;
    text-transform: uppercase;
    box-shadow: none !important;
    border-radius: 4px;
    text-align: center;
    text-decoration: none !important;
    display: block;
}
.main-list-item-bonus{
    box-sizing: border-box;
    padding: 12px 10px;
}
.main-list-item-bonus span {
    font-weight: 600;
    font-size: 12px;
}

.main-list-item-bonus {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    clear: both;
    color: #000;
}

#main-text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 40px;
}

.main-text h1,
.main-text h2,
.main-text h3,
.main-text h4,
.main-text h5,
.main-text h6 {
    color: #0B4F6C;
}

.text-cover h1 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
}

.text-cover h2 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
    letter-spacing: -.5px;
}

.text-cover h3 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
}

.text-cover h4 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 22px;
    letter-spacing: -.5px;
}

.text-cover h5 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}

.text-cover h6 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 18px;
    letter-spacing: -.5px;
}

.text-cover p {
    display: block;
    font-size: 20px;
    width: 100%;
    margin-bottom: 1.6em;
}

.text-cover img.aligncenter {
    margin: 20px auto;
}

.text-cover img.alignleft {
    float: left;
    margin-right: 20px;
}

.text-cover img.alignright {
    float: left;
    margin-left: 20px;
}

.text-cover img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-cover strong {
    font-weight: bold;
}

.text-cover a {
    font-size: 20px;
    line-height: 1.5;
    color: #2d66c7;
    text-decoration: none;
}

.text-cover ul {
    list-style: initial;
    padding-left: 35px;
    padding-top: 16px;
    margin-bottom: 25px;
}

.text-cover ul li {
    line-height: 1.5;
    font-size: 20px;
    padding: 4px;
}

footer {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #072750;
    padding: 50px 0;
    color: #fff;
    margin-top: 50px;
}
footer .container{
    background: transparent;
}
.footer-cover {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    max-width: 600px;
}

.footer-cover-column {
    width: 100%;
}

.footer-cover-column ul li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.footer-cover-column ul li:last-child a {
    border-bottom: 0;
}

.footer-copyrights {
    display: block;
    width: 100%;
    background: #181818;
    box-sizing: border-box;
    padding: 10px 0 0;
}

.footer-copyrights-cover ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.footer-copyrights-cover ul li {
    margin-right: 15px;
    margin-bottom: 10px;
}

.footer-copyrights-cover ul li:last-child {
    margin-right: 0;
}

.footer-copyrights-cover ul img {
    height: 40px;
}

.mob-btn {
    display: none;
}

.error-message {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    line-height: 1;
    color: #0B4F6C;
    font-size: 68px;
    font-weight: 800 !important;
}