/*
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 : 07.10.2016, 11:13:29
    Author     : stadlerc
*/
.hinweistext {
    padding-bottom: 0.5rem;
}

.chip {
    display: inline-block;
    border-radius: 2.5rem;
    background-color: #fff;
    padding: 0;
    margin-right: 0.3rem;
    height: 2.5rem;
}

.chip-text {
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    height: 2.5rem;;
    float: left;
    padding: 0.7rem 1.1rem 0.7rem 1.1rem;
    color: rgba(255,255,255,0.9);
}

