
@font-face {
    font-family: Gibson;
    src: url('https://www.neonredfeather.com/fonts/Gibson.ttf');
}

a:link { text-decoration: none; color: #26a0da; }
a:hover { text-decoration: none; color: #26a0da; }
a:active { text-decoration: none; } 

body {
display: flex;
flex-direction: column;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #535353;
font-size: 16px;
font-weight: normal;
text-align: center;
align-items: center;
justify-content: flex-start;
word-wrap: break-word;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}

header {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
justify-content: center;
max-width: 950px;
margin: 0 auto;
}

header div {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 5px;
margin-bottom: 5px;
}

header a {
font-size: 10px;
line-height: 16px;
font-weight: 700;
text-decoration: underline !important;
font-family: Arial,Helvetica,sans-serif;
color: #ffffff;
}

header img {
max-height: 16px;
margin: 0px 10px 0px 10px;
}

.maincontainer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
flex: 1;
width: 100%;
padding: 15px 0px 15px 0px;
box-sizing: border-box;
max-width: 950px; 
font-size: 16px;
background-color: #c6c6c6; 
font-weight: normal; 
word-wrap: break-word; 
margin: 0 auto;
}

.main {
background: #efefef;
max-width: 650px;
padding: 0 25px;
box-sizing: border-box;
font-family: "courier", "monospace";
font-weight: bold;
font-size: 14px;
word-wrap: break-word;
word-break: break-word;
}

.main img {
margin: 0 -25px;
max-width: calc(100% + 50px);
}

.command { 
font-weight: bold; 
font-family: "courier", "monospace";
padding: 14px 0px; 
text-align: center; 
font-size: xx-large;
}

.dialog {
border: 1px dashed gray;
padding: 1px;
margin: 14px 0;
}

.dialogtext {
margin: 12px 5%;
padding: 3px;
text-align: left;
}

.spoilerBox {
display: none;
}

.footercontainer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex: 1;
width: 100%;
padding: 15px 25px;
box-sizing: border-box;
max-width: 650px; 
font-size: 16px;
background-color: #efefef; 
font-weight: normal; 
word-wrap: break-word; 
margin-top: 15px;
align-items: flex-start;
vertical-align: middle;
text-align: center;
}

.savebuttons {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.savelist {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

#commentary {
flex: 1;
width: 100%;
margin-top: 15px;
background: #efefef;
max-width: 650px;
padding: 30px 25px;
box-sizing: border-box;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
word-wrap: break-word;
word-break: break-word;
display: none;
-webkit-transition: .4s;
transition: .4s;
opacity: 0;
}

.commentarybox {
max-width: 450px;
text-align: left;
width: 100%;
margin: 0 auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c6c6c6;
  -webkit-transition: .4s;
  transition: .4s;
}

.slidernode {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #efefef;
  -webkit-transition: .4s;
  transition: .4s;
}

#commentarybutton {
checked: true;
}

.saveButton {
min-width: 40px;
padding: 0px 10px 0px 10px;
height: 34px;
margin: 10px 10px 0px 10px;
cursor: pointer;
}

.selectdiv {
min-width: 10px;
text-align: left;  
font-size: 14px;
}

.nextlink {
margin: 30px 0;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-weight: normal;
font-size: x-large;
text-align: left; 
}

.nextlink a {
text-decoration: underline;
}

.backbutton {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
align-self: center;
}

.previouslink {
font-weight: bold; 
font-family: "courier", "monospace";
padding: 14px 0px; 
text-align: center; 
font-size: x-large; 
background-color: transparent;
color: #000000;
text-align: center;
border: none;
cursor: pointer;
}

.previouslink:hover {
color: #26a0da;
}

.footerinfo {
display: flex;
justify-content: center;
flex-direction: row;
font-size: 15px;
color: #c6c6c6;
}

.footerinfo a {
margin: 0 5px;
color: #c6c6c6;
}

.cc_cp_container {
border: 1px solid rgba(0,0,0,.08);
border-radius: 6px;
background: #ffffff !important;
}

.cc_cp_head {
color: #000000 !important;
background: #ffffff !important;
}

.cc_cp_head p {
color: #000000 !important;
}

.cc_cp_head h2 {
color: #000000 !important;
}

.cc_cp_f_save button {
background: #ffffff !important;
color: #529ecc !important;
border-radius: 6px !important;
border: 1px solid #529ecc !important;
}

.cc_cp_f_save button:hover {
background-color: #d4e7f2 !important;
}

.cc_cp_f_save button:active {
background-color: #a9cfe6 !important;
}

.cc_cp_f_powered_by a {
color: #529ecc !important;
}

.cc_cp_f_powered_by {
color: #000000 !important;
}

.cc_cp_m_menu li a:focus {
box-shadow: none !important;
color: #000000 !important;
}

.cc_cp_m_menu {
color: #000000 !important;
}

.cc_cp_content {
-webkit-box-shadow: inset 0px -1px 0px 0px #ff0000 !important; 
box-shadow: inset 0px -1px 0px 0px #ff0000 !important;
color: #000000 !important;
}

.cc_cp_m_content {
background: #ffffff !important;
color: #000000 !important;
}

.cc_cp_m_menu li[active=true] a {
color: #000000 !important;
}

.cc_cp_content {
background: #ffffff !important;
}

.cc_cp_m_content_entry {
background: #ffffff !important;
min-height: 100% !important;
color: #000000 !important;
}

.cc_cp_footer {
background: #ffffff !important;
border-top: 1px solid #ffffff !important;
}

.cc_cp_m_menu {
color: #000000 !important;
background: #ffffff !important;
}

.cc_cp_m_menu li {
color: #000000 !important;
background: #ffffff !important;
border: none !important;
}

.cc_cp_m_menu li a {
color: #000000 !important;
}

.cc_cp_m_menu li[active=true] a {
background: #ffffff !important;
color: #529ecc !important;
border-top: 1px solid #529ecc !important;
border-right: 1px solid #529ecc !important;
border-bottom: 1px solid #529ecc !important;
border-radius: 0px 6px 6px 0px !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > ul > li[active=true] > a {
color: #529ecc !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > ul > li[active=true] > a:hover {
background-color: #d4e7f2 !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > div > div > p {
color: #000000 !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > div > div > h1 {
color: #000000 !important;
}

#cookie-consent-preferences-centre > div > div > div.cc_cp_content > ul > li {
background: #ffffff !important;
}

.cc_cp_head_lang_selector select {
border-color: rgba(0,0,0,.08) !important;
border-style: solid !important;
}

.cc_cp_m_content a {
color: #529ecc !important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content h1 {
    color: #000000; !important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content p {
    color: #000000; !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent+label:after {
border: 1px solid rgba(0,0,0,.08) !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked+label:before {
background: #529ecc !important;
border: 1px solid rgba(0,0,0,.08) !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent+label:after {
border: 1px solid rgba(0,0,0,.08) !important;
}

.cc_dialog {
background: #ffffff !important;
color: #000000 !important;
}

.cc_dialog_headline {
color: #000000 !important;
}

.cc_dialog_text {
color: #000000 !important;
}

.cc_dialog.interstitial {
right: 0px !important;
top: 0px !important;
left: 0px !important;
color: #000000 !important;
}

.cc_b_ok {
color: #529ecc !important;
background: #ffffff !important;
border-radius: 6px !important;
border: 1px solid #529ecc !important;
}

.cc_b_ok:hover {
background-color: #d4e7f2 !important;
}

.cc_b_ok:active {
background-color: #a9cfe6 !important;
}

.cc_b_cp {
color: #000000 !important;
background: #ffffff !important;
border-radius: 6px !important;
border: none !important;
}

.cc_b_cp:hover {
color: #529ecc !important;
}

.cookieinfo {
position: absolute;
z-index: 1;
background: #efefef;
padding: 20px;
display: block;
visibility: hidden;
max-width: 400px;
border-radius: 2px;
border: 1px solid #767676;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
left: 0;
right: 0;
margin: auto;
margin-top: -390px;
transition: 0.3s;
}

.cookieinfo:hover {
visibility: visible;
}

#infoicon:hover + .cookieinfo {
visibility: visible;
}

footer {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
max-width: 950px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}

footer a {
color: #c6c6c6;
}

@media only screen and (max-width: 670px) {

.cookieinfo {
position: absolute;
left: 0;
right: 0;
margin: auto;
margin-top: -390px;
}

.footercontainer {
flex-direction: column-reverse;
align-items: center;
}

footer img {
display: none;
}

}

