/*
	Theme Name: divi child
	Theme URI: 	mohsin
	Template: 	Divi
	Version: 	3.26.3
*/

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */
body.et_cover_background{
	background-color: #fff;
    background-image: url("/wp-content/uploads/2022/05/whitediamond.png");
    background-repeat: repeat !important;
    background-attachment: scroll !important;
	background-size: initial !important;	
}
html body {
	font-weight: 400;
	line-height: 1.66;
}

/* Headings
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 400;
	padding-bottom: 20px;
}
body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4 {
	padding-top: 15px;
}

/* paragraph
--------------------------------------------------- */

body p {
	padding-bottom: 15px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

/* anchor tag
--------------------------------------------------- */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}
.entry-content a:hover {
	color: #0073ab;
}
.et_pb_bg_layout_dark a {
	color: #fff;
}

/* Buttons 
----------------------------------------------- */

#page-container .et_pb_button,
#page-container .et_pb_section .et_pb_button_1,
#page-container .et_pb_section .et_pb_button_2,
#page-container .et_pb_section .et_pb_button_3{
	display: inline-block;
	padding: 12px 30px !important;
	line-height: normal !important;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	min-width: 250px;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container button.et_pb_button {
	background: #567426;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

/* Header right widget area 
--------------------------------------------------- */

.header-right-area {
	position: relative;
	z-index: 999;
	overflow: hidden;
	float: right;
	padding-top: 20px;
	padding-bottom: 25px;
}
.header-right-area p {
	display: inline-block;
	padding-bottom: 0;
}
.header-right-area a {
	color: #000;
	position: relative;
	margin-left: 40px;
}
.header-right-area a:first-child {
	margin-left: 0;
}
.header-right-area .icon {
	color: #567426;
	margin-right: 5px;
}

/* Header menu 
--------------------------------------------------- */

#main-header div#et-top-navigation {
    clear: both;
    padding: 40px 0 25px !important;
}
body #top-menu > li {
	padding-right: 12px;
}
#top-menu-nav #top-menu > li > a {
	font-weight: 400;
	padding-bottom: 12px;
	padding-right: 0;
}
#top-menu-nav #top-menu > li > a:after {
	display: none;
}
#top-menu li ul {
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #top-menu li li a {
	width: 100%;
	padding: 15px 20px 15px;
	font-size: 16px;
	color: #000000;
	opacity: 1;
	text-transform: inherit;
}
#main-header #top-menu li li a:hover {
  
}

/* Menu hover 
--------------------------------------------------- */

#top-menu > li > a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    width: 0;
	bottom: 0px;
	margin: auto;
	border-bottom: 6px solid #0073ab;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li > a:hover:before {
    width: 45px;
}


/*
Home Page Styling
---------------------------------------------------------------------------------------------------- */

/* Home Header 
--------------------------------------------------- */

.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#home-panel2 #menu-losungen {
    display: block;
    border: 1px solid #ebebeb;
    width: 100%;
}
#home-panel2 .et_pb_menu__menu .menu-item {
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding: 5px 10px;
}
#home-panel2 .et_pb_menu__wrap,
#home-panel2  .et_pb_menu__wrap .et_pb_menu__menu{
	display: block;
}
.quotes-section .et_pb_row:last-child .et_pb_text {
    position: relative;
    padding: 18px 20px 28px 55px;
}
.quotes-section .et_pb_row:last-child .et_pb_text:before {
    content: "";
    background: url(/wp-content/uploads/2022/05/download.svg) no-repeat;
    position: absolute;
	left: 12px;
    top: 20px;
    width: 35px;
    height: 35px;
    display: block;
}
#cta-section .et_pb_button {
    margin-top: 17px;
    padding: 12px 1px !important;
}
#custom-footer h4 {
    font-weight: 600;
}
#custom-footer p,
#custom-footer a{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
#author-section p{
	padding-bottom: 10px;
}
#circulating-image-panel h2{
	margin-bottom: 30px;
}
/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #0073ab;
	box-shadow: 0px 0px 20px -3px rgb(56 129 144 / 50%);
	padding: 0;
	margin-bottom: 15px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	font-size: 23px;
	font-weight: 400;
	color: #0073ab;
	padding: 22px 65px 22px 22px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #0073ab;
	display: block;
	right: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 0 65px 40px 22px;
}