
/* Responsive
====================================== */

@media (max-width: 1050px) {


    * {
      margin: 0p !important;
    }
    
    

    /* Navigation
    ====================================== */
    
    .mobile_nav {
      display: block;
      position: relative;
      left: 100%;
      margin-left: -40px;
      width: 40px;
      height: 40px;
      background-image: url(../images/nav.png);
      background-size: 40px 40px;
      margin-top: 5px;
      cursor: pointer;
    }
    
    #Navigation {
      position: fixed;
      top: 50px;
      left: 0px;
      width: 100%;
      height: 0px;
      background-color: #333;
      z-index: 999;
      overflow: hidden;
    }
    
    #Navigation a {
      color: #ccc;
    }

    #Navigation.active {
      display: block;
      position: absolute;
      height: 100%;
      transition: height .3s;
    }
    
    #Navigation > ul {
      width: 100%;
      height: initial;
      padding-top: 50px;
    }
    
    #Navigation > ul > li {
      display: block;
      position: relative;
      left: 0px;
      width: 100%;
      max-width: initial;
      padding-left: 30%;
      text-align: left;
      padding-top: 16px;
      padding-bottom: 16px;
      height: initial;
    }
    
   
    
    #Navigation.active li.level1 ul {
      position: fixed;
      top: 50px;
      left: 0px;
      width: 100%;
      height: 100vh;
      background-color: #333;
      z-index: 999;
      overflow: hidden;
      padding-top: 50px;
    }
    
    #Navigation li.level2 {
      left: 0px;
      width: 100%;
      display: block;
      padding-left: 30%;
    }
    
    /* Dashboard
    ============================== */
    
    .pageWrap .al_test .TerminContainerDashboard {
      display: block;
      width: 89%;
    }

 .pageWrap .al_test .article_content {
    background-color: transparent;
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    overflow: hidden;
    height: initial;
}

.pageWrap .al_test .article_caption {
white-space: initial;
}

.article_image { 
display: none;
}

    /* Nachrichten
    ============================== */
    
     
    

    .al_aktuelles img.teaserImage,
    .tpl_Artikel img.teaserImage {
       width: 100%;
       max-width: 300px;
       float: none;
       max-height: 180px;
       object-fit: cover;
    }

/* Termine
=========================================*/

.TerminContainer {
margin-left: 0px;
padding-left: 0px;
}

.TerminDetailContainer {
padding-left: 0px 
}

.TerminDetailContainer table {
margin-left: 0px;
}

    /* Vorstand
    ============================== */
  
.VorstandContainer img {
width: 100%;
max-width:240px;
float: none;
margin-bottom:15px;
}


    /* Downloads
    ============================== */
  

.al_downloads .downloads p {
  margin-left: initial;
}
    
    }
    
    
    