body {
    background-color: #f77924;
    background-image: url(bg-element.svg);
    background-position: center center;
    background-size: 40px;
}

.game-tooltip {
    color: #f77924;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(197, 91, 0, .8);
}

.game-grid .game-grid-word-highlights .word-highlight {
    border-style: solid;
    border-color: #772f03;
    border-width: 3px;
    border-radius: 10px;
}

@media (max-width: 400px) {
    .game-grid .game-grid-word-highlights .word-highlight {
        border-width: 2px;
        border-radius: 7px;
    }
}

@media (max-width: 300px) {
    .game-grid .game-grid-word-highlights .word-highlight {
        border-width: 2px;
        border-radius: 5px;
    }
}

.game-grid .cell,
.game-grid-top-bar .cell {
    background-color: #F9B282;
}

.game-grid-top-bar .cell,
.joker-brick {
    color: #E47539;
    border-radius: 10px;
}

.game-grid .cell.highlight,
.game-grid-top-bar .cell.highlight {
    background-color: #f5d7bd;
    transition: background-color 200ms ease;
}

.game-grid .cell.brick,
.joker-brick {
    background-color: #ffffff;
    color: #E47539;
    border-radius: 10px;
    transition: background-color 200ms ease, border-radius 200ms ease;
}

@media (max-width: 400px) {
    .game-grid .cell.brick {
        border-radius: 7px;
    }
}

@media (max-width: 300px) {
    .game-grid .cell.brick {
        border-radius: 5px;
    }
}

.game.initial-mode .game-grid .cell.brick {
    animation-name: wiggle;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.game.initial-mode .game-grid .cell.active {
    border-style: solid;
    border-color: #772f03;
    border-width: 3px;
    border-radius: 10px;
}

@media (max-width: 400px) {
    .game.initial-mode .game-grid .cell.active {
        border-width: 2px;
    }
}

@media (max-width: 300px) {
    .game.initial-mode .game-grid .cell.active {
        border-width: 2px;
    }
}

.game-grid .cell .char {
    animation-name: cellSlide;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.game-grid-top-bar .cell.upcoming-second {
    background-color: #f5d7bd;
}

.game-grid-top-bar .cell.upcoming-next {
    background-color: #ffffff;
    box-shadow: 2px 2px 10px 3px rgba(197, 91, 0, .8);
}

.joker-menu {
    background-color: #772f03;
    color: #ffffff;
}

.game-modal-bg {
    background-color: rgba(0, 0, 0, .8);
}

.game-wrapper .intro-header {
    color: #ffffff;
}

.game-intro__section .game-message {
    color: #ffffff;
    background-color: #EB9B67;
    box-shadow: 2px 2px 2px rgb(197 91 0);
}

.game-wrapper .button {
    background-color: #F9B282;
    box-shadow: 2px 2px 2px rgb(197 91 0);
    color: #ffffff;
}

.game-wrapper .button:hover {
    background-color: #fdc59f;
    color: #ffffff;
}

.display, 
.game-tools__display {
    background-color: #fff;
    color: #f77924;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 100px;
    box-shadow: 2px 2px 2px rgb(197 91 0);
}

.cookie-popup-link,
.impressum-link,
.cookie-popup-link:hover,
.impressum-link:hover {
    color: #9b5123;
}

.copyright-info {
    color: #863f12;
}

.game-final-score-part.game-final-score-part--yours:not(:only-child):after {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .85), 3px 3px 5px rgba(0, 0, 0, .75);
    border-left: 4px solid #0d7ec2;
    border-right: 4px solid #8cc63f;
    border-top: 4px solid #0d7ec2;
    border-bottom: 4px solid #8cc63f;
}

.game-result__words .found-words {
    border: solid 2px #fff;
}

.game-result__highscore {
    border: solid 1px #006e92;
    box-shadow: inset 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.game-challenge-participants {
    border: 1px solid #006e92;
    box-shadow: inset 2px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.game-challenge-participants:before {
    background-color: #053b42;
    color: #ffffff;
}

@media (min-width: 600px) {
    .game-challenge-participants:before {
        box-shadow: 1px 1px 1px rgba(0, 114, 188, .75);
    }
}

.game-challenge__input:focus {
    background-color: #bbf2fb !important;
    color: #053b42 !important;
}

.game-challenge__input:focus::placeholder {
    color: #053b42;
}

.game-challenge__sent {
    color: #053b42;
}

.game-save-highscore {
    background-color: #f3bf9c !important;
    color: #ffffff !important;
}

.game-save-highscore:hover {
    background-color: #dd8347 !important;
}

.game-highscore-list {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #F9B282;
}

.game-highscore-list thead th {
    background-color: #ff964f;
}

.game-highscore-list td {
    border-bottom: solid 1px #ff9650;
}

.message-box {
    background-color: #f77924;
    color: #ffffff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2), 3px 3px 30px rgba(0, 0, 0, .5);
}

.message-box a {
    color: #ffffff;
    text-decoration: underline;
}

.message-box a:hover {
    color: #ffd7bc;
}

.message-box__back {
    color: #aa5116;
}

.message-box__back:hover {
    color: #ffffff;
    background-color: #f58b45;
}

.message-box__close,
.message-box__minimize {
    background-color: #f77924;
    color: #ffffff;
    fill: #ffffff;
}

.message-box__close:hover,
.message-box__minimize:hover {
    background-color: #F9B282;
}

.joker-menu__close {
    background-color: #f77924;
    color: #ffffff;
}

.joker-menu__close:hover {
    background-color: #F9B282;
}

.game-instruction-list li {
    display: flex;
    align-items: center;
}

.game-instruction-list .button:hover {
    background-color: #F9B282;
}

.sweepstakes-form-wrapper {
    background-color: #ffffff;
    color: #000000;
}

.sweepstakes-form-wrapper .sweepstakes-form-logo {
    background-color: #f77924;
}

.sweepstakes-form-wrapper .sweepstakes-form input[type=text],
.sweepstakes-form-wrapper .sweepstakes-form input[type=email],
.sweepstakes-form-wrapper .sweepstakes-form input[type=tel]
 {
    border: solid 1px #666;
}

.sweepstakes-form-wrapper .sweepstakes-form .button {
    background-color: #f5f5f5;
    color: #666;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.sweepstakes-form-wrapper .sweepstakes-form .button.sweepstakes-form-submit {
    background-color: #f77924;
    color: #ffffff;
}

.sweepstakes-form-wrapper .sweepstakes-form .button.sweepstakes-form-submit[disabled] {
    opacity: 0.2;
    background-color: #aaa;
    color: #111;
    cursor: not-allowed;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }

    70% {
        box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes wiggle {
    0% {transform: rotate(2deg);}
    25% {transform: rotate(-2deg);}
    50% {transform: rotate(5deg);}
    75% {transform: rotate(-1deg);}
    100% {transform: rotate(0deg);}
}

@keyframes cellSlide {
    0% {
        transform: translateY(-200%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}