/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12.10.2018, 14:28:47
    Author     : Herz
*/
article.text,
article.text p,article.text ul li,
article.text ol li
{
    color:#2d2d2d;
    font-size:1.2em !important;
    line-height:1.5em !important;
}
article.text strong,
article.text a{
    font-size:1em;
}

article.text p{
    margin-bottom:10px;
}
.content_container:not(.accordion) article.text .headline h1,
.content_container:not(.accordion) article.text .headline h2,
.content_container:not(.accordion) article.text .headline h3,
.content_container:not(.accordion) article.text .headline h4{
    color:#2d2d2d;
    font-size:2em;
    line-height:1.4em;
    font-weight:bold;
}
article.text.tcenter{
    text-align: center;
}
article.text ul{
     list-style-position: outside;
     margin-left:20px;
}
article.text ol{
    list-style-position: outside !important;
}
article.text ol li{
    margin-left:18px;
    list-style-position: outside !important;
}
article.text ul li{
    font-size:1.1em;
    line-height: 1.5em;

}
article.text p a,
article.text p a:hover{
    text-decoration: underline;
    cursor:pointer;
}
.w_33 article.text ul li{
    font-size:1.5em;
    list-style-type: none;
}
.w_33 article.text ul li:before{
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right:5px;
    color:green;
    font-size:1em;
    margin-left:-23px;
}
ol li{
    list-style-position: inside;
    margin-bottom:5px;
}
.w_33 article.text {
    margin-top:30px;
    margin-bottom:30px !important;
}
@media screen and (max-width:700px){

}