* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Weisser Rand*/
main {
  width: 100%;
  padding: 0 10%;
  margin: 0;
}

/*Schriften

extralight=200
regular=400
semibold=600
extrabold=800
*/

.margintop {
  padding-top: 200px;
}

.sponsorensection {
  padding-top: 150px;
}

.sponsorentitel {
  font-family: "Sora", sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.sponsorentext {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 600;
  max-width: 1000px;
  padding: 20px;
}

.t {
  font-family: "Sora", sans-serif;
  font-size: 250px;
  font-weight: 800;
}

.t {
  font-family: "Sora", sans-serif;
  font-size: 250px;
  font-weight: 800;
}

.t2 {
  font-family: "Sora", sans-serif;
  font-size: 130px;
  font-weight: 800;
}

.ut {
  font-family: "Sora", sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.ut2 {
  font-family: "Sora", sans-serif;
  font-size: 90px;
  font-weight: 800;
}

.uut {
  font-family: "Sora", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.uut2 {
  font-family: "Sora", sans-serif;
  font-size: 50px;
  font-weight: 600;
}

a {
  color: black;
  text-decoration: none;
}

.uutlink {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
  padding-top: 20px;
}

.navt {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.gt {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  word-wrap: break-word;
}

.leadtraining {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  word-wrap: break-word;
}

.leadtrainingR {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-align: right;
  word-wrap: break-word;
}

.zitat {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  text-align: justify;
  word-wrap: break-word;
}

.gtc {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  word-wrap: break-word;
}

.gt2 {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: white;
}

/*Hintergrundbild*/
html {
  background: url(bilder/background.svg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.widepicture {
  width: 100%;
  background-color: red;
  height: 800px;
  margin-bottom: 200px;
  background-image: url(bilder/heroimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*Navigation*/
.navcontainer {
  height: 100px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 300;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10%;
}

.logo img {
  float: left;
  height: 70px;
  width: auto;
  margin-top: 20px;
}

ul li {
  display: inline-block;
  padding: 10px;
  padding-right: 50px;
  margin-top: 20px;
}

/*Hero*/

.platzhalterbox {
  height: 150px;
}

.herocontainer {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  background-image: url(bilder/heroimage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 10%;
  margin: 0;
  box-shadow: 0px 10px 40px black;
  margin-bottom: 100px;
}

.herobox1 {
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.herobox2 {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.herobox2 img {
  width: 50px;
}

.astridbutton{
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*Wall of Fame*/

/*Bildereinbindung*/

.nicolasportrait{
  background-image: url(bilder/walloffame/portraits/nicolas.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.astridportrait{
  background-image: url(bilder/walloffame/portraits/astrid.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.melinaportrait{
  background-image: url(bilder/walloffame/portraits/melina.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.svenjaportrait{
  background-image: url(bilder/walloffame/portraits/svenja.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_ut {
  font-family: "Sora", sans-serif;
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.walloffame_gt {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.walloffame_wall_nicolas{
  height: 600px;
  width: 100%;
  margin-top: 50px;
  border-radius: 50px;
  background-image: url(bilder/walloffame/wände/walloffame\ nicolas.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_wall_astrid{
  height: 600px;
  width: 100%;
  margin-top: 50px;
  border-radius: 50px;
  background-image: url(bilder/walloffame/wände/walloffame\ astrid.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_wall_melina{
  height: 600px;
  width: 100%;
  margin-top: 50px;
  border-radius: 50px;
  background-image: url(bilder/walloffame/wände/walloffame\ melina.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_wall_svenja{
  height: 600px;
  width: 100%;
  margin-top: 50px;
  border-radius: 50px;
  background-image: url(bilder/walloffame/wände/walloffame\ svenja.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_container{
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: flex-start;
}

.walloffame_box{
  background-color: white;
  box-shadow: 0 0 20px;
  border-radius: 50px;
  height: 100%;
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.walloffame_socials{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.walloffame_circle{
  height: 50px;
  width: 50px;
  border-radius: 70px;
}

.walloffame_instagram{
  background-image: url(bilder/walloffame/socials/instagram.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_facebook{
  background-image: url(bilder/walloffame/socials/facebook\ \(1\).png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_twitter{
  background-image: url(bilder/walloffame/socials/twitter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.walloffame_picture{
  background-color: green;
  width: 200px;
  height: 200px;
  border-radius: 150px;
  margin-top: -75px;
}

.walloffame_widepicture{
  width: 100%;
  height: 500px;
  background-image: url(bilder/walloffame/wände/HEADERBILD\ WÄNDE.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 100px;
}

/*Start-News*/

.sponsorencontainer {
  background-color: #f1c21b;
  height: 800px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsorenbox {
  background-color: white;
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 20px gray;
}

.sponsorenbox p {
  padding-bottom: 50px;
}

.sponsorenbox .ut {
  max-width: 1500px;
}

.sponsorenbutton {
  height: 100px;
  width: 400px;
}

.startnewscontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.startnewsbox {
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 10px;
  box-shadow: 0px 0px 20px gray;
}

.startnewsbox p {
  padding-bottom: 15px;
}

.bildplatzhalter {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bildplatzhalter img {
  height: auto;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgb(175, 175, 175);
}

.erfahremehrbutton {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

/*---Column1---*/

.columncontainer {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.columnbox1 {
  display: flex;
}

.columnbox2 {
  display: flex;
  padding-top: 150px;
  width: 100%;
  justify-content: space-between;
}

.columnitem {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.columnitem .gt {
  padding-top: 50px;
}

.columnitem img {
  width: 100px;
  align-self: center;
  padding-bottom: 50px;
}

/*Video*/

.video {
  width: 100%;
  margin-top: 200px;
  box-shadow: 0px 10px 40px black;
}

/*---Column2---*/

.columnitem button {
  align-self: center;
  margin-top: 40px;
}

/*Button*/

button {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #000;
  background: #fff;
  line-height: 30px;
  border-radius: 40px;
  padding: 20px;
  box-shadow: rgb(255, 198, 0) -2px -2px 0px 2px,
    rgb(246, 84, 174) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
  transition: all 0.2s;
  width: 240px;
  height: 50px;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

button:hover {
  box-shadow: rgb(246, 84, 174) -2px -2px 0px 2px,
    rgb(255, 198, 0) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
  transform: scale(1.01);
}

/*Video*/

.videodiv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

/*AKTUELLES-SEITE*/

.newscontainer {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 100px;
}

.newsbox {
  display: flex;
  width: 100%;
  height: auto;
  background-color: white;
  flex-direction: column;
  margin-bottom: 50px;
  border-radius: 40px;
  padding: 50px;
  box-shadow: 0px 0px 20px gray;
}

.newsitem1 {
  display: flex;
  flex-direction: column;
}

.newsitem2 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.newsitem1 p {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.newsitem2 p {
  padding: 20px;
}

.newspicture {
  display: flex;
  justify-content: center;
}

.newspicture img {
  width: 100%;
  border-radius: 40px;
}

/*TRAININGSSEITE*/

.secondherocontainer {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  padding: 0 10%;
  margin: 0;
}

/*Container*/

.trainingcontainerflex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trainingcontainer1 {
  background-image: url(bilder/balken_links.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}

/*Box*/

.trainingboxflex {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  padding: 0 10%;
}

.trainingbox1 {
}

.trainingbox2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.trainingbox3 {
  justify-content: flex-end;
}

/*Item*/

.trainingitemflex {
  height: auto;
}

.trainingitem1 {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trainingitem1 img {
  width: 200px;
}

.trainingitem2 {
  padding: 20px;
  flex-basis: 80%;
}

.zitatbox {
  background-image: url(bilder/Sprechblase.png);
  background-size: cover;
  background-position: center;
  width: 700px;
  height: 200px;
  padding-top: 45px;
  padding-left: 60px;
}

.flyerbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
}

.flyerbox img {
  width: 40px;
}

/*Bildbalken Training 1*/
.bildcontainer {
  width: 100%;
  height: 80vh;
  margin-top: -100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -100px;
}

.trainingbild3 {
  margin-bottom: 100px;
}

.trainingbild1 {
  background-image: url(bilder/bild_athletik.JPG);
}

.trainingbild2 {
  background-image: url(bilder/image_2.JPG);
}

.trainingbild3 {
  background-image: url(bilder/bild_ringen.jpg);
}

/*Outdoor Werbung*/

.werbungcontainer {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-top: 100px;
}

.yellow {
  background-color: #f1c21b;
}

.werbungcontainer .p {
  max-width: 600px;
}

.werbungcontainer button {
  margin-top: 75px;
}

/*Coach*/

.coachcontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 200px;
}

.coachbox p {
  max-width: 600px;
}

.coachbox img {
  width: 500px;
  margin-right: 10%;
  margin-top: -300px;
}

/*Zeitstrahl*/

.lebenslaufcontainerflex {
  padding-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 200px;
}

.lebenslaufcontainerflex img {
  height: 200px;
  padding-top: 20px;
}

.lebenslaufcontainer1 {
  height: 2900px;
}

.lebenslaufcontainer2 {
  height: 1900px;
}

/*Box Links*/

.lebenslaufbox_l_flex {
  box-shadow: 0 0 10px black;
  border-radius: 60px;
  height: 250px;
  width: 50vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

.lebenslaufitem_l_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lebenslaufitem_l_1 {
  flex-basis: 85%;
  padding-top: 35px;
  align-items: flex-end;
}

.lebenslaufitem_l_2 {
  align-items: center;
  flex-basis: 15%;
}

/*Box rechts*/

.lebenslaufbox_r_flex {
  box-shadow: 0 0 10px black;
  border-radius: 60px;
  height: 250px;
  width: 50vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-self: flex-end;
}

.lebenslaufitem_r_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lebenslaufitem_r_1 {
  align-items: center;
  flex-basis: 15%;
}

.lebenslaufitem_r_2 {
  flex-basis: 85%;
  padding-top: 35px;
}

.test1 {
  background-color: blue;
  height: 100px;
  width: 100px;
}

/*Kontakt*/
.kontaktcontainer {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.kontaktbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
}

.kontaktcontainer img {
  width: 140px;
  padding-right: 30px;
}

.contactformcontainer {
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contactformbox2 {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.contactform {
  width: 100%;
  border: none;
  border-radius: 20px;
  box-shadow: rgb(255, 198, 0) -2px -2px 0px 2px,
    rgb(246, 84, 174) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
  padding-left: 20px;
  margin-top: 50px;
}

.contactformtext {
  width: 100%;
  border: none;
  border-radius: 20px;
  box-shadow: rgb(255, 198, 0) -2px -2px 0px 2px,
    rgb(246, 84, 174) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
  padding-left: 20px;
  margin-top: 50px;
  padding-top: 20px;
}

.contactformdropdown {
  width: 100%;
  border: none;
  border-radius: 20px;
  box-shadow: rgb(255, 198, 0) -2px -2px 0px 2px,
    rgb(246, 84, 174) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
  padding-left: 20px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contactformbox2 .uut {
  padding-top: 30px;
}

.contactbutton {
  width: 100%;
  border: none;
  border-radius: 20px;
  box-shadow: rgb(255, 198, 0) -2px -2px 0px 2px,
    rgb(246, 84, 174) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
  padding-left: 20px;
  margin-top: 50px;
  padding-top: 20px;
  background-color: rgb(255, 198, 0);
}

.small {
  height: 50px;
}

.big {
  height: 200px;
}

/*Footer*/

.footercontainer {
  width: 100%;
  padding: 0 10%;
  margin: 0;
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(bilder/footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.footerbox1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.footerbox2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 40px;
  flex-direction: column;
}

.footeritem {
  display: flex;
  flex-direction: column;
  width: 200px;
  align-items: center;
}

.footercontainer img {
  width: 80px;
  align-self: center;
  padding-top: 20px;
}

.footercontainer .gt {
  padding-top: 20px;
}

/*RESPONSIVE*/
@media screen and (max-width: 1500px) {
  .t {
    font-size: 200px;
  }

  .t2 {
    font-size: 100px;
  }

  .ut {
    font-size: 50px;
  }

  .ut2 {
    font-size: 90px;
  }

  .uut {
    font-size: 30px;
  }

  .uut2 {
    font-size: 40px;
  }

  .navt {
    font-size: 20px;
  }

  .gt {
    font-size: 16px;
  }

  .gt2 {
    font-size: 20px;
  }

  .columnitem button {
    width: 200px;
  }

  .coachbox img {
    width: 350px;
  }

  .lebenslaufbox img {
    margin-right: 50px;
  }

  .walloffame_ut{
    font-size: 24px;
  }

  .walloffame_gt{
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .sponsorencontainer {
    height: 1000px;
  }

  .sponsorenbox {
    height: 800px;
  }
  .newsbox {
    padding: 0;
  }

  .sponsorenbutton {
    width: 200px;
  }

  .newscontainer {
    padding-top: 270px;
  }

  .t {
    font-size: 70px;
  }

  .t2 {
    font-size: 50px;
  }

  .ut {
    font-size: 30px;
  }

  .ut2 {
    font-size: 30px;
  }

  .uut {
    font-size: 20px;
  }

  .uut2 {
    font-size: 20px;
  }

  .navt {
    font-size: 20px;
  }

  .gt {
    font-size: 16px;
  }

  .gtc {
    font-size: 15px;
  }

  .gt2 {
    font-size: 16px;
  }

  .herobox1 {
    padding-top: 200px;
  }

  .startnewscontainer {
    flex-direction: column;
  }

  .navcontainer li {
    padding: 0;
  }

  .navcontainer {
    height: 200px;
    z-index: 10000;
    position: absolute;
    align-items: center;
  }

  .navt {
    display: flex;
    flex-direction: column;
    text-align: right;
  }

  .herobox1 .uut {
    padding-top: 15px;
  }

  .columnbox2 {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .columnbox2 .gt {
    padding-top: 15px;
    text-align: center;
  }

  .columncontainer {
    padding-top: 50px;
  }

  .columnitem {
    padding-bottom: 50px;
  }

  .video {
    margin-top: 15px;
  }

  button {
    height: 30px;
  }

  /*Training*/

  .trainingboxflex {
    flex-direction: column;
  }

  .trainingcontainer1 p {
    text-align: center;
  }

  .trainingitem1 img {
    width: 150px;
    padding-bottom: 20px;
  }

  .trainingbox3 {
    padding-left: 0;
    padding-right: 0;
  }

  .zitatbox {
    width: 100%;
    height: 200px;
    background-image: none;
    padding: 0;
  }

  .zitat {
    font-size: 25px;
    padding: 10px;
    color: #6b5400;
    padding-bottom: 30px;
  }

  .coachcontainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .coachcontainer img {
    margin-top: 0;
    width: 100%;
    padding-top: 50px;
    margin-right: 0;
  }

  .coachbox .gt2,
  .coachbox .uut {
    text-align: center;
  }

  .lebenslaufitem {
    height: 360px;
  }

  .lebenslaufitem .ut {
    padding-bottom: 20px;
  }

  .lebenslaufcontainer img {
    width: 50px;
    margin-right: 20px;
  }

  .kontaktcontainer img {
    width: 100px;
    padding-right: 0;
  }

  .kontaktbox {
    flex-direction: column;
  }

  .kontaktbox .uut2 {
    text-align: center;
    padding-top: 30px;
  }

  .werbungcontainer {
    margin-top: 100px;
  }

  .werbungcontainer .t {
    font-size: 45px;
  }

  .werbungcontainer .ut {
    text-align: center;
  }

  .footerbox1 {
    flex-direction: column;
    align-items: center;
  }

  .footeritem p {
    text-align: center;
    padding-top: 50px;
  }

  .contactform,
  .contactformtext {
    border-style: solid;
    border-width: 3px;
    border-color: #f1c21b;
    box-shadow: none;
  }

  .contactbutton {
    box-shadow: none;
  }

  .walloffame_container{
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .walloffame_box{
    width: 70%;
    margin-bottom: 150px;
  }
}
