/* LESS Document */
/****************************************************************
**  Allgemein
****************************************************************/
.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {
  vertical-align: inherit;
}
.hidden {
  display: none;
}
.over {
  opacity: 0.5;
}
.mypadding {
  padding-left: 40px;
  padding-right: 40px;
}
.row .col-sm-8.col-sm-offset-2.mypadding .btn_normal.center-block {
}

@media only screen and (min-width: 768px) {
  .mypadding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.myfullwidth {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 16px;
  padding-right: 16px;
}
.text-center {
  text-align: left;
}
.screen {
  margin-bottom: 0px;
  display: none;
}
body {
  font-family: 'myriad-pro';
  font-weight: 300;
  text-align: left;
  overflow-x: hidden;
}
h1 {
  font-family: 'digital_sans_ef_bold_italic';
}
.upper {
  text-transform: uppercase;
}
.trennstrich {
  height: 2px;
  background-color: #ffea00;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  /*	margin-left: 25px;
	margin-right: 25px;
*/
}
.mg_t_10 {
  margin-top: 10px !important;
}
.mg_t_15 {
  margin-top: 15px !important;
}
.mg_t_20 {
  margin-top: 20px !important;
}
.mg_t_25 {
  margin-top: 25px !important;
}
.mg_t_30 {
  margin-top: 30px !important;
}
.mg_t_35 {
  margin-top: 35px !important;
}
.mg_t_40 {
  margin-top: 40px !important;
}
.mg_t_45 {
  margin-top: 45px !important;
}
.mg_t_50 {
  margin-top: 50px !important;
}
.mg_b_10 {
  margin-bottom: 10px !important;
}
.mg_b_15 {
  margin-bottom: 15px !important;
}
.mg_b_20 {
  margin-bottom: 20px !important;
}
.mg_b_25 {
  margin-bottom: 25px !important;
}
.mg_b_30 {
  margin-bottom: 30px !important;
}
.mg_b_35 {
  margin-bottom: 35px !important;
}
.mg_b_40 {
  margin-bottom: 40px !important;
}
.mg_b_450 {
  margin-bottom: 45px !important;
}
.mg_b_50 {
  margin-bottom: 50px !important;
}
/****************************************************************
**  Bilder wechseln
****************************************************************/
@media only screen and (max-width: 479px) {
  .gt480 {
    display: none;
  }
  .lt480 {
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  .gt480 {
    display: block;
  }
  .lt480 {
    display: none;
  }
}
/****************************************************************
**  Button
****************************************************************/
.btn_normal {
  background: #95c11f;
  color: #fff;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 20px;
}
.btn_normal_border {
  background: #95c11f;
  color: #fff;
  padding: 14px 14px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  user-select: none;
  border-color: white;
  border-style: solid;
  border-width: 1.5px;
  position: relative;
  padding-left: 20px;
}
.btn_pfeil {
  right: 25px;
  position: absolute;
}
@media only screen and (min-width: 480px) {
  .btn_normal {
    width: 300px;
    margin-left: 0px;
  }
  .btn_normal_border {
    width: 300px;
    margin-left: 0px;
  }
}
/****************************************************************
**  Inputs
****************************************************************/
.InputFeld {
  width: 100%;
  height: 51px;
  background-color: #fff;
  border: solid 1.5px #b3b3b3;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #6f6f6f;
  font-size: 18px;
  border-radius: 0px !important;
}
.InputFeld_Fehler {
  width: 100%;
  height: 51px;
  background-color: #fff;
  border: solid 2.5px #ec4238;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #6f6f6f;
  font-size: 18px;
  border-radius: 0px !important;
}
/****************************************************************
**  Checkbox
****************************************************************/
.checkbox_unselected {
  background-image: url(../images/Tnw_Checkbox_01.svg);
  width: 26px;
  height: 27px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.checkbox_fehler {
  background-image: url(../images/Tnw_Checkbox_02.svg);
  width: 26px;
  height: 27px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.checkbox_selected {
  background-image: url(../images/Tnw_Checkbox_03.svg);
  width: 26px;
  height: 27px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/****************************************************************
**  Schriften
****************************************************************/
.titel_gross {
  font-size: 40px;
  line-height: 40px;
  font-family: 'digital_sans_ef_bold_italic';
  color: #222222;
}
.titel_mittel {
  font-size: 34px;
  line-height: 34px;
  font-family: 'digital_sans_ef_bold_italic';
  color: #222222;
}
.titel_klein {
  font-size: 30px;
  line-height: 30px;
  font-family: 'digital_sans_ef_bold_italic';
  color: #222222;
}
.titel_sehr_klein {
  font-size: 22px;
  line-height: 22px;
  font-family: 'digital_sans_ef_bold_italic';
  color: #222222;
}
.titel_sehr_klein_rot {
  font-size: 22px;
  line-height: 22px;
  font-family: 'digital_sans_ef_bold_italic';
  color: #ec4238;
}
.titel_gross_weiss {
  font-size: 40px;
  line-height: 40px;
  font-family: 'digital_sans_ef_bold_italic';
  color: white;
}
.titel_klein_weiss {
  font-size: 30px;
  line-height: 30px;
  font-family: 'digital_sans_ef_bold_italic';
  color: white;
}
.text_grau {
  font-size: 20px;
  color: #7c7b7b;
}
.text_grau_klein {
  font-size: 18px;
  color: #7c7b7b;
}
.text_grau_sehr_klein {
  font-size: 16px;
  color: #7c7b7b;
}
.text_klein_weiss {
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .text_klein_weiss {
    font-size: 20px;
    color: #ffffff;
  }
}
.text_klein_weiss_footer {
  font-size: 12px;
  color: #ffffff;
}
.text_input {
  color: #6f6f6f;
  font-size: 18px;
}
/****************************************************************
**  Startscreen
****************************************************************/
#StartScreen {
  display: none;
}
#bild_startscreen {
  margin-top: 0px;
  cursor: pointer;
}
#StartScreen .row .btn_normal.center-block {
  margin-top: 20px;
}
#StartScreen div .row .text-center.text_klein_weiss.mg_t_35 span {
  display: block;
  text-align: left;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
#StartScreen div .row .text-center.text_klein_weiss.mg_t_35 img {
  float: left;
  width: 24px;
  margin-left: 0px;
}
#fahrkarte {
  width: 20px !important;
}
#container_vorteile {
  background-color: #95c11f;
  margin-top: 50px;
  padding-top: 50px;
}
#container_vorteile .row .btn_normal_border.center-block {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 65px;
}
#container_vorteile .row .btn_normal_border.center-block .btn_pfeil {
  right: 25px;
}
#mach_mit_txt {
  text-align: left;
}
#stoerer {
  position: absolute;
  bottom: -10px;
  width: 35%;
  right: 20px;
  filter: drop-shadow(0px 8px 0px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #stoerer {
    width: 30%;
    right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  #stoerer {
    width: 25%;
    right: 150px;
  }
}
/****************************************************************
**  Anmelden
****************************************************************/
#login_fehler_txt {
  margin-bottom: 30px;
}
.Teilnahme_text {
  font-size: 14px;
  text-decoration: underline;
  padding-left: 10px;
  cursor: pointer;
}
#btn_bestaetigen {
  margin-top: 10px;
  margin-bottom: 65px;
}
#container_email,
#container_email_2 {
  background-color: #f2f2f2;
  margin-top: 50px;
  padding-top: 23px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  #container_email,
  #container_email_2 {
    background-color: #f2f2f2;
    margin-top: 50px;
    padding-top: 23px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 83.4%;
  }
}
#email_user {
  margin-top: 10px;
}
textarea {
  width: 100%;
  color: #6f6f6f;
  font-size: 18px;
  margin-top: -10px;
  color: #999999;
  border-radius: 0px !important;
  border: solid 1.5px #b3b3b3;
  padding: 10px;
}
.textarea {
  width: 100%;
  color: #6f6f6f;
  font-size: 18px;
  margin-top: -10px;
  color: #999999;
  border-radius: 0px !important;
  border: solid 1.5px #b3b3b3;
  padding: 10px;
}
.textarea_fehler {
  width: 100%;
  color: #6f6f6f;
  font-size: 18px;
  margin-top: -10px;
  color: #999999;
  border-radius: 0px !important;
  border: solid 2.5px #ec4238;
  padding: 10px;
}
#btn_gruss_schicken {
  margin-top: 20px;
  margin-bottom: 65px;
}
#btn_gruss_schicken_2 {
  margin-top: 20px;
  margin-bottom: 65px;
}
#container_email_2 {
  display: none;
}
/****************************************************************
**  Footer
****************************************************************/
#footer {
  background-color: #95c11f;
  text-align: center;
  line-height: 72px;
}
@media only screen and (min-width: 768px) {
  #footer {
    margin-top: 100px;
  }
}
/****************************************************************
**  Confirm Screen
****************************************************************/
#weitere_Freunde_txt {
  margin-bottom: 0px;
  margin-top: 30px;
}
#btn_whatsapp {
  margin-top: 15px;
  text-decoration: none;
}

#btn_whatsapp a:visited {
  color: white;
}

#btn_whatsapp:hover, #btn_whatsapp:focus {
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #btn_whatsapp {
    display: none;
  }
}
#btn_fb {
  margin-top: 15px;
}
#btn_emailtaf {
  margin-top: 15px;
  margin-bottom: 20px;
}
#titel_ausflug {
  margin-bottom: 10px;
}
#ausflug_description {
  margin-top: 5px;
}
#btn_weitere_tipps {
  margin-top: 10px;
  margin-bottom: 50px;
}
#links_titel {
  margin-bottom: 20px;
}
li {
  font-size: 16px;
  color: #7c7b7b;
  margin-left: 20px;
}
ul {
  list-style-type: square;
}
a {
  color: #a1c129;
  text-decoration: underline;
}
