/* dL additions to JBS */
body {
  font-size: 14px;
  line-height: 20px;
}
body.site {
  padding: 0px;
}
form {
  margin: 0 0 12px;
}
p {
  font-size: 16px;
  line-height: 1.5em;
}
.toppart {
  position: absolute;
  margin: 20px 20px 0px 20px;
  top: 0px;
  bottom: 50px;
  left: 0px;
  right: 0px;
}
.bottompart {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  overflow: auto;
}
.centeredfloat {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  overflow: auto;
}
.fullheightifabsolut {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid #0088cc;
  border-radius: 5px;
  overflow: auto;
  max-height: 99.65%;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.75);

}
.pull-left {
  margin-right: 12px;
}
.pull-right {
  margin-left: 12px;
}
.site {
/*  background-image: url("/images/paper-texture.jpg"); */
/*  background-image: url("/images/haende.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
/**/
}
.container {
  min-width: 300px;
  max-width: 1200px;
}
.hauptteil {
  padding: 20px;
}
.header {
  position: relative;
  padding-bottom:25px;
  margin-bottom: 25px;
  border-bottom: 3px solid #0088cc;
}
.nav-tabs:after, .nav-pills:after {
  clear: none;
}
.flex-horizontal>li>a,
.nav-tabs>li>a,
.nav-pills>li>a {
  padding-left: 6px;
  padding-right: 6px;
}
.brand {
  float: right;
}
.name p {
  font-size: 4.0em;
  line-height: initial;
/*  position: absolute;
  top: 25%;
  width: 80%; */
  margin: 80px 0px;
}
.search {
  float: right;
  padding: 3px;
}
.navigation {
  font-size: 1.7em;
  border: 0;
/*  position: absolute;
  bottom: 0px; */
  margin: 0px;
}
.fussteil {
  padding: 12px 20px 0px 20px;
}
.flex-horizontal {
  display: flex;
}
.flex-horizontal
#back-top {
  background-image: url("/images/up.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
}
img.rahmen {
  padding: 3px;
  background-image: linear-gradient(155deg, rgb(32,86,174) 7%, white 29%, rgb(110,132,203) 93%, rgb(32,86,174));
  border-radius: 10px;
}
img.knopf {
  border-radius: 500px;
}
img.links {
  float: left;
  overflow: auto;
  margin: 0 1em 1em 0;
}
img.rechts {
  float: right;
  overflow: auto;
  margin: 0 0 1em 1em;
}
img.halb {
  width: 50%;
}
/* media dependant */
@media (min-width: 1200px) {
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1080px;
	}
    .nav-tabs>li>a,
    .nav-pills>li>a {
      padding-left: 12px;
      padding-right: 12px;
    }
}
@media (max-width: 979px) {
  .name p {
    font-size: 2.95em;
    margin: 90px 0px;
  }
  .navigation {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
 .navigation {
  position: initial;
 }
 .name p {
  position: relative;
  font-size: 6.8vw;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
 }
  .search {
    width: 100%;
  }
  a.brand img {
    width: 25%;
  }
  .fussteil {
    margin: 0px 20px;
  }
}
@media (max-width:450px) {
  img.rahmen {
    width: 100%;
  }
  img.halb {
    width: 100%;
  }
  .name p {
  position: relative;
  font-size: 27px;
  width: 100%;
  text-align: center;
  margin: 0px;
  }
}