#main-content:focus {
    outline: none;
}

@media only screen and (min-width: 540px){
	.fifty-block__container.layout_center .fifty-block__media:after {
			background: #f5f5f5;
	}
}

.c-mosaic .f-mask-gradient-20-65>picture:before {
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.2) 75%,#000 100%);
}

.m-blog-post .c-call-to-action{
    padding: 10px 20px 6px 22px;
    color: #fff;
    border: 2px solid transparent;
    background: #0067b8;
		margin-top: 0;
	  margin: 15px 0;
}

.m-blog-post .c-call-to-action:after {
    font-family: MWF-MDL2;
    position: relative;
    content: "";
    vertical-align: middle;
}

button.c-call-to-action:hover, button.c-call-to-action:focus {
    color: white !important;
    background: #006cc2 !important;
}

button.c-call-to-action:hovfocuser span, button.c-call-to-action:focus span {
    text-decoration: none !important;
}

a.c-call-to-action:not(.glyph-play):after, a.c-call-to-action:not(.glyph-play):after {
    content: none;
}

.twitter-tweet{
	margin: auto;
}

.videowrapper{
	position: relative;
	padding: 0 0 56.25% 0 !important;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: 24px;
}

.videowrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100%;
	padding: 0px;
	margin-left: 0px;
	max-width: none;
}

.features-body .video-container {
    margin: 0;
}

.powerbiwrapper{
	position: relative;
	padding: 0 0 56.25% 0 !important;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-top: 24px;
}

.powerbiwrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100%;
	padding: 0px;
	margin-left: 0px;
	max-width: none;
}

article.m-preview.category-recent-news .m-preview-content .c-meta-text:before{
	content: "News |";
}

article.m-preview.category-microsoft-deutschland-blog .m-preview-content .c-meta-text:before{
	content: "Blogpost |";
}

.m-preview .m-preview-content .f-post-link+.c-meta-text:before, .m-preview .m-preview-content h2+.c-meta-text:before, .m-preview .m-preview-content h3+.c-meta-text:before {
	display: none;
}

.jetpack_subscription_widget input {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    line-height: 1;
    height: 44px;
    padding: 11px 4.285% 12px;
    box-sizing: border-box;
}
.jetpack_subscription_widget input[type=submit] {
    color: #fff;
    text-transform: uppercase;
    background: #2F2F2F;
    border: 1px solid #2F2F2F;
    border-radius: 0;
    width: 100%;
}
#subscribe-email {
    float: left;
    line-height: 1;
    margin: 0;
    width: 60%;
}
#subscribe-submit {
    float: right;
    line-height: 1;
    margin: 0;
    width: 40%;
}