*, *:before, *:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-family: sans-serif;
  line-height: 24px;
/*  background: #f7f7f7;*/
  background: #2d3761;
}
body {
  margin: 0;
}
a,
h1,
h2,
h3 {
  color: #2d3761;
}
h1 {
  line-height: 40px;
}
.blue a,
.blue h1,
.blue h2,
.blue h3 {
  color: white;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  display: block;
}
.full-width {
  width: 100%;
}
header {
  text-align: center;
  padding: 10px;
  background: #f7f7f7;
}
header .logo {
  float: left;
  width: 135px;
}
header .logo img {
  height: 50px;
  width: auto;
}
.top-navigation {
  width: calc(100% - 135px);
}
.top-navigation,
.footer-navigation,
ul.social-media {
  text-transform: uppercase;
  font-weight: 600;
  float: left;
}
.top-navigation li {
  text-align: center;
  float: left;
  width: 25%;
}
.top-navigation li a {
  line-height: 24px;
}
.container {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.container.unsere-starken {

}
.middle-container,
.top-container,
footer,
.projekty-home-page,
.bottom-block .container {
  display: inline-block;
}
.middle-container {
  position: relative;
}
.bottom-block.starken {
  text-align: center;
}
.bottom-block.gallery-holder {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.kontakt-bottom {
  width: 100%;
}
.projekty-home-page {
  display: inline-block;
  width: 100%;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.projekty-home-page li {
  float: left;
  width: 23%;
  text-align: center;
  margin-right: 2%;
}
.projekty-home-page li img {
  max-width: 100%;
  margin: 0 auto;
}
.middle-container .left,
.middle-container .right {
  width: 50%;
}
.middle-container .left {
  position: absolute;
  height: 100%;
  float: left;
}
.middle-container .right {
  float: right;
}
.middle-container .right {
  padding: 20px;
  background: #e1e1e1;
}
.middle-container .left img {
  width: 100%;
  height: 100%;
}
.middle-container-right-content {
  width: 80%;
  text-align: left;
}
.middle-container-right-content a {
  float: right;
}
.middle-container-right-content span {
  display: inline-block;
  font-weight: bold;
}
li {
  list-style: none;

}
ol li {
  list-style-image: url("/assets/img/img3.png");
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-text {
  position: absolute;
  color: white;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.banner-text h1,
.banner-text h2 {
  color: white;
  font-size: 450%;
  margin: 20px 0;
}
.banner-text span {
  font-weight: bold;
  display: inline-block;
  width: 800px;
}
.banner-text .btn {
  float: right;
}
.banner img {
  width: 100%;
  margin-top: -115px;
}
.btn {
  background: #2d3761;
  color: white;
  padding: 18px 30px;
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
}
.btn.grey {
  background: #999;
}
.blue {
  background: #2d3761;
  color: white;
}
a.white {
  background: #e1e1e1;
  color: #2d3761;
}
.bottom-block .container .left,
.bottom-block .container .right {
  width: 50%;
  padding: 20px;
}
.bottom-block ol li ul li {
  list-style-image: none;
  list-style: disc;
}
footer {
  padding: 10px;
  text-align: center;
}
.footer-navigation {
  color: #999;
  font-size: 14px;
}
.kontakt {
  display: inline-block;
}
.copyrights {
  text-align: center;
}
.gallery-container img {
  max-width: 100%;
}
.gallery-container .single_image {
  width: 220px;
  margin: 10px;
  float: left;
}
.gallery-container {
  width: 1920px;
  display: inline-block;
  height: auto !important;
}
.gallery {
  justify-content: space-between;
  margin-bottom: 1%;
}
.home-bottom {
  width: 100%;
}
.container.starken-bottom {
  text-align: left;
}
.home-bottom .block {
  float: left;
  padding: 20px 0 20px 20px;
  width: 33%;
}
.kontakt-bottom .block {
  width: 50%;
  float: left;
  padding: 20px;
}
iframe {
  height: 500px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    background-image: url(https://www.ts-kunststofftechnik.de/assets/img/larrow.png);
    background-size: 100% 100%;
    height: 150px !important;
    padding: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
    background-image: url(https://www.ts-kunststofftechnik.de/assets/img/rarrow.png);
    background-size: 100% 100%;
    height: 150px !important;
    padding: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_left div,
.fancybox-navigation .fancybox-button--arrow_right div {
  display: none !important;
}