/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Allgemeine Änderungen */
.menuebutton{
	background:#49b8c7;
	border-color:#49b8c7;
	color:white;
}
.btn {
    padding: 11px 42px !important;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="checkbox"]), .wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="radio"]), .wpcf7 input[type="email"] {
    width: 100%;
    border-color: #9ede39;
    border-radius: 10px;
	border-width:1.5px;
}
table td{
	font-weight:400;
}

/* Mobile Änderungen */

@media (max-width: 600px) {
    h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]) {
        font-size: 30px;
    }
}
@media (max-width: 600px) {
h3:not([class*="fontsize-"]), .h3:not([class*="fontsize-"]) {
    font-size: 21px;
	}}
@media (max-width: 600px) {
p, li {
    font-size: 16px;
	}}
@media (max-width: 600px) {
h4:not([class*="fontsize-"]), .h4:not([class*="fontsize-"]) {
    font-size: 20px;
	}}
@media (max-width: 600px) {
.row .uncell[class*="unradius-"] {
        border-left-width: 2px !important;
        border-right-width: 2px !important;
    }
}