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

#top-menu li a:hover {
	text-decoration: underline;
	color: maroon;
}
#top-header li a:hover {
	text-decoration: underline;
	color: maroon;
}

.et_pb_map {
	height:100vh;
}

a:link {
	color: #B51621;
}
a:visited {
	color: #cacaca;
	text-decoration: underline;
}
a:hover {
	color:#B51621;
	text-decoration: underline;
}
a:active {
	color:#B51621;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #B51621;
    font-weight: bold;
}

h1 { 
	font-size: 2em; 
}

h2 { 
	font-size: 1.5em; 
}

h3 { 
	font-size: 1.25em; 
	margin-top: 30px;
	margin-before: 1em; 
	margin-after: 1em 
}

h4 { 
	font-size: 1.1em; 
	margin-top: 30px;
	margin-before: 1.33em; 
	margin-after: 1.33em 
}

h5 { 
	font-size: 1em; 
	margin-top: 30px;
	margin-before: 1.67em; 
	margin-after: 1.67em;
}

h6 { 
	font-size: 1em;
	margin-before: 2.33em; 
	margin-after: 2.33em;
}

p { 
	font-size: 1em; 
	margin-before: 1em; 
	margin-after: 1em 
}