/**
* Theme Name: 	Total-Child
* Theme URI: 	https://dreifueralles.de
* Description: 	Child-Theme von Total.
* Author: 		Uwe Bienasch
* Author URI: 	https://dreifueralles.de
* Template: 	Total
* Version: 		1.0.0
*/

@import url('ub-fonts.css');
@import url('total-theme-reset.css');
@import url('ub-styles-pro.css');






/* ausgeschaltet */

/*
.site-search-toggle .fa {
    display: none;
}



.site-footer {
    display: none;
}
*/

/* Top-Menu */

#top-bar-wrap {
    display: none;
}

.site-breadcrumbs {
    display: none;
}

#footer-callout-wrap {
display: none;
}

#site-logo a.site-logo-text {
display: none;
}


/*
#site-header,.is-sticky #site-header { 
  background-image: url(https://kfz-kummer.de.w017687e.kasserver.com/wp-content/uploads/2017/11/header-kummer.png)!important;
background-size: cover;
background-position: center center;
  	background-repeat: no-repeat;
  	min-height: 280px;
}
*/


#site-header { 
  background: url(../images/header-kummer.jpg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}


.blog-entry-inner clr {
width: 50%!important;

}

.wp-caption {
    text-align: center;
    border: 0px solid #eee;
    background-color: #fff;
    padding: 0px;
    font-style: italic;
    font-size: 1.2em;
    letter-spacing: 0.03em
}

/* Links */
a {
    color: #1d9be0;
    text-decoration: none;
    outline: medium none;
}

a:hover {
    color: #1d9be0;
    text-decoration: underline;
    outline: medium none;
}

/*
a:visited {
    color: red;
    text-decoration: none;
    outline: medium none;
}*/




/* Forms */


input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea {
    padding: 0.2em;
    border-radius: 5px;
}

textarea {
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    height: 10em;
}

.wpcf7 input, .wpcf7 textarea {
    margin-top: 0px;
}

input[type="submit"] {
    background: #A2A2A2;
}

#site-scroll-top:hover {
    background: #D85C22 none repeat scroll 0% 0%;
}





/* ------Media Queries------- */

/*
@media screen and (max-width: 778px) {

#site-header,.is-sticky #site-header { 
  background-image: url(https://dreifueralles.de/ub-images/780-x-300.jpg)!important;
  	background-size: contain!important;
  	background-repeat: no-repeat;
}


}

@media screen and (max-width: 730px) {

img {width: 100%}

}


@media screen and (max-width: 420px) {

#site-header,.is-sticky #site-header { 
  background: url(https://dreifueralles.de/ub-images/420-x-200.jpg) no-repeat!important;
	background-size: contain;
}

#site-header-inner {
    height: 200px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.boxed-main-layout #wrap .container {
    padding-left: 20px;
	padding-right: 20px;
}

}

*/



@media screen and (max-width: 1280px) {

.navbar-style-two .dropdown-menu > li > a {

    padding: 0px 15px;
    font-size: 1.2em;

}

}








@media screen and (max-width: 480px) {

#site-header,.is-sticky #site-header { 
  background: url(../images/header-kummer-mobil-480.jpg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

}

@media screen and (max-width: 360px) {

#site-header,.is-sticky #site-header { 
  background: url(../images/header-kummer-mobil.jpg) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

}



@media screen and (max-width: 369px) {

/*
#site-header,.is-sticky #site-header { 
  background: url(https://dreifueralles.de/ub-images/320-x-150.jpg) no-repeat!important;

}
*/

.boxed-main-layout #wrap .container {
    padding-left: 10px;
    padding-right: 10px;
}

.ub-title-start {
    font-size: 240%;
}

.ub-imagebox-text {
    margin-bottom: -40px;
}


.footer-heading {
	text-align: center;
}

.footer-tel-pannenhilfe{
	text-align: center;
}

}


