body { background-color: black; }
#over { position:absolute; font-size:1em;top:50px; right: 5px; z-index:2; /*opacity: 0.5;*/ opacity: 0.9; width: 5%; height: 0px; display: none; } 
#full { /*position: absolute; */ height: 100%; width: 100%; border: none; bottom:0; }
#over a img { width: 50px; padding-top: 10px;}
#footview_normal {
    color: white;
    padding-bottom: 200px;
}
li {
    list-style-type: none;
}

#footer > div > p > a:nth-of-type(1) > img {
    width: 70px;
}
#footer > div > p > a {
    border-bottom: none;
}

#footer > div > p > a:nth-of-type(3) > img {
    width: 220px;
}

#closeNav {
    color: white;
}

#closeNav:hover {
    color: grey; /* Change text color when hovered */
    text-decoration: none; /* Remove underline when hovered */
}
#calendar_link {
    width:"100%";
}
#kymap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%; 
}

#kdnp_hdr {
    /* padding-bottom: 5px; */
    background-color: #0033a0;
}

#kdnp_logo {
    padding-top:10px;
    max-width:100%;
    max-height:100%;
}

#kdnpheader {
    width:100%;
}

.hdcontainer {
    /* height: 70px; */
    display: flex;
    align-items: center;
}

.hdimage {
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}

#kdnpheader > div > div > p:nth-of-type(1) {
    padding-bottom: 0px;
    color: white;
    line-height: .2;
    /* padding-top: 15px; */
    font-size: 18px;
    /* margin-bottom: 8px; */
    margin-bottom: 4px;
}

#kdnpheader > div > div > p:nth-of-type(2) {
    color: #E5E4E2; 
    margin-top: 0;
    padding-bottom: 8px;
}

#over span {
    font-size:30px;
    cursor:pointer;
    float:right;
    padding-right:10px;
    color:white;
}
#inside_nav > div:nth-of-type(1) {
    margin-top:5px;
    position:absolute;
    top:0;
    color:white;
    font-size:18px;
    padding-right: 60px;
}
#long_date {
    font-size:13px;
    display:inline;
}
#long_date i {
    color: white;
    font-size:15px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #282828;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 16px;
  /* color: #818181; */
  /* display: block; */
  transition: 0.3s;
}

.sidenav a:hover {
  color: #818181;
}

.closebtn {
    /*right: 470px !important;*/
}



.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#theSidenav {
width: 27%;
/* padding: 50px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}

#maini {
  transition: margin-left .5s;
  padding: 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media only screen and (min-width: 1401px) and (max-width: 1633px) {
  #full {
    height: 100%;
  }
  #theSidenav {
    width:27%;
  }
.sidenav .closebtn {
    right: 10px;
}
}
@media only screen and (min-width: 840px) and (max-width: 1400px) {
  #full {
    height: 100%;
  }
  #theSidenav {
    width: 27%;
  }
.sidenav .closebtn {
    right: 10px;
}
}
@media only screen and (min-width: 401px) and (max-width: 839px) {

  #theSidenav {
    width: 31%;
  }

}

@media screen and (max-width: 655px) {
    
  #kdnpheader > div > div > p:nth-of-type(1) {
    line-height: 1.1;
  }
  
  .hdimage {
    display: none;
  }
  
  .hdtext {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  
}

#iframefull {
    height: 1600px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  height: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s

}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #dddddd;
  color: black;
}

.modal-body {/*padding: 2px 16px;*/}

.modal-footer {
  padding: 2px 16px;
  background-color: #dddddd;
  color: black;
}

#theBtn2 {
    background: white;
    border: 0px;
    color:#337ab7;
}

#url output {
    color:grey;
}

#get_image_button {
    float:right;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
#inside_nav {
    margin-top: 10px;
}
#inside_nav > div:nth-of-type(2) {
margin-top: 40px;
}
ul {
    list-style: none;
    padding-left: 0;
}













.back-to-top {
 
background: none;
 
margin: 0;
 
position: fixed;
 
bottom: 0;
 
right: 0;
 
width: 70px;
 
height: 70px;
 
z-index: 100;
 
display: none;
 
text-decoration: none;
 
color: #ffffff;
 
background: url(/kdnp/themes/berlin/trans.png);
 
}
 

 
.back-to-top i {
 
  font-size: 35px;
 
}



.footer-distributed{
	background-color: #282828;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #8f9296;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}












i {
    color: DodgerBlue;
}





#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer, #sub-header div.section {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #222222 !important;
    background-color: #222222 !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #222222 !important;
    border: 1px solid #222222 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 120% !important;
    height: 25px !important;
    padding: 6px 27px;
    min-width: 13px;
    margin-top: 2px;
}

input.gsc-input {
    font-size: 13px !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #337ab7 !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0em !important;
}

#site-title {
    color:#B0B0B0;
    font-family:Georgia, serif;
}

#home_search {
    padding: 5px 5px 5px 5px;
}

#site-slogan {
    font-size:1.1em;
    color:#8f9296;
    font-family:Georgia,serif;
}

#name-and-slogan {
    font-size:1.321em;
    color:#B0B0B0;
}

#footer-table {
    margin-left: auto;
    margin-right: auto;
}

#footer {
    width:initial;
}

#raw {
    visibility: hidden;
    height: 1px;
}
    
#mobileButton {
    display: none;
}
    

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}


.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 20px;
}

.copyright li {
    border-bottom:none !important;
}

#nav li { display: inline; }

#document > div > div > div > p:nth-of-type(1) > a > img {
    width: 180px;
}

#toggleBox {
    display: none;
    background-color: #333;
    color: white;
    margin-top: 10px;
    padding: 10px;
}

#theBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #4c5c96;
  color: white !important;
  cursor: pointer;
  padding: 15px !important;
  border-radius: 10px;
  line-height:1.75em !important;
}

#theBtn:hover {
  background-color: #4c5c96;
}

#document > div > div:nth-of-type(1) > div > a:nth-of-type(2) {
    overflow-wrap: break-word;
}

#document > div > div:nth-of-type(1) > div > a:nth-of-type(1) {
    overflow-wrap: break-word;
}


@media screen and (max-width: 400px) {
  #theSidenav {
    width: 0px !important; padding-right: 0px !important; padding-left: 0px !important;
  }
  #full {width: 100%;}
  #over {display: none;}
}

    
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}


a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


img {
    border: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}

button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "usual",sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #333333;
    background-color: black;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 0px 15px 15px 15px;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    height: 25px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: whitesmoke;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}











@media screen and (min-width: 840px) and (max-width: 1635px){
    #over-left {
    font-size: 1em;
    float: left;
    margin-right: 10px;
    top: 1px;
    left: 0px;
    z-index: 2;
    /* opacity: 0.5; */
    opacity: 0.9;
    width: 15%;
    height: 83px;
}
}
@media screen and (min-width: 1636px) {
    #over-left {
    font-size: 1em;
    float: left;
    margin-right: 10px;
    top: 1px;
    left: 0px;
    z-index: 2;
    /* opacity: 0.5; */
    opacity: 0.9;
    width: 15%;
    height: 60px;
}
}
@media screen and (max-width: 839px) {
    #over-left {
    font-size: 1em;
    float: left;
    margin-right: 10px;
    top: 1px;
    left: 0px;
    z-index: 2;
    /* opacity: 0.5; */
    opacity: 0.9;
    width: 15%;
    height: 60px;
}
}

@media (max-width: 1088px) {
  #inside_nav {
    padding-top: 20px;
  }
}

@media (max-width: 938px) {
  #inside_nav {
    padding-top: 35px;
  }
}

@media (max-width: 682px) {
  #inside_nav {
    padding-top: 65px;
  }
}

@media (max-width: 647px) {
  #inside_nav {
    padding-top: 75px;
  }
}

/* override universal headers/footer */

.ukl-ext-clamp .ukl-universal-footer__ribbon a.ukl-underline-link {
  position: unset !important;
}

