* {
  margin: 0;
  padding: 0
}
em,
i {
  font-style: normal
}
li {
  list-style: none
}
img {
  border: 0;
  vertical-align: middle
}

button {
  cursor: pointer
}
a {
  color: #666;
  text-decoration: none
}
a:hover {
  color: #c81623
}
img{
  width: 100%;
}



@font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/DINPro-Regular.otf') format('woff'),
       
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MyCustomFont2';
  src: url('../fonts/DINPro-Black.otf') format('woff'),
       
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 
body {
  font-family: 'MyCustomFont','MyCustomFont2', sans-serif;
}


button,
input {
  font-family:MyCustomFont,MyCustomFont2,Montserrat, Helvetica, Arial, sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  font: MyCustomFont,MyCustomFont2,Montserrat, Helvetica, Arial, sans-serif;
  color: #262626;
}
.show{display: block;}
.hide,
.none {
  display: none;
}

.box{
  max-width: 1200px;
  width: 100%;
  margin:0 auto;
}
.sbox{
  max-width: 1200px;
  width: 94%;
  margin:0 auto;
}

h2{
  font-size: 1.8rem;
  margin:1rem 0 1rem;
}

p{
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0.7rem 0 0.7rem;
}

section{
  display: block;
  width: 100%;
}

.cl_white{
  color: #e1d9c8;
}
.cl_green{
  color: #027364;
}
.cl_red{
  color: #CE280c;
}
.top{
  background-color: #2e2e30;
  text-align: center;
  padding:0.5rem 0 0.5rem;
  color: #fefefd;
  font-size: 0.8rem;
  
}
.top span{
  color: #54cefd;
  font-size: 1rem;
  font-weight: 600;
}
.header{
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  padding:1rem 0 1rem;
  
}
#header{
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4);
  /*background-color: #ef68e;*/

}

.header .logo{
  width: 200px;
  display: flex;
  margin-left: 2rem;

}
.header .menu{
  display: flex;
  color: 
}
.header ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 2rem;
}
.header ul li{
  margin:0.3rem;
  font-size: 0.9rem;
}
.header li a{
  color: #262626;
  padding:0.2rem 0.4rem 0.9rem 0.4rem;
  margin: 0 0.2rem 0 0.2rem;
  font-weight: bold;
}
.header li .active{
  background-image: url('../img/nav_line.png');
  background-size: 80% 20px;
  background-position: bottom;
  background-repeat: no-repeat;

}
.footer{
  text-align: center;
  background-color: #f5fdff;
  padding:1.5rem 0 1rem;
 
}
.footer .logo{
  width: 200px;
  margin:0 auto;
  margin-bottom: 1rem;
}
.footer  .menu{
  font-size: 0.9rem;
}

.footer p{
  font-size: 0.8rem;
}

#scrollToTopButton{
  position: fixed;
  right: 0.5rem;
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
}
#scrollToTopButton img{
   width: 30px;
}


@media (max-width: 760px){
  .header .menu{
    display: none;
  }
  .header .logo{
    display: block;
    margin:0 auto;
  }
}
