/* stylesheet */

* { 
    font-size: 100.01%;
    margin: 0;
    padding: 0;
}

body {
   font:16px/22px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
   background-color:#f2f2f2;
   color:#333;
   text-align: center;
   padding: 0;
   }

h1, h2 {
   color: #000f5e;
   text-shadow: 1px 1px 2px #777;
   }

h1 {
   font-size: 3.4em;
   line-height: 1em;
   padding: 0.5em;
   }
h1.s {
   font-size: 2em;
   }

h2 {
   font-size: 2.4em;
   line-height: 1em;
   padding: 0.5em;
   }

p {
   line-height: 1.4em;
   font-size: 0.9em;
   font-family: arial, helvetica, sans-serif;
   padding: 0 0.5em 0.5em;
   /*font-weight: bold;*/
   word-break: break-word;
   }

footer p {
        margin-top: 1em;
    }

img {
   border-radius: 0.5em;
   box-shadow: 0 0.25em 0.5em .125em grey;
   }

li {
   list-style: none;
   }

article {
   margin-top: 2em;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:1em;
   width:80%;
   max-width: 980px;
   padding: 1em;
   background-color:#fff;
   border-radius: 5px 5px 5px 5px !important;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
   text-align: center;
   }

footer {
   text-align:center;
   color:rgb(136, 136, 136);
   margin: 0 auto 1em;
   }

/*
footer a,footer a:active,footer a:visited {
   text-decoration:none;
   color:rgb(136, 136, 136);
   }
*/

footer a:hover {
   text-decoration:underline;
   }

a,a:active,a:visited {
   color:#176fa1;
   text-decoration:none;
   }

a:hover {
   text-decoration:underline;
   }

object, svg, img {
    display: block;
    width: 100%;
    max-height: 25em;
    margin: 0 auto;
}

.logo {
    width: 5.73em;
    height: 6.975em;
    margin: 0em auto;
    padding: 0em;
    overflow: hidden;
}

.main_page {
        width: 90%;
        margin: 1em auto;
}

/*
.page_header {
        display: inline flow-root;
}
*/

#svg333 {
    margin: 0 auto;
    width: 21em;
}

h1.page_header {
        font-size: 4em;
        margin-top: .5em;
        padding: 0.5em 0;
        /* color: gainsboro; */
}

.underline {
    text-decoration: underline;
}

.img_wrapper {
    width: 100%;
    margin: 1em auto;
}
.header_img {
    width: 100%;
    height: auto;
}

/*#svg333 > a:link path { fill: rgba(128, 128, 128, 0.75); transition: fill 5s ease-in-out 0s; }*/
#svg332 > a:link path { fill: rgba(128, 128, 128, 0.75); transition: fill 5s ease-in-out 0s; }
#svg332 > a:hover path { fill: #FF0083; transition: fill 5s ease-in-out 0s; }
/*#svg333 > a:visited path { fill: rgba(128, 128, 128, 0.75); transition: fill 5s ease-in-out 0s; }*/

#svg333 > a:link path { fill: rgba(0, 0, 134, 0.75); transition: fill 5s ease-in-out 0s; }
#svg333 > a:hover path { fill: #FF0083; transition: fill 5s ease-in-out 0s; }

#wrapper-index, #wrapper-imprint {
    color: darkblue;
    text-align: center;
    width: calc(90% - 1em);
    hyphens: auto;
    margin: 0 auto;
    padding: 1em;
    box-shadow: 0 0 0.5em #000;
    background-color: #fff;
}

@media (min-width: 600px) {
   #wrapper-index {
      max-width: 1000px;
   }
   #wrapper-imprint {
      max-width: 600px;
   }
}

