/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
}

li{
	list-style-image: url(../images/check-icon.png);
	list-style-type: none;
}



.offen{
	background-attachment: ;
	background-image: url(../images/Offen.jpg);
	background-repeat: no-repeat;	
	width:100%;
	height:250px;
}

img{
max-width:95%;
max-height:auto;	
	
}
.testimonial {
    width: 80%;
    margin: 0 auto;
}

.shiny {
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px 5px;
}

hr {
    color: #060;
    background-color: none;
}

body {
    background-image: url(../Back1.jpg);
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg1 {
    background-color: rgba(5,255,5,0.3);
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg2 {
    background-color: rgba(5,255,5,0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg3 {
    background-color: rgba(70, 29, 40, 0.82);
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg4 {
    background-color: rgba(5,255,5,0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg5 {
    background-color: rgba(255,255,5,0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.box1 {
    background-color: rgba(96, 9, 32, 0.47);
    padding: 20px;
    color: black;
}

.windwosversion {
    color: #36F;
}

.webversion {
    color: #F90;
}

.sprechblase {
    padding: 2px;
    background-color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
    border-radius: 5px 5px;
    padding: 5px;
    position: relative;
    top: -35px;
    color: #000;
}