body {
    background-size: cover;
    font-family:     'PT Sans', sans-serif;
    overflow-y:      scroll;
}

a {
    color:           #897849;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

label {
    cursor: pointer;
}

.clear {
    clear:    both;
    height:   0;
    overflow: hidden;
}

.red {
    color: #8b0000 !important;
}

#container {
    margin: 0 auto;
    width:  980px;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size:  14px;
    font-style: italic;
}

p, span {
    font-size: 14px;
}

hr {
    background: #897849;
    height:     2px;
    border:     none;
}

header {
    height:   125px;
    width:    100%;
    position: relative;
}

header .logo {
    float: left;
}

header .right {
    position: absolute;
    bottom:   20px;
    right:    0;
}

nav {
    background: #485e6e;
    box-shadow: 0 0 5px #2f2f2f;

}

.top_nav,
.sub_nav {
    height:        44px;
    list-style:    none outside none;
    margin:        10px 0 0;
    padding:       0;
    width:         660px;
    position:      relative;
    z-index:       1;
    border-bottom: 4px solid #897849;
}

.top_nav li {
    width:      110px;
    float:      left;
    text-align: center;
}

.sub_nav li {
    width: 132px;
}

.top_nav li a {
    border-right:  2px solid #897849;
    color:         #fff;
    display:       block;
    font-size:     14px;
    line-height:   44px;
    margin-bottom: 4px;
    transition:    all 0.2s ease-out 0s;
}

.top_nav li a:hover, .active {
    background:      #797252;
    text-decoration: none;
}

.top_nav li:hover .sub_nav {
    display: block;
    opacity: 0.85;
}

.sub_nav {
    display:    none;
    opacity:    0;
    background: #485e6e;
    position:   absolute;
    left:       0;
    transition: all ease 0.3s;
    margin-top: 0;
}

#resp_nav {
    display:  none;
    position: absolute;
    right:    0;
    z-index:  999;
}

#resp_nav {
    background: rgba(72, 94, 110, 0.95);
    top:        56px;
}

#resp_menu:hover #resp_nav {
    display: block;
}

#resp_nav ul {
    padding-left: 0;
    width:        175px;
}

#resp_nav li {
    list-style: none;

}

#resp_nav li a {
    display:    block;
    color:      #fff;
    padding:    10px 10px 10px 25px;
    font-size:  20px;
    transition: all ease 0.3s;
}

#resp_nav li a:hover {
    background:      #041b2b;
    text-decoration: none;
}

.content {
    background: #fff;
    box-shadow: 0 0 5px #2f2f2f;
    min-height: 722px;
}

.content_wrapper {
    color:   #041b2b;
    width:   620px;
    padding: 20px;
}

#container {
    position: relative;
}

.home_img img {
    width: 100%;
}

.weather {
    color:    #fff;
    position: absolute;
    right:    0;
    top:      135px;
    width:    320px;
}

.weather_box {
    height:        250px;
    padding:       0 10px 10px 10px;
    margin:        5px 0;
    background:    #485e6e;
    border-bottom: 4px solid #897849;
    position:      relative;
}

.current_weather .weather_content {
    padding-top: 5px;
}

.current_weather .weather_footer {
    position: absolute;
    bottom:   0;
}

.weather_footer {
}

.tide_weather {
    text-align: center;
    height:     125px;
}

.weather_footer h1 {
    margin-top: 25px;
    float:      left;
}

.sea_weather_warnings {
    color:  red;
    height: 50px;
}

.sea_weather_warnings .top_box {
    border: none;
    height: auto;
}

.sea_weather_warnings .top_box h1 {
    padding: 2px 0 0 35px;
}

.sea_weather {
    padding-bottom: 50px;
    height:         auto;
}

.sea_weather .weather_footer img {
    float: right;
}

.current_weather .weather_footer img {
    float: left;
}

.current_weather {
    margin-top: 0;
}

.current_weather_info {
    position: absolute;
}

.current_weather_info h1,
.current_weather_info p {
    margin: 0;

}

.windrose {
    position: absolute;
    top:      70px;
    right:    10px;
    z-index:  1;
}

.wind_strength {
    font-size: 25px;
}

.arrow {
    position: absolute;
    right:    56px;
    top:      115px;
    z-index:  2;
}

#resp_weather,
#resp_tide {
    display: none;
}

.top_box {
    border-bottom: 2px solid #897849;
    height:        40px;
}

.top_box h1 {
    margin:  0;
    padding: 10px 0 0 35px;
}

.top_box h2 {
    margin:       0;
    padding-left: 35px;
}

.sea_weather .top_box h1 {
    margin:  0;
    padding: 2px 0 0 35px;
}

.sea_weather_table {
    font-size: 13px;
    margin:    10px 0;
}

.sea_weather_table th {
    width:         90px;
    border-bottom: 1px solid #897849;
}

.sea_weather_table td {
    padding:     10px 0;
    border-left: 1px solid #897849;
    text-align:  center;
}

.sea_weather_table td:first-child {
    border: none;
}

.sea_weather_table tr {
    border-bottom: 1px solid #897849;

}

.icon {
    float:       left;
    padding-top: 7px;
    width:       24px;
}

.content_box {
    margin: 20px 0 0;
}

.news_box {
    padding:    20px 10px;
    background: rgba(72, 94, 110, 0.1);
    margin:     10px 0;
}

.news_box h1 {
    margin-top: 0;
}

.news_box:last-child {
    border-bottom: none;
}

.news_box a {
    color:           #041b2b;
    font-size:       14px;
    text-decoration: underline;
}

.news_box img {
    border:  1px solid #041b2b;
    padding: 1px 1px 1px 2px;
}

#termine .news_box {
    margin-left: 20px;
}

#termine .content_box {
    margin-top: 0;
}

.news_img {
    width: 125px;
    float: left;
}

.news_content {
    margin-left:  125px;
    padding-left: 25px;
}

.news_headline {
    width: 350px;
}

.news_date {
    float: right;
}

.news_date p {
    margin-top: 0;
}

.news_text {
    margin: 0;
    width:  80%;
}

.pdf_info {
    margin: 0;
}

.vorstand_list {
    width: 100%;
}

.vorstand_list tr {
    border-bottom: 1px solid #aaa;
}

.vorstand_list td {

}

.contact_form {
    list-style: none;
    float:      left;
    padding:    0;
    width:      400px;
}

#edit_gallery .contact_form {
    float: none;
}

.contact_form li {
    margin: 10px 0;
}

.contact_form p {
    margin: 0;
}

.contact_form li span {
    float: left;
    width: 150px;
}

.contact_form li:first-child {
    margin-top: 0;
}

.contact_form input[type],
.contact_form textarea {
    border:     1px solid #aaa;
    padding:    3px;
    width:      200px;
    font-size:  14px;
    transition: all ease 0.3s;
}

.contact_form input[type]:hover,
.contact_form textarea:hover,
.contact_form input[type]:focus,
.contact_form textarea:focus,
.contact_form input[type]:active,
.contact_form textarea:active {
    border: 1px solid #485e6e;
}

.contact_form input[type=submit]:hover {
    background: #485e6e;
    color:      #fff;
}

.contact_form textarea {
    height: 200px;
    resize: vertical;
}

.contact_info {
    width: 220px;
    float: right;
}

.contact_form_wrapper {
    float: left;
    width: 370px;
}

.schleuse_info {
    float: left;
    width: 310px;
}

.schleuse_img {
    float: right;
}

.wissen_list tr {
    height: 25px;
}

.wissen_list td {
    width: 310px;

}

.wissen_list p {
    margin: 0;
}

#wissenswertes p {
    margin: 0;
}

/* CMS */

.cms_table {
    width:           620px;
    border-collapse: collapse;
}

.cms_table th {
    text-align: left;
    padding:    2px 5px;
}

.cms_table td {
    padding: 2px 5px;
}

.cms_table tbody tr {
    transition: background ease 0.3s;
}

.cms_table tbody tr:hover {
    background: rgba(4, 27, 43, 0.15);
}

.cms_table td:first-child,
.cms_table th:first-child {
    padding-left: 0;
}

.cms_content {
    float: left;
}

.cms_content p {
    margin: 0;
}

.icons {
    text-align: right;
}

.move {
    cursor: move;
}

h2 {
    margin: 0;
}

.cms_gallery_img {
    position: relative;
}

.cms_gallery_img img {
    width:  110px;
    height: 110px;
}

.red_border {
    border:     1px solid red !important;
    background: red;
}

#sort_gallery {
    list-style-type: none;
    margin:          0;
    padding:         0;
}

#sort_gallery li {
    margin:     5px;
    padding:    1px;
    float:      left;
    width:      110px;
    height:     110px;
    text-align: center;
    border:     1px solid #041b2b;
}

#sort_gallery li:nth-child(6n),
#sort_gallery li:first-child {
}

.gallery_box {
    position:      relative;
    margin-bottom: 10px;
    width:         48%;
    height:        275px;
    padding:       2px;
    float:         left;

}

.gallery_box:nth-child(2n) {
    float: right;
}

.album_overlay {
    overflow: hidden;
}

.album_img {
    height:    225px;
    min-width: 100%;
}

.delete {
    background:      url("../img/icons/delete.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    border:          medium none;
    font-size:       10px;
    height:          20px;
    width:           20px;
    position:        absolute;
    right:           0;
    background-size: contain;
}

#image,
#pdf {
    display: block;
    margin:  0 auto;
    width:   300px;
}

.delete_icon {
    width:      15px !important;
    float:      left;
    margin-top: -10px;
}

#vorstandPictureDiv{
    position: relative;
    width: 100%;
}

#vorstandPicture{
    width: 100%;
}