


/* -------------------------------------
   customer-specific style sheet
   ------------------------------------- */

/*  
    DO NOT EDIT THE .css FILE, ONLY THE .less FILE!

    customer-specific stylesheet for NAC
*/
html {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background-image: url(customer_specific/image/bg_blau.jpg);
  background-repeat: repeat;
  background-color: #aaabd0;
  font-family: Calibri, Tahoma, Arial, Helvetica, Sans, Sans-Serif;
  font-size: 10pt;
}
#main_table {
  height: 100%;
  margin: auto;
  margin-top: 20px;
  max-width: 1024px;
  text-align: left;
  border-collapse: collapse;
}
#main_table > div {
  border-style: none;
  font-family: Calibri, Tahoma, Arial, Helvetica, Sans, Sans-Serif;
}
#header_row {
  padding: 5px;
  background-color: #0000d4;
}
#header_row #title_cell {
  color: #eee;
  margin-left: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 130px;
}
@media (max-width: 1199px) {
  #header_row #title_cell {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  #header_row #title_cell {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #header_row #title_cell {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  #header_row #title_cell {
    font-size: 1rem;
  }
}
#menu_row #menu_cell {
  background-color: white;
}
#menu_row #menu_cell .navbar-toggler {
  margin-top: 5px;
}
#menu_row #menu_cell .navbar {
  padding: 0;
}
#menu_row #menu_cell .navbar .nav-item .dropdown-menu a {
  font-size: .8rem;
  font-family: Calibri, Tahoma, Arial, Helvetica, Sans, Sans-Serif;
  padding: 0 10px 0 10px;
}
#main_row #content_cell {
  width: 100%;
  padding: 0 5% 45px 5%;
  border: 0;
  background-color: white;
  vertical-align: top;
}
#main_row #content_cell .news_box {
  background-color: white;
  border: 5px dotted #b2b3d0;
  padding: 10px;
  margin-right: 10px;
}
#main_row #content_cell .sm_link {
  margin-top: 15px;
  text-align: center;
  padding: 5px;
  background-color: darkblue;
  color: yellow;
  font-weight: bold;
  font-size: 14pt;
}
#main_row #content_cell .sm_link a {
  color: yellow;
  text-decoration: none;
}
#main_row #content_cell .supporters_table div {
  text-align: center;
  padding-bottom: 10px;
}
#sponsors_row {
  background-color: white;
}
#sponsors_row .sponsors_cell {
  border-top: 1px solid #0000d4;
  padding: 0 5% 0 5%;
  padding-top: 10px;
  text-align: justify;
  font-family: Calibri, Tahoma, Arial, Helvetica, Sans, Sans-Serif;
}
#sponsors_row .sponsors_image {
  margin-bottom: 10px;
  text-align: center;
}
#sponsors_row .sponsors_cell a,
#sponsors_row .sponsors_cell a:active,
#sponsors_row .sponsors_cell a:visited {
  color: black;
}
#sponsors_row .sponsors_cell a:hover {
  background-color: #cccccc;
}
#sponsors_row .sponsors_title {
  font-weight: bold;
  margin-bottom: 3px;
}
#sponsors_row .sponsors_list {
  font-size: .8rem;
  margin-bottom: 20px;
}
#footer_row .footer_cell {
  padding: 0px;
  text-align: center;
  font-family: Calibri, Tahoma, Arial, Helvetica, Sans, Sans-Serif;
}
#footer_row .tile {
  padding-top: 7px;
  height: 80px;
}
#footer_row #menu a,
#footer_row #menu a:active,
#footer_row #menu a:visited,
#footer_row #menu2 a,
#footer_row #menu2 a:active,
#footer_row #menu2 a:visited,
#footer_row .tile a,
#footer_row .tile a:active,
#footer_row .tile a:visited {
  color: #0000d4;
  text-decoration: none;
  font-weight: bold;
}
#footer_row #menu a:hover,
#footer_row #menu2 a:hover,
#footer_row .tile a:hover {
  text-decoration: underline;
}
#footer_row .bgcolor1 {
  background-color: #b2b3d0;
}
#footer_row .bgcolor3 {
  background-color: #0000d4;
}
#footer_row .alternate {
  background-color: #cccccc;
}
/* ------------------------------ */
.def_box,
.error_list {
  border: none;
  background-color: #deffba;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 50px;
  width: 75%;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
}
h1 {
  color: #0000d4;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: Calibri, Tahoma, Arial, Helvetica, Sans, Sans-Serif;
}
h2 {
  color: #0000d4;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: Calibri, Tahoma, Arial, Helvetica, Sans, Sans-Serif;
}
li {
  margin-bottom: 5px;
}
#content_cell a,
#content_cell a:active,
#content_cell a:visited {
  text-decoration: underline;
  color: black;
}
#content_cell a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}
.left_image {
  float: left;
  margin: 10px!important;
}
.right_image {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.center_image {
  display: block;
  margin: auto;
  margin-bottom: 0px;
  margin-top: 10px;
}
/* carousel */
.carousel {
  margin: auto;
  width: 290px;
}
.carousel-caption {
  bottom: 0;
  top: auto;
}
.carousel-caption h3,
.carousel-caption p {
  font-weight: bold;
  text-shadow: 1px 1px white;
  color: #888;
}
.c_wide {
  width: 594px !important;
  height: 500px !important;
}
.c_widew {
  width: 594px !important;
}
/* /carousel */
/* accordion */
.logo_bullet {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
}
/* /accordion */
/* weather info */
div.weather_info {
  margin-top: 10px;
  padding: 0px;
  width: 200px;
  margin: auto;
}
div.weather_info .highlighted {
  font-weight: bold;
}
.weather_link,
.weather_link:active,
.weather_link:visited,
.weather_link:hover {
  text-decoration: none;
  border-bottom: none;
}
div.weather_info .weather_img {
  float: right;
  width: 31px;
}
/* /weather info */
/*# sourceMappingURL=style.css.map */