/* CSS Document */
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
  /* IE9 Compat Modes */
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  src: local(''), url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}

/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-italic.eot');
  /* IE9 Compat Modes */
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  src: local(''), url('../fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600.eot');
  /* IE9 Compat Modes */
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  src: local(''), url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot');
  /* IE9 Compat Modes */
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  src: local(''), url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}

/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/source-sans-pro-v21-latin-900.eot');
  /* IE9 Compat Modes */
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  src: local(''), url('../fonts/source-sans-pro-v21-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-900.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-900.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}

HTML {
  height: 100%;
  margin: 0;
}

BODY {
  margin: 0;
  font: 12pt / 1.4 'Source Sans Pro', verdana;
}

#page {
  background-color: #FFFFFF;
}

#page #header {
  height: 278px;
  text-align: center;
  background-image: url(/pics/Hintergrund_Header_Footer.jpg);
  /*background-position: center bottom;*/
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page #header IMG {
  height: 100%;
  max-height: 128px;
}

#page #form_quest {
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 900px;
}

#page #form_quest TABLE {
  width: 100%;
}

#page #form_quest TABLE .frage {
  color: #009FE4;
  font-weight: 600;
  font-size: 14pt;
  padding-bottom: 17px;
}

#page INPUT[type="radio"] {
  display: none;
}

#page INPUT[type="radio"] + LABEL {
  font-weight: normal;
  line-height: 1.2;
  font-size: 14pt;
  display: flex;
  justify-content: left;
}

#page INPUT[type="radio"] + LABEL SPAN {
  display: inline-block;
  text-align: left;
  hyphens: auto;
  /*margin-top: -9px;*/
}

#page INPUT[type="radio"]:checked + LABEL {
  color: #009FE3;
  text-decoration: underline;
}

#page INPUT[type="radio"] + LABEL:before {
  content: "";
  border: 2px solid #E2F0F7;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 9px;
  position: relative;
  left: -5px;
  bottom: -5px;
  background-color: #fff;
  cursor: pointer;
  margin-top: -6px;
}

#page #form_quest INPUT[type="radio"]:checked + LABEL:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  color: #009FE3;
  text-align: center;
  line-height: 9px;
  bottom: -1px;
  font-weight: bold;
}

#page INPUT[type="checkbox"] {
  display: none;
}

#page INPUT[type="checkbox"] + LABEL {
  font-weight: normal;
  line-height: 1.2;
  font-size: 9.3pt;
  font-style: normal;
  margin-left: 0;
}

#page INPUT[type="checkbox"]:checked + LABEL {
  color: #009FE3;
  text-decoration: none;
}

#page INPUT[type="checkbox"] + LABEL:before {
  content: "";
  border: 2px solid #ebf6fe;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 9px;
  position: relative;
  left: 0px;
  bottom: -5px;
  background-color: #ebf6fe;
  cursor: pointer;
  float: left;
  margin-bottom: 10px;
  border-radius: 4px;
}

#page INPUT[type="checkbox"]:checked + LABEL:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  color: #009FE3;
  text-align: center;
  line-height: 11px;
  bottom: -1px;
  font-weight: bold;
  padding-left: 4px;
  box-sizing: border-box;
}

#page #form1_btnsenden{
  height: 30px;
  cursor: pointer;
}

#page #teilnehmer {
  height: 52px;
  background-color: #fff;
  text-align: center;
  width: 96%;
  margin-left: 20px;
}

#page #teilnehmer H2 {
  color: #009FE3;
  font-size: 35px;
  margin: 0 auto;
width: 900px;
text-align: left;
}

#page #form_teilnehmer {
  margin-top: 29px;
  margin-bottom: 30px;
}

#page #form_teilnehmer TABLE#tb_form {
  width: 100%;
}

INPUT.input {
  width: 100%;
  height: 30px;
  border: 1px solid #ebf6fe;
  background-color: #ebf6fe;
  font-weight: bold;
  font-size: 11pt;
  text-indent: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}
INPUT.input::placeholder{
  color: #009FE3;
  font-size: 11pt;
  font-weight: normal;
}
INPUT.input:focus{
  outline: none;
  border-color: #9fe2ff;
}


/* captcha */

#captchacontainer{
  display: block;
  width: 48%;
  
}
#captchacontainer #mainCaptcha{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  background-color: #21bbed;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #007cc3;
  font-weight: bold;
font-size: 16pt;
font-style: italic;
text-decoration: line-through;
text-decoration-color: hsla(238.8, 53.3%, 35.3%, 0.39);
text-decoration-style: wavy;
text-shadow: 1px 2px 1px #ced7df;
}

#page #form_teilnehmer BUTTON#form1_btnsenden {
  border: 1px solid #009FE3;
  background-color: #009FE3;
  color: #FFFFFF;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  width: 133px;
  margin-top: 24px;
  cursor: pointer;
  margin-left: 3px;
}

#page #form_teilnehmer #tb_form TD LABEL {
  margin-bottom: 10px;
  display: block;
  color: #000000;
}

#page #form_content {
  min-height: 100px;
  width: 900px;
  margin: 0 auto;
}

#page #form_infobox {
  background-image: url(/pics/Hintergrund_Header_Footer.jpg);
  background-size: contain;
  
  margin-top: 30px;
}

#page #form_infobox #infotext {
  width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 30px;
  font-size: 10pt;
  text-align: left;
}

#page #danke {
  background-image: url(/pics/Hintergrund_Header_Footer.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 327px;
}

#page #danke IMG {
  width: 360px;
  max-width: 360px;
}

#page #maintext{
  font-size: 14pt;

}
#page #maintext h1{
  color: #009fe3;
  font-size: 16pt;
}
#page #maintext #content{
  display: flex;
  justify-content: space-between;
}
#page #maintext #content div{
  width: 46%;
}
#page #maintext .vielendanke{
  color: #009FE3;;
  font-size: 20pt;
}
#page #maintext #diepreise{
  color: #009FE3;
  font-size: 15pt;
  font-weight: bold;
}

FOOTER {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  /*color: #FFFFFF;*/
  padding-top: 30px;
  /* padding-bottom: 30px; */
  font-size: 10pt;
}

FOOTER #footer_content {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  text-align: center;
  position: relative;
  /*
  padding-top: 30px;
  padding-bottom: 30px;
  */
  /*
  background-image: url(/pics/Hintergrund_Header_Footer.jpg);
background-size: cover;
*/
}

FOOTER #footer_content DIV.adresse {
  height: 102px;
  width: 255px;
}

#page FOOTER #footer_content IMG.logos {
  height: 39px;
}

/*#page FOOTER #footer_content #lsw IMG.logos
{
	height: 39px;
}*/
FOOTER #footer_links{
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  position: relative;
}
FOOTER #footer_links a{
  text-decoration: none;
  font-size: 10pt;
  color: #333333;
}

FOOTER #footer_links a:hover{
  color: #000000;
}


@media only screen and (max-width: 950px) {
  #page #header {
    min-height: 100px;
    background-size: cover;
  }
  
  #page #header IMG {
    width: 96%;
    height: 80%;
    max-height: none;
  }
  
  #page #form_infobox {
    background-position: ;
    background-size: cover;
  }
  
  #page #form_infobox #infotext {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #page #form_content, #page #form_quest {
    width: 94%;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #page #danke IMG {
    width: 80%;
  }
  
  #page INPUT[type="radio"] + LABEL {
    font-size: 12pt;
  }
  
  INPUT.input {
    /*font-size: 11pt;*/
    font-weight: 400;
  }
  Element {
    margin-left: 10px;
  }
  #page #teilnehmer{
  margin-left: 0px;
  }
  #page #teilnehmer H2{
    margin-left: 10px;
  }
  
  FOOTER {
    width: 100%;
  }
  
  FOOTER #footer_content {
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
  }
}

@media only screen and (max-width: 899px) {
  #page #teilnehmer H2{
    width: 100%;
  }
}

@media only screen and (max-width: 730px) {
  #page #maintext #content{
    flex-direction: column;
  }
  #page #maintext #content div{
    width: 100%;
  }
  #page #header img{
    content: url('/pics/ly24/Headergrafik_Mobil_App_Gewinnspiel.svg');
    width: 85%;
  }
}

@media only screen and (max-width: 500px) {
  #page INPUT[type="radio"] + LABEL SPAN {
    margin-top: -9px;
   
  }
  
}
