/*
Theme Name:     Dazzling Child
Template:       dazzling
Theme URI:      http://colorlib.com/wp/themes/dazzling
Author:         Viktor Grandgeorg
Author URI:     http://colorlib.com/wp/
Description:    Dazzling Child Theme
Version:        1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    dazzling
Domain Path:    /languages/
Tags:
*/




/* We get the parent here, as placing the parent with wp_function between bootstrap and child is difficult */
@import url(../dazzling/style.css);


/* quicksand-300 - latin_latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/quicksand-v7-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Light'), local('Quicksand-Light'),
       url('/fonts/quicksand-v7-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v7-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v7-latin_latin-ext-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin_latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/quicksand-v7-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('/fonts/quicksand-v7-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v7-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v7-latin_latin-ext-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin_latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/quicksand-v7-latin_latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Medium'), local('Quicksand-Medium'),
       url('/fonts/quicksand-v7-latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v7-latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v7-latin_latin-ext-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin_latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/quicksand-v7-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Bold'), local('Quicksand-Bold'),
       url('/fonts/quicksand-v7-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v7-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v7-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v7-latin_latin-ext-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}


.insta-icon img { width: 13px; height: auto; margin-top: -4px; opacity: 0.3; }
.insta-icon:hover img { opacity: 1; }

.summary-container {
    background-color: #eee;
    padding: 15px 30px;
    border-radius: 8px;
}
.summary-angebot {
    margin-bottom: 15px;
    background-color: #fff;
}
.summary-angebot:last-child {
    margin-bottom: 0;
}
.summary-vorschaubild {
    padding-top: 15px;
    padding-bottom: 15px;
}
.summary-ueberschrift a:hover {
    color: #f3907f;
}

.summary-beschreibung .btn-default:hover,
.summary-beschreibung .label-default[href]:hover,
.summary-beschreibung .label-default[href]:focus,
.summary-beschreibung .btn-default:hover,
.summary-beschreibung .btn-default:focus,
.summary-beschreibung .btn-default:active,
.summary-beschreibung .btn-default.active {
    background-color: #f3907f;
    border-color: #f3907f;
}


.header-info-popover {
    margin-right: 30px;
    margin-top: 12px;
    clear: both;
    overflow: hidden;
    text-align: right;
}
@media(max-width:767px) {
    .header-info-popover {
        margin-right: 3px;
    }
}
.header-info-popover a {
    padding-left: 8px;
    color: #ccc;
    outline: 0;
}
.header-info-popover a:hover, a:focus, a:active {
    outline: 0;
    color: #333;
}
.site-description {
    display: none;
}
.navbar.navbar-default {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.navbar > .container .site-title .navbar-brand {
    /*text-transform: lowercase;*/
    font-size: 30px;
    letter-spacing: -1px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

/*.navbar > .container .navbar-brand {
}*/

.page-header {
    border: 0 none transparent;
}

blockquote {
    font-size: 14px;
}