@font-face {
    font-family: Merriweather-Regular;
    text-transform: none;
    src: url(../font/Merriweather-Regular.ttf);
}
@font-face {
    font-family: Merriweather-Bold;
    src: url(../font/Merriweather-Bold.ttf);
}
@font-face {
    font-family: Channel;
    src: url(../font/Channel.ttf);
}
header,
.view {
    height: auto !important;
    background-position: center 20% !important;
    overflow: hidden;
}
body {
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: scroll;
    color: rgb(255,255,255) !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
    line-height: 1.3vw;
    background: url("../img/backgrounds/tapete.png");
    background-size: contain;
    background-repeat: repeat;
    background-color: rgb(153, 78, 152);
}
.intro {
    height: auto;
}
object {
    z-index: -1;
    pointer-events: none;
    display: inline-block;
    cursor: pointer;
}
.br-xs-only {
    display: none;
}
.navbar {
    background-color: rgb(234, 81, 171);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 90%;
    margin: 0 auto;
    margin-top: 2vw;
}
.top-nav-collapse {
    width: 100%;
    margin-top: 0;
}
.top-nav-collapse .navbar-collapse {
    width: 105vw !important;
    margin-left: -6vw !important;
}
.top-nav-collapse .navbar-brand {
    margin-right: 6vw;
}
.top-nav-collapse #navbar_logo {
    width: 15vw;
}
.top-nav-collapse .navbar-toggler {
    margin-top: 1.25vw !important;
}
.top-nav-collapse .nav_icons {
    margin-left: auto;
}
.top-nav-collapse .nav-contact {
    margin-left: 0vw;
}
.top-nav-collapse .navbar-collapse {
    top: 5.5vw !important;
}
#navbar_logo {
    width: 20vw;
    height: auto;
    margin-left: 1vw;
    margin-top: 0.75vw;
    margin-bottom: 0.75vw;
    border-style: none;
    vertical-align: middle;
}
.navbar.navbar-dark .breadcrumb a, .navbar.navbar-dark .navbar-nav .nav-item a {
    color: rgb(255,255,255);
    transition: .35s;
    text-transform: uppercase;
}
.fa-phone {
    transform: rotate(90deg);
}
#nav_contact {
    border-bottom: 0.1vw solid rgb(206, 19, 66);
    padding-right: 14vw;
    padding-bottom: 0.25vw;
    margin-left: 2.75vw;
    width: auto;
    padding-right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding-top: 0.2vw;
    padding-bottom: 0.4vw;
}
#nav_contact_left {
    padding-left: 0 !important;
}
#nav_contact_right {
    padding-right: 0 !important;
}
#nav_contact li {
    color: rgb(35,47,98);
    text-transform: none;
    padding-top: 0.5vw;
    padding-bottom: 0.225vw;
    padding-right: 4.35vw;
    padding-left: 4.35vw;
}
.navbar-brand {
  display: block;
  z-index: 1;
  /*added this to test if it fixes the problem*/
  overflow: hidden;
}
.navbar-brand object {
  z-index: -1;
  /*added this to test if it fixes the problem*/
  pointer-events: none;
  display: inline-block;
}
#nav_phone {
    color: rgb(35,47,98);
    text-transform: none;
    transition: all 1s ease;
}
#nav_phone:hover {
    color: rgb(206,19,66);
}
#nav_contact svg {
    margin-right: 1vw;
    color: rgb(206,19,66);
}
.navbar img {
    width: 5.5vw;
    height: auto;
    padding-bottom: 0.25vw;
    padding-top: 0.25vw;
}
.navbar-brand {
    height: auto;
    margin-right: 3.5vw;
    padding-bottom: 0;
}
.nav_sep {
    margin-left: 1vw;
    color: rgb(172, 130, 0);
}
.nav-item .active {
    color: rgb(153, 78, 152) !important;
}
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: transparent;
    transition: all 1s ease;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
    color: rgb(153, 78, 152);
}
.nav-contact .float-left {
    margin-right: 2.5vw;
    margin-top: 1vw;
}
.nav-contact a {
    color: rgb(255,255,255);
    transition: all 1s ease;
}
.nav-contact a:hover {
    color: rgb(153, 78, 152);
}
.nav_icons object {
    width: 3vw;
    height: auto;
    margin-top: 1.25vw;
    margin-right: 1vw;
    transition: all 1s ease;
}
.nav_icons object:hover {
    filter: opacity(50%);
}
.nav_icons {
    margin-left: auto;
    margin-right: 5.75vw;
}
.nav_icons a {
    display: inline-block;
}
.nav_icons .nav-item {
    margin-right: 0.5vw;
}
/* show collapsed navigation */
.navbar.navbar-dark .nav-link, .navbar.navbar-dark .navbar-toggler {
    display: block;
    margin-top: 1.95vw;
    cursor: pointer;
    margin-right: 2vw;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2.9vw;
    height: 2.9vw;
    vertical-align: middle;
    border: 0.175vw solid rgb(255,255,255);
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
.navbar-toggleable-md .navbar-collapse:not(.show):not(.collapsing) {
    display: none !important;
}
.navbar-toggleable-md .navbar-collapse,
.navbar-collapse.collapsing {
    max-width: calc(100vw - 6.3rem);
    position: absolute;
    top: 6.95vw;
    width: 80.05em;
    height: 5vw;
    left: -16px;
    right: auto;
    background-color: rgb(234, 81, 171);
    border-top: 0.15vw solid rgb(255,255,255);
}
.navbar-collapse .nav-link {
    margin-top: 0 !important;
}
.navbar-collapse .row {
    margin: 0 !important;
}
.collapse.show {
    display: flex !important;
}
/* ./show collapsed navigation */
.container-full {
    width: 100% !important;
    max-width: 100% !important;
}
.col {
    padding-right: 1vw;
    padding-left: 1vw;
}
.nopadding {
   padding: 0 !important;
}
.blocksatz {
    text-align: justify;
}
.nomargin {
    margin: 0 !important;
}
.underline {
    text-decoration: underline;
}
.mobile_only {
    display: none;
}
.nav-item {
    color: rgb(255,255,255);
    transition: all 1s ease;
}
.zero_margin_bottom {
    margin-bottom: 0 !important
}
.hide-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.hide {
    display: none;
}
.xs-only {
    display: none;
}
.show {
    display: block;
    height: 100%;
}
.ui-loader {
    display: none;
}
.headline_blue {
    color: rgb(35,47,98) !important;
}
.mail_ref {
    text-decoration: none !important;
}
.mail_ref:hover {
    text-decoration: none !important;
}
.jquery_ui_btn {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: rgb(35,47,98);
    font-weight: bold;
    transition: all 1s ease;
    font-family: PraxisLTRegular !important;
}
.jquery_ui_btn {
    color: rgb(35,47,98);
    transition: all 1s ease;
}
.jquery_ui_btn:hover {
    color: rgb(206,19,66);
}
.jquery_ui_btn svg {
    margin-right: 0.2vw;
    color: rgb(206,19,66);
}
.ui-widget-overlay {
    background-color: rgba(36, 39, 56, 0.93);
    opacity: unset;
}
.ui-dialog .ui-dialog-title {
    display: none;
}
.ui-widget-header {
    border: 0;
}
.ui-icon, .ui-botton .ui-icon, .ui-button {
    background-image: url("images/icon_close.png") !important;
    background-size: 3.4vw !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0;
}
.ui-dialog {
    width: 75% !important;
    left: 12.5% !important;
    right: auto;
    padding: 0;
}
.ui-widget-header {
    border: 0;
    height: 0;
    background-color: transparent;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-color: rgb(35,47,98);
    top: 10px;
    width: 3.3vw;
    height: 3.4vw;
    right: 0;
    z-index: 9;
    border: 0;
}
.ui-dialog ul {
    margin-left: 1vw;
}
.ui-dialog p, .ui-dialog ul li {
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    list-style-type: disc;
}
.ui-dialog a {
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    text-decoration: underline;
    transition: all 1s ease;
}
.ui-dialog a:hover {
    color: rgb(206,19,66);
    text-decoration: underline;
}
.ui-dialog a svg {
    color: rgb(206,19,66);
    margin-right: 0.5vw;
}
.ui-dialog h3 {
    text-transform: none;
    color: rgb(35,47,98);
    margin-bottom: 1.5vw;
}
.mail_ref {
    color: rgb(4,4,4) !important;
    text-decoration: underline !important;
    transition: all 1s ease;
}
.mail_ref:hover {
    text-decoration: underline !important;
    color: rgb(172, 130, 0) !important;
}
.tel_ref {
    color: rgb(4,4,4);
    transition: all 1s ease;
}
.tel_ref:hover {
    color: rgb(172, 130, 0);
}
/* Accordion Boxes */
.accordion_inner_ref {
    display: block;
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    text-decoration: underline;
    transition: all 1s ease;
}
.accordion_inner_ref:hover {
    color: rgb(206,19,66);
    text-decoration: underline;
}
.accordion_inner_fa {
    color: rgb(206,19,66);
    margin-right: 0.2vw;
    background-color: transparent !important;
    padding: 0 !important;
}
.accordion {
    height: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 1vw;
}
.accordion ul {
    margin-left: 1vw;
}
.accordion_div {
    margin-bottom: 1vw;
}
.accordion_box {
    background-color: rgb(249, 228, 238);
    padding: 3vw;
    border: 0.105vw solid rgb(234, 81, 171);
    padding-left: 2vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
}
.accordion_box p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: rgb(6,6,6) !important;
}
.accordion_box ul li {
    font-family: PraxisLTRegular;
    color: rgb(35,47,98);
    list-style-type: disc;
    text-align: left;
    margin-bottom: 0.5vw;
}
.accordion_btn {
    display: flex;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: rgb(1,1,1);
    background-color: rgb(249, 228, 238);
    width: 100%;
    text-align: left;
    padding: 0;
    border: 0.105vw solid rgb(234, 81, 171);
    height: 3.3vw;
    text-transform: none;
    font-weight: 700;
}
.acc_btn_active {
    color: rgb(249, 228, 238);
    background-color: rgb(234, 81, 171);
    text-transform: none;
}
.accordion span {
    padding-top: 0.95vw;
}
.accordion_btn svg {
    margin-right: 1vw;
    font-size: 1.5vw;
    width: 3vw !important;
    height: 3.2vw;
    color: rgb(249, 228, 238);
    background-color: rgb(234, 81, 171);
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
}
/* ./Accordion Boxes */
.nav-item .nav-link {
    text-transform: none;
    padding-top: 2.35vw;
    padding-bottom: 1.35vw;
    padding-left: 1vw !important;
    transition: all 1s ease;
    padding-right: 0.5vw !important;
}
#navbarNav1 .nav-item .nav-link {
    padding-top: 2vw;
}
.nav-item:hover {

}
.nav-item .fa-envelope::before, .nav-item .fa-phone::before {
    margin-right: 0.3vw;
    color: rgb(252,220,22);
}
#nav_icons .nav-item .nav-link {
    padding-right: 0.8vw !important;
    padding-left: 0.8vw !important;
}
#nav_icons .nav-item:hover {
    background-color: transparent;
}
.container-fluid .row, .container .row {
    width: 100%;
}
/* ALL 16pt font-sizes */
body, #impressum ul li  {
    font-size: 1.115vw;
}
/* ALL 18pt font-sizes */
.accordion_btn, .contact h3, #impressum h3 {
    font-size: 1.25vw;
}
/* ALL 21pt font-sizes */
.intro h1, .methoden h2, .images h2, .facebook-section p,
.facebook-section .btn {
    font-size: 1.459vw;
}
/* ALL 24pt font-sizes */
#impressum h2 {
    font-size: 1.675vw;
}
/* ALL 28pt font-sizes */
#impressum h1 {
    font-size: 1.95vw;
}
.white-bg {
    background-color: rgb(249, 228, 238);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    padding: 3vw;
}
.white-bg.second {
    padding-left: 7vw;
}
.intro {
    margin-top: 17vw;
}
.intro h1 {
    font-family: Channel;
    line-height: 2.85vw;
    color: rgb(234, 81, 171);
    margin-bottom: 0;
}
.intro p {
    color: rgb(6,6,6);
    margin-bottom: 0;
}
.woman00 {
    width: 41vw;
    height: auto;
    margin-top: -5vw;
    margin-left: -10vw;
}
.white-bg.first {
    padding-right: 13vw;
}
.images {
    padding-top: 8vw;
}
.images h2 {
    font-family: Channel;
    margin-top: 0.5vw;
    color: rgb(234, 81, 171);
}
.images p {
    color: rgb(6,6,6);
}
.images .margin-top-md {
    margin-top: 16vw;
}
.images .margin-top-lg {
    margin-top: 20vw;
}
.images .margin-top-xl {
    margin-top: 25vw;
}
.woman01 {
    width: 39vw;
    height: auto;
    position: absolute;
    z-index: 99;
    top: -7vw;
    left: 11vw;
}
.woman02 {
    width: 38vw;
    height: auto;
    margin-top: -10vw;
    margin-left: -8vw;
}
.white-bg.third {
    padding-right: 10vw;
    padding-left: 3vw;
}
.woman03 {
    width: 40vw;
    height: auto;
    position: absolute;
    z-index: 99;
    top: -11vw;
    left: 5vw;
}
.white-bg.fourth {
    padding-right: 5vw;
    padding-left: 10vw;
}
.woman04 {
    width: 42vw;
    height: auto;
    margin-top: -6vw;
    margin-left: -9vw;
    transform: rotate(7.5deg);
}
.white-bg.fift {
    padding-right: 11vw;
}
.methoden {
    padding-top: 11.5vw;
}
.methoden .margin-top {
    margin-top: 5vw;
}
.methoden h2 {
    font-family: Channel;
    margin-top: 0.5vw;
    color: rgb(234, 81, 171);
}
.white-bg.methoden-bg {
    width: 85%;
    margin: 0 auto;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
}
.methoden p {
    color: rgb(6,6,6);
}
.contact {
    margin-top: 5vw;
}
.contact iframe {
    width: 100%;
    height: 50.3vw;
}
.contact h3 {
    color: rgb(234, 81, 171);
    text-transform: uppercase;
}
.contact p {
    color: rgb(6,6,6);
}
.contact a {
    color: rgb(6,6,6);
    transition: all 1s ease;
    display: inline-block;
}
.contact a:hover {
    color: rgb(234, 81, 171);
}
#geschenkidee {
    position: absolute;
    bottom: 9vw;
    right: 9.35vw;
    width: 15vw;
    height: auto;
    z-index: 9;
}
#geschenkidee-desc {
    position: absolute;
	bottom: 13.6vw;
	right: 11.0vw;
    z-index: 9;
}
#geschenkidee-desc h3 {
    margin-bottom: 1vw;
}
.contact object {
    width: 2.5vw;
    height: auto;
    margin-top: 0.5vw;
    margin-bottom: 1.3vw;
    margin-right: 0.25vw;
    transition: all 1s ease;
}
.contact object:hover {
    filter: opacity(50%);
}
.social {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.social p {
    color: rgb(6,6,6);
}
footer {
    padding-top: 1vw;
    padding-bottom: 1vw;
    background-color: rgb(234, 81, 171);
}
footer a {
    text-transform: none;
    color: rgb(255,255,255);
    transition: all 1s ease;
    text-decoration: underline;
}
footer a:hover {
    color: rgb(153, 78, 152);
    text-decoration: underline;
}
.impressum_sep {
    color: rgb(255,255,255);
    margin-left: 0.25vw;
    margin-right: 0.25vw;
    text-decoration: none;
}
#impressum {
    margin-top: 12vw;
    margin-bottom: 5vw;
}
#impressum p {
    color: rgb(4,4,4);
    margin-bottom: 0;
}
#impressum ul {
    margin-left: 1.25vw;
}
#impressum ul li {
    color: rgb(4,4,4);
    font-family: 'Open Sans', sans-serif;
    list-style-type: disc;
}
#impressum h1, #impressum h2, #impressum h3 {
    color: rgb(234, 81, 171);
}
#impressum h4 {
    margin-bottom: 0;
}
#impressum .row {
    margin-right: -0.1vw;
    margin-left: 0.5vw;
    width: 99%;
}
#impressum a {
    color: rgb(4,4,4);
    text-transform: inherit;
    transition: all 1s ease;
}
#impressum a:hover {
    color: rgb(153, 78, 152);
    text-decoration: none;
}
.impressum_link p {
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
    padding-bottom: 1vw;
    color: rgb(255,255,255);
    transition: all 1s ease;
}
.impressum_link p:hover {
    color: rgb(172, 130, 0);
}
/* FB Feed */
.facebook-section {
    margin-bottom: 50px;
    margin-top: 10px;
    border-top: 2px solid rgb(234, 81, 171);
    border-bottom: 2px solid rgb(234, 81, 171);
    padding-bottom: 15px;
    padding-top: 15px; }
.facebook-section p {
    margin-bottom: 0px; }
.facebook-section .btn {
    background-color: #3b5998;
    color: #FFF;
    margin-right: 10px;
    margin-left: 10px;
    transition: all 1s ease;
    text-decoration: none;
    border: none;
    width: 16vw;}
.facebook-section .btn-instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
.facebook-section .btn:hover {
    color: rgb(255,255,255);
    background: rgb(234, 81, 171);
    background-color: rgb(234, 81, 171);
    outline: 0;
    text-decoration: none; }
.crt-grid-post.crt-post-has-image .crt-post-text {
    color: rgb(6,6,6);
}
.crt-widget .crt-grid-post .crt-post-hover a,
.crt-grid-post .crt-post-fullname,
.crt-grid-post .crt-post-footer .crt-post-share a i {
    color: rgb(234, 81, 171) !important; }
#social .crt-widget .crt-social-icon i {
    color: rgb(255, 255, 255);
}
.crt-widget.crt-widget-branded {
    padding-bottom: 35px !important;
}
.fb-1200 {
    display: none;
}
.fb-975 {
    display: none;
}
/* ./FB Feed*/
/* Instagram Feed*/
#instafeed {
    margin-top: 5vw;
}
#instafeed img {
    width: 18vw;
    height: 18vw;
    margin-bottom: 1.8vw;
    margin-left: 1.8vw;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    transition: all 1s ease;
}
#instafeed img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
#instafeed a {
    display: inline-block;
    transition: all 1s ease;
}
#instafeed h2 {
    color: rgb(234, 81, 171);
    margin-bottom: 2vw;
    transition: all 1s ease;
}
#instafeed h2:hover {
    color: rgb(153, 78, 152);
}
#instafeed svg {
    margin-right: 1vw;
}
#instafeed object {
    width: 2vw;
    height: auto;
    margin-right: 1vw;
}
.insta-headline {
    display: initial !important; 
}
/* ./Instagram Feed*/
@media all and (min-width: 1200px) {
    .container {
        width: 90vw;
        max-width: 100%;
    }
}
@media all and (min-width: 2100px){
    .navbar.navbar-dark .nav-link, .navbar.navbar-dark .navbar-toggler {
        margin-top: 2.1vw;
    }
    .top-nav-collapse .navbar-toggler {
        margin-top: 1.4vw !important;
    }
    .navbar-toggleable-md .navbar-collapse {
        width: 80.2em;
    }
}
@media all and (max-width: 1600px){
    .navbar-toggleable-md .navbar-collapse {
        width: 79.9em;
    }
}
@media all and (max-width: 1550px){
    .navbar.navbar-dark .nav-link, .navbar.navbar-dark .navbar-toggler {
        margin-top: 1.85vw;
    }
    .top-nav-collapse .navbar-toggler {
        margin-top: 1.15vw !important;
    }
}
@media all and (max-width: 1400px){
    .navbar-toggleable-md .navbar-collapse {
        width: 79.8em;
    }
}
@media all and (max-width: 1300px){
    .navbar.navbar-dark .nav-link, .navbar.navbar-dark .navbar-toggler {
        margin-top: 1.75vw;
    }
    .nav_icons {
        margin-right: 6vw;
    }
    .navbar-toggleable-md > .container {
        margin: 0;
        width: 90vw;
        max-width: 100%;
    }
    .top-nav-collapse .navbar-collapse {
        width: 110vw !important;
    }
    .navbar-toggleable-md .navbar-collapse {
        width: 79.7em;
    }
    .nav_icons object {
        margin-top: 1.35vw;
    }
    .nav-contact .float-left {
        margin-right: 2vw;
        margin-top: 1vw;
    }
    .facebook-section .btn {
        width: 18vw;
    }
}
@media all and (max-width: 1200px){
    .fb-1200 {
        display: block;
    }
}
@media all and (max-width: 1150px){
    .navbar.navbar-dark .nav-link, .navbar.navbar-dark .navbar-toggler {
        margin-top: 1.55vw;
    }
    .top-nav-collapse .navbar-toggler {
        margin-top: 0.95vw !important;
    }
    .nav_icons {
        margin-right: 6vw;
    }
    .navbar-toggleable-md > .container {
        margin: 0;
    }
    .navbar-brand {
        margin-right: 3vw;
    }
}
@media all and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
    
}
@media all and (max-width: 975px){

    /* ALL 15pt font-sizes */
    .intro h1, .methoden h2, .images h2 {
        font-size: 3.042vw;
    }
    /* ALL 16pt font-sizes */
    body, #impressum ul li  {
        font-size: 3.115vw;
    }
    /* ALL 18pt font-sizes */
    .accordion_btn, .contact h3, #impressum h3 {
        font-size: 3.25vw;
    }
    /* ALL 21pt font-sizes */
    .facebook-section p, .facebook-section .btn {
        font-size: 3.25vw;
    }
    /* ALL 24pt font-sizes */
    #impressum h2 {
        font-size: 3.675vw;
    }
    /* ALL 28pt font-sizes */
    #impressum h1, .fb_feed svg,
    #instafeed h2, #instafeed svg, .fb-headline svg, .fb-headline h2 {
        font-size: 3.95vw;
    }
    body {
        line-height: 4vw;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .fb-975 {
        display: block;
    }
    .hide_mobile {
        display: none !important;
    }
    .hide_mobile_imp {
        display: none !important;
    }
    .mobile_nopadding {
        padding: 0 !important;
    }
    .container {
        width: 90vw;
    }
    .collapse.show,
    .navbar-collapse.collapsing {
        border-top: 2px solid rgb(255, 255, 255);
        margin-top: 5.6vw;
        height: 35vw;
        width: 90vw;
    }
    .top-nav-collapse .navbar-collapse {
        width: 115vw !important;
        margin-top: 8vw;
    }
    .accordion ul {
        margin-left: 3vw;
    }
    .navbar .container .navbar-toggler-right {
        top: 1.1vw;
    }
    .top-nav-collapse .navbar-toggler-right {
        top: 1.75vw !important;
    }
    .navbar-brand {
        margin-right: 15vw;
        width: auto;
        height: auto;
        float: left;
        padding-top: 0;
        height: 10.5vw;
    }
    .nav-item_mobile {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 1vw;
    }
    #navbar_logo {
        width: 23vw;
        margin-top: 4vw;
        margin-left: 0;
    }
    .float_left {
        float: left;
    }
    .mobile_only {
        display: block;
    }
    #nav_icons {
        display: inline-block;
        width: 100%;
    }
    #nav_icons .nav-item {
        width: 100%;
        float: left;
    }
    .navbar-toggler-icon {
        width: 6.5vw;
        height: 6.5vw;
        margin-top: 0.4vw;
        border: 0.35vw solid rgb(255,255,255);
    }
    #nav_icons .nav-item a {
        text-align: center;
    }
    #carousel-example-1z .carousel-inner, #carousel-example-1z .carousel-inner img {
        height: 80vw !important;
    }
    .accordion {
        margin-bottom: 3vw;
    }
    .accordion_btn svg {
        width: 5.3vw !important;
        height: 5.3vw;
    }
    .accordion span {
        padding-top: 1.5vw;
        padding-left: 1.5vw;
    }
    .accordion_btn object {
        width: 8vw;
        padding-top: 2.5vw;
    }
    .accordion_btn {
        height: 7.5vw;
    }
    .accordion_btn svg {
        width: 7.5vw !important;
        height: 7.3vw;
    }
    .navbar-brand {
        margin-right: 5vw;
    }
    .nav-contact .float-left {
        margin-top: 3vw;
    }
    .nav_icons object {
        width: 6.5vw;
        margin-right: 1.5vw;
        margin-top: 1.5vw;
    }
    .nav-contact {
        float: left;
    }
    .top-nav-collapse #navbar_logo {
        width: 26.5vw;
    }
    .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .navbar {
        margin-top: 5vw;
    }
    .nav_icons {
        margin-top: 2vw;
        float: left;
        margin-left: 5vw;
    }
    .top-nav-collapse .nav_icons {
        margin-left: 0.5vw;
    }
    #intro {
        /*height: 49vh;*/
        margin-top: 25vw;
    }
    .top-nav-collapse {
        margin-top: 0;
    }
    .white-bg.first, .white-bg.second, 
    .white-bg.third, .white-bg.fourth,
    .white-bg.fift {
        padding-right: 3vw;
        padding-left: 3vw;
    }
    .white-bg.methoden-bg {
        width: 100%;
        margin-bottom: 5vw;
    }
    #intro .row {
        margin-right: 0;
        margin-left: 0;
    }
    #intro .col, #intro .container {
        padding: 0;
    }
    .intro h1 {
        line-height: 6vw;
    }
    .intro h1, .methoden h2, .images h2 {
        margin-top: 2vw;
    }
    .woman00 {
        margin: 0 auto;
        display: block;
    }
    .images .row {
        margin-right: 0;
        margin-left: 0;
    }
    .images .col, .images .container, .methoden .container, 
    .contact .container, .social .container {
        padding: 0;
    }
    .images .margin-top-md, .images .margin-top-lg,
    .images .margin-top-xl, .images {
        margin-top: 0;
        padding-top: 0;
    }
    .woman00, .woman01, .woman02, .woman03, .woman04 {
        position: inherit;
        top: 0;
        left: 0;
        display: block;
        margin: 0 auto;
        margin-top: 5vw;
        margin-bottom: 5vw;
        width: 50vw;
    }
    .methoden .margin-top {
        margin-top: 0;
    }
    .methoden {
        padding-top: 0;
    }
    .contact iframe {
        height: 50vw;
        margin-bottom: 7.5vw;
    }
    #geschenkidee {
        bottom: 30vw;
        width: 40vw;
        right: 5vw;
    }
    #geschenkidee-desc {
		bottom: 42.3vw;
		right: 9.5vw;
    }
    .contact object {
        width: 6.75vw;
        margin-bottom: 2.3vw;
    } 
    footer {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    #impressum {
        margin-top: 25vw;
    }
    #impressum ul {
        margin-left: 3.5vw;
    }
    /* FB Feed Tablet */
    .fb_feed {
        height: auto;
    }
    .fb_feed_footer {
        width: 100%;
        height: 15vw;
        position: inherit;
    }
    .fb_feed_scrollbar {
        width: 100%;
    }
    .fb_feed_story {
        position: absolute;
        bottom: 3vw;
        left: 6vw;
        width: 50vw;
    }
    .fb_feed_time {
        position: absolute;
        bottom: 0vw;
        left: 6vw;
        width: 50vw;
    }
    .fb_logo {
        width: 8vw;
        height: auto;
    }
    .fb_mobile_margin {
        margin-bottom: 10vw;
    }
    .fb_feed svg {
        bottom: 1.5vw;
    }
    .fb-headline h2 {
        margin-bottom: 5vw;
    }
    /* ./FB Feed Tablet */
    #instafeed object {
        width: 4vw;
    }
    #instafeed img {
        width: 95%;
        height: auto;
        margin-top: 5vw;
    }
    #social .white-bg {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .facebook-section .btn {
        width: 33vw;
    }
}
@media all and (max-width: 500px){

    /* extra small font-size */
    .intro h1, .methoden h2, .images h2 {
        font-size: 3vw;
    }
    /* ALL 16pt font-sizes */
    body, #impressum ul li  {
        font-size: 4.115vw;
    }
    /* ALL 18pt font-sizes */
    .accordion_btn, .contact h3, #impressum h3 {
        font-size: 4.25vw;
    }
    /* ALL 21pt font-sizes */
    .facebook-section p, .facebook-section .btn {
        font-size: 4.25vw;
    }
    /* ALL 24pt font-sizes */
    #impressum h2 {
        font-size: 4.675vw;
    }
    /* ALL 28pt font-sizes */
    #impressum h1, .fb_feed svg, .fb_feed svg,
    #instafeed h2, #instafeed svg, .fb-headline svg, .fb-headline h2 {
        font-size: 4.5vw;
    }
    body {
        line-height: 5.25vw;
    }
    .xs_none {
        display: none;
    }
    .br-xs-only {
        display: block;
    }
    .xs-only {
        display: block;
    }
    .container {
        width: 90vw;
    }
    .ui-dialog .ui-dialog-titlebar-close {
        width: 15vw;
        height: 15vw;
    }
    .ui-dialog ul {
        margin-left: 3.5vw;
    }
    .jquery_ui_btn svg {
        margin-right: 0.75vw;
    }
    .nav-item .nav-link {
        padding-top: 2.225vw;
    }
    .navbar .container .navbar-toggler-right {
        top: 1.5vw !important;
    }
    #nav_mobile_tel {
        padding-top: 0;
    }
    #nav_mobile_tel a {
        margin-left: 0;
        float: left;
        width: 22vw;
        height: 10vw;
        padding-top: 4.5vw;
    }
    .navbar-toggler-icon {
        width: 8vw;
        height: 8vw;
        margin-top: 0.5vw;
    }
    .navbar .container .navbar-toggler-right {
        padding-top: 1.25vw;
        padding-right: 1vw;
        padding-left: 1vw;
    }
    .top-nav-collapse .navbar-toggler-right {
        padding-top: 1.75vw !important;
    }
    #navbar_logo {
        width: 30vw;
        margin-top: 5vw;
    }
    .top-nav-collapse #navbar_logo {
        width: 35vw;
    }
    .navbar-brand {
        height: 12.9vw;
    }
    .top-nav-collapse .navbar-brand {
        margin-right: 2vw;
    }
    .nav-item {
        margin-right: 0vw;
        margin-left: 0vw;
    }
    .navbar-brand {
        margin-bottom: 2vw;
        margin-right: 4vw;
    }   
    #nav_mobile_tel a svg {
        width: 3vw;
    }
    .accordion_box ul {
        margin-left: 4vw;
    }
    .accordion span {
        padding-top: 2vw;
    }
    .accordion_btn { 
        width: 100%;   
        height: 10vw;
    }
    .accordion_btn svg {
        width: 9.85vw !important;
        height: 9.85vw;
    }
    .accordion_btn object {
        width: 10vw;
    }
    .collapse.show,
    .navbar-collapse.collapsing {
        margin-top: 9.5vw;
        height: 40vw;
    }  
    .top-nav-collapse  .collapse.show {
        margin-top: 10vw;
        height: 41vw;
    }
    .nav_icons {
        display: none;
    }
    .intro h1, .methoden h2, .images h2 {
        margin-top: 3.5vw;
    }
    #intro {
        margin-top: 30vw;
    }
    #geschenkidee {
        bottom: 23vw;
        width: 50vw;
        right: 2vw;
    }
    #geschenkidee-desc {
		bottom: 37vw;
		right: 6.5vw;
    }
    .contact iframe {
        height: 80vw;
    }
    .contact object {
        width: 9vw;
        margin-bottom: 4vw;
    }
    #impressum {
        margin-top: 30vw;
    }
    #impressum ul {
        margin-left: 4vw;
    }
    .fb_feed_story {
        bottom: 2vw;
    }
    .facebook-section .btn {
        width: 70vw;
    }
}