
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  background-image: url(hintergrund.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Flex-Wrapper */

.wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

/* Wieder einblenden wenn Timer benötigt */
/* .banner {
  margin: 15em 0;
  padding: 20px;
  background-color: #ee7f00;
} */

h1,h2 {  
  line-height: 1.6;
  font-size: 3rem;
  font-weight: 900;
  color: white;
  font-family: sans-serif;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.65);
}

p {
  line-height: 1.6;
  font-size: 2.5rem;
  font-weight: 900;
  color: white;
  font-family: sans-serif;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.65);
}

a{
text-decoration: none;
align-self: flex-end;
color: white;
font-family: sans-serif;
font-size: 1.25rem;
text-align: center;
width: 100vw;
}

.video-wrapper {
  margin: 6rem auto 5rem auto;
}

.video-wrapper-mobile {
  margin: 8rem auto 10rem auto;
}

/* .logo {
  width: 120px;
  height: 50px;
  background: url(TWO_Logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10em auto;
} */

/* Media Query */

@media screen and (min-width:811px) {
  .video-wrapper-mobile { 
      display: none; 
    }
}

@media screen and (max-width:810px) {
      body {
        background-image: url(hintergrund_mobile.jpg);
      }    

      .banner {
        margin: 2rem;
      }
  
      h1 {
        font-size: 2.3rem;
      }

      p {
        font-size: 2rem;
      }

      .video-wrapper { 
        display: none; 
      }
  }

@media screen and (min-width:1800px) {
  .wrapper { 
    margin: 8em auto;
  }
}