/* =========================
Style Sheet for mrt-immobilien.ch

version: 1.0.0
last modified: 8.4.2018 by Joel Humbel
author: Joel Humbel
email: info@humbeljoel.ch
========================= */

/*--------------------*\
	Allgemein
\*--------------------*/

body {
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

/*--------------------*\
	Typographie
\*--------------------*/

/* Allgemein */

h1, h2, h3, h4, h5, h6, p, a, ol, ul, li, span {
    margin: 0px;
    padding: 0px;
}

/* Titel */

h1, h2, h3, h4 {
	color: #4183D7;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    padding: 0 0 18px 0;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 0 16px 0;
}

h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    padding: 0 0 14px 0;
}

/* Paragraph */

p {
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

/* Links */

p a {
    color: #4183D7;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

/*--------------------*\
	Header
\*--------------------*/

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px -1px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -1px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -1px 30px 0px rgba(0, 0, 0, 0.5);
}

/* Header */

.header {
    border-top: 5px solid #96281B;
    background-color: #ffffff;
    width: 100%;
    height: 130px;
}

/* Logo */

.logo {
    margin-top: 25px;
    width: 348px;
    height: 80px;
}

/* Kontaktdetails */

.company-info {
    color: #4183D7;
    float: right;
}

.company-info .phone {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: right;
    margin: 20px 0 10px 0;
}

.opening-hours {
    font-size: 14px;
    display: block;
    text-align: right;
}

.opening-hours:first-line {
    font-weight: 800;
}

/* Hauptnavigation */

nav {
    background-color: #F5F5F5;
    height: 60px;
}

.hauptnavigation-container ul.hauptnavigation {
    margin: 20px 0 0 0px;
    padding: 0px;
    font-size: 18px;
    list-style: none;
}

.hauptnavigation-container ul.hauptnavigation li {
    margin: 0 25px 0 0;
    padding: 0px;
    float: left;
}

.hauptnavigation-container ul.hauptnavigation li a {
    color: #4183D7;
    text-decoration: none;
    padding: 0 0 10px 0;
    display: block;
}

.hauptnavigation-container ul.hauptnavigation li a:hover,
.hauptnavigation-container ul.hauptnavigation li.current-menu-item a,
.hauptnavigation-container ul.hauptnavigation li.current-page-ancestor a {
    color: #4183D7;
    text-decoration: none;
    border-bottom: 5px solid #4183D7;
}

/* Responsive-Navigation */

.glyphicon.glyphicon-menu-hamburger {
    color: #4183D7;
    font-size: 24px;
    margin: 15px 0px 15px 0;
    float: right;
}

.responsive-navigation-container {
    display: none;
}

.responsive-navigation-container ul.responsive-hauptnavigation {
    margin: 20px 0 -30px 0;
    padding: 0px;
    font-size: 18px;
    list-style: none;
}

.responsive-navigation-container ul.responsive-hauptnavigation li {
    margin: 0 30px 0 0;
    padding: 0px;
    float: none;
}

.responsive-navigation-container ul.responsive-hauptnavigation li a {
    color: #4183D7;
    text-decoration: none;
    padding: 0 0 10px 0;
    display: block;
}

.responsive-navigation-container ul.responsive-hauptnavigation li a:hover,
.responsive-navigation-container ul.responsive-hauptnavigation li.current-menu-item a,
.responsive-navigation-container ul.responsive-hauptnavigation li.current-page-ancestor a {
    text-decoration: underline;
}

/*--------------------*\
	Blog
\*--------------------*/

.blog-block {
    margin: 0 0 30px 0;
}


.post {
    display: block;
	margin-bottom: 30px;
}

.post,
.post:hover {
    text-decoration: none;
}

.post .image-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 12px;
}

.post .image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.post h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 10px 0;
    color: #4183D7;
}

.post p {
    margin-bottom: 10px;
}

.post span {
    font-size: 16px;
}

.post .more {
    float: right;
}

.more a {
    color: #4183D7;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

/*--------------------*\
	Objekte
\*--------------------*/

.objekte-block {
    margin: 0 0 30px 0;
}

.objekt {
    display: block;
    margin-bottom: 30px;
}

.objekt,
.objekt:hover {
    text-decoration: none;
}

.objekt .image-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 12px;
}

.objekt .image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.objekt h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 10px 0;
    color: #4183D7;
}

.objekt h4 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0;
    color: #333333;
}

.objekt p {
    margin: 0 0 10px 0;
}

.short-description {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.short-description p {
    margin-bottom: 10px;
    font-size: 16px;
}

i {
    padding-right: 10px;
}

.infos li {
    list-style-type: none;
    padding: 3px 0;
}

/*--------------------*\
	Blocks
\*--------------------*/

/* Mood */

.mood {
    border-bottom: 5px solid #4183D7;
    background-size: cover;
	margin-bottom: 40px;
}

.home .mood {
    height: 760px;
}

.content .mood {
    height: 460px;
}

.claim {
    background-color: rgba(65, 131, 215, 0.9);
    padding: 30px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.home .claim {
    top: 560px;
}

.content .claim {
    top: 300px;
}

/* Bild */

.image-block {
    margin: 0 0 30px 0;
}

/* Video */

.video {
    margin: 0 0 30px 0;
}

/* Text */

.text-block {
    margin: 0 0 30px 0;
}

.text-block ul,
.text-block ol,
.text-image-block ul,
.text-image-block ol,
.text-map-block ul,
.text-map-block ol {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 20px 20px;
}

.text-block ul li,
.text-block ol li,
.text-image-block ul li,
.text-image-block ol li,
.text-map-block ul li,
.text-map-block ol li {
    list-style: disc;
    margin: 0 0 5px 0;
}

.text-image-block,
.text-map-block {
    padding: 0 0 30px 0;
}

object, embed {
    height: 500px;
}

/* Teaser */

.teaser-block {
    margin: 0 0 30px 0;
}

.teaser {
    display: block;
    margin-bottom: 30px;
}

.teaser,
.teaser:hover {
    text-decoration: none;
}

.teaser .image-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 12px;
}

.teaser .image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.teaser h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 10px 0;
    color: #4183D7;
    text-transform: uppercase;
}

.teaser p {
    margin: 0;
}

.teaser span {
    font-size: 18px;
    color: #4183D7;
}

.teaser span:after {
    content: "»";
    margin: 0 0 0 5px;
}

.caption {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    /*font-style: italic;*/
    margin: 5px 0 15px 0;
    display: block;
}

/* Parallax */

.image-parallax {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-position: 50% 0;
}

/* Karte */

.map-block,
.text-map-block {
    margin: 0 0 30px 0;
}

.acf-map {
	width: 100%;
	height: 400px;
}


/* Galerie */

.gallery-block {
    margin: 0 0 30px 0;
}

.gallery-block ul li {
    float: left;
    margin-bottom: 30px;
}

.gallery-block ul li img {
    width: 100%;
}

.final-tiles-gallery .tile-inner:before {
    background: rgba(37, 110, 172, 0.7) !important;
}

.lb-caption {
    display: none !important;
}

.lightboxOverlay {
    background-color: #256eac !important;
}

.lb-data .lb-number {
    color: #ffffff !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
}

.lightbox .lb-image,
.lb-outerContainer{
    border-radius: 0px !important;
}

/*--------------------*\
	Formular
\*--------------------*/

.form-block {
    margin: 30px 0;
}

input,
select {
    width: 100%;
    background-color: #F5F5F5;
    border: 0px;
    height: 45px;
    margin: 0 0 15px 0;
    font-size: 16px;
    -webkit-appearance: none;
}

select {
    padding: 0 5px;
}

input {
    padding: 0 10px;
}

textarea {
    width: 100%;
    background-color: #F5F5F5;
    border: 0px;
    resize: none;
    height: 150px;
    margin: 0 0 15px 0;
    padding: 10px;
    font-size: 16px;
}

label {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    color: #4183D7;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	width: auto;
	height: 13px;
	width: 13px;
	margin: 0 5px 0 -13px;
}

input[type=submit] {
    background: #96281B;
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 16px;
}

input[type=submit]:hover {
    background: #782015;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 2px solid #4183D7;
}

div.wpcf7-validation-errors {
    border: 0px;
}

div.wpcf7-response-output {
    margin: 0 0 30px 0;
    padding: 15px;
    border: none;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

/*--------------------*\
	Footer
\*--------------------*/

footer {
    background-color: #4183D7;
    color: #ffffff;
    padding: 30px 0 15px 0;
}

footer span {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

footer ul, footer ol {
    float: left;
    margin: 0 40px 15px 0;
    list-style-type: none;
}

li.opening-hours {
    text-align: left;
}

footer ul li a {
    color: #ffffff;
    text-decoration: underline;
}

footer ul li a:hover {
    color: #ffffff;
    text-decoration: no;
}

.footer-end {
    padding: 15px 0;
    color: #727272;
}

.footer-end a {
    color: #4183D7;
}

.footer-end .creator {
    display: block;
    text-align: right;
}

/*--------------------*\
	404
\*--------------------*/

.error {
    padding-top: 285px;
}

/*--------------------*\
	Sonstiges
\*--------------------*/

::selection {
    color: #ffffff;
    background: #4183D7;
    text-shadow: none;
}

::-moz-selection {
    color: #ffffff;
    background: #4183D7;
    text-shadow: none;
}