/*
Theme Name:     Dialoghaus
Description:    Dialoghaus-Total
Author:         fo
Template:       Total

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#top-bar {
    padding: 8px 0px 0px 0px;
}
#top-bar-wrap {
    border: 0px;
    height: 5px;
    z-index: 999;
    display: block;
    position: relative;
}
#top-bar-content {
	float: right !important;
}
#top-bar-content ul li {
    float: left;
	list-style: none;
}
#top-bar-content ul li:first-child {
    padding-right: 10px; 
}
#top-bar-content ul li:last-child {
    padding-left: 10px; 
    border-left: 1px solid black;
}
#top-bar-content ul li a.current_language {
    font-weight: bold;
}

#dh-fixed-box {
/* 	border: 1px solid red; */
	width: auto;
	height: auto;
	position: fixed;
	top: 500px;
	right: 0px;
	z-index: 99;
}

#dh-fixed-box.dh_fixed_btn {
	top: 300px !important;
}

#dh-fixed-button {
	padding: 8px;
}

#dh-fixed-phone,
#dh-fixed-email,
#dh-fixed-button {
	background-color: rgba( 255, 255, 255, 1 );
	-webkit-box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.42);
	-moz-box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.42);
	box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.42);
}

#dh-fixed-phone,
#dh-fixed-email {
	padding: 2px;
	margin-top: 15px;
	background-color: #e62d5c;
	color: #fff;
    float: right;
    clear: both;
	cursor: default;
/*     width: 316px; */
	display: flex;
    position: absolute;
    width: 72px;
    left: 90px;
	height: 44px;
}

#dh-fixed-phone span.dashicons-phone,
#dh-fixed-email span.dashicons-email {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

#dh-fixed-phone.hiddenbox,
#dh-fixed-email.hiddenbox {
    width: 72px;
	cursor: pointer;
    left: 90px;
}

div.phonemailsymbol {
	padding: 8px;
	display: flex;
}

#dh-fixed-phone {
    top: 116px;
}

#dh-fixed-email {
    top: 176px;
}

#dh-fixed-phone div.box-text,
#dh-fixed-email div.box-text {
	display: block;
	background-color: #fff;
	color: #e62d5c;
	margin-left: 4px;
    padding: 2px 8px;
	width: 270px;
}

#dh-fixed-phone div.box-text > a,
#dh-fixed-email div.box-text > a {
	color: #e62d5c;
    font-size: 15px;
    font-weight: 700;
}

#dh-fixed-phone.hiddenbox > div.box-text,
#dh-fixed-email.hiddenbox > div.box-text {
	display: none;
}

a#ef-bl-x7jn2nd9j {
	display: none !important;
}

div#dh_video_mittig div.wp-video {
	margin: 0 auto;
}

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

	#dh-fixed-box {
		padding-left: 70px;
		width: 150px;
	}

	#dh-fixed-button img {
		width: 80px;
	}

	#dh-fixed-phone,
	#dh-fixed-email {
		left: 60px;
	}

}
