/*-----------------------------------------------------------------------------------
	Bredeneyer Goldschmiede
	About: A shiny new Blocs website.
	Author: Schulz
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FEFFFE;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* 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;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Poppins-Light';
	src: url('./fonts/Poppins-Light/Poppins-Light.ttf');
	src: url('./fonts/Poppins-Light/Poppins-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Poppins-ExtraLight';
	src: url('./fonts/Poppins-ExtraLight/Poppins-ExtraLight.ttf');
	src: url('./fonts/Poppins-ExtraLight/Poppins-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Poppins-Regular';
	src: url('./fonts/Poppins-Regular/Poppins-Regular.ttf');
	src: url('./fonts/Poppins-Regular/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = 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;
	position:relative;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* 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;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = 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 .2s ease-out;
}
/* Rounded Bars Menu Icon */
.navbar-light .menu-icon-rounded-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='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-rounded-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='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!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-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

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

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


/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = 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;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* 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{
	color:#C1A35D!important;
	font-weight:300;
	font-family:"Poppins-Light";
}
.container{
	max-width:1170px;
}
.h2{
	margin-bottom:0px;
}
h3{
	font-weight:300;
	text-transform:lowercase;
	font-size:18px;
	line-height:24px;
	color:#C1A35D!important;
	text-align:center;
}
.icon{
	background-color:transparent;
	color:#FEFFFE!important;
	padding:30px 0px 15px 0px;
}
.icon:hover{
	color:#282B2C!important;
}
.button{
	color:#FFFFFF!important;
	font-weight:300;
	background-color:#C1A35D;
	margin:30px 30px 30px 30px;
}
.button:active{
	color:#A8A9A8!important;
}
.button:hover{
	color:#E5F9FF!important;
	font-weight:300;
	background-color:#282B2C;
	background-position:center center;
	background-repeat:no-repeat;
}
.paragraph{
	color:#282B2C!important;
	text-align:center;
	font-size:20px;
	line-height:28px;
	font-family:"Poppins-Light";
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:10px;
}
.h1{
	text-align:center;
}
.divider{
	background-color:#C1A35D;
	background-clip:;
	-webkit-background-clip:;
}
.lightbox-caption{
	font-weight:300;
	font-size:20px;
	line-height:21px;
	color:#C1A35D!important;
	text-transform:capitalize;
	text-align:center;
}
.xmobi{
	margin-right:0px;
	margin-left:0px;
	color:#C1A35D!important;
	text-align:right;
	padding:20px 0px 20px 0px;
}
.xmobi:hover{
	color:#282B2C!important;
}
.h4{
	font-weight:300;
}
.textlink{
	font-weight:300;
	font-size:16px;
	line-height:0px;
	color:#C1A35D!important;
	text-indent:0px;
	text-decoration:none;
}
.textlink:hover{
	color:#000000!important;
	font-weight:200;
}
.frontdesk{
	background-image:url("img/2557_front_1500.jpg");
	width:100%;
}
.tisch{
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
}
.frontblue{
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:0px;
	font-size:2462px;
	background-size:2462px auto;
}
.partnerlink{
	font-size:20px;
	font-weight:300;
	color:#C1A35D!important;
	text-align:left;
	border-color:transparent!important;
	margin-top:20px;
	font-family:"Poppins-Regular";
	text-decoration:none;
}
.partnerlink:hover{
	background-color:#FFFFFF;
	color:#282B2C!important;
}
.diamanticon{
	color:#A8A9A8!important;
	margin-bottom:5px;
	padding-top:10px;
}
.blaue-stunde{
	width:100%;
}
.subteam{
	margin-bottom:20px;
	margin-top:10px;
	font-weight:300;
	color:#C1A35D!important;
	font-size:20px;
	line-height:26px;
	text-align:center;
	text-transform:none;
	font-family:"Poppins-Light";
}
h2{
	line-height:60px;
	font-weight:200;
	text-align:center;
	text-transform:uppercase;
	color:#C1A35C!important;
	font-size:60px;
	font-family:"Poppins-ExtraLight";
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.copyright{
	color:#FFFFFF!important;
	font-weight:200;
	text-transform:uppercase;
	font-family:"Poppins-Regular";
	font-size:12px;
}
h4{
	line-height:20px;
	font-size:18px;
	font-weight:300;
	color:#C1A35C!important;
	text-transform:none;
	margin-top:0px;
	padding-top:0px;
	text-align:left;
}
.carousel-indicators .active{
	color:#282B2C!important;
	background-color:#C1A35D;
	border-style:solid;
	border-color:#C1A35D;
	width:15px;
	height:15px;
	border-radius:15px 15px 15px 15px;
	border-width:2px 2px 2px 2px;
}
.carousel-indicators li{
	color:#C1A35D!important;
	background-color:#C1A35D;
	border-style:_NS:2073;
	margin:0px 0px 0px 0px;
}
.prev-lightbox, .next-lightbox{
	color:#C1A35D!important;
	background-color:#FFFFFF;
	font-weight:300;
	font-size:20px;
	line-height:24px;
	text-align:center;
	text-transform:uppercase;
}
.blocsapp-special-menu blocsnav{
	font-weight:200;
	color:#FFFFFF!important;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	line-height:24px;
	background-color:#C1A35D;
}
.blocsapp-special-menu blocsnav li a{
	background-color:#C1A35D;
	color:#FFFFFF!important;
	font-size:18px;
	line-height:24px;
	font-weight:200;
}
.scrollToTop{
	color:#FFFFFF!important;
	background-color:rgba(193,163,93,0.8);
}
.start-h2{
	font-weight: 200;
	font-size: 60px;
	line-height: 70px;
}
.goldschmiede-h2{
	font-weight: 200;
	line-height:70px;
	padding-top:0px;
	font-family:"Poppins-ExtraLight";
	font-size:60px;
	color:#C1A35D!important;
	text-transform:uppercase;
}
.bloc-6-h4{
	font-size: 18px;
	line-height: 25px;
	font-family:"Poppins-Light";
}
.bloc-7-h4{
	font-size: 18px;
	line-height: 24px;
	font-family:"Poppins-Light";
	color:#C1A35D!important;
}
.bloc-8-h4{
	font-size: 18px;
	line-height: 24px;
	font-family:"Poppins-Light";
	color:#C1A35D!important;
}
.bloc-9-h4{
	font-size: 18px;
	line-height: 24px;
	font-family:"Poppins-Light";
}
.bloc-15-h2{
	font-weight: 200;
	font-size: 60px;
	line-height: 55px;
	margin-bottom:50px;
}
.bloc-15-p{
	font-size: 16px;
	line-height: 24px;
	font-family:"Poppins-Light";
}
.bloc-16-h4{
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	font-family:"Poppins-Regular";
}
.bloc-16-p{
	line-height: 24px;
	font-family:"Poppins-Light";
	margin-bottom:50px;
}
.copyright:hover{
	font-family:"Poppins-Light";
	text-align:center;
	text-transform:uppercase;
}
.telefonnummer{
	font-size:60px;
	text-align:center;
	color:#C1A35D!important;
	font-family:"Poppins-ExtraLight";
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.telefonnummer:hover{
	font-size:60px;
	font-family:"Poppins-ExtraLight";
	color:#666666!important;
}
.container-div-style{
	height:20px;
	margin-bottom:20px;
}
.container-div-kontakt-style{
	height:20px;
}
.container-div-0-style{
	height:20px;
}
.img-awdc-400-style{
	width:400px;
}
.wirsind{
	color:#C1A35D!important;
	font-size:60px;
	padding-top:0px;
	padding-right:0px;
	margin-right:0px;
	position:relative;
}
.adresse{
	margin-bottom:0px;
	padding-right:0px;
	margin-right:0px;
}
.partnerdiv{
	padding-top:20px;
}
.menulink{
	font-size:16px;
	color:#C1A35D!important;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	border-width:0px 0px 0px 0px;
}
.carousel-nav-icon{
	text-align:center;
	stroke:#FEFFFE;
	stroke-linecap:butt;
	stroke-width:5;
	border-radius:0px 0px 0px 0px;
}
.carousel-indicators [data-bs-target]{
	background-color:#C1A35D;
	background-size:auto auto;
	height:12px;
	width:12px;
	border-color:#FEFFFE!important;
	border-style:solid;
	border-radius:15px 15px 15px 15px;
	border-width:2px 2px 2px 2px;
}
.lightbox-nav-icon{
	font-family:"Poppins-Bold";
	stroke-linecap:butt;
	stroke:transparent;
}
.lightbox-close-icon{
	stroke-linecap:butt;
}
.lightbox-prev-icon{
	stroke-width:5;
	stroke:#C1A35D;
	stroke-linecap:butt;
}
.lightbox-next-icon{
	stroke:#C1A35D;
	stroke-linecap:butt;
	stroke-width:5;
}
.close-lightbox:hover{
	fill:#C1A35D;
}
.impressum{
	color:#FEFFFE!important;
	font-family:"Poppins-Light";
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
.impressum:hover{
	font-size:14px;
	color:#333333!important;
}
.h4-style{
	font-family:"Poppins-Regular";
}
.h4-kontakt--style{
	font-family:"Poppins-Regular";
}
.h4-bloc-15-style{
	font-family:"Poppins-Regular";
}
.carousel-indicators [data-bs-target].active{
	border-style:solid;
	width:12px;
	height:12px;
	border-color:#FEFFFE!important;
	border-radius:15px 15px 15px 15px;
	border-width:2px 2px 2px 2px;
}
.menulink:hover{
	font-size:16px;
	color:#333333!important;
}
.instagram-h1{
	color:#E7CA89!important;
	font-family:"Poppins-Light";
	font-size:60px;
}
.link-style{
	width:280px;
}
.img-instagramlo-style{
	width:270px;
}
.row-style{
	padding-top:0px;
	position:relative;
	top:0px;
	margin-bottom:5px;
	z-index:0;
	bottom:0px;
}
.bloc-style{
	opacity:1.0;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-vegas-gold{
	background-color:#C1A35C;
}

/* Text colour styles */

.tc-vegas-gold{
	color:#C1A35C!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */




/* = 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;  
    }
}
@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%;}
}
@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;
    }
}

@media (max-width: 991px){
	.tablet .txt, .mobile .txt{
	}
	.tablet .heropic, .mobile .heropic{
		background-size:100% auto;
	}
	.tablet .button, .mobile .button{
		font-weight:400;
	}
	.tablet .h2, .mobile .h2{
	}
	.tablet h2:hover, .mobile h2:hover{
	}
	.tablet .sublines, .mobile .sublines{
		font-weight:300i;
		font-size:16px;
		color:#C1A35D!important;
		line-height:18px;
	}
	.tablet .fronttablet, .mobile .fronttablet{
		background-image:url("img/2557_front_1500.jpg");
	}
	.tablet .werkbank, .mobile .werkbank{
		width:50%;
	}
	.tablet .frontdesk, .mobile .frontdesk{
		background-repeat:no-repeat;
		background-position:center center;
	}
	.tablet .tisch, .mobile .tisch{
	}
	.tablet .zitat, .mobile .zitat{
		background-color:#FFFFFF;
		font-weight:300;
		color:#C1A35D!important;
		font-style:;
		text-transform:none;
	}
	.tablet .icon, .mobile .icon{
		color:#FEFFFE!important;
		background-color:#C1A35D;
	}
	.tablet .impressum, .mobile .impressum{
		font-size:14px;
	}
	.tablet .x, .mobile .x{
		margin-right:0px;
		padding-right:0px;
		padding-left:0px;
	}
	.tablet .xmobi, .mobile .xmobi{
		margin:0px 0px 0px 0px;
		padding-left:0px;
	}
	.tablet .blaue-stunde, .mobile .blaue-stunde{
		width:%;
	}
	.tablet .subteam, .mobile .subteam{
		font-size:18px;
		margin-bottom:0px;
		padding-bottom:7px;
		padding-top:0px;
		margin-top:4px;
		line-height:24px;
		font-weight:200;
		text-align:center;
	}
	.tablet h2, .mobile h2{
		font-size:47px;
		line-height:55px;
		color:#C1A35D!important;
		font-weight:200;
		display:;
		overflow:visible;
		text-shadow:0px 0px 0px #000000;
		text-align:center;
		text-transform:uppercase;
	}
	.tablet .text-gold, .mobile .text-gold{
		font-size:18px;
		line-height:24px;
	}
	.tablet .paragraph-grau, .mobile .paragraph-grau{
		font-size:18px;
		line-height:24px;
	}
	.tablet .h3, .mobile .h3{
	}
	.tablet h3, .mobile h3{
		font-size:30px;
		line-height:33px;
	}
	.tablet .menu, .mobile .menu{
		background-color:#C1A35D;
		text-align:center;
		text-transform:uppercase;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	.tablet .navbar-toggle .icon-bar, .mobile .navbar-toggle .icon-bar{
		background-color:#C1A35D;
		float:none;
		overflow:visible;
		padding:0px 0px 0px 0px;
		margin:0px 4px 4px 4px;
	}
	.tablet .home, .mobile .home{
		text-align:center;
	}
	.tablet .schulz, .mobile .schulz{
		line-height:16px;
	}
	.tablet .phone, .mobile .phone{
		font-size:60px;
		line-height:60px;
	}
	.tablet .textlink, .mobile .textlink{
	}
	.tablet .textlink:hover, .mobile .textlink:hover{
		color:#282B2C!important;
	}
	.tablet .scrollToTop, .mobile .scrollToTop{
		background-color:rgba(193,163,93,0.8);
	}
	.start-h2{
		font-size:50px;
		line-height:60px;
		font-family:"Poppins-ExtraLight";
	}
	.goldschmiede-h2{
		font-size:50px;
		line-height:60px;
		font-family:"Poppins-ExtraLight";
		text-transform:uppercase;
		top:20px;
		padding:0px 0px 0px 0px;
	}
	.bloc-6-h4{
		line-height: 25px;
	}
	.bloc-7-h4{
		line-height: 24px;
	}
	.bloc-8-h4{
		line-height: 24px;
	}
	.bloc-9-h4{
		line-height: 24px;
	}
	.bloc-15-h2{
		font-size: 48px;
		line-height: 52px;
		font-family:"Poppins-ExtraLight";
	}
	.bloc-16-h4{
		line-height: 20px;
	}
	.subteam{
		font-family:"Poppins-Light";
		font-size:18px;
		line-height:24px;
		margin-bottom:0px;
	}
	.button{
		font-family:"Poppins-Light";
		font-size:20px;
	}
	.paragraph{
		text-align:center;
		font-size:18px;
		font-family:"Poppins-Light";
		line-height:24px;
	}
	.copyright{
		font-family:"Poppins-Regular";
		text-transform:uppercase;
		text-decoration:none;
		font-size:12px;
	}
	.kaufmannlogo{
	}
	.telefonnummer{
		font-size:47px;
		font-family:"Poppins-ExtraLight";
		margin-bottom:0px;
	}
	.telefonnummer:hover{
		font-size:47px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Poppins-Light";
	}
	.partnerlink{
		margin:10px 10px 0px 10px;
	}
	.divider{
	}
	.awdclogo{
	}
	.divider:active{
		margin-bottom:20px;
	}
	.container-div-style{
		height:20px;
	}
	.telefonnummer:active{
		font-size:50px;
	}
	.frontblue{
		top:0px;
		margin:4px 4px 0px 4px;
	}
	.img-awdc-400-style{
		width:300px;
	}
	.wirsind{
		font-family:"Poppins-ExtraLight";
		font-size:50px;
		line-height:60px;
		text-align:center;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.copyright:active{
	}
	.copyright:hover{
		font-size:0px;
	}
	.icon{
		padding:0px 0px 0px 0px;
	}
	.bgs-adresse{
		font-size:48px;
		color:#C1A35D!important;
		line-height:60px;
		text-align:center;
		font-family:"Poppins-ExtraLight";
	}
	.img-ludger-570-style{
		width:353px;
	}
	.img-claudia-570-style{
		width:353px;
	}
	.container-div-kontakt-style{
		height:20px;
	}
	.carousel-indicators li{
		background-size:contain;
		border-style:none;
		border-color:transparent!important;
		border-radius:0px 0px 0px 0px;
	}
	.carousel-indicators .active{
		border-style:none;
		border-color:#C1A35D!important;
		caret-color:rgba(26,26,24,0.20);
		margin:0px 0px 0px 0px;
		border-width:2px 2px 2px 2px;
	}
	.blocsapp-special-menu blocsnav li a{
		border-color:rgba(26,26,24,0.20)!important;
	}
	.img-instagramlo-style{
		width:150px;
		top:20px;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:2px 2px 0px 2px;
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.start-h2{
		font-size:38px;
		line-height:45px;
	}
	.goldschmiede-h2{
		line-height:48px;
		margin-bottom:0px;
		padding-top:0px;
		font-size:38px;
		text-align:center;
		color:#C1A35D!important;
		font-family:"Poppins-ExtraLight";
		font-weight:normal;
		text-transform:uppercase;
	}
	.bloc-6-h4{
		line-height: 26px;
	}
	.bloc-7-h4{
		line-height: 26px;
	}
	.bloc-8-h4{
		line-height: 26px;
	}
	.bloc-9-h4{
		line-height: 26px;
		font-size:18px;
	}
	.bloc-15-h2{
		font-size: 45px;
		line-height: 50px;
	}
	.bloc-16-h4{
		line-height: 24px;
	}
	.paragraph{
		font-size:18px;
		line-height:24px;
		padding-top:0px;
		margin-bottom:0px;
	}
	.telefonnummer{
		font-size:38px;
		text-align:center;
		line-height:48px;
	}
	.subteam{
		font-size:18px;
		text-align:center;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Poppins-Light";
	}
	.img-awdc-400-style{
		width:250px;
	}
	.telefonnummer:hover{
		font-size:38px;
		line-height:48px;
		text-align:center;
	}
	.partnerlink{
		font-size:18px;
		margin-top:0px;
		padding-top:0px;
	}
	.partnerdiv{
		padding-top:10px;
	}
	.h2-ringe-style{
		font-size:38px;
	}
	.wirsind{
		font-size:38px;
		line-height:48px;
	}
	.paragraph-partner{
		padding-top:20px;
	}
	.img-claudia-570-style{
		width:444px;
	}
	.img-ludger-570-style{
		width:444px;
	}
	.bgs-adresse{
		font-size:38px;
		line-height:48px;
	}
	.h3-style{
		font-size:18px;
	}
	.img-bloc-8-style{
		border-radius:0px 0px 0px 0px;
	}
	.img-bloc-2-style{
		width:577px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:50px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.telefonnummer{
		font-size:36px;
		margin-bottom:0px;
		font-family:"Poppins-ExtraLight";
		line-height:45px;
		margin-top:0px;
	}
	.telefonnummer:hover{
		font-size:36px;
		line-height:45px;
	}
	.subteam{
		font-family:"Poppins-Light";
		font-size:15px;
		line-height:20px;
	}
	.paragraph{
		font-size:16px;
		line-height:24px;
	}
	.bloc-9-h4{
		font-family:"Poppins-Light";
		font-size:15px;
	}
	.bloc-8-h4{
		font-family:"Poppins-Light";
		font-size:15px;
		line-height:24px;
	}
	h4{
		font-family:"Poppins-Light";
	}
	h2{
		font-size:38px;
		font-family:"Poppins-ExtraLight";
	}
	.goldschmiede-h2{
		font-size:36px;
		line-height:42px;
		font-family:"Poppins-ExtraLight";
		padding-top:0px;
		margin-bottom:0px;
	}
	.bloc-6-h4{
		font-family:"Poppins-Light";
		font-size:15px;
		line-height:24px;
	}
	.partnerlink{
		font-size:16px;
	}
	.bloc-7-h4{
		font-size:15px;
		line-height:24px;
	}
	.toggle{
		color:#C1A35D!important;
		font-size:20px;
	}
	.frontdesk{
		padding-top:0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Poppins-Light";
	}
	.start-h2{
		font-size:36px;
		line-height:42px;
	}
	.navbar-brand img{
		height:110px;
	}
	.img-awdc-400-style{
		width:200px;
	}
	.frontblue{
		margin-bottom:0px;
	}
	.tisch{
		padding-right:0px;
		padding-left:0px;
		margin-right:0px;
		margin-left:0px;
		margin-bottom:0px;
	}
	.wirsind{
		font-size:36px;
		line-height:45px;
	}
	.bgs-adresse{
		font-size:36px;
		color:#C1A35D!important;
		font-family:"Poppins-ExtraLight";
		line-height:45px;
		margin-bottom:0px;
		padding-bottom:10px;
	}
	.h3-2-style{
		font-size:15px;
	}
	.h4-bloc-9-style{
		font-size:15px;
	}
	.p-goldschmiede-style{
		font-size:15px;
	}
	.p-1-style{
		font-size:15px;
	}
	.paragraph-partner{
		font-size:16px;
		line-height:24px;
		text-align:center;
		color:#282B2B!important;
		padding-bottom:0px;
		padding-top:20px;
	}
	.blocsapp-special-menu blocsnav li a{
	}
	.impressum{
		font-size:12px;
	}
	.img-instagramlo-style{
		width:120px;
	}
	.icon{
		margin-top:0px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

