@charset "UTF-8"; 



body {

	background-color: #00688B;
}

#AdTagRight
{
	font-family: 'Ruda', sans-serif;
	background-color: #ff6600;	
	border: #CDCDC1 2px solid;
	border-radius: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 1.3vw;
	letter-spacing: 0.08em;
	color: #000;
	line-height: 1.4em;
	
	width: 55%;
	z-index: -100;
	position: absolute;
	right: 0px;
	top: 2%;
	margin-top: 3%;
	margin-bottom: 10px;
	height: auto;

	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	opacity: 0;
	
	transition: 		opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;

}

#AdTagHead
{
	margin-top: 10px;
	font-size: 2.1vw;
	font-weight: bold;	
}

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	max-height: 800px;
	height: 800px;
	font-family: 'Ruda', sans-serif;
	background-color: #CDCDC1;
	text-decoration: none;
	overflow: hidden;
	border: #00688B 2px solid;
	border-radius: 5px;
	text-align: left;
	
	z-index: -1;
}

div#wrapper1
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 32%;
	max-width: 1000px;
	height: auto;
	font-family: 'Ruda', sans-serif;
	background-color: #00688B;
	text-decoration: none;
	color: #CDCDC1;
	overflow: hidden;
	border: #00688B 2px solid;
	border-radius: 5px;
	text-align: left;
	float: top;
	
	z-index: -1;
}


div#wrapper2
{
	margin: 30px 30px 30px auto;
	max-width: 1600px;
	max-height: 800px;
	font-family: 'Ruda', sans-serif;
	background-color: #00688B;
	text-decoration: none;
	overflow: hidden;
	margin-left: auto;
	margin-top: 5%;
	
	z-index:-1;
}



div#wrapper3
{
	margin: auto;
	max-height: auto;
	font-family: 'Ruda', sans-serif;
	background-color: #00688B;
	text-decoration: none;
	max-width: 550px;
	color: #CDCDC1;
	text-align: left;
	
	z-index: -1;
}

div#wrapper4
{
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	max-width: 1000px;
	height: auto;
	font-family: 'Ruda', sans-serif;
	background-color: #00688B;
	text-decoration: none;
	color: #CDCDC1;
	overflow: hidden;
	border: #00688B 2px solid;
	border-radius: 5px;
	text-align: left;
	float: top;
	
	z-index: -1;
}


.MainCenterInit
{ 
	opacity: 0;

	-webkit-transition: 	opacity 1s ease-out;
	-moz-transition: 		opacity 1s ease-out;
	-o-transition: 			opacity 1s ease-out;
	-ms-transition:			opacity 1s ease-out;
	transition: 			opacity 1s ease-out;

}


.MainCenterShow
{
	opacity: 1;	
	
	-webkit-transition: 	opacity 1s ease-out;
	-moz-transition: 		opacity 1s ease-out;
	-o-transition: 			opacity 1s ease-out;
	-ms-transition:			opacity 1s ease-out;
	transition: 			opacity 1s ease-out;

}


div#showcase
{ 
	margin: 0;
	max-width: 1500px;
	max-height: 800px;
	font-family: 'Ruda', sans-serif;
	background-color: #CDCDC1;
	text-decoration: none;
	overflow: hidden;
	z-index: -2;
}


div#showcase2
{ 
	float: none;
	max-width: 70%;
	max-height: 100%;
	font-family: 'Ruda', sans-serif;
	background-color: #00688B;
	text-decoration: none;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	/*margin-top:5%;*/
	/*margin-bottom:5%;*/
	border: #00688B 2px solid;
	border-radius: 5px;
	z-index:-10;
}

div#showcase3
{ 
	margin: 0;
	max-width: 1500px;
	max-height: 800px;
	padding-left: 30px;
	float: left;
	font-family: 'Ruda', sans-serif;
	background-color: #00688B;
	text-decoration: none;
}

div#showcase4
{ 
	margin: 0;
	max-width: 1500px;
	max-height: 800px;
	font-family: 'Ruda', sans-serif;
	background-color: #CDCDC1;
	text-decoration: none;
	overflow: hidden;
	float: top;
	z-index: -1;
}



/*seitenleiste*/
#navbar_
{
	margin: 0 5px 0 0;
	padding: 5px;
	min-width: 30%;
	height: 100%;
	font-family: 'Ruda', sans-serif;
	letter-spacing: 0.1em;
	font-size: 0.85em;

	z-index: 3;

	top: 0px;
	left: 0em;
	
/*	background-color: rgba(102, 153, 255, 0);
	float: left;
	position: absolute;
	top: 0px;
	left: 0em;
	
	opacity: 0.5;
	
	-webkit-transform: 	translateX(-13em) ;
	-moz-transform: 	translateX(-13em);
	-o-transform: 		translateX(-13em);
	transform: 			translateX(-13em);
	
	transition: 		all 1s ease;
	-webkit-transition: all 1s ease;
*/	


}

                       
.navbar
{
	background-color: rgba(102, 153, 255, 0);
	position: absolute;
		
	-webkit-transform: 	translateX(-14em) ;
	-moz-transform: 	translateX(-14em);
	-o-transform: 		translateX(-14em);
	transform: 			translateX(-14em);
	
	transition: 		all 1s ease;
	-webkit-transition: all 1s ease;	

	opacity: 0;	

	z-index: 3;

}

.navbar_hover
{ 
	background-color: rgba(00, 104, 139, 0.95);
	
	-webkit-transform: 	translateX(0em);
	-moz-transform: 	translateX(0em);
	-o-transform: 		translateX(0em);
	transform: 			translateX(0em);
		
	transition: 		all 1s ease;
	-webkit-transition: all 1s ease;
	
	opacity: 0.9;
	
	z-index: 1;
}

#action_button
{
	position: 	absolute;
	top:		15px;
	left: 		15px;
	opacity: 	0.7;
	z-index: 1;	
}

#button_src
{
	border-width: 0;
}


div#businesscard
{	padding-left: 20px;
	height: 150px;
	position: absolute;
	width: 30%;
	top: 490px;
	line-height: 1.2em;
	font-size: 0.90em;
}




/* beginn styling hauptnavigation*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.7em;
  font-weight: bold;
  display: block;
  position: relative;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
color: #FFFFFF;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  /*background:  #00688B;*/

}

#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #FFFFFF;
  /*background: #00688B;*/
}


#cssmenu > ul > li > a:hover
{
  color: #CDCDC1;
  /*background: #00688B;*/
}



#cssmenu > ul > li.open > a {

}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {

}


#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

#cssmenu ul ul li span {
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 1em;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #FFFFFF;
  color: #00688B;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  color: #FFFFFF;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {

}

/* ende styling hauptnavigation*/


/* beginn styling texte*/


.copy
{
	text-decoration: none;
	font-size: 0.93em;
	font-weight: normal;
	letter-spacing: 0.08em;
	color: #00688B;
	line-height: 1.4em;
	text-align: justify;
}


.ausz
{
text-decoration: none;
font-size: 1.0em;
font-weight: bold;
letter-spacing: 0.08em;
color: #00688B;
line-height: 1.4em;
}


.copyneg
{
	margin: auto;
	text-decoration: none;
	font-size: 0.93em;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #CDCDC1;
	line-height: 1.4em;
}

.copyneg2
{
	margin: auto;
	text-decoration: none;
	font-size: 0.93em;
	font-weight: normal;
	letter-spacing: 0.08em;
	color: #00688B;
	line-height: 1.4em;
}

.copyneg3
{
	margin-left: auto;
	margin-top: 0px;
	text-decoration: none;
	font-size: 0.93em;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #CDCDC1;
	line-height: 1.4em;
}

.symbols_vis
{
	
	margin: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
	font-size: 2.5em;
	/*font-weight: bold;*/
	color: #000000;
	z-index: 2000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.symbols_vis a
{
	opacity: 1;
	filter: alpha(opacity=100);
}


/*.symbols_vis:hover
{
	margin: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
	font-size: 2.5em;
	/*font-weight: bold;*/
/*	color: #efefef;
	z-index: 0;
}*/


.auszneg
{
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #FFFFFF;
	line-height: 1.4em;
}

a:link, a:visited
{ 	
	color: inherit; 
	text-decoration: none;
	border: none;
}


a:hover
{
	opacity:0.65;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	text-decoration: none;
}

.textbox
{	
	float: none;
	padding: 90px;
	padding-top: 0px;
	width: 80%;
	height: 100%;
	line-height: 1.2em;
	overflow: visible;
}


.textbox2
{	
	/*margin: auto;
	float: left;
	padding: 70px;
	width: 50%;
	height: 2000px;
	line-height: 1.2em;
	overflow: visible;*/
	
	max-width: 100%;
	height: auto;
	border: none;
	margin-left: auto;
	float: left;
	border: #00688B 2px solid;
	border-radius: 4px;
	line-height: 1.2em;	
	
	
}


.MainCenter
{
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	width: 100%;
	height: 100%;
	line-height: 1.2em;
	overflow: visible;
	text-align: center;
}


.ueber
{
	width: auto;
	height: 200px;
	border: #00688B 2px solid;
	border-radius: 4px;
	margin-right: 25px;
	float: left;
}



.ueber2
{
	width: 60%;
	height: auto;
	border: none;
	margin-right: auto;
	float: right;
	border-radius: 4px;
}

.ueber3
{
	width: 50%;
	position: absolute;
	left: -30px;
	height: auto;
	border: none;
	margin-right: auto;
	float: left;
	/* border-radius: 4px; */
	
	z-index: -1;
}

#zitat
{
	position: relative;
	left: 10%;
	margin-top: 2%;
	height: auto;
	width: 80%;
	margin-right: 100px;
	border: #00688B;
	border-radius: 2px;
	box-shadow: 10px 20px 30px #00486B;
}


/* ende styling texte*/


/* beginn styling Startseite mit Negativ-Bildlinks */
/*.col2,
.col3
{
	height: auto;
	max-width: 33%;
	background-color: #000000;
	float: left;
	overflow: hidden;
	margin-right: auto;
}*/

.col1
{
	height: auto;
	max-width: 33%;
	background-color: #000000;
	float: left;
	overflow: hidden;
	margin-right: auto;

    position: relative; 

    -moz-animation-name: colanim;
    -moz-animation-duration: 28s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-delay: 0.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;    

    -webkit-animation-name: colanim;
    -webkit-animation-duration: 28s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;    

    animation-name: colanim;
    animation-duration: 28s;	
    animation-timing-function: ease-out;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

.col2
{
	height: auto;
	max-width: 33%;
	background-color: #000000;
	float: left;
	overflow: hidden;
	margin-right: auto;

    position: relative; 

    -moz-animation-name: colanimup;

    -moz-animation-duration: 20s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;    

    -webkit-animation-name: colanimup;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;    

    animation-name: colanimup;
    animation-duration: 20s;	
    animation-timing-function: ease-out;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

.col3
{
	height: auto;
	max-width: 33%;
	background-color: #000000;
	float: left;
	overflow: hidden;
	margin-right: auto;

    position: relative; 

    -moz-animation-name: colanim;
    -moz-animation-duration: 30s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;    

    -webkit-animation-name: colanim;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;    

    animation-name: colanim;
    animation-duration: 30s;	
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}


@-moz-keyframes colanim {
    0% {
        -moz-transform: translateY(-500px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes colanim {
    0% {
        -webkit-transform: translateY(-500px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes colanim {
    0% {
        transform: translateY(-500px);
    }
    100% {
        transform: translateY(0);
    }
}


@-moz-keyframes colanimup {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(-200px);
    }
}

@-webkit-keyframes colanimup {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-200px);
    }
}

@keyframes colanimup {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-200px);
    }
}


.col1up
{
	/*position:absolute;*/
	
	-webkit-transform: 	translateY(-500px) ;
	-moz-transform: 	translateY(-500px);
	-o-transform: 		translateY(-500px);
	transform: 			translateY(-500px);
	
	transition: 		all 4s ease;
}

/* neg-Box wird leicht abgeblendet und beim Hovern wieder heller (für ältere Browser, bei denen Opacity läuft). */
/* Läuft parallel zu den filter-Effekten als Back-up bzw. Überlagerung ... */
.neg		
{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

	max-width: 80%;
	height: auto;
	background-color: #000000;
	overflow: hidden;
	
	margin-right: auto;
	border: #000000 2px solid;
	border-radius: 4px;	
	
	opacity: 0.7;

	transition: 		all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: 	all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	-ms-transition:		all 0.5s ease;	

}

.neg:hover
{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

	max-width: 80%;
	height: auto;
	background-color: #000000;
	overflow: hidden;
	
	margin-right: auto;
	border: #000000 2px solid;
	border-radius: 4px;	
	
	opacity: 1;
	
	transition: 		all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: 	all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	-ms-transition:		all 0.5s ease;
	
}


/*  ## Old .negimg effect using the "filter"-method (cmt. BV042k15)
.negimg
{
	margin-left: auto;
	margin-right: auto;

	max-width: 100%;
	height: auto;
	
	-webkit-filter: invert(100%);
	filter: invert(100%);
	
	transition: 		all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: 	all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	-ms-transition:		all 0.5s ease;	
}

.negimg:hover
{
	-webkit-filter: invert(0);  
	filter: invert(0);
	
	transition: 		all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: 	all 0.5s ease;
	-o-transition: 		all 0.5s ease;
	-ms-transition:		all 0.5s ease;	

}

*/

/* Style für Overlay des Negativs im Showcase */
.relneg
{
	position:	relative;
	z-index: 5;
}

/* Style für Positiv-Bild, bpsw. im Hintergrund, im Showcase */
.posimg
{
	position: relative;
	
	height: auto;
	background-color: #00688B;
	overflow: hidden;

	margin-right: auto;
	border: #000000 0px solid;
	border-radius: 4px;	

	margin-left: auto;
	margin-right: auto;

	max-width: 100%;
	height: auto;
	
	z-index: 	2;

}

.negimg
{	
	position: relative;
	
	height: auto;
	background-color: #00688B;
	overflow: hidden;
	
	margin-right: auto;
	border: #000000 0px solid;
	border-radius: 4px;	

	margin-left: auto;
	margin-right: auto;

	max-width: 100%;
	height: auto;
	
	z-index: 	2;
	
	/* opacity: 1; */
	
	transition: 		all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-moz-transition: 	all 1.2s ease;
	-o-transition: 		all 1.2s ease;
	-ms-transition:		all 1.2s ease;	
}

.negimg:hover
{	

	position: relative;

	height: auto;
	background-color: #00688B;
	overflow: hidden;
	
	margin-right: auto;
	border: #000000 0px solid;
	border-radius: 4px;	

	margin-left: auto;
	margin-right: auto;

	max-width: 100%;
	height: auto;
	
	z-index: 	2;

	-webkit-filter: invert(100%);
	filter: invert(100%);

	/* opacity: 0; */
	
	transition: 		all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-moz-transition: 	all 1.2s ease;
	-o-transition: 		all 1.2s ease;
	-ms-transition:		all 1.2s ease;	

}

.col1 a:hover								/* Link-Opacity lokal für showcase ausschalten, Spalte 1 */
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.col2 a:hover								/* Link-Opacity lokal für showcase ausschalten, Spalte 2 */
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.col3 a:hover								/* Link-Opacity lokal für showcase ausschalten, Spalte 3 */
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.neg a:link
{
	border: 0;	
}

/* ende styling Startseite mit Negativ-Bildlinks */

/* beginn styling leistungsbeschreibungen*/
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 2.5;
	display: inline;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu2 {
	color: #FFFFFF;
	z-index: 0;
}

#cssmenu2 ul ul {
  display: none;
}

.align-right {
  float: right;
}

#cssmenu2 > ul > li > a {
  padding: 8px;
  cursor: pointer;
  z-index: 2;
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #00688B;
  background:  #CDCDC1;

}

#cssmenu2 > ul > li.active > a,
#cssmenu2 > ul > li.open > a {
  color: #00688B;
  background: #CDCDC1;
}


#cssmenu2 > ul > li > a:hover
{
  color: #00688B;
}



#cssmenu2 > ul > li.open > a {

}

#cssmenu2 > ul > li:last-child > a,
#cssmenu2 > ul > li.last > a {

}


#cssmenu2 > ul > li > a:hover > span::after,
#cssmenu2 > ul > li.active > a > span::after,
#cssmenu2 > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

#cssmenu2 ul ul li a {
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: #eeeeee;
  background: #00688B;
}

#cssmenu2 ul ul li:hover > a,
#cssmenu2 ul ul li.open > a,
#cssmenu2 ul ul li.active > a {
  background: #FFFFFF;
  color: #00688B;
}

#cssmenu2 ul ul li:first-child > a {
  box-shadow: none;
}

#cssmenu2 ul ul ul li:first-child > a {
  box-shadow: none;
}

#cssmenu2 ul ul ul li a {
  padding-left: 30px;
}

#cssmenu2 > ul > li > ul > li:last-child > a,
#cssmenu2 > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#cssmenu2 > ul > li > ul > li.open:last-child > a,
#cssmenu2 > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}

#cssmenu2 > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu2 ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  color: #FFFFFF;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cssmenu2 ul ul li.active > a::after,
#cssmenu2 ul ul li.open > a::after,
#cssmenu2 ul ul li > a:hover::after {

}
/* ende styling leistungsbeschreibungen*/

/* beginn styling Referenzen */
#colrefs1,
#colrefs2,
#colrefs3,
#colrefs4
{
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	border: 0;
}

.boximg
{
	border: 0px;
}

#plusrefs
{
	height: auto;
	max-heigth: 50px;
	overflow: hidden;
	margin: auto;	
	float: left;
	margin-left: 15%;
	margin-bottom: 2%;
	margin-right: auto;
}

#sonstige-refs
{
	height: 30px;
	width:60%;
	float: left;
	padding-left: 20px;
	background-color: #CDCDC1;
}

logo
{
	margin: 15px;
	height: 180px;
	width: 180px;
	background-color: #FFFFFF;
	
	
}

.logo a:link
{
	border: 0;	
}


.logo a:hover
{
	margin-top: 10px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

/* ende styling Referenzen */
