@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Playfair+Display|Hind:400,600');
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Hind', sans-serif;
}
.lead {
    font-size: 1rem;
    font-weight: 600;
}
.gvibes {
	font-family: 'Great Vibes', cursive;
	text-transform: unset !important;
}
.pfairdisplay {
	font-family: 'Playfair Display', cursive;
}
.maximize {
	display: block;
	width: 100%;
}
p.lh-1-85.fs-105p {
    line-height: 1.85;
    font-size: 105%;
}
#opener h2.lead {
	font-size:90%;
	font-weight: 700;
}
section a {color: #7c16e2 !important;font-weight: 600;}
header h5 {line-height:1.5;}

.navbar-brand  {
	font-size: 2em;
}

.card-body {
    font-size: 140% !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #212529;
	font-size: 18px;
	font-weight: 600;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #212529;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
	background-color: #8c33a9;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link:focus, .navbar-light .navbar-nav .nav-item:last-child .nav-link:hover {
	color: inherit;
	background-color: transparent;
}
.navbar-light .navbar-brand {
    color: #8c33a9;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(140,51,169,.5);
}

.navbar-nav li{
    border-left: 1px solid #ddd;
}
.navbar-nav li:first-child, .navbar-nav li:last-child{
    border-left: none;
}
.navbar-nav .nav-item {
    background-color: rgba(255, 255, 255, 1);
}
.navbar-nav .nav-item:nth-child(3n+7) {
	border: 2px solid rgb(140, 51, 169);
    border-radius: 15px;
    background-color: rgba(255, 225, 70, 0.46);
	line-height: 1.3;
}
.navbar-nav .nav-item:nth-child(3n+7):hover {
	color: white;
    background-color: rgba(140,51,169,1);
}
.nav-link {
    padding: .7rem 1rem .6rem;
}

#ueberuns .btn {
	margin-left: .5em;
    font-size: 1.1rem;
}

dl, ol, ul {
    margin-left: 1rem;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 0px solid transparent;
    border-left-width: 5px;
	background-color: white;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;	
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
/* Modal Popup */

#datenschutz p, #impressum p {
	color: #000 !important;
}

#datenschutz a, #impressum a {
	color: #d9534f;
}

#datenschutz ul {
    margin: 0 0 1em 1em !important;
}

#datenschutz li {
    border: medium none;
    color: #000;
    font-size: 110%;
    padding: 0.2em 0;
}
ul.ul-leistungen {font-size: 120%;}
section.leistungen  {padding: 0 !important;}
section.leistungen h3 {text-transform: uppercase;}
img.img-leistungen {max-height:500px;max-width: 100%;}
section.leistungen .row {margin-left: 0;margin-right: 0;}
h3.cit {
    border-bottom: 1px solid #ddd;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 10px;
	margin-bottom: 1rem;
    margin-top: 2rem;
    padding-left: 0;
}
#meinungen p:last-child {border-top: 1px solid #ddd;margin-top: 1rem;padding-top: 1.5rem;}
.modalDialog, .modalDialog.doctena {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target, .modalDialog.doctena:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 80%;
	height: 80%;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	overflow: auto;
}
.modalDialog.doctena > div {
	width: 60%;
	height: 70%;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	overflow: hidden;
}
#impressum.modalDialog > div {
	width: 60%;
	height: 60%;
	position: relative;
	margin: 15% auto;
	padding: 0;
	background: #fff;
	overflow: auto;
}
#datenschutz .closetop {
    right: 12%;
    top: 8%;
	z-index: 1;
}
#datenschutz .closebottom{
    right: 12%;
    bottom: 15%;
	z-index: 1;
	position: absolute;
}
#impressum .closetop {
    right: 21%;
    top: 22%;
	z-index: 1;
}
#impressum .closebottom{
    display: none;
}

@media (min-width: 576px) {
	.container.main-container {
		max-width: 100% !important;
	}
}
.closetop {
	background: #606061;
	color: #FFFFFF !important;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closebottom {
	background: #606061;
	color: #FFFFFF !important;
	line-height: 25px;
	position: relative;
	float: right;
	text-align: center;
	bottom: 15px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closetop:hover, .closebottom:hover { background: #d9534f; color: #fff !important; text-decoration: none;}

header {
  padding: 60px 0;
}

@media (min-width: 992px) {

}
p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

section {
  padding: 60px 0 ;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url('../images/pz-background.jpg') no-repeat center 94px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#333;
}

body {
	position: relative;
	padding-top:94px !important;
	min-height: 350px;
}

.text-w {
	color: #fff;	
}

.text-p {
	color: rgb(140, 51, 169);
}

.text-p-k {
	color: rgb(140, 51, 169);
	font-size: 20px;
	font-style: italic;
}
.text-w-shadow-b {
	color: #fff;	
    text-shadow: 0px 2px 15px #000;
}

.text-b-shadow-w {
	color: #000;	
    text-shadow: 0px 2px 15px #fff;	
}

.opc-w-80 {
	background-color: white;
	opacity: .8;
}

.bg-w-30 {
	background: rgba(255,255,255,0.3);
}

.bg-w-80 {
	background: rgba(255,255,255,0.8);
}

.bg-w-90 {
	background: rgba(255,255,255,0.9);
}

.bg-w , #beratung{
	background: rgba(255,255,255,1);
}

.bg-b {
	background: black;
}
.bg-gr-60 {
	background: rgba(52,58,64,0.6);
}
section#flags{
    padding: 15px 0;
}
.bg-y {
	background-color: rgb(255, 225, 70) !important;
}
.bg-y-img {
    background-position: 50% 50%, 100% 0% !important;
    background-image: linear-gradient(118deg, rgba(255, 225, 70, 0.46) 0%, rgba(255, 225, 70, 0.59) 0%, rgba(0, 0, 0, 0.72) 0%, rgb(255, 225, 70) 0%, rgb(250, 220, 70) 55%, rgba(0, 0, 0, 0) 56%, rgb(0, 0, 0) 100%, rgba(246, 232, 229, 0.9) 100%), url("../images/Watersnakes_I_Gustav_Klimt.jpg") !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: auto, cover !important;
    background-color: rgb(255, 225, 70) !important;
}
.bg-y-img-2 {
    background-position: 50% 50%, 100% 0% !important;
    background-image: linear-gradient(118deg, rgba(255, 225, 70, 0.46) 0%, rgba(255, 225, 70, 0.59) 0%, rgba(0, 0, 0, 0.72) 0%, rgb(255, 225, 70) 0%, rgb(250, 220, 70) 70%, rgba(0, 0, 0, 0) 71%, rgb(0, 0, 0) 100%, rgba(246, 232, 229, 0.9) 100%), url("../images/Watersnakes_I_Gustav_Klimt.jpg") !important;
    background-attachment: scroll, scroll !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: auto, cover !important;
    background-color: rgb(255, 225, 70) !important;
}
.bg-y-trans {
	background-position: 50% 50% !important;
	border-radius: 30px !important;
	background-image: linear-gradient(rgba(255, 225, 70, 0.5), rgba(255, 225, 70, 0.5)) !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
.bg-w-y {
	background-image: linear-gradient(to right,rgba(255, 255, 255, 1) 70%, rgba(255, 225, 70, 1) 30%) !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
.bg-y-w {
	background-image: linear-gradient(to right,rgba(255, 225, 70, 1) 35%, rgba(255, 255, 255, 1) 65%) !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
.bg-y-einzug-rechts {
	background-image: linear-gradient(to right,rgba(255, 255, 255, 1) 90px, rgba(255, 225, 70, 1) 0%) !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
.bg-y-einzug-links {
	background-image: linear-gradient(to left,rgba(255, 255, 255, 1) 90px, rgba(255, 225, 70, 1) 0%) !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
#flags img {
	height: 20px;
	padding: 0 5px;
	width: 40px;
}

.navbar {
    min-height: 94px !important;
}

.navbar-brand {
    float: left;
    /*height: 100px;*/
    padding: 0;
}

hr {border-color: #ddd;}

.card-header i {
    margin-right: .5em;
    vertical-align: bottom;
}

.card-body  iframe {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100% !important;
	height: 300px;
}

#kontakt .kon-flex .col-lg-6 {
    display: inline-grid;
    width: 100%;
}

#bildergalerie div.row > div > div.row {
    margin-bottom: 15px;
}
@media (min-width: 768px){
.navbar-nav>li {
    float: left;
    font-size: 1.4em;
}	
	.navbar-nav>li>a {
		/*padding-top: 25px;
		padding-bottom: 25px;*/
	}
}
@media (max-width: 992px){
	#kontakt .kon-flex .col-lg-6:last-child {
		margin-top: 1em;
	}
}
@media (max-width: 421px) {
	a.navbar-brand {
    max-width: 80%;
    margin-right: 0;
    padding-right: 0;
	}
}
@media (max-width: 340px) {
	
	a.navbar-brand {
    max-width: 70%;
    margin-right: 0;
    padding-right: 0;
	}

	.card-header {
		padding: .75rem 0;

	}
	
	.card-header i {
		margin-right: .2em;
		vertical-align: bottom;
	}	
	
	h5.mb-0 button {
	   -moz-hyphens: auto;
	   -o-hyphens: auto;
	   -webkit-hyphens: auto;
	   -ms-hyphens: auto;
	   hyphens: auto;
	   font-size: 15px;
	}
	.btn-group-sm>.btn, .btn-sm {
		padding: .2rem .4rem;
		font-size: .775rem;
		line-height: 1.5;
		border-radius: .2rem;
	}	
}

/* TO TOP*/
#back-to-top {
    position: absolute;
    bottom: 48px;
    right: 40px;
    background: #d9534f;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    opacity: 1;
}

#back-to-top:hover {
    background: #e9ebec;
	color: #444;
}
.btn:focus,.btn:active,.navbar-toggler:focus {
   outline: none !important;
   box-shadow: none !important;
   outline: 0;
}
.btn-danger {
    border-color: transparent !important;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: none;
}
.btn-buballa {
    background-color: rgb(255, 225, 70);
    border: 2px solid rgb(140, 51, 169);
	border-radius: 10px;
	color: #000;
	font-size: 21px !important;
	padding: .9rem 1.8rem .7rem .7rem;
	text-transform: uppercase !important;
}
/*.buchen {background: url("../images/calendar.png") rgb(255, 225, 70) .7rem center no-repeat;}
.anrufen {background: url("../images/phone.png") rgb(255, 225, 70) .7rem center no-repeat;}*/
.btn-buballa:hover {
    background-color: rgb(140, 51, 169);
    border: 2px solid rgb(255, 255, 255);
	color: #fff;
}
.buballa-icon {
    height: 18px;
    margin-right: .7rem;
	position: relative;
	top: 2px;
	width: 18px;
}
/* Cookieconsent */

.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: #fff !important;
	background-color: #343a40 !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	font-weight: 600;
}
.cc_container a, .cc_container a:visited {
	color: #7c16e2 !important;
}

@media screen and (min-width: 500px) {
	.cc_container .cc_message {
		margin-top: 0 !important;
	}
}