/*
Theme Name: DW Lingual Systems *Neu*
Version: 1.0
Author: Projekteins
Author URI: http://projekteins.biz
*/

/**********
Base
**********/

.pr-download {
	padding: 1rem;
	margin: 0 auto 2.5rem;
	border: 2px solid #878787;
	color: #878787;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	width: 100%;
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 850px){
    .pr-download {
        max-width: 80%;
    }
}

.pr-download:hover{
    border-color: #654ea3;
    color: #654ea3;
}

.pr-download__image {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.pr-download-icon{
    display: flex;
    margin-right: 1rem;
}

.pr-download-icon::before{
    display: inline-block;
    height: 48px;
    width: 48px;
    content: "";
    background-image: url(../images/Icon_plus2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pr-download-title{
    font-size: 1.5rem;
    color: inherit;
}

/* on hover all "non-background-colors" and images turn into the theme color */
.pr-download:hover .pr-download-icon{
    color: #654ea3;
}

.pr-download:hover .pr-download-icon::before{
    background-image: url(../images/icon_plus_active2x.png);
}

/* overwrite some styles of the old css */
#container2 {
    height: auto;
}