/*
Theme Name: Impreza Buchung
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* custom google fonts */
/* source-serif-pro-regular - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../Impreza-child/fonts/source-serif-pro-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-regular.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}

/* source-serif-pro-italic - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../Impreza-child/fonts/source-serif-pro-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-italic.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}

/* source-serif-pro-700 - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../Impreza-child/fonts/source-serif-pro-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Impreza-child/fonts/source-serif-pro-v15-latin-700.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}

/* teko-regular - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url('../Impreza-child/fonts/teko-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Impreza-child/fonts/teko-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Impreza-child/fonts/teko-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Impreza-child/fonts/teko-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Impreza-child/fonts/teko-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Impreza-child/fonts/teko-v15-latin-regular.svg#Teko') format('svg'); /* Legacy iOS */
}

body, p { font-family: 'Source Serif Pro', 'Georgia', serif }
h1, h2, h3, h4, h5, h6, h7 { font-family: 'Teko', 'Arial', sans-serif }


/* ACF */

.acf-field-group { padding: 16px 0 !important; }

.acf-field.agb-akzeptiert .acf-label { display: none; }

.acf-field { border: 0 !important; }

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
  font-size: inherit !important;
}
.acf-field .acf-label label {
    font-size: 0.9rem !important;
    color: #666;
}
.acf-field-group > .acf-label label {
    font-size: 1.5rem !important;
    color: #000;
}

.acf-fields.-border,
.angebot-template-default.single-angebot .angebot-fix {
    background-color: #EEE !important;
    border: 1px solid #CCC !important;
    border-radius: 5px;
}
.angebot-template-default.single-angebot .angebot-fix {
    padding: 20px;
}

.angebot-template-default.single-angebot .hide-frontend { display: none !important; }

