@media screen and (orientation:landscape) {
  /*___________Desktop-Version__________*/
  /*Allgemein*/
  #kleidung {
    grid-column: 2;
    width: 100%;
  }
  .topnav-mobil {
    display: none;
  }
  .menu-mobil {
    display: none;
  }
  nav.menu-dt {
    position: sticky;
    top: 0;
    left: 0;
  }
  nav.menu-dt ul {
    justify-content: center;
    padding-left: 0em;
    display: flex;
  }
  nav.menu-dt li {
    padding: 0em;
    font-size: 20px;
  }
  nav.menu-dt a {
    padding: 1em;
    display: block;
  }
  footer ul {
    width: 18em;
    margin: auto;
    display: flex;
  }
  footer li {
    padding: 0em;
  }
  footer a {
    padding: 1em;
    display: block;
  }
  .titelbild {
    overflow: hidden;
  }
  button {
    font-size: 1em;
  }
  input {
    font-size: 18px;
  }
  input, #input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .custom-select-signup select{
    font-size: 18px;
  }
  .inhalt {
    margin: 2em;
    padding-top: 2em;
    padding-bottom: 5em;
    padding-left: 5em;
    padding-right: 5em;
    width: 42em;
    box-shadow: 0px 0px 15px silver;
  }
  h1 {
    font-size: 1.6em;
  }
  /*Trainingszeiten-Liste ausblenden*/
  #zeitmobil {
    display: none;
  }
  /*Startseite Anpassungen*/
  #s1 p {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    text-align: center;
    font-size: 18px;
    margin-top: 5em;
  }
  #s4 p {
    padding-top: 0em;
    margin-top: 0.5em;
  }
  /*Trainerseite als Grid anzeigen*/
  #texttrainer {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  #profil {
    margin-top: 0em;
    margin-right: 0em;
    padding-top: 0em;
    margin-bottom: 0em;
  }
  #profilbild {
    margin-left: 1.5em;
    margin-top: 3em;
    margin-bottom: 0em;
  }
  #profilbild img {
    width: 240px;
    height: 360px;
    box-shadow: 0px 0px 15px silver;
  }
  /*Trainingsseite Anpassungen*/
  #texttraining {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #tr11 {
    margin-top: 4em;
  }
  #tr2 img {
  width: 20em;
  height: 15em;
}

#tr3 img {
  margin: auto;
  margin-top: 1em;
  width: 13.2em;
  height: 10.5em;
}
}

@media only screen and (orientation:portrait) {
  /*_________Mobil-Version___________*/
  #kleidung {
    width: 160%;
    margin: 0em;
    margin-top: 4em;
    padding: 0em;
    /*transform: scale(1.8, 1.8);*/
    overflow: auto;
  }
  /*Wappen links und rechts ausblenden*/
  #links {
    display: none;
  }
  #rechts {
    display: none;
  }
  /*Allgemein*/
  html {
    width: device-width;
  }
  body {
    width: 100%;
    padding: 0em;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.3em;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    padding: 0em;
    margin: 0em;
  }
  .titelbild {
    position: relative;
    z-index: 12;
  }
  .titelbild img {
    position: relative;
    z-index: 12;
    padding: 0em;
    margin: 0em;
  }
  button {
    font-size: 1.6em;
  }
  input {
    font-size: 30px;
  }
  input, #input::-webkit-input-placeholder {
    font-size: 30px;
  }

  
  #inputWare a{
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 1em;
    color: grey;
  }
  .custom-select-signup select{
    font-size: 30px;
  }

  #checkbox_order .label {
    font-size: 25px;
  }
  #checkbox_order .checkmark {
    height: 25px;
    width: 25px;
  }
  nav.menu-dt {
    display: none;
  }
  #menuToggle {
    display: block;
    /*position: relative;
    top: 50px;
    left: 50px;*/
    z-index: 5;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggle a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.6em;
  }
  #menuToggle input {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    margin-top: -20px;
    margin-left: -10px;
    /*top: -0.01em;
    left: -0.01em;*/
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  /*
 * Just a quick hamburger
 */
  #menuToggle span {
    display: block;
    width: 75px;
    height: 7px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: black;
    border-radius: 3px;
    z-index: 9;
    transform-origin: 20px -5px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  /*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
  #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  /*
 * But let's hide the middle one.
 */
  #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  /*
 * Ohyeah and the last one should go the other direction
 */
  #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  /*
 * Make this absolute positioned
 * at the top left of the screen
 */
  #menu {
    position: absolute;
    margin: 0 0 0 -50px;
    padding: 50px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }
  #menu li {
    font-size: 1.5em;
  }
  /*
 * And let's slide it in from the left
 */
  #menuToggle input:checked~ul {
    transform: none;
  }
  nav.menu-mobil {
    z-index: 2;
    padding: 2.8em;
    padding-bottom: 2.8em;
  }
  nav.menu-mobil li {
    padding: 0em;
  }
  nav.menu-mobil a {
    padding: 0.8em;
    display: list-item;
    font-size: 1em;
  }
  footer {
    padding: 2em;
  }
  footer li {
    padding: 0.5em;
  }
  footer a {
    padding: 1em;
    display: list-item;
  }
  #rahmen {
    padding: 0em;
    margin: 0em;
  }
  .inhalt {
    padding: 1.5em;
    width: 155%;
    margin: -2em;

  }
  /*Trainingszeiten-Tabelle ausblenden*/
  table {
    font-size: 20px;
  }
  /*Startseite Anpassungen*/
  #s1 p {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    text-align: center;
    margin-top: 0em;
  }
  #s4 p {
    margin-top: 1em;
  }
  /*Trainerseite Anpassungen*/
  #profil {
    margin: auto;
  }
  #profilbild {
    margin-top: 1em;
  }
  #profilbild img {
    width: 20em;
    box-shadow: 0px 0px 15px silver;
  }
  /*Trainingsseite (erstes Bild ausblenden)*/
  #tr11 {
    margin-top: 1em;
  }
  #gallerytraining {
    display: none;
  }
  #tls-btn img {
    margin-bottom: 2em;
  }
  #tr2 img {
  width: 16em;
  height: 12em;
}

#tr3 img {
  margin: auto;
  margin-top: 1em;
  width: 11em;
  height: 8em;
}
}

/*______Für beide Versionen gültig_____*/

/*Allgemein*/

html {
  scroll-behavior: smooth;
}

body {
  padding: 0em;
  margin: 0em;
  transform: scale(1.0);
  font-family: 'Roboto', calibri light, arial;
  overflow-x: hidden;
  line-height: 140%;
}

header {
  z-index: 10;
}

/*Navigationsleiste*/

.topnav-mobil {
  float: right;
  width: 85%;
  z-index: 11;
}

.topnav-mobil li {
  margin-top: 2.3em;
  padding-left: 0em;
  width: 100%;
  list-style: none;
  font-size: 1.3em;
}

.topnav-mobil a {
  background-color: #d2b100;
  margin: 0em;
  margin-left: 1em;
  padding: 0.5em;
  text-decoration: none;
  color: white;
  background-color: #d2b100;
  transition: all .25s ease-in;
  z-index: 9;
  font-size: 1.7em;
}

.topnav-mobil a:hover, .topnav-mobil li[aria-current] a:focus, .topnav-mobil li[aria-current] a:hover {
  color: black;
  background-color: #e2c110;
}

.isActive {
  background-color: #e2c110;
}

nav {
  z-index: 10;
  margin-top: -0.8em;
  padding-top: 0em;
  background-color: #d2b100;
}

nav ul {
  margin: 0em;
  background-color: #d2b100;
  z-index: 3;
}

nav li {
  margin: 0em;
  background-color: #d2b100;
  list-style: none;
  z-index: 10;
}

nav li::before {
  content: "";
}

nav a {
  margin: 0em;
  text-decoration: none;
  color: white;
  background-color: #d2b100;
  transition: all .25s ease-in;
  z-index: 10;
}

nav a:hover, nav li[aria-current] a:focus, nav li[aria-current] a:hover {
  color: black;
  background-color: #e2c110;
}

.isActive {
  background-color: #e2c110;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: absolute;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
  display: block;
}

/*Fußleiste*/

footer {
  background-color: lightgrey;
  text-align: center;
}

footer ul {
  background-color: lightgrey;
  z-index: 4;
  padding-left: 0em;
}

footer li {
  margin: 0em;
  background-color: lightgrey;
  list-style: none;
  font-size: 20px;
  z-index: 4;
}

footer li::before {
  content: "";
}

footer a {
  margin: 0em;
  color: black;
  text-decoration: none;
  transition: all .25s ease-in;
}

footer a:hover, footer li[aria-current] a:focus, footer li[aria-current] a:hover {
  color: black;
  background-color: rgb(190, 190, 190);
}

/*Titelbild*/

.titelbild img {
  padding: 0em;
  margin: 0em;
  width: 100%;
  overflow: hidden;
}

/*Button*/

button {
  font-family: 'Roboto', calibri light, arial;
  background-color: grey;
  color: white;
  margin: 1em;
  padding: 0.7em;
  border: 0em;
  box-shadow: 5px 5px 10px silver;
}

button:hover, button[aria-current]:focus, button[aria-current]:hover {
  color: black;
  background-color: lightgrey;
}

.isActive {
  background-color: lightgrey;
}

div #input {
  width: 100%;
  margin: auto;
  /*background-color: #f0f0f0;
  border: solid 2px #d2b100;*/
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
div #inputWare {
  width: 100%;
  margin: auto;
  /*background-color: #f0f0f0;
  border: solid 2px #d2b100;*/
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}

#input input {
  width: 100%;
  margin: auto;
  padding: 1em;
  margin-bottom: 1em;
  border: solid 2px lightgrey;
  border-radius: 5px;
}

#inputWare input {
  width: 100%;
  margin: auto;
  padding: 1em;
  border: solid 2px lightgrey;
  border-radius: 5px;
}

#input button {
  width: 100%;
  margin: auto;
  justify-self: center;
}

#inputWare button {
  width: 30%;
  margin: auto;
  justify-self: center;
  float: right;
}

#input p {
  justify-self: center;
}
#inputWare p {
  justify-self: center;
}

.custom-select-signup {
  width: 100%;
}

.custom-select-signup select {
  padding: 1em;
  margin: 0em;
  margin-bottom: 1em;
  width: 100%;
  border: solid 2px lightgrey;
  border-radius: 5px;
}


.alert {
  box-shadow: 0px 0px 15px black;
  z-index: 99999999;
  position: fixed;
  top: 5%;
  left: 33.5%;
  width: 30%;
  background-color: white;
  text-align: center;
  padding: 1.5em;
  margin: auto;
  opacity: 80%;
  animation: flip-scale-down-diag-2 1s linear both;
}

@keyframes flip-scale-down-diag-2 {
  0% {
    transform: scale(0.3) rotate3d(1, 1, 1, 0deg);
  }
  50% {
    transform: scale(0.6) rotate3d(1, 1, 1, 180deg);
  }
  100% {
    transform: scale(1) rotate3d(1, 1, 1, 360deg);
  }
}

/*Wrapper unterhalb Header*/

#rahmen {
  background-color: #f8f8f8;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 0em;
  margin-left: auto;
  margin-right: auto;
}

/*Wappen links und rechts*/

#links {
  grid-column: 1;
  padding-top: 2em;
  align-self: start;
  justify-self: center;
  position: sticky;
  top: 14em;
  overflow: hidden;
  z-index: 1;
}

#links img {
  margin: 1em;
  transition: transform 0.3s;
}

#links img:hover {
  transform: scale(1.1, 1.1);
}

#rechts {
  grid-column: 3;
  padding-top: 2em;
  align-self: start;
  justify-self: center;
  position: sticky;
  top: 14em;
  overflow: hidden;
  z-index: 1;
}

#rechts img {
  margin: 1em;
  transition: transform 0.3s;
}

#rechts img:hover {
  transform: scale(1.1, 1.1);
}

/*Container Überschrift + Inhalt*/

.inhalt {
  grid-column: 2;
  align-self: start;
  justify-self: center;
  background-color: white;
  border-radius: 2px;

  z-index: 2;
  font-size: 1.0em;
}

/* Überschriften*/

h1 {
  line-height: 120%;
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-top: 0em;
  text-align: center;
  float: center;
  color: #c2a100;
}

h2 {
  line-height: 120%;
  margin-top: 1em;
  padding-top: 0em;
  text-align: center;
  float: center;
  color: #c2a100;
}

h3 {
  margin-top: 2em;
  text-align: left;
  color: #c2a100;
}

h4 {
  margin-bottom: 1em;
  margin-top: -1em;
  color: grey;
}

/*Normaler Paragraph*/

p {
  text-align: justify;
  margin-top: 0.8em;
  margin-bottom: 0em;
  font-size: 1em;
}

/*Trennlinie*/

hr {
  color: lightgrey;
}

/*Aufzählungszeichen der Listen*/

ul {
  list-style-type: none;
  padding-left: 0.5em;
  margin: 0.2em;
  margin-bottom: 0.8em;
}

li::before {
  content: "• ";
  color: #c2a100;
  font-weight: bold;
}

li {
  margin-top: 0.3em;
}

/*Link-Design*/

#downloadlinks a:link {
  color: black;
  text-decoration: none;
}

#downloadlinks a:visited {
  color: grey;
  text-decoration: none;
}

#downloadlinks li::before {
  content: "";
}

/* Zoom Effekt für Bilder
  img {
    transition: transform 0.3s;
  }

  img:hover {transform: scale(1.1, 1.1);}
  */

/*_______________STARTSEITE____________________*/

/*Container für Bild und Text*/

#textstart {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 20% 20% 20%;
}

/*____________Bild und Text__________*/

/*
  #s2 {
    grid-row: 1;
    grid-column: 2;;
    align-self: end;
    justify-self: center;
    padding-top: 0em;
    margin-bottom: 2em;
  }
  #s2 img  {
    box-shadow: 0px 0px 15px silver;
  }
  */

/*Diashow Startseite*/

#gallerystart {
  grid-row: 1;
  grid-column: 2;
  position: relative;
  margin-bottom: 1em;
}

#gallerystart figure {
  margin: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: wechseln1 3s infinite;
}

@keyframes wechseln1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#gallerystart figure:last-of-type {
  position: relative;
}

#gallerystart figure:nth-of-type(1) {
  animation: wechseln 6s 0s infinite;
  opacity: 0;
}

#gallerystart figure:nth-of-type(2) {
  animation: wechseln 6s 3s infinite;
  opacity: 0;
}

#gallerystart img {
  box-shadow: 0px 0px 15px silver;
  height: 330px;
  width: 440px;
  margin-left: 3em;
}

/*"Bullet-Points"*/

#s3 {
  align-self: center;
  justify-self: center;
  width: 5em;
  height: 5em;
}

#s3 img {
  padding-top: 0em;
  width: 5em;
  height: 5em;
}

#s4 {
  margin: auto;
  align-self: center;
  justify-self: center;
}

#s5 {
  margin-top: 5.5em;
  text-align: center;
}

/*_____________Login_____________________*/

#kleidung {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

#chbuttons {
  display: flex;
}

#gc-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#ge-1 {
  margin-bottom: 2em;
  position: relative;
}

#ge-2 {
  padding: 1em;
  margin-top: -3em;
  margin-bottom: 2em;
}

#ge-1 img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

#ge-1 .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#ge-1:hover img {
  opacity: 0.5;
}

#ge-1:hover .middle {
  opacity: 1;
}

#ge-1 .text {
  background-color: #d2b100;
  color: white;
  font-size: 20px;
  padding: 0.3em;
  border-radius: 0.3em;
}

#ge-1 .play {
  background-color: #d2b100;
  color: white;
  font-size: 60px;
  padding: 0.3em;
  border-radius: 0.3em;
}

/*Kleidung bestellen Formular*/

.custom-select {
  width: 100%;
}

.custom-select label {
  color: black;
  padding: 0.2em;
  width: 40%;
}

.custom-select select {
  color: black;
  padding: 1em;
  margin: 1em;
  margin-top: 0.5em;
  width: 100%;
  font-size: 16px;
  border: 1px solid #c2a100;
  border-radius: 5px;
}

.custom-select select option:hover {
  background-color: #e2c110;
  padding: 0.2em;
  width: 60%;
}

/* Customize the label (the container) */

#checkbox_order .label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

#checkbox_order .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

#checkbox_order .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: lightgrey;
}

/* On mouse-over, add a grey background color */

#checkbox_order .label:hover input~.checkmark {
  background-color: #d2b100;
}

/* When the checkbox is checked, add a blue background */

#checkbox_order .label input:checked~.checkmark {
  background-color: #d2b100;
}

/* Create the checkmark/indicator (hidden when not checked) */

#checkbox_order .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

#checkbox_order .label input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

#checkbox_order .label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*CORONA ANMELDUNG*/

#checkbox_corona .label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

#checkbox_corona .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

#checkbox_corona .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

#checkbox_corona .label:hover input~.checkmark {
  background-color:#d2b100;
}

/* When the checkbox is checked, add a blue background */

#checkbox_corona .label input:checked~.checkmark {
  background-color: #d2b100;
}

/* Create the checkmark/indicator (hidden when not checked) */

#checkbox_corona .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

#checkbox_corona .label input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

#checkbox_corona .label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*_____________INFOSEITE____________________*/

/*Scrollen, sodass Überschriften zu lesen sind*/

.position::before {
  display: block;
  content: ".";
  height: 13em;
  margin-top: -13em;
  visibility: hidden;
}

/*Container Überschriften + Text*/

#i1 {
  margin-bottom: 1em;
}

/*Trainingszeiten-Tabelle*/

table {
  width: 100%;
  margin: auto;
}

table th {
  padding: 1em;
  background-color: grey;
  border: grey;
  color: white;
}

table td {
  padding: 1em;
  background-color: lightgrey;
}

/*______________STANDORTE__________________________*/

/*Standorte Container*/

#textkontakt {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*Standorte Niendorf*/

.k11 {
  margin: auto;
  margin-top: 1em;
  padding-bottom: 1em;
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  justify-self: center;
  overflow: hidden;
}

.k11 iframe {
  height: 18em;
  width: 18em;
}

.k12 {
  margin: auto;
  margin-top: 1em;
  padding-bottom: 1em;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  justify-self: center;
  overflow: hidden;
}

.k12 iframe {
  height: 18em;
  width: 18em;
}

/*Außenstellen*/

#standort {
  padding-right: 3em;
  margin-left: 2em;
  margin-top: 2.5em;
  margin-bottom: 2em;
}

#kontakt {
  margin-bottom: 2em;
}

/*_____________TRAINERSEITE_________________*/

/*Container Trainertext und Profilbild*/

#texttrainer {
  margin-top: -3em;
}

/*Aushilfstrainer*/

#aushilfstrainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#bjarne {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  text-align: center;
}

#bjarne img {
  margin: 3em;
  align-self: center;
  justify-self: center;
}

#malte {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  text-align: center;
}

#malte img {
  margin: 3em;
  align-self: center;
  justify-self: center;
}

/*_________AKTUELLES_________*/

/*______WAS IST KUNG FU____________*/

/*Bild*/

#w1 {
  float: right;
  padding: 1em;
  padding-bottom: 0em;
  padding-right: 0em;
  margin-top: 4em;
}

/*________UNSER TRAINING__________*/

/*Container Text und Bild*/

#texttraining {
  margin-bottom: -2em;
}

/*Text und Bild*/

#tr11 p {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  text-align: justify;
  margin-bottom: 2em;
  float: left;
}

/*
  #tr12 {
    grid-row: 1;
    grid-column: 2;;
    align-self: end;
    justify-self: center;
    margin: auto;
    padding-top: 0em;
    padding: 1em;
    padding-top: 0em;
    padding-left: 3em;
    box-shadow: 0px 0px 0px white;
    float: right;
  }
  #tr12 img {
    width: 21em;
    height: 16em;
    box-shadow: 0px 0px 15px silver;
  }
  */

#gallerytraining {
  grid-row: 1;
  grid-column: 2;
  position: relative;
  margin-bottom: 1em;
}

#gallerytraining figure {
  margin: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: wechseln 3s infinite;
}

@keyframes wechseln {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#gallerytraining figure:last-of-type {
  position: relative;
}

#gallerytraining figure:nth-of-type(1) {
  animation: wechseln 9s 0s infinite;
  opacity: 0;
}

#gallerytraining figure:nth-of-type(2) {
  animation: wechseln 9s 3s infinite;
  opacity: 0;
}

#gallerytraining figure:nth-of-type(3) {
  animation: wechseln 9s 6s infinite;
  opacity: 0;
}

#gallerytraining img {
  box-shadow: 0px 0px 15px silver;
  height: 270px;
  width: 360px;
  margin-left: 3em;
}

#tr2 {
  margin: 1em;
  margin-left: 0em;
  margin-right: 0em;
  overflow: hidden;
}

/*Tang Lang Show Team Seite*/

#tls-btn {
  float: right;
}

#tls-btn img {
  box-shadow: 0px 0px 15px black;
  width: 350px;
  height: 310px;
  transition: transform 0.3s;
  margin-left: 2em;
}

#tls-btn img:hover {
  transform: scale(1.1, 1.1);
}