* {
    box-sizing: border-box;
}


body {
    color: #222;
    margin:0 0 0 0;
    padding:0;
    font-family: 'font-std-1';
}

img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align:top;
    border:none;
    outline:none;
    display:block;
} 


a {
    text-decoration: none !important;    
}


a:link, a:visited {
    color: #0e639a;
}

a:hover, a:focus, a:active {
    color: #13badb;
    transition: color 397ms;
}



q {
  quotes: "\00201E" "\00201C" "\00201A" "\00201B";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.35em;
}
h3 {
    font-size: 1.15em;
}
h4 {
    font-size: 1.05em;
}
h5 {
    font-size: .95em;
}
h6 {
    font-size: .85em;
}



.bold {
    font-weight: bold;
}

.inline {
    display:inline-block;
}

.block {
    display:block;
}

.center-in {
    text-align:center;   
}

.center-out {
    margin-left:auto;
    margin-right:auto;
}


.top-m1 {
    margin-top:1em;
}
.top-m2 {
    margin-top:2em;
}
.top-m3 {
    margin-top:3em;
}
.top-m4 {
    margin-top:4em;
}
.bottom-m1 {
    margin-bottom:1em;
}
.bottom-m2 {
    margin-bottom:2em;
}
.left-m2 {
    margin-left:2em;
}


.left-p2 {
    margin-left:2em;
}





.font-08 {
    font-size: 0.8em;
}
.font-09 {
    font-size: 0.9em;
}
.font-10 {
    font-size: 1em;
}
.font-11 {
    font-size: 1.1em;
}
.font-12 {
    font-size: 1.2em;
}
.font-13 {
    font-size: 1.3em;
}






.fallback-blend {
    position: fixed;
    top:0px;
    left:0px;
    width:3000px;
    height:2000px;
    overflow:hidden;
}




.closing-v1::before {
    position: absolute;
    right:2px;
    top:2px;
    font-family: 'salon_icon';
    content: "\e805";
    color: #257d2d;
    font-style:normal;
}

.closing-v1:hover::before {
    font-family: 'salon_icon';
    content: "\e806";
    cursor:pointer
}


.balloon {
    z-index: 100000;
    position:absolute;
    top:0;
    left:0;    
    background-color: #f0f0ea;
    border: 1px solid #ccc;
    padding:0.2em;    
    overflow: hidden;
    opacity:0;
    transition: opacity 600ms;
    box-shadow: 0 0 30px 20px #fff;
}

.balloon > span:nth-of-type(1) {
    margin-right: 1.5em;    
}

.balloon > span:nth-of-type(3) {
    display: block;
}




.fb-container {
    width:100%;    
    display:flex; 
    align-items: center;
    justify-content: center;
    margin: 2em 0 3em 0;
}


.fb-like-share {    
    width:14%;
    min-width:140px;
    display:flex; 
    align-items: center;
}

.fb-like-share-off {
    background-image: url('/equipment/grafix/facebook.png');
    background-repeat: no-repeat;
    background-position: center center;    
    justify-content: flex-start;
    align-items: center;    
}

.fb-like-share-on {    
    background-image: url('/equipment/grafix/facebook_load.png');
    background-repeat: no-repeat;
    background-position: left center;
}


.fb-like-icon {
    display:flex; 
    align-items: center;
    justify-content: center;
    width:1.6em;
    height:1.6em;
    font-size:1em;
    background-color: rgba(83,119,193,1);
    border-radius:50%;
    padding: 0 2px 2px 0;
}


.fb-like-share i {    
    margin:0 !important;
    padding:0 0 0 0 !important;
    color: #fff;
}
.fb-like-share:hover {
    cursor:pointer;
}







.cookie-stfu {    
    width:100%;
    opacity:0;
    transition: opacity 800ms ease-in 1800ms;
    font-family: 'font-std-2';    
    background-color: rgba(0,0,0, 0.9);
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index:4200000;    
    left:0;
    bottom:0
}

.cookie-stfu > div {
    margin:0.4em;
}

.cookie-stfu > div:nth-of-type(1) {
    flex-basis: 55%;
    min-width:350px;    
    font-size:0.85em; 
    color:#FBFFB9;
    text-align:center;
}
.cookie-stfu > div:nth-of-type(2) {
    flex-basis: 20%;
    min-width:200px;    
    text-align:center;
}
.cookie-stfu > div:nth-of-type(3) {
    flex-basis: 20%;
    min-width:200px;    
    text-align:center;
}

.cookie-stfu .cookie-b-1, .cookie-stfu .cookie-b-2 {    
    display: inline-block;      
    padding: 0px .75em 3px .75em;
    background-color: #f0f0f0;
    border-radius:.2em;    
}

.cookie-stfu .cookie-b-1:hover, .cookie-stfu .cookie-b-2:hover { 
    cursor:pointer;
    box-shadow: inset 0 0 1px 1px #666;
    transition: box-shadow 423ms;
}


.cookie-stfu a {
    font-family: 'font-std-1';
    font-variant: small-caps;
    font-size:1em;
}

.cookie-stfu .cookie-b-1 a:link, .cookie-stfu .cookie-b-1 a:visited, .cookie-stfu .cookie-b-1 a:active { 
    color: #4f953b
}

.cookie-stfu .cookie-b-2 a:link, .cookie-stfu .cookie-b-2 a:visited, .cookie-stfu .cookie-b-2 a:active {
    color: #3E4348
}
.cookie-stfu a:hover, .cookie-stfu a:focus {
    color: #217ec8 !important;
}




.weihnacht {
    opacity: 0;
    transition: opacity 1800ms;
    position: fixed;
    top: 50px;
    left:25%;
    background-color: #fff;
    background-image: url('/content/Startseite/weihnacht.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 50%;
    height: 50%;
    z-index: 50000000;
    display:flex;
    flex-direction: column;
    border: solid 1px #000;
    padding: 10px;
}

.weihnacht-button, .weihnacht-text {    
    margin-left:auto;
    margin-right:auto;    
}

.weihnacht-text {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.weihnacht-button {
    margin-top: 42px;
    background-color: #3DA23D;
    font-size: 1.2em;
    padding:7px;
    border-radius: 5px 5px 5px 5px;
    color: #a40e8b;
}

.weihnacht-button:hover {
    background-color: #a40e8b;
    cursor:pointer;
    color: #3DA23D;
}

.hohoho {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
}

