@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Sigmar+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
/* basic */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
}
/* every section is fullscreen */
section {
  min-height: 100%;
}
/* style überschriften */
h1, h2, h3, a {
  font-family: 'Sigmar One', cursive;
  font-weight: 500;
  color: #494949;
}
h3 {
  font-size: 40px;
  padding-top: 8%;
  margin-bottom: 5px;
}
h4, p {
  color: #494949;
  font-weight: 300;
}
/* design strich */
hr {
  width: 30px;
  height: 3px;
  background: #494949;
  border: 0;
  margin: 0 auto 40px auto;
}
#logo, li, img, .button,.fa-bars, #repsonsiveLines {
  transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;
}
th, td {
  border: none;
}






/*** HOME SCREEN */
/* background */
#home {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
/* text über bild */
#videobg {
	position: fixed;
	z-index: -1;
	position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: blur(5px);
}
/** Überschriften **/
#home h1 {
  margin: 280px auto 0 auto;
  font-size: 140px;
  color: #f0f0f0;
  /* platform change */
}
#home h2 {
  margin: 0 auto 0 auto;
  font-size: 40px;
  color: #f0f0f0;
  /* changes on platform */
}


@media screen and (max-width: 1200px) {
  #home h1 {
    font-size: 90px;
    margin-top: 200px;
  }
  #home h2 {
    font-size: 22px;
  }
  h3 {
    padding-top: 12%;
  }
}


@media screen and (max-width: 790px) {
  #home h1 {
    font-size: 60px;
    margin-top: 200px;
  }
  #home h2 {
    width: 70%;
    height: auto;
  }
}







/* ABOUT *****************************/
#about {
	background-color: #f0f0f0;
  /* all platforms */
}
#about p {
  width: 1000px;
  margin: 0 auto 0 auto;
  font-size: 30px;
  /* font-size changes on other platforms */
}


@media screen and (max-width: 1200px) {
  #about p {
    width: 80%;
  }
}


@media screen and (max-width: 790px) {
  #about p {
    font-size: 16px;
  }
}





/* BOOKS *****************************/
/* contrast styling */
#books h3, h2, a, .text{
  color: #f0f0f0;
}
/* link for sec page */
#books a {
  font-size: 24px;
  /* platform change */
  text-decoration: none;
}
/* übersicht schülerfirma */
.bookimgfp {
  width: 80%;
}


@media screen and (max-width: 790px) {
  #books a {
    font-size: 18px;
    text-decoration: none;
  }
}

/* STUFF *******************************/
#stuff {
	background-color: #f0f0f0;
}
#stuff p {
  width: 90%;
  /* platform change */
  margin: 0 auto 0 auto;
  font-size: 30px;
}
#stuff img {
  width: 20%;
}
#stuff table {
  align: center;
  border-collapse: collapse;
  border-radius: 2px;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  /* platform change */
}
#stuff th, td{
  text-align: center;
  font-size: 25px;
  border: 1px solid black;
  padding: 12px;
  /* platform change */
}


@media screen and (max-width: 600px) {
  #stuff p {
    width: 80%;
  }
}


@media screen and (max-width: 790px) {
  #stuff p {
    width: 70%;
    font-size: 16px;
  }
  #stuff table {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
  }
  #stuff th, td{
    font-size: 16px;
    padding: 5px;
  }
}



/* CONTACT *****************************/
/* contrast styling */
#contact h3{
  color: #f0f0f0;
}
#contact p {
  color: #f0f0f0;
  width: 90%;
  /* platform change */
  margin: 0 auto 0 auto;
  font-size: 30px;
}
@media screen and (max-width: 790px) {
  #contact p {
    width: 70%;
    font-size: 16px;
  }
}

form input, textarea {
  font-family: 'Sigmar One', cursive;
  font-size: 20px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid;
  border-color: #494949;
}
form input:first-child {
  margin-top: 10px;
}

form input {
  width: 552px;
  height: 35px;
  /* platform change */
}
form textarea {
  width: 550px;
  height: 240px;
  resize: none;
  /* platform change */
}
.input-text {
  color: #494949;
  padding-left: 10px;
}
/* submit button */
.button {
  background-color: #f0f0f0;
  color: #494949;
  width: 565px;
  /* platform change */
  height: 50px;
}
.button:hover {
  background-color: #494949;
  color: #f0f0f0;
}

@media screen and (max-width: 790px) {
  form input, form textarea {
    width: 70%;
  }
  .button {
    width: 72%;
  }
}


@media screen and (max-width: 600px) {
  form input, form textarea {
    width: 60%;
  }
  .button {
    width: 62%;
  }
}

/* FOOTER *****************************/
footer {
  width: 100%;
  height: 70px;
  background: #3f3f3f;
}
footer p {
  font-size: 12px;
  color: #f0f0f0;
  padding-top: 10px;
  margin: 0 0 0 0;
}

footer a {
	text-decoration: none;
	color: #f0f0f0;
	font-family: "Times New Roman";
	font-weight:300;
}
