@charset "utf-8";

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

.header .logo {
  width: 144px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 144px 70px;
  text-align: center;
  margin: auto;
}

.header .topnavi {
  width: 100%;
  min-width: 250px;
  margin: auto;
  float: left;
  font-family: 'DIN_1451_Std';
  font-size: 14pt;
  text-transform: uppercase;
  top: 1.3em;
  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 14px;
    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%;
  height: 110px;
  padding: 5px 0 8px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

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

.header-mobile .logo-mobile img {
  margin: 0;
  max-width: 200px;
}

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

.header-socialmedia-mobile {
  padding: 10px 0 0 0;
}

.header-socialmedia-mobile .socialmedia {
  width: 100px;
  margin: 0 auto;
}

.header-socialmedia-mobile .socialmedia ul li {
  padding: 0 5px;
  float: left;
}


/* page content */
/****************/

h1 {
  margin: 0px auto 15px auto;
  height: 47px;
  line-height: 47px;
  width: 100%;
  background-image: url('../images/header/h1-border.png');
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'DIN_1451_Std';
  color: #000;
  font-size: 2.6em;
  text-transform: uppercase;
  text-align: center;
}

h3.blue {
  height: 31px;
  width: 335px;
  background-image: url('../images/header/h3-blue.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'DIN_1451_Std';
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.3em;
  margin-top: 0;
}

h3.green {
  height: 31px;
  width: 335px;
  background-image: url('../images/header/h3-green.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'DIN_1451_Std';
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.3em;
  margin-top: 0;
}

h3.olive {
  height: 31px;
  width: 335px;
  background-image: url('../images/header/h3-olive.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'DIN_1451_Std';
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.3em;
  margin-top: 0;
}

h3.orange {
  height: 31px;
  width: 335px;
  background-image: url('../images/header/h3-orange.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'DIN_1451_Std';
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.3em;
  margin-top: 0;
}

h3.pink {
  height: 31px;
  width: 335px;
  background-image: url('../images/header/h3-pink.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'DIN_1451_Std';
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.3em;
  margin-top: 0;
}

h3.purple {
  height: 31px;
  width: 335px;
  background-image: url('../images/header/h3-purple.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'DIN_1451_Std';
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.3em;
  margin-top: 0;
}

h3.red {
  height: 31px;
  width: 335px;
  background-image: url('../images/header/h3-red.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-family: 'DIN_1451_Std';
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.3em;
  margin-top: 0;
}



/* footer */
/**********/
.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: 768px) {
h1 {
  margin: 0px auto 15px auto;
  height: 47px;
  line-height: 47px;
  width: 100%;
  background-image: url('../images/header/h1-border.png');
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'DIN_1451_Std';
  color: #000;
  font-size: 2.6em;
  text-transform: uppercase;
  padding-top: 5px;
  text-align: center;
}
}

/* - 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) {

}