/*
Theme Name: Modellbahnmodule
Theme URI: http://www.kriesi.at/
Version: 1.0
Description: A customized version of ENDFOLD
Author: Thomas Friedrich
Author URI: http://www.modellbahnmodule.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*/

/*Slider Full Width für mobile*/
.responsive #top .slideshow_caption h2 {
font-size: 15px !important;
}

.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
font-size: 12px;
line-height: 18px;
}

#top .avia-slideshow-button {
font-size: 12px;
margin-top: 5px;
padding: 6px 8px !important;
}
.avia-caption-content {
   display: none !important;
}
/*Slider Full Width für mobile ENDE*/


/* 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;
}