/*
Theme Name:  Evolve Child
Description:  Theme fuer die Bermeitinger Platten-Verlege-Seite.
 Author:       Klaus Kuegler
 Author URI:   https://www.fotografitti.de
 Template:     evolve
 Version:      1.0
 Text Domain:  evolve-child
*/

.mainlogo, .spiegellogo {
    width: 100%;
}
.umlogo {
    
}
.links::after, .mitte::after, .rechts::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.mainlogo .links {
    background-color: #680404;
    border-radius: 30% 0 0 0;
	margin: 20% 10% 0;
}
.mainlogo .mitte {
    background-color: #ae2011;    
	margin: 20% 10% 0;
}
.mainlogo .rechts {
    background-color: #dd5503;
    border-radius: 0 0 30% 0;
	margin: 20% 10% 0;
}
.spiegellogo .links {
    background: rgb(121,35,9);
background: linear-gradient(0deg, rgba(121,35,9,0) 46%, rgb(113, 2, 2) 150%);
    border-radius: 0 0 0 30%;
	margin: 0 10%;
}
.spiegellogo .mitte {
    background: rgb(121,35,9);
background: linear-gradient(0deg, rgba(121,35,9,0) 46%, rgba(174,32,17,1) 150%);    
	margin: 0 10%;
}
.spiegellogo .rechts {
    background: rgb(121,35,9);
background: linear-gradient(0deg, rgba(121,35,9,0) 46%, rgba(221,85,3,1) 150%); 
    border-radius: 0 30% 0 0;
	margin: 0 10%;
}
.spiegellogo {
    height: 50px;
    overflow: hidden;
}
.header {
    padding-top: 0 !important;
}
body .sticky-header {
    border-bottom: 2px solid #38002a;
}
.footer {
    padding: 0.5rem 0 0 0;   
}
footer .umlogo {
    width: 12rem;
    margin-right: 6rem;
}
footer .spiegellogo {
    max-height: 30px;
    overflow: hidden;
}
footer .widget-content, footer .widget {
    margin: 0;
}
footer #custom_html-6 {

    height: 100%;
}
footer .menu-item a {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.6;
}
#backtotop {
    border-radius: 10%;
}
.btn, a.btn, button, .button, .widget .button, input#submit, input[type="submit"], .post-content a.btn, .woocommerce .button {
       border-radius: 10% !important;
  }
#copyright {
    font-size: 1em;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    top: -15px;
}
#website-title, #website-title a, #website-title a:hover, #website-title a:focus, #website-title a:visited {
text-decoration: none;
margin-top: 0.4em;
}
#plattenSlider .carousel-caption {
    bottom: 0;
    padding-top:0px;
    padding-bottom: 0px;
}
#plattenSlider .carousel-caption h5{
    color: #fff;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 4px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 6px rgba(0, 0, 0, 1), 0px 0px 7px rgba(0, 0, 0, 1), 0px 0px 8px rgba(0, 0, 0, 1), 0px 0px 9px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
line-height: 6rem;
	font-size: 2.5em;
	margin-bottom:0;
}
.einzelBild {
	margin: auto !important;
}
#menu-footer{text-align:center
}
#menu-footer li{display:inline-block;margin:5px;
}
.footerAdresse dt, .footerAdresse dd, .footerAdresse h5 {
 margin: 0;
float: right;
width: 60vw;
}
.footerAdresse dt {
    float: left;
    width: 40vw;
    text-align: right;
}
.card {
    padding: 0.5rem;
}
.widget-title, .widget-title a.rsswidget, .sidebartitle {
    font-size: 1.75rem !important;
	font-family: Roboto;
font-weight: 700;
    color: #38002a !important;
}
.sidebartitle {
	margin-top: 2rem;
}
.content {
    padding-bottom: 1rem !important;
}
.widget-title, .widget-title a.rsswidget {
    margin-left: 1em;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 8% 0 0;
}
/*
responsive
*/
@media only screen and (max-width:767.98px) {
#tagline, #website-title a {
font-size: 5vw !important;
}
.umlogo {
    width: 50%;
    margin: auto;
}

}
@media screen and (min-width: 696px) and (max-width: 767.98px) {
#tagline, #website-title a {
font-size: 4vw !important;
}
}
@media screen and (min-width: 767.98px) {
.nav-link {
    padding: 0 1rem;
}
}
@media screen and (min-width: 992px) {
	#plattenSlider .carousel-caption h5{
line-height: 7rem;
	font-size: 3em;
	}
 }


@media screen and (min-width: 1200px) {
#plattenSlider .carousel-caption h5{
	font-size: 4em;
line-height: 10rem;	
}
 }