/*
 Theme Name:   generatepress_child
 Description:  Child Theme
 Author:       Inga Baldus
 Template:     generatepress
 Version:      1.0
 Text Domain:  generatepress-child
 */



 .zitat:before {
    content: '';
    position: absolute;
    left: -60px;
    display: block;
    height: 100%;
    width: 90px;
    background: url(img/strich_blau.png) no-repeat;
    background-size: contain;
}



.ecke:before {
	content: '';
	display: block;
	width: 90px;
    height: 300px;
	background: url(img/ecke.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}


.sub-arrow  {
    position: absolute;
    right: 20px;
}
.sub-arrow svg {
    fill: white;
    width: 18px !important;
    height: 25px !important;
}


@media screen and (min-width: 1025px) {
    .sub-arrow  {
        position: initial;
    }
    .sub-arrow svg {
        fill: initial;
        width: 10px !important;
        height: 20px !important;
    }

}