/*
Theme Name: ipd
Theme URI: 
Author: mechdesign
Author URI: 
Description: IPD Block-Theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ipd
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



:where(.wp-site-blocks *:focus){
	outline-width:2px;
	outline-style:solid;
}

/********************************/
/* Schrift */
/********************************/
/* autom. Silbentrennung */
body {
 hyphens: auto;
}

h2 {
	color: #1f1d22;
}

/********************************/
/* Navi */
/********************************/

/* Mobile Navi */
header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  font-size:1.25rem;
}


/********************************/
/* Layout */
/********************************/

/* Abstand Main entfernen */

:where(.wp-site-blocks) > * {
  margin-block-start: 0rem;
  margin-block-end: 0;
}

/********************************/
/* Gutenberg */
/********************************/

/* Liste: Listenpunkt grün */
.is-style-checkmark-list li::marker {
   color: #5aa680;
   font-size: 1.4em;
}

/********************************/
/* Plugin Contact Form 7 */
/********************************/
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    height:40px;
    border: none;
    border-radius: 8px;
    font-size:1rem;
    color: #666;
    padding-left:15px;
}
textarea {
    height:150px;
    padding-top:15px;
    padding-bottom: 15px;
}
select {
    background-color: #ffffff;
    font-size:1rem;
    color: #666;
    padding-left:15px;
}
input[type="submit"] {
    padding: 12px 30px;
    font-family: inherit;
    color: #fff;
    letter-spacing: 0.02em;
    font-size: 1.125rem;
    border:none;
    border-radius: 8px;
    margin: 0 25px 0 0;
    background-color: #1F1D22;
}
input[type="submit"]:hover {
    background-color: #636363;
}
