/* ----------- */
/* Color Def   */
/* ----------- */
/* #1D70B7 - blue */
/* #F8B133 - orange */


/* ----------- */
/* Base        */
/* ----------- */
.wrapper {
    margin: 0 auto;
    padding-top: 0rem;
    width: 100%;
}

/* width classes */
.w16 {width: 16.66666667%;}
.w25 {width: 25%;}
.w33 {width: 33.33333333%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w66 {width: 66.66666667%;}
.w83 {width: 83.33333333%;}
.w75 {width: 75%;}
.w100 {width: 100%;}

.raw {
    /* only for the column */
    margin: 0 auto;
    width: 75%;
    overflow: auto;
}

.column {
    float: left;
    padding:1rem;
    display:block;
}


/* ----------- */
/* Header      */
/* ----------- */

.c1 {
    float: left;
    padding:1rem;
    display:block;
    position:relative;
    height: 160px;
}

.c2 {
    float: left;
    padding:1rem;
    display:block;
    position:relative;
    height: 160px;
}

.c1 img {
    position: absolute;
    bottom: 30px;
}

.navi ul li{
    display:inline;
    list-style-type:none;
    position: relative;
}

.navi ul {
    display:block;
    position:absolute;
    padding: 0px;
    bottom: 30px;
    right: 10%;
    margin-left:7%;
}

.navi a {
    padding: 11px;
}

.hfill {
    min-height: 450px;
}

.navi a:link {
/* #1D70B7 - blue */
/* #F8B133 - orange */
    color: #1D70B7;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

.navi a:visited {
    color: #1D70B7;
}

.navi a:hover {
    color: #F8B133;
}

.navi a:active {
    color: #F8B133;
}




.header {
    /* just for background */
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F8B133;
    height: 160px;
    font-family: Arial, Sans;
}




/* ----------- */
/* Content     */
/* ----------- */
.content {
    font-family: Arial, Sans;
}

.footer {
    background: #F8B133;
    color: #FFFFFF;
    font-family: Arial, Sans;
}

.main img {
    width: 100%;
}

/* -------------------------------------------------------------- */
/* Nur fuer die Seite Leistungen was nur temporaer verweilen soll */
/* -------------------------------------------------------------- */

.content_ls ul {
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 30px;
}


.content_ls ul li {
    margin-bottom:10px;
}

.content_ls a:link {
    color: #1D70B7;
    text-decoration: none;
    font-weight: bold;
    padding:7px;
    border-top: solid 1px #1D70B7;
    border-bottom: solid 1px #1D70B7;
}

.content_ls a:visited {
    color: #1D70B7;
}

.content_ls a:hover {
    color: #F8B133;
}

.content_fs ul {
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 30px;
}

.content_fs a:link {
    color: #1D70B7;
    text-decoration: none;
    font-weight: bold;
    padding:7px;
    /* border-top: solid 1px #1D70B7; */
    /* border-bottom: solid 1px #1D70B7; */
}

.content_fs a:visited {
    color: #1D70B7;
}

.content_fs a:hover {
    color: #F8B133;
}
.content h1 {
    margin-top:20px;
    margin-bottom:10px;
}


/* ----------- */
/* Symbols     */
/* ----------- */
.symbols div {
    float:left;
    width:25%;
    margin:0 auto;
    text-align: center;
}

.symbols img{
    margin: auto;
}

.symbols a:link {
    color: #1D70B7;
    text-decoration: none;
    font-weight:bold;
    font-size:1em;
}

.symbols a:visited {
    color: #1D70B7;
}

.symbols a:hover {
    color: #F8B133;
}

.symbols a:active {
    color: #F8B133;
}


/* ----------- */
/* Gmaps       */
/* ----------- */
#map {
    width: 400px;
    height: 300px;
    background-color: #CCC;
    border: solid 1px #1D70B7;
    /* padding-left:30px; */
    margin: 0 auto;
}

.spanr {
    /* margin: auto; */
    /* background: red; */
    /* height:1000px; */
    /* width:300px; */
    float: left;
    width: 50%;

}


/* Single Elements */
h1 {
    color: #1D70B7;
    font-size: 1.7em;
}

h2 {
    color: #1D70B7;
    font-size: 1.1em;
    font-weight:normal;
}

p {
    line-height: 1.5;
}

.content p {
    margin-top: 3%;
}

.clist {
    /* content list */
    display:block;
    margin-left:20px;
}


/* ----------- */
/* Footer      */
/* ----------- */
.footer ul li {
    list-style-type:none;
}

.footer a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:visited {
    color: #FFFFFF;
}

.footer a:hover {
    font-weight: bold;
}

.footer a:active {
    color: #F8B133;
}

.footer em {
    font-style:normal;
    font-weight: bold;
}
