.title {
    color: rgb(156,156,156);
}

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /* background-image:url(../images/corporate/elbphi-transparent.png); */
  /*  color: rgb(170,33,43); */
}

h1, h2, h3 {
	color: #0066b3;
	margin-top: 10px;
	font-weight:bold;
}

.logo-container{
	margin-top:-10px;
}

h1 {
	font-size: 32px;
}
h3 {
	font-size: 20px;
}

a{
	color: #0066b3;
}

a:hover{
	color: #f60;
	
}

.message {
	background-color:  #0066b3;
}

.message>p{
	
}

.error {
    color: #f60;
}

@media screen and (max-width: 767px) and (orientation: portrait){
	.flex-row .flexmargin {
    	flex: 0.7;
    }
    h1{
    	font-size: 28px;
    }
    h3{
    	font-size: 16px;
    }
}

.highlight-text {
	color:red;
	font-size:1.5rem;
}