/*
 Theme Name:   AdNord Child (GeneratePress)
 Theme URI:    https://generatepress.com
 Description:  AdNord GeneratePress child theme
 Author:       Tom Usborne & AdNord Media GmbH
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Fonts */
@font-face {
    font-family: "WeserSans";
    src: url('/app/themes/generatepress-child/fonts/WeserSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: "WeserText";
    src: url('/app/themes/generatepress-child/fonts/WeserText-Regular.woff2') format('woff2');
}

body, input {
    font-family: "WeserSans", sans-serif;
}

h1 {
    font-family: "WeserText", serif;
}

/* Header border */
header#masthead {
    border-bottom: 1px solid rgba(29,29,29,0.2)
}

/* Form style */
.contact-row {
    display: flex;
    flex-wrap: wrap;
}

.contact-col{
    flex-grow: 1;
    flex-basis: 300px;
    /*flex-basis: calc(33.3% - 10px);*/
    box-sizing: border-box;
    margin-bottom: 15px;
}

@media screen and (min-width: 665px) {
    .contact-col:last-child{
        margin-left: 10px;
    }
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #222;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background-color: rgb(48, 48, 48);
}

label input {
    width: 100%;
}

/* Font size 14 in footer */
#footer-widgets aside {
    font-size: 14px !important;
}

/* Hide subfooter */
.site-info {
    display: none;
}

/* Inline footermenu */
#menu-footermenue {
    display: inline-flex;
}

#menu-footermenue .menu-item:last-child {
    margin-left: 1rem;
}

/* Margin between widgets */
.footer-widgets .widget {
    margin-bottom: 0 !important;
}

/* Set text-size in footer */
.site-footer #widget {
    font-size: 14px;
}