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

Alexander Oswald
*/
/* pt-sans-regular - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/pt-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-regular.woff") format("woff"), url("../fonts/pt-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/pt-sans-v17-latin-regular.svg#PTSans") format("svg"); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/pt-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-v17-latin-700.woff") format("woff"), url("../fonts/pt-sans-v17-latin-700.ttf") format("truetype"), url("../fonts/pt-sans-v17-latin-700.svg#PTSans") format("svg"); /* Legacy iOS */
}
/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-narrow-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/pt-sans-narrow-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-narrow-v17-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-narrow-v17-latin-regular.woff") format("woff"), url("../fonts/pt-sans-narrow-v17-latin-regular.ttf") format("truetype"), url("../fonts/pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow") format("svg"); /* Legacy iOS */
}
/* pt-sans-narrow-700 - latin */
@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-narrow-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/pt-sans-narrow-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-narrow-v17-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-narrow-v17-latin-700.woff") format("woff"), url("../fonts/pt-sans-narrow-v17-latin-700.ttf") format("truetype"), url("../fonts/pt-sans-narrow-v17-latin-700.svg#PTSansNarrow") format("svg"); /* Legacy iOS */
}
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;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: none;
  color: #498e35;
}

h1 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 35px;
  line-height: 1.5em;
  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: 16px;
  width: 100%;
  color: #498e35;
  text-align: center;
}

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: flex;
}
.logo div {
  width: 100%;
}

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

#logo_2 {
  align-content: flex-end;
}

#facebook img {
  width: 25px;
  transform: scale(1);
  transition: all 0.2s ease;
  float: right;
}
#facebook img:hover {
  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;
}

hr {
  color: rgba(0, 0, 0, 0.5);
  max-width: 80vw;
  margin: 45px;
}

section {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section .box_half {
  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 {
    flex-wrap: wrap;
    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;
  }
  section img {
    max-width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */