/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v25-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* RESET ------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    background: 0;
    text-decoration: none;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
    font-size: 100.01%;
}

ol,
ul {
    list-style: none;
}

ul {
    margin-bottom: 20px;
}

img {
    margin-bottom: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

div {
    position: relative;
    min-width: 0;
}

strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

/* Ende RESET ---------------------------------- */

html {
    height: 101%;
}

body {
    margin: 0 auto;
    height: 100.01%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.95em;
    text-align: left;
    line-height: 170%;
    color: #000;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.zeile-innen {
    margin: 0 auto;
    /*margin: 1% auto 1% auto;*/
    padding: 5px 0 5px 0;
    max-width: 70%;
    border: 0px solid red;
}

.mehr {
    bottom: 0px;
    position: absolute;
}

.schwarz {
    background-color: #000;
}

.shadow {
    -webkit-box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.12);
    box-shadow: -1px 2px 6px 3px rgba(0, 0, 0, 0.12);
}

.logo {

    width: 400%;
    max-width: 380px;
}

#navigation {}

/* Abstand oben bei den Sprungmarken*/

/*.anker {
    margin-top: -170px;
    padding-top: 170px;
}*/

.header {
    z-index: 900;
    position: fixed;
    top: 0;
    height: 140px;
    /* background: rgba(255, 255, 255, 0.5); */
    background-color: #fff;
}

.grafik {
    margin-top: 140px !important;
}

#slider-top {
    float: right;
    height: auto;
}

.title {
    /*padding-left: 15px;*/
}

.grafik .zeile-innen {
    margin: 0 auto;
}

#navigation ul {
    list-style-type: none;
    padding-left: 0;
    overflow: inherit;
    margin-top: 70px;
    float: right;
}

.content {
    padding-top: 40px;
    padding-bottom: 140px;
}

.img-border {
    border: 1px solid #87888A;
}

img.left {
    float: left;
    margin-right: 3%;
    vertical-align: text-top;
}

p {
    margin-bottom: 1em;
}

.text-li p {
    text-align: justify;
    padding-right: 20px;
}

.box {
    padding: 30px !important;
    border-bottom: 5px solid #cc0000;
    margin: 0 2% 20px 0;

}

.teaser h2 {
    font-size: 1.2em;
}

.teaser p {
    padding-bottom: 60px;
}

.cta h2 {
    margin-bottom: 30px !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    color: #fff;
}

.cta {
    float: right;
    padding: 7px;
    /* background-image: url(../img/body-hg.png); */
    background-color: rgba(204, 0, 0, 0.7);
    /* margin-top: 20%; */
}

.cta ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.cta li {
    margin-bottom: 1% !important;
    padding: 10px 20px 10px 10px;
    font-size: 1.0em !important;
}

.cta a:after {
    display: block;
    float: right;
    margin-left: 15px;
    font-family: 'FontAwesome';

}

.cta a:link {
    text-decoration: none;
}

.text-re p {
    text-align: justify;
    padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    line-height: 140%;
}

h1 {
    font-size: 2.6em;
    font-weight: 300;
    text-transform: normal;
    margin-bottom: 1.0em;

}

/* h1:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 29px;
    left: 0;
    top: 14px;
     background-color: #A6192E; 
} */

h2 {
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    color: #B7B7B7;
    margin-bottom: 0.6em;
}

h2.datenschutz-abstand {
    margin-top: -80px;
}

h3 {
    font-size: 1.1em;
    font-weight: 400;
    color: #676767;
    margin-bottom: 0.55em;
}

h4 {
    margin-bottom: 0.6em;
}

h4.large {
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    color: #B7B7B7;
    margin-bottom: 0.6em;
}

/* ----- weiss ----- */

.weiss {
    background-color: #fff;
}

.weiss h1 {
    color: #87888a;
}

/* .weiss h2 {
    color: #A6192E;
} */

.weiss h3 {
    color: #000;
}

.weiss p,
.weiss li {
    color: #58585a;
}

h3.trigger a {
    color: #004B85;
}

i {
    color: #A6192E;
}

.weiss a:link {
    color: #A6192E;
    text-decoration: none;
}

.weiss a:visited {
    color: #A6192E;
    text-decoration: none;
}

.weiss a:focus {
    color: #333;
    text-decoration: underline;
}

.weiss a:hover {
    color: #333;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.weiss a:active {
    color: #333;
    text-decoration: underline;
}

/* ----- grau ----- */

.grau {
    background-color: #EFEFEF;
}

.grauDunkel {
    background-color: #828786;
}

.grau h1 {
    color: #0060AA;
}


.grau h3,
.grauHell h3 {
    color: #666;
}

.grau h2,
.grauHell h2 {
    color: #A6192E;
}

.grau p,
.grauHell p,
.grau li,
.grauHell li,
.grau i,
.grauHell i {
    color: #666;
}

.grau a:link {
    color: #666;
    text-decoration: underline;
}

.grau a:visited {
    color: #000;
    text-decoration: underline;
}

.grau a:focus {
    color: #666;
    text-decoration: underline;
}

.grau a:hover {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.grau a:active {
    color: #666;
    text-decoration: underline;
}

.grauHell {
    background-color: #EFEFEF;
}

/* ----- grau,dunkel ----- */

.schwarz {
    background-color: #000;
}

.schwarz h1 {
    color: #0060AA;
}

.schwarz h2 {
    color: #fff;
}

.schwarz h3 {
    color: #fff;
}

.schwarz p,
.schwarz li,
.schwarz i {
    color: #fff;
}

.schwarz a:link {
    color: #DCDCDC;
    text-decoration: underline;
}

.schwarz a:visited {
    color: #DCDCDC;
    text-decoration: underline;
}

.schwarz a:focus {
    color: #fff;
    text-decoration: underline;
}

.schwarz a:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.schwarz a:active {
    color: #fff;
    text-decoration: underline;
}

/* ----- rot ----- */

.rot {
    background-color: #cc0000;
}

.rot h1 {
    color: #0060AA;
}

.rot h2 {
    color: #fff;
}

.rot h3 {
    color: #fff !important;
}

.rot p,
.rot li,
.rot i {
    color: #fff;
}

.rot a:link {
    color: #DCDCDC;
    text-decoration: underline;
}

.rot a:visited {
    color: #DCDCDC;
    text-decoration: underline;
}

.rot a:focus {
    color: #fff;
    text-decoration: underline;
}

.rot a:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rot a:active {
    color: #fff;
    text-decoration: underline;
}

/* --------------------- */

.leistungen {
    min-height: 280px;


}

.buttonRechts {
    /*margin-left: 2%;*/
    margin-left: 5%;
    color: #A6192E
}

a:visited.buttonRechts {
    color: #A6192E !important;
}

.buttonRechts i {
    color: #A6192E !important;
}

.buttonLinks {
    border: 1px solid white;
    /*margin-left: 2%;*/
    margin-right: 3%;
    color: white;
    float: right;
}

a:visited.buttonLinks,
a:hover.buttonLinks {
    color: #fff !important;
}

.leistungen.li {
    float: right !important;
    /*width: 69%;*/
    padding-right: 3%;
    padding-left: 15%;
    padding-top: 30px;
}

.leistungen.re {
    float: left !important;
    /*width: 69%;*/
    padding-left: 5%;
    padding-right: 15%;
    padding-top: 30px;
}

.leistungen a {
    text-decoration: none !important;
}

.leistungen a:hover {
    text-decoration: underline !important;
}



.berater {
    margin: 0 1% 0 0 !important;
    padding: 0 !important;
}

.berater:last-child {
    margin: 0 0 0 0 !important;
}

.berater-text {
    padding: 10px 30px !important;
    min-height: 250px;
}

.buttonAbstand {
    margin-left: 30px;
}

.berater img {
    display: block;
}

.team {
    width: 23% !important;
    margin: 0 1% 0 1% !important;
    padding: 0 !important;
    background-color: #87888A;
}

.team-text {
    padding: 30px !important;
}

.team p,
.team h3,
.team i {
    color: #fff;
}

.team a:link {
    color: #fff;
}

.team a:hover {
    color: #58585A !important;
}

.zeile-innen ul {
    list-style-type: square;
    margin-bottom: 2.4em;
    padding-left: 20px;
    text-align: left;
    overflow: auto;
}

.zeile-innen ul.mandanten {
    font-weight: bold;
}

.zeile-innen .nav ul {
    padding-left: 0;
}

.zeile-innen li {
    font-size: 1.0em;
    line-height: 135%;
    margin-bottom: 1em;

}

.zeile-innen .nav li {
    margin-bottom: 0;
    font-size: 13px;
}

.headWrapper {
    height: 0;
    padding-bottom: 25%;
}

.headWrapper-info {
    height: 0;
    padding-bottom: 15%;
}


a:link {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:focus {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #b7b7b7;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

a:active {
    color: #000;
    text-decoration: underline;
}

footer a:link {
    color: #DCDCDC;
    text-decoration: none;
}

footer a:visited {
    color: #DCDCDC;
    text-decoration: underline;
}

footer a:focus {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer a:active {
    color: #fff;
    text-decoration: underline;
}

a:link.dark,
a:visited.dark {
    color: #fff;
}

a:link.button {
    border: 1px solid #000;
    bottom: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: ;
}

a:visited.button {
    color: #000;
    text-decoration: none;
}

a:focus.button {
    color: #000;
    text-decoration: none;
}

a:hover.button {
    color: #A6192E;
    text-decoration: none;
}

.berater-text a:hover.button {
    color: #A6192E;
}

a:active.button {
    color: #000;
    text-decoration: none;
}

.button i {
    vertical-align: middle;
}

p.button {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
}

p.icon {
    text-align: center;
}


a img {
    border: 0px none;
}


.nav a.no-link {
    cursor: default;
}

hr {
    height: 5px;
    background: #EAEAEA;
    border-radius: 5px;
    width: 25%;
    margin-top: 2%;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #EAEAEA;
}

i,
span.ifa {
    min-width: 15px;
    text-align: center;
    margin-right: 5px;
    color: #666;
}


#navigation i {
    color: #B7B7B7;
}

#navigation i:hover {
    color: #000;
}

#navigation i:active,
.nav i a#active {
    color: #000;
}

footer p {
    margin-bottom: 0;
    color: #E4E1DD;
}

footer i {
    color: #DCDCDC;
}

footer span.ifa {
    min-width: 15px;
    margin-right: 25px;
    color: #DCDCDC;
}

footer img.claim {
    width: 70%;
    height: auto;
    float: right;
    margin-bottom: 25px;
}

footer .impressum {
    text-align: right;
}

a.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.50;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    text-indent: 0px;
    background-color: #cc0000;
    z-index: 5000;
    border: 1px solid #87888A;
}

a:hover.scrollup {
    opacity: 0.75;
}

.scrollup i {
    text-align: center;
    width: 100% !important;
    min-width: 40px !important;
    line-height: 32px;
    color: #fff;
}

.meta-i {
    position: relative;
    float: right;
    padding-top: 67px;
    color: #c2c2c2;
    border: 0px solid red;
}

.te-al-ri {
    text-align: right;
}

.start-mehr-link {
    text-align: center;
    padding: 6px 9px 6px 9px;
    background-color: #EEEEEE;
}

#right i {
    width: 15px;
    color: #851C3A;
}



#map {
    width: 100%;
    height: 470px;
}

.hide-dt {
    display: none;
}

li.hide-dt {
    display: none;
}



#datenschutz {
    height: 0px;
}

#owa-tracker-post-container {
    height: 0;
    overflow: hidden;
}

.footer {
    min-height: 140px;
    padding: 30px 0;
    background-color: #828786;
}

footer {}

/* TEAM */

ul.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.team li {
    /*min-height: 325px;*/
    padding: 10px;
    list-style-type: none;
    margin: 0 2% 5% 0;
    background-color: #EAEAEA;
    text-align: center;
}

.team li span {
    margin-top: 5px;
}

.team li span.position {
    display: none;
}

.team li:hover span.position {
    display: block;
}

.team li:hover,
.cta li:hover {
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

.team hr {
    width: 75%;
    height: 3px;
    background: #fff;
    border-top: 1px solid #fff;
    margin-top: 7.5%;
    margin-bottom: 5%;
}

.one-third {
    width: 31%;
    display: block;
    float: left;
    /*margin: 0 2%;*/
    overflow: hidden;
    border: 0px solid blue;
}

.one-fourth {
    width: 23%;
    display: block;
    float: left;
    /*margin: 0 2%;*/
    overflow: hidden;
    border: 0px solid blue;
}

.eins-fuenf {
    width: 18%;
    display: block;
    float: left;
    /*margin: 0 2%;*/
    overflow: hidden;
    border: 0px solid blue;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* /TEAM */

/* ########## RESPONSIVE TABS ########### */

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav {
    overflow: hidden !important;
    /*border-bottom: 1px solid #ccc;*/
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #58585A;
    /*margin-bottom: 3px;*/
    padding: 10px 12px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.r-tabs:hover .r-tabs-nav:hover .r-tabs-anchor:hover {
    opacity: 0.75;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    margin-bottom: -1px;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 1.0;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #4c4c4c;
    background-color: #E4E4E4;
}

.r-tabs .r-tabs-panel {
    background: rgba(135, 136, 138, 1.0);
    margin-bottom: 3px;
    color: #fff;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #a5a5a5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #4c4c4c;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}

#horizontalTab .spalten {
    margin-top: 15px !important;
}

/* ########## /RESPONSIVE TABS ########### */

.iframe-container {
    position: relative;
    padding-bottom: 426px;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 758px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.covid19 h2,
.covid19 h3,
.covid19 p,
.covid19 ul {

    color: #666;
}

.covid19 a {
    color: #666;
    text-decoration: underline;
}

.covid19 {
    background-color: #EFEFEF;
    padding: 20px;
}

.covid19 h2 {
    font-size: 27px;
    text-align: center;
}

.covid19 {
    margin: 20px;
}


/* --- GRID ---*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zeile {
    width: 100% !important;
    margin: 0 auto;
}

.zeile.abstand {
    padding: 4% 0 4% 0;
}

.zeile .zeile {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
}

.spalte,
.spalten {
    float: left;
    min-height: 1px;
    position: relative;
    padding-right: 1.6%;
}

[class*="spalte"] + [class*="spalte"]:last-child {
    float: right;
    padding-right: 0;
}

[class*="spalte"] + [class*="spalte"].end {
    float: left;
}

.zeile .eins {
    width: 8.33%
}

.zeile .zwei {
    width: 16.66%
}

.zeile .drei {
    width: 25%
}

.zeile .vier {
    width: 33.33%
}

.zeile .fuenf {
    width: 41.66%
}

.zeile .sechs {
    width: 50%
}

.zeile .sieben {
    width: 58.33%
}

.zeile .acht {
    width: 66.66%
}

.zeile .neun {
    width: 75%
}

.zeile .zehn {
    width: 83.33%
}

.zeile .elf {
    width: 91.66%
}

.zeile .zwoelf {
    width: 100%
}

/* Nicolas Gallagher's micro clearfix */

.zeile:before,
.zeile:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.zeile:after,
.clearfix:after {
    clear: both;
}

.zeile,
.clearfix {
    zoom: 1;
}

img {
    max-width: 100%;
}

.vita li {
    line-height: 30px !important;
}

.vita {}

.titelinfo {

    width: 50%;

}

.Taetigkeiten {
    margin-bottom: 50px;
}

.nivoSlider {
    font-size: 11px;
}


.bildPartner {}

.bildPartner img {
    width: 100%;
    height: 100%;

    border-bottom: 3px solid #A6192E;
    /* width 2 oder 3 */
}


/* Mobile */

@media only screen and (max-width: 800px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container {}

    .zeile {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .spalte,
    .spalten {
        width: auto !important;
        float: none;
    }

    .spalte:last-child,
    .spalten:last-child {
        float: none;
    }

    [class*="spalte"] + [class*="spalte"]:last-child {
        float: none;
    }

    .spalte:before,
    .spalten:before,
    .spalte:after,
    .spalten:after {
        content: "";
        display: table;
    }

    .spalte:after,
    .spalten:after {
        clear: both;
    }

}
