@import url("../fonts/google-fonts/google-fonts.css");

@media (min-width: 768px) {
  .header {
    display: none;
  }
}

.property__plan-item {
    width: 20%;
}
  
  .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer__copyright {
  padding: 0 0;
}

.contacts__social {
    border-top: none;
}

.contacts__body {
    border-bottom: 1px solid #d6d6d6;
}

.form__submit {
    border-color: -moz-use-text-color -moz-use-text-color #e3bb28;
}

.form--flex .row_submit {
    float: right;
}

/* .property__info-item {
    width: 40%;
} */

.property__info-item_button {
    color: #2c3e50;
    font-size: 20px;
    width: 33.33%;
	margin: 0px; 
	text-align: right;
	/* background-color: #0F6; */
	/* margin: 20px 0; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
  .property__info-item_button {
	  color: #2c3e50;
	  font-size: 20px;
	  width: 100%;
	  margin: 0px; 
	  text-align: right;
	  /* background-color: #0F6; */
	  /* margin: 20px 0; */
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
}


.property__info-item_button .download {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #2c3e50;
    border-radius: 0;
    color: #2c3e50;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    padding: 6px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
	margin: 0px;
}

.property__info-item_button .anfrage {
    -moz-user-select: none;
    background: #b71f30 none repeat scroll 0 0;
    /* border: 2px solid #2c3e50; */
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    padding: 8px 17px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
	margin: 0px;
}

.info-item_button {
	float: left;
	width: 50%;
	text-align:right;
}

.info-item_button_left {
	float: left;
	width: 100%;
	text-align:right;
}

@media (max-width: 767px) {
  .info-item_button {
	  float: left;
	  margin-top: 10px;
	  width: 50%;
	  text-align:center;
  }
}

@media (max-width: 767px) {
  .info-item_button_left {
	  float: left;
	  margin-top: 10px;
	  width: 100%;
	  text-align:left;
  }
}

.sidebar {
    margin-top: 0px;
}

.widget--sidebar:first-of-type:not(.widget--first-no-head) {
    margin-top: 0;
}

.listing__item:first-of-type {
  margin-top: 0;
  padding-top: 0px;
}

.site__headline {
  font-size: 30px;
}

.property__slider {
  margin-top: 0;
}

.widget--sidebar .widget__title {
    color: #2c3e50;
    font-family: "Open Sans Condensed",sans-serif;
	font-weight: 100;
}

.article__body {
	  margin-top: 0;
}

.center > .container > *:last-child {
    padding-bottom: 0px;
}


*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

/*.bg-partysaal {
  background: url("https://dev.partysaal.com/assets/img/bg-partysaal_sw.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
/*.widget--gray {
  background: #f6f6f6 url("https://dev.partysaal.com/assets/img/bg-partysaal_gw.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
.feature {
    background: none;
    position: relative;
}

.navbar--header {
	border-bottom: 20px solid #b71f30;
}

.navbar--brand {
	border-bottom: none;
}

.footer {
	border-top: 20px solid #b71f30;
}

.listing__param {
	font-size: 20px;
}

.listing__param-item {
  margin: 0 15px 5px 0;
  display: inline-block;
}

.slider--wide .slider__address {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 100;
}

.slider--wide .slider__address b {
    font-weight: 600;
}

.slider--wide .slider__address-city {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
	font-weight: 100;
}

.feature__title {
    font-weight: 100;
}

.feature__title b {
    font-weight: 600;
}

.widget--landing .widget__title  {
    font-weight: 100;
	color: #b71f30;
}

.widget--landing .widget__title  b {
    font-weight: 600;
}

.feature__headline {
	line-height: 1.5;
	font-size: 18px;
}

.property__ribon--pos1 {
  top: 50px;
}

@media (max-width: 767px) {
  .property__ribon {
    top: 10px;
  }
}


@media (max-width: 767px) {
  .property__ribon--pos1 {
    top: 0px;
  }
}

.property__ribon--pos2 {
  top: 110px;
}

@media (max-width: 767px) {
  .property__ribon--pos2 {
    top: 40px;
  }
}

.property__ribon--pos3 {
  top: 170px;
}

@media (max-width: 767px) {
  .property__ribon--pos3 {
    top: 70px;
  }
}

.property__ribon--pos4 {
  top: 230px;
}

@media (max-width: 767px) {
  .property__ribon--pos4 {
    top: 100px;
  }
}

.property__ribon--pos5 {
  top: 290px;
}

@media (max-width: 767px) {
  .property__ribon--pos5 {
    top: 130px;
  }
}

@media (max-width: 767px) {
  .row {
	  margin-left: 0px;
	  margin-right: 0px;
  }
}

.slider__params dt {
	color: #b71f30;
}

.widget--landing .widget__headline {
    font-size: 18px;
    line-height: 1.5;
}

.listing__sort {
  width: 100%;
  color: #FFF;
}

.listing__sort a {
  color: #FFF;
}

.widget--main {
    border-top: none;
    margin-top: 20px;
}

.site__panel {
    margin-top: 20px;
}


/* BOX Styles */
.property__plan-title a.cursor_help  {
	cursor: help;
}

#InfoBox {
  visibility:hidden;
  position:absolute;
  top:10px;
  left:10px;
  z-index:1;
  width:300px;
  background-color:#b71f30;
  /* border:0px solid #0090E0; */
}

/* weitere Box in der Info-Box für padding */
#BoxInnen {
  padding:15px;
  line-height: 1;
}

/* Formatierung Texte in der Info-Box */
#BoxInhalte, #BoxInhalte p {
  font-size:14px;
  color:#ffffff;
}

#BoxInhalte h3 {
  margin-top: 0px;
}

/* Partnerübersicht */
.partner {
	margin: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
}
  
.partner_last {
  border-bottom: none;
}
  
.partner_item_pic {
	float: left;
	margin-top: 10px;
	width: 33.33%;
	text-align:center;
	padding-right: 25px;
	padding-bottom: 25px;
}
  
@media (max-width: 767px) {
     .partner_item_pic {
	  width: 100%;
	  padding-right: 0px;
  } 
}

.partner_item_pic img {
	width: 100%;
}
  
.partner_item_text {
	float: left;
	margin-top: 10px;
	width: 66.66%;
	text-align:left;
	padding-bottom: 25px;
}
  
@media (max-width: 767px) {
  .partner_item_text {
	  width: 100%;
	  text-align:cetner;
  } 
}
  
.partner_item_text h3 {
	  margin-top: 0px;
}

/* partysaal 2022 */
.site__title {
  color: #b71f30
  font-family: 'Open Sans Condensed', sans-serif;
}

.site__headline {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #2c3e50;
}

.properties__address-city {
  font-family: 'Open Sans Condensed', sans-serif;
}

.properties__intro {
  color: #ffffff;
}

.properties__offer {
  color: #2c3e50;
}

.properties__address {
  font-size: 20px;
  color: #b71f30;
}

.properties__address-city {
  color: #2c3e50;
  font-size: 20px;
}

.navbar__dropdown {
  min-width: 350px;
}

.navbar__subitem {
  line-height: 1.1;
}

.header-fixed .navbar__brand img {
  width: 50%;
}

.site {
  padding-bottom: 50px;
}

.navbar--header {
  position: fixed;
  left: 0;
  right: 0;
}

.site-wrap {
  padding-top: 200px;
}

.js-site-wrap {
  padding-top: 0px;
}

.slider--wide .slider__address-city {
  font-family: 'Open Sans Condensed', sans-serif;
}

.slider__params dt {
  color: #ffffff;
}

.slider--wide .slider__more {
  border-bottom: 4px solid #b71f30;
}

.slider--wide .slider__more:hover {
  border-bottom: 4px solid #ffffff;
}

.property__ribon--done {
  background: #f6f6f6;
}

.tab--properties .tab__nav li > a:hover {
  border-bottom: 2px solid #2c3e50;
  color: #b71f30;
}

.jumbotron {
  background-color: #b71f30;
  /* background: #f6f6f6 url("assets/img/bg-banner.jpg") no-repeat center center fixed;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jumbotron p, .jumbotron h1 {
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.btn-primary {
  color: #fff;
  background-color: #b71f30;
  border-color: #ffffff;
}

.btn-primary:hover {
  color: #b71f30;
  background-color: #fff;
  border-color: #b71f30;
}

.widget--footer .widget__title {
  color: #ffffff;
}

.footer .textwidget {
  color: #ffffff;
}

.footer span, .footer p, .footer a {
  color: #ffffff;
}

.footer span, .footer p, .footer a:hover {
  color: #b71f30;
}

address {
  color: #fff;
}

.social--footer .social__item {
  color: #fff;
  font-size: 40px;
}

.footer span, .footer p, .footer a:hover {
  color: #b71f30;
  text-decoration: none;
}

.footer span  {
  color: #aeaeae;
}

.footer span a {
  color: #aeaeae;
}

.article--footer .article__item-title:hover {
  text-decoration: none;
  color: #b71f30;
}

.widget--footer .widget__more {
  border: 2px solid #fff;
  padding: 5px 10px;
  display: inline-block;
}

.widget--footer .widget__more:hover {
  border: 2px solid #b71f30;
}

.widget--footer .widget__more:hover {
  color: #b71f30;
}

.property__actions {
  margin-bottom: 20px;
}
.property__info-item {
  width: 50%;
}


@media (max-width: 767px) {
/*.properties__params--mob {
  text-align: right;
}

.properties--grid .properties__more {
  float: none;
}*/

.feature__item-title {
  margin: 10px 0;
}

.tab--properties .tab__nav li.active a {
  border-bottom: none;
  color: #fff;
  background-color: #b71f30;
}

} 

@media (max-width: 1199px) {
.property__actions .btn--default {
  width: auto;
}
}

.jumbotron p {
  font-weight: 400;
}

.navbar__brand img {
  width: 70%;
}

@media (max-width: 767px) {
  .header__logo img {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .navbar__item {
    margin-left: 10px;
    font-size: 20px;
    margin-right: 10px;
  }
}

@media (max-width: 767px)
.active .navbar__link {
    background: #ffffff;
}

.navbar__link:hover {
    color: #b71f30;
}

.article__item-title {
  font-size: 40px;
}

.article__time {
  background: #b71f30;
}

.article__item-title {
  color: #b71f30;
}

.article--list {
  clear: both;
  padding-top: 30px;
}

.footer .textwidget p {
  color: #ffffff;
}

.site__title {
font-size: 46px;
  color: #2c3e50;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #b71f30;
  text-align: left;
  /* padding-top: 70px; */
  padding-bottom: 20px;
}

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1;
}

.pswp__bg {
  background: #ffffffe5;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background: #ffffffe5;
}

.pswp img {
  width: 100% !important;
  height: auto !important;
  margin-top: -10%;
}

/* .navbar--header {
  border-bottom: 20px solid #b71f30;
} */

body {
  font-size: 18px;
}

.widget--landing .widget__title {
  padding-bottom: 20px;
}

.row {
  padding-top: 130px;
}

.scrollup:hover {
  color: #b71f30;
}

.pswp__counter {
  color: #b71f30;
}

.navbar--overlay.header-fixed .navbar__link:hover {
  color: #b71f30;
}

.navbar--overlay.header-fixed .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #2c3e50;
  box-shadow: 0 2px 0 #b71f30;
}

.property__title {
  color: #b71f30;
  font-size: 46px;
}

.worker__contacts > div > a:hover {
  color: #2c3e50;
}

.footer .textwidget a {
  border: none;
  font-size: 15px;
  color: #fff;
  text-transform: none;
  padding-left: 0;
}

.footer .textwidget a:hover {
  color: #b71f30;
}

.fa:hover {
  color: #2c3e50;
}

/* .article__body p {
  text-align: center;
} */

.article__item-title {
  font-size: 22px;
}

.article__time {
  min-width: 50px;
  max-height: 60px;
}

.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  background-color: #b71f30;
}

.site__title b {
  font-weight: 600;
}

.site__title {
  font-weight: 400;
}

.slider--wide .slider__control:active, .slider--wide .slider__control.active {
  background: #b71f30;
}

.fa:hover {
  color: #b71f30;
}

.property__plan {
  padding-bottom: 50px;
}

.property__plan-item {
  background: #f6f6f6;
}

@media (max-width: 1199px) {
    .feature__picture {
        display: block;
        width: 100%;
        opacity: 0.2;
    }

}

@media (min-width: 1200px) {
    .feature__content {
        margin-left: 41.66667%;
    }
}

.widget--landing .widget__title {
  font-weight: 400;
}

.feature__title {
  font-weight: 400;
}

.navbar--overlay.header-fixed .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #b71f30;
  box-shadow: 0 2px 0 #b71f30;
}

.scrollup:hover {
  color: #b71f30;
}

.navbar--header {
  padding-bottom: 2px;
}


@media (max-width: 540px) {
  .site__title {
  font-size: 30px;
  }
}

.property__city {
  font-size: 35px;
}

.widget--details {
  margin-top: 50px;
}

.worker__intro-brand img {
  vertical-align: baseline;
}

.photo {
  width: 100%;
}

.worker__intro-col.adress-info {
  width: 75%;
}

.worker__intro-col.social-info {
  width: 25%;
}

