.tile_ra_home{
	border: 1px solid #999;
	width: 195px;
	height:180px;
	float:left;
	margin:3px;
	margin-left:0px;
	opacity: 0.9;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.tile_ra_home_info{
	color:#fff;
	background:#999;
	text-align:center;
	border-top:1px solid #fff;
	font-size:13px;
	font-weight:bold;
	line-height:19px;
}
.tile_ra_home:hover{
	border: 1px solid #666;
	opacity:1.0;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


.mpage_tile{
	background:#efefef;
	color: #333;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	background-repeat:no-repeat!important;
	padding:20px;
	padding-left:310px;
	width:320px;
	height:100px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.mpage_tile:hover{
	background:#e1e1e1;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.contact_button_sidebar{
	background: #BEC8CB;
	border: 1px solid #999;
	text-align:center;
	color: #fff;
	font:35px 'Quattrocento';       
	font-weight:500;
	padding:10px;
	margin-bottom: 30px;
}


hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


ul{
	list-style:square;
	background: transparent;
	margin-left: 20px;
}
li{}


.callbackform_ipf{
	border:1px solid #002395;
	background: url(../images/ipf.png) left top repeat-x;
	padding:6px;
	color: #ccc;
	width:230px;
	margin-top:3px;
}
.callbackform_ipf:focus,.callbackform_ipf:hover{
	color: #333;
	border:1px solid #002395!important;
}
.callbackform_ipf:focus{
	-moz-box-shadow: 0 0 3px #002395;
	-webkit-box-shadow: 0 0 3px #002395;
	box-shadow:  0 0 3px #002395;  
}	



.callbackform_submit{
	color: #fff;
	background: #002395 url(/cms/image/white-arrow-go-18x18.png) 85% 50% no-repeat;
	width:100%;
	font-size:14px;
	width:125px;
	text-align:left;
	border:0 none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
	padding:10px;
}	
.callbackform_submit:hover{
	background: #002395 url(/cms/image/white-arrow-go-18x18.png) 87% 50% no-repeat;
}





.newsbtn_contentpages{
	color: #fff;
	background: #002395 url(/cms/image/white-arrow-go-18x18.png) 93% 50% no-repeat;
	width:100%;
	font-size:15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.newsbtn_contentpages:hover{
	background: #002395 url(/cms/image/white-arrow-go-18x18.png) 95% 50% no-repeat;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.newsbtn_contentpages a{ color: #fff; }
.newsbtn_contentpages a:hover{ text-decoration:none!important; }


/* Startpage Tiles ******************************************************************************************************* */

#welcome-slider-bg{
	width:774px;
	height:244px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.welcome-tile{
	font:21px 'HelveticaNeue-LightCond';       
	text-transform: uppercase;
	height:80px;
	color:#fff;      
	font-weight:normal;
	letter-spacing: 1px;
	margin-bottom:2px;
	padding:8px;
	margin-left:1px;
	background: #002395 url(/cms/image/tile-arrow.png) 96% 96% no-repeat;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}            
.welcome-tile:hover{
	background: #002395 url(/cms/image/tile-arrow.png) 98% 96% no-repeat;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}            
.welcome-tile-a{
	text-decoration:none!important;
	color:#fff!important;
}
.welcome-tile-a:hover{
	text-decoration:none!important;
}
.welcome-tile-subheadline{
	text-transform: none;
	font:13px 'HelveticaNeue-LightCond';       
	margin-top:8px;
	padding-right:40px;
	line-height:14px;
}





/* Formular Inputs ******************************************************************************************************* */
.ipf_contact{
	background: url(../images/ipf.png) left top repeat-x;
	border: 1px solid #D9D9D9;
	padding: 5px 4px;
	-webkit-appearance: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 15px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #afafaf;
	margin: 0;
	width: 320px;
}

.ipf_contact:focus{
	border: 1px solid #002395;
	color: #333; 
	-moz-box-shadow: 0 0 3px #002395;
	-webkit-box-shadow: 0 0 3px #002395;
	box-shadow:  0 0 3px #002395;  
}

