/**
 *    weblogRssIcon
 */

.weblogRssIcon {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin-bottom: 1em;
    text-indent: -999em;
    background: url(../icons/rss.png) no-repeat 0 0;
}

/**
 * weblog list placed in footer columns container
 */

.preFooter ol,
.preFooter li {
    padding: 20px 0;
}

.preFooter li .postListExtTitle__postDetails {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.preFooter .weblogMeta__date {
    position: absolute;
    top: 0;
    font-size: 0.8em;
    color: #555;
}

.preFooter li .postListExtTitle__postTitle {
    position: relative;
    padding-top: 20px;
}

/**
 *    weblogMeta
 */

.weblogMeta {
    margin-bottom: .2em;
}

    
    
.news__overview--large:before {
    content: "";
    max-width: 50%;
    height: 2px;
    background: #81be47;
    width: 400px;
    position: absolute;
    top: -100px;
    left: -30%;
    z-index: -1;
    margin: -5% -10% 0 0;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.news__overview--large:after {
    content: "";
    max-width: 50%;
    height: 2px;
    background: #81be47;
    width: 400px;
    position: absolute;
    bottom: -30px;
    right: -10%;
    z-index: 20;
    margin: -5% -10% 0 0;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.weblogMeta__date {
    color: #999;
}

.weblogMeta__authorDescription,
.weblogMeta__tagDescription {
    position: absolute;
    left: -999em;
}

.weblogMeta__tag {
    display: inline-block;
    margin-right: .3em;
    margin-bottom: .5em;
    padding: .4em 1em .3em;
    border: 1px solid;
    border-radius: 2px;
    font-size: .9em;
    opacity: .8;
    text-decoration: none;
}

.weblogMeta__tag:hover, .news__teaser a:hover{
    text-decoration: none;
}

* + .weblogMeta__authors:before,
* + .weblogMeta__reactionCount:before {
    display: inline-block;
    content: '\2022';
    margin: 0 .1em;
    color: #bbb;
}

/**
 * weblogIsBasedOnExternalSource
 */

.weblogExternalSource {
    margin-bottom: 2em;
    font-size: 0.7em;
    color: #999;
}

.weblogExternalSource__sourceUrl {
    text-decoration: none;
    color: #999;
}

.weblogExternalSource__sourceUrl:hover {
    text-decoration: underline;
    color: #999;
}

/**
 *    postListTitle
 */

.postListTitle__list {
    overflow: hidden;
    margin: 0 0 1em;
    padding: 0.5em 0 0 0;
    list-style: none;
    clear: both;
}

.postListTitle__postDate {
    display: block;
    font-size: .8em;
    color: #999;
}

.postListTitle__postTitle,
.postListTitle__postComments {
    display: inline-block;
}

.postListTitle__postTitle,
.postListTitle__postTitle:hover {
    text-decoration: none;
}

.postListTitle__postComments {
    display: inline-block;
    font-size: .8em;
    color: #999;
}

.postListTitle__postCommentsLink {
    text-decoration: none;
    color: #999;
}

/**
 * PostListExtTitle
 */

.postListExtTitle__list {
    overflow: hidden;
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.postListExtTitle__postDetails {
    margin-bottom: 0;
}

.postListExtTitle__image-small {
    display: block;
    float: left;
    margin: 5px 15px 0 0;
}

.postListExtTitle__postTitle {
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    color: #555;
}

.postListExtTitle__postTitle:hover {
    text-decoration: none;
    color: #c18b48;
}

.postListExtTitle__postDetails .weblogMeta__reactionAmount {
    color: #999;
}

.postListExtTitle__postDetails .weblogMeta__tag {
    margin: 0;
    padding: 0 1em 0.4em 0;
    border: none;
    opacity: 1;
    text-decoration: underline;
}


/**
 *    postListIntro
 */

.postListIntro__list {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.postListIntro__post {
    margin-bottom: 6em;
}

.postListIntro__titleLink,
.postListIntro__titleLink:hover {
    text-decoration: none;
}

.postListIntro__introduction p {
    display: inline;
    margin: 0;
}

.postListIntro__image {
    display: block;
    margin-bottom: 1em;
}

/**
 *    weblogPost
 */

.weblogPost__title {
 
}

.weblogPost__image {
    display: block;
    margin-bottom: 1em;
}

/**
 *    weblogPostNavigation
 */

.weblogPostNavigation {
    overflow: hidden;
    margin: 4em 0;
}

.weblogPostNavigation__button,
.weblogPostNavigation__button:hover {
    display: block;
    width: 40%;
    text-decoration: none;
}

.weblogPostNavigation__button--previous {
    float: left;
}

.weblogPostNavigation__button--next {
    float: right;
    text-align: right;
}

.weblogPostNavigation__buttonText,
.weblogPostNavigation__postTitle {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.weblogPostNavigation__buttonText {
    font-size: .8em;
    color: #999;
}

/**
 *    relatedWeblogPosts
 */

.relatedWeblogPosts__title {
    margin: 2.3em 0 1em 0;
    font-size: 1.5em;;
}

.relatedWeblogPosts__list {
    margin: 0;
    padding: 0 1em .6em;
    border-top: 1px solid #ccc;
    list-style: none;
}

.relatedWeblogPosts__postDate {
    display: block;
    font-size: .8em;
    color: #8e8e8e;
}

.relatedWeblogPosts__postTitle,
.relatedWeblogPosts__postTitle:hover {
    display: block;
    text-decoration: none;
}

/**
 *    weblogComments
 */

.weblogComments__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.weblogComments__meta {
    overflow: hidden;
    margin-bottom: .4em;
}

.weblogComments__avatar {
    display: block;
    float: left;
    margin: 0 .8em 0 0;
    width: 2.7em;
    border-radius: 50%;
}

.weblogComments__metaInfo {
    display: block;
}

.weblogComments__author,
.weblogComments__permanentLink {
    display: block;
}

.weblogComments__permanentLink,
.weblogComments__permanentLink:hover {
    text-decoration: none;
    font-size: .8em;
    color: #999;
}

.weblogComments__dateDescription {
    position: absolute;
    left: -999em;
}

#message-tutorial {
    margin-top: 3em;
    padding: 1px 1em;
    background: rgba(0,0,0, .05);
}


.news__overview{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		    -ms-flex-wrap:wrap;
		        flex-wrap:wrap
		
	}


.news__overview ol {
	list-style: none;
}

@media (max-width: 35.5em){




.news__overview{
			display:block
		
	}
		}



.news__overview{display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap}

@media (max-width:35.5em){.news__overview{display:block}

}

.news__teaser{display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-webkit-flex:0 1 33%;
-ms-flex:0 1 33%;
flex:0 1 33%}

@media (max-width:61.25em){.news__teaser{-webkit-box-flex:0;
-webkit-flex:0 1 50%;
-ms-flex:0 1 50%;
flex:0 1 50%}

}

@media (max-width:35.5em){.news__teaser{-webkit-box-flex:0;
-webkit-flex:none;
-ms-flex:none;
flex:none}

}

.news__teaser a{position:relative;
margin:15px;
background:#fff;
color:#282828;
-webkit-transition:all .3s;
-o-transition:all .3s;
transition:all .3s}

.news__teaser a:after{content:'';
display:block;
clear:both}

.news__teaser a:hover{-webkit-box-shadow:0 10px 40px #d2dee2;
box-shadow:0 10px 40px #d2dee2}

.news__teaser .image img{width:100%}

.news__teaser .content{padding:20px 30px 30px 30px}

.news__teaser .content .date{position:relative;
padding-left:20px;
font-size:1.1rem;
text-transform:uppercase;
font-weight:500;
color:#bbc5c8}

.news__teaser .content .date:before{content:"";
position:absolute;
top:44%;
left:0;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
width:12px;
height:13px;
background:url(../img/icons/icon__calendar.svg) no-repeat center center;
background-size:contain}

.news__teaser .content h2{margin:15px 0 15px 0;
font-size:2.2rem;
font-weight:400;
color:#2186b9}

.news__teaser .content .link__look{display:inline-block;
margin-top:15px;
margin-right:1.5rem;
border-bottom:2px solid rgba(33,134,185,.2);
font-weight:500;
line-height:2.5rem;
color:#2186b9;
-webkit-transition:border .3s;
-o-transition:border .3s;
transition:border .3s}

.news__teaser .content .link__look:hover{border-color:rgba(33,134,185,.6)}
    
.news__overview{display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap}

@media (max-width:35.5em){.news__overview{display:block}

}