@import url("//fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C700");

/*!
Theme Name: Musterpage
Theme URI: http://www.musterpage.ch
Author: Resign
Author URI: http://www.resign.ch
Description: Theme GIT
Version: 10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Theme by RESIGN.CH

This theme, like WordPress, is licensed under the GPL.
 */

/*************************************************************************/
/* Media queries vorlage */
@media only screen and (max-width: 480px) {}    /*    XS    phone 360x640 */ 
@media only screen and (max-width: 970px) {}    /*    SM    ipad portrait 768 x 1024 */ 
@media only screen and (max-width: 1100px) {}    /*   MD    ipad quer  1024 x 768 */ 
@media only screen and (max-width: 1390px) {}    /*   LG   ab 1400    netbook 1280x800, latptop 1360x768  */ 
@media only screen and (max-width: 1690px) {}    /*   LG   desktop 1680x1050, Desktop HD 1920x1080  */ 

@media only screen and (max-width: 330px) {}    /*    only iPhone 4 + 5 */

/*************************************************************************/
/* Basic for the Theme  */

html {
	position: relative;
	min-height: 100%;
	/*overflow-y: scroll;*/
}
body {
	font-family: "museo-sans",sans-serif;
	font-size: 21px;
	line-height: 170%;
	font-weight: 100;
	color: #333;
	background-color: #fff; 
	
}
@media only screen and (max-width: 1100px) {
body {font-size: 160%;}
} 

a {
	text-decoration: none;
	transition: all .2s ease-in-out;
	color: #333;
}
/*
a:visited, a:active {
	color: #333;
}
*/
a:focus {
	outline: none;
}
*:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0 none;
	text-decoration: none;
	color: inherit;
	transition: all .2s ease-in-out;
	opacity: .9;
}
p {
	margin-bottom: 1.5em;
}
.container {
	max-width: 1200px;
	width: 100%;
}
@media only screen and (max-width: 1390px) {
.container { max-width: 85%;}
}
@media only screen and (max-width: 970px) {
.container {padding-left: 12%;padding-right: 12%; max-width: 100%;}
.modal-content .container {padding-left: 0%;padding-right: 0%;}
}

/*************************************************************************/
/* Titel */

h1, h2, h3, h4, h5, h6 {
	font-family: "din-2014",sans-serif;
	line-height: 120%;
	font-weight: 300;
	margin: 10px 0;
	letter-spacing: 2px;
} 
h1 {
    line-height: 107%;
    text-transform: uppercase;
    font-size: 356%;
}
@media only screen and (max-width: 1100px) {
	h1 {
    font-size: 383%;
}}

h2 {
    font-size: 138%;
    padding-bottom: 10px;
}
h3 {
	font-family: "brandon-grotesque",sans-serif;
	text-transform:uppercase;
	font-size: 128%;
	color: #868758;
}
h4 {
	font-size: 140%;
}

@media only screen and (max-width: 970px) {
h1, h2, h3, h4, h5, h6 {line-height: 130%;}
h1 {font-size: 203%;}
h2 {font-size: 160%;}
h3 {font-size: 150%;}
}

/*************************************************************************/
/* Header */

.res-header {
	width: 100%;
	background: rgba(255,255,255, .0);

}
.home .res-header {
	position: absolute;
	z-index: 2;
}
.res-header-content{
	background: url('img/site/header.jpg') 100% 0 no-repeat fixed;
	background-size: cover;
	height: 60px;
}
@media only screen and (max-width: 1100px) {
.res-header-content{ height: 80px;}
}

.home .res-header-content{
	display: none;
}
.logo {
    position: absolute;
    left: 130px;
    top: 45px;
}
@media only screen and (max-width: 1100px) {
	.logo {
    position: absolute;
    left: 50px;
    top: 40px;
}
}
.logo a {
	color: #ccc;
}
.logo img {
    max-width: 340px;
    text-align: left;
}
@media only screen and (max-width: 1690px) {
	.logo img{max-width: 70%;}
}

/*************************************************************************/
/* Navigation */

.res-nav-header #navbar{
	margin-top: 40px;
	margin-right: 0px;
}
.res-nav-header .nav > li > a {  /* desktop nav */
	font-size: 110%;
	padding: 10px 0;
	padding-right: 50px;
	color: #000;
	transition: all .3s ease-in-out;
}
.res-nav-header .navbar-nav > li > a:hover{  /* hover */
	color: inherit;
	opacity: .4;
	}
.res-nav-header .navbar-nav > .active a {  /* active */
	opacity: .4;
}
@media only screen and (min-width: 970px) {  /* hover effekt Desktop only */
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus { 
	transform: translateY(2px);
}
}
@media only screen and (max-width: 970px) {
.res-nav-header {  /* Mobile Header  */  
	height: 70px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 15;
	padding: 0;
	background: rgba(255,255,255, 1.0);
	background-image: url(img/site/logo_clean.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: center 60%;
	border-bottom: 1px solid #dedede;

}
.navbar-toggle {
    float: left; 
    border: 0;
	margin-right: 0px;
	margin-left: 20px;
}
.res-nav-header #navbar{
	margin-top: 0px;
	margin-right: 0px;
}
.navbar-collapse {  /* Mobile Dropdown BG */
	background: rgba(255,255,255, 1.0);
}
.navbar-collapse ul {
	width: 100%;
}
.navbar-nav li a { /* Mobile Dropdown Button */
	padding: 6% 0 6% 33px;
	font-size: 120%;
}
.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.res-nav-header .navbar-nav li a { /* Mobile Dropdown space */
	padding: 5% 0 5% 45px;
	border-bottom: 1px solid #dedede;
	font-size: 100%;
	font-weight: 300;
}
.res-nav-header .res-nav-header .nav > li > a {  
	padding: 0;
	padding-right: 0px;
	color: inherit;
}
.res-nav-header .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.res-nav-header .navbar-toggle {
    float: left; 
    border: 0;
	margin-right: 0px;
	margin-left: 34px;
	margin-top: 20px;
}
.res-nav-header .navbar-toggle .icon-bar {  /* Mobile Icon */
    background-color: #000;
}
.res-nav-header .navbar-nav .open .dropdown-menu li a span{ 
	margin-left: 5%;
}

}

.dropdown-menu{ 
	box-shadow: 0 5px 15px -8px rgba(149, 153, 153, 0.6);
}
.dropdown-menu > li > a { /* dropdown */
    padding: 15px 30px;
	font-weight: 300;
}
.dropdown-menu > .active > a { /* dropdown active */
    color: #000;
	font-weight: 500;
	background: rgba(200,200,200, .1); 
}

#dropdown-menu.nav-tabs>li>a {
    font-size: 85%;
}


@media only screen and (max-width: 1390px) {
	#wohnen .nav-tabs>li>a:hover {
    border-color: transparent;
}}
@media only screen and (max-width: 1390px) {
	#wohnen .nav>li>a {
    padding: 10px 5px;
}
}

#wohnen .btn-group, .btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle;
}

#dropdown-menu .fa-circle {
    color: #868758;
    padding-right: 5px;
}
#dropdown-menu .fa-circle-thin {
    padding-right: 5px;
}

#wohnen .nav-tabs>li.active>a, #wohnen .nav-tabs>li.active>a:focus, #wohnen .nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
}

#wohnen #accordion .btn-primary {
    margin-top: 33px;
}
@media only screen and (max-width: 970px) {
	#wohnen #accordion .btn-primary {
    margin-top: 13px;
}
} 




/*************************************************************************/
/*  RES Subnav  */
.res-sub-nav .nav{
	border-bottom: 1px solid #dedede;
}
.res-sub-nav .nav .active{
	font-weight: 500;
}
.res-sub-nav .nav a{
	transition: all .3s ease-in-out;
}
.res-sub-nav .nav a:hover{
	opacity: 0.5;
	transform: translateY(2px);
}
.res-sub-nav .nav :first-child a{
    margin-left: -80px !important;
}
@media only screen and (max-width: 970px) {
.res-sub-nav .nav :first-child a{ margin-left: 0 !important;}
.res-sub-nav .nav>li>a { padding: 3px 0px;}
.res-sub-nav .nav{ border-bottom: 1px solid #dedede;border-top: 1px solid #dedede;}
}
	
	
	
/*************************************************************************/
/*  FixedNav  */

.fadeFixNavIn {
	opacity: 1 !important;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#fixedNav {
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 1s ease;
	opacity: 0;
}
#fixedNav .res-header {
	background: rgba(255,255,255, 0.95);
}
#fixedNav .res-nav-header #navbar {
    margin-top: 20px;
}
#fixedNav .logo {
    padding: 15px 0 0 0;
    left: 60px;
}
@media only screen and (max-width: 1690px) {
	#fixedNav .logo {left: 40px;top: 20px;}
} 

#fixedNav .logo img {
	max-width: 250px;
}
@media only screen and (max-width: 1690px) {
	#fixedNav .logo img {
    max-width: 185px;
}
} 
@media only screen and (max-width: 1390px) {
	#fixedNav .logo img {
		display:none;}
}

#fixedNav .logo_fix {
	display:block;
	}
.logo_fix {
	display:none;
	}
	
	
#fixedNav .logo_nav {
	display:none;
	}
.logo_nav {
	display:block;
	}

/*************************************************************************/
/*  Homscreen Headers   */

.headerScreen {
	height: 70vh;
	overflow: hidden;
	background-color: #000;
	position: relative;
	background: url('img/site/header.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
}
@media only screen and (max-width: 1390px) {
.headerScreen { background-attachment: scroll;}
}

.slogan{
	color: #FFF;
}
.slogan h2 {
	font-size: 320%;
	font-weight: 600;
	line-height: 100%;
	padding-top: 0;
	padding-right: 20%;
	margin-top: 0;
}
.slogan h3 {
	font-size: 320%;
	font-weight: 100;
	line-height: 100%;
	padding-top: 0;
	margin-top: 0;
}
@media only screen and (max-width: 970px) {
.slogan h2 {font-size: 180%;line-height: 120%;}
}

.vertical-center {
	position: absolute;
	top: 50%; 
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1; 
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.intro-box .vertical-center {
   top: -85px;
   left: 0;
}
@media only screen and (max-width: 1390px) {
	.intro-box .vertical-center {top: -60px;left: 0;}
	}
@media only screen and (max-width: 970px) {
	.intro-box .vertical-center {top: -40px;left: 0;}
} 
.intro-box .vertical-center img {
	margin: 70px auto 0;
}
@media only screen and (max-width: 1690px) {
	.intro-box .vertical-center img {margin: 90px auto 0;}
}
@media only screen and (max-width: 1390px) {
	.intro-box .vertical-center img {margin: 40px auto 0;}
}
@media only screen and (max-width: 970px) {
	.intro-box .vertical-center img {margin: 15px auto 0;}
}
@media only screen and (max-width: 480px) {
	.intro-box .vertical-center img {margin: 30px auto 0;}
}
.intro-box .vertical-center img:hover {
	opacity:0.8;
	transition: all .5s ease-in-out;
}
.headerIntroVideo .vertical-center {
	top: 75%; 
}

/* --- Video Fullscreen  ---- */
.headerIntroVideo {
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	background-color: #000;
}
video {
	width: 100%;
	height: auto;
	border: none;
}
.fullscreenVideo  .videoScale {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	background-color: #000;
}


/*************************************************************************/
/*  Parallax   */


.parallaxCSS {
    position: relative;
    background: url(img/site/parallax.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    height: 70vh;
    margin: 0;
    /*-webkit-clip-path: polygon(0% 0%, 100% 4.5vw, 100% 100%, 0% 100%); */
	/*-webkit-clip-path: url("#parallax_clip_02");
    clip-path: polygon(0% 0%, 100% 4.5vw, 100% 100%, 0% 100%);   */
  	clip-path: url("#parallax_clip_02");
}
.parallaxCSS .slogan h2 {
    font-size: 240%;
    line-height: 100%;
}
@media only screen and (max-width: 1390px) {
.parallaxCSS {background-attachment: scroll; height:90vh;}
}
@media only screen and (max-width: 970px) {
	.parallaxCSS {height: 50vh;}
} 


.parallax_home {
	position: relative;
	background: url('img/site/header.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
	height: 100vh;
	margin: 0;
	/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 4.5vw)); 
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 4.5vw)); /* Ramp */
	/*-webkit-clip-path: url("#parallax_slogan_01");*/
  	clip-path: url("#parallax_slogan_01");
}
.parallax_home .slogan h2 {
    font-size: 240%;
    line-height: 100%;
}
@media only screen and (max-width: 1390px) {
.parallax_home {background-attachment: scroll; height:100vh;}
}
@media only screen and (max-width: 970px) {
	.parallax_home {
    height: 70vh;
}
} 


.parallax_03 {
    position: relative;
    background: url(img/site/parallax_fix.jpg) 50% 0 no-repeat;
    background-size: cover;
    height: 500px;
    margin: 0;
}
@media only screen and (max-width: 1390px) {
.parallax_03 {background-attachment: scroll; height:380px;}
}
@media only screen and (max-width: 970px) {
.parallax_03 {background-attachment: scroll; height:150px;}
}

.parallax_04 {
    position: relative;
    background: url(img/site/parallax_04.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    height: 600px;
    margin: 0;
}
@media only screen and (max-width: 1390px) {
.parallax_04 {background-attachment: scroll; height:450px;}
}
@media only screen and (max-width: 970px) {
.parallax_04 {background-attachment: scroll; height:50vh;}
}

.parallax_05 {
    position: relative;
    background: url(img/site/parallax-bottom.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    height: 580px;
    margin-top: -5vw;	
	/*-webkit-clip-path: polygon(0 0, 100% 4.5vw, 100% 100%, 0 100%); 
    clip-path: polygon(0 0, 100% 4.5vw, 100% 100%, 0 100%);*/
	/*-webkit-clip-path: url("#parallax_clip_03");*/
  	clip-path: url("#parallax_clip_03");
}

@media only screen and (max-width: 1390px) {
	.parallax_05 {margin-top: -8vw;	}
}
@media only screen and (max-width: 1100px) {
	.parallax_05 {background-attachment: scroll; margin-top: -10.7vw;	}
}
@media only screen and (max-width: 480px) {
	.parallax_05 {margin-top: -13vw;	}
}
@media only screen and (max-width: 970px) {
.parallax_05 {background-attachment: scroll; height:50vh;}
}

.res-content{
}
.content-layout{
	padding-bottom: 0px;
}


/*************************************************************************/
/*  Postbox   */

.postBox{
}
.postImg{
	transition: all 0.4s ease-in-out;
}
.postImg:hover{
	opacity:  .85;
}
.postImg img{
	width: 100%;
	height: auto;
}
.postContent{
}

/*************************************************************************/
/*  PostMag - Height JS set   */

.postMag .postBox{
}
.postMag .postContent h2{
	font-size: 170%;
}
.postMag .postContent{
}
.postShowMore{
	padding: 15px 0 60px 0;
	font-size: 90%;
}
.postMagModal {
}


/*************************************************************************/
/*  Modalbox  */

.modal {
	overflow-y: hidden;
}
.modal-content {
	background: rgba(255,255,255, 1.0);
	box-shadow: none;
	-webkit-box-shadow:none;
}

.modal-body {
	padding: 15px 6%;
}
.modal-body .breadcrumb {
	display: none;
}
.modal .postBox {
	overflow: hidden;
	padding: 0;
	right: 0;
	margin-top: 0;
}
.modal h2 {
	margin-top: 0;
	max-height: 100%;
}
.modal-dialog {
    max-width: 1030px;
    width: 90%;
    margin: 30px auto;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.modal-backdrop.in {
	opacity: 1.0;
}
.close-modal {
	top: 25px;
	right: 25px;
	width: 75px;
	background-color: transparent;
	cursor: pointer;
}
.close-modal:hover {
	opacity: .3;
}

.modal .singleContent .postImg {
    width: 100%;
   max-width: none;
    float: right;
    margin-left: 0%;
}

.modal .singleContent .grundriss_plan img {
    max-width: 99%;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
}
.modal .singleContent .postImg:hover {
    opacity: 1;
}
/*************************************************************************/
/*  focus Modal Posts  */

.focusModal .postContent h2 {
	font-size: 240%;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}
.focusModal .postImg {
	margin-top: 10px;
	overflow: hidden;
	width: 90%;
	max-height: 283px;
}
.focusModal  .postImg:hover{
	opacity:  1.0;
}



/*************************************************************************/
/*  Single Content page  */

.singleContent .postBox{
	overflow: hidden;
}
.singleContent {
	padding-right: 22%;
}
.modal .singleContent {
	padding-right: 0%;
}

.singleContent .postImg{
	width: 100%;
	max-width: 330px;
	float: right;
	margin-left: 4%;
} 
.singleContent iframe,
.page-template-default iframe{
    width: 80%;
    height: 520px;
}
@media only screen and (max-width: 970px) {
	.singleContent iframe, .page-template-default iframe{width: 100%;height: 180px;}
	.singleContent {padding-right: 0%;}
}


/*************************************************************************/
/*  Category Search for BLOG Page  */

.res-sidebar {
	font-size: 90%;
}
.res-sidebar h1,
.res-sidebar h2 {
    font-size: 140%;
	margin-top: 30px;
}
.res-sidebar .share-tools i{
	margin-right: 10px;
}
.suche-form .form-control, output  {
	 font-weight: 300;
	 font-size: 12px;
}
.suche-form .form-control:placeholder, output  {
	 font-weight: 300;
	 font-size: 12px;
}

.text-marker{
	color: red;
}
.content-img,
.content-img img{
	max-width: 100%;
	height: auto;
}
.content-img-right{
	float: right;
}
.content-img-left{
	float: left;
}

.page-header {
	padding: 0;
	border: 0px;
}
.title-line{
	position: relative;
	margin-bottom: 50px;
	}
.title-line:after {
    content: "";
    left: 48%;
    position: absolute;
    bottom: -20px;
    width: 3%;
    height: 1px;
    background-color: #000;

}
.intro-box .postContent {
	max-width: 990px;
	}



/*************************************************************************/
/* Buttons */

.btn {
	border: 1px none;
	border-radius: 1px;
	font-size: 100%;
	margin: 0 0 1%;
	padding: 10px 25px;
}
.btn-default {
	background-color: #000;
	border-color: #000;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.btn-default a{
	color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #777777;
}


.btn-modal {
    background-color: #000;
    border-color: #000;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    max-width: 100%;
    font-size: 80%;
    margin-top: 17px;
}
.btn-modal:hover, .btn-modal:focus, .btn-modal:active {
	background-color: #777777;
}




.btn-primary {
    background-color: #fff;
    border: 1px solid #948a7a;
    color: #6b604f;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.btn-primary a{
	color: #000
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: transparent;
	opacity: .5;
}


.btn-secondary {
	background-color: transparent;
	border: 1px solid #dedede;
	color: #dedede;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.btn-secondary a{
	color: #dedede;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background-color: #fff;
	opacity: .5;
}


.btn-lg{
	letter-spacing: 1px;
	font-size: 143%;
	padding: 16px 40px;
	margin-bottom: 30px;
}


/*************************************************************************/
/*  Impressum Page  */

.single-impressum .postContent{
	font-size: 70%;
	line-height: 150%;
	font-family: sans-serif;
}
.single-impressum h3 {
	font-size: 160%;
}

@media only screen and (max-width: 970px) {
.single-impressum .postContent{	font-size: 90%;}
}

.single-impressum .res-header,
.single-impressum .res-header-content,
.single-impressum #kontakt,
.single-impressum #kontaktdaten {
	display:none;
	}

	
.res-header-content {
}


/*************************************************************************/
/* Footer */

.res-footer {
    font-size: 100%;
    line-height: 160%;
    position: relative;
    bottom: 0;
    width: 100%;
    clear: both;
}
@media only screen and (max-width: 970px) {
	.res-footer .well-md {
    padding-top: 30px;
    padding-bottom: 30px;
}
} 
.res-footer .container{
	margin-top: 20px;
	padding-top: 20px;
}
.footerStandard{
}
.footerBox-Standard{
}
@media only screen and (max-width: 970px) {
.footerBox-Standard {
    padding: 15px 15px;
}
} 
.footerStandard h4 {
    font-size: 110%;
	font-weight: 400;
}
.footerSocial i{
	transition: all .3s ease-in-out;
    width: 45px;
    height: 45px;
    font-size: 23px;
    margin-bottom: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #000;
    color: #fff;
}
.footerSocial i:hover {
	opacity: 0.8;
	transform: scale(1.1);
}

.res-footer .footerBox h4 {
	font-weight: 600;
}

.res-footer .footerBox ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.res-footer .footer-rights{
	font-size: 60%;
}
@media only screen and (max-width: 970px) {
	.res-footer .footer-rights {padding: 30px 0 0 0;}
} 
.res-footer .footer-rights a {
}

.footerStandard #res-footer-Mailing .res-footer-Formmailing {/* form-button */
    width: 100%;
    height: 42px;
    margin-top: 0;
    float: left;
    margin-bottom: 10px;
	background-color: #fff;
    border-bottom: 1px solid #999;
    box-shadow: none;
}
.footerStandard .res-footer-Formmailing:hover{
    border: 1px solid #eee;
}

.footerBox #res-footer-Mailing .res-footer-Formmailing {  
	width: 45%;
	height: 42px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
}

.footer-big-Title h3{
	font-size: 260%;
}
.footer-big-Title span{
	font-weight: 700;
}
.footer-big-formular form .form-group input {
    box-shadow: none;
    height: 40px;
    padding: 0px 15px;
}
.footer-big-formular form .form-group textarea{
    box-shadow: none;
	min-height: 150px;
    padding: 15px;
    margin-bottom: 30px;
}
.res-footer .footerMinimal{
	background-color: #333;
	color: #fff;
}
.footerMinimal a{
	color: #fff;
}
.footerMinimal #res-footer-Mailing{
	margin: 0 auto;
	max-width: 400px;
}
@media only screen and (max-width: 970px) {
.footerMinimal h4{ font-size:120%}
}


@media only screen and (max-width: 970px) {
.footerLogo img {
    max-width: 33%;
}
	} 
/*************************************************************************/
/* Formulare  */

.form-control {
	transition: all .1s ease;
	background-color: #fff;
	box-shadow: none;
	border-bottom: 1px solid #999;
}
.form-control:hover{
	box-shadow: inset 0 1px 1px rgba(0,0,0,.09);
}
 .form-control::-webkit-input-placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
 .form-control:placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
 .form-control::-moz-placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
 .form-control:-ms-input-placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
.kontakt-formular{
}
.kontakt-adresse{
}


/*************************************************************************/
/*  Checkbox Style  */

.checkbox label, .radio label {
    min-height: 50px;
}
dt, kbd kbd, label {
    font-weight: 300;
	letter-spacing:1px;
	font-size:80%;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 1.5em;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: .8em;
    margin-top: 0px;
	margin-bottom:10px;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 50%;
    left: 15%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    color: #000;  /* color checkicon */
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    margin-left: 0px;
    margin-top: -2px;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.small, small {
    font-size: 90%;
	letter-spacing:1px;
}
.text-warning {
    color: #ccc;
}

/*************************************************************************/
/*  Google Maps  */

#googleMapsBox {
	width: 100%;
	height: 440px;
}
#googleMaps {
	padding: 0px;
}

/*************************************************************************/
/*  Mailing Newsletter */

#newsletterbox {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#mailing-alert-success{
	margin-top: 15px;
}
#newsletterbox .modal-body {
	padding: 15px 0;
}
#newsletterbox .modal-header {
    padding: 0px;
}

/*************************************************************************/
/*  in Style Gallery -  wp-includes / media */

.gallery{
	display: inline-block;
	clear: both;
	width: 100%;
}
.gallery-item { 
	width: 24%;
	float: left;
	margin-left: 3px;
	margin-bottom: 5px;
} 
.gallery-item img{
	width: 100%;
	height: auto;
} 
.gallery-item .landscape{
	max-height: 200px;
	overflow: hidden;
} 
.gallery-item .portrait{
	max-height: 200px;
	overflow: hidden;
} 



/*************************************************************************/
/*  imagelightbox */
	#imagelightbox-close:before, 
	#imagelightbox-close:after {
		background-color: #eee;
	}
	#imagelightbox-close {
		background-color: transparent;
		z-index: 9999;
	}
	#imagelightbox-close {
		border: 0px;
	}
	#imagelightbox-close:hover {
		background-color: transparent;
		background: rgba(0,0,0, .8) 0%;
	}


/*************************************************************************/
/*  General Basic Elements Wordpress  */

/*  onTop  */
#navOnTop {
	height: 45px;
	width: 45px;
	display: none;
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	line-height:45px;
	text-align:center;
	bottom: 3%;
	right: 2%;
	color: #000;
	border-radius: 45px;
	border: 0px solid #dedede;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
#navOnTop {
    padding: 0;
    text-align: center;
    line-height: 48px;
    border: 0px solid #dedede;
}
}

#navOnTop:hover {
	opacity: 0.8;
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
#navOnTop .arrow-up {
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
#navOnTop .arrow-up:hover {
	width: 14px;
	height: 14px;
}
.arrow-up {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.arrow-down {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow-right {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-left {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.arrowWhite {
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.arrow-left:hover, .arrow-right:hover, .arrow-down:hover, .arrow-up:hover {
	width: 24px;
	height: 24px;
}
.scrollSkipper {
}
.scrollLink{ 
}
.nextSection .arrowDown{
    display: block;
    margin: 0 auto;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #ccc;
    transition: all .4s ease-in-out;
}
.arrowDown a{
    color: #ccc;
}
.xClose {
	display: inline-block;
}
.xClose .lr {
	z-index: 1051;
	width: 1px;
	height: 30px;
	margin-left: 45px;
	background-color: #666;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.xClose .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 30px;
	background-color: #666;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.moreIcon {
	width: 30px;
	margin: 0 auto;
}
.moreCollapse {
	width: 30px;
	margin: 0 auto;
}
.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	clear: both;
}
.socials i{
	padding: 40px 0;
	transition: all .3s ease-in-out;
}
.socials a:hover i {
	opacity: 0.4;
	transform: scale(1.4);
}

.imageZoomer img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.imageZoomer img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.postContent table td,.postContent table td * {
    vertical-align: top;
	padding-top: 6px;
}

	
/*************************************************************************/
/*  Well padding Grid */

.well {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 0;
    margin-bottom: 0;
    background-color: initial;
    border: initial;
    border-radius: initial;
}
.well-sm {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.well-md{
	padding-top: 60px;
	padding-bottom: 60px;
}
.well-lg{
	padding-top: 90px;
	padding-bottom: 90px;
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 970px) {
	.well-lg {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
} 
	
.well-top{
	padding-top: 15px;
}
.well-top-sm{
	padding-top: 30px;
}
.well-top-md{
	padding-top: 60px;
}
.well-top-lg{
	padding-top: 90px;
}
	
.well-bottom{
	padding-bottom: 15px;
}
.well-bottom-sm{
	padding-bottom: 30px;
}
.well-bottom-md{
	padding-bottom: 60px;
}
.well-bottom-lg{
	padding-bottom: 120px;
}
@media only screen and (max-width: 1100px) {
	.well-bottom-lg {
    padding-bottom: 80px;
}
}	
@media only screen and (max-width: 970px) {
	.well-bottom-lg {padding-bottom: 40px;}
} 
	


 
/*************************************************************************/
/* Collapse */


.collapse-section .panel-body {
    padding: 15px 15px 15px 30px;
}
.collapse-section .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: 0;
}
.collapse-icon {
    color: #666;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}

.collapse-section .panel-default>.panel-heading {
    position: relative;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #dedede;
}
.collapse-section .panel-default:nth-child(1) .panel-heading {
    border: none;
}
.collapse-section .panel-default:nth-last-child(1) {
    border-bottom: 1px solid #dedede;
} 
.collapse-section h3 {
	font-size: 170%;
}

@media only screen and (max-width: 480px) {
.collapse-section h3 {font-size: 140%;margin-right: 30px}
}
a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-angle-down.rotate-icon {
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    -ms-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}
.fa-angle-down:before {
    content: "\f107";
}


	
/*************************************************************************/
/*  Tabs */
.tabs .nav-tabs {
	margin-bottom: 30px;
	font-size: 130%;
}
@media only screen and (max-width: 970px) {
.tabs .nav-tabs li {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ddd;
}
}
.tabs .nav-tabs li.active {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active {
	border-bottom-color: #ddd;
}
}
.tabs .nav-tabs li.active a {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active a {
	border: 0;
}
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active a:hover {
	border: 0;
}
}
.tabs .nav-tabs li:hover a {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a {
	padding-left: 0;
}
}
.tabs .nav-tabs li a:hover {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a:hover {
	border: 0;
}
}
.tabs .nav-tabs li a:focus {
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a:focus {
	border: 0;
}
}
.tabs .tab-content .postImg {
	min-height: 240px;
	overflow: hidden;
}
.tabs .tab-content .postImg img {
	max-width: 100%;
	height: auto;
}


/*************************************************************************/
/*  Second-Navigations Tabs */

.secondNav .nav-tabs {
	border-bottom: 0;
}
.secondNav .nav-tabs li {
	width: 100%;
}
.secondNav .nav-tabs li.active a {
	border: 0;
	border-bottom: 1px solid #ddd;
}
.secondNav .nav-tabs li a {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	padding-left: 0;
}
.secondNav .nav-tabs li a:hover {
	border: 0;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
}
.secondNav .nav-tabs li a:focus {
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.secondNav .tab-content {
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
}
.secondNav .tab-content .postContent h2 {
	margin-bottom: 20px;
}



	
/*************************************************************************/
/*  REV Slider  */

.rev-slider{
	border: 1px dotted #ccc;
}

.rev-slider-text{
	position: absolute;
	z-index: 20;
	top: 5%;
	left: 20%;
	height: 400px;
	border: 1px dotted #ccc;
}


.rev-slider .News-Title{
	width: 400px;
	color: #fff;
	padding: 25px 30px;
	background: rgba(0,0,0, .3);
}
.rev-slider .News-Title h2{
	font-size: 220%;
}

.rev-slider .News-Title p{
	font-size: 140%;
}

.rev-slider .tparrows{
	background: rgba(0,0,0, .0);
	width: 60px;
	
}
.rev-slider .tparrows:before {
    font-size: 30px;
}
.rev-slider .tp-bannertimer{
	bottom: 0px;
	top: auto;
}

/*  Lage */

#distanz {
	font-size:16px;
	}
#distanz hr {
	margin:5px 0;
	border-color:#9c9c9b;
	}
@media only screen and (max-width: 970px) {
	#distanz .row {
    padding: 15px 0;
}} 

.mapButton .btn {
    position: absolute;
    right: 30px;
    bottom: 15px;
}


/*  Baubeschrieb  */

#baubeschrieb {
    background-color: #868758;
    padding-bottom: 6vw;
    color: #fff;
}
@media only screen and (max-width: 970px) {
#baubeschrieb {padding-bottom: 10vw;}
}
@media only screen and (max-width: 1100px) {
#baubeschrieb {padding-bottom: 10vw;}
}


/*  Accodion  */

#accordion .postMag .postContent {
    min-height: 260px;
}
@media only screen and (min-width: 970px) {
	#accordion .postContent {
    font-size: 20px;
    line-height: 27px;
}
} 
#accordion .more_btn {
    height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    z-index: 9999;
    color: #fff;
    background-color: #948a7a;
    border-radius: 45px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    margin-top: 26px;
}
#accordion .arrow-down {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#accordion em {
    font-style: normal;
    letter-spacing: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

@media only screen and (min-width: 970px) {
	#accordion .postContent img {
	margin:0 auto;
	}
	} 
@media only screen and (max-width: 970px) {
	#accordion .postContent img {
    padding: 20px 0;
}
} 


/*  Collapse  */

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background-color: transparent;
    border: 0px solid #fff;
    border-radius: 0px;
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.0);
    box-shadow: 0 1px 4px rgba(0,0,0,.0);
	border: 1px dotted red;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: red;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
}

.panel-default>.panel-heading {
    position: relative;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #748f40;
}
.collapse-icon {
    color: #666;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}
a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-angle-down.rotate-icon {
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    -ms-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}

.panel-default {
    border-color: #ddd; 
}
.panel {
    margin-bottom: 23px;
    background-color: #fff;
    border: none;
    border-radius: 0; 
    -webkit-box-shadow: none;
    box-shadow: 0 ;
}

.border-bottom {
    border-bottom: 1px solid #bbbbbb;
    margin: 0;
}
.no-border-bottom .border-bottom {
	border-bottom: 1px solid transparent;
	}

.load-content:nth-last-child(1) .border-bottom {
    border-bottom: 1px solid transparent;
    margin: 0;
}

#accordion h2 {
    font-size: 155%;
    padding-bottom: 0px;
}


.collapsed .excerpt_txt {
    display: block !important;
}

.excerpt_txt {
    display: none;
}

#baubeschrieb .panel {
    background-color: initial;
}

/*  Custom CSS  */

#kontaktdaten {
	background-color:#f4f4f0;
	}
#kontaktdaten span {
    display: inline-block;
    vertical-align: bottom;
}
@media only screen and (min-width: 970px) {
	.footerWeb {
    height: 95px;
    line-height: 169px;
    vertical-align: bottom;
}
} 

#home {
	position:relative;
	}
	
@media only screen and (min-width: 970px) {
	#wohnen a:active .row, #wohnen a:hover .row {opacity: 0.5;}
} 

.modal .singleContent .FREI {
	color:#1eaf0e;
	text-transform:uppercase;
	}
.modal .singleContent .VERMIETET {
	color: #DB0003;
	text-transform:uppercase;
	}
.modal .singleContent .RESERVIERT {
    color: #ffa700;
	text-transform:uppercase;
	}

@media only screen and (min-width: 1100px) {
	.modal .singleContent .postContent {font-size:90%;}
}

@media only screen and (max-width: 970px) {
	.modal .singleContent .postContent .col-xs-12 {padding-bottom:30px;}
} 
	
#baubeschrieb .panel-body p, #baubeschrieb .excerpt_txt p, #baubeschrieb .panel-body strong {
    margin-bottom: 0;
    display: initial;
    color: #fff;
}

#baubeschrieb .panel-heading {
    padding: 0px 0px;
}

#baubeschrieb .panel-body {
	padding: 0px 15px 25px 15px;
    line-height: 140%;
	min-height: 171px;
}
@media only screen and (max-width: 1390px) {
	#baubeschrieb .panel-body {padding-bottom: 50px;}
}

@media only screen and (max-width: 1100px) {
	#baubeschrieb .panel-body {
    padding: 7px 15px;
    line-height: 140%;
    min-height: 149px;
}
}
@media only screen and (max-width: 970px) {
	#baubeschrieb .panel-body {min-height: 110px;}
}
@media only screen and (max-width: 480px) {
	#baubeschrieb .panel-body {min-height: 100px;}
}

@media only screen and (max-width: 970px) {
	#dokumente .postContent  .col-xs-12 {padding-bottom:10px;}
} 

#baubeschrieb a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    color: #fff !important;
}

#post504 > div.modal-body > div > article > div > div.row > div:nth-child(1),
#post504 > div.modal-body > div > article > div > div.row > div:nth-child(2),
#post325 > div.modal-body > div > article > div > div.row > div:nth-child(1),
#post325 > div.modal-body > div > article > div > div.row > div:nth-child(2){
	display: none;
}

#post325 > div.modal-body > div > article > div > div.row > div:nth-child(3),
#post504 > div.modal-body > div > article > div > div.row > div:nth-child(3){
	float: right;
}

#accordion .img-responsive {
	max-width: 80%;
	padding-top: 17px;
}

@media only screen and (max-width: 480px) {
	.smallMobile {width: 51%;}
}

.status span {
}
.status .FREI {
    color: #1eaf0e;
}
.status .RESERVIERT {
    color: #ffa700;
}
.status .VERMIETET {
    color: #DB0003;
}


/*************************************************************************/
/*  VFB Formulare */

/*  Bootstrap classics */
.form-control {
	padding: 0.4rem 1rem;
	font-size: 90%;
	font-weight: 400;
	color: #000;
	background-color: #eee;
	border: 0px solid transparent;
}
input.form-control {
	height: calc(2.67em + 0.8rem + 2px);
}

/*  Formular Felder Style  LINES  */

.vfbp-form .vfb-form-control {
    height: 55px;
    padding: 10px 20px 10px 15px;
    font-size: 80%;
    color: #000;
    background-color: #eeeeee;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
    border-bottom: 0px;
}
.vfb-form-control.form-count {
    border: 1px solid #dedede;
    border-bottom: 1px solid #222;
}
/*  Formular Felder Style  Grau  */

/*
.vfbp-form .vfb-form-control {
	height: 55px;
	padding: 10px 30px;
	font-size: 90%;
	color: #000;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	background-image: none;
	border-radius: 4px;
	box-shadow: none;
	transition: none;
}
*/

.vfbp-form .vfb-form-control:focus {
	border-color: #797979;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(144, 144, 144, 0.3);
}



select {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background: transparent;
	  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	  background-repeat: no-repeat;
	  background-position-x: 99%;
	  background-position-y: 45%;
	  border: 1px solid #eeeeee;
	  border-radius: 0px;
	  padding: 0.5rem 1rem;
	  padding-right: 2rem;
	  font-size: 16px;
	  line-height: 140%;
}

select *{
}

/* Formular Title Ã¼ber inputfield */
.vfbp-form label { display: none;}
.vfbp-form .vfb-required-asterisk { display: none;}
.vfbp-form .vfb-fieldType-checkbox label, 
.vfb-fieldType-radio label, 
.vfb-fieldType-file-upload label, 
.vfb-fieldType-range-slider label {	
	display: block;
}

/* Formular gleiche AbstÃ¤nde */
.vfbp-form .vfb-name-block input[class*='vfb-namepart-'] {
	margin-bottom: 15px;
}

.vfbp-form .btn-primary {
    font-size: 90%;
    color: #fff !important;
    border-color: #c0b075;
    background-color: #c0b075;
    padding: 10px 30px;
    border-radius: 0;
    margin: 10px 0;
    height: auto;
    width: auto;
}
.vfbp-form .btn-primary:hover, 
.vfbp-form .btn-primary:focus, 
.vfbp-form .btn-primary.focus, 
.vfbp-form .btn-primary:active, 
.vfbp-form .btn-primary.active, 
.vfbp-form .open >.dropdown-toggle.btn-primary {
	color: #fff !important;
	border-color: #000;
	background-color: #000;
	padding: 10px 30px;
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
	color: #fff !important;
	border-color: #000;
	background-color: #000;
    opacity: .5;
    outline: 0;
    border: 0;
	padding: 10px 30px;
}


.vfbp-form label {
	font-weight: 400;
	font-size: 100%;
	ine-height: 100%;
}
.vfbp-form h6 {
	font-size: 90%;
}

form.vfbp-form {
	margin-left: -15px;
}
.vfbp-form input[type="radio"], .vfbp-form input[type="checkbox"] {
	margin: 8px 0 0;
}

.vfb-form-group h1,
.vfb-form-group h2,
.vfb-form-group h3,
.vfb-form-group h4,
.vfb-form-group h5,
.vfb-form-group h6,
.vfb-form-group p
{
  	margin-left: 0;
	font-weight: 300;
}

.vfbp-form a {
	color: #000000;
	text-decoration: underline;
}

.vfb-form-group h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.vfbp-form .datenschutz[type="radio"], .vfbp-form .datenschutz[type="checkbox"] {
	margin: 9px 0 0;
}

/* Code Captcha  */

.vfb-fieldType-captcha .vfb-form-group div{
	display: flex;
}
.vfb-form-control.captcha {
	max-width: 120px;
}
.form-count{
	max-width: 70px;
	margin-top: 5px !important;
	padding-right: 15px !important;
	padding-left: 15px  !important;
	border: 1px solid #eee;
}


.vfbp-form .vfb-help-block {
    font-size: 14px;
	padding-left: 20px;
	max-width: 300px;
}

.vfb-fieldType-captcha div div {
	font-size: 14px;
}
.vfb-fieldType-checkbox small {
	font-size: 13px;
	line-height: 120%;
	opacity: .7;
	padding-left: 6px;
	padding-top: 7px;
	display: block;
}

/* Datenschutz checkbox  */

.vfb-fieldType-checkbox {
	display: flex;
}
.vfb-fieldType-checkbox div {
	margin-left: auto;
}
.modal-body .vfb-fieldType-checkbox div {
	margin-left: 2px; 
	margin-bottom: 15px;
}

.vfb-fieldType-checkbox .vfb-checkbox {
	margin-top: 0;
}
.vfb-fieldType-checkbox .vfb-checkbox a {
	text-decoration: none;
}
@media only screen and (max-width: 970px) {
	.vfb-fieldType-checkbox small { font-size: 14px; opacity: .5; }
	.vfbp-form .vfb-help-block { font-size: 14px; }
	.vfb-fieldType-checkbox div {margin-left: 0px;}
}


/*************************************************************************/
/* Cookies Hinweis v2 */

.cookies {
    position: fixed;
    z-index: 90;
    bottom: 1%;
	left: 1%;
	width: auto;
	max-width: 330px;
	height: auto;
}
.cookies-hinweis-side{
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
    line-height: 130%;
    background: rgba(0,0,0, .9);
    color: #fff;
    padding: 10px;
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: flex-start;
}
.cookies-hinweis-side a{
    color: #fff;
	font-weight: 400;
}
#cookies-close-x {
	font-size: 14px;
	line-height: 180%;
	color: #000;
	font-family: Arial, "sans-serif";
	font-weight: 400;	
	display: flex;
}

figcaption {
    color: #000;
}
@media only screen and (max-width: 970px) {
	.cookies {bottom: 2%;left: 3%;max-width: 92%;}
	.cookies-hinweis-side{font-size: 12px; padding: 10px 20px;}	
}


.res-header-content {
    height: 240px;
}
