/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */



/* Grundlegendes */

div {
	border-color: #eeeeee !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #111111 !important;
}

#home h2 {
	color:#dddddd;
}

.et_cover_background {
	background-image: url(https://www.cthulhu-webshop.de/bilder/cthulhu_comes.jpg) !important;
	background-repeat: repeat !important;
	background-color: #111111 !important;	
	background-size: auto !important;
}


/* nur Farben aller Art */

#main-content {
	color: #dddddd !important;
	background-color: #111111 !important;
}

#main-content .container:before {
	background-color: #111111;
}

body.et_pb_section_0 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
	background-image: linear-gradient(#009933, #00bc3e);
}



/* Farben & Boorders aller Art */

#footer-bottom {
	background-color: #111111;
	border-radius: 10px 10px 0 0 ;
}

#et-footer-nav {
	background-color: #111111;
	border-radius: 10px 10px 0 0 ;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #111111 !important; /* important-geprüft */
    
}


/* nur Borders aller Art */
 
#main-header {
	border-radius: 0 0 10px 10px;
}

#main-footer {
	border-radius: 10px 10px 0 0 ;
}

.category-news {
	margin-left: 20px;
}

.et_pb_grid_item {
	margin: 10px !important;
}

.et_pb_image {
	border-radius: 10px;
}

.et_pb_widget a {
	color: #111111 !important;
}

.et_pb_widget a:hover {
	color: #009933 !important;
}

ul .sub-menu {
	border-radius: 0 0 10px 10px;
}



/* Links aller Art */

#left-area .post-meta a {
	color: #111111 !important;
}

#left-area .post-meta a:hover {
	color: #009933 !important;
}


#menu-footermenue a {
    color: #00ee99 !important;
}

#menu-footermenue a:hover {
    color: #111111 !important;
}

#menu-footer-bottom a {
    color: #009933 !important;
}

#menu-footer-bottom a:hover {
    color: #00ee99 !important;
}

#top-menu a {
	color: #00ee99 !important;
}

#top-menu a:hover {
	color: #111111 !important;
}

.et_color_scheme_green a {
	color: #111111;
}

.et_color_scheme_green a:hover {
	color: #009933;
}

div .et_pb_text_inner a {
	color: #00ee99 !important;
}

div .et_pb_text_inner a:hover {
	color: #111111 !important;
}

.et_pb_contact_field a {
	color: #00ee99;
	text-decoration: none;
}

.et_pb_contact_field a:hover {
	color: #111111;
}

/* Anpassungen Submenü */
.nav li ul {
	width: 370px;
}

#top-menu li li a {
    width: 350px;
    padding: 2px 10px;
	font-size: 1em;
}

.nav li li {
    line-height: 1.4em;
}

/* Abstand Text in Beiträgen */
.et_pb_text_inner {padding-left: 1.25em; padding-right: 1.25em;
}


/* Abstand Capcha-Feld Kontaktformular */
.et_pb_contact_right p input {
    max-width: 50px;
	font-size: 14px;
    padding: 12px 10px 12px 8px;
	margin-bottom: 5px;
}

.et-pb-contact-message {
    font-size: larger;
    text-align: center;
}


/* Dinge ausblenden */

#page-container {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#top-menu .cat-item {
	display: none;
}

.gegen-spam {
	display: none;
}



/* Damit WP-Admin-Menu richtig angezeigt wird */

#wpadminbar li a {
	color: #a0a5aa !important;
}

#wpadminbar li a:hover {
	color: skyblue !important;
}