@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(/template/Roboto/Roboto-Black.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  
  @font-face {
    font-family: 'Roboto', sans-serif;
    src: url(/template/Roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
  }

* {
    box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(245,246,247);
    font-size: 14px;
    /* font-family:  Flama, shcc-flama; */
    font-family:  Roboto, Arial;
}
.header {
    background-color: #3f3f3f;
    text-align: center;
    color: #FFF;
    padding-top:20px;
    font-size: 20px;
    height: 60px;
}
.header .benutzer{
    position:absolute;
    right: 170px;
    top:40px;
    height:20px;
    font-size:12px;
}
.header img{
    position:absolute;
    right: 10px;
    top: 10px;
    height: 70px;
}
.topnav {
    overflow: hidden;
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    background-color: #aaa;
    border-right: solid 1px;
}
.topnav a:hover {
    background-color: #70ab3e;
    color: black;
}
.column {
    float: left;
    width: 100%;
    padding: 15px;
}
.column2 {
    float: left;
    width: 50%;
    padding: 15px;
}
.column3 {
    float: left;
    width: 50%;
    padding: 15px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row {

}
@media screen and (max-width: 800px) {
    .column, .column2, .column3 {
        width: 100%;
    }
    .header {
        height: 95px;
        #padding-right: 300px;
        padding-left: 15px;
        text-align: left;
    }
    .trenner {
        color: rgb(25, 47, 61);
    }
    .trenner::after {
        #word-break: break-all;
        color: rgb(25, 47, 61);
        content: "\A";
        white-space: pre;
    }
    .header .benutzer{
        top: 70px;
    }
}
.spielerkarten {
    margin-top: 30px;
}
.spieloptionen button{
    width:130px;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.login input{
    width: 100%;
    border-radius: 5px;
    height: 25px;
}
.login button{
    width: 100%;
    border-radius: 5px;
}
.footer {
    position: fixed;
    bottom: 0px;
    background-color: #3f3f3f;
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 20px;
}
.footer a{
    color: #FFF;
}
.ergebnisKartenDiv {
    display:inline-block;
    width:50px;
    margin-left: -25px;
}
.ergebnisKartenDivParent {
    width: 100%;
}
.ergebnisKartenDivParent div:nth-child(4n+1){
    margin-left: 5px;
}

h1{
    font-size: 18px;
    color: #777;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
}

h2 {
    margin:0px;
    color: #4ca1d7;
    font-size: 16px;
    font-weight: bold;
    padding-top:30px;
    padding-bottom:15px;
}

input {
    background-color: #fff;
}

#content {
    position:absolute;
    top:60px;
    left:280px;
    /* width: 100%; */
    padding-top: 20px;
    width: -moz-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
}

#messages {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	min-height:16px;
	border-bottom:solid 1px red;
	background-color:yellow;
	color:black;
	font-size:12px;
	padding: 6px 10px;
	display: none;
}
#message {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height:15px;
}

#div_bottom {
    position: fixed;
    bottom:0px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    left: 0px;
    width: 250px;
    color: rgba(255,255,255,0.35);
    z-index: 1003;
    background-color: #18303e;
}

.simpleTable {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.simpleTable tr{
    height: 30px;
}
.simpleTable th{
    border-bottom: solid 1px #ddd;
    text-align: left;
    font-weight: bold;
}
.simpleTable td{
    color: #b1bab9;
    /* color: rgb(76, 93, 104); */
}

.boxTableDiv {
    width: calc(100% - 20px);
}
.boxTable {
    background-color: #f5f6f8;
    border: solid 1px #D9DDDF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* min-width: 500px; */
    width: 100%;
    padding: 10px;
}
.boxTable th {
    color: #646464;
    text-align: left;
    padding-left: 10px;
}
.boxTable td {
    color: #b1bab9;
}
.boxTable input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #D9DDDF;
    height: 30px;
    vertical-align: middle;
    width: 99%;
    padding-left: 4px;
}
.boxTable select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #D9DDDF;
    height: 30px;
    vertical-align: middle;
    width: 99%;
}
.boxTable textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #D9DDDF;
    height: 80px;
    vertical-align: middle;
    width: 99%;
}
.boxTable button {
    font-size: 14px;
    height: 35px;
    padding: 5px;
    border: solid 1px #D9DDDF;
    background-color: #61b732;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}

button {
    font-size: 14px;
    height: 35px;
    padding: 5px;
    border: solid 1px #D9DDDF;
    background-color: #61b732;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}
button:disabled {
    background-color: #CCC;
    cursor: default;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px;
    z-index: 9999999;
}
.dropdown-content p{
    margin: 0;
    padding: 0;
}
.dropdown-content div{
    cursor:pointer;
    width:100%;
    height:30px;
    text-align:left;
    padding:0px;
    margin-top:5px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
}
.dropdown-content div:hover{
    color: #4ca1d7;
}

.dropdown:hover .dropdown-content {
    display: block;
}
