


.vcig-section{
	/*border: solid 1px #333; */
	padding-top: 5vw;
	padding-bottom: 5vw;

}



.vcig-cell-full{

	/*background-image: url(bgcell4.png);*/
	background-position: center;

	overflow: visible;
	text-align: center;
	font-size: 1.5vw;
}




.cb{
	clear: both;
}
.vcig-title{
	margin: 2.2vw 0 0 2vw;
    padding: 0.5vw;
    border-left: solid 2px #ddd;
    text-align: left;
    display: none;
}

.vcig-cell {

		float: left;
		transition: opacity 1s; 
		/*border: solid 1px #000; */
}
	.vcig-cell-full {
		position: relative;
	  width: 10vw;
	  background-position: center;
 	  background-repeat: no-repeat;

	  overflow: visible;
	  text-align: center;
}
	.vcig-h-violet{
		background-image:url(https://www.vci.de/green-deal-hexagon/images/hexagon-violet.svg);
	}
	.vcig-h-green{
		background-image:url(https://www.vci.de/green-deal-hexagon/images/hexagon-green.svg);
	}
	.vcig-h-gold{
		background-image:url(https://www.vci.de/green-deal-hexagon/images/hexagon-gold.svg);
	}
	.vcig-h-yellow{
		background-image:url(https://www.vci.de/green-deal-hexagon/images/hexagon-yellow.svg);
	}
	.vcig-h-pink{
		background-image:url(https://www.vci.de/green-deal-hexagon/images/hexagon-pink.svg);
	}
	.vcig-in-h{
		position:relative;
/*		justify-content: center;
	    display: flex;*/
		
	}
	.vcig-h-pink .vcig-text{
		color:#b22063;
		border-left: solid 0.13vw #b22063;
	}
	.vcig-h-yellow .vcig-text{
		color:#be9528;
		border-left: solid 0.13vw #be9528;
	}
	.vcig-text{
		color: #ffffff;
		font-family: Georgia, serif;
		font-size: 1.0vw;
		text-align: left;
		border-left: solid 0.13vw #fff;
		padding-left: 0.5vw;
		line-height:1.2vw;
		margin-top: 2.8vw;
		font-weight: 600;
        letter-spacing: -0.8px;
	}
	.vcig-text-2{
		margin-top: 2.1vw;
	}
	.vcig-text-3{
		margin-top: 1.6vw;	
	}
	.vcig-text-4{
		margin-top: 0.8vw;
	}
	.vcig-logo{
		
	}
	.vcig-logo img{
		width: 9vw;
		height: auto;
		margin: 0.9vw auto 0 auto;
	}
	.vcig-like{
		width: 100%;
		height: 100%;
		background-image: url(https://www.vci.de/green-deal-hexagon/images/vci-contact-us.png);
		background-repeat: no-repeat;
		background-position: center 2.2vw;
		background-size: 5.5vw;
			}
	.vcig-like-light{
		background-image: url(https://www.vci.de/green-deal-hexagon/images/vci-contact-us-berry.png);
	}
	.vcig-dislike{
		width: 100%;
		height: 100%;
		background-image: url(https://www.vci.de/green-deal-hexagon/images/vci-contact-us-dis.png);
		background-repeat: no-repeat;
		background-position: center 3vw;
		background-size: 5.5vw;
			}
	.vcig-dislike-light{
		background-image: url(https://www.vci.de/green-deal-hexagon/images/vci-contact-us-sand-dis.png);
	}
	.vcig-prompt-pos-red{
		position: relative;
		z-index: 100;
		right: 3vw;
		bottom: 30vw;
		display: none;
		float: right;
		height: 0;
	}
	.vcig-prompt-pos-gold{
		position: relative;
		z-index: 100;
		right: 3vw;
		bottom: 30vw;
		display: none;
		float: right;
		height: 0;
	}	
	.vcig-prompt-red{
		position:relative;
		background: #ebd4df;
		color:#b22063;
		/*font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";*/
		font-family: "Source Sans Pro",Arial,sans-serif;
		font-size:1vw;
		text-align: left;
		padding:2vw;
		max-width: 20vw;
		/*max-height: 20vw;
    	overflow: scroll;*/
	}
	.vcig-prompt-red:after{
		content: "";
		position: absolute;
		left: -1.5vw;
		top: 50%;
		margin-top: -1.2vw;
		width: 0;
		height: 0;
		border-top: 1.2vw solid transparent;
		border-right: 1.5vw solid #ebd4df;
		border-bottom: 1.2vw solid transparent;
	}

	.vcig-prompt-gold{
		position:relative;
		background: #f1ead6;
		color:#B5951A;
		font-family: "Source Sans Pro",Arial,sans-serif;
		/*font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";*/
		font-size:1vw;
		text-align: left;
		padding:2vw;
		max-width: 20vw;
	    /*max-height: 20vw;
    	overflow: scroll;*/	
	}
	.vcig-prompt-gold:after{
		content: "";
		position: absolute;
		left: -1.5vw;
		top: 50%;
		margin-top: -1.2vw;
		width: 0;
		height: 0;
		border-top: 1.2vw solid transparent;
		border-right: 1.5vw solid #f1ead6;
		border-bottom: 1.2vw solid transparent;
	}	
	.vcig-name-1{
		font-size:1.2vw;
		font-weight: 600;
		margin-bottom: 1vw;
	}
	.vcig-ico img{
		position: absolute;
		bottom: 1vw;
		width: 2vw;
		height: auto;
		margin: 0 0 0 -1vw;
		}
	
	} 



.vcig-decr-1::-webkit-scrollbar {
  width: 5px;
}
.vcig-decr-1 {
  scrollbar-width: thin;
  scrollbar-color: #333 #00000000;
  overflow-y: auto;
  overflow-x: visible;padding-right: 20px;
}
.vcig-decr-1::-webkit-scrollbar-track {
  background: #00000000;
}
.vcig-decr-1::-webkit-scrollbar-thumb {
 background-color: #333 ;
  border-radius: 6px;
  border: 3px solid #00ff00; 
}
	 




@media only screen and (max-width: 80px) {
	.vcig-cell-half {
	    width: 8.5vw;
	}
	.vcig-cell-full {
	    width: 17vw;
	    background-size: 14.6vw;
	}
	 .vcig-cell {
	    height: 18vw;
	    margin: -4.1vw 0px 0px 0px;
	}
	.vcig-in-h {
   	   padding: 3vw 0 0 2.8vw;
	}
	.vcig-text {
	    font-size: 1.6vw;
	    border-left: solid 0.2vw #fff;
	    padding-left: 0.5vw;
	    line-height: 2vw;
	    margin-top: 2.8vw;
	}	

	.vcig-section-m{
		display: block;
	}
	.vcig-section{
		display: none;
	}
}

@media only screen and (min-width: 80px) {

	.vcig-section-m{
		display: block;
		padding: 8vw 0 15vw 3.5vw;
	}

	.vcig-section{
		display: none;
	}

	.vcig-cell-half {
	    width: 15.5vw;
	}
	.vcig-cell-full {
	    width: 31vw;
	    background-size: 29.1vw;
	 }
	 .vcig-cell {
	    height: 33.4vw;
	    margin: -6.7vw 0px 0px 0px;
	 }
	.vcig-in-h {
  	    padding: 3.3vw 0 0 1.5vw;
	}	 
	.vcig-text {
	    font-size: 3.5vw;
	    border-left: solid 0.2vw #fff;
	    padding-left: 0.8vw;
	    line-height: 3.6vw;
	    margin-top: -1vw; 
	}
	.vcig-logo img {
 		width: 27vw;
    	margin: 0vw auto 0 auto;
	}
	.vcig-like {
    	background-size: 19vw;
    	background-position: center 1.2vw;
	}

	.vcig-dislike {
		background-size: 19vw;
    	background-position: center 3.6vw;
	}

	.vcig-ico img {
	    bottom: 3.5vw;
	    width: 4.5vw;
	    margin: 0 0 0 -2.25vw;
	}

	.vcig-prompt-red, .vcig-prompt-gold {
		font-size: 11pt;
	    padding: 5vw 5vw 30vw 5vw;
	    line-height: 16pt;
	    max-width: unset;
	    max-height: 80vh;
	    height: auto;
	    width: 90vw;
	    margin: 10vh 5vw;
	}
	.vcig-name-1 {
	    font-size: 16pt;
	}
	.vcig-prompt-pos-red, .vcig-prompt-pos-gold {
		top: 0;
	    left: 0;
	    height: 100vh;
	    width: 100vw;
	    position: fixed;
	    background-color: #333333c0;
	}
	.vcig-click{
		cursor: pointer;
		height: 27vw; 
		margin-top: 0.5vw;
		border-radius: 10vw;
    	border: solid 2vw #00000000;
	}

	.vcig-text-1{
		margin-top: 9vw;
	}
	.vcig-text-2{
		margin-top: 7vw;
	}
	.vcig-text-3{
		margin-top: 5.5vw;
	}
	.vcig-text-4{
		margin-top: 3vw;
	}

	.vcig-decr-1{
		max-height: 56vh; 
	}

	.vcig-close{
		position: absolute;
	    bottom: 10vw;
	    text-align: center;
	    width: 21vw;
	    font-size: 4vw;
	    color: #fff;
	    padding: 10px 0px;
	    margin: 5px 30vw;
	}
	#vcig-close-red{
	    background-color: #b22063;
	}
	#vcig-close-gold{
	    background-color: #be9528;
	}


}

@media only screen and (min-width: 800px) {

	.vcig-cell-half {
	    width: 8.15vw;
	}
	.vcig-cell-full {
	    width: 16.3vw;
	    background-size: 15.5vw;
	 }
	 .vcig-cell {
	    height: 18vw;
	    margin: -4.1vw 0px 0px 0px;
	 }
	.vcig-in-h {
  	    padding: 3.3vw 0 0 0;
	}	 
	.vcig-text {
	    font-size: 1.27vw;
	    border-left: solid 0.2vw #fff;
	    padding-left: 0.5vw;
	    line-height: 1.7vw;
	    margin-top: -1vw; 
	}
	.vcig-logo img {
 		width: 13vw;
    	margin: 0vw auto 0 auto;
	}
	.vcig-like {
    	background-size: 8.5vw;
    	background-position: center 1.2vw;
	}

	.vcig-dislike {
		background-size: 8.5vw;
    	background-position: center 1.6vw;
	}

	.vcig-ico img {
	    bottom: 3.5vw;
	    width: 2.5vw;
	    margin: 0 0 0 -1.25vw;
	}

	.vcig-prompt-red, .vcig-prompt-gold {
 	   font-size: 1.3vw;
    	padding: 2vw;
    	max-width: 23vw;
    	line-height: 1.5vw;
    	max-height: 45vw;
	}
	.vcig-name-1 {
	    font-size: 1.6vw;
	}
	.vcig-prompt-pos-red, .vcig-prompt-pos-gold {
	    bottom: 49vw;
	    right: -2vw;
	}
	.vcig-click{
		cursor: pointer;
		height: 17vw; 
		margin-top: 0.5vw;
		border-radius: 10vw;
    	border: solid 2vw #00000000;
	}

	.vcig-text-1{
		margin-top: 2vw;
	}
	.vcig-text-2{
		margin-top: 1vw;
	}
	.vcig-text-3{
		margin-top: 0.1vw;
	}
	.vcig-decr-1{
		max-height: 38vw; 
	}

	.vcig-section-m{
		display: none;
	}
	.vcig-section{
		display: block;
	} 

	.vcig-close{
		display: none;
	}


	.vcig-prompt-pos-red{
		position: relative;
		z-index: 100;
		right: 3vw;
		bottom: 30vw;
		display: none;
		float: right;
		height: 0;
	}
	.vcig-prompt-pos-gold{
		position: relative;
		z-index: 100;
		right: 3vw;
		bottom: 30vw;
		display: none;
		float: right;
		height: 0;
	}	
	.vcig-prompt-red{
		position:relative;
		background: #ebd4df;
		color:#b22063;
		/*font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";*/
		font-family: "Source Sans Pro",Arial,sans-serif;
		font-size:1vw;
		text-align: left;
		padding:2vw;
		max-width: 20vw;
		/*max-height: 20vw;
    	overflow: scroll;*/
	}
	.vcig-prompt-red:after{
		content: "";
		position: absolute;
		left: -1.5vw;
		top: 50%;
		margin-top: -1.2vw;
		width: 0;
		height: 0;
		border-top: 1.2vw solid transparent;
		border-right: 1.5vw solid #ebd4df;
		border-bottom: 1.2vw solid transparent;
	}

	.vcig-prompt-gold{
		position:relative;
		background: #f1ead6;
		color:#B5951A;
		font-family: "Source Sans Pro",Arial,sans-serif;
		/*font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";*/
		font-size:1vw;
		text-align: left;
		padding:2vw;
		max-width: 20vw;
	    /*max-height: 20vw;
    	overflow: scroll;*/	
	}
	.vcig-prompt-gold:after{
		content: "";
		position: absolute;
		left: -1.5vw;
		top: 50%;
		margin-top: -1.2vw;
		width: 0;
		height: 0;
		border-top: 1.2vw solid transparent;
		border-right: 1.5vw solid #f1ead6;
		border-bottom: 1.2vw solid transparent;
	}	

	.vcig-prompt-pos-red, .vcig-prompt-pos-gold {
		top: unset;
	    left: unset;
	    height: 0;
	    width: 22vw;
	    position: relative;
	    background-color: unset;	
	    margin-top: -28vw;
	}

}



@media only screen and (min-width: 1440px) {

	.vcig-prompt-pos-red, .vcig-prompt-pos-gold {
	    right: -8vw;
	}

}

@media only screen and (min-width: 1681px) {
	.vcig-cell-half{
		width: 6.15vw;
	}

	.vcig-cell-full{
		width: 12.3vw;
		background-size: 11.3vw;
	}

	.vcig-cell {
	  	height: 13vw;
		margin: -2.4vw 0px 0px 0px;
	}


	.vcig-text {
	    font-size: 1.0vw;
	    text-align: left;
	    border-left: solid 0.13vw #fff;
	    padding-left: 0.5vw;
	    line-height: 1.2vw;
	    margin-top: 1.8vw;
	}
	.vcig-logo img {
	    width: 9vw;
    	margin: 0.9vw auto 0 auto;
	}
	.vcig-like, .vcig-dislike {
		background-position: center 2.2vw;
    	background-size: 5.5vw;
	}

	.vcig-ico img {
	    bottom: 1vw;
    	width: 2vw;
	    margin: 0 0 0 -1vw;
	}

	.vcig-prompt-red, .vcig-prompt-gold{
		font-size:1vw;
		line-height: 1.4vw;
		padding:2vw;
		max-width: 20vw;
		max-height: 32vw;
	}
	.vcig-name-1 {
	    font-size: 1.2vw;
	}

	.vcig-prompt-pos-red, .vcig-prompt-pos-gold{
		right: 3vw;
		bottom: 37vw;
	}

	.vcig-ico img {
		bottom: 1.6vw;
	    width: 1.6vw;
	    margin: 0 0 0 -0.8vw;
	}
	.vcig-in-h {
    	padding: 0.8vw 0 0 0.7vw;
	} 

	.vcig-logo img {
 		width: 9vw;
    	margin: 0.5vw auto 0 auto;
	}

	.vcig-like {
    	background-size: 6.5vw;
    	background-position: center 1.3vw;
	}

	.vcig-dislike {
		background-size: 6.5vw;
    	background-position: center 1.6vw;
	}

	.vcig-click{
		cursor: pointer;
		height: 12vw; 
		margin-top: 0vw;
		border-radius: 10vw;
    	border: solid 1.2vw #00000000;	
	}

	.vcig-text-1{
		margin-top: 3.5vw;
	}
	.vcig-text-2{
		margin-top: 3vw;
	}
	.vcig-text-3{
		margin-top: 2.5vw;
	}	

	.vcig-decr-1{
		max-height: 25vw;
	}

	.vcig-close{
		display: none;
	}

		.vcig-prompt-pos-red{
		position: relative;
		z-index: 100;
		right: 3vw;
		bottom: 30vw;
		display: none;
		float: right;
		height: 0;
	}
	.vcig-prompt-pos-gold{
		position: relative;
		z-index: 100;
		right: 3vw;
		bottom: 30vw;
		display: none;
		float: right;
		height: 0;
	}	
	.vcig-prompt-red{
		position:relative;
		background: #ebd4df;
		color:#b22063;
		/*font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";*/
		font-family: "Source Sans Pro",Arial,sans-serif;
		font-size:1vw;
		text-align: left;
		padding:2vw;
		max-width: 20vw;
		/*max-height: 20vw;
    	overflow: scroll;*/
	}
	.vcig-prompt-red:after{
		content: "";
		position: absolute;
		left: -1.5vw;
		top: 50%;
		margin-top: -1.2vw;
		width: 0;
		height: 0;
		border-top: 1.2vw solid transparent;
		border-right: 1.5vw solid #ebd4df;
		border-bottom: 1.2vw solid transparent;
	}

	.vcig-prompt-gold{
		position:relative;
		background: #f1ead6;
		color:#B5951A;
		font-family: "Source Sans Pro",Arial,sans-serif;
		/*font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";*/
		font-size:1vw;
		text-align: left;
		padding:2vw;
		max-width: 20vw;
	    /*max-height: 20vw;
    	overflow: scroll;*/	
	}
	.vcig-prompt-gold:after{
		content: "";
		position: absolute;
		left: -1.5vw;
		top: 50%;
		margin-top: -1.2vw;
		width: 0;
		height: 0;
		border-top: 1.2vw solid transparent;
		border-right: 1.5vw solid #f1ead6;
		border-bottom: 1.2vw solid transparent;
	}	

	.vcig-prompt-pos-red, .vcig-prompt-pos-gold {
		top: unset;
	    left: unset;
	    height: 0;
	    width: 22vw;
	    position: relative;
	    background-color: unset;	
	    margin-top: -15vw;
	}


}




