/*
 Theme Name:   budigital Child Theme
 Theme URI:    https://bundesweit.digital/
 Description:  budigital Child Theme
 Author:       bundesweit.digital GmbH
 Author URI:   https://bundesweit.digital/
 Template:     budigital
 Version:      1.1.1
*/

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    color: var(--color-custom);
}

.white a{
    color: white !important;
}

.header20 .availability a {
    color: var(--color-custom);
}

.page-content{
    width: 100%;
    max-width: 1200px;
}

.cta-section label{
    color: white;
}
.cta-section label .wpforms-required-label{
    color: rgba(0,0,0,0.5) !important;
}
.cta-section input[type="text"],
.cta-section textarea{
    background: transparent !important;
    border: 0 !important;
    border-bottom: solid 2px white !important;
    padding: 0 !important;
    color: white !important;
    margin-top: 10px !important;
}
.cta-section .wpforms-submit{
    width: 100% !important;
    margin-top: 20px !important;
    background: rgba(0,0,0,0.2) !important;
    color: white !important;
}

.legal-row{
    padding: 10px 0px;
}

.tiles .tile h4,
.tiles .tile .icon_caption {
    color: var(--color-custom) !important;
    font-weight: 300 !important;
}

.carousel-item img{
    width: 100%;
}
