html {
  width: 100%;
}
:root {
  --clr-twist: #ef262a;
  --clr-primary: #ee6352;
  --clr-secondary: #d16e8d;
  --clr-accent: #F7F7FF;
  --bd-bg: #000000;
  --clr-gradient: linear-gradient(-90deg, var(--clr-primary), var(--clr-secondary));
  --ff-title: bungee, sans-serif;
  --ff-body: Arial, canada-type-gibson, sans-serif;
  --fw-body: 300;
  --fw-bold: 800;
  --fw-title: 400;
  --fw-number: 800;
    
  --step--2: clamp(0.7813rem, 0.7736rem + 0.0341vw, 0.8rem);
  --step--1: clamp(0.9375rem, 0.9119rem + 0.1136vw, 1rem);
  --step-0: clamp(1.125rem, 1.0739rem + 0.2273vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.2631rem + 0.3864vw, 1.5625rem);
  --step-2: clamp(1.62rem, 1.4837rem + 0.6057vw, 1.9531rem);
  --step-3: clamp(1.944rem, 1.7405rem + 0.9044vw, 2.4414rem);
  --step-4: clamp(2.3328rem, 2.0387rem + 1.3072vw, 3.0518rem);
  --step-5: clamp(2.7994rem, 2.384rem + 1.8461vw, 3.8147rem);
}
*, *::before, *::after {
  box-sizing: border-box;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  max-width: 98%;
}
.grid_foerderer {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  max-width: 98%;
}
figcaption {
  font-size: 87%;
  color: hsla(0, 4%, 66%, 1.00);
}
.facebook {
  background: hsla(220, 46%, 41%, 0.40);
  font-weight: 600;
}
.menu_sm {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: grid;
}
.parent {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: grid;
  background: black;
  grid-template-columns: 250px 1fr;
  grid-gap: 10px;
}
@media (max-width: 415px) {
    
   
  .menu_sm {
    grid-auto-flow: column;
    grid-template-columns: 300px auto;
    grid-column-gap: 5px;
  }
  .parent {
    margin: 1rem auto;
    width: min(90%, 75rem);
    display: grid;
    background: black;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .bgd_img {
    display: none;
  }
}
.bgd_img {
  background-image: url("../Bilder/titel.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 99%;
}
nav, .columns_nav {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px;
  padding: 5px;
}
nav * a {
  display: inline-block;
  color: aliceblue;
  border: 1px solid hsla(0, 2%, 83%, 0.30);
  padding: 4px;
  border-radius: 3px;
  text-decoration: none;
  max-width: 100px;
  text-align: center;
}
nav * a:hover {
  color: white;
  background: hsla(0, 3%, 81%, 0.20);
}
nav .active {
  border-bottom: 1px var(--clr-twist) solid;
}
.div3 {
  /*Menu*/
  margin: 10px 0px 10px 0px;
}
.div2 {
  /**randombilder*/
  /*background: hsla(359,86%,48%,1.00);*/
}
nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 5px;
  padding: 1px
}
nav * a {
  display: inline-block;
  color: aliceblue;
  border: 1px solid hsla(0, 2%, 83%, 0.30);
  padding: 4px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  margin: 0 0 0px 0;
  min-width: 160px;
}
nav * a:hover {
  color: white;
  background: hsla(0, 3%, 81%, 0.20);
}

@media (max-width: 55em) {
.col_li img { 
  padding-top: 50px;
  width: calc(100% - 4px);
  height: auto;
}
}

@media (min-width: 55em) {
  nav {
    flex-direction: row;
    column-gap: 5px;
  }
  nav * a {
    min-width: 160px;
  }
  .div2 {
    /**randombilder*/
    color: white;
    margin-bottom: -4px;
  }
  .div3 {
    /*Menu*/
    color: white;
  }
}
.anker {
  color: var(--clr-twist);
  text-decoration: none;
  cursor: pointer;
}
.anker:hover {
  color: var(--clr-twist);
  text-decoration: underline;
}
#favDialog {
  border: 1px solid hsla(45, 82%, 47%, 1.00);
  border-radius: 4px;
}
.columns_gruss {
  margin: 1rem auto;
  width: min(90%, 75rem);
  background-color: black;
  color: white;
  border: 1px var(--clr-twist) solid;
}
.top_text {
  margin: 1rem auto;
  width: min(90%, 75rem);
  background-color: black;
  color: white;
  border: 1px var(--clr-twist) solid;
}
.top_text_div {
  color: white;
  margin: 0 4.5rem 0 4.5rem;
}
.columns_vert1 {
  margin: 0rem auto;
  width: min(99%, 75rem);
  display: grid;
  gap: 0em;
  border: 1px var(--clr-twist) solid;
  
}
.columns_vert2 {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: grid;
  gap: 0em;
  border: 1px var(--clr-twist) solid;
 
}
.columns_horiz {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: grid;
  gap: 0em;
  border: 1px var(--clr-twist) solid;
}
.columns_weiss, .columns_schwarz {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: grid;
  gap: 0em;
  background-color: white;
}
.columns_schwarz {
  background: black;
  border: 1px var(--clr-twist) solid;
  color: white;
}
.columns_weiss p, .columns_schwarz p {
  margin: 0;
}
.columns_weiss p strong, .columns_schwarz p strong {
  font-weight: 600;
}
.columns_weiss p a, columnsschwarz p a {
  color: black;
}
.columns_weiss p a:hover, .columns_schwarz p a:hover {
  color: black;
}
.columns_karten {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: grid;
  gap: 0em;
  background: white;
  font-size: 85%;
}
.columns_karten p {
  margin: 10px;
}
.columns_footer {
  margin: 1rem auto;
  width: min(90%, 75rem);
  border-top: gray 1px solid;
  display: grid;
  grid-auto-flow: row;
  gap: 0em;
  /*grid-template-columns: repeat(1, fit-content(100));*/
  color: hsla(0, 0%, 84%, 0.60);
  font-weight: 100;
  font-size: 80%;
  padding: 8px;
}
.columns_footer p {
  margin: 0;
}
.nav {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: grid;
  grid-auto-flow: row;
  gap: 0.5em;
  color: aliceblue;
}
.nav * a {
  display: inline-block;
  /*margin-top: 2rem;*/
  text-decoration: none;
}
.nav * a:hover {
  color: hsla(0, 3%, 81%, 1.00);
}
.active {
  border-bottom: 1px solid var(--clr-twist);
}



@media (max-width: 55em) {
  .live_top {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 55em) {    
    
  .live_top {
    display: block;
  }
  .columns_vert1 {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 50%);
  }
  .columns_vert2 {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 50%);
  }
  .columns_footer {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 33%);
  }
  .columns_drittel {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 75% 25%);
  }
  .columns_weiss, .columns_schwarz {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 50%);
  }
  .columns_karten {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 50%);
  }
  .nav {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 300px 80px 70px 100px 90px 50px);
  }
  .nav * a {
    display: inline-block;
    margin-top: 0rem;
  }
}
@font-face {
  font-family: 'FloodStd';
  src: url("../font/FloodStd.otf");
}
@font-face {
  font-family: 'Phosphate';
  src: url("../font/phosphate-rr-solid.ttf ") format('truetype');
}
.datum_titel {
  font-family: 'FloodStd';
  text-align: center;
  font-size: 130%;
  margin: 0;
  padding-top: 2rem;
}
.phosphate {
  font-family: 'Phosphate';
  text-align: center;
  font-size: 150%;
  text-transform: uppercase;
}
.phosphate_team {
  font-family: 'Phosphate';
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  padding-left: 3rem;
  color: #ecf0f1;
}
.phosphate_foerderer {
  font-family: 'Phosphate';
  text-align: center;
  text-transform: uppercase;
  padding-left: 3rem;
  font-size: 38px;
  color: #ecf0f1;
}
.floodStd {
  font-family: 'FloodStd';
  font-size: 100%;
  text-transform: uppercase;
}
.floodStd_rot {
  font-family: 'FloodStd';
  color: var(--clr-twist);
  font-size: 36px;
  text-transform: uppercase;
}
/*Comic Sans MS Bold
Comic Sans MS
FloodStd
PhosphateSolid*/
body {
  min-height: 100vh;
  font-family: var(--ff-body);
  font-weight: var(--fw-body);
  font-size: 1rem;
  background: var(--bd-bg);
  margin: 0;
  padding: 0;
  min-width: 360px;
}
a {
  color: inherit;
  column-count: 1;
}
a:hover, a:focus {
  color: blue;
}
.termine {
  margin: 1rem auto;
  width: min(90%, 75rem);
  border: 1px var(--clr-twist) solid;
  text-align: justify;
  background-color: white;
}
.header {
  margin: 1rem auto;
  text-align: left;
  font-family: 'FloodStd';
  font-size: 600%;
  color: var(--clr-twist);
  width: min(100%, 75rem);
}
.header-program {
  margin: 1rem auto;
  text-align: left;
  font-family: 'FloodStd';
  font-size: 300%;
  color: var(--clr-twist);
  width: min(100%, 75rem);
  padding-left: 1rem;
}
.terminliste {
  margin: 0.5rem auto;
  width: min(95%, 75rem);
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 120px 1fr;
}
.terminliste_datum {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  min-height: 100%;
  text-align: center;
  border: 1px solid black;
}
.temin_liste_jahr {
  color: var(--clr-twist);
  ;
}
.terminliste_datum p {
  margin: 0;
  line-height: 1.4;
}
.terminliste_datum p:nth-child(1) {
  font-size: 80%;
}
.terminliste_datum p:nth-child(2) {
  font-size: 120%;
  font-weight: bold;
}
.terminliste_datum p:nth-child(3) {
  font-size: 80%;
}
.terminliste_text {
  padding: 5px;
  text-align: left;
  border: 1px solid black;
  margin-left: 5px;
}
.terminliste_text p {
  margin: 0;
  margin-left: 0.5rem;
  line-height: 1.2;
}
/* .terminliste_text:hover {
    background-color: hsla(0, 0%, 80%, 0.50);
    cursor: pointer;
  }*/
.terminliste_text p:nth-child(1) {
  color: var(--clr-twist);
  font-size: 120%;
  font-weight: bold;
}
.terminliste_text p:nth-child(2) {}
.terminliste_text p:nth-child(3) {
  font-size: 120%;
  font-weight: bold;
  margin-top: 1.5rem;
}
.terminliste_karten {
  margin: 0rem auto;
  width: min(100%, 75rem);
  display: grid;
  grid-auto-flow: row;
}
.vk, .ak {
  text-align: left;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
  margin-left: 0.5rem;
}
.kv {
  padding: 0;
  font-weight: bold;
  text-align: left;
  font-size: 90%;
  margin: 1.5rem 0rem 1.5rem 0.5rem;
}
.kv span {
  background-color: var(--clr-twist);
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  margin-bottom: 1rem;
}
.kv span:hover, .kv span a:hover {
  color: hsla(0, 1%, 68%, 1.00)
}
.kv span a {
  text-decoration: none;
}
@media (min-width: 55em) { 
  .terminliste_karten {
    grid-auto-flow: column;
    grid-template-columns: repeat(1, fit-content(100%));
  }
  .vk, .ak {
    margin: 1.5rem 0.5rem 0.5rem 0.5rem;
  }
  .kv {
    margin: 1.5rem 0.5rem 1.5rem 0.5rem;
    text-align: right;
  }
}
.col_re {
  min-width: 100%;
  position: relative;
  background: var(--clr-twist);
  padding: 8px;
  margin: 0px;
  color: white;
}
.col_re img {
  width: calc(100% - 8px);
  height: auto;
  box-sizing: content-box;
}
.col_re h2 {
  font-family: 'floodStd';
  color: hsla(0, 8%, 95%, 0.90);
  text-align: center;
  font-size: 200%;
  text-transform: uppercase;
  margin: 0;
  margin-top: 0.2rem;
}
.col_re h1 {
  font-family: 'Phosphate';
  color: hsla(0, 8%, 95%, 0.90);
  text-align: center;
  font-size: var(--step-2);
  text-transform: uppercase;
  margin: 0;
  margin-top: 0.2rem;
}
.col_re p {
  color: hsla(0, 8%, 95%, 1.00);
  font-size: 1.2rem;
  margin: 1rem 10px 0 10px;
  column-count: 2;
  text-align: justify;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
}
/*------KONTAKT*/
.col_re_kontakt {
  box-sizing: border-box;
  border: 4px black solid;
  min-width: 100%;
  position: relative;
  background: var(--clr-twist);
  padding: 10px;
  color: white;
}
.col_re_kontakt img {
  width: calc(100% - 8px);
  height: auto;
  box-sizing: content-box;
}
.col_re_kontakt h2 {
  font-family: 'floodStd';
  font-size: 120%;
  color: hsla(0, 8%, 95%, 0.90);
  text-align: left;
  text-transform: uppercase;
  margin: 1rem 10px 0 10px;
}
.col_re_kontakt h1 {
  font-family: 'FloodStd';
  color: hsla(0, 8%, 95%, 0.90);
  text-align: left;
  text-transform: uppercase;
  margin: 1rem 10px 0 10px;
}
.col_re_kontakt p {
  color: hsla(0, 8%, 95%, 1.00);
  font-size: 1rem;
  margin: 1rem 10px 0 10px;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}
.col_re_kontakt hr {
  width: 50%;
  border: 1px dashed black;
  margin-inline-start: 0;
}
@media (max-width: 515px) {
  .col_re p {
    column-count: 1;
  }
}
.re_p1_drei {
  color: hsla(0, 8%, 95%, 1.00);
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: justify;
  hyphens: auto;
}
.re_p2 {
  font-family: 'Phosphate';
  font-size: 140%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  color: hsla(0, 6%, 79%, 1.00);
  transform: rotate(-3deg)
}
.re_p2horiz {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Phosphate';
  font-size: 140%;
  color: hsla(0, 6%, 79%, 1.00);
  transform: rotate(-3deg);
  max-width: 50%;
  height: 8rem;
  margin-top: 1rem;
}




@media (min-width:600px) {
  .re_p1 {
    color: green;
    column-count: 1;
  }
}
.col_li {
  min-width: 100%;
  position: relative;
  background: black;
  padding: 4px 0 0 4px;
  box-sizing: border-box;
  overflow: hidden;
  margin: auto;
  width: 50%;
}
.col_li span {
  display: inline-block;
  font-family: 'Phosphate';
  font-size: 150%;
  color: hsla(0, 8%, 95%, 0.80);
  text-align: center;
  position: relative;
  z-index: 10;
  min-width: 100%;
  text-transform: uppercase;
  margin-top: 2rem;
}
.col_li span::before {
  content: '_';
  color: hsla(359, 92%, 50%, 0.00);
}
.col_li img {
  width: calc(100% - 4px);
  height: auto;
}
.preis_div { margin-top: -28px;
  color: white;
  z-index: 1;
  text-align: center;
  position: relative;
  border: none;
  
}
article{padding-top: 40px;padding-bottom: 40px; }

.datum_div { margin-top: 30px;margin-bottom: -46px; 
  color: white;
 border: none;
  z-index: 1;
  text-align: center;
  position:relative;
  font-family: 'FloodStd';
  font-size: 130%;
}


.buttom_bottem {
  background: var(--clr-twist);
  border: hsla(0, 6%, 7%, 1.00) 1px solid;
    
  padding: 4px;
  border-radius: 3px;
  margin-left: 20px;
  cursor: pointer;
  color: black;
}


.buttom_bottem button {
  background: var(--clr-twist);
  border: hsla(0, 6%, 7%, 1.00) 1px solid;
  padding: 4px;
  border-radius: 3px;
  margin-left: 20px;
  cursor: pointer;color: black;
}
.buttom_bottem button a {
  color: white;
  text-decoration: none;
}
.buttom_bottem button a:hover {
  color: white;
}
.kv {
  padding: 0;
  font-weight: bold;
  text-align: left;
  font-size: 90%;
  margin: 1.5rem 0rem 1.5rem 0.5rem;
}
.kv span {
  background-color: var(--clr-twist);
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  margin-bottom: 1rem;
}
.kv span:hover, .kv span a:hover {
  color: hsla(0, 1%, 68%, 1.00)
}
.kv span a {
  text-decoration: none;
}
.col_li_max {
  min-width: 100%;
  position: relative;
  text-align: justify;
  padding: 25px;
  box-sizing: border-box;
  overflow: hidden;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}
.col_li_max img {
  padding: 4px;
  color: white;
  max-width: 100%;
  height: auto;
}
.title {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1000;
}
.fenster {
  margin: 1rem auto;
  width: min(90%, 75rem);
  display: flex;
  color: white;
}
input[type=submit] {
  padding: 8px;
  cursor: pointer;
}
.kontakt_form {
  font-size: 130%;
  font-size: 100%;
}
.kontakt_form input[type=text], .kontakt_form input[type=file], .kontakt_form input[type=email], .kontakt_form input[type=number], .kontakt_form input[type=tel], .kontakt_form input[type=time], .kontakt_form input[type=date], .kontakt_form input[type=password], .kontakt_form select {
  min-width: 280px;
  height: 28px;
  border: none;
  border: hsla(194, 69%, 66%, 1.00) solid 1px;
  background: transparent;
  border-radius: 3px;
  margin: 4px;
  color: #ffffff;
  font-weight: 400;
}
.kontakt_form input[type=number] {
  text-align: center;
}
.kontakt_form input[type=checkbox] {
  color: #ffffff;
  transform: scale(2);
  border: none;
  margin: 10px;
}
.kontakt_form input[type=submit] {
  height: 38px;
  width: 96px;
  border-radius: 6px;
}
.kontakt_form textarea {
  width: 340px;
  height: 290px;
  background: transparent;
  border: hsla(194, 69%, 66%, 1.00) solid 1px;
  color: #ffffff;
  font-size: 100%;
}
.kontakt_form label {
  color: #ffffff;
}
.termintitel {
  text-align: left;
  margin: 20px 0 0 20px;
  font-family: "phosphate";
  font-size: 120%;
}
.termintitel span {
  font-size: 70%;
}
.termintitel a {
  color: slategray;
  color: var(--clr-twist);
}
.termintitel a:hover {
  color: slategray;
  font-size: 108%;
}
.intern {
  background-color: transparent;
  border: none;
  border: 4px solid hsla(0, 1%, 27%, 0.5);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 5px 0px 0px 5px;
  font-size: 30px;
  cursor: pointer;
}
#blocks {
  position: fixed;
  left: calc(50% - 17px);
  z-index: 99999;
  border: #000 solid 1px;
  background: white url("../Bilder/img/top.png") no-repeat;
  bottom: 00px;
  height: 28px;
  width: 30px;
  opacity: 0.7;
  border-radius: 4px 4px 0 0;
  font-size: 4em;
  padding: 0px;
  display: block;
  cursor: pointer;
}
.image {
  max-width: 99.5%
}
.no_empty {
  -moz-appearance: textfield;
}
#nachricht {
  width: clamp(280px, 20vw, 450px);
}
.nr {
  font-size: 70%;
  color: #D0D0D0;
  display: none;
}
@media print {
  .menu_sm {
    display: none;
  }
  .nr {
    display: block;
  }
  .termine {
    border: none;
  }
  .noprint {
    display: none;
    border: none;
    width: 0;
  }
}
.list_container {
  margin: 1rem auto;
  width: 70rem;
  background: white;
  padding: 6px;
  font-size: 100%;
}
.liste {
  display: flex;
  gap: 0px;
  width: 100%;
}
.liste div {
  background-color: #f1f1f1;
  padding: 10px;
  width: 20px;
  font-size: 80%;
  margin-top: 0px;
  min-width: 40px;
  border-bottom: 1px solid #aaa;
}
.liste div:nth-child(1) {
  width: 60px;
  text-align: right;
}
.liste div:nth-child(2) {
  min-width: 80px;
  text-align: left;
}
.liste div:nth-child(3) {
  min-width: 40px;
  text-align: right;
}
.liste div:nth-child(4) {
  width: 9%;
  min-width: 220px;
}
.liste div:nth-child(5) {
  flex: 1;
}
.liste div:nth-child(6) {
  min-width: 65px;
  text-align: center;
}
.liste div:nth-child(7) {
  min-width: 70px;
  text-align: center;
}
.liste div:nth-child(8) {
  min-width: 70px;
  text-align: center;
  font-weight: 700;
}
.liste div:nth-child(9) {
  min-width: 60px;
  text-align: center;
}
.liste div:nth-child(10) {
  min-width: 50px;
  text-align: left;
}
.liste div:nth-child(11) {
  min-width: 55px;
  text-align: left;
}
.vliste {
  display: flex;
  gap: 0px;
  width: auto;
}
.vliste div {
  background-color: #f1f1f1;
  padding: 5px;
  /*font-size: 24px;*/
  font-size: 80%;
  margin-top: 2px;
  min-width: 45px;
}
.vliste div:nth-child(1) {
  width: 2%;
  min-width: 40px;
  text-align: center;
  margin-left: 1px;
}
.vliste div:nth-child(2) {
  width: 4%;
  min-width: 150px;
  text-align: center;
}
.vliste div:nth-child(3) {
  flex: 1;
}
.vliste div:nth-child(4) {
  min-width: 100px;
  text-align: center;
}
.vliste div:nth-child(5) {
  min-width: 120px;
  text-align: center;
}
.myForm input[type=text], .myForm input[type=file], .myForm input[type=number], .myForm input[type=email], .myForm input[type=tel], .myForm input[type=time], .myForm input[type=date], .myForm input[type=password], .myForm select {
  width: 220px;
  height: 28px;
  border: none;
  /*border-bottom: gray solid 1px;*/
  background: transparent;
  border-radius: 0px;
  margin: -6px;
  color: #000;
  font-weight: 400;
}
.myForm select {
  width: 90px;
}
.myForm input[type=date] {
  width: 128px
}
.myForm input[type=time] {
  width: 80px
}
.myForm input[type=number] {
  width: 60px;
  text-align: right;
  -moz-appearance: textfield;
}
.myForm input[type=text] {
  width: 250px
}
.myForm input[type=checkbox] {
  margin: -6px;
}
.myForm input[type=submit] {
  margin: -6px;
}
.myForm textarea {
  width: 200px;
  background: transparent;
  border: none;
  border-bottom: gray solid 1px;
}
input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  /*display: none;
    -webkit-appearance: none;*/
  margin: 0;
}
input[type=text]:focus {
  border: 3px solid transparent;
  outline: none !important;
  border-bottom: gray solid 1px;
}
.curs_no {
  pointer-events: none;
}
@media print {
  .menu_sm {
    display: none;
  }
  .noprint {
    display: hidden;
    border: none;
    width: 0;
  }
  @media (orientation: landscape) {
    .liste div:nth-child(5) {
      min-width: 48vw;
    }
    .myForm input[type=text], .myForm input[type=file], .myForm input[type=number], .myForm input[type=email], .myForm input[type=tel], .myForm input[type=time], .myForm input[type=date], .myForm input[type=password], .myForm select {
      border: none;
    }
  }
  @media (orientation: portrait) {
    .liste div {
      font-size: 120%;
    }
    .liste div:nth-child(5) {
      min-width: 70vw;
    }
    .liste div:nth-child(2) {
      min-width: 14vw;
    }
    .myForm input[type=text], .myForm input[type=file], .myForm input[type=number], .myForm input[type=email], .myForm input[type=tel], .myForm input[type=time], .myForm input[type=date], .myForm input[type=password], .myForm select {
      border: none;
      font-size: 110%;
    }
  }
}
/*=====================================================*/
.bg {
  display: none;
}
.chg_form {
  text-align: right;
  max-width: 30px;
}