/* Stylesheet Dog Lounge LE */
/* Version 1.0  */

*{
    margin: 0;
    padding: 0;
}

.nobreak{
    white-space: nowrap;
}

body{
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    background: url("../img/background.png")left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}


.bold{
    font-weight: bold;
}

#wrapper{
   width: 1092px;
    height: 600px;
    margin: 0 auto;
}

#top_info{
    height: 50px;
    margin-bottom: 6px;
    background: rgba(22,19,31,.85);
}

#top_info p{
    color: #ffffff;
    font-family: 'Droid Sans';
    font-weight: bold;
    margin-left: 366px;
    padding: 15px;
    text-align: center;
}

#brand{
     float:left;
     width: 360px;
     height: 250px;
     margin: 0 6px 6px 0;
     background: rgba(255,255,255, .75);
    transition: background 1s ease-in-out;
 }

#brand:hover{
    float:left;
    width: 360px;
    height: 250px;
    margin: 0 6px 6px 0;
    background: rgba(255,255,255, 1);
}

#zitat{
    float: right;
    width: 526px;
    height: 90px;
    margin: 0 0 6px 0;
    padding: 80px 100px;
    background: url("../img/bg_zitat.png") left top no-repeat;
    text-align: center;
    position: relative;
}

.crown{
    background: url("../img/crown.png") center top no-repeat;
    width: 30px;
    height: 18px;
    position: absolute;
    left: 350px;
    top: 70px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.crown:before{
    border-top: 1px dotted #fff;
    content:"";
    width: 250px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: -270px;
}

.crown:after{
    border-top: 1px dotted #fff;
    content:"";
    width: 200px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 50px;
}

blockquote{
    color: #D7D8DD;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Droid Serif';
    font-style: italic;
    width: 520px;
    padding: 20px 0;
}

.author{
    font-family: 'Droid Serif';
    font-style: italic;
    color: #B29ABB;
    font-size: 14px;
    margin-top: 10px;
    position: absolute;
    left: 300px;
    top: 160px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.author:before{
    border-top: 1px dotted #fff;
    content:"";
    width: 210px;
    height: 1px;
    position: absolute;
    top: 5px;
    left: -220px;
}

.author:after{
    border-top: 1px dotted #fff;
    content:"";
    width: 160px;
    height: 1px;
    position: absolute;
    top: 5px;
    left: 140px;
}



#doglounge,
#pflege{
    width: 360px;
    height: auto;
    float: left;
    margin: 0 6px 10px 0;
}

#anfahrt{
    width: 360px;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
}

a:link.top_section,
a:visited.top_section{
    width: 360px;
    height: 200px;
    padding-top: 45px;
    display: block;
    background: rgba(0,0,0, .65);
    transition: all 0.5s ease-in-out;
}

a:hover.top_section{
    width: 360px;
    height: 200px;
    padding-top: 45px;
    display: block;
    background: rgba(255,255,255, .45);
}

/* Block DOG LOUNGE*/
a:link.top_section .ico_lounge,
a:visited.top_section .ico_lounge{
    width: 156px;
    height: 156px;
    margin-left: 102px;
    background-repeat: no-repeat;
    background: url("../img/ico_doglounge.png") left top no-repeat;
}

a:hover.top_section .ico_lounge{
    width: 156px;
    height: 156px;
    background-repeat: no-repeat;
    background: url("../img/ico_doglounge_hover.png") left top no-repeat;
}
/*  / DOG LOUNGE*/

/* Block Pflege*/
a:link.top_section .ico_pflege,
a:visited.top_section .ico_pflege{
    width: 156px;
    height: 156px;
    margin-left: 102px;
    background-repeat: no-repeat;
    background: url("../img/ico_pflege.png") left top no-repeat;
}

a:hover.top_section .ico_pflege{
    width: 156px;
    height: 156px;
    background-repeat: no-repeat;
    background: url("../img/ico_pflege_hover.png") left top no-repeat;
}
/*  / Pflege*/

/* Block Anfahrt*/
a:link.top_section .ico_anfahrt,
a:visited.top_section .ico_anfahrt{
    width: 156px;
    height: 156px;
    margin-left: 102px;
    background-repeat: no-repeat;
    background: url("../img/ico_anfahrt.png") left top no-repeat;
}

a:hover.top_section .ico_anfahrt{
    width: 156px;
    height: 156px;
    background-repeat: no-repeat;
    background: url("../img/ico_anfahrt_hover.png") left top no-repeat;
}
/*  / Anfahrt*/

.content_section{
    width: 300px;
    height: 185px;
    text-align: center;
    padding: 30px;
    background: rgba(234,235,237, .7);
}

.content_section hgroup{
    font-family: 'Droid Serif';
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: #33394C;
    padding-bottom: 20px;
    border-bottom: 1px solid #7C828D;
    text-transform: uppercase;
}

.content_section p{
    margin-top: 20px;
    color: #33394C;
}

/*Navigation*/

nav{
    width: 1092px;
    height: 80px;
    clear: both;
    margin-bottom: 6px;
}

nav li{
    list-style: none;
    float:left;
    text-transform: uppercase;
}

nav li a:link,
nav li a:visited{
    margin-right: 6px;
    width: 250px;
    height: 15px;
    display: block;
    color:rgba(255,255,255, .7) ;
    text-decoration: none;
    padding: 35px 0 30px 110px;
    font-family: 'Droid Sans';
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}



nav li a:hover{
    color:#5D2366;
}

/* Farbzuweisung Aktivstatus*/

body#lounge nav li a.lounge,
body#pflege nav li a.pflege,
body#anfahrt nav li a.anfahrtkontakt{
    color:#5D2366;
}


/* Iconzuweisung Navi*/

nav li a:link.lounge,
nav li a:visited.lounge{
    background: url("../img/ico_small_doglounge.png") 30px center no-repeat rgba(0,0,0, .65);
}

nav li a:hover.lounge,
body#lounge nav li a.lounge{
    background: url("../img/ico_small_doglounge_hover.png") 30px center no-repeat rgba(255,255,255, .45);
}

nav li a:link.pflegeberatung,
nav li a:visited.pflegeberatung{
    background: url("../img/ico_small_pflege.png") 30px center no-repeat rgba(0,0,0, .65);
}

nav li a:hover.pflegeberatung,
body#pflegeberatung nav li a.pflegeberatung{
    background: url("../img/ico_small_pflege_hover.png") 30px center no-repeat rgba(255,255,255, .45);
}

nav li a:link.anfahrtkontakt,
nav li a:visited.anfahrtkontakt{
    background: url("../img/ico_small_anfahrt.png") 30px center no-repeat rgba(0,0,0, .65);
    margin-right: 0px;
}

nav li a:hover.anfahrtkontakt,
body#anfahrtkontakt nav li a.anfahrtkontakt{
    background: url("../img/ico_small_anfahrt_hover.png") 30px center no-repeat rgba(255,255,255, .45);
    margin-right: 0px;
}


/*  /Navigation*/

/*Content Unterseiten*/

.content{
    width: 1092px;
    min-height: 300px;
    margin-bottom: 6px;
    background: rgba(234,235,237, .6);
}

.headline,
.text,
.pictures{
    width: 360px;
    height: auto;
    float: left;
    margin-right: 6px;
    margin-top: 30px;
}

.pictures{
    margin-right: 0;
}

.headline{
    width: 300px;
    padding: 0 30px;
}

.headline h1{
    font-family: 'Droid Serif';
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    color: rgba(51,57,76, .85);
    padding: 10px 0;
    border-top: 1px solid rgba(51,57,76, .85) ;
    border-bottom: 1px solid rgba(51,57,76, .85);
}

.text p,
.text dl{
    margin-bottom: 10px;
    line-height: 130%;
    color: #33394C;
}

.text dt{
    font-weight: bold;
    margin-top: 15px;
}

.text ul{
    list-style-type: none;
    color: rgba(93,35,102,.75);
}

.text li{
    line-height: 20px;
}

.text a:link,
.text a:visited{
    color:#5D2366;
    text-decoration: none;
    padding: 5px 3px 5px 5px;
    display: block;
}

.text a:hover{
    background-color: rgba(93,35,102,1);
    color: #ffffff;
    transition: background 0.5s ease-in-out;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

/*Link Impressum*/

.text p a:link.impresslink,
.text p a:visited.impresslink{
    color:#5D2366;
    text-decoration: none;
    padding: 0;
}

.text p a:hover.impresslink{
   text-decoration: underline;
    background: none;
}

.pictures{
    width: 320px;
    padding-left: 30px;
}



.pictures .black{
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 6px;
    margin-bottom: 6px;
    /*background: rgba(234,235,237, .6);*/
    text-align: center;
}

.pictures a:link,
.pictures a:visited{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.pictures a:hover{
    opacity: .35;
}


/*FOOTER*/
footer{
    width: 1072px;
    height: 10px;
    clear: both;
    background: rgba(8,22,51,.8);
    padding: 15px 10px;
}

footer a:link,
footer a:visited{
    font-size: 12px;
    font-family: 'Droid Sans';
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 4px 20px;
    background: rgba(225,225,225,.1);
    border-radius: 20px;
}

footer a:hover{
    background: rgba(225,225,225,.5);
}

/* Formular*/

fieldset{
    border: 1px solid rgba(8,22,51,.6);
    margin-bottom: 15px;
    padding:15px;
    width: 615px;
}
legend{
    font-weight: bold;
}

label{
    display: block;
    margin-bottom: 5px;
}

input[type=text],
textarea{
    padding: 5px;
    margin-bottom: 5px;
    width: 600px;
    border: 1px solid rgba(225,225,225,.5);
}

input[type=submit]{
    margin: 10px 0;
    padding: 5px 10px;
    background: #5D2366;
    border: none;
    font-size: 12px;
    color: rgba(255,255,255,1);
    cursor: pointer;
}

.text p.action{
    border: 1px solid #5D2366;
    padding: 4px;
    width: 630px;
    color: #5D2366;
}






