/* ##### --- module: widget ##### --- */

/* ===--- common ---=== */
.contentTitle {
    color: #A1A191;
    font-family: 'PT Sans Narrow', sans-serif;
    background-image: url(../../images/site/icon_plus_big.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding: 5px 0px 5px 20px;
    margin: 0px 0px 40px 0px;
    border-top: 1px solid #D0D0C8;
    display: block;
    text-decoration: none;
}
.widgetItem {
    padding: 0px 0px 35px 0px;
}
.widgetItem.headline {
    padding: 0px 0px 0px 0px;
}
.fullwidth .widgetItem.left {
    float: left;
    width: 48%;
}
.fullwidth .widgetItem.right {
    float: right;
    width: 48%;
}
.fullwidth .widgetItem.auto {
    clear: both;
}

/* ===--- imgtext ---=== */
.widget_imgtext {}
.widget_imgtext .contentTitle {}
.widget_imgtext .content {}
.widget_imgtext .image {}
.widget_imgtext .image img {
    width: 100%;
    height: auto;
}
.widget_imgtext .text {
    padding: 10px 0px 10px 0px;
}
.widget_imgtext .text img .widget_imgtext .text img.swslang {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px !important;
}
.widget_imgtext .content.withbackground .image {
    padding: 10px 0px 0px 0px;
    background-color: #EFEFE7;
}
.widget_imgtext .content.withbackground .text {
    padding: 10px 10px 10px 10px;
    background-color: #EFEFE7;
}



/* ===--- articlesection ---=== */
.widget_article {}
.widget_article .modTitle {}
.widget_article .content {}
.widget_article .text {}
.widget_article .text .item {
    cursor: pointer;
}
.widget_article .text .item .image {
    float: left;
    width: 75px;
}
.widget_article .text .item .image img {
    width: 100%;
    height: auto;
}
.widget_article .text .item.hasImage .itemtext {
    padding: 0px 0px 0px 85px;
}
.widget_article .text .item .pubdate {}
.widget_article .text .item .title a {
    font-weight: 700;
    padding: 0px 0px 10px 0px;
    text-decoration: none;
    display: block;
}
.widget_article .text .item .title a:hover {
    text-decoration: none;
}
.widget_article .text .item .teaser {}
.widget_article .text .item .name {
    color: #7B848F;
    text-align: right;
    padding: 10px 0px 0px 0px;
}


/* ===--- listmenu ---=== */
.widget_listmenu {}
.widget_listmenu .modTitle {}
.widget_listmenu .content {}
.widget_listmenu .content .text {
    margin: 0px -10px 0px -10px;
}
.widget_listmenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;

    display: table;
    width: 100%;
}
.widget_listmenu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    /*display: block;*/
    font-weight: 300;

    display: table-row;
}
.widget_listmenu li .innerLink {
    display: table-cell;
    vertical-align: middle;
}
.widget_listmenu a {
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #f5f5f5;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget_listmenu ul ul .innerLink a:not(.toggler) {
    padding-left: 30px;

}
.widget_listmenu ul ul ul .innerLink a:not(.toggler) {
    padding-left: 60px;
}
.widget_listmenu a.togglerText {
    cursor: pointer;
}
.widget_listmenu a.toggler {
    display: block;
    float: right;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.widget_listmenu a.toggler:after {
    border: 2px solid #7b848f;
    border-left: none;
    border-top: none;
    bottom: 50%;
    content: "";
    display: block;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 9px;
    right: 18px;
}
.widget_listmenu a.toggler.inline {
    border-left: none;
}
.widget_listmenu a.toggler:hover {
    opacity: 0.5;
}
.widget_listmenu a.toggler.opened:after {
    right: 16px;
    top: 10px;
    transform: rotate(45deg);
}
.widget_listmenu ul ul {
    display: none; /* initially hide 2nd level */
}
.widget_listmenu ul ul.opened {
    display: table;
}


/* ===--- gallerysection ---=== */
.widget_gallery {}
.widget_gallery .text {
    margin: 0px -10px 0px -10px;
}
.widget_gallery .sliding {
    position: relative;
}
.widget_gallery .gallerylinks {
    padding: 0px 0px 0px 0px;
}
.widget_gallery .swiper-button-prev, .widget_gallery .swiper-button-next {
    width: 15px;
    height: 20px;
    background-image: none;
    position: absolute;
    top: 50%;
    background-color: rgba(255,255,255,0.3);
    margin-top: -10px;
}
.widget_gallery .swiper-button-prev {
    left: -15px;
}
.widget_gallery .swiper-button-next {
    right: -15px;
}
.widget_gallery .swiper-button-prev:after, .widget_gallery .swiper-button-next:after {
    border: 2px solid #aaaaaa;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
}
.widget_gallery .swiper-button-prev:after {
    border-right: none;
    border-bottom: none;
    left: 6px;
}

.widget_gallery .swiper-button-next:after {
    border-left: none;
    border-top: none;
    right: 5px;
}

/* ===--- linkcourses ---=== */
.widget_linkcourses {}
.widget_linkcourses ul {}
.widget_linkcourses li {
    display: table;
    margin: 0px 0px 12px 0px;
    width: 100%;
}
.widget_linkcourses li.lastrow {
    margin-bottom: 0px;
}
.widget_linkcourses a {
    display: table-cell;
    height: 87px;
    padding: 0px 27px 0px 17px;
    vertical-align: middle;
    /*border-radius: 0px 0px 20px 0px;*/
    background-color: #f5f5f5;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}
.widget_linkcourses a span {
    display: block;
    font-weight: 400;
}
.widget_linkcourses a:hover {
    opacity: 0.5;
}
.widget_linkcourses .wien a {
    color: #93117E;
    background-color: #E9CFE5;
    background-image: url(../../images/site/icon_plus_big_wien.png);
}
.widget_linkcourses .fern a {
    color: #D84B87;
    background-color: #FBE2ED;
    background-image: url(../../images/site/icon_plus_big_fern.png);
}
.widget_linkcourses .spezial a {
    color: #F03F19;
    background-color: #FCD9D1;
    background-image: url(../../images/site/icon_plus_big_spezial.png);
}
.widget_linkcourses .thema a {
    color: #009EE0;
    background-color: #CCECF9;
    background-image: url(../../images/site/icon_plus_big_thema.png);
}
.widget_linkcourses .online a {
    color: #45a14e;
    background-color: #CAF2CE;
    background-image: url(../../images/site/icon_plus_big_online.png);
}
.widget_linkcourses .extern a {
    color: #45a14e;
    background-color: #CAF2CE;
    background-image: url(../../images/site/icon_plus_big_extern.png);
}
.index #middleBox .widget_linkcourses .thema {
    margin: 0px 0px 0px 0px;
}
.index #middleBox .widget_linkcourses .extern {
    display: none;
}


/* ===--- linkcoursesext ---=== */
.widget_linkcoursesext {}
.widget_linkcoursesext ul {}
.widget_linkcoursesext li {
    display: table;
    margin: 0px 0px 12px 0px;
    width: 100%;
}
.widget_linkcoursesext a {
    display: table-cell;
    height: 87px;
    padding: 0px 27px 0px 17px;
    vertical-align: middle;
    /*border-radius: 0px 0px 20px 0px;*/
    background-color: #f5f5f5;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}
.widget_linkcoursesext a span {
    display: block;
    font-weight: 400;
}
.widget_linkcoursesext a:hover {
    opacity: 0.5;
}
.widget_linkcoursesext .extern a {
    color: #45a14e;
    background-color: #CAF2CE;
    background-image: url(../../images/site/icon_plus_big_extern.png);
}


/* ===--- personen ---=== */
/* -> see common.css for styling */
.widget_personen {}
fullwidth .widget_personen.col2x  {
    clear: both;
}
.widget_personen.col2x .personenList,
.widget_personen.col2x .personenList span
{
    display: block;
}
.widget_personen.col2x .personen .image {
    float: left;
    width: 48%;
}
.widget_personen.col2x .personen .contenttext {
    float: right;
    width: 48%;
}





