/*   
Theme Name: Dorayaki Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: dorayaki
Version: 1.0
Tags: Dorayaki Child Theme
*/

/* Import the stylesheet from the Dorayaki parent theme */
@import url('../dorayaki/style.css');

/* 
wvg - Now you can start adding your own styles here. Use !important to overwrite styles if needed. */


.headerinfo-text li span {
font-weight: normal;
color: #fff !important;
padding: 13px 20px !important;
font-size: 24px !important;
font-style: normal; 
}

#masthead ul.headerinfo-text li span {
    border-radius:  25px 5px 25px 5px;
}



.footerlabel-description {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}


p.footerlabel-title {
    font-size: 1.3rem !important;
    letter-spacing: 0px !important;
}



.qtrans_language_chooser { list-style-type:none !important}
.qtrans_language_chooser li { float:left!important; margin-right:20px !important; }

.qtrans_flag_de {background-position: 0% 50% !important; }
.qtrans_flag_en {background-position: 0% 50% !important; }

.entry-content p.slogan {font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif !important; font-size: 16px; font-size: 1.1rem; line-height: 1.6;}


a.service-box:hover {color: #fff;}
.service-box span.service-name {color: #dd2222;}

.red-box {
	background:#FCD3D1;
	border-bottom:5px solid #cc071e;
}

.red-btn {background:#cc071e !important;}
.red-btn:hover {background:#ee0000 !important;}

.portfolio-box h3.portfolio-title {
 	font-size: 1.1rem !important;
}


/* -- Radio Button Fix -- */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }

.footerlabel-description {
    visibility: hidden;
}



.contact-info {
   float: left !important;
}

.contact-box .cb-emails {
     visibility: hidden !important;
}

.page .contact-info {
    width: 100%  !important;
    float: left;
}

.contact-box .cb-address-wrap {
    border-right: none !important;
}

/* -- Autor ausschalten -- */
.entry-author {
  display: none !important;
}