﻿/*Navbar*/
.navbar { font-size: 1.2rem;}
/*Abstand Ländername zu Sprachname*/
.iso3166 {margin-left: 10px;}
/*Filter-Layout*/
.filter .option_kategorie {
    height: 160px;
}
/*Tile-Layout*/
.tile .layer .label {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 4px;
}

.tile .group .label {
    float: left;
	width: 50px;
    border: none;
    font-size: 1.4rem;
}

.tile .value {
    margin-right: 4px;
    margin-bottom: 4px;
    color: #666;
    background-color: #e2e2e2;
}

.tile .tiny {
    width: 80px;
    height: 90px;
}

.tile .small {
    width: 100px;
    height: 120px;
}

.tile .wide {
    width: 180px;
    height: 120px;
}

.tile .high {
    width: 100px;
    height: 210px;
}

.tile .medium {
    width: 120px;
    height: 140px;
}

.tile .large {
    width: 140px;
    height: 170px;
}

.tile .ultra {
    width: 180px;
    height: 200px;
}

.tile .value_produktbereich {
	width: 180px;
	height: 210px;
}

.tile .value_maschinentyp {
	width: 180px;
	height: 210px;
}


.tile .value_kategorie {
    width: 140px;
    height: 170px;
}

/*.tile .group_hersteller {
    float: left;
    width: 200px;
}

.tile .group_hersteller:nth-child(5n+1) {
        clear: both;
    }*/

/*.tile .group_maschine {
    float: left;
    width: 200px;
}*/

/*.tile .group_maschine:nth-child(5n+1) {
    clear: both;
}*/
    /*1. Ebene: Produktbereich*/
/*.tile .group_produktbereich {
    display: inline-block;
}*/

/*.tile .group_produktbereich .label {
    display: none;
}*/

/*Inline-Werte-Layout*/
.tile .inline_title {
    font-size: 0.9em;
}

.tile .inline_kategorie {
    font-size: 0.7em;
}

.tile .inline_bestellbeispiel {
    font-weight: bold;
}

.tile .inline_schafttyp {
    font-weight: bold;
    float: right;
}
/*Tile-Layout*/
.tile .layer .label {color: #248694;
                     border-bottom: 1px dotted #248694;}
.tile .group .label {color: #960084;}
.tile .value a {color: #666;}
.tile .value:hover {
    color: white;
    border: 1px solid #9DC5CA;
    background-color: #9DC5CA;
}
.tile .value:hover a {color: white;}
/*Sonstige spezielle Layouts*/
.continent img {width: 50px;
         		height: 30px; 
         		border: 4px solid transparent;
                display: block;
                margin-left: 6px;}