
/*----------------------------------Main----------------------------------*/
body, h3 {
    font-size: 14px;
    line-height: 21px;
}
h1, h2 {
    margin: 0 0 16px 0;
    font-size: 19px;
    line-height: 24px;
}
h3 {
    margin: 0 0 1px 0;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}

/*----------------------------------Header----------------------------------*/
#smart_spacer {
    display: block;
}
#smart_header {
    display: block;
}
#smart_logo {
    display: block;
}
#smart_claim {
    display: block;
}
header {
    display: none;
}
.menubox, .menubox.sticky {
    display: none !important;
}

/*----------------------------------Content----------------------------------*/
.module.col1, .module.col2, .module.col3, .module.col3_two, .module.teasermodule, .module.swipe {
    margin: 60px 0 0 0;
}
.content50_left, .content50_right, .content30_left, .content30_mid, .content30_right {
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
    clear: both;
}
.col3_two {
    line-height: 22px;
}
.phone_panel {
    right: 12px;
    padding: 9px 20px;
    margin: -22px 0 0 0;
}
.phone_icon {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}
.phone_number {
    margin: 2px 0 0 0;
    font-size: 15px;
    line-height: 15px
}
.swipe_box {
    padding: 40px 5% 35px 5%;
}
.swipe_text {
    margin: 30px auto 0 auto;
}
.teaserbox {
    width: 100%;
    margin: 5px 0 0 0;
}
.teaser {
    width: 48.5%;
    height: 0;
    margin: 0 3% 3% 0;
    padding-bottom: 48.5%;
    background-color: #fafcff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    float: left;
}
.teaser:nth-child(2n) {
    margin: 0 0 0 0;
}

/*----------------------------------Footer----------------------------------*/
footer {
    margin: 30px 0 0 0;
	padding: 20px 0 5px 0;
}
.imprint {
    font-size: 11px;
}
.copyright {
    font-size: 11px;
}