/*
Theme Name:   DiviChild
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       admin
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiviChild
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */


/* WANDA CUSTOMISATION */

/* HEADINGS */

h1 {
	font-size: 100px! important;
	text-align: center !important;
}

.pagemaintitle h1 {
	color: #fff !important;
	text-transform: uppercase;
}

@media screen and (max-width:768px) {
h1 {
	font-size: 70px! important;
}
}

@media screen and (max-width:480px) {
h1 {
	font-size: 40px! important;
}
}

h2 {
	font-size: 50px !important;
}

@media screen and (max-width:480px) {
h2 {
	font-size: 36px !important;
}
}

.specialtitlehome h2 {
	font-size: 70px !important;
	line-height: 80px !important;
}

@media screen and (max-width:480px) {
.specialtitlehome h2 {
	font-size: 32px !important;
	line-height: 42px !important;
}
}

h3 {
	font-size: 34px !important;
	line-height: 50px !important;
}

@media screen and (max-width:480px) {
h3 {
	font-size: 28px !important;
	line-height: 40px !important;
}
}

h4 {
	font-size: 28px !important;
}


/* BUTTONS */

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
  padding: .5em 1.2em !important;
}

.button-sidebyside .et_pb_button_module_wrapper {
    display: inline-block;
}

.button-sidebyside {
    text-align: center !important;
}

/* IMPRESSIONEN */

.mfp-title {
	display: none !important;
}


/* LAUFTEXT */

.et_pb_text_inner p, .et_pb_text_inner ul{
	font-size: 17px !important;
	line-height: 30px !important;
}

.et_pb_text_inner ul {
	line-height: 34px !important;
}


/* FOOTER */

#footer-info {
	font-size: 14px !important;
	text-align: center !important;
	float: none !important;
}