body
{
    overflow: hidden;
}

#door_categories_container
{
    text-align: center;    
    white-space: nowrap;
}

#door_categories_container .scope_button
{
    display: inline-block;
    vertical-align:middle;
}

.scope_button
{
    /*background-color: red;   */
    position: relative;
    color: white;        
}

.scope_button.side_button
{
    width: 11%;    
}

.scope_button .door_categories_text
{
    display: block;
    width: 100%;
    /*line-height: 5.2vh;  
    //height: 6.5vh;*/
    padding-top: 1.8vh;
    padding-bottom: 1.8vh;
    margin-bottom: 0.3vh;
    font-size: 2.5vh;
    background-color: #f0eeee;
    cursor: pointer;
}

.scope_button .door_categories_underline
{
    height: 1vh;
    background-color: red;
    display: block;
    background-color: #f0eeee;
}

.scope_button .logo
{
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center;
    background-color: #CC0000;    
}

.scope_button .menu
{
    background-repeat: no-repeat;
    background-size: 30%;
    background-position:center;
    background-color: #f0eeee;    
}

.menu_black
{
    background-image: url('../images/nav_icons/menu.png');
}

.menu_black:hover, .hover-menu_black
{
    background-image: url('../images/nav_icons/menu_red.png') !important;
}

.help_icon
{
  background-image: url('../images/nav_icons/help.png');
}

.door_categories_underline.logo_underline
{
    background-color: #CC0000;
}

.door_categories_text_secondary
{
    color: white;
    font-size: 1.1vw;
}

.door_categories_text_secondary.top_left
{
    position: absolute;
    left: 20px;
    top: 10px;
}

.door_categories_text_secondary.top_right
{
    position: absolute;
    right: 20px;
    top: 10px;
}

.door_categories_text_secondary.bottom_right
{
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.door_categories_text_secondary.bottom_left
{
    position: absolute;
    left: 10px;
    bottom: 30px;
}

a
{
    text-decoration: none;
}

#doors_container
{
    margin-top: 0.2vw;
    background-color: #ffffff;
    height: 99.5%;
    width: 100%;
    position: absolute;
}

.clear
{
    clear: both;
}

#door_catalog_container
{
}

.scope_container
{
    height: 100%;
}

.scope_material_container
{
    height: 100%;
}

#catalog_chooser
{
    height: 31%;
    width: 99%;   
    overflow-x: scroll;
    overflow-y: hidden;
    white-space:nowrap;
    position: absolute;
    bottom: 7%;    
    text-align: center;
    margin-left: 0.5%;
}

.scope_material_container
{
}

.single_door_container
{
    margin-top: 0.6%;
    height: 99%;
    /*width: 6.5%;*/
    display:inline-block;
    cursor: pointer;
    /*margin-left: 3%;*/
    text-align: center;
    padding-left: 2vw;
    padding-right: 2vw;
}

.single_door_container .door_img
{
    width: 100%;
    height: 85%;
    margin-bottom: -12%;
}

.single_door_container img
{
    height: 25vh;
}

.single_door_container img:hover
{
    /*height: 10.8vw;*/
}

.single_door_container:hover
{
    /*//font-weight: bold;*/
}

.single_door_container .door_img:hover
{

}

.single_door_container .door_img img
{
    height: 100%;
}

.single_door_container label
{
    color: gray;
    font-family: arial;
    font-size: 0.8vw;
    text-align: center;
    display: block;
}

#door_catalog_slideshow_container
{
    position: absolute;
    width: 100%;
    height: 55%;
    text-align: center;
}

#door_catalog_slideshow
{
    margin: 0 auto;
    background-size: 100% 100%;
    width: 99%;
    height: 95%;
    margin-top: 0.5%;
    border: 4px solid #F0EEEE;
}

#door_material_chooser_container
{
    text-align: center;
}

#door_material_chooser
{
    position: absolute;
    bottom: 0px;
    height: 7%;
    width: 100%;
    margin: auto;
    background-color: #F0EEEE;
    font-size: 0;
}

#door_material_chooser .door_material_button
{
    margin-top: 0.3%;
    padding-top: 1.0vh;
    padding-bottom: 0.9vh;
    padding-left: 1%;
    padding-right: 1%;
    background-color: white;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    border-left: 1px solid #8c8c8c;
/*    //border-right: 1px solid #8c8c8c;*/
    display: inline-block;    
/*    //-moz-border-radius: 5px 5px 5px 5px;
    //border-radius: 5px 5px 5px 5px;*/
    font-family: arial;
    font-size: 1.5vh;
    cursor: pointer;
    color: #8c8c8c;
}

.door_material_button.first_button
{
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.door_material_button.last_button
{
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border-right: 1px solid #8c8c8c;
}

#door_material_chooser span:hover
{
    background-color: lightgray;
}

.scope_material_container
{
    display: none;
}

.scope_container
{
    display: none;
}

.door_material_chooser_scope
{
    display: none;
}

#lang_list_container
{
    text-align: center;
    margin-top: 0px;
}

#lang_list_container #lang_popup_text
{
    font-family: arial;
}

#lang_list
{
    margin: auto;
}

#lang_list .lang_item
{
    display: inline-block;
    margin-left: 5px;
    height: 70px;
    width: 50px;
}

#lang_list a
{
    text-decoration: none;
}

#lang_list a img
{
    margin-top: 20px;
    width: 40px;
}

#lang_list a img:hover
{
    margin-top: 2px;
    width: 45px;
}

.active_material
{
    background-color: #F0EEEE !important;
}

#nav_icon_container
{
    text-align: center;       
    padding-top: 70px;
}

.icon
{
    display: inline-block;
    height: 100px;
    width: 60px;    
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.home_icon_black
{
    background-image: url('../images/nav_icons/home.png');
}

.lang_icon_black
{
    background-image: url('../images/nav_icons/globe.png');
}

.login_icon_black
{
    background-image: url('../images/nav_icons/login.png');
}

.loguot_icon_black
{
    background-image: url('../images/nav_icons/dd_logout.png');
}

.search_icon_black
{
    background-image: url('../images/nav_icons/magnifier.png');
}

.avgrund-close
{
    font-family: arial;
}

.internorm-button
{
	background: rgb(204,0,0); 
	padding: 7px; 
	color: white; 
	font-size: small;
	font-family: Arial; 
	cursor: pointer;
}

.internorm-button:hover
{
	background: red;
}

.baseprice_icon_png
{
    background-image: url('../images/nav_icons/settings.png');
}

.base_price_class 
{
   border-collapse:separate;
   border-spacing:20px 10px;
}
.discount-range-class
{
    width: 120px;
}
.output-class
{
    width: 100%;
}

.price_avg_item
{
  margin: auto;
  padding: 10px;
  width: 350px; 
  height: 30px;
  margin-left: 65px;
}

.price_right
{
  float:right; 
  margin-right:68px;
}

.pr_label
{
  font-family: Arial;
  float:left;
}

.user-info-data
{
    font-family: arial;
    margin: auto;
    color: #979797;
    position: absolute;
}
 .loupe-settings-top-text 
 {
    color: black;
    margin: 1em 0px !important;
    font-family: arial;
 }
 
 .request_unique_id
 {
    font-style: italic;
 }