.fleetbackFirstRowBorder th {
	border-top: 1px solid red;
}
.fleetbackFirstRowBorder th:first-of-type {
	border-left: 1px solid red;
}
.fleetbackFirstRowBorder th:last-of-type {
	border-right: 1px solid red;
}
.fleetbackSecondRowBorder th {
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
}
.leftmenuButton{
    display:inline-block;
    font-family: sans-serif;
    line-height: 20px;
    width: calc(100% - 2em - 2px) !important;
    padding: .4em 1em .4em 1em !important;
    border: 1px solid #77d5f7;
    background: #0078ae;
    background: linear-gradient(to bottom, rgba(46,144,189,1) 0%,rgba(43,142,188,1) 50%,rgba(0,119,173,1) 51%,rgba(67,155,195,1) 100%);
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: pointer;
}
.leftmenuButton:hover{
    border: 1px solid #448dae;
    background: #79c9ec;
    background: linear-gradient(to bottom, rgba(161,218,242,1) 0%,rgba(155,215,241,1) 50%,rgba(120,200,236,1) 51%,rgba(181,225,245,1) 100%);
    color: #026890 !important;
}
/* Aehnlich zu leftmenuButton */
.bigButton{
    display:inline-block;
    font-family: sans-serif;
    line-height: 20px;
    padding: .4em 3em .4em 3em;
    border: 1px solid #77d5f7;
    background: #0078ae;
    background: linear-gradient(to bottom, rgba(46,144,189,1) 0%,rgba(43,142,188,1) 50%,rgba(0,119,173,1) 51%,rgba(67,155,195,1) 100%);
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    margin: 2px;
}
.bigButton:hover{
    border: 1px solid #448dae;
    background: #79c9ec;
    background: linear-gradient(to bottom, rgba(161,218,242,1) 0%,rgba(155,215,241,1) 50%,rgba(120,200,236,1) 51%,rgba(181,225,245,1) 100%);
    color: #026890;
}
.bigButton:disabled, .bigButton:disabled:hover {
    visibility: hidden;
}

form.paypalButton > input{
    margin-top: 5px;
    border:none;
    background-color: transparent;
    box-shadow: none;
}

/* =============== */
/* neue CSS-Regeln */
/* =============== */

.empireview th:last-of-type {
	white-space: nowrap;
}
.empireview tr:hover th {
    background-color: #273859;
}
.empireview .buildings-arrow {
	font-size:1em;
	line-height:calc(100% - 4px);
	margin-top:2px;
}
.empireview .current-level.red {
	color: #ff0000;
}
.empireview .current-level.green {
	color: #00ff00;
}
.empireview .choose_planet_type_link {
	display: inline-block;
	margin: 5px 0;
}
#alliance-done {
    font-weight:bold;
    padding:10px 0;
    margin:20px auto;
    border:1px solid black;
    background-color: rgba(0,128,0,0.2);
    width:300px;
}
#gift-done {
    font-weight:bold;
    padding:10px 0;
    margin:20px auto;
    border:1px solid black;
    background-color: rgba(0,128,0,0.2);
    width:800px;
}
#event-done {
    font-weight:bold;
    padding:10px 0;
    margin:20px auto;
    border:1px solid black;
    background-color: rgba(0,128,0,0.2);
    width:500px;
}
input.building_fleet_max {
	margin: 0 5px;
}
span.building_fleet_max {
	font-weight: 100;
}
span.building_fleet_max:hover{
    cursor: pointer;
}

.minfleet.red {
    color:red;
    margin-right:5px;
}

.minfleet.green {
    color:green;
    margin-right:5px;
}

.playercard {
    width: 650px;
}
.playercard th {
    text-align:left;
}
.right {
    text-align:right;
}
.header-message {
    font-size: 1.1em;
    border: 1px solid red;
    background-color: #461919;
    text-align:center;
    margin: 5px;
}

/* Optionenseite - verstecken von langen Optionen */
input.hidebox {
    display: none;
}
span.alloptions {
    display: none;
}
label.more {
    text-decoration: underline;
}
label.more::before {
    content:"Optionen anzeigen";
    text-decoration: underline;
}
input.more:checked ~ span.alloptions {
    display: inline;
}
input.more:checked ~ label.more::before {
    content: "Optionen ausblenden";
    text-decoration: underline;
}
/* Optionsseite - verstecken von langen Optionen */

/* Admin-Bereich */
.pagination {
	width: 400px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.page {
	font-size: 11pt;
	text-align: center;
	margin: 0 2px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #707070;
	display: inline-block;
}
.page-number {
	font-weight: 800;
}
.page.hidden {
	visibility: hidden;
}
.page:not(.hidden):not(.active):hover {
	background-color: #707070;
	color: black;
	border: 1px solid black;
}
.page.active {
	background-color: #707070;
	color: black;
	border: 1px solid #aaa;
}
.page.notactive {
	cursor:pointer;
	border: 1px solid #707070;
}
/*.active {
    background-color: green;
}*/
/* Admin-Bereich */


/* Story / Tutorial */
 ul.tutorial {
    margin: 0;
    padding: 0;
}

ul.tutorial {
    margin-bottom: 25px;
    padding-left: 25%;
}

ul.tutorial li {
    float: left;
    list-style-type: none;
    width: 10px;
    height: 10px;
    margin-right: 22px;
}

ul.tutorial li div {
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 1px solid yellow;
    border-radius: 6px;

    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

ul.tutorial li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul.tutorial li a.done{
    color:black;
}

ul.tutorial span  {
    text-shadow: 0 0 2px rgba(150, 150, 150, 1);
}

div#tutTextParent {
    position: relative;
    min-height: 260px;
    width: 100%;
    margin: auto;
}

div.tutorialText {
    /*position: absolute;*/
    display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.storyText{
    text-align: left;
}

.shoppingCartButton{
    border-radius: 6px;
    color: floralwhite;
    text-shadow: 1px 1px 2px #111111;
    width: 100%;

    cursor: pointer;

    padding: 4px 7px;

    margin-bottom: 5px;

    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.shoppingCartButton:disabled{
    color: #9c9c9c;
    text-shadow: 1px 1px 2px #000000;
}

#shoppingCartTable{
    text-align: center;
}
#shoppingCartTable td{
    padding-left: 5px;
    padding-right: 5px;
}

#shoppingCartPrice{
    color: firebrick;
    text-shadow: 1px 1px 2px #111111;

    font-size: 150%;
    font-weight: bold;
}

.destroyed {
    display: inline-block;
    background-color:red;
    width:75px;
    height:75px;
}
.destroyed img{
    width:100%;
    opacity:0.5;
}
.destroyedSmall{
    display: inline-block;
    background-color:red;
    width:30px;
    height:30px;
}
.destroyedSmall img {
    width:100%;
    opacity:0.5;
}
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */

/* game.php */
body {
    margin: 0;
    padding: 0;
    border: none;
    min-height: 100vh;
    position: relative;
}
.flex-container {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}

#hauptarea {
    flex-grow: 1;
}
#hauptarea:after {
    content: '';
    display: block;
    clear: both;
}

.navBox {
    cursor: pointer;
}

#helpus {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 800px;
    border: #0d0d0d solid 3px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

#helpus a {
    color: magenta;
    text-decoration: underline;
}

#helpus h2 {
    background-color: rgba(100, 100, 200, 0.2);
    border-bottom: rgba(150, 150, 250, 0.3) solid 3px;
}

#helpus p {
    border: rgba(100, 100, 200, 0.2) solid 3px;
    border-radius: 5px;
    padding: 5px;
    background-color: rgba(0, 0, 100, 0.2);
}

#helpus .placeholder1 {
    height: 90px;
    width: 728px;
    margin-left: 36px;
    background-color: rgba(0, 0, 0, 0.2);
}

ul#lootbox {
	margin: 0;
	padding: 0;
}

ul#lootbox li {
	float: left;
	list-style-type: none;
	width: 120px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}

ul#lootbox li div {
    width: 100%;
    height: 100%;
    background-size: contain;
    padding: 6px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 2px dotted #888888;
}

ul#lootbox li a {
    font-weight: bold;
    color: gold;
    text-shadow: 0 0 0 #000000;
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul#lootbox span {
	padding-left: 7px;
}

ul#lootbox .level {
    color: gold;
    font-size: 11px;
	display: inline-block;
	margin-top: 78px;

	background: none repeat scroll 0 0 #000000;
	width: 110px;
	line-height: 24px;
	padding: 0 0 0 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid gold;
	-webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.75);
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.75);
	text-shadow: 
        0 0 10px red,
        0 0 20px red,
        0 0 30px red,
        0 0 40px red;
}
.missionButton{
    display:inline-block;
    font-family: sans-serif;
    line-height: 20px;
    width: calc(100% - 2em - 2px) !important;
    padding: .4em 1em .4em 1em !important;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 12px;
}
.m0{
    background: green;
    border: 1px solid green;
}
.m1{
    background: red;
    border: 1px solid red;
}

.link {
    cursor: pointer;
    font-size: inherit;
    margin: inherit;
    padding: inherit;
}

.header-table {
    width: 100%;
    max-width: 1000px;
    border-spacing: 0;
}

@media only screen and (max-width: 900px) {
    .header-table {
        max-width: 650px;
    }
    #hauptarea.noLeftmenu #header_top {
        width: inherit !important;
    }
}

div#hauptarea.noLeftmenu {
    left: 0px;
}

.header-table td {
    padding: 0;
}
.header-resources {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.header-value {
    display: block;
    text-align: center;
    margin: 0 5px;
}
.header-resources .storage-capacity {
    color: #00e000;
}
.header-resources .storage-full .storage-capacity,
.header-resources .negative {
    color: #e00000;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */

/* BurgerMenu */

.burger-menu-button {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    height: 28px;
    width: 30px;
    cursor: pointer;
    padding: 6px 5px;
}

.burger-menu-button > .bar {
    width: 100%;
    height: 5px;
    background-color: #0089e7;
    margin-bottom: 6px;
    transition: 0.4s;
}

.burger-menu-button:not(.active) > .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}

.burger-menu-button:not(.active) > .bar2 {opacity: 0;}

.burger-menu-button:not(.active) > .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#leftmenu {
    z-index: 1;
}
#leftmenu.hidden {
    display: none;
}
#leftmenu:not(.active) > #menu > table {
    -webkit-transform: translateX(-100%) scaleX(0);
    transform: translateX(-100%) scaleX(0);
    transition: 0.3s;
}
#leftmenu:not(.active) > #menu {
    width: 0;
}
#menu > table {
    height: 100vh; /* Do not use min-height on tables, as firefox doesn't allow that and tables get bigger than height anyways */
    margin-top: -40px;
}

#menu > table > tbody > tr:first-child > td {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
#menu a {
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    .right-menu {
        display: none;
    }
}
.right-menu .vote-menu,
.right-menu .vote-menu .toplists {
    width: 140px;
}
.right-menu .vote-menu {
    height: 100vh; /* Do not use min-height on tables, as firefox doesn't allow that and tables get bigger than height anyways */
}
.vote-menu .description-text {
    text-align: center;
    padding: 10px;
}
.vote-menu > tbody > tr > td {
    vertical-align: top;
    text-align: center;
}
.vote-menu .toplists {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}

.vote-menu .toplists div {
    padding: 10px;
}

/* TF Animation */
@-webkit-keyframes tf_event {
    0%      {background-color: rgb(100, 0, 0);}
    25%     {background-color: rgb(100, 100, 0);}
    50%     {background-color: rgb(0, 100, 0);}
    75%     {background-color: rgb(100, 100, 0);}
    100%    {background-color: rgb(100, 0, 0);}
}
@keyframes tf_event {
    0%      {background-color: rgb(100, 0, 0);}
    25%     {background-color: rgb(100, 100, 0);}
    50%     {background-color: rgb(0, 100, 0);}
    75%     {background-color: rgb(100, 100, 0);}
    100%    {background-color: rgb(100, 0, 0);}
}

.registerbutton {
	-moz-box-shadow: 0 0 0 0 #f0f7fa;
	-webkit-box-shadow: 0 0 0 0 #f0f7fa;
	box-shadow: 0 0 0 0 #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 50px;
	text-decoration:none;
	text-shadow:-2px -2px 2px #5b6178;
}
.registerbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.registerbutton:active {
	position:relative;
	top:1px;
}
.register_error {
    margin: 10px;
    border: red 2px solid;
    max-width: 600px;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    width: fit-content;
}
.center-content {
    text-align: center;
}

.overview-planet-list button {
    cursor: pointer;
    display: block;
}
.overview-planet-list .planet {
    flex-basis: 33%;
    flex-grow: 1;

    box-sizing: border-box;
    border: 5px solid transparent;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
}

.content-table {
    max-width: 800px;
}
@media screen and (min-width: 850px) {
    .content-table {
        min-width: 500px;
    }
}

.page-overview .content-table {
    max-width: 700px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);

    visibility: hidden;
    z-index: -1;
    transition: background-color .5s ease-in;
}

.overlay.active {
    visibility: visible;
    z-index: auto;
    background-color: rgba(0, 0, 0, .8);
}

.screen-size {
    width: 100%;
    height: 100vh;
}

.loader {
    display: none;
}
.loader.active {
    display: block;
}

.loader.loader-round-indefinate {
    position: relative;

    width: 40px;
    height: 40px;
}

.loader-round-indefinate div,
.loader-round-indefinate div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: loader-bounce 2.0s infinite ease-in-out;
    animation: loader-bounce 2.0s infinite ease-in-out;

    background-color: rgba(150, 150, 150, .8);
}

.loader-round-indefinate div:nth-child(2) {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@keyframes loader-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.overlay .message {
    display: none;
}
.overlay .message.active {
    display: block;
}

span[title],
span.flight span,
span.return span {
    text-decoration: underline;
}

span.NoFleetSlotsFree {
    color: red;
    font-weight: bold;
    font-size: 120%;
}

ul#lootbox span.ecke {
    color: yellow;
}

.content-table.store {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.store_title {
    font-size:50px;
    background: linear-gradient(to bottom right, red, orange, yellow, green, lightblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px black;
}

.store_cart {
    width: max-content;
    color: black;
    text-align: left;
    padding: 5px;
}

ul#store li {
    float: left;
    list-style-type: none;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.store_article_pic {
    width: 120px;
    height: 120px;
    background-size: contain;
    padding: 6px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 2px dotted #888888;
    display:flex;
    flex:0 0 auto;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content:space-between;
    margin-bottom: 3px;
    cursor: pointer;
}


.store_countdown {
    color: gold;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    margin-top: 94px;
    font-weight: bold;
    background: none repeat scroll 0 0 #000000;
    width: 110px;
    line-height: 24px;
    padding: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid gold;
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.75);
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.75);
    text-shadow:
            0 0 10px limegreen,
            0 0 20px limegreen,
            0 0 30px limegreen,
            0 0 40px limegreen;
}

.storebutton {
    font-size: 14px;
}

.storebutton:hover {
    background-color: limegreen !important;
    cursor: pointer;
}

.store_article_pic.store_grade {
    background-color: rgba(255,255,255,0.2);
}

.shoppingCart tr:nth-child(2n) {
    background-color: rgba(120, 135, 155, .85);
}

.group {
    display:inline-flex;
    flex-direction: column;
    justify-content: space-around;
    background-color:rgba(10,20,30,0.5);
    margin: 0 2px 5px 2px;
}
.articles {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 95px;
}

.articles button {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}
.articles button:hover {background-color: #ddd;}
.group:hover .articles {display: block;}

.store_footer {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 100%;
    background-color: rgba(10,20,30,0.7);
}

.store_info {
    width:100%;
    color:green;
    font-weight:bold;
    font-size:20px;
    text-align:center;
    text-shadow: 0 0 12px red;
    letter-spacing: 4px;
    margin-top:10px;
}

.store_item_limitation {
    font-weight:bold;
    font-size:20px;
    text-align:center;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 4px;
    margin:10px;
}

/*#####################################################*/
.phalanx-button {
    width: 100%;
}
.message-report-button {
    width: 100%;
}

[tooltip] {
    cursor: pointer;
    text-decoration: underline;
}
.tooltip {
    background-color: #202427;
}

/* Jeder Child muss einzeln angepsorchen werden. Warum auch immer? */
thead.sticky > :first-child th, thead.sticky > :nth-child(2) th, thead.sticky > :nth-child(3) th,
thead.sticky > :first-child td, thead.sticky > :nth-child(2) td, thead.sticky > :nth-child(3) td
{
    position: sticky;
    z-index: 1;
}

thead.sticky > :nth-child(3) th,
thead.sticky > :nth-child(3) td
{
    top: 42px;
}

thead.sticky > :nth-child(2) th,
thead.sticky > :nth-child(2) td
{
   top: 23px;
}

thead.sticky > :first-child th,
thead.sticky > :first-child td
{
   top: 0px;
}

td.sortable {
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: hidden;
}

#overview_planet_image {
    height: 150px;
    width: 150px;
}

#overview_moon_image {
    max-width: 90px;
}

.supportTicketPage1 {
    min-width: 600px;
    max-width: 1000px;
    background-color: rgba(10, 10, 10, 0.4);
    padding: 5px;
}

.supportTicketPage1 .description-text {
    font-size: 200%;
    font-weight: bold;
}

.supportTicketsQuestions div {
    display: inline-block;
}

.supportTicketsQuestions div input {
    font-size: 200%;
    padding: 5px;
    margin: 5px;
}
.supportButton {
    -webkit-appearance: input;
    -moz-appearance: input;
    appearance: input;

    text-decoration: none;
    color: initial;
}
.officerActionButtons {
    font-size: 150%;
}

div#alertTopnav {
    background-color: rgba(255, 0, 0, 0.3);
    border: red solid 2px;
    color: white;
    font-weight: bold;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.leftmenuStoreButton {
    font-weight:bold;
    color:gold;
    display: inline-block;
    line-height: 24px;
    padding: 0 0 0 5px;
    text-shadow: 0 0 10px green, 0 0 20px green, 0 0 30px green, 0 0 40px green;
}

.leftmenuStoreButton:hover {
    text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red, 0 0 40px red;
}

.alter {
    color: red;
    font-weight: bold;
}

#spiohelpertable .spiohelperrow_visited {
    background-color: rgba(255, 0, 0, 0.6) !important;
}

/* Adminbereich - Ticket - Neue Antwort - BB-Code-Buttons */
.bb_code_button {
    color: rgb(120, 190, 230);
    cursor: pointer;
}
.bb_code_button:hover {
    text-decoration: underline;
}
.bb_code_button.bb_code_button_red { color: red; }
.bb_code_button.bb_code_button_bold { font-weight: bold; }
.bb_code_button.bb_code_button_underline { text-decoration: underline; }

.content-flex {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px 30px;
    padding: 10px;
}
@media (max-width: 800px) {
    .content-flex {
        flex-direction: column;
    }
}
.content-hr {
    height: 10px;
    background-color: rgba(10, 25, 45, .70);
    border: 0;
}
.content-center {
    width: fit-content;
    margin: 10px auto 0;
}
.content-divs {
    background-color: rgba(20, 30, 40, 0.8)
}
.content-tools {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
