/*
 Theme Name: Divi SMB Child-Theme
 Theme URI: https://socialmedia-bayern.de
 Description: Dies ist ein Child-Theme für Divi.
 Author: SocialMedia Bayern - Reiner Pfeil
 Author URI: https://socialmedia-bayern.de/
 Template: Divi
 Version: 2.0
 Tag: divi, child-theme,
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/********************************************************/
/* Inhalt bei Mobilgeräten nicht verschieben            */
/********************************************************/
@media all and (max-width:980px){
	#et-main-area{
		padding-top:0px !important;
	}
}

/********************************************************/
/* Parralax für Firefox ermöglichen                     */
/********************************************************/
.et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
	transform: none;
}

/*********************************************************/
/* Google Captcha responive formatieren                  */
/*********************************************************/
@media screen and (max-width: 575px) { 
	#rc-imageselect, .g-recaptcha 
	{
		transform:scale(0.77);
		-webkit-transform:scale(0.77);transform-origin:0 0;
		-webkit-transform-origin:0 0;
	} 
}

/********************************************************/
/* Back-to-Top-Button anpassen                          */
/********************************************************/
.et_pb_scroll_top.et-pb-icon {
    border-top-left-radius: 100%  !important;
    border-bottom-left-radius: 100%  !important;
    border-bottom-right-radius: 100%  !important;
    border-top-right-radius: 100%  !important;
    border: #fff 1px solid;
    background: #555 !important; /* Farbe Button anpassen */
    font-size: 40px !important; /*Größe evtl anpassen */
    right: 5px !important;
}

/********************************************************/
/* Ninja-Form formatieren                               */
/********************************************************/
.nf-form-content input[type=submit] {
    background: #ffffff !important;
	color: #1e1e1e!important;
	border: 2px solid !important;
    border-color: #1e1e1e;
    border-radius: 100px !important;
    font-size: 17px !important;
    font-weight: 500!important;
	padding-top: 15px!important;
    padding-right: 1em!important;
    padding-bottom: 35px!important;
    padding-left: 1em!important;
    text-transform: uppercase!important;    transition: all .5s;
}
.nf-form-content input[type=submit]:hover {
	cursor: pointer !important;
	box-shadow: 6px 6px 18px 0px #9e9e9e !important;
}
.nf-field-element input {
    height: 35px !important;
}
.nf-form-content input[type=checkbox] {
	width: 25px !important;
}

/********************************************************/
/* Hover-Verhalten Button anpassen                      */
/********************************************************/
.et_pb_button:hover {
    border-color: #000000 !important;
    background-color:#ffffff!important;
    -webkit-box-shadow: 9px 10px 30px -1px rgba(0, 0, 0, 0.49);
    padding-top: 10px !important;
  	padding-bottom: 10px !important;
    padding-left:1em !important;
    padding-right:1em !important;

  }

/********************************************************/
/* Silbentrennung im Text automatisieren                */
/********************************************************/
body {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

