/* 
    Created on : 02.10.2016, 10:13:32
    Author     : dietrich
*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700);

#firmenname a{
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.2rem; /*0.5rem*/
    font-family: 'Open Sans', Arial, sans-serif;
    text-decoration: none;
}

#firmenname a:hover{
    text-decoration: none;
}
p, ul{
    margin-bottom: 15px;
}

#myInhalt ul{
    padding-left: 18px;
}

a{
    color: #38acd5;
    text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}

hr{
    border:1px solid #CCCCCC;
    border-top: 0px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 24px;
    /*width: 93%;*/
}
#myContent p.hinweis {
    color: red;
}


address {
    bottom: 0;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
}

h1{
    font-size: 	2rem;
    color: #38acd5;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

h2{
    font-size: 	1.3rem;
    color: #38acd5;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}

/********************************************************************************/
/* FormularDaten formatieren allgemeine Formulare */
fieldset.myForm {
    background-color:#f8f8f8;
    border:1px solid #38acd5;
    border-radius: 10px 10px 10px 10px;
    font: normal 0.8rem Lato, Arial, sans-serif;
    width:400px;
    padding: 5px 5px 5px 5px;
    margin-left:10px;
}
legend.myForm {
    font: bold 0.8rem Lato, Arial, sans-serif;
    color: #38acd5;
    background-color:#FFFFFF;
}

br.myForm {
    clear:both;
}
label.myForm {
    font: normal 0.9rem Lato, Arial, sans-serif;
    width:90px;
    float:left;
    text-align:left;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 3px;
    vertical-align:middle;
}
.feld1 {
    font: normal 0.8rem Lato, Arial, sans-serif;
    border : 0px solid #38acd5;
    border-bottom-width: 1px;
    border-bottom-color: #38acd5;
    width:201px;
    float:right;
    margin: 15px 7px 0px 0px;
    padding: 0px 0px 0px 3px;
    background-color:#FFFFFF;
}
.feldSubmit {
    font: bold 0.8rem Arial, Lato, Arial, sans-serif;
    border : 2px solid #38acd5;
    width:205px;
    float:right;
    margin: 15px 7px 10px 0px;
    padding: 0px 0px 0px 3px;
    background-color:#FFFFFF;

}

p.failMsg {
    font: bold 0.9rem Lato, Arial, sans-serif;
    color:red;
    
}
/*************************************************************************************************/
a.contentLink:link, a.contentLink:visited, a.contentLink, a.contentLink:hover {
    color:#38acd5;
}

#auszugNr3, #auszugNr4 {
    margin-top: 15px;
    border: 1px solid #38acd5;
    border-radius: 3px;
    padding: 5px 10px 5px 15px;
    background-color: #f5f5f5;
}
#openAuszugNr3, #openAuszugNr4 {
    cursor:pointer;
    text-decoration: underline;
    color:#38acd5;
}
#closeAuszugNr3, #closeAuszugNr4 {
    margin-right: 0px;
    margin-top: 0px;
    float:right;
    width: 20px;
    height: 14px;
    border: 1px solid #38acd5;
    border-radius: 12px;
    color:#38acd5;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    padding-bottom: 6px;
    font-size: 0.81rem;
    color: #fff;
    background-color: #38acd5; 
}