/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Digitalszene - Michael Moebius
 Author URI:   https://www.digitalszene.de
 Template:     generatepress
 Version:      0.1
*/


/* Buttons  */
button, input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 10px;
	padding: 14px 22px;
	text-transform: capitalize;
}

/* Contact Form 7 - Input Fix */
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-form .small {
    font-size: .8em;
}
textarea.wpcf7-textarea {
    max-height: 120px;
}

/* Contact Form 7 - Captcha */
.wpcf7-form label {
    display: inline-grid;
}
/* Contact Form 7 - Checkbox/Radio Liste */
.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio {
    display: grid;
}

/* Contact Form 7 - Column Grid */
.dwp-form {
    width: 100%;
    margin: 0 auto;
}
.dwp-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.dwp-form-row .wpcf7-form-control,
.wpcf7-form label {
    width: 100%;
}
.dwp-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}
.dwp-form-column:first-of-type {
    padding-left: 0;
}
.dwp-form-column:last-of-type {
    padding-right: 0;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .dwp-form-row {
        flex-direction: row;
    }
    .dwp-form-column {
        padding: 0.5rem 1rem;
    }
}


/* Logo mobil */
.mobile-header-navigation .site-logo.mobile-header-logo img {
    height: auto;
	width: 180px;
}


/* Cookie-Notice Button */
#cookie-notice .cn-button.piano-button {
    background-color: #1f3d4d;
    color: #fff;
    padding: 5px 15px;
}
#cookie-notice .cn-close-icon,
#cookie-notice .cn-close-icon {
    display: none;
}

/* Begum W03 Bold - latin */
@font-face {
  font-family: 'BegumW03Bold';
  src: url('./fonts/BegumW03Bold.eot'), /* IE9 Compat Modes */
	   url('./fonts/BegumW03Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/BegumW03Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/BegumW03Bold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/BegumW03Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/BegumW03Bold.svg#BegumW03Bold') format('svg'); /* Legacy iOS */
}