﻿/* Stylesheet für Mobilheim discount
* Datum: 26.07.2014
* Datei: style.css
*/
/*==================================================================
* Kapitel 1: Body Kalibrierung
  ==================================================================
*/
.design{
    width: 100%;
    margin: auto;
}

.socialmediaaround{
    height: 80px;
    text-align: center;
}

.impressum{
    text-align: center;
}

.sociallinks{
    text-align: center;
}
.contentslideraround{
    padding-bottom: 10px;
    width: 100%;
}

.innerfooter{
    width: 100%;
}

.logo img{
    height: 80px;
}

/*==================================================================
* Content-Slider Startseite
  ==================================================================*/
.eyecatcher{
    height: 600px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}
.contentslideraround{
    height: 600px;
    width: 100%;

}
.contentslider{
    height: 600px;
    width: 100%;
    padding-bottom: 5px;

}
.slideroverlay{
    position: absolute;
    width: 100%;
    z-index: 200;
    height: 300px;
    background-color: #fff;
    border-bottom: 2px solid #c9c9c9;
}
.slidertext{
    position: relative;
    z-index: 300;
    float: left;
}
.slidertext .btn{
    margin-left: 30px;
}
.sliderbild{
    width: 100%;
    height: 100%;
    clear: both;
    padding-top: 50px;
}
.item {
    width: 100%;
    height: 600px;
    margin: auto;
}

.item  img{
    width: auto;
    width: 100%;
    height: 300px;
    text-align: right;
}

.text1 h1{
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 25px;
}
.text1{
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    width: 100%;
}
.text1 img{
    width: 100%;
    height: auto;
}
.text1handwritten{
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    width: 100%;

}
.text1handwritten h1{
    font-family: 'Pacifico', cursive;
    line-height: 45px;
    word-wrap: break-word;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 30px;
}
.text2{
    padding-left: 30px;
    padding-bottom: 25px;
    font-size: 16px;
}
.bildlink{
    text-align: center;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    margin-left: 30px;
    margin-top: 50px;
}
.bx-wrapper{
    min-width: 100%;
    max-width: 100%;
}
.bx-pager {
    padding-top: 2px;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-pager.bx-default-pager a {
    background: #8e8e8e;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
    background: #d60f2a;
}


/* ---------------------------------------------------------------------
---------   Navigation
-----------------------------------------------------------------------*/
.navigation{
    border:none;
    display: none;
    width: 100%;
    border:0px;
    margin: auto;
    font: 80.5%  Verdana, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
}
.navigation ul{
    list-style: bullet;
    margin: auto;
    padding:0px;
    width: 100%;
}
.navigation li{
    clear: both;
    width: 100%;
}
.navigation li a{
    color: #000;
    width: 100%;
    display:block;
    font-weight:normal;
    margin:0px;
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    text-decoration:none;
}
.navigation li a:hover, .navigation ul li:hover a{
    color:#fff;
    background-color: #d60f2a;
    text-decoration:none;
}

.navigation li li {
    background-color: #c9c9c9;
    text-decoration: none;
    color: #000;
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:170px;
    line-height: 45px;
}

.navigation li:hover li a{
    background:none;
    line-height: 45px;
    color: #000;
}
.navigation li ul a{
    color: #000;
    display:block;
    font-size:12px;
    font-style:normal;
    margin:0px;

    line-height: 45px;
}
.navigation li ul a:hover, .navigation li ul li:hover a{
    text-decoration: underline;
    background-color: #d60f2a;
    color: #fff;
}

.resnav{
    width: 100%;
    float: left;
    font: 80.5%  Verdana, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    display: inline;
    padding-top: 20px;
    color: #000;
}
.resnavtext{
    padding-left: 5%;
    vertical-align: central;
    padding-top: 15px;
    float: left;
}
.resnavicon{
    float:left;
}

.whatsapp{
    height: 50px;
}