h1, h2, h3, h4, h5, h6, .title, .product-title {
	font-weight: 300; important;
	margin-bottom: .5em;
	line-height: 1.3em;
        font-family: 'Teko', sans-serif !important;
	color: #00b1eb; important;
        text-transform: uppercase;
}

h1 {
	font-size: 2.7em;
}
h2 {
	font-size: 2.9em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}
p, address {
	margin: 0;
	padding-bottom: 25px;
	line-height: 1.9em;
	font-size: 15px;
	font-weight: 200;
	color: #213745; important;
}


/* top bar farbe*/
#site-header #top-bar .inside {
   color: #ffffff !important;	
}



/*logo mitteln*/

#site-header.main.light #logo .site-title img {
    margin-right: 20px;
}




/*logo in mobile view*/
@media only screen and (max-width: 780px)
#site-header.main.light #logo .site-title img {
    margin-left: 30px;
}



/*top bar in mobile anpassen*/
@media only screen and (max-width: 768px) {
#site-header #top-bar .right-text {
   display: block !important;
}

@media only screen and (max-width: 380px) {
.top-bar-item a {
   font-size: 12px !important;
}


/*abstände im footer für mobile/tablet*/

@media only screen and (max-width: 1024px) {
#footer #text-2, #footer #nav_menu-2 {
   padding: 0 35px !important;
}

/* footer text anpassen*/
#footer .widget-box .widget-title, #slide-panel .widget-box .widget-title {
    font-size: .9em;
    font-weight: 300 !important;
    display: block !important;
    clear: both;
    color: #fff;
    border-bottom: none;
    padding-bottom: 20px;
}

/*submenue ändern*/

.main-nav ul.sf-menu li ul {
    display: none;
    background: #00b1eb;
    line-height: normal;
    max-height: initial;
    height: auto !important;
    padding: 20px 0 25px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px 2px rgba(0,0,0,.05);
}

