/* Reset */
html {
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    box-sizing: border-box;
}

body { 
    width: 100%;
    height: 100%;    
    background-image: url("designs/bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

/* container */
#seiten_container { 
    width: 1000px;
    margin: 10px auto;
    background-color: #fff;
}

#menu_container { 
    float: left;
    width: 250px; 
}

#inhalt_container {
    float: left;
    width: 750px;
}

/* Inhalt */
#inhalt {
    float: left;
    width: 750px;
    padding: 0 20px 30px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

#inhalt table {
    border-collapse: collapse;
    box-sizing: border-box;
}

#inhalt ul {
    list-style-type: none;
    padding: 0 0 0 25px;
    margin: 0 0 0 15px;
}

#inhalt li {
    position: relative;
    padding: 0 0 0 20px;
}

/* h1, h2, p, a */
h1 {
    font-size: 2em;
    font-weight: 400;
    text-align: center;
}
 
h2 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 300;
}
 
p {
    font-size: 14px;
}
 
a {
   color: #000;
   text-decoration: none;
}

/* Titel vor Login */
#title { 
    position: relative;
    height: 140px;
    width: 1000px;
    background-color: #141E30; /* fallback */
    background-image: linear-gradient(#243B55, #141E30);
    color: #fff;
}

#title_hover {
    position: absolute;
    top: -160px;
    left: 0;
    z-index: 2;
    height: 140px;
    width: 1000px;
    background-image: linear-gradient(#243B55, #141E30);
    transition: all 500ms;
}

#title:hover #title_hover {
    top: 0;    
}
        
#title img {
    position: absolute;
    top: 20px;
    left: 80px;
    z-index: 1;
}

#title h1 {        
    position: absolute;
    left: 400px;
    font-weight: 400;
    font-size: 3.0em;
}      
            
#title h2 {
    position: absolute;
    top: 70px;
    left: 480px;
    font-size: 1.6em;
}

#title_hover #author {
    position: absolute;
    top: 50px;
    left: 450px;
    font-size: 1.2em;
}

/* Titel nach Login */
#title_LoggedIn {
    background-image: linear-gradient(#2C5364, #203A43, #0F2027);
    font-size: 1.2em;
    color: #fff; 
    height: 120px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
    overflow: hidden;
}

#welcome {
   display: block;
   padding-top: 15px;
   text-align: center;
}

.timeDisplay {
    font-size: 16px;
    color: #7FFFD4;
    float: right;
}

/* Administration */
#administrationHeader { 
    font-size: 4em;
    color: #f16145;
    background-color: #262626;
    padding: 30px 0;
    text-align: center;    
}

table.admin {
    text-align: left;
}

table.admin tr {
    border-bottom: 1px solid black;
}

/* Menü */
#menu { 
    border-right: 1px solid #000;
}

#topten h1,
#menu h1 {
    margin: 0;
    padding: 2px 0 4px 0;
    font-size: 14px;
    color: #fff;
    background-image: url(designs/menu_h1.png);
}

#menu table, 
#topten table {
    margin: 10px auto;
}

#menu table td, 
#topten table td {
    padding: 2px;    
}

#menu ul, 
#topten ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu li, 
#topten li {
    border-bottom: 1px solid #000;
}

#menu li a {
    display: block;
    padding: 10px 10px 10px 20px;
    background-image: linear-gradient(to bottom, #f6f6f6, #dedede);
}

#menu li a:hover {
    background: url(icons/arrowselect.png) 100% 50%, linear-gradient(to bottom, #ffff00, #ff8c00);
    background-repeat: no-repeat;
}

#menu li img {
    padding-right: 15px;
}

#topten {
    background-color: ivory;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

/*  Mittellinie */
#mittellinie { 
    float: left;
    width: 750px;
    height: 20px;
    padding: 2px 0 2px 0;
    background-image: url(designs/footer.png);
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/*  Introduction */
.intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;    
}

.card {
    width: 49%;
    margin-bottom: 30px;
    color: #000000;
    background-color: #ededdd;
    border-radius: 10px;
}

.card-header {
   padding: 10px 0 5px 0;
   font-size: 1.3em;
   text-align: center;
}

.card-text {
   padding: 20px;
   font-size: 1em;
   text-align: justify;
}

/* specialtipscorrectall */
.bonusReview {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
}

.allquestions {
    width: 45%;
    margin: 0 10px 30px 0;
    padding: 0 10px;
    background-color: #ededdd;
}

.question {
   margin: 0 -10px;
   padding: 10px 20px;
   background-color: #d2d2bd;
}

.answer {
    color: #000;
    background-color: #d2d2bd;
    padding: 10px 20px;
    margin: 0 -10px;
}

.summaryNumber {
    padding: 10px;
    border-bottom: 1px solid #aaa;
}

.summaryPic {
    display: inline-block;
    padding: 3px 0 8px 10px;
    width: 50px;
}

.summaryName {
    display: inline-block;
    width: 200px;
}

/*  footer */
#footer { 
    clear: left;
    padding: 3px 0 3px 0;
    text-align: center;
    color: #fff;
    background-image: url(designs/footer.png); 
}

/* News und Rules */
#news h2, 
#rules h2 {
    margin-bottom: 5px;
}

#news p, 
#rules p {
    margin: 5px 0;
}

#rules table  {
    font-size: 14px;
}

#rules th {
    background-color: darkblue;
    color: white;
    text-align: left;
}

#rules tr {
    border: 1px solid black;
}

/* Überschriften in Profil und Einstellungen */
.profileHeader {
    font-size: 1.1em;
    text-transform: uppercase;
    background-color: #343434;
    color: #fff;
    margin-top: 20px;
    padding: 20px 0px;
    text-align: center;
}   

/* RankingTrend */
#trendplus img {
    width: 20px;
    border-top: 2px solid #00d525;
    margin-left: 1px; 
}

#trendminus img {
    width: 20px;
    border-top: 2px solid #FF0000;
    margin-left: 1px; 
}

#trendneutral img {
    width: 20px;
    border-top: 2px solid #000000;
    margin-left: 1px; 
}

#trendnull img {
    width: 20px;
    border-top: 2px solid #ccc;
    margin-left: 1px;
}

/* Farbige Info-Boxen */
#greenbox {
    background-color:  #bdfebd;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 10px;
}

#redbox {
    background-color: #fd3048;
    color: #fff;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 10px;
}

#redbox img {
    padding-right: 20px;
}

#redbox a {
    text-decoration: none;
    color: #fff;
}

#neutralbox {
    background-color: #f5f5dc;
    color: #000;
    padding: 15px 20px;
    border-radius: 10px;
}

/* Settings */
.settings {
    background-image: linear-gradient(#666, #333);
    padding-left: 200px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.setting_item {
    background-color: #ededdd;
    padding: 50px 50px 50px 200px;
}

.settings-btn {
    width: 280px;
    background-image: linear-gradient(#eef2f3, #8e9eab);
    border-radius: 10px;
    margin-top: 20px;
}

.settings-btn:hover {
    background-image: linear-gradient(#fff8dc, #fff8dc);
}

.settings-btn a {
    display: block;
    padding: 15px 10px 15px 0px;
}

.settings-btn img {
    padding: 5px 25px 0 25px;
}

/* Registrierung, Login und Support */
.loginHeader {
    font-size: 40px;
    text-align: center;
    background-color: #ededdd;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.loginbox { 
    border-radius: 0 0 10px 10px;
    background-color: #ededdd;
    padding: 30px 0 50px 170px;
}

.loginbox > textarea {
    resize: vertical;
    width: 350px;
    min-height: 150px;
    max-height: 250px;
    margin-bottom: 30px;
    box-sizing: border-box;   
	padding: 15px;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
}

.user {
    font-size: 1.1em;
    background:	#fff url('../images/icons/usericon.png') no-repeat 20px 20px;
    width:	300px;
	height: 50px;
    margin-bottom: 20px;
    padding-left: 50px;
    border: 0;
    border-radius: 50px;
}

.pw {
    position: relative;
    font-size: 1.1em;
	background:	#fff url('../images/icons/pwicon.png') no-repeat 20px 20px;
	width: 300px;
	height: 50px; 
    margin-bottom: 20px;
    padding-left: 50px;
    border: 0;
    border-radius: 50px;
}

.mail {
    font-size: 1.1em;
	background:	#fff url('../images/icons/mailicon.png') no-repeat 20px 20px;
	width: 300px;
	height: 50px;
    margin-bottom: 20px;
    padding-left: 50px;
    border: 0;
    border-radius: 50px;
}

/* Buttons */
.button {
    width: 350px;
    display: block;
    font-size: 1.3em;
    color: #fff;    
    background-color: #d20000;    
    border: 1px solid #d20000;
    border-radius: 50px;
    padding: 15px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.button:hover {
    color: #d20000;
    background-color: #fff;
}

.sendTips {
    margin: 20px auto;
}

.cancel {
    background-color: #d3d3d3;
    color: #616161;
    border: 0;
    margin: 0;
}

.cancel:hover {
    background-color: #fff;
}

.instruction .cancel {
    background-color: #d3d3d3;
    margin-left: 150px;
}

.instruction .cancel:hover {
    background-color: #fff;
}

.switch-btn {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background-color: #343434;
    padding: 10px 8px;
    margin: 10px 10px 10px 0;
    border: 1px solid #343434;
    border-radius: 10px;
}

.switch-btn:hover {
    color: #000;
    background-color: cornsilk;
}

/* Font Awesome */
.fas, 
.far {
    margin-right: 20px;
    margin-left: 20px;
}

#card-header .fas, 
#card-header .far {
    margin-right: 20px;
    margin-left: 20px;
}

.fa-less-than {
    margin-left: 5px;
    margin-right: 10px;
}

.fa-user {
    margin-left: 5px;
    margin-right: 10px;
}

.fa-greater-than {
    margin-left: 10px;
    margin-right: 5px;
}

/* categories */ 
.level {
    background-image: linear-gradient(#666, #333);
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapper {
    cursor: not-allowed;
}

.isDisabled {
    color: #000;
    pointer-events: none;
    opacity: 0.3;
}

.level-btn {
    position: relative;
    background-image: linear-gradient(#eef2f3, #8e9eab);
    font-size: 1.2em;
    margin: 40px auto;
    width: 50%;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;    
}

.level-btn:hover {
    background-image: linear-gradient(#fff8dc, #fff8dc);
}

.level-btn a {
    display: block;
    padding: 20px 0;
}

/* Transfer - Paypal */
.transfer {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    padding: 40px;
}

.transfer a {
    color: #fff;
    display: block;
}

.transfer-btn {
    position: relative;
    background-image: linear-gradient(#eef2f3, #8e9eab);
    color: #000;
    margin: 30px auto;
    padding: 30px 0;
    width: 50%;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;    
}

.paypal-btn {
    position: relative;
    background-image: linear-gradient(#eef2f3, #8e9eab);
    color: #000;
    margin: 30px auto;
    width: 50%;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;    
}

.transfer-btn:hover, 
.paypal-btn:hover {
    background-image: linear-gradient(#E0EAFC, #CFDEF3);
}

/* Icon im Level_Button */
#danger {
   position: absolute;
   top: -20px;
   right: -20px;
   width: 45px;
   height: 25px;
   background-color: red;
   color: white;
   font-size: 1.4em;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 50%;
}

#success {
   position: absolute;
   top: -20px;
   right: -20px;
   width: 45px;
   height: 25px;
   background-color: #99ff99;
   color: black;
   font-size: 1.4em;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 50%;
}

/* Datumstrenner bei Tipps */
.day {
   font-size: 1.4em;
   color: #002a31;
}

/* Tippabgabe */
.tipHeader {
    background-color: #343434;
    color: #FFF;
    font-size: 1.1em;
    text-align: center;
    font-weight: 400;
    padding: 8px 0 8px 0;
}

.tipTeam {
    width: 140px;
    color: #fff;
    font-size: 1.1em;
    padding: 30px 0;
    background-image: linear-gradient(#666, #333);
}

.tipTeamLogo {
    width: 50px;
    padding: 30px 5px;
    background-image: linear-gradient(#666, #333);
}
    
.tipResult {
    width: 100px;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    padding: 30px 10px;
    background-image: linear-gradient(#666, #333);
}

.tipInput {
    width: 130px;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding: 30px 0;
    background-image: linear-gradient(#666, #333);
}

.tipInput input {
    width:  1.5em;
    height: 1.5em;
    color: #000;
    font-size: 1.1em;
    text-align: center;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 10px;
    outline: none;
}

.tipInput input:focus {
    background-color: #fff;
    border: 2px solid #fff;
}

.tipScore {
    width: 80px;
    color: gold;
    font-size: 1.7em;
    text-align: center;
    padding: 30px 0;
    background-image: linear-gradient(#666, #333);
}

.tipBasis {
    font-size: 1em;
    text-align: center;
    background-color: #343434;
    color: #ccc;
    border-top: 1px solid #787878;
    border-bottom: 40px solid #fff;
    transition: all 300ms ease-in-out;
}

.tipBasis:hover {
    background-color: #0000ff;
    border-top: 1px solid #02a2f2;
}

.tipBasis a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #ccc;
}

.tipBasis a:hover  {
    color: #fff;
}

.joker {
    background-color: #d20000;
}

/* Bonustipps abgeben */
.bonustipHeader {
    clear: left;
    font-size: 1.1rem;
    background-color: #343434;
    color: #fff;
    margin: 0;
    padding: 10px 30px;
}

.bonustipBox {
    font-size: 1.1rem;
    color: #fff;
    margin: 0;
    padding: 30px;
    background-image: linear-gradient(#666, #333);
}

.bonustipBasis {
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    font-size: 1.0em;
    background-color: #343434;
    color: #ccc;
    border-top: 1px solid #787878;
    margin-bottom: 40px;
    transition: all 300ms ease-in-out;
}

.bonustipBasis:hover {
    background-color: #0000ff;
    border-top: 1px solid #02a2f2;
}

.bonustipBasis a {
    display: block;
    text-decoration: none;
    color: #ccc;
    padding: 8px 30px;
}

.bonustipBasis a:hover  {
    color: #fff;
}

/* Boxes */
.gold {
    color: #000;
    margin-bottom: 10px;
    padding:  20px 0 20px 30px;
    background-image: linear-gradient(#FF8008, #FFC837, #FF8008);
}    
    
.silver {
    color: #000;
    margin-bottom: 10px;
    padding:  20px 0 20px 30px;
    background-image: linear-gradient(#C0C0C0, #F4F2F0, #C0C0C0);
}

.bronce {
    color: #fff;
    margin-bottom: 10px;
    padding:  20px 0 20px 30px;
    background-image: linear-gradient(#902910, #e48400, #902910);
}

.blue {
    color: #fff;
    margin-bottom: 10px;
    padding:  20px 0 20px 30px;
    background-image: linear-gradient(#182848, #4b6cb7, #182848);
}

.grey {
    color: #fff;
    margin-bottom: 10px;
    padding: 20px 0 20px 30px;
    background-image: linear-gradient(#333, #666, #333);
}

.blur {
    filter: blur(2px);
}

.grouptab {
    background: #eee;
    padding: 20px 10px 10px 20px;
    margin-top: 5px;
}

.grouprank {
    font-size: 1.5em;
    margin-bottom: 8px;
}

.groupusers {
    margin-top: 10px;
}

.groupusers a {
    color: #000;
}

/* Status */
.userName {
    font-size: 2em;
    line-height: 3em;
    padding-right: 30px;
}
  
.userRank {
    font-size: 2em;
    padding-right: 30px;
}

.userPic {
    padding-right: 50px;
}

.userData {
    font-size: 1.2em;
    line-height: 2em;
}

/* Medaillen */
.goldmedal {
    background-image: linear-gradient(#FF8008, #FFC837, #FF8008);
    color: #000;
}

.silvermedal {
    background-image: linear-gradient(#C0C0C0, #F4F2F0, #C0C0C0);
    color: #000;
}

.broncemedal {
    background-image: linear-gradient(#902910, #e48400, #902910);
    color: #fff;
}

.bluemedal {
    background-image: linear-gradient(#182848, #4b6cb7, #182848);
    color: #fff;
}

.nomedal {
    background-image: linear-gradient(#333, #666, #333);
    color: #fff;
}

/* mystatus */
.statusHeader {
    position: relative;
    height: 100px;
    font-size: 1.8em;
    border: 1px solid #444;
}

.stHeaderPic {
    position: absolute;
    top: 0;
    left: 0;
}

.stHeaderRank {
    position: absolute;
    top: 40px;
    left: 130px;
}

.stHeaderName {
    position: absolute;
    top: 40px;
    left: 180px;
}

.stHeaderPoints {
    position: absolute;
    top: 40px;
    right: 120px;
}

.stHeaderFav {
    position: absolute;
    top: 35px;
    right: 30px;
}

.statusContainer {
    background-color: #444;
    color: #fff;
    padding: 40px 0 20px 130px;
}

.statusgreen {
    background-color: #444;
    color: #99ff99;
    padding: 10px 0 10px 130px;
    font-size: 14px;
}

.statusred {
    background-color: crimson;
    color: #fff;
    padding: 10px 0 10px 130px;
    font-size: 14px;
}

.statusred a {
    color:  #fff;
}

.statusred img, .statusgreen img {
    padding-right: 20px;
}

/* Trend */
.trend {
    background-image: linear-gradient(#484848, #282828);
    color: #fff;
    padding: 40px 5px;
    font-size: 14px; 
}

.trendTitle {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
}

.trendSubtitle {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
}

.trend td:nth-child(3) {
    animation: slideBar 2s ease 0.5s 1 normal both;
}

/* Tabellen-Styling */
.rankingHeader {
    background-image: linear-gradient(#3A6073, #16222A);
    color: #fff;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 400;
    text-align: left;
}        

.ranking, 
.primeranking {
    min-width: 700px;
    font-size: 1.1em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
}

/*  Animation der Tabelle
    .primeranking td:nth-child(5) {
    animation: slideBar 2s ease 0.5s 1 normal both;
}
*/

.ranking th, 
.ranking td {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 1.1em;
}

.primeranking th, 
.primeranking td {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
}

.primeranking th:first-of-type, 
.primeranking td:first-of-type {
    padding-left: 12px;
}

.ranking tr, 
.primeranking tr {
    border-bottom: 1px solid #ddd;
}
    
.ranking tr:nth-of-type(even), 
.primeranking tr:nth-of-type(even) {
    background-color: #fff;
}

.ranking tr:nth-of-type(odd), 
.primeranking tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.ranking tr:last-of-type, 
.primeranking tr:last-of-type {
    border-bottom: 2px solid #3A6073;
}

.groups {
    margin-bottom: 50px;
}

/* Legende */
.legende, 
.legendeBonus {
    line-height: 20px;
    font-size: 12px;
}

.legende img {
    width: 10px;
    height: 10px;
    padding-right: 1px;
}

.legendeBonus img {
    width: 14px;
    height: 14px;
}

/* Shoutbox */
.forumContainer {
   display: flex;
   width: 100%;
   margin-bottom: 30px;
}

.forumMessage {
   width: 70%;
}

.forumSmilies {
   width: 30%;
   margin-left: 20px;
}

.forumContainer textarea {
   resize: vertical;
   width: 100%;
   min-height: 150px;
   max-height: 300px;
   margin-bottom: 10px;
   box-sizing: border-box;
}

.delaccount {
    resize: vertical;
    width: 90%;
    min-height: 150px;
    max-height: 300px;
    font-size: 16px;
}

/* Shoutbox Messages */
.messageContainer {
    display: grid;
    grid-template-rows: 70% 20% 10%;
    grid-template-columns: 160px 1fr;
    grid-template-areas: "pic text" "name text"  "date text";
    color: #fff;
    background-image: linear-gradient(#666, #333);
    margin-bottom: 5px;
}

.messagePic {
    grid-area: pic;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;    
}

.messageName {
    grid-area: name;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
}

.messageDate {
    grid-area: date;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.messageText {
    grid-area: text;
    padding: 20px;
    border-left: 1px solid #777;
}

/* Shoutbox Matches */
.matchContainer {
    display: flex;   /* Matchergebnisse ein, für aus:  display: none; */
    color: #000;
    background-color: #eee;
    height: 40px;
    margin-bottom: 2px;
}

.matchDate {
    width: 160px;
    align-self: center;
    padding-left: 20px;
}

.matchTeam {
    width: 120px;
    align-self: center;
}

.separator { 
    width: 20px;
    align-self: center;
}

.matchResult {
    align-self: center;
}

/* Auswahllisten */
.loginbox .sel {
    width: 350px;
    height: 50px;
    padding: 2px 0 2px 20px;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 20px;
}

.sel {
    width: 300px;
    height: 40px;
    padding: 10px;
    font-size: 14px;    
    border: 0;
    background-color: #fff; 
}

.opt {
    background-color: #fbfbf8;
}

/* Tabellenarchiv */
.archivContent {
    display: flex;
    justify-content: space-around;
    background-image: linear-gradient(#666, #333);
    padding: 50px 20px;
    flex-wrap: wrap;
}

.archivSelect {
    background-image: linear-gradient(#eef2f3, #8e9eab);
    padding: 10px 5px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.archivSelect:hover {
    background-image: linear-gradient(cornsilk, cornsilk);
}

.archivSelect select {
    background-color: transparent;
    text-align: center;
    color: #000;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.archivSelect select option {
    background-color: #757583;
    color: #fff;
    font-size: 14px;
}

/* Instruktionen */
.instruction {
    background-color: #ededdd;
    padding: 20px;
    font-size: 14px;
}

/* Pointinfo */
.pointinfo {
    width: 100%;
}

.pointinfo th {
    padding: 12px;
    background-color: dodgerblue;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}

.pointinfo tr {
   border: 1px solid grey;
}

.pointinfo td {
   padding: 12px;
   font-size: 14px;
}

.pointinfo tr:last-child {
   background-color: beige;
   font-size: 14px;
}

.pointinfo tr:nth-last-child(2) {
   background-color: beige;
}

/* Profilbild wählen */
#avatar {
   float: left; 
} 

.avatar {
   position: relative;
   transition: transform 0.2s ease-in-out;
   z-index: 0;
}

.avatar:hover {
   transform: scale(1.2);
   box-shadow: 0 0 1em black;
   z-index: 1;
}

/* Tooltip */
.tooltip {
   display: inline-block;
   position: relative;
}

.tooltip .tooltiptext {
   visibility: hidden;
   width: 160px;
   background-color: black;
   color: #fff;
   font-size: 14px;
   font-weight: 300;
   line-height: 1.5em; 
   text-align: center;
   border-radius: 10px;
   padding: 10px;
   position: absolute;
   z-index: 1;
   bottom: 120%;
   left: 50%;
   margin-left: -90px; /* to center the tooltip:  half of the width plus padding = (160+2*10)/2  */
   opacity: 0;
   transition: opacity 0.5s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Pfeil des Tooltips */
.tooltip .tooltiptext::after {   
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%; /* horizontal zentriert */
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* Animationen */
.blink {
    animation: blink 3s 1s ease-in-out 1.5;
    margin: 0;
}

@keyframes blink {
	0%, 50%, 100% { 
       opacity: 1; 
    }
   
    25%, 75% { 
       opacity: 0;
    }
}

@keyframes slideBar {
	0% {
		opacity: 0;
		transform: rotateY(100deg);
		transform-origin: left;
	}

	100% {
		opacity: 1;
		transform: rotateY(0);
		transform-origin: left;
	}
}