/*-----------------------------------------------------------------------------------
	Lidia - deine Brautstylistin
	About: A shiny new Blocs website.
	Author: Klaus Goretzki
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#F3F3F3;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden; transition: all 1s ease-out;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all 1s ease-out;
}
/* Thin Bars Menu Icon */
.navbar-light .menu-icon-thin-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-thin-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggle.menu-icon-thin-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:300;
}
.h9{
	font-family:"Lato";
	font-weight:300;
	font-size: 10px;
}
.h9centered{
	font-family:"Lato";
	font-weight:300;
	font-size: 10px;
	width: 100%;
	text-align: center;
}
.text{
	font-family:"Lato";
	font-weight:300;
	font-size: 16px;
	margin-left: -20px;
	margin-top: -46px;
}
.textl{
	font-family:"Lato";
	font-weight:300;
	font-size: 16px;
	margin-left: 0px;
	margin-top: -46px;
}
.textw{
	font-family:"Lato";
	font-weight:300;
	font-size: 16px;
	margin-left: 0px;
}
.container{
	max-width:1140px;
}
.topcontainer{
	height:110vh;
	width:100vw;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.top{
	width:100vw;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.h6-style{
	font-family:Helvetica;
	font-size:4em;
}
.hero{
	overflow:hidden;
}
.hero::before{
	content:"";
	background-image:url("img/Hintergrund-web.jpg");
	background-size:cover;
	background-position:center center;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.heroimg{
	top:50px;
	position:absolute;
	background-size:70% auto;
	left:0px;
	bottom:0px;
	right:0px;
}
.bigheader{
	font-family:"Vollkorn";
	color:#BEAEA8!important;
	text-transform:uppercase;
	letter-spacing:0.5em;
	text-align:center;
	top:100px;
	position:relative;
}
.subline{
	font-family:"Vollkorn";
	color:rgba(179,157,150,0.57)!important;
	letter-spacing:0.3em;
	text-align:center;
	position:relative;
	top:100px;
	font-size:25px;
}
.moveicon{
	position:relative;
	bottom:0%;
	color:rgba(179,157,150,0.50)!important;
	font-size:12px;
	top:90%;
}
.topimg{
	margin: auto;
  	width: 50%;
  	padding: 10px;
}
.page1{
	top:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.headerp1-imp{
	font-family:"Vollkorn";
	letter-spacing:0.3em;
	color:#BEAEA8!important;
	width:100%;
	text-transform:uppercase;
	text-align: left !important;
}
.p1content{
	width:100%;
	height:100vh;
	background:linear-gradient(90deg, #F3F3F3 74%, #FFFFFF 74%);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.contentp1{
	width:100vw;
	left:0px;
	position:relative;
}
.tiktok-link{
	margin-right: -4px;
}
.footerlinks{
	padding: 40px;
	text-align: center;
	font-family:"Lato";
	font-weight:300;
	color: rgba(0,0,0,.5);
}
.footerlinks a{
	color: rgba(0,0,0,.5);
}
.footerlinks a:hover {
	color: rgba(0,0,0,.8);
}
.bottomspace{
	height: 50px;
}
.artwork1{
	height:70%;
	top:20%;
	float:none;
	position:absolute;
	right:100px;
}
.divider-margin-left{
	margin-left:auto;
	margin-right:0;
	width:85%;
	background-color:#FFD700;
	float:right;
	position:relative;
	top:30px;
	height:2px;
}
.divider-background-color{
	background-color:#FFD700;
	position:relative;
	top:10%;
	height:2px;
}
.img-bloc-1-style{
	width:13%;
	position:relative;
	top:0px;
	float:none;
}
.headerp1{
	font-family:"Vollkorn";
	letter-spacing:0.3em;
	color:#BEAEA8!important;
	width:50%;
}
.headerp1max{
	font-family:"Vollkorn";
	letter-spacing:0.3em;
	color:#BEAEA8!important;
	width:100%;
	text-align: center;
}
.textp1{
	float:none;
	width:80%;
	text-align:center;
	font-size:30px;
	font-family:"Lato";
	font-weight:300;
	margin:40px 40px 40px 40px;
}
.headerp2{
	width:100%;
	font-family:"Vollkorn";
	letter-spacing:0.5em;
	text-align:center;
	font-size:40px;
	color:#BEAEA8!important;
	z-index:2;
	position:relative;
	top:20px;
}
.textp2{
	font-family:"Lato";
	font-weight:300;
	text-align:center;
	font-size:20px;
	position:relative;
	top:40px;
	width:75%;
	z-index:3;
	color:#000000!important;
}
.page2{
	height:60vh;
}
.page3{
	width:100vw;
	height:100vh;
}
.middle{
	position:relative;
	top:5%;
	padding-bottom:5%;
}
.h3-style{
	font-family:"Vollkorn";
}
.conheader{
	background-color:transparent;
	color:#7B7371!important;
	margin:30px 10px 10px 10px;
}
.p-style{
	font-family:"Lato";
	font-weight:300;
}
.conttext{
	text-align:justify;
	margin:10px 10px 10px 10px;
}
.img-8-style{
	width:200px;
	height:158px;
}
.page4{
	width:100vw;
	height:100vh;
}
.midheader{
	font-family:"Vollkorn";
	color:#BEAEA8!important;
	letter-spacing:0.4em;
	text-align:center;
	font-size:1.6em;
	margin-top:5%;
}
.contact{
	text-align:center;
	font-family:"Lato";
	font-weight:300;
	font-size:17px;
	margin-top:5%;
}
.social{
	margin-top:3%;
}
.topnav{
	position:fixed;
	height:10%;
	background-color:#FFFFFF;
}
.sublineend{
	position:relative;
	top:0px;
	font-family:"Vollkorn";
	text-align:center;
	font-size:20px;
	color:rgba(193,173,167,0.84)!important;
}
.footer{
	height:50px;
}
.heromovie{
	top:-150px;
	display: block;
}
.heromobile{
	display: none;
}
.textplate{
	width:200vw;
	background-color:rgba(255,255,255,0.85);
	position:absolute;
	z-index:0;
	height:60.1vh;
	left:-40%;
	top:-33%
}
.nav{
	background-color:#FFFFFF;
	height:100px;
	width:100vw;
}
.navigationontop{
	min-height:0px;
	margin-bottom:-90px;
	background-color:rgba(255,255,255,0.80);
	height:90px;
}
.navigationontopp{
	min-height:0px;
	background-color:rgba(255,255,255,0.80);
	height:90px;
}
.navright{
	text-align:right;
	height:50px;
}
.picture1{
	width:200px;
	float:left;
	height:200px;
	background-image:url("img/image005.png");
	background-size:cover;
	border-style:solid;
	border-color:#FFFEFE!important;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.picture2{
	height:200px;
	float:left;
	overflow:hidden;
	background-image:url("img/image009.png");
	width:200px;
	background-size:cover;
	border-style:solid;
	border-color:#FFFFFF!important;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.picture3{
	width:200px;
	height:200px;
	background-image:url("img/image008.jpg");
	float:left;
	border-style:solid;
	border-color:#FFFFFF!important;
	background-size:cover;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.picture4{
	background-image:url("img/image004.jpg");
	width:200px;
	height:200px;
	float:left;
	border-style:solid;
	border-color:#FFFFFF!important;
	background-size:cover;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.picture5{
	background-image:url("img/image006.jpg");
	background-size:cover;
	height:200px;
	width:200px;
	float:left;
	border-style:solid;
	border-color:#FFFFFF!important;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.picture6{
	background-image:url("img/image003.jpg");
	background-size:cover;
	width:200px;
	height:200px;
	float:left;
	border-style:solid;
	border-color:#FFFFFF!important;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.motherslider{
	width:200%;
	position:relative;
	bottom:200px;
	left: -300px;
}
.picture7{
	background-image:url("img/image001.png");
	border-style:solid;
	border-color:#FFFFFF!important;
	width:200px;
	height:200px;
	float:left;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.picture8{
	width:200px;
	height:200px;
	float:left;
	background-image:url("img/image007.jpg");
	background-size:cover;
	border-style:solid;
	border-color:#FFFFFF!important;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.picture9{
	width:200px;
	height:200px;
	border-style:solid;
	border-color:#FFFFFF!important;
	float:left;
	background-image:url("img/image002.jpg");
	background-size:cover;
	margin:5px 5px 5px 5px;
	border-radius:10px 10px 10px 10px;
}
.navcont{
	height:50px;
}
.logo{
	background-size:cover;
	width:200px;
	height:100px;
	overflow:visible;
}
.navbuttons{
	height:50px;
	text-align:right;
}
.navliste{
	height:50px;
	background-color:transparent;
	text-align:right;
	font-family:"Lato";
	font-weight:300;
	position:relative;
	right:0px;
	float:right;
	padding:6px 6px 6px 6px;
}
.navbar-brand img{
	width:100px;
}

/* = Colour
-------------------------------------------------------------- */


/* Bloc image backgrounds */

.bg-Blumenstrauss{
	background-image:url("img/Blumenstrauss.jpg");
}
.backpic{
	position: relative;
	left:-35%;
	background-color:rgba(255,255,255,0.80);
	color:#323232!important;
	font-family:"Lato";
	font-weight:300;
	width:120vw;
	max-width: 120vw !important;
	height:130%;
	margin:0px 0px 0px 0px;
	padding:80px 40% 40px 40%;
}
.bg-Hintergrund-web{
	background-image:url("img/Hintergrund-web.jpg");
}
.slider-container {
	/*background: linear-gradient(
	  149deg,
	  rgb(247, 0, 255) 0%,
	  rgb(255, 145, 0) 100%
	);*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
  }
  
  .slider {
	width: 100%;
	max-width: 80%;
	height: 100%;
	margin: 20px;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
  }
  
  .slides {
	display: flex;
	overflow-x: scroll;
	position: relative;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
  }
  
  .slide:nth-of-type(even) {
	background-color: rgb(255, 255, 255);
  }
  
  .slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	height: 500px;
	scroll-snap-align: center;
	margin-right: 0px;
	box-sizing: border-box;
	background: white;
	transform-origin: center center;
	transform: scale(1);
	overflow: hidden;
  }
  
  .slide__text {
	font-size: 40px;
	font-weight: bold;
	font-family: sans-serif;
  }
  
  .slide a {
	background: none;
	border: none;
  }
  
  a.slide__prev,
  .slider::before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	left: 5%;
	opacity: 0.5;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
  }
  
  a.slide__next,
  .slider::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
	opacity: 0.5;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
  }
  
  .slider::before,
  .slider::after,
  .slide__prev,
  .slide__next {
	position: absolute;
	top: 48%;
	width: 35px;
	height: 35px;
	border: solid black;
	border-width: 0 4px 4px 0;
	padding: 3px;
	box-sizing: border-box;
  }
  
  .slider::before,
  .slider::after {
	content: "";
	z-index: 1;
	background: none;
	pointer-events: none;
  }
  
  .slider__nav {
	box-sizing: border-box;
	position: absolute;
	bottom: 1%;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	text-align: center;
  }
  
  .slider__navlink {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	margin: 0 10px 0 10px;
	border: 1px solid #aaa;
  }
  .picleft1{
	width:50%;
	height: 100%;
	float: left;
	background-image:url("img/paket-glow.jpg");
	background-size:cover;
  }
  .textright1{
	width: 50%;
	height: 100%;
	padding-top: 20px;
	padding-left: 40px;
	border-left: 2px solid #FFD700;
	text-align: left;
  }
  .picright2{
	width:40%;
	height: 100%;
	background-image:url("img/paket-spotlight.jpg");
	background-size:cover;
  }
  .textleft2{
	width: 60%;
	height: 100%;
	float: left;
	padding-top: 20px;
	padding-left: 80px;
	border-right: 2px solid #FFD700;
	text-align: left;
  }
  .picleft3{
	width:50%;
	height: 100%;
	float: left;
	background-image:url("img/paket-promise.jpg");
	background-size:cover;
  }
  .textright3{
	width: 50%;
	height: 100%;
	padding-top: 20px;
	padding-left: 40px;
	border-left: 2px solid #FFD700;
	text-align: left;
  }
  .picright4{
	width:40%;
	height: 100%;
	background-image:url("img/paket-forever.jpg");
	background-size:cover;
  }
  .textleft4{
	width: 60%;
	height: 100%;
	float: left;
	padding-top: 20px;
	padding-left: 80px;
	border-right: 2px solid #FFD700;
	text-align: left;
  }
  .picleft5{
	width:50%;
	height: 100%;
	float: left;
	background-image:url("img/paket-pearl.jpg");
	background-size:cover;
	margin-left: -8px;
  }
  .textright5{
	width: 50%;
	height: 100%;
	padding-top: 20px;
	padding-left: 40px;
	border-left: 2px solid #FFD700;
	text-align: left;
  }
  .picright6{
	width:40%;
	height: 100%;
	background-image:url("img/paket-glitter.jpg");
	background-size:cover;
  }
  .textleft6{
	width: 60%;
	height: 100%;
	float: left;
	padding-top: 20px;
	padding-left: 80px;
	border-right: 2px solid #FFD700;
	text-align: left;
  }
  .picleft7{
	width:50%;
	height: 100%;
	float: left;
	background-image:url("img/paket-gaeste.jpg");
	background-size:cover;
	margin-left: -8px;
  }
  .textright7{
	width: 50%;
	height: 100%;
	padding-top: 20px;
	padding-left: 40px;
	border-left: 2px solid #FFD700;
	text-align: left;
  }
  .picright8{
	width:40%;
	height: 100%;
	background-image:url("img/paket-sonstige.jpg");
	background-size:cover;
  }
  .textleft8{
	width: 60%;
	height: 100%;
	float: left;
	padding-top: 20px;
	padding-left: 80px;
	border-right: 2px solid #FFD700;
	text-align: left;
  }
  .tstyle7{
	margin-left: 26%;
	margin-top: 10%;
  }
  .tstyle8{
	margin-left: 18%;
  }
  .pricetag{
	text-align: center;
  }
  .pricetag1{
	text-align: center;
	margin-top: -65px;
	margin-left: -65px;
  }
  .pricetag2{
	text-align: center;
	margin-top: -37px;
	margin-left: -65px;
  }

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
	.backpic{
		position: relative;
		left:-5%;
		background-color:rgba(255,255,255,0.80);
		color:#323232!important;
		font-family:"Lato";
		font-weight:300;
		width:110vw;
		max-width: 110vw !important;
		height:110%;
		margin:unset;
		font-size: 16px !important;
		padding:20px 10% 10px 10%;
	}
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
	.backpic{
		position: relative;
		left:-5%;
		background-color:rgba(255,255,255,0.80);
		color:#323232!important;
		font-family:"Lato";
		font-weight:300;
		font-size: 16px !important;
		width:110vw;
		max-width: 110vw !important;
		height:110%;
		margin:unset;
		padding:20px 10% 10px 10%;
	}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
	/* Anpassungen Mobile */
	.navbar-brand img{
		width:60px;
	}
	.navliste{
		width: 120px;
		height: auto;
		background-color: #FFF;
		opacity: 0.8;
		border: 1px solid #aaa;
		border-radius: 0px 0px 5px 5px;
		top: 5px;
		flex-direction: unset;
	}
	.heromovie{
		display: none;
	}
	.heromobile{
		max-width: 100%;
		display: block;
	}
	.midheader{
		font-size:1.1em;
	}
	.sublineend{
		top: -10px;
	}
	.divider-margin-left{
		margin-left:auto;
		margin-right:0;
		width:70%;
		background-color:#FFD700;
		float:right;
		position:relative;
		top:5px;
		height:2px;
	}
	.headerp1{
		font-family:"Vollkorn";
		letter-spacing:0.3em;
		color:#BEAEA8!important;
		width:50%;
		font-size: 16px;
	}
	.textp1{
		float:none;
		width:80%;
		text-align:center;
		font-size:13px;
		font-family:"Lato";
		font-weight:300;
		margin:20px 20px 20px 20px;
	}
	.headerp2{
		width:100%;
		font-family:"Vollkorn";
		letter-spacing:0.5em;
		text-align:center;
		font-size:16px;
		color:#BEAEA8!important;
		z-index:2;
		position:relative;
		top:20px;
	}
	.textp2{
		font-family:"Lato";
		font-weight:300;
		text-align:center;
		font-size:13px;
		position:relative;
		top:40px;
		width:75%;
		z-index:3;
		color:#000000!important;
	}
	.picture1{
		width:70px;
		float:left;
		height:70px;
		background-image:url("img/image005.png");
		background-size:cover;
		border-style:solid;
		border-color:#FFFEFE!important;
		margin:5px 5px 5px 5px;
		border-radius:10px 10px 10px 10px;
	}
	.picture2{
		height:70px;
		float:left;
		overflow:hidden;
		background-image:url("img/image009.png");
		width:70px;
		background-size:cover;
		border-style:solid;
		border-color:#FFFFFF!important;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.picture3{
		width:70px;
		height:70px;
		background-image:url("img/image008.jpg");
		float:left;
		border-style:solid;
		border-color:#FFFFFF!important;
		background-size:cover;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.picture4{
		background-image:url("img/image004.jpg");
		width:70px;
		height:70px;
		float:left;
		border-style:solid;
		border-color:#FFFFFF!important;
		background-size:cover;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.picture5{
		background-image:url("img/image006.jpg");
		background-size:cover;
		height:70px;
		width:70px;
		float:left;
		border-style:solid;
		border-color:#FFFFFF!important;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.picture6{
		background-image:url("img/image003.jpg");
		background-size:cover;
		width:70px;
		height:70px;
		float:left;
		border-style:solid;
		border-color:#FFFFFF!important;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.motherslider{
		width:200%;
		position:relative;
		bottom:-100px;
		left: -80px;
	}
	.picture7{
		background-image:url("img/image001.png");
		border-style:solid;
		background-size:cover;
		border-color:#FFFFFF!important;
		width:70px;
		height:70px;
		float:left;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.picture8{
		width:70px;
		height:70px;
		float:left;
		background-image:url("img/image007.jpg");
		background-size:cover;
		border-style:solid;
		border-color:#FFFFFF!important;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.picture9{
		width:70px;
		height:70px;
		border-style:solid;
		border-color:#FFFFFF!important;
		float:left;
		background-image:url("img/image002.jpg");
		background-size:cover;
		margin:2px;
		border-radius:10px 10px 10px 10px;
	}
	.h3-style{
		font-family:"Vollkorn";
		font-size: 16px;
	}
	.p-style{
		font-family:"Lato";
		font-weight:300;
		font-size: 13px;
	}
	.col{
		min-width: 100%;
		width: 100%;
	}
	.img-8-style{
		width:150px;
		height:unset;
		margin-top: 230px;
	}
	.zdivi{
		margin-top: 10%;
	}
	.footerlinks{
		height: 400px;
	}
	.textplate{
		top:-32%;
		background-color:rgba(255,255,255,0.90);
	}
	.backpic{
		position: unset;
		left:unset;
		background-color:rgba(255,255,255,0.80);
		color:#323232!important;
		font-family:"Lato";
		font-weight:300;
		width:unset;
		max-width: unset !important;
		height:110%;
		margin:unset;
		padding:unset;
	}
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	
}

