@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

.inserat:hover{
	transform: scale(1.1);
}

@media (min-width: 930px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1070px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
body {
  font-family: 'Nunito', sans-serif;
}
body > header {
  /*background-image: url(./Subike-Logo.jpg); */
  /*background-image:<img src="./Automover-Startseite.jpg" alt="Robomower" title="" class="img-responsive">*/
  background-attachment: fixed;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
  /*HeaderIcons*/
  /*Navigation*/
}
@media (max-width: 767px) {
  body > header {
    background-size: auto 100%;
  }
}
body > header .headericons {
  display: none;
  text-align: center;
}
body > header .headericons a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
body > header .headericons select {
  margin-top: 0px !important;
}
body > header .headericons li {
  display: inline-block;
}
body > header .icon-navigation {
  background-image: url("./icons/icon-nav.png");
}
body > header .icon-mail {
  background-image: url("./images/icons/icon-email.png");
}
body > header .icon-cal {
  background-image: url("./images/icons/icon-tel.png");
}
body > header .icon-drive {
  background-image: url("./icons/icon-pin.png");
}
body > header .mobiles-menu {
  display: none;
}
body > header .mobiles-menu li {
  display: block;
}
body > header .mobiles-menu a {
  background-color: #fff;
  border-bottom: 1px solid #888;
  color: #000 !important;
  display: block;
  padding: 10px;
  text-align: left;
}
body > header .headericons ul {
  margin: 0px;
  padding: 0px;
}
body > header .headericons ul ul {
  display: none;
}
body > header .headericons ul ul a {
  padding-left: 30px;
  display: none;
}
body > header .headericons ul ul ul a {
  padding-left: 60px;
}
body > header .headericons ul .subs1 > a {
  background-image: url("/assets/template/images/icons/ic_keyboard_arrow_down_48px-128.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}
@media screen and (max-width: 768px) {
  body > header .headericons {
    display: block;
    padding-bottom: 20px;
  }
  body > header .headericons a {
    font-size: 10px;
    text-decoration: none;
  }
  body > header .headericons li {
    padding-top: 0px;
    width: 24%;
  }
  body > header .mobiles-menu li {
    width: 100%;
  }
  body > header .headericons li span {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 520px) {
  body > header .headericons {
    display: block;
  }
  body > header .headericons a {
    font-size: 11px;
  }
  body > header .headericons li {
    padding-left: 0px;
    padding-right: 0px;
  }
  body > header .headericons li span {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
  }
}
body > header .logo {
  max-width: 100%;
  margin-bottom: 15px;  /*Abstand Navi H�he */
  margin-top: 15px;    /*Abstand Logo H�he */
}
body > header .logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  body > header .logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
body > header .telefone {
  padding-top: 20px;
  margin-top: 35px;
  opacity: 0.5;
}
body > header .telefone p {
  font-size: 18px;
  color: #EE411F;
  font-weight: 600;
  opacity: 0.5;
}
body > header .telefone p a {
  color: #EE411F;

}
@media (max-width: 1199px) {
  body > header .telefone p {
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  body > header .telefone p {
    font-size: 14px;

  }
}
@media (max-width: 991px) {
  body > header .telefone {
    margin-top: 28px;

  }
}
@media (max-width: 767px) {
  body > header .telefone {

    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 80%;

  }
  body > header .telefone p {
    margin: 0px;
    font-size: 16px;
  }
  body > header .telefone p a {
    color: #fff;
  }
}
body > header .mininav {
  padding-top: 20px;
  margin-top: 31px;
}
body > header .mininav ul {
  background-color: rgba(0, 0, 0, 0.4);
  float: right;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 51%;
}
body > header .mininav ul li a {
  color: #fff;
}
@media (max-width: 1399px) {
  body > header .mininav ul {
    width: 51%;
  }
}
@media (max-width: 1099px) {
  body > header .mininav ul {
    width: 60%;
  }
}
@media (max-width: 991px) {
  body > header .mininav ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body > header .mininav ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 80%;
  }
}
body > header .search {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 33px;
}
@media (max-width: 1199px) {
  body > header .mininav,
  body > header .search {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  body > header .telefone,
  body > header .mininav,
  body > header .search {
    margin-top: 0px;
  }
  body > header .telefone {
    text-align: center;
  }
}
body > header .navi nav {
  border-bottom: 2px solid #EE411F; 	/*Dicke von Navibalken unten orange */
  background-color: #2F2F2F;
}
body > header .navi nav ul {
  margin: 0px;							/*Dicke von Navi */
}
body > header .navi nav ul li {
  text-align: left;
  padding-left: 0px !important;		/*Abstand Navi Schrift zum n�chsten */
  padding-right: 0px !important;
}
body > header .navi nav ul li a {
  text-decoration: none;
  padding: 19px 14px;
  display: block;						/*inline, block Schriftart von Navi Gr��e*/
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1099px) {
  body > header .navi nav ul li a {
    font-size: 11px;
    padding: 12px 5px;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  body > header .navi nav ul li a {
    font-size: 12px;
    padding: 12px 8px;					/*Block Gr��e vom Navi*/
  }
}
@media (min-width: 1301px) and (max-width: 1399px) {
  body > header .navi nav ul li a {
    font-size: 13px;
  }
}
/*body > header .navi nav ul li:hover a {
  background: linear-gradient(top, #ffffff 0%, #979797 14%, #5c5c5c 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #616161 14%, #000000 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #616161 14%, #000000 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #616161 14%, #000000 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #616161 14%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#000000, GradientType=1);
  color: #fff;
  text-decoration: none;
} */
body > header .navi nav ul li:hover a {
  color: #EE411F;
  text-decoration: none;
}
body > header .navi nav ul li.active a {
  /* background: linear-gradient(top, #ffffff 0%, #979797 14%, #5c5c5c 100%); */
  color: #EE411F;
  text-decoration: underline;
}
body > header .navi nav ul li ul {
  display: none;
  position: absolute;
  list-style: none;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  z-index: 44;
}
body > header .navi nav ul li ul li {
  padding: 0px;
  display: block !important;
}
body > header .navi nav ul li ul li a {
  color: #919191;
  background-color: #fff;
  font-size: 12px;
  padding: 10px;
  width: 180px;
  display: block;
}
body > header .navi nav ul li ul li a:hover {
  background: #e4e4e4 repeat scroll 0 0;
}
body > header .navi nav ul li:hover ul {
  display: block;
}
@media (max-width: 767px) {
  body > header .navi {
    display: none;
  }
}
@media (max-width: 1399px) {
  body > header {
    background-attachment: unset;
  }
}
body .homepicture {
  height: 400px;        /*Abstand Logo zum Navi*/
  padding: 20px;
}
body .homepicture .slogan {
  color: #ff9d40;
  padding-top: 130px;
  text-align: center;
}
body .homepicture .slogan h1 {
  font-size: 50px;
  text-shadow: 1px 1px 1px #000;
  color: #FFED10;
}
body .homepicture .slogan h2 {
  font-size: 30px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}
@media (max-width: 1299px) {
  body .homepicture .slogan {
    padding-top: 80px;
  }
  body .homepicture .slogan h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  body .homepicture .slogan {
    padding-top: 29px;
  }
  body .homepicture .slogan h1 {
    font-size: 34px;
  }
  body .homepicture .slogan h2 {
    font-size: 25px;
  }
}
body .homepicture .linkbox {
  position: relative;
  text-align: center;
  top: 350px;
}
body .homepicture .linkbox p {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0 10%;
  padding: 10px;
  width: 80%;
  font-weight: 600;
  font-size: 16px;
}
body .homepicture .linkbox p a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .homepicture {
    height: 10px;  /*Logo sitz Hintergrund Original 370*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .homepicture {
    height: 10px; /*Logo sitz Hintergrund Original 312*/

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .homepicture {
    height: 10px; /*Logo sitz Hintergrund Original 240*/
  }
}
@media (max-width: 767px) {
  body .homepicture {
    height: auto;
  }
}
body main {
  background-color: #fff;
}
body main .boxen {
  padding: 40px 0px 0px 0px;  /*  Abstand der Boxen zum Navi - padding: 40px 0px 0px 0px;  */
  background-color: #fff;
  margin-left: 0px;				/*  Abstand der Boxen von links - margin-left: 0px;  */
}
@media (max-width: 767px) {
  body main .boxen {
    margin-left: 0px;
    padding: 0px;
  }
}
body main .boxen .box {
  border: 1px solid #bbb;
  margin-bottom: 25px;
}
body main .boxen .box .box-shadow {
  box-shadow: -1px 6px 12px #bbb;
}
body main .boxen .box .box-shadow h2 {
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  body main .boxen .box .box-shadow h2 {
    font-size: 13px;
  }
}
@media (max-width: 1099px) {
  body main .boxen .box .box-shadow h2 {
    font-size: 12px;
  }
}
body main .boxen .box img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body main .boxen .box img {
    width: 100%;
  }
}
body main .boxen .box article {
  background-color: #ededed;
  color: #000;
  height: 155px;				/*H�he der Boxen */
  padding: 10px ;				/*Abstand der Schrift Beschreibung von links in der Box */
  position: relative;			/*Schriftgr��e Beschriebung */
  font-size: 12px;
}
body main .boxen .box article .link-weiter {
  bottom: 0;
  float: right;
  position: absolute;
  right: 6%;
font-size: 20px;
color: #EE411F;


}
body main .boxen .box article .link-weiter a {
  color: #EE411F;
}
@media (max-width: 767px) {
  body main .boxen .box article {
    height: auto;
  }
}
body main .subnav {
  margin-top: 40px;
  padding: 2px;
}
body main .subnav h3 {
  margin-top: 0px;
}
body main .subnav nav ul {
  margin: 0px;
}
body main .subnav nav ul li {
  border-top: 2px solid #e8e8e8;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-top: 10px;
}
body main .subnav nav ul li a {
  color: #2F2F2F;
  text-decoration: none;
}
body main .subnav nav ul li.active {
  background-color: #EE411F;
}
body main .subnav nav ul li.active a {
  color: #fff;
}
body main .subnav nav ul li:hover {
  background-color: #EE411F;
}
body main .subnav nav ul li:hover a {
  color: #fff;
}
body main .subnav-mobil h3 {
  margin-top: 0px;
  padding: 20px;
  background-color: #ebebeb;
  border: 1px solid #bbbbbb;
}
body main .subnav-mobil h3 a {
  text-decoration: none;
}
body main .subnav-mobil h3 a i {
  margin-left: 2%;
}
body main .subnav-mobil nav {
  display: none;
}
body main .subnav-mobil nav ul {
  margin: 0px;
}
body main .subnav-mobil nav ul li {
  border-top: 2px solid #e8e8e8;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-top: 10px;
}
body main .subnav-mobil nav ul li a {
  color: #2F2F2F;
  text-decoration: none;
}
body main .subnav-mobil nav ul li.active {
  background-color: #EE411F;
}
body main .subnav-mobil nav ul li.active a {
  color: #fff;
}
body main .subnav-mobil nav ul li:hover {
  background-color: #EE411F;
}
body main .subnav-mobil nav ul li:hover a {
  color: #fff;
}
body main .subcontent {
  margin-top: 40px;
  margin-bottom: 40px;
}
body main .subcontent .infotext {
  background-color: #EE411F;
  display: none;
  padding: 20px;
  position: absolute;
  width: 350px;
  z-index: 999;
  color: #fff;
}
@media (max-width: 767px) {
  body main .subcontent .infotext {
    display: block;
    position: inherit;
    width: 100%;
  }
}
body main .subcontent .text-button {
  padding: 15px;
  background-color: #EE411F;
  color: #fff;
  width: 40%;
  font-weight: 600;
  font-size: 16px;
}
body main .subcontent .text-button a {
  color: #fff;
}
@media (max-width: 767px) {
  body main .subcontent .text-button {
    width: 100%;
  }
}
body main .subcontent img {
  max-width: 100%;
}
body main .ca-content .herstellergalerie ul {
  margin: 0px;
  height: auto;
}
body main .ca-content .herstellergalerie ul li img {
  max-width: 100%;
  height: auto;
}
body main .logos ul {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body main .logos ul .logo-bilder {
  background-color: #EE411F;
  display: none;
  padding: 20px;
  position: absolute;
  width: 350px;
  z-index: 999;
}
@media (max-width: 767px) {
  body main .logos ul .logo-bilder {
    display: block;
    position: inherit;
    width: 100%;
  }
}
body main aside .team {
  margin-bottom: 39px;
  margin-top: 39px;
  background-color: #EE411F;
  border: 1px solid #EE411F;
  color: #fff;
  padding: 10px 45px;
}
body main aside .team h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  body main aside .team {
    padding: 10px 14px;
  }
}
@media (max-width: 999px) {
  body main aside .team h3 {
    font-size: 18px;
  }
}
body main aside .about,
body main aside .news,
body main aside .offer {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 10px 45px;
  margin-bottom: 39px;
  margin-top: 39px;
}
body main aside .about h3,
body main aside .news h3,
body main aside .offer h3 {
  color: #EE411F;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
body main aside .about h3 a,
body main aside .news h3 a,
body main aside .offer h3 a {
  color: #EE411F;
}
@media (max-width: 1199px) {
  body main aside .about,
  body main aside .news,
  body main aside .offer {
    padding: 10px 14px;
  }
}
@media (max-width: 999px) {
  body main aside .about h3,
  body main aside .news h3,
  body main aside .offer h3 {
    font-size: 18px;
  }
}
body main aside .contact {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 10px 45px;
  margin-bottom: 39px;
  margin-top: 39px;
}
body main aside .contact h3 {
  color: #EE411F;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
body main aside .contact .tel {
  font-weight: 600;
}
@media (max-width: 1199px) {
  body main aside .contact {
    padding: 10px 14px;
  }
}
@media (max-width: 999px) {
  body main aside .contact h3 {
    font-size: 18px;
  }
}
body .markt {
  height: 100px;
  background-color: #EE411F;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
body .markt h3 {
  color: #fff;
  padding-top: 16px;
  padding-left: 16px;
  display: inline-block;
  width: 70%;
}
body .markt p {
  display: inline-block;
  width: 28%;
}
body .markt p a {
  display: block;
  background-color: #ffffff;
  width: 200px;
  padding: 10px;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #000000;
  background-image: url("/assets/template/images/icons/ic_keyboard_arrow_down_48px-128.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  font-weight: 600;
}
@media (max-width: 767px) {
  body .markt p a {
    width: auto;
  }
}
body .content {
  line-height: 1.8em;
  padding: 20px 80px;
}
body .content img {
  background-color: #ff9d40;
  border: 1px solid #EE411F;
  box-shadow: -1px 6px 12px #bbb;
  float: right;
  margin: 10px;
  padding: 5px;
}
body .content iframe {
  margin-bottom: 30px;
  margin-left: 80px;
}
@media (max-width: 767px) {
  body .content {
    padding: 10px;
  }
  body .content iframe {
    margin-left: 0px;
    max-width: 100%;
  }
}
body .slogen {
  height: 130px;
  margin: 20px 0;
  overflow: scroll;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
body .slogen > div {
  position: absolute;
  left: 0;
  width: 100%;
}
body .slogen > div #carousel-gallery .scrollbar-holder {
  height: 0px;
}
body .slogen img {
  width: 130px;
  margin-right: 50px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
body .slogen img:last-child {
  margin-right: 0px;
}
body .slogen img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(100%);
  filter: grayscale(0%);
  filter: none;
  /* IE 6-9 */
}
body footer {
  background-image: url(../Subike-Logo.jpg);
  background-attachment: fixed;
  background-size: 100% auto;
}
body footer .footer-list {
  background-color: #EE411F;
  padding: 10px;
  text-align: center;
}
body footer .footer-list ul {
  margin: 0px;
  color: #fff;
}
body footer .footer-list ul li a {
  color: #fff;
  list-style: none;
}

/*Kontaktformular Bild upload*/
/*main {
	min-height: 30em;
	padding: 3em;

}

input[type="file"] {
	display: block;
	margin: 2em;
	padding: 2em;
	border: 1px dotted;
}        */
