@charset "utf-8";

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


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #666666;
	font-size: 16px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-weight: normal;
	line-height: normal;
	font-family: 'Exo', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fw {
	width: 100%;
	height: auto;
}

strong {
	font-weight: 700;
}

img[usemap], map area{
    outline: none;
}
a, img {outline:none;}
map > area,
map > area:active,
map > area:focus {outline: none; border:0; }

/* Colors & Fonts */






h4 {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	padding: 0px 0 10px 0;
	line-height: normal;
	color: #626262;
	text-transform: uppercase;
}

h5 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	display: inline;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #48080e;
	text-transform: uppercase;
}

#intro_tf {
	position: absolute;
	width: 1470px;
	height: auto;
	top: 50%;
	margin-top: -168px;
	left: 50%;
	margin-left: -735px;
}



/* General Layout */


#footer_ct {
	padding-top: 40px;
	padding-bottom: 80px;
}

#footer {
	text-align: center;
	color: #949396;
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
}

.ft_box_wrp {
	display: inline-block;
}

.ft_box_ct {
	display: inline-block;
	text-align: left;
	width: 310px;
}

#ft_box_nordstern {
	margin-left: 50px;
	margin-right: 50px;
}

.ft_box_ct a {
	color: #949396;
}

.ft_box_ct a:hover {
	color: #7A7167;
}

.ft_box_titel {
	border-top: 1px solid #949396;
	border-bottom: 1px solid #949396;
	font-size: 21px;
	padding-top: 5px;
	padding-bottom: 2px;
}

.ft_box_logo {
	height: 80px;
	width: auto;
}

#ft_box_chrono .ft_box_logo {
	padding-top: 38px;
	padding-bottom: 28px;
}

#ft_box_nordstern .ft_box_logo {
	padding-top: 15px;
	padding-bottom: 5px;
}

#ft_box_filippi .ft_box_logo {
	padding-top: 30px;
	padding-bottom: 20px;
}


/* General Style */




/* Menue */



/* Content */

#intro_ct {
	position: relative;
	width: 100%;
	height: 80%;
	background-color: #fff;
	padding: 0px;
	padding-top: 0px;
}

#intro_head {
	text-align: center;
	position: absolute;
	width: 100%;
	background-color: #fff;
	color: #000;
	top: 0px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
}

#intro_head_text {
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
	font-size: 32px;
	font-weight: 100;
	color: #333;
	letter-spacing: 2px;
	padding: 25px;
}

#intro_head_title {
	text-align: center;
}

#iht_t1 {
	font-size: 58px;
	letter-spacing: 6px;
	color: #333;
	display: inline-block;
	font-weight: 100;
	border-bottom: 2px solid #333;
	line-height: 105%;
	margin-bottom: 5px;
}

#iht_t2 {
	font-size: 28px;
	letter-spacing: 2px;
	color: #666;
	display: inline-block;
	font-weight: 200;
}


#intro_head_title {
	padding-top: 40px;
	padding-bottom: 30px;
}

#intro_bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/visu1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.tx_ct {
	margin-top: 30px;
}

.tx {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: 300;
}

.tx a {
	color: #333;
	text-decoration: none;
	transition: all 0.5s;
	font-weight: 600;
	font-size: 13px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(210,210,210,0);
}

.tx a:hover {
	border-bottom: 1px solid #333;
}

#tx2_ct {
	padding-bottom: 60px;
}

.intro_numtext {
	font-size: 48px;
	font-weight: 100;
}

#pmsg {
	font-weight: normal;
	line-height: 150%;
}

.spacer_line_ct {
	width: 100%;
	height: 90px;
	margin: 20px 0;
	position: relative;
	text-align: center;
}

.spacer_line {
	position: relative;
	width: 1px;
	height: 100%;
	border-right: 1px solid #D8D8D8;
	display: inline-block;
}

#spacer_line_form {
	margin-top: -20px;
	margin-bottom: 0px;
}


#ctf_ct {
	text-align: center;
	position: relative;
}

#ctf {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	position: relative;
}

#ctf_anrede {
text-align: left;	
margin-bottom: 20px;	
}

#arrow_wide {
	height: auto;
	width: 100px;
	display: inline-block;
}

#contact_infbox {
	font-size: 14px;
	margin-top: 60px;
	line-height: 155%;
	color: #666;
	letter-spacing: 1px;
}

#contact_infbox a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid rgba(210,210,210,0);
	transition: all 0.5s;
}

#contact_infbox a:hover {
	color: #000;
}




/* Kontakt Formular */


input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-family: 'Exo', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 16px; 
	height: 16px; 
	background-color: transparent; 
	border: 1px solid #7A7167;
	display: inline-block; 
	margin-left: 5px;
	margin-right: 10px; 
	margin-bottom: 2px;
	margin-top: -1px;
	vertical-align: middle;
}
input[type="radio"] + label span {
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-color: #7A7167;
}

input[type="text"], textarea, select {
	padding: 10px 10px 8px 10px;
	width: 100%;
	height: 38px;
	background-color: #ffffff; 
	border: none;
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	color: #7A7167;
}

input[type="text"].ctf_col2 {
	width: 48.5%;
	float: left;
	margin-right: 1.5%;
}

input[type="text"].ctf_col2.cce {
	margin-left: 1.5%;
	margin-right: 0%;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	border: none;
}

input[type="submit"], input[type="reset"] {
	background-color: #A69E96;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	cursor: pointer;
	cursor: hand;
	width: 100%;
	font-weight: 600;
	font-style: normal;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 0 !important;
	letter-spacing: 0.1em;
}



input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #7A7167;
	color: #ffffff;
}

form input.hlt, form select.hlt {
	border: 1px solid #f00;
}

.opt_box_ct {
	padding-top: 3px;
	padding-bottom: 7px;
}

.opt_box {
	padding-top: 3px;
	padding-bottom: 3px;
}

.pff_ct {
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 0;
	margin-top: -166px;
}

.hpt {
	display: none;
}

.form_subtitle {
	font-family: 'Exo', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	padding-bottom: 20px;
	display: inline-block;
}

::-webkit-input-placeholder {
   color:#7A7167;
}

:-moz-placeholder { /* Firefox 18- */
   color:#7A7167;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7A7167; 
}

:-ms-input-placeholder {  
   color: #7A7167;  
}

#ctf_pf {
	color: #9b9b9b;
	font-size: 12px;
	position:  absolute;
	margin-top: -80px;
	font-family: 'Exo', sans-serif;
}



/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

#lba_prev, #lba_next, #lba_close {
	opacity: 0.7;
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}

#lba_close img {
	height: 30px;
	padding: 5px;
	float: right;
	margin-top: -5px;
	margin-right: -5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

.imp {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mob_only {
	display: none !important;
}

#mm_toggle {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	display: none;
}

.tab_only {
	display: none;
}

#mobmenu_ct {
	display: none;
	position: relative;
	top: 15px;
	left: 17px;
	width: 30px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}




#block_gmaps {
	min-height: 0px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #696969;
	margin-top: 20px;
}

.gmaps_titel {
	cursor: pointer;
	cursor: hand;
	padding-bottom: 20px;
	display: inline-block;
	color: #000;
	letter-spacing: 1px;
}

#map_wrapper {
	position: relative;
	width: 100%;
	height: 700px;
}

#map_bpb {
	height: 100%;
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.mob_only {
	display:  none;
}

.tab_mob {
	display: none;
}

.dsk_no {
	display: none;
}


.content_wrapper {
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
	color: #A69E96;
	overflow-x: hidden;
}

.img_fassade {
	width: 100%;
	height: auto;
}

.cw_bg {
	background-color: #F9F7F4;
	position: absolute;
	width: 800px;
	top: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -400px;
	z-index: -1;
}

.teaser_text {
	text-align: center;
	padding-bottom: 50px;
}

.teaser_text h1 {
	padding: 0;
	margin: 0;
	color: #949396;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 90px;
	padding-bottom: 0.5em;
}

.teaser_text h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #A69E96;
	font-size: 40px;
	text-transform: none;
	padding-bottom: 0.4em;
}

.teaser_text .teaser_phone {
	font-size: 52px;
	font-weight: 600;
	color: #A69E96;
}

.contact_text {
	font-size: 28px;
	line-height: normal;
}





/* Media Queries */


@media only screen and (max-width : 1200px)  {

	
.teaser_text h1 {
	font-size: 72px;
}

.teaser_text h3 {
	font-size: 32px;
}

.teaser_text .teaser_phone {
	font-size: 41px;
}

	
}
	
@media only screen and (max-width : 1060px)  {

	.teaser_text h1 {
	font-size: 54px;
}

.teaser_text h3 {
	font-size: 24px;
}

.teaser_text .teaser_phone {
	font-size: 30px;
}

	.ft_box_wrp {
		display: block;
		padding-bottom: 80px;
	}
	
}



@media only screen and (max-width : 767px)  {
	
	.teaser_text h1 {
	font-size: 32px;
}

.teaser_text h3 {
	font-size: 16px;
}

.teaser_text .teaser_phone {
	font-size: 21px;
}

	.contact_text {
		font-size: 21px;
	}
	
	input[type="text"], textarea, select {
		font-size: 16px;
	}
	
	#ctf, .teaser_text, .ft_box_wrp {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#ft_box_nordstern {
		margin-left: 0;
		margin-right: 0;
	}
	
	.pff_ct {
		right: 20px;
		font-size: 12px;
	}
	
	#footer {
		font-size: 16px;
	}
	
	.ft_box_ct {
		width: 100%;
		max-width: 310px;
	}
	
	.ft_box_wrp {
		padding-bottom: 60px;
	}
	.ft_box_titel {
		font-size: 18px;		
	}
	
	.ft_box_logo {
		height: 60px;
	}
	
	#ft_box_chrono .ft_box_logo {
		padding-top: 30px;
		padding-bottom: 18px;
	}
	
	#ft_box_nordstern .ft_box_logo {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	
	#ft_box_filippi .ft_box_logo {
		padding-top: 22px;
		padding-bottom: 15px;
	}
	
	.content_wrapper {
		padding-top: 60px;
	}
	
}

@media only screen and (max-width : 540px)  {
	
	input[type="text"].ctf_col2, input[type="text"].ctf_col2.cce {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	#intro_head {
		font-size: 10px;
	}
	
	#intro_ct {
		height: 400px;
	}
	
	.mob_no {
		display: none;
	}
	
	.dsk_no {
		display: inherit;
	}
	
	#ctf_pf {
		text-align: left;
		font-size: 11px;
	}
	
	#nordstern_logo {
		width: 220px;
	}
	
}



@media print {

}