/*
 * CSS-Core
 *
 * Version 1.0 
 * (c) 2019
 */

* {
    margin: 0;
    padding: 0;
    border: 0;
	}

*,
*:before,
*:after {
    box-sizing: border-box;
	}

html, 
body {
	height: 100%;
	}

body {
    color: #000000;
    font-size: 100%;
    font-family: 'Sarre-Light', Arial, Helvetica, sans-serif !important;
	}
	
body.layout-1,
body.layout-2 {
	display: flex;
	flex-direction: column;
	}
	
body.layout-3,
body.layout-4 {
	background:transparent url(../images/backend/login-bg.png) no-repeat left top;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	}
	
body.layout-3.modal-open,
body.layout-4.modal-open {
	overflow:visible !important;
	}
	
body.layout-1 main,
body.layout-2 main {
	flex: 1 0 auto;
	}
	
body.layout-1 footer,
body.layout-2 footer {
	flex-shrink: 0;
	}
	
body.layout-3,
body.layout-4 {
	display:flex;
	flex-direction:column;
	width:100%;
	height:100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

body.layout-3 > main,
body.layout-4 > main {
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}
	
body.layout-3 > header .top-bar,
body.layout-4 > header .top-bar {
	position:relative !important;
	}

body.layout-3 > header,
body.layout-3 > main,
body.layout-3 > footer,
body.layout-4 > header,
body.layout-4 > main,
body.layout-4 > footer {
	width:100%;
	}
	
body.layout-3 #content,
body.layout-4 #content {
	margin:0 !important;
	}
	
body.layout-3 .card-wrapper .card-rotating .face,
body.layout-4 .card-wrapper .card-rotating .face {
	position:relative !important;
	}
	
body.layout-3 .card.card-rotating .face.front,
body.layout-4 .card.card-rotating .face.front {
	display:block;
	}
	
body.layout-3 .card.card-rotating .face.back,
body.layout-4 .card.card-rotating .face.back {
	display:none;
	}
	
body.layout-3 .card.card-rotating.flipped .face.front,
body.layout-4 .card.card-rotating.flipped .face.front {
	display:none;
	}
	
body.layout-3 .card.card-rotating.flipped .face.back,
body.layout-4 .card.card-rotating.flipped .face.back {
	display:block;
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: block;
    vertical-align: baseline;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}


/**
 *	Allgemeine Styles
 *
 */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.no-margin {
    margin-bottom: 0 !important;
}

.text-center {
	text-align:center;
	}

.valign-wrapper {
    flex-wrap: wrap;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media screen and (min-width: 768px) {
    .col-group {
        display: table;
        width: 100%;
    }
    .col-group>.col {
        display: table-cell;
        vertical-align: top;
    }
    .group-type-50-50>.col {
        width: 50%;
    }
    .group-type-70-30>.col:first-child {
        width: 70%;
        vertical-align: top;
        padding-right: 10px;
    }
    .group-type-70-30>.col:last-child {
        width: 30%;
        padding-left: 10px;
    }
    .group-type-60-40>.col:first-child {
        width: 60%;
        vertical-align: top;
        padding-right: 10px;
    }
    .group-type-60-40>.col:last-child {
        width: 40%;
        padding-left: 10px;
    }
    .group-type-33-33-33>.col {
        width: 33.3%;
        padding-left: 10px;
    }
}


/**
 *	Customizing Materializecss
 *
 */
 
@media screen and (max-width: 600px) {

	/* Abstände links und rechts auf mobil durch Klasse .frame-Klassen steuern */
	.container {
		width:auto !important;
		margin-left:0 !important;
		margin-right:0 !important;
		}
	
}
 
.row.grid {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.row.grid>.col {
    margin-left: 0 !important;
}


/**
 *	Cookie Hinweis
 *
 */
 
.cc_container {
	background-color:rgba(51,51,51,0.8) !important;
	}

.cc_container .cc_message {
	color:#FFFFFF !important;
	line-height:20px !important;
	}

.cc_container .cc_message a {
	text-decoration:underline !important;
	}
	
.cc_btn {
	color:#FFFFFF !important;
	background-color:#388e3c !important;
	}

/**
 *	Header
 *
 */

#header .top-bar {
	min-height:55px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#header .top-bar.header--fixed {
    position: fixed;
    z-index: 200;
    right: 0;
    left: 0;
    top: 0;
}

#header .top-bar>.inner-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1270px;
	min-height:55px;
}

#logo {
    position: absolute;
    top:17px !important;
    right:22px;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    width: 95px;
    height: 110px;
    -webkit-transition: top 0.5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: top 0.5s cubic-bezier(0, 1, 0, 1);
    -o-transition: top 0.5s cubic-bezier(0, 1, 0, 1);
    transition: top 0.5s cubic-bezier(0, 1, 0, 1);
}

.headroom--unpinned #logo {
    top: -166px;
    transition: top 1s ease-in-out;
	}
	
.layout-3 #logo,
.layout-4 #logo,
.headroom--not-top #logo {
	position:absolute;
	top:5px !important;
	right:120px;
	width:50px;
	height:45px;
	overflow:hidden;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	}
	
.layout-3 #logo,
.layout-4 #logo,
.headroom--not-top #logo {
	right:50%;
	}

.headroom--not-top #logo img {
	width:50px;
	height:55px;
	}
	
.headroom--unpinned #logo {
	display:none;
	}

/*@media screen and (min-width: 768px) {
	
    #logo {
        left:15px !important;
        top:20px !important;
        width:70px !important;
        height:79px !important;
		}
		
	.layout-3 #logo,
	.layout-4 #logo,
	.headroom--not-top #logo {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		overflow:hidden;
		width:55px !important;
        height:55px !important;
		}
		
	.headroom--not-top #logo img {
		width:55px !important;
        height:62px !important;
		}
	
}

@media screen and (min-width: 992px) {

	#logo {
        left: 25px !important;
        top: 20px !important;
        width: 154px !important;
        height: 174px !important;
		}

	.layout-3 #logo,
	.layout-4 #logo,
	.headroom--not-top #logo {
		top:13px!important;
		width:80px !important;
        height:75px !important;
		}
		
	.headroom--not-top #logo img {
		width:80px !important;
        height:90px !important;
		}
	
}

@media screen and (min-width: 1400px) {
	
    #logo {
        left:0 !important;
		width: 178px !important;
        height: 201px !important;
		}
	
}*/


/**
 *	Hauptnavigation
 *
 */

#nav {
    display: none;
    box-shadow: none !important;
	}
	
#nav .level-1 {
	margin-bottom:0;
	}

@media screen and (min-width: 768px) {
	
    #nav {
        display:block;
		margin:0 auto;
        background-color:#FFFFFF;
		}
		
    #nav {
        text-align:center;
		}
		
    #nav ul li.active {
        background:none !important;
		}
		
    #nav .level-1 > li {
        position:relative;
        display:inline-block;
        float:none;
		}
		
    #nav .level-1 > li > a {
		display:block;
        margin:0 1px;
        padding:0 20px;
        font-family:'Sarre-Bold';
        font-size:1.2rem;
        color:#333333;
        text-transform:uppercase;
		line-height:62px;
		}
		
	#nav .level-1>li>a > span {
		display:inline;
		padding-bottom:4px;
		border-bottom:3px solid transparent;
		}
	
    #nav .level-1>li.active>a > span,
    #nav .level-1>li>a:focus > span,
    #nav .level-1>li>a:hover > span {
        border-color:#CFD8DC;
		}
}

@media screen and (min-width: 992px) {
	
	#nav {
		padding-right:2.5rem;
		}
	
	#nav .level-1 > li > a {
        font-size:1.25rem;
		line-height:88px;
		}
	
}

@media screen and (min-width: 1200px) {
	
	#nav .level-1 > li > a {
        font-size:1.375rem;
    }
	
}

#nav .level-2 {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 230px;
    padding:10px 10px 0 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

#nav li:focus .level-2,
#nav li:hover .level-2 {
    display: block;
	}

#nav .level-2>li {
    display: block !important;
    float: none !important;
    text-align: left;
	}

#nav .level-2>li>a {
    display: block;
	padding:5px 5px;
    font-size: 1.25rem;
    color: #333333;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	}

#nav .level-2>li.active>a,
#nav .level-2>li>a:focus,
#nav .level-2>li>a:hover {
	color:#FFFFFF;
	background-color:#000000;
	}
	
@media screen and (min-width: 768px) {
	
	#nav .level-2 {
		padding:0 !important;
		}
		
	#nav .level-2>li>a {
		padding:7px 12px;
		}
		
	#nav .level-2>li.active>a,
	#nav .level-2>li>a:focus,
	#nav .level-2>li>a:hover {
		color: #333333;
		background-color:#CFD8DC;
		}

}
	
@media screen and (min-width: 1200px) {
	
	#nav .level-2 {
		top:88px;
		padding:10px;
		}
	
}

/**
 *	Nav Mobile
 *
 */
 
#nav-mobile-trigger {
	position:absolute;
	left:20px;
	top:50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	
#nav-mobile-trigger > a {
	color:#000;
	}
	
#nav-mobile-trigger > a > i {
	font-size:24px;
	}
 
@media screen and (min-width: 768px) {

	#nav-mobile-trigger {
		display:none;
		}
	
}

/**
 *	Content
 *
 */

#content {
    margin-top:5.4rem;
	margin-bottom:30px;
	}
	
#page-1 #content {
	margin-top:3.5rem;
	}
	
@media screen and (min-width: 768px) {

	#page-1 #content {
		margin-top:3.875rem;
		}
	
}
	
@media screen and (min-width: 992px) {

	#page-1 #content {
		margin-top:5.375rem;
		}
	
}

/* Content-Breite Standard */
.frame-layout-0 > .container > .inner-wrap {
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
	}
	
/* Content-Breite Small */
.frame-layout-1 > .container > .inner-wrap {
	max-width:725px;
	margin-left:auto;
	margin-right:auto;
	}
	
/* Content-Breite Extended */
/*.frame-layout-2 > .container > .inner-wrap {
	
	}


.frame-space-after-medium {
    margin-bottom: 30px;
}

.frame-layout-0 {
    padding-left: 15px;
    padding-right: 15px;
	}

@media screen and (min-width: 992px) {
    .frame-space-after-medium {
        margin-bottom: 60px;
    }
    .frame-layout-0 {
        padding-left: 0;
        padding-right: 0;
    }
}
*/

.frame-space-before-extra-small {
	margin-top:0 !important;
	padding-top: 0.5em !important;
	}
.frame-space-before-small { 
	margin-top:0 !important;
	padding-top: 1em !important;
	}
	
.frame-space-before-medium {
	margin-top:0 !important;
	padding-top: 1.5em !important;
	}
	
.frame-space-before-large {
	margin-top:0 !important;
	padding-top: 2.5em !important;
	}
	
.frame-space-before-extra-large {
	margin-top:0 !important;
	padding-top: 3.5em !important;
	}
	
.frame-space-after-extra-small {
	margin-bottom:0 !important;
	padding-bottom: 0.5em !important;
	}
	
.frame-space-after-small {
	margin-bottom:0 !important;
	padding-bottom: 1em !important;
	}
	
.frame-space-after-medium {
	margin-bottom:0 !important;
	padding-bottom: 1.5em !important;
	}
	
.frame-space-after-large {
	margin-bottom:0 !important;
	padding-bottom: 2.5em !important;
	}
	
.frame-space-after-extra-large {
	margin-bottom:0 !important;
	padding-bottom: 3.5em !important;
	}
	
@media screen and (min-width: 768px) {
		
	.frame-space-before-extra-small {
		margin-top:0 !important;
		padding-top: 1em !important;
		}
	.frame-space-before-small { 
		margin-top:0 !important;
		padding-top: 2em !important;
		}
		
	.frame-space-before-medium {
		margin-top:0 !important;
		padding-top: 3em !important;
		}
		
	.frame-space-before-large {
		margin-top:0 !important;
		padding-top: 5em !important;
		}
		
	.frame-space-before-extra-large {
		margin-top:0 !important;
		padding-top: 7em !important;
		}
		
	.frame-space-after-extra-small {
		margin-bottom:0 !important;
		padding-bottom: 1em !important;
		}
		
	.frame-space-after-small {
		margin-bottom:0 !important;
		padding-bottom: 2em !important;
		}
		
	.frame-space-after-medium {
		margin-bottom:0 !important;
		padding-bottom: 3em !important;
		}
		
	.frame-space-after-large {
		margin-bottom:0 !important;
		padding-bottom: 5em !important;
		}
		
	.frame-space-after-extra-large {
		margin-bottom:0 !important;
		padding-bottom: 7em !important;
		}
	
}

.rte h1 {
	margin: 0 0 50px 0;
	padding: 0 0 20px 0;
	font-family: 'Sarre-Black', Arial, Helvetica, sans-serif !important;
	font-size: 2.188rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 0.85);
	text-align: center;
	border-bottom: 1px solid #707070;
    text-transform: uppercase;
	}
	
.rte .inner-wrap > h1:last-child {
	margin-bottom:0;
	}

.rte h2 {
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
    color: rgba(51, 51, 51, 0.7);
    font-size: 2.188rem;
    text-align: center;
    line-height: 2.063rem;
    border-bottom: 1px solid #707070;
    text-transform: uppercase;
	}
	
.rte .inner-wrap > h2:last-child {
	margin-bottom:0;
	}

.rte h3 {
    margin: 0 0 20px;
    color: #263238;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.500rem;
	}
	
.rte .inner-wrap > h3:last-child {
	margin-bottom:0;
	}
	
.rte h3.underlined {
	padding:0 0 10px 0;
	font-family: 'Sarre-Medium';
	font-size: 1rem;
	line-height: normal;
	text-align:center;
	border-bottom:1px solid #CFD8DC;
	}

@media screen and (min-width: 768px) {
	
	.rte h3.underlined {
		position: relative;
		display: block;
		padding: 0;
		font-family: 'Sarre-Bold';
		font-size: 1.750rem;
		line-height: normal;
		text-align:left;
		border-bottom:3px solid #CFD8DC;
	}

	.rte h3.underlined span {
		position: relative;
		bottom: -10px;
		padding-right: 5px;
		display: inline-block;
		background-color: #FFFFFF;
	}

}

.rte p {
    margin: 0 0 20px 0;
    color: #333333;
    font-size: 1rem;
    line-height: 1.375rem;
}

.rte a {
	color: #333333;
	text-decoration: underline;
	transition: color 0.2s linear 0s;
	}
	
.rte a:focus,
.rte a:hover {
	color: rgba(0, 0, 0, 0.5);
	}

.rte .btn-dark {
	color:#FFFFFF;
	text-decoration:none;
	}

.rte .btn-dark:focus,
.rte .btn-dark:hover {
	color:#000000;
	text-decoration:none;
	}

.rte strong {
    font-family: 'Sarre-Bold';
}

.rte ul.content-list {
    margin: 0 0 20px 10px;
}

.rte ul.content-list li {
    padding-left: 20px;
    padding-bottom: 8px;
    background: transparent url(../images/icons/list-icon.png) no-repeat left 8px;
}

.rte ol {
    margin: 0 0 20px 20px;
}

.rte table td {
	border:0;
	}

.rte .btn,
.rte .btn-large,
.rte .btn-small {
    font-family: 'Sarre-Medium';
	}

.rte .btn:focus,
.rte .btn:hover,
.rte .btn-large:focus,
.rte .btn-large:hover,
.rte .btn-small:focus,
.rte .btn-small:hover {
    color: #000000 !important;
    background-color: #FFFFFF !important;
	}

.rte .btn-block {
    display: block;
	}

.rte .btn-light {
    color: #333333;
    background-color: #CFD8DC;
	}

.frame-colorscheme-light,
.col.colorscheme-light {
    background-color: rgba(207, 216, 220, 0.3);
	}

.frame-colorscheme-dark,
.col.colorscheme-dark {
    background-color: #263238;
	}

.frame-colorscheme-dark h2,
.frame-colorscheme-dark h3,
.frame-colorscheme-dark h4,
.frame-colorscheme-dark p,
.frame-colorscheme-dark li,
.col.colorscheme-dark h2,
.col.colorscheme-dark h3,
.col.colorscheme-dark h4,
.col.colorscheme-dark p,
.col.colorscheme-dark li {
    color: #FFFFFF !important;
	}

.frame-colorscheme-black,
.col.colorscheme-black {
    background-color: #333333;
	}

.frame-colorscheme-black h2,
.frame-colorscheme-black h3,
.frame-colorscheme-black h4,
.frame-colorscheme-black p,
.frame-colorscheme-black li,
.frame-colorscheme-black .label,
.col.colorscheme-black h2,
.col.colorscheme-black h3,
.col.colorscheme-black h4,
.col.colorscheme-black p,
.col.colorscheme-black li,
.col.colorscheme-black .label {
    color: #FFFFFF !important;
	}
	
.frame-colorscheme-black svg,
.col.colorscheme-black svg {
    fill: #FFFFFF !important;
	}


/* Module Content-Boxen (2-spaltig) */

.frame-type-dce_dceuid2 .col {
    padding: 40px 15px;
    min-height: 500px;
	}

@media screen and (min-width: 768px) {
    .frame-type-dce_dceuid2 .col {
        padding: 80px;
    }
}

.frame-type-dce_dceuid2 .col.fullisize {
    padding: 0 !important;
}

.frame-type-dce_dceuid2 .col.fullisize img {
    width: 100%;
    height: auto;
    max-width: none;
}

.frame-type-dce_dceuid2 .col-left>.inner-wrap {
    max-width: 500px;
    float: right;
}

.frame-type-dce_dceuid2 .col-right>.inner-wrap {
    max-width: 500px;
}

.frame-type-dce_dceuid2 .col-left>.inner-wrap,
.frame-type-dce_dceuid2 .col-right>.inner-wrap {
    text-align: left;
}


/* Module Benefits */

.frame-type-dce_dceuid5 {
    padding-top:1.2rem !important;
}

.frame-type-dce_dceuid5 ul {
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.frame-type-dce_dceuid5 li {
	display: table-cell;
	width: 33.3%;
	vertical-align: top;
}

.frame-type-dce_dceuid5 li .icon {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
}

.frame-type-dce_dceuid5 li .label {
    display: block;
    margin: 0;
    font-size: 12px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 375px) {
	
	.frame-type-dce_dceuid5 li .label {
		font-size: 14px;
		}
	
}

@media screen and (min-width: 480px) {
	
	.frame-type-dce_dceuid5 li .label {
		font-size: 16px;
		}
	
}

@media screen and (min-width: 640px) {
	
	.frame-type-dce_dceuid5 li .label {
		font-size: 18px;
		}
	
}

@media screen and (min-width: 768px) {
	
	.frame-type-dce_dceuid5 li .label {
		font-size: 20px;
		}
	
}



/* Module Process Steps */

.frame-type-dce_dceuid7 ol {
	list-style-type: none;
	counter-reset:item;
	margin-left:0;
	}
	
.frame-type-dce_dceuid7 ol li {
	position:relative;
	counter-increment:item;
	text-align:center;
	padding-top:50px;
	padding-bottom:40px;
	}
	
.frame-type-dce_dceuid7 ol li:before {
	content:counter(item);
	position:absolute;
	left:50%;
	top:0;
	width:30px;
	height:30px;
	color:#FFFFFF;
	background-color:#CFD8DC;
	border-radius:50%;
	text-align:center;
	font-size:20px;
	font-family:'Sarre-Bold';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	}

.frame-type-dce_dceuid7 ol li .label {
	text-transform:uppercase;
	}
	
@media screen and (min-width: 992px) {
	
	.frame-type-dce_dceuid7 ol {
		display:table;
		width:100%;
		}
		
	.frame-type-dce_dceuid7 ol li {
		display:table-cell;
		vertical-align:top;
		width:33.3%;
		padding-bottom:0;
		}
	
}

/* Module Video */

.frame-type-dce_dceuid8 .inner-wrap {
	padding:30px 0;
	}
	
.frame-type-dce_dceuid8 .embed-responsive {
	max-width:620px;
	margin:0 auto;
	}

@media screen and (min-width: 992px) {

	.frame-type-dce_dceuid8 .inner-wrap {
		padding:75px 0;
		}
	
}

/* Module FAQ */

.module-kigowifaq_list .card-header > a > h5 {
	position:relative;
	padding-right:35px;
	}
	
.module-kigowifaq_list .card-header > a:focus > h5,
.module-kigowifaq_list .card-header > a:hover > h5 {
	color:#727272;
	}

.module-kigowifaq_list .card-header > a > h5:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 35px;
	height: 35px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNSAzNSI+PHRpdGxlPmljX2tleWJvYXJkX2Fycm93X3JpZ2h0X2JsYWNrXzI0cHhfb3BlbjwvdGl0bGU+PHBhdGggZD0iTTI0LjE5LDIyLjQ3LDE3LjUsMTUuNzlsLTYuNjksNi42OC0yLjA2LTIsOC43NS04Ljc2LDguNzUsOC43NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiMzMzMiLz48cGF0aCBkPSJNMCwzNVYwSDM1VjM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.module-kigowifaq_list .card-header > a.collapsed > h5:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgdmlld0JveD0iMCAwIDM1IDM1Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC43NSkgcm90YXRlKDkwKSI+PHBhdGggZD0iTTguNTksMjEuMTk0LDE1LjI2OSwxNC41LDguNTksNy44MDYsMTAuNjQ2LDUuNzUsMTkuNCwxNC41bC04Ljc1LDguNzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjkzNyAyLjc1KSIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik0wLS4yNUgzNXYzNUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIvPjwvZz48L3N2Zz4=);
	}

.module-kigowifaq_list .card-body {
	padding:0.5rem 0 2rem 0;
	}

.module-kigowifaq_list .card-body > ul:last-child,
.module-kigowifaq_list .card-body > p:last-child {
	margin-bottom:0;
	}

.module-kigowifaq_list .show-all {
	padding:20px 0;
	}
	
.module-kigowifaq_list .card-body .card-header h5 {
	position: relative 16px !important;
    font-size: 16px !important;
    padding-left: 30px 16px !important;
	}
	
.module-kigowifaq_list .card-body .card-header > a > h5:after {
	width:25px;
	height:25px;
	right:5px;
	background-size:100% 100%;
	}
	
.module-kigowifaq_list .card-body .card-body {
	padding: 0.5rem 0 2rem 0 16px !important;
	}


/* Modul: Centered-Box */

.frame-type-dce_dceuid3>.inner-wrap {
    margin: 0 auto;
    padding: 45px 0;
    max-width: 960px;
}

.frame-type-dce_dceuid3 h3 {
    text-align: center;
}

.frame-type-dce_dceuid3 .size-small {
	margin: 0 auto;
	max-width: 300px;
	}

.frame-type-dce_dceuid3 .size-medium {
	margin: 0 auto;
	max-width: 500px;
	}

.frame-type-dce_dceuid3 .content-wrap {
    margin: 0 auto;
    max-width: 720px;
}

.frame-type-dce_dceuid3 .displaymode-default p {
    font-size: 1rem;
    line-height: 1.375rem;
}

.frame-type-dce_dceuid3 .displaymode-large p {
    font-size: 1.250rem;
    line-height: 2.188rem;
}

.frame-type-dce_dceuid3 p:last-child {
    margin-bottom: 0;
}

.js-on .frame-type-dce_dceuid3 .expandable .content-wrap {
    position: relative;
    max-height: 180px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.js-on .frame-type-dce_dceuid3 .expandable .content-wrap.open {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.js-on .frame-type-dce_dceuid3 .expandable .content-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}

.js-on .frame-type-dce_dceuid3 .expandable .content-wrap.open:after {
    display: none;
}
	
.frame-type-dce_dceuid3 .expandable .controls {
    padding: 20px 0;
}

.frame-type-dce_dceuid3 .expandable button.expand {
    padding: 5px 15px;
    color: #CFD8DC;
    font-family: 'Sarre-Medium';
    font-size: 1.125rem;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.frame-type-dce_dceuid3 .expandable button.expand:hover,
.frame-type-dce_dceuid3 .expandable button.expand:focus {
    color: #000000;
}


/* Keyvisual */

.frame-type-dce_dceuid4 img {
	display:block;
	max-width:none;
	width:100%;
	height: auto;
	margin:0 auto;
	}
	
.frame-type-dce_dceuid4 .fullsize img {
	width:auto;
	max-width: 100%;
	}

.frame-type-dce_dceuid4.frame-layout-0 {
    max-width: 992px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin a {
    color: #000000;
    font-weight: bold;
}


/**
 *	Pricing
 *
 */

#pricing {
	padding-top:40px;
	padding-top:20px;
	}
	
#page-6 #pricing {
	background-color:rgba(207, 216, 220, 0.3);
	}
	
#pricing a {
	color:#000000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid transparent;
	}
	
#pricing a:focus,
#pricing a:hover {
    text-decoration: none !important;
    border-color: #000000;
    transition: border-bottom 0.2s linear 0s;
	}

/**
 *	Footer
 *
 */
 
footer .section-1 .row,
footer .section-2 .row {
    margin-bottom: 0;
}

footer .section-1 {
    padding: 20px 0;
    color: #263238;
    background-color: #CFD8DC;
    text-align: center;
}

footer .section-1 ul {
    display: inline-block;
    padding: 0;
    list-style-type: none;
}

footer .section-1 ul li {
    display: inline-block;
    padding: 5px 10px;
}

footer .section-1 a {
    font-family: 'Sarre-Bold';
    font-size: 16px;
    color: #263238;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

footer .section-1 a:focus,
footer .section-1 a:hover {
    text-decoration: none !important;
    border-color: #263238;
    transition: border-bottom 0.2s linear 0s;
}

@media screen and (min-width: 1200px) {
	
    footer .section-1 {
        padding:30
		px 0;
    }
    footer .section-1 ul {
        display: table;
        margin: 0 auto;
    }
	
    footer .section-1 ul li {
        display: table-cell;
        padding-right: 45px;
    }
	
    footer .section-1 a {
        font-size: 28px;
    }
	
    footer .section-1 a {
        border-width: 4px;
    }

}

footer .section-2 {
    padding: 25px 0;
    color: #FFFFFF;
    background-color: #263238;
	}

footer .section-2 a {
    font-family: 'Sarre-Light';
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid transparent;
	}

footer .section-2 a:focus,
footer .section-2 a:hover {
    text-decoration: none !important;
    color: #EDEDED;
    border-color: #EDEDED;
    transition: all 0.2s linear 0s;
	}
	
footer .section-2 .footer-link {
	display: inline;
	margin:0;
	padding-left:5px;
	text-align:left;
	}

footer .section-2 .footer-link a {
	display:inline-block;
	color:#FFFFFF;
	margin-left:18px;
	}

footer .section-2 .footer-link a:first-child {
	margin-left:0;
	}
	
@media screen and (min-width: 768px) {

	footer .section-2 .footer-link a:first-child {
		margin-left:8px;
		}
	
}


/* Content-Formatierung */

/*.frame-layout-0.frame-type-text {
    margin: 50px auto;
    max-width: 720px;
}*/

.frame-type-text table {
    margin: 0 0 20px 0;
}

.frame-type-text caption {
    position: absolute;
    top: 0;
    left: -99999px;
    margin: 0 !important;
    padding: 0 !important;
    height: 0;
}

.frame-type-text table td {
    vertical-align: top;
}


/* Slider Standard */

.slider-default {
	margin:0;
	padding:0;
	}

.slider-default .swiper-slide,
.slider-image .swiper-slide,
.slider-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-default .swiper-slide img {
    display: inline;
    width: 100%;
    max-width: none;
    height: auto;
}

.slider-default .swiper-slide .overflow {
    position: absolute;
    top: 50%;
    left: 20%;
    max-width: 550px;
    text-align: left;
}

.slider-default .swiper-slide .overflow p {
    font-family: 'Sarre-Bold';
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    color: #FFFFFF;
}


/* Slider Coverflow */

.slider-coverflow {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: red;
}

.slider-coverflow .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.slider-coverflow .swiper-slide img {
    width: 100%;
    height: auto;
}


/* Module Text mit Image */

.module-text-image .content-wrap {
    margin: 0 auto;
    max-width: 300px;
}


/* Module Keyvisual */

.module-keyvisual.fullsize img {
    display: inline;
    width: 100%;
    max-width: none;
    height: auto;
}


/* Module Platzwahl */

.module-background-slider .slider-outer-wrap {
    padding-top:25px;
    padding-bottom:40px;
	}
	
.module-background-slider .switch-wrap {
    padding-bottom:20px !important;
	}

@media screen and (min-width: 768px) {

	.module-background-slider .slider-outer-wrap {
		padding-top:35px;
		padding-bottom:40px;
		}

	.module-background-slider .switch-wrap {
		padding-bottom:0 !important;
		}

}

.module-background-slider .swiper-pagination-bullet {
    opacity: 1;
    background-color: #505050;
}

.module-background-slider .swiper-pagination-bullets {
    bottom: -15px;
    width: 100%;
}

.module-background-slider .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

.module-background-slider .switch-wrap {
    text-align:center;
    padding-bottom:0;
}

.module-background-slider .switch {
    display: inline-block;
}

.module-background-slider .switch label {
    font-size: 18px;
}

/* Module Content-Slider */

.module-content-slider .slide-box {
	width:100%;
	}
	
.module-content-slider .slide-box .image {
	padding-left:15px;
	padding-right:15px;
	}

.module-content-slider .slide-box .image img {
    display: block;
    width: auto;
    max-width: 100%;
	margin:0 auto;
	}

.module-content-slider .slide-box .content {
	padding:25px;
	background-color:rgba(207, 216, 220, 0.3);
	}

.module-content-slider .slide-box .content > .inner-wrap {
	max-width:600px;
	margin:0 auto;
	}
	
@media screen and (min-width: 768px) {
	
	.module-content-slider .slide-box .image {
		padding-left:80px;
		padding-right:80px;
		}
		
	.module-content-slider .slide-box .content {
		padding:45px;
		}
	
}
	
@media screen and (min-width: 1200px) {
	
	.module-content-slider .slide-box .image {
		padding-left:0;
		padding-right:0;
		}
	
}


/* Module Powermail */

.form-default fieldset {
    border: 0;
}

.form-default legend {
    display: none;
}

.powermail_fieldwrap_type_check .powermail_checkbox {
	margin-right:5px;
	}

.form-default .form-check {
	padding-left:0 !important;
	}
	
.form-default .form-check .form-check-input[type="radio"] + label,
.form-default .form-check label.btn input[type="radio"] + label {
	color:rgba(0,0,0,0.5);
	}
	
.form-default .form-check .form-check-input[type="radio"].with-gap:checked + label, 
.form-default .form-check .form-check-input[type="radio"]:checked + label {
	color:rgba(0,0,0,1);
	}
	
.form-default .form-check .form-check-input[type="radio"] + label::after, 
.form-default .form-check .form-check-input[type="radio"] + label::before, 
.form-default .form-check label.btn input[type="radio"] + label::after, 
.form-default .form-check label.btn input[type="radio"] + label::before {
	border-color:rgba(112,112,112,0.7);
	}
	
.form-default .form-check .form-check-input[type="radio"].with-gap:checked + label::after, 
.form-default .form-check .form-check-input[type="radio"]:checked + label::after, 
.form-default .form-check label.btn input[type="radio"].with-gap:checked + label::after, 
.form-default .form-check label.btn input[type="radio"]:checked + label::after {
	background-color: rgba(112,112,112,1);
	}
	
.md-form input[type="date"]:focus:not([readonly]), 
.md-form input[type="datetime-local"]:focus:not([readonly]), 
.md-form input[type="email"]:focus:not([readonly]), 
.md-form input[type="number"]:focus:not([readonly]), 
.md-form input[type="password"]:focus:not([readonly]), 
.md-form input[type="search-md"]:focus:not([readonly]), 
.md-form input[type="search"]:focus:not([readonly]), 
.md-form input[type="tel"]:focus:not([readonly]), 
.md-form input[type="text"]:focus:not([readonly]), 
.md-form input[type="time"]:focus:not([readonly]), 
.md-form input[type="url"]:focus:not([readonly]), 
.md-form textarea.md-textarea:focus:not([readonly]) {
	box-shadow:0 1px 0 0 #000000;
	border-color:#000000;
	}
	
.md-form input[type="date"]:focus:not([readonly]) + label, 
.md-form input[type="datetime-local"]:focus:not([readonly]) + label, 
.md-form input[type="email"]:focus:not([readonly]) + label, 
.md-form input[type="number"]:focus:not([readonly]) + label, 
.md-form input[type="password"]:focus:not([readonly]) + label, 
.md-form input[type="search-md"]:focus:not([readonly]) + label, 
.md-form input[type="search"]:focus:not([readonly]) + label, 
.md-form input[type="tel"]:focus:not([readonly]) + label, 
.md-form input[type="text"]:focus:not([readonly]) + label, 
.md-form input[type="time"]:focus:not([readonly]) + label, 
.md-form input[type="url"]:focus:not([readonly]) + label, 
.md-form textarea.md-textarea:focus:not([readonly]) + label {
	color:#000000;
	}

.dropdown-primary .dropdown-content li span:hover, 
.dropdown-primary .dropdown-content li.active {
	color:#FFFFFF !important;
	background-color:#333333 !important;
	}
	
.select-wrapper + label.mdb-main-label {
	left:0 !important;
	}
	
.powermail_fieldwrap_type_check strong {
	color:#000000;
	}
	
.powermail_fieldwrap_type_submit {
	padding-top:40px;
	}
	
.powermail_fieldwrap_type_submit .input-field {
	text-align: center;
	}
	
.parsley-required {
    color: red;
}

.parsley-custom-error-message {
    color: red;
}

.form-default .form-text,
.powermail_fieldwrap_type_text,
.powermail_fieldwrap_type_html {
    font-size: .8rem;
    color: #9e9e9e;
    margin-bottom:10px;
	}

.form-default .form-text p,
.powermail_fieldwrap_type_text p,
.powermail_fieldwrap_type_html p {
    font-size: .8rem;
    color: #9e9e9e;
    margin-bottom:5px;
	}

.form-default .form-text p:last-child,
.powermail_fieldwrap_type_text p:last-child,
.powermail_fieldwrap_type_html p:last-child {
    margin-bottom:0;
	}
	
.form-default .femanager_newsletter label {
	font-size: .8rem;
    color: #9e9e9e;
	}
	
.form-default .femanager_newsletter {
	margin-bottom:10px;
	}

.form-default .femanager_gender .radio {
    display: inline;
    padding-right: 20px;
	}

.form-default .tx-femanager .form-check {
	padding-left:0 !important;
	}

.form-default .tx-femanager .alert {
	display:none !important;
	}

.module-kigowiflexitems_slider .slider-default {
    margin-bottom: 0;
}

.module-kigowiflexitems_slider .module-content-slider>.inner-wrap {
    padding-bottom: 0;
}

.module-kigowiflexitems_slider .module-content-slider .content-wrap {
    margin: 0 auto;
    max-width: 300px;
}


/* Configuration Dashboard */

.configuration-item .card-action .controls {
	margin:0;
	}
	
@media screen and (max-width: 640px) {
	
	.configuration-item .card-footer {
		padding-left:0;
		padding-right:0;
		}
	
}

.configuration-item .card-action .controls li > button .label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
	}

.configuration-item .card-body {
	min-height:130px;
	}

.configuration-item h3 {
	font-size:24px;
	font-family:'Sarre-Bold';
	font-weight:normal;
	}

.configuration-item button svg {
	fill:#A3A3A3;
	}

.configuration-item .btn:focus,
.configuration-item .btn:hover {
	background-color:transparent !important;
	}

.configuration-item .btn:focus svg,
.configuration-item .btn:hover svg {
	fill:#333333;
	}

ul.special-list li {
    font-size: 1rem;
    padding-left: 180px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: left 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjUuMDQzIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTI1LjA0MyAxMiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzYwN2Q4YiIgc3Ryb2tlLXdpZHRoPSIxIj48Y2lyY2xlIGN4PSI2IiBjeT0iNiIgcj0iNiIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjUuNSIgZmlsbD0ibm9uZSIvPjwvZz48bGluZSB4Mj0iMTEzLjU0MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNSA1LjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM2MDdkOGIiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==);
}

.frame-type-textpic>.inner-wrap {
    margin: 0 auto;
    max-width: 960px;
}

.module-femanager_pi1>.inner-wrap {
    margin: 0 auto;
    max-width: 960px;
}

.module-femanager_pi1 .alert {
    color: #CC0000;
}

.femanager_submit {
    padding: 20px 0;
}


/* Scroll to top 'button' */

.scroll-to-top {
	position:absolute;
	top:-35px;
	right:0;
	display:inline-block;
	width:30px;
	height:30px;
	border:0 !important;
	}

.scroll-to-top > .icon {
	display:inline-block;
    width: 30px;
    height: 30px;
    background: #263238;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    background-image: url(../images/Icon-chevron-left-white.svg);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
	}

.scroll-to-top:focus > .icon,
.scroll-to-top:hover > .icon {
    background-color:#45535a;
	transition: background-color 0.2s linear 0s;
	}

.slider-outer-wrap {
	overflow:hidden;
	}

.coverflow-slider .swiper-container {
	padding-bottom:22px;
	}

.coverflow-slider .swiper-slide {
	background-position:center;
	background-size:cover;
	}

.coverflow-slider .swiper-scrollbar {
	height:2px !important;
	max-width:350px;
	left:50% !important;
	bottom:0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	}
	
	
@media screen and (min-width: 601px) {
	
	.coverflow-slider .swiper-slide {
		width:200px;
		}
	
}
	
	
@media screen and (min-width: 993px) {
	
	.coverflow-slider .swiper-slide {
		width:300px;
		}

	.module-coverflow-slider .content-wrap {
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
		}
	
}
	
	
@media screen and (min-width: 1200px) {
	
	.coverflow-slider .swiper-slide {
		width:360px;
		}
	
}

.modal .modal-content {
	padding-top:60px;
	}
	
.modal .modal-footer {
	height:10px;
	}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	}


.femanager_role {
	position:relative;
	display:table;
	width:100%;
	}
	
.select-wrapper.mdb-select {
	margin-top:0 !important;
	margin-bottom:0 !important;
	}
	
.select-wrapper input.select-dropdown {
	margin-bottom:0 !important;
	}
	
.select-wrapper input{
	z-index: 2;
	}

.select-wrapper+ label{
	top: .7rem;
	}

.select-wrapper+ label.active{
	top: .1rem;
	}

.select-wrapper +label.mdb-main-label {
	left:.3rem;
	z-index: 1;
	}
	
.md-accordion .card .card-header {
	padding-left:0;
	padding-right:0;
	}
	
.md-accordion .card .card-header a {
	text-decoration:none;
	}
	
.md-accordion .card .card-header a h5 {
	font-family: 'Sarre-Medium';
	font-size:1rem;
	}
	
@media screen and (min-width: 768px) {
	
	.md-accordion .card .card-header a h5 {
		font-size:1.250rem;
		}
		
}
	
#accountBoxWrapper,
#accountBox > .face {
	height:auto !important;
	}
	
#modalAccountBox .modal-content {
	box-shadow:none !important;
	background-color:transparent !important;
	}
	
#accountBox .modal-header {
	border-bottom:0;
	}
	
#accountBox .form-header {
	width:100%;
	margin-top:0;
	margin-bottom:0;
	}
	
#accountBox .md-form .prefix {
	top:.6rem !important;
	}
	
#accountBox .md-form .prefix ~ input, 
#accountBox .md-form .prefix ~ textarea {
	width: calc(100% - 3.7rem);
	}
	
#accountBox .close {
	display:none;
	position:absolute;
	top:0px;
	right:8px;
	}
	
#accountBox h3 {
	font-size:1rem !important;
	}
	
@media screen and (min-width: 640px) {
	
	#accountBox h3 {
		font-size:1.2rem !important;
		}
	
}
	
@media screen and (min-width: 768px) {
	
	#accountBox h3 {
		font-size:1.4rem !important;
		}
	
}
	
@media screen and (min-width: 992px) {
	
	#accountBox h3 {
		font-size:1.6rem !important;
		}
	
}
	
#accountBox form {
    padding: 15px 20px 15px 15px;
    margin: auto;
	}

#accountBox .card-body,
#accountBox .modal-body {
	padding:0;
	}
	
#accountBox .back-to-login {
	margin-top:-30px;
	padding: 15px 30px 15px 30px;
	}
	
#modalAccountBox #accountBox .close {
	display:inline-block;
	}
	
.swiper-button-prev,
.swiper-button-next {
	-webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);	
	}
	
.swiper-button-prev {
	left:10px;
	width:27px;
	height:27px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHRpdGxlPmJ1dHRvbi1wcmV2PC90aXRsZT48cGF0aCBkPSJNMjAsNDBBMjAsMjAsMCwxLDEsNDAsMjAsMjAsMjAsMCwwLDEsMjAsNDBaIiBmaWxsPSIjY2ZkOGRjIi8+PHBhdGggZD0iTTIzLDE0Ljg1bC00LjgyLDQuODNMMjMsMjQuNTEsMjEuNTIsMjYsMTUuMiwxOS42OGw2LjMyLTYuMzJaIiBmaWxsPSIjMzMzIi8+PC9zdmc+);
	background-size:27px 27px;
	}
	
.swiper-button-prev:focus,
.swiper-button-prev:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHRpdGxlPmJ1dHRvbi1wcmV2LW5leHQ8L3RpdGxlPjxwYXRoIGQ9Ik0yMCw0MEEyMCwyMCwwLDEsMSw0MCwyMCwyMCwyMCwwLDAsMSwyMCw0MFoiIGZpbGw9IiMzMzMiLz48cGF0aCBkPSJNMjMsMTQuODVsLTQuODIsNC44M0wyMywyNC41MSwyMS41MiwyNiwxNS4yLDE5LjY4bDYuMzItNi4zMloiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
	}

.swiper-button-next {
	right:10px;
	width:27px;
	height:27px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHRpdGxlPmJ1dHRvbi1uZXh0PC90aXRsZT48cGF0aCBkPSJNMjAsNDBBMjAsMjAsMCwxLDEsNDAsMjAsMjAsMjAsMCwwLDEsMjAsNDBaIiBmaWxsPSIjY2ZkOGRjIi8+PHBhdGggZD0iTTE3LjY4LDEzLjM2LDI0LDE5LjY4LDE3LjY4LDI2LDE2LjIsMjQuNTEsMjEsMTkuNjgsMTYuMiwxNC44NVoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
	background-size:27px 27px;
	}
	
.swiper-button-next:focus,
.swiper-button-next:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHRpdGxlPmJ1dHRvbi1uZXh0LWFjdGl2ZTwvdGl0bGU+PHBhdGggZD0iTTIwLDQwQTIwLDIwLDAsMSwxLDQwLDIwLDIwLDIwLDAsMCwxLDIwLDQwWiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik0xNy42OCwxMy4zNiwyNCwxOS42OCwxNy42OCwyNiwxNi4yLDI0LjUxLDIxLDE5LjY4LDE2LjIsMTQuODVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
	}
	
@media screen and (min-width: 768px) {
	
	.swiper-button-prev {
		left:22px;
		width:40px;
		height:40px;
		background-size:40px 40px;
		}

	.swiper-button-next {
		right:22px;
		width:40px;
		height:40px;
		background-size:40px 40px;
		}
	
}
	
@media screen and (min-width: 1200px) {
	
	.swiper-button-prev {
		left:50px;
		}

	.swiper-button-next {
		right:50px;
		}
	
}
	
.swiper-pagination-bullet {
	width:10px !important;
	height:10px !important;
	background-color:#9F9F9F !important;
	}
	
.swiper-pagination-bullet-active {
	background-color:#333333 !important;
	}
	
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 7px !important;
	}
	
.module-flexitems_pitch .switch-group {
	display:inline-block;
	}

.module-flexitems_pitch .switch-group:nth-child(1) {
	border-right:1px solid #707070;
	}
	
.module-flexitems_pitch .form-check {
	margin:0 5px;
	min-width:50px;
	}

.module-flexitems_pitch .switch-group:nth-child(1) .form-check:nth-child(1),
.module-flexitems_pitch .switch-group:nth-child(2) .form-check:nth-child(2) {
	margin:0;
	}

.module-flexitems_pitch .switch-group:nth-child(1) .form-check:nth-child(2) {
	margin-right:15px;
	}

.module-flexitems_pitch .switch-group:nth-child(2) .form-check:nth-child(1) {
	margin-left:15px;
	}
	
@media screen and (min-width: 768px) {
	
	.module-flexitems_pitch .form-check {
		margin:0 10px;
		min-width:60px;
		}
		
	.module-flexitems_pitch .switch-group:nth-child(1) .form-check:nth-child(2) {
		margin-right:20px;
		}

	.module-flexitems_pitch .switch-group:nth-child(2) .form-check:nth-child(1) {
		margin-left:20px;
		}
	
}
	
@media screen and (min-width: 992px) {
	
	.module-flexitems_pitch .form-check {
		margin:0 20px;
		}
		
	.module-flexitems_pitch .switch-group:nth-child(1) .form-check:nth-child(2) {
		margin-right:30px;
		}

	.module-flexitems_pitch .switch-group:nth-child(2) .form-check:nth-child(1) {
		margin-left:30px;
		}
	
}

.module-flexitems_pitch .form-radio-custom {
	margin:0 auto !important;
	padding-left:0 !important;
	padding-bottom:35px !important;
	height:auto !important;
	line-height:initial !important;
	}
	
.module-flexitems_pitch .form-check .form-check-input[type="radio"] + label::after, 
.module-flexitems_pitch .form-check .form-check-input[type="radio"] + label::before, 
.module-flexitems_pitch .form-check label.btn input[type="radio"] + label::after, 
.module-flexitems_pitch .form-check label.btn input[type="radio"] + label::before {
	top:initial;
	top:auto; /* IE Fallback */
	bottom:0;
	left:50%;
	margin-left:-7px;
	}
	
.module-flexitems_pitch .pitch-grass-day,
.module-flexitems_pitch .pitch-ash-day,
.module-flexitems_pitch .pitch-ash-night {
	display:none;
	}
	
.module-flexitems_pitch .swiper-slide {
	width:80% !important;
	}
	
@media screen and (min-width: 992px) {
	
	.module-flexitems_pitch .swiper-slide {
		width:100% !important;
		max-width:890px !important;
		}
	
}
	
@media screen and (min-width: 1400px) {
	
	.module-flexitems_pitch .swiper-slide {
		max-width:1000px !important;
		}
	
}

.header-icon {
	display:inline-block;
	margin:0 auto 10px auto;
	}
	
/* 
 * Auf der Startseite die Tabelle mit den
 * Verarbeitungs-Hinweisen für mobile
 * Darstellung auf Smartphones optimieren
 *
 */
	
@media screen and (max-width: 767px) {
	
	#c6 table {
		display:block;
		}
		
	#c6 table tr {
		display:block;
		margin:0 0 20px 0;
		}
		
	#c6 table td {
		display:block;
		padding:0;
		color:#8A8A8A;
		}

}


/* 
 * Auf der Startseite die Preistabelle für mobile
 * Darstellung auf Smartphones optimieren
 *
 */
	
@media screen and (max-width: 767px) {
	
	#c7 thead th,
	#c7 tbody td {
		display:none;
		text-align:right;
		}
		
	#c7 tbody td:nth-child(1) {
		display:table-cell;
		text-align:left;
		}
		
	#c7 tbody td:nth-child(2) {
		display:table-cell;
		}
	
}

	
@media screen and (min-width: 768px) {
	
	#c7 #pricetable-switcher-mobile,
	#c7 .select-wrapper {
		display:none !important;
		}
	
	#c7 thead th,
	#c7 tbody td {
		display:table-cell !important;
		}
	
}

#c116 .content-wrap {
	max-width:300px;
	}

#nav-mobile.side-nav {
	background-color:#FFFFFF;
	}
	
#nav-mobile.side-nav .navMainItem a {
	color:#333333;
	}
	
#nav-mobile.side-nav .navMainItem.active a,
#nav-mobile.side-nav .navMainItem a:focus,
#nav-mobile.side-nav .navMainItem a:hover {
	color:#FFFFFF;
	background-color:#333333;
	}

#nav-mobile.side-nav .user-profile {
	color:#333333;
	}

#nav-mobile.side-nav .user-profile .icon-avatar {
	position:absolute;
	left:20px;
	top:15px;
	width:40px;
	height:40px;
	}

#nav-mobile.side-nav .user-profile a {
	display: block;
	font-size: 1rem;
	height: 56px;
	line-height: 56px;
	padding-left: 40px;
	color:#333333;
	}

#nav-mobile.side-nav .user-profile a:hover {
	color:#FFFFFF;
	background-color:#333333;
	}

#nav-mobile.side-nav .avatar {
	display: block;
	font-size: 1rem;
	height: 56px;
	line-height: 56px;
	padding-top:20px;
	padding-left:60px;
	color:#333333;
	}

#nav-mobile.side-nav .collapsible-accordion > li > a {
	display: block;
	font-size: 1rem;
	height: 56px;
	line-height: 56px;
	padding-left: 40px;
	color:#333333;
	}
	
#nav-mobile.side-nav .fa-angle-down.rotate-icon {
	top:50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}

.module-keyvisual-slider .slider-default .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}
	
.module-keyvisual-slider .slider-default .swiper-slide > a {
    width: 285%;
    object-fit: none;
}

.module-keyvisual-slider .slider-default .swiper-slide > a img {
    width: 100%;
    height:auto;
}

@media screen and (max-width: 768px) {
	.module-keyvisual-slider .slider-default .swiper-slide img {
        width: 100%;
        min-height: 350px;
        object-fit: cover;
    }
}

@media screen and (min-width: 1920px) {
    .module-keyvisual-slider .slider-default .swiper-slide img {
        object-fit: unset;
    }
}

#video-teaser .modal-content {
	padding:0!important;
	}
	
#video-teaser .modal-body {
	padding:0 !important;
	}
	
.frame-type-header h1,
.frame-type-header h2,
.frame-type-header h3 {
	margin-bottom:0;
	}
	
.module-kigowiteambook_configurator .alert-warning .fa-ul,
.module-kigowiteambook_configurator .alert-warning li {
	margin-bottom:0;
	}
	
.module-kigowiteambook_configurator .alert-warning li i {
	top:-4px;
	}
	
.module-kigowiteambook_configurator .card-action ul,
.module-kigowiteambook_configurator .card-action ul li {
	display:inline;
	}
	
.module-kigowiteambook_configurator .card-action .btn {
	padding:0;
	}

.configuration-item .configuration-description {
	display:inline;
	text-decoration: none;
	border:0 !important;
	white-space:normal !important;
	}
	
.configuration-item .configuration-description.editable-empty {
	font-style:italic;
	color:#999999;
	}
	
.configuration-item .description-wrap .icon {
	display:inline-block;
	margin-left:4px;
	cursor:pointer;
	}
	
.configuration-item .description-wrap .icon svg {
	width:18px;
	height:auto;
	fill:#747373;
	}
	
.editable-popup .editableform .editable-input textarea {
	height:80px !important;
	}
	
.editable-popup .editableform .btn-primary {
	color:#FFFFFF;
	background-color:#000000 !important;
	}
	
.editable-popup .editableform .btn-default {
	color:#FFFFFF;
	background-color:#CC0000 !important;
	}
	
#firecheckout-form h2 {
	text-align:left;
	}
	
#firecheckout-form select {
	display:block !important;
	}
	
#firecheckout-form .btn-checkout {
	color:#FFFFFF;
	background-color:#000000;
	}
	
#firecheckout-form .btn-checkout:focus,
#firecheckout-form .btn-checkout:hover {
	color:#000000 !important;
	background-color:#FFFFFF;
	}
	
#firecheckout-form .btn-checkout:focus span,
#firecheckout-form .btn-checkout:hover span {
	color:#000000 !important;
	}
	
.btn .icon {
	top:50% !important;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	
.sp-methods dt,
.sp-methods dd {
	text-align:left;
	}
	
#checkout-review-submit {
	padding-right:0 !important;
	}