/*
Theme Name: Bernds Lite
Author: Björn Dammann | rogge und pott design
Description: Child Theme für die Seite welche nur noch den Konfigurator übrig lässt
Version: 1.0
Template: bernds

This is the child theme for Bernds theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body {
    background: white;
}
#wrapper {
    padding-top: 30px;
}
.go-back {
    margin-bottom: 2rem;
    font-weight: bold;
    display: block;
}
#header {
     -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    height: auto;
    margin-bottom: 2em;
}

.flickity-enabled.is-draggable .flickity-viewport {
   touch-action: pan-y !important;
}