/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* 
 <style type="text/css">*/
@import url('rsforms.css');
 
body, p{
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens:auto;
  font-family: 'Roboto Light', sans-serif;
    
}

.tm-article-content p{
    word-wrap: break-word;
    text-align:justify;
}

/* Vorstands Pre-DIV entfernen ?! */

#jxtcwall158 div.singlerow > div > div:first-child > div:first-child {
	display: none;
}


.wallslider div.wallsliderrow div.wallslidercell  div.span6.firstcol.oddcol.col-1 div div div div{
    hyphens:none;
}


@media (max-width: 767px) {
    
    .uk-width-1-3{
        width:100%;
            padding-bottom:10px
    }
    
    }