/* BASICS BASICS BASICS BASICS BASICS BASICS BASICS */
/* BASICS BASICS BASICS BASICS BASICS BASICS BASICS */
/* BASICS BASICS BASICS BASICS BASICS BASICS BASICS */
/* BASICS BASICS BASICS BASICS BASICS BASICS BASICS */
/* BASICS BASICS BASICS BASICS BASICS BASICS BASICS */
/* BASICS BASICS BASICS BASICS BASICS BASICS BASICS */
/* BASICS BASICS BASICS BASICS BASICS BASICS BASICS */




@font-face {
    font-family: "hans";
    src: url(mist.otf);
}
@font-face {
    font-family: "lauftext";
    src: url(lauftext.otf);
}
html {
  height: 100%;
         font-family:"Hans";
    font-size: 24px;
    line-height: 27px;   
}

body {
    margin: 0;
    font-family: Helvetica, sans-serif;
    font-family:"Hans";
    font-size: 24px;
    line-height: 27px;   
    height: 100%;
    width: auto!important; overflow-x: hidden!important
}
.table_wrapper {
     width: 50%;
}

label {
     font-family:"Hans";
    font-size: 13px;
    line-height: 16px;   
 }
input[type=submit] {
    padding:5px 15px; 
    border:4 black;
    background-color: white;
        font-size: 16px;
}
.bg {
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
   background-position: center top; 
    background-repeat: no-repeat;
  background-size: cover;
}

a.link {
  color: orangered;
    text-decoration: none;
}

a {
  color: orangered;
    text-decoration: none;
}
table, tr {
        font-family: Helvetica, sans-serif;
    width: 85%;
}
td  {
    vertical-align: top;
  text-align: left;
        font-size: 11px;
        line-height: 15px;

}
.sortsection {
    margin-left: 50px;
    width:100%;
    position:relative;

}
.dropsection {
    width:90%;
    position:relative;
}





h2 {
    font-family:"Hans";
    font-size: 27px;
    line-height: 29px;
    font-weight:normal;
    width: 100%;
    float:left;
}
h3 {
    font-family:"Hans";
    font-size: 20px;
    line-height: 23px;

    font-weight:normal;
    width: 100%;
    float:left;
}

h4 {
    font-family:"Hans";
    max-width: 80%;
    font-size: 13px;
    line-height: 17px;
        font-weight:normal;

}
h5 {
    font-family:"Hans";
    max-width: 80%;
    font-size: 17px;
    line-height: 21px;
        font-weight:normal;

}
.content {
    position: relative;
    margin-left: 10px;
    width:100%;
}


.columns {
margin-left: 50px;
  max-width: 900px;
margin-top: 130px;
    height:100%;

  &__text {
    display: inline-block;
    vertical-align: top;
    width: 46%;
  }
  &__image {
    display: inline-block;
    width: 46%;
    @media (max-width: 620px) {
      width: 100%;
    }
  }
}



/* Create two equal columns that floats next to each other */
.column {
 float: left;
  width: 33%;
    height:100%;
  padding-right: 25px;


}
/* left column text, right column image */

.row_x {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column_x {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.column_left {
  height: 100%;
margin-right: 20px;
width: 85%;
}

.column_right {
  height: 100%;
}

@media screen and (min-width: 800px) {
  .column_x {
    flex: 1
  }

}

/* Create three equal columns that floats next to each other */

.column_collection {
  float: left;
  width: 33.33%;
    height:100%;
}

/* Create 4 equal columns that floats next to each other */

.column_salons {
  float: left;
  width: 32%;
}


.column_collections_overview {
  float: left;
  width: 33.33%;
  height:700px;
}
.column_education {
  float: left;
  width: 33.33%;
height:600px;
}

/* Clear floats after the columns */
.content:after {
  content: "";
  display: table;
  clear: both;
}



p {
    font-family:"Hans";
    font-size: 24px;
    line-height: 27px;   
}
img.colimg {
    padding-top:0px;
  width:200px;

}
img.colimg_collections {
    padding-top:30px;
  height:600px;


}
img.colimg_collections_overview {
    padding-top:30px;
  max-height:550px;


}
img.colimg_salons {
padding-top:60px;
    max-height:250px;
}
img.homecolimg {
    padding-top:20px;
      max-height: 350px;

}

img.social{
width: 120px;
}
       #slider{
 margin-left: 45px;
width: 1400px;
height: 550px;
overflow: hidden;
position: relative;
}

.slide{
width: 1400px;
height: 550px;
float: left;
}


 /* FORM STYLE */
 /* FORM STYLE */
 /* FORM STYLE */
 /* FORM STYLE */
 /* FORM STYLE */
 /* FORM STYLE */


input[type=text] {
    padding: 4px 4px;
    font-size: 24px;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
}
textarea {
  width: 90%;
  height: 450px;
 font-family: Helvetica, sans-serif;
font-size: 24px;
    padding: 4px 4px;
  box-sizing: border-box;
  border: 2px solid #000;
  resize: none;
}
input[type=password] {
    padding: 4px 4px;
    font-size: 24px;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
}
button {
    padding: 4px 4px;
    font-size: 24px;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
    background-color: white;
}
select {
     padding: 4px 4px;
    font-size: 24px;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
    
}
#datepicker {
        background-color: white;
    
}


 /* GALLERY GALLERY GALLERY GALLERY GALLERY GALLERY */
 /* GALLERY GALLERY GALLERY GALLERY GALLERY GALLERY */
 /* GALLERY GALLERY GALLERY GALLERY GALLERY GALLERY */
 /* GALLERY GALLERY GALLERY GALLERY GALLERY GALLERY */
 /* GALLERY GALLERY GALLERY GALLERY GALLERY GALLERY */
 /* GALLERY GALLERY GALLERY GALLERY GALLERY GALLERY */

.container{
    margin-top:50px;
    padding: 0px;
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.reorder_link {
    color: black;
    border: solid 2px black;
    text-transform: uppercase;
    background: #fff;
    font-size: 24px;
    padding: 4px 4px;
    margin: 0px 0px;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}
.reorder_link:hover {
    color: #fff;
    border: solid 2px black;
    background: black;
    box-shadow: none;
}
#reorder-helper{
    margin: 18px 10px;
    padding: 10px;
}
.light_box {
    background: #efefef;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    font-size: 1.2em;
}

/* image gallery */
.gallery{ width:100%; float:left; margin-top:20px;}
.gallery ul{ margin:0; padding:0; list-style-type:none;}
.gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin:10px 7px; background:none; width:auto; height:auto;}
.gallery img{ width:250px;}

/* notice box */
.notice, .notice a{ color: #fff !important; }
.notice { z-index: 8888;padding: 10px;margin-top: 20px; }
.notice a { font-weight: bold; }
.notice_error { background: #E46360; }
.notice_success { background: #657E3F; }



 /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
 /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
 /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
 /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */
 /* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */

@media screen and (max-width: 800px) {
    
    html {
  overflow-x: hidden;
}
    
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

input[type=text] {
    padding: 4px 4px;
    font-size: 12px;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
    width: 95%;
}
textarea {
    width: 95%;
  height: 450px;
 font-family: Helvetica, sans-serif;
font-size: 12px;
    padding: 4px 4px;
  box-sizing: border-box;
  border: 2px solid #000;
  resize: none;
}
input[type=password] {
    padding: 4px 4px;
    font-size: 12px;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
}
button {
    padding: 4px 4px;
    font-size: 12px;
        width: 95%;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
    background-color: white;
}
select {
     padding: 4px 4px;
    font-size: 12px;
    margin: 8px 0;
      border: 2px solid #000; 
    box-sizing: border-box;
    
}
 #infoMenu{

         font-size: 15px;
}
        #infoMenu ul{
	padding: 0 15px;
}
  #logoMenu{
         font-size: 15px;

}
    #logoMenu ul{
	padding: 0 20px;
}
.topnav {

padding-right: 10px;
        padding: 3px 3px;
            padding-left: 5px;

}    
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    padding-top:6px;
 padding-right:6px;
    right: 0;
    top: 0;
  }

        .topnav a {
  float: left;
  display: block;
  color:#afb305;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 18px;
    line-height: 22px;
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }
    .topnav-right {
  float: left;
}
    
    h2 {
     font-size: 30px;
        line-height: 33px;
    font-weight:normal;
}
    h3 {
        margin-top: 0;
     margin-bottom: 0;

    font-family:"Hans";
    font-size: 17px;
line-height: 20px;
    font-weight:normal;
    width: 100%;
    float:left;
}
      .column {
    width: 95%;
  padding: 0px;
  }
    .column_collection {
    width: 100%;
}
.column_salons {
    width: 95%;
}
.column_collections_overview {
    width: 95%;
}
.column_education {
    width: 95%;
}

    .content {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;

}
        .content.responsive {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;

}
    #logo{ 
    margin-left: 20px;
     margin-top: 0px;
    width:250px;
    } 
    td  {
   padding-top: 0.2rem;
       padding-bottom: 0.2rem;
  text-align: left;
        vertical-align: top;
        font-size: 11px;
        line-height: 12px;

}
    table, tr {
        font-family: Helvetica, sans-serif;
    width: 340px;
}
td  {
    vertical-align: top;
  text-align: left;
        font-size: 9px;
        line-height: 14px;

}
.columns {
margin-left: 5px;
  max-width: 95%;
    margin-top: 20px;

}
           #slider{
 margin-left: 15px;
width: 400px;
height: 100%;
overflow: hidden;
position: relative;
}

.slide{
width: 400px;
height: 100%;
float: left;
}
    
  label {
     font-family:"Hans";
    font-size: 12x;
    line-height: 14px;   
 }
input[type=submit] {
    padding:5px 5px; 
    border:4 black;
    width:95%;
    background-color: white;
        font-size: 13px;
}  


textarea {
  width: 95%;
  }

img.colimg_collections_overview {
    padding-top:10px;
  max-width:95%;
  }
img.colimg {
    padding-top:10px;
  max-width:95%;
}
img.colimg_collections {
    padding-top:10px;
  max-width:95%;
}
img.colimg_collections_overview {
    padding-top:10px;
  max-width:95%;
}
img.colimg_salons {
    padding-top:40px;
  max-width:95%;
}
img.homecolimg {
    padding-top:10px;
  max-width:95%;
}
.bg {
  /* Full height */
  width: 160%; */
  /* Center and scale the image nicely */
   background-position: right top; 
    background-repeat: no-repeat;
  background-size: cover;
}
}

