.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

blockquote {
    font-style: italic;
    padding-left: 20px;
    padding-right: 8px;
    margin-left: 25px;
    border-left-width: 5px;
}

.frame-type-text table > tr:first-child > td {
    border-bottom: solid 1px #fff;
    font-weight: bold;
}
.frame-type-text table tr > td {
    padding: 5px 10px;
}

/* Headline */

.ce-headline-center {
    text-align: center;
}

.ce-headline-right {
    text-align: right;
}

/* images */

.ce-gallery img {
    width: 100%;
    height: auto;
}

.ce-image.ce-left figure,
.ce-textpic.ce-left figure {
    text-align: left;
}

.ce-image.ce-center figure,
.ce-textpic.ce-center figure {
    text-align: center;
}

.ce-image.ce-right figure,
.ce-textpic.ce-right figure {
    text-align: right;
}

.ce-textpic.ce-intext.ce-left figure {
    float: left;
    margin-right: 10px;
}

.ce-textpic.ce-intext.ce-right figure {
    float: right;
    margin-left: 10px;
}

.ce-border .image {
    border: 2px solid #000000;
}

h1 > a,
h1 > a:hover,
h1 > a:focus,
h1 > a:visited,
h2 > a,
h2 > a:hover,
h2 > a:focus,
h2 > a:visited,
h3 > a,
h3 > a:hover,
h3 > a:focus,
h3 > a:visited,
h4 > a,
h4 > a:hover,
h4 > a:focus,
h4 > a:visited,
h5 > a,
h5 > a:hover,
h5 > a:focus,
h5 > a:visited {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* Abstand davor */

.frame-space-before-abstand10 {
    margin-top: 10px; 
}
.frame-space-before-abstand20 {
    margin-top: 20px; 
}
.frame-space-before-abstand30 {
    margin-top: 30px; 
}
.frame-space-before-abstand40 {
    margin-top: 40px; 
}
.frame-space-before-abstand50 {
    margin-top: 50px; 
}
.frame-space-before-abstand60 {
    margin-top: 60px; 
}

/* Abstand danach */

.frame-space-after-abstand10 {
    margin-bottom: 10px;
}
.frame-space-after-abstand20 {
    margin-bottom: 20px;
}
.frame-space-after-abstand30 {
    margin-bottom: 30px;
}
.frame-space-after-abstand40 {
    margin-bottom: 40px;
}
.frame-space-after-abstand50 {
    margin-bottom: 50px;
}
.frame-space-after-abstand60 {
    margin-bottom: 60px;
}

.frame-backgroundbox,
.frame-backgroundbox > div,
.backgroundbox {
    height: 100%;
}

.backgroundbox {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
