#platinbannerform{
    padding: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
	background-color: #ddd;
	color: #333;
}

#platinbannerform select{
    padding: 5px;
    cursor: pointer;
}

#platinbannerform h2{
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    overflow-wrap: break-word;
}

.pb_head{
    background-color: #305276;
    color: #fff;
    padding: 10px;
}

.pb_head>.big{
    font-size: 25px;
    line-height: 28px;
}

.pb_content{
    padding: 10px;
}

.psn_id_wrap{
    display: block;
    background-color: #305276;
}

.psn_id_label{
    display: inline-block;
    background-color: #305276;
    color: #fff;
    padding: 5px 5px 5px 10px;
}

.psn_id{
    padding: 5px;
    color: #fff;
}

.art_auswahl{
    display: none;
}

.art_auswahl>label{
    display: block;
    margin-bottom: 5px;
}

.art_auswahl_items:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.art_auswahl_item{
    display: block;
    float: left;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    overflow: hidden;
}

.art_auswahl_item.aktiv{
    background-color: #2B579A;
    color: #fff;
}

.art_auswahl_item input[type=radio]{
    display: none;
}

.art_content{
    display: none;
}

.art_content.aktiv{
    display: block;
}

#platinbannerform input[type=submit]{
    margin-top: 30px;
    display: inline-block;
    background-color: #305276;
    color: #fff;
    border: none;
    background-image: none;
    height: auto;
    padding: 10px 25px;
    font-size: 18px;
    font-family: Arial;
    border-radius: 50px;
}

#platinauswahl ul{
    list-style-type: none;
    margin: 0 0 0 -5px;
    padding: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#platinauswahl ul:after{
    display: block;
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
}

#platinauswahl ul li{
    display: inline-block;
    width: 33.333%;
    min-height: 50px;
    vertical-align: top;
    margin-bottom: 5px;
    cursor: pointer;
    
}

#platinauswahl ul li .inner{
    margin-left: 5px;
    background-color: #ccc;
    padding: 5px;
}

#platinauswahl ul li .inner:after{
    display: block;
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
}

#platinauswahl ul li .plat_img{
    display: block;
    float: left;
    width: 30%;
    max-width: 50px;
    /* background-color: #fff; */
}

#platinauswahl ul li .plat_img img{
    display: block;
    width: 100%;
}

#platinauswahl ul li .plat_content{
    display: block;
    float: left;
    width: 70%;
}

.plat_game_title{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.plat_date, .plat_prozent{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #888;
}

.letter_filter{
    padding: 0 0 15px 0;
}

.letter_filter .inner{
    display: block;
	background-color: #5178a1;
	color: #F5f5f5;
    padding: 5px;
}

.letter_filter .inner:after{
    display: block;
    clear: both;
    content: ".";
    height: 0;
    visibility: hidden;
}



.letter_item{
    display: inline-block;
    /* margin-left: 5px; */
    line-height: 30px;
    cursor: pointer;
    min-width: 20px;
    height: 30px;
    text-align: center;
    width: 36.4px;
    box-sizing: border-box;

    background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	margin: 1px;
}

/* .letter_filter .letter_item:first-child{
    width: 7%;
} */

.letter_item.aktiv{
    font-weight: bold;
    background: #f5f5f5;
   	color: #555;
   	border-color: #f5f5f5;
}

.vorschau_label{
    display: block;
    font-size: 20px;
    text-align: center;
}

.vorschau_text{
    text-align: center;
}

#platinbanner{
    text-align: center;
    position: relative;
    z-index: 0;
}

.platin_context_menue{
    position: absolute;
    background-color: #fff;
    width: 75px;
    height: 25px;
    z-index: 100;
}

.platin_sort_left, .platin_sort_right, .platin_del{
    float: left;
    width: 33.333%;
    text-align: center;
    color: #2B579A;
    line-height: 24px;
    cursor: pointer;
}

#platinbanner ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    max-width: 800px;
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#platinbanner ul li{
    display: inline-block;
    margin-left: 4px;
    margin-bottom: -2px;
    margin-right: -2px;
    /* border: 1px solid #fff; */
    box-sizing: border-box;
    cursor: pointer;
}

#platinbanner ul li .plat_img{
    width: 50px;
    height: 50px;
}

#platinbanner.small ul li .plat_img{
    width: 40px;
    height: 40px;
}

#platinbanner.smaller ul li .plat_img{
    width: 30px;
    height: 30px;
}

#platinbanner.smallest ul li .plat_img{
    width: 20px;
    height: 20px;
}

#platinbanner ul li .plat_img img{
    display: block;
    width: 100%;
}

#platinbanner ul li .plat_content{
    display: none;
}

.papierkorb{
    display: none;
    background-color: #305276;
    color: #fff;
    text-align: center;
    max-width: 224px;
    margin: 15px auto;
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* height: 40px; */
    line-height: 40px;
    font-size: 16px;

    border: none;
    background-image: none;
    height: auto;
    padding: 1px 0px;
    font-size: 18px;
    font-family: Arial;
    border-radius: 50px;
    font-weight: normal;
}

.papierkorb.show{
    display: block;
}

#platingroesse_wrap{
    max-width: 400px;
    margin: 15px auto 20px auto;
    padding: 0 20px;
}

#platingroesse_handle{
    width: 3em;
    height: 2em;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    top: -.5em;
    line-height: 1.9em;
    background-color: #305276;
    color: #fff;
    border: none;
}

.pb_submit{
    text-align: center;
}

.signaturhinweis{
    /* display: inline-block; */
    /* border: 1px solid #fff; */
    padding: 10px;
    margin-bottom: 20px;
    background: #f6e58d;
    margin: -5px -10px 10px -10px;
}

#pb_image{
    margin-top: 15px;
}

#pb_image img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.pb_code_item{
    margin-bottom: 10px;
    max-width: 535px;
    margin: 10px auto;
}

.pb_code_left{
    display: block;
    float: left;
    width: 80px;
}

.pb_code_right{
    margin-left: 80px;
}

.pb_code_right input[type=text]{
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
}

.create_new_pb{
    display: block;
    float: right;
    background-color: #305276;
    color: #fff;
    border: none;
    background-image: none;
    line-height: 2.3em;
    padding: 5px 20px;
    font-size: 16px;
    font-family: Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    max-width: 220px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.alle_auswaehlen{
    display: inline-block;
    background-color: #305276;
    color: #fff;
    height: 1.45em;
    line-height: 1.45em;
    padding: 4px 20px;
    font-size: 14px;
    font-family: Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
}

#edit_pd{
    display: none;
}

.ui-widget-content {
	background: #F5F5F5;
}

select{
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #305276;
	padding: 1px 0 2px 5px;
	cursor: pointer;
}

@media screen and (max-width: 700px){
    #platinauswahl ul li{
        width: 50%;
    }
}

@media screen and (max-width: 500px){
    #platinauswahl ul li{
        width: 100%;
    }
}