/* 
    Document   : style.css
    Created on : 17.02.2012, 15:05:27
    Author     : Marcel
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    background-color:#000;
    height:100%;
    font-size:16px;
    line-height:1.4em;
    padding:0;
    margin:0;
    color:#EEE;
    -webkit-font-smoothing: subpixel-antialiased;
}

#background {
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:110%;
    background-color:#000;
    z-index:-1;
}

#background .backgroundImg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image:url('../images/476236_original_R_K_B_by_s.kunka_pixelio.jpg');
    background-position:50% 50%;
    background-size:100% auto;
    background-repeat:no-repeat;
}

#background.portrait .backgroundImg {
    background-size:auto 100%;
}

#background .backgroundImg.blur {
    opacity: 0.8;
    -webkit-filter: blur(5px); 
    -moz-filter: blur(5px); 
    -o-filter: blur(5px); 
    -ms-filter: blur(5px); 
    filter: blur(5px);
}

.page_2 #background .backgroundImg {
    background-image:url('../images/688907_original_R_by_Doris-Opitz_pixelio.jpg');
}

.page_3 #background .backgroundImg {
    background-image:url('../images/646045_original_R_K_by_Martin-Gebhardt_pixelio.jpg');
}

.page_-11 #background .backgroundImg {
    background-image:url('../images/356535_original_R_by_Juerg-Adler_pixelio.jpg');
}

.page_10 #background .backgroundImg {
    background-image:url('../images/593610_original_R_by_Alwin-Gasser_pixelio.jpg');
}

img {
    border:0;
}

a {
    color:#FFF;
    text-decoration:underline;
}

#swgLangSelector a {
    text-decoration:none;
}

p {
    margin-top:0.5em;
    margin-bottom:1em;
}

h1,h2,h3,h4 {
    font-weight:normal;
    font-family:'Roboto',sans-serif;
    line-height:1em;
}

h1 {
    font-size:2.5em;
    margin-top:0.5em;
    margin-bottom:1em;
}

h2 {
    font-size:2.3em;
    margin-top:0;
    margin-bottom:0.25em;
    /*text-shadow:#FFF 5px 5px 5px;*/
}

h2 a {
    text-decoration:none;
}

h3 {
    font-size:1.8em;
    margin-top:0.25em;
}
h4 {
    font-size:1.5em;
}

.content > div > article > h2 {
    
}

.left {
    float:left;
    width:45%;
}

.right {
    float:right;
    width:45%;
}

#header,#footer {
    padding:10px;
}

#header {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:9;
    background-image:url(../images/bg_black_85.png);
}

#footer {
    font-size:0.8em;
    border-top:1px solid #AAA;
    padding-bottom:50px;
}

#footer .innerContainer {
    max-width:700px;
    margin:0 auto;
}

#content {
    width:80%;
    max-width:800px;
    background-image:url(../images/bg_black_85.png);
    margin:100% auto auto auto;
}

#content > h1 {
    display: none;
}

#content .swgContent {
    margin-top:1.5em;
}

#content .swgContent p {
    margin-top:0;
}

#content .swgContent .left {
    width:150px;
    margin-right:25px;
    overflow:hidden;
}

#content .swgContent .right {
    width:auto;
    float:none;
    overflow:hidden;
}

#btnUp {
    width:42px;
    height:42px;
    position:fixed;
    left:50%;
    margin-left:-21px;
    bottom:0;
    background-image:url(../images/icon_up.png);
    cursor:pointer;
    bottom:-50px;
}

#btnUp.hidden {
}

.iconSmall {
    padding-left:50px;
    background-position:0 50%;
    background-repeat:no-repeat;
}

.iconSmall.iconContact {
    background-image:url(../images/icon_contact_40.png);
}

.iconSmall.iconInfo {
    background-image:url(../images/icon_info_40.png);
}

#imageCopyright {
    padding:0.25em;
    font-size:0.6em;
    color:#EEE;
    position:absolute;
    top:0;
    right:0;
    background-image:url(../images/bg_black_85.png);
}

form label {
    display:block;
    float:left;
    width:150px;
    margin-right:15px;
}

form label.required {
    background-image:url(../images/icon_required_16.png);
    background-position:100% 50%;
    background-repeat:no-repeat;
}

form input[type='text'],
form input[type='password']{
    width:200px;
    border:1px solid #000;
    margin:0;
    padding:5px;
}

form > div {
    margin-bottom:5px;
}

button {
    border:1px solid #000;
    padding:5px;
    font-size:0.8em;
    background-color:#fafafa;
    line-height:1em;
    cursor:pointer;
}

.swgContent img {
    max-width:100%;
}

.swgContent ul {
    margin:0;
    padding:0;
}

#swgContents .swgContent ul li {
    padding-left:5px;
    list-style-image: url(../images/icon_required_16.png);
    list-style-position: inside;
}

.swgContentStatusbar {
    display:none;
}

.clear
{
    clear:both;
}

#swgLangSelector {
    margin-top:15px;
    float:right;
}

#swgLangSelector .swgLangActive {
    text-decoration:line-through;
}

#logo {
    width:300px;
    height:68px;
    background-image:url('../images/logo.png');	
    background-size:100%;
    background-repeat:no-repeat;
    background-position:0 50%;
    float:left;
}

.swgTagCloud {
    text-align:center;
    line-height:1.4em;
    padding-top:0.5em;
    position:absolute;
    top:50%;
    opacity: 0.3;
}

.swgTagCloud a {
    text-decoration: none;
    color:#FFF;
}

.swgTagCloud .cloud1 {
    font-size:0.7em;
}
.swgTagCloud .cloud2 {
    font-size:0.8em;
}
.swgTagCloud .cloud3 {
    font-size:0.9em;
}
.swgTagCloud .cloud4 {
    font-size:1em;
}
.swgTagCloud .cloud5 {
    font-size:1.1em;
}
.swgTagCloud .cloud6 {
    font-size:1.2em;
}
.swgTagCloud .cloud7 {
    font-size:1.3em;
}
.swgTagCloud .cloud8 {
    font-size:1.4em;
}
.swgTagCloud .cloud9 {
    font-size:1.5em;
}
.swgTagCloud .cloud10 {
    font-size:1.6em;
}
.swgTagCloud .cloud11 {
    font-size:1.7em;
}
.swgTagCloud .cloud12 {
    font-size:1.8em;
}
.swgTagCloud .cloud13 {
    font-size:1.9em;
}
.swgTagCloud .cloud14 {
    font-size:2em;
}
.swgTagCloud .cloud15 {
    font-size:2.2em;
}

.tags {
    margin-top:1em;
}

.tags .swgCmsTag a {
    font-size:0.6em;
    color:#777;
    text-decoration:none;
    float:left;
    margin:0.25em;
    float:right;
    line-height:1em;
}

#nav {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    text-align:right;
}

#nav #navSelect {
    -webkit-appearance: none;
    background:none;
    border:none;
    color:#EEE;
    font-size:1em;
    padding:0.5em 0.5em 0.5em 40px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background-image:url(../images/icon_menu.png);
    background-position:10px 50%;
    background-repeat:no-repeat;
    display:none;
    text-align:center;
    border:1px solid #333;
    min-height:28px;
}

#nav ul {
    float:right;
    overflow:hidden;
    line-height:40px;
}

#nav li {
    display:inline-block;
    text-align:center;
}


#navMenu > .swgNav > li:first-child {
     display:none;
 }

#nav a {
    color:#cdccc8;
    display:block;
    padding:5px;
}

#nav a:hover,
#nav a.active {
    color:#97c026;
}

#content {
    position:relative;
}

#swgContents {
    margin:1em auto 0 auto !important;
}

#swgContents .content > div {
    padding:25px;
}

#swgContents .content iframe {
    display:block;
    margin:auto;
}

#swgContents > li {
    position:relative;
}

#content .swgContent img {
    margin-right:10px;
    margin-bottom:10px;
}

#content .small {
    font-size:0.8em;
}

.navigation
{
    border:1px solid transparent;
}

.navigation a {
    text-decoration:none;
}

.navigation a:hover,
.navigation a.active {
    color:#000;
}

/*
* SwgSlide
*/

#swgContents .content .swgSlideContainer {
}

#swgContents .content .swgSlide {
    width:100%;
    height:800px;
    position:relative;
    margin-top:2em;
}

#swgContents .content .swgSlideImageText
{
    text-align:center;
    font-size:0.9em;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

#swgContents .content .swgSlide #swgSlideButtons {
    position:absolute;
    top:50%;
    width:100%;
    margin-top:-16px;
    margin-left:0px;
    visibility:hidden;
}

#swgContents .content .swgSlide #swgSlideButtons .swgSlideButton {
    width:32px;
    height:32px;
    background-image:url('../images/slidePrev.png');
    background-repeat:no-repeat;
    cursor:pointer;
    float:left;
    visibility: visible;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select: none;
}
#swgContents .content .swgSlide #swgSlideButtons .right {
    background-image:url('../images/slideNext.png');
    float:right;
}
#swgContents .content .swgSlide .swgSlideThumbnailBar {
    margin-top:20px;
    padding-top:20px;
}

#swgContents .content .swgSlide .swgSlideThumbnailBar div img {
    border:1px solid transparent;
}

#swgContents .content .swgSlide .swgSlideThumbnailBar div img.active
{
    border:1px solid #000;
}

#content .flagHead {
    width:70px;
    height:70px;
    background-image:url('../images/flag.png');
    /*font-family:'Judson',serif;*/
    font-weight:normal;
    text-transform: capitalize;
    font-size:2em;
    color:#c3ba98;
    text-align:center;
    float:left;
    position:relative;
    margin-left:-20px;
    margin-top:-36px;
    padding:36px 0 30px 0;
}

#swgContents .content > div > h2 {
    float:left;
    max-width:335px;
}

#swgContents .content > div > h3 {
    clear:both;
}

#swgContents .content > div > .swgContent {
    clear:both;
}

/*
 * SwgCMS-Elemnts
 *
 */
 
 .swgAjaxLoader {
     background-image:url('../images/ajaxloader.gif');
 }
 
 .clear {
     clear:both;
 }

 .spaceBottom {
 }

 #swgContents,
 .swgNav {
     margin:0;
     padding:0;
 }
 
 .blocks #swgContents {
     float:left;
     clear:both;
     margin-left:3% !important;
     margin-top:3em !important;
 }
 
 .blocks #swgContents > li {
     width:30%;
     height:200px;
     overflow:hidden;
     float:left;
     /*
     display:inline-block;
     *display:inline;
     *zoom:1;
     */
     margin-right:3%;
     margin-bottom:3%;
     position:relative;
     /*-webkit-clip-path: polygon(50% 10%, 80% 90%, 10% 42%, 90% 40%, 20% 90%);
     clip-path: polygon(50% 10%, 80% 90%, 10% 42%, 90% 40%, 20% 90%);
     transition: -webkit-clip-path .3s;*/
 }
 
 .blocks #swgContents > li.doubleBlock {
     width:63%;
     height:424px;
     margin-left:0;
     margin-right:3%;
 }
 
 .blocks #swgContents > li.right {
     float:right;
     /*margin-left:auto;
     margin-right:2.5%;*/
 }
 .blocks #swgContents > li:focus,
 .blocks #swgContents > li:hover {
    /*-webkit-clip-path: polygon(50% -100%, 180% 200%, -100% 0%, 200% 0%, -80% 200%);
    clip-path: polygon(50% -100%, 180% 200%, -100% 0%, 200% 0%, -80% 200%);*/
 }
 
 .blocks #swgContents .content > div > article > h2 {
     position:absolute;
     left:0;
     right:0;
     bottom:0;
     text-align:center;
     z-index:1;
     background-image:url(../images/bg_black_85.png);
     padding:0.5em 0;
     margin-bottom:-0.25em;
     opacity: 0.2;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
 }
 
.blocks #swgContents > li:focus .content > div > article > h2,
.blocks #swgContents > li:hover .content > div > article > h2 {
    opacity:1;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out; 
 }
 
 .blocks #swgContents .content img {
     position:absolute;
     top:0;
     left:0;
     right:0;
     min-width:100%;
     min-height:100%;
 }
 
 .swgNav .navigation {
 }
 
.swgNav .swgNav {
    margin-left:25px;
    margin-bottom:0;
    padding-bottom:0;
    margin-top:0;
}

 
 #swgContents li,
 .swgNav li {
     list-style: none;
 }
 
 .swgErrorMessage {
     background-color:red;
     color:white;
 }
 
 .swgNoticeMessage {
     background-color:yellow;
     color:black;
 }
 
 .swgLabelTextBox {
     color:#CCC;
     font-style:italic;
 }
 
 .swgErrorMessage {
     color:white;
     background-color:red;
     padding:10px;
 }
 .swgNoticeMessage {
     color:black;
     background-color:yellow;
     padding:10px;
 }

 .swgComments {
     display:none;
     margin-top:20px;
     margin-bottom:20px;
     
 }
 
 .swgComments label {
     width:150px;
     display:block;
     float:left;
 }
 .swgComments textarea,
 .swgComments input,
 .contact textarea,
 .contact input
 {
     width:200px;
 }
 
 .contact textarea {
     height:100px;
     width:205px;
 }
 
 .swgComments button {
     margin-left:150px;
 }
 
 .swgComments ul {
     margin:0;
     padding:0;
 }
 
 .swgComments ul ul {
     margin-left:25px;
 }
 
 .swgComments .swgCommentContainer {
     margin-bottom:20px;
     padding-top:10px;
     margin-top:10px;
     border-top:1px solid #DDD;
 }
 
 .swgComments .swgCommentContainer .swgComment {
     
 }
 
 .swgComments .swgCommentCompose {
 }
 
 .swgComments .swgCommentContainer .swgComment .swgCommentStatusbar {
     float:right;
     font-size:0.8em;
 }
 
 .swgComments .swgCommentContainer .swgComment .swgCommentStatusbar div {
     float:left;
 }
 
 .swgComments .swgCommentContainer .swgComment .swgCommentAuthor {
     float:left;
     width:150px;
 }
 .swgComments .swgCommentContainer .swgComment .swgCommentDetails {
     margin-left:150px;
 }
 
 
 .swgContentStatusbar {
     margin-top:10px;
     padding-top:5px;
     margin-bottom:20px;
     border-top:1px solid #DDD;
     font-size:0.8em;
     float:right;
 }
 
 .swgContentStatusbar .swgContentStatusbarItem {
     float:left;
 }
 
 .swgContentStatusbar .commentbubble {
     width: 19px;
     height:22px;
     background-image:url('../images/comment_bubble.png');
     background-repeat:no-repeat;
     padding-left:11px;
     cursor:pointer;
 }
 
 .swgContentStatusbar .divider,
 .swgCommentStatusbar .divider {
     margin-right:5px;
     padding-right:5px;
     border-right:1px solid #DDD;
 }
 
 
 .swgProducts {
     margin:0;
     padding:0;
 }

 .swgProducts > li {
     margin-left:7px;
     width:185px;
     float:left;
     height:250px;
     overflow:hidden;
 }
 
 .swgProducts .product {
     font-size:0.8em;
     cursor:pointer;
 }
 
 .swgProducts .product .swgProductDetails .swgProductName {
     float:left;
     font-size:1.2em;
 }
 
 .swgProducts .product .swgProductDetails .swgProductPrice {
     float:right;
 }
 
 .swgProductBuy {
     float:right;
 }
 
 ul.swgProductImages {
     list-style:none;
     margin:0;
     padding:0;
 }
 ul.swgProductImages li {
     float:left;
     margin-right:5px;
     margin-bottom:5px;
 }
 ul.swgProductImages img {
     max-width:150px;
     max-height:150px;
 }
 
 #swgCartWidget {
     position:absolute;
     right:0px;
     padding:5px;
     border: 1px solid #000;
     padding-left:25px;
     background-image:url('../images/icoCart.png');
     background-repeat:no-repeat;
     line-height:1em;
     cursor:pointer;
 }
 #swgCartWidget .swgCartWidgetPos {
     margin-right:10px;
     float:left;
 }
 #swgCartWidget .swgCartWidgetSum {
     float:right;
     text-align:right;
 }
 
 .swgCartPos {
     border-bottom:1px solid #000;
     margin-bottom:20px;
     padding-bottom:15px;
 }
 
 .swgCartPos li {
     list-style:none;
 }
 
 .swgCartPos li img {
     max-height:50px;
 }
 
 .swgCartPos button {
     font-size:0.7em;
     font-weight:bold;
     background-color:#000;
     color:#FFF;
     padding:0px;
     line-height:13px;
     width:15px;
     height:15px;
 }
 
 .swgCartPos div.swgCartPosField {
     float:left;
     margin-right:10px;
 }
 
 .amount {
     text-align:right;
     float:right;
     width:100px;
 }
 
 .swgCartSum {
     float:right;
     text-align:right;
     margin-right:10px;
     margin-top:50px;
 }
 
 .swgCartQty {
     color:#000;
     font-size:1.3em;
 }
 
 .adminControlButton {
     /*margin-left:-32px !important;*/
 }
 
 /** jplayer **/

.jPlayer {
    position:relative;
}

.jPlayer .jp-jplayer {
    margin:auto;
    max-width:100%;
}

.jPlayer .jp-jplayer img,
.jPlayer .jp-jplayer video {
    max-width:100%;
}

.jPlayer .jp-audio {
    margin:auto;
    width:420px !important;
    background:none !important;
}

.jPlayer .jp-gui {
    background:none !important;
}

.jPlayer .jp-gui li {
    padding:0;
}

.jPlayer .jp-gui li:before {
    content:none;
}

div.jp-interface {
    /*background-image:url('../images/blacktrans.png');*/
}

.tinyMce .jPlayer {
    border:10px dashed red;
}

@media screen and (max-width: 999px) {
    #nav #navMenu {
        display:none;
    }
    #nav #navSelect {
        display:block;
    }
}

@media screen and (max-width: 799px) {
    #content {
        width:100%;
    }
}

@media screen and (max-width: 599px) {
    
    #logo {
        width:45%;
    }
    #nav {
        width:45%;
    }
    
    #swgContents .swgContent .left {
        width:100px;
        margin-right:10px;
    }
    
    
}

@media screen and (max-width: 480px) {
    body {
        font-size:12px;
        line-height:1.5em;
    }
    
    #logo {
        width:200px;
        height:50px;
    }
    
    #nav {

    }
    
    #swgContents .swgContent .left {
        float:none;
        width:100%;
        margin-right:0;
        text-align:center;
    }
    
    #swgContents .swgContent .left img {
        float:none !important;
    }

    .swgTagCloud, .content .tags {
        display: none;
    }

}

@media screen and (max-width: 450px) {
    
    #logo {
        margin:0 auto;
        float:none;
    }
    
    #nav {
        position:relative;
        margin:0 auto;
        width:100%;
        right:auto;
        top:auto;
        text-align:center;
    }
    
    #nav #navSelect {
        margin:0 auto;
    }
    
}

@media screen and (max-width: 320px) {

    body {
        font-size:14px;
    }

    .left, .right {
        float:none;
        width:100%;
    }
    
}
