/* ----------------------------------------------------------------
	CSS Specific to the One Page Module

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Minimal Styling of this Module

	Version: 5.2
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------------------
	General Definitions
---------------------------------------------------------------------------- */

h3 	{ color: #cc9816; } 



/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

#header { border-bottom: 0; }

#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
}

#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom: 0; }

#header.full-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05) !important; }

.dark #header.full-header.border-full-header #header-wrap,
#header.dark.full-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15) !important; }

#header.transparent-header:not(.sticky-header) #header-wrap { background-color: transparent; }

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -70px;
	margin-bottom: -70px;
}

#header.full-header #logo { border-right: 0; }

#header.full-header #primary-menu > ul {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}


#header.show-on-sticky #header-wrap {
	opacity: 0;
	pointer-events: none;
}

#header.show-on-sticky.sticky-header #header-wrap {
	opacity: 1;
	pointer-events: auto;
}


#header,
#header-wrap,
#logo img {
	height: 70px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}


/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
	box-shadow: none;
	-webkit-backface-visibility: hidden;
}


/* Side Header
---------------------------------------------------------------------------- */

@media (min-width: 992px) {

	.side-header #header #header-wrap { position: relative; }

	.side-header #header,
	.side-header #header-wrap { height: 100%; }

	.side-header #header-wrap { width: 300px !important; }

	.side-header #logo,
	.side-header #logo img,
	.side-header #primary-menu:not(.style-2),
	.side-header #primary-menu:not(.style-2) > ul { height: auto; }

}


/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li a {
	padding: 24px 22px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
}


/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container { right: 0; }

body.side-push-panel.side-panel-open.stretched #header .container { right: 300px; }

body.side-panel-left.side-push-panel.stretched #header .container {
	left: 0;
	right: auto;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; }

#side-panel-trigger {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 100px 0; }


/* ----------------------------------------------------------------------------
	Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
	font-weight: 500;
	letter-spacing: 3px;
	font-family: 'Roboto', sans-serif;
}


/* ----------------------------------------------------------------------------
	Portfolio Overlay
---------------------------------------------------------------------------- */

.portfolio-overlay { background-color: rgba(255,255,255,0.9); }

.portfolio-overlay .portfolio-desc h3 {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.portfolio-overlay .portfolio-desc h3 a {
	color: #FFF !important;
	text-shadow: none;
}

.portfolio-overlay .portfolio-desc span {
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
}

.portfolio-overlay .portfolio-desc span a {
	color: #999 !important;
	text-shadow: none;
}


/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #F9F9F9;
	color: #F9F9F9;
}

.button.button-border.button-light:hover {
	background-color: #F9F9F9;
	color: #FFF;
	text-shadow: none;
}


/* More Link
---------------------------------------------------------------------------- */

.more-link {
	font-weight: 400;
	border-bottom-width: 1px;
	font-style: normal;
}

.more-link i.icon-angle-right {
	position: relative;
	top: 2px;
	margin-left: 3px;
}


.link-border {
	font-weight: 600;
	border-bottom: 3px solid #90CDDB;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }


/* ----------------------------------------------------------------------------
	Team & Testimonials
---------------------------------------------------------------------------- */

.team-title h4 {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 2px;
}

.team-title span {
	font-style: normal;
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 2px;
}

.team-social-icons {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.dark .team-overlay:before { background-color: rgba(0,0,0,0.9); }

.parallax .fslider * { -webkit-backface-visibility: hidden !important; }

.parallax .fslider .flex-control-paging * { -webkit-backface-visibility: visible !important; }

.parallax .testimonial .testi-content p {
	line-height: 1.6 !important;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

.parallax .testimonial .testi-meta {
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 500;
}

.parallax .testimonial .testi-meta span {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}


/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu nav ul li { margin: 15px 6px; }

#page-menu.dots-menu nav li a { background-color: rgba(0,0,0,0.3); }

#page-menu.dots-menu nav li a:hover,
#page-menu.dots-menu nav li.current a { background-color: rgba(0,0,0,0.65) !important; }

#page-menu.dots-menu nav li .dots-menu-caption {
	background-color: #EEE !important;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
}

#page-menu.dots-menu nav li .dots-menu-caption:after { border-left: 6px solid #EEE !important; }


/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
	height: 48px;
	padding: 8px 4px;
	font-size: 21px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	font-family: 'Roboto', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}


/* ----------------------------------------------------------------------------
	Helper CSS Styles
---------------------------------------------------------------------------- */

.font-body { font-family: 'Roboto', sans-serif !important; }

.font-primary { font-family: 'Roboto', sans-serif !important; }



/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */

#footer .widget { padding: 30px 0; }

#footer .widget > h4 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}



#footer .widget ul.footer-site-links li {
	margin: 5px 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}


#footer .widget .form-control { text-align: center; }

.widget p.lead {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.6;
}


/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border { overflow: hidden; }

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
	content: '';
	position: absolute;
}

.grid-border [class^=col-]:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid rgba(0,0,0,0.05);
}

.grid-border [class^=col-]:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}


.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); }


/* ----------------------------------------------------------------------------
	One Page Module: Slider Specifics
---------------------------------------------------------------------------- */

.one-page-arrow i {
	-webkit-animation-duration: 1.5s !important;
	animation-duration: 1.5s !important;
}


/* Large One Word in Slider
---------------------------------------------------------------------------- */

.opm-large-word { font-size: 116px; }

.device-md .opm-large-word { font-size: 96px; }

.device-sm .opm-large-word { font-size: 72px; }

.device-xs .opm-large-word { font-size: 54px; }


/* Medium One Word in Slider
---------------------------------------------------------------------------- */

.opm-medium-word { font-size: 96px; }

.device-md .opm-medium-word { font-size: 80px; }

.device-sm .opm-medium-word { font-size: 60px; }

.device-xs .opm-medium-word { font-size: 48px; }


/* Medium Before Heading
---------------------------------------------------------------------------- */

.before-heading.opm-medium {
	font-size: 30px;
	font-style: normal;
	margin: 0 0 0 5px;
	line-height: 1;
	letter-spacing: 12px;
}

.device-md .before-heading.opm-medium { font-size: 22px; }

.device-sm .before-heading.opm-medium { font-size: 18px; }

.device-xs .before-heading.opm-medium { font-size: 14px; }


/* Large Counter in Slider
---------------------------------------------------------------------------- */

.opm-large-counter {
	font-size: 480px;
	color: #F2F2F2;
	line-height: 1;
}

.device-md .opm-large-counter { font-size: 360px; }

.device-sm .opm-large-counter { font-size: 220px; }

.device-xs .opm-large-counter { font-size: 150px; }


/* Slider Grid Blocks
---------------------------------------------------------------------------- */

.half-screen {
	position: relative;
	height: 50%;
}

.videoplay-on-hover .vertical-middle { z-index: 2; }

.videoplay-on-hover .video-wrap { z-index: 1; }

.videoplay-on-hover .vertical-middle h2 {
	font-size: 40px;
	font-weight: bold;
}

.device-sm .videoplay-on-hover .vertical-middle h2 { font-size: 32px; }

.device-xs .videoplay-on-hover .vertical-middle h2 { font-size: 26px; }



/* Content Switch
---------------------------------------------------------------------------- */


.con-switch {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.con-switch .con-default,
.con-switch .con-show {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.con-switch .con-show {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

.con-switch:hover .con-show { opacity: 1; }

.con-switch:hover .con-default { opacity: 0; }



/* Hero Video Play Event
---------------------------------------------------------------------------- */

.big-video-button {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	background-color: #FFF;
	color: #F5F5F5 !important;
	font-size: 24px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.big-video-button:hover { opacity: 0.9; }

.dark .big-video-button,
.big-video-button.dark {
	background-color: #F5F5F5;
	color: #FFF !important;
	text-shadow: none;
}

.big-video-button i:nth-of-type(1) {
	position: relative;
	left: 3px;
}

.big-video-button i:nth-of-type(2),
.big-video-button.video-played i:nth-of-type(1) { display: none; }

.big-video-button.video-played i:nth-of-type(2) { display: block; }

.big-video-button.video-played { opacity: 0.1; }

#slider:hover .big-video-button.video-played { opacity: 1; }


.slider-caption h2 {
	font-size: 78px;
	letter-spacing: 3px;
	text-transform: lowercase;
	margin-bottom: 50px;
}

.slider-caption p {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 26px;
	line-height: 1.8;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}



.testimonials-lg { overflow: visible; }

.testimonials-lg:before {
	position: absolute;
	top: -20px;
	left: -30px;
	content: "“";
	color: rgba(0,0,0,0.07);
	font-size: 144px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}

.testimonials-lg .testi-content p {
	font-size: 26px;
	line-height: 1.6;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #111;
}

.testimonials-lg .testi-content p:before,
.testimonials-lg .testi-content p:after { content:''; }

.testimonials-lg .testi-meta {
	font-size: 14px;
	font-weight: 400;
	margin-top: 30px;
	color: #999;
}

.testimonials-lg .testi-meta span {
	font-size: 13px;
	font-weight: 300;
	color: #BBB;
}



/* ----------------------------------------------------------------------------
	Dark
---------------------------------------------------------------------------- */


.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap { border-bottom-color: rgba(255,255,255,0.1) !important; }

#footer.dark { background-color: #222222 !important; } 


/* ----------------------------------------------------------------------------
	Special Adjustments
---------------------------------------------------------------------------- */

.dib  { display: inline-block; } 
.db  { display: block; } 

.pr { position: relative; } 
.t_3 { top: 3px; } 

.m_auto { margin: auto; } 

.mb_0 	{ margin-bottom: 0px; }
.mb_6 	{ margin-bottom: 6px; }
.mb_15  { margin-bottom: 15px; }

.mt_4 	{ margin-top: 4px; }
.mt_10 	{ margin-top: 10px; }
.mt_12 	{ margin-top: 12px; }
.mt_16 	{ margin-top: 16px; }
.mt_32 	{ margin-top: 32px; }
.mt_50 	{ margin-top: 50px; }
.mt_64 	{ margin-top: 64px; }

.ml_4 { margin-left: 4px; }
.ml_8 { margin-left: 8px; }
.ml_12  { margin-left: 12px; } 
.ml_14  { margin-left: 14px; } 
.ml_16  { margin-left: 16px; } 
.ml_32  { margin-left: 32px; } 

.mr_8  { margin-right: 8px; } 

.ml_mr_12 { margin-left: 12px; margin-right: 12px; } 

.pt_0_imp 	{ padding-top: 0px !important; }
.pb_0_imp 	{ padding-bottom: 0px !important; }

.pt_40 { padding-top: 40px; }

.pb_40 { padding-bottom: 40px; }
.pb_80 { padding-bottom: 80px; }
.pb_120 { padding-bottom: 120px; }
.pb_160 { padding-bottom: 160px; }

.w_100  { width: 100%; } 
.w_60   { width: 60%; } 

.h_187  { height: 187px; } 
.h_355  { height: 355px; } 

.br_6 	{ border-radius: 6px; } 
.br_10 	{ border-radius: 10px; } 
.br_15 	{ border-radius: 15px; } 
.br_20 	{ border-radius: 20px; } 

.ta_c 	{ text-align: center; } 
.ta_l 	{ text-align: left; } 
.ta_r 	{ text-align: right; } 

.fs_15rem { font-size: 1.5rem; } 

.tc_weiss_imp { color: #fff !important; } 
.tc_gelb { color: #cc9816; } 

.bgc_grau { background-color: #111111; } 
.bgc_hellgrau { background-color: #ccc; } 
.bgc_mittelgrau { background-color: #808080; } 

.b_grau { border: 1px solid #999; } 

.feld { font-size: 19px; font-weight: 300; color: #2a2a2a; background: #f0f0f0; padding: 8px 8px 8px 16px; border: 1px solid #999; border-radius: 6px; outline: 0; }
.feld_dis { background-color: #fff; } 
.fw_f { width: 546px; }
.fw_h { width: 271px; }
.fw_l { width: 433px; }
.fw_s { width: 110px; }
.fw_ss { width: 90px; }
.fw_anrede { width: 122px; }
.fw_titel { width: 145px; }
#ds { width: 20px; height: 20px; float: left; } 
#ds_info { font-size: 16px; font-weight: 300; margin-left: 8px; } 

#nl_ds { width: 20px; height: 20px; float: left; } 
#nl_ds_info { font-size: 16px; font-weight: 300; margin-left: 8px; } 


HEADER, DIV#header-wrap { background-color: #fff; } 
.gs_logo { display: inline-block; font-size: 20px; font-weight: bold; } 
.tr_04 { transition: height 0.4s ease; } 
.menu-item-smaller { font-size: 20px !important; } 
.pt_pb_40 { padding-top: 40px; padding-bottom: 40px; } 
.zitat { color: #cc9816; font-family: courgetteregular; font-size: 170%; font-style: italic; font-weight: bold; } 
.zitat2 { color: #cc9816; font-family: courgetteregular; font-size: 175%; font-style: italic; font-weight: bold; } 
.zitat3 { color: #cc9816; font-family: courgetteregular; font-size: 150%; font-style: italic; font-weight: bold; } 
.keynote_text { font-size: 1.5rem; }  
.keynote_zitatarea { display: inline-block; width: 66%; text-align: center; } 
LI { margin-left: 15px; line-height: 1.8; } 

BUTTON.but, BUTTON.but:link, BUTTON.but:active, BUTTON.but:visited { background-color: #cc9816; border: 0px; border-radius: 0.25rem; color: #fff; font-size: 1rem; padding: 6px 27px 6px 27px; transition-duration: 0.4s; } 
BUTTON.but:hover { opacity: 0.75; transition-duration: 0.4s; } 

A.linkbut, A.linkbut:link, A.linkbut:active, A.linkbut:visited { display: inline-block; background-color: #cc9816; border: 0px; border-radius: 0.25rem; color: #fff; font-size: 1rem; font-weight: 400; padding: 9px 27px 9px 27px; transition-duration: 0.4s; } 
A.linkbut:hover { opacity: 0.75; transition-duration: 0.4s; } 

A.kontfooter, A.kontfooter:link, A.kontfooter:active, A.kontfooter:visited { color: inherit; } 
A.kontfooter:hover { color: #cc9816; } 

.hidden { display: none; } 
.sp_show { display: none; } 
.tb_show { display: none; } 
.col_last { margin-bottom: 0px !important; } 

#copyrights A, 
#copyrights A:link, 
#copyrights A:active, 
#copyrights A:visited { color: #fff; } 

#copyrights A:hover { color: #cc9816; } 

.zitat-von-links {
  animation: move-from-left 2s forwards; 
} 

@keyframes move-from-left { 
  0% {
	left: -1500px; 
  }
  100% {
	left: 0px; 
  }
}

.zitat-von-rechts {
  animation: move-from-right 2s forwards; 
} 

@keyframes move-from-right { 
  0% {
	right: -1500px; 
  }
  100% {
	right: 0px; 
  }
}



/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


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

	#primary-menu UL LI A 	{ font-size: 15px !important; } 
	.zitat2 	{ font-size: 145%; } 
	.zitat3 	{ font-size: 125%; } 
	.keynote_text { font-size: 1.0rem; } 
	#keynote DIV DIV.ta_l 	{ height: 540px !important; } 
}


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

	#keynote DIV DIV.ta_l 	{ height: 540px !important; } 
}


@media (max-width: 991px) {
	
	#primary-menu-trigger 	{ font-size: 20px; } 
	
	#keynote 	{ padding-bottom: 10px !important; }  
	#keynote DIV DIV.ta_l 	{ height: auto !important; margin-bottom: 10px !important; } 
	#keynote-text-area { width: 100%; margin-left: 0px !important; margin-top: 0px !important; } 
	.keynote_text 	{ font-size: 16px; padding-top: 62%; } 
	.keynote_zitatarea 	{ width: 100%; } 
	#anfrage 	{ padding-bottom: 10px !important; }  

	.zitat 	{ font-size: 160%; } 
	.zitat2 { font-size: 110%; } 
	.zitat3 { font-size: 125%; } 
	
	.tb_show { display: inline-block; } 
	.tb_hide { display: none; }
	

	/* -------------- former stuff -------------- */
	#logo { height: 70px !important; }

	#header { min-height: 70px; }

	#header.transparent-header:not(.sticky-header) #header-wrap {
		background-color: rgba(41,41,41,0.9);
		border-bottom: 1px solid #EEE;
	}

	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #FFF;
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}

	#header.transparent-header:not(.hidden) + #slider,
	#header.transparent-header:not(.hidden) + #page-title.page-title-parallax,
	#header.transparent-header:not(.hidden) + #google-map,
	#slider + #header.transparent-header:not(.hidden) {
		top: 0;
		margin-bottom: 0;
	}

	#primary-menu-trigger { top: 10px !important; }

	#side-panel-trigger {
		margin: 25px 0 !important;
		right: 15px !important;
	}

	.dark #header.transparent-header #header-wrap,
	.dark #header.semi-transparent #header-wrap,
	#header.dark.transparent-header #header-wrap,
	#header.dark.semi-transparent #header-wrap {
		background-color: #FFF;
		border-bottom-color: rgba(255,255,255,0.1);
	}

	.dark.overlay-menu #primary-menu:not(.not-dark) ul,
	.overlay-menu #primary-menu.dark ul { background-color: transparent; }

}


.lang_seldiv { display: inline; position: relative; top: 11px; margin-left: 3px; }
.lang_selbox { height: 35px; width: 60px; padding-left: 6px; } 
A.but_whatsapp:hover { opacity: 0.9; } 
A.but_merken:hover { opacity: 0.9; } 


@media (max-width: 767px) {
	
	#splash-area 	{ margin-bottom: 0px !important; } 
	#splash-zitat-area 	{ min-height: 143px; margin-bottom: 0px !important; } 
	#willkommen 	{ margin-bottom: 75px !important; } 
	#welcome-zitat-area 	{ min-height: 190px; margin-bottom: 0px !important; padding-top: 20px !important; } 
	#welcome-zitat-area DIV DIV 	{ padding-top: 0px !important; } 
	#philo-pic 	{ margin-top: 0px !important; margin-bottom: 80px !important; } 
	#philo-zitat-area 	{ min-height: 150px; margin-bottom: 0px !important; padding-top: 20px !important; } 
	#philo-zitat-area DIV DIV 	{ padding-top: 0px !important; } 
	#coaching 	{ margin-bottom: 90px !important; } 
	#coaching-zitat-area 	{ min-height: 193px; margin-bottom: 0px !important; padding-top: 20px !important; } 
	#coaching-zitat-area DIV DIV 	{ padding-top: 0px !important; } 
	#keynote DIV DIV.ta_l 	{ height: auto !important; margin-bottom: 10px !important; } 
	#keynote-text-area { width: 100%; margin-left: 0px !important; margin-top: 0px !important; } 
	.keynote_text 	{ font-size: 16px; padding-top: 65%; } 
	.keynote_zitatarea 	{ width: 100%; } 
	
	.zitat 	{ font-size: 140%; } 
	.zitat3 { font-size: 125%; } 
}


@media (max-width: 575px) {

	#primary-menu-trigger 	{ left: 10px !important; } 
	.retina-logo 	{ margin-left: 7%; } 
}


@media (max-width: 430px) {
	/* #contact-form 	{ text-align: center; } */
	#anfrage-form-area 	{ margin-bottom: 0px !important; } 
	#anfrage-container 	{ width: 100% !important; text-align: center; } 
	#anfrage-ds 	{ width: 271px; margin-left: auto; margin-right: auto; text-align: left; } 
	INPUT#nachname 	{ margin-left: 0px; } 
	INPUT#firma 	{ width: 271px; } 
	INPUT#strasse 	{ width: 191px; } 
	INPUT#hausnr 	{ width: 76px; } 
	INPUT#plz 		{ width: 86px; } 
	INPUT#ort 		{ width: 181px; } 
	INPUT#mobil 	{ width: 271px; margin-left: 0px; } 
	INPUT#email 	{ width: 271px; } 
	TEXTAREA#mitteilung 	{ width: 271px; } 
	#newsletter-form-area 	{ margin-bottom: 0px !important; } 
	#newsletter-container 	{ width: 100% !important; text-align: center; } 
	#newsletter-ds 	{ width: 271px; margin-left: auto; margin-right: auto; text-align: left; } 
	INPUT#nl_nachname 	{ margin-left: 0px; } 
	INPUT#nl_email 	{ width: 271px; } 
	#adresse-area 	{ padding-bottom: 40px !important; } 
	#adresse-area DIV DIV 	{ margin-bottom: 0px !important; } 
	
	#splash-zitat-area 	{ min-height: 130px; } 
	#welcome-zitat-area 	{ min-height: 178px; } 
	#philo-zitat-area 	{ min-height: 142px; } 
	#coaching-zitat-area 	{ min-height: 177px; } 
	.zitat 	{ font-size: 125%; } 

	.sp_show { display: inline-block; } 
	.sp_hide { display: none; }

	.content-wrap { padding-bottom: 0px; } 
	
	/*
	.page-section { padding: 50px 0; }
    .page-section:first-child { padding-bottom: 0px !important; }
	.but_whatsapp { margin-left: 24px; } 
	#bildinfo { padding-top: 0px !important; } 
	TABLE#tbl_preise TR TD.col_1 { width: 78%; } 
	TABLE#tbl_preise TR TD.col_2 { width: 0%; display: none; } 
	*/
}

@media (min-width: 431px) and (max-width: 1000px) {
	.but_whatsapp { margin-left: 40px; } 
}
