/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* ALLGEMEIN */

@media only screen and (max-width: 980px) {
  #top #header .av-main-nav > li.menu-item  {
      display: none!important;
  }
  #top #header .av-burger-menu-main {
      cursor: pointer;
      display: block!important;
  }
  #top #header .av-main-nav > li#menu-item-search {
      display: block!important;
  }
}


@media only screen and (max-width : 981px) {
#no-mobile, .no-mobile {
    display:none;
}
}

@media only screen and (min-width : 980px) {
#only-mobile, .only-mobile {
    display:none;
}
}

/* doktorfy */

.tipps {
	background: #66b2e1;
	padding: 50px 40px;
	margin: 40px 0;
	color: #fff;
	border-radius: 10px;
}
@media (max-width: 989px) {
	.tipps {
		background: #66b2e1;
		padding: 30px 15px;
		margin: 40px 0;
		color: #fff;
		border-radius: 10px;
	}
}

.tipps a, .tipps h2, .tipps h3 {
	color: #fff;
}

.doc-credit {
	font-size: 0.8em;
}

.doktorfy-author {
	float: right;
	margin: 0 0 20px 20px;
	width: 100px;
	height: auto;
}
@media (max-width: 767px) {
	.doktorfy-author {
		width: 80px;
		height: auto;
	}
}


div.doktorfy-vorlage {
	background-color: #f6f6f6;
	margin: 50px 20px;
	padding: 50px 20px;
	max-width: 800px;
	font-family: "Times New Roman", Times, serif;
	box-shadow: rgb(6 19 43 / 20%) 0px 3px 6px, rgb(6 19 43 / 3%) 0px 5px 10px, rgb(6 19 43 / 3%) 0px 8px 19px, rgb(6 19 43 / 4%) -6px 10px 14px, rgb(6 19 43 / 3%) 0px 46px 15px, rgb(6 19 43 / 2%) 0px 72px 30px, rgb(6 19 43 / 2%) 0px 32px 20px, rgb(6 19 43 / 1%) 0px 16px 10px;
}
div.doktorfy-vorlage h4, div.doktorfy-vorlage h5 {
	font-family: "Times New Roman", Times, serif !important;
}

/* TEXT */

body, footer, sidebar {
	font-size: 16px;
}

a {
	font-weight: 700;
	text-decoration: none !important;
}

.text-teaser {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}

@media only screen and (max-width : 1223px) {
.text-teaser { 
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
}
.entry-content-wrapper .post-title {
    font-size: 44px;
    line-height: 1em;
    letter-spacing: -2px !important;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a, .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2, .template-page .entry-content-wrapper h3, .template-page .entry-content-wrapper h4 {
    text-transform: none;
    letter-spacing: 0px;
}

#top .fullsize .template-blog .post-title {
    font-size: 42px;
}

/* Doktorfy */

.df-box {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 40px auto;
    max-width: 800px;
}
.df-box h2::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background-image: url('https://doktorfy.de/wp-content/uploads/2024/08/icon-verifiziert-anbieter-arzt-medizin-gesundheit-online.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.df-logo {
	width: 100px;
	height: auto;
	float: right;
}

/* HEADER */

#top .title_container .container {
    padding-top: 0px;
    padding-bottom: 0px;
	margin-bottom: 20px;
    min-height: 12px;
}
.title_container .breadcrumb {
    left: 50px;
}

@media only screen and (min-width : 767px) {
	div .logo {	
		max-height: 70px;
		padding-top: 10px;
	}
}
@media only screen and (max-width: 767px) {
    .responsive .logo img, .responsive .logo svg {
        max-height: 50px;
    }
}

.av-main-nav > li > a {
    font-size: 15px;
	padding: 0 8px;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
    padding: 5px 50px;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay li ul li a {
    padding: 2px 60px;
	font-weight: 400;
}

/* BODY */

#top .fullsize .template-blog .post .entry-content-wrapper {
	text-align: left;
}

.template-single-blog .content, .template-single-blog .sidebar {
    padding-top: 0px;
}

.content .entry-content-wrapper {
    padding-right: 0px;
}

.main_color .av-masonry {
    background-color: #f7f7f7;
}

.av-masonry-date {
	display: none;
}

.news-headline {
	font-weight: 500;
    line-height: 1.2em;
    font-size: 14px;
}
.news-thumb {
	padding: 0px;
    border-width: 0px;
}
.news-thumb img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.av-masonry-date {
	display: none;
}

html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello';
    color: #10c956;
}

/* THUMBNAILS */

.big-preview.single-big {
    margin: 30px auto 20px;
    width: 80% !important;
    max-height: 400px;
	border-radius: 10px;
    overflow: hidden;
    padding: 0px;
    display: flex;
    align-items: center;
}
@media (max-width: 989px) {
	.big-preview.single-big {
		width: 100% !important;
	}
}
@media (max-width: 400px) {
	.big-preview.single-big {
		margin: 40px auto 20px;
	}
	#top .fullsize .template-blog .post-title {
		padding: 0px;
	}
}

.image-overlay {
  	background: transparent !important;
	display: none !important;
}

a:hover .image-overlay, .image-overlay-inside {
    display: none !important;
}

/* SIDEBAR */

.sidebar .widget p {
	font-size: 14px;
}
.sidebar .widget ul {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
}
.sidebar .widget ul li {
    margin-bottom: 8px;
}
.sidebar .widget h3.widgettitle {
	text-transform: none;
	letter-spacing: 0px;
}

/* BUTTONS */

@media (max-width: 989px) {
.av-menu-button {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text, .avia-button-wrap .avia-color-blue {
    background-color: #10c956 !important;
    border-color: #10c956 !important;
    border-radius: 5px !important;
}

.single_add_to_cart_button {
    background-color: #10c956 !important;
    border-color: #10c956 !important;
    border-radius: 5px !important;
	font-size: 18px !important;
}

#top .av-menu-button > a .avia-menu-text {
    padding: 12px;
}

.avia-button-wrap .avia-color-white  {
    border-radius: 5px !important;
}

.avia-button-wrap .avia-color-white, .avia-button-wrap .avia-color-white:hover {
	color: #10c956 !important;
}

.av-menu-button + .av-menu-button {
    margin-left: 10px;
}

/* FOOTER */

.container_wrap {
    border-top-width: 0px;
}

#footer {
    font-size: 14px;
}
#footer a {
    font-weight: 700;
	text-decoration: none;
}
@media (max-width: 767px) {
#footer {
	text-align: center;
}
}
#footer h3.widgettitle {
	font-size: 18px;
}
@media (max-width: 767px) {
#footer h3.widgettitle {
	font-size: 21px;
}
}

#socket .container {
    line-height: 1.4em;
    text-align: center;
}

/* RELATED */

.crp_related.crp-grid .crp_title {
	background: #10c956;
    color: #ffffff;
    padding: 8px 20px;
    line-height: 1.2em;
    font-size: 18px;
	margin: 0 10px 5px;
}

.entry-content-wrapper .crp_related li {
    margin-left: 0em;
}

/* LUCKY CONTENT TABLE */

@media only screen and (max-width : 670px) {
.lwptoc_item {
	text-overflow: ellipsis;
    width: 40ch;
    white-space: nowrap; 
    overflow:hidden;
}
}

@media only screen and (max-width : 670px) {
.lwptoc_item .lwptoc_item {
	margin-left: -15px;
	text-overflow: ellipsis;
    width: 40ch;
    white-space: nowrap; 
    overflow:hidden;
}
}

.lwptoc_item .lwptoc_item a {
	font-weight: 400!important;
	margin-left: 10px;
}

.lwptoc-light .lwptoc_i {
	font-size: 0.9em;
}

/* FORMS */

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    margin: 0 !important;
}

/* STORE LOCATOR, MAPS */

#asl-storelocator.asl-cont {
    z-index: 1;
    margin-top: -20px;
}

body #asl-storelocator.asl-p-cont #asl-map-canv, body #asl-storelocator.asl-cont #asl-map-canv, body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner, #asl-storelocator.asl-cont.asl-template-0.full-height .asl-panel {
	height: 600px !important;
}
@media (max-width: 767px) {
	body #asl-storelocator.asl-p-cont #asl-map-canv, body #asl-storelocator.asl-cont #asl-map-canv {
		height: 550px !important;
	}
    body #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner, #asl-storelocator.asl-cont.asl-template-0.full-height .asl-panel {
        position: relative;
        height: 550px !important;
    }
}

/* GOOGLE TRANSLATE */

.gt_float_switcher .gt_options a {
    font-size: 14px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 10px !important;
    font-size: 15px !important;
}

.gt_float_switcher img {
    width: 20px !important;
}

#gt_float_wrapper {
	z-index: 99 !important;
}

/* STICKY BAR */

.mysticky-welcomebar-close {
	color: #fff !important;
}

/* WP FORMS */

div.wpforms-container-full .wpforms-page-button, div.wpforms-container-full .wpforms-page-button:hover  {
    background-color: #10c956 !important;
    border-color: #10c956 !important;
    border-radius: 5px !important;
}

/* FIREBOX */

.wp-block-firebox-form {
  --gap: 12px !important;
}

.fb-dialog {
	border-radius: 10px !important;
}

.wp-block-buttons .wp-block-button__link {
    background: #10c956 !important;
}

.ff-el-group input[type="text"], .ff-el-group input[type="email"] {
    border-radius: 10px !important;
}

.fluentform .ff-el-group {
    margin-bottom: 8px;
}

.ff-message-success {
    border: 0px;
    box-shadow: none;
    margin-top: -30px;
    padding: 0px;
    position: relative;
}