/* default appearance */
  article > * {
    padding: 15px; /*height:footer*/;
   /* background-color: #cccccc;*/
   /*background-color:#D3D3D3;*/
   background-color:transparent;
  
   /* margin:5px; */
   /* border-radius:10px;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);*/

  }

  article > div {

 
  }

  article#right{
   /* background-color: #bbb; */
  /* background-color:#E5E3E5;*/
  
  }

    
/* Flexbox */

article {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;


}


@media screen and (min-width: 1024px){
  article {
   -webkit-flex-direction: row;
    flex-direction: row;
    justify-content:space-between;
  }
  article > * {
    -webkit-flex: 2;
    flex: 2;

  }
  aside {
 
   
  -webkit-order: -1;
   order: -1;

  }

  article > div {
 
-webkit-flex: 1;
    flex: 1;
    
  }
 article#right {
     background-color:transparent;

  }
  .container_footer {
    text-align:left;
  }

}

@media screen and (max-width: 1024px){
  article {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
 
}




h1  {/*nur für Impressum*/
    margin: 5px 0px 0px 0px;
    color:solid black;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    line-height:1.5em;
    text-align:justify;
    
}
article h2 {
    text-align:left;
    margin-left:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.5em;
    line-height:1.2em;
    margin-bottom:10px;
    font-weight:bold;
  
}
 
article h3 {
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.275em;
    line-height: 1.2em;
    margin-bottom:10px;
    font-weight:bold;

}

article h5 {
   margin: 5px 0px 0px 0px;
    color:solid black;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    letter-spacing:0.1em;
}

article h6 {
   margin: 5px 0px 0px 0px;
    color:solid black;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    text-align:justify;

}


/* grid vs flex base styles */


.footer_other {
/*  margin-bottom:10px;*/
 
 /* padding:10px; */
  width:100%;
  box-sizing:border-box;
 /* border: 1px solid #ccc;*/
  border-radius:10px;
 /* box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3); */

}

.footer_other h2 {
    text-align:left;
    margin-left:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.5em;
    line-height:1.2em;
    margin-bottom:10px;
    font-weight:bold;

}
 
.footer_other h3 {
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.275em;
    line-height: 1.2em;
    margin-bottom:10px;
    font-weight:bold;


}

.footer_other h4 {
    text-align:justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.275em;
    margin-bottom:10px;
    font-weight:normal;

}
.footer_other h6 {
   margin: 5px 0px 0px 0px;
    color:solid black;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    text-align:justify;


}

.footer_other h5 {
   margin: 0px 0px 0px 0px;
    color:solid black;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    letter-spacing:0.1em;
}






