/* Layout */
/********************************/
/* TYPO3 Headlines */
/********************************/

.ce-headline-left {
    text-align:left;
}

.ce-headline-center {
    text-align:center;
}

.ce-headline-right {
    text-align:right;
}

/********************************/
/* Basis-Typografie             */
/********************************/

body {
    font-size:18px;
    color:#071E3D;
}

/********************************/
/* Content / Text               */
/********************************/

.ce-bodytext {
    font-size:18px;
    line-height:1.7;
    color:#071E3D;
}

.ce-bodytext h1,
.ce-bodytext h2,
.ce-bodytext h3 {
    color:#002185;
}

/************************************************/
/* TYPO3 Headlines-Hintergrund entfernen        */
/************************************************/

.content .ce-header,
.content .ce-headline,
.content .frame-header,
.content .frame-type-textmedia h1,
.content .frame-type-textmedia h2,
.content .frame-type-textmedia h3,
.content h1,
.content h2,
.content h3 {
    background:none;
    background-color:transparent;
    padding:0;
    border:none;
}

/************************************************/
/* Textblock oben exakt am Bild ausrichten      */
/************************************************/

.content .ce-bodytext {
    margin-top:0;
    padding-top:0;
}

.content .ce-bodytext header {
    margin-top:0;
    padding-top:0;
}

.content .ce-bodytext h1,
.content .ce-bodytext h2,
.content .ce-bodytext h3 {
    margin-top:0;
}

.frame-type-header h1,
.frame-type-header h2,
.frame-type-header h3 {
    margin-top:0;
    margin-bottom:0;
}

/************************************************/
/* Definition aller Überschriften               */
/************************************************/

h1 {
    font-size:42px;
    line-height:1.0;
}

h2 {
    font-size:24px;
    line-height:1.0;
}

h3 {
    font-size:26px;
    line-height:1.0;
}

/************************************************/
/* Textgröße                                    */
/************************************************/

.text-lg {
    font-size:20px !important;
    font-weight:600 !important;
}

.text-md {
    font-size:18px !important;
    line-height:1.6 !important;
}

.text-sm {
    font-size:16px !important;
    line-height:1.6 !important;
}

.text-xl {
    font-size:24px !important;
    line-height:1.4 !important;
}

.text-xxl {
    font-size:30px !important;
    line-height:1.3 !important;
}

.ce-gallery[data-ce-columns="1"] .ce-column {
    width:100% !important;
}