/* 
    Document   : style
    Created on : 24.09.2013, 18:35:56
    Author     : Sebastian Renners
    Description:
        Purpose of the stylesheet follows.

    Colors: rosa      #F5A3CE; 
    türkis #47C5D1

    neu blau: #196faa
    neu schwarz:  #2a292e
*/


/****** ANFANG  article-front ******/
.article-fontend img {
    max-width: 100%;
}
/****** ENDE  article-front ******/

/****** ANFANG  index Newsbox newsbox-start ******/
.newsbox-start .single-section  {
    min-height: 56px;
    max-width: 695px;
    word-wrap: break-word;
}
.newsbox-start .textside {
    padding-right: 5px;
    text-align: justify;
}
.newsbox-start .micro-img {
    background-image: url('/img/start/micro.png');
    height: 50px;
    width: 58px;
    float: left;
    background-size: 45px;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 5px;
}
/****** ENDE  index Newsbox newsbox-start ******/
@media screen and (max-width:1041px) {
.newsbox-start .single-section  {
    min-height: 56px;
    max-width: 100%;
}    
}

@viewport {
	/**width: device-width;**/
	zoom:1;
        user-zoom:fixed;
}