

/* --- Stylesheet 8139 () --------- */ 

#header a{ color: #517FA8; text-decoration: none;}
#header li{list-style:none;}

#header .back{
  position: fixed;
  top: 0;
  left:0;
  font-size: 1.3rem;
  border: none;
  color: #517FA8;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.ferienwohnung_kling_logo {
    z-index: 990;
    justify-self: center;
    display: flex;
    text-align: center;
    max-width: 200px;
    padding: 0 5px 5px;
    background-color: #fdf6ee;
    box-shadow: 0 0 20px -10px rgba(0,0,0,.8)
}

.ferienwohnung_kling_logo a {
    display: inline-block;
    padding: 70px 20px 50px;
    height: 100%;
    width: 100%;
    border-right: 2px solid #dfd130;
    border-bottom: 2px solid #dfd130;
    border-left: 2px solid #dfd130;
    background-image: linear-gradient(0deg,#fdf6ee 0,#fff 100%)
}

.ferienwohnung_kling_logo img {
    margin: 0 auto;
    width: 100%
}

#fixed_navhub {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px -5px rgba(0,0,0,.7);
    width: 100%;
    height: 64px;
    transform: translate3d(0,0,0);
    transition: transform .567s ease,background-color 1s ease;
    z-index: 999;
    display: flex;
    justify-content: space-between
}

#fixed_navhub .hamburger-inner,#fixed_navhub .hamburger-inner::after,#fixed_navhub .hamburger-inner::before {
    background-color: #517FA8
}

#fixed_navhub .right_header {
    align-items: center;
    display: flex
}

#fixed_navhub .right_header ul {
    display: flex
}

#fixed_navhub .right_header ul li {
    margin-left: 1.5rem
}

#fixed_navhub .mod_customnav {
    justify-self: flex-start
}

#fixed_navhub .logo {
    opacity: 0;
    margin: .3rem .5rem 0;
    position: relative;
    align-self: center;
    justify-content: flex-end;
    background: url(https://www.kling-oberstdorf.de/layout/css/logoFLsmall.png) no-repeat;
    background-size: 100% 100%;
    height: 56px;
    width: 56px
}

#fixed_navhub .logo a {
    color: transparent
}

.showSmallLogo #fixed_navhub {
    background: #FFF
}

.showSmallLogo #fixed_navhub a {
    color: #517FA8
}

.showSmallLogo #fixed_navhub .logo {
    opacity: 1
}

.showSmallLogo #fixed_navhub .logo a {
    color: transparent
}

.showSmallLogo #fixed_navhub .hamburger-inner,.showSmallLogo #fixed_navhub .hamburger-inner::after,.showSmallLogo #fixed_navhub .hamburger-inner::before {
    background-color: #517FA8!important
}

@media screen and (min-width: 960px) {
	#header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }
    .ferienwohnung_kling_logo {
        z-index: 1001;
	    position: absolute;
    	right: 3%;
	    left: 50%;
    	max-width: 280px;
	    transform: translateX(-20%);
    }
	#fixed_navhub {
    position: absolute;
    background:transparent;
    box-shadow: none;
    height: 0;
	}


}
@media screen and (min-width: 1200px) {
    .ferienwohnung_kling_logo {
        transform:translateX(-50%)
    }
}
