@import url('https://fonts.googleapis.com/css?family=Open+Sans');




body {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 360px;
    background-color: #777777;
    font-family: 'Open Sans', sans-serif;

}

footer {
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border-top: 4px solid #333;
    width: 100%;
    text-align: center;
    color: #888;
    font-size: 0.9em;
}

footer a {
    color: #8F8F8F;
}

main,
footer {
    background: #FFFFFF;
}

main {
    display: flex;
}

header {
    background-color: #333333;
}

header,
nav,
main,
footer {
    flex: 1 100%;
}

main.manufacturerlogin {
    display: flex;
    flex-direction: column;
}

#slideheader {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex: 1;
    height: 100px;
}


#slideheader div.logos {
    flex: 2;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}

#slideheader div.logos div.firlogos {
    display: flex;
    flex-direction: row;
    flex: 3;
    height: 100%;
    max-width: 220px;
    align-items: center;
    justify-content: center;
}

#slideheader div.logos div.seclogos {
    display: none;
}

@media (min-width:50em) {
    #slideheader div.logos div.seclogos {
        display: flex;
        flex-direction: column;
        flex: 2;
        height: 100%;
        max-width: 108px;
        align-items: center;
        justify-content: center;
    }
}

#slideheader div.logos div.firlogos a,
#slideheader div.logos div.seclogos a {
    width: 100%;
    height: 100%;
}

#slideheader div.logos div.firlogos a img {
    max-height: 90%;
    margin: 5px;
    max-width: 100%;
}

#slideheader div.logos div.seclogos a {
    max-height: 45%;
    max-width: 95%;
    margin: 5px;
}

#slideheader div.partners {
    display: none;
}

@media (min-width: 50em) {
    #slideheader div.partners {
        display: flex;
        flex: 1;
        flex-direction: row;
        align-content: flex-end;
        justify-content: flex-end;
        width: 20%;
        max-width: 150px;
    }
}

#slideheader div.partners a {
    width: 100%;
    height: 100%;
    display: flex;
}

#slideheader div.partners a img {
    max-width: 100%;
    max-height: 100%;
}

#slideheader div.title {
    color: #FFFFFF;
    font-size: 1.5em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

@media (min-width: 40em) {
    #slideheader div.title {
        font-size: 2.5em;
    }
}

#slideheader div.title p {
    padding: 0;
    margin: 0;
}

#header {
    display: flex;
    flex-direction: row;
    clear: both;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
    height: 45px;
}

#header.icon {
    background-color: #777777;
}

#headerlogo {
    display: flex;
    flex-direction: column;
    flex: 2;
    max-height: 100%;
}

#headerlogo div img {}

#headerlogo div.bimlogos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    max-width: 100%;
    margin-right: 10px;
}

@media (min-width:30em) {
    #headerlogo div.bimlogos {
        /*max-height:50%;*/
    }
}

#headerlogo div.bimlogos img {
    max-height: 60%;
    margin: 3px;
}

@media (max-width:576px) {
    #headerlogo div.bimlogos {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin-right: 0px;
    }
}


/* wait there is more*/


/*
#headerlogo div.bimlogos img {
  display: block;
  min-height: 5%;
  max-height: 50%;
  max-width: auto;
  height: auto;
}
*/

#headerlogo div.bimtitle {
    display: none;
}

/* @media (min-width:30em) {
    #headerlogo div.bimtitle {
        /*display:flex;*/
   /* }
}
*/

#headerlogo div.bimtitle {
    font-weight: bold;
    font-size: 1.5em;
    justify-content: center;
    max-height: 100%;
}

#headerlogo div.bimtitle p {
    margin: 0;
    color: #fff;
}

nav {
    display: flex;
}

nav ul {
    display: flex;
    flex-direction: row;
    font-size: 1.0em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

nav ul img {
    max-width: 30px;
    max-height: 30px;
}

@media (min-width: 40em) {
    nav ul {}
}

nav ul li {
    display: flex;
    text-align: center;
    width: 18%;
    height: 35px;
    align-content: center;
}

nav ul li a {
    width: 100%;
    color: #FFFFFF;
    background-color: #333;
    height: 100%;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    align-content: center;
}

nav ul li a p {
    display: none;
    font-weight: 500;
}

nav ul li a:hover {
    background-color: #666;
    text-decoration: none;
}

nav ul li.active a {
    background-color: #b40c0c;
    text-decoration: none;
}

@media (min-width:35em) {
    nav ul li a p {
        display: flex;
        margin: 0;
        margin-left: 10px;
    }
}

nav ul li a img {
    display: flex;
}

@media (min-width:35em) {
    nav ul li a img {
        display: none;
    }
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    display: flex;
}

#startpage {
    display: flex;
    flex-direction: column;
    flex: 1 100%;
}

@media (min-width: 40em) {
    #startpage {
        flex-direction: row;
    }
}

#startpage section {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

@media (min-width: 40em) {
    #startpage section {
        width: 50%;
    }
}

#startpage section.partview {}

#startpage section.manufacturers img {
    width: 46%;
    max-width: 180px;
    max-height: 55px;
}

@media (min-width: 390px) {
    #startpage section.manufacturers img {}
}

#startpage a:hover {
    cursor: pointer;
    background-color: #D8D8D8;
    color: #000000;
}

#startpage div {
    /*position:relative;
	width:49%;*/
}

#startpage div.desc {
    height: 2em;
    width: 100%;
    text-align: center;
}

#startpage div.desc span {
    line-height: 1.5em;
}

@media (min-width: 40em) {
    #startpage div.desc span {
        line-height: 2em;
    }
}

#startpage a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 1.8em;
    width: 100%;
}

@media (min-width: 40em) {
    #startpage a {
        font-size: 2em;
    }
}

#startpage div.img {
    width: 100%;
    text-align: center;
}

#startpage div.img img {
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

#content section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 100%;
    justify-content: flex-start;
}

#content div.particon {
    display: flex;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* mediaquerry */

#content div.particon a {
    width: 100%;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#content div.particon a:hover {
    background-color: #D8D8D8;
}

#content div.particon div {
    width: 100%;
    text-align: center;
}

#content div.particon img {
    width: 100px;
}

section.nav {
    display: flex;
}

#avmenuleft {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.0em;
    display: none;
}

@media (min-width: 992px) {
    #avmenuleft {
        display: flex;
    }
}

#avmenuleft ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 300px;
}

#avmenuleft li a,
#avmenu li a {
    /* height: 20px; */
    display: block;
    color: #FFFFFF;
    background-color: #333;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
}

#avmenuleft li a:hover,
#avmenuleft li.active,
#avmenuleft li.active a,
#avmenu li a:hover,
#avmenu li.active,
#avmenu li.active a {
    color: #FFFFFF;
    background-color: #b40c0c;
}

#headline {
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    line-height: 1.6em;
    display: flex;
}

#headline.product div.text {
    display: flex;
}

#headline.manufacturer div.text {
    display: none;
}

@media (min-width: 50em) {
    #headline.manufacturer div.text {
        display: flex;
        flex: 2 100%;
        align-items: center;
        justify-content: flex-end;
    }
}

#headline div.img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 180px;
    max-height: 100px;
    margin-right:30px;

}

#headline div.img img {
    max-height: 100%;
    max-width: 100%;
}

#headline.manufacturer div.img {
    display: flex;
    align-items: center;
}

@media (min-width: 50em) {
    #headline.manufacturer div.img {
        display: flex;
        flex: 2 100%;
        align-items: center;
    }
}

#headline.product div.img {
    display: flex;
    align-items: flex-start;
    width: 100px;
}

#headline.product div.text {
    display: none;
}

@media (min-width: 50em) {
    #headline.product div.text {
        display: flex;
        flex: 2 100%;
        align-items: center;
        justify-content: flex-end;
    }
}

#headline div.text p {
    font-size: 2.0em;
    font-weight: bold;
    margin: 0;
    line-height: 1.3em;
}

#headline.product div.img img {}

#headline.product div.img {}

#headline.productimage {}

#headline.productimage div.img img {
    max-height: 200px;
    vertical-align: middle;
}

section.content {
    display: flex;
    flex: 1 100%;
    flex-direction: column;
}

#manufacturer {
    border-collapse: collapse;
    border-top: 1px solid rgb(200, 200, 200);
    border-bottom: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(200, 200, 200);
    border-left: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
    position: relative;
    height: 55px;
    color: #333;
    font-weight: bold;
    display: flex;
    flex: 1 100%;
    flex-direction: row;
    margin-left: 19px;
    margin-right: 9px;
    margin-top: 10px;
    margin-bottom: 10px;


}

#manufacturer.part {
    height: 100px;
}

#manufacturer.first {
        background-color: rgb(235,235,235);

    cursor: not-allowed;
}

#manufacturer.second {
        background-color: rgb(255, 255, 255);

    cursor: not-allowed;
}




#manufacturer div {}

#manufacturer div.logo {
    width: 15%;
    min-width: 180px;
    display: flex;
    justify-content: center;
    margin:5px;
}

#manufacturer div.logo img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;

}

#manufacturer img.part {}

#manufacturer div.name p {
    margin: 0;
}

#manufacturer a {
    cursor: pointer;
    display: flex;
    display: flex;
    flex: 1 100%;
    text-decoration: none;
    color: #333;
}

#manufacturer a:hover {
    background-color: #D8D8D8;
    color: #333;
}

#manufacturer.deactivated a {
    cursor: initial;
    color: #888;
    cursor: not-allowed;
}

#manufacturer.first.deactivated a:hover {
    background-color: rgb(235,235,235);

    cursor: not-allowed;
}

#manufacturer.second.deactivated a:hover {
    background-color: rgb(255, 255, 255);

    cursor: not-allowed;
}




#manufacturer div.name p.noDetails {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
    font-size: 10px;
    margin-left: 5px;
    text-align: center;
    border-radius: 2px;
    margin-left:5px;
    padding-right:3px;
}

#manufacturer div.address,
#manufacturer div.revision,
#manufacturer div.country,
#manufacturer div.productcount,
#manufacturer div.name {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:10px;

}

#manufacturer div.name {
    width: 100%;
    display: none;
}

#manufacturer div.address {
    width: 160px;
    margin-left: 500px;
}

#manufacturer div.revision,
#manufacturer div.country {
    width: 20%;
}

#manufacturer div.productcount {
    width: 5%;
}

@media (min-width: 35em) {
    #content div.name {
        display: flex;
        justify-content: center;
    }
}

#tableOfContent {
    position: relative;
    font-size: 1.0em;
    font-weight: bold;
}

#tableOfContent div {}

#tableOfContent div a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
    border-bottom: 1px
}

#tableOfContent div.level1 {
    left: 0px;
    padding:10px;
    background-color: #333;
    color: #FFFFFF;
}

#tableOfContent div.level2 {
    position: relative;
    padding:5px 5px 5px 20px;
    left: 0;
    width: (100% - 25px);
    background-color: #D8D8D8;

}

#tableOfContent div.level3 {
    position: relative;
    padding:5px 5px 5px 30px;
    left: 0;
    width: (100% - 35px);
    background-color: #FAFAFA;
}

#tableOfContent div.lastLevel a:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #333;
}

#overview010 {
    padding-bottom: 10px;
}

#overview010 table {
    line-height: 16px;
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
}

#overview010 tr.filename {
    display: none;
}

@media (min-width:33em) {
    #overview010 tr.filename {
        display: table-row;
    }
}

#overview010 table td {}

#overview010 table td.desc {
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}

#productinfos {
    display: flex;
    flex-flow: column;
    padding: 20px;
}

#productinfos div.overview td {
    vertical-align: top;
}

#productinfos div.overview {
    display: flex;
    justify-content: flex-start;
}

#productinfos div.overview table td.desc {
    padding-right: 10px;
}

#productinfos div.datacontainer {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width:30em) {
    #productinfos div.datacontainer {
        flex-direction: row;
    }
}

#productinfos div.data {
    flex: 1;
}

#productinfos div.data table {
    width: 100%;
}

#productinfos div.image {
    flex: 1;
}

#productinfos div.image img {
    width: 100%;
}

#productinfos div.data {}

#productinfos table {
    line-height: 14px;
    font-size: 12px;
    table-layout: fixed;
    font-weight: bold;
    border-collapse: inherit;
}

#productinfos table tr.headline {
    background-color: #333;
    color: #FFF;
}

#productinfos table tr.second {
    background-color: #D8D8D8;
}

#Downloads {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    font-weight: bold;
    margin:20px;
	height: 50px;
	padding: 5px;
}

#Downloads div a {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#Downloads div img {
    width: 35px;
}

#Downloads div span {
    padding-left: 10px;
    align-self: center;
    display: none;
}

@media (min-width:35em) {
    #Downloads div span {
        display: flex;
    }
}

#Downloads div.VDIOnly {}

#Downloads div.WithMedia {
    padding-left: 20px;
}

#Downloads a,
#startrow div.col a {
    height: 100%;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    margin 10px;
}

#Downloads a:hover,
#startrow div.col a:hover {
    cursor: pointer;
    background-color: #D8D8D8;
    color: #000000;
}

#startrow {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

#startrow div.col {
    height: 100%;
    width: 180px;
    float: left;
    text-align: center;
    margin-left: 6%;
}

#startrow div.col img {
    max-height: 100px;
    max-width: 100%;
}

#startrow div.img {
    position: relative;
    width: 100%;
    height: 100px;
    top: 1px;
}

#startrow div.desc {
    position: relative;
    width: 180px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#startrow div.col span {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

section.manstart div.col {}

section.manstart {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 100%;
    justify-content: flex-start;
}

section.manstart a {
    display: flex;
    width: 100%;
    justify-content: center;
}


/*section.manstart a:hover{
	cursor:pointer;
	background-color:#D8D8D8;
	color:#000000;
}*/

section.manstart div.col {
    display: flex;
    width: 100%;
    height: 55px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
}

section.manstart div.col a img {
    max-height: 55px;
    max-width: 170px;
    margin: auto;
    display: block;
    padding: 25px;
}

section.manstart div.col a div.overlayer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    overflow: hidden;
    width: 100%;
    bottom: 100%;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.2s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.2s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.2s, left 0.3s;
    font-weight: bold;
    font-size: 1.3em;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section.manstart div.col a:hover div.overlayer {
    bottom: 0;
}

section.manstart p {
    margin: 0;
    width: auto;
    text-align: center;
}


/* mediaquerrys icons */





@media (max-width: 576px) {
    #content div.particon {
        width: 100%;
    }
}

@media (min-width: 576px) {
    #content div.particon {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #content div.particon {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    #content div.particon {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    #content div.particon {
        width: 25%;
    }
}

@media (min-width: 340px) {
    section.manstart div.col {
        width: 50%;
        /*2 Spalten*/
    }
}

@media (min-width: 540px) {
    section.manstart div.col {
        width: 33%;
        /*3 Spalten*/
    }
}

@media (min-width: 720px) {
    section.manstart div.col {
        width: 25%;
        /*4 Spalten*/
    }
}

@media (min-width: 900px) {
    section.manstart div.col {
        width: 20%;
        /*5 Spalten*/
    }
}

@media (min-width: 1080px) {
    section.manstart div.col {
        width: 16.6%;
        /*6 Spalten*/
    }
}

@media (min-width: 1260px) {
    section.manstart div.col {
        width: 14.28%;
        /*7 Spalten*/
    }
}

@media (min-width: 1440px) {
    section.manstart div.col {
        width: 12.5%;
        /*8 Spalten*/
    }
}

#part {
    border-top: 1px solid rgb(200, 200, 200);
    border-bottom: 1px solid rgb(200, 200, 200);
    border-left: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
    height: 100px;
    color: #333;
    font-weight: bold;
    margin: 10px 20px 10px 10px;
    display: flex;
    flex-direction: row;
}

#part.deactivated {
    color: #888;
}

#part.first {
    background-color: rgb(235, 235, 235);
}

#part.second {
    background-color: rgb(255, 255, 255);
}

#part div {
    justify-content: center;
    align-items: center;
}

#part div.logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#part div.logo img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

#part img.part {}

#part div.name {
    display: none;
    width: 45%;
}

@media (min-width:40em) {
    #part div.name {
        display: flex;
        width: 40%;
    }
}

#part div.logo {
    width: 30%
}

@media (min-width:40em) {
    #part div.logo {
        width: 20%
    }
}

#part div.revision {
    width: 30%;
}

@media (min-width:40em) {
    #part div.revision {
        width: 15%;
    }
}

#part div.country {
    width: 25%;
}

@media (min-width:40em) {
    #part div.country {
        width: 15%;
    }
}

#part div.productcount {
    width: 15%;
}

#part div p {
    margin: 0;
}

#part a {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    color: #333;
    width: 100%;
    flex-direction: row;
}

#part.deactivated a {
    cursor: initial;
}

#part.deactivated a:hover {
    background-color: #888;
    color: #FFF;
}

#part a:hover {
    background-color: #D8D8D8;
    color: #333;
}

#part.deactivated a {
    color: #888;
}

#part p.noDetails {

  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
    font-size: 10px;
    margin-left: 5px;
    text-align: center;
    border-radius: 2px;
    margin-left:5px;
    padding-right:3px;
}

#part div.address {
    width: 160px;
    margin-left: 500px;
}

#part div {
    display: flex;
    justify-content: center;
}

#login {
    display: flex;
    align-self: center;
    width: 80%;
    max-width: 300px;
    flex-direction: column;
    margin: 20px;
}

#login div.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

#login div.row div.span {
    flex: 1 30%;
}

#login div.row div.input {
    flex: 1 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#login div.row div.input input {
    flex: 1 100%;
}

#login div.login {
    width: 100%;
    height: 25px;
    text-align: right;
}

#loginresponse {
    margin: auto;
    width: 400px;
    border: 1px solid #f00;
    margin-bottom: 10px;
    padding: 5px;
    color: #f00;
}

#topbar {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#selectPart {
    display: flex;
    width: 100%;
    cursor: pointer;
}

#selectPart img {
    wdith: 25px;
}

#selectPart select {
    width: 99%;
}

#logininfo {
    display: flex;
    flex-direction: row;
    flex: 1 100%;
    border: 1px solid;
}

#logininfo form {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-content: flex-start;
}

#logininfo div {
    font-size: 1.0em;
    font-weight: bold;
    border: 1px solid;
    display: flex;
}

#logininfo div.name {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#logininfo div.name p,
#logininfo div.manufacturer p {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
}

#logininfo div.logo {
    flex: 1;
}

#logininfo div.logo img {
    width: 100%;
    height: 100%;
    max-height: 55px;
}

#logininfo div.manufacturer {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#logininfo div.logout {}

#logininfo div.logout input[type="submit"] {
    font-size: 1.0em;
}

#chart {
    display: flex;
    width: 100%;
}

#chart div {
    width: 100%;
    display: flex;
}

#chart svg {
    width: 100%;
}

nav.backbutton {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
}

nav.backbutton div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    background-color: #333;
    font-weight: bold;
    color: #fff;
    margin:20px;
}

nav.backbutton img {
    height: 25px;
}

nav.backbutton a {
    text-decoration: none;
}

nav.backbutton div:hover {
    background-color: #666;
    cursor: pointer;
}

#partnercontainer {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
}

#partnercontainer div.partnerlink {
    display: flex;
    width: 90%;
}

#partnercontainer div.partnerlink a:hover {
    background-color: #999;
}

#partnercontainer div.partnerlink a {
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: row;
    text-decoration: none;
    font-size: 1.3em;
    color: #333;
    font-weight: bold;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#partnercontainer div.partnerlink a div.img {
    display: flex;
    flex: 2;
}

#partnercontainer div.partnerlink a div.img img {
    width: 100%;
}

#partnercontainer div.partnerlink a div.description {
    flex: 3;
}

#partnercontainer div.partnerlink a div.description p {
    margin: 0;
}

#partnercontainer div.partnerlink a div.description div.desc {
    font-size: 0.6em;
    color: #666;
}
