/*body {*/
/*    min-width: 520px;*/
/*}*/
.column, #editor_sample_container {
    display:grid;
    grid-template-columns: 50% 50%;
    width: 760px;
    padding: 10px 10px 20px 10px;
}
.row{

}
#fixed_news_container{
    width: 760px;
}
.news_img_container_ext{
    text-align: center;
}
.portlet-content{
    display:grid;
    /*grid-template-columns: 50% 50%;*/
    grid-column-gap: 5px;
}
.extended_row{
    grid-column: 1 / span 2;
}
#sample-img-container{
    text-align: center;
}
.lbl-container{
    padding:8px 0;
}
.nicEdit-main{
    font-size: 1.2em;
    height: 200px;
    overflow-y: scroll;
}
.news_label{
    font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    /*font-family: Rogan-Bold;*/
    /*width: 40%;*/
    width: 150px;
    text-align: center;
    color:white;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    font-size: 12px;
    padding: 2.5px 5px 1.5px 5px;
    /*margin-right: 11px;*/
    letter-spacing: 0.3px;
}
.news_img_container{
    text-align: center;
    height: 230px !important;
    overflow: hidden;
}
.news_text{
    font-size: 1.2em !important;
    /*height: 6.2em;*/
    /*overflow: hidden;*/
}
.fade_this {
    position: relative;
    height: 3.6em; /* exactly three lines */
    overflow: hidden;
}
#show_more{
    cursor:pointer;
}
.fade_this:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.actual-category-label {
    position: relative;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: Rogan-Bold;
    font-size: 14px;
    padding: 5px 10px 3px 10px;
    margin-right: 11px;
    letter-spacing: 0.3px;
}
.container_1_column{
    grid-row-start: 1;
    grid-row-end: 3;
}
.container_2_column{
    text-align: center;
    padding-right: 5px;
    grid-column: 1 / span 2;
}
.container_2_column img, .container_2_row img{
    max-width: 98%;
}
.news_img{
    /*width: 98%;*/
    /*width: 100%;*/
    max-width: 100%;
    height: 100%;
}

/*.news_title{*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    padding: 5px 0;*/
/*    height: 1.8em;*/
/*    overflow: hidden;*/
/*    word-wrap: break-word;*/
/*}*/
.news_title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    height: 28px;
    overflow: hidden;
    word-wrap: break-word;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}


.container_2_row{
    grid-row-start: 1;
    grid-row-end: 3;
}
.extended_img{
    grid-column: 1 / span 2;
}
.extended_title{
    grid-column: 1 / span 2;
}
.extended_text{
    grid-column: 1 / span 2;
}
#hierarchy_select{
    width: 760px;
}
#order_news_content{
    clear: both;
    width: 100%;
    /*margin: 0 15%;*/
}
.pin_icon{
    float:right;
    display: block;
}
.fa-thumb-tack{
    transform: rotate(45deg);
}
.rotated_180{
    transform: rotate(180deg);
}
.title_left{
    width: 95%;
    float: left;
}
.extend, .news_item_action{
    text-align: right;
    float: right;
    width: 20%;
}
.news_item_action{
    /*text-align: center;*/
    cursor: pointer;
}
.extend:hover{
    cursor: pointer;
}
.pined{
    transform: rotate(0deg);
}
.portlet{
    /*font-size:20px;*/
    font-size:unset;
    float: left;
    position:relative;
    /*width: 45%;*/
    margin: 0 1em 1em 0;
    padding: 0.3em 0.3em 1.2em;
    border: 1px solid #ceccc9 !important;
    /*padding: 1.2em;*/
}
.portlet_extended{
    grid-column: 1 / span 2;
}
.portlet-header {
    display: flex;
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
    position: relative;
    font-weight: normal;
    font-size: 20px;
    background: #7d868e61;
}
/*button{*/
/*    font-size:18px;*/
/*}*/

.font_18{
  font-size:18px;
}
/*.ui-widget-content a {*/
/*    color: #325291;*/
/*}*/

.color_blue{
    color:#325291 !important;
}

.portlet-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}
.portlet-content {
    padding: 0.4em;
}
.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}
.news_item_more_information {
    display: block;
    position: absolute;
    bottom: 0;
    /*border: 1px solid red;*/
}
/*#hierarchy_select{*/
/*    margin-left: 15%;*/
/*    display: table;*/
/*}*/

#hierarchy_select {
    margin-left: 15%;
    display: table;
    border: 1px solid gray;
    padding: 6px;
    border-radius: 15px 50px;
    /*background: #aeaeae;*/
}
.usage_example{
    /*border-color: #0000FF !important;*/
    /*color: red !important;*/
    /*border: 2px solid #63a3aa !important;*/
}

#hierarchy_select_form_container, #hierarchy_select_logo{
    display: table-cell;
    /*width: 100%;*/
    /*float: left;*/
    /*text-align: center;*/
    vertical-align: middle;
    padding-left: 10px;
}
#hierarchy_select_row{
    display: table;
    width: 100%;
}
.en_version, .de_version{
    display:none;
    width: 100%;
}
.en_version>div, .en_version>div>div, .de_version>div, .de_version>div>div{
    width: 100% !important;
}
#hierarchy_select_form_cell_1, #hierarchy_select_form_cell_2{
    /*width: 50%;*/
    display: table-cell;
    text-align: left;
}

#hierarchy_select_logo{
    text-align: right;
    padding-right: 20px;
}
#hierarchy_select_logo img{
    max-width: 200px;
}
.hide{
    display: none;
}
.news_text, .news_text a, .news_text span, .news_text p, .news_text strong{
    /*font-size: 0.6em !important;*/
    font-size: 1em;
}
.news_text a{
    color: #1583ff;
    font-weight: bold;
}

@media only screen and (max-device-width: 688px) {
    .portlet_content{
        width: 95%;
    }
    .column {
        display:grid;
        grid-template-columns: 50% 50%;
        /*width: 190%;*/
        padding: 10px 10px 20px 10px;
    }
    .portlet, .news_text, .news_img_container, .news_title{
        grid-column: 1 / span 2 !important;
    }
    .row{

    }
    .portlet{
        /*margin: 0 0 1em 0;*/
    }
    .portlet img{
        /*width: 400px;*/
        width: 100%;
    }
    #fixed_news_container, #other_news_container, .portlet_extended img{
        width: 100%;
        text-align: justify;
    }
    .news_img_container, .news_title{
        text-align: center;
        padding-bottom: 2%;
    }
    .news_img_container{
        height:100% !important;
    }
    .news_img_container_ext{
        text-align: center;
        padding-bottom: 2%;
        height:100% !important;
        grid-column: 1 / span 2 !important;
    }
    .news_title{
        font-size: 1.2em;
        color: #2a6496;
        height: 2.4em;
    }
    .news_label{
        font-size: inherit;
        width:300px;
    }
    .news_text, .news_text a, .news_text span, .news_text p, .news_text strong{
        /*font-size: 0.6em !important;*/
        font-family: Arial,Helvetica,sans-serif;
        /*text-transform: uppercase;*/
        font-size: 1.2em;
    }
    .ui-widget{
        /*font-size: 0.6em !important;*/
        font-size: 30px;
    }
    .fade_this {
        position: relative;
        height: 2.8em;
        overflow: hidden;
    }
    .lbl-container{
        grid-column: 1 / span 2;
    }
}
