@import url(http://fonts.googleapis.com/css?family=Tinos);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import "jquery.fancybox-1.3.4.css";

/*------ template stylization ------*/
body {
    background: rgba(60, 103, 86, 0.9);
    font: 14px 'PT Sans', Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #333333;
    -text-transform: uppercase;
    min-width: 1220px;
}

.nav-collapse.collapse {
    text-transform: none;
}

#webSiteLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/web_site_loader.gif) center no-repeat;
    z-index: 1023;
    top: 0;
}

#pageLoader {
    position: fixed;
    width: 72px;
    height: 72px;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -36px;
    background: url(../img/bg_loader.png) 0 0 no-repeat;
    z-index: 1000;
    padding: 3px;
    display: none;
}

#pageLoader > div {
    margin: 9px 10px;
    background: url(../img/web_page_loader.gif) 0 0 no-repeat;
    width: 46px;
    height: 46px;
}

#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #000000 url("../img/up-arrow.png") center 12px no-repeat;
    z-index: 1000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    cursor: pointer;
}

.animate,
.animate:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*---------gallery bg--------*/
.eff_bg {
    position: fixed;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/eff_bg.png") 0 0 repeat;
    z-index: 1;
}

#galleryHolder {
    position: fixed !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

#imageHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#imgSpinner {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: url("../img/web_site_loader.gif") center no-repeat;
    display: none;
}

#inner {
    display: none !important;
}

#inner ul {
    list-style: none;
    margin: 0;
}

/*end gallery bg*/
/*------ header ------- */
header {
    position: absolute;
    width: 100%;
    height: 105px;
    z-index: 5;
    margin: 0 auto;
    top: 198px;
    background: rgba(60, 103, 86, 0.9);
}

div.logo {
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 5;
    margin: 0 auto;
    top: -28px;
    background: rgba(250, 250, 250, 0.5);
    text-align: center;
    overflow: visible;
}

div.neues {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 5;
    margin: 0 auto;
    top: -188px;
    background: rgba(250, 250, 250, 0.8);
    text-align: center;
    overflow: visible;
    padding:5px;
}

#logo {

    position: absolute;
    background: url('../img/logo.png') 0 0 no-repeat;
    width: 387px;
    height: 42px;
    text-indent: -9999px;
    top: -4px;
    margin-left: -193px;
}

#logo:hover {
    text-decoration: none;
}

h1 {
    position: relative;
    display: inline-block;
}

/*--- menu ------*/
.menuMov {
    position: relative;
    height: 84px;
    z-index: 10;
    margin-top: 9px;
}

.menu {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
}

.sf-menu {
    z-index: 3;
    position: relative;
    display: inline-block;
    margin-left: 0;
}

.sf-menu .first > a {
    margin-left: 0 !important;
}

.sf-menu > li {
    position: relative;
    color: #383636;
    display: inline-block;
    float: left;
    height: 84px;
}

.sf-menu > li > a {
    display: inline-block;
    position: relative;
    height: 84px;
    overflow: hidden;
    margin-left: 29px;
}

.sf-menu > li > a:hover {
    text-decoration: none;
}

.sf-menu > li.active > a {
    text-decoration: none;
}

.submenu_1 {
    position: absolute;
    top: 60px;
    left: 29px;
    width: 475px;
    padding: 0;
    z-index: 50;
    margin: 0;
}

.submenu_1 li {
    position: relative;
    text-align: left;
    list-style: none;
    float: left;
    margin-right: 16px;
}

.submenu_1 a {
    font: 11px 'Tinos', serif;
    color: #ccc;
    position: relative;
    display: inline-block;
    padding: 1px 0 1px !important;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.submenu_1 a:hover {
    color: #ffffff !important;
}

.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
    color: #ffffff !important;
}

.submenu_2 {
    position: absolute;
    width: 263px;
    left: 1px;
    top: 20px;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.submenu_2 a {
    color: #ccc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.submenu_2 a:hover {
    color: #ffffff !important;
}

.submenu_2 li > a:hover,
.submenu_2 li .hoverItem {
    color: #ffffff !important;
}

.mText {
    font: 18px 'Tinos', serif;
    color: #ccc;
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
    left: 0;
    padding-top: 33px;
}

.mTextOver {
    font: 18px 'Tinos', serif;
    color: #ffffff;
    position: relative;
    width: 100%;
    z-index: 3;
    text-align: center;
    top: -100px;
}

._area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
    left: 0;
    display: block;
}

._overPl {
    position: absolute;
    width: 100%;
    height: 84px;
    bottom: 100px;
    z-index: 2;
    left: 0;
    display: block;
    background: none;
}

._overLine {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    z-index: 10;
    left: 0;
    display: none;
    background: #43c5e9;
    opacity: 0;
}

/*--- menu end ------*/
/*--- header end ------*/
/*------ content ------- */
.pad_1 {
    padding-top: 16px;
}

.pad_2 {
    padding-bottom: 66px !important;
}

.marg_0 {
    margin-bottom: 0 !important;
}

.marg_1 {
    margin: -5px 0 36px 10px;
}

.marg_2 {
    margin-bottom: 18px;
}

.marg_3 {
    margin-bottom: 45px;
}

.marg_4 {
    margin: -5px 0 36px;
}

.marg_5 {
    margin-bottom: 29px !important;
}

.marg_6 {
    margin: -14px 0 12px 22px;
}

/*------ content ------- */
h2 {
    text-transform: none;
}

h3 {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    line-height: 10px;
    margin-bottom: 4px;
}

h3 a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

h3 a:hover {
    text-decoration: none;
}

.title1 {
    line-height: 40px;
    margin: 2px 0 38px;
}

#wrapper .containerHolder {
    position: relative;
    width: 100%;
    z-index: 60;
    top: 148px;
}

#wrapper section > div {
    position: relative;
}

#wrapper > div {
    position: relative;
    /*overflow: hidden;*/

}

#wrapper > section {
    position: relative;
    width: 1250px;
    height: 100%;
    margin: 45px auto 38px;
}

#wrapper > section > div {
    position: relative;
}

.container {
    position: relative;
    z-index: 1;
}

.dynamicContent {
    position: absolute;
    width: 100%;
    top: 0;
}

.content_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_bg .mainBg {
    position: relative;
    margin: 0;
    width: 100%;
    height: 0px;

    background: url('../img/knoten.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 0.90;
    z-index: 0;
}

.content_bg .mainBg hr {
    border: none;
    height: 1px;
    color: #2e2e2e;
    background-color: #2e2e2e;
    margin: 0;
}

.inner {
    position: relative;
    display: block;
    padding: 57px 0 79px;
}

.inner_1 {
    padding-right: 45px;
}

.btn {
    font: 10px/12px 'Tinos', serif;
    color: #000000;
    text-transform: uppercase;
    text-shadow: none;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn:hover {
    text-decoration: none;
    color: #6a6a6a;
    text-shadow: none;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list1 {
    position: relative;
    display: inline-block;
    margin: -4px 0 0;
}

.list1 li {
    width: 100%;
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 0 0 17px;
    min-height: 18px;
    margin: 0 0 7px;
}

.list1 li span {
    font-weight: bold;
}

.list1 a {
    color: #6a6a6a;
    text-decoration: none;
}

.list2 {
    position: relative;
    display: inline-block;
    margin: -3px 0 3px;
    list-style: none;
}

.list2 p {
    overflow: hidden;
}

.list2 a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #6a6a6a;
}

.list2 a:hover {
    text-decoration: none;
    color: #ffffff;
}

.list2 .last {
    margin-bottom: 43px !important;
}

.list2 > li {
    overflow: hidden;
    margin-bottom: 15px;
}

.list2 > li > p {
    margin-bottom: 0px;
    padding-right: 30px;
}

.list2 > li > .badge {
    font: 12px 'PT Sans', Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 0;
    margin-right: 8px;
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.gall .thumbnail {
    float: left;
}

.gall .last {
    margin-right: 0 !important;
}

.thumbnail {
    display: inline-block;
    padding: 0;
    line-height: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: left;
    margin-right: 10px;
}

.thumbnails > li {
    margin-bottom: 35px;
}

.sitem_over {
    position: absolute;
    background: url("../img/pic_bg_over.png");
    z-index: 2;
    width: 109px;
    height: 108px;
    display: none;
    overflow: hidden;
    margin: 0;
}

.sitem_over > strong {
    position: relative;
    background: url('../img/icon_zoom.png') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.gall_2 .thumbnail {
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: left;
    margin: 0 0 6px;
}

.gall_2 .thumbnail li {
    margin-bottom: 35px;
}

.gall_2 .thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 14px 0 0 16px;
    width: 253px;
    background: url('../img/bg_cap.png') 0 0 repeat;
    z-index: 10;
}

.gall_2 .thumbnail .caption p {
    margin-bottom: 11px;
    background: url('../img/marker.png') 0 4px no-repeat;
}

.gall_2 .thumbnail .caption p a {
    margin-left: 17px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gall_2 .thumbnail .caption p a:hover {
    color: #6a6a6a;
    text-decoration: none;
}

.gall_2 .sitem_over {
    position: absolute;
    background: url("../img/pic_bg_over.png");
    z-index: 2;
    width: 269px;
    height: 165px;
    display: none;
    overflow: hidden;
    margin: 0;
}

.gall_2 .sitem_over > strong {
    position: relative;
    background: url('../img/icon_zoom.png') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.dl-horizontal {
    margin: 0;
}

.dl-horizontal dt {
    width: 269px;
}

.dl-horizontal dd {
    margin: -3px 0 0 298px;
    padding-right: 32px;
}

.dl-horizontal dd time {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #000000;
    width: 370px;
}

.dl-horizontal dd .author {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 370px;
    color: #000000;
}

.dl-horizontal dd .comments {
    position: relative;
    display: inline-block;
    top: -1px;
    float: right;
    margin-bottom: 0;
}

.dl-horizontal dd .comments a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000000;
}

.dl-horizontal dd .comments a:hover {
    text-decoration: none;
    color: #6a6a6a;
}

.slider1 ul {
    margin: 0;
}

.slider1 ul li {
    list-style: none;
}

.prev1,
.next1 {
    position: relative;
    display: block;
    width: 16px;
    height: 25px;
    cursor: pointer;
    margin: 0 0 -25px;
    z-index: 3;
}

.next1 {
    margin-left: 20px !important;
}

.prev1 span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/arr2_act.png') 0 0 no-repeat;
}

.next1 span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/arr1_act.png') 0 0 no-repeat;
}

#arrows1 {
    position: absolute;
    left: 799px;
    margin-top: -247px;
}

.g_map {
    max-width: 470px;
    width: 470px;
    float: left;
    margin-bottom: 1px;
}

iframe {
    position: relative;
    border: none;
    display: inline-block;
    outline: none;
    height: 220px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url('../img/web_site_loader.gif') center no-repeat #151515 !important;
}

.width1 {
    display: inline-block;
    width: 74px;
}

.text_1 {
    font: 12px 'PT Sans', Arial, Helvetica, sans-serif;
    color: #000000;
    margin: -2px 0 23px;
}

.link_1 {
    color: #6a6a6a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link_1:hover {
    color: #000000;
    text-decoration: none;
}

.link_2 {
    color: #dddddd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link_2:hover {
    color: #ffffff;
    text-decoration: none;
}

/* ============================= forms ============================= */
#form1 {
    position: relative;
    display: inline-block;
    margin: 1px 0 0;
    width: 100%;
}

.cont_f {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 27px;
}

label {
    margin: 0 !important;
}

#form1 input {
    font: 10px/20px 'PT Sans', Arial, Helvetica, sans-serif;
    color: #333333;
    text-transform: none;
    margin: 0 0 9px;
    padding: 4px 9px 3px;
    width: 252px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 20px;
    background: rgba(60, 103, 86, 0.5);
}

#form1 textarea {
    resize: none;
    margin: 0;
    font: 10px/20px 'PT Sans', Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 4px 9px 3px;
    width: 252px;
    height: 130px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 20px;
    background: rgba(60, 103, 86, 0.5);
}

#form1 label {
    position: relative;
    display: inline-block;
    min-height: 36px;
}

#form1 .error,
#form1 .empty {
    position: absolute;
    bottom: 0;
    display: none;
    font-size: 9px;
    line-height: 9px;
    color: #dd0000;
    text-transform: none;
}

.btns {
    position: relative;
    display: inline-block;
    margin: 18px 0 0;
    float: left;
}

.btns a {
    margin: 0 0 0 10px;
    float: right;
}

#form1 .message .error,
#form1 .message .empty {
    position: absolute;
    bottom: -10px;
    display: none;
    font-size: 9px;
    line-height: 9px;
    color: #dd0000;
    text-transform: none;
}

/* Form defaults */
input,
select,
textarea {
    color: #797a7c;
}

.success {
    position: absolute;
    width: 270px;
    color: #6a6a6a;
    text-align: center;
    z-index: 1;
    background: #343434;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 33px 0;
}

/* ============================= end forms ============================= */
#search {
    margin: 34px 0 0;
}

input[type="text"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search input {
    font-size: 10px;
    color: #333;
    width: 256px;
    padding: 5px 7px 6px;
    border: none;
    background: rgba(60, 103, 86, 0.5);
}

.search_result {
    color: #000;
}

#searchButton {
    margin: -6px 0 0 6px;
}

.search_title {
    margin-bottom: 4px;
}

.search_title a {
    color: #696969;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search_title a:hover {
    color: #696969;
    text-decoration: none;
}

.search_list {
    margin-top: 30px;
}

/*--- content end ------*/
/*------ footer ------- */
footer {
    font: 12px 'Tinos', serif;
    color: #ffffff;
    text-transform: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    z-index: 600;
}

.social {
    position: relative;
    display: inline-block;
    float: right;
}

footer a,
footer a:hover {
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}

/*Core variables and mixins*/
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.os_color1 {
    color: rgb(60, 103, 86);
    font-weight: bold;
}