@import url(fonts.css);

/*-------------------------*/
/* ### GENERAL STYLES ### */


html { font-size:1.1em;font-family:roboto,arial,sans-serif;font-weight:300;color:#01033E; }
body { padding:0;margin:0;background-image:url('../img/background.jpg');background-repeat:no-repeat;background-position:center top;background-size:auto;}



.link-neutral { color:#01033E; outline:none; border:none; text-decoration:none; }
.link-neutral:hover { color:#01033E; }


a { color:#01033E; outline:none; border:none; text-decoration:none; }
a:hover { color:#ff6600; }

img { border:0;outline:none; }

/* scroll to top button */
.back-to-top {
 background: #ccc;
 color: #01033E;
 border-radius:5px;
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em;
 z-index: 100;
}
.back-to-top:hover {
 background: #01033E;
 color: #FFFFF0;
}

/*-------------------------*/
    /* ### COLORS ### */


/* text colors */
.txt-basic-1 {
   color: #01033E;	
}
.txt-basic-2 {
   color: #ff6600;	
}
.txt-light {
   color: #C4C4C4;	
}
.txt-verylight {
   color: #FFFFF0;	
}	

/* background colors */
.bg-verylight {
	background-color: #FFFFF0;
}
.bg-light {
	background-color: #C4C4C4;
}
.bg-middle {
	background-color: #ccc;
}
.bg-dark {
	background-color: #01033E;
}
.bg-verydark {
	background-color: #222;
}
.bg-basic_1 {
   background-color: #01033E;	
}
.bg-basic_2 {
   background-color: #ff6600;	
}


#logo {
	padding:0;
	margin:0;
}
#logo img {
	height:100px;
	border:0;
}	
#header-info {
	  margin:auto 0;
}
#header-info i {
	  margin-right:7px;
}	  
@media screen and (max-width: 600px) {
  #logo {
	text-align:center;
   }
  #header-info {
	  text-align:center;
  }	  
}

/* splash header */
@media only screen and (max-width: 600px) {
	.splash-header {
    top:-19px !important;
  }
}

.splash-header {
margin-top:-24px !important;
margin-bottom:-40px !important;
color:#fff !important;
}

.splash-banner h1 {
color: #FFFFF0;
font-weight:300 !important;
margin:0;
}

.splash-header-p {
color:#ffffff !important;
margin:0;
padding:0;
font-size:1.2em;
font-weight:300 !important;
text-align:center;
}

.splash-header p:nth-child(2)
{
	line-height:1.2em;
	margin-top:10px;
	margin-bottom:10px;
}

.splash-header-arrow {
	margin-bottom:20px;
}
@media only screen and (max-width: 600px) {
	.splash-header-arrow {
   margin-top:-3px;
  }
}

/* ###### HEADLINES ###### */
.hl-verylarge {
	font-size: 5em;
	line-height:auto;
	margin-top:0;
	margin-bottom:20px;
}	
.hl-large {
	font-size: 1.6em;
	line-height:auto;
	font-weight:500;
	margin-top:0;
	margin-bottom:20px;	
}	
.hl-medium {
	font-size: 1.2em;
	line-height:auto;
	margin-top:0;
	margin-bottom:20px;	
}	
.hl-small {
	font-size: 1em;
	line-height:auto;
	margin-top:0;
	margin-bottom:20px;	
}
.hl-thin {
 font-weight:300;	
}	
.hl-strong {
 font-weight:500;	
}
.hl-bold {
  font-weight:700;
}	

/* SPACERS */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
  overflow: auto;
  height:40px;
  background:red;
}
.cl {
display:block;
clear:both;
}	
.sp5 {
display:block;
height:5px;
}
.sp10 {
display:block;
height:10px;
}	
.sp15 {
display:block;
height:15px;
}
.sp20 {
display:block;
clear:both;
height:20px;
background:red;
}
.sp25 {
display25px;
}
.sp30 {
display30px;
}
.sp35 {
display35px;
}
.sp40 {
display40px;
}

/* EXTERNAL NAV */
.content-external-nav  {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 0;
  text-align:center;
}
.col-external-nav  {
  padding:0;
}
.col-external-nav nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
.col-external-nav nav ul li {
  display:inline-block;
  padding:0;
  margin:0;
}
#external-nav a {
  display:block;
  font-size:0.9em;
  padding:8px;
  margin:0;
  background:#ddd;
  color:#01033E;
  box-shadow: 2px 2px 8px #999;
}
#external-nav a:hover {
  background:#ccc;
}
#external-nav a.active {
  color:#FFFFF0;
  background:#01033E;
}
#external-nav li:first-child a  {
	border-bottom-left-radius:0.7em;
}
#external-nav li:last-child a  {
	border-bottom-right-radius:0.7em;
}
@media screen and (max-width: 900px) {
.col-external-nav {}
}
@media (min-width: 900px) {
.col-external-nav {}
}

/* HEADER */
.header {
  background:#ddd;
  padding: 1rem;
  height: auto;
  /*height: 4rem;*/
}

/* -- begin SPLASH IMG SLIDESHOW --*/
.splash {
  height: 250px; 
  position: relative;
  width: 100%;
}

.splash .slide {
  background-position:center center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 1;
}
.splash .slide.show {
  opacity: 1;
}

@media screen and (max-width: 900px) {
 .splash {display:none;}
}
/* -- end SPLASH IMG SLIDESHOW --*/


/* -- begin SPLASH BANNER --*/
.splash {
  height: 270px; 
  position: relative;
  width: 100%;
}

.splash .slide {
  background-position:center center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 1;
}
.splash .slide.show {
  opacity: 1;
}

@media screen and (max-width: 900px) {
 .splash {display:none;}
}
/* -- end SPLASH BANNER --*/


/* FONT SIZES */
.font-tiny {
	font-size:0.7em;
}
.font-small {
	font-size:0.9em;
	line-height:140%;
}	
.font-medium {
	font-size:1.1em;
}	
.font-large {
	font-size:1.4em;
}	
.font-verylarge {
	font-size:1.6em;
}
.font-mega {
	font-size:2m;
}

.specialfont { 
     font-family:'CAT North Licht',roboto,arial,sans-serif;
     text-shadow: yellow 1px 0 10px;
}
		
		
/* News banner */
@media screen and (min-width: 900px) {
  #news-mobile{display:none;}
}
@media screen and (max-width: 900px) {
  #news-desktop {display:none;}
  #news-mobile {display:block;}
}

.news-menu ul li:first-child {
	background-color:transparent;
	color:#01033E;
	text-decoration:blink;
}

.news-menu ul{
  display:block;
  margin-left:20px;
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
  padding:0;
}
.news-menu ul li{
  cursor:pointer;
  list-style-type:none;
  display:inline-block;
  padding:10px;
  margin:0;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
background-color:#FFFFF0;
color:#01033E;
}


.news-menu ul li:hover {
color:#ff6600;
}
.news-menu ul li.active {
margin-right:10px;
background-color:#01033E;
color:#FFFFF0;
}	
.news-menu ul li.active:hover {
color:#01033E;
}
.news-menu i {
padding-right:8px;
}	
.news-wrapper {
 display:table;
 width:100%;
 background: #FFFFF0;
 background: -moz-linear-gradient(top,  #FFFFF0 19%, #FFFFF0 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#FFFFF0), color-stop(100%,#FFFFF0));
 background: -webkit-linear-gradient(top,  #FFFFF0 19%,#FFFFF0 100%);
 background: -o-linear-gradient(top,  #FFFFF0 19%,#FFFFF0 100%);
 background: -ms-linear-gradient(top,  #FFFFF0 19%,#FFFFF0 100%);
 background: linear-gradient(to bottom,  #FFFFF0 19%,#FFFFF0 100%);
 border:1px solid #01033E;
 border-radius:15px;
}
#singlenews {
background-color:#FFFFF0;
}
.news-wrapper table {
 display:block;
 width:100%;
 padding:0;
}
.news-wrapper table td.news-text {
 display:table-cell;
 width:50%;
 vertical-align:top;
 padding:20px;
 box-sizing:border-box; 
}
.news-wrapper table td.news-img {
 display:table-cell;
 padding:20px;
 width:50%
 vertical-align:top;
 text-align:right;
box-sizing:border-box;
}

.news-wrapper > div {
  display: none;
  width:100%;
}
.news-wrapper > div.visible{
  display: block;
  width:100%;
}	


/* ACCORDION */
.accordion-invisible {
display:none;	
}
.accordion-link {
display:block;	
  background: #990000;
  background: -moz-linear-gradient(top,  #990000 19%, #ff6600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#990000), color-stop(100%,#ff6600));
  background: -webkit-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: -o-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: -ms-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: linear-gradient(to bottom,  #990000 19%,#ff6600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#ff6600',GradientType=0 );
padding:10px;
border-bottom:1px solid #01033E;
color: #FFFFF0;
}	
.accordion-link:hover {
color: #FFFFF0;	
}	
.accordion-content {
 background-color:#FFFFF0;
 padding:20px;
}	
.accordion-textlink {
	display:block;
	margin-top:5px;
}
.accordion-textlink i {
	padding-right:5px;
}


@media screen and (min-width : 320px) and (max-width : 480px){
  .col-nav{
  background-color: white;
  }
}

@media screen and (min-width : 768px) and (max-width : 1024px){
  .col-nav{
  background-color: blue;
  }
}

@media screen and (min-width : 1024px){
  .col-nav{
  background-color: green;
  }
}

@media screen and (min-width : 1284px){
  .col-nav{
  background-color: yellow;
  }
}

.nopadding {
	padding: 0 !important;
}	

.content-1col, .content-2col, .content-3col, .content-sidebar  {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  margin-bottom:30px;	
}

.content-nav, .content-header  {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 0;
}

/* news ticker */
.newsticker {
  text-align:center;
  border-bottom: 1px dashed #01033E;
}
.newsticker .col div {
	display:block;
	width:70%;
	margin:0 auto;
    font-weight:400;
    margin-bottom:15px;
	padding-bottom:10px;
    border-bottom: 1px dashed #01033E;
}	
.newsticker .col span {
	display:block;
	margin-bottom:7px;
}	


/* ## FOOTER ## */
.footer-main {
  background-color: #222;
}
.footer-second {
  background-color: #01033E;
}
.footer-second a {
  color: #C4C4C4;
}
.footer-second a:hover {
  color: #FFFFF0;
}

#footer .col {
  /* border-left:1px solid #01033E; */
}	
#footer .col:last-child {
  /* border-right:1px solid #01033E; */
}	
.content-footer  {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  padding-top:10px;
  padding-bottom:10px;
}
@media (min-width: 900px) {
  .content-footer { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .content-footer { padding-top:0;padding-bottom:0; gap:0;}
}

.content-splash-banner   {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

@media screen and (max-width: 600px) {
  .content-splash-banner h1{
	font-size:3.5em !important;
  }
  
.col-splash-banner  {
  text-align:center;
}


@media screen and (max-width: 900px) {
 .col-nav {background:#ddd;}
}

@media (min-width: 900px) {
  .content-header { grid-template-columns: repeat(2, 1fr); }
  .content-nav { grid-template-columns: repeat(1, 1fr); }
  .col-nav {background:orange;}
  .content-1col { grid-template-columns: repeat(1, 1fr); }
  .content-2col { grid-template-columns: repeat(2, 1fr); }
  .content-3col { grid-template-columns: repeat(3, 1fr); }
  .content-sidebar { grid-template-columns: auto 30%; }
}

.col-nav  {
  border:1px solid black;
  padding:0;
}

.col  {
  padding: 1rem;
}

.col-right {
  text-align:right;
}

.sidebar {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  border:1px solid red;
}


.fullrow {
  display:block;
  clear:both;
  float:none;
}

.cl {
  height:0.1px;
  display:block;
  clear:both;
  float:none;
}	

.splash-img  {
  height:9rem;
  text-align:center;
}

.splash-banner {
  background: #000;
  background: -moz-linear-gradient(top,  #000 19%, #01033E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#000), color-stop(100%,#01033E));
  background: -webkit-linear-gradient(top, #000 19%,#01033E 100%);
  background: -o-linear-gradient(top, #000 19%,#01033E 100%);
  background: -ms-linear-gradient(top, #000 19%,#01033E 100%);
  background: linear-gradient(to bottom, #000 19%,#01033E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#01033E',GradientType=0 );
  padding:0;
  height: auto;
}
.splash-header-arrow {
	
}	

.copyright {
  background:#11110F;
}



/* -- begin additional navigations --*/
.nav-social-media ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav-social-media li {
	display:inline-block;
	margin-right:10px; 
}
.nav-social-media li a {
	font-size:1.5em;
}
/* -- end additional navigations --*/


/* -- begin RESPONSIVE TABLE --*/
.resp-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.resp-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.resp-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.resp-table th,
.resp-table td {
  padding: .625em;
  text-align: left;
}

.resp-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .resp-table {
    border: 0;
  }

  .resp-table caption {
    font-size: 1.2em;
  }
  
  .resp-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .resp-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .resp-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .resp-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .resp-table td:last-child {
    border-bottom: 0;
  }
}

.td-comment {
    display:none;
	background:#ff9900;
	color:#fff;
}
/* end RESPONSIVE TABLE */


/* BEGIN TOP NAV */
.nav {
  background: #990000;
  background: -moz-linear-gradient(top,  #990000 19%, #ff6600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#990000), color-stop(100%,#ff6600));
  background: -webkit-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: -o-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: -ms-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: linear-gradient(to bottom,  #990000 19%,#ff6600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#ff6600',GradientType=0 );
  padding:0;
  height: auto;
}
/*
.nav {
  background: #990000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxOSUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY2NjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #990000 19%, #ff6600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#990000), color-stop(100%,#ff6600));
  background: -webkit-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: -o-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: -ms-linear-gradient(top,  #990000 19%,#ff6600 100%);
  background: linear-gradient(to bottom,  #990000 19%,#ff6600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#ff6600',GradientType=0 );
  padding:0;
  height: auto;
}
*/

.topnav {
  overflow: hidden;
  z-index:1000;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
}

.active {
  background-color: #990000;
  color: #fff;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {  
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  font-size: 17px;
  font-weight:300;
  color: #fff;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover {
  background-color: #990000;
  color: #fff;
}

.dropdown:hover .dropbtn {
  background-color: #990000;
  color: #fff;
}

.dropdown-content a:hover {
  background-color: #ccc;
  color: #222;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/*END TOP NAV */