/* ==========================================================================
 * http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
 * Basic styles
   ========================================================================== */
body {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
    background: #C8A2AD;
    color: #FFF;
    text-shadow: none;
}

*::selection {
    background: #C8A2AD;
    color: #FFF;
    text-shadow: none;
}

hr {
	height: 1px;
	width: 558px;
	border: 0 none;
	background-color: #F00;
	margin-top: 3.75em;
	margin-right: auto;
	margin-bottom: 3.75em;
	margin-left: auto;
}

.clearfix:before, .clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
	clear: left;
}

/* ==========================================================================
 * Divs
   ========================================================================== */
header {
    position: relative;
    margin: 0 0 1.75em;
    vertical-align: top;
}

nav {
    float: right;
    /*width: 60%;*/
    text-align: right;
}

section, footer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

footer {
    margin: 3.75em auto 0;
}

#page {
    padding: 4.75em 4.75em 3.75em;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 999;
}

#loadanimation {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    background-color: #915F6D;
    -webkit-animation: loading 1.2s linear 0s infinite;
    animation: loading 1.2s linear 0s infinite;
}

#title {
    float: left;
    width: 220px;
    text-align: center;
}

#featured {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}

#collection-list {
    padding-top: 1.25em;
}

.mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 10px 3px 0;
    background-color: #915F6D;
    text-align: center;
    opacity: .9;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.item:hover .mask {
    top: 52%;
}

.banner  /* --------banner= boxfarbe ----- */ 

{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.75em;
    background-color: #e43f46;
    color: #FFF;
    text-transform: uppercase;
    line-height: 4.75em;
    text-align: center;
    opacity: .9;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.lightbox {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 3%;
    text-align: center;
    background-color: #FFF;
    z-index: 99;
}

#frame-left, #frame-right, #frame-top, #frame-bottom {
    position: fixed;
    background-color: #F5F5F5;
    z-index: 100;
}

#frame-left, #frame-right {
    bottom: 0;
    top: 0;
    width: 16px;
    height: 100%;
}

#frame-top, #frame-bottom {
    left: 0;
    right: 0;
    height: 16px;
    width: 100%;
}

#frame-left {
    left: 0;
}

#frame-right {
    right: 0;
}

#frame-bottom {
    bottom: 0;
}

#frame-top {
    top: 0;
}

#featured img {
    width: 100%;
    max-width: 640px;
    height: auto;
}

.item img, .list img {
	width: 100%;
	height: auto;
}

.lightbox img {
    width: 100%;
    *width: 768px;
    max-width: 768px;
    height: auto;
    margin-top: 0;
}

.size-small {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
        background-color: #915F6D;
    }
    50% {
        background-color: #C8A2AD;
    }
    100% {
        transform: rotate(360deg);
        background-color: #915F6D;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkti-transform: rotate(0deg);
        background-color: #915F6D;
    }
    50% {
        background-color: #C8A2AD;
    }
    100% {
        -webkit-transform: rotate(360deg);
        background-color: #915F6D;
    }
}

/* ==========================================================================
 * Fonts 
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, span, blockquote, ul, ol, li, small, em, pre {
}

h1, h2, h3, h4 {
    word-wrap: break-word;
}

h1 {
    font-size: 183%;
    font-family: 'Julius Sans One';
    color: #2B1C21;
    font-size: 184%;
}

h2 {
    padding-bottom: 1.45em;
    font-size: 123%;
    font-family: 'Julius Sans One';
    color: #2B1C21;
}

p {
	width: 670px;
	margin: 0 auto;
	padding-bottom: 1.4em;
	font-weight: 300;
	line-height: 1.6em;
}

#page-title {
    padding-bottom: 0.25em;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    color: #915F6D;
}

.page-subtitle {
    padding-bottom: 0.25em;
    font-size: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.55em;
}

.page-subtitle span {
    color: #959595;
    font-size: 84%;
}

.site-title {
	font-size: 170%;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	color: #F00;
	line-height: 1.3em;
}


.subsite-title {
	font-size: 100%;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	text-decoration: underline;
	margin-bottom: 15px;
}
nav li {
    display: inline-block;
    margin: 0 0.75em;
}

.mask h3 {
    padding-bottom: 0.75em;
    font-size: 84%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF
}

.mask p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 82%;
    font-weight: 300;
    line-height: 1.3em;
    color: #FFF
}

.productinfo li {
    font-size: 84%;
    font-weight: 300;
    line-height: 1.6em;
}

#menu-footer-menu {
    font-size: 84%;
    font-weight: 300;
    text-align: center;
}

#menu-footer-menu li {
    display: inline-block;
    margin-right: 0.45em;
}

#cntctfrm_thanks {
    font-weight: 300;
    text-align: center;
}

footer p {
    padding-bottom: 0.3em;
    font-size: 84%;
    color: #666;
    text-transform: uppercase;
    text-align: center;
}



b, strong {
    font-weight: 400;
}

strong em {
    font-weight: 700;
}

/* ==========================================================================
 * Links 
   ========================================================================== */
a {
	text-decoration: none;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	color: #333333;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

nav a {
    display: block;
    padding-bottom: 6px;
    font-size: 84%;
    text-transform: uppercase;
    color: #959595;
    border-bottom: 2px solid #FFF;
}

nav a:hover {
    border-color: #e43f46;
    color: #2B2B2B;
}

nav li.current-menu-item a, nav li.current-page-ancestor a           /* --------home untersrichen----- */

{
    border-color: #e43f46;
    color: #2B2B2B;
}

.item {
    position: relative;
    display: block;
    float: left;
    width: 30.833333%;
    margin: 1.0416667%;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.item:hover {
    border-color: #C8A2AD;
}

.list {
	display: block;
	position: relative;
	float: left;
	width: 15%;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.list:hover .banner {
	background-color: #942a2f;
}

.close {
    position: absolute;
    right: 5%;
    top: 6%;
    display: block;
    width: 32px;
    height: 32px;
    background: url('../Umbellina-Dateien/img/close.png');
    opacity: .6;
}

.close:hover {
    opacity: 1;
}

nav .mobile {
    display: none;
}

footer a {
    color: #959595;
}

/* ==========================================================================
 * Forms 
   ========================================================================== */
form {
    width: 660px;
    margin: 0 auto;
}

.form-wrapper {
    margin-bottom: 0.75em;
}

input, textarea {
    width: 93%;
    padding: 10px;
    font-family: 'Lato';
    font-weight: 300;
    color: #2B1C21;
    font-size: 100%;
    border: 1px solid #E1E1E1;
    background-color: #F5F5F5;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

input:focus, textarea:focus {
    border-color: #C8A2AD;
}

label {
    color: #959595;
    font-weight: 300;
    font-size: 84%;
    text-transform: uppercase;
}

input[type=submit] {
    width: 140px;
    border-color: #C8A2AD;
    background-color: #C8A2AD;
    color: #FFF;
    cursor: pointer;
    letter-spacing: 2px
}

input[type=submit]:hover {
    background-color: #915F6D;
    border-color: #915F6D;
}

*[role=alert] {
    color: #CC5C6A;
}

/* ==========================================================================  
 * Start Media Queries 
   ========================================================================== */

@media only screen and (max-width: 1024px) {
    #page {
        padding: 3.75em 2.75em 2.75em;
    }

    .item {
        width: 47.5%;
    }
}

@media only screen and (max-width: 980px) {
    nav {
        float: none;
        width: 100%;
        margin-bottom: 1.75em;
        text-align: center;
    }

    #title {
        float: none;
        width: 100%;
        margin-bottom: 1.75em;
    }
}

@media only screen and (max-width: 768px) {
    #page {
        padding: 2.75em 1.75em 1.75em;
    }

    #frame-left, #frame-right, #frame-top, #frame-bottom {
        display: none;
    }

    p, form {
        width: 100%;
    }

    .mask {
        position: relative;
        min-height: 140px;
    }

    .item:hover .mask {
        top: 100%;
    }
}

@media only screen and (max-width: 560px) {
    #page {
        padding: 2em 1em 1em;
    }

    .item {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        cursor: auto;
    }

    .mask {
        left: 0;
        top: 0;
        padding: 5% 0;
        border: 1px solid #915F6D;
        opacity: 1;
    }

    .item:hover .mask {
        top: 0;
    }

    .list {
        float: none;
        width: 100%;
        margin: 0 0 40px 0;
        cursor: pointer;
    }

    .site-title {
        font-size: 183%;
    }

    nav li {
        display: block;
        border-bottom: 1px solid #E1E1E1;
    }

    nav a {
        border: 0 none;
        line-height: 40px;
    }

    nav .mobile {
        display: block;
        width: 100%;
        height: 25px;
        background: url('../Umbellina-Dateien/img/menu.png') no-repeat center center;
        opacity: .8;
    }

    nav .mobile:hover {
        opacity: .6;
    }

    .close {
        right: 30px;
        top: 20px;
    }
}

@media only screen and (min-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .mask {
        position: relative;
        min-height: 140px;
    }
}

/* ==========================================================================  
 * Fallbacks
   ========================================================================== */
.no-js #loader {
    display: none;
}

.ie8 .lightbox img {
    width: 768px;
    height: auto;
}

/* qtranslate x */
.qtranxs-lang-menu a:first-of-type {
    display: none;
}

.qtranxs-lang-menu li a:first-of-type {
    display: inherit;
}

.qtranxs-lang-menu-item img {
    display: none;
}

.qtranxs-lang-menu{
    float: none;
    display: block;
    margin-top: 18px;
}

.qtranxs-lang-menu ul{
text-align: center;
}
#page #featured #box_klein_1 {
	width: 32%;
	padding-top: 3em;
	padding-right: 0.8em;
	padding-bottom: 3em;
	padding-left: 0.8em;
	color: #FFF;
	float: left;
}
.site-title-black {
	color: #333;
}
