@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: 'Helvetica 27 Ultra Light Condensed';
    src: url('https://www.bz-immobilien.at/admin-cms/fonts/HelveticaNeue-UltraLigCond.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: 'Helvetica 37 Thin Condensed';
    src: url('https://www.bz-immobilien.at/admin-cms/fonts/HelveticaNeue-ThinCond.woff') format('woff');
}

body {
    font-family: 'Helvetica 37 Thin Condensed';
    position: relative;
    color: #6d6d6d;
    padding: 20px 0 0;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0.03em;
}

.form-group.mycheckbox {
    color: white;
}

a {
    color: rgba(100, 100, 102, 0.95);
}

a:focus,
a:hover {
    color: #aaa;
    text-decoration: none;
}

h1 {
    color: #333;
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h2 {
    color: #E40000;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5 px;
}

h3 {
    color: #6d6d6d;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-bottom: 5px;
}

h4 {
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
}

h2 {
    display: block;
    font-family: 'Helvetica 37 Thin Condensed';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: #999;
    padding: 20px 0 0;
    font-size: 2.5rem;
    line-height: .9;
    text-transform: none;
}

h1 {
    display: block;
    font-family: 'Helvetica 37 Thin Condensed';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: #333;
    padding: 20px 0 0;
    font-size: 2.5rem;
    line-height: .9;
    text-transform: none;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0));
    width: 50%
}

.google-maps {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    height: 100%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.formular iframe {
    height: 1000px;
}

@media (max-width: 1199px) {
    .formular iframe {
        height: 1400px;
    }
}

.video-frame {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.nav-logo {
    width: 60px;
    margin-top: 10px;
}

#fancybox-wrap * {
    max-width: 100% !important;
}

.success-message {
    display: none;
    padding: 10px;
}

.success-message h1 {
    color: white;
    text-align: left;
}

#fancybox-wrap,
#fancybox-wrap * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.toggle-btn {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

#pruefung {
    display: none;
}


/*Suchfunktion Styles*/

.sufu {
    min-height: 400px;
    padding-top: 20px;
}

.sufu-margin {
    margin-top: 15px;
}

.search-heading {
    background-color: #fdfdfd;
    padding: 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E40000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-result {
    background-color: transparent;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    border-radius: 4px;
    margin-bottom: 10px;
}

.search-content {
    padding: 10px;
}

.search-content h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.search-content h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.search-content p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.search-wrapper {
    width: 220px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.search-wrapper input {
    width: 148px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #d3d3d3;
    background: #EEE;
    border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    background: #D83C3C;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before {
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}


/*Ende Sufu*/


/*2. Untermenü*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.open>.dropdown-submenu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
    margin-left: 5px;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*2. Untermenü*/

.footer {
    /* margin-top:20px; */
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 25px;
    /* background-image:url(../img/diagmonds.png); */
    background-repeat: repeat;
    color: #888;
    text-align: center;
}

.footer h4 {
    color: #888;
    font-weight: 600;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.subfooter {
    background-color: #212121;
    color: #fff;
}

.subfooter a {
    color: #D83C3C;
}

.subfooter a:hover {
    color: #D83C3C;
    text-decoration: underline;
}

.box {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.box h2 {
    margin-top: 0px;
    text-transform: none;
    font-size: 20px;
    color: #777
}

.box p {
    min-height: 80px
}

.btn-primary {
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
}

.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #D83C3C;
    color: #D83C3C;
}


/*Styles für Layout Stefan*/

.parallax-window {
    min-height: 300px;
    background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
    background-color: #313131;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.dropdown.open {
    background-color: #212121;
}

@media(min-width:768px) {
    .dropdown-menu {
        background-color: #fff;
        border-bottom: 5px solid #D83C3C;
        border-radius: 0;
    }
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #D83C3C;
    color: #fff;
}

.header-start>div.carousel-inner>div.item>div.fill {
    min-height: 700px;
}

.section-dark {
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/knot.png);
    background-repeat: repeat;
    margin-bottom: 20px;
}

.primer-p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.primer-box {
    position: relative;
}

.pulse {
    -webkit-animation: pulse 3s linear infinite;
    -moz-animation: . pulse 3s linear infinite;
    -ms-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        -moz-transform: scale(0.97);
        -o-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.primer-column {
    float: left;
    width: 50%;
}

@media(min-width:768px) {
    .primer-column {
        float: left;
        width: 30%;
    }
}

.primer-i {
    font-size: 80px;
    color: #fff;
    padding-left: 13px;
    padding-right: 8px;
    padding-top: 8px;
    background-color: #D83C3C;
    float: right;
    border-radius: 6px;
    margin-right: 10px;
}

.primer-h1 {
    margin-top: -4px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
}

.primer-version {
    font-weight: bold;
}

.primer-dot {
    color: #D83C3C;
}

.primer-ul {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.primer-ul li {
    line-height: 30px;
    padding-left: 1em;
    text-indent: -.7em;
}

.primer-ul li:before {
    content: "• ";
    color: #D83C3C;
    margin-top: 10px;
}

.logo-primer {
    max-width: 180px;
}

.come-in {
    transform: translateY(400px);
    animation: come-in 1s ease forwards;
    animation-duration: 1s;
}

.already-visible {
    transform: translateX(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateX(0);
    }
}


/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/

.Formular2 .form-control {
    background: transparent;
    border: 0;
    border-radius: 0px;
    border-bottom: 2px solid #333;
    box-shadow: none;
}

.Formular2 label {
    display: none;
}

.Formular2 {
    max-width: 600px;
    display: block;
    margin: auto;
}

.Formular2 .btn-default {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}

.Formular2 .btn-default:hover {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

.parallax-section {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

.parallax-section h1 {
    color: #fff;
}

.artikel-image {
    width: 100%;
}

.top-nav {
    text-align: center;
    background: #b2b2b2;
    margin-top: -20px;
}

.top-nav img {
    width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar.dark {
    background: rgba(75, 75, 77, .97);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .dropdown-menu {
        background-color: #fff;
        border-bottom: 5px solid #505052;
        border-radius: 0;
        text-align: center;
    }
}

.dropdown-menu {
    top: 46px;
    min-width: 12rem;
}

.dropdown-item {
    text-transform: uppercase;
}

section.kategorie {
    /* background: #646466; */
    background: #757575;
    padding: 50px 0px;
    padding-top: 10px;
}


/* section.kategorie .kat-text { */


/* padding: 50px 0px; */


/* } */

section.kategorie .kat-text h1 {
    color: white;
    text-align: center;
}

section.kategorie .nav-tabs {
    border-bottom: 0;
}

section.kategorie .nav-tabs .nav-link {
    background: #777;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 18px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s linear;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
}

section.kategorie .nav-tabs .nav-link:hover {
    background: #777;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

section.kategorie .nav-tabs .nav-link.active {
    background: #fff;
    color: #4B4B4D;
}

section.kategorie .row.row-eq-height {
    padding: 30px;
}

@media (min-width: 1500px) {
    section.kategorie .row.row-eq-height {
        padding: 50px 10%;
    }
}

.event-content {
    position: relative;
    margin-bottom: 20px;
    height: 400px;
    overflow: hidden;
}

.event-content img {
    width: 100%;
    position: relative;
    top: -20px;
    transition: all .3s linear;
}

.text {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 20px;
    height: 90%;
}

.text .text-inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
    height: 100%;
    padding: 20px;
    font-size: 14px;
    color: #646466;
}

.text .text-inner {
    width: 240px!important;
}

.text .text-inner h4 {
    color: #646466;
    font-size: 19px;
    letter-spacing: 1.5px;
}

.ext_link:hover img {
    transform: scale(1.1);
}

.parallax-text {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    color: #646466;
    text-align: center;
}

.parallax-section h1 {
    color: #646466;
}

dt {
    text-align: center;
    text-align: center;
    padding: 13px;
    border-top: 1px solid gray;
    color: white;
}

dt a {
    color: #bfc4c6 !important;
    text-decoration: none !important;
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 400;
}

dd .nav-tabs {
    margin-bottom: 20px;
}

.buero .media__body {
    display: none;
}

q {
    display: block;
    font-family: 'Helvetica 37 Thin Condensed';
    margin-bottom: 30px;
    max-width: 1100px;
    position: relative;
    text-align: center;
    color: #999;
    padding: 20px 0 0;
    font-size: 2.5rem;
    line-height: .9;
    text-transform: none;
    /* font-style: italic; */
    quotes: '„' '”';
}

.Standardartikel h2 {
    display: block;
    font-family: 'Helvetica 37 Thin Condensed';
    margin-bottom: 30px;
    max-width: 1100px;
    position: relative;
    text-align: center;
    color: #999;
    padding: 20px 0 0;
    font-size: 2.5rem;
    line-height: .9;
    text-transform: none;
}

h3 {
    font-family: 'Helvetica 37 Thin Condensed';
    padding: 20px 0 0;
    font-size: 25px;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0.03em;
}

h4 {
    font-family: 'Helvetica 37 Thin Condensed';
    padding: 5px 0 0;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #999;
}

.Kundenbewertung h3 {
    padding-top: 0;
}

.pad-section {
    padding: 30px;
}

.Kundenslider .carousel-control-prev-icon2 {
    color: #999;
}

.Kundenslider .carousel-control-next-icon2 {
    color: #999;
}

.Kundenslider #ContentSlider23 {
    min-height: 370px;
}

.bild-text-box-links {
    padding: 40px 0px 40px 50px;
}

.bild-text-box-rechts {
    padding: 40px 50px 40px 0;
}

.Leistungen {
    background-color: #A0A0A0;
    color: #fff;
    padding: 60px;
}

.Leistungen img {
    max-width: 50px;
    margin-top: 20px;
}

.Leistungen h3 {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.bild-text-box-rechts h3 {
    text-align: left;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
}

.bild-text-box-links h3 {
    text-align: left;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
}

.q-white {
    color: #fff;
}

.leistungs-box {
    min-height: 140px;
}

a.button {
    background: #737375;
}

a.button {
    background: #777;
    border: 1px solid #fff;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 18px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s linear;
}

a.button:focus,
a.button:hover {
    background: #4e4e4e;
}

.trigger {
    display: none;
    margin-top: 30px;
}

.list-pdf {
    list-style: none;
    padding-left: 25px;
    text-align: left;
}

.list-pdf li {
    margin-bottom: 7px;
}

.list-pdf li:before {
    font-family: 'FontAwesome';
    content: '\f1c1';
    margin: 0 10px 0 -25px;
    color: #999;
}

.Standardartikel h1,
.team h1 {
    margin-bottom: 0;
    font-size: 3rem;
}

.Kundenbewertung h1 {
    margin-bottom: 0;
    font-size: 3rem;
}

.Leistungen h1 {
    margin-bottom: 0;
    font-size: 3rem;
    color: #6d6c6c;
}

.kategorie i {
    font-size: 26px;
    font-weight: bold;
}

.navbar img {
    display: none;
}

.fixed-top img {
    display: block;
}

.footer .fa {
    margin-right: 10px;
    color: #999;
}

.footer .fa:hover {
    color: #807f7f;
}

.footer a {
    color: #999;
}

@media (max-width: 767px) {
    .bild-text-box-rechts {
        padding: 0;
    }
    .bild-text-box-links {
        padding: 0;
    }
    .pad-section {
        padding: 0px;
    }
    .google-maps {
        padding-bottom: 55%;
    }
}

.team-image {
    width: 100%;
}

@media (max-width: 575px) {
    .team-image {
        width: 100%;
        max-width: 200px;
    }
    .outer-leistungs-box {
        text-align: center;
    }
    .outer-leistungs-box h3 {
        text-align: center;
    }
    .outer-leistungs-box img {
        text-align: center;
    }
    .sm-center {
        text-align: center;
    }
}

.video-text {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.video-text h1,
.video-text h2 {
    text-align: left;
    color: #fff;
    background: rgba(255, 255, 255, .7);
    color: rgba(0, 0, 0, .6);
    font-size: 24px;
    letter-spacing: 3px;
    max-width: 42%;
    padding: 7px 20px;
}

.video-container {
    position: relative;
}

.bilduntertitel {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #333;
    padding: 2px 8px;
}

.form {
    background-color: #646466;
}

.form label {
    display: none;
}

.form .Formular {
    /* padding-top: 20px; */
}

.form .form-control {
    background-color: #4C4C4D;
    border-radius: 0;
    border: 1px solid #322f2f;
    color: #a0a0a0;
}

.form #sendform2>div>div:nth-child(9)>div>select {
    color: #999;
}

.form #sendform2>div>div:nth-child(13)>div {
    right: 0;
    top: 80px;
    position: absolute;
}

.form #sendform2>div>div:nth-child(13)>div>textarea {
    height: 206px;
}

.btn-maitz {
    background: #777;
    border: 1px solid #fff;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s linear;
    border-radius: 0;
    /* font-size: 18px; */
    padding: 10px 25px;
}

.Kontaktanfrage {
    text-align: left;
    padding-left: 14px;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .form #sendform2>div>div:nth-child(13)>div {
        right: 0;
        top: 0px;
        position: relative;
    }
}

@media(max-width:767px) {
    .row.row-eq-height {
        padding: 25px;
    }
    .event-content {
        position: relative;
        margin-bottom: 20px;
        height: unset;
        overflow: hidden;
    }
    .text {
        position: relative;
        z-index: 1;
        top: -20px;
        right: 0;
        padding: 0px 0px 20px 0px;
        height: 100%;
    }
    .text .text-inner {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.80);
        height: 100%;
        padding: 20px;
        font-size: 14px;
        color: #646466;
    }
}

@media(min-width: 992px) and (max-width:1350px) {
    .row.row-eq-height {
        padding: 25px;
    }
    .event-content {
        position: relative;
        margin-bottom: 20px;
        height: unset;
        overflow: hidden;
    }
    .text {
        position: relative;
        z-index: 1;
        top: -20px;
        right: 0;
        padding: 0px 0px 20px 0px;
        height: 100%;
    }
    .text .text-inner {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.80);
        height: 100%;
        padding: 20px;
        font-size: 14px;
        color: #646466;
        min-height: 255px;
    }
}

@media(max-width:767px) {
    .video-text h1 {
        font-size: 18px;
        max-width: 70%;
    }
}

@media(max-width:500px) {
    .video-text h1 {
        font-size: 12px;
        max-width: 70%;
    }
    .video-text {
        bottom: -20px;
    }
}

@media(min-width:767px)and (max-width:1484px) {
    .video-text h1 {
        max-width: 60%;
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .text {
        width: 100%
    }
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Leistungen h2 {
    display: block;
    font-family: "Helvetica 37 Thin Condensed";
    margin-bottom: 30px;
    max-width: 1100px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 0.9;
    text-transform: none;
    padding: 20px 0px 0px;
}

@media(max-width:767px) {
    .art-bild {
        background-size: contain!important;
        background-position: bottom;
        height: 235px!important;
    }
}

.team {
    background-color: #A0A0A0;
    color: #fff;
}

.team a {
    color: #fff;
}

.team h2 {
    color: #fff;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

@media(min-width: 767px) {
    .owl-dots {
        display: none;
    }
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span,
button.owl-dot:focus span {
    background: #869791;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.owl-dot:focus {
    outline: none;
}

@media(max-width:767px) {
    #ContentSlider23 .carousel-control-prev,
    #ContentSlider23 .carousel-control-next {
        display: none;
    }
    h1,
    .Standardartikel h1,
    .team h1,
    .Kundenbewertung h1,
    .Leistungen h1,
    .Leistungen h2 {
        font-size: 2rem;
    }
    h2,
    .Standardartikel h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 20px;
    }
    q {
        font-size: 1.5rem;
    }
}

.Mietwohnungen dt a {
    color: rgba(100, 100, 102, 0.95)!important;
    font-size: 2.3rem;
}

.Mietwohnungen dt {
    padding: 25px;
}

.Mietwohnungen img {
    width: 100%;
}

.Mietwohnungen h1 {
    font-size: 2rem;
    margin: 0;
}

.Mietwohnungen h2 {
    font-size: 2.4rem;
    font-weight: bold!important;
    margin-bottom: 12px;
}

.Mietwohnungen .p-more {
    padding: 26px;
}

hr.m-teilung {
    background: gray;
    width: 90%;
}

.mustermodal .modal-content {
    border-radius: 0;
    background: #777;
}

.mustermodal .modal-body {
    padding: 50px 40px;
}

.mustermodal p {
    color: white;
    font-size: 1.3rem;
}

.mustermodal a {
    color: white;
    text-decoration: underline;
}

.mustermodal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    opacity: 1;
    outline: none!important
}

.mustermodal .close:hover {
    cursor: pointer;
}

.stck-p-style {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}

#mietw-3bilder img {
    max-width: 350px!important;
}

@media (max-width:1200px) and (min-width:992px) {
    #mietw-3bilder img {
        max-width: 275px!important;
    }
}

@media (max-width:992px) and (min-width:767px) {
    #mietw-3bilder img {
        max-width: 215px!important;
    }
}

@media (max-width:767px) {
    #mietw-3bilder img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
