.alert__title {
    font-weight: bold;
}

.alert__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*additionalTSFEInlineStyle*/
.address {
    padding-left: 1.5rem
}

.address::before {
    color: #777;
    margin-left: -1.5rem;
    margin-right: .25rem;
    display: inline-block;
    min-width: 1.25rem;
    text-align: center
}

.address::before {
    font-family: FontAwesome;
    content: "\f041"
}

.beraterName {
    font-size: 1.25rem;
    font-weight: 600;
    display: inline;
    color: #B11F30;
    border-bottom: 1px solid transparent
}

.beraterName:hover {
    text-decoration: none;
    color: #70141e;
    border-color: #70141e
}

.beraterName_nachname {
    display: inline
}

.beraterName_nachname::after {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    position: absolute;
    font-size: 1.25rem;
    font-weight: 400;
    color: #ccc;
    margin-left: .25rem
}

.loading_container {
    text-align: center
}

.loading_circle {
    border: 1em solid #B11F30;
    border-top: 1em solid transparent;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: "Source Sans Pro";
    font-display: block;
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("../assets/fonts/SourceSansPro-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../assets/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf") format("truetype"), url("../assets/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    box-sizing: border-box
}

*:before, *:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: inherit;
    line-height: 1.5em;
    color: #373C3F;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #B11F30;
    text-decoration: none
}

a:hover, a:focus {
    color: #70141e;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .5rem
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

html {
    font-size: 16px;
    text-align: left;
    font-weight: 400
}

body {
    overflow-y: scroll
}

img {
    max-width: 100%
}

p:not(:empty) {
    margin-top: 0;
    margin-bottom: 1rem
}

p:empty {
    margin: 0
}

b, strong {
    font-weight: 600
}

h1 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.125em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #555
}

h1.heading--is-small {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.125em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    margin-top: 0
}

h2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.125em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 1.75rem;
    margin-bottom: 1rem
}

h2.heading--is-small {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.125em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #555
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.125em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #555
}

h3.heading--is-small {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #555
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #555
}

input, select {
    padding: 0.375rem 0.75rem;
    width: 100%;
    height: 38px
}

figure {
    margin-top: 0;
    margin-bottom: 1rem
}

figure figcaption {
    color: #777;
    font-size: .875rem;
    line-height: 1.25em;
    font-weight: 400;
    margin: 0.5rem 0 0 0
}

figure figcaption h1, figure figcaption h2, figure figcaption h3, figure figcaption h4, figure figcaption div.heading {
    color: #777;
    font-size: .875rem;
    line-height: 1.25em;
    font-weight: 400;
    margin: 0.5rem 0 0 0
}

.image_placeholder--is-faded-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.modalFenster {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    color: #373C3F
}

.modalFenster.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.15s linear
}

.modalFenster.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out
}

.modalFenster.in .modal-dialog {
    transform: translate(0, 0)
}

.modalFenster.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.modalFenster_dialog {
    position: relative;
    width: auto;
    margin: 0.5rem
}

@media all and (min-width: 768px) {
    .modalFenster_dialog {
        width: 38rem;
        margin: 2rem auto
    }
}

.modalFenster_content {
    box-shadow: 0 .25rem .875rem 0 #555;
    position: relative;
    background-color: #fff;
    border: 1px solid #777;
    background-clip: padding-box;
    outline: 0;
    padding: 1rem
}

.modalFenster_header {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.125em;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fff;
    color: #555;
    margin: 0
}

.modalFenster_close {
    display: block;
    cursor: pointer;
    float: right;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-top: -1rem;
    margin-right: -1rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.375rem;
    color: #ccc;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ccc;
    line-height: 1em
}

.modalFenster_close:after {
    font-family: FontAwesome;
    content: "\f00d"
}

.modalFenster_close:hover {
    color: #a6a6a6;
    border-color: #a6a6a6
}

.modalFenster_body {
    position: relative;
    padding: 0 1rem;
    text-align: left;
    font-size: 1rem
}

.modalFenster_footer {
    padding: 1rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.15s linear
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.headerLogo_box, .headerLogo_box img {
    height: auto;
    width: 140px;
    position: relative
}

@media all and (min-width: 992px) {
    .headerLogo_box, .headerLogo_box img {
        width: 145px
    }
}

.toggleButton, .toggleButton-search, .toggleButton-navigation {
    display: inline-block;
    min-width: 38px;
    padding: 0.5rem;
    color: #555;
    font-size: .875rem;
    background-color: #fff;
    border: none;
    cursor: pointer
}

.toggleButton_label {
    text-transform: uppercase
}

.toggleButton-search:before {
    font-family: FontAwesome;
    content: "\f002";
    color: #777;
    font-size: 1.5rem;
    display: block
}

.toggleButton-navigation:before {
    font-family: FontAwesome;
    content: "\f0c9";
    color: #777;
    font-size: 1.5rem;
    display: block
}

.toggleButton.toggleButton--is-active:before, .toggleButton--is-active.toggleButton-search:before, .toggleButton--is-active.toggleButton-navigation:before {
    font-family: FontAwesome;
    content: "\f00d"
}

