/*
Theme Name: Jugendzentren der Stadt Köln
Theme URI: http://www.kriesi.at/
Version: 1.0
Description: A customized version of ENDFOLD
Author: Christian Tölg
Author URI: http://www.biesenbach-toelg.de
Template: enfold
*/

/*Spezielle Ansichten für DEVICES*/


@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}

@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }
.avia-table-1 td:nth-of-type(1):before {
display: none; 
}
}



/*ENDE Spezielle Ansichten für DEVICES*/



/* aus quick CSS */

/* klasse um abgerundete Ecken zu entfernen */
.eckig a {
    border-radius: 0px !important;
}

/* Logo anpassung
.logo img {
    margin-top: 10px;
} */

/* Anpassung für Nummern Leitbild Saetze */
.av_dropcap2 {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    margin: 10px 10px 60px 0;
    border-radius: 100px;
    font-weight: bold;
}