@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*
Theme Name: CampusKino June
Author: Alcedo Digital (Matteo Dorighelli)
Author URI: https://alcedo.digital
Text Domain: campuskino-june
Version: 0.1
*/
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; }
  body a {
    color: unset; }

svg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.headline {
  display: flex;
  justify-content: space-between; }

header, footer {
  height: 0px;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  background-color: #fbdd01;
  color: unset; }
  header .info, footer .info {
    display: flex;
    font-size: 40px;
    align-items: center; }

footer {
  display: flex;
  justify-content: flex-end; }
  footer img {
    height: 100%;
    width: auto; }

header {
  position: fixed;
  z-index: 10; }

.home {
  display: flex; }

.right {
  display: flex;
  flex: 1;
  position: relative;
  padding-top: 0px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px; }
  .right img {
    max-width: 70%;
    object-fit: scale-down; }

.left {
  display: flex;
  flex: 1;
  padding-top: 0px; }
  .left .text {
    padding: 50px 50px; }
  .left .headline {
    height: 50px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 30px; }
    .left .headline img {
      height: 100%; }

@media only screen and (max-width: 1500px) {
  .left .headline {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    height: unset; }
    .left .headline img {
      height: 50px; } }
@media only screen and (max-width: 1000px) {
  .home {
    flex-direction: column;
    padding: 10px;
    padding-bottom: 50px; }

  #map {
    display: none; }

  .right {
    width: 100%;
    padding-top: 0; }

  .hide-mobile {
    display: none !important; }

  .left .headline {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    height: unset; } }
@media screen and (max-width: 425px) {
  .left .text {
    padding: 0; } }
.main {
  min-height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .main .upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 150px 0;
    color: unset;
    text-align: center; }
    .main .upper .participants {
      margin-top: 100px;
      width: 50%; }
  .main .mid {
    display: block;
    position: relative;
    width: 100%;
    height: 100px; }
    .main .mid .title {
      flex: 1;
      height: 100px;
      display: block;
      fill: #fbdd01; }
    .main .mid .subtitle {
      flex: 1;
      display: flex;
      fill: white;
      scale: 0.5;
      height: 50px;
      color: white;
      font-weight: normal;
      font-size: 50px;
      align-items: center;
      justify-content: center; }

.main2 {
  background-color: #fbdd01;
  padding: 0 50px; }
  .main2 ul {
    margin: 0;
    color: unset;
    font-size: 30px; }

h1 {
  margin: 0;
  color: unset;
  font-size: 70px; }

h2 {
  color: unset;
  margin: 0;
  font-size: 55px; }

h3 {
  color: unset;
  margin: 0;
  font-size: 26px; }

h4 {
  color: unset;
  margin: 0;
  font-size: 20px;
  margin-top: 6px; }

p {
  margin: 8px 0; }

/*# sourceMappingURL=style.css.map */
