
/* cookieconsent */
.cc-link {
    padding: 0;
    display: inline;
}

.cc-allow:hover{
    color: rgb(0,0,0) !important;
}
.cc-menu li a.item {
    padding: 0.3125rem !important;
}

.cc-message .cc-link{
    padding: 0 !important;
}

.cc-revoke{
    display: none !important;
}

/* "fake" fa-icons for ce-uploads and ke_search */
@media all {
    .fa-icon-dotx::before {
        content: "\f1c2";
    }
    .fa-icon-xltx::before {
        content: "\f1c3";
    }
    .fa-icon-ppt::before {
        content: "\f1c4";
    }
}

/* social share buttons */
@media all {
    .page-socialshare {
        display: flex;
        margin-bottom: 0.3125rem;
    }
    .share-heading {
        margin-right: 0.625rem;
    }

    .shariff ul {
        list-style: none;
        padding: 0;
        display: flex;
    }

    .shariff a {
        display: block;
        background: none !important;
    }
    .shariff a:hover .fa,
    .shariff a:focus .fa {
        color: rgb(255,255,255);
        background-color: rgb(0,48,93);
    }

    .shariff .fa {
        display: inline-block;
        color: rgb(51,51,51);
        background-color: rgb(255,255,255);
        text-shadow: none;
        width: 1.75rem;
        height: 1.75rem;
        padding: 0;
        line-height: 1.75;
        text-align: center;
        border-radius: 100%;
    }

    .shariff .fa:before {
        padding: 0;
    }

    .shariff-button + .shariff-button {
        margin-left: 0.625rem;
    }

    .shariff .share_text {
        border: 0 !important;
        clip: rect(1px, 1px, 1px, 1px) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }

}

/* lightbox - we have fontawesome? awesome! */
@media all {
    .ce-media-image a { position:relative; }

	/*    .ce-media-image a::before {
			content: '\f0c1';
			font-family: FontAwesome;
			font-size: 1rem;
			font-weight: 400;
			line-height: 1;

			width: 1rem;
			height: 1rem;
			position: absolute;
			z-index: 1;
			top: auto;
			bottom: 0.3125rem;
			right: 0.3125rem;

			color: rgb(255,255,255);
			text-shadow: 0 0 1px rgb(0,0,0);
			background: none;
		}*/
    .ce-media-image a.lightbox::before {
        /*content: '\f00e';*/
        content: '';
        display: none;
    }
    .ce-media-caption a::before {
        content: none !important;
    }
}

/* news */
@media all {
    .news-list-item {
        border-bottom: 1px solid rgb(175, 208, 203);
        margin-bottom: 0.9375rem;
    }
    .news-list-item.news-list-item-teaser {
        border: none;
        margin-bottom: 0;
    }

    .news-list .news-date {
        display: inline-block;
        margin-top: 0.3125rem;
    }
    .news-list-link .fa {
        padding-left: 0.5em;
    }

    .news-home .news-date {
        float: left;
        margin: 0;
        padding-right: 0.25em;
    }

    .news-home .news-date:after {
        content: "|";
    }

    .news-list-item-teaser {
        width: 100%;
    }
    .news-list-teaser .ce-textpic-inner {
        display: flex;
        flex-direction: column;
    }

    .news-list-teaser .news-teaser-text {
        flex-grow: 1;
    }

	.news-teaser-text-time {
		display: inline-block;
		float: left;
		margin-top: -6px;
		margin-right: 5px;
	}
}

/* iconbox */
@media all {

    .ce-iconbox {
        display: block;
        margin-bottom:1.25rem;
        color: currentColor;
        background-color: rgb(255,255,255);
        box-shadow: 0 0 0.625rem rgba(0,0,0,0.3);
    }

    .ce-iconbox:hover,
    .ce-iconbox:focus {
        color: currentColor !important;
        background-color: rgb(255,255,255) !important;
    }

    .ce-iconbox-inner.ce-layout-box-inner {
        padding: 0;
    }

    .ce-iconbox-icon {
        display: block;
        padding: 0.625rem;
    }

    .ce-iconbox-green .ce-iconbox-icon {
        color: rgb(255,255,255);
        background-color: rgb(176,200,49);
    }
    .ce-iconbox-darkblue .ce-iconbox-icon {
        color: rgb(255,255,255);
        background-color: rgb(0,48,94);
    }
    .ce-iconbox-red .ce-iconbox-icon {
        color: rgb(255,255,255);
        background-color: rgb(226,0,32);
    }
    .ce-iconbox-orange .ce-iconbox-icon {
        color: rgb(255,255,255);
        background-color: rgb(243,152,0);
    }
    .ce-iconbox-blue .ce-iconbox-icon {
        color: rgb(255,255,255);
        background-color: rgb(0,76,159);
    }

    .ce-iconbox .icon {
        display: block;
        fill: currentColor;
        margin: 0 auto;
        width: 1.25rem;
        height: 1.25rem;
    }
    .page-layout-home .ce-iconbox .icon {
        width: 1.875rem;
        height: 1.875rem;
    }
    .ce-iconbox-text {
        display: block;
        padding: 0.625rem;
        text-align: center;
        font-size: 112.5%;
        line-height: 1.2;
    }

}

@media all {
    .ce-slider .ce-bodytext {
        line-height: 1.2;
    }

    .page-stage .btn-primary {
        color: rgb(255,255,255);
        background-color: rgb(243,152,0);
        box-shadow: 0 0 0.625rem rgba(0,0,0,0.3);
    }
    .page-stage .btn-primary:hover,
    .page-stage .btn-primary:focus {
        border-color: rgb(0,77,159);
        background-color: rgb(0,77,159);
    }

    .page-layout-home .btn-primary {
        border-color: rgb(242,242,244);
    }

    .page-stage .btn-primary {
        border-color: rgb(243,152,0);
    }

}

@media all and (min-width: 30em) {

}

@media all and (min-width: 47.5em), print {
    .ce-media-image a::before {
        right: 0.625rem;
        bottom: 0.625rem;
    }

    /* news teaser */
    .news-list-teaser {
        margin: 0 -0.625rem;
    }
    .news-list-item-teaser {
        width: 50%;
        float: left;
        padding: 0 0.625rem;
    }
    .news-list-item-teaser:nth-child(2n+1) {
        clear: left;
    }

}

/* desktop */
@media all and (min-width: 62.5em) {

    .news-list-item {
        margin-bottom: 1.5625rem;
    }

    .news-home .ce-intext.ce-left .ce-gallery {
		padding-right: 1.25rem;
    }

    /* news teaser */
    .news-list-teaser {
        margin: 0 -1.25rem;
    }
    .news-list-item-teaser {
        width: 33.3333%;
        float: left;
        padding: 0 1.25rem;
    }
    .news-list-item-teaser:nth-child(2n+1) {
        clear: none;
    }
    .news-list-item-teaser:nth-child(3n+1) {
        clear: left;
    }

}

/* desktop - xlarge */
@media (min-width: 95em) {

    .page-stage .btn-primary {
        font-size: 125%;
    }

}
