@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.pdf {
	display: block;
	width: 80%;
	height: auto;
	margin: auto;
	}

.img80 {
	display: block;
	width: 80%;
	height: auto;
	margin: auto;
	}
	
.img50 {
	display: block;
	width: 50%;
	height: auto;
	margin: auto;
	}
	

.zoomIn_mdm {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
   -webkit-animation-delay: 3.2s; /* Chrome, Safari, Opera */
    animation-delay: 3.2s;
}
.zoomIn_eck {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
   -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
		z-index: 1140;
}

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#ecke-rechts {
	position:absolute;
	top:0px;
	right:0px;
	z-index: 1140;
	}	
.job1 {
	display: block;
	width: 100%;
	height: 160px;
	background-image: url("../_raga_images_con/_jobs/koch-2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.job2 {
	display: block;
	width: 100%;
	height: 160px;
	background-image: url("../_raga_images_con/_jobs/fachkraft-1.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.ticker1 {
	display: block;
	width: 100%;
	height: 160px;
	background-image: url(../_raga_images_con/_newsticker/ticker_HYGIENE_mobil_2020.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.ticker2 {
	display: block;
	width: 100%;
	height: 160px;
	background-image: url(../_raga_images_con/_newsticker/ticker_UMLUFT_mobil_2020.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
body, html {
	font-family: 'lato', sans-serif;
	font-weight: 400;
	color: #646464;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0px;}

a {text-decoration: none;}

p {margin:0;padding:0;}

.txt18 {font-size: 1.2em!important;text-align: center!important;}
.lh18 {line-height: 1.4em!important;}

.c {text-align:center;}
.cc {margin:0 auto 0 auto;}

.gg {line-height: 1.0em;}

.o70 { opacity:0.5;margin-bottom:-7px;margin-top:-2px;}
.o70:hover { opacity:0.8; }

.mgb10 {margin-bottom:10px;}
.clown { margin-bottom:-4px;}

.txtc_mailto {color: #CC6666;}
.txtc_mailto:hover {color: #CC9966;}

a .txtc_mailto_w {color: #FFF;}
a .txtc_mailto_w:hover {color: #CC9966;}

.txtc_acht {color: #7B1C09;}

.txtc_w {color: #FFF;}
.txtc {color: #646464;}
.txtc_con {color: #7F7465;}
.txtc_aac {color: #5B9DCE;}
.txtc_cat {color: #597DBC;}
.txtc_hah {color: #993300;}
.txtc_ost {color: #f26d5f;}
.txtc_xmas {
    font-size: 18px;
	margin-bottom:4px;
    color: #F9D090;
}

a .txtc_con:hover {color: #CC9966;}
a .txtc_aac:hover {color: #248459;}
a .txtc_cat:hover {color: #CD4948;}
a .txtc_hah:hover {color: #D96C6D;}

.txt_300 {font-weight: 300;}
.txt_400 {font-weight: 400;}
.txt_500 {font-weight: 500;}
.txt_700 {font-weight: 700;}
.txt_900 {font-weight: 900;}

.txt_small {
	margin-top:8px;
	font-size:0.8em;
	line-height: 1.0em;
	}


.leg {
	padding-top: 6px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEC8A9;
	border-bottom-color: #DEC8A9;
	text-align: center;
	}	
.txt_leg_head {
	font-size:1.2em;
	line-height: 1.0em;
	display:block;
	margin-bottom:8px;
	}	
.txt_leg {
	margin-bottom:6px;
	font-size:1.2em;
	line-height: 1.2em;
	}
.txt_leg p {
	margin-bottom:4px;
	}			
.txt_leg_s {
	font-size:0.75em;
	line-height: 0.8em;
	}	
.txt_leg a {
	color:#36C!important;
	}
.txt_leg a:hover {
	color:#F66!important;
	}	
#column_3x .txt_leg {
	margin-bottom:10px;
	font-size:1.0em;
	line-height: 1.1em;
	}		
#job p {margin-bottom:6px;
	font-size:1.0em!important;
	line-height: 1.2em!important;}
#job h2 {margin-bottom:6px;
	font-size:1.5em!important;
	line-height: 1.2em!important;}
		
.r100 {
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	}
	
.r16o {
	-moz-border-radius:16px 16px 0px 0px;
	-webkit-border-radius:16px 16px 0px 0px;
	border-radius:16px 16px 0px 0px;
	}
.r16u {
	-moz-border-radius: 0px 0px 16px 16px;
	-webkit-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;
	}	
.mgr {
	margin-top:-2px;
	}
.rh:hover {
	opacity:0.6;
	}
.mgt_10 {margin-top:10px;}
.distanz_40 {height:40px;display:block;}
.distanz_60 {height:60px;display:block;}
.distanz_80 {height:80px;display:block;}
.distanz_120 {height:120px;display:block;}

.img {
	width: 100%;height:auto;
	z-index: 30;
}
.img20 {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
.img2 {
	width: 100%;height:auto;
	padding-bottom:40px;
	z-index: 30;
}

.img60 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

#column_2 h2, .h2, .postanschrift h2, #column_3 h2, #column_2_ds h2 {
	font-size: 1.0em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
	margin-top:15px;
	}
#column_2 p, .p, .postanschrift_x p, #column_3 p, #column_2_ds p {
	font-size: 0.85em;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	text-align: center;
	margin-top:5px;
	color:#666;
	}
	
#column_2 p a, #column_3 p a, #column_2 h2 a, #column_2_ds p a, #column_2_spk p {
	color:#999;
	}	
#column_2 p a:hover, #column_3 p a:hover, #column_2 p a:hover, #column_2_ds p a:hover, #column_2_spk p a:hover {
	color:#f66;
	}

#column_2_spk h2 {
	text-align: center;
	margin-top:15px;
	}
#column_2_spk p {
	text-align: center;
	margin-top:5px;
	color:#666;
	}

		
.postanschrift_x {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	}
.postanschrift {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display: none;
	width: 100%;
	}		
#info_1 {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width:440px;
	padding-top: 15px;
	padding-bottom: 40px;
	background-color: #ececec;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../_raga_images_con/starsfond.jpg);
	}
#info_2 {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	display: block;
	width: 100%;
	max-width:440px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../_raga_images_con/starsfond_2.jpg);
	}	
	
.info_txt {
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	}
#info_2 .info_txt_w {
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	}	
	
#open {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	width: 200px;
	z-index: 30;
	display: block;
	text-align:center;
}
#open_k17 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	width: 200px;
	z-index: 30;
	display: block;
	text-align:center;
}
.open p {
	margin-top:8px;
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: 0.025em;
}
.fond {
	padding-top: 10px;
	padding-bottom: 22px;
	border: 1px solid #ccc;
	width: 250px;	
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#fdfbfa;
}


.fondhead_1 {
	position: relative;
	left: -1px;
	top: -22px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -1px;
	width: 100%;
	display: block;
	font-size: 1.0em;
	letter-spacing: 0.0em;
	word-spacing: 0.08em;
	line-height: 1.2em;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border: 1px solid #ccc;
	background: #f7f0ed;
	}

.fondhead_ost {
	position: relative;
	left: -1px;
	top: -12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -1px;
	width: 100%;
	display: block;
	font-size: 1.0em;
	letter-spacing: 0.0em;
	word-spacing: 0.08em;
	line-height: 1.2em;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border: 1px solid #ccc;
	background: #f26d5f;
	}
	
.fond_k17 {
	padding-top: 0px;
	padding-bottom: 12px;
	border: 1px solid #ccc;
	width: 240px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f0ed;
}


.fondhead_1_k17 {
	position: relative;
	left: -1px;
	top: -12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -1px;
	width: 100%;
	display: block;
	font-size: 1.0em;
	letter-spacing: 0.0em;
	word-spacing: 0.08em;
	line-height: 1.2em;
	color: #fff!important;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #ccc;
	background: #F26D5F;
	}


	
		
	
/* HEADER BEREICH */	
header {
	position: absolute;
	width: 100%;
	height: 220px;
}
.img_index {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
.img_anfahrt {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_aussen.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
.img_reservierung {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_reservierung.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}	
.img_speisekarte {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_tisch_a.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
.img_feiern {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_innenhof.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
.img_impressum {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
.img_galerie {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_bluepacks.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
.img_hochzeit {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_hochzeit.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
.img_jobsuche {
	background-color: #fff;
	background-image: url(../_raga_images_con/_400er/220er_consilium_jobsuche.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}	

#con_logo2 {position:relative;margin-left:auto;margin-right:auto;margin-top:0px;width:400px;height:160px;z-index: 40;}
.logo_con2 {
	position:relative;
	width: auto;
	height: auto;padding-left:20px;padding-top:10px;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(20,20,20,0.5);
-moz-box-shadow: 0px 7px 7px 0px rgba(20,20,20,0.5);
box-shadow: 0px 7px 7px 0px rgba(20,20,20,0.5);
	}	
						
#con_logo {position:relative;margin-left:auto;margin-right:auto;margin-top:20px;width:254px;height:80px;z-index: 40;}
.logo_con {
	position:relative;
	width: 254px;
	height: 80px;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(20,20,20,0.5);
-moz-box-shadow: 0px 7px 7px 0px rgba(20,20,20,0.5);
box-shadow: 0px 7px 7px 0px rgba(20,20,20,0.5);
	}

#headline_area {position:relative;margin-left:auto;margin-right:auto;top:10px;width:100%;text-align:center;z-index: 40;}
.headline_txt{ font-size: 1.1em;line-height: 1.2em;color:#fff;text-shadow: 0px 0px 10px rgba(0,0,0, 0.8);
-moz-text-shadow: 0px 0px 10px rgba(0,0,0, 0.8);
-webkit-text-shadow: 0px 0px 10px rgba(0,0,0, 0.8);
}

#nebel {	
	position: absolute;
	width: 100%;
	height: 220px;
	display: block;
	z-index: 30;
	background-image: url(../_raga_images_con/20x.png);
	background-repeat: repeat;	
	}
	
/* HEADER BEREICH ENDE */

v
/* MAIN NAVIGATION  */

/*#nav_area {display:none;}	
#nav_area_x {
	position:relative;
	padding: 14px 25px 15px 25px;
	display:block;
	width:100%;
	z-index:400;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(120,120,120,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(120,120,120,0.2);
	box-shadow: 0px 0px 15px 0px rgba(120,120,120,0.2);
	}*/
	
.nav_txt_1 {
	padding-top: 8px;
	padding-bottom: 10px;
	width:100%;
	display:block;
	z-index:20;
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: 400;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	text-align: center;
	text-transform:uppercase;
	}
.b_b {
	border-bottom-width: 1px;border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
.b_t {
	border-top-width: 1px;border-top-style: solid;
	border-top-color: #CCC;
	}

/* MAIN NAVIGATION ENDE */


/* COMPANY LOGOS */
#companies {
	display: none;
}
#companies_x {
	position:relative;
	left:0px;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:120px;
	width: 280px;
	z-index: 40;
	display: block;
	text-align:center;
}
.logo_s {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:12px;
	width: 254px;
	height: 80px;
	z-index: 40;
	display: block;	
	-webkit-box-shadow: 0px 5px 8px 0px rgba(120,120,120,0.5);
	-moz-box-shadow: 0px 5px 8px 0px rgba(120,120,120,0.5);
	box-shadow: 0px 5px 8px 0px rgba(120,120,120,0.5);
	}
.txt_companies {
	font-size: 0.9em;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2em;
	}
.txt_comp {
	font-size:0.9em;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2em;
	color:#999
	}
.txt_comp a {
	color:#777;
	}
.txt_comp a:hover {
	color:#111;
	}			
/* COMPANY LOGOS ENDE */

/* GALERIE */
.mg40 {padding-bottom:60px;}

.txt_galerie_data {
	font-size:0.9em;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	line-height: 1.2em;
	font-weight: 400;
	display:block;
	padding-top:0px;
	padding-bottom:5px;
	}	
.txt_galerie_data a:link {font-size:1.0em;color:#999;font-weight: 700;line-height: 1.0em;}
.txt_galerie_data a:hover {color:#f66;}
.txt_galerie_data a:visited {color:#ccc;}

#galerie {position:relative;width:280px;left:0px;}
	
/* GALERIE ENDE */

/* INHALT */
main {position:absolute;top:220px;width:100%;height:100%;}

#content {position:relative;margin-left:auto;margin-right:auto;top:10px;width:280px;}

#column_2, #column_2_ds, #column_2_spk {position:relative;width:280px;left:0px;}

#column_3 {display:none;}
#column_3x {position:relative;width:280px;margin-top:40px;margin-bottom:40px;left:0px;display:block;}

#content_img {
	position: relative;
	margin-top:40px;
	margin-bottom:20px;
	width: 280px;
	height:200px;
	display: block;
	background-color: #ccc;
}
.img_0{background-image: url(../_raga_images_con/con_motiv_00.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}
.img_1{
	background-image: url(../_raga_images_con/_galerie/em_haehnche_07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.r16 {-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}
.img_4{background-image: url(../_raga_images_con/con_motiv_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}
	
#anfahrt_280 {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 280px;
	height: 340px;
	z-index: 30;
	display: block;
}
#anfahrt_440 {
	display: none;
}
#anfahrt_680 {
	display: none;
}
/* INHALT ENDE */


/* FOOTER */
footer {position:fixed;bottom:0;width:100%;height:50px;background:#B5A58E;z-index: 1000;}
#footer_area {position:relative;margin-left:auto;margin-right:auto;top:4px;width:80%;text-align:center;display:none;
}

.footnav_txt_1 {
	font-size: 0.85em;
	letter-spacing: 0.15em;
	word-spacing: 0.05em;
	line-height: 1.5em;
	color: #ccc;
	text-transform: uppercase;
	}
a.footnav_txt_1 {
	color:#fff;
	}
a.footnav_txt_1:hover { opacity:0.5;
	}
.footer_icons {position:relative;margin-left:auto;margin-right:auto;margin-top:6px;text-align:center; display:block;
}

.footnav_icons {
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	padding-left:20px;
	padding-right:20px;
	opacity:0.8;
	}
.footnav_icons:hover {
	opacity:1.0;
	}	
		
#copyright {position:relative;margin-left:auto;margin-right:auto;margin-top:0px;text-align:center;font-size: 0.55em;
	letter-spacing: 0.15em;
	word-spacing: 0.05em;
	line-height: 2.5em;
	color: #CCCCCC;}
/* FOOTER ENDE */


.fader {
    position: relative;
    height:200px;
	width:200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.fader img {
    vertical-align: top;
	-moz-border-radius:116px;
	-webkit-border-radius:116px;
	border-radius:116px;
}
.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}	
.legende1 {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: center;
	color: #646464;
	display: block;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEC8A9;
	border-bottom-color: #DEC8A9;
	}
	
.content_head {
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	word-spacing: 0.05em;
	text-align: center;
	color: #993300;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEC8A9;
	border-bottom-color: #DEC8A9;
	}
.content_head_k {
	font-size: 1.0em;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	word-spacing: 0.05em;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	}

.lh {
	line-height: 1.6em;
	}	
	
.liste {
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	color: #646464;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 12px;
	}
.listline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C96;
	}

.partner {
    position: relative;
	width:100%;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: center;
	color: #646464;
	display: block;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEC8A9;
	border-bottom-color: #DEC8A9;
}
.partner a:link {
	font-weight: 300;
}
.partner a:hover {
	color: #FF9966;
}
.team_img {
    position: relative;
	height:120px;
	width:120px;
	margin-left:6px;
	margin-right:6px;
	text-align: center;
	-moz-border-radius:66px;
	-webkit-border-radius:66px;
	border-radius:66px;
}
.partner_img {
    position: relative;
	height:120px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	-moz-border-radius:66px;
	-webkit-border-radius:66px;
	border-radius:66px;
	opacity:1.0;
}
.partner_img:hover {
	top:-2px;
	margin-bottom:-4px;
	height:124px;
	width:124px;
	opacity:0.9;
}

.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}	
#event_logos_x {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	}
#event_logos {
	display:none;
	width:100%;
	height:auto;
	}
.events {
	float:left;
	width:240px;
	height:113px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:50px;
	}
	
@media only screen and ( min-width : 980px ){
	
.img20 {
	border-radius:16px;
}
	
.ticker1 {
	height: 160px;
	background-image: url(../_raga_images_con/_newsticker/ticker_HYGIENE_2020.jpg);
}
.ticker2 {
	height: 160px;
	background-image: url(../_raga_images_con/_newsticker/ticker_UMLUFT_2020.jpg);
}

#open_k17 {
	width: 320px;
}
    
.fond {
	padding-top: 13px;
}
#galerie {
	position:absolute;
	width: 680px;
	left: 121px;}
#galerie_h {
	position:relative;
	width: 440px;
	}

.distanz_60 {height:60px;display:none;}
.distanz_120 {height:120px;display:block;}


/* HEADER BEREICH */	
header {
	height:400px;
	}
#con_logo {
	width:300px;
	height:95px;
	}
.logo_con {
	width: 300px;
	height: 95px;
	}
.img_index {
	background-image: url(../_raga_images_con/_400er/400er_consilium_01.jpg);
	}
.img_anfahrt {
	background-image: url(../_raga_images_con/_400er/400er_consilium_aussen.jpg);
	}
.img_reservierung {
	background-image: url(../_raga_images_con/_400er/400er_consilium_reservierung.jpg);
	}	
.img_feiern {
	background-image: url(../_raga_images_con/_400er/400er_consilium_innenhof.jpg);
	}
.img_speisekarte {
	background-image: url(../_raga_images_con/_400er/400er_consilium_tisch_a.jpg);
	}
.img_hochzeit {
	background-image: url(../_raga_images_con/_400er/400er_consilium_hochzeit.jpg);
	}
.img_jobsuche {
	background-image: url(../_raga_images_con/_400er/400er_consilium_jobsuche.jpg);				
	}
	
#headline_area {position:relative;margin-left:auto;margin-right:auto;top:55px;width:70%;text-align:center;z-index: 40;}
.headline_txt{ font-size: 2.0em;text-shadow: 0px 0px 20px rgba(0,0,0, 0.6);
-moz-text-shadow: 0px 0px 20px rgba(0,0,0, 0.6);
-webkit-text-shadow: 0px 0px 20px rgba(0,0,0, 0.6);
}
#nebel {
	position: absolute;
	width: 100%;
	height: 400px;
	display: block;
	z-index: 30;
	background-image: url(../_raga_images_con/20x.png);
	background-repeat: repeat;
	top: -1px;
	}
/* HEADER BEREICH ENDE */


/* MAIN NAVIGATION */
	
#nav_area_x {display:none;}
#nav_area {
	position:absolute;
	left:0px;
	padding: 9px 14px 7px 14px;
	display:block;
	background-color:#fff;
	opacity:0.8;
	z-index:400;
	margin-top:75px;
	-moz-border-radius:0px 16px 16px 0px;
	-webkit-border-radius:0px 16px 16px 0px;
	border-radius:0px 16px 16px 0px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(20,20,20,0.3);
	-moz-box-shadow: 0px 10px 15px 0px rgba(20,20,20,0.3);
	box-shadow: 0px 10px 15px 0px rgba(20,20,20,0.3);
	}
	
.nav_txt_1 {
	padding-top: 7px;
	padding-bottom: 9px;
	width:220px;
	display:block;
	z-index:20;
	font-size: 0.75em;
	line-height: 1.0em;
	font-weight: 400;
	letter-spacing: 0.15em;
	word-spacing: 0.05em;
	text-align: center;
	text-transform:uppercase;
	}
.b_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
.b_t {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}	
 	
/* MAIN NAVIGATION ENDE */


/* COMPANY LOGOS */
#companies {
	position:relative;
	left:0px;
	top:0px;
	width: 200px;
	z-index: 40;
	display: block;
	text-align:center;
}
#companies_x {display: none;}
.logo_s {
	margin-top:20px;
	margin-bottom:8px;
	width: 149px;
	height: 47px;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(120,120,120,0.5);
	-moz-box-shadow: 0px 5px 8px 0px rgba(120,120,120,0.5);
	box-shadow: 0px 5px 8px 0px rgba(120,120,120,0.5);
	}
.txt_companies {font-size:0.8em;line-height:1.0em;
}
.txt_comp {font-size:0.8em;line-height:1.0em;}	
		
/* COMPANY LOGOS ENDE */

main {position:absolute;top:400px;width:100%;height:100%;}

#content {position:relative;margin-left:auto;margin-right:auto;top:20px;width:920px;}

#column_1 {
	position: absolute;
	width: 200px;
	left: 0;
	top: 1px;
}
#column_2, #column_2_spk {
	position: absolute;
	width: 440px;
	left: 242px;
}
#column_2_ds {position:absolute;width:640px;left:240px;}

#column_2 p, .p, .postanschrift_x p, #column_3 p, #column_2_ds p {
	font-size: 0.95em;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	text-align: center;
	margin-top:8px;
	color:#666;
	}
#column_3 {
	position: absolute;
	width: 200px;
	left: 719px;
	display: block;
	top: 1px;
}
#column_3x {display:none;}
#column_3 p {
	font-size: 0.9em;
	}

.postanschrift_x {display: none;}
.postanschrift {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	}	
#content_img {
	width: 440px;
	height:280px;
}
.content_head_k {
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	word-spacing: 0.05em;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#anfahrt_280 {
	display: none;
}
#anfahrt_680 {
	display: none;
}
#anfahrt_440 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 440px;
	height: 340px;
	z-index: 30;
	display: block;
}
nav
.content_head {
	font-size: 1.6em;
	line-height: 1.2em;
	letter-spacing: 0.025em;
	word-spacing: 0.05em;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
footer {height:80px;}
#footer_area {display:block;top:10px;}

#footer_icons { display:none;}
.footnav_icons { display:none; }
		
#copyright { top:8px;text-align:center;font-size: 0.65em; }

#event_logos_x {
	position:relative;
	display:none;
	width:100%;
	}
#event_logos {
	display:block;
	width:100%;
	}
.events {
	float:left;
	width:240px;
	height:113px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:50px;
	}
}
		
		
@media only screen and (min-width: 1440px) {
	
.img20 {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
	
.ticker1 {
	height: 240px;
}
.ticker2 {
	height: 240px;
}
	
#galerie {width:920px;}
#galerie_h {
	position:relative;
	width: 680px;
	}

#content {position:relative;margin-left:auto;margin-right:auto;top:20px;width:1160px;}

#column_2, #column_2_spk {width:680px;}
#column_3 {left:960px;}

#content_img {
	width: 680px;
	height:420px;
}
#anfahrt_280 {
	display: none;
}
#anfahrt_440 {
	display: none;
}
#anfahrt_680 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 680px;
	height: 340px;
	z-index: 30;
	display: block;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}	
.events {
	float:left;
	width:180px;
	height:85px;
	margin-left:23px;
	margin-right:23px;
	margin-bottom:50px;
	}

}
