/*-----------------------------------------------------------------------------------
	Koerbi
	About: A shiny new Philmedia website.
	Author: Phil Badcorner
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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:'MontserratThin-Medium';
	src: url('./fonts/MontserratThin-Medium/montserrat-v25-latin-500.woff2');
	src: url('./fonts/MontserratThin-Medium/montserrat-v25-latin-500.woff2') format('woff2'),
	url('./fonts/MontserratThin-Medium/montserrat-v25-latin-500.woff') format('woff'),
	url('./fonts/MontserratThin-Medium/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'),
	url('./fonts/MontserratThin-Medium/montserrat-v25-latin-500.ttf') format('truetype'),
	url('./fonts/MontserratThin-Medium/montserrat-v25-latin-500.svg#MontserratThin-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'MontserratThin-Bold';
	src: url('./fonts/MontserratThin-Bold/montserrat-v25-latin-700.woff2');
	src: url('./fonts/MontserratThin-Bold/montserrat-v25-latin-700.woff2') format('woff2'),
	url('./fonts/MontserratThin-Bold/montserrat-v25-latin-700.woff') format('woff'),
	url('./fonts/MontserratThin-Bold/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
	url('./fonts/MontserratThin-Bold/montserrat-v25-latin-700.ttf') format('truetype'),
	url('./fonts/MontserratThin-Bold/montserrat-v25-latin-700.svg#MontserratThin-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Michroma';
	src: url('./fonts/Michroma/Michroma.woff2');
	src: url('./fonts/Michroma/Michroma.woff2') format('woff2'),
	url('./fonts/Michroma/Michroma.woff') format('woff'),
	url('./fonts/Michroma/Michroma.ttf') format('truetype'),
	url('./fonts/Michroma/Michroma.svg#Michroma') format('svg');
	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;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* 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
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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;
}
/* Circles Menu Icon */
.navbar-light .menu-icon-circles .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 fill='rgba(0, 0, 0, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm11,0A3.5,3.5,0,1,1,23,15.5,3.5,3.5,0,0,1,26.5,12Zm-22,0A3.5,3.5,0,1,1,1,15.5,3.5,3.5,0,0,1,4.5,12Z'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-circles .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 fill='rgba(255, 255, 255, 0.5)' d='M15.5,12A3.5,3.5,0,1,1,12,15.5,3.5,3.5,0,0,1,15.5,12Zm11,0A3.5,3.5,0,1,1,23,15.5,3.5,3.5,0,0,1,26.5,12Zm-22,0A3.5,3.5,0,1,1,1,15.5,3.5,3.5,0,0,1,4.5,12Z'/%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);
}
/* 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;
}

.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg{
	max-width:400px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.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;
}

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


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* 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-weight:500;
	font-family:"MontserratThin-Medium";
}
.container{
	max-width:1140px;
}
.shadow{
	box-shadow:0px 15px 12px rgba(0,0,0,0.75);
	text-shadow:0px 11px 15px #000000;
	opacity:75;
}
.img-style{
	margin-bottom:35px;
	width:500px;
}
.p-style{
	font-weight:700;
	font-size:43px;
	margin-bottom:0px;
	line-height:48px;
	background-color:transparent;
	font-family:"MontserratThin-Bold";
}
.p-margin-bottom{
	margin-bottom:50px;
	font-size:20px;
	line-height:px;
	font-weight:500;
	width:81.07%;
	font-family:"MontserratThin-Medium";
}
.container-div-style{
	width:33.61%;
}
.navbar-brand img{
	width:100px;
}
p{
	font-size:20px;
	font-weight:500;
}
.label-style{
	font-weight:500;
	font-size:20px;
	line-height:px;
	font-family:"MontserratThin-Medium";
}
.label-email-style{
	font-size:20px;
	line-height:px;
	font-weight:500;
	font-family:"MontserratThin-Medium";
}
.label-message-style{
	font-weight:500;
	font-size:20px;
	font-family:"MontserratThin-Medium";
}
.e-mail-feld{
	font-weight:normal;
	font-size:10px;
	line-height:24px;
	font-family:"MontserratThin-Medium";
}
.checkbox-margin-bottom{
	margin-bottom:10px;
	font-family:"MontserratThin-Medium";
}
.button-shadow{
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 7px 14px rgba(0,0,0,0.55);
	font-family:"MontserratThin-Medium";
}
.img-margin-bottom{
	margin-bottom:30px;
	box-shadow:0px 7px 14px rgba(0,0,0,0.55);
	width:250px;
}
.p-3-style{
	line-height:px;
	font-weight:500;
	margin-bottom:0px;
	font-family:"MontserratThin-Medium";
}
.img-11-style{
	width:150px;
	margin-bottom:35px;
}
.link{
	font-family:"Michroma";
	color:#FFFFFF!important;
	font-size:16px;
	font-weight:bold;
}
.p-bloc-6-style{
	font-size:12px;
}
.navbar-nav li a{
	font-size:20px;
	font-weight:700;
	font-family:"MontserratThin-Bold";
}
.h3-margin-bottom{
	margin-bottom:0px;
}
.link:hover{
	font-family:"Michroma";
	color:#DBDBDB!important;
}
.img-weiss-silber-margin-bottom{
	margin-bottom:35px;
	margin-top:0px;
	width:900px;
}
.img-margin-top{
	margin-top:1px;
	margin-bottom:35px;
	width:900px;
}
.img-weiss-gold-margin-bottom{
	margin-bottom:35px;
	width:900px;
}
.weiss{
	border-color:rgba(15,115,185,0.00)!important;
	background-image:url("img/weiss%20silber.jpg");
	background-size:320px auto;
	background-position:left center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	color:transparent!important;
	background-color:transparent;
	width:130px;
	height:55px;
}
.natur{
	width:130px;
	background-size:320px auto;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-image:url("img/natur%20silber.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.list-margin-bottom{
	margin-bottom:40px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	border-color:rgba(0,0,0,0.00)!important;
	padding-left:40px;
}
.img-weiss-schwarz-margin-bottom{
	margin-bottom:36px;
	width:900px;
}
.rosa{
	background-size:320px auto;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-image:url("img/rosa%20silber.jpg");
	background-repeat:no-repeat;
	border-style:none;
	width:130px;
	background-position:left center;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.mint{
	background-size:320px auto;
	border-style:none;
	background-color:transparent;
	background-image:url("img/mint%20silber.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	color:transparent!important;
	width:130px;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.ocean{
	background-size:320px auto;
	background-position:left center;
	background-image:url("img/ocean%20silber.jpg");
	width:130px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-repeat:no-repeat;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.senf{
	background-size:320px auto;
	background-image:url("img/senf%20silber.jpg");
	background-position:left center;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	width:130px;
	background-repeat:no-repeat;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.pfirsich{
	background-size:320px auto;
	background-repeat:no-repeat;
	background-image:url("img/pfirsich%20silber.jpg");
	width:130px;
	background-position:left center;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	height:55px;
}
.rot{
	background-size:320px auto;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	width:130px;
	background-position:left center;
	color:transparent!important;
	border-style:none;
	border-color:rgba(0,0,0,0.00)!important;
	background-color:transparent;
	background-image:url("img/rot%20silber.jpg");
	height:55px;
}
.lila{
	background-image:url("img/lila%20silber.jpg");
	background-size:320px auto;
	background-repeat:no-repeat;
	background-color:transparent;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-position:left center;
	width:130px;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.gruen{
	width:130px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-position:left center;
	background-size:320px auto;
	border-style:none;
	background-image:url("img/gruen%20silber.jpg");
	background-repeat:no-repeat;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.bronze{
	background-size:320px auto;
	background-position:left center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-image:url("img/bronze%20silber.jpg");
	width:130px;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.blaugrau{
	background-position:left center;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-image:url("img/blaugrau%20silber.jpg");
	width:130px;
	background-size:320px auto;
	color:transparent!important;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.grausilber{
	background-size:320px auto;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-repeat:no-repeat;
	background-image:url("img/grausilber%20siber.jpg");
	border-style:none;
	color:transparent!important;
	width:130px;
	background-position:left center;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.schwarzsilber{
	background-image:url("img/silber%20schwarz.jpg");
	background-size:320px auto;
	background-position:left center;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-repeat:no-repeat;
	color:transparent!important;
	width:130px;
	border-style:none;
	border-color:rgba(0,0,0,0.00)!important;
	height:55px;
}
.p-bloc-3-margin-bottom{
	margin-bottom:60px;
	width:68.9%;
	font-weight:500;
	font-family:"MontserratThin-Medium";
}
.h1-style{
	font-weight:700;
	margin-bottom:30px;
	font-family:"MontserratThin-Bold";
}
.h1-heading-3-style{
	font-weight:700;
	line-height:px;
	margin-bottom:35px;
	margin-top:0px;
	font-family:"MontserratThin-Bold";
}
.h1-5-style{
	font-weight:700;
	margin-bottom:30px;
	font-size:40px;
	font-family:"MontserratThin-Bold";
}
.h3-style{
	font-weight:700;
	margin-bottom:30px;
	font-family:"MontserratThin-Bold";
}
.p-3-margin-bottom{
	margin-bottom:40px;
	width:67.96%;
	font-family:"MontserratThin-Medium";
}
.p-5-margin-bottom{
	margin-bottom:0px;
	font-family:"MontserratThin-Medium";
}
.p-6-margin-bottom{
	margin-bottom:0px;
	width:40.96%;
	font-family:"MontserratThin-Medium";
}
.img-60-style{
	width:500px;
	margin-bottom:20px;
}
.h1-bloc-8-style{
	font-size:82px;
	font-weight:700;
	font-family:"MontserratThin-Bold";
}
.bloc-bloc-15-margin-top{
	margin-top:0px;
	margin-bottom:0px;
}
.p-bloc-5-margin-bottom{
	margin-bottom:45px;
	width:52.3%;
	font-family:"MontserratThin-Medium";
}
.img-koerbi-stof-style{
	width:350px;
}
.img-koerbi-do-style{
	width:250px;
	margin-top:145px;
}
.p-bloc-10-style{
	width:64.05%;
	font-family:"MontserratThin-Medium";
}
.row-style{
	width:93.64%;
}
.h1-margin-top{
	margin-top:100px;
	font-weight:700;
	width:85.07%;
	font-family:"MontserratThin-Bold";
}
.link-style{
	text-decoration:underline;
}
.container-div-margin-bottom{
	margin-bottom:10px;
}
.icon-margin-bottom{
	margin-bottom:10px;
}
.icon-bloc-10-margin-bottom{
	margin-bottom:10px;
}
.das-brauche-ich{
	padding-top:35px;
}
h1{
	font-family:"MontserratThin-Bold";
}
h3{
	font-family:"MontserratThin-Medium";
}

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

/* Background colour styles */

.bgc-redwood{
	background-color:#A85C5C;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-white-smoke{
	background-color:#F5F4F5;
}

/* Text colour styles */

.tc-redwood{
	color:#A85C5C!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-white-smoke{
	color:#F5F4F5!important;
}
.tc-gray-htmlcss-gray{
	color:#797979!important;
}

/* Button colour styles */

.btn-redwood{
	background:#A85C5C;
	color:#FFFFFF!important;
}
.btn-redwood:hover{
	background:#864a4a!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-redwood{
	color:#A85C5C!important;
	border-color:#A85C5C!important;
}

/* Bloc image backgrounds */

.bg-Koerbi-Leine{
	background-image:url("img/Koerbi_Leine.jpg");
}
.bg-Wiese{
	background-image:url("img/Wiese.JPG");
}
.bg-Koerbi-Doja-Halstuch-2{
	background-image:url("img/Koerbi_Doja_Halstuch_2.jpg");
}
.bg-Koerbi-20HG-20SW{
	background-image:url("img/Koerbi%20HG%20SW.jpg");
}
.bg-Koerbi-Halsband-2-SW{
	background-image:url("img/Koerbi_Halsband_2_SW.jpg");
}
.bg-Koerbi-Fressschutz-1-SW{
	background-image:url("img/Koerbi_Fressschutz_1_SW.jpg");
}
.bg-DOJA-SW-Koerbi{
	background-image:url("img/DOJA_SW_Koerbi.jpg");
}
.bg-il-1588xN-2208235371-53ts{
	background-image:url("img/il_1588xN.2208235371_53ts.jpg");
}

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

/* = Snap Scroll Pagination-------------------------------------------------------------- */.snap-scroll-pagination {
		font-size:1.1em;
		list-style: none;
		padding:0 5px;
		position:fixed;
		left:20px;
		top: 50%;
	  	transform: translateY(-50%);
		z-index: 10;
}
.right-align.snap-scroll-pagination{
		right:20px;
		left: initial;
}
.snap-scroll-paginate-bg.snap-scroll-pagination{
		background: rgba(255,255,255,0.3);
		border-radius: 6px;
}
.snap-scroll-pagination a {
		display:block;
		color:rgba(0,0,0,.8);
		height:20px;
		width: 20px;
		margin:5px 0;
		position:relative;
}
.snap-scroll-paginate-dashes a{
		height:30px;
		width:8px;
}
.snap-scroll-pagination a .hover-text {
		color: rgba(0,0,0,0.5);
		position:absolute;
		display: none;
		left:35px;
		top:-5px;
		opacity:0;
		width:300px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text{
		top:2px;
}
.right-align.snap-scroll-pagination a .hover-text {
		text-align:right;
		right:35px;
		left:initial;
}
.snap-scroll-pagination a:hover .hover-text {
		opacity: 1;
		display: inline-block;
}
.snap-scroll-pagination a:after {
		content:"";
		-webkit-transition:box-shadow 0.5s ease;
		transition:box-shadow 0.5s ease;
		width:10px;
		height:10px;
		display: block;
		border:1px solid;
		border-radius:50%;
		position: absolute;
		margin:auto;
		top:0;
		left:5px;
		bottom:0;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a:after{
		background-color: transparent;
		width: 4px;
		height:20px;
		border-radius:0;
		left:2px;
		opacity: 0.5;
}
.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
		box-shadow:inset 0 0 0 5px;
}
.snap-scroll-pagination a.active:after{
		opacity: 1;
}
.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text{
		color:#FFF;
}
.light-snap-scroll-theme.snap-scroll-paginate-bg{
		background: rgba(0,0,0,0.3);
}
@media (max-width: 767px){
		.snap-scroll-pagination{
			left:5px;
	}
	.right-align.snap-scroll-pagination{
			right:5px;
			left: initial;
	}
}

/* = 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){
	.bloc-margin-bottom{
		margin-bottom:100px;
	}
	.p-3-margin-bottom{
		width:85.38%;
	}
	.p-6-margin-bottom{
		width:65.6%;
	}
	.p-bloc-10-style{
		width:75.5%;
	}
	.p-bloc-3-margin-bottom{
		width:82.87%;
	}
	.h1-margin-top{
		width:63.9%;
		margin-top:0px;
	}
	.img-margin-bottom{
		width:215px;
	}
	.icon-bloc-10-margin-bottom{
		margin-bottom:0px;
	}
	.list-margin-bottom{
		padding-left:65px;
	}
	
}

@media (max-width: 767px){
	.p-style{
		font-size:34px;
	}
	.p-margin-bottom{
		width:96.58%;
	}
	.h1-bloc-8-style{
		font-size:62px;
	}
	.p-6-margin-bottom{
		width:86.31%;
	}
	.p-3-margin-bottom{
		width:80.99%;
	}
	.p-bloc-3-margin-bottom{
		width:93.16%;
		margin-bottom:50px;
	}
	.h1-style{
		width:89.35%;
	}
	.p-bloc-5-margin-bottom{
		width:74.52%;
	}
	.p-5-margin-bottom{
		width:77.95%;
	}
	.list-margin-bottom{
		padding-left:45px;
		margin-bottom:40px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.p-style{
		font-size:38px;
		line-height:48px;
	}
	.p-margin-bottom{
		font-size:14px;
		line-height:px;
		font-weight:700;
		margin-bottom:0px;
	}
	.img-style{
		margin-bottom:15px;
	}
	.img-margin-bottom{
		width:155px;
	}
	.h1-bloc-8-style{
		font-size:32px;
	}
	.p-bloc-5-margin-bottom{
		width:98.15%;
	}
	.h1-style{
		width:100%;
	}
	.h1-margin-top{
		width:88.52%;
	}
	.h1-heading-3-style{
		width:100%;
		margin-bottom:35px;
		font-size:40px;
		line-height:px;
	}
	.p-bloc-10-style{
		width:94.07%;
		margin-bottom:0px;
	}
	.p-6-margin-bottom{
		width:100%;
	}
	.p-3-margin-bottom{
		width:100%;
		margin-bottom:35px;
	}
	.icon-margin-bottom{
		margin-bottom:0px;
	}
	.p-5-margin-bottom{
		width:96.3%;
	}
	.icon-bloc-10-margin-bottom{
		margin-bottom:10px;
	}
	.weiss{
		width:55px;
	}
	.natur{
		width:55px;
	}
	.rosa{
		width:55px;
	}
	.mint{
		width:55px;
	}
	.ocean{
		width:55px;
	}
	.senf{
		width:55px;
	}
	.pfirsich{
		width:55px;
	}
	.rot{
		width:55px;
	}
	.lila{
		width:55px;
	}
	.gruen{
		width:55px;
	}
	.bronze{
		width:55px;
	}
	.blaugrau{
		width:55px;
	}
	.grausilber{
		width:55px;
	}
	.schwarzsilber{
		width:55px;
	}
	.p-bloc-3-margin-bottom{
		margin-bottom:50px;
		width:100%;
	}
	.list-margin-bottom{
		padding-left:20px;
	}
	
}

