 /*
Theme Name:     DFD Native Child Theme
Theme URI: 		http://nativewptheme.net/home/
Description:    Native - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://dfd.name
Template:       dfd-native
Version:        1.0.0
*/

/* NAV */


#main_mega_menu {
	overflow: auto;
	padding-left: 40px;
	margin-left: -40px;
	height: calc(100% - 280px)!important;
	-ms-overflow-style: none;
	scrollbar-width: none;
	min-width: 300px;
}

#main_mega_menu:hover {
	width: 650px!important;
}

#main_mega_menu::-webkit-scrollbar {
	width: 0px;
}

#menu-main-nav {
	width: 300px;
	padding-right: 0px;
}

.sub-nav {
	z-index: 10000 !important;
}

p a {
	text-decoration: underline;
}

.current-menu-item {
	color: #19407A !important;
}

.mega-menu-item.sub-nav-item.menu-item-depth-1.current-menu-item {
	color: #19407A !important;
}

.onclick-menu-wrap.dfd-mobile-header-hide {
	display: none;
}

#header-container #header, #header-container .header {
	border-bottom: none;
}

.has-submenu {
	left: -15px;
}

.mega-menu > ul > li .item-title i, .onclick-menu > ul > li .item-title i {
	margin-right: 5px;
	font-size: 10px;
	top: -1px;
	opacity: 1;
}

.menu-depth-1.sub-menu.sub-nav-group {
	box-shadow: none;
	border-radius: 0px;
	border-left: 1px solid #ededed;
	margin-left: 15px;
}

.mega-menu .german-ss > a {
	text-transform: none !important;	
}

.gp.dfd-socicon-google {
	color: #444444 !important;
}

.gp.dfd-socicon-google:hover {
	color: #d7482a !important;
}

.in.dfd-socicon-instagram {
	color: #444444 !important;
}

.in.dfd-socicon-instagram:hover {
	color: #C13584 !important;
}

.fb.dfd-socicon-facebook {
	color: #444444 !important;
}

.fb.dfd-socicon-facebook:hover {
	color: #3B5998 !important;
}

.widget.soc-icons a {
	font-size: 40px;
}

.dfd-socicon-jameda:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/2024/05/jameda-icon.png) no-repeat;
	background-size: 38px !important;
	margin-left: 10px;
	top: 3px;
}

.dfd-socicon-jameda:hover:before {
	background: url(/wp-content/uploads/2024/05/jameda-icon-hover.png) no-repeat;
}

.sidr-widgets {
	display: none;	
}

#CookiebotWidget {
	right: 30px !important;
	bottom: 30px !important;
	left: inherit !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
	fill: #444444 !important;
} 

.header-top-panel {
	position: fixed;
	background-color: #fff;
	top: 0px;
	left: 0px;	
	width: 100%;
	text-align: right;
	padding-right: 7%;
	box-shadow: 0px 0px 10px 0px #00000014;
	z-index: -1;
}

.dfd-header-top-info a {
	transition: .3s ease all !important;
}

.dfd-header-top-info a:hover {
	color: #929292 !important;
}

.dfd-header-top-info span {
	margin-left: 20px;
	margin-right: 20px;
}

a.doctolib::after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 30px;
	background: url("/wp-content/uploads/2023/11/doctolib-grey.png") no-repeat;
	background-size: 90%;
	top: 6px;
    position: absolute;
	transition: .3s ease all !important;
}

a.doctolib:hover::after {
	opacity: 50%;
}

a.doctolib {
	margin-right: 90px;
}

/* NAV ENDS*/



/* POPUP */

.popupHeader {
	text-transform: uppercase;
	color: #fff;
	font-family: jostmedium;
	position: relative;
	float: left;
	line-height: 30px;
	font-size: 20px;
	padding-right: 10px;
}

#popupContact {
	color: #727272;
	font-family: jostmedium;
	position: relative;
	float: left;
	background: rgba(255,255,255,0.7);
	padding: 25px 38px 10px 30px;	
	display: none;
}

.popupButton {
	line-height: 20px;
	text-transform: uppercase;
	font-family: jostmedium;
	border-color: #727272;
	color: #727272;
	padding: 10px 56px;
	position: relative;
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	background: rgba(255,255,255,0.7);
}

.closeButton {
	line-height: 15px;
	font-size: 15px;
	border-color: #727272;
	font-family: jostmedium;
	color: #b1182c;
	padding: 0 0 0 5px;
	position: relative;
	float: right;
	transform: rotate(45deg);
}

.terminButton {
	color: #727272;
	border-color: #727272;
	font-family: jostmedium;
	margin-top: 10px;
	padding: 10px 48px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.7);
	position: relative;
	float: left;
}

.terminButton:hover {
	color: #444444;
	border-color: #444444;
	cursor: pointer;
}

.popupButton:hover {
	cursor: pointer;
}

.closeButton:hover {
	cursor: pointer;
	color: #444444;
}

.news {
	width: 150px;
	height: 150px;
	background: rgba(255,255,255,0.7);
	border-radius: 150px;
	text-align: center;
	transform: rotate(-10deg);
	opacity: 1;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
   	-webkit-transition: opacity .55s ease-in-out;
}

.news:hover {
      opacity: 0.5;
}

.news-title {
	position: relative;
	top: 44%;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 20px;
	font-family: jostmedium;

}

/* POPUP ENDS */



/* SLIDER */

.custom .tp-bullet {
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
}

.tp-bullet.selected, .tp-bullet:hover {
	background: #fff !important;
}

.tp-caption img {
	opacity: 0.4;
}

.tp-caption.tp-resizeme {
	font-family: jostlight !important;
	text-shadow: 0px 3px 20px rgba(0,0,0,0.3);
}

/* SLIDER ENDS*/



/* MAIN CONTENT */

strong, b, big {
	font-weight: inherit;
	font-family: jostmedium;
}

.wpb_text_column > div > ul > li {
	margin: 0px;
	padding-left: 60px;
}

.shadow.columns {
	box-shadow: 0px 3px 20px rgba(0,0,0,0.1);
}

.blinded.columns {
	background-color: rgba(237,237,237,0.9) !important;
}

.blinded.columns:hover {
	background-color: rgba(237,237,237,1) !important;
}

.dfd-simple-advertisement .cover .entry-hover {
	background-image: url(/wp-content/uploads/2018/10/welle-2.png) !important;
	background-size: 100% !important;
	background-repeat: no-repeat;
	background-position: center;
}

.simple-banner-image {
	transform: none !important;
}

.ripple-obj {
	display: none !important;
} 


.index-1000.columns {
	z-index: 1000 !important;
}

.body-back-to-top {
	display: none;
}

.box-title.feature-title {
	text-transform: uppercase;
}

.dfd-simple-advertisement .box-info {
	background: none !important;
	border: 2px solid #fff;
	font-size: 15px !important;
	border-radius: 0px;
	padding: 10px 40px;
}

.four.extra-width.columns {
	width: 50%;
}

.cv-table {
	border: none;
}

.left-side {
	width: 10%;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.right-side {
	width: 50%;
	font-size: 16px;
	line-height: 30px;
}

.dfd_tabs_block .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a .vc_tta-title-text {
	padding-left: 0;
}

#mainwrapper-div-e1 {
	max-width: 100% !important;
}

.dfd-heading-module-wrap.german-ss h1 {
	text-transform: none !important;
}

.dfd-heading-module-wrap.german-ss h2 {
	text-transform: none !important;
}

.dfd-heading-module-wrap.german-ss div {
	text-transform: none !important;
}

.dfd-simple-advertisement.german-ss div.box-title  {
	text-transform: none !important;
}

.german-ss .dfd-button-text-main {
	text-transform: none !important;
}

body.login form p.submit label {
	display: none;
}

.noOpacity img {
	opacity: 1 !important;
	cursor: pointer !important;
}

p.border-bottom:last-of-type .wpcf7-form-control-wrap {
	border-bottom: none !important;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-text {
	background-color: #fff;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #727272;
	font-size: 17px !important;
	text-transform: uppercase !important;
}

input::placeholder {
	font-size: 17px !important;
	text-transform: uppercase !important;
}

input[type="text"]:hover {
	box-shadow: none !important;
}

.four.columns p label {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 17px !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-family: "JostBold" !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
}

.wpcf7 form .wpcf7-response-output {
	color: #46b450;
	border: none;
	font-family: "JostBold" !important;
}

/* MAIN CONTENT ENDS*/



/* FOOTER */

#footer .vc-row-wrapper.full_width_content {
	padding: 0 !important;
}

#footer {
    background: #727272 !important;
}

.six.footer-sticker.columns { 
	margin-top: -509px;
	background-color: #727272;
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 52px;
	z-index: 2;
}

.dfd-icon-list-wrap {
	float: left;
	padding-right: 20px;
}

.dfd-background-dark#sub-footer .subfooter-copyright, .row .background--dark#sub-footer .subfooter-copyright {
	color: rgba(255,255,255,1);
}

.dfd-subfooter-logo-wrap img {
	width: 130px;
}

#sub-footer > .row.full-width {
	padding-left: 130px;
	padding-right: 130px;
}

.widget.soc-icons {
    width: 300px;
}

.popHeading {
	text-transform: uppercase;
	font-family: jostmedium;
}

#opening {
	background: none;
	border: none;
}

#opening th {
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

table tbody tr td {
	padding: 0 10px 0 0;
}

table thead, table tfoot {
	background: none;
}

table tbody tr:nth-child(even) {
	background: none;
}

div#jameda-widget-container381841 {
	margin: auto !important;
}

div#jameda-widget-container394615 {
	margin: auto !important;
}

/* FOOTER ENDS */



/* MOBILE */

/* iPhone 6,7,8 */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
.has-submenu {
    margin-left: -20px;
}

h3 {
	font-size: 20px;
	line-height: 25px;
}

.sidr .sidr-inner > ul li a {
	padding: 15px 40px;
}

div#stuning-header {
	margin-top: 70px;
}

.sidr .sidr-inner > ul li.has-submenu a {
    padding-right: 50px;
}

#sub-footer > .row.full-width {
	padding: 0;
}

.sp-footer-header p {
	font-size: 12px;
    line-height: 17px;
}

table thead tr th, table tfoot tr td {
	font-size: 10px;
}

table tbody tr td {
	padding: 0;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	font-size: 9px;
}

.six.footer-sticker.columns {
	padding: 50px 20px 50px 20px;
}

.vc_row.vc-row-wrapper.hide-mobile {
    display: none;
}

ul.sidr-class-sub-menu {
    padding-left: 40px !important;
}

}

/* iPhone 6,7,8 ENDS */


/* GalaxY S5 */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {


.has-submenu {
    margin-left: -20px;
}

h3 {
	font-size: 20px;
	line-height: 25px;
}

.sidr .sidr-inner > ul li a {
	padding: 15px 40px;
}

div#stuning-header {
	margin-top: 70px;
}

.sidr .sidr-inner > ul li.has-submenu a {
    padding-right: 50px;
}

#sub-footer > .row.full-width {
	padding: 0;
}

.sp-footer-header p {
	font-size: 12px;
    line-height: 17px;
}

table thead tr th, table tfoot tr td {
	font-size: 10px;
}

table tbody tr td {
	padding: 0;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	font-size: 9px;
}

.six.footer-sticker.columns {
	padding: 50px 20px 50px 20px;
}

.vc_row.vc-row-wrapper.hide-mobile {
    display: none;
}

ul.sidr-class-sub-menu {
    padding-left: 40px !important;
}


}
/* GalaxY S5 ends */





/* Android */
@media screen and (max-device-height: 811px) { 


.has-submenu {
    margin-left: -20px;
}

h3 {
	font-size: 20px;
	line-height: 25px;
}

.sidr .sidr-inner > ul li a {
	padding: 15px 40px;
}

div#stuning-header {
	margin-top: 70px;
}

.sidr .sidr-inner > ul li.has-submenu a {
    padding-right: 50px;
}

#sub-footer > .row.full-width {
	padding: 0;
}

.sp-footer-header p {
	font-size: 12px;
    line-height: 17px;
}

table thead tr th, table tfoot tr td {
	font-size: 10px;
}

table tbody tr td {
	padding: 0;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	font-size: 9px;
}

.six.footer-sticker.columns {
	padding: 50px 20px 50px 20px;
}

.vc_row.vc-row-wrapper.hide-mobile {
    display: none;
}

ul.sidr-class-sub-menu {
    padding-left: 40px !important;
}


}
/* Android ends */


/* iPad */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

.vc_row.vc-row-wrapper.hide-mobile {
    display: none;
}

div#stuning-header {
	margin-top: 70px;
	height: 400px;
}

}

/* iPad ENDS */


/* MacBook Air 13 */

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

	
	.german-ss .sub-nav {
    	top: -120px !important;
	}
	
	#main_mega_menu {
		height: calc(100% - 235px)!important;
	}	
}

/* MacBook Air 13 ENDS */



/* Desktop */

@media (min-width: 1025px)
and (max-width: 1920px) {

.vc_row.vc-row-wrapper.hide-desktop {
	display: none;
}

}

/* Desktop ENDS */

/* 24 inch iMac */

@media only screen and (min-width : 1600px) {

.vc_row.vc-row-wrapper.hide-desktop {
	display: none;
}

/* 24 inch iMac ENDS */
	
}

/* 27 inch iMac */

@media only screen and (min-width : 2400px) {

.vc_row.vc-row-wrapper.hide-desktop {
	display: none;
}
	
}

/* 27 inch iMac ENDS */

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

.dfd-header-bottom-buttons {
	display: block;
}

.dfd-header-buttons-wrap {
	display: block;
}

.soc-icons-wrap.dfd-mobile-header-hide {
	display: none;
}

#top-panel-inner, .dfd-mobile-header-hide {
    display: block;
}

#header-container .header-top-panel .dfd-header-top-info {
    display: block;
}

.dfd-header-top-info a:first-child {
	display: block;
}

.dfd-header-top-info a {
	display: none;
}

.dfd-header-top-info span {
	display: none;
}

#header-container {
	top: 40px;
}

#main-wrap {
    top: 40px;
}

.header-top-panel {
	padding-right: 0;
}

.header-top-panel .dfd-header-top-info {
	float: inherit;
	text-align: center;
}

.dfd-header-top-info {
	padding-right: 0;
}

}

/* MOBILE ENDS */