@import "../fonts/icons/css/blix-icons.css";
@font-face {
  font-family: 'Source Code Pro';
  src: url('../font/Source_Code_Pro/SourceCodePro-Black.ttf');
}
@font-face {
  font-family: 'Source Code Pro';
  src: url('../font/Source_Code_Pro/SourceCodePro-Regular.ttf');
}
@font-face {
  font-family: 'Source Code Pro';
  src: url('../font/Source_Code_Pro/SourceCodePro-LightItalic.ttf');
}
@font-face {
  font-family: 'IM Fell DW Pica';
  src: url('../font/IM_Fell_DW_Pica/IMFellDWPica-Regular.ttf');
}
@font-face {
  font-family: 'IM Fell DW Pica';
  src: url('../font/IM_Fell_DW_Pica/IMFellDWPica-Italic.ttf');
}
h1,
h2,
h3,
p,
ul,
li {
  font-family: 'IM Fell DW Pica';
  color: #fff;
  letter-spacing: 1.2px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
  font-weight: 200;
}
h3 {
  font-size: 20px;
  font-weight: 200;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  padding: 5px ;
  font-size: 18px;
}
p {
  font-size: 18px;
  line-height: 1.3;
}
input,
button,
textarea,
select {
  background: transparent;
  border: none;
  outline: none;
  font-family: 'IM Fell DW Pica';
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  font-family: 'IM Fell DW Pica';
  color: #000;
}
a:hover {
  text-decoration: underline;
  color: #80ce22;
}
strong,
b {
  font-weight: 700;
}
html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'IM Fell DW Pica';
}
.box-fill-space {
  min-height: 400px;
}
.icon {
  font-size: 140%;
  margin: 5px 3px;
}
.icon:hover {
  text-decoration: none;
  color: rgba(255, 0, 0, 0.815);
}
.hidden {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
}
.header {
  position: fixed;
  display: flex;
  width: 100vw;
  padding: 8px 4px;
  background-color: #000;
  z-index: 1;
}
.header-logo {
  margin: 0 5px;
}
.header-logo img {
  width: 100px;
}
.header-headline {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
  color: #fff;
}
.header-headline-title {
  font-size: 16px;
}
.header-headline-sub_title {
  padding: 0 3px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 505px) {
  .header {
    margin-top: 0;
    padding: 0;
    border-bottom: 10px solid #fff;
  }
  .header-logo {
    padding: 13px 15px 0px 17px;
    border-right: 10px solid #fff;
  }
  .header-logo img {
    width: 80px;
  }
  .header-headline {
    padding: 15px;
  }
  .header-headline-title {
    display: inline-block;
    font-size: 20px;
  }
  .header-headline-sub_title {
    display: inline-block;
    font-size: 16px;
  }
}
@media screen and (min-width: 700px) {
  .header-logo {
    padding: 12px 20px 5px 20px;
  }
  .header-logo img {
    width: 150px;
  }
  .header-headline {
    letter-spacing: 4px;
  }
  .header-headline-title {
    display: block;
    font-size: 24px;
  }
  .header-headline-sub_title {
    display: block;
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    border-bottom: 20px solid #fff;
  }
  .header-logo {
    padding: 18px 20px 5px 20px;
    border-right: 20px solid #fff;
  }
  .header-logo img {
    width: 200px;
  }
  .header-headline {
    padding: 30px 60px 30px 0;
    letter-spacing: 4px;
  }
  .header-headline-title {
    display: inline-block;
    font-size: 48px;
  }
  .header-headline-sub_title {
    display: inline-block;
    font-size: 24px;
  }
}
.main {
  box-sizing: border-box;
  background-color: #000;
}
.nav {
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 1;
  background-color: #000;
}
.nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 10px 0 10px 0;
}
.nav-menu-item {
  padding: 5px;
  border-radius: 0.5em;
  background-color: #fff;
}
.nav-menu-item:last-child {
  display: none;
}
@media screen and (min-width: 505px) {
  .nav {
    display: flex;
    width: 90px;
    margin-top: 16px;
  }
  .nav-menu {
    flex-direction: column;
    justify-content: unset;
    padding: 5px 8px;
  }
  .nav-menu-item {
    box-sizing: border-box;
    margin: 5px 5px;
    border-radius: 0.5em;
    text-align: center;
  }
  .nav-menu-item:last-child {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .nav {
    display: flex;
    width: 120px;
    margin-top: 45px;
  }
  .nav-menu {
    flex-direction: column;
    justify-content: unset;
    padding: 10px 15px;
  }
  .nav-menu-item {
    box-sizing: border-box;
    margin: 15px 10px;
    border-radius: 0.5em;
    text-align: center;
  }
  .nav-menu-item:last-child {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .nav {
    display: flex;
    width: 120px;
    margin-top: 90px;
  }
  .nav-menu {
    flex-direction: column;
    justify-content: unset;
    padding: 10px 15px;
  }
  .nav-menu-item {
    box-sizing: border-box;
    margin: 12px 10px;
    padding: 12px 25px;
    border-radius: 0.5em;
    text-align: center;
    font-size: 20px;
  }
  .nav-menu-item:last-child {
    display: block;
  }
}
.content {
  width: 100vw;
  padding: 110px 0 50px 0;
}
.content-section {
  scroll-margin-top: 110px;
  padding: 0 20px 20px 20px;
}
.content-section-box {
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
}
.content-section-box-title {
  margin: 0;
  text-align: center;
  font-size: 30px;
}
.content-section-box-subtitle {
  margin: 0;
  font-size: 22px;
}
@media screen and (min-width: 700px) {
  .content-section-box-special {
    margin: 10px 0;
    text-align: center;
  }
}
.content-section-box-list {
  margin: 20px 0;
  padding: 10px;
  border-radius: 0.5em;
  background-color: #fff;
}
.content-section-box-list p,
.content-section-box-list h2,
.content-section-box-list h3,
.content-section-box-list ul,
.content-section-box-list li {
  color: #111;
}
.content-section-box-para_1 {
  margin: 10px 0;
}
.content-section-box-info_links {
  color: #fff;
}
.content-section-box-info_links:hover {
  text-decoration: none;
  color: #80ce22;
}
.content-section-box-foto-head {
  width: 100%;
  padding: 20px 0;
}
.content-section-box-foto-head img {
  border-radius: 0.5em;
}
.content-section-box-foto-logo {
  width: 100%;
}
@media screen and (min-width: 505px) {
  .content {
    display: flex;
    flex-flow: row wrap;
    padding-top: 30px;
    width: 100%;
  }
  .content-section {
    scroll-margin-top: 30px;
    margin-left: 98px;
    padding: 40px 20px;
    border-left: 10px solid #fff;
  }
  .content-section-box {
    box-sizing: border-box;
  }
  .content-section-box-title {
    text-align: center;
    font-size: 40px;
  }
  .content-section-box-foto-head {
    width: 20%;
  }
  .content-section-box-foto-logo {
    width: 80%;
  }
}
@media screen and (min-width: 700px) {
  .content {
    padding-top: 80px;
    width: 100%;
  }
  .content-section {
    scroll-margin-top: 80px;
    margin-left: 126px;
    padding: 40px 60px;
    border-left: 10px solid #fff;
  }
  .content-section-box {
    box-sizing: border-box;
    padding: 10px;
  }
  .content-section-box-title {
    text-align: center;
    font-size: 40px;
  }
  .content-section-box-foto-head {
    width: 20%;
  }
  .content-section-box-foto-logo {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .content {
    padding-top: 130px;
    width: 100%;
  }
  .content-section {
    scroll-margin-top: 130px;
    margin-left: 194px;
    padding: 40px 300px;
    border-left: 20px solid #fff;
  }
  .content-section-box {
    box-sizing: border-box;
    padding: 10px;
  }
  .content-section-box-title {
    text-align: center;
    font-size: 40px;
  }
  .content-section-box-foto-head {
    width: 20%;
  }
  .content-section-box-foto-logo {
    width: 80%;
  }
}
.content-section:nth-of-type(1) {
  background-color: #000;
}
.content-section:nth-of-type(2) {
  background-color: #000;
}
.content-section:nth-of-type(3) {
  background-color: #000;
}
.content-section:nth-of-type(4) {
  background-color: #000;
}
.content-section:nth-of-type(5) {
  background-color: #000;
}
.content-section:nth-of-type(6) {
  background-color: #000;
}
@media screen and (min-width: 505px) {
  .flexbox {
    display: flex;
    width: 100%;
    margin: 10px 0 10px 0;
  }
}
.banner img {
  width: 100%;
}
.address {
  margin: 15px 0px 5px 0;
}
.address img {
  width: 75%;
}
.wrapper-column_left img {
  width: 100%;
}
.wrapper-column_middle-item img {
  width: 100%;
}
.wrapper-column_right img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .wrapper {
    display: flex;
    gap: 20px;
  }
  .wrapper-column_middle {
    padding: 0 10%;
  }
  .wrapper-column_middle-item img {
    width: 100%;
  }
}
.wrapper-read {
  position: relative;
  margin-top: 25px;
}
.wrapper-read-label {
  width: fit-content;
  box-sizing: border-box;
  padding: 6px 8px 0 8px;
  font-family: 'IM Fell DW Pica';
  color: #000;
  background-color: #fff;
  border: 2px solid white;
}
.wrapper-read-hide {
  display: none;
}
.wrapper-read:hover .wrapper-read-hide {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 15px;
}
.wrapper-read:hover .wrapper-read-hide-hor {
  margin: 0 -10px -10px -10px;
  padding: 10px;
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-top: 3px ;
  background-color: #000;
}
.footer-contact {
  margin: 0 20px;
}
.footer-contact-menu {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.footer-contact-menu-item {
  color: #fff;
  background-color: #000;
}
.footer-contact-menu-item:first-child {
  padding: 3px;
  border-radius: 0.5em;
  background-color: #fff;
}
.footer-contact-menu-item-icon {
  font-size: 140%;
  color: #fff;
}
.footer-contact-menu-item-icon:hover {
  text-decoration: none;
  color: #80ce22;
}
@media screen and (min-width: 505px) {
  .footer {
    width: 100%;
    text-align: center;
    border-top: 10px solid white;
  }
  .footer-contact-menu {
    display: block;
    padding: 8px 0;
    margin-left: -13px;
  }
  .footer-contact-menu-item:first-child {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .footer-contact-menu {
    display: block;
    padding: 8px 10px;
  }
  .footer-contact-menu-item-icon {
    font-size: 150%;
  }
  .footer-contact-menu-item:first-child {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .footer {
    width: 100%;
    border-top: 20px solid #fff;
    bottom: 0;
    margin-top: 3px ;
    margin-left: 0;
  }
  .footer-contact {
    float: right;
    padding-right: 15px;
  }
  .footer-contact-menu {
    display: block;
    padding: 8px 10px;
  }
  .footer-contact-menu-item-icon {
    font-size: 250%;
  }
  .footer-contact-menu-item:first-child {
    display: none;
  }
}
