 


.footer_main { 
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

 

.hb_header{
	float: left;
	width: 100%;
	height: 90px;
	background:#fff;
	position: fixed;
	z-index: 99999;
	border-bottom: 1px solid #f2f2f2; 
    padding: 0px;
	
	box-shadow: 1px 7px 24px -3px rgba(0,0,0,0.10);
	-webkit-box-shadow: 1px 7px 24px -3px rgba(0,0,0,0.10);
	-moz-box-shadow: 1px 7px 24px -3px rgba(0,0,0,0.10);
    
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	
	
	}
.header_mid{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    background: #fff;
    padding: 0px;
}
.hb_logodiv{
	float: left;
	margin: 9px 0px 0px 15px;
	width: 346px;
	height:40px; 
	}
.hb_logo{ 
	width: 100%;
	}
.hb_sidemenu{
	background: #fff;  
	width: auto; 
	height:auto;
	margin-top: -90px; 
	float: right;
	}


.prisma_logo{
	float: left; 
    width: 100px;
	height: 90px; 
	cursor: pointer;
	margin: 0px 0px 0px 0px;  
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	}
	
.logo_EP{
    position: absolute;
	margin: 40px 0px 0px 5px;
}
	
.logo_LAFC{
    position: absolute;
	margin: 3px 0px 0px 44px;
}
	
.logo_PRISMA{
    position: absolute;
	margin: 3px 0px 0px 44px;
}

.prisma_logo a:active {
    outline: 0 !important;
    box-shadow: none !important; 
    border: none;
    -moz-outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;   
   
}
.prisma_logo:active {
    outline: 0 !important;
    box-shadow: none !important; 
    border: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}	
	

.header_menu{
	background: #000;  
	width: 960px; 
	height:45px;
	margin-top: 90px;
    margin-left: 0px;
    position: absolute;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	}

.header_menubut{ 
	float: left;
  width: auto;
  height: 45px;
    line-height: 47px;
  margin: 0;
  padding: 0px 15px 0px 16px;
  text-align: center;
  cursor: pointer; 
  border: 0;
  color: #fff; 
	font-size: 0.835em; /*240419  0.83 war org  font-size: 13.48px; */ 
  	font-family: GillSansNova-SemiBold;
 	font-style: normal;
	font-weight: normal;	
	letter-spacing: 0.3pt; 
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #000;
  border: 0px; 
    background: #000;
}

.menu_circle {
     display: block;
    float: left;
     background: #84ded3;
     border-radius: 50%;
     height: 13px;
     width: 13px;
     margin: 10px 0px 0px 1px; 
    background: linear-gradient(135deg, #84ded3 0%,#62d5cc 100%);
    border: 1px solid #303030;
}
/*
    box-shadow: 0px 0px 1px 1px #000;*/
.menu_cfill{
     display: block;
     float: left;
     background: #000;
     border-radius: 50%;
     height: 9px;
     width: 9px;
     margin: 2px 0px 0px 2px; 
} 
.hp_langsel{
	float: right;
	margin: 11px 0px 0px 0px;
	width: auto;
	height: 26px;
	background: #fff;
	border: 0px;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	
}
.hp_langselbut{
	float: left; 
	width: auto;
	padding: 0px 8px 0px 10px; 
	height: 20px;
	line-height:20px; 
	text-align:center;
	color: #666;
	cursor: pointer; 
	 font-family: GillSansNova-Medium;
	 font-size: 0.82em;
	 font-weight: 500;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
 
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.hp_langselbut:hover{ 
	opacity:0.7;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	 
	
}


.sidebut{
	float: left; 
	width: auto;
	padding: 0px 8px 0px 10px; 
	height: 20px;
	line-height:20px; 
	text-align:center;
	color: #666;
	cursor: pointer; 
	 font-family: GillSansNova-Medium;
	 font-size: 0.82em;
	 font-weight: 500;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
 
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.sidebut:hover{ 
	opacity:0.7;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	 
	
}

.mobilemenubut{ 
	float: right;
	margin: 25px 20px 0px 0px;
	width: 36px;
	height: 36px;
	border: 1px solid #000;
	border-radius: 50%;
	color: #369fa1;
	cursor: pointer;
    display: none;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
 
	opacity:0.5;
	filter:alpha(opacity=50); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.mobilemenubut:hover{ 
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	 
	
}

.hp_inhalt_icon{ 
	width: 26px;
	height:26px;
	margin: 9px 0px 0px 5px;
}

.prisma_close{
	float: right;
	margin: 25px 20px 0px 0px;
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	cursor:pointer;
    display: none;
	opacity:0.50;
	filter:alpha(opacity=50); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.prisma_close:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}








.hb_menubg{
	display:none;
	float: left;
	position: absolute;
	margin: 0px;
	width: 100%;
	height:100%;
	background: #ccc;
	opacity:0.70;
	z-index: 9999988;
}
.hb_seitenleiste{
	 
	display:none;
	width: 460px; 
	float: right;
	right: -10px;
	position: fixed;
	margin: 0px; 
	height:100%;
	background: #fff; 
	z-index: 99999999;  
	-webkit-box-shadow:  -10px 0px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: -10px 0px 10px 1px rgba(0,0,0,0.1);
	box-shadow:  -10px 0px 10px 1px rgba(0,0,0,0.1);
	
	
}
	
.hb_menu{
	float: left;
	margin-top: 50px;
	width: calc(100% - 150px);
	height: auto;
	/* padding: 50px;  */
	padding: 25px 10px 10px 45px;
	
	}

.hb_inhalt_text{
	float: left;
	width: auto;
	height: 36px;
	margin: 0px;
	line-height:35px; 
	margin-right:18px;
	 font-family: GillSansNova-Medium;
	 font-size: 0.94em;
	 font-weight: 700;
}


.hb_mainbut{
	float: left;
	width: 100%;
	height: 36px;
	line-height:36px;
	color: #3f3f3f;
	cursor: pointer; 
	 font-family: GillSansNova-Medium;
	 font-size: 1.22em;
	 font-weight: 700;
	margin: 10px 0px 10px 0px;
	text-decoration: none;
    text-decoration-thickness: 2px;
     text-underline-offset: 5px;
      text-decoration-color: #ccc;
    text-decoration: none;

	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hb_mainbut:hover{
	 
    text-decoration-thickness: 2px;
     text-underline-offset: 5px;
      text-decoration-color: #ccc;
   /*  text-decoration: underline;  */
   color: #000;
	
	/*  opacity:0.70;
	filter:alpha(opacity=70); transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}




.hb_subbut{
	float: left;
	width: calc(100% - 20px);
	padding-left: 20px;
	height: 27px;
	line-height:27px;
	color: #3c9294;
	cursor: pointer; 
	 font-family: GillSansNova-Medium;
	 font-size: 1.04em;
	 font-weight: 600;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
    text-decoration-thickness: 1px;
     text-underline-offset: 5px;
      text-decoration-color: #3c9294;
    text-decoration: none;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 

	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hb_subbut:hover{
	 
    text-decoration-thickness: 1px;
     text-underline-offset: 5px;
      text-decoration-color: #165f62;
	  
	  color: #165f62;
/*     text-decoration: underline; 
	
	opacity:0.70;
	filter:alpha(opacity=70);  */	/* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}








.hb_maincontent{
	float: left; 
	width:100%;
	 min-height: 1100px;  
    padding-bottom: 0px;  /* korr t 260108t */
    background: #efefef; 
    margin-top: 135px; 
    margin-bottom: 90px;  /* korr t 260108t */
    
	}
	
	
.centerimg{
	float: left;
	width: 100%;
	height: 476px;
	margin-bottom:50px;
	overflow: hidden;
	
	}
.centerimg img{
	width: 100%;
	height: 476px;
	
	}



.hb_titel{
	position: absolute;
	width: 100%;
	text-align:center;
	top: 210px;
	 font-family: GillSansNova-Medium;
	 font-size: 4.0em;
	 font-weight: 700;
	 letter-spacing: 0.3pt; 
	}
.hb_subtitel{
	position: absolute;
	width: 100%;
	text-align:center;
	margin-top: 15px;
	top: 280px;
	 font-family: GillSansNova-Medium;
	 font-size: 1.8em;
	 font-weight: 600;
	 letter-spacing: 0.1pt; 
	}

.hb_center{
    width: 960px; margin-left: auto; margin-right: auto;
    
}
.hb_elements{
	
	 font-family: GillSansNova-Medium;
	width: 960px;
	height:auto;
	background: #fff; 
    min-height: 1100px; 
	text-align:left;
    border-radius: 18px;
    padding: 0px;
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
    float: left;  
	padding-bottom: 100px; /* korr t 260108t */
    
	}
#startseite{
	background: #efefef; 
	padding-bottom: 0px; /* korr t 260108t */
    
}



.startseiteslider{  /* 260114t */
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    padding-top: 0px;
    background: #fff;
    height: auto;
    min-height: 300px;
    border-radius: 18px; 
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
    padding-bottom: 68px;
    
}
.startimgmask{ /* 260114t */
    width: 520px;
    height: 486px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #fff; 
}
.startimgfile{ 
    -webkit-box-reflect: below 0px linear-gradient(transparent, transparent 90%, rgba(0,0,0,0.2));
 width: 100%; 
} 
.startimgtitle{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
	 font-family: GillSansNova-Medium;
	 font-size: 1.25em;
	 font-weight: 600;
	 letter-spacing: 0.1pt; 
    color: #464646;
}

.startkugeldiv{
    float:left;
    height: 312px;
    width: calc(33.5% - 13px);
    margin: 11px 11px 0px 0px;
    background: #fff;
    border-radius: 18px; 
    cursor: pointer;  
    border: 1px solid #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
    z-index: 7788;
    
}
.startkugeldivright{
    width: calc(33% - 2px);
    margin: 11px 0px 0px 0px;
}
.startkugeldiv:hovertest{
    
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
    -webkit-box-shadow: 0px 10px 18px -9px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 18px -9px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 18px -9px rgba(0,0,0,0.35);
}

.startkugel{ /* 260114t*/
    width: 138px;
    height: 138px;
    background: #ccc;
    border-radius: 50%;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}
.startdarkkugel{ /* 260114t*/
    width: 138px;
    height: 138px;
    background: #000;
    border-radius: 50%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    opacity: 0.0;
    mix-blend-mode: overlay;
    
}




.darkkugelanima{ /* 260203t */
    width: 138px;
    height: 138px;
    background: #000;
    border-radius: 50%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    opacity: 0.0;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    
}/* 260203t */

.startkugeltitel{
    width: 100%;
    height: auto; 
    margin-top: 20px;
    text-align: center;
	 font-family: GillSansNova-SemiBold;
	 font-size: 1.06em; 
	 letter-spacing: 0.1pt; 
    color: #464646;
}
.startkugelbut{ /* 260114t*/
    width: calc(100% - 120px); 
    min-width: 170px;
    max-width: 250px;
    padding: 8px 10px 5px 10px; 
    margin-top: 6px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
	 font-family: GillSansNova-Medium;
	 font-size: 0.98em;
	 font-weight: 500;
	 letter-spacing: 0.1pt; 
    color: #696969;
}

.startfulldiv{ 
    float: left;
    margin-top: 11px;
    width: 100%;
    height: 312px;
    background: #fff;
    border-radius: 18px; 
    text-align: center;
    z-index: 23;
    
}
.kugelbig{ /* 260114t */ 
    cursor: pointer;
    width: 279px;
    height: 279px;
    background: #fff;
    border-radius: 50%;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    text-align: center;
}

.whitekugelanima{ /* 260212t */ 
    width: 279px;
    height: 279px;
    background: #fff;
    border-radius: 50%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 0px; 
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    z-index: 1;
    
}/* 260212t */

.whitekugel{ /* 260212t */ 
    width: 279px;
    height: 279px;
    background: #fff;
    border-radius: 50%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 0px; 
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    z-index: 2;
    
}/* 260212t */

.kugelbigtitel{
    width: 100%;
    height: auto; 
    margin-top: 70px;
    text-align: center;
	 font-family: GillSansNova-SemiBold;
	 font-size: 1.26em;
    line-height: 27px; 
	 letter-spacing: 0.1pt; 
    color: #464646;
}
.kugelbigsubtitel{
    width: 90%;
    height: auto; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
	 font-family: GillSansNova-Medium;
	 font-size: 0.96em;
	 font-weight: 400;
    line-height: 27px;
	 letter-spacing: 0.1pt; 
    color: #696969;
    
}






	/* CSS 191227 */
.gg_video{
	float: left; 
	color: #787878;
	width: 590px;
	max-width: 590px;
	height: auto;
	min-height: 250px; 
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 45px; 
	border: 0px;
	padding: 0px;
	margin-left:  -176px;
} 
 
iframe {
    overflow: hidden;
	background: #f2f2f2;
	/* min-height: 332px; */
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 541px;	
} 
/* CSS 191227 */

 

.icontainer{
	float: left;
	width: 590px;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	
	}



/* 200614t */ 
.imgcre{
	float: left;
	height: 17px;
	width: 100%;			/* 590px; 	d2601*/
	text-align: right;
	color: #b6b6b6;
	font-size: 0.72em; 
	margin-top: -2px;
	max-width: 575px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
    clear: left;
	
	}
.imgcrecontainer{
	float: left;
	width: 	100%;			/* 590px; 	d2601*/
	max-width: 590px;
	height: auto;
	overflow: hidden;
    
}
/* 200614t */






.linkinfo {
	display:none;
	position:absolute; 
	background-color:#fff;
	border-radius:5px;
	padding:5px;
	padding-bottom: 2px;
	color:#000;
	z-index: 999999;
	font-size: 0.82em; 
	font-family: GillSansNova-Medium;
	-webkit-box-shadow: 1px 3px 3px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 3px 3px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 3px 3px 2px rgba(0,0,0,0.3);
	
}


/******/


.imgmask{
	float: left;
	overflow: hidden;
 
	
	}
.kugeljpg{

  border-radius: 50%;
	
	}
	
 
/*/// 200110*/  	
.gg_schwarz{
	float: left;
	font-family: GillSansNova-SemiBold;
	font-size: 0.92em;
	font-weight: normal; 
	letter-spacing: 0.2pt; 		
	color: #000;
	width: 550px;
	max-width: 550px; 
	line-height: 27px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;  
	padding-right: 40px; 
	padding-bottom: 3px;
	padding-top: 3px; 
  white-space:pre-wrap; 
	
	} 
	
	
	
	
	
/******* start 191211 ********/
.mainjpg{
	float: left;
	width: 590px;
	height: auto;
	margin: 0px;
	padding: 0px; 
	border: 0;
	max-width: 590px;	
	overflow: hidden;
  border-radius: 17px;
   display: flex; 
	 
	} 
	
.mainjpg img { 
}
.mainbild{
	float: left; 
	width: auto; 
	margin-top: 37px;
	
	
	}
	
	
.bildthumb{
	float: left;
	width: 26px; 
	height: 26px;
	margin: 0px;
	margin-top: -1px;
	margin-right: 5px;
	padding: 0px;  
	opacity:0.3;
	cursor: pointer;
	overflow: hidden;	 
	text-align: left;
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	
	
  border-radius: 50%;
  
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
	
	
	}
.bildthumb img { 
	background-color: #f2f2f2; 
}
.bildthumb:hover{ 
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/******* end 191211 ********/








.prethumb{
	float: left;
	position: relative;
	width: 28px; 
	height: 58px;
	margin: 0px;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0px;     
	text-align: center;
	font-size: 0.72em;
	
	
   
	
	}
.prethumb img {
	border: 1px solid #666;
    border-radius: 50%;
}

.thumbdel{ 
	position: absolute;
	width: 12px; 
	height: 12px;
	margin: 0px;
	margin-top: -6px;
	margin-left: 20px;
	padding: 0px;   
	cursor: pointer;
	text-align: center;
	font-size: 0.72em;
  	border-radius: 50%;
	background: #000;
	color: #fff;
	}
/******/


.greenpage {
    height: 100%;
    height: auto !important;
    min-height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff; 	
	border: 0px;		
	font-family: GillSansNova-Medium;
	padding-bottom: 200px;
}
.greencontent{
	
	float: left;
	width: 940px;
	border: 0px;
	height: auto;
	background-color: #fff; 
	clear: left;
	padding-left: 20px;
	padding-bottom: 0px;
	
	}

.hele{
	float: left;
	width: 380px;
	border: 0px;
	height: 28px;
	background-color: #f2f2f2;
	font-weight: 400;
	font-size: 0.78em;
	line-height: 32px;
	padding-left: 7px; 
	cursor: pointer; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1px;
	color: #666;
	clear: left;
	
	
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	
	} 
	
/* anmeldung d2203 */

.gg_anmeldung{
	position: relative;
	float: left;
	width: 397px;
	min-height: 444px;  
	margin-left: 0px;
	margin-top: 0px;
    text-align: center;
	border: #c7c7c7 solid 1px;
	background: #FFF;
	margin-bottom: 30px;
	border-radius: 6px;
	margin-top:19px;
	
	

	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	font-weight: normal; 
	letter-spacing: 0.2pt; 		
	color: #666;
	line-height: 24px;
	
	
	}
	

.plant{ 
	 
	width: 60px;
	height: 60px; 	 
	 
	margin-left: 0px;
	align: middle;
	margin-top: 15px;
	
 
	opacity:0.70;
	filter:alpha(opacity=70); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.plant:hover{
	
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}



/*    d2601 start */

.gglimes_long2{
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
	min-height:	70px;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	border: 0px;
	border-bottom: #ccc solid 1px;
	background: #FFF;
	margin-bottom: 1px;
	}

.greencontent2{
	
	float: left;
	width: 93%;
	border: 0px;
	height: auto;
	background-color: #fff; 
	clear: left;
	padding-left: 20px;
	padding-bottom: 0px;
	 
	
	}





.gg_subline2{ 
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.83em; 
	letter-spacing: 0.1pt; 		
	color: #00a074;
	margin-top: 2px;
	max-width: 590px;
	width: 100%
	border: 0px; 
	height:35px;
	clear: left;
	 min-height: 35px; 
	 
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
	}


/*    d2601 end */


.gglimes_long{
	position: relative;
	float: left;
	width: 100%;
	height: 50px;  
	margin-left: 0px;
	margin-top: 0px;
	border: 0px;
	border-bottom: #ccc solid 1px;
	background: #FFF;
	margin-bottom: 30px;
	}
	


 .ggstrang{ 
	float: left;
	font-family: GillSansNova-MediumItalic;
	font-size: 0.92em;
	font-weight: normal;
	letter-spacing: 0.6pt; 		
	color: #333;
	margin-top: 22px;
	margin-left: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	max-width:890px;
	}
.ggstrang a{	
	opacity:1.0;
	filter:alpha(opacity=100); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
    position: relative; 
	}
.ggstrang a::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: #666 1px solid;
  margin-top: 2px;
}	
.ggstrang a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	}
	

/************************* accordion menu ************************/

.gg_accordion_old {
	float: left;
	font-family: GillSansNova-SemiBold;
	font-size: 0.88em; 
	letter-spacing: 0.4pt; 		
	color: #288685;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px; 
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	height:23px;
	cursor: pointer; 
  	width: 590px;
	text-align: left; 
	transition: 0.4s;
    background-color: #fff;
    padding: 0px;
	padding-top: 30px; 
	
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  

	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */ 
	
	}
.gg_accordion{
	
	float: left;
	font-family: GillSansNova-SemiBold; 
	font-size: 0.92em; 
	letter-spacing: 0.4pt; 	
	color: #288685;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px; 
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	height:23px;
	cursor: pointer; 
  	width: 590px;
	text-align: left; 
	transition: 0.4s;
    background-color: #fff;
    padding: 0px;
	padding-top: 30px; 
	
	
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	
	}
	
.gg_accordion:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.gg_accordion a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}		
	
	
/*

	opacity:0.7;
	filter:alpha(opacity=70);  
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	*/

.gg_active, .gg_accordion:hover {
  background-color: #fff;
}

.gg_accordion:after {
  content: '\0076';			/*	V  */
   color: #666;			/*	d200120		#288685;  */
  float: right;
  margin-left: 5px;
  margin-top: -18px;
  font-family: GillSansNova-Light;
}

.gg_active:after {
  content: '\0078';			/*	X  */
	font-family: GillSansNova-Light;
	color:  #666;			/*	d200120		#288685;  */
	border: 0px;
}

.gg_panel {
  padding: 0px;  
  max-height: 0px; 
  overflow: hidden;
  transition: max-height 0.2s ease-out; 
  clear: left;
  border:0px;
}

/************************* accordion menu ************************/




.eledit{ 
	position: absolute;
	float: left;
	margin-left: 630px;
	margin-top: -25px;
	width: 106px;
	height: 20px;
	background-color: #f2f2f2;
	border: 0px;
	border-left: 1px solid #666;
	padding-left: 5px;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	}
	
	
.gg_submedium{
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.92em;
	font-weight: normal; 
	letter-spacing: 0.2pt; 		
	color: #333;
	width: 580px;
	line-height: 25px;
	margin: 0px;
	margin-top: 50px;
	
	}


.gg_titel{ 
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 1.75em; 
	letter-spacing: 0.1pt; 		
	color: #00a3a5;
	margin-top: 20px;
	width: 590px;
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	height:auto;
	margin-bottom: 17px;
	margin-right: 20px;  
  
	}
	
.gg_titelgradiert{
	width: auto;

 
	
	}
	
	

	
.gg_headline{ 
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 1.32em; 
	letter-spacing: 0.1pt; 		
	color: #009661;
	margin-top: 20px;
	width: 590px;
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	height:auto;
	margin-bottom: 7px;
	margin-right: 20px;  
  
	}
.gg_headlinegradiert{
	width: auto;

  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent;   d2601	*/
	
	}
	 
.gg_subline{ 
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.83em; 
	letter-spacing: 0.1pt; 		
	color: #00a074;
	margin-top: 2px;
	width: 590px;
	border: 0px; 
	height:35px;
	clear: left;
	 min-height: 35px; 
	 
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
	}
	 
.gg_subtitel{ 
	float: left;
	font-family: GillSansNova-SemiBold;
	font-size: 0.88em; 
	letter-spacing: 0.4pt; 		
	color: #288685;
	margin-top: 27px;
	margin-bottom: 17px;
	margin-right: 20px;
	width: 590px;
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
	height:23px;
	cursor: pointer; 
	
	
	}
	/*
	
	opacity:0.7;
	filter:alpha(opacity=70);  
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	*/
.gg_subtitel:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	
	}

.gg_subtitelgradiert{
	width: auto;
	 background: -webkit-linear-gradient(180deg,#00aa96,#00848c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier  ///// d2105  */ 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	}


.gg_text{
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	font-weight: normal; 
	letter-spacing: 0.2pt; 		
	color: #666;
	width: 550px;
	max-width: 550px; 
	line-height: 24px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;  
	padding-right: 40px; 
	padding-bottom: 17px;
	padding-top: 0px; 
  white-space:pre-wrap; 
	
	} 


.gg_spalten a, .gg_aufzaehl a, .showreela a, .teamin a, .gg_text a, .pressimg a{
    
	font-family: GillSansNova-MediumItalic;
    text-decoration: underline;
    color: #4e4e4e; /* bei textfiles #000 */
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier  */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
    
}
.gg_spalten a:hover, .gg_aufzaehl a:hover, .showreela a:hover, .teamin a:hover, .gg_text a:hover, .pressimg a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);  
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}    


.gg_img{
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	font-weight: normal; 
	letter-spacing: 0.1pt; 		
	color: #787878;
	width: 100%;	/* 538px;   d2601*/
	max-width: 590px;
	/* max-height: 416px; */
	line-height: 22px;
	margin: 0px;
	margin-top: 28px;
	margin-bottom: 35px;
	margin-right: 50px;
	border: 0px;  
	padding-right: 30px; 
	
	} 
	
.gg_aufzaehl{
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	font-weight: normal; 
	letter-spacing: 0.1pt; 		
	color: 	#666;			/*#787878;*/
	width: 538px;
	line-height: 22px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 18px;
	margin-right: 50px;
	border: 0px;  
	padding-right: 30px; 
    white-space:pre-wrap;  	
	
	}
.gg_linksammlung{
	float: left;	
	width: 465px;
	line-height: 22px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 18px;
	margin-right: 50px;
	margin-left: 73px;
	border: 0px;  
	padding-right: 30px; 
	min-height: 50px;
	height: auto;
	padding-top: 15px;
	}
.gg_kugel {
	float: left;
	position: relative;
	border-radius: 50%;
	width: 42px;
	height: 42px; 	    
	margin-left: -59px; 
	margin-top: -15px;
	
	background: -moz-linear-gradient(135deg,#67d1d3,#e8faf1);
	background: -webkit-linear-gradient(135deg,#67d1d3,#e8faf1);
	background: linear-gradient(135deg,#67d1d3,#e8faf1);
			 
}
 

.samlink{
	height: 35px;
	width: 570px; 
	text-decoration: underline;
	font-family: GillSansNova-MediumItalic;
	font-size: 0.88em;
	font-weight: normal; 
	letter-spacing: 0.5pt; 		
	color: #007e89;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	 
} 

.samlink:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.samlink a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}	
	 
	
	
.circle { 
	border-radius: 50%;
	width: 15px;
	height: 15px; 	 
	cursor: pointer;  
	margin-left: 3px;
	align: middle;
	margin-top: -10px;
	
	background: -moz-linear-gradient(-45deg,#ddf8ef,#5cd5d1);
	background: -webkit-linear-gradient(-45deg,#ddf8ef,#5cd5d1);
	background: linear-gradient(-45deg,#ddf8ef,#5cd5d1);
			
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.circle:hover{
	
	opacity:0.6;
	filter:alpha(opacity=60); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
  
.circlink{
	height: 15px;

	}

.gg_pfeil{
	float: left;
	font-family: GillSansNova-Light;
	font-size: 1.58em;
	font-weight: normal; 
	letter-spacing: 0.2pt; 		
	color: #787878;
	width: 20px; 
	margin: 0px;
	margin-top: 2px; 
	border: 0px; 
	clear: left; 
	
	}
	
	
#gg_schwarz_pfeil_tools{
	 
    margin-top: 6px;
    width: 13px;
    height: 12px;
    font-size: 1.78em;

	}
	
	
	
.gg_abstand{
	float: left;  		
	color: #333;
	width: 590px; 
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px; 
	border: 0px;
	height: 20px;
	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	
	}
	

.gg_limes{
	float: left;  		
	color: #333;
	width: 590px;
	height: 1px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 25px;
	border: 0px; 
	border-bottom: 1px solid #dcdcdc; 
	margin-right: 30px;
	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	
	}
	
.gg_fulline{
	float: left;  		
	color: #333;
	width: 880px;
	height: 60px;
	margin: 0px;
	margin-top: 62px;
	margin-bottom: 15px;
	border: 0px; 
	border-top: 1px solid #dcdcdc; 
	margin-right: 30px;
	margin-left: -176px;
	padding-left: 80px;
	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	
	}



.gg_prezi{
	float: left; 
	width: 590px;
	height: 329px; 
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 30px;
	border: 0px;
	background-image:url(../filesz/GreenGuide_Prezi_V01.jpg);
	background-repeat: no-repeat;
	
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	
	
	}
.gg_prezi:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	}
	
	
.gg_co2{
 
	float: left; 
	width: 258px;
	height: 40px; 
 	margin-left: -2px;
	margin-top: 8px;
	margin-bottom: 30px;
	padding-top: 10px;
	border: 0px;
	background-image:url(../images/CO2_Rechner_Button_V1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	 
	font-family: GillSansNova-SemiBold;
	font-size:0.86em; 
	letter-spacing: 0.3pt; 
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	
	
	}
 
 .gg_co2:hover {
	opacity:1;
	filter:alpha(opacity=100);  For IE8 and earlier 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	}
 

.gg_co2_text{
	position: absolute;
	float: left; 
	width: 258px;
	height: 40px; 
 
	z-index: 9;
	text-align: center;
	padding-top: 10px;
	font-family: GillSansNova-SemiBold;
	font-size:0.86em; 
	letter-spacing: 0.3pt; 
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and  earlier */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	
	}
	
/*	
.gg_co2_text:hover {
	opacity:1;
	filter:alpha(opacity=100);  For IE8 and earlier 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	}
	*/
	

 
.gg_co2link{
	float: left; 
 
	width: 258px;
	height: 40px; 
	margin: 0px;
	margin-left: -2px;
	margin-top: 8px;
	margin-bottom: 20px;
 
 
 
	}



.prezitext{ 
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.88em; 
	letter-spacing: 0.2pt; 		
	color: #333;
	margin-top: 190px; 
	width: 590px;
	border: 0px; 
	height:20px;
	text-align: center;
	text-decoration: underline;
	}


.gg_semi{
	float: left;
	font-family: GillSansNova-SemiBold;
	font-size:0.86em;  
	color: #000;
	font-weight: normal; 
	letter-spacing: 0.2pt; 		
	color: #333;
	width: 680px;
	line-height: 25px;
	
	}


.gg_link{
	float: left; 
	width: 538px;
	line-height: 22px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 50px;
	border: 0px;  
	padding-right: 30px; 
	height: auto;
	
	}
	
	
.pressegrafik{
    float: left; width: calc(100% - 60px); padding: 45px 15px 45px 45px;
}


/* ///// d191112 start	*/


.scopeimg2 {
	 
	height: auto;
	display: block;
	width: 960px;
	position: absolute;
	float: left;
	border: 0px; 
}
	
.circle_d {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	vertical-align:middle;
	position: absolute;
	float: left;
	cursor: pointer;
  	mix-blend-mode: overlay;
	background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(0,0,0,1) 99%); 	
	/*background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);*/
	opacity:0.0;
	filter:alpha(opacity=0); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.circle_d:hover {
	opacity:0.4; /* transparenz & anima */
	filter:alpha(opacity=40); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 	 
}
	

.circle_d_ei {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	vertical-align:middle;
	position: absolute;
	float: left;
	cursor: pointer;
 
	background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(0,0,0,1) 99%); 	
	/*background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);*/
	opacity:0.0;
	filter:alpha(opacity=0); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.circle_d_ei:hover {
	opacity:0.07; /* transparenz & anima */
	filter:alpha(opacity=7); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 	 
}
	




#circle_d1 {
	width: 508px;
	height: 508px; 
	margin-top: 170px;
	margin-left: 45px;
	z-index: 13;
	/*
	background: -moz-linear-gradient(to right, #30CFD0 0%, #330867 100%);  
	background: -webkit-linear-gradient(to right, #30CFD0 0%, #330867 100%);
	background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
		*/
}

#circle_d2 {
	width: 269px;
	height: 269px;  
	margin-top: 57px;
	margin-left: 378px;	
	z-index: 123;
	 
}

#circle_d3 {
	width: 319px;
	height: 319px;  
	margin-top: 184px;
	margin-left: 563px;	
	z-index: 113;
	/*opacity:0.9;*/
}

#circle_d4 {
	width: 401px;
	height: 401px;  
	margin-top: 396px;
	margin-left: 520px;	
	z-index: 103;
}

#circle_d5 {
	width: 313px;
	height: 313px;  
	margin-top: 641px;
	margin-left: 313px;	
	z-index: 106;
}


#circle_d6 {
	width: 241px;
	height: 241px;  
	margin-top: 596px;
	margin-left: 103px;	
	z-index: 126;
}






.circleanima {
    width: 500px;
    height: 500px;
	position: absolute;
	margin-top: 560px;
	margin-left: 600px;
    /*border: 54px solid #FFF;*/
    -webkit-border-radius: 508px;
    -moz-border-radius: 508px;    
    border-radius: 508px;
	 mix-blend-mode: overlay; 
	background: #444;
    opacity: 1;
    z-index: 1;
}

.circleanima_ei {
    width: 500px;
    height: 500px;
	position: absolute;
	margin-top: 560px;
	margin-left: 600px;
    /*border: 54px solid #FFF;*/
    -webkit-border-radius: 508px;
    -moz-border-radius: 508px;    
    border-radius: 508px;
 
	background-color: #000;
    opacity: 1;
    z-index: 1;
}




.allcircles{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	}

.text_circle{
	width: 350px;
	float:left;
	text-align:center;
	position:absolute;	
	font-family: GillSansNova-Medium;
	font-size: 3.88em; 
	color: #000;
	margin-top: 316px;
	margin-left: 98px;
	height: 100px;
	cursor: pointer;
	}

#text_circle1 {
	
 	margin-top: 366px;
	margin-left: 123px; 

	}

#text_circle_small1 {
	
	font-size: 0.42em;
	margin-left: -17px;
	}
	
	
	

#text_circle2 {
	margin-top: 154px;
	margin-left: 391px;
	font-size: 1.98em;
	width: 250px;	
	}

#text_circle_small2 {
	
	font-size: 0.56em; 
	 
	}
	

	
	

#text_circle3 {
	margin-top: 292px;
	margin-left: 605px;
	font-size: 2.78em;
	width: 250px;
	}
#text_circle_small3 {
	
	font-size: 0.46em;
	 
	}
	




	
#text_circle4 {
	margin-top: 552px;
	margin-left: 601px;
	font-size: 3.18em;
	width: 250px;
	}
	
#text_circle5 {
	margin-top: 758px;
	margin-left: 344px;
	font-size: 2.68em;
	width: 250px;
	}	
	
#text_circle6 {
	margin-top: 698px;
	margin-left: 116px;
	font-size: 1.96em;
	width: 220px;
 	}	
	
.text_circle_small{
 	width: 350px;
	float:left;
	position:absolute;
	text-align:center;
	font-family: GillSansNova-Light;
	font-size: 0.46em;
	font-weight: 100;
	color: #000;
	margin-top: -9px;
	margin-left: 0px;
	height: 35px;
	}	

.sub_circle{
	float: left;
	width: 261px;
	border: 0px;
	height: 204px;
	background-color: #FFF; /* #f2f2f2; */
	font-weight: 400;
	font-size: 0.78em;
	line-height: 32px;
	margin-right: 14px;
	margin-left:24px;
	 
	cursor: pointer; 
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	margin-bottom: 41px;
	margin-top:50px;
	color: #666;
 
	
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	
	} 
	
.sub_circle:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.sub_circle a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}

.sub_kugel {
	float: left;
	position: relative;
	border-radius: 50%;
	width: 177px;
	height: 177px; 	    

	opacity: 1;
	margin-left: 21px;			/* 		48px; */
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: left;
	border: #fff solid 1px;

	background: -moz-linear-gradient(315deg,#138179,#9ce4d9);
	background: -webkit-linear-gradient(315deg,#138179,#9ce4d9);
	background: linear-gradient(315deg,#138179,#9ce4d9);
}

.sub_kugel:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.sub_kugel a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}

.sub_kugel_bunt {
	float: left;
	position: relative;
	border-radius: 50%;
 
	width: 145px;
	height: 145px; 	    
	margin-left: 21px;
	margin-right:auto;
	opacity: 1;
	background-image: url(../../filesz/TOOLS_Masterkreis_oben_V01.jpg);
	margin-top: 30px;
	margin-bottom: 15px;
	clear: left;
 
	/*border: #ccc solid 1px;*/
}

.sub_kugel_bunt:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.sub_kugel_bunt a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}


.sub_kugel_text {
	float: left;	/*left*/
	position: absolute;
 	width: 261px;
	height: 41px;
	line-height: 30px;
 
	border-top: #ccc solid 1px;
	font-family:  GillSansNova-SemiBold; /*GillSansNova-Medium;*/
	font-size: 1.06em;
	font-weight: 400;
	color: #333;
	padding-top: 2px;
	z-index: 5;
	margin-top: -20px;
	  
	background-color: #FFF;
}

.sub_kugel_text2 {
	float: left;	/*left*/
	position: absolute;
 	width: 261px;
	height: 41px;
	line-height: 30px;
 
	border-top: #ccc solid 1px;
	font-family:  GillSansNova-SemiBold; /*GillSansNova-Medium;*/
	font-size: 1.06em;
	font-weight: 400;
	color: #333;
	padding-top: 2px;
	z-index: 5;
	margin-top: -20px;
	opacity: 0.8;
	  
	background-color: #FFF;
}

 




.sub_kugel_untertitel {
	float: left;
	position: relative;
 	width: 261px;
	min-height: 20px;
	height: auto;
	line-height: 16px;
	top: 0px;
	font-family:  GillSansNova-Medium; /*GillSansNova-Medium;*/
	font-size: 0.96em;
	font-weight: 400;
	color: #666;
	z-index: 3;
	margin-top: 0px;
	letter-spacing:0.3pt;
	background-color: #FFF;
	 
}

.sub_kugel_untertitel2 {
	float: left;
	position: relative;
 	width: 261px;
	min-height: 20px;
	height: auto;
	line-height: 16px;
	top: 0px;
	font-family:  GillSansNova-Medium; /*GillSansNova-Medium;*/
	font-size: 0.96em;
	font-weight: 400;
	color: #666;
	z-index: 3;
	margin-top: 0px;
	letter-spacing:0.3pt;
	background-color: #FFF;
	 
}




.reini {
	float: left;
	position: absolute;
 	width: 853px;
	height: 2px; 
	border-top:  #ccc solid 1px;
	margin-left: 28px;
	margin-top: 295px;
	margin-bottom: 1px;
	clear:left;
	display: block;

}


.reini2 {
	float: left;
	position: relative;
 	width: 853px;
	height: 2px; 
	border-top:  #ccc solid 1px;
	margin-left: 28px;
	margin-top: -11px;
	margin-bottom: 1px;
	clear:left;
	display: block;

}



.plan9 {
	float: left;
	position: relative;
	height: 224px;
 	width: 86px;
}

.numbers {
	float: left;
	position: relative;
	height: 75px;
 	width: 75px;
	margin-left: 89px;
	margin-top: 84px;
	z-index:12;

}

.circle_dark {
 	border-radius: 50%;
	width: 177px;
	height: 177px;
	position: absolute;
	float: left;
 	z-index: 300;
  	mix-blend-mode: overlay;
	border: 0px;
	
	background-color:#000;
	/*background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(0,0,0,1) 99%); */	
	opacity:0.0;
	/*
	filter:alpha(opacity=0.0); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; */	
}

/*.circle_dark:hover {
	opacity:0.6;  
	filter:alpha(opacity=60); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 	 
} */

.circle_dark_ei {
 	border-radius: 50%;
	width: 177px;
	height: 177px;
	position: absolute;
	float: left;
 	z-index: 400;
  
	background-color: #000;
	/*background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(0,0,0,1) 99%); */	
	opacity:0.0;
	/*
	filter:alpha(opacity=0.0); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; */	
}





.circle_dark_small {
	border-radius: 50%;
	width: 177px;
	height: 177px;
	position: absolute;
	float: left;
 	z-index: 300;
  	mix-blend-mode: overlay;
	background-color:#000;
	/*background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(0,0,0,1) 99%); */	
	opacity:0.0;
	
	/* filter:alpha(opacity=0.0); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	*/
}

/* .circle_dark_small:hover {
	opacity:0.29; 
	filter:alpha(opacity=29); 
	-webkit-transition: .22s ease-in-out;
	transition: .22s ease-in-out; 	 
} */

.circle_dark_small_ei {
	border-radius: 50%;
	width: 177px;
	height: 177px;
	position: absolute;
	float: left;
 	z-index: 300;
 
	background-color:#000;
	/*background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgba(0,0,0,1) 99%); */	
	opacity:0.0;
	
	/* filter:alpha(opacity=0.0); 
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	*/
}



.keine{
	float: left;
	width: auto;
	border: 0px;
	height: 28px; 
	font-weight: 400;
	font-size: 0.82em;
	line-height: 35px;
	padding-left: 0px;
	margin-left: 5px;
	
	
	}	


.green_artikel{
	
	float: left;
	width: 700px;
 
	height: auto;
	background-color: #FFF; /*#f2f2f2;*/
	margin-left: 167px;		 
 	margin-top: -86px;
	padding-left: 20px;
	padding-bottom: 0px;
 
	
	}


.green_artikel2{
	
	float: left;
	width: 700px;
 
	height: auto;
	background-color: #FFF; /*#f2f2f2;*/
	margin-left: 167px;
 	margin-top: -86px;
	padding-left: 20px;
	padding-bottom: 0px;
 
	
	}


.green_artikel3{
	
	float: left;
	width: 700px;
 
	height: auto;
	background-color: #FFF; /*#f2f2f2;*/
	margin-left: 136px;			 
 	margin-top: -86px;
	padding-left: 20px;
	padding-bottom: 0px;
 
	
	}	
	
	
.sub_circle_artikel{
	float: left;
	width: 261px;
	border: 0px;
	height: 294px;
	background-color: #FFF; /*#f2f2f2;*/
	font-weight: 400;
	font-size: 0.78em;
	line-height: 32px;
	margin-right: 14px;
	margin-left:24px;
	 
 
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	margin-bottom: 1px;
	color: #666;
 
	
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
	
	} 
	
.circlink2{
	height: 15px;
	}	
	
	
.circle_link_zelda{ 
	border-radius: 50%;
	width: 15px;
	height: 15px; 	 
	cursor: pointer;  
	margin-left: 3px;
	align: middle;
	margin-top: -10px;
	
	background: -moz-linear-gradient(-45deg,#ddf8ef,#5cd5d1);
	background: -webkit-linear-gradient(-45deg,#ddf8ef,#5cd5d1);
	background: linear-gradient(-45deg,#ddf8ef,#5cd5d1);
			
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.circle_link_zelda:hover{
	
	opacity:0.6;
	filter:alpha(opacity=60); /* transparenz & anima */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.locked{ 
	float: left;
	position: absolute;
	width: 43px;
	height: 43px; 	 
	
	margin-left: 173px;
	align: middle;
	margin-top: -4px;
	z-index: 20000;
			
	opacity:1.0;
	filter:alpha(opacity=100); /* transparenz & anima cursor: pointer;   */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.loginhead{
	
	font-family: GillSansNova-Medium;
	float: left;
	position: relative;
	width: 390px;
	border: 0px; 
	height: auto;
	line-height: 30px;
	margin-left: 5px;
	margin-top: 10px;   
	font-size: 0.85em;
	color: #666;
	padding-top: 0px;  
	clear: left;
	line-height: 12px;
	text-align: center;
	
	
	
	}


/* ///// d191118  */

.gg_umwelt{
	float: left;
	width: 272px;
	border: 0px;
	height: 204px;
	background-color: #FFF;
	font-weight: 400;
	font-size: 0.78em;
	line-height: 32px;
  	margin-right: 30px;  
 	margin-left: -2px; 
/* 	margin-left: 30px; */
	 
	cursor: pointer; 
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	margin-bottom: 0px;
	margin-top:0px;
	color: #666;
 
 
	
	/*-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);	
*/

} 


.gg_umwelt img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	 
}
.gg_umwelt:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



/*	
.gg_label:hover{
	
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);	
}*/

	
	
.sub_label {
	float: left;
	position: relative;
	margin-top:27px;
	margin-left:27px;
 	width: 120px;
	height: 120px;
	z-index: 400;
	opacity: 1;
}

.sub_label img {
	opacity: 0.5;
}

.sub_label:hover img {
	opacity: 1;
}



 
.gg_land{
	float: left;
	width: 272px;
	border: 0px;
	height: 204px;
	background-color: #FFF;
	font-weight: 400;
	font-size: 0.78em;
	line-height: 32px;
	margin-right: 30px;
	margin-left: -2px;
	 
	cursor: pointer; 
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	margin-bottom: 55px;
	margin-top:0px;
	color: #666;
 
 
	margin-top:14px; margin-left: 8px;  margin-right: 20px; margin-bottom: 55px;
 
	
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); */
} 

.gg_land:hover{
/*	
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);	*/
}
 
.circle_land{ 

	border-radius: 50%;
	float:left;
	position:absolute;
	width: 7px;
	height: 7px; 	 
	cursor: pointer;  
	margin-left: 30px;
 	margin-top: -50px;
	border: #42baa8 solid 1px;
	background-color:#FFF;
	z-index: 0;
	display: block;
 
}

 



.circle_mirko{ 
	float: left;
	border-radius: 50%;
	display: none;
	position: absolute;
	width: 272px;
	height: 272px;
	background-color:#FFF;
 	box-shadow: 0 0 4px rgba(0,0,0,0.45);
	margin-left: 2px;
 	margin-top: 28px;
	opacity: 1;
	z-index: 1000;
}
 

 


.gordon_text {
	float: none;
	position: absolute;
	width: 210px;
	height: 150px;
	line-height: 16px;
	font-family:  GillSansNova-SemiBold; /*GillSansNova-Medium;*/
	font-size: 0.84em;
	font-weight: 400;
	color: #333;
	text-align: left;
	padding-top: 34px;
	padding-left: 10px;
 	margin-top: 45px;
	margin-left: 28px;
}

.eki_eki{ 
	width: 22px;
	height: 22px;
	background-color:#FFF;
	transform: rotate(45deg);
	opacity: 1;
	top: 254px;
	left: 125px;
	position:absolute;
	z-index: 10;
 
}

.linking_zelda{
	height: 35px;
	line-height: 32px;
	width: auto; 
	text-decoration: underline;
	font-family: GillSansNova-MediumItalic;
	font-size: 1.02em;
	font-weight: normal; 
	letter-spacing: 0.5pt; 	 
	cursor: pointer;
	color:#498e84;
} 

.linking_zelda2{
	height: 35px;
	line-height: 32px;
	width: auto; 
	text-decoration: underline;
	font-family: GillSansNova-MediumItalic;
	font-size: 1.02em;
	font-weight: normal; 
	letter-spacing: 0.5pt; 	 
	cursor: pointer;
	color:#498e84;
} 


	
.treasure{ 
	border-radius: 50%;
	width: 19px;
	height: 19px;
	background-color:#FFF;
	position: relative;
	margin-left:215px;
	margin-top: 25px;
	text-align:center;
	vertical-align:middle;
 
	padding-right: 1px;
	padding-top: 0px;
 
}
/***191204**/

.gg_iline{
	float: left;
	clear: left;
	width: 100%; /* 550px; */
	max-width: 550px;
	height: auto; 
	min-height: 24px; 
	
	}
	
.iline{
	float: left;
	clear: left;
	width: 100%; /* 550px; */
	max-width: 550px;
	height: auto; 
	min-height: 24px; 
	
	}	
	
	
.gg_ispalt{
	float: left; 
	width: 25%;	/* 340px;   */
	line-height: 24px;
	height: auto;
	margin: 0px;  
	border: 0px;
	margin-right: 6%;
  white-space:pre-wrap;  
	margin-bottom: 3px;  
	 
	
	}
.gg_ispaltre{
	float: left; 
	width: 62%;	/* 340px; */  
	line-height: 24px;
	height: auto;
	margin: 0px;  
	border: 0px;
	margin-right: 6%;
  white-space:pre-wrap;  
	margin-bottom: 3px;
	color: #3b3b3b;
	font-family: GillSansNova-SemiBold; 
	
	}
	
.gg_table{
	float: left;
	font-family: GillSansNova-Medium;
	font-size: 0.85em;
	font-weight: normal; 
	letter-spacing: 0.2pt; 		
	color: #787878;
	width: 550px;
	max-width: 550px; 
	line-height: 24px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;  
	padding-right: 40px; 
	padding-bottom: 17px;
	padding-top: 0px;
	
 	word-break: break-word; 
	
	}
	
/***191204**/

/* d191211 */
.blatter{
	
	position: relative;
    float: right;
    margin-left: 18px;
/* 	position: absolute;
	float: left;
	margin-left: 918px; */
	width: 50px;
	height: 38px;  
	
	margin-top: 5px;
	border: 0px; 
	font-family: GillSansNova-Light;
	font-size: 25px;
	color: #666;
	
	}
.blatterprev{ 
	float: left;
	width: 20px;
	height: 30px;  
	margin: 0px; 
	border: 0px; 
	text-align: right;
	padding-top: 8px; 
	cursor: pointer;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */  
	}
.blatterprev:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.blatterprev a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}	
	
.blatternext{ 
	float: left;
	width: 20px;
	height: 30px;  
	margin: 0px; 
	border: 0px; 
	text-align: left;
	padding-top: 8px; 
	cursor: pointer; 
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */  
	}
.blatternext:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.blatternext a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}	
	
	
/* d191211 */

/*	//d200106 START */

.push_the{
	position: relative;
	float: right;
	width: 388px;
	height: 38px;
	margin-right:0px;
 
	margin-top: 5px;
	text-align:right;
	border: 0px; 
	font-family: GillSansNova-Light;
	font-size: 25px;
	 
 
 
	}

.button2{ 
	font-family: GillSansNova-Medium;
	font-size: 0.60em;
	font-weight: normal;
	font-style:italic;
	color: #999;
	border-bottom: #C2C2C2 solid 1px;
 
 
	float: right;
	width: auto;
	height: 16px;  
	margin: 0px;
	margin-right: 20px;
	margin-left: 3px; 
	padding-right: 2px;
	 
 
	text-align: right;
 
	padding-top: 18px; 
	cursor: pointer; 
   /* For IE8 and earlier */  
	}

.button2:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.button2 a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}

	
	
/*	//d200106 START */

.spotsel{
	position:relative;
  
	margin-left: 35.7%;
 	font-family: GillSansNova-Light;
    cursor: pointer; 
	width: 228px;
	border-radius: 15px;	/*.9em;*/
	height: 27px;
	border: #999 solid 1px;
	padding-left: 0px;
	text-align:center;
	vertical-align:middle;
 	padding-top: 2px;
	}

.spotsel:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.spotsel a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}	
	
	
.select{
	position:relative; 
  	height: 20px;
	margin-left: -5px;
 
	float: left;  
	color: #666;   
	font-family: GillSansNova-Medium; 
	text-align: center; 
	letter-spacing: 0.5pt;
	padding-top:6px;
 	font-size: 0.78em; 
	width: 228px;
 	-moz-appearance: none;  -webkit-appearance: none;  appearance: none;  border: none; outline: none; 
	}

select::-ms-expand {
  display: none;
} 

/*  d200115 s */

.spotsel2{
	position: absolute;
	margin-top: 170px;
	margin-left: 362px;
 	font-family: GillSansNova-Light;
    cursor: pointer; 
	width: 228px;
	border-radius: 15px;	/*.9em;*/
	height: 27px;
	border: #999 solid 1px;
	padding-left: 0px;
	text-align:center;
	vertical-align:middle;
 	padding-top: 2px;
	
	 
	}



.select2{
	position:relative; 
  	height: 20px;
	margin-left: 15px;
    cursor: pointer; 
	float: left;  
	color: #666;   
	font-family: GillSansNova-Medium; 
	text-align: left;
	letter-spacing: 0.5pt;
	padding-top:6px;
 	font-size: 0.78em; 
	width: 218px;
 

 	-moz-appearance: none;  -webkit-appearance: none;  appearance: none;  border: none; outline: none; 
	}

select2::-ms-expand {
  display: none;
} 

.dropdown-line2 {
  color: #666;
  padding: 4px 14px;
  display: block; 
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
    
}

.dropdown-line2:hover {
	color:#000;
 
}


.dropdown-line2:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.dropdown-line2 a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}








/*  d200115 e */

/*  d200115 s */

.spotsel3{
	position: relative;
	margin-top: 13px;
	margin-left: 10px;
 	font-family: GillSansNova-Light;
    cursor: pointer; 
	width: 201px;
	border-radius: 15px;	/*.9em; vertical-align:middle;	border: #999*/
	height: 27px;
	border: #bdbdbd solid 1px;
	padding-left: 0px;
	text-align:center;
	float: left;
	
 	padding-top: 2px;
	
	 
	}

.spotsel3:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.spotsel3 a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}


	#spotsel2{
 
			margin-left: 10px;
			float: right;
 
	}	
	
	#spotsel{
 
			margin-left: 10px;
 
	}	
	
	#abstand12167{
 
			height: 50px;
 
	}
	
	#dg_eki{
 
		   margin-left: 270px;
		   margin-top: 4px; 
 
	}



.select3{
	position:relative; 
  	height: 20px;
	margin-left: 15px;
    cursor: pointer; 
	float: left;  
	color: #666;   
	font-family: GillSansNova-Medium; 
	text-align: left;
	letter-spacing: 0.5pt;
	padding-top:6px;
 	font-size: 0.78em; 
	width: 158px;
	 
 

 	-moz-appearance: none;  -webkit-appearance: none;  appearance: none;  border: none; outline: none; 
	}

select3::-ms-expand {
  display: none;
} 

.dropdown-line3 {
  color: #666;
  padding: 4px 14px;
  display: block; 
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
    
}

.dropdown-line3:hover {
	color:#000;
 
}


.dropdown-line3:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.dropdown-line3 a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}




 

/*  d2106 s */

.selbut2{
	float: left;
	background-color: #f6f6f6;
	width: 	188px;			/* 	189px; */
	height: 29px;
	line-height: 31px;
	vertical-align: center;
	 
	margin: 0px;
	margin-left: 189px;
	margin-top: 13px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.3pt; 
	color: #000; /*a0a0a0*/
	font-family: GillSansNova-Medium;
	font-size: 0.80em;
	font-weight: normal;
	cursor: pointer;
	border: 1px solid #bdbdbd; 
	border-radius: 28px;	
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;  
	}

	#but6{
 
			margin-left: 88px;
 
	}



.lupo2{
	float: left;
	width: 19px;
	margin-top: -27px;
	margin-left: 147px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	opacity: 0.5;
 
	}	
	
.lupo2:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.lupo2 a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}


 .auswahl_aazf2{ 
	float: left;
 	font-weight: normal;
	width: 310px;
	height: 50px;
	position: relative;
	margin-left:0px; margin-right:69px;
	}

.rin{
	float: left;
	width: 303px;
	font-family: GillSansNova-Medium;
	font-size: 1.08em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	margin-top: 13px;
	height: 37px;
	margin-left: 0px;
	 
 
	}


.lupo{
	float: left;
	width: 19px;
	margin-top: -36px;
	margin-left: 101px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	opacity: 0.5;
 
	}

/* 	#6c6c6c; */

.input_field_lupo2 { color: #666; font-family: GillSansNova-Medium; font-weight: 500; font-size:0.78em; border: 1px solid #bdbdbd; 
	background-color: #f6f6f6; padding-top: 0px; padding-left: 37px; padding-right: 37px; width:303px; height:29px; letter-spacing: 0.2pt;
	border-radius: 28px;  
	}
	

.input_field_anmeldung { color: #979797; font-family: GillSansNova-Medium; font-weight: 500; font-size:1.08em; border: 1px solid #d2d2d2; 
	background-color: #fff; padding-top: 0px;  width:315px; height:46px; letter-spacing: 0.2pt; margin-left: -3px; padding-left: 11px; padding-right: 10px; margin-bottom: 13px;
	border-radius: 6px; line-height: 46px; 
	}

	
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
  border: 1px solid #bdbdbd;
  color: #666;  
}
 
input[type=text]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 7px rgba(190, 190, 210, 1); 
  border: 1px solid #CCC;
  background-color: #fafafa; 
  color: #666; 
}



input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
  border: 1px solid #bdbdbd;
  color: #666;  
}
 
input[type=password]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 7px rgba(190, 190, 210, 1); 
  border: 1px solid #CCC;
  background-color: #fafafa; 
  color: #666; 
}






.nextbut2{ 
	float: left;
	background: #000;
	width: 193px;
	height: 38px;
	line-height: 38px;
	padding: 0px;
	margin-left:103px;
	margin-right: auto;
    margin-top: 14px;
	text-align: center;
	cursor: pointer; 
	color: #fff; 
	font-size: 1.0em;
	letter-spacing: 0.3pt; 
	 
	cursor: pointer;
	border: 0px;
    border-radius: 6px;
    font-weight: 400;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;   
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
	
	}
.nextbut2:hover{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
	background: #333;
     
    
}



.close_lupo{
	position: absolute;
	width: 12px;
	height: 12px;
	margin: 0px;
	margin-top: -22px;
	margin-left: 355px;
	cursor: pointer; 
	display: block;
	z-index: 3000;
	opacity: 0.8;
	}

    
.close_lupo:hover {
    opacity: 1;
}
    
.close_lupo:before, .close_lupo:after {
    position: absolute;
    left: 5px;
    content: ' ';
    height: 15px;
    width: 1px;
    background-color: #333;
}
    
.close_lupo:before {
    transform: rotate(45deg);
}
    
.close_lupo:after {
    transform: rotate(-45deg);
}


.close_lupo:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.close_lupo a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}










/*  d2106 s */




.eki_v{ 

	width: 18px;
	height: 18px;
	color: #999;
	font-family: GillSansNova-Light; 
	position: absolute;
	margin-left: 204px;
	font-weight:100;
	transform: rotate(180deg);
	padding-top: 8px;
	margin-top: 4px;
  	font-size: 2.05em;
	opacity: 1;
  
}


#link_eki{

margin-left: 177px; margin-top: 4px;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  margin-top: -18px;
  margin-left: -10px;
  min-width: 248px;
  height: 70px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  border: #ccc solid 1px; 
  border-radius: 9px;
  text-align:left;
  font-family: GillSansNova-Medium;
  z-index: 1;
  letter-spacing: 0.5pt;
  padding-top:5px;
  cursor: pointer; 
  font-size: 0.78em;
 
}

.dropdown-line {
  color: #666;
  padding: 4px 14px;
  display: block;
}

.dropdown-line:hover {
	color:#000;
 
}

.dropdown-line:active {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.dropdown-line a:active { 	 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	outline:none;	 
}




.drop_image {
  color: #666;
  display: block;
  width: 9px;
  height: 11px;
  float:left;
  margin-right: 7px;
  margin-top: 1px;
  background-repeat:no-repeat; 
  
}



.dropexit{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
	z-index: 1;
	display: none;
	}
/*	//d200106 END */



	
.allspots{ 
 	float: left;
	position: relative;  
	width: 100000px;
	margin-left: -568px;
	height: 370px;
 
 
}

.hidespots{ 
 	float: left;
	position: relative;
	margin-left: -176px; 
	width: 960px;
	overflow: hidden;
	border: 0px;
	border-top: 1px solid #ccc;
 
	height: 370px;
 }
 
.pfeil_but{ 
 	float: left;
	position: absolute;  
	width: 40px;
	margin-left:0px;
	height: 180px;
 
	padding-top: 110px;
	vertical-align:middle;
	z-index: 9999;
	font-family: GillSansNova-Light; 
 	font-size: 2.05em;
	cursor: pointer;
	color: #999;
	text-align:center;
	 -webkit-tap-highlight-color: transparent;
/*	
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,0) 100%);  
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 36%,rgba(255,255,255,0) 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );  
*/

	}
	
	
	#pfeil_but2{ 
	 
		 
		margin-left: 920px; 
	 
	 }		
	 
	 #kugel_heide2{ 
	 
		margin-left: 920px;  
 
	 
	 }		 
	 
	 #splitscreen1{ 
	 
		display: none;
 
	 
	 }	
	
	
.kugel_hide{ 
 	float: left;
	position: absolute;  
	width: 40px;
	 
	height: 50px;
	margin-top: 240px;
	background-color: #FFF;
 

	z-index: 19999;
	}
	
	
.dgsel{
	float: left;
	position: absolute;
	margin: 0px;
	margin-top: 0px;
	margin-left: 467px;
	
}