html {
hyphens: auto;
}

img {
	width: 100%;
}

header {
    padding-top: 10px;
}

body {
    font-family: 'Muli', sans-serif;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

.logo {
    max-width:140px;
    width:100%;
}

.kontakt {
    text-align: right;
}

.kontakt i {
	background: #F00001;
	color: #fff;
	padding: 8px;
	font-size: 18px;
	border-radius: 100px;
    margin-right: 10px;
}

.kontakt div {
	margin-bottom: 5px;
	/* line-height: 16px; */
	font-size: 16px;
}

.kontakt span {
    display: inline-block;
    width: auto;
}

.tel,
.mail{
    display: inline-block;
	margin-left: 10px;
}

.main-text {
    text-align: center;
    margin-top: 16%;
}

.main-text.imprint {
    text-align: left;
    margin-top: 7%;
	margin-bottom: 20px;
}

.text_gross {
    font-size: 36px;
    color: #333;
    text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

main {
    max-width: 1200px;
    margin: 0 auto;
}

.hersteller {
    margin-top: 90px;
	text-align: center;
}

.hersteller img {
    max-width: 170px;
}

.hersteller a img{
    transition: all ease 0.5s;
}

.hersteller a:hover img{
     transform: scale(1.2);
}

.second {
	margin-top: 70px;
}

.button-row {
	margin-top: 80px;
	text-align: center;
}

.button-row a {
    background: RGB(240, 0, 1);
    color: #fff;
    text-decoration: none;
    display: block;
    width: 160px;
    margin: 0 auto;
    padding: 8px 0px;
    font-weight: bold;
    border-radius: 50px;
	transition: all ease 0.5s;
}

.button-row a:hover {
    width: 180px;
}

footer {
    background: rgb(51, 51, 51);
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.imprint-footer {
	position: relative;
}

footer a {
	color: #fff;
	text-decoration: none;
	padding:10px 15px;
	display: inline-block;
}

footer a:hover {
	color: #888;
}

.mobile {
	display: none;
}

#footer-cookie,
#footer-cookie * {
  box-sizing: border-box;
}

#footer-cookie {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 60px;
	background: rgba(48, 48, 48, 0.53);
	color: #fff;
	z-index: 9999;
}

#footer-cookie a {
  color: #fff;
  text-decoration: none;
}

#footer-cookie #description {
  float: left;
}

#footer-cookie #accept {
  float: right;
  background: rgb(37, 57, 83);
  padding: 0px 10px;
}

.cookie-inner {
    background: #000;
    width: 100%;
    padding: 0px 30px;
    position: fixed;
    bottom: 0;
}

#footer-cookie #accept a{
		display: block;
	}

@media only screen and (max-width: 768px) {
  .hersteller .col-md-3 {
	  width: 25%;
  }
  
  .mobile {
	display: block;
  }
  
  .desktop {
	display: none;
  }
  
  .kontakt {
    text-align: center;
	margin-bottom:30px;
  }
  
  .the-logo {
	  text-align: center;
  }
  
}

@media only screen and (max-width: 520px) {
  .hersteller .col-md-3 {
	  width: 50%;
	  margin-bottom: 40px;
  }
}