
html {
width: 100%;
height: auto;
/*background: #f6f4f1;*/
font-size: 100%;
font-family: 'Avenir LT W01 35 Light', helvetica, arial, sans-serif;
font-style: normal;
font-weight: normal;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-webkit-text-size-adjust: 100%;
overflow-x: hidden;
overflow-y: scroll;
}

body {
width: 100%;
height: auto;
margin: 0;
padding: 0;
color: #595959;
font-size: 1em;
letter-spacing: 0.05em;
line-height: 1.4;
background: #ffffff;
/*text-align: center;*/
overflow-x: hidden;
}

img {
border: 0;
outline: none;
}

hr {
height: 0px;
border: 0px;
background-color: #dddddd;
border-top: 1px solid #dddddd;
margin: 20px 0 20px 0;
}


a, a:link, a:visited {
color: #595959;
text-decoration: none;
border: 0;
outline: none;
}

a:hover {
color: #000000;
border: 0;
outline: none;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

h1, h2, h3, h4 {
margin-top: 0;
}

h1 {
font-size: 2em;
font-style: normal;
font-weight: normal;
line-height: 1.1;
font-family: 'Avenir LT W01 95 Black', helvetica, arial, sans-serif;
}

h2 {
font-size: 1.4em;
font-style: normal;
font-weight: normal;
}


h2 sup, h2 sub {
font-size: 0.6em;
}

h3, h4 {
font-size: 1em;
margin-bottom: 0;
font-style: normal;
font-weight: normal;
}

h3 {
font-family: 'Avenir LT W01 95 Black', helvetica, arial, sans-serif;
}

ul li {
margin: 0;
padding: 0;
}

input, select, textarea {
/*-webkit-appearance: none;*/
-webkit-border-radius: 0;
border-radius: 0;
}

input[type="submit"] {
-webkit-appearance: none;
}

sup, sub {
font-size: 0.7em;
}

b, strong {
font-family: 'Avenir LT W01 95 Black', helvetica, arial, sans-serif;
font-weight: normal;
font-style: normal;
}

/*em, i {

}*/

/* ------------------------------------- */

#top {
width: 0;
height: 0;
top: 0;
margin: 0;
}


.pageWrapper {
float: left;
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
overflow: hidden;
overflow-x: hidden;
}

.icon-logo {
float: left;
width: 102px;
position: absolute;
top: 20px;
left: 40px;
z-index: 1001;
cursor: pointer;
}

nav {
float: right;
position: fixed;
top: 0;
right: 0;
z-index: 9999;
width: auto;
background: transparent;
}


#mainNavi {
float: right;
width: auto;
height: 62px;
background: transparent;
text-align: right;
/*overflow: hidden;*/
}

.mainNaviOpener {
display: none;
}

#mainNavi ul {
display: none;
position: relative;
list-style-type: none;
width: 100%;
padding: 0;
margin: 0;
background: transparent;
opacity: 0.98;
/*overflow: hidden;*/
}

#mainNavi ul li {
float: left;
width: auto;
margin: 0;
padding: 20px 0 20px 0;
text-align: center;
background: #ffffff;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
/*overflow: hidden;*/
}

#mainNavi ul li:hover {
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}


/*#mainNavi ul li:first-child {
padding-left: 0;
}*/

#mainNavi ul li a {
/*float: left;*/
display: block;
margin: 0 20px 0 20px;
}

#mainNavi ul li a:hover, #mainNavi ul li a.navactive, #mainNavi ul li ul.mainSubnavi li.navactive a {
color: #27bcd7;
}


#mainNavi ul li.mainNaviItem a.navactive {
color: #27bcd7;
}

/* subNavi */

#mainNavi ul li ul.mainSubnavi {
position: absolute;
top: 62px;
left: 0;
z-index: 1000;
display: block;
list-style-type: none;
width: 100%;
max-width: 306px;
height: auto;
padding: 0;
margin: 0;
font-size: 0.9em;
opacity: 1;
}


#mainNavi ul li ul.mainSubnavi li {
float: left;
display: inline-block;
width: 100%;
margin: 1px 0 0 0;
padding: 14px 0 15px 0;
text-align: left;
/*text-transform: uppercase;*/
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
background: #ffffff;
}


/*#mainNavi ul li ul.mainSubnavi li:hover {
background-color: #eeeeee;
}*/




/* aka product finder */
#pageNavi {
float: right;
width: auto;
height: 50px;
}

.pageNaviOpener {
/*float: left;*/
width: 200px;
height: 62px;
padding: 20px 20px 15px 30px;
margin-right: 0;
color: #ffffff;
background: #27bcd7 url(../images/icon-finder.png) no-repeat;
background-size: 22px auto;
background-position: 20px center;
cursor: pointer;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}


.pageNaviOpener.slideIn {
background: #27bcd7 url(../images/close.png) no-repeat;
background-size: 25px auto;
background-position: center center;
}


.pageNaviCloser {
float: left;
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 1002;
width: 60px;
height: 60px;
margin-left: 0;
background: #ffffff url(../images/close.png) no-repeat;
background-size: 30px auto;
background-position: center center;
cursor: pointer;
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}


#pageNavi ul {
float: right;
width: 100%;
margin-top: 1px;
margin-right: -300px;
padding: 0;
list-style-type: none;
width: auto;
max-width: 200px;
height: auto;
min-height: 100%;
background: #ffffff;
/*opacity: 0.95;*/
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}

#pageNavi ul li {
float: left;
display: inline-block;
width: 100%;
margin: 0;
padding: 0;
text-align: left;
color: #000000;
background-color: #ffffff;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
/*border-bottom: 1px solid #eeeeee;*/
}


#pageNavi ul li.blueDash {
background: transparent url(../images/icon-bluedash.png) no-repeat 15px bottom;
background-size: 18px 2px;
}

#pageNavi ul li:hover {
color: #27bcd7;
/*border-bottom: 1px solid #dddddd;*/
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}

#pageNavi ul li a {
float: left;
display: inline-block;
width: 95%;
margin: 15px 0 15px 15px;
background: transparent;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
}

#pageNavi ul li a:hover {
color: #27bcd7;
}

#pageNavi ul li.navactive {
color: #27bcd7;
/*border-left: 5px solid #27bcd7;*/
}

#pageNavi ul li.navactive a {
color: #27bcd7;
}

#pageNavi ul.slideIn {
margin-right: 0;
}


#pageNavi ul li.sitemap {
padding-left: 50px;
background: #cdc7be url(../images/icon-sitemap.png) no-repeat;
background-size: 24px auto;
background-position: 20px center;
}

#pageNavi ul li.sitemap a:hover {
color: #ffffff;
}


#overAlldark {
width: 100%;
height: 100%;
padding: 0;
margin: 0 auto;
position: fixed;
top: 0;
left: 0;
z-index: 3000000;
text-align: center;
background: url(../images/bg-dark.png);
opacity: 0;
}

.sitemapBoxWrapper {
width: 95%;
max-width: 1280px;
height: auto;
min-height: 86%;
max-height: 86%;
padding: 60px;
margin: 4% auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
background: #f7f5f2;
font-size: 0.9em;
position: relative;
overflow-y: auto;
}


.sitemapBoxCloser {
float: left;
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
margin-left: 0;
background: #ffffff url(../images/close.png) no-repeat;
background-size: 30px auto;
background-position: center center;
cursor: pointer;
}

.sitemapBox {
float: left;
width: 20%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 1px solid #cdc7be;
border-bottom: 3px solid #cdc7be;
padding: 0;
}

.sitemapBox a {
float: left;
display: block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
padding: 10px;
margin: 0;
text-align: left;
background-color: #ffffff;
}

.sitemapBox a.bglightBeige {
background: #f7f5f2;
}

.sitemapBox a:hover {
background: #cdc7be;
color: #ffffff;
}

.slidingHint {
width: 100%;
height: 100%;
padding: 0;
margin: 0 auto;
position: fixed;
top: 0;
left: 0;
z-index: 4000000;
text-align: center;
background-image: url(../images/icon-navi-hint.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 550px auto;
opacity: 0;
}

.fullSize {
float: left;
width: 100%;
height: auto;
text-align: center;
}

.pageContent {
float: left;
width: 100%;
height: auto;
margin-left: 0;
text-align: left;
/* shadow left */
/*-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;*/
/**/
/*background: #eeeeee;*/
background: #f6f4f1;
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}

.pageContent.slideIn {
margin-left: -200px;
/*-webkit-box-shadow: -5px 0px 5px -2px #666666;
-moz-box-shadow: -5px 0px 5px -2px #666666;
-o-box-shadow: -5px 0px 5px -2px #666666;
box-shadow: -5px 0px 5px -2px #666666;*/
}


.pageModule {
float: left;
height: auto;
margin-left: 0;
/* shadow left */
/*-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;*/
/**/
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}

.pageModule.slideIn {
margin-left: -200px;
/*-webkit-box-shadow: -5px 0px 5px -2px #666666;
-moz-box-shadow: -5px 0px 5px -2px #666666;
-o-box-shadow: -5px 0px 5px -2px #666666;
box-shadow: -5px 0px 5px -2px #666666;*/
}




.halfsize {
float: left;
width: 50%;
height: auto;
/*background: #bbbbbb;*/
/*box-sizing: border-box;
-moz-box-sizing: border-box;
border: 10px solid #eeeeee;*/
}

.thirdofsize {
float: left;
width: 33.333%;
height: auto;
min-height: 250px;
/*background: #bbbbbb;*/
color: #ffffff;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 1px solid #ffffff;
position: relative;
}


.twothirdofsize {
float: left;
width: 66.666%;
max-width: 970px;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
}


.introSticky {
background-color: #cccccc;
overflow: hidden;
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}


.introSticky.halfsize {
width: 50%;
min-height: 450px;
}


.introSticky.twothirdofsize {
width: 66.666%;
max-width: none;
}


.inlineBlock {
float: left;
width: 100%;
padding: 40px;
text-align: left;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0;
}

.inlineBlock h2 {
display: inline-block;
/*max-width: 280px;*/
}


.thirdofsize .inlineBlock h2 {
font-family: 'Avenir LT W01 95 Black';
}


.introSticky .inlineBlock h2 {
margin-bottom: 10px;
}

.stickyDesc {
max-width: 100%; /* 400px */
min-height: 200px;
overflow: hidden;
}

.stickyDesc img {
max-width: 100%;
}

/*
.introSticky:last-child .stickyDesc {
max-width: 100%;
width: 100%;
}
*/


.readMore {
position: absolute;
bottom: 40px;
left: 40px;
padding: 5px 10px 5px 10px;
border: 1px solid #ffffff;
color: #ffffff;
text-align: center;
}

a.readMore {
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
-o-transition: .7s;
-ms-transition: .7s;
-moz-transition: .7s;
-webkit-transition: .7s;
transition: .7s;
}

a.readMore:hover {
background: #27bcd7;
}


/* -------------------------- flexslider */

.flexslider {
margin: 0;
}

ul.slides {
width: auto;
height: 100%;
margin: 0;
padding: 0;
border: 0;
}


ul.slides li {
width: 100%;
height: 100%;
padding: 0;
text-align: center;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}


ul.slides li img {
margin: 0 auto;
}

/*ul.slides li*/
.backgroundCover {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

/* -------------------- end flexslider */


#introslider {
min-height: 400px;
background: url(../images/introslider-backup.jpg) no-repeat center center;
background-size: cover;
}

#introslider, #showroomslider {
overflow: hidden;
}

#introslider .flex-control-nav {
width: 90%;
margin: 0 0 0 40px;
bottom: 30px;
text-align: left;
}

#introslider .flex-control-nav a {
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}



#Produkte {
float: left;
width: 100%;
height: 600px;
/*box-sizing: border-box;
-moz-box-sizing: border-box;
border: 10px solid #dddddd;*/
/*overflow: hidden;*/
}


/* #Produkte  sly */

.wrap {
position: relative;
}

.frame {
/*overflow: hidden;*/
}

.frame ul {
list-style: none;
margin: 0;
padding: 0;
height: 100%;
}


.frame ul li {
float: left;
width: 400px;
height: 100%;
margin: 0;
padding: 0;
background-color: #cccccc;
color: #000000;
text-align: center;
border-right: 1px solid #ffffff;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}


.frame ul li.active {
color: #000000;
background: #cfc6bd;
}



/* Controls */
.controls {
float: right;
width: auto;
/*margin: 0 1% 0 1%;*/
text-align: center;
position: absolute;
top: 20px;
right: 20px;
}

.prev {
float: left;
display: block;
cursor: pointer;

}

.next {
float: right;
display: block;
cursor: pointer;
display: none;
}


.next img, .prev img {
width: 30px;
}

.next.disabled {
display: none;
}

/* end sly */



/* glas finder li bgs */

#Produkte ul.slidee li {
background-position: center center;
background-size: cover;
-o-transition: opacity .4s;
-ms-transition: opacity .4s;
-moz-transition: opacity .4s;
-webkit-transition: opacity .4s;
transition: opacity .4s;
}

#Produkte ul.slidee li:hover {
opacity: 0.9;
}


/* sly descriptions, product groups overview */
.groupDesc {
position: absolute;
top: 50%;
width: 96%;
height: auto;
margin: -40px 0;
padding: 0 2% 0 2%;
text-align: center;
}

.groupDesc h2.innerText {
width: 90%;
padding: 10px 5% 10px 5%;
text-transform: uppercase;
background: url(../images/blue-strip.png), url(../images/blue-strip.png);
background-repeat: no-repeat;
background-position: center top, center bottom;
background-size: 30px 3px;
}

.groupDesc a {
color: #ffffff;
}


.groupDesc a:hover {
color: #f2eee9;
}

.groupitem-title-separator {
display: block;
width: 100%;
height: 3px;
padding: 0;
margin: 5px 0 5px 0;
text-align: center;
background: url(../images/blue-strip.png) no-repeat center top;
background-size: 30px auto;
overflow: hidden;
}




/* page styles */


.contentHeaderimgWrapper {
float: left;
width: 100%;
max-width: 100%;
height: auto;
min-height: 350px;
max-height: 500px;
margin-bottom: 40px;
background-color: #c4bbb4;
position: relative;
overflow: hidden;
-o-transition: .7s;
-ms-transition: .7s;
-moz-transition: .7s;
-webkit-transition: .7s;
transition: .7s;
}

.contentHeaderimg {
float: left;
width: 100%;
max-width: 100%;
}

.contentHeaderimgWrapper h1 {
position: absolute;
top: 50%;
left: 40px;
max-width: 500px;
margin: -40px 0 40px 0;
color: #ffffff;
text-align: left;
}



/* intro slider */

#introslider .contentHeaderimgWrapper {
max-height: 700px;
}

#introslider .contentHeaderimgWrapper h1 {
float: none;
position: relative;
display: inline-block;
}





.groupDescContent {
float: left;
width: 100%;
max-width: 850px;
height: auto;
margin: 60px 0;
padding: 0 40px 40px 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
}

.groupDescContent h1 {
padding: 20px 0 20px 0;
background: url(../images/blue-strip.png), url(../images/blue-strip.png);
background-position: center top, center bottom;
background-repeat: no-repeat;
background-size: 30px 3px;
}


.halfsize .groupDescContent h1 {
color: #8f826f;
font-family: 'Avenir LT W01 35 Light', helvetica, arial, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.8em;
text-transform: uppercase;
text-align: center;
}

/*
.sectionItem {
float: left;
width: 100%;
height: auto;
padding: 0;
margin: 0;
}

.sectionItem .groupDescContent {
float: left;
max-width: 900px;
margin: 0 auto;
width: 100%;
height: auto;
padding: 0 40px 0 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
}


.sectionItem, .sectionItem .groupDescContent, .sectionItem .groupDescContent h1, .sectionItem .groupDescContent h2 {
text-align: left;
}



.sectionItem .groupDescContent h1 {
margin: 80px 0 30px 0;
}

.sectionItem .groupDescContent h2 {
padding-bottom: 5px;
margin: 0 0 5px 0;
border-bottom: 1px solid #dddddd;
}
*/




.pagestyleContent {
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 40px 0 40px;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
}

.pagestyleContent:last-child {
margin-bottom: 40px;
}

.accord-desc {
float: left;
width: 100%;
height: auto;
margin-top: 10px;
margin-bottom: 50px;
}

.accord-desc a {
text-decoration: underline;
}

.accord-desc .thirdofsize, .accord-desc .halfsize {
min-height: 80px;
border: 0;
}



h2.accord-h2 {
font-size: 1em;
padding-top: 8px;
padding-right: 26px;
padding-bottom: 8px;
margin-bottom: 0;
border-top: 1px solid #cfc6bd;
background: transparent url(../images/icon-open-akkord.png) no-repeat right 6px;
background-size: 26px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

h2.accord-h2:hover {
background-color: #eeeeee;
}


h2.accord-h2.accord-h2-opened {
color: #27bcd7;
background: transparent url(../images/icon-close-akkord.png) no-repeat right 6px;
background-size: 26px;
}

h2.accord-h2.accord-h2-opened:hover {
background-color: transparent;
}

.open-desc {
float: left;
display: block;
margin: 0 0 40px 0;
background: url(../images/border-w-20-black.png) no-repeat left top;
}

.open-h2, .sectionItem .groupDescContent h2.open-h2 {
font-size: 1em;
width: auto;
padding: 5px 0 5px;
margin: 20px 0 0 0;
border: 0;
background: url(../images/border-w-20-black.png) no-repeat left top;
}


.pdfDownload, a.pdfDownload {
float: left;
display: inline-block;
width: auto;
max-width: 380px;
height: auto;
min-height: 50px;
padding-left: 35px;
font-style: italic;
text-decoration: none;
background: url(../images/icon-pdf.png) no-repeat left top;
background-size: 26px 48px;
word-wrap: break-word;
}


.pdfDownload-white, a.pdfDownload-white {
display: inline-block;
width: auto;
height: auto;
min-height: 50px;
padding-left: 35px;
font-style: italic;
text-decoration: none;
background: url(../images/icon-pdf-white.png) no-repeat left top;
background-size: 26px 48px;
}

span.inlineTitle {
display: block;
font-size: 2em;
color: #999999;
margin: 20px 0 20px 0;
}


/* TEAM */

.team-member-box {
float: left;
width: 25%;
padding: 20px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0;
text-align: center;
font-family: Georgia, serif;
font-style: italic;
color: #c7c0b8;
overflow: hidden;
word-wrap: break-word;
}


.team-member-box img {
display: block;
max-width: 100%;
margin: 0 0 20px 0;
}

.icon-team-mailto {
float: right;
display: block;
width: auto;
height: 34px;
padding: 3px 0 3px 40px;
margin: -50px 0 5px 0;
z-index: 10;
background: url(../images/icon-team-mailto.png) no-repeat center center;
background-size: 34px auto;
text-decoration: none;
position: relative;
}

.team-member-box b {
display: block;
font-family: Georgia, serif;
font-style: italic;
color: #666666;
}





.content-info-block {
float: left;
display: block;
width: 100%;
padding-top: 40px;
background: url(../images/content-icon-info.png) no-repeat top left;
background-size: 28px auto;
margin-bottom: 40px;
}


.content-vorteile-title, .content-angebot-title {
display: inline-block;
width: auto;
padding: 5px 10px 5px 10px;
background: #27bcd7;
color: #ffffff;
}

.content-vorteile-block, .content-angebot-block {
display: block;
width: 100%;
margin: 10px 0 40px 0;
}

.content-angebot-block .pagestyleContent {
width: 100%;
padding: 0;
}

.content-angebot-block .pagestyleContent .accord-desc {
padding-top: 10px;
margin-top: 5px;
background: url(../images/blue-strip.png) no-repeat 0 0;
background-size: 20px 2px;
}



.content-contact-block {
float: left;
width: 100%;
display: block;
padding-top: 40px;
background: url(../images/content-icon-contact.png) no-repeat top left;
background-size: 28px auto;
margin-bottom: 40px;
}

/* links underlined */
.content-info-block a, .content-vorteile-block a, .content-angebot-block a, .content-contact-block a {
text-decoration: underline;
}


.content-more-block {
float: left;
display: block;
margin: 20px 0 40px 0;
font-style: italic;
font-family: Georgia, serif;
clear: left;
}


.content-more-block a {
display: block;
width: auto;
padding: 3px 0 3px 40px;
margin: 0 0 5px 0;
background: url(../images/content-icon-right.png) no-repeat top left;
background-size: 28px auto;
font-family: 'Avenir LT W01 35 Light', helvetica, arial, sans-serif;
font-style: normal;
font-weight: normal;
}

.dPDF, .content-more-block a.dPDF {
display: inline-block;
width: auto;
padding: 3px 0 3px 40px;
margin: 0 0 5px 0;
background: url(../images/content-icon-down.png) no-repeat top left;
background-size: 28px auto;
text-decoration: none;
}

.dPDF:before {
content: 'Download: ';
}

.appointmentLink {
display: inline-block;
width: auto;
padding: 5px 0 5px 40px;
margin: 0 0 10px 0;
background: url(../images/icon-appointment.png) no-repeat top left;
background-size: 34px auto;
text-decoration: none;
}

.openingLink {
display: inline-block;
width: auto;
padding: 5px 0 5px 40px;
margin: 0 0 10px 0;
background: url(../images/icon-opening.png) no-repeat top left;
background-size: 34px auto;
text-decoration: none;
}



#relatedImages, #placeholderImages {
background: transparent;
position: relative;
}




#relatedImages .halfsize, #placeholderImages .halfsize {
height: 300px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
box-sizing: border-box;
-moz-box-sizing: border-box;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
position: relative;
overflow: hidden;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

/* show more pics button bottom right */
.morePics {
position: absolute;
bottom: 0;
right: 0;
width: 60px;
height: 60px;
box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
background: #35bad9 url(../images/content-icon-plus.png) no-repeat center center;
background-size: 28px auto;
}

/* NEW more Pics */

.newmorePics {
width: 50%;
display: block;
float: left;
text-align: center;
background: url(../images/icon-morepics.png) no-repeat;
background-position: center center;
background-size: auto 90%;
}

.newmorePics img {
margin: 15% -500px 0 0;
max-height: 217px;
height: 90%;
opacity:0;
z-index: -1;
}


#relatedImages .halfsize img, #placeholderImages .halfsize img {
float: left;
width: 100%;
cursor: pointer;
}

#relatedImages .halfsize.showAll-toTheme {
width: 20%;
max-width: 280px;
height: 250px;
}

#placeholderImages .halfsize img {
cursor: default;
}

#relatedImages .halfsize .imgFilter {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*background: url(../images/filterBg.png);*/
background: #ffffff;/*6b94ab*/
opacity: 0.6;
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}

/* relatedImages img item mouseover - show details text */
.imgdetPreview {	
position: absolute;
top: 10%;
width: 80%;
height: 80%;
margin: 0 10% 0 10%;
padding: 20px;
margin: 0 10% 0 10%;
border: 0px solid #27bcd7;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #ffffff;
/*background: url(../images/black-85-bg.png);*/
background: #27bcd7;
opacity: 0;
cursor: pointer;
overflow: hidden;
-o-transition: .8s;
-ms-transition: .8s;
-moz-transition: .8s;
-webkit-transition: .8s;
transition: .8s;
}

.imgdetPreview:hover {
opacity: 1;
}

.imgdetPreview-box {
float: left;
display: inline-block;
width: auto;
height: 100%;
overflow: hidden;
}


/* popup img big size */
/*
#imgFullviewWrapper {
float: left;
position: fixed;
top: 0;
z-index: 2000000;
width: 100%;
height: 100%;
padding: 0;
margin: 0 auto;
background: url(../images/black-85-bg.png);
text-align: center;
cursor: pointer;
opacity: 0;
overflow: hidden;
}

#imgFullview {
float: left;
position: absolute;
top: 50%;
width: auto;
max-width: 640px;
height: auto;
padding: 0;
margin: -25% auto;
text-align: center;
cursor: default;
}

#imgFullview img {
display: block;
width: 100%;
max-width: 100%;
margin: 0 auto;
}

.imgFullviewDesc {
float: left;
display: block;
width: 92%;
height: auto;
padding: 4%;
margin: 0 auto;
color: #ffffff;
background: #000000;
text-align: left;
opacity: 0.8;
}
*/
/* new 13.08.2014 ref pics slider */

#overAllwrap {
float: left;
display: none;
width: 100%;
height: 100%;
padding: 0;
margin: 0 auto;
position: fixed;
top: 0;
left: 0;
z-index: 2000000;
text-align: center;
background: url(../images/bg-dark.png);
}

#gallerySliderWrapper {
float: left;
display: block;
width: 100%;
max-width: 800px;
height: auto;
min-height: 400px;
/*max-height: 600px;*/
position: absolute;
z-index: 2000001;
top: 50%;
left: 50%;
margin: -200px 0 0 -400px;
padding: 0;
text-align: center;
background-color: #000000;
overflow: hidden;
opacity: 0;
-o-transition: 0.4s;
-ms-transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}

#gallerySliderWrapper ul.slides {
float: left;
width: auto;
height: auto;
margin: 0 auto;
text-align: left;
overflow: hidden;
}


#gallerySliderWrapper ul.slides li {
float: left;
width: auto;
max-width: 800px;
height: auto;
margin: 0;
padding: 0;
text-align: center;
}

#gallerySliderWrapper ul.slides li .imgBox {
/*float: left;*/
display: block;
width: auto;
height: auto;
/*background: #ffffff;*/
background: #666666 url(../images/galleryWrapBg.png);
text-align: center;
}

#gallerySliderWrapper ul.slides li img {
display: block;
width: auto;
max-width: 100%;
height: auto;
max-height: 600px;
margin: 0 auto;
-o-transition: 0.4s;
-ms-transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}

#gallerySliderWrapper ul.slides li .imgFilter {
display: none;
}


#gallerySliderWrapper ul.slides li .imgDetails {
float: left;
display: block;
/*width: 100%;*/
padding: 20px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0;
margin: 0;
color: #ffffff;
background: url(../images/bg-dark.png);
cursor: default;
text-align: left;
overflow: hidden;
font-size: 0.9em;
-o-transition: 0.4s;
-ms-transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
word-wrap: break-word;
}

#gallerySliderWrapper ul.slides li .imgDetails .upperCase {
color: #27bcd7;
}

#gallerySliderWrapper .flex-direction-nav li .prev, #gallerySliderWrapper .flex-direction-nav li .next {
background-color: #333333;
}

#galleryCloser {
position: absolute;
top: 20px;
right: 20px;
float: right;
width: 30px;
height: 30px;
background: url(../images/close-white.png) no-repeat;
background-position: center center;
background-size: 30px 30px;
cursor: pointer;
}



/* ------------------------------------ 08.2015 */

a.scrollToRaffle {
position: absolute;
top: 50%;
left: 50%;
width: 280px;
padding: 20px;
margin: -80px 0 0 -140px;
box-sizing: border-box;
border: 3px solid #ffffff;
text-align: center;
color: #ffffff;
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}

a.scrollToRaffle:hover {
width: 300px;
margin-left: -150px;
background-color: #27bcd7;
opacity: 1;
}

#mitmachen {
-webkit-transition: height 0.3s;
transition: height 0.3s;
}

.raffleFormStyle {
opacity: 0;
-webkit-transition: height opacity 0.3s;
transition: height opacity 0.3s;
}

.raffleFormStyle a {
color: #ffffff;
border-bottom: 1px solid;
}

#formraffleForm {
font-size: 1.2em;
}


.raffleFormStyle input {
box-sizing: border-box;
border: 0;
padding: 20px;
border: 1px solid #ffffff;
color: #ffffff;
background-color: #27bcd7;
font-family: 'Avenir LT W01 35 Light';
font-size: 1em;
-webkit-transition: 0.3s;
transition: 0.3s;
}

.raffleFormStyle input[type="text"] {
margin-bottom: 20px;
font-size: 1.1em;
-webkit-appearance: none;
}

.raffleFormStyle input[type="text"]:focus {
background-color: #34ACC9;
}


.raffleFormStyle input[type="submit"] {
border: 3px solid;
font-size: 0.9em;
color: #27bcd7;
background-color: #ffffff;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: 0.5s;
transition: 0.5s;
}

.raffleFormStyle input[type="submit"]:hover {
padding-left: 40px;
padding-right: 40px;
color: #ffffff;
background-color: #34ACC9;
border-color: #ffffff;
}




.raffleFormStyle .checkboxBox {
display: inline-block;
width: 24px;
height: 24px;
margin: 0 10px 10px 0;
vertical-align: top;
border: 1px solid #ffffff;
overflow: hidden;
position: relative;
}

.raffleFormStyle .checkboxBox label {
cursor: pointer;
position: absolute;
width: 24px;
height: 24px;
top: 0px;
left: 0px;
background: #34ACC9 none repeat scroll 0% 0%;
border: 0;
}

.raffleFormStyle .checkboxBox label::after {
opacity: 0.1;
content: "";
position: absolute;
width: 9px;
height: 5px;
background: transparent none repeat scroll 0% 0%;
top: 6px;
left: 7px;
border-width: medium medium 3px 3px;
border-style: none none solid solid;
border-color: -moz-use-text-color -moz-use-text-color #ffffff #ffffff;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.raffleFormStyle .checkboxBox input[type="checkbox"]:checked + label::after {
opacity: 1;
}

.raffleFormStyle .checkboxBox input[type="radio"]:checked + label::after {
opacity: 1;
}

/* % output */

.raffleOuterBar {
float: left;
width: 100%;
height: 60px;
box-sizing: border-box;
border: 2px solid #ffffff;
padding: 2px;
margin: 0 0 20px 0;
background-color: #34ACC9;
text-align: center;
overflow: hidden;
vertical-align: top;
position: relative;
}


.raffleInnerBar {
float: left;
width: 0;
height: 100%;
box-sizing: border-box;
border: 0;
padding: 0;
margin: 0;
background-color: #ffffff;
vertical-align: top;
opacity: 0.5;
}

.raffleOuterBar span {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100%;
margin: 8px auto;
text-align: center;
color: #ffffff;
vertical-align: middle;
opacity: 0;
}

.raffleOuterBar span b {
vertical-align: middle;
}


.akkord-wrapper {
/*min-height: 140px;*/
padding: 0 0 40px 0;
margin: 0 0 40px 0;
background-repeat: no-repeat;
background-size: 135px auto;
}

.akkord-opener.h1Style {
display: block;
min-height: 140px;
font-family: 'Avenir LT W01 35 Light';
font-weight: 300;
padding: 0 0 0 150px;
background-repeat: no-repeat;
background-size: 135px auto;
}

.akkord-opener.h1Style span {
display: block;
margin-top: 10px;
font-size: 35%;
}

.akkord-desc {
text-align: left;
}

.readMore.buttonBottom {
display: inline-block;
width: 320px;
max-width: 48%;
margin: 0 20px 20px 0;
bottom: auto;
left: auto;
box-sizing: border-box;
border: 3px solid;
padding: 20px;
position: static;
border-color: #27bcd7;
color: #27bcd7;
}

.readMore.buttonBottom:hover {
color: #ffffff;
}


/* --------------------------------------------- */




.lightBlue {
color: #27bcd7;
}

.bglightBlue {
background: #27bcd7;
}

.lightGrey {
color: #f2eee9;
}

.bglightGrey {
background: #f2eee9;
}

.lightBeige {
color: #c7c0b8;
}

.bglightBeige {
background: #c7c0b8;
}

.darkBeige {
color: #8f826f;
}

.bgdarkBeige {
background: #8f826f;
}

.opaque0 {
opacity: 0;
}

.halfOpaque {
opacity: 0.2;
}

.strechStyle {
width: 100%;
max-width: 100%;
}

.alignLeft {
text-align: left;
}

.upperCase {
text-transform: uppercase;
}

#relatedImages .halfsize.halfOpaque img, #placeholderImages .halfsize.halfOpaque img {
cursor: default;
}

.contentHeaderimgWrapper h1.lightBlue {
color: #27bcd7;
}

.contentHeaderimgWrapper h1.darkBeige {
color: #8f826f;
}

.contentHeaderimgWrapper h1.lightBeige {
color: #c7c0b8;
}

.h1Style {
font-size: 2em;
font-style: normal;
font-weight: normal;
line-height: 1.1;
font-family: 'Avenir LT W01 95 Black', helvetica, arial, sans-serif;
}

.h2Style {
font-size: 1.4em;
font-style: normal;
font-weight: normal;
}

.lightStyle {
font-family: 'Avenir LT W01 35 Light';
font-weight: 300;
}


.footer {
float: left;
width: 100%;
height: auto;
margin-left: 0;
background: #eeebe5;
-o-transition: .4s;
-ms-transition: .4s;
-moz-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
}

.footer.slideIn {
margin-left: -200px;
}



.footer .halfsize:first-child {
background: url(../images/footer-strip.png) no-repeat right 40px;
}


.footer .thirdofsize {
float: left;
background: transparent;
color: #000000;
text-align: left;
border: 0;
overflow: hidden;
}

.footer .inlineBlock {
width: auto;
}

/* tricky one...
.footer-dayBlock {
float: none;
display: inline-block;
width: 70px;
text-align: right;
}
*/

.footerBottom {
float: left;
width: 100%;
height: auto;
padding: 40px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0;
color: #000000;
background: #ffffff;
text-align: left;
font-size: 0.9em;
}


a.siteByREACH {
float: right;
color: #c7c0b8;
}

a.siteByREACH:hover {
color: #8f826f;
text-decoration: none;
}




/* on page changing */
.overAll-loading {
position: fixed;
top: 0;
left: 0;
z-index: 20000;
width: 100%;
height: 100%;
padding: 0;
margin: 0 auto;
background: #eeeeee url(../images/loading.gif) no-repeat center center;
text-align: center;
opacity: 0.2;
}




/* stuf from lasergravur microsite */

#LasergravurMovie {
float: left;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
max-width: 800px;
height: auto;
margin: 0 auto;
}

video {
width: 100%;
max-width: 100%;
height: auto;
}



/* ---------------------------------- */

.noscriptStyle {
position: fixed;
left: 50%;
top: 20%;
z-index: 10000;
padding: 20px;
margin: -30px 0 0 -90px;
background: #000000;
color: #ffffff;
opacity: 0.9;
}


/* IE8 < */
.getNewerbrowser {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 10000;
padding: 5px 20px 5px 20px;
background: #000000;
color: #ffffff;
}

.getNewerbrowser a {
color: #ffffff;
}

.center-tarif-pic {
width: 100%;
height: 100%;
min-height: 230px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: 230px auto;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}


.center-tarif-pic img {
opacity: 0;
}


/* ---------------------------------- */


@media only screen
and (max-width: 3500px) {

h1 {
font-size: 3.2em;
}

.h1Style {
font-size: 3.2em;
}


.contentHeaderimgWrapper {
max-height: 650px;
}

.contentHeaderimgWrapper h1 {
max-width: 800px;
}

.introSticky {
height: 450px;
max-height: 450px;
}

#relatedImages .halfsize.showAll-toTheme {
width: 20%;
max-width: 20%;
height: 350px;
}


}


@media only screen
and (max-width: 2200px) {

.introSticky {
height: 400px;
max-height: 400px;
}

#relatedImages .halfsize.showAll-toTheme {
width: 20%;
max-width: 20%;
height: 300px;
}

.center-tarif-pic {
background-position: center 50%;
background-size: 200px auto;
}

}



@media only screen
and (max-width: 1600px) {

h1, .h1Style {
font-size: 2.8em;
}


.introSticky {
height: 320px;
max-height: 320px;
}

#relatedImages .halfsize.showAll-toTheme {
width: 20%;
max-width: 20%;
height: 250px;
}

.center-tarif-pic {
background-position: center 35%;
background-size: 180px auto;
}

}



@media only screen
and (max-width: 1400px) {

h1, .h1Style {
font-size: 2.4em;
}

.contentHeaderimgWrapper {
max-height: 500px;
}

.contentHeaderimgWrapper h1 {
max-width: 700px;
}

.introSticky {
max-height: 300px;
}

#relatedImages .halfsize.showAll-toTheme {
width: 25%;
max-width: 25%;
height: 250px;
}

.center-tarif-pic {
background-position: center 20%;
background-size: 140px auto;
}

.akkord-opener.h1Style {
padding: 15px 0 0 150px;
}

}




@media only screen
and (max-width: 1280px) {

h1, .h1Style {
font-size: 2.2em;
}

.contentHeaderimgWrapper h1 {
max-width: 600px;
}

.team-member-box {
width: 25%;
font-size: 0.9em;
}

#relatedImages .halfsize, #placeholderImages .halfsize {
height: 250px;
}

#gallerySliderWrapper {
max-width: 600px;
}

#gallerySliderWrapper ul.slides li {
max-width: 600px;
}

#gallerySliderWrapper ul.slides li img {
width: auto;
max-height: 450px;
}

.imgdetPreview {
font-size: 0.8em;
}

.introSticky {
max-height: 280px;
}



.team-member-box {
width: 33.333%;
font-size: 1em;
}


.thirdofsizeBox .thirdofsize {
max-height: 200px;
background-position: center top;
}


#relatedImages .halfsize.showAll-toTheme {
width: 33.333%;
max-width: 33.333%;
height: 250px;
}

.center-tarif-pic {
background-size: 115px auto;
}

.sitemapBoxWrapper {
min-height: 92%;
max-height: 92%;
margin: 3% auto;
font-size: 0.8em;
}

}



@media only screen
and (max-width: 1028px) {


.sitemapBoxWrapper {
font-size: 0.7em;
}

.slidingHint {
background-size: 400px auto;
}

}



@media only screen
and (max-width: 1023px) {

h1, .h1Style {
font-size: 2em;
}

.contentHeaderimgWrapper h1 {
max-width: 500px;
}


.halfsize {
width: 100%;
}

.pdfDownload, a.pdfDownload {
max-width: 100%;
}


#relatedImages .halfsize, #placeholderImages .halfsize {
width: 50%;
height: 250px;
}

/* hide placeholders */
#placeholderImages {
display: none;
}

.imgdetPreview {
font-size: 1em;
}

#overAlldark {
overflow-y: auto;
}

.sitemapBoxWrapper {
width: 100%;
min-height: 100%;
max-height: 100%;
padding: 60px 0 0 0;
margin: 0 auto;
/*background: transparent;*/
font-size: 1em;
}

.sitemapBox {
width: 100%;
border-top: 0;
border-bottom: 0;
}

.sitemapBox a {
text-align: center;
padding: 10px 40px 10px 40px;
}

.akkord-opener.h1Style {
padding: 20px 0 0 150px;
}


}






/* mobile styles */

@media only screen
and (max-width: 800px) {

#mainNavi {
width: auto;
background: transparent;
}

.mainNaviOpener {
float: right;
display: inline-block;
width: 120px;
height: 62px;
max-height: 62px;
margin: 0;
padding: 20px 0 20px 25px;
background: #ffffff url(../images/mobilemenu.png) no-repeat;
background-size: 20px auto;
background-position: 10px 23px;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
overflow: hidden;
}

#mainNavi ul {
float: right;
position: absolute;
top: 62px;
z-index: -1;
width: 100%;
max-width: 180px;
margin: 0;
padding: 0;
}

#mainNavi ul li {
float: left;
width: 100%;
/*height: 48px;*/
padding: 12px 0 15px 0;
margin: 0;
/*background: #ffffff;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0;
border-bottom: 1px solid #dddddd;*/
border-bottom: 1px solid #dddddd;
text-align: left;
}

#mainNavi ul li a {
margin: 0 10px 0 10px;
}


/* subnavis */
#mainNavi ul li ul.mainSubnavi {
position: relative;
top: 0;
float: left;
margin: 10px 0 -15px 0;
padding: 0;
border: 0;
font-size: 0.8em;
}


#mainNavi ul li ul.mainSubnavi li {
float: left;
padding: 10px 0 10px 0;
margin: 0;
border: 0;
background: #eeeeee;
border-top: 1px solid #cccccc;
}


.pageNaviOpener {
/*float: left;*/
margin-right: -140px;
}

.pageNaviOpener.slideIn {
/*float: left;*/
margin-right: 0;
}

.pageContent.slideIn {
background: #dddddd;
opacity: 0.9;
}


.pageModule {
float: none;
height: auto;
}

/* Produkte sly */

.frame ul {
width: 100%;
height: auto;
}

.frame ul li {
float: left;
width: 100%;
height: 200px;
border-right: 0px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

.groupDesc {
top: 52%;
}


/*
.groupitem-title-separator {
display: inline;
width: auto;
border: 0;
padding-right: 10px;
background: transparent;
}
*/



/* page */

.halfsize, .twothirdofsize {
width: 100%;
}

.thirdofsize {
width: 50%;
}

.accord-desc .thirdofsize, .accord-desc .halfsize {
min-height: 0;
margin-bottom: 20px;
}

.thirdofsizeBox .thirdofsize {
width: 33.333%;
max-height: 200px;
}

#relatedImages .halfsize, #placeholderImages .halfsize {
width: 50%;
}


.imgdetPreview {
font-size: 1em;
}

.footer .halfsize:first-child {
background: none;
}

.introSticky {
max-height: 250px;
}

.introSticky.halfsize {
width: 50%;
min-height: 300px;
}

/*
.introSticky:last-child {
width: 100%;
}
*/

.introStickyLastofthree {
width: 100%;
}

.introSticky.introStickyLastofthree .stickyDesc {
max-width: 100%;
width: 100%;
}

.introSticky.twothirdofsize {
width: 100%;
}


#introslider {
min-height: 300px;
}

/*#gallerySliderWrapper {
margin: -200px 0 0 -300px;
}*/

#relatedImages .halfsize.showAll-toTheme {
width: 50%;
max-width: 50%;
height: 250px;
}

.center-tarif-pic {
background-position: center 0px;
}

.newmorePics img {
margin: 10% -500px 0 0;
max-height: 190px;
}

}



@media only screen
and (max-width: 765px) {

h1, .h1Style {
font-size: 1.5em;
max-width: 90%;
}

.contentHeaderimgWrapper h1 {
max-width: 90%;
}

.akkord-opener.h1Style {
padding: 30px 0 0 150px;
}

}



@media only screen
and (max-width: 700px) {


.h2Style {
font-size: 1em;
}


#overAllwrap {
background: #000000;
}

.team-member-box {
width: 50%;
font-size: 1em;
}


#gallerySliderWrapper {
top: 0;
margin: 40px auto;
width: 640px;
max-width: 100%;
height: auto;
-o-transition: 0.2s;
-ms-transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
transition: 0.2s;
}

#gallerySliderWrapper ul.slides li {
max-width: 640px;
}

#gallerySliderWrapper ul.slides li img {
max-height: 320px;
}

.center-tarif-pic {
background-position: center 10%;
}

.introSticky.halfsize {
width: 50%;
min-height: 250px;
}

.akkord-wrapper {
min-height: 0;
padding: 0 0 40px 0;
background-position: center top;
text-align: center;
}

.akkord-opener.h1Style {
min-height: 0;
text-align: center;
margin: 0 auto;
padding: 150px 0 0 0;
background-position: center top;
}

.akkord-opener.h1Style span {
font-size: 60%;
}

.readMore.buttonBottom {
display: inline-block;
width: 100%;
max-width: 100%;
margin: 0 0 20px 0;
}

.placeholderHideonMobile {
display: none;
}


}




@media only screen
and (max-width: 580px) {

/*.frame ul li:first-child {
height: 250px;
}

.groupDesc:first-child {
top: 55%;
}*/


#imgFullview {
max-width: 580px;
}

#introslider .flex-control-nav {
bottom: 10px;
}

.thirdofsize {
min-height: 200px;
max-height: 200px;
}

.thirdofsizeBox .thirdofsize {
width: 100%;
}


#gallerySliderWrapper {
top: 0;
width: 580px;
max-width: 100%;
height: auto;
margin: 0 auto;
-o-transition: 0.4s;
-ms-transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}

#gallerySliderWrapper ul.slides li {
max-width: 500px;
}

#gallerySliderWrapper .flex-direction-nav {
display: none;
}

.pageNaviCloser {
background: #eeeeee url(../images/close.png) no-repeat;
background-size: 20px auto;
background-position: center center;
}


.sitemapBoxCloser {
background-size: 20px auto;
}

.introSticky {
max-height: 300px;
}

.introSticky.halfsize {
width: 100%;
min-height: 250px;
}

.center-tarif-pic {
background-position: center 20%;
}

}




@media only screen
and (max-width: 480px) {

.thirdofsize {
width: 100%;
border: 0;
border-top: 1px solid #ffffff;
}

.groupDescContent h1 {
background-position: left top, left bottom;
background-size: 26px 2px;
}

.halfsize .groupDescContent h1 {
text-align: left;
}

#relatedImages .halfsize, #placeholderImages .halfsize {
width: 100%;
border: 0;
border-top: 1px solid #ffffff;
}

.newmorePics {
width: 100%;
}


#imgFullview {
max-width: 480px;
}

#gallerySliderWrapper {
width: 480px;
max-width: 100%;
}

#gallerySliderWrapper ul.slides li {
max-width: 400px;
}

.footer.slideIn {
display: none;
}

.introSticky {
max-height: 250px;
}

.sitemapBox a {
text-align: left;
}

#formraffleForm {
font-size: 1em;
}

.raffleFormStyle input[type="text"] {
font-size: 1em;
}

}




@media only screen
and (max-width: 460px) {

.h2Style {
font-size: 1em;
}
	
.groupDescContent {
margin: 80px 0;
}

#relatedImages .halfsize.showAll-toTheme {
width: 100%;
max-width: 100%;
height: 200px;
}

.center-tarif-pic {
background-position: center 10%;
}

.accord-desc{
margin-bottom: 20px;
}

#gallerySliderWrapper {
width: 460px;
}

a.scrollToRaffle {
float: left;
position: relative;
top: auto;
left: auto;
width: 100%;
padding: 40px 20px 0 20px;
margin: -10px auto;
margin-bottom: -40px;
box-sizing: border-box;
border: 0;
text-align: center;
background-color: #ffffff;
color: #27bcd7;
opacity: 1;
-webkit-transition: 0.3s;
transition: 0.3s;
}

a.scrollToRaffle:hover {
width: 100%;
margin-left: 0;
background-color: #ffffff;
}

}



@media only screen
and (max-width: 375px) {


.raffleFormStyle input {
padding: 15px 20px 15px 20px;
}

.readMore.buttonBottom {
padding: 15px 10px 15px 10px;
}

.completeHideonMobile {
display: none;
}

}


@media only screen
and (max-width: 320px) {

h1, .h1Style {
font-size: 1.4em;
max-width: 280px;
}

h2 {
font-size: 1.2em;
}

.icon-logo {
left: 20px;
}

#introslider ul.slides {
height: auto;
}

#introslider ul.slides li {
min-height: 320px;
height: auto;
}


.inlineBlock {
padding: 20px;
}

.frame ul li {
height: 155px;
}

.sectionItem .groupDescContent {
max-width: 100%;
padding: 0 20px 0 20px;
}

#imgFullview {
max-width: 320px;
}

#introslider .flex-control-nav {
width: 90%;
margin-left: 20px;
/*text-align: center;*/
}


.contentHeaderimgWrapper {
min-height: 250px;
margin-bottom: 20px;
}

.contentHeaderimgWrapper h1 {
left: 20px;
margin-top: -20px;
}

#introslider .contentHeaderimgWrapper {
min-height: 320px;
}


#introslider .contentHeaderimgWrapper h1 {
float: left;
position: relative;
margin-top: 0;
width: 280px;
max-width: 280px;
/*font-family: 'Avenir LT W01 35 Light';*/
margin-bottom: 10px;
font-size: 1.3em;
}

#introslider .contentHeaderimgWrapper a.readMore {
margin: 10px 0 0 0;
}

.groupDesc h2.innerText {
font-size: 1em;
background-size: 20px 2px, 20px 2px;
}

.groupitem-title-separator {
background-size: 20px 2px;
}

.groupDescContent {
margin: 80px 0;
padding: 0 20px 20px 20px;
}

.halfsize .groupDescContent h1 {
font-size: 1.6em;
}

.thirdofsize:last-child {
border-bottom: 1px solid #ffffff;
}

.pagestyleContent {
padding: 0 20px 0 20px;
}



/* for better readability */
.pagestyleContent h2.lightBeige {
font-size: 1.025em;
color: #8f826f;
}

.readMore {
bottom: 20px;
left: 20px;
}

.team-member-box {
width: 50%;
padding: 5px;
font-size: 0.7em;
}


.footerBottom {
padding: 20px;
}

.completeHideonMobile {
display: none;
}

#overAllwrap {
overflow: auto;
}

#gallerySliderWrapper {
width: 320px;
min-width: 320px;
max-width: 320px;
height: 100%;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}

#gallerySliderWrapper ul.slides li {
width: 320px;
min-width: 320px;
max-width: 320px;
}

#gallerySliderWrapper ul.slides li .imgBox {
/*background: #000000;*/
}

#gallerySliderWrapper ul.slides li img {
max-height: 280px;
margin-top: 70px;
}


#galleryCloser {
opacity: 0.3;
z-index: 20000;
}

a.siteByREACH {
float: none;
width: 100px;
margin: 0 0 0 10px;
}

a.siteByREACH:before {
content: ' / site by ';
}

.center-tarif-pic {
background-position: center 20%;
}

.sitemapBox a {
text-align: left;
padding: 8px 20px 8px 20px;
}

}



/* hide some things on phones landscape view */


@media only screen 
and (max-device-width : 320px) 
and (max-device-height : 480px) 
and (orientation: landscape) {

/* iphone 4 landscape */

#introslider ul.slides li {
height: 320px;
}

.imgFullviewDesc {
display: none;
}


#gallerySliderWrapper ul.slides li img {
max-height: 320px;
}

#gallerySliderWrapper ul.slides li .imgDetails {
display: none;
}

}


@media only screen 
and (max-device-width : 320px) 
and (max-device-height : 568px) 
and (orientation: landscape) {

/* iphone 5 landscape */

#introslider ul.slides li {
height: 320px;
}

.imgFullviewDesc {
display: none;
}

#gallerySliderWrapper {
-o-transition: 0.6s;
-ms-transition: 0.6s;
-moz-transition: 0.6s;
-webkit-transition: 0.6s;
transition: 0.6s;
}

#gallerySliderWrapper, #gallerySliderWrapper ul.slides li {
width: 580px;
max-width: 580px;
}


#gallerySliderWrapper ul.slides li {
min-width: 580px;
}

#gallerySliderWrapper ul.slides li img {
float: none;
max-width: 580px;
max-height: 320px;
}

#gallerySliderWrapper ul.slides li .imgBox {
background: #000000;
}

#gallerySliderWrapper ul.slides li .imgDetails {
display: none;
}


}


