/*
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
*/
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* heebo-300 - latin */
@font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 300;
src: url('fonts/heebo-v18-latin-300.eot'); /* IE9 Compat Modes */
src: local(''),
       url('fonts/heebo-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/heebo-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/heebo-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/heebo-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/heebo-v18-latin-300.svg#Heebo') format('svg'); /* Legacy iOS */
}
/* heebo-regular - latin */
@font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 400;
src: url('fonts/heebo-v18-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
       url('fonts/heebo-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/heebo-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/heebo-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/heebo-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/heebo-v18-latin-regular.svg#Heebo') format('svg'); /* Legacy iOS */
}
/* heebo-600 - latin */
@font-face {
font-family: 'Heebo';
font-style: normal;
font-weight: 600;
src: url('fonts/heebo-v18-latin-600.eot'); /* IE9 Compat Modes */
src: local(''),
       url('fonts/heebo-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/heebo-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/heebo-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/heebo-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/heebo-v18-latin-600.svg#Heebo') format('svg'); /* Legacy iOS */
}
/* elegant-icons */
@font-face {
	font-family: 'ElegantIcons';
	src: url('fonts/ElegantIcons.eot');
	src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
	url('fonts/ElegantIcons.woff') format('woff'),
	url('fonts/ElegantIcons.ttf') format('truetype'),
	url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: 'Heebo', sans-serif;
	font-size: 65px;
	font-weight: 600;
	line-height: 1.1;
text-decoration: #575060;
}
@media screen and (max-width: 420px) {
h1, body h1,
body .h1 {
	font-size: 50px;
	font-weight: 700;
	}}
h2 {
	font-family: 'Heebo', sans-serif;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.1;
text-decoration: #575060;
	text-transform: uppercase;
}
@media screen and (max-width: 420px) {
h2, body h2,
body .h2 {
	font-size: 41px;
	font-weight: 700;
	}}
h3 {
	font-family:'Heebo', sans-serif;
	font-size: 33px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	text-decoration: #575060;
}
body {
	font-family:'Heebo', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.7em;
}
#top-menu a{
font-family:'Heebo', sans-serif;
	text-transform: uppercase;
}
/* Button-Styles */
.et_pb_button {
  background-color: #c0abd2;
  color: white;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
font-family:'Heebo', sans-serif;
  font-size: 22px;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    padding: 10px 35px;
}
.et_pb_button:hover:after {
   display: none;
}
/* Top Menu */
.et_pb_menu .et-menu>li {
    padding-left: 18px;
    padding-right: 18px;
}
/* Footer Bottom ausblenden */
#footer-bottom {
    display: none;
}

/* List Design */
#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul {
    font-weight: 400;
	line-height: 1.6em;
}
/* Custom List Icon */
ul.hook {
  list-style: none;
  }
  ul.hook li:before {
  font-family: "ETmodules" !important;
  content: '\52 \0020';
  }
ul.hook li {
	padding: 0 0 0 0.5em !important;
	text-indent: -1.5em !important;
}
/* Blog H1 */
h1.blog {
    font-family: 'Heebo', sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1;
	text-align: center;
    color: #575060;
}
/* Blog Design */
.et_pb_blog_grid .et_pb_post {
    border: 0px;
}
.et_pb_blog_grid .et_pb_post {
    padding: 10px;
	padding-bottom: 25px;
}

/*Equalize Blog Columns*/

.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloggrid article {
        margin-bottom: 20px !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.bloggrid .post-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.bloggrid .column {
        margin-bottom: 30px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.bloggrid .et_pb_image_container {
   margin: 0px;
}
/* Post Read more link with arrow */
.et_pb_post .more-link:before {
	content: '\24 \0020';
	padding-right: 8px;
	font-family: 'ETmodules' !important;
	display: inline-block;
}
#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    height: 0px !important;
}