/*
Theme Name: SC Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: spicy concepts
Author URI: https://www.spicy-concepts.de
Template: Divi
Version: 1.0.0
*/

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

/* =Theme customization starts here
------------------------------------------------------- */
/* Telefaxnummer unklickbar machen */
.fax-number {
  -webkit-user-select: text; /* bleibt selektierbar */
	color: white;
}


body.page-id-51182 .responsive-menu-pro-button {
    display: none !important;
}

/* Vollbreite Elemente und Buttons */
.vollbreit {
	width: 100%;
}

/* Maximale Breite der Bildergalerie auf der Startseite */
.bildergalerie {
	max-width: 1920px;
	margin: 0 auto;
}

/* Formular gestalten */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;  
}

.wpcf7-form-control.wpcf7-select {
	font-size: 18px;
	color: #999;
	background-color: #eee;
	border-width: 0;
	border-radius: 0;
    width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wpcf7-submit {
	color: #FFFFFF!important;
    font-size: 20px;
    background-color: #3333a6!important;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0px solid;
    transition-duration: .2s;
    box-sizing: border-box;
}

.buttonbreit {
	width: 100%;
}

/*CCM19 Cookiebanner auf Digital-Signage-Seiten ausblenden*/
.page-id-51261 .ccm-root {
    display: none !important;
}