/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/source-sans-pro-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/source-sans-pro-v14-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
body {
	font-family: 'Source Sans Pro';
}
.own-svg svg {
    height: auto !important;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.home header {
    padding-top: 20px;
}
.fragen {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1;
    display: flex;
    align-items: center;
    transform: translate(447px,0);
    transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
}
.fragen-icon {
    background: #e52420;
    padding: 4px 7px 0px 7px;
    border-radius: 5px;
}
.fragen:hover {
	transform: translate(0px,0);
}
.fragen-box {
    background: #e52420;
    color: white;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 34px #646464c2;
}
.btn {
    color: white;
    border: 2px solid white;
    padding: 5px;
    border-radius: 3px;
    font-size: 20px;
    margin-top: 20px;
    display: inherit;
}
.produkt_short p {
    color: black;
}
li.product .amount {
    font-size: 25px;
    color: #f91100;
}
li.product a {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
li.product span.price {
    margin-top: auto !important;
    width: 100%;
    border-top: 1px solid #d6d6d6;
}
li.product .produkt_short {
    margin-bottom: auto !important;
}
li.product small.woocommerce-price-suffix {
    margin-left: 4px;
    font-weight: 400;
    display: block;
}
.product p.price {
    margin-bottom: 0;
}
.wc-menu-item {
    background: red;
    color: white;
    margin-left: 10px;
    border-radius: 5px;
}
.footer-widgets {
    background-color: #e52420;
    color: white;
}
.site-footer h4 {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff82;
    padding-bottom: 10px;
}
h1, h2 {
    font-weight: 600 !important;
}
.column-2 {width:50%; float:left;min-height: 150px;padding: 10px;}
.column-3 {width:33%; float:left;padding: 5px;}

.wpcf7-list-item {
    margin-left: 0px;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
.sektion {
    display: block;
    float: left;
    width: 100%;
    background: #e1e1e1;
    padding: 15px;
	border: 1px solid #cacaca;
	margin: 20px 0px;
	border-radius: 5px;
}
.wpcf7-file {
    background: #e52420;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    color: white;
}
input[type="text"],
input[type="email"] {
    border: 1px solid red;
	width: 100%;
}
input[type="date"] {
    border: 1px solid red;
    width: 100%;
    background: #fafafa;
    padding: 10px;
    color: #a9a9a9;
}
.row {
	margin-left: -5px;
	margin-right: -5px;
}
.row2 {
	margin-left: -10px;
	margin-right: -10px;
}
.clearButton {
    background: transparent !important;
    color: red !important;
}
.submit {
    float: left;
}
.wpcf7-response-output {
    float: left;
    clear: both;
    width: 100%;
}
.ocswcf_signature::before {
    content: "Ihre Unterschrift";
    position: absolute;
    color: #a1a1a1;
    padding: 14px 0px 0px 14px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #e52420;
}
#oc_signature-pad_signature-360 {
    width: 100%;
    border: 1px solid red;
    background: ;
    height: 200px;
}
.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid red;
    height: 284px;
}
ol {
    margin-left: 18px;
}
.hinweis {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	color: #a1a1a1;
}
@media (max-width: 600px;) {
    #Ebene_1 {
    	width: 100%;
    }
}