body {
    box-sizing: border-box;
}

/* Startseite - Ausgabe aller Bilder */

#js-politiker-list {
    height: 100%;
    width: 100%;
    margin-top: 50px;
    /*Flex*/
    /*display:flex; */
    justify-content: space-around;
    flex-wrap: wrap;
}

.picturesize {
    width: 262px;
    height: 260px;
    border: 1px solid black;
    border-bottom: 0;
    cursor: pointer;
}

.namesize-N {
    width: 262px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #39a7ee;
    font-weight: bold;
    border: 1px solid black;
    border-top: 0;
    color:black;
}

.namesize-S {
    width: 262px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #a0e967;
    font-weight: bold;
    border: 1px solid black;
    border-top: 0;
    color:black;
}

.namesize-B {
    width: 262px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #f06d6a;
    font-weight: bold;
    border: 1px solid black;
    border-top: 0;
    color:black;
}

.politikerbox {
    width: 260px;
    height: 320px;
    margin: 5px;
}

/* Detailseite - Ausgabe Bild von Wunschpolitiker */

.row-fluid {
    /* margin-left: 200px; */
    /* margin-right: 200px */
}

#zielbeh채lter {
    width: 260px;
    height: 260px;
    margin-top: -130px;
    margin-left: -130px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.detailausgabe {
    height: 100%;
    text-align: center;
    /* background-color: papayawhip; */
    border: 1px solid black;
    border-radius: 5px;
    /* overflow: scroll; */
}

.kommentarbereich {
    /* background-color: papayawhip; */
    border: 1px solid black;
    border-radius: 5px;
    padding-bottom: 10px;
}

#politwebsite a {
    color: red;
}

.panel {
    margin-bottom: 0;
    height: 80px;               /* Aenderbar auf automatisch? */
    border: 1px solid black;
}

#detbt3 a {
    color: white;
}

#detbt4 a {
    color: white;
 }

#js-votesBox {
    overflow: scroll;
}

.platzhalter {
    height:80px;
    width:100%;
}

.politikerbox {
   margin-bottom: 80px;
}

.text-muted {
    margin-bottom: 30px;
}

.detailausgabe:nth-of-type(2) {
    height: auto;
    padding-bottom: 30px;
}

#zielbehälter {
    margin-bottom: 30px;
}

#js-like-button {
    color: black;
}