﻿/*

immowelt
Frontend Template
style.css
V.1.0

aktion.immowelt.de/
aktion.immowelt.at/

*/
/*

INHALTSVERZEICHNIS
__________________________________________________________________________

1. Reset
2. Typography
3. Button
4. Padding Setting
5. Formular

*/
/* 1. Reset
__________________________________________________________________________
*/
html, body, form {
    height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

body {
    margin: 0;
    background-color: #ffffff !important;
}

/* Set Content width 100%*/
#pageheader,
#basecontainer,
#pagecontent {
    width: 100% !important;
}


/* 2. Typography
__________________________________________________________________________
*/
body {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif;
    color: #6E6E7C;
}

h1 {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 100%;
    color: #303038;
}

h2 {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-size: 1.8em;
    font-weight: 200;
    line-height: 100%;
    margin-top: 10px;
}

h3 {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-size: 2em;
    font-weight: 700;
    line-height: 100%;
    margin-top: 10px;
    color: #303038;
}

h4 {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-size: 1.5em;
    font-weight: 200;
    line-height: 140%;
    margin-top: 0;
}

p {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 1.1em;
}

a {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 1.1em;
}

.small-txt {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-size: 0.8em;
    font-weight: 200;
    line-height: 160%;
    color: #aaa;
}

strong {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

input, span, label {
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.4em;
        line-height: 140%;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.3em;
    }
}



/* 3. Button
__________________________________________________________________________
*/
.button-white,
.button-white:link,
.button-white:visited,
.button-white:active,
.button-white:focus,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 0 20px;
    color: #303038;
    text-align: center;

    font-size: 1.1em;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 18em;
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    border: 2px solid #fff;
}

    .button-white:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button-white:focus,
    button-white:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        color: #303038;
        outline: 0;
        text-decoration: none !important;
        background-color: #ddd;
        border: 2px solid #ddd;
    }

.button-yellow,
.button-yellow:link,
.button-yellow:visited,
.button-yellow:active,
.button-yellow:focus,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 0 20px;
    color: #303038;
    text-align: center;
    font-size: 1.1em;
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fc0;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%;
    max-width: 18em;
    /*margin-right: 20px !important;*/
    margin-bottom: 20px !important;
    border: 2px solid #fc0;
}

    .button-yellow:hover,
    button-yellow:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button-yellow:focus,
    button-yellow:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        color: #303038;
        background-color: #FFD942;
        outline: 0;
        text-decoration: none !important;
        border: 2px solid #FFD942;
    }

.button-outline-white,
button-outline-white,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 0 20px;
    color: #303038;
    text-align: center;
    font-size: 1.1em;
    font-family: 'immo Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none !important;
    white-space: nowrap;
    background-color: inherit;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 18em;
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    border: 2px solid #fff;
}

    .button-outline-white:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button-outline-white:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        color: #303038;
        background-color: #fff;
        color: #303038;
        outline: 0;
        text-decoration: none !important;
        border: 2px solid #fff;
    }

.button-outline-grey,
button-outline-grey,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 0 20px;
    color: #53535F;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none !important;
    white-space: nowrap;
    background-color: inherit;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 18em;
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    border: 2px solid #53535F;
}

    .button-outline-grey:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    .button-outline-grey:focus,
    input[type="submit"]:focus,
    input[type="reset"]:focus,
    input[type="button"]:focus {
        color: #53535F;
        background-color: #FFD942;
        border-color: #FFD942;
        outline: 0;
        text-decoration: none !important;
        border: 2px solid #FFD942;
    }



/* 4. Padding Setting
__________________________________________________________________________
*/
@media(min-width: 768px) {

    .sep-top-xs {
        padding-top: 0.5em;
    }

    .sep-top-sm {
        padding-top: 2.2em;
    }

    .sep-top-md {
        padding-top: 3em;
    }

    .sep-top-lg {
        padding-top: 4.3em;
    }

    .sep-top-2x {
        padding-top: 6.5em;
    }

    .sep-top-3x {
        padding-top: 9.4em;
    }

    .sep-top-4x {
        padding-top: 11.5em;
    }

    .sep-top-5x {
        padding-top: 16em;
    }

    .sep-bottom-xs {
        padding-bottom: 0.5em;
    }

    .sep-bottom-sm {
        padding-bottom: 2.2em;
    }

    .sep-bottom-md {
        padding-bottom: 3em;
    }

    .sep-bottom-lg {
        padding-bottom: 4.3em;
    }

    .sep-bottom-2x {
        padding-bottom: 6.5em;
    }

    .sep-bottom-3x {
        padding-bottom: 9.4em;
    }

    .sep-bottom-4x {
        padding-bottom: 11.5em;
    }

    .sep-bottom-5x {
        padding-bottom: 16em;
    }

    .mar-top-xs {
        margin-top: 1em;
    }

    .mar-top-sm {
        margin-top: 2.2em;
    }

    .mar-top-md {
        margin-top: 3em;
    }

    .mar-top-lg {
        margin-top: 4.3em;
    }

    .mar-top-2x {
        margin-top: 6.5em;
    }

    .mar-top-3x {
        margin-top: 9.4em;
    }

    .mar-top-4x {
        margin-top: 11.5em;
    }

    .mar-top-5x {
        margin-top: 16em;
    }

    .mar-bottom-xs {
        margin-bottom: 1em;
    }

    .mar-bottom-sm {
        margin-bottom: 2.2em;
    }

    .mar-bottom-md {
        margin-bottom: 3em;
    }

    .mar-bottom-lg {
        margin-bottom: 4.3em;
    }

    .mar-bottom-2x {
        margin-bottom: 6.5em;
    }

    .mar-bottom-3x {
        margin-bottom: 9.4em;
    }

    .mar-bottom-4x {
        margin-bottom: 11.5em;
    }

    .mar-bottom-5x {
        margin-bottom: 16em;
    }

    .sep-left-md {
        padding-left: 3em;
    }

    .sep-right-md {
        padding-right: 3em;
    }
}

@media(max-width: 767px) {


    .sep-top-sm,
    .sep-top-md,
    .sep-top-lg,
    .sep-top-2x,
    .sep-top-3x,
    .sep-top-4x,
    .sep-top-5x {
        padding-top: 30px;
    }


    .sep-bottom-sm,
    .sep-bottom-md,
    .sep-bottom-lg,
    .sep-bottom-2x,
    .sep-bottom-3x,
    .sep-bottom-4x,
    .sep-bottom-5x {
        padding-bottom: 30px;
    }

    .mar-top-xs,
    .mar-top-sm,
    .mar-top-md,
    .mar-top-lg,
    .mar-top-2x,
    .mar-top-3x,
    .mar-top-4x,
    .mar-top-5x {
        margin-top: 30px;
    }

    .mar-bottom-xs,
    .mar-bottom-sm,
    .mar-bottom-md,
    .mar-bottom-lg,
    .mar-bottom-2x,
    .mar-bottom-3x,
    .mar-bottom-4x,
    .mar-bottom-5x {
        margin-bottom: 30px;
    }

    .sep-left-md {
        padding-left: 15px;
    }

    .sep-right-md {
        padding-right: 15px;
    }
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

@media (max-width: 549px) {

    .res-no-margin {
        padding: 0;
    }
}


/* 5. Formular
__________________________________________________________________________
*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border: 1px solid #ffcc00;
        outline: 0;
    }

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}