@charset "utf-8";

/* header */
/**********/
.header {
  position: fixed;
  width: 100%;
  padding: 5px 0 5px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 129px;
  z-index: 99;
  
}

.header .topnavi {
  width: 100%;
  min-width: 250px;
  margin: auto;
  float: left;
  font-family: 'DIN_1451_Std';
  font-size: 14pt;
  text-transform: uppercase;
  top: 4.6em;
  position: relative;
  text-align: center;
}

.header .topnavi,
.header .topnavi a,
.header .topnavi a:active,
.header .topnavi a:hover,
.header .topnavi a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.header .topnavi a:active,
.header .topnavi a:hover {
  color: #eb0a8d
}

.header .topnavi .navigation {
  margin: auto;
  width: 85%;
}

.header .topnavi .navigation ul {
  list-style-type: none;
}

.header .topnavi .navigation ul li {
  display: inline;
  text-align: center;
}

.header .topnavi .navigation li a {
    padding: 0px 8px;
    text-decoration: none;
}

.header .topnavi .navigation ul li img {
  height: 25px;
}


.header .topnavi .icon-mini {
  width: 30px;
  height: 30px;
  background-image: url('../images/header/icon-mini.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left top;
}

.header .socialmedia {
  margin-top: 10px;
  float: right;
}

.header .socialmedia ul li {
  float: left;
}

.header-mobile {
  width: 100%;
  padding: 5px 0 5px 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 99px;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-mobile .logo-mobile {
  width: 100%;
}

.header-mobile .logo-mobile img {
  margin: 0 auto;
  max-width: 270px;
  display: block;
}

.mobile-menu-container {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 15px 0 0;
}


/* page content */
/****************/
.page-content {
  
}


/* footer */
/**********/
.footer-home {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;  
}

.footer-home-mobile {
  z-index: 99;  
}

.footer {
  width: 100%;
  padding: 10px 0;
  background-color: #ffffff;
}

.footer .copyright {
  /*margin-top: 20px;*/
  margin: 5px 0 10px 0;
  font-size: 11px;
  color: #ec297b;
}

.footer .sponsor-logos img {
  height: 39px;
}

.footer .copyright-mobile {
  /*margin-top: 5px;*/
  margin: 5px 0 10px 0;
  font-size: 11px;
  line-height: 14px;
  color: #ec297b;
}

.footer .sponsor-logos-mobile img {
  padding: 10px;
}



/* - landscape phone to portrait tablet */
@media (max-width: 750px) {


  
}

/* - landscape phone to portrait tablet */
@media (max-width: 750px) {
  


}

/* - landscape phones and down */
@media only screen and (max-width: 480px) {
  

  
}

/* - portrait phones and down */
@media only screen and (max-width: 360px) {


  
}