html,
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    min-height:100%;
    margin: 0;
    padding: 0;
    /* background: #020000; */
}
a:active,
a:focus {
    outline: none!important;
}

#background {
    position: fixed;
    width: 100%;
    height: 100%;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cssclear {
    clear: both;
}

#wrapper {
    position: relative;
    min-height: 100%;
}


/*======================================================================================= Header =======================================================================================*/

header {
    position: relative;
    background: #fff;
}

header, footer {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#logo {
    float: left;
    /* max-width: 122.5px; */
    max-height: 85px;
    width: auto;
    height: auto;
    padding: 0; /*px 0px 0px 20px;*/
    /* padding: 10px 0 20px 20px; */
}

nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    /*display: none;*/
}

nav .menu-content {
    position: relative;
    width: 1170px; /* 1200 */
    margin: 0 auto;
    background: #fff;
    height: 100%;
}

nav .firstlvl {
    position: relative;
    /*display: block;*/
    width: auto;
}

nav ul {
    /*display: block;*/
    float: right;
    margin: 0;
    padding: 0;
}

nav ul li {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    float: left;
    width: auto;
    list-style: none;
    text-align: center;
    color: #852522;
}

nav ul li:hover {
    cursor: pointer;
    border-bottom: 2px solid #852522;
}

nav ul li:hover a {
    color: #333;
}

nav ul li a {
    display: inline-block;
    padding: 35px 20px 37px 20px;
}

nav ul li:hover > ul {
    display: block;
}

nav ul li ul {
    position: absolute;
    top: 92px;
    bottom: -10px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
}

nav ul li ul li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    /*overflow: hidden;*/
}

nav ul li ul li:hover {
    border-bottom: 1px solid #e1e1e1;
}

nav ul li ul li a {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    padding: 15px 0 8px 0;
    color: #852522;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav ul li ul li a:hover {
    color: #333 !important;
    background: #f8f8f8;
}

nav #login {
    font-size: 20px;
    font-weight: bold;
    float: right;
    height: 25px;
    padding: 19px 0px 30px;
    text-align: center;
    color: #852522;
}
nav #login > i > em {
    display: block;
    font-size: 8pt;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}
nav #login > i > em.out {
    display: block;
    font-size: 7pt;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}
nav #menu {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: none;
    float: right;
    overflow: hidden;
    height: 25px;
    padding: 29px 30px 30px 30px;
    text-align: center;
    color: #852522;
}

nav #menu .fa {
    position: absolute;
    top: 33px;
    right: 20px;
}

nav #menu .fa-times {
    font-weight: bold;
    position: absolute;
    top: -100px;
    float: right;
    height: 25px;
    text-align: center;
    color: #852522;
}

nav #menu .fa-bars {
    position: absolute;
}

nav li.menuAccountXl,
nav li.menuSignOut {
    display: none;
}

nav #login .fa,
nav #menu .fa,
.fa-trash-o,
.fa-pencil,
.fa-link,
.fa-caret-up,
.fa-caret-down,
.fa-th-list,
.fa-sign-out,
.fa-users,
.fa-minus,
.fa-dot-circle-o,
.fa-ban {
    cursor: pointer;
}

nav a {
    text-decoration: none;
    color: #852522;
}

#show-menu {
    display: none;
}

#show-menu:checked ~ .firstlvl {
    display: block;
}

nav .fa-sign-out {
    cursor: pointer;
    background: #852522;
    color: #fff;
    /*padding: 15px;
    border-radius: 5px;*/
    border-radius: 15px;
    padding: 11px 10px;
}
nav .fa-sign-in {
    cursor: pointer;
    background: #852522;
    color: #fff;
    /*padding: 15px;
    border-radius: 5px;*/
    border-radius: 15px;
    padding: 10px 11px;
}
nav .fa-user {
    font-size: 20pt;
    padding: 5px;
    padding-top: 30px;
}

nav #mypage {
    margin-right: 20px;
}

/*======================================================================================= Header =======================================================================================*/


/*======================================================================================= Content =======================================================================================*/

#maincountdown {
    width: 690px;
    margin: 0 auto;
}


/*======================================================================================= Content =======================================================================================*/

section {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 140px 20px 60px 20px;
}

section a {
    text-decoration: none;
    color: #852522;
}

section a:hover {
    text-decoration: underline;
}

#newteamBox,
#editteamBox,
#deleteBox,
.popupform {
    /*display: none;*/
    font-size: 13px;
    position: relative;
    z-index: 8888;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: #f0f0f0;
    min-height: 100px;
}

#resetBox,
#activateBox,
.contactBox {
    /* max-width: 400px; */
}

.popupform select,
.popupform [type=checkbox] {
    margin-bottom: 20px;
}

textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 98%;
    height: 110px;
    padding: 10px;
    color: #555;
    border: 1px solid #ccc;
    resize: vertical;
}

.popupform textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-width: 92%;
    max-width: 92%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 4%;
    padding: 4%;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
}

#newteamBox form,
#editteamBox form,
#deleteForm,
.popupform form {
    padding: 1% 4% 6% 4%;
}

.popupform form div.responsive-table {
    max-height: 320px;
    overflow-y: auto;
}

#loginForm #remindLogin {
    width: auto;
    margin-bottom: 10px;
}

form#newroundForm textarea {
    resize: none;
    max-height: 60px;
    margin-bottom: 15px;
}

#newteamBox .button,
#editteamBox .button,
#deleteBox .button,
.popupform .button {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    float: right;
    width: 48%;
    margin-bottom: 10px;
    padding: 4%;
    cursor: pointer;
    /*-webkit-transition: background .3s;*/
    /*transition: background .3s;*/
    color: #fff;
    border: 0;
    background: #852522;
}

div#donate {
    text-align: center;
    margin: 20px 0;
}
button#donateNowButton {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 40%;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #fff;
    border: 0;
    background: #852522;
}

#registerForm .button,
#userForm .button,
#forgotpasswordForm .button,
#loginForm .button,
#resetBox .button,
#activateBox .button,
.contactBox .button {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 48%;
    padding: 4%;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #fff;
    border: 0;
    background: #852522;
}

.contactBox .button,
#loginForm .button,
#resetBox .button,
#activateBox .button,
#forgotpasswordForm .button,
#userForm .button,
#registerForm .button {
    width: 100%;
    padding: 20px;
}

#userForm {
    padding-bottom: 35px;
    border-bottom: solid 2px #8A8A8A;
    margin-bottom: 15px;
}
div#deleteUserAccount {
    /*float: left;*/
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
}

.signinH3 {
    float: left;
}
.signinMoreBtns {
    float: right;
    text-align: right;
    font-weight: bold;
}

#newteamBox [type=button],
#editteamBox [type=button],
#deleteBox [type=button],
.contactBox [type=button],
.popupform [type=button] {
    float: left;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: #a29e9e;
}

p.reSentActiLink:Hover,
button#donateNowButton:Hover,
form#userForm > button:hover,
form#forgotpasswordForm > button:hover,
button#goLogin:hover,
button#goRegister:hover,
button.newRoundBtn:hover,
#resetBox .button:hover,
#activateBox .button:hover,
#newteamBox .button:hover,
#editteamBox .button:hover,
#deleteBox .button:hover,
.contactBox .button:hover,
.popupform .button:hover {
    -khtml-opacity:.90;
    -moz-opacity:.90;
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
    opacity:.90;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    /*background:rgba(0,0,0,0.8)!important;
    background: #581715!important;*/
}

#newteamBox [type=button]:hover,
#editteamBox [type=button]:hover,
#deleteBox [type=button]:hover,
.popupform [type=button]:hover {
    background: #7d7c7c;
}

#newteamBox h1,
#editteamBox h1,
#deleteBox h1,
.popupform h1 {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: #852522;
}
#deleteBox h1,
.popupform h1 {
    margin-top: 0;
}
#deleteBox p {
    margin: 0 0 30px 0;
    text-align: center;
}

#loginBox a,
#registerBox a,
#forgotpasswordBox a {
    text-decoration: none;
    color: #852522;
}

#loginBox a:hover,
#registerBox a:hover,
#forgotpasswordBox a:hover {
    text-decoration: underline;
}

#newroundForm > select {
    margin-bottom: 20px;
}

#newroundForm > input,
#contactForm input,
#loginForm > input,
#resetForm > input,
#forgotpasswordForm > input,
#userForm input,
#registerForm > input {
    width: 98%;
    padding: 10px;
    margin-bottom: 20px;
}
#contactForm input[type=checkbox] {
    width: auto;
}
div.contactHed {
    float: left;
}
div.contactFaq {
    float: right;
    text-align: right;

    border: 1px solid #852522;;
    margin-top: -50px;
    padding: 8px;
    background: #fff;
}
div.contactFaq a {
    font-weight: bold;
    font-size: 12pt;
}

#newroundForm > input[type=checkbox],
#contactForm input[type=checkbox],
#loginForm > input[type=checkbox],
#resetForm > input[type=checkbox],
#forgotpasswordForm > input[type=checkbox],
#userForm input[type=checkbox],
#registerForm > input[type=checkbox] {
    margin-bottom: 2px;
}

#userForm input[type=checkbox] {
    width: auto;
}
input.block {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 8px 4%;
    /*margin-bottom: 4%;
    padding: 4%;*/
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
}

.popupform .fa-times, #deleteBox .fa-times {
    font-size: 20px !important;
    position: absolute;
    top: 1%;
    right: 2%;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #fff;
}

.fa-times:hover {
    color: #ddd8d8;
}

#loginBox .load-button span,
#registerBox .load-button span,
#forgotpasswordBox .load-button span,
#resetBox .load-button span,
#newteamBox .load-button span,
#editteamBox .load-button span,
#deleteBox .load-button span,
.contactBox .load-button span,
.popupform .load-button span,
.load-button span {
    transition: all 1s;
    opacity: 1;
}

#loginBox .load-button svg,
#registerBox .load-button svg,
#forgotpasswordBox .load-button svg,
#resetBox .load-button svg,
#newteamBox .load-button svg,
#editteamBox .load-button svg,
#deleteBox .load-button svg,
.contactBox .load-button svg,
.popupform .load-button svg,
.load-button svg {
    display: none;
    margin: 0 auto;
    transition: all 1s;
}

#loginBox .load-button svg path,
#loginBox .load-button svg rect,
#registerBox .load-button svg path,
#registerBox .load-button svg rect,
#forgotpasswordBox .load-button svg path,
#forgotpasswordBox .load-button svg rect,
#resetBox .load-button svg path,
#resetBox .load-button svg rect,
#newteamBox .load-button svg path,
#newteamBox .load-button svg rect,
#editteamBox .load-button svg path,
#editteamBox .load-button svg rect,
#deleteBox .load-button svg path,
#deleteBox .load-button svg rect,
.popupform .load-button svg path,
.popupform .load-button svg rect .load-button svg path,
.load-button svg rect {
    fill: #fff;
}

#loginBox .loading-start span,
#registerBox .loading-start span,
#forgotpasswordBox .loading-start span,
#resetBox .loading-start span,
#newteamBox .loading-start span,
#editteamBox .loading-start span,
#deleteBox .loading-start span,
.popupform .loading-start span,
.loading-start span {
    display: none;
    opacity: 0;
}

#loginBox .loading-start svg,
#registerBox .loading-start svg,
#forgotpasswordBox .loading-start svg,
#resetBox .loading-start svg,
#newteamBox .loading-start svg,
#editteamBox .loading-start svg,
#deleteBox .loading-start svg,
.popupform .loading-start svg,
.loading-start svg {
    display: block !important;
    opacity: 1;
}

input.radioCheck {
    margin-bottom: 10px!important;
    padding: 0!important;
    width: auto!important;
}

footer {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    background: #333;
}

footer ul {
    float: right;
    /*padding: 1.5px 0 0 0;*/
}

footer ul li {
    display: inline;
    margin: 0 10px 0 0;
    /*margin: 0;
    padding-right: 20px;*/
    padding: 0;
    list-style: none;
}

footer ul li *:hover, footer a:hover  {
    cursor: pointer;
    text-decoration: underline;
}

footer .footer_info {
    float: left;
    padding: 13px 0 9px 10px;
    box-sizing: border-box;
}

footer #footer-menu {
    width: 1200px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

div.langFlagBox {
    position: absolute;
    left: 30%;
    top: 12px;
}
span.languageFlag {
    cursor: pointer;
    margin: 3px;
}
span.languageFlag img {
    height: 16px;
    border: solid 1px #999;
    border-radius: 18px;
    opacity: 0.7;
}
span.languageFlag img:Hover {
    opacity: 1;
    border: solid 1px #ccc;
}

#overlay {
    position: fixed;
    /*display: none;*/
    z-index: 7777;
    top: 0;
    left: 0;
    overflow: hidden; /* scroll */
    width: 100%;
    height: 100%;
    /*opacity: .5;*/
    background-color: rgba(0, 0, 0, 0.5);
}

.closebox {
    position: absolute;
    width: 100%;
    height: 100%;
}

#message {
    font-size: 16px;
    position: fixed;
    /*  display: none;*/
    z-index: 9999;
    bottom: 80px;
    left: 50%;
    width: 350px;
    text-align: center;
    margin-left: -195px;
    padding: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

#message:hover {
    box-shadow: 0 15px 20px rgba(10, 0, 10, .3);
    -webkit-filter: brightness(110%);
}

.error {
    color: #852522;
}

.info {
    color: #666;
}

#selecticon {
    font-size: 20px;
    font-weight: 300;
    display: table-cell;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbb;
    background: #fff;
}

#newteam,
#newturnament,
#newart,
#newteam-turnament,
#newgame,
.new {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #852522;
    opacity: 0.8;
}
#newteam, #newturnament {
    padding-top: 1px;
}

#newteam:hover,
#newturnament:hover,
#newart:hover,
#newteam-turnament:hover,
#newgame:hover,
.new:hover {
    opacity: 1;
}

.refresh {
    font-size: 18px;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #a29e9e;
}

.refresh:hover {
    background: #7d7c7c;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 5px 0;
}

.fileUpload [type=file] {
    float: left;
    width: 29.1%;
    height: 53px;
    margin: 0;
    font-size: 12px;
}

.fileUpload [type=text] {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    float: left;
    width: 62.364%;
    margin-bottom: 4%;
    padding: 4%;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
}

.fileUpload .fa-times {
    padding: 4% 5px 0 0;
    color: #666;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    white-space: nowrap;
    /*opacity: 0.9;*/
}

#table-headline {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 5px;
    color: #fff;
    background: #852522;
}
#table-headline2 {
    font-size: 18px;
    font-weight: 600;
    padding: 1%;
    color: #fff;
    background: #852522;
}
#table-headline-radio {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    padding: 1%;
    color: #fff;
    background: #852522;
}
#table-headline-games {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    min-height: 36px;
}
#livegame {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 10px 0;
}
#livegame table tr {
    background-color: transparent;
}
#livegame table td {
    text-align: center;
    border: 0;
    font-size: 18px;
}
#livegame table td:nth-child(1),
#livegame table td:nth-child(3){
    width: 45%;
}
#livegame table td input {
    width: 50px;
    height: 24px;
    text-align: center;
    margin-top: 5px;
}
#table-art tr td:first-child {
    width: 30px;
}
input.gameExtraData {
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}
button.btnLiveScore {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 150px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border: 0;
    background: #852522;
    margin-bottom: 10px;
}

th,
tr,
td {
    padding: 5px;
    border: 1px solid #e0e0e0;
    /*opacity: 0.90;*/
}

table th {
    background: rgba(189, 189, 189, .9);
}

table tr {
    border: 0;
}

table th:first-child {
    border-left: 0;
}

table th:last-child {
    border-right: 0;
}

table td:first-child {
    border-left: 0;
}

table td:last-child {
    border-right: 0;
}

.noTableBorderRight {
    border-right: 0!important;
}

table tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, .9);
}

table tr table tr:nth-child(odd) {
    background: transparent !important;
}

table tr table tr td {
    border: 0 !important;
}

table tr:nth-child(even) {
    background-color: rgba(230, 230, 230, .9);
}

table tr table tr:nth-child(even) {
    background: transparent !important;
}

.roundquestions tr:nth-child(odd) {
    background: rgba(189, 189, 189, .9);
}

.roundquestions tr:nth-child(even) {
    background-color: rgba(230, 230, 230, .9);
}
.roundquestions div.answerSelects,
.roundquestions br.answerCssclear {
    display: none;
}
.roundquestions select {
    padding: 10px;
    margin: 0;
}

table img {
    font-size: 11px;
    font-style: italic;
    width: 20px;
    margin: 0 5px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.fa-pencil,
.fa-trash-o,
.fa-link,
.fa-th-list,
.fa-users {
    padding: 10px 10px;
}

.fa-caret-up,
.fa-caret-down {
    padding: 0 5px;
}

.responsive-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    /*margin-bottom: 40px;*/
    text-align: center;
    border-bottom: 3px solid #852522;
}

.responsive-table table {
    table-layout: auto;
}

#tippForm .responsive-table,
#userTipps .responsive-table {
    border-bottom: 0;
}

select {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
}

.responsiveUL {
    position: relative;
}

#roundcontainerheadline {
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    background: #852522;
    height: 24px;
}
#roundcontainerheadline > span {
    cursor: pointer;
 }
#roundcontainerheadline > span:nth-child(1) {
    float: left;
}
#roundcontainerheadline > span:nth-child(2) {
    float: right;
    font-size: 15pt;
    padding: 3px;
}
#roundcontainerheadline > span:nth-child(3) {
    float: right;
    font-size: 12pt;
    padding: 1px;
    padding-top: 4px;
    margin-right: 10px;
}

#roundcontainer {
    /*padding: 5px;*/
    box-sizing: border-box;
}

#rounddynlayout {
    display: flex;
    flex-wrap: wrap;
}

#rounddynlayout .flapcontainer {
    margin-bottom: 0;
}

.noflapcontainer {
    margin: 10px;
}

.tipp {
    float: right;
    margin: 2px 5px 0 0;
    cursor: pointer;
}

.goals {
    width: 39px;
    text-align: center;
}

.betGoals {
    width: 39px;
    height: 24px;
    text-align: center;
    padding: 0;
}
.inputBetButton {
    font-size: 18pt!important;
    margin-top: 5px;
}

.inputBetButton::before {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    left: 50%;
}

#flexgames {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

#flexgames input {
    font-family: 'Open Sans', sans-serif;
    margin: 0 5px;
    padding: 2px;
}

.flex-item {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    flex-basis: 80%;
    justify-content: center;
}

.middlepoint {
    flex-basis: auto;
}

.heimmannschaft {
    text-align: right;
}

.gastmannschaft,
.heimmannschaft {
    padding-top: 1px;
    flex-basis: 30%;
}

.banner_softwareentwicklung {
    background-image: url('../img/banner/software_gross.jpg'); 
}
.banner_prozemo {
    background-image: url('../img/banner/prozemo_gross.jpg'); 
}
.banner_onlinemarketing {
    background-image: url('../img/banner/om_gross.jpg'); 
}
.banner_it-infrastruktur {
    background-image: url('../img/banner/it_inf_gross.jpg'); 
}
.banner_fileshare {
    background-image: url('../img/banner/fileshare_gross.jpg'); 
}
.banner_dreiklang {
    background-image: url('../img/banner/dreiklang_gross.jpg'); 
}

.banner_softwareentwicklung,
.banner_prozemo,
.banner_onlinemarketing,
.banner_it-infrastruktur,
.banner_fileshare,
.banner_dreiklang {
    margin: 10px auto;
    width: 470px;
    height: 60px;
}

#tippBox td {
    padding: 2px;
}
#tippBox table tr:nth-child(even) {
    background-color: rgba(242, 242, 242, .9);
}
#tippBox table tr:nth-child(odd) {
    background-color: rgba(230, 230, 230, .9);
}

#ads_left {
    position: fixed;
    left: 2%;
    top: 140px;
    z-index: 10;
}
#ads_right {
    position: fixed;
    right: 2%;
    top: 140px;
    z-index: 10;
}
#ads_top,
#ads_bottom {
    text-align: center;
    margin: 10px auto;
}

@media screen and (max-width: 1580px) {
    #ads_left {
        left: 5px;
    }
    #ads_right {
        right: 5px;
    }
}
@media screen and (max-width: 1500px) {
    #ads_left,
    #ads_right {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .firstlvl {
        display: block;
    }
    nav .menu-content {
        z-index: 3;
        width: 98%; /*100%;*/
    }
    section {
        width: 100% !important;
    }
    footer #footer-menu {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    /* TTT */
    #menu {
        display: block !important;
    }
    nav {
        border-bottom: 1px solid #bbb;
        position: static;
    }
    nav .firstlvl {
        position: absolute;
        top: 91px;
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        /* height: calc(100vh - 91px); */
        background: #fff;
    }
    nav .firstlvl li {
        width: 100%;
        height: auto;
        text-align: left;
        border-bottom: 1px solid #e1e1e1;
        background: #fff;
        border-color: #BBBBBB !important;
    }
    nav ul li:hover {
        /*border-bottom: none;*/
    }
    nav .firstlvl li a {
        width: 100%;
        padding: 20px 0 13px 18px;
    }
    nav .firstlvl li ul {
        position: relative;
        top: 0;
        display: block;
    }
    nav .firstlvl li ul li {
        border-top: 1px solid #e1e1e1;
        border-bottom: none;
        box-shadow: none;
    }
    nav .firstlvl li ul li a {
        padding: 20px 0 13px 50px;
    }
    nav .firstlvl li a:hover {
        color: #fff !important;
        border-bottom: 1px solid #e1e1e1;
        background: #A4A4A4;
    }
    section {
        padding: 10px 10px 60px!important;
    }
}


table#table-rounds-user span.roundListShort {
    display: none;
}

@media screen and (max-width: 800px) {
    #menu {
        display: block !important;
    }
    nav {
        border-bottom: 1px solid #bbb;
        position: static;
    }
    nav .firstlvl {
        position: absolute;
        top: 91px;
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        /* height: calc(100vh - 91px); */
        background: #fff;
    }
    nav .firstlvl li {
        width: 100%;
        height: auto;
        text-align: left;
        border-bottom: 1px solid #e1e1e1;
        background: #fff;
        border-color: #BBBBBB !important;
    }
    nav ul li:hover {
        /*border-bottom: none;*/
    }
    nav .firstlvl li a {
        width: 100%;
        padding: 20px 0 13px 18px;
    }
    nav .firstlvl li ul {
        position: relative;
        top: 0;
        display: block;
    }
    nav .firstlvl li ul li {
        border-top: 1px solid #e1e1e1;
        border-bottom: none;
        box-shadow: none;
    }
    nav .firstlvl li ul li a {
        padding: 20px 0 13px 50px;
    }
    nav .firstlvl li a:hover {
        color: #fff !important;
        border-bottom: 1px solid #e1e1e1;
        background: #A4A4A4;
    }
    #cookInfo {
        position: absolute!important;
    }
    #deleteBox,
    .popupform {
        width: 400px;
        margin-left: -200px;
        /*transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);*/
    }
    .flap span > span {
        display: none;
    }
    #logo {
        float: left;
        /*max-width: 122.5px;*/
        max-height: 45px;
        width: auto;
        height: auto;
        padding: 0px 0 5px; /*20px;*/
        margin-top: -20px;
    }
    #logocontaineAd { 
        left: 120px!important;
    }
    h1 {
        font-size: 30px!important;
    }
    h2 {
        font-size: 25px!important;
    }
    nav #mypage,
    nav .logoutBtn {
        display: none;
    }
    nav li.menuAccountXl,
    nav li.menuSignOut {
        display: block;
    }

    table#table-rounds-user span.roundListStd {
        display: none;
    }
    table#table-rounds-user span.roundListShort {
        display: block;
    }
    table#table-rounds-user th {
        padding-right:0;
        padding-left: 0;
    }
    .signinMoreBtns {
        margin-right: 0;
    }

    #ads_top img,
    #ads_bottom img {
        max-width: 728px;
        width: 95%;
        height: auto;
    }
}

@media screen and (max-width: 1100px) {
    #logo {
        float: left;
        /*max-width: 122.5px;*/
        /*max-height: 48px;*/
        max-height: 55px;
        width: auto;
        height: auto;
        padding: 0px 0 5px; /*20px;*/
        margin-top: 0; /*-20px;*/
    }
    #logocontaineAd {
        left: 200px!important; /* 135px!important; */
    }
    #logocontainNoAd img {
        max-width: 350px!important;
    }
}
@media screen and (max-width: 920px) {
    div.contactHed {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    div.contactFaq {
        display: block;
        float: none;
        text-align: left;
        margin-top: 2px;
    }
}

@media screen and (max-width: 900px) {
    .half {
        width: 100% !important;
    }

    footer {
        height: auto;
    }
}
@media screen and (max-width: 820px) {
    #newroundForm input,
    #newroundForm textarea {
        width: 97%!important;
    }
}
@media screen and (max-width: 570px) {
    #newroundForm input,
    #newroundForm textarea {
        width: 94%!important;
    }
}
@media screen and (max-width: 550px) {
    #footer-menu li {
        /*padding: 0 3px 0 0;*/
        margin: 0 5px 0 0;
    }

    #footer-menu ul {
        padding: 0;
    }
    footer .footer_info {
        padding-top: auto; /*10px 0 9px 5px;*/
    }
    span.languageFlag > img {
        margin: 3px 0;
        height: 14px;
    }
}
@media screen and (max-width: 500px) {
    footer {
        text-align: center;
        font-size: 10px;
    }
    span.languageFlag > img {
        margin: -2px 3px 0;
    }

    div.roundShowAllPhases select {
        font-weight: normal!important;
        font-size: 11pt!important;
    }

    #footer-menu ul {
        text-align: center;
        /*padding-right: 17px;*/
    }
    footer .footer_info {
        padding-top: 10px;
    }
    #deleteBox,
    .popupform {
        width: 90%!important;
        margin-left: 0;
        left: 5%;
        /*transform: translate(-50%, -60%) !important;
        -webkit-transform: translate(-50%, -60%) !important; */
    }
    #deleteBox h1,
    .popupform h1 {
        font-size: 10pt !important;
        padding: 4px 1px 4px !important;
    }
    #deleteBox button,
    .popupform button {
        width: auto;
        /*padding: 2%;*/
        padding: 8px!important;
        font-size: 10px!important;
        margin-bottom: 2px;
    }

    #deleteBox label,
    #deleteBox p,
    .popupform label {
        font-size: 8pt!important;
    }
    #tippBox {
        font-size: 10px;
    }
    #tippBox td {
        padding: 1px;
    }

    #tippBox td .goals {
        height: 14px;
    }
    #tippBox h1 {
        padding-bottom: 0;
        margin: 0;
        font-size: 10pt;
    }
    #tippBox button {
        max-width: 45%;
        /* padding: 1%; */
        padding: 5px;
        font-size: 9px;
    }
    #tippBox form {
        padding-bottom:0;
    }
    span.spnTippBox {
        margin: 5px;
    }
    .popupform .fa-times, #deleteBox .fa-times {
        font-size: 18px !important;
    }
    #newroundForm input,
    #newroundForm textarea {
        width: 92%!important;

    }
    #newroundForm select {
    }
    #contactForm input, 
    #loginForm > input,
    #resetForm > input,
    #forgotpasswordForm > input,
    #userForm > input,
    #registerForm > input,
    #contactForm textarea {
        width: 95%;
        padding: 6px;
        font-size: 9pt;
        margin-top: 3px;
        margin-bottom: 5px;
    }
    #contactForm textarea {
        height: 60px;
    }
    #registerForm label {
        font-size: 11pt;
    }
    #logocontainer img {
        max-width: 90px!important;
    }
    #logocontaineAd {
        left: 100px!important;
    }
    #logocontaineAd img {
        max-width: 180px!important;
    }
    input.newRoundInputName {
        width: 92%!important;
    }
}

@media screen and (max-width: 440px) {
    .flap span {
        font-size: 8pt;
    }
    #overlay {
    }

    div.roundShowAllPhases select {
        font-size: 10pt!important;
    }

    footer .footer_info {
        width: 100%;
        padding-bottom: 0;
    }
    #footer-menu ul {
        padding-top: 0;
        width: 100%;
    }

    div.langFlagBox {
        position: relative;
        left: 0;
        margin-top: -3px;
        margin-bottom: 5px;
    }

    h1 {
        font-size: 25px!important;
    }
    h2 {
        font-size: 21px!important;
    }
    h3 {
        font-size: 18px!important;
    }

    #logo {
        /*max-width: 80px;*/
        width: auto;
    }
    
    div.lastFlapRadio,
    .content-wrapper:last-child {
        margin-bottom: 60px!important;
    }

    div.signinMoreBtns {
        font-size: 10pt!important;
    }
    #logocontaineAd img {
        max-width: 80px!important;
    }

    .fileUpload [type="file"] {
        width: 41%;
        height: 43px;
        overflow: hidden;
    }
    .fileUpload [type=text] {
        width: 50%;
        float: right;
    }
}

@media screen and (max-width: 320px) {
    nav #menu {
        margin-left: 5px;
        padding-left: 8px!important;
    }
    nav .fa-sign-in {
        border-radius: 10px;
        margin-top: 3px;
        padding: 5px 6px;
    }
}

@media screen and (max-width: 440px) and (max-height: 370px) {
    .popupform {
        /* top: 10%!important;*/
    }

    h1 {
        font-size: 23px!important;
    }
    h2 {
        font-size: 18px!important;
    }
    h3 {
        font-size: 15px!important;
    }
}

@media screen and (max-width: 340px) {
    #footer-menu ul li {
        display: block;
    }
    section {
        padding-bottom: 95px;
    }
    #overlay {
  /*      position: absolute;
        margin-top: 100px;
        width: auto;
        height: auto;
        overflow: hidden;
        display: none;
        z-index: 9999;
        top: 10%;
        left: 0;
        overflow: visible;
        /*overflow-x: hidden;*/
        /*width: 100%;
        height: 90%;
        
        background-color: rgba(0, 0, 0, 0.5);*/
    }
    h1 {
        font-size: 23px!important;
    }
    h2 {
        font-size: 18px!important;
    }
    h3 {
        font-size: 15px!important;
    }
}

@media screen and (max-width: 550px) {
    .banner_softwareentwicklung {
        background-image: url('../img/banner/software_klein.jpg'); 
    }
    .banner_prozemo {
        background-image: url('../img/banner/prozemo_klein.jpg');  
    }
    .banner_onlinemarketing {
        background-image: url('../img/banner/om_klein.jpg');  
    }
    .banner_it-infrastruktur {
        background-image: url('../img/banner/it_inf_klein.jpg');  
    }
    .banner_fileshare {
        background-image: url('../img/banner/fileshare_klein.jpg'); 
    }
    .banner_dreiklang {
        background-image: url('../img/banner/dreiklang_klein.jpg'); 
    }

    .banner_softwareentwicklung,
    .banner_prozemo,
    .banner_onlinemarketing,
    .banner_it-infrastruktur,
    .banner_fileshare,
    .banner_dreiklang {
        margin: 0px auto;
        width: auto;
        max-width: 320px; 
        height: 60px; 
    }
    #logocontainNoAd img {
        max-width: 200px!important;
    }
}

@media screen and (max-height: 370px) {
    .popupform {
        /*margin-top: 28px;
        margin-bottom: 28px;*/
    }
}


/*#formloader.ng-enter {
  display: none;
  transition:0.5s linear all;
  opacity:0;
}

#formLoader.ng-enter-active {
  opacity: 1;
}*/


/* slide in from the bottom */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* slide in from the right */

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

section.ng-enter {
    animation: fadeIn 1s;
}

table a {
    color: #000;
}

table a:hover {
    text-decoration: none;
}

timer {
    font-size: 40px;
    display: block;
    width: 100%;
    text-align: center;
}

.round-hover {
    cursor: pointer;
}

.round-hover:hover .round-hover:nth-child(2) {
    background: #D8D8D8;
}

#tippForm .responsive-table {
    /* margin-bottom: 10px; */
}

#tippForm .responsive-table table {
    border-collapse: separate;
}

td > .fa-trash-o:before, td > .fa-th-list:before, td > .fa-pencil:before, td > .fa-sign-out:before, 
td > .fa-users:before, td > .fa-ban:before, td > .fa-dot-circle-o:before,
td > div > .fa-users:before, td > div > .fa-dot-circle-o:before {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    left: 50%;
}

td > span > .fa-trash-o:before, td > span > .fa-pencil:before {
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    left: 50%;
}

td > div > .fa-dot-circle-o {
    margin: 1px;
}

.fa-usersAnswers:before {
    position: relative!important;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    left: 50%;
    margin-left: -8px;
}

#table-rounds,
#roundphase,
#rounduser,
#roundinvite {
    position: relative;
    z-index: 1;
}

#table-rounds i,
#roundphase i,
#rounduser i,
#roundinvite i {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

#table-rounds i:after,
#roundphase i:after,
#rounduser i:after,
#roundinvite i:after {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    content: "";
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #A4A4A4;
    /*z-index: -1;*/
}

#table-rounds i:hover,
#roundphase i:hover,
#rounduser i:hover,
#roundinvite i:hover {
    color: #fff;
}

#table-rounds i:hover:after,
#roundphase i:hover:after,
#rounduser i:hover:after,
#roundinvite i:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.flapcontainer {
    text-align: center;
    margin-bottom: 20px;
}

.flap {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-top: 30px solid #852522;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    padding: 0 10px;
}

.flap > span {
    position: relative;
    top: -30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.flap > span i {
    padding: 0;
}

#roundinvite i:after {
    /*background-color: attr(data-color) !important;*/
}

.userbackground {
    background: #852522 !important;
    color: #fff;
}

.content-wrapper {
    background: rgba(255, 255, 255, .9);
    padding: 10px;
}
div.wrapCurrentGames {
    background: rgba(255, 255, 255, .8);
    padding: 5px 60px 40px!important;
    text-align: center;
}
div.wrapCurrentGames > hr {
    margin-top: 0!important;
}
div.wrapCurrentGames > h2 {
    margin: 10px!important;
}
div.wrapCurrentGames div.currentGame {
    font-size: 14pt;
    padding: 5px 0;
    text-align: center;
    font-weight: 600;
}
.wrapRound {
    background: rgba(255, 255, 255, .9)!important;
    padding: 20px 30px!important;
    position: relative;
}
.wrapRound > h3,
.wrapRound > p {
    margin: 5px;
}
.wrapRound div.shareIcons {
    position: absolute;
    right: 5px;
    top: 15px;
}
.wrapRound div.shareIcons img {
    max-height: 24px;
    margin-right: 2px;
    border-radius: 5px;
}
@media screen and (max-width: 610px) {
    .wrapRound div.shareIcons {
        position: relative;
        text-align: right;
        top: 5px;
        right: 1px;
    }
}
.fullsize {
    width: 100% !important;
}

::-webkit-file-upload-button{
  height: 49px;
  width: 100%;
}

#table-rounds-infites tr td:nth-child(even) {
    font-style: italic;
}

.half:nth-child(odd) {
    padding-right: 5px;
}

.half:nth-child(even) {
    padding-left: 5px;
}

#logocontainer,
#logocontainNoAd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#logocontaineAd {
    position: absolute;
    top: 51%;
    left: 20%; /*285px;*/ /*24%;*/
    transform: translateY(-50%);
}

#logocontaineAd img {
    max-width: 300px;
}

.clGetMsg {
    text-align: left;
    padding: 0 3%;
}
div.clGetDiv {
    text-align: center;
    width: 100%;
}
div.clGetDiv > button {
    float: none!important;
    width: 95%!important;
}
.regErrorMsg {
    font-weight: bold;
    color: #af162c;
    width: 100%;
    text-align: center;
    padding: 5px;
    min-height: 28px;
    /*text-shadow: 0 0 6px #999;*/
}
.regSuccessMsg {
    font-weight: bold;
    color: #101010;
    margin: 10px 0;
    text-align: left !important;
    width: 100% !important;
    /*text-shadow: 0 0 10px #888;*/
}
.errorDonation {
    color: #af162c;
    font-weight: bold;
}
.gameResult {
    font-size: 13pt;
}

table.tableGamePhases tr td:nth-child(2) {
    text-align: right;
}
table.tableGamePhases tr td:nth-child(4) {
    text-align: left;
}
table.tableGamePhases tr td:nth-child(5) {
    text-align: center;
}
table.tableGamePhases div.tableGamePhasesTippGame {
    float: left;
}
table.tableGamePhases div.tableGamePhasesShowTipps {
    float: left;
}
table.tableGamePhases td.gameTime {

}
table.tableGamePhases td.homeTeam {
    position: relative;
}
table.tableGamePhases td.homeTeam > div {
    position: absolute;
    top: -2px;
    left: 2px;
    color: #666;
    display: none;
}
table.tableGamePhases td.gameResults {
    position: relative;
    cursor: pointer;
}
table.tableGamePhases div.bgBet,
table.tableGamePhases div.bgShow {
    color: #fff;
    font-size: 24pt;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 12%;
    z-index: -1;
    margin-left: -1px;
}
table.tableGamePhases div.bgBet {
    margin-left: -2px;
}

table.tableGamePhases div.bgBet > i,
table.tableGamePhases div.bgShow > i {
     position: relative;
     left: -50%;
}
table.tableGamePhases td.showBets > div {
    display: block;
}

table.tableGamePhases img.teamIcon {
}
table.tableGamePhases img.teamIconRight {
    float: right;
}
table.tableGamePhases img.teamIconLeft {
    float: left;
}

@media screen and (max-width: 685px) {
    table.tableGamePhases {
        font-size: 10pt;
    }
    #roundcontainerheadline {
        font-size: 12pt;
    }
    table#table-rounds-user th,
    table#table-rounds-user td {
        font-size: 11pt;
    }
    div#table-headline > span {
        font-size: 11pt;
    }
    div.wrapCurrentGames div.currentGame {
        font-size: 12pt;
    }
}
@media screen and (max-width: 575px) {
    table.tableGamePhases img.teamIcon {
        /*display: none;*/
    }

    div#table-headline > span.headCorpLeague {
        font-size: 10pt;
    }

    table.tableGamePhases div > i {
        width: 20px!important;
        height: 20px!important;
        line-height: 20px!important;
    }
    table.tableGamePhases tr td:nth-child(1) {
        font-size: 8pt;
    }
    table.tableGamePhases td.gameTime {
        padding: 0;
    }
    table.tableGamePhases td.gameTime > span {
        display: none;
    }
    table.tableGamePhases td.homeTeam > div {
        display: block;
    }
    .roundquestions table.answerTable {
        display: none;
    }
    .roundquestions div.answerSelects {
        display: inline;
        float: left;
        width: 100%;
        margin-bottom: 7px;
    }
    .roundquestions br.answerCssclear {
        display: inline;
        clear: both;
    }

    .addUserAnchor,
    .bonusQuestionsAnchor {
        font-size: 11pt;
    }
    .wrapRound {
        padding: 15px 20px!important;
    }
    .wrapRound > h3 {
        font-size: 12pt;
    }
    .wrapRound > p {
        font-size: 10pt;
    }
    .content-wrapper h1 {
        padding: 0!important;
        margin-bottom: 10px!important;
    }
    .content-wrapper div > h3 {
        padding: 0!important;
        margin: 0!important;
    }
    .content-wrapper p,
    .content-wrapper ul li {
        font-size: 11pt!important;
        margin-top: 0!important;
    }
    .content-wrapper div.portfolioRadio > p {
        font-size: 16pt!important;
        margin-top: 20px!important;
    }
    .content-wrapper div.portfolioRadio .item p {
        margin-top: 20px!important;
    }
    div.signinMoreBtns {
        margin-bottom: 15px;
        font-size: 10pt;
    }
    #message {
        font-size: 10pt;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 8px;
        width: 100%;
        margin: 0!important;
        opacity: 0.9;
        height: 25px;

        /* width: 350px;
        text-align: center;
        margin-left: -195px;

        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3); */
    }
    .selectAnswer select,
    .selectAnswer option {
        font-size: 10pt!important;
        padding: 2px;
    }
}
@media screen and (max-width: 515px) {
    #roundcontainerheadline{
        font-size: 10pt;
    }
    #roundcontainerheadline span:nth-child(1) {
        margin-top: 2px;
    }
    #roundcontainerheadline span:nth-child(2) {
        font-size: 12pt;
    }
    table.roundquestions th {
        font-size: 9pt;
    }
    .content-wrapper {
        padding: 10px!important;
    }

    .content-wrapper form
    {
        width: 95%!important;
        margin-left: 2%;
    }
    .content-wrapper textarea {
        width: 96%;
    }
    table#rules tr td:nth-child(1),
    table#rules tr td:nth-child(2),
    table#rules {
        font-size: 10pt;
    }

    table.tableGamePhases tr td:nth-child(2),
    table.tableGamePhases tr td:nth-child(3),
    table.tableGamePhases tr td:nth-child(4),
    table.tableGamePhases tr td:nth-child(7){
        font-size: 9pt;
    }
    table.tableGamePhases tr td:nth-child(2),
    table.tableGamePhases tr td:nth-child(4){
        font-size: 10pt;
        white-space: normal;
    }
    table.tableGamePhases tr td .gameResult {
        font-size: 11pt;
    }
    .addUserAnchor,
    .bonusQuestionsAnchor {
        font-size: 10pt;
    }
    table.tableGamePhases div.bgBet,
    table.tableGamePhases div.bgShow {
        font-size: 22pt;
    }
    table.tableGamePhases td.showBets {
        padding: 0;
    }
    table.tableGamePhases td.showBets > div {
        display: none;
    }
    div.wrapCurrentGames {
        padding-left: 5px;
        padding-right: 5px;
    }
    div.wrapCurrentGames div.currentGame {
        font-size: 10pt;
        font-weight: normal;
    }

}

input.formReqired::-webkit-input-placeholder{
    font-weight: bold;
    color: #852522;
}
input.formReqired:-ms-input-placeholder{
    font-weight: bold;
    color: #852522;
}
input.formReqired:-moz-placeholder{
    font-weight: bold;
    color: #852522;
}
input.formReqired::-moz-placeholder {
    font-weight: bold;
    color: #852522;
}
.addUserAnchor {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    margin-top: 8px;
}
.bonusQuestionsAnchor {
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
}
.addUserAnchor:Hover,
.bonusQuestionsAnchor:Hover {
    text-decoration: underline;
}
tr.resultsMatchday > td {
    border-top: solid 1px #303030;
}
tr.resultsMatchday > td > div {
    cursor: pointer;
    font-weight: bold;
}

div.roundShowAllPhases {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    margin-bottom: 20px;
    /* margin-top: -20px; */
    padding: 20px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}
div.roundShowAllPhases select {
    text-align: center;
    font-weight: 700;
    font-size: 13pt;
    margin: 0 auto;
}
td.roundShowAllRounds {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-size: 10pt;
}
div.adminTopButtons {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 15px;
}
.adminTableHeadline {
}
span.showAllUsers {
    float: right;
    cursor: pointer;
    font-size: 16pt;
    padding: 4px 8px 3px 8px;
    background: #fff;
    color: #000;
    border-radius: 50%;
}
span.showAllUsersBox {
    cursor: pointer;
    /*float: left;
    margin-top: -15px;*/
}
span.getLiveResults {
    float: right;
    font-size: 16pt;
    padding: 4px 5px;
    opacity: 0.5;
    margin-right: 10px;
}
span.getLiveResultsGames {
    float: right;
    font-size: 16pt;
    padding: 2px;
    opacity: 0.5;
    margin-right: 10px;
}
span.refreshGames {
    float: right;
    font-size: 16pt;
    padding: 2px;
    margin-right: 20px;
    opacity: 0.8;
}
div.showAllResults {
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
}
div#myImageHomeLogo,
div#myImageHome300,
div.myImageHome {
    text-align: center;
}
div.myImageHome {
    margin-top: 50px;
}
div#myImageHomeLogo > img {
    max-width: 400px;
    min-width: 150px;
    width: 45%;
}
div.myImageHome > a > img {
    max-width: 500px;
    min-width: 150px;
    width: 70%;
}
div#myImageHome300 > img {
    float: left;
    max-width: 320px;
    min-width: 150px;
    text-align: center;
    width: 40%!important;
}
div#myImageHome300 > ul {
    padding-top: 0;
    margin-top: 80px;
    float: right;
    font-size: 22pt;
    font-weight: bold;
    margin-right: 40px;
    text-align: left;
    width: 50%;
    color: #606060;
}
div#myImageHome300 > ul > li {
    margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
    div#myImageHome300 > ul {
        margin-right: 5px;
        font-size: 20pt;
    }
    div#myImageHome300 > ul > li {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 970px) {
    #newroundForm input,
    #newroundForm textarea {
        width: 97%;
    }
}
@media screen and (max-width: 800px) {
    div#myImageHome300 > img {
        float: none;
    }
    div#myImageHome300 > ul {
        font-size: 18pt;
        float: none;
        width: auto;
        margin-top: 20px;
        text-align: center;
    }
}
/*
div#myImageHome300 > ul > li::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #14CCBB;
    border-radius: 50%;
    margin-bottom: 2px;
}
*/
span.myCircle {
    width: 100px;
    height: 100px;
    background: #303030;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 16pt;
    margin-right: 10px;
}

div.portfolioRadio {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
div.portfolioRadio .item {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
div.portfolioRadio .itemGame {
    width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
}

div.portfolioRadio .item .headline {
    color: #852522;
    font-weight: bold;
}
div.portfolioRadio .item .headline i,
div.portfolioRadio .item .headline em {
    background: #852522;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
div.portfolioRadio > p {
    font-size: 20pt;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
div.portfolioRadio .item p {
    margin-top: 20px;
}
div.portfolioRadio .item a {
    color: #852522;
}
@media all and (min-width: 40em) {
    div.portfolioRadio .item {
        width: 50%;
    }
}
@media all and (min-width: 63em) {
    div.portfolioRadio .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 1008px) {
    div.portfolioRadio .item:last-child {
        width: 100%;
    }
    div.portfolioRadio .itemGame {
        width: 100%;
    }
}
div.borderPortfolio {
    border-top: solid 2px #852522;
    border-bottom: solid 2px #852522;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
div#faqContainer {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}
div#faqContainer > div.friendlyQuestion {
    font-weight: bold;
    font-size: 14pt;
    color: #852522;
    margin-top: 30px;
}
div#faqContainer > div.friendlyAnswer {
    /*font-style: italic;*/
    margin: 10px;
}
span.roundTableText1 {
    width: 250px;
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-weight: bold;
}
span.roundTableText2 {
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-word;
}
span.roundTableText3 {
    /*width: 300px;
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-word; */
    width: auto;
    white-space: pre-wrap;
}
@media screen and (max-width: 870px) {
    th.roundTable,
    span.roundTableText1 {
        font-size: 11pt;
        width: auto;
    }
    span.roundTableText2 {
        font-size: 10pt;
    }
    span.roundTableText3 {
        font-size: 9pt;
    }
    td.roundIcons {
        /*white-space: pre-wrap;*/
        text-align: center!important;
    }
    td.roundIcons i {
        height: 30px!important;
        width: 30px!important;
    }
    span.showAllUsers {
        padding: 5px 8px 3px;
    }
}
@media screen and (max-width: 450px) {
    #livegame table td,
    #liveScoreForm div {
        font-size: 14px;
        word-wrap: break-word;
    }
}
div.betsTeams {
    margin-bottom: 10px;
    margin-top: -15px;
    font-weight: bold;
    text-align: center;
}

div#mainContent img {
    max-width: 99%;
    width: auto;
}

@media screen and (max-width: 935px) {
    div#mainContent img {
        max-width: 98%;
        height: auto;
    }
    div#mainContent div img {
        width: 98%;
        height: auto;
    }
}

#typeInfo {
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 0;
}
#typeInfo .item {
    margin-bottom: 5px;
}
#typeInfo .item em {
    margin-top: 20px;
}
#typeInfo .headline {
    font-size: 14pt;
}
p.priceInfo {
    clear: both;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 14pt!important;
}

.blink_text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; color: red;
}
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}
@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}
#cookInfo {
    position: fixed; /*absolute;*/
    width: 100%;
    top: 90px; /* ?...oder..: bottom: 50px; ..was ist besser? */
    left: 0;
    background-color: #666;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 10pt;
    z-index: 100;
}
#cookInfo a {
    color: #fff;
    text-decoration: underline;
}

div.fbLoginBox {
    text-align: center;
    margin: 5px;
}
div.fbLoginBox label {
    font-size: 10pt;
}
div.fbLoginBox button.fbLoginBtn {
    width: 100%;
    text-align: center;
    cursor: pointer;
    min-height: 80px;
    height: auto;
}
div.fbLoginBox button.fbLoginBtn img {
    margin: 5px;
}
div.fbLoginBox button.fbLoginBtn div {
    margin: 5px;
    font-weight: bold;
}
div.operatorInfo {
    color: #000;
    background: #ccc;
    position: absolute;
    right: 3%;
    top: 5px;
    padding: 4px;
    border: solid 1px #555;
    border-radius: 8px;
    opacity: 0.5;
    font-size: 10px;
    z-index: 999;
}
@media screen and (max-width: 800px) {
    div.operatorInfo {
        top: 1px;
        opacity: 0.3;
    }
}
label.inputLabel {
    font-size: 11px!important;
    color: #888;
    margin-left: 2px;
}
label.st2,
label.inputRequired {
    font-weight: 600;
    color: #852522;
}
td.roundRegUrl {
    font-size: 11px!important;
    color: #333;
}
td.roundRegUrl span {
    font-weight: bold;
}

form#donationForm label.copyUrl,
td.roundRegUrl label.copyUrl {
    cursor: pointer;
    font-size: 13pt;
    padding: 10px;
}
div.clRoundDetailLogo {
    text-align: center;
}
div.clRoundDetailLogo > img {
    max-width: 200px;
    margin-bottom: 10px;
}
div.regInputExtraText {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 10pt;
    margin: -5px 0 10px;
}
form#editRoundUserForm select {
    margin-bottom: 10px;
}
div#donationContainer {
    border: solid #888 1px;
}
div#donationContainer > form#donationForm {
    text-align: center;
    padding: 20px;
}
form#donationForm button,
form#donationForm input,
form#donationForm select {
    width: 70%!important;
    padding: 10px;
    display: block;
    margin: 5px auto;
}
form#donationForm input,
form#donationForm select {
    text-align: center;
}

form#donationForm table {
    width: 72%;
    margin-left: 14%;
    font-size: 11pt;
}
form#donationForm table tr td {
    padding: 0;
}
form#donationForm .setMoreWidth {
    width: 72.5%!important;
}
form#donationForm p.activateCheck {
    width: 70%;
    text-align: left;
    margin-left: 15%;
}
form#donationForm p.activateCheck input {
    display: inline;
    width: auto!important;
}
#inviteInfo {
    font-size: 14px;
    position: fixed;
    z-index: 33;
    top: 120px;
    left: 50%;
    max-width: 350px;
    width: 60%;
    text-align: center;
    margin-left: -195px;
    padding: 15px;
    /*background: #fff;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    opacity: 0.9;
    font-weight: 500;
}
#inviteInfo:Hover {
    opacity: 1;
    cursor: pointer;
}
div.inviteClose {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 14pt;
}
div.inviteClose:Hover {
    color: #333;
}
@media screen and (max-width: 580px) {
    #inviteInfo {
        left: 10%;
        width: 70%;
        margin-left: 0;
    }
}
div.answerTheRight {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 11pt;
}
div#noRounds {
    background: #eee;
    text-align: center;
    font-weight: bold;
    padding: 30px 20px;
}
td.roundEntrantIs1 {
    color: #3c763d;
    font-weight: 400;
}
td.roundEntrantIs0 {
    color: #999;
}
p.reSentActiLink {
    margin: 15px auto;
    font-weight: 800;
    color:#fff;
    padding: 10px 2px;
    text-align: center;
    cursor: pointer;
    width: 92%;
}
@media screen and (max-height: 350px) {
    .popupform form div.responsive-table {
        max-height: 180px;
    }
}