@charset "utf-8";

html{
	margin:0;
	padding:0;
	height:100%
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image: url("../grafiken/dots.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	font:100% 'Fira Sans',Verdana,Arial,sans-serif
}

section{
	max-height:100%
}

#wrapper{
	width:100%;
	min-height:100%;
	margin:0;
	position:relative;
}

.inside-wrapper{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:1em 0
}

.gradient{
	width:100%;
	height:15px;
	top:0;
	left:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f299ba+0,ed6c8d+15,542f61+60,008c93+100 */
	background: #f299ba; /* Old browsers */
	background: -moz-linear-gradient(45deg, #f299ba 0%, #ed6c8d 15%, #542f61 60%, #008c93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f299ba 0%,#ed6c8d 15%,#542f61 60%,#008c93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #f299ba 0%,#ed6c8d 15%,#542f61 60%,#008c93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f299ba', endColorstr='#008c93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

header{
	width:100%;
	top:0;
	margin-bottom:2em;	
	position:fixed;
	display:block;
	z-index:300;
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	-ms-transition: height 0.6s;
	-o-transition: height 0.6s;
	transition: height 0.6s;
}

header .inside{
	width:100%
}

.header-logo{
	max-width: 150px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	position: relative;
	background-image: url("../grafiken/spt-logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 999;
}

header.smaller{
	height:auto;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    padding:0;
    animation:slide-down 0.7s;
	background: rgba(255,255,255,0.7); 
}

header.smaller .header-logo {
	height:50px;
	margin: 20px auto;
	background-image: url("../grafiken/spt-logo-fixed.svg");
	background-size: auto;
}

/*
.float-panel {
    width:100%;
	padding:0;
	position: relative;
    z-index:300;
    transform: translateZ(0);
    transition:all 0.5s;
}

/* Float Panel: class="float-panel fixed" */
/*
.fixed {
    box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    padding:0;
    animation:slide-down 0.7s;
	background: rgba(255,255,255,0.7); 
}                  
.fixed .fa-gg {                  
    transform: rotate(360deg);      
}

.fixed .gradient {
	display: none;
}

.fixed .header-logo {
	height:50px;
	margin: 20px auto;
	background-image: url("../grafiken/spt-logo-fixed.svg");
	background-size: auto;
}

.fixed .mainnav {
	margin-top:0;
} */

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


#container{
	width:100%;
	max-width:1400px;
	padding-bottom:500px;
	/* padding-top:100px; */
	margin-left: auto;
	margin-right: auto;
}

.custom,
.faq #container,
.impressum #container,
.datenschutz #container,
.danke #container{
	padding-top:250px;
}


#footer{
	width:100%;
	bottom:0;
	position:absolute;
	padding:3em 0;
	background-color:#e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .inside{
	max-width:960px;
	margin:0 auto;
	padding:0 1.04166667%;
}

#footer p{
	color:#2e303c;
	font-size:1em;
}

#footer a{
	color:#2e303c
}

#footer a:hover{
	color:#008c93
}

#footer table{
	max-width:300px;
	color:#fff;
}

.tags-footer{
	float:right;
	margin-top:20px;
}

.toplink{
	width:32px;
	position:relative;
	float:right;
	display:block;
	margin-top:-5px;
	text-align:right;
}

/* Contact Button */
.contact-btn {
	position: fixed;
	top: 15px;
	left: 0;
	padding:10px 15px;
	background-color:#2e303c;
	text-align: center;
	z-index: 99999;
	display: inline;
	font-size: 32px;
}
	
.contact-btn a {
	display: inline-block;
	text-decoration: none;/* safari hack */
}

.contact-open:after {
	color: #fff;
	content: "\f2d2";
	font-family: "Ionicons";
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}

.contact-open:hover:after {
	color: #888;
}

.contact-close:after {
	color: #fff;
	content: "\f2d7";
	font-family: "Ionicons";
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s;
}

.contact-close:hover:after {
	color: #888;
}

.teaser-neg.contact-open {
	color: #fff;
}

/* OVERLAY */
.contact-overlay {
	position: fixed;
	top: 0;
	left:0;
	z-index: 9999;
	display: none;
	overflow: auto;
	width: 30%;
	height: 100vh;
	background: #2e303c; 
}

#contact-content .ce_text p,
#contact-content .ce_text a{
	color:#fff;
}

#contact-content .ce_text a:hover{
	color:#888;
}

#contact-content a.button:hover{
	color:#fff;
}


.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#fff;color:#333;font-size:1em;text-align:left;z-index:999}
.cookiebar *{box-sizing:border-box}
.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}
.cookiebar--position-top{top:0}
.cookiebar--position-bottom{bottom:0}
.cookiebar__message,.cookiebar__text{margin-right:1.5em;width:85%}
.cookiebar__link{color:#888;text-decoration:underline}
.cookiebar__link:hover{text-decoration:none}
.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#888;color:#fff;font-weight:700;cursor:pointer}
.cookiebar__button:hover{background-color:#3e824a}

/**************************
 * 960° Grid
 **************************/
*[class*="grid"]{float:left;display:inline;margin-right:1.04166667%;margin-left:1.04166667%}
.grid1{width:6.25%}
.grid2{width:14.5833333%}
.grid3{width:22.9166667%}
.grid4{width:31.25%}
.grid5{width:39.5833333%}
.grid6{width:47.9166667%}
.grid7{width:56.25%}
.grid8{width:64.5833333%}
.grid9{width:72.9166667%}
.grid10{width:81.25%}
.grid11{width:89.5833333%}
.grid12{width:97.916667%}
.offset1{margin-left:9.375%}
.offset2{margin-left:17.7083333%}
.offset3{margin-left:26.0416667%}
.offset4{margin-left:35.4166667%}
.offset5{margin-left:41.66666%}

/*RESPONSIVE*/
@media only all and (max-width:600px){
	*[class*="grid"] {float:none !important;display:block !important;width:auto !important;margin:0}
	*[class*="offset"] {margin:0}
}

/**************************
 * Allgemeines
 **************************/
h1{
	margin:0;
	padding:0;
	font:3em/1.1em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#2e303c;
	text-align: left;
	text-transform: lowercase;
	font-weight:700
}
.impressum h1,
.datenschutz h1{
	margin-bottom:2em;
}

h2{
	padding:0;
	margin:0;
	font:2.2em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#2e303c;
	text-transform:lowercase;
	font-weight:700
}

h3{
	padding:0;
	margin:0;
	font:3em/1.1em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#2e303c;
	text-transform:lowercase;
	font-weight:700
}

h4{
	font:1.6em/1.2em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#2e303c;
	text-transform:lowercase;
	font-weight:700
}

h5{
	margin:0 0 5px;
	padding:0;
	font:1.8em/1.25em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#2e303c;
	text-transform:lowercase;
	font-weight:700;
}

#intro h5{
	padding:0.5em 0
}

h6{
	margin:0;
	padding:0;
	font:100% 'Rambla',Verdana,Arial,sans-serif;
	color:#333;
	font-weight:400
}

h1,h2,h3,h4,h5,h6 {
	word-wrap: break-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

p{
	font:1.1em/1.6em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:200;
}

strong {
	font-weight: 700;
}

a{
	color:#333;
	text-decoration:none;
}

a.two,
.beschreibung a,
#datenschutz a{
	border-bottom:2px solid #eee;
}

a:hover,
a.focus{
	text-decoration:none;
	color:#888;
}

/* Sweep To Left */
.button,
.hyperlink_txt{
    display: inline-block;
    padding: 1em;
	border:2px solid #008c93;
	border-radius: 4px;
	/*background-color: #e5e5e5;*/
    text-decoration: none;
    color: #008c93;
	font-weight: 700;
}

.button a,
.hyperlink_txt a{
	color:#fff;
	font-weight: 700;
}

.hyperlink_txt:hover{
	color:#fff;
}

#zertifikat.hyperlink_txt {
	clear: left;
}

.hvr-sweep-to-left,
.submit{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before,
.submit:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	border-radius: 2px;
  background: #008c93;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, 
.hvr-sweep-to-left:focus, 
.hvr-sweep-to-left:active,
.submit:hover,
.submit:focus,
.submit:active{
  color: white;
}
.hvr-sweep-to-left:hover:before, 
.hvr-sweep-to-left:focus:before, 
.hvr-sweep-to-left:active:before,
.submit:hover:before,
.submit:focus:before,
.submit:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

::selection{
	background:#008c93;
	color:#e5e5e5
}

::-moz-selection{
	background:#008c93;
	color:#e5e5e5
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	clear: both;
}


/**************************
 * Navigation
 **************************/

.mainnav{
	max-width: 700px;
	position:absolute;
	float:right;
	right:5em;
	margin-top:90px;
	z-index:9999;
	display: inline-block;
}

.mainnav ul{
	padding:0;
	text-transform:lowercase;
	list-style-type:none;
}

.mainnav li{
	display: inline;
	margin: 0 0 0 20px;
	padding:0;
	font:1.4em/1em 'Fira Sans',Verdana,Arial,sans-serif;
	font-weight:200;
	text-align: right;
}

.mainnav a{
	color:#2e303c;
	text-decoration:none;
}

.mainnav a:hover{
	text-decoration:none;
	color:#008c93;
	font-weight:200;
}
.mainnav li .active{
	color: #008c93;
	font-weight: 200;
}

header.smaller .mainnav{
	margin-top:15px
}

#navigation .nav-mob {
	display:none;
}

.metanav{
	margin-top:1em;	
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.metanav ul{
	padding:0;
	list-style-type: none;
	float:right;
	text-align:right;
}

.metanav li{
	float:left;
	padding-left:20px;
	font:.9em 'Fira Sans',Verdana,Arial,sans-serif;
	font-weight:700;
}

.metanav a{
	text-decoration:none;
	color:#2e303c;
}

.metanav a:hover,
.metanav a.focus,
.metanav .active,
.metanav .trail{
	text-decoration:none;
	color:#008c93;
}

.nav-bottom{
	position: absolute;
	width:50%;
	left:43%;
	bottom:1em;
	display:block;
}


.table{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%
}

.table .table-cell{
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center
}

/**************************
 * Inhaltselemente
 **************************/

img {
	display: block;
}

.head {
	margin-left: 5em;
	position: absolute;
	max-width: 50%;
}

.head h3 {
	font-size: 4vw;
}

.ce_headline{
	margin: 1.5em 0 1em
}

.ce_text ul{
	margin: 0;
	padding:0;
}

.ce_text li{
	padding:.7em 0 .7em 1em;
	list-style-type: none;
	color: #000;
	font-size: 1.1em;
    position: relative;
    white-space: nowrap;
}

.ce_text li:after {
    content: '';
    display: block;
    background-color: red;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
	background: #f299ba; /* Old browsers */
	background: -moz-linear-gradient(45deg, #f299ba 0%, #ed6c8d 15%, #542f61 60%, #008c93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #f299ba 0%,#ed6c8d 15%,#542f61 60%,#008c93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #f299ba 0%,#ed6c8d 15%,#542f61 60%,#008c93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.picto {
	padding-top: 50px;
}

#team-coaching,
#digitales-coaching,
#persoenlichkeitsentwicklung,
#konfliktloesung,
#ziele-und-visionen{
	padding-top: 5em;
}

#team-coaching .ce_image,
#digitales-coaching .ce_image,
#persoenlichkeitsentwicklung .ce_image,
#konfliktloesung .ce_image,
#ziele-und-visionen .ce_image {
	position: relative;
}

#team-coaching h5,
#digitales-coaching h5,
#persoenlichkeitsentwicklung h5,
#konfliktloesung h5,
#ziele-und-visionen h5 {
	height: 300px;
	margin-top: -270px;
	padding: 30px 50% 0 30px;
	color: #fff;
	z-index: 99999;
	float: left;
	box-sizing: border-box;
}

#team-coaching h5{
	background-color: #f299ba;
}

#digitales-coaching h5{
	background-color: #f299ba;
}

#persoenlichkeitsentwicklung h5{
	background-color: #542f61;
	padding: 30px 55% 0 30px;
}

#konfliktloesung h5{
	background-color: #2e303c;
}

#ziele-und-visionen h5{
	background-color: #008c93;
}


#persoenlichkeitsentwicklung .dot,
#ziele-und-visionen .dot {
	width:120px;
	box-shadow: none !important;
	position: relative;
	left: 4em;
}

#konfliktloesung .dot,
#team-coaching .dot {
	width:120px;
	box-shadow: none !important;
	position: relative;
	left: -2.5em;
}

.dot img {
	width: 100%;
}

.box-txt {
	width:50%;
	padding: 3em 4em;
	float: left;
}

.box img {
	display: block
}

/* Akkordeon */
.ce_accordion {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.ce_accordion .toggler{
	margin-right:1.04166667%;
	margin-left:1.04166667%;
	margin-top: 30px;
	padding-right: 1.8em;
	font:1.1em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#2e303c;
	text-transform:lowercase;
	font-weight:700;
	outline:none;
	background:url("../grafiken/open.svg") no-repeat right top;
	/*background-size: 8%;*/
}

.ce_accordion .toggler:hover{
	color:#008C93;
	cursor:pointer;
}

.ce_accordion .toggler.active{
	outline:none;
	background:url("../grafiken/close.svg") no-repeat right top;
	/*background-size: 8%;*/
}

.ce_accordion .accordion{
	margin-bottom:20px;
	padding:0.5em 3em;
}

 /* Slider */
.intro,
.startbild{
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 5em;
}

.intro-img {
	padding-top:2.5em;
}

.intro .image_container {
	max-height: 70vh
}

.startbild .image_container {
	max-height: 50vh;
}

.intro img,
.startbild img {
	width:100%;
}

#intro-txt p {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #727272;		
}

.mod_caroufredsel_gallery.block{
	width:100%;
	max-width:90vw;
	max-height:90vh;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.mod_caroufredsel_gallery .image_container{
	padding:0; 
	margin:0
}
.caroufredsel_skin .image_container img{
	width:100%
}
.mod_caroufredsel_gallery .caroufredsel_gallery{
	width:100%;
	max-width:90vw;
	max-height:80vh;
}
.mod_caroufredsel_gallery .caroufredsel_navi{
	width:100%;
	max-width:90vw;
	height:33px;
	top:48%;
	position:absolute;
	z-index:999
}
.caroufredsel_prev{
	width:33px;
	height:33px;
	left:50px;
	position:relative;
	float:left;
	background-image:url("../grafiken/nav-slider.png");
	background-repeat:no-repeat;
	text-indent:-3000px
}
.caroufredsel_prev:hover{
	width:33px;
	height:33px;
	left:50px;
	position:relative;
	float:left;
	background-image:url("../grafiken/nav-slider-hover.png");
	background-repeat:no-repeat;
	text-indent:-3000px;
	border:none;
	transition:.7s
}
.caroufredsel_next{
	width:33px;
	height:33px;
	right:50px;
	position:relative;
	float:right;
	margin-left:auto;
	background-image:url("../grafiken/nav-slider.png");
	background-repeat:no-repeat;
	background-position:-33px 0;
	text-indent:-3000px
}
.caroufredsel_next:hover{
	width:33px;
	height:33px;
	right:50px;
	position:relative;
	float:right;
	margin-left:auto;
	background-image:url("../grafiken/nav-slider-hover.png");
	background-repeat:no-repeat;
	background-position:-33px 0;
	text-indent:-3000px;
	border:none;
	transition:.7s
}

/* Scroll Button */

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	 bottom:20px;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

/* teaser bildlinks */

.txt-teaser{
	width:47.9166667%;
	margin-left:40%;
	position: absolute;
	right:0;
	z-index: 999;
}

.bildlinks {
	margin: 0;
	padding:0;
	max-width: 960px;
}

.bildlinks li {
	display: inline-block;
}

.bildlinks figure {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.bildlinks figcaption {
	color: #fff;
	width: 60%;
	left: 0;
	bottom:0;
	padding:1.5em;
	opacity: 1;
	position: absolute;
	z-index: 100;
}

.bildlinks figcaption p {
	display: table-cell;
	color:#fff;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: lowercase;
	position: relative;
	vertical-align: left;
}

.bildlinks figcaption .text{
	display: table-cell;
	color:#fff;
	font-size: 1.3em;
	text-transform: lowercase;
	position: relative;
	top: 0px;
	width: 100%;
	padding:20px;
	vertical-align: left;
}

.bildlinks figcaption h5,
.bildlinks figcaption h6{
	color: #fff;
}

.bildlinks li:hover figcaption {
	opacity: 1;
}

.bildlinks img {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
}

.bildlinks li:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.teaser1{
	margin-top: 70px;
}

.teaser2{
	margin-top:-50px;
}

/* teaser Buttons */

.teaser-buttons{
	width:90%;
	margin:0 auto;
	margin-top:-60px;
	padding:0;
	position: inherit;
}

.teaser-buttons li {
	width:25%;
	float:left;
	list-style-type: none;
	text-align: center;
	box-sizing: border-box;
	font-size:1.2em;
	font-weight: 700;
}

.teaser-buttons li a {
	display: block;
	color:#fff;
	padding:2em 1.5em;
}

.teaser-buttons li:hover {
	-webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.button1 {
	background-color:#f299ba;
}

.button2 {
	background-color:#542f61;
}

.button3 {
	background-color:#2e303c;
}

.button4 {
	background-color:#008c93;
}

/* Kontakt – Formulare */

.ce_form{
    margin-top: 3em;
	margin-bottom:3em;
}

.kontakt.formbody{
	width:100%;
	margin-top:20px;
}

.kontakt table{
	width:100%;
}

tr.even,
tr.odd{
	display:block;
	margin:0 0 1em;
	padding:0;
	border:1px solid #333;
}

.widget{
	width:100%;
	margin-bottom:1em;
}

#ctrl_7{
	height:180px;
}

input,textarea{
	width:100%;
	margin:0;
	padding:2%;
	background-color:#e5e5e5;
	font:1em 'Fira Sans',Verdana,Arial,sans-serif;
	color:#2e303c;
	border: none;
	border-radius:1px;
}

input:focus,
textarea:focus{
	background-color:#aeaeae;
	outline:none;
}

label{
	display:block;
	margin:5px 0 0 5px;
	font-size:1em;
	color:#2e303c;
	cursor:pointer;
}

.submit_container{
	left:0;
	float:left;
	display:block;
	background-color:none;
}

.submit{
	text-align:center;
	border:none;
	cursor:pointer;
	display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
	background-color: #aeaeae;
    color: #fff;
	font-weight:700;
    font-size: 1em;
}

.submit:hover{
	color:#fff;
}


.checkbox{
	width: 25px;
float: left;
margin-top: 11px;
}

.check fieldset{
	padding:0;
	margin:0;
	border:none;
}

/* Google Map */
.mod_dlh_googlemaps{
	width: 100% !important;
}

.google-map{
	height:450px;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Sitemap */
.mod_sitemap{
	margin-top:0.5em
}

.mod_sitemap li{
	padding:0.5em 0;
	border-bottom: 1px solid #eee
}

.mod_sitemap ul.level_1{
	margin:0;
	padding:0;
	list-style-type:none;
}

.mod_sitemap ul.level_2{
	margin-left:0;
	padding-left:20px;
	list-style-type:none;
}

.mod_sitemap li.active,
.mod_sitemap li span{
	color:#eee
}



/* MEDIA */

@media only all and (max-width:1150px) {

	/*MENU BUTTON*/
	.menu-btn {
		position: relative;
		padding-top:100px;
		float: right;
		right: 60px;
		z-index: 99999;
		display: inline;
		font-size: 32px;
	}
	
	header.smaller .menu-btn{
		padding-top:25px;
	}
	
	.fixed .menu-btn {
		padding-top: 10px;
	}

	.menu-btn a {
		display: inline-block;
		text-decoration: none;/* safari hack */
	}

	.btn-open:after {
		color: #333;
		content: "\f394";
		font-family: "Ionicons";
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}

	.btn-open:hover:after {
		color: #888;
	}

	.btn-close:after {
		color: #fff;
		content: "\f2d7";
		font-family: "Ionicons";
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}

	.btn-close:hover:after {
		color: #333;
	}

	.teaser-neg.btn-open {
		color: #ED1316;
	}

	/* OVERLAY */
	.overlay {
		position: fixed;
		top: 0;
		left:0;
		z-index: 9999;
		display: none;
		overflow: auto;
		width: 100%;
		height: 100vh;
		background: #f299ba; /* Old browsers */
		background: -moz-linear-gradient(45deg, #f299ba 0%, #ed6c8d 15%, #542f61 60%, #008c93 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #f299ba 0%,#ed6c8d 15%,#542f61 60%,#008c93 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #f299ba 0%,#ed6c8d 15%,#542f61 60%,#008c93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f299ba', endColorstr='#008c93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	#navigation{}

	#navigation .nav-mob{
		display: inline-block;
		width: 100%;
		/*margin-top:8em;*/
		text-align: center;
		left:inherit;
		float: none;
	}

	#navigation .nav-mob ul{
		padding-left:2em;
		font:4em/1em 'Fira Sans',Verdana,Arial,sans-serif;
		text-transform: lowercase;
		list-style-type:none;
		font-weight:300;
	}

	#navigation .nav-mob ul li{
		display: block;
		margin:20px 0;
		padding:0;
		text-align: left;
	}
	
	#navigation .nav-mob ul ul{
		font-size:0.75em;
		margin-bottom: 50px;
	}

	#navigation .nav-mob a.tooltip {
		padding: 10px;
	}

	#navigation .nav-mob a {
		color:#e5e5e5;
		text-decoration:none;
	}

	#navigation .nav-mob li a:hover,
	#navigation .nav-mob li .focus,
	#navigation .nav-mob li .active,
	#navigation .nav-mob .trail{
		text-decoration:none;
		color:#fff;
	}
	
	#header {
		margin-bottom: 1em;
	}
	
	.mainnav{
		display:none;
	}	
	
	.intro,
	.startbild {
		margin: 0 2em;
	}
	
	.teaser-buttons li {
		width: 50%; 
	}
	
	#container {
    	padding-bottom: 50px;
	}
	
	#footer {
		position: relative;
		height: 100%;
		display: flex;
	}
	
}


@media only all and (max-width:960px){
	
	.gradient{
		height: 8px;
	}
	
	.contact-btn{
		border-radius: 50%;
		font-size: 25px;
		width:30px;
		height: 30px;
		padding:10px;
		left:30px;
		top:25px;
	}
	
	.head {
		margin-left: 3em;
		max-width: 100%;
	}
	
	.head h3 {
    	font-size: 5vw;
	}
	
	.intro,
	.startbild {
		margin: 0;
	}
	
	#container {
		width:90%;
	}
	
	#footer .inside {
		width:90%;
	}
	
	#team-coaching .ce_image,
	#digitales-coaching .ce_image,
	#persoenlichkeitsentwicklung .ce_image,
	#konfliktloesung .ce_image,
	#ziele-und-visionen .ce_image {
		position: relative;
		margin:0;
		width:100%;
	}

	#team-coaching h5,
	#digitales-coaching h5,
	#persoenlichkeitsentwicklung h5,
	#konfliktloesung h5,
	#ziele-und-visionen h5 {
		height:auto;
		margin:0;
		width: 100%;
		padding: 1em 2em;
		color: #fff;
		z-index: 99999;
		float: left;
		box-sizing: border-box;
	}

}

@media only all and (max-width:820px){
	
	body {
		background-attachment: scroll;
	}
	
	.custom,
	.faq #container,
	.impressum #container,
	.datenschutz #container,
	.danke #container{
		padding-top:160px;
	}
	
	.header-logo {
    	max-width: 110px;
    	height: 110px;
		margin-top: 20px;
	}
	
	.menu-btn{
		padding-top:60px
	}
	
	.head {
    	width: 50%;
	}
	
	.contact-overlay {
		width: 50%;
	}
	
	.dot {
		display: none;
	}
}

@media only all and (max-width:450px){
	
	header.smaller .header-logo {
		height:40px;
		margin: 15px auto;
	}
	
	.menu-btn {
		position: relative;
		padding-top:60px;
		right: 40px;
	}
	
	header.smaller .menu-btn{
		padding-top: 15px;
	}
	
	#navigation .nav-mob ul{
		padding-left:50px;
		font-size: 3em;
	}
	
	#navigation .nav-mob ul li {
		margin:10px 0;
	}
	
	.head {
    	position: relative;
		padding-top: 2em;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
	
	.head h3 {
		font-size: 2em;
	}
	
	h1, h3 {
		font-size: 2.8em;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	#team-coaching h2,
	#konfliktloesung h2{
		padding-left: 0;
	}
	
	.intro-img {
    	padding-top: 1em;
	}
	
	.teaser-buttons {
		margin-top: -20px;
	}
	
	.teaser-buttons li {
		width: 100%; 
	}
	
	.teaser-buttons li a {
    	padding: 1em;
	}
	
	#container {
		width:75%;
	}
	
	#footer .inside {
		width:75%;
	}
	
	.contact-btn{
		width: 25px;
		height: 25px;
		left:30px;
		top:20px;
	}
	
	.contact-overlay {
		width: 100%;
	}
	
	.metanav {
    	padding-top: 2em;
    	width: 100% !important;
	}
	
	.metanav ul {
    	padding: 0;
    	float: none;
    	text-align: left;
	}
	
	.metanav li {
    	float: none;
    	padding-left: 0;
		padding-bottom:20px
	}
	
	.ce_headline {
    	margin: 0.5em 0 0em;
	}
	
	.coaching h1,
	.ueber h1,
	.kontakt h1 {
		word-wrap:normal;
		hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	
	.ueber h2 {
		margin-top:2em;
	}
	
	.kontakt h2 {
		margin-bottom:1em;
	}
	
	.picto img {
		margin-left: auto;
		margin-right: auto;
	}
	
	#team-coaching .ce_image,
	#digitales-coaching .ce_image,
	#persoenlichkeitsentwicklung .ce_image,
	#konfliktloesung .ce_image,
	#ziele-und-visionen .ce_image {
		padding-top: 2em;
	}
	
	#team-coaching h5,
	#digitales-coaching h5,
	#persoenlichkeitsentwicklung h5,
	#konfliktloesung h5,
	#ziele-und-visionen h5 {
		font-size: 1.2em;
	}
	
	.ce_accordion .toggler,
	.ce_accordion .toggler.active {
		background-size: 8%;
	}
	
	.ce_accordion .accordion{
		padding:0;
		margin-left:1.04166667%;
		margin-right:1.04166667%;
}

	
}