.studyCatalogItemDetail__print,
.studyCatalogItemDetail__backToOverview {
    display: block;
    padding: 2px 5px;
    margin-top: .5em;
    border: 1px solid #009fe3;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #009fe3;
    background-color: #fff;
}

.studyCatalogItemDetail {
    display: block;
	position: relative;
	margin-bottom: 2em;
    padding: 0 0 20px;
	vertical-align: top;
	background: #fff;
}

.studyCatalogItemDetail__image {
    display: block;
}

@media screen and (min-width: 768px) {
    .studyCatalogItemDetail__column {
        display: table;
        width: 100%;
    }

    .studyCatalogItemDetail__visual,
    .studyCatalogItemDetail__content {
        display: table-cell;
        vertical-align: top;
    }

	.studyCatalogItemDetail__visual {
        width: 240px;
        padding-right: 20px;
    }
}

.studyCatalogItemDetail__title {
    font-size: 36px;
    margin-bottom: 0;
}

.studyCatalogItemDetail__subject {
    display: block;
    font-size: 14px;
    color: #313131;
}

.studyCatalogItemDetail__typeAndWrite {
    display: block;
    margin-bottom: 1em;
    font-size: 14px;
    color: #006eab;
}

.studyCatalogItemDetail__description {
    margin-bottom: 1em;
}

.studyCatalogItemDetail__footer {
    text-align: right;
}

.studyCatalogItemDetail__link {
    display: inline-block;
    padding-left: 10px;
    text-align: right;
    font-size: 20px;
    line-height: 1.8em;
    border: 1px solid #1c8ede;
    text-decoration: none;
    transition: all .2s;
}

.studyCatalogItemDetail__link:hover {
    color: #fff;
    background-color: #1c8ede;
}

.studyCatalogItemDetail__link:after {
    content: '>';
    display: inline-block;
    padding: 8px 12px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    background-color: #1c8ede;
    transition: all .2s;
}

.studyCatalogItemDetail__content audio,
.studyCatalogItemDetail__audio {
    width: 100%;
}

/**
 * shareButtons
 */

.shareButtons ul {
    list-style: none;
    margin: 0 0 20px 0;
    text-align: left;
}

@media screen and (min-width: 768px) {
	.shareButtons {
        padding-left: 240px;
    }
}

.shareButtons li {
    display: inline-block;
}

.shareButton {
    display: block;
    margin-right: 3px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #0077b5;
}

.shareButton--twitter {
	background-color: #1da1f2;
}

.shareButton--facebook {
	background-color: #3b5998;
}

.shareButton--email {
	background-color: #1c8ede;
}

.shareButton__icon {
    color: #fff;
    fill: #fff;
}