@charset "utf-8";
html {
    font-family: sans-serif;
}
body {
    margin: 0;
    width:100%;
    text-align: center;
}

.container{
    margin: 0% 5% 0% 5%;
    max-width: 1100px;
    text-align: center;
    font-family: sans-serif;    
}
h1,
h2,
h3,
h4,
h5
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    text-align: left;
}

h1{
    color: #555;
    margin: 30 10 20 20;
}
.stueck{
    text-align: left;
    border: 1px solid grey;
    border-radius: 10px;
    margin: 10 10 10 10;
}

.row{
    margin: 10 10 10 10;
}


.img-rounded {
    border-radius: 6px;
    width: 100%;
    margin: 15 0 20 0;	       
}

.col-xs-12
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    
}
.col-sm-4{
        position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}


@media (min-width: 768px) {
    .col-sm-4 {
        float: left
    }

    .col-sm-6 {
        width: 50%
    }
}

.col-sm-4 {
        position: relative;
        float: left;
        width: 33%
    }

#upperDiv:after {
  content: "";
  display: table;
  clear: both;
}