/***************** GENERAL **********************/
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-size: .9682rem;
    line-height: 1.5492rem;
}

@media (max-width: 768px) {
    body, html, table {
        font-size: .9354rem;
        line-height: 1.403rem;
    }
}

ul, ol {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a, .link, a:not([href]) {
    font-weight: bold;
    color: #517fb9;
    text-decoration: none;
}

a:hover, .link:hover,
#pagination li:hover,
#alphabet_pagination li:hover,
#bohnenmarkt li:hover a,
#alphabet li:hover,
a:not([href]):hover {
    color: #76a0d5;
    cursor: pointer;
}

a span {
    visibility: hidden;
}

#page p.hinweis, div.hinweis {
    border: 1px solid #94b675;
    background: #d4d9b7;
    max-width: 400px;
    margin: 5px auto;
    padding: 10px;
    text-align: center;
    color: #5c7f3c;
}

#left .hinweis {
    width: 100%;
}

@media (max-width: 769px) {
    #left .hinweis {
        margin: 15px auto 0;
    }
}

#page p.red, div.red {
    background: #eec5b1;
    border: 1px solid #d2786b;
    color: #b04536;
}

#page p.red a, div.red a {
    color: #ac252f;
}

/* Standard-hellblauer Hintergrund */
.info, #sammlerliste .liste th, #wunschliste .liste th, .doppelte-karte, #wuerfelspiel_punkte td,
#icon-menu .menu-item, #tausch, #merkliste, #bohnenmarkt li {
    background: #b8cee1;
    color: #536c8e;
    border-radius: 10px;
    padding: 12px;
}

.info {
    text-align: center;
    width: 90%;
    max-width: 400px;
    margin: auto;
    color: #536c8e;
}

.info p {
    text-align: center;
    margin: 0.5em 10px;
}

.mediumsmall {
    font-size: 7.5pt;
}

.card {
    margin: 2px;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
}

.schokofrosch {
    display: inline-block;
    margin: 2px;
    background: url('../images/schokofrosch.gif') no-repeat;
    width: 28px;
    height: 28px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
}

.tooltip {
    opacity: 1 !important;
}

#page p {
    margin: 1em 0;
}

@media (min-width: 768px) {
    #page p {
        text-align: justify
    }
}

div.center, #page p.center {
    text-align: center;
}

#page p.right {
    text-align: right;
}

td.left, #page p.left {
    text-align: left;
}

.quelle {
    font-weight: normal;
    font-size: 8pt;
}


label {
    font-weight: normal;
}

/***************** SAMMELALBUM ***************************/
#keinset {
    display: none;
}

input.nodrag {
    position: relative;
    left: 280px;
}

/***************** Katalog ***************************/
#katalog {
    width: 100%;
    max-width: 434px;
    margin: auto;
}

#katalog h3 {
    background: url('images/kategorie_bg.png') no-repeat;
    width: 100%;
    max-width: 446px;
    height: 62px;
    color: #456896;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 1.5pt;
    padding-top: 12px;
    text-align: left;
    margin: auto;
    padding-left: 15px;
}

#katalog table {
    margin: 0 0 10px 15px;
    border-collapse: collapse
}

#katalog table td {
    padding: 3px;
    width: 100%;
    max-width: 395px;
    border-bottom: 1px solid #ead7b8;
    margin: 0;
    vertical-align: top;
}

#katalog .kuerzel {
    width: 100px;
}

.mastercard-tooltip {
    background: transparent;
}


/***************** Set-Seite ***************************/
.set {
    width: 240px;
    margin: 20px auto;
    text-align: center;
}

.mastercard {
    margin: auto;
    margin-top: 15px;
}

.kommentar {
    margin-top: 30px;
    text-align: center;
    font-size: 8.5pt;
    font-style: italic;
}

ul.masters_top {
    list-style-type: none;
    float: left;
}

ul.masters_top li {
    font-weight: bold;
    width: 140px;
}

ul.masters_top li a {
    font-weight: normal;
}

#masters {
    font-size: 9pt;
}

#masters a {
    font-weight: normal;
}

#master_mehr {
    font-weight: bold;
    color: #517fb9;
    cursor: pointer;
    padding-right: 10px;
    padding-top: 10px;
}

#master_mehr:hover {
    color: #76a0d5;
}


/***************** Mitglieder-Seite ***************************/
#mitglied_anzahl_karten {
    background: url('../images/schokofrosch.gif') no-repeat top center;
    width: 50%;
    padding-top: 30px;
    font-weight: bold;
    float: left;
    text-align: center;
}

#mitglied_anzahl_bohnen {
    background: url('../images/mitglied-bohnen.png') no-repeat top center;
    padding-top: 30px;
    width: 50%;
    font-weight: bold;
    float: left;
    text-align: center;
}

#member_info, #member_info p {
    width: 70%;
    margin: auto;
    text-align: center;
}

#merkliste p {
    font-size: 8pt;
    line-height: 10pt;
    padding: 0 15px;
}

#merkliste ul {
    list-style-type: none;
    margin: 10px;
}

#merkliste ul li {
    width: 160px;
    height: 16px;
    padding-left: 20px;
    margin-left: 4px;
    cursor: pointer;
    background: url('../images/delete.png') no-repeat left;
}

#merkliste ul li:hover {
    font-weight: bold;
}

#merkliste_button {
    background: transparent url('../images/tauschangebot.png') no-repeat top center;
    width: 138px;
    height: 61px;
    border: none;
    cursor: pointer;
    margin-left: 40px;
}

#merkliste_button:focus {
    outline: none;
}

#merkliste_button:hover {
    background-position: bottom;
}

#tradelog td {
    padding: 0 3px;
    vertical-align: top;
}

#tradelog td.datum {
    padding-top: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/************* Tauschen ******************/
#tausch {
    width: 100%;
    margin: 20px auto 5px auto;
    padding: 20px;
    max-width: 600px;
}

#tausch a:not(.btn) {
    color: #2473D6;
}

#tausch a:not(.btn):hover {
    color: #5f97da;
}

#tausch .tausch_kommentar {
    width: 83%;
    margin: 5px auto 10px auto;
    font-style: italic;
}

#tausch p {
    padding: 0 15px;
}

#tausch .otherCard,
#tausch .ownCard,
#tausch .gegen {
    text-align: center;
}

#tausch .gegen {
    padding: 15px 0;
    display: inline-block;
}

#tausch .col-sm-5 {
    font-weight: bold;
    text-align: center;
}

#tausch .select2-container {
    width: 100% !important;
    max-width: 200px;
}

#tausch hr {
    background-color: #a2bcd2;
    color: #a2bcd2;
    border: none;
    margin: 1em auto;
    height: 1px;
    width: 95%;
}

div#tausch-plus {
    max-width: 600px;
    text-align: right;
    margin: auto;
}

div#tausch-plus span {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url('../images/tausch-plus.png') no-repeat top right;
    cursor: pointer;
}

#tausch h3 {
    font-weight: bold;
    color: #6882a6;
    font-size: 10pt;
    border-bottom: 1px solid #738cae;
    text-align: left;
    padding: 2px 15px 4px 15px;
    margin: 0 auto 1em 0;
}

#tausch h3 label {
    padding: 0 15px 0 5px;
    font-weight: normal;
    font-size: 0.8rem;
    cursor: pointer;
}

/************* Sammlerliste ******************/
#sammlerliste .liste, #wunschliste .liste {
    width: 100%;
    margin: 15px auto;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
}

#sammlerliste .liste td, #sammlerliste .liste th, #wunschliste .liste td, #wunschliste .liste th {
    padding: 5px;
    text-align: center;
}

#sammlerliste .liste td, #wunschliste .liste td {
    background: #fef9f1;
}

#sammlerliste .liste th, #wunschliste .liste th {
    color: #3a4e66;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#sammlerliste .liste td.name {
    text-align: left;
}

#sammlerliste .online, span.online {
    color: #279f33;
    font-weight: bold;
}


/***************** PAGINATION ***************************/
#pagination {
    text-align: right;
    padding: 0 13px;
}

#pagination ul, #alphabet_pagination, #alphabet {
    list-style-type: none;
    margin: auto;
}

#pagination li, #alphabet_pagination li, #alphabet li {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin: 5px 4px;
    border-radius: 32px;
    text-align: center;
    color: #456896;
    cursor: pointer;
    background: #d6e2ed;
    border: 1px solid #c0d0df;
    font-size: .9354rem;

    @media (min-width: 769px) {
        width: 28px;
        height: 28px;
        line-height: 26px;
        margin: 2px;
    }
}

#pagination li.selected, #alphabet_pagination li.selected,
#alphabet li.selected {
    color: #3a4e66;
    font-weight: bold;
    cursor: default;
    background: #EBF2F9;
}

#alphabet li a {
    font-weight: normal;
}

/************* Kontrollzentrum ***********************/
ul.kontrollzentrum {
    list-style-type: none;
    margin: 20px 0 0 50px;
    padding: 0;
}

ul.kontrollzentrum li {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 50px;
    width: 235px;
}

ul.kontrollzentrum li a {
    display: block;
    height: 26px;
    position: relative;
    top: 13px;
    background-position: 0 0;
}

ul.kontrollzentrum li a:hover {
    background-position: 0 -25px;
}

ul.kontrollzentrum li.antraege {
    background-image: url('images/kontrollzentrum_icon_antraege.png');
}

ul.kontrollzentrum li.antraege a {
    background-image: url('images/kontrollzentrum_menu_antraege.png');
    width: 165px
}

ul.kontrollzentrum li.felix {
    background-image: url('images/kontrollzentrum_icon_felix.png');
}

ul.kontrollzentrum li.felix a {
    background-image: url('images/kontrollzentrum_menu_felix.png');
    width: 131px
}

ul.kontrollzentrum li.levelup {
    background-image: url('images/kontrollzentrum_icon_levelup.png');
}

ul.kontrollzentrum li.levelup a {
    background-image: url('images/kontrollzentrum_menu_levelup.png');
    width: 99px;
}

ul.kontrollzentrum li.einstellungen {
    background-image: url('images/kontrollzentrum_icon_einstellungen.png');
}

ul.kontrollzentrum li.einstellungen a {
    background-image: url('images/kontrollzentrum_menu_einstellungen.png');
    width: 134px;
}

ul.kontrollzentrum li.loeschen {
    background-image: url('images/kontrollzentrum_icon_loeschen.png');
}

ul.kontrollzentrum li.loeschen a {
    background-image: url('images/kontrollzentrum_menu_loeschen.png');
    width: 185px;
}


/********************** SPIELE & Kontrollzentrum ***************************/
#icon-menu {
    margin: auto;
    width: 100%;
    max-width: 520px;
}

#icon-menu .col-6 {
    margin-bottom: 14px;
}

#icon-menu .menu-item {
    margin: 7px;
    padding: 6px;
    text-align: center;
    height: 100%;
}

#icon-menu .menu-item small {
    letter-spacing: 0;
}

#icon-menu .menu-item:hover {
    background: #c7d7e4;
}

#icon-menu .menu-item a {
    font-weight: normal;
    color: #356096;
    letter-spacing: 1px;
    line-height: 18px;
}

#icon-menu .menu-item:hover a {
    color: #8eadd1
}

#icon-menu .menu-item .timeleft {
    font-size: 9px;
    color: #cf3939;
}

/**************** Bohnenmarkt *********/
#bohnenmarkt {
    margin: auto;
    max-width: 520px;
    text-align: center;
    display: grid;
    gap: 10px;
    justify-content: center;
    grid-template-columns: repeat(2, auto);

    @media(min-width: 425px) {
        grid-template-columns: repeat(3, auto);
    }

    @media(min-width: 558px) {
        grid-template-columns: repeat(4, auto);
    }
}

#bohnenmarkt li {
    display: block;
    width: 120px;
    text-align: center
}

#bohnenmarkt li:hover {
    background: #c7d7e4;
}

#bohnenmarkt li a {
    font-weight: normal;
}

/*******************************/
.win-loader {
    background: url('../images/loading.gif') no-repeat top center;
    padding-top: 70px;
    text-align: center;
    font-style: italic;
}

.doppelte-karte {
    width: 91px;
    padding: 6px;
    display: inline-block;
    text-align: center;
    margin: 4px;
    color: #536c8e;
}

.doppelte-karte:hover {
    background: #a8c1d6;
}

/**** Memory ****/
#memory {
    width: 100%;
    max-width: 500px;
    margin: auto;
    text-align: center;
    line-height: 0;
}

#memory #paare_gefunden {
    background: none;
    border: none;
    color: #674F3B;
}

.memory-karte {
    background: url('../images/spiele/memory_blank.png');
    background-size: contain;
    width: 60px;
    height: 48px;
    margin: 3px;
    display: inline-block;
}

@media (min-width: 768px) {
    .memory-karte {
        width: 75px;
        height: 60px;
    }
}

.selected, .found {
    cursor: default;
}

.unselected {
    cursor: pointer;
}


/******* Erbekessel *******/
#erbekessel {
    width: 100%;
    max-width: 490px;
    text-align: center;
    margin: auto;
}

#erbekessel .card {
    margin: 3px;
}

/******* W�rfelspiel *********/
#wuerfelspiel_punkte {
    width: 90%;
    max-width: 400px;
    border-spacing: 2px;
    border-collapse: separate;
    margin: auto;
}

#wuerfelspiel_punkte td {
    padding: 3px;
    vertical-align: top;
    border-radius: 6px;
}

#wuerfelspiel_punkte td.punkte {
    width: 80px;
    text-align: center;
}

/********* Portschluessel ************/
#portschluessel {
    width: 90%;
    max-width: 400px;
    margin: auto;
    text-align: center;
}

#portschluessel .schuh {
    background: url('../images/spiele/portschluessel.png') no-repeat;
    margin: 10px;
    display: inline-block;
    width: 100px;
    height: 68px;
    cursor: pointer;
}


/********* Suche ************/
#suche {
    width: 75px;
    height: 60px;
    background: url('../images/spiele/suche.png') no-repeat;
    margin: 5px auto;
}


/********* Wahrsagekugel ********/
#wahrsagekugel_tipp {
    text-align: center;
}

#wahrsagekugel_ergebnis {
    list-style-type: none;
    width: 180px;
    margin: 10px auto;
    display: none;
}

.wahrsagekugel {
    display: block;
    margin-left: 10px;
    float: left;
    background: url('../images/spiele/wahrsagekugel.png') no-repeat;
    width: 100px;
    height: 100px;
}

/********* Kartenfabrik ********/

#wunschliste .anmerkung {
    display: none;
}

#wunschliste .liste .thema {
    text-align: left;
    width: 250px;
}

#wunschliste .liste .markieren {
    text-align: left;
    font-size: 8pt;
}

#wunschliste .tooltip {
    cursor: help;
}

.wunschliste_tooltip {
    border: 1px solid #b4c7d7;
    background: #d4e0eb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #3A4E66;
    text-align: left;
    width: 300px;
    font-size: 8pt;
    opacity: 1;
}
