/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/

blockquote {
	font-size: 1.2rem !important;
	line-height: 1.8rem !important;
}

p {
	font-size: 1.2em !important;
	line-height: 1.8em;		
}

H1 {
	font-size: 2.0rem !important;
	line-height: 3.0rem;	
}

H2 {
	font-size: 1.5rem !important;
	line-height: 2.2r5em;		
}

H3 {
	font-size: 1.17rem !important;
	line-height: 1.755rem;		
}

H4 {
	font-size: 1.0rem !important;
	line-height: 1.5rem;		
}

H5 {
	font-size: 0.83rem !important;
	line-height: 1.25rem;		
}

H6 {
	font-size: 0.67rem !important;
	line-height: 1.0rem;		
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 981px) {
	.beats-fact-box {
		min-height: 360px !important;
	}
	
	.pa-menu-hide-desktop {
		display: none !important;
	}
	
	.main-page-section {
	}
		
	.page-main-header-white > div > h1  {
		font-size: 4rem !important;
		line-height: 6.0rem;		
		color: #ffffff !important;
	}
	
	.page-main-header-blue > div > h1  {
		font-size: 4rem !important;
		line-height: 6.0rem;
		color: #002F52 !important;
	}
	
	.blog-header {
		font-size: 4rem;
	}
	
	.page-sub1-header > div > p {
		font-size: 2.4rem;
		line-height: 1rem;
		color: white;
	}

	.contact-form-details > div span {
		font-size: 1.3rem;
		font-weight: normal !important;
	}
	
	#what-beats-can-do-row{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#what-beats-can-do-row-header > div > p {
		font-size: 1.3rem !important;
		color: #888888;
	}
	
	#what-beats-can-do-row-image {
		width: 60%;
	}		
	
	.hide-on-desktop {
		display: none !important;
	}
}

/*** Responsive Styles Tablet ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	.beats-fact-box {
		min-height: 200px !important;
	}
	
	.et_pb_row {
		width: 90%;
	}
	.container {
		width: 92%;
	}
	.main-page-section {
		padding: 0%;
		margin: 0;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	.page-main-header-white {
		font-size: 4rem !important;
		line-height: 6.0rem;
		color: white !important;
	}
	
	.page-main-header-blue > div > h1  {
		font-size: 4rem;
		line-height: 6.0rem;
		color: #002F52 !important;
	}
	
	.blog-header {
		font-size: 4rem;
	}
	
	.page-sub1-header > div > p {
		font-size: 1.8rem;
		color: white;
	}
	
	.contact-form-details > div span {
		font-size: 1.1rem;
		font-weight: normal !important;
	}
	
	#what-beats-can-do-row {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#what-beats-can-do-row-header > div > p {
		font-size: 1.3rem !important;
		color: #888888;
	}
	
	#what-beats-can-do-row-image {
		width: 30%;
	}	
	
	.hide-on-mobile {
		display: none !important;
	}
}

@media only screen and (min-device-width : 4414px) and (max-device-width : 8736px) and (orientation : portrait) { 
	.main-page-row {
 		width: 100% !important;
		padding: 50px !important;
		border: 2px solid yellow !important;
	}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	
	.et_pb_row {
		width: 92%;
	}
	
	.container {
		width: 92%;
	}
	

	.beats-fact-box {
		min-height: 200px !important;
	}
	
	.main-page-section {
		padding: 0%;
		margin: 0;
	}
	
	.page-main-header-white > div > h1  {
		font-size: 2.4rem;
		line-height: 3.6rem;
		color: whte !important;
	}
	
	.page-main-header-blue > div > h1  {
		font-size: 2.6rem;
		line-height: 3.6rem;
		color: #002F52 !important;
	}

	.page-sub1-header > div > p {
		font-size: 1.4rem;
		color: white;
	}
	
	.contact-form-details > div span {
		font-size: 1.1rem;
		font-weight: normal !important;
	}
	.blog-header {
		font-size: 2.6rem;
	}
	#what-beats-can-do-row {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#what-beats-can-do-row-header > div > p {
		font-size: 1.1rem !important;
		color: #888888;
	}
	
	#what-beats-can-do-row-image {
		width: 40%;
	}
	
	.hide-on-mobile {
		display: none !important;
	}
}
blockquote {
  	width:100%;
  	margin: 30px auto;
  	font-style:italic;
  	padding:2.4em 20px 1.2em 20px;
  	border-left: 8px solid #78C0A8;
  	position: relative;
  	background:#f9f9f9;
}

blockquote::before {
  	content: "\201C";
  	font-size: 5rem;
  	position: absolute;
  	left: 10px;
  	top: 40px;
	color: #ccc;
}

blockquote::after {
  	content: "";
}

blockquote span {
	  display:block;
	  font-style: normal;
	  font-weight: bold;
	  margin-top:1em;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fefefe;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
}

.language-selector {
}

/*add icon to the opened accordion*/
/*.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e04f";
}
*/
div > h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.4em;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 981px) {
}
/*** Responsive Styles Tablet ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}
/*** Responsive Styles Large Desktop And Above ***/

#footer-menu-icon {
	text-align: left !important;
}

/* allgemeine Hyperlinks */
p > a {
	color: #002f52 !important;
	font-style: italic;
	text-decoration: underline;
}

p > a:hover {
	color: #4aacf7 !important;
	text-decoration: underline;
}

/* language chooser */
a#lang-de, 
a#lang-en {
	color: #002f52 !important;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a#lang-de.highlight-lang,
a#lang-en.highlight-lang{
	color: #002f52 !important;
	font-weight: bold;
	text-decoration: underline;
}

li.current-page-ancestor a {
    color: #6ec1e4 !important;
    border-bottom-color: #6ec1e4 !important;
    border-bottom-style: solid !important;
    border-bottom-width: thin;
}

#footer-menu-links a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	border-bottom: 1px solid transparent;
}

#footer-menu-links a:hover {
	border-bottom: 1px solid #ffffff;
}

.main-header-menu .et-menu-nav li.current-menu-item > a {
	text-decoration: none !important;
}
.main-header-menu .et_mobile_menu li > a {
	text-align: center;
}

.main-header-menu .et_mobile_menu li.current-menu-item > a {
	text-decoration: none !important;
}

.menu-language a {
	color: #002f52 !important;
}

.menu-language a:hover {
	color: #002f52 !important;
	text-decoration: underline;
}

.highlight-lang a {
	font-weight: bold !important;
	text-decoration: underline;
}

li.active {
    color:#fff;
}

li.active a {
    text-decoration: underline;
}

.et_mobile_menu {
}

.et_mobile_menu li a {
	border-bottom: 1px solid #ccc !important;
}

.et_mobile_menu li:last-child a {
	font-size: 0.9em !important; 
}
.et_mobile_menu li a:hover {
	background-color: #002f5280;
}

/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}

.et_pb_menu .et_pb_menu__search-input {
	background-color: #e5e5e5 !important;
	padding: 5px;
}

.et-pb-contact-message {
	font-style: italic;
	font-size: 1.2rem;
	font-weight: bold;
}

.blog-header:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 0; /* This will center the border. */
    width: 80px; /* Change this to whatever width you want. */
    padding-top: 2px; /* This creates some space between the element and the border. */
    border-bottom: 6px solid #f59300; /* This creates the border. Replace black with whatever color you want. */
}


/*style the Divi blog link text as a button*/
/*.et_pb_post a.more-link {
  color: #ffffff;
	background: #0071fc;
	border: 2px solid #0070fc;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
/*style the Divi blog link text as a button on hover*/
/*.et_pb_post a.more-link:hover {
	background: transparent;
	color: #0070fc;
	border: 2px solid #0070fc;
	transition: all 0.3s ease-in-out;
}

/*add an icon to the Divi blog read more button*/
.et_pb_post .more-link:after {
	content: "\24";
	font-family: ETModules;
	vertical-align: middle;
	margin-left: 10px;
}

.cookie-consent-header {
	font-style: bold;
	font-size: 30px;