html, body
{
    padding: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto auto auto;
    font-family: 'PT Sans', sans-serif;
}

@font-face {
           font-family:'PT Sans';
           src: url("fonts/PTS55F.ttf");
}
@font-face {
           font-family:'PT Serif';
           src: url("fonts/PTF55F.ttf");
}

/*------------------------Header-----------------------*/

#kopf {
    display: block;
}

#navigation{
    width: 1000px;
    height: 90px;
    font-family: 'PTS55F', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #616c72;
    position: fixed;
    text-align: center;
    float: left;
    z-index: 12;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: #d4d7e1;
    opacity: 0.9;
}

#navigation ul {
    list-style: none;
    position: absolute;
    color: #92a0bb;
    height: auto;
    padding: 0;
    margin-top: 2px;
    width: auto;
    border-radius: 0px 0px 10px 10px;
}

#navigation > ul > li{
    position: relative;
    display: inline-block;
    /*flex:1;*/
    color: #616c72;
    float: left;
    text-align: center;
    margin:0px 6px 0px 6px;
    width: auto;
    cursor: pointer;
    padding-left: 32px;
    height: 50px;
}

#navigation > ul > li > ul > li > a{
    color: #ffffff;
    display: none;
    margin-left: 10px;
}

.menu-item-has-children {
    height: 100%;
}

#navigation a {
    color: #003968;
    text-align: left;
    font-size: 14px;
    text-decoration: none;
}

.sub-menu {
    display: none;
    padding:0px 25px 10px 0px;
    margin:7px 0px 0px -18px !important;
    width:330px;
    background-color: #004683;
    float:left;
    text-align: left;

}

.sub-menu a {
    height:auto;
    padding:0px 0em 5px 10px;
    margin:5px 10px -10px 10px;
    width:300px;
    font-weight: 300;
    font-size:20px;
    color:#ffffff;
    float:left;
    text-align: left;
    opacity: 1;
}
#nav_logo {
    height: auto;
    margin-top: 20px;
}

#burger {
    display: none;
    width: auto;
    height: auto;
    position: static;
}
.menu-item-has-children:hover .sub-menu, #navigation > ul > li > ul > li > a {
    display: block;
}
.sub-menu:hover .sub-menu, #navigation > ul > li > ul > li > a{
    display: block;
}
.imgbox {
    color: white;
    margin: -330px auto 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1000px;
}
/*-------------BODY-------------*/
#wrapper-out {
    padding: 0px;
    margin: 0px auto auto auto;
    background-image: url(bilder/bg-schatten.png);
    background-repeat: repeat-y;
    background-position: center top;
}
#wrapper {
    width: 100%;
    max-width: 1000px;
    padding: 0px;
    margin: 0px auto auto auto;
    background: #ffffff;
}
#tb_rahmen {
    width: 100%;
    text-align: center;
    background-color: #003361;
    height: 583px;
}
#tb_rahmen2 {
    width: 100%;
    text-align: center;
    background-color: #003361;
    height: 427px;
}
#titelbild
{
    z-index: 1;
    width: 100%;
    height: auto;
}
#banner {
    font-size: 40px;
    margin: auto;
    background-color: white;
    width: auto;
    text-align: center;
    width: 70%;
    position: relative;
    padding: 35px;
    box-shadow: 8px 8px 50px #666;
}
#banner p {
    margin: 0;
    font-family: 'PT Serif', serif;
}
#banner img {
    margin-bottom: -5px;
}
#banner a {
    color: #004683;
    text-decoration: none;
}
/*-------------SLIDER-----------*/
#slider_rahmen {
    height: 500px;
    padding: 30px 110px 70px 110px;
    background-color: #ebeef3;
    margin-left: -1px;
    margin-top: 100px;
}
#w3_right {
    float: left;
    width: 50%;
    height: 390.5px;
    background-color: #d9dee9;
    color: #535d62;
    font-size: 16px;
}
#w3_right > ul > li > a:link {
    color: #637eba;
}
#w3_right > ul > li > a {
    text-decoration: none;
    color: #637eba;
    font-size: 14px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  width: 50%;
  float: right;
  height: 390.5px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 85%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 35%;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 35%;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #fff;
  font-size: 16px;
  position: absolute;
  padding-top: 10px;
  bottom: 4px;
  width: 100%;
  text-align: center;
  background-color: #003160;
  height: 120px;
}

.active:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/********************************/
#gray_bg {
    padding: 30px 160px 70px 150px;
    background-color: #ebeef3;
    margin-left: -1px;
}
#gray_bg table{
    font-size: 16px;
    text-align: left;
    margin-left: -15px;
}
#gray td {
    padding-bottom: 50px;
}
#dcsk {
    position: relative;
    margin: 50px 110px;
    height: 500px;
    font-size: 14px;
    line-height: 1.6;
    color: #3a4245;
}
#dcsk span {
    float: left;
    width: 45%;
    height: 400px;
}
#dcsk ul li {
    margin: 5px 0;
}
#dcsk p {
    background-color: #ebeef3;
}
#dcsk2
#b3 {
    width: 100%;
    position: relative;
    margin: 100px auto;
    font-size: 33px;
        height: 100%
}
#b3 ul {
    width: 100%;
    margin-left: -40px;
}
#b3 ul li {
    float: left;
    display: block;
    width: 33.334%;
    color: #FFF;
    list-style-type: none;
    height: 200px;
    padding-top: 100px;
    text-align: center;
    font-size: 33px;
    line-height: 0.9;
}
#st1 {
    position: relative;
    margin: 100px 110px;
    font-size: 14px;
    line-height: 1.6;
    color: #3a4245;
    padding: 10px;
}
#st1 p{
    background-color: #D9DFEA !important;
    font-size: 28px;
    color: #004683;
}
#st1 a {
    color: #004683;
    font-size: 25px;
    padding: 0 5px 5px 5px;
    border-left: 2px solid #004683;
    text-decoration: none;
}
#alarm {
    width: 100%;
    position: relative;
    margin: 0px auto;
}
#alarm h1 {
    margin: 450px auto 30px 110px;
}
#bp {
    background-image: url(bilder/bildleiste_1.Seite.png);
    padding: 70px 110px;
}
#alarm span {
    color: #FFF;
    font-size: 22px;
    width: 70%;
}
#alarm b {
    font-size: 27px;
        line-height: 1.5;
}
.small-image-list {
    list-style-type: none;
}
.next-slide
{
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 90px;
    margin: -25px auto;
}
#logo
{
    position: absolute;
    z-index:2;
    top:100px;
    left:336px;
    height: 400px;
    width: 1200px;
}


h1 {
    font-size: 60px;
    color: #004684;
    margin: 0px;
    font-weight: normal;
    font-family: 'PT Serif', serif;
}

h2 {
    font-family: 'PT Serif', serif;
    font-size: 50px;
    color: #637eba;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 20px;
    font-weight: normal;
}
h3 {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    color: #797979;
    font-weight: normal;
}
h4
{
    font-size: 25px;
    color: #637eba;
    font-weight: normal;
    margin-bottom: 10px;
}
a 
{
    color: #637eba;
    text-decoration: none;
}

a:link 
{
    color: #637eba;
    text-decoration: none;
}


/*------------------- FOOTER -------------------------*/


#footer {
    height: 200px;
    padding: 20px 110px 20px 110px;
    margin: 150px 0px 0px 0px;
    background-color: #e8ecee;
    color: #616c72;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
#footer a {
    color: #637eba;
    text-decoration: none;
}
#footer h3 {
    color: #9b8c79;
    font-family: 'Ubuntu-L', sans-serif;
}
#footer a:hover {
   text-decoration: underline;
}
#footer li {
        width: auto;
        float: left;
        margin: 0 65px 40px 65px;
        list-style-type: none;
        float: left;
        color: #637eba;
}
#footerResp {
    display: none;
}

/*------------------ Responsive -------------------------*/
@media screen and (max-width: 1850px) and (min-width: 1093px) {
    #footer ul {
        float: left;
        width: auto;
    }
}
/*@media screen and (max-width: 1380px) and (min-width: 1093px) {
    #navigation ul {
        margin-left: 0;
    }
    #nav_logo {
        float: right;
        height: 80px;
        margin-right: 5px;
    }
}*/
@media screen and (max-width: 1092px) {
    html,body {
        width: 100%;
        margin-top: 0;
        height: auto;
    }
    #outwrapper {
        top: 100px;
    }
    #wrapper2:active {
        right: 0px;
        background-color: #617496;
        width:22em;
        height: 110px;
        /*position: relative;*/
        margin-bottom: -90px;
        padding: 5px 0 0 5px;
    }
    #wrapper3:active {
        right: 0px;
        background-color: #617496;
        width:22em;
        height: 80px;
        /*position: relative;*/
        margin-bottom: -90px;
        padding: 5px 0 0 5px;
    }
    /*------------nav--------------*/
    #kopf {
        display: none;
    }
    #navigation {
        display: none;
    }
    #header {
        background-color: #FFFFFF;
        position: fixed;
        width: 100%;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
        z-index: 12;
        height: auto;
        margin-top: 0px;
        padding: 40px;
    }
    #nav_logo {
        float: left;
        height: 40px;
        width: auto;
        margin-left: 4em;
        margin-top: -35px;
        position: absolute;
    }
    #burger {
        display: block;
        float:left;
        z-index:16;
        height: 0;
        width: 100%;
        margin-top: 30px;
    }
    td, th {
        display: block;
    }
    button {
        background-color: #FFF;
        color: #000;
        cursor: pointer;
        border: 5px black solid;
        z-index: 16;
        height: auto;
        width: 100%;
    }
    .fa {
        font-size: 55px !important;
    }
    .fa-bars{
        position:fixed;
        font-size: 75px;
        z-index:16;
        height: auto;
        width: auto;
        margin-top: -40px;
        cursor: pointer;
        color: #004684;
    }
    .glyphicon-home{
        color:black;
        margin-top:5px;
        margin:0 auto;
    }
    .menu {
        margin-top: 15px;
            font-family: 'Ubuntu-L', sans-serif;
            font-weight: 300;
            font-size:15px;
            color: #3a4245;
            position: relative;
            text-align:left;
        float:left;
        z-index: 3;
    }
    .menu > ul {
        width: 50px;
        height: auto;
        list-style: none;
        padding-left: 0;
        margin: 25px 0px 0px -40px;
                position: absolute;
                background-color: #92a0bb;
    }
    .menu > ul > li{
                position: relative;
                display: inline-block;
                height: 40px;
                width: 150px;
                line-height: 2;
                color: #616c72 !important;
        float: left;
        text-align: center;
        margin:0px 0px 0px 0px;
        cursor: pointer;
        background-color: #92a0bb;
        text-decoration: none;
    }
    .menu > ul > li > a:link {
        color: #616c72;
        text-decoration: none;
    }
    .menu > ul > li > ul > li > a{
               color: #ffffff;
        display: block;
        text-decoration: none;
    }
    .sub {
        display: none;
        background: #333;
        margin:-42px 0px 0px 150px;
        width:auto;
        background-color: #92a0bb;
               float:left;
               text-align: left;
        list-style: none;
        border: 2px solid #5c5245;
    }
    .sub ul {
        margin: 0;
        float: left;
    }
    .sub a {
               width:200px;
              font-weight: 300;
               font-size:15px;
               color:#ffffff;
               text-align: left;
        line-height: 2;
        margin-left: -37px;
    }
/*---------------body-------------*/
    h1, h2, h3, h4 {
        width: 100%;
        height: auto;
        font-size: xx-large;
    }
    .slideshow-container {
        display: none;
    }
    .text1 {
        width: 90%;
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
    }
    #frame {
        display: none;
    }
    #tb_rahmen {
        height: auto;
    }
    #tb_rahmen2 {
        height: auto;
    }
    #titelbild {
        margin-top: 50px;
        width: 100% !important;
    }
    #titelbildtop {
        margin-top: 50px;
    }
    #slider_rahmen {
        height: auto;
        padding: 0;
    }
    #iframe {
        display: none;
    }
    .imgbox {
        display: none;
    }
    #w3_right {
        width: 100%;
        height: auto;
    }
    #gray_bg {
        padding: 5px;
    }
    #gray_bg td {
        display: inline-block;
    }
    #st1 {
        margin: 10px 130px 0px 10px;
        height: auto !important;
    }
    #blk_pic {
        display: none;
    }
    #dcsk {
        height: 100% !important;
        margin: 100px 10px;
    }
    #dcsk span {
        float: none !important;
        width: auto;
        height: auto;
    }
    #b3 ul li {
        float: none;
        margin: 20px;
        width: auto;
    }
    #bp {
        padding: 70px 10px;
    }
    #alarm h1 {
    margin: 150px 0 30px 0px;
    padding-left: 110px;
    width: 70%;
    }
    #ninja-slider {
        display: block;
    }
/*---------------Footer-----------*/
    #footerGes {
        display: none;
    }
    #footerResp {
        display: block;
    }
    #footer {
        height: 300px;
        width: auto;
        padding: 20px 0px;
        margin: 150px 0 0 0;
    }
    #footer li {
        float: none;
    }
    #karte {
         width: 100%;
         height: auto;
         z-index: 3;
     }
     #karte div {
         width: 100%;
         margin-top: auto;
         height: auto;
     }
     #gmeg_map_canvas {
         width: 100%;
         margin: 0;
     }
     #daten {
         width: 100%;
         min-height: 408px;
         height: auto;
         padding: 10px;
         background-color: #FFF;
     }
     #daten div {
         float: left;
         color: #333;
         background-color: #FFF;
     }
     #url
     {
         font-weight: bold;
         font-size: 20px;
         margin-left: 10px;
     }
  }