@import url("font-awesome.min.css");

/* NAVIGATION 1 */

#kontakt {
    background-color: #035199;
    height: 30px;
    
}

.impressum {
     position: relative;
    }

.impressum .kontakt {
     position: absolute;
	 right: 15px;
    }

.impressum .kontakt li {
     display: inline;
	 list-style: none;
	 margin-left: 15px;
     font-size: 12px;
     color: #ffffff;
    }
.kontakt a {
    color: #ffffff;
}

.kontakt a:hover{
    color: #4c8ac8;
}

.hidden {
    display: none;
    visibility: hidden;
}



/* IMAGE */

img {
     width: 100%;
     height: auto;
}


/* CONTENT */

#content {
      background-color: #ffffff;
      border: 0;
      color: inherit;
    }

.mediatext {
      background-color: #fff;
      padding-top: 60px;
      margin-bottom: 30px;
      text-align: justify;
}
.mediatext a {
    font-size: 1em;
    color: blue;
    text-decoration: underline;
}









    

































