@charset "utf-8";

#top-search ul {
    width:180px;
    height:33px;
    /*margin-top:9px;*/
    background:#4a4a4a;
    -webkit-box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 2px 0px rgba(50, 50, 50, 0.15);
    position:relative;
}

#top-search ul:before {
    width: 10px;
    height: 10px;
    background:#4a4a4a;
    content: '';
    position: absolute;
    z-index:888;
    right:-4px;
    top: 12px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}

#top-search ul li input {
    width:170px !important;
    background-color:transparent;
    border:none !important;
    margin-top:-1px;
    font-size:12px;
    color:#aaa;
}

#top-search ul li input::-webkit-input-placeholder {
    color: inherit;
}

#top-search ul li input:-moz-placeholder {
    color: inherit;
    opacity: inherit;
}

#top-search ul li input::-moz-placeholder {
    color: inherit;
    opacity: inherit;
}

#top-search ul li input:-ms-input-placeholder {
    color: inherit;
}

#slogan-wrapper {
    display: none;
}

#slogan-wrapper p {
    font-family: 'Open Sans', cursive;
    font-size: 12px;
    line-height: 18px;
    bottom: 90px;
    color: #777777;
    font-weight: 200;
}

#slogan-wrapper #claim2 p {
    color: white;
    background-color: #777777;
    padding: 5px 10px;
    width: 280px;
    bottom: 15px;
    left: 355px;
}

#mainmenu ul#menu li.first ul.subMenu, #mainmenu ul#menu li.first:hover ul.subMenu {
    display: none !important;
}

#mainmenu ul#menu > li:nth-child(4) {
    display: block !important;
}

.content-wrapper {
    padding: 0;
    margin-top: -20px;
}

/***********/
/**Masonry**/
/***********/
.content-wrapper .item.w5, .content-wrapper .contentArbWrap .item {
    background-color: #f8f8f8;
}

.content-wrapper .contentArbWrap .item {
    background-color: #fbb900;
}

.content-wrapper .item.w5 h6, .content-wrapper .contentArbWrap .item h6 {
    padding: 0px 10px;
    margin-bottom: 0;
}

.content-wrapper .item.w5 h6 {
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
}

.content-wrapper .contentArbWrap .item h6 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    color: white;
}

.content-wrapper .item.w5 h6 a, .content-wrapper .contentArbWrap .item h6 a {
    color: black;/*#777777;*/
}

.content-wrapper .item.w5 img, .content-wrapper .contentArbWrap .item img {
    height: 70% !important;
}

.content-wrapper .item.w5 img.masonryImgAktiv, .content-wrapper .contentArbWrap .item img.masonryImgAktiv {
    display: none;
}

.content-wrapper .item.w5:hover img, .content-wrapper .contentArbWrap .item:hover img {
    display: none;
}

.content-wrapper .item.w5:hover img.masonryImgAktiv, .content-wrapper .contentArbWrap .item:hover img.masonryImgAktiv {
    display: inherit;
}

.content-wrapper .item.w5 span, .content-wrapper .contentArbWrap .item span {
    padding: 0px 10px;
    color: #777777;/*#bcbec0;*/
}

.content-wrapper .item.w5 span a {
    font-size: 13px;
}

.content-wrapper .contentArbWrap {
    position: relative;
}

.content-wrapper .contentArbWrap .item {
    border-bottom: none;
    cursor: pointer;
}

.content-wrapper .contentArbWrap .item:hover {
    background-color: #dcddde;
}

.content-wrapper .contentArbWrap .item div.contentArb {
    position: absolute;
    top: 115px;
    left: 0;
    
    background-color: white
    padding: 5px;
    width: 100%;
    
    display:none;
}

.content-wrapper .contentArbWrap .item div.contentArb ul {
    margin-left: 1.5em !important;
}

.content-wrapper .contentArbWrap .item div.contentArb ul li a {
    font-weight: bold;
}

/*********/
/**Testi**/
/*********/
.content-wrapper #rowTesti {
    background-color: #f8f8f8;
    border-bottom: 1px solid #8f8f8f;
    border-top: 1px solid #8f8f8f;
    margin: 25px 0px;
    padding: 15px 30px;
}

.content-wrapper #rowTesti #c150 {
    padding-right: 10px;
}

.content-wrapper #rowTesti #c151 {
    padding-left: 10px;
}

.content-wrapper #rowTesti div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    padding-top: 20px;
}

.content-wrapper #rowTesti .csc-textpic-intext-left-nowrap-124 .csc-textpic-text {
    border-left: 1px solid #8f8f8f;
    padding-left: 10px;
}

.content-wrapper #rowTesti p {
    font-style: italic;
    font-size: 11px;
    padding-left: 32px;
}

.content-wrapper #rowTesti blockquote p {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 26px;
    color: #9c9c9c;
    font-style: italic;
}

#rowTesti .csc-textpic-imagewrap img {
    width: 113px !important;
}

/***************/
/**News - List**/
/***************/
.content-wrapper #newsErwWrapper {
    margin-top: 20px;
}

.content-wrapper #newsErw {
    /*float: left;
    margin-right: 0.5%;
    width: 74.5%;*/
}

.content-wrapper #newsErw h4 {
    background-color: #777777;
    color: white;
    padding: 5px 10px;
    margin: 0px;
}

.content-wrapper #newsErw .news .article {
    padding: 10px;
    background-color: #f8f8f8;
    border-bottom: 2px solid white;
    
    float: left;
    /*width: 33%;*/
    width: 24.75%;
    margin-right: 0.33%;
    height: 150px;
}

.content-wrapper #newsErw .news .article:last-child {
    margin-right: 0;
}

.content-wrapper #newsErw .news .article .header h3 {
    text-transform: inherit;
    margin: 0;
    line-height: 14px;
}

.content-wrapper #newsErw .news .article .news-img-wrap, .content-wrapper #newsErw .news .article .footer {
    display: none;
}

.content-wrapper #newsErw .news .article .teaser-text p {
    font-size: 12px;
    margin: 5px 0px;
    line-height: 14px;
}

.content-wrapper #newsErw .news .article .teaser-text a.more {
    font-size: 11px;
    text-align: right;
    display: block;
}

.content-wrapper #newsletterErw {
    margin-left: 75%;
    display: none;
}

.content-wrapper #newsletterErw h5 {
    border: 1px solid #777777;
    border-left: none;
    border-right: none;
    color: #777777;
    padding: 5px 10px;
    margin: 0px;
  background: white;
}

.content-wrapper #newsletterErw div {
   height: 184px;
  /*background-image: url(../images/content/news/news.png);
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;*/
  background-color: #f8f8f8;
}

.content-wrapper #newsletterErw p {
    padding: 10px;
    /*background-color: #f8f8f8;*/
    /*height: 148px;*/
    margin: 0;
    line-height: 14px;
    font-size: 12px;
}

.content-wrapper #newsletterErw p a {
    background-color: #fbb900;
    color: white;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    
}

.content-wrapper .nine ul:not(#ulWrapGame) {
    list-style-type: square;
    margin-left: 1.125em;
}

.content-wrapper .nine ul:not(#ulWrapGame) li {
    background-image: none;
    padding-left: 0;
}

/********/
/**News**/
/********/
/*List*/
.news-list-view .article {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
}

.news-list-view .article .header h3 {
    background-color: #9a9a9a;
    color: white;
    font-size: 20px;
    padding: 3px 5px;
    width: auto;
}

.news-list-view .article .header h3 a {
    color: white;
}

.news-list-view .article .news-img-wrap {
    display: none;
}

/*Single*/
.news-single .article .header h3 {
    background-color: #FF8B19; /*#9a9a9a;*/
    color: white;
    font-size: 20px;
    padding: 3px 5px;
    width: auto;
}

.news-single .footer {
    text-align: right;
    position: relative;
    left: inherit;
    top: inherit;
    width: auto;
}

.news-single .teaser-text {
    /*font-style: italic;*/
    font-weight: bold;
    margin-left: 0 !important;
}

.news-single .teaser-text * {
    font-size: 16px;
}

.news-single .news-text-wrap {
    margin-left: 0 !important;
}

.news-single .news-related-wrap {
    display: none;
    /*display: block;*/
}

/*.news-single .news-related-wrap .news-related {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    display: block;
    background-color: rgba(154, 154, 154, 0.15);
}

.news-single .news-related-wrap .news-related ul {
    list-style-type: none !important;
}

.news-single .news-related-wrap .news-related ul li {
    padding-bottom: 1em;
}

.news-single .news-related-wrap .news-related ul li a, .news-single .news-related-wrap .news-related ul li span {
    display: block;
    line-height: 1.4;
}

.news-single .news-related-wrap .news-related ul li a {
    font-weight: bold;
}

.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
}

.news-single .article .news-img-wrap a img {
    border: none;
    margin: 2em 0;
}*/



/***************/
/**News-Search**/
/***************/
div.news-search-form div.form-group, div.news-search-form div.form-group label {
  display: none;
}
div.news-search-form div.form-group:first-child {
  display: block;
}

/**********/
/**Footer**/
/**********/
footer {
    padding: 0;
}

footer .row {
    padding: 28px 30px 5px 30px;
}

footer .row.rowGrey {
    background-color: #4a4a4a;
}

footer .row.rowGrey .two:first-child {
    display: none;
}

footer .row.rowGrey .eight
{
    /*border-left: 1px solid white;
    padding-left: 15px;*/
}

footer .row.rowGrey h5 {
    font-size: 13px;
    color: white;
    margin-bottom: 30px;
}

footer .row.rowGrey nav {
    float: left;
    margin-right: 45px;
}

footer .row.rowGrey nav ul {
    list-style-type: none;
    padding-left: 0;
}

footer .row.rowGrey nav ul li a, footer .row.rowGrey p, footer .row.rowGrey p a {
    font-size: 11px;
    color: white;
}

footer .row.rowGrey nav ul li:after {
    content: "";
}

.ui-widget-content a {
    color: #fbb900 !important;
}

ul#navswitch li.last {
    background-image: url(../images/icon/icon-auditorix2.png), url(../images/assets/arrow-right-grey.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 15px auto, 12px auto;
    padding-right: 15px;
    padding-left: 20px;
}

/* Tablet Landscape ----------- */
@media only screen and (max-width : 1024px) {
    #top-search ul {
        width: 175px;
    }
    
    .content-wrapper {
        margin: 0;
        padding: 0px 20px 0px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .content-wrapper #newsErw .news .article {
        padding: 0;
        border-bottom: none;
        float: none;
        width: auto;
        margin-right: 0;
        height: auto;
        padding: 0;
    }
    
    .news .article .teaser-text {
        padding: 3px 5px;
        margin: 0;
    }
    
    .content-wrapper #newsletterErw p {
        height: auto;
    }
    
    .content-wrapper #rowTesti #c151 {
        padding-left: 0;
    }
    
    footer .row:not(.rowGrey) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
    }
    
    footer .row:not(.rowGrey) div.one {
        width: 15% !important;
    }
    
    footer .row:not(.rowGrey) div.eight {
        width: 15% !important;
        -webkit-flex-grow: 2;
        -moz-flex-grow: 2;
        -ms-flex-grow: 2;
        flex-grow: 2;
    }
    
    footer .row:not(.rowGrey) div.three {
        width: 15% !important;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
    }
}

/* Mobile Landscape ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .content-wrapper #newsErw {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    
    .content-wrapper #newsErw .news .article {
        float: none;
        width: auto;
        margin-right: 0;
        height: inherit;
    }
    
    .content-wrapper #newsletterErw {
        margin-left: 0;
    }
    
    .content-wrapper #newsletterErw p {
        height: auto;
    }
    
    .content-wrapper .item.w5 {
        height: 340px;
    }
    
    .content-wrapper .item.w5 img {
        height: auto !important;
    }
    
    .content-wrapper .item.w5 span {
        display: block;
    }
    
    .content-wrapper .contentArbWrap .item {
        width: 100%;
        margin-bottom: 0.3em;
    }
    
    .content-wrapper .contentArbWrap .item .contentArb {
        background-color: white;
        z-index: 1001;
    }
    
    #rowTesti .csc-textpic-imagewrap img {
        width: 70px !important;
    }
    
    .content-wrapper #rowTesti .csc-textpic-intext-left-nowrap-124 .csc-textpic-text {
        border: none;
        margin-left: 0;
    }
    
    footer .row:not(.rowGrey) {
        padding: 28px 5px 5px 5px;
    }
    
    footer .row.rowGrey .column {
        display: block;
    }
    
    footer .row.rowGrey nav {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    
    footer .row.rowGrey h5 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .content-wrapper #newsErw {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    
    .content-wrapper #newsErw .news .article {
        float: none;
        width: auto;
        margin-right: 0;
        height: inherit;
    }
    
    .content-wrapper #newsletterErw {
        margin-left: 0;
    }
    
    .content-wrapper #newsletterErw p {
        height: auto;
    }
    
    .content-wrapper .item.w5 {
        height: 260px;
    }
    
    .content-wrapper .item.w5 img {
        height: auto !important;
    }
    
    .content-wrapper .item.w5 span {
        display: block;
    }
    
    #rowTesti .csc-textpic-imagewrap img {
        width: 70px !important;
    }
    
    .content-wrapper #rowTesti .csc-textpic-intext-left-nowrap-124 .csc-textpic-text {
        border: none;
        margin-left: 0;
    }
    
    .content-wrapper .contentArbWrap .item {
        width: 100%;
        margin-bottom: 0.3em;
    }
    
    .content-wrapper .contentArbWrap .item .contentArb {
        background-color: white;
        z-index: 1001;
    }
    
    footer .row:not(.rowGrey) {
        padding: 28px 5px 5px 5px;
    }
    
    footer .row.rowGrey .column {
        display: block;
    }
    
    footer .row.rowGrey nav {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    
    footer .row.rowGrey h5 {
        margin-bottom: 0;
    }


}