/*
 Theme Name:   Lebe Deine Wahrheit
 Theme URI:    https://generatepress.com
 Description:  Custom Theme for Lebe Deine Wahrheit
 Author:       Robin Roos
 Author URI:   https://generatepress.com
 Template:     generatepress
 Version:      1.0
*/

.ar-16-9 {
    aspect-ratio: 16/9;
}

.ar-9-16 {
    aspect-ratio: 9/16;
}

.ar-4-3 {
    aspect-ratio: 4/3;
}

.ar-1-1 {
	aspect-ratio: 1/1;
}

/* No Underline */
.no-ul, .no-ul a {
	text-decoration: none;
}