/* @group * * * * * RESET * * * * */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
  font-family: din_performasregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

select{
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}


/* @end */

/* @group Global */


html{
  overflow-y: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

html, body{
  min-height:100%;
  color: #000;
  font-family: din_performasregular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.dark{
  color: #fff;
  line-height: 18px;
  background: repeat-x #fff;
}

body{
  font-size: 13px;
  line-height: 20px;
}

a{
  color: #00aeef;
  font-style: italic;
}

a:hover{
  text-decoration: none;
}

nav a{
  font-weight: normal;
  font-style: normal;
}

p{
  padding-bottom: 20px;
}

.orange{
  color: #00aeef;
}

.blau{
  color: #00aeef;
}



h1{
  color: #7B7C7E;
  font-size: 27px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: normal;
  font-style: normal;
}


h2{
  color: #00aeef;
  text-transform: uppercase;
  font: normal 12px/16px din_performasregular;
}

h2 a{
  text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

strong{
  font-family: din_performasregular;
  font-weight: bold;
}

.txt h2{
  text-transform: none;
  margin-bottom: 5px;
  font: normal 18px din_performasregular, Georgia, "Times New Roman", Times, serif;;
}

img{
  display: block;
}

.wrapper{
  width: 90%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.innerWrapper{
  width: 100%;

}

/* @group Navigation */

header{
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow:  -1px 4px 6px 2px rgba(0, 0, 0, 0.4);

  box-shadow:  -1px 4px 6px 2px rgba(0, 0, 0, 0.4);
}

nav.meta{
  font-size: 13px;
  min-height: 25px;
  line-height: 18px;
  text-align: center;
}

nav.meta ul{
  margin-top: -5px;
  float: right;
}

nav.meta li{
  float: left;
  margin-left: 20px;
}

nav.meta li a{
  font-weight: normal;
  font-style: normal;
  color: #7B7C7E;
  text-decoration: none;
}

nav.main li a:hover,
nav.main li a.current,
nav.meta li a:hover,
nav.meta li a.current,
nav.sub ul li a:hover,
nav.sub ul li a.current
{
  color: #00aeef;
}

nav.main{
  color: #7B7C7E;
  height: 95px;
  border-bottom: 4px solid #fff200;
}

nav.main .logo{
  position: absolute;
  height: 60px;
  padding-top: 20px;
}

nav.main .home_logo{
  position: relative;
  z-index: 100;
}


nav.main ul{
  height: 95px;
  position: relative;
  margin-top: 15px;
  float: right;
  width: 100%;
  text-align:right;
}

nav.main li{
  position: relative;
  display: inline-block;
  margin-left:35px;
  margin-top:25px;
}


nav.main li a{
  text-decoration: none;
  font-size: 14px;
  color: #7B7C7E;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  display: inline-block;
  letter-spacing: 1px;
}



nav.main li a:hover .icon,
nav.main li a.current .icon{
  /* background-position: 0 -40px; */
}

nav.main li .icon{
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
  display: inline-block;
}

nav.main li.n1,
nav.main li.n2 {
  /* visibility: hidden; */
}

li.n1 .icon{
  background: url(../images/icon1.gif) no-repeat;
  background-size: 40px;
}

li.n2 .icon{
  background: url(../images/icon2.gif) no-repeat;
  background-size: 40px;
}

li.n3 .icon{
  background: url(../images/icon3.gif) no-repeat;
  background-size: 40px;
}


li.n4 .icon{
  background: url(../images/icon4.gif) no-repeat;
  background-size: 40px;
}

nav.sub{
  width: 100%;
  text-align: center;
  position: fixed;
  display: none;
  z-index: 1;
}

nav.sub .wrapper{
  height: auto;
  padding-top: 132px;
  padding-bottom: 0;
  width: 100%;
  background-color: #fff;

  -webkit-box-shadow: 1px 1px 5px 1px #cdcdcd;
  box-shadow: 1px 1px 5px 1px #cdcdcd;

  border: 1px solid #cdcdcd;

}

nav.sub .col{
  width: 33.33333333333334%;
  float: left;
  text-align: right;
}

nav.sub .colLarge{
  width: 66.66666666666668%;
  float: right;
  text-align: right;
  background-color: red;
}

nav.sub .col img{
  width: 100%;
}

nav.sub .colLarge img{
  width: 100%;
}

nav.sub ul{
  text-align: left;
  padding: 10px;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 5px;
}


nav.sub ul li{
  margin-bottom: 8px;
  line-height: 15px;
}


nav.sub ul li a{
  text-transform: uppercase;
  text-decoration: none;
  color: #7B7C7E;
}


nav.sub ul li ul{
  margin-top: 0px;
  margin-bottom: -8px;
}

nav.sub ul li ul li{
  padding-bottom: 0px
  margin-top: 0;
  margin-top: -5px;
}

nav.sub ul li ul li a{
  text-decoration: none;
  color: #7B7C7E;
  text-transform: capitalize;
}

.onlyMobile{
  visibility: hidden;
}

.banner-wrapper{
  display: block;
}

/* @end */



/* @group Intro Col */

.brace{
  color: #d9dadc;
}

aside .brace{
  color: #7B7C7E;
}

.schmid{
  text-transform: capitalize;
}


aside h2,
.intro h2{
  padding-bottom: 5px;
  font-weight: normal;
  font-style: normal;
}

.intro p{
  color: #7B7C7E;
  font: 15px/20px din_performasregular, Georgia, "Times New Roman", Times, serif;
  margin-bottom: -10px;
}

.intro img{
  margin-bottom: 10px;
}

.intro .more,
aside .more{
  color: #00aeef;
  padding-top: 5px;
  display: block;
  font-family: din_performasregular;
  font-style: italic;
}

aside .more img{
  padding-bottom: 10px;
}

.intro {
  padding-bottom: 15px;
}

/* @end */

.content{
  padding-top: 120px;
  padding-bottom: 90px;
}

.content img{
  width: 100%;
}

.dark .content{
  background-color: #fff;
}

.content{
  background-color: #fff;
  height: 100%;
  min-height: 100%;
}

.cols4{
  margin-top: 20px;
}

.cols4 .col{
  width: 23%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
}

.cols4 .col.intro{
  padding-right: 2.5%;
  padding-left: 0%;
}

.cols4 .col.intro:last-child {
  padding-right: 0%;
}

/* @group aside */

aside{
  width: 23%;
  min-height: 300px;
  float: left;
  padding-right: 3%;
  padding-top: 25px;
}

.sideNav{
  min-height: 260px;
  border-bottom: 1px solid #C0C1C2;
  margin-bottom: 15px;
}

.sideNav ul li{
  /*text-transform: uppercase;*/
  list-style: none;
  display: block;
  margin-left: -10px;
  margin-bottom: 4px;
  font-size: 13px;
}

.sideNav ul li ul{
  margin-top: -5px;
}

.sideNav ul li ul li{
  text-transform: none;
  padding: 0 0 0 10px;
}

.sideNav a{
  text-decoration: none;
  color: #8b7b7d;
}

.sideNav a:hover,
.sideNav  a.current{
  color: #00aeef;
}

aside article{
  width: 100%;
  margin-bottom: 15px;
}

.dropbox h2{
  padding-bottom: 0;
}



aside .dropbox .drop{
  padding-bottom: 0;
  margin-top: 10px;
}

aside article{
  border-bottom: 1px solid #C0C1C2;
  padding-bottom: 15px;
}

/* @end */

section{
  float: left;
  width: 74%;
  margin-top: 60px;
}

.pageImg{
  padding-bottom: 30px;
  margin-top: -60px;
}

.pageImg.content{
  max-width: 420px;
  padding-top: 50px;
}

.pageImg.content.full{
  max-width: 100%;
}

.pageImg.content.full.double img{
  width: 48%;
  float: left;
  padding-right: 3.9%;
  padding-bottom: 25px;
}

.pageImg.content.full.double img.nopadding{
  padding-right: 0;
}

.leftColmn{
  width: 48.01849405548257%;
  float: left;
  margin-right: 3.5%;
}

.rightColmn{
  width: 48.01849405548257%;
  float: left;
}

.leftColmn .txt, .rightColmn .txt{
  width: 100%;
}

.txt{
  width: 98%;
}

.txt ul,
aside ul{
  margin: -20px 0 0 15px;
  padding: 0;
}

.txt ul li,
aside ul li{
  list-style-image: url('../images/bullet.gif');

}

.txt ul + p{
  padding-top: 20px;
}

aside ul{
  padding-top: 20px;
}

aside ul li ul{
  margin-bottom: 20px;
  padding-top: 10px;
}

aside ul li ul li{
  margin-top: -5px;
}

article .right .contentImage{
  width: 30%;
  float: right;
  padding-left: 15px;
  padding-left: 1.5%;

}

article .left .contentImage{
  width: 30%;
  float: left;
  padding-right: 1.5%;
}




.txtImg{
  width: 100%;
  padding-bottom: 20px;
}

.txtImg .txt{
  display: inline-block;
  width: 68%;
}


/* @group Page Intro */

.pageIntro{
  font-family: din_performasregular, Georgia, "Times New Roman", Times, serif;
}

.pageIntro p{
  font-size: 17px;
  width: 95%;
  line-height: 22px;
}

article h3{
  font: 26px din_performasregular, Georgia, "Times New Roman", Times, serif;
  padding-bottom: 20px;
  color: #7B7C7E;
}

/* @end */



.fancybox a img, .fancybox a {
  float: left;
}

.fancybox a {
  margin: 1.2448132780083%;
  width: 31%;
  float: left;
  background-color: #00aeef;
}

.fancybox a:hover img{
  opacity: 0.4;
}

.fancybox a:nth-child(3n){
  margin-right: 0;
}

/* footer{
  background: pink;
  display: block;
  clear: both;
  padding-top: 50px;
  padding-bottom: 15px;

  text-transform: uppercase;
  font-size: 11px;

} */

/* .dark footer{
  padding-left: 1%;
  text-align: center;
  padding-top: 40px;
}

footer span{
  color: #00aeef;
} */

/* @group QuickContact */





.mailcontact{
  position: fixed;
  right: 10px;
  bottom: 120px;
  text-transform: uppercase;
  color: #00aeef;
  z-index: 10000;
}

.mailcontact .mail_icon{
  background: url(../images/mail.png) no-repeat 0 0;
  width: 50px;
  height: 30px;
  float: right;
}

.mailcontact .mail_icon:hover{
  background: url(../images/mail.png) no-repeat 0 -60px;
}



.quickcontact{
  position: fixed;
  right: 10px;
  bottom: 70px;
  text-transform: uppercase;
  color: #00aeef;
  z-index: 10000;
  font-size: 16px;
  font-weight: bold;
}

.quickcontact .phone_icon{
  background: url(../images/phone.png) no-repeat 0 0;
  width: 50px;
  height: 30px;
  float: right;
}

.quickcontact .phone_icon:hover{
  background: url(../images/phone.png) no-repeat 0 -60px;
}

.quickcontact .infos{
  float: right;
  background-color: #fff;
  display: none;
  padding: 15px;
  border: 3px solid #fff200;
  position: fixed;
  right: 60px;
  bottom: 20px;
}

.dark .quickcontact .infos{
  background-color: #fff;
  padding: 15px;

}


.quickcontact .infos{
  background-color: #fff;
  padding: 15px;
  line-height: 25px;
}

.fColor{
  display: inline-block;
  width: 150px;
}

.quickcontact .infos .fColor{
  color: #fff;
}

.dark .quickcontact .infos .fColor{
  color: #fff;
}

/* @end */

.accordion h2{
  padding-top: 15px;
  padding-bottom: 0px;
  font-weight: normal;
  font-style: normal;
}

.accordion h2:hover{
  color: #8C8C8C;
}

.accordion-content{
  top: 15px;
  position: relative;
}


.accordion-content{
  display: none;
}

.listtable tbody tr td {
  padding-bottom: 8px;
}


.partners{
  width: 100%;
  min-height: 100px;
  padding-bottom: 20px;
}

.partners .logo{
  width: 30%;
  max-width: 100px;
  display: inline-block;
  float: left;
  padding-right: 20px;
}

.partners .txt{
  width: 70%;
  display: inline-block;
}



.downloadWrapper .title{
  color: #7a7b7e;
  font: 18px din_performasregular, Georgia, "Times New Roman", Times, serif;
  padding-bottom: 8px;
  border-bottom: 1px solid #C0C1C2;
  margin-bottom: 18px;
}

.shop .title{
  color: #7a7b7e;
  font: 16px din_performasregular, Georgia, "Times New Roman", Times, serif;
  padding-bottom: 8px;
  border-bottom: 0px solid #C0C1C2;
  margin-bottom: 14px;
}

.download + .title {
  padding-top: 40px;
}

.download{
  width: 100%;
  border-bottom: 1px solid #C0C1C2;
  padding-bottom: 15px;
}

.download + .download{
  padding-top: 12px;
}

.download img{
  float: left;
  width: 25%;
  max-width: 55px;
  padding-right: 5%;
}

.download .txt{
  float: left;
  width: 60%;
}

.download .txt a h2{
  font-size: 14px;
  text-decoration: none;
}



.reference, .meinungen{
  border-bottom: 1px solid #C0C1C2;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.reference h2{
  line-height: 20px;
}

.reference img{
  padding-bottom: 10px;
  padding-top: 10px;
  width: 75%;
}

.lead{
  padding-bottom: 15px;
}

.imgNews{
  width: 100%;
  max-width: 400px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.content img.newsTeaserImg{
  float: left;
  padding-right: 15px;
  position: relative;
  width: 30%;
}



.newsoverview .leadWrapper{
  border-bottom: 1px solid #C0C1C2;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 80%;
}

.newsoverview .leadWrapper .lead,
.newsoverview .leadWrapper .lead p{
  padding-bottom: 0;
}

.newsoverview .txtContent,
.product .txtContent{
  float: left;
  width: 65%;
  position: relative;
}

.newsTxt .txt{
  width: 100%;
}

.product .txtContent,
.product {
  width: 100%;
}






.product .productImg,
.product .description,
.product .size,
.product .order,
.product .price{
  float: left;
  padding-right: 3%;
}

.product .productImg{
  cursor: pointer;
  z-index: 1000;
}


.product .description{
  width: 20%;
  min-height: 100px;
  min-width: 160px;
}



.product .size,
.product .price,
.product .order{
  max-width: 110px;
  width: 100px;
  margin-bottom: 8px;
}

.product .size strong,
.product .price strong,
.product .order strong{
  display: block;

}



.backtoOverview{
  float: right;
}

.product img{
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

.product .productImg{
  width: 130px;
}

.product .details{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  width: 60%;
  max-width: 550px;
  padding: 20px;

  -webkit-box-shadow:  2px 2px 5px 1px rgba(00, 00, 00, 0.75);

  box-shadow:  2px 2px 5px 1px rgba(00, 00, 00, 0.75);
  border: 1px solid #c3c3c3;
}

.product .details img,
.product .details .productImgDetail{
  max-width: 300px;
  float: left;
}

.product .details .description{
  width: 30%;
  float: left;
}

.product {
  padding-bottom: 25px;
}


/* Contact Form */
.general-form {
  width: 100%;
}

#orderForm{
  width: 100%;
}

.general-form li{
  list-style-type: none;
  margin-bottom: 5px;
}

.main .general-form {
  width: 100%;
}
.general-form input[type=checkbox] {
  margin-right: 5px;
}
.general-form .contact-info label {
  display: block;
  width: 100%;
}
.general-form .contact-info input,
#offerteForm input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  max-width: 400px;
  border: none;
  font-size: 14px;
  background-color: #e5ebed;
}
.general-form .contact-info textarea,
.general-form #privat textarea,
.general-form #geschaeft textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 100px;
  background: #e5ebed;
  border: none;
  font-size: 14px;
  max-width: 400px;
}
.general-form .contact-info input:focus {
  outline: none;
}
.general-form .btn-submit {
  float: right;
  padding: 3px 6px;
  height: 22px;
  border: none;
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
  background-color: #1DAFEB;
}
.general-form .btn-submit:hover {
  cursor: pointer;
  background-color: #e4eaed;
  color: #1DAFEB;
}

.hidden{
  display: none;
}

.hidden.attn{
  display: block;
}

.attn {
  border: 1px solid #C00 !important;
  box-shadow:0 0 5px rgba(204,0,0,.3);
  -moz-box-shadow:0 0 5px rgba(204,0,0,.3);
  -webkit-box-shadow:0 0 5px rgba(204,0,0,.3);
  -webkit-animation-name: 'pulse';
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
}

.attnTxt{

}

.general-form ul.list li{
  float: left;
  min-height: 20px;
  line-height: 14px;
  height: 25px;
  width: 30%;
  min-width: 200px;
}

.general-form ul.list.small li{
  width: 25%;
  min-width: 120px;
}



#offerteForm div{
  margin-bottom: 30px;
}

#offerteForm .leftColmn,
#offerteForm .rightColmn{
  min-width: 320px;
}


select{
  display: block;
  float: right;
  width: 200px;
}

.ui-datepicker { font-size: 11px; }


#plz,
#offerteForm input#plz_abholen,
#offerteForm input#plz_abladen,
#offerteForm input#plz_geschäft,
#offerteForm input#plz{
  width: 15%;
  margin-right: 2%;
  max-width: 50px;
}

#ort,
#offerteForm input#ort_abholen,
#offerteForm input#ort_abladen,
#offerteForm input#ort_geschäft,
#offerteForm input#ort{
  width: 83%;
  max-width: 335px;
}

.totalCalc{
  text-align: right;
}

.error{
  color: red;
}


#privat,
#geschaeft,
#lager{
  display: none;
}

.umzug_regionen{
  text-indent: -1000px;
}

.mejs-video{

}


/* @end */

/* @group Theater */

.theater select{
  width: auto;
  float: none;
  display: inline;
}


.theater .ticket2{
  display: block;
}




.theater .ticket2{
  padding-top: 20px;

}

/* @end */

/* @end */





.team article .left .contentImage{
  max-width:180px;
}







@media only screen and (min-width: 1008px) {
  /* Team Grid */

  .team article .txtImg.left{
    float:left;
    width: 30%;
    padding-right: 3%;
  }



  .team article .left .contentImage{
    padding-right: 1.5%;
    padding-bottom: 2%;
    float:none;
    width:100%;
  }

  .team article .txt{
    min-height: 160px;
    width:100%;
  }

  /* End Team Grid */
}







@media only screen and (max-width: 930px) {

  nav.main li{
    margin-left: 15px;
  }

}


@media only screen and (max-width: 810px) {

  nav.main li{
    margin-left: 10px;
  }

}



@media only screen and (max-width: 780px) {

  header{
    position: relative;
  }

  .slider{
    display: none;
  }



  .wrapper{
    width: 96%;
  }

  .dark .content,
  nav.main{
    height: 90px;
  }

  nav.main li{
    clear: both;
    margin-left: 80px;
    line-height: 15px;
    margin-top:1px;
    display: block;
  }


  nav.main li .icon{
    display: none;
  }

  nav.main .logo{
    height: 55px;
  }

  nav.meta{
    width: 100%;
    min-height: 45px;
  }


  nav.meta ul{
    float: left;
    margin-top: -12px;
  }

  nav.meta ul li{
    float: left;
  }

  nav.sub{
    position: relative;
    padding-top: 0;
  }

  nav.sub .wrapper{
    padding-top: 0;
    margin-top: 0px;
    background-color: #fff;
  }

  nav.sub ul li ul{

    display: block;
  }

  nav.sub .col{
    width: 100%;
  }


  .onlyMobile{
    visibility: visible;
  }



  .col.hideSmall2, .col.hideSmall1,.banner-wrapper {
    display: none;
  }

  .content{
    padding-top: 20px;
  }


  aside{
    display: none;
  }

  aside{
    display: none;
  }

  section{
    width: 96%;
    margin-top: 25px;
  }

  .txt{
    width: 95%;
  }


  .intro h2{
    padding-bottom: 20px;
    font-size: 11px;
  }

  .intro p{
    color: #7B7C7E;
  }

  .intro .more{
    margin-top: -20px;
  }

  .cols4 {
    margin-top: 0;
  }

  .cols4 .col{
    width: 48%;
    float: left;
    padding-bottom: 10%;
    min-height: 400px;
  }

  .cols4 .col.intro{
    padding-right: 2%;
  }

  .leftColmn, .rightColmn{
    float: none;
    width: 100%;
  }

  .rightColmn .pageImg{
    margin-top: 0;
  }


  .partners .logo {

    padding-bottom: 30px;
  }





}


/* @group IE FIXES */

.lt-ie9 .wrapper.content {
  width: 1012px;
}

.lt-ie9 nav.sub .wrapper{

}

.lt-ie9 .contentImage{
  width: 230px;
}

.lt-ie9 .newsTeaserImg{
  width: 200px;
}

.lt-ie9 strong{
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}

/* @end */

/* @group newhome iFrame */


.iframe article h3{
  font: 24px/28px "Museo500",Arial,sans-serif;
  padding-bottom: 20px;
  color: #fd000d;
  font-weight: 500;
}

.iframe  h2{
  font: 12px/16px "Museo500",Arial,sans-serif;
  color: #fd000d;
  text-transform: uppercase;
}

.iframe {
  color: #656566;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

.iframe strong{
  font-family: Arial,sans-serif;
  font-weight: bold;
}

.iframe .general-form .contact-info input, .iframe #offerteForm input[type=text],
.iframe #offerteForm textarea{
  color: #000;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;

  border: 1px solid #9E9E9E;
  background-color: #fff;
}

.iframe .general-form .btn-submit{
  font-family: Arial,sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #656566;
  border: 1px solid #9E9E9E;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;


  color: White;
  border-color: #c61817;
  background-color: #C61817;
  background-image: -ms-linear-gradient(#FD000D,#C61817);
  background-image: -moz-linear-gradient(#FD000D,#C61817);
  background-image: -o-linear-gradient(#FD000D,#C61817);
  background-image: -webkit-linear-gradient(linear,center top,center bottom,from(#FD000D),to(#C61817));
  background-image: -webkit-linear-gradient(#FD000D,#C61817);
  background-image: linear-gradient(#FD000D,#C61817);

  display: inline-block;
  padding: 4px 11px;
}

.iframe select{
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

.iframe .general-form .btn-submit:hover{
  color: #000;
}

/* @end */

footer {
    background: black;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-top: 40px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
}

@media (max-width: 321px) {
    footer {
        display: none;
    }
}

@media only screen and (min-width: 800px) {
    footer {
        display: block;
        position: fixed;
        margin-top: 0px;
    }
}

footer .inline-wrapper {
    max-width: 1024px;
    margin: auto;
    padding: 0px 20px;
    position: relative;
}

footer .inline-wrapper .wiedmer_logo{
    display: inline-block;
    width: 60px;
    margin-top: 17px;
}

footer .inline-wrapper .wiedmer_logo img{
  width: 100%;
}

footer .inline-wrapper .arrow_grey {
    position: absolute;
    right: 40px;
    top: 17px;
    height: 30px;
    display: none;
}

@media only screen and (min-width: 600px) {
    footer .inline-wrapper .arrow_grey {
        display: block;
    }
}

footer .inline-wrapper ul {
    position: relative;
    float: right;
    /* margin-right: 5%; */
    width: 75%;
    margin-top: 5px;
    margin-bottom: 5px;

}

 @media only screen and (min-width: 600px) {
   footer .inline-wrapper ul {
          margin-right: 5%;
   }
 }

footer .inline-wrapper li {
    float: left;
    position: relative;
    display: inline-block;
     width: 25%;
}

@media only screen and (min-width: 600px) {
    footer .inline-wrapper li {
        width: 25%;
    }
}

footer .inline-wrapper li a {
    text-decoration: none;
    font-size: 60%;
    color: #dadbdc;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    font-style: normal;
}

@media only screen and (min-width: 600px) {
    footer .inline-wrapper li a {
        font-size: 80%;
    }
}

footer .inline-wrapper li a:hover .icon,
footer .inline-wrapper li a.current .icon {
    background-position: 0 -49px;
}

footer .inline-wrapper li .icon {
    width: 60px;
    height: 49px;
    margin: auto;
    margin-bottom: -15px;
}

footer .inline-wrapper li.n1 .icon {
    background: url(../images/icon1.jpg) no-repeat;
    background-size: 60px 98px;
}

footer .inline-wrapper li.n2 .icon {
    background: url(../images/icon2.jpg) no-repeat;
    background-size: 60px 98px;
}

footer .inline-wrapper li.n3 .icon {
    background: url(../images/icon3.jpg) no-repeat;
    background-size: 60px 98px;
}

footer .inline-wrapper li.n4 .icon {
    background: url(../images/icon4.jpg) no-repeat;
    background-size: 60px 98px;
}
