/*
Erstellt durch:
Frank Gelsing Webdesign
www.gelsing-webdesign.de
*/

/*
Projekt: RBHS Immobilien
*/


/* Reset Reloaded, Eric Meyer, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}

html{
height:100%;
width: 100%;
}

body {
height: 100%;
min-height: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 100%;
color: #ffffff;
max-width: 100%;
overflow: hidden;
background: url(images/bg_home.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: top center;
}

#overlay{
background: #000000;
opacity: 0.25;
height: 100%;
width: 100%;
z-index: -1;
position: absolute;
top: 0;
left: 0;
}

#section01{
display: block;
vertical-align: middle;
width: 80%;
margin: 16% auto 0 auto;
text-align: center;
}

h1{
font-size: 300%;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
line-height: 1.6em;
}

h2{
font-size: 260%;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
line-height: 1.6em;
}

a.external_link{
display: block;
background: #c10000;
color: #ffffff;
max-width: 100%;
width: 400px;
font-size: 180%;
text-decoration: none;
line-height: 1.3em;
padding: 0.2em 0.4em;
margin: 2.6em auto 0 auto;
border: 1px solid #1c0000;
border-radius: 8px;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}