* {
    margin: 0px;
    padding: 0px;
    outline: 0;
    font-size: 14px;
    /*font-family: 'Avenir Next', Arial !important;*/
    /*font-family: 'Nunito', Arial !important;*/
    font-family: 'Muli', sans-serif !important;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

body {
    background-color: #FFF;
}

#header {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 50px 0px 0px 0px;
    background-color: #FFF;
}
#header #header_wrap {
    position: relative;
    margin: 0px auto;
    width: 900px;
    height: auto;
    border-bottom: 1px solid #000;
}
#header #header_wrap #logo {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: inline-block;
}
#header #header_wrap #logo a {
    position: relative;
    display: block;
    font-size: 60px;
    font-weight: 700;
    text-decoration: none;
    line-height: 47px;
    padding: 7px 6px 0px 3px;
}
#header #header_wrap #logo a #sound {
    font-size: 60px;
    font-weight: bold;
    color: #15317E;
    display: inline-block;
    
    text-shadow:  1px  1px 0px black,
                  1px -1px 0px black,
                 -1px  1px 0px black,
                 -1px -1px 0px black;
}
#header #header_wrap #logo a #note {
    position: absolute;
    right: -35px;
    bottom: 1px;
/*    color: #FF00FF;*/
    color: #FFF;
    text-shadow: 0px 0px 5px #000;
    
    display: inline-block;
    font-size: 40px;

    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#header #header_wrap #logo a:hover #note {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#header #header_wrap #menu_wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#header #header_wrap #menu_wrap #navi {
    margin-bottom: -5px;
}
#header #header_wrap #menu_wrap #navi li {
    display: inline-block;
    margin-left: 25px;
}
#header #header_wrap #menu_wrap #navi li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #5A5A5A;
    /*margin-bottom: -5px;*/
    padding: 3px 5px 0px 5px;
}
#header #header_wrap #menu_wrap #navi li a:hover > .base {
    color: #FFF;
}
#header #header_wrap #menu_wrap #navi li a:hover > .over {
    bottom: 0px;
}
#header #header_wrap #menu_wrap #navi li a .base {
    position: relative;
    z-index: 2;
    color: #5A5A5A;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
#header #header_wrap #menu_wrap #navi li a .over {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: -22px;
    left: 0px;
    display: block;
    background: #15317E;
    
    -moz-transition: bottom .5s;
    -webkit-transition: bottom .5s;
    -ms-transition: bottom .5s;
    -o-transition: bottom .5s;
    transition: bottom .5s;
}

section {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 75px 0px;
    border-bottom: 1px solid #E6E6E6;
}
section:last-of-type {
    border-bottom: none;
    padding-bottom: 150px;
}
section .anchor {
    position: absolute;
    top: -105px;
}

#content_wrap {
    position: relative;
    margin: 105px auto 50px auto;
    width: 100%;
    min-width: 1110px;
    height: auto;
    display: inline-block;
}
#content_wrap #img_circles {
    margin: 150px 0px;
    text-align: center;
}
#content_wrap #img_circles .img_circle {
    display: inline-block;
    margin-right: 100px;
    width: 300px;
    height: 300px;
    overflow: hidden;

    border-radius: 150px;
}
#content_wrap #img_circles .img_circle:last-of-type {
    margin-right: 0px;
}
#content_wrap #img_circles .img_circle .img_bg {
    width: 100%;
    height: 100%;

    -webkit-transition: transform .5s, width .5s, height .5s, margin-left .5s, margin-top .5s;
    -moz-transition: transform .5s, width .5s, height .5s, margin-left .5s, margin-top .5s;
    -o-transition: transform .5s, width .5s, height .5s, margin-left .5s, margin-top .5s;
    transition: transform .5s, width .5s, height .5s, margin-left .5s, margin-top .5s;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    border-radius: 150px;

    background-size: auto 150px; //200px = DIV-höhe
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#content_wrap #img_circles .img_circle:hover > .img_bg {
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%;
}

#content_wrap #content_head {
    width: 900px;
    margin: 0px auto 0px auto;
}
#content_wrap #content_head h1 {
    font-size: 50px;
    font-weight: 100;
}
#content_wrap #content {
    /*display: block;*/
    position: relative;
    width: 892px;
    margin: 50px auto 0px auto;
    padding: 0px 4px;
    line-height: 34px;
    text-align: justify;
}
#content_wrap #content h2 {
/*    font-size: 20px;
    font-weight: 100;
    border-bottom: 1px solid #C0C0C0;*/
}
/*#content_wrap #content .content_cover_img {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 250px;

    background-size: auto 150px; //200px = DIV-höhe
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#content_wrap #content .content_cover_img .content_cover_gradient {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #FFF;
    
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}*/
/*#content_wrap #content .content_text {
    position: relative;
    z-index: 10;
    background-color: #FFF;
    margin-top: -50px;
}*/

#content_wrap #content #adrss_tbl {
    border-spacing: 0px;
    float: left;
    display: block;
}
#content_wrap #content #adrss_tbl th {
    border-spacing: 0px;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    padding: 4px 0px 10px 0px;
}
#content_wrap #content #adrss_tbl td {
    padding: 10px 0px 12px 0px;
}

#content_wrap #content #contact_form {
    display: inline-block;
    float: right;
}
#content_wrap #content #contact_form #contact_tbl {
    border-spacing: 0px;
    width: 600px;
    clear: right;
    float: right;
    /*display: block;*/
}
#content_wrap #content #contact_form #contact_tbl th {
    vertical-align: top;
    text-align: left;
    padding: 11px 0px;
    width: 120px;
}
#content_wrap #content #contact_form #contact_tbl td {
    vertical-align: top;
    border-spacing: 0px;
    padding: 5px 0px;
}
#content_wrap #content #contact_form #contact_tbl td input[type=text],
#content_wrap #content #contact_form #contact_tbl td input[type=email],
#content_wrap #content #contact_form #contact_tbl td textarea {
    /*border: 1px solid #000;*/
    width: 100%;
    padding: 5px 7px;
    border: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
#content_wrap #content #contact_form #contact_tbl td textarea {
    resize: none;
    height: 100px;
}
#content_wrap #content #contact_form #contact_tbl td.pflicht {
    text-align: left;
    font-size: 12px;
}
#content_wrap #content #contact_form #contact_tbl td #contact_senden {
    float: right;
    cursor: pointer;
    border: none;
    padding: 5px 7px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    
    -moz-transition: color .4s, background-color .4s;
    -webkit-transition: color .4s, background-color .4s;
    -ms-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
}
#content_wrap #content #contact_form #contact_tbl td #contact_senden:hover {
    color: #FFF;
    /*background-color: #F00000;*/
    background-color: #15317E;
}

#content_wrap #content .news_entry {
    position: relative;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    margin-bottom: 75px;
}
#content_wrap #content .news_entry:last-of-type {
    margin-bottom: 0px;
}
#content_wrap #content .news_entry .news_photo {
    position: relative;
    width: 100%;
    height: 200px;
    /*padding-bottom: 10px;*/
/*    border-top: 1px solid #000;
    border-bottom: 1px solid #000;*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#content_wrap #content .news_entry .news_photo .news_head {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 20px;
    font-weight: 100;
    color: #FFF;
    /*background-color: #F00000;*/
    background-color: #15317E;
    padding: 3px 10px 0px 10px;
}
#content_wrap #content .news_entry .news_text {
    opacity: 0.0;
    height: 0px;
    padding: 0px 25px 0px 25px;
    overflow: hidden;
}
#content_wrap #content .news_entry .news_text_show,
#content_wrap #content .news_entry .news_text_hide {
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    font-weight: 100;
    font-size: 20px;
    color: #FFF;
    background-color: #15317E;
    text-align: center;
    width: 36px;
    height: 36px;
    padding-top: 1px;
    padding-left: 1px;

    -moz-transition: color .4s, background-color .4s;
    -webkit-transition: color .4s, background-color .4s;
    -ms-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
}
#content_wrap #content .news_entry .news_text_show:hover,
#content_wrap #content .news_entry .news_text_hide:hover {
    color: #15317E;
    background-color: #FFF;
}
#content_wrap #content .news_entry .news_text_hide {
    display: none;
}

footer {
    width: 100%;
    height: 50px;
    background-color: #000;
}