@charset "utf-8";
@import url("//hello.myfonts.net/count/354181");

*, *: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: #fff;
	font-size: 21px;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: normal;
	font-family: 'LinoLetterStd-Roman', 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-family: 'LinoLetterStd-Bold', serif;
	font-weight: normal;
	font-style: normal;
}

.hlt_col1 {
	color: #715655;
}

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

/* Colors & Fonts */


@font-face {font-family: 'LinoLetterStd-Roman';src: url('../fonts/354181_0_0.eot');src: url('../fonts/354181_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/354181_0_0.woff2') format('woff2'),url('../fonts/354181_0_0.woff') format('woff'),url('../fonts/354181_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'LinoLetterStd-Bold';src: url('../fonts/354181_1_0.eot');src: url('../fonts/354181_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/354181_1_0.woff2') format('woff2'),url('../fonts/354181_1_0.woff') format('woff'),url('../fonts/354181_1_0.ttf') format('truetype');}

.alrightsansregular {
  font-family: "Alright Sans";
  font-style: normal;
  font-weight: normal;
}

.color1 {
	color: #665C47;
}

/* General Layout */

#header_ct {
	width: 100%;
	height: 150px;
	position: fixed;
	text-align: center;
	z-index: 20;
	transition: all 0.5s;
}

#header_ct.sticky {
	background-color: rgba(0,0,0,0.9);
	height: 100px;
}

#header {
	width: 800px;
	display: inline-block;
	position: relative;
	top: 0;
	height: 100%;
}

#bgdraw_switch {
	position: relative;
	right: 0;
	top: 30px;
	float: right;
	cursor: pointer;
	cursor: hand;
}

#bgdraw_base {
	width: 35px;
	height: 15px;
	background-color: #979797;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	margin: 10px;
	transition: background-color 0.5s;
	-webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
	box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.3);
}

#bgdraw_knob {
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: #ffffff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	top: 6px;
	right: 4px;
	transition: right 0.5s;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

#bgdraw_switch.active #bgdraw_base {
	background-color: #ffffff;
}

#bgdraw_switch.active #bgdraw_knob {
	right: 27px;
}


#logo_bg {
	width: 495px;
	height: auto;
	left: -225px;
	position: absolute;
	transition: all 0.5s;
}

.sticky #logo_bg {
	width: 330px;
	left: -150px;
}

#content_frame {
	background-color: #000;
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: center;
}

#content_ct {
	padding-top: 300px;
	padding-bottom: 60px;
	display: inline-block;
	text-align: left;
	width: 100%;
	max-width: 800px;
	position: relative;
	z-index: 10;
}

#footer_ct {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	text-align: center;
	padding: 50px 0px;
}

#footer {
	color: #000;
	position: relative;
	text-align: left;
	display: inline-block;
	width: 100%;
	max-width: 800px;
	font-size: 24px;
	line-height: 160%;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #665C47;
}

#socmed_ct {
	position: absolute;
	right: 0;
	top: 0;
}

.socmed_ico {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 20px;
	background-color: #000;
	overflow: hidden;
	z-index: 10;
}

.socmed_ico img {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 10;
}

.smi_hl {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50px;
	background-color: #665C47;
	transition: all 0.5s;
	z-index: 0;
}

.socmed_ico:hover .smi_hl {
	top: 0px;
}



/* General Style */

.con_left a, .con_right a, #menu_ct a {
	color: #fff;
	text-decoration: none;
	font-size: 36px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	display: inline-block;
}

.con_left a:hover {
	background-image: url(../img/ico_linie_weiss.png);
	background-size: 100% 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.cico {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: none;
}

.page-kosmos .con_left a:hover {
	background-image: none;
}


a:hover .cico {
	display: inherit;
}

#mh_angebot .cico {
	width: 70px;
	height: 30px;
	margin-left: -75px;
	margin-top: 10px;
	background-image: url(../img/ico_pfeil_rechts.png);
}

#mh_team .cico {
	width: 90px;
	height: 15px;
	margin-left: 0px;
	margin-top: 40px;
	background-position: center bottom;
	background-image: url(../img/ico_linie_weiss.png);
}

#mh_kosmos .cico, .page-kosmos .cico {
	width: 40px;
	height: 40px;
	margin-left: -48px;
	margin-top: 0px;
	background-position: center center;
	background-image: url(../img/ico_stern.png);
}

#mh_kontakt .cico {
	width: 200px;
	height: 90px;
	margin-left: -35px;
	margin-top: -20px;
	background-position: center center;
	background-image: url(../img/ico_kringel.png);
}

h3 {
	color: #fff;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-family: "Alright Sans", sans-serif;
	font-size: 24px;
	font-weight: normal;
}

.content_full {
	font-size: 24px;
	line-height: 160%;
}


/* Menue */

#menu_ct {
	position: absolute;
	top: 150px;
	padding: 40px 0px 20px 0px;
	background-color: rgba(102,92,71,0.9);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transition: all 0.5s;
	width: 0px;
	opacity: 0;
	left: 50%;
	overflow-x: hidden;
}

.sticky #menu_ct {
	top: 100px;
}

#menu_ct.menu_open {
	width: 100%;
	opacity: 1;
	left: 0%;
}

#mobmenu_ct {
	position: absolute;
	right: 0;
	top: 50px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	cursor: hand;
}

.mobmenu_line {
	background-color: #fff;
	height: 3px;
	width: 100%;
	margin-bottom: 8px;
	display: inline-block;
	float: left;
	opacity: 1;
	transition: all 0.5s;
}

#mobmenu_ct.menu_open #mml2 {
	opacity: 0;
}

#mobmenu_ct.menu_open #mml1 {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 10px;
}

#mobmenu_ct.menu_open #mml3 {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -22px;
}




/* Content */

.con_left {
	width: 80%;
	float: left;
}

#home_right {
	width: 20%;
	float: left;
}

.team_desc table {
	border-spacing: 0px;
	width: 100%;
}

.team_desc td {
	vertical-align: top;
	border-bottom: 1px solid rgba(102,92,71,1);
	font-size: 18px;
	line-height: 150%;
	padding: 10px 0px;
}

.team_name, .team_desc, .team_mail {
	display: none;
}

#team_mailct {
	position: relative;
	float: right;
	display: inline-block;
}

#team_mailct .ico_mail {
	width: 60px;
	height: auto;
}

#kontakt_map {
	width: 100%;
	height: 532px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
}


/* Flexslider */

.flexslider {
	margin: 20px 0px 80px 0px; 
	border: none;
}

.flex-control-nav li {
	margin: 0 3px;
}

.flex-control-paging li a {
	background-color: #fff;
	width: 15px;
	height: 15px;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a:hover {
	background-color: rgba(255,255,255,0.7);
}

.flex-control-paging li a.flex-active {
	background-color: #665C47;
}

.flex-control-nav {
	text-align: left;
	padding-top: 15px;
	bottom: -60px;
}

.flex-direction-nav a {
-webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
	opacity: 1;
	width: 65px;
}

.flex-direction-nav a:before {
  content: none;
}
.flex-direction-nav a.flex-next:before {
  content: none;
}
.flex-direction-nav .flex-prev {
  left: -85px !important;
}
.flex-direction-nav .flex-next {
  right: -85px !important;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-prev img, .flex-direction-nav .flex-next img {
	width: 100%;
	height: auto;
}



/* Kontakt Formular */


.cf_interesse{
	text-align: left;
	padding-bottom: 50px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	font-weight: 300;
}

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

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

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

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

#Interesse1:checked + label span {
	background-color: #938c55;
}

#Interesse2:checked + label span {
	background-color: #556E84;
}



input[type="text"], textarea, select {
	padding: 10px;
	width: 100%;
	background-color: #f7f7f7; 
	border: none;
	border-bottom: 1px solid #fff;
	font-family: "proxima-nova",sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 300;
	color: #000;
}

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

input[type="text"]:focus, textarea:focus {
	background-color: #e2e2e2;
}

input[type="submit"], input[type="reset"] {
	background-color: #000000;
	color: #fff;
	border: none;
	padding: 8px;
	font-family: "proxima-nova",sans-serif;
	font-size: 15px;
	cursor: pointer;
	cursor: hand;
	width: 100%;
	font-weight: 300;
	font-style: normal;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 0 !important;
}



input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #513f3d;
}

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

form span.hlt {
	outline: 1px solid #f00;
}

.hpt {
	display: none;
}

.form_subtitle {
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	padding-bottom: 20px;
	display: inline-block;
}

::-webkit-input-placeholder {
   color: #333;
}

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

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

:-ms-input-placeholder {  
   color: #333;  
}



/* 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;
}

.mob_content_side {
	display: none;
}

/* Media Queries */



@media only screen and (max-width : 1020px)  {
	
	#content, #menu {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.content_main {
		width: 100%;
	}
	
	.content_side {
		display: none;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer_impressum {
		display: block;
		padding-top: 20px;
		text-align: center;
		float: none;
	}
	
	
	#footer_ct {
		margin-top: auto;
	}
	
	#footer {
		height: auto !important;
	}
	
	#content {
		padding-bottom: 80px;
	}
	
	
}


@media only screen and (max-width : 760px)  {
	
	.n2col .first.column, .n2col .last.column {
		width: 100% !important;
		padding-right: 0px !important;
	}
	
	.cbox_left, .cbox_right {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	#header_ct {
		display: none;
	}
	
	#header {
		padding-left: 20px;
		height: 150px;
	}
	
	#content {
		padding-bottom: 30px;
		padding-top: 120px;
	}
	
	#logo_bm {
		width: auto;
		height: 100px;
		float: left
	}
	
	#mob_header_ct {
		display: inline-block;
		position: fixed;
		background-color: #bebcb4;
		z-index: 30;
		height: 60px;
		width: 100%;
	}
	
	#logo_bm_mob {
		height: 30px;
		width: auto;
		margin-left: 12px;
		margin-top: 15px;
	}
	
	#mob_header .menu_ct {
		position: absolute;
		width: 100%;
		left: 0px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #fff;
		border-bottom: 3px solid #bebcb4;
		height: auto;
		top: 60px;
		bottom: auto;
		display: none;
	}
	
	#mob_header .menu {
		display: inline-block;
	}
	
	#mob_header .menu li {
		display: inline-block;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	#mobmenu_ct {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}
	
	h2 {
		font-size: 28px;
		letter-spacing: 0px;
	}
	
	body {
		font-size: 18px;
	}
	
	.cbox_title {
		font-size: 18px;
	}
	
	.mob_content_side {
		display: inline-block;
		margin-bottom: 40px;
	}
	
	.mob_content_side img {
		width: 100px;
		height: auto;
		margin-bottom: 10px;
	}
	
	
}





@media print {

}