/*
Theme Name: Sprachraum
Description: A child theme to house custom coding & design by punkt3.com.
Author:   punkt3
Template: Divi
*/

@import url("../Divi/style.css");

/* Body */
body {
	font-size: 16px;
	line-height: 1.7em;
}

/* TEXTFORMATE MONITOR */
h1 	{ font-size: 48px !important; font-weight: 900; line-height: 57px !important;  margin-bottom: 15px; text-transform:uppercase; }
h2 	{ font-size: 20px !important; font-weight: 600; line-height: 24px !important; margin-bottom: 15px; color: #dc6229 !important;  }
h3 	{ font-size: 24px !important; font-weight: 500; line-height: 28px !important; margin-bottom: 15px; text-transform:uppercase;  }
h4 	{ font-size: 16px !important; font-weight: 500; text-transform:uppercase; line-height: 1.7em !important;}
p	{ font-weight: 400; line-height: 1.7em !important ; padding-bottom: 1.7em !important; }
.gross p { font-size: 20px !important; font-weight: 300; }

/* TEXTFORMATE TABLET kleiner bis 1024px */
@media only screen and (max-width: 1024px) { 
		h1 { font-size: 30px !important; line-height: 35px !important; }
}
/* TEXTFORMATE SMARTPHONE kleiner bis 600px */
@media only screen and (max-width: 600px) { 
		h1 { font-size: 26px !important; line-height: 30px !important;	}
}

/* LISTEN STYLING*/
ul.liste 	{ padding: 0 0 15px 0 !important; }
ul.liste li { list-style-type:circle; border-bottom: 1px solid #dc6229; }
ol.liste 	{ padding: 0 0 15px 0 !important;  }
ol.liste li { border-bottom: 1px solid #dc6229; }

/* FOOTER */
#footer-bottom { display: none !important; }
#footer-info a:hover { color: #555555; }

/* BUTTONS */
.et_pb_button { color: #ffffff !important; padding: 15px 40px !important; font-size: 13px; border-radius: 30px; letter-spacing: 1px;  }
.et_pb_button:hover { color: #007dae !important; padding: 15px 40px !important; }

.et_pb_bg_layout_dark .et_pb_button:hover { color: #007dae !important; }
.et_pb_bg_layout_dark .et_pb_button:after { color: #ffffff !important; }

/* MENÜ BUTTON KONTAKT */ 
.menu-button-kontakt a {
-moz-osx-font-smoothing: grayscale;
background: #dc6229;
border-radius: 20px;
color: #ffffff !important;
cursor: pointer;
line-height: 1.7em;
margin: 4px auto;
padding: 0 15px !important;
transition: all 0.2s ease 0s;
}

.et-fixed-header #top-menu .menu-button-kontakt a {
color: #ffffff !important;
}

.menu-button-kontakt a:hover{
background-color:#007dae;
}