/* Text Editor custom styles */

#cke_editor1 #cke_1_bottom {
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0;
}

a.cke_button {
    height: auto;
    padding: 0;
}

#cke_editor1 .cke_toolgroup {
    display: flex;
    margin: 0;
    padding: 0;
}

.cke_button.cke_button__bold {
    order: 2;
    padding: 0 16px !important;
}

.cke_button.cke_button__removeformat {
    padding: 0px 6px;
    border-right: 1px solid #ccc;
    height: 100%;
    /* width: 180px; */
}

.cke_button.cke_button__removeformat .cke_button__removeformat_icon {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 17px;
}
.cke_toolbox .cke_combo{
    margin-bottom: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: 43px;
}
.cke_button.cke_button__removeformat .cke_button__removeformat_icon:before {
    content: "";
    /* background-image: url(../images/header.png) !important; */
    background-image: url(../images/format.png) !important;
    background: no-repeat;
    height: 29px;
    width: 30px;
    margin-right: 10px;
    background-position: left !important;
    /* margin-left: -25px; */
}

.cke_button.cke_button__removeformat .cke_button__removeformat_icon:after {
    content: "Formatierung \A entferen";
    display: block;
    white-space: pre;
    font-family: 'pt_sansregular';
    font-size: 14px;
    color: #000;
    padding-left: 0;
}

.cke_button.cke_button__bold .cke_button__bold_icon {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 17px;
}

.cke_button.cke_button__bold .cke_button__bold_icon:before {
    content: "";
    background-image: url(../images/bold.png) !important;
    background: no-repeat;
    height: 29px;
    width: 30px;
    margin-right: 0;
    background-position: left !important;
}

.cke_button.cke_button__bold .cke_button__bold_icon:after {
    content: 'Fett';
    font-family: 'pt_sansregular';
    font-size: 18px;
    color: #000;
}

#cke_editor1 .cke_button__numberedlist_icon {
    padding: 0;
    background-image: url(../images/o-list.png) !important;
    background: no-repeat;
    height: 35px;
    width: 40px;
    margin-right: 0;
    background-position: left !important;
    padding-top: 17px;
    background-size: auto !important;
}

#cke_editor1 .cke_button__bulletedlist_icon {
    background-image: url(../images/u-list.png) !important;
    background: no-repeat;
    height: 35px;
    width: 40px;
    margin-right: 0;
    background-position: left !important;
    padding-top: 17px;
    background-size: auto !important;
}

.cke_bottom {
    user-select: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f3;
    padding: 0;
}

.cke_resizer_ltr {
    display: none;
}

#cke_1_contents {
    height: 410px !important; 
    /*min-height: 410px;
    height: auto !important;*/
}

.cke_toolgroup a.cke_button:last-child:after,
.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
    content: none !important;
}

a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active,
a.cke_button_on:active,
a.cke_button_on:focus {
    background: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    /* padding: 0px 6px !important; */
}

a.cke_button_on {
    background: none !important;
    border: none !important;
}

#cke_1_toolbox {
    min-height: 36px;
    width: 100%;
}

#cke_editor1 {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #c2c2c2;
}

a.cke_button {
    /* padding: 0px 6px !important; */
    height: 54px !important;
    border-right: 1px solid #ccc !important;
    padding: 0px 16px !important;
}

.detailText {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 55px;
}

#cke_13,
#cke_14 {
    /* padding: 0 12px !important; */
}

#cke_10 {
    padding: 0 18px 0 14px !important;
}

/* #cke_11 {
    padding-right: 25px !important;
} */

.cke_path {
    display: none;
}

.pdf-btn {
    /* display: inline-block; */
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 1px solid #ce3030;
    color: #ce3030;
    height: 45px;
    border-radius: 6px;
    font-size: 18px;
    font-family: 'pt_sansbold';
    text-align: center;
    line-height: inherit;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 0 20px 50px 0;
    cursor: pointer;
    z-index: 2;
    min-width: 215px;
    background: #f4f4f4;
}
.pdf-btn img{
    width: 23px;
    margin-right: 8px;
}

.pdf-btn:hover{
    background: #f4f4f3;
}
.pdf-btn input[type="file"] {
    opacity: 0;
    position: absolute;
    margin: 0 !important;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 0;
}

.pdf-btn span#size {
    vertical-align: bottom;
}

@media(max-width: 767px) {
    #cke_editor1 #cke_1_bottom {
        height: auto;
    }
    #cke_9 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border-bottom: 1px solid #ccc; */
    }
    /* #cke_10 {
        border-right: none !important;
    } */
    .cke_button.cke_button__removeformat {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .cke_button.cke_button__bold{
        border-right: none !important;
    }
    #cke_11{
        height: 53px;
        width: 40%;
    }
    #cke_10{
        height: 53px;
        width: 50%;
        min-width: 150px;
    }
    .cke_button.cke_button__removeformat{
        border-left: none !important;
        border-top: 1px solid #ccc;
        width: calc(100% - 178px);
    padding: 0px 16px !important;
    }
    #cke_14{
        border-top: 1px solid #ccc;
    }
    .cke_button.cke_button__removeformat .cke_button__removeformat_icon{
        justify-content: flex-start;
    }
}
@media(max-width: 372px) {
    #cke_10 {
        width: 48%;
        min-width: 110px;
    }
    .cke_button.cke_button__removeformat .cke_button__removeformat_icon:before{
        margin-right: 0;
    }
}
.cke_editable h3{
    color: red !important;
}
.frame-subscription-data p {
font-size: 14px;
    margin-top: 20px;
}
p.returnLogin {
    margin-top: 20px;
}