/*-----------------------------------------------------------------------------------
	Christian Bott - Strategien aus der Fechtkunst für Alltag und Business
	About: Christian Bott - Fechtmeister, Trainer, Coach, Speaker, Experte in TV und Radio
	Author: Christian Bott
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#F3E7D7;
    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;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

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

@font-face {
	font-family:'LinBiolinumO';
	src: url('./fonts/LinBiolinumO/linbiolinum_r-webfont.woff');
	src: url('./fonts/LinBiolinumO/linbiolinum_r-webfont.woff') format('woff'),
	url('./fonts/LinBiolinumO/linbiolinum_r-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/LinBiolinumO/linbiolinum_r-webfont.ttf') format('truetype'),
	url('./fonts/LinBiolinumO/linbiolinum_r-webfont.svg#LinBiolinumO') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'LinBiolinumOB';
	src: url('./fonts/LinBiolinumOB/linbiolinum_rb-webfont.woff');
	src: url('./fonts/LinBiolinumOB/linbiolinum_rb-webfont.woff') format('woff'),
	url('./fonts/LinBiolinumOB/linbiolinum_rb-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/LinBiolinumOB/linbiolinum_rb-webfont.ttf') format('truetype'),
	url('./fonts/LinBiolinumOB/linbiolinum_rb-webfont.svg#LinBiolinumOB') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'LinLibertineO';
	src: url('./fonts/LinLibertineO/linlibertine_r-webfont.woff');
	src: url('./fonts/LinLibertineO/linlibertine_r-webfont.woff') format('woff'),
	url('./fonts/LinLibertineO/linlibertine_r-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/LinLibertineO/linlibertine_r-webfont.ttf') format('truetype'),
	url('./fonts/LinLibertineO/linlibertine_r-webfont.svg#LinLibertineO') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'LinBiolinumOI';
	src: url('./fonts/LinBiolinumOI/linbiolinum_ri-webfont.woff');
	src: url('./fonts/LinBiolinumOI/linbiolinum_ri-webfont.woff') format('woff'),
	url('./fonts/LinBiolinumOI/linbiolinum_ri-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/LinBiolinumOI/linbiolinum_ri-webfont.ttf') format('truetype'),
	url('./fonts/LinBiolinumOI/linbiolinum_ri-webfont.svg#LinBiolinumOI') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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


/* Sizes */

.bloc-sm{
	padding:20px;
}

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


/* 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);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* 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;
}
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);
}

.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;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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

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

/* = Text & Icon Styles
-------------------------------------------------------------- */
.threeD-t{
	text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}
.text-justify{
	text-align: justify;
}


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

/* Additional Aspect Ratios */

.ratio-4x4::before{
	padding-top:100%}.ratio-9x16::before{
	padding-top:106.25%}
.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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:"LinBiolinumO";
}
.container{
	max-width:1000px;
}
.linkespalte{
	font-family:"LinBiolinumO";
	font-size:16px;
	max-width:20%;
}
.inhaltsspalte{
	font-family:"LinBiolinumO";
	max-width:60%;
}
.rechtespalte{
	font-family:"LinBiolinumO";
	max-width:20%;
}
.menue{
	text-align:left;
	font-family:"LinBiolinumO";
	font-size:18px;
	max-width:200px;
}
.hauptteil{
	position:relative;
	z-index:7;
	margin:0px 0px 0px 0px;
	right:0px;
	left:0px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	padding-right:0px;
}
.headimage{
	margin:0px 0px 4px 0px;
	min-height:300px;
	background-size:contain;
	background-attachment:fixed;
	background-position:right top;
	background-repeat:no-repeat;
}
.schatten{
	box-shadow:0px 2px 12px #000000;
}
.h4-style{
	font-family:"LinBiolinumO";
	line-height:24px;
	font-size:24px;
}
.footer-link{
	font-family:"LinBiolinumO";
	font-size:12px;
}
.p-style{
	font-family:"LinBiolinumO";
	font-size:16px;
	line-height:21px;
}
.h4-connect-style{
	font-family:"LinBiolinumO";
	font-size:24px;
}
.randinnen{
	margin:30px 30px 70px 30px;
}
.navbar-nav li a{
	font-family:"LinBiolinumO";
	font-size:12px;
	color:#FCF7F3!important;
}
.titel{
	text-transform:uppercase;
	font-family:"LinLibertineO";
	font-size:20px;
	color:#774D44!important;
	letter-spacing:2px;
}
.titelgross{
	font-size:36px;
}
.titel1{
	margin-top:40px;
}
.titel2a{
	text-indent:40%;
}
.h6-style{
	font-family:"LinBiolinumOB";
	font-size:11px;
	text-decoration:none;
}
.p-bloc-1-style{
	font-size:11px;
}
.rechtslinie{
	width:100%;
	height:15px;
}
.img-style{
	width:80px;
}
.infopdf{
	font-family:"LinBiolinumOB";
	text-indent:6px;
	color:#5D3C2E!important;
	font-size:10px;
}
.h6-bloc-1-style{
	font-size:12px;
	font-family:"LinBiolinumOB";
	width:100%;
}
.projektkacheln{
	margin-top:10px;
}
.p-4-style{
	font-size:12px;
}
h3{
	font-family:"LinBiolinumO";
	color:#7D0001!important;
	font-size:13px;
	line-height:20px;
}
p{
	color:#57382B!important;
	font-size:13px;
}
.zitattext{
	color:#7D0001!important;
	font-style:italic;
}
.zitatquelle{
	font-style:italic;
	font-size:12px;
	margin-bottom:30px;
}
.ende{
	height:40px;
}
.aufzaehlung{
	text-decoration:none;
}
.kleiner{
	font-size:11px;
}
.link-bloc-1-style{
	font-style:normal;
	text-decoration:underline;
	font-weight:bold;
}
a{
	font-size:13px;
}
.link-0-style{
	text-decoration:underline;
}
.titel3{
	margin-top:40px;
}
.titel2b{
	text-indent:20%;
}
.ebook-beschriftung{
	font-size:10px;
}
.p-115-style{
	font-size:11px;
}
.p-116-style{
	font-size:11px;
}
.link-0-bloc-1-style{
	width:45.73%;
}
.p-123-style{
	width:100%;
}
.p-196-style{
	font-size:11px;
}
.img-header20-style{
	width:540px;
}
.img-werdalie-style{
	width:540px;
}
.field-style{
	height:40px;
}
.checkbox-style{
	height:45px;
}
.p-114-style{
	font-size:11px;
}
.einzugadr{
	margin-left:18px;
}
.card-header-style{
	height:44px;
}
.buchlink{
	font-family:"LinBiolinumO";
	font-size:11px;
	text-decoration:underline!important;
}
.titel2c{
	text-indent:10%;
}
h2{
	color:#7D0001!important;
	font-family:"LinBiolinumOB";
	font-size:13px;
}
label{
	font-size:13px;
}
.button{
	font-family:"LinBiolinumO";
	font-size:13px;
}
h4{
	font-size:13px;
}
h5{
	font-size:13px;
}
h6{
	color:#7D0001!important;
	font-size:14px;
	line-height:21px;
}
h1{
	font-size:18px;
}
.p-129-style{
	font-size:11px;
}
.einrueck{
	margin-left:5%;
}
.videocall{
	font-size:11px;
	font-style:italic;
}
.title0{
	margin-left:5%;
}
.img-bloc-1-style{
	height:20px;
}
.cbott-bild{
	max-width:273px;
}
.img-dsc-47-style{
	width:200px;
}
.imagealignright{
	margin-left:20px;
	margin-bottom:20px;
}
.querbild{
	background-size:cover;
	margin-bottom:20px;
	margin-top:20px;
	background-repeat:no-repeat;
	height:160px;
	background-image:url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.jpeg?timestamp=2683");
}
.qbildcoaching{
	background-image:url("img/quer-tau.jpg");
	background-image: -webkit-image-set(url("img/quer-tau.webp") 1x,
url("img/quer-tau.webp") 2x);background-image: image-set(url("img/quer-tau.jpg") 1x,
url("img/quer-tau.jpg") 2x,url("img/quer-tau.webp") 1x,
url("img/quer-tau.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.qbildseminare{
	background-size:cover;
	background-position:center center;
	min-height:220px;
	background-image:url("img/seminar-schloss02.jpg");
	background-image: -webkit-image-set(url("img/seminar-schloss02.webp") 1x,
url("img/seminar-schloss02.webp") 2x);background-image: image-set(url("img/seminar-schloss02.jpg") 1x,
url("img/seminar-schloss02.jpg") 2x,url("img/seminar-schloss02.webp") 1x,
url("img/seminar-schloss02.webp") 2x);
}
.qbildhome{
	background-image:url("img/quer-fechtkunst.jpg");
	background-image: -webkit-image-set(url("img/quer-fechtkunst.webp") 1x,
url("img/quer-fechtkunst.webp") 2x);background-image: image-set(url("img/quer-fechtkunst.jpg") 1x,
url("img/quer-fechtkunst.jpg") 2x,url("img/quer-fechtkunst.webp") 1x,
url("img/quer-fechtkunst.webp") 2x);
	background-position:center center;
}
.qbildmentale{
	background-image:url("img/quer-wald.jpg");
	background-image: -webkit-image-set(url("img/quer-wald.webp") 1x,
url("img/quer-wald.webp") 2x);background-image: image-set(url("img/quer-wald.jpg") 1x,
url("img/quer-wald.jpg") 2x,url("img/quer-wald.webp") 1x,
url("img/quer-wald.webp") 2x);
	background-position:center bottom;
}
.hotel-small-text{
	font-size:0.9rem;
}
.hotel-services-icon{
	margin-bottom:10px;
}
.link-style{
	font-weight:bold;
}
.headerbild{
	width:100%;
	background-size:cover;
}
.kachel01{
	background-image:url("img/F3A395E4-2F9B-413E-906E-3FB6AEF9A294.jpeg");
	background-image: -webkit-image-set(url("img/F3A395E4-2F9B-413E-906E-3FB6AEF9A294.webp") 1x,
url("img/F3A395E4-2F9B-413E-906E-3FB6AEF9A294.webp") 2x);background-image: image-set(url("img/F3A395E4-2F9B-413E-906E-3FB6AEF9A294.jpeg") 1x,
url("img/F3A395E4-2F9B-413E-906E-3FB6AEF9A294.jpeg") 2x,url("img/F3A395E4-2F9B-413E-906E-3FB6AEF9A294.webp") 1x,
url("img/F3A395E4-2F9B-413E-906E-3FB6AEF9A294.webp") 2x);
	background-size:cover;
}
.kachel01text{
	opacity:75%;
	background-color:var(--swatch-var-3582);
}
.qbildcoaching01{
	background-image:url("img/road-4707345.jpg");
	background-image: -webkit-image-set(url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);background-image: image-set(url("img/road-4707345.jpg") 1x,
url("img/road-4707345.jpg") 2x,url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);
	background-image: -webkit-image-set(url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);background-image: image-set(url("img/road-4707345.jpg") 1x,
url("img/road-4707345.jpg") 2x,url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);
	background-position:left center;
}
.kastenbg{
	background-color:var(--swatch-var-4234);
	padding:12px 12px 12px 12px;
}
.img-pngegg-12-2-style{
	height:120px;
}
.img-pngegg-9-2-style{
	height:120px;
}
.img-pngegg-4-2-style{
	height:120px;
}
.kastenmitte{
	left:50px;
	right:50px;
}
.box{
	background-color:var(--swatch-var-4234);
	padding:10px 10px 10px 10px;
	height:100%;
}
.strichunten{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	height:100%;
}
.h1-style{
	font-size:20px;
	line-height:30px;
}
.strichoben{
	border-top-width:1px;
	border-style:solid;
	padding-top:10px;
}
.h1kleiner{
	font-size:14pt;
}
.qbildcoaching02{
	background-image:url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.jpeg");
	background-image: -webkit-image-set(url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.webp") 1x,
url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.webp") 2x);background-image: image-set(url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.jpeg") 1x,
url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.jpeg") 2x,url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.webp") 1x,
url("img/A12FEE79-7C34-430C-9395-6CF9ACFD0C41.webp") 2x);
	background-position:center center;
}
.gridgrau{
	background-color:var(--swatch-var-166);
	height:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.gridhead{
	margin:5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
.test{
	text-decoration:none;
	max-width:236px;
}
.hochkant{
	writing-mode:vertical-rl;
}
.img-img-79-style{
	height:140px;
}
.titelklein{
	text-transform:none;
	font-family:"LinBiolinumO";
	font-size:18px;
	color:#774D44!important;
	letter-spacing:0px;
	font-weight:normal;
}
.h2-style{
	font-family:"LinBiolinumOI";
}
.projekte{
	background-image:url("img/projektehg.jpg");
	background-image: -webkit-image-set(url("img/projektehg.webp") 1x,
url("img/projektehg.webp") 2x);background-image: image-set(url("img/projektehg.jpg") 1x,
url("img/projektehg.jpg") 2x,url("img/projektehg.webp") 1x,
url("img/projektehg.webp") 2x);
	padding:32px 50px 50px 50px;
	background-size:contain;
}
.projektschrift-u{
	color:var(--swatch-var-4234)!important;
}
.projektschrift{
	color:var(--swatch-var-3785)!important;
}
.projektschrift-ukrifon{
	color:#FDE4C8!important;
}
.projektschrift-ututorials{
	color:#E0BF86!important;
}
.projektschrift-ulionsword{
	color:#F09430!important;
}
.p-2-style{
	font-family:"LinBiolinumOB";
}
.p-4-bloc-1-style{
	font-family:"LinBiolinumOB";
}
.p-6-style{
	font-family:"LinBiolinumOB";
}
.projektmaxbreit{
	max-width:236px;
}
.img-70-style{
	width:80px;
}
.p-bloc-2-style{
	font-size:12px;
}
.link-0-bloc-2-style{
	text-decoration:none;
}
.podcastname{
	color:var(--swatch-var-4792)!important;
	font-size:12px;
	margin-top:4px;
}
.podcasticon{
	width:75px;
	height:75px;
}
.h1-9-style{
	line-height:18px;
}
.h1-bloc-1-style{
	line-height:29px;
}
.p-513-style{
	font-size:10px;
}
.blogzusatz{
	text-align:left;
}
.seminartitel{
	font-weight:bold;
	line-height:140%;
}
button{
	font-size:13px;
}
.link-hier-anhören-style{
	font-weight:bold;
}
.link-33721-style{
	font-weight:bold;
}
.nav-item{
	width:100%;
}
.h2-bloc-1-style{
	font-size:18px;
}
.card-links{
	background-image:url("img/road-4707345.jpg");
	background-image: -webkit-image-set(url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);background-image: image-set(url("img/road-4707345.jpg") 1x,
url("img/road-4707345.jpg") 2x,url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);
	background-image: -webkit-image-set(url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);background-image: image-set(url("img/road-4707345.jpg") 1x,
url("img/road-4707345.jpg") 2x,url("img/road-4707345.webp") 1x,
url("img/road-4707345.webp") 2x);
	background-color:var(--swatch-var-4792);
	background-position:center center;
	background-blend-mode:overlay;
}
.card-alle{
	height:400px;
	box-shadow:0.00px 0.00px 20px #000000;
	background-size:cover;
	padding:24px 24px 24px 24px;
	text-transform:none;
}
.card-mitte{
	background-image:url("img/entrepreneur-593361.jpg");
	background-image: -webkit-image-set(url("img/entrepreneur-593361.webp") 1x,
url("img/entrepreneur-593361.webp") 2x);background-image: image-set(url("img/entrepreneur-593361.jpg") 1x,
url("img/entrepreneur-593361.jpg") 2x,url("img/entrepreneur-593361.webp") 1x,
url("img/entrepreneur-593361.webp") 2x);
	background-color:var(--swatch-var-4792);
	background-position:center center;
	background-blend-mode:overlay;
}
.card-rechts{
	background-image:url("img/speaker-head2.jpg");
	background-image: -webkit-image-set(url("img/speaker-head2.webp") 1x,
url("img/speaker-head2.webp") 2x);background-image: image-set(url("img/speaker-head2.jpg") 1x,
url("img/speaker-head2.jpg") 2x,url("img/speaker-head2.webp") 1x,
url("img/speaker-head2.webp") 2x);
	background-color:var(--swatch-var-4792);
	background-position:center center;
	background-blend-mode:overlay;
}
.card-text{
	color:var(--swatch-var-1367)!important;
	text-align:left;
}
.card-button{
	border-style:solid;
	border-color:#FFFFFF!important;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:2px;
	padding-left:30px;
	padding-right:30px;
}
.card-h1{
	line-height:300%;
}
.card-space{
	height:100%;
}
.h2-8-style{
	font-size:14px;
}
.p-420-style{
	font-size:15px;
}
.h1-14-style{
	line-height:40px;
}
.p-40-style{
	font-size:16px;
}
.p-601-style{
	font-size:16px;
	letter-spacing:0px;
}
.label-style{
	width:54.26%;
}
.label-bloc-1-style{
	width:43.73%;
}
.p-687-style{
	width:100%;
}
.img-whatsapp-li-style{
	width:696px;
}
.qr-code{
	min-width:200px;
	width:25%;
}
.lp-text-links{
	color:var(--swatch-var-4234)!important;
}
.img-204-style{
	width:200px;
}
blockquote{
	font-size:14px;
}
.block-p-quote{
	font-size:16px;
	margin-right:18%;
	margin-left:18%;
}
.p-775-style{
	font-size:14px;
}
.labelsr{
	color:var(--swatch-var-6100)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2864:rgba(118,83,74,1.00);
	
	--swatch-var-3582:rgba(255,255,255,1.00);
	
	--swatch-var-4234:rgba(218,196,183,1.00);
	
	--swatch-var-6100:rgba(118,83,74,1.00);
	
	--swatch-var-2653:rgba(126,0,2,1.00);
	
	--swatch-var-386:rgba(23,23,23,1.00);
	
	--swatch-var-4792:rgba(65,65,65,0.81);
	
	--swatch-var-7820:#521B92;
	
	--swatch-var-166:rgba(230,230,230,1.00);
	
	--swatch-var-1367:rgba(255,255,255,1.00);
	
	--swatch-var-3785:rgba(255,246,239,1.00);
	
	--swatch-var-7235:#27AE60;
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-7704:#EEE4D8;
	
}


/* Background colour styles */

.bgc-3582{
	background-color:var(--swatch-var-3582);
}
.bgc-7704{
	background-color:var(--swatch-var-7704);
}
.bgc-2864{
	background-color:var(--swatch-var-2864);
}
.bgc-4234{
	background-color:var(--swatch-var-4234);
}

/* Text colour styles */

.tc-2653{
	color:var(--swatch-var-2653)!important;
}
.tc-2864{
	color:var(--swatch-var-2864)!important;
}

/* Button colour styles */

.btn-c-2653{
	background:var(--swatch-var-2653);
	color:#FFFFFF!important;
}
.btn-c-2653:hover{
	background:#4B0000!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-projekte-202-202{
	background-image:url("img/projekte%202%202.jpg");
	background-image: -webkit-image-set(url("img/projekte%202%202.webp") 1x,
url("img/projekte%202%202.webp") 2x);background-image: image-set(url("img/projekte%202%202.jpg") 1x,
url("img/projekte%202%202.jpg") 2x,url("img/projekte%202%202.webp") 1x,
url("img/projekte%202%202.webp") 2x);
}
.bg-whatsapp-link{
	background-image:url("img/whatsapp-link.png");
	background-image: -webkit-image-set(url("img/whatsapp-link.webp") 1x,
url("img/whatsapp-link.webp") 2x);background-image: image-set(url("img/whatsapp-link.png") 1x,
url("img/whatsapp-link.png") 2x,url("img/whatsapp-link.webp") 1x,
url("img/whatsapp-link.webp") 2x);
}

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

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}
.samehtwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}.data-display .fleft {
	float:left;
	 margin-right:15px;
}
.data-display.card h3 {
	margin:0 0 3px 0 !important;
	 font-size:1.1em;
}
.data-display.card h4 {
	margin:0 0 6px 0  !important;
}
.data-display[data-image-size="sml"] .media img {
	width: 50px;
	 height: 50px;
}
.data-display[data-image-size="med"] .media img {
	width: 55px;
	 height: 55px;
}
.data-display[data-image-size="lrg"] .media img {
	width: 60px;
	 height: 60px;
}
.data-display[data-image-size="lrg"] .media:last-child {
	margin-bottom: 27px !important;
}
.data-display[data-image-size="med"] .media:last-child {
	margin-bottom: 27px !important;
}
.data-display .media img.rounded, .data-display .media img[data-shape="rounded"],.data-display .media img[data-shape="0"]{
		border-radius: 0.25rem !important;
}
.data-display .media img.circle,.data-display .media img[data-shape="1"]{
		border-radius: 3rem !important;
}
.data-display .media {
	margin-bottom:20px;
	 height:50px;
}
.data-display.card[data-bold="1"] h3 .progress-title {
	font-weight:bold !important;
}
.data-display .media:last-child {
	margin-bottom: 20px !important;
}
.data-display {
	margin: auto;
}
.data-display.hide .progress-bar {
	opacity: 0}.data-display.hide.anima .progress-bar {
	  opacity: 1;
	  animation-name: example;
	  animation-duration: 1s;
}
@keyframes example {
	  from {
	width: 0px;
}
  to {
}
}.data-display[data-bar-height="sml"] .progress, .data-display[data-bar-height="sml"] .progress-bar {
	height:3px !important;
}
.data-display[data-bar-height="med"] .progress, .data-display[data-bar-height="med"] .progress-bar {
	height:5px !important;
}
.data-display[data-bar-height="lrg"] .progress, .data-display[data-bar-height="lrg"] .progress-bar {
	height:7px !important;
}
.data-display[data-bar-height="xlrg"] .progress, .data-display[data-bar-height="xlrg"] .progress-bar {
	height:10px !important;
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"LinBiolinumO";
	}
	.linkespalte{
		max-width:1000px;
	}
	.inhaltsspalte{
		max-width:80%;
	}
	.rechtespalte{
		max-width:1000px;
	}
	
}

@media (max-width: 767px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"LinBiolinumO";
	}
	.linkespalte{
	}
	.menue{
	}
	.inhaltsspalte{
		max-width:100%;
	}
	.headimage{
	}
	.randinnen{
		margin:5px 5px 5px 5px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"LinBiolinumO";
	}
	.randinnen{
		margin:5px 5px 5px 5px;
	}
	.titel{
		font-size:14px;
	}
	.titelgross{
		font-size:24px;
	}
	.titel2a{
		text-indent:20%;
	}
	.titelklein{
		font-size:14px;
	}
	.h1-bloc-1-style{
		font-size:15px;
	}
	.podcasticon{
		width:40px;
		height:40px;
	}
	.podcastname{
		text-align:center;
	}
	.img-179-style{
		width:80px;
		height:80px;
	}
	.img-180-style{
		width:80px;
		height:80px;
	}
	.img-deezer-ic-style{
		width:80px;
		height:80px;
	}
	.img-182-style{
		width:80px;
		height:80px;
	}
	.img-icon-audib-style{
		width:80px;
		height:80px;
	}
	.p-550-style{
		width:100%;
	}
	
}

