/*
Theme Name: Jakob Blankenburg
Description: Child theme for Jakob Blankenburg
Author: Simon Reinhardt
Author URI: https://simonrienhardt.com
Template: uncode
Version: 0.0.1
Text Domain: uncode
*/

:root {
    --tec-color-link-accent: rgba(227,0,15);
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Regular.woff2') format('woff2'),
        url('fonts/WorkSans-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

.wpforms-field-large {
 height: 50px;
 color: #005D69;
 border-radius: 0;
}

.wpforms-field-large::placeholder{
 color: #005D69;
}

form input {
    border-radius: 0 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #005D69 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 18px 0 !important;
    text-transform: uppercase;
    width: 100%;
}

.counter-text p {
    font-size: 40px;
    text-transform: uppercase;
}

#ect-carousel-wrapper .style-2 .ect-carousel-date {
    background: rgba(227,0,15) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-latest-past__event-title-link:visited {
    color: rgba(227,0,15) !important;
}

#ect-carousel-wrapper * {
    font-family: 'Work Sans' !important;
}

.tribe-common ol, .tribe-common ul {
    list-style: none !important;
}

.tribe-events-calendar-list__event-header {
    z-index: 1 !important;
}

/*.heading-text {
    word-break: break-word;
}
*/
.posts-link--stellenausschreibung * {
    color: #005D69 !important;
    text-decoration: underline;
}