/*	
	Author: Edith Eugster
	cyan: #23a1dc
	gelb: #ffec00
	magenta: #c3127a
	grün: #84b57d
	
*/



body{
  	font-size: 15px;
  	font-family: 'Arimo', Helvetica, Arial, sans-serif;
}

header img{
	float:left;
	margin-right:25px;
}

header p{
	font-size: 35px;
	font-family: 'Arimo', serif; 
	font-weight: 700;
	/*text-shadow: 1px 1px #000000;*/
	letter-spacing: 1px;
}

/* Menu Produkte links */
nav{
    padding-bottom: 7px;
    text-align: right;
}

nav ul{
  list-style-type: none;
}

nav ul li{
  /*margin-bottom: 6px;*/
}

nav ul li a{
  	color: #000000!important;
    font-size: 14px;
    text-decoration:none!important;
    display:block;
    padding:4px 8px;
  	
}

nav ul li a:hover,
nav ul li.current a
{
	text-decoration:underline;
	font-weight:700;
  	
}

.bold{font-weight:700;}
.menucyan{background-color:#23a1dc;} 
.menugelb{background-color:#ffec00;}
.menumagenta{background-color:#c3127a;}
.menugruen{background-color:#84b57d;}

/* Menu oben */
#menu{
	 background-color: #666;
    height: 21px;
    padding: 8px;
    margin-bottom: 20px;
}

#menu ul{
	list-style-type: none;
}
#menu ul li{
	float: left;
	margin-right: 10px;
}

#menu ul li a{
	color: #FFF;
	font-weight: 700;
	text-decoration: none!important;
}

#menu ul li a:hover, 
#menu ul li.current a,
#menu ul li.active a{
	text-decoration: underline!important;
}

#content{
	background-color:#FFFFFF;
	border: 1px solid #666666;
	padding: 10px;
} 

#content ol {
	padding-left: 15px;
	list-style-type: circle;
	}
 
#anwendung, #beratung{
	border-radius: 20px;
	background-color: #dddddd;
	box-shadow:0 4px 4px #000000;
}	 

#anwendung:hover, #beratung:hover{
	background-color: #ccc;
}

#anwendung h3, #beratung h3{
	margin:0;
	text-align:center;
	color: #000000;
	display:block;
	border-bottom: 1px solid #000000;
}

#beratung p{
	text-align:center;
}

#anwendung ol{
	margin: 7px 0px;
	line-height: 120%;
}

.tel {
	font-size: 25px;
	font-weight:700;
}
 

footer{
    font-size: 11px;
}


/* Styling */
a:link, a:visited {
	cursor: pointer;
	color: #000000;
  	text-decoration: underline;
}  
 
a:active, a:hover{
  text-decoration: underline;
}  
   
a img {
}

a.pdf{
	background: url(../images/PDF_Symbol.png) no-repeat;
	padding-left: 23px;
}

h1 { font-family: 'Arimo', Arial; font-size: 28px; margin: 15px 0px 5px; color: #84b57d;  font-weight: 700; }
h2 { font-family: 'Arimo', Arial; font-size: 24px; font-weight: 700; margin: 2px 0 5px; color: #c3127a;}
h3 { font-family: 'Arimo', Arial; font-size: 20px; font-weight: 400; margin: 2px 0 5px; color: #23a1dc;}

p {
	margin: 7px 0px;
	line-height: 120%;
}

.bildlinks {float: left; padding-right: 10px;}


*::selection {
    background: none repeat scroll 0 0 #23a1dc;
    color: #FFFFFF;
}	

*::-moz-selection {
    background: none repeat scroll 0 0 #23a1dc;
    color: #FFFFFF;
}

.lead{
	color: #666666;
	display: block;
    font-size: 17px;
    font-weight:700;
	} 

/* SIGE */
.sige_thumb img {
	margin: 0!important;
	border: 1px solid #23a1dc !important;
}

.vbox-container img{
	border: 3px solid #ffec00 !important;
}


/* Slider ext*/
.theme-light.slider-wrapper {
    padding: 0!important;
}	

.theme-bar.slider-wrapper{
	border: 0 none!important;
}

.theme-bar .nivo-controlNav{
	background: linear-gradient(to bottom, #23a1dc 0%, #23a1dc 100%) !important;
	border-top: 1px solid #666!important;
}

/* Chronoforms */
.chronoform .fa-asterisk {
    color: #c3127a !important;
}

.gtooltip.gvalidation-error-tip {
    background-color: #c3127a!important;
    border: 1px solid #c3127a;
    
}
.gvalidation-error-tip .gtooltip-arrow {
    border-color: #c3127a transparent transparent;
}
.gvalidation-error-tip .gtooltip-arrow-border {
    border-color: #c3127a transparent transparent;
}


