/*
//*******************
//** Programmed by **
//** Marcus Krause **
//*******************
*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*@import url(https://fonts.googleapis.com/css?family=Special+Elite);*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goldman&display=swap');

/*:root {
  --basefont: 'Droid Sans', Arial, sans-serif, Helvetica;
  --basefontweightnormal: 400;
  --basefontweightbold: 700;
}*/

* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  word-wrap: break-word;
  border: 0px solid transparent;
  position: relative;
  color: #000000;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #333333;
  /*font-family: var(--basefont);*/
  font-family: 'Droid Sans', Arial, sans-serif, Helvetica;
  /*font-weight: var(--basefontweightnormal);*/
  font-weight: 400;
  font-size: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Text and Content */ 
b {
  /*font-weight: var(--basefontweightbold);*/
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  display: block;
}

h1 {
  margin-top: 20px;
  display: block;
}

h2 {
  margin-top: 20px;
  display: block;
}

h3 {
  margin-top: 20px;
  display: block;
}

h4 {
  margin-top: 20px;
  display: block;
}

h5 {
  margin-top: 20px;
  display: block;
}

h6 {
  margin-top: 20px;
  display: block;
}

a, a:focus, a:active, a:visited, a:link {
  color: #dc0000;
  text-decoration: none;
}

a:hover {
  color: #dc0000;
  text-decoration: underline;
}

ul {
  margin-left: 30px;
}

.table {
	width: auto;
	height: auto;
}

table {
  border: 1px solid transparent;
  border-spacing: 0px;
}

td {
  border: 1px solid transparent;
  padding: 3px 5px 3px 0px;
  vertical-align: top;
  /*font-family: var(--basefont);*/
  font-family: 'Droid Sans', Arial, sans-serif, Helvetica;
  /*font-weight: var(--basefontweightnormal);*/
  font-weight: 400;
  font-size: 100%;
}

img {
  border: 0px solid #000000;
}

.imagetext {
 font-size: 60%; 
}

/* Base Frameset - Table */ 
.page {
  position: relative;
  top: 0px;
  background-color: #ffffff;
  min-width: 240px;
  max-width: 1024px;
  width: auto;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}

.head {
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #dc0000;
  overflow: hidden;
}

.headlogo {
 color: #000000;
 margin: 2%;
 float: left;
 text-align: right;
 width: auto;
 height: auto;
 display: inline-block;
 overflow: hidden;
}

@media (max-width: 1000px) {
    .headlogo {
        width: 220px;
        margin-top: 3%;
    }
}

.headlogo a {
  width: auto;
  height: auto;
  text-decoration: none;
  border: 0px solid transparent;
}

.headlogo img {
  /*--max-width: 344px;
  //--max-height: 82px;*/
  width: 100%;
  height: auto;
  display: inline-block;
}

.headlogotext {
 position: absolute;
 bottom: 0px;
 right: 5px;
 color: #CCCCCC;
 /* text-shadow: 2px 2px 5px #999999; */
 float: left;
 text-align: right;
 width: 100%;
 height: auto;
 display: inline-block;
 z-index: 2;
 font-size: 100%;
 font-weight: 400;
 overflow: hidden;
}

@media (max-width: 1000px) {
  .headlogotext {
    font-size: 70%;
    font-size: 2.7vw;
    font-weight: 400;
  }
}

.headlang {
 float: right;
 text-align: right;
 width: auto;
 height: auto;
 display: inline-block;
 overflow: hidden;
}

@media (max-width: 1000px) {
	.headlang {
	 float: left;
	 text-align: left;
	 width: auto;
	 height: auto;
	 display: inline-block;
	 overflow: hidden;
	}
}
.headlang a {
  margin: 5px 5px 10px 5px;
  text-decoration: none;
  border: 0px solid transparent;
  display: inline-block;
}

/* Navigation Head*/ 
.headnav {
 clear: right;
 float: right;
 text-align: right;
 width: auto;
 height: auto;
 bottom: 0px;
 margin: 0px 5px 0px 5px;
 display: inline-block;
}
@media (max-width: 1000px) {
  .headnav {
  clear: right;
  float: right;
  text-align: right;
  width: auto;
  height: auto;
  bottom: 0px;
  display: none;
  }
}
.headnavmobile {
 clear: right;
 float: right;
 text-align: right;
 width: auto;
 height: auto;
 bottom: 0px;
 display: none;
}
@media (max-width: 1000px) {
  .headnavmobile {
  clear: right;
  float: right;
  text-align: right;
  width: auto;
  height: auto;
  bottom: 0px;
  display: inline-block;
  }
}
.headnav a {
  text-decoration: none;
  border: 0px solid transparent;
  display: inline-block;
}

.headnavbutton {
  color: #333333;
  border-bottom: 2px solid #cccccc;
  height: 40px;
  margin-top: 7px;
  padding: 5px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.headnavbuttonactive {
  color: #CCCCCC;
  border-bottom: 2px solid #dc0000;
  height: 40px;
  margin-top: 7px;
  padding: 5px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.headnavbutton:hover {
  color: #000000;
  border-bottom: 2px solid #666666;
  height: 40px;
  margin-top: 7px;
  padding: 5px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

/* Navigation Footer*/ 
.footnav {
 clear: both;
 float: left;
 text-align: left;
 width: auto;
 height: auto;
 bottom: 0px;
 display: inline-block;
}
@media (max-width: 1000px) {
  .footnav {
  clear: both;
  float: left;
  text-align: left;
  width: auto;
  height: auto;
  bottom: 0px;
  display: none;
  }
}
.footnavmobile {
 clear: both;
 float: left;
 text-align: left;
 width: auto;
 height: auto;
 bottom: 0px;
 display: none;
}
@media (max-width: 1000px) {
  .footnavmobile {
  clear: both;
  float: left;
  text-align: left;
  width: auto;
  height: auto;
  bottom: 0px;
  display: inline-block;
  }
}
.footnav a {
  text-decoration: none;
  border: 0px solid transparent;
  display: inline-block;
}

.footnavbutton {
  color: #333333;
  border-top: 2px solid #cccccc;
  height: 40px;
  padding: 5px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.footnavbuttonactive {
  color: #CCCCCC;
  border-top: 2px solid #dc0000;
  height: 40px;
  padding: 5px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.footnavbutton:hover {
  color: #000000;
  border-top: 2px solid #666666;
  height: 40px;
  padding: 5px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

/* Mobile Navigation */
@media (max-width: 1000px) {
  .mobilenavi {
      background-color: rgba(255, 255, 255, 0.95);
      color: #333333;
      z-index: 500;
      position: absolute;
      top: 50px;
      right: 0px;
      width: 240px;
      height: auto;
      border-left: 1px solid #aaaaaa;
      box-shadow: -3px 3px 10px #999999;
      overflow: hidden;
      display: block;
  }
}

.mobilenavi {
    display: none;
}
  
.mobilenavi a{
  color: #333333;
  text-decoration: none;
  border: 0px solid transparent;
  display: block;
  overflow: hidden;
}

.mobilenavlink{
  color: #333333;
  background-color: transparent;
  width: 94%;
  height: auto;
  padding: 3% 3% 3% 3%;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  overflow: hidden;
}

.mobilenavlink:hover{
  background-color: rgba(210, 210, 210, 0.6);
}

.mobilenavlink span {
  color: #333333;
}

.mobilenavactive{
  color: #ffffff;
  background-color: rgba(220, 0, 0, 0.9);
  width: 94%;
  height: auto;
  padding: 3% 3% 3% 3%;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  font-weight: 800;
  font-style: italic;
  overflow: hidden;
}

.mobilenavlinkspace{
  background-color: transparent;
  width: 94%;
  height: auto;
  padding: 3% 3% 3% 3%;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  overflow: hidden;
}

.mobilenavlinkclose{
  color: #333333;
  background-color: transparent;
  width: 94%;
  height: 41px;
  padding: 3% 3% 3% 3%;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  overflow: hidden;
}

.mobilenavlinkclose:hover{
  background-color: transparent;
}

/* Slider */
.slider {
  border-bottom: 1px solid #dc0000;
}

/* Headline */ 
.headline {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  overflow: hidden;
  clip: auto;
}

.headlinetext {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFFFFF;
  color: rgba(255,255,255,0.9);
  /*font-family: 'Special Elite', cursive;*/
  font-style: normal;
  /*font-family: 'Kanit', sans-serif;*/
  font-family: 'Goldman', cursive;
  font-weight: 700;
  font-size: 250%;
  text-shadow: 4px 4px 10px #333333;
  width: 96%;
  height: auto;
  padding: 2% 2% 2% 2%;
  text-align: left;
  vertical-align: bottom;
  z-index: 3;
}

@media (max-width: 1000px) {
  .headlinetext {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #FFFFFF;
    color: rgba(255,255,255,0.9);
    /*font-family: 'Special Elite', cursive;*/
    font-style: normal;
    font-family: 'Goldman', cursive;
    font-weight: 700;
    font-size: 100%;
    font-size: 5vw;
    text-shadow: 4px 4px 10px #333333;
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
    text-align: left;
    vertical-align: bottom;
    z-index: 3;
  }
}

.headlinetextno {
  position: relative;
  bottom: 0px;
  left: 0px;
  color: #FFFFFF;
  color: rgba(255,255,255,1.0);
  font-style: normal;
  font-family: 'Goldman', cursive;
  font-weight: 700;
  font-size: 250%;
  text-shadow: 
    1px 1px 0px #dc0000,
    -1px 1px 0px #dc0000,
    1px -1px 0px #dc0000,
    -1px -1px 0px #dc0000;
  width: 96%;
  height: auto;
  padding: 2% 2% 2% 2%;
  text-align: left;
  vertical-align: bottom;
  z-index: 3;
}

@media (max-width: 1000px) {
  .headlinetextno {
    position: relative;
    bottom: 0px;
    left: 0px;
    color: #FFFFFF;
    color: rgba(255,255,255,1.0);
    font-style: normal;
    font-family:'Goldman', cursive;
    font-weight: 700;
    font-size: 5vw;
    text-shadow: 
        1px 1px 0px #dc0000,
        -1px 1px 0px #dc0000,
        1px -1px 0px #dc0000,
        -1px -1px 0px #dc0000;
    width: 100%;
    height: auto;
    padding: 2% 2% 2% 2%;
    text-align: left;
    vertical-align: bottom;
    z-index: 3;
  }
}
/* content */ 
.content {
  width: 96%;
  height: auto;
  display: block;
  background-color: #ffffff;
  padding: 1% 2% 4% 2%;
  overflow: hidden;
}

/* content Media*/ 
.contentmedia {
  width: 96%;
  height: auto;
  display: block;
  background-color: #ffffff;
  padding: 1% 2% 4% 2%;
  overflow: hidden;
}

.contentmediabox { 
  max-width: 300px;
  margin: 10px 10px 10px 10px;
  width: calc(100% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  display: inline-block;
}
.contentmediaboxform { 
  margin: 10px 10px 10px 10px;
  width: calc(100% - 20px);
  height: auto;
  float: left;
  overflow: hidden;
  display: inline-block;
}
.contentmediaboxdivider { 
  clear: both;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  display: block;
}
.contentmediaboxtext { 
  width: 98%;
  height: auto;
  padding: 1% 1% 1% 1%;
  overflow: hidden;
  display: block;
}

.contentmediaboxav {
  width: 98%;
  height: auto;
  border: 1px solid #999999;
  overflow: hidden;
  display: block;
}

.contentmediaboxav p {
  width: 98%;
  height: auto;
  padding: 1% 1% 1% 1%;
  overflow: hidden;
  display: block;
}

/* footer */ 
.footer {
  width: 96%;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-top: 1px solid #dc0000;
  padding: 0% 2% 0% 2%;
  overflow: hidden;
}

.footertext {
  color: #000000;
  font-size: 80%;
  width: 100%;
  height: auto;
  display: block;
  padding: 1% 0% 1% 0%;
  overflow: hidden;
}

.footertext * {
  color: #000000;
}

.footer td {
  padding: 0px 3px 0px 3px;
}

.footer a, .footer a:focus, .footer a:active, .footer a:visited, .footer a:link {
  color: #000000;
  text-decoration: none;
}

.footer a:hover {
  color: #dc0000;
  text-decoration: underline;
}

/* Forms */ 
.inputdownload {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-weight: 400; /*var(--basefontweightnormal);*/
}
.input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-weight: 400; /*var(--basefontweightnormal);*/
  width:100%;
}
.input[type="radio"] {
  display:none;
}
.input[type="radio"] + label::before {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 2px solid #CCCCCC;
  background-color: #ffffff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.input[type="radio"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  background-color: #CCCCCC;
}
.input[type="checkbox"] {
  display:none;
}
.input[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #CCCCCC;
  background-color: #ffffff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.input[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  background-color: #CCCCCC;
}
.inputerror {
    border: 2px solid #dc0000;
    background-color: #FFEEEE;
}
.input[type="radio"] {
  display:none;
}
.inputerror[type="radio"] + label::before {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 2px solid #dc0000;
  background-color: #ffffff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.inputerror[type="radio"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  background-color: #dc0000;
}
.inputerror[type="checkbox"] {
  display:none;
}
.inputerror[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #dc0000;
  background-color: #ffffff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.inputerror[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  background-color: #dc0000;
}
.btngreen {
  background-color: #dc0000;
  border: 1px solid #dc0000;
  border-radius:5px 5px 5px 5px;
  padding: 2px 10px 2px 10px;
  color: #ffffff;
  font-weight: 700; /*var(--basefontweightbold);*/
}
.btnform {
  background-color: #dc0000;
  border: 1px solid #dc0000;
  border-radius:5px 5px 5px 5px;
  padding: 2px 10px 2px 10px;
  color: #ffffff;
  font-weight: 700; /*var(--basefontweightbold);*/
  float: right;
}
