/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Floating Action Button - FAB
-----------------------------------------------------------------*/

.fab {
	position:fixed;
	width:160px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}


/* ----------------------------------------------------------------
	Linkfärbung im Index-Swiper
-----------------------------------------------------------------*/

.a-grau {
	text-decoration: none !important;
	color: #282828;
}

.a-rot {
	text-decoration: none !important;
	color: #9a1e2d;
}


/* ----------------------------------------------------------------
	Farbakzente in WAS WIR ANBIETEN
-----------------------------------------------------------------*/

.gradient-light-passbilder,
.h-gradient-light-passbilder:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, #c4c3be 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #c4c3be 100%) !important;
}

.gradient-light-bewerbungbasic,
.h-gradient-light-bewerbungbasic:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, #5090de 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #5090de 100%) !important;
}

.gradient-light-businessserien,
.h-gradient-light-businessserien:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, #5e6880 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #5e6880 100%) !important;
}

.gradient-light-hochzeitsbegleitung,
.h-gradient-light-hochzeitsbegleitung:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, #9a1e2d 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #9a1e2d 100%) !important;
}

.gradient-light-ffe,
.h-gradient-light-ffe:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, #d592a2 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #d592a2 100%) !important;
}

.gradient-light-schulekiga,
.h-gradient-light-schulekiga:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, #25686b 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #25686b 100%) !important;
}

.gradient-light-firmenkunden,
.h-gradient-light-firmenkunden:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, ^#d3d4d8 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #d3d4d8 100%) !important;
}

.gradient-light-selfiebox,
.h-gradient-light-selfiebox:hover {
	background-image: -webkit-linear-gradient(to right, #f9f9f9 90%, #fd4845 100%) !important;
	background-image: linear-gradient(to right, #f9f9f9 90%, #fd4845 100%) !important;
}

.gradient-light-oeffnungszeiten,
.h-gradient-light-oeffnungszeiten: {
	background-image: -webkit-linear-gradient(to right, #ffffff 90%, #fd4845 100%) !important;
	background-image: linear-gradient(to right, #ffffff 90%, #fd4845 100%) !important;
}




/* ----------------------------------------------------------------
	Hintergruende
-----------------------------------------------------------------*/

.margin-center-vert	{
	display: flex;
	justify-content: center;
	align-items: center;
}

.margin-center-hori	{
	display: block;
	margin-left: auto;
	margin-right: auto;		
}

.object-centered {
    display: block;
	margin: 7%;
    padding-left: auto;
    padding-right: auto;
	padding-top: auto;
	padding-bottom: auto;
}

.section-centered {
	/*background-color: #343a40;*/
	background-size: cover;
	background-image:url("../img/home/stuff-on-desk.jpg");
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.section-centered-business {
	background-color: #383e4c;
	background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto }

.section-centered-ffe {
	background-color: #2f4745;
	background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.bg-color-business-serien {
	background-color: #643a71;
}

.si-studio-red:hover,
.si-colored.si-studio-red { background-color: #9a1e2d !important; }

#page-title-faqs {
	position: relative;
	padding: 2rem 0;
	background-color: #f1eee9;
	border-bottom: 1px solid #EEE;
}

/* ----------------------------------------------------------------
	Map Anfahrt
-----------------------------------------------------------------*/

.map-image {
	border-radius: 5px;
	position: relative;
	padding-right: 5%;
	/*overflow: hidden;*/
}

.faqs-vertical-center {
  margin: 0;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* ----------------------------------------------------------------
	Trenner Passbilder
-----------------------------------------------------------------*/

.divider-rot::after,
.divider-rot::before {
	content: '';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	height: 1px;
	background-color: #9a1e2d;
}

.divider-rot.divider-center::before {
	display: block;
}

.divider-rot {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin: 3rem auto;
	color: #b42f2d;
	width: 100%;
}

.divider-rot::before {
	display: none;
	margin-right: 0.5rem;
}

.divider-rot::after {
	margin-left: 0.5rem;
}
	
/* ----------------------------------------------------------------
	Trenner Bewerbung Basic
-----------------------------------------------------------------*/

.divider-blau::after,
.divider-blau::before {
	content: '';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	height: 1px;
	background-color: #5090de;
}

.divider-blau.divider-center::before {
	display: block;
}

.divider-blau {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin: 3rem auto;
	color: #5090de;
	width: 100%;
}

.divider-blau::before {
	display: none;
	margin-right: 0.5rem;
}

.divider-blau::after {
	margin-left: 0.5rem;
}

/* ----------------------------------------------------------------
	Ablaufschritte Bewerbung Basic
-----------------------------------------------------------------*/

.process-steps-bb {
	margin: 0 0 40px;
	list-style: none;
}

.process-steps-bb li {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.process-steps-bb li .i-circled { margin-bottom: 0 !important; }

.process-steps-bb li .i-bordered { background-color: #FFF; }

.process-steps-bb li h5 {
	margin: 15px 0 0 0;
	font-size: 1rem;
	font-weight: 300;
}

.process-steps-bb li.active h5,
.process-steps-bb li.ui-tabs-active h5 {
	font-weight: 600;
	color: #5090de;
}

.process-steps-bb li.active a,
.process-steps-bb li.ui-tabs-active a {
	background-color: #5090de !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-color: #5090de !important;
}

@media (min-width: 992px) {

	.process-steps-bb li::before,
	.process-steps-bb li::after {
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		margin-left: -26px;
		width: 50%;
		border-top: 1px dashed #DDD;
	}

	.process-steps-bb li::after {
		left: auto;
		right: 0;
		margin: 0 -26px 0 0;
	}

	.process-steps-bb li:first-child::before,
	.process-steps-bb li:last-child::after { display: none; }

}

/* ----------------------------------------------------------------
	Styled Icons Bewerbung Basic
-----------------------------------------------------------------*/

.i-rounded-blau,
.i-plain-blau,
.i-circled-blau,
.i-bordered-blau,
.social-icon-blau {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}

body:not(.device-touch) .i-rounded-blau,
body:not(.device-touch) .i-plain-blau,
body:not(.device-touch) .i-circled-blau,
body:not(.device-touch) .i-bordered-blau,
body:not(.device-touch) .social-icon-blau {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.i-rounded-blau,
.i-circled-blau,
.i-bordered-blau {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}

.i-bordered-blau {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}

.i-plain-blau {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}

.i-plain-blau:hover { color: #777; }

.i-circled-blau { border-radius: 50%; }

.i-light-blau {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt-blau {
	background-image: url('../images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
}


.i-rounded-blau:hover,
.i-circled-blau:hover {
	background-color: #5090de;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered-blau:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}



/* ----------------------------------------------------------------
	Button Primary Bewerbung Basic
-----------------------------------------------------------------*/

.btn-primary-bb {
  color: #fff;
  background-color: #5090de;
  border-color: #5090de;
  /*background-color: #007bff;
  border-color: #007bff;*/
}

.btn-primary-bb:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary-bb:focus, .btn-primary-bb.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary-bb.disabled, .btn-primary-bb:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary-bb:not(:disabled):not(.disabled):active, .btn-primary-bb:not(:disabled):not(.disabled).active,
.show > .btn-primary-bb.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary-bb:not(:disabled):not(.disabled):active:focus, .btn-primary-bb:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-bb.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


/* Tabs - Galerienavigation FFE
-----------------------------------------------------------------*/


.tab-nav.tab-nav2-ffe {
	border-bottom: 0;
	padding: 0;
}

.tab-nav.tab-nav2-ffe li {
	border: 0;
	margin-left: 10px;
}

.tab-nav.tab-nav2-ffe li:first-child {
	margin-left: 0;
	border-left: 0;
}

.tab-nav.tab-nav2-ffe li a {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tab-nav.tab-nav2-ffe li.ui-state-active a {
	top: 0;
	background-color: #e3a2ab;
	color: #ffd5bd;
}


/*  Tabs - Galerienavigation FFE
-----------------------------------------------------------------*/

	.side-tabs .tab-nav.tab-nav2-ffe { border: 0; }

	.side-tabs .tab-nav.tab-nav2-ffe li {
		border: 0;
		margin: 6px 0 0;
	}

	.side-tabs .tab-nav.tab-nav2-ffe li:first-child { margin-top: 0; }

	.side-tabs .tab-nav.tab-nav2-ffe li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

	.side-tabs .tab-nav.tab-nav2-ffe li.ui-state-active a { right: 0; }

/*  Rundecken oben -  FFE
-----------------------------------------------------------------*/

	.rundeckoben-ffe	{
		-webkit-border-radius: 20px 20px 0px 0px;
		-moz-border-radius: 20px 20px 0px 0px;
		border-radius: 20px 20px 0px 0px;
	}



/*  Download-Button - Hochzeit
-----------------------------------------------------------------*/

.btn-hochzeit-dl {
  background: #cfb4cc;
  background-image: -webkit-linear-gradient(top, #cfb4cc, #998597);
  background-image: -moz-linear-gradient(top, #cfb4cc, #998597);
  background-image: -ms-linear-gradient(top, #cfb4cc, #998597);
  background-image: -o-linear-gradient(top, #cfb4cc, #998597);
  background-image: linear-gradient(to bottom, #cfb4cc, #998597);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-hochzeit-dl:hover {
  background: #998597;
  background-image: -webkit-linear-gradient(top, #998597, #cfb4cc);
  background-image: -moz-linear-gradient(top, #998597, #cfb4cc);
  background-image: -ms-linear-gradient(top, #998597, #cfb4cc);
  background-image: -o-linear-gradient(top, #998597, #cfb4cc);
  background-image: linear-gradient(to bottom, #998597, #cfb4cc);
  text-decoration: none;
}


/*  box-shadow Firmenkunden
-----------------------------------------------------------------*/

.box-shadow-fiku	{
        box-shadow: 0 0px 0px 0px #5c5c5c, 0 0px 0px 0px #5c5c5c, 0px 0 45px 0px #5c5c5c, 0px 0 45px 0px #5c5c5c;
        background: #5c5c5c;
}


/*  Firmenkunden
-----------------------------------------------------------------*/

.swiper-slide-bg-hori {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 67%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.swiper-slide-bg-vert {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:  79%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

/* Homepage -> Abstand Caption-Box zu unterem Rand
----------------------------------------------------------------*/

.abstand-caption-unten {
		margin-bottom: 20%;
		margin-top: auto;
}

@media (max-width: 576px) {
	.abstand-caption-unten {
		margin-bottom: 11%;
		margin-top: auto;
	}
}
