/* ---------------------------------------------------------------------------------------------------- */
/* Links und Schriftarten im Allgemeinen */
/* ---------------------------------------------------------------------------------------------------- */



/* body-Klasse */
body {
    font-family: Open Sans, sans-serif;
	font-weight: 400;
    font-size: 18px;
	color: #000000;
}



h1 {
    font-family: Open Sans, sans-serif;
    font-size: 48px;
    font-weight: 600;
	color: #0000fe;
}

h2 {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 600;
	color: #0000fe;
}

h3 {
    font-family: Open Sans, sans-serif;
    font-size: 36px;
    font-weight: 600;
	color: #0000fe;
}

h4 {
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
	color: #0000fe;
}

h5 {
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    font-weight: 600;
	color: #0000fe;
}



h1.sppb-addon-title {
	margin-top: 0px;
    margin-bottom: 20px;
    color: #0000fe;
    font-size: 48px;
	font-weight: 600 !important;
    line-height: 60px;
	word-break: break-word;
}

h2.sppb-addon-title {
	margin-top: 0px;
    margin-bottom: 20px;
    color: #0000fe;
    font-size: 40px;
	font-weight: 600 !important;
    line-height: 60px;
	word-break: break-word;
}

h3.sppb-addon-title {
	margin-top: 0px;
    margin-bottom: 20px;
    color: #0000fe;
    font-size: 36px;
	font-weight: 600 !important;
    line-height: 60px;
	word-break: break-word;
}



h1.sppb-media-heading {
    color: #0000fe;
    font-size: 40px;
	font-weight: 600;
}

h2.sppb-media-heading {
    color: #0000fe;
    font-size: 36px;
	font-weight: 600;
}

h3.sppb-media-heading {
    color: #0000fe;
    font-size: 30px;
	font-weight: 600;
}



/* p-Klasse */
p {
    font-weight: 400;
    font-size: 18px;
	/* color: #464855; */
}

/* p-Klasse */
p_kontakt {
    font-weight: 400;
    font-size: 18px;
	color: #464855;
}



/* unvisited link */
a:link {
  color: rgb(100, 149, 237);
}

/* visited link */
a:visited {
  color: rgb(100, 149, 237);
}

/* mouse over link */
a:hover {
  color: rgb(111, 143, 175);
}

/* selected link */
a:active {
  color: rgb(100, 149, 237);
}



/* Fettschrift */
b, strong {
    font-weight: 600;
}


/* Animierte Überschrift - Damit die Wörter auch einen Umbruch erhalten, wenn der Bildschirm nicht breit genug ist */
.animated-heading-highlighted-text {
    text-transform: uppercase;
    font-weight: 700;
    word-break: break-all;
}



/* ---------------------------------------------------------------------------------------------------- */
/* Buttons */
/* ---------------------------------------------------------------------------------------------------- */

/* a.MyButton */
a.MyButton {
    color: white !important;
    background-color: rgba(54, 56, 57, 1.0);
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 14px;
    padding-right: 34px;
    padding-bottom: 14px;
    padding-left: 34px;
    border-radius: 3px;
    text-transform: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
	white-space: nowrap;
	line-height: 2em;
    display: inline-table;
}

a.MyButton:hover {
    color: white !important;
    background-color: rgba(54, 56, 57, 0.8);
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 14px;
    padding-right: 34px;
    padding-bottom: 14px;
    padding-left: 34px;
    border-radius: 3px;
    text-transform: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
	white-space: nowrap;
	line-height: 2em;
    display: inline-table;
}



/* ---------------------------------------------------------------------------------------------------- */
/* SP Page Builder */
/* ---------------------------------------------------------------------------------------------------- */

/* Input Autofill Background Color */
     input:-webkit-autofill,
     input:-webkit-autofill:hover, 
     input:-webkit-autofill:focus, 
     input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f1f1f1 inset !important;
}

/* Input Autofill Text Color */
     input:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
}

/* Kontaktformular - Nachricht senden-Button */
.sppb-addon-form-builder .sppb-form-check-label {
    margin-left: 10px;
    margin-bottom: 10px;
}

/* CheckBoxen in form builder */
.form-builder-checkbox-item label::before, .form-builder-radio-item label::before, .sppb-addon-form-builder .sppb-form-check-label::before {
     border: 2px solid #000000;
}

.form-builder-checkbox-item input:checked+label::before, .form-builder-radio-item input:checked+label::before, .sppb-addon-form-builder .sppb-form-check-input:checked+label::before {
    background: #000000;
}



/* Button on form builder - Align Center */
.sppb-form-builder-btn {
	text-align: center;
}

/* Button on form builder */
.sppb-form-builder-btn button {
     color: white;
     background-color: #0000fe;
     margin-top: 5px;
     margin-right: 5px;
     margin-bottom: 5px;
     margin-left: 5px;
     padding-top: 14px;
     padding-right: 34px;
     padding-bottom: 14px;
     padding-left: 34px;
     border-radius: 3px;
     text-transform: none;
     border: none;
     font-weight: 600;
     font-size: 18px;

}

/* Button on form builder - Hover */
.sppb-form-builder-btn button:hover {
     color: white;   
     background-color: rgba(0, 0, 254, 0.8);
     margin-top: 5px;
     margin-right: 5px;
     margin-bottom: 5px;
     margin-left: 5px;
     padding-top: 14px;
     padding-right: 34px;
     padding-bottom: 14px;
     padding-left: 34px;
     border-radius: 3px;
     text-transform: none;
     border: none;
     font-weight: 600;
     font-size: 18px;
}