/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         3 Plus Solutions
 Author URI:     https://www.3plus.solutions
 Template:       Divi
 Version:        1.0.2
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* mrs-saint-delafield-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mrs Saint Delafield';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/mrs-saint-delafield-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* readex-pro-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 200;
  src: url('/wp-content/uploads/fonts/readex-pro-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* readex-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/uploads/fonts/readex-pro-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* readex-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/readex-pro-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* readex-pro-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/uploads/fonts/readex-pro-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* readex-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/uploads/fonts/readex-pro-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* readex-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/readex-pro-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/*---- UTILITY KLASSEN ----*/
.vertikal-zentrieren {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
 
.unten-ausrichten {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

/*---- MENÜ ----*/
@media (max-width: 1030px) {
	.et-menu li {
  		display: inline-block;
  		font-size: 13px;
	}
}

/*--- MENÜ BUTTON ---*/
/*--- Button Desktop---*/
#menu-mainmenu li.menu-cta a, .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li.menu-cta > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li.menu-cta > a, #mobile_menu.et_mobile_menu li.menu-cta a {
  padding: 12px 15px 12px 15px !important;
  border-radius: 0px;
  text-align: center;
  color: #fff !important;
  background-color: #000080;
  border-radius: 0px;
  height: fit-content;
  top: 20px;
}
#menu-mainmenu li.menu-cta a:hover, #mobile_menu.et_mobile_menu li.menu-cta a:hover {
	background-color: #000080;
	opacity: 1;
}

/*-- BUTTON MOBIL --*/ 
@media only screen and (max-width: 980px) { 
	#mobile_menu.et_mobile_menu li.menu-cta a {
	margin: 20px;
	text-align: center;
	}
	#menu-mainmenu li.menu-cta a, .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li.menu-cta > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li.menu-cta > a {
	font-size: 12px;
	padding: 12px 18px !important;
	}
}


/*---- BLOGMODUL - ----*/
/*---- Seiten: Ratgeber/Startseite/ ----*/

.et_pb_blog_grid .et_pb_post {
  height: 520px !important;

}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .more-link {
	font-size: 12px;
	line-height: 1.7em;
	transition: all .2s;
	font-style: bold;
 	font-weight: 600;
	text-transform: uppercase;
	background-color: #000080;
	color: #ffffff;
	padding: 10px 14px 8px;
	border-radius: 0px;
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .more-link:hover {
	background-color: #000080;	
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .post-content-inner {
	margin-bottom: 20px;
}

.et_pb_blog_grid .et_pb_post {
	padding-bottom: 25px;
}

.single .et_pb_post{
	margin: 0px !important;
}
.single .post{
	padding: 0px !important;
}
.entry-title {
	font-weight: 700 !important;
	font-size: 28px;
	hyphens: auto;
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper {
  max-width: 1200px;
}


/*-----Tabs Blog Modul----*/

.et_pb_tabs_controls li {
	margin-right: 1%;
}

@media only screen and (max-width: 1315px) {
	.et_pb_tabs_controls li {
		margin-top: 15px;
	}
}

ul.et_pb_tabs_controls::after {
	border: none;

}

ul.et_pb_tabs_controls {
	background-color: transparent;
	margin: 0 auto;
 	max-width: 1080px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.et_pb_tab {
  padding-left: 0px;
  padding-top: 35px;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3{
    width: 30.3%;
    margin-right: 2.5%;
  }

.et_pb_tabs_controls li {
	border-radius: 0px;
}

/*-----Gravity Forms----*/

.gform_button{
	background-color: #000080 !important;
	border-radius: 0px!important
}


/*---- RATEGBER SEITEN MOBIL ----*/
@media (max-width: 980px) {
	.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) article.type-post .et_post_meta_wrapper {
		padding-top: 100px;
	}
}