/*-----------------------------------------------------------------------------------
	REVIDERM  - Karriere
	About: Powered by DESIGNIFY
	Author: DESIGNIFY
	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;}
.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:'Circular-Book';
	src: url('./fonts/Circular-Book/lineto-circular-pro-book.woff2');
	src: url('./fonts/Circular-Book/lineto-circular-pro-book.woff2') format('woff2'),
	url('./fonts/Circular-Book/lineto-circular-pro-book.woff') format('woff'),
	url('./fonts/Circular-Book/lineto-circular-pro-book.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Circular-Bold';
	src: url('./fonts/Circular-Bold/lineto-circular-pro-bold.woff2');
	src: url('./fonts/Circular-Bold/lineto-circular-pro-bold.woff2') format('woff2'),
	url('./fonts/Circular-Bold/lineto-circular-pro-bold.woff') format('woff');
	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-xxl{
	padding:200px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* 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;
}
.voffset-md{
	margin-top:50px;
}


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

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

.icon-spacer{
	margin-right:5px;
}

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

/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



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




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

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

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Circular-Book";
}
.container{
	max-width:1170px;
}
label{
	;
}
.tooltip-inner{
	color:#FFFFFF!important;
	background-color:#333333;
}
p{
	font-size:17px;
	line-height:24px;
}
h6{
	font-size:17px;
	line-height:24px;
	font-family:"Circular-Bold";
}
h5{
	font-size:20px;
	line-height:25px;
}
h4{
	font-size:22px;
	line-height:28px;
}
h3{
	font-size:24px;
	line-height:30px;
}
h2{
	font-size:28px;
	line-height:34px;
}
.bloc-divider-h-span{
	background-color:#000000;
	background-size:auto 5px;
	font-weight:normal;
	text-shadow:0px 0px 0px #000000;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	background-repeat:no-repeat;
	background-position:left center;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	border-style:none;
}
.p-text-klein{
	font-family:"Circular-Book";
	font-size:14px;
	line-height:17px;
}
.button-anmeldung{
	font-family:"Circular-Bold";
	font-size:19px;
	color:#FFFFFF!important;
	background-color:#7C003C;
}
.scrollToTop{
	background-color:#CAC7C7;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.logo-copy-1{
	width:173px;
	margin-top:0px;
	padding-top:20px;
	margin-bottom:0px;
	padding-bottom:10px;
}
.button-anmelden-sticky{
	font-family:"Circular-Bold";
	font-size:15px;
	color:#FFFFFF!important;
	background-color:#7C003C;
}
.button-anmelden-sticky:hover{
	background-color:var(--swatch-var-1268);
}
.team-card{
	border-style:_popUpItemAction:;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.img-card-hr{
	width:170px;
	height:170px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	padding-left:0px;
}
.p-modal-testimonial{
	font-size:15px;
	line-height:19px;
}
.p-testimonial-rot{
	font-size:15px;
	line-height:19px;
	color:#7C003C!important;
}
.column-anmeldung{
	padding-bottom:30px;
	padding-top:10px;
	margin-bottom:20px;
}
.kreis-rot{
	font-family:"Circular-Book";
	font-size:20px;
	background-color:#7C003C;
	color:#FFFFFF!important;
	border-style:solid;
	float:initial;
	border-color:#7C003C!important;
	padding:5px 12px 5px 12px;
	border-radius:15px 15px 15px 15px;
	border-width:1px 1px 1px 1px;
}
.kreis-rot-1{
	padding-right:13px;
	padding-left:13px;
}
.h6-style{
	font-size:15px;
}
.card-footer{
	margin-top:-5px;
	border-color:transparent!important;
	background-color:transparent;
}
.card-programm{
	border-style:solid;
	background-color:transparent;
	border-color:#666666!important;
	width:100%;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.div-card-kunden-1{
	top:115px;
	position:relative;
}
.div-card-kunden-2{
	position:relative;
	top:25px;
}
.icon-networking{
	max-height:60px;
}
.card-100-width{
	width:100%;
}
.list-speaker{
	width:100%;
	margin-bottom:10px;
}
.icon-list-speaker{
	margin-right:10px;
}
.button-vita{
	color:#000000!important;
	font-family:"Circular-Book";
	font-size:17px;
	font-weight:normal;
	width:200px;
	text-align:left;
	background-color:#F9EBE6;
}
.button-vita:hover{
	background-color:#F9EBE6;
}
.icon-btn-vita{
	margin-right:24px;
}
.name-fachbereich{
	margin-bottom:15px;
	margin-left:48px;
}
.link-style{
	text-decoration:none;
}
.link-0-style{
	text-decoration:none;
}
.link-6907-style{
	text-decoration:none;
}
.link-refer{
	text-decoration:none;
	font-weight:normal;
	font-family:"Circular-Bold";
}
.icon-benefits{
	width:25%;
}
.icon-fachbereich{
	width:50%;
}
.card-ausbildung{
	width:100%;
	border-style:_popUpItemAction:;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.container-div-style{
	width:100%;
}
.p-karriere-steps{
	color:#FFFFFF!important;
}
.column-kp{
	background-color:#7C003C;
	margin-right:5px;
}
.h6-kp{
	color:#FEFFFE!important;
}
.divider-background-color{
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.divider-bloc-11-background-color{
	background-color:#FFFFFF;
}
.link-bloc-6-style{
	text-decoration:none;
}
.card-hr{
	background-color:transparent;
	border-style:solid;
	border-color:#323332!important;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.link-bloc-11-style{
	text-decoration:none;
}
.link-0-bloc-11-style{
	text-decoration:none;
}
.link-impressum-style{
	text-decoration:none;
}
.link-agb-style{
	text-decoration:none;
}
.link-21024-style{
	text-decoration:none;
}
.icon-fachbereich1{
	margin-right:15px;
}
.icon-fachbereich2{
	margin-right:10px;
}
.icon-fachbereich3{
	margin-right:18px;
}
.icons-list-fachbereiche{
	width:70%;
}
.navbar-brand img{
	height:26px;
}
.card-breite{
	border-color:#323332!important;
	border-style:solid;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.card-werte{
	width:100%;
}
.column-auflistung{
	border-style:solid;
	border-color:#F9EBE6!important;
	margin-left:0px;
	margin-bottom:20px;
	border-width:0px 0px 0px 5px;
}
.raw-margin-parallax{
	margin-top:100px;
	margin-bottom:100px;
}
.card-true-care{
	border-style:solid;
	border-color:#323332!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.card-hg-rosa{
	background-color:#F9EBE6;
}
.btn-more-firma{
	float:left;
	margin-bottom:10px;
}
.list-zahl{
	font-size:25px;
	font-family:"Circular-Book";
	color:#7C003C!important;
	margin-left:10px;
}
.list-text-color{
	color:#2E2924!important;
}
.card-hg-grey{
	background-color:#EAEAEA;
	color:#2E2924!important;
}
.p-rot{
	color:#7C003C!important;
}
.h1-parallax{
	font-family:"Circular-Book";
	font-weight:lighter;
	font-size:30px;
	line-height:45px;
}
.link-bloc-59-style{
	text-decoration:none;
}
.link-0-bloc-59-style{
	text-decoration:none;
}
.link-37302-style{
	text-decoration:none;
}
.link-32484-style{
	text-decoration:none;
}
.link-36441-style{
	text-decoration:none;
}
.link-3145-style{
	text-decoration:none;
}
.link-18318-style{
	text-decoration:none;
}
.link-28293-style{
	text-decoration:none;
}
.link-19199-style{
	text-decoration:none;
}
.link-46162-style{
	text-decoration:none;
}
.button-anmeldung:hover{
	background-color:var(--swatch-var-1268);
}
.button-anmeldung:active{
	background-color:var(--swatch-var-1268);
}
.button-anmeldung:focus{
	background-color:var(--swatch-var-1268);
}
.button-anmeldung:visited{
	background-color:var(--swatch-var-1268);
}
.button-anmelden-sticky:active{
	background-color:var(--swatch-var-1268);
}
.button-anmelden-sticky:focus{
	background-color:var(--swatch-var-1268);
}
.button-anmelden-sticky:visited{
	background-color:var(--swatch-var-1268);
}
.img-style{
	width:1170px;
}
.img-bloc-18-style{
	width:1170px;
}
.img-31-style{
	width:1170px;
}
.img-bloc-2-style{
	width:1170px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3610:#2E2A25;
	
	--swatch-var-1268:rgba(124,0,61,1.00);
	
	--swatch-var-3266:#333333;
	
	--swatch-var-3450:rgba(255,255,255,1.0);
	
	--swatch-var-5814:#CAC8C8;
	
	--swatch-var-2041:#F4F2F7;
	
	--swatch-var-1009:#C9C8C7;
	
	--swatch-var-1451:#F9EBE6;
	
	--swatch-var-183:#FFFFFF;
	
	--swatch-var-1866:rgba(81,20,53,1.00);
	
	--swatch-var-5833:#591637;
	
}


/* Background colour styles */

.bgc-1268{
	background-color:var(--swatch-var-1268);
}
.bgc-1451{
	background-color:var(--swatch-var-1451);
}

/* Text colour styles */

.tc-3610{
	color:var(--swatch-var-3610)!important;
}
.tc-1268{
	color:var(--swatch-var-1268)!important;
}
.tc-3450{
	color:var(--swatch-var-3450)!important;
}

/* Link colour styles */

.ltc-3610{
	color:var(--swatch-var-3610)!important;
}
.ltc-3610:hover{
	color:#000000!important;
}
.ltc-1268{
	color:var(--swatch-var-1268)!important;
}
.ltc-1268:hover{
	color:#49000A!important;
}
.ltc-3266{
	color:var(--swatch-var-3266)!important;
}
.ltc-3266:hover{
	color:#000000!important;
}
.ltc-5833{
	color:var(--swatch-var-5833)!important;
}
.ltc-5833:hover{
	color:#260004!important;
}

/* Icon colour styles */

.icon-1268{
	color:var(--swatch-var-1268)!important;
	border-color:var(--swatch-var-1268)!important;
}
.icon-3450{
	color:var(--swatch-var-3450)!important;
	border-color:var(--swatch-var-3450)!important;
}
.icon-3610{
	color:var(--swatch-var-3610)!important;
	border-color:var(--swatch-var-3610)!important;
}

/* Bloc image backgrounds */

.bg-parallax-bg{
	background-image:url("img/parallax-bg.jpg");
}
.bg-parallax-unternehmen{
	background-image:url("img/parallax-unternehmen.jpg");
}



/* = 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){
	h5{
		font-size:20px;
		line-height:25px;
	}
	h4{
		font-size:22px;
		line-height:28px;
	}
	h3{
		font-size:24px;
		line-height:30px;
	}
	h2{
		font-size:26px;
		line-height:32px;
	}
	.p-text-klein{
	}
	h6{
		font-family:"Circular-Bold";
		font-size:17px;
		line-height:24px;
	}
	.img-card-hr{
		width:170px;
		height:170px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.p-modal-testimonial{
		line-height:19px;
	}
	.p-testimonial-rot{
		font-size:15px;
		line-height:19px;
		color:#701C45!important;
	}
	.kreis-rot{
		float:initial;
	}
	.mt-md-0{
	}
	.card-footer{
		padding-bottom:0px;
		margin-bottom:0px;
		margin-top:-10px;
	}
	.h6-style{
		margin-bottom:5px;
	}
	.column-speaker-margin{
		margin-bottom:10px;
	}
	.card-programm{
		margin-bottom:15px;
	}
	.div-card-kunden-1{
		top:0px;
	}
	.div-card-kunden-2{
		top:40px;
	}
	.mt-3{
	}
	.team-card{
		margin-bottom:0px;
		padding-bottom:15px;
	}
	.icon-benefits{
		width:35%;
	}
	.icon-fachbereich{
		width:30%;
	}
	.container-div-style{
		margin-bottom:15px;
	}
	.column-kp{
		margin-bottom:15px;
	}
	.raw-margin-parallax{
		margin-top:70px;
		margin-bottom:70px;
	}
	.btn-more-firma{
		margin-bottom:19px;
	}
	.card-true-care{
		margin-bottom:10px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	h2{
		font-size:24px;
		line-height:30px;
	}
	h3{
		font-size:22px;
		line-height:28px;
	}
	h4{
		font-size:20px;
		line-height:25px;
	}
	h5{
		font-size:20px;
		line-height:25px;
	}
	h6{
		font-size:17px;
		line-height:24px;
		font-family:"Circular-Bold";
	}
	.button-anmeldung{
		font-size:18px;
		float:left;
	}
	.img-card-hr{
		width:170px;
		height:170px;
		margin-right:0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.kreis-rot{
		display:inline;
		float:none;
	}
	.card-footer{
		margin-top:-10px;
	}
	.h6-style{
		margin-bottom:5px;
	}
	.card-programm{
		margin-bottom:20px;
	}
	.div-card-kunden-1{
		top:0px;
	}
	.card-breite{
		width:100%;
	}
	.name-fachbereich{
		margin-left:47px;
	}
	.div-card-kunden-2{
		top:0px;
	}
	.icon-benefits{
		width:25%;
	}
	.card-ausbildung{
		margin-bottom:20px;
	}
	.container-div-style{
		margin-bottom:15px;
	}
	.column-kp{
		margin-bottom:15px;
	}
	.navbar-brand img{
		height:25px;
	}
	.raw-margin-parallax{
		margin-top:50px;
		margin-bottom:50px;
	}
	.card-werte{
		margin-bottom:20px;
	}
	.card-true-care{
		margin-bottom:20px;
	}
	.btn-more-firma{
		margin-bottom:20px;
		float:left;
	}
	.card-hg-rosa{
		margin-bottom:20px;
	}
	.card-hg-grey{
		margin-bottom:20px;
	}
	.h1-parallax{
		font-size:30px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* 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){
	h4{
		font-size:20px;
		line-height:25px;
	}
	h3{
		font-size:22px;
		line-height:28px;
	}
	h5{
		font-size:19px;
		line-height:24px;
	}
	h2{
		font-size:24px;
		line-height:30px;
	}
	h6{
		font-family:"Circular-Bold";
		font-size:17px;
		line-height:24px;
	}
	.img-card-hr{
		width:170px;
		margin-bottom:10px;
		margin-top:10px;
	}
	.kreis-rot{
		display:inline;
		float:none;
		text-align:center;
	}
	.h6-style{
		margin-bottom:5px;
	}
	.column-speaker-margin{
	}
	.name-fachbereich{
		margin-left:0px;
	}
	.icon-fachbereich{
		width:30%;
	}
	.card-ausbildung{
	}
	.container-div-style{
		margin-bottom:15px;
	}
	.column-kp{
		margin-bottom:15px;
	}
	.icons-list-fachbereiche{
		width:50%;
		float:left;
	}
	.navbar-brand img{
		height:20px;
	}
	.raw-margin-parallax{
		margin-top:0px;
		margin-bottom:0px;
	}
	.card-werte{
		margin-bottom:20px;
	}
	.button-anmeldung{
		position:relative;
	}
	.btn-more-firma{
		margin-bottom:20px;
		float:left;
	}
	.card-hg-rosa{
		margin-bottom:20px;
	}
	.list-zahl{
		margin-left:10px;
	}
	.card-hg-grey{
		margin-bottom:20px;
	}
	.h1-parallax{
		font-size:24px;
		line-height:30px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

