/*
realestate: rgb(112,0,32);
uruguay: rgb(0,99,31);
paraguay: rgb(255,156,0);
chile: rgb(255,0,24);
spanien: rgb(0, 139, 242);

*/
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}

@-o-viewport {
    width: device-width;
    zoom: 1.0;
}

@viewport {
    width: device-width;
    zoom: 1.0;
}

/* iOS Style fuer Telefonnummer
a[href^=tel] { color:red; } */

/* Google Maps /*
/*
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato300.woff) format('woff'), url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato300.woff2) format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato400.woff) format('woff'), url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato400.woff2) format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato700.woff) format('woff'), url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato700.woff2) format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato300i.woff) format('woff'), url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato300i.woff2) format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato400i.woff) format('woff'), url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato400i.woff2) format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato700i.woff) format('woff'), url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/fonts/lato700i.woff2) format('woff2');
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

.no-touch a[href^="tel"] {
    text-decoration: none;
    cursor: auto !important;
    pointer-events: none;
}

img, embed, object, video {
    max-width: 100%;
    height: auto;
    width: auto;
}

body {
    position: relative;
    cursor: auto;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

p {
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;*/
    text-rendering: auto;
}

a,
a:hover {
    color: inherit;
}

.logo a {
    position: absolute;
    display: block;
    top: 2px;
    height: 60px;
    width: 200px;
    background: url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/logo.svg') no-repeat;
    background-size: contain;
    text-decoration: none;
    z-index: 1000;
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 641px) {
    body {
        overflow-y: scroll;
    }

}

@media screen and (min-width: 1000px) {
}

/*
    Typography
 */
h2 {
    font-size: 1.75em;
    line-height: 1.327em;
    color: #700020;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.link {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #000;
    cursor: pointer;
    font-weight: 300;
}

.link:hover {
}

.link.link--primary {
    font-size: 1.75em;
    line-height: 1.327em;
    text-transform: uppercase;
}

.link.link--next:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 10px;
}

/*
    Buttons
 */
.csc-mailform input[type="submit"],
.btn {
    display: inline-block;
    width: 260px;
    height: 57px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    line-height: 57px;
    text-decoration: none;
    opacity: .5;
    transition: opacity .3s;
}

.csc-mailform input[type="submit"] {
    background-color: #333333;
    color: #fff;
}

.csc-mailform input[type="submit"]:hover,
.btn:hover,
.btn:active,
.btn:visited {
    color: #fff;
    opacity: 1;
}

.btn.btn--uruguay {
    background-color: #00631f;
}

.btn.btn--paraguay {
    background-color: rgb(255, 156, 0);
}

.btn.btn--chile {
    background-color: rgb(255, 0, 24);
}

.btn.btn--gray {
    background-color: #333333;
    color: #fff;
}

.csc-mailform input[type="submit"]:after,
.btn.btn--next:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 10px;
}

/*
    Layout Sections
*/

/*
    Slider
 */

.slider {
    padding-right: 50px;
    left: -260px;
    width: 310px;
    transition: left .3s;
    height: 50px;
    margin-bottom: 40px;
    overflow: visible;

    position: fixed;
    top: calc(50% - 50px);
    z-index: 99;
}

.slider.slider2 {
    top: calc(50% + 50px);
    top: 60%;
    z-index: 98;
}

/**
 * if the class slider--open is added to the slider it is going to be opened
 */
.slider.slider--open {
    left: 0;
    height: auto;
}

.slider .slider__switch {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #333333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}

.slider .slider__headline {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.slider .slider__content {
    background: #333333;
    padding: 20px;
}

.slider .slider__content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.slider .slider__content p a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.slider .slider__content p:last-child {
    color: #fff;
    margin-bottom: 0px;
}

.uruguay .slider .slider__switch,
.uruguay .slider .slider__content {
    background-color: rgb(0, 99, 31);
}

.spanien .slider .slider__switch,
.spanien .slider .slider__content {
    background-color: rgb(0, 139, 242);
}

.paraguay .slider .slider__switch,
.paraguay .slider .slider__content {
    background-color: rgb(255, 156, 0);
}

.chile .slider .slider__switch,
.chile .slider .slider__content {
    background-color: rgb(255, 0, 24);
}

/*
        Navigation
 */
.top-bar {
    background: none;
    background-color: rgba(51, 51, 51, .9);
}

.contain-to-grid {
    background-color: rgba(51, 51, 51, .9);
}

.top-bar-section ul {
    background: none;
}

.top-bar-section ul li {
    background: none;
    margin-right: 47px;
}

/*Uruguay*/
.parent-17 .top-bar-section ul li {
    margin-right: 33px;
}

.top-bar-section ul li:last-child {
    margin-right: 0;
}

.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: none;
    line-height: 98px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.375em;
    text-transform: uppercase;
    color: #d5d5d5;
    padding: 0;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
    color: #fff;
}

/* mobile burger icon */
.top-bar .toggle-topbar.menu-icon {
    left: 0;
    right: auto;
}

@media screen and (max-width: 640px) {
    .contain-to-grid {

    }

    .toggle-topbar a {
        padding-left: 30px !important;
    }

    .top-bar-section ul li {
        background: none !important;
        margin-right: 0;
        padding-left: 30px;

    }

    .top-bar-section ul li {
        border-bottom: solid 1px rgb(51, 51, 51);
    }

    .top-bar-section ul li:hover > a {
        background: none !important;
    }

    .uruguay .top-bar-section ul li {
        border-bottom: solid 1px rgb(0, 99, 31);
    }

    .spanien .top-bar-section ul li {
        border-bottom: solid 1px rgb(0, 139, 242);
    }

    .paraguay .top-bar-section ul li {
        border-bottom: solid 1px rgb(255, 156, 0);
    }

    .chile .top-bar-section ul li {
        border-bottom: solid 1px rgb(255, 0, 24);
    }

    .top-bar-section li:not(.has-form) a:not(.button),
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        line-height: 54px;
        font-size: 1.125rem;
    }

    .top-bar-section ul li.moved,
    .top-bar-section ul li.moved > a {
        background: none !important;
    }

    .top-bar.expanded .title-area {
        background: none;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #fff;
    }

}

@media screen and (min-width: 641px) {
    .top-bar {
        height: auto;
        background: none !important;
        padding: 0 0.9375rem;
    }

    nav#mainnav ul li.has-dropdown {
        position: static;
    }

    nav#mainnav ul li.has-dropdown > a {
        padding: 0 !important;
    }

    nav#mainnav ul li.has-dropdown > a:after {
        display: none;
    }

    nav#mainnav ul li.has-dropdown:hover {
        background: none;
    }

    nav#mainnav ul li.has-dropdown:hover a {
        background: none;
    }

    nav#mainnav ul li.has-dropdown ul {
        position: absolute;
        top: 65px;
        left: 0;
        width: 1000px;
        display: none;
    }

    nav#mainnav ul li.has-dropdown:hover ul {
        display: block;
    }

    nav#mainnav ul li.has-dropdown ul li {
        float: left;
        display: block;
        margin-right: 60px;
        width: auto;
    }

    nav#mainnav ul li.has-dropdown ul li:last-child {
        margin-right: 0;
    }

    nav#mainnav ul li.has-dropdown ul li.back {
        display: none;

    }

    nav#mainnav ul li.has-dropdown ul li a {
        text-transform: none;
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        color: #d5d5d5;
    }

    nav#mainnav ul li.has-dropdown ul li:hover a,
    nav#mainnav ul li.has-dropdown ul li.active a {
        color: #fff;
    }

}

/* thopbar theme */
.uruguay .top-bar,
.uruguay .contain-to-grid {
    background-color: rgba(0, 99, 31, .9);
}

.spanien .top-bar,
.spanien .contain-to-grid {
    background-color: rgba(0, 139, 242, .9);
}

.paraguay .top-bar,
.paraguay .contain-to-grid {
    background-color: rgba(255, 156, 0, .9);
}

.chile .top-bar,
.chile .contain-to-grid {
    background-color: rgba(255, 0, 24, .9);
}

/*
        Header
        Header section containing transparent white box an logo.
 */
.page-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 98px;
    margin-top: -98px;
}

/* the white box of the header section */
.page-header__content {
    position: relative;
    background-color: rgba(255, 255, 255, .7);
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px;
    text-align: center;
}

.page-header__content p {
    font-family: 'Lato', sans-serif;
    line-height: 1.327em;
    font-size: 2.5em;
    font-weight: 300;
    margin: 40px 0 0 0;
}

.page-header__content img {
    width: 181px;
}

@media screen and (max-width: 999px) {
    .page-header__content p {
        font-size: 2em;
    }
}

@media screen and (max-width: 640px) {
    .page-header {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 53px;
        margin-top: -53px;
    }
}

/*
Header section on the main page identified with class
page-header--main
 */
.page-header--main {
}

/*
.page-header--main after Element adding the wave.
 */
.page-header--main .page-header__content p {
    margin-bottom: 40px;
}

.page-header--main .page-header__content:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
    background-image: url(/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/wave.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
}

@media screen and (max-width: 640px) {
    .page-header--main .page-header__content:after {
        display: none;
    }
}

/*
    Page content
 */
.text {
    padding-bottom: 40px;
}

.text__headline {
    color: #700020;
    margin-bottom: 40px;
    margin-top: 60px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.uruguay .text__headline {
    color: rgb(0, 99, 31);
}

.spanien .text__headline {
    color: rgb(0, 139, 242);
}

.paraguay .text__headline {
    color: rgb(255, 156, 0);
}

.chile .text__headline {
    color: rgb(255, 0, 24);
}

.text p {
    color: #333333;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.text.text--2col .text__content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media screen and (max-width: 640px) {
    .text.text--2col .text__content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/*
    Awards
 */
.awards {
    margin-bottom: 40px;
}

.awards h3.awards__headline {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}

.awards h2.awards__headline {
    font-size: 1.75em;
    line-height: 1.327em;
    color: #700020;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.award {
    margin-bottom: 20px;
}

.award .award__banner {
    margin-top: 7px;
}

.award .award__description {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

/*
	Services
 */
.services {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services__headline {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 60px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.service {
    overflow: hidden;
    margin-bottom: 55px;
}

.service__headline {
    position: relative;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 50px;
    line-height: 42px;

}

.service p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
}

.service .service__icon {
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    position: absolute;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
}

/*
    Partners
 */
.partners {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.partners__headline {
    color: #700020;
    margin-bottom: 40px;
    margin-top: 60px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.uruguay .partners__headline {
    color: rgb(0, 99, 31);
}

.spanien .partners__headline {
    color: rgb(0, 139, 242);
}

.paraguay .partners__headline {
    color: rgb(255, 156, 0);
}

.chile .partners__headline {
    color: rgb(255, 0, 24);
}

.partner {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 57px;
}

.partner .partner__image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.partner .partner__headline {
    color: #333333;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.partner p {
    text-align: center;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}

.partner .btn {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 10%;
}

/*
    Highlights
 */
.highlights {
    padding-bottom: 40px;
}

.highlights .highlights__headline {
    color: #700020;
    margin-bottom: 40px;
    margin-top: 60px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.uruguay .highlights__headline {
    color: rgb(0, 99, 31);
}

.spanien .highlights__headline {
    color: rgb(0, 139, 242);
}

.paraguay .highlights__headline {
    color: rgb(255, 156, 0);
}

.chile .highlights__headline {
    color: rgb(255, 0, 24);
}

.highlights .highlights__narrow {

}

.highlights .highlights__wide {

}

.highlight {
    width: 100%;
    margin-bottom: 20px;
    background-color: #333333;
    position: relative;
    padding-bottom: 57px;
    text-align: center;
}

.highlight:hover {
    background-color: #700020;
}

.uruguay .highlight:hover {
    background-color: rgb(0, 99, 31);
}

.spanien .highlight:hover {
    background-color: rgb(0, 139, 242);
}

.paraguay .highlight:hover {
    background-color: rgb(255, 156, 0);
}

.chile .highlight:hover {
    background-color: rgb(255, 0, 24);
}

.highlight .highlight__headline {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.highlight .highlight__content {
    padding-left: 20px;
    padding-right: 20px;
}

.highlight .highlight__content:after {
    clear: both;
}

.highlight .highlight__caption {
    text-align: center;
}

.highlights .highlights__wide .highlight .highlight__caption {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.highlights .highlights__wide .highlight .highlight__caption {
    text-align: left;
}

.highlight .highlight__details {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.highlights .highlights__wide .highlight .highlight__details {
    text-align: left;
    width: 50%;
    float: left;
    margin-top: 34px;
}

/* details are just displayed if the highlight is in a wide column
   so it is display none in narrow columns
*/
.highlights .highlights__narrow .highlight .highlight__details {
    display: none;
}

.highlight .highlight__subline {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.highlight .highlight__more {
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 57px;
    line-height: 57px;
}

.highlight .highlight__more:after {
    font-family: 'FontAwesome';
    content: '\f105';
    padding-left: 10px;
}

.highlight .highlight__more:hover {
    color: #fff;
}

/*
    Detail Page Body
 */
.detail {
    margin-top: 60px;
}

.detail .columns {
    margin-bottom: 60px;
}

.detail .btn--detail-back {
    color: #333333;
    width: 100%;
    border-bottom: 1px solid #333333;
    border-radius: 0;
}

.detail .btn--detail-back:before {
    font-family: 'FontAwesome';
    content: '\f104';
    padding-right: 10px;
}

.detail .detail__headline {
    color: #333333;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
}

.detail .detail__subline {
    color: #333333;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.detail ul {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 20px;
}

.detail ul li {
    position: relative;
}

.detail ul li:before {
    position: absolute;
    left: -20px;
    font-family: 'FontAwesome';
    content: '\f105';
    color: #333333;
}

.detail .btn {
    opacity: 1;
}

.detail h2 {
    color: #333333;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.detail h3 {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.detail h4 {

}

.detail em {

}

.detail p {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.detail img {
    width: 100%;
    margin-bottom: 20px;
}

.uruguay .detail .detail__headline {
    color: #00631f;
}

.uruguay .btn--themed {
    background-color: #00631f;
}

.uruguay .detail .btn--detail-back {
    border-bottom: 1px solid #00631f;
}

.spanien .detail .detail__headline {
    color: rgb(0, 139, 242);
}

.spanien .btn--themed {
    background-color: rgb(0, 139, 242);
}

.spanien .detail .btn--detail-back {
    border-bottom: 1px solid rgb(0, 139, 242);;
}

.paraguay .detail .detail__headline {
    color: rgb(255, 156, 0);
}

.paraguay .btn--themed {
    background-color: rgb(255, 156, 0);
}

.paraguay .detail .btn--detail-back {
    border-bottom: 1px solid rgb(255, 156, 0);
}

.chile .detail .detail__headline {
    color: rgb(255, 0, 24);
}

.chile .btn--themed {
    background-color: rgb(255, 0, 24);
}

.chile .detail .btn--detail-back {
    border-bottom: 1px solid rgb(255, 0, 24);
}

/*
    Footer
 */
.page-footer {
    background-color: #333;
    color: white;
    padding-bottom: 60px;
}

.page-footer .page-footer__logo-container {

}

.page-footer .page-footer__logo {
    text-align: center;
    min-height: 49px;
    padding-top: 49px;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

.page-footer .page-footer__logo img {
    width: 140px;
}

.page-footer .page-footer__content {
    padding-top: 40px;
}

.page-footer ul {
    list-style: none;
    margin: 0;
}

.page-footer .link {
    color: #d5d5d5;
}

.page-footer .link:hover {
    color: #fff;
}

.page-footer h2 {
    color: #d5d5d5;
    height: 88px;
    display: block;
    width: 100%;
}

.page-footer p {
    font-weight: 300;
    color: #d5d5d5;
}

@media screen and (max-width: 640px) {
    .page-footer h2 {
        color: #d5d5d5;
        display: inline;
        margin-bottom: 30px;
    }
}

/* Content Sections */

.lightGallery {
    cursor: pointer;
}

.lightGallery li:not(:first-child) {
    display: none;
}

.youtube {
    background: url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: rgba(112, 0, 32, 0.75);
    background: -moz-linear-gradient(top, rgba(112, 0, 32, 0.75) 0%, rgba(112, 0, 32, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(112, 0, 32, 0.75)), color-stop(100%, rgba(112, 0, 32, 0.75))), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-linear-gradient(top, rgba(112, 0, 32, 0.75) 0%, rgba(112, 0, 32, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -o-linear-gradient(top, rgba(112, 0, 32, 0.75) 0%, rgba(112, 0, 32, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -ms-linear-gradient(top, rgba(112, 0, 32, 0.75) 0%, rgba(112, 0, 32, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: linear-gradient(to bottom, rgba(112, 0, 32, 0.75) 0%, rgba(112, 0, 32, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.youtube .text__headline {
    color: #fff !important;
}

.uruguay .youtube {
    background: url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: rgba(0, 99, 31, 0.75);
    background: -moz-linear-gradient(top, rgba(0, 99, 31, 0.75) 0%, rgba(0, 99, 31, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 99, 31, 0.75)), color-stop(100%, rgba(0, 99, 31, 0.75))), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-linear-gradient(top, rgba(0, 99, 31, 0.75) 0%, rgba(0, 99, 31, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -o-linear-gradient(top, rgba(0, 99, 31, 0.75) 0%, rgba(0, 99, 31, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -ms-linear-gradient(top, rgba(0, 99, 31, 0.75) 0%, rgba(0, 99, 31, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: linear-gradient(to bottom, rgba(0, 99, 31, 0.75) 0%, rgba(0, 99, 31, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spanien .youtube {
    background: url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: rgba(0, 139, 242, 0.75);
    background: -moz-linear-gradient(top, rgba(0, 139, 242, 0.75) 0%, rgba(0, 139, 242, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 139, 242, 0.75)), color-stop(100%, rgba(0, 139, 242, 0.75))), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-linear-gradient(top, rgba(0, 139, 242, 0.75) 0%, rgba(0, 139, 242, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -o-linear-gradient(top, rgba(0, 139, 242, 0.75) 0%, rgba(0, 139, 242, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -ms-linear-gradient(top, rgba(0, 139, 242, 0.75) 0%, rgba(0, 139, 242, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: linear-gradient(to bottom, rgba(0, 139, 242, 0.75) 0%, rgba(0, 139, 242, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.paraguay .youtube {
    background: url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: rgba(255, 156, 0, 0.75);
    background: -moz-linear-gradient(top, rgba(255, 156, 0, 0.75) 0%, rgba(255, 156, 0, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 156, 0, 0.75)), color-stop(100%, rgba(255, 156, 0, 0.75))), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-linear-gradient(top, rgba(255, 156, 0, 0.75) 0%, rgba(255, 156, 0, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -o-linear-gradient(top, rgba(255, 156, 0, 0.75) 0%, rgba(255, 156, 0, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -ms-linear-gradient(top, rgba(255, 156, 0, 0.75) 0%, rgba(255, 156, 0, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: linear-gradient(to bottom, rgba(255, 156, 0, 0.75) 0%, rgba(255, 156, 0, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.chile .youtube {
    background: url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: rgba(255, 0, 24, 0.75);
    background: -moz-linear-gradient(top, rgba(255, 0, 24, 0.75) 0%, rgba(255, 0, 24, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 24, 0.75)), color-stop(100%, rgba(255, 0, 24, 0.75))), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -webkit-linear-gradient(top, rgba(255, 0, 24, 0.75) 0%, rgba(255, 0, 24, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -o-linear-gradient(top, rgba(255, 0, 24, 0.75) 0%, rgba(255, 0, 24, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: -ms-linear-gradient(top, rgba(255, 0, 24, 0.75) 0%, rgba(255, 0, 24, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background: linear-gradient(to bottom, rgba(255, 0, 24, 0.75) 0%, rgba(255, 0, 24, 0.75) 100%), url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_video.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.csc-sitemap,
.csc-mailform {
}

.csc-sitemap ul {
    list-style: inside;
}

.text + .csc-sitemap {
    margin-top: -40px;
}

.csc-mailform ol {
    list-style: none;
    margin: 0;
}

.csc-mailform label {
    text-transform: uppercase;
    font-size: 18px;
}

.csc-mailform input,
.csc-mailform textarea {
    border: solid 1px #333333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.csc-form-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    padding-bottom: 20px;
}

.csc-form-5 label {
    text-transform: none;

}

.csc-form-5 input {
    margin-top: 6px;
}

.csc-mailform h2 {
    color: #700020;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 60px;
}

.uruguay .csc-mailform h2 {
    color: rgb(0, 99, 31);
}

.spanien .csc-mailform h2 {
    color: rgb(0, 139, 242);
}

.paraguay .csc-mailform h2 {
    color: rgb(255, 156, 0);
}

.chile .csc-mailform h2 {
    color: rgb(255, 0, 24);
}

.adressinfo i.fa {
    width: 18px;
    text-align: right;
    margin-right: 12px;
}

#location-canvas {
    max-width: 100%;
    clear: both;
    height: 550px;
    margin: 0 0.9375rem;
    margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
    [data-equalizer-watch] {
        height: auto !important;
    }
}

.news .article {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

.news .teaser-text {
    border-bottom: solid 1px #333333;
    padding-bottom: 20px;
}

.uruguay .news .teaser-text {
    border-bottom: solid 1px rgb(0, 99, 31);
}

.spanien .news .teaser-text {
    border-bottom: solid 1px rgb(0, 139, 242);
}

.paraguay .news .teaser-text {
    border-bottom: solid 1px rgb(255, 156, 0);
}

.chile .news .teaser-text {
    border-bottom: solid 1px rgb(255, 0, 24);
}

.news .article h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
}

.news .article p {
    font-size: 16px;
    line-height: 24px;
}

.news .article p:last-child {
    margin-bottom: 0;
}

.news .article a.more:after,
.news a.all:after {
    content: ">";
}

.news .article .teaser-text {
    margin-bottom: 0;
}

.news .news-list-view {
    padding-bottom: 10px;
}

.news a.all {
    font-weight: 300;
}

.uruguay .news .article a.more,
.uruguay .news a.all {
    color: rgb(0, 99, 31);
}

.spanien .news .article a.more,
.spanien .news a.all {
    color: rgb(0, 139, 242);
}

.paraguay .news .article a.more {
    color: rgb(255, 156, 0);
}

.chile .news .article a.more {
    color: rgb(255, 0, 24);
}

.container_news {

}

.container_news {
    background-image: url('/typo3conf/ext/theme_wittlingerrealestates/Resources/Public/img/background_neuigkeiten.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.news .text__headline {
    margin-top: 44px;
    margin-bottom: 11px;
}

.news :not(.container_news) .article:last-child .teaser-text {
    border: 0;
}

#lang_nav {
    display: none;

}

#lang_nav ul {
    float: right;
    overflow: hidden;
    margin: 0 !important;
}

#lang_nav li {
    float: left;
    list-style: none;
    color: #fff;
    margin-right: 10px;
}

#lang_nav li:last-child {
    margin-right: 0;
}

[lang="ru"] #lang_nav {
    display: block;
}

.btn.btn--spanien {
    background-color: #008bf2;
}

.gm-wrap {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.gm-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
