﻿/* Stili/Modalità pagina:
    FullHeight:     fa in modo che il primo main_content abbia altezza pari al browser.
                    inoltre testo2 e testo3 vengono spostati in un main_content_2 e _3 successivi
    FullSlideShow:  per la gallery fotografica a pieno schermo
    StickyFooter:   fa in modo che il footer sia almeno in fondo alla pagina

/*
be,en,de,fr,it

home -> 
	template {home, primo blocco} 
	scm.titolo
	scm.testo1
	login 
	scm.testo2, ecc
history -> testo + foto
staff -> tmplate {services, primo blocco}
services.regions -> template {gallery, ma quadrate}
services.region -> template {home, blocco quality}
services.general -> template {services, blocco business cust.}
galleries -> ?template {gallery, ma quadrate}?
gallery -> ?album photo?
contatti -> template {contacts, primi 2 blocchi}
liste
-> ordina
fatture
-> file pdf -> NULL
ordini
-> modifica ordine -> ordina.load(x)
-> riepilogo ordine web -> NULL
statistiche
*/

@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Modalità FullHeight >> */
form.FullHeight .layout_page,
form.FullHeight .layout_page_2,
form.FullHeight .layout_page_3 {
    height:100%;    
    display:table;
}
form.FullHeight .layout_page .row_container,
form.FullHeight .layout_page_2 .row_container,
form.FullHeight .layout_page_3 .row_container {
  display: table-cell;
  vertical-align: middle;
}
/* Modalità FullHeight << */

/* Modalità FullSlideShow >> */
form.FullSlideShow .layout_header {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
}
form.FullSlideShow .layout_header nav ul .menu0 a {
  opacity:.5;
}
form.FullSlideShow .layout_header .flags {
    opacity:0.2;
}
form.FullSlideShow .layout_header:hover {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  box-shadow: 0 3px 6px 0 rgba(128, 128, 128, 0.7);
}
form.FullSlideShow .layout_header:hover nav ul .menu0 a{
  opacity:1;
}
form.FullSlideShow .layout_header:hover .flags {
    opacity:1;
}
form.FullSlideShow .layout_header .row_container {
  max-width:100%;
}
form.FullSlideShow .stemma {
    margin-left:2em;
    }
form.FullSlideShow .stemma >div {
  display: none;
}
form.FullSlideShow .layout_page > * {
  display: none;
}
form.FullSlideShow .layout_footer {
    display:none;    
}
.dashboard .layout_footer {
    display: none;
}
form.FullSlideShow #ctl00_cplhBodyRoot_pnlSlideShow_Controls{
    display:block;
}
/* Modalità FullSlideShow << */

/* Modalità StickyFooter >> */
form.StickyFooter {
    display:table;    
}
form.StickyFooter >header,
form.StickyFooter >section, 
form.StickyFooter >footer,
form.StickyFooter >div[class^="layout"] {
    display:table-row;
    height:1px;
}
form.StickyFooter >section {
    height:100%;  /*auto;*/
}
/* Modalità StickyFooter << */


/* formattazioni generali */
html, body, form {
    height:100%;
    margin:0;
    padding:0;
    width:100%;
}
body {
  background-color: #ffffff;
  color: #035179;
  font-family: Calibri, 'droid_sansregular', Arial,​Helvetica,​sans-serif;
  /*font-family: Corbel,tahoma,sans-serif;*/
}
.layout_page,
.layout_page_2,
.layout_page_3,
.layout_header,
.layout_footer
{
    background:transparent;
    width: 100%;
    position:relative;
}
.row_container {
  margin: 0 auto;
  text-align: center;
}
#supersized_container,
#supersized,
#supersized li {
  position: absolute;
}
form.StickyFooter #supersized_container,
form.StickyFooter #supersized,
form.StickyFooter #supersized li {
  position: fixed;
}
#supersized_container:after {
  background: rgba(0,0,0,0.2);  /*per avere contrasto con testo bianco*/
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
input[type="submit"],
.btn,
.sbtn {
  background: #03d65c none repeat scroll 0 0;
  border: 0 none;
  border-radius: 1em;
  color: #000;
  margin-left:0.5em;
  padding: 0.5em;
  text-shadow:none;
  text-decoration:none;
}
.btn .btnText {
  background-repeat: no-repeat;
}


/* header */
form.StickyFooter > header.layout_header,
.layout_header
{
    background: rgba(150,150,150,0.0);
    border-bottom:1px solid rgba(0,0,0,0);
    color: #fff;
    height:auto;
    position: fixed;
    text-shadow: 1px 1px 2px #000;
    top: 0px;
    transition: all 0.5s;
    z-index: 1000;
}

form.WhiteBackground  > header.layout_header,
form.WhiteBackground .layout_header,
.layout_header li:hover > a
{
	text-shadow: none;
}

/*.layout_header.fixnav {
  background: #777 none repeat scroll 0 0;
  position: fixed;
  top: 0;
  margin-top: 0;
  border-bottom:1px solid #000000;
  height:auto;
  transition: top 0s;
} */
form.StickyFooter > header.layout_header.fixnav2,
.layout_header.fixnav2
{
    /*background: rgba(150,150,150,1);*/
    background: #0082cb;
    border-bottom:1px solid rgb(0,0,0);
}
form.WhiteBackground > header.layout_header.fixnav2,
form.WhiteBackground .layout_header.fixnav2
{
	background-color:white;
	border-bottom:1px solid #0082cb;
}

.layout_header .row_container {
  padding: 1em;
  position: relative;
  z-index: 100;
  transition: padding 0.5s;
}
/* .layout_header.fixnav .row_container {
  padding: 1em;
  transition: padding 0s;
} */
.layout_header .row_container > a {
  background: #ffffff url("logo.jpg") no-repeat scroll center center / contain ;
  border-radius: 25px;
  display: inline-block;
  float: left;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  padding-top: 60px;
  width: 200px;
  transition:all 0.5s;
}
/* .layout_header.fixnav .row_container > a {
  width: 120px;
  padding-top: 40px;
} */
nav {
  display: inline-block;
  position: absolute;
  right: 1em;
  text-align: center;
}
nav > ul.menu0_container {
  display: inline-block;
  line-height: 2em;
  vertical-align: top;
  padding-right:40px;
  text-align:left;
}
nav > ul.menu0_container > li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  border-radius:2em;
  transition:all 0.5s;
}
/* .layout_header.fixnav nav > ul.menu0_container > li {
  border-radius: 1em;
} */

nav > ul.menu0_container > li.menu0_selected {
  background: #0082cb none repeat scroll 0 0;
}
nav > ul.menu0_container > li:hover,
form.WhiteBackground nav > ul.menu0_container > li:hover,
form.WhiteBackground nav > ul.menu0_container > li.menu0_selected {
  background-color: white;
}
.layout_header.fixnav2 nav > ul.menu0_container > li.menu0_selected {
  background: #0082cb none repeat scroll 0 0;
}
.layout_header.fixnav2 nav > ul.menu0_container > li:hover,
form.WhiteBackground .layout_header.fixnav2 nav > ul.menu0_container > li:hover,
form.WhiteBackground .layout_header.fixnav2 nav > ul.menu0_container > li.menu0_selected {
  background-color: white;
}
nav > ul.menu0_container > li > a {
  color:white;
  display: inline-block;
  font-size: 1.2em;
  font-weight:normal;
  line-height: 1em;
  padding: 1em;
  margin:0;
  text-decoration: none;
  transition:all 0.5s;
}
form.WhiteBackground nav > ul.menu0_container > li > a {
	color: #0082cb;
}
/*
.layout_header.fixnav nav > ul.menu0_container > li > a {
  padding: 0.5em;
  margin: 0 0.5em;
} */
nav > ul.menu0_container > li.menu0_selected > a 
{
    color:#ffffff;    
}
form.WhiteBackground nav > ul.menu0_container > li.menu0_selected > a 
{
	color: #0082cb;
}
nav > ul.menu0_container > li:hover > a
{
	color: #0082cb;
}
nav ul.menu1_container {
  background-color: transparent;
  background-image: url("/graphics/arrow_down_white.png");
  background-position: 20px top;
  background-repeat: no-repeat;
  border-radius:5px;
  display: block;
  margin: 0;
  max-height: 0;
  min-width: 150px;
  overflow: hidden;
  padding: 10px 0 0;
  position: absolute;
  top: 2.5em;
  transition: all 0.25s ease 0s;
}
/* .layout_header.fixnav nav ul.menu1_container {
  top: 2em;
} */
nav li:hover ul.menu1_container {
  background-color: #ffffff;
  max-height: 250px;
  top: 3.5em;
}
/* .layout_header.fixnav nav li:hover ul.menu1_container {
  top: 2.5em;
} */
nav .menu1_container li {
  display: block;
  float: none;
  text-shadow:none;
}
/* .layout_header.fixnav nav .menu1_container li {
  margin: 0 0.5em 0.5em 0.5em;
} */
nav .menu1_container li a
{
    border-radius:1em;
    color:#035179;
    display:block;
    font-weight:normal;
    padding:0 0.5em;
    text-decoration:none;
}
nav .menu1_container li a:hover
{
    background-color:#0082cb;
    color:#ffffff;    
}
.layout_header.fixnav2 nav .menu1_container li a:hover
{
    background-color:#035179;
}

/* header >> flags */
nav .flags {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0.25em;
  z-index: 100;
}
/* .layout_header.fixnav nav .flags {
  top: -0.25em;
} */
nav .flags .flag 
{
    height:0px;
    display:block;    
    margin:0 auto;
    transition: all 0.25s ease 0s;
    opacity:0.5;
}
html[lang=be] nav .flags .flag.be,
html[lang=en] nav .flags .flag.en,
html[lang=fr] nav .flags .flag.fr,
html[lang=de] nav .flags .flag.de,
nav .flags:hover .flag
{
    margin:5px auto;
    height:28px;
}
html[lang=be] nav .flags .flag.be,
html[lang=en] nav .flags .flag.en,
html[lang=fr] nav .flags .flag.fr,
html[lang=de] nav .flags .flag.de,
nav .flags .flag:hover
{
    opacity:1;
 }
nav .flags:hover
{     
    background: #0082cb none repeat scroll 0 0;
}
.layout_header.fixnav2 nav .flags:hover
{     
    background: #035179 none repeat scroll 0 0;
}
.layout_header .row_container > div
{
    clear:both;    
}

/* header >> login panel */
.loginPanel, .userPanel {
  /*background-color: rgba(255, 255, 255, 0.2);*/
  background-color: #0082cb;
  border-radius: 8px;
  display: inline-block;
  float: right;
  font-size: 0.6em;
  margin: 0;
  margin-bottom:1em;
  padding: 0.5em;
  text-align: right;
}
.layout_header.fixnav2 .loginPanel,
.layout_header.fixnav2 .userPanel {
  /*background-color: rgba(255, 255, 255, 0.2);*/
  background-color: #035179;
}
.loginPanel > * 
{
    display:inline-block;
    width:32%;
}
.userPanel > * {
    display: inline-block;
}
.loginPanel input,
.loginPanel span,
.userPanel input {
    /*margin-right: 1em;
    margin-left:1em;*/
    width:90%;
}
.loginPanel br,
.userPanel br {
    display: none;
}
.loginPanel .textbold,
.userPanel .textbold {
  color: #fff;
  font-weight: bold;
  margin-left: 1em;
  margin-right: 1em;
  text-decoration: none;
  text-transform: uppercase;
}



/* main content */
.layout_page .row_container {
  padding-top: 7em;
  position: relative;
}
.main_content3,
.main_content2,
.main_content {
  padding: 1em;
  position:relative;
  font-size:1.2em;
  color:#fff;
  /*text-shadow: 1px 1px 2px #000;  by TIM  */
}
.main_content .loginPanel .sbtn {
    margin:0;
}
.main_content .loginPanel {
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: none;
  font-size: 1em;
  margin: 0 auto;
  width: auto;
  padding:0.7em;
  margin-bottom:1em;
}
.main_content .loginPanel br {
    display:block;
}
.main_content .loginPanel input {
    margin-right:0.2em;
}
form > div > .pager {
  /*border-radius: 1.5em;*/
  display: block;
  height: 0;
  margin-left: 50%;
  overflow: hidden;
  padding-top: 3em;
  position: absolute;
  right: 1em;
  width: 3em;
  cursor:pointer;
  transition:top 0.5s;  
}
form > div > .pager.next {
  top: -4em;  
}
form > div > .pager.next:hover {
    top:-3.5em;
}
form > div > .pager.prev {
  top: 4em;
}
form > div > .pager.prev:hover {
  top:3.5em;
}
form > div > .pager::before {
  /*background: #777 none repeat scroll 0 0;*/
  font-size: 2em;
  height: 2em;
  left: 0;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.5em;
  color: #ffffff;
  text-shadow:1px 1px 2px #000000;
}

.main_content h1,
.main_content p,
.main_content ul,
.main_content ol {
    max-width: 50em;
    margin: 1em auto;
}

.layout_page td,
.layout_page_2 td,
.layout_page_3 td {
  padding: 0 1em;
}
.layout_page_2 {
  background: #03d65c;
}
form.StickyFooter .text3, form.StickyFooter .text2 
{
    padding-left:1em;
    padding-right:1em;
}

/* main-content >> vetrina >> */
.preview_vetrina_container {
  padding: 0;
  width: auto;
}
.preview_vetrina {
  border: 0 none;
  display: inline-block;
  float: none;
  height: 290px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align:top;
  width: 33%;
  min-width:270px;
}
.preview_vetrina a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    transition: all 0.5s;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: content-box;
}
.preview_vetrina a:hover {
    /*transform: scale(1.1);*/
    border: 1px solid white;
}
.preview_vetrina a b {
  /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
  bottom: 0;
  color: #ffffff;
  display: block;
  left: 0;
  padding-top: 140px;
  /*position: absolute;*/
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  text-shadow: 1px 1px 4px #000000;
  z-index: 1;
}
.preview_vetrina a:hover b {
  /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
  /*font-size:1.1em;*/
}
.descrizione_img {
    display: inline-block;
    color: white;
    background-color: rgba(200,200,200,0.5);
    width: 100%;
    text-shadow: 1px 1px 4px #000;
    overflow-y: auto;
    height: 115px;
    border-radius: 0 0 10px 10px;
}
.galleria_immagini > a {
    display: inline-block;
    height: 200px;
    margin: 0;
    min-width: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 20%;
}
.galleria_immagini img {
  border: 0 none;
  bottom: -100%;
  left: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -100%;
  top: -100%;
  transition: all 0.2s ease 0s;
}
.galleria_immagini a:hover img {
  min-height: 110%;
  min-width: 110%;
}

/* main content >> contatti */
.form_contatti input[type=text], 
.form_contatti textarea {
  border: 1px solid gray;
  padding: 0.5em;
  border-radius: 8px;
  width: 20em;
  margin-bottom: 1em;
}
.form_contatti .contacts_fixedWidth {
  display: block;
}
.form_contatti .send_button {
  margin-top: 2em;
  margin-bottom: 2em;
  display: inline-block;
  background: #777;
  padding: 1em;
  border-radius: 1em;
  color: #fff;
  text-decoration: none;
}

.halfWidth {
	width: 20em;
	display: inline-block;
}
.fullWidth {
	width: 40em;
	display: inline-block;
}
.halfWidth label, .halfWidth input, .halfWidth textarea,
.fullWidth label, .fullWidth input, .fullWidth textarea
 {
	/* background: red; */
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
}


/* footer */
.layout_footer {
  background: #0082cb none repeat scroll 0 0;
  /* border-top: 1px solid #888888; */
  /* box-shadow: 0 -3px 6px 0 rgba(128, 128, 128, 0.7); */
  color: #ffffff;
  text-align: center;
}
.layout_footer * 
{
    margin:0;
    padding:0;
}
.layout_footer >div
{
    position:relative;    
    padding:0.5em;
}
.layout_footer .row_container
{
    margin:0 auto;    
}
.layout_footer a 
{
    color:#ffffff;
}
.layout_footer .softimax {
  bottom: 2px;
  color: #444444;
  font-size: 8pt;
  position: absolute;
  right: 2px;
  text-decoration: none;
}






/* Working Panel >> */ 
.WorkingPanel {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.WorkingPanel div {
  background-color: #ffffff;
  background-image: url("progress.gif");
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
  left: 38%;
  padding: 20px 20px 20px 40px;
  position: absolute;
  right: 38%;
  text-align: left;
  top: 40%;
  z-index: 3000;
}
/* Working Panel << */ 


.hidden {
  display: none !important;
  visibility: hidden !important;
}

.main_content .loginPanel .field {
    width:100%;
    margin-bottom:10px;
}
.main_content .loginPanel .field {
    display: block;
}
.main_content .loginPanel .field span.label {
    display:inline-block;
    width:140px;
}
.main_content .loginPanel .field span.title {
        font-size:2em;
        font-weight:bold;
}
.main_content .loginPanel .field span.value {
    display: inline-block;
    width: 450px;
    text-align:left;
}
.main_content .loginPanel .field span.value > input
{
    display: inline-block;
    width: 100%;
}
.main_content .loginPanel .field span.value > a {
    display:inline-block;
}
.flag-home-page {
    color: white !important;
    text-decoration: none !important;
    padding: 2px;
    margin-left: 4px;
}
.flag-home-page:hover {
    border:1px solid white;
}








/* NEW CONTENT BY MEL */

/* PAGINA PRODOTTI */
.page_products {
    background: white;
}

    .page_products .main_content {
        color: #035179 !important;
    }

    .page_products .text2 > div > div {
        width: 60em;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* Contenitore della regione con sfondo personalizzato da regole successive*/
    .page_products .text2 a + div {
        /* background: red; */
        width: 14em;
        display: inline-block;
        padding: 2em;
        position: relative;
        min-height: 12em;
        vertical-align: top;
        margin: .5em;
        border: 1px solid #777;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: none;
        border-radius: 1em;
    }

        /* Sfondo nero semiopaco del contenitore della regione */
        .page_products .text2 a + div:before {
            content: '';
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #00000000;
            z-index: 1;
            border-radius: 1em;
        }
        .page_products .text2 a + div:hover::before {
          background: #000000B0;
        }

        /* testo */
        .page_products .text2 a + div > div {
            /* position: relative; */
            z-index: 2;
          position: absolute;
          bottom: 19px;
          width: 100%;
          margin: 0 auto;
          left: 0;
          right: 0;
          background: #00000088;
        }
        .page_products .text2 a + div:hover > div {
          background:none;
          top:2em;
        }

        .page_products .text2 a + div > div em {
          display: none;
          font-style: normal;
        } 
        .page_products .text2 a + div:hover > div em {
          display: block;
        } 

        /* titolo */
        .page_products .text2 a + div > div > b,
        .page_products .text2 a + div > div > strong {
            font-size: 1.5em;
            margin-bottom: 10px;
            display: block;
        }

        /* Bordino bianco opaco del contenitore della regione */
        .page_products .text2 a + div:after {
            content: '';
            position: absolute;
            display: block;
            left: 1em;
            right: 1em;
            top: 1em;
            bottom: 1em;
            border: 1px solid white;
            z-index: 3;
            border-radius: 1em;
        }

#albenga + div {
    background-image: url('/graphics/regioni/albenga.jpg');
}
#sicilia + div {
    background-image: url('/graphics/regioni/sicily.jpg');
}
#pistoia + div {
    background-image: url('/graphics/regioni/pistoia.jpg');
}
#suistainable + div {
    background-image: url('/graphics/regioni/sustainable collection.jpg');
}
#barcelona + div {
    background-image: url('/graphics/regioni/barcelona.jpg');
}
#valencia + div {
    background-image: url('/graphics/regioni/valencia.jpg');
}
#almeria + div {
    background-image: url('/graphics/regioni/murcia-almeria.jpg');
}
#kevelaer + div {
    background-image: url('/graphics/regioni/kevelaer.jpg');
}
#belgium + div {
    background-image: url('/graphics/regioni/belgium.jpg');
}



/* PAGINA SERVIZI */
.page_services #text_1 {
    background-color: white;
    color: #035179;
}

    .page_services #text_1 h1,
    .page_services #text_1 .text1 {
        color: #035179;
    }


.page_services #text_2 {
    background-color: #035179;
    color: white;
}

.page_services div.text1,
.page_services div.text2,
.page_services div.text3 {
    max-width: 50em;
    margin: 0 auto;
}

/* PAGINA PROGETTI */
.page_projects #text_1 {
    background-color: white;
    color: #035179;
}

    .page_projects #text_1 h1,
    .page_projects #text_1 .text1 {
        color: #035179;
    }



/* UPDATE 2023 */
/* */

form.FullHeight .layout_page,
form.FullHeight .layout_page_3
{
	background-color:white;
}
form.FullHeight .layout_page_2
{
	background-color: #035179;
}
.layout_page .main_content,
.layout_page_3 .main_content3
 {
	color: #035179;
 }
.layout_page_2 .main_content2
 {
	color: white;
}

form.HomePage #text_1
{
	background-color:transparent;
}
form.HomePage .layout_page .main_content
{
	color:white;
}
form.HomePage #text_2.layout_page_2 {
	background-color: #0082cb;
}

.image-link {
	border: 1px solid white;
	width: 15em;
	height: 15em;
	display: inline-block;
	margin: 1em;
	vertical-align: middle;
	padding-top: 7em;
	box-sizing: border-box;
	color: white;
	border-radius: 2em;
	background: url("/graphics/logo.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
}
.image-link::before {
	background: #3c3b3b9c;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2em;
	width: 15em;
	z-index: 0;
}
.image-link.image-link-products,
.image-link.image-link-products-en,
.image-link.image-link-products-de,
.image-link.image-link-products-fr
{
	background-image: url("/graphics/imagelink_products.jpg");
}
.image-link.image-link-products-en::before
{
	content:'Our product range'
}
.image-link.image-link-services,
.image-link.image-link-services-en,
.image-link.image-link-services-de,
.image-link.image-link-services-fr
{
	background-image: url("/graphics/imagelink_logistic.jpg");
}
.image-link.image-link-services-en::before
{
	content:'Taylor made logistics'
}
.image-link.image-link-webshop,
.image-link.image-link-webshop-en,
.image-link.image-link-webshop-de,
.image-link.image-link-webshop-fr
{
	background-image: url("/graphics/imagelink_webshop.jpg");
}
.image-link.image-link-webshop-en::before
{
	content:'Webshop'
}
/**/

.short .hidden_on_short_contact_page
{
  display:none;
  visibility: hidden;
}