/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


    .search-field, .search-submit, .search-icon { display: none !important; }

<!-- Footer Link Mouse hover -->
    .footer-cs-mode a:hover { color: gray !important; }


<!-- Textblock-Anpassung unter Bildern -->
	.single-block-padding { padding: 20px 15px 20px 36px; }

<!-- Footer Texte hoehe oben anpassen -->
	.footer-text-links { margin-top: 24px 
	!important; }

	.footer-text-mitte { margin-top: 24px 
	!important; }

	.footer-text-rechts { margin-top: 24px 
	!important; }


<!-- Bild oben Philosophie smarthone volle Breite -->
/* Desktop */
.cs-selfie-philosophie .single-wrapper {
    width: 25% !important;
    max-width: 25% !important;
    margin: 0 auto; /* zentriert */
}

/* Mobile */
@media (max-width: 700px) {
    .cs-selfie-philosophie .single-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.cs-selfie-philosophie img {

    max-width: 700px; 
	  width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

<!-- Bild oben MyPage smarthone volle Breite -->
/* Desktop – volle Website-Breite */
.cs-mypage-bildoben {
    width: 100% !important;
    max-width: 100% !important;
}
	
.cs-selfie-philosophie {
background-image: url("/wp-content/uploads/CScharloh-abstract-pano-sw.jpg");
background-size: cover; /* füllt den Bereich */
background-position: center; /* zentriert */
background-repeat: no-repeat;
}	



