/*
RAUREIF WEB & IT e.U.
www.raureif-it.at

Alexander Oswald
*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap");
html, body {
  background-color: #c81415;
  font-size: 12pt;
  font-family: 'Montserrat', sans-serif;
  color: #192537;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

a {
  color: #192537;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #498e35;
}

h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 35px;
  margin-top: 0.8em;
  margin-bottom: 1.5em;
  color: #498e35;
  text-align: center;
  width: 100%;
}

h2 {
  font-size: 16pt;
  line-height: 1.4em;
  margin-bottom: 0;
  width: 100%;
  color: #498e35;
  text-align: center;
}

h3 {
  font-size: 14px;
  width: 100%;
}

div#box {
  width: 80vw;
  border: #fff solid 1px;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
  border-radius: 10px;
  /* box-shadow: 2px 2px 4px #fefefe; */
}

div#box p {
  text-align: center;
  width: 100%;
}

div#content {
  margin: 15px;
  color: #505050;
  text-align: center;
}

#box .image {
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
  max-width: 1024px;
}

p {
  margin-bottom: 2em;
}

.logo {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo div {
  width: 100%;
}

#logo {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 40px;
}

#logo_2 {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

#facebook img {
  width: 25px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float: right;
}

#facebook img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

nav ul {
  list-style-type: none;
  margin: 0 0 1.8em 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  font-size: 2em;
  font-family: 'Cormorant', sans-serif;
}

section {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

section .box_half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

section li, section p {
  font-size: 14px;
}

section p {
  margin-top: 0;
}

.center,
.center a {
  text-align: center;
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .logo img {
    height: 100px;
  }
  h1 {
    line-height: 1em;
    margin-bottom: 0;
  }
  p {
    margin-bottom: 0;
  }
  div#box {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */