* {
    font-family: "UnitRoundedWebPro-Light", sans-serif;
}

html {
    width: 100%;
    max-width: 650px;
    min-width: 360px;
}

body {
    width: 100%;
    position: relative;
}

.integrationsrechner th, .integrationsrechner td, .integrationsrechner label, .integrationsrechner a {
    font-size: 13px;
}

.integrationsrechner td, .integrationsrechner th, .integrationsrechner label, .integrationsrechner text {
    color: #4b647d;
}

.integrationsrechner {
    display: block;
}

#selektionsHolder a {
    background-color: #697d91;
}

.selektionsBeschreibung {
    text-align: left;
    margin: 10px 10px 0 10px;
    width: 100%;
    font-weight: bold;
    font-size: 12pt;
}

.input-field {
    position: relative;
    margin-top: .05rem;
}

.selktion {
    width: 50%;
    padding: 10px;
}

#selektionsHolder {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
}

#selektion1links {
    float: left;
}

#selektion1rechts {
    float: right;
}

.select-wrapper input.select-dropdown {
    height: 2rem;
    font-size: 10pt;
}

.circle {
    margin-left: 40px;
}

#wrapper div {
    padding: 10px;
}

.modellBeschreibung {
    font-weight: bold;
    margin: 0;
    font-size: 12pt;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
}

.modellBeschreibungH2 {
    margin: 0 0 10px 0;
    font-size: 11pt;
    text-align: left;
    vertical-align: bottom;
    font-weight: 600;
    width: 100%;
}

#beschr1{
    margin: 0;
}

#beschr4{
    margin-top: 0;
    padding: 0 25px 0 5px;
    font-size: 8pt;
    text-align: justify;
}

#beschr1, #beschr2, #beschr3 {
    padding-left: 10px;
    width: 100%;
    float: left;
}

.kreisbeschreibung {
    /*font-weight: bold;*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12pt;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
}

#barAlv_0 {
    fill: #506e96;
}

#barAlv_1 {
    fill: #87b9c8;
}

#barSh_0 {
    fill: #faa500;
}

#barSh_1 {
    fill: #ffcb3e;
}

.barText {
    fill: black;
    font-size: 11pt;
}

#circleHolder text {
    font-size: 11pt !important;
}

#visual1, #visual2, #visual3, #visual4 {
    float: left;
    width: 50%;
}

#visual1, #visual4 {
    width: 250px;
}

#visual2, #visual3 {
    width: 300px;
    margin-bottom: 20px;
}



#schlussbalken {
    position: relative;
    width: 97%;
    height: 10px;
    margin: 0 0 10px 0;
    background-color: #697d91;
    border-radius: 3px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}