
.i-view-360 {
    /*margin-top: 5px;*/
}

.mr_social_sharing img {
    /*display: none !important;*/
}

.mr_social_sharing a {
    /*width: 25px !important;*/
    /*height: 25px !important;*/
    /*background: red;*/
}


.mr_social_sharing a.linksalpha_link {
    display: none !important;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('./fonts/OpenSans-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('./fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'DovesTypeImprint';
    src: url("./fonts/doves_type_imprint-webfont.eot") format('eot');
    src: url('./fonts/doves_type_imprint-webfont.woff') format('woff'),
    url('./fonts/doves_type_imprint-webfont.ttf') format('truetype'),
    url('./fonts/doves_type_imprint-webfont.svg') format('svg');
}

@font-face {
    font-family: 'Pacifico';
    src: url('./fonts/Pacifico.ttf') format('truetype');
}

body {
    border: 20px solid white;
    font-family: OpenSansLight;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

.container-fluid {
    /*padding-right: 0;*/
    /*padding-left: 0;*/
}

@media (min-width: 1025px) {
    .container-fluid {
        /*padding-right: 25px;*/
        /*padding-left: 25px;*/
    }
}

.nav .social {

}

.nav {
    margin-top: 30px;
    border-bottom: 1px solid #afafaf;
}

.nav img.logo {
    /*width: 100%;*/
    display: inline-block;
    vertical-align: inherit;
    float: left;
}

.nav .sections {
    font-family: DovesTypeImprint;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    /*position: absolute;*/
    /*bottom: 0px;*/
    margin-left: 50px;
    padding-top: 15px;
}

.nav .sections .break,
.nav-main .buttons .break {
    display: none;
}

.nav .social {
    text-align: right;
    display: inline-block;
    float: right;
}

.nav .social a {
    display: inline-block;
    padding-top: 5px;
    margin-right: 3px;
}

.nav .sections a {
    color: #737070;
    /*float: left;*/
    /*padding-top: 15px;*/
    margin-right: 10px;
    padding-bottom: 3px;
    letter-spacing: .5px;
}

.nav .sections a.selected {
    border-bottom: 3px solid #737070;
}

.nav .row {
    /*padding: .5em;*/
}

.nav-blogpost {
    font-family: Courier, monospace;
    font-size: 12px;
    padding: 0 20px;
    margin-top: 50px;
}

.nav-blogpost .one-forward a {
    float: right;
}

.form-allowed-tags {
    display: none;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.comment {
    margin-bottom: 20px;
}

.comments-title {
    margin-bottom: 30px;
    position: relative;
    border-top: 1px dashed #afafaf;
    padding-top: 1em;
    font-family: "DovesTypeImprint", serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #737070;
    text-decoration: underline;
}

time {
    text-decoration: none;
}

.comments {
    position: relative;
}

.comments #comments {
    height: 0;
    overflow: auto;
}

.comments.open #comments {
    height: 100%;
}

.comments .comments-number-of-comments {
    font-size: 14px;
    font-family: "DovesTypeImprint", serif;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 30px;
    color: white;
    text-decoration: none;
}

.comments .comments-number-of-comments a {
    text-decoration: none;
}


.comments .comments-number-of-comments:before {
    color: #737070;
    content: "\25bc";
    font-size: 55px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
    left: -21px;
    top: 15px;
}


.comment-respond {
    margin-top: 30px;
}

.form-submit {
    /*margin-top: 20px;*/
}



.comment-author {
    text-transform: uppercase;
}

.comment-author,
.comment-content {
    font-family: OpenSansLight, Arial, serif;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

.comment-author {
    text-transform: uppercase;
}

.comment-form-comment label {
    display: none;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
    text-transform: uppercase;
}

:-ms-input-placeholder {
    text-transform: uppercase;
}

.comment-notes {
    font-weight: bold;
}


.comment-form-url input,
.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
    width: 100%;
    padding: 3px;
    border: 1px solid #737070;
    -webkit-border: 1px solid #737070;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.i-schnatter {
    font-family: Pacifico;
    font-size: 24px;
    color: #737070;
    margin-bottom: .5em;
    display: block;
}

.comment-reply-title {
    display: none;
}

.logged-in-as {
    display: none;
}


.nav-blogpost a {
    font-size: 14px;
    color: #afafaf;
    padding-top: 65px;
    float: left;
    text-transform: uppercase;
}

.nav-blogpost [class*='col-'] {
    margin: 0;
    padding: 0;
}

.nav-main {
}

.nav-main .b-right,
.nav-main .b-left {
    margin-top: 50px;
}

.nav-main .b-right {
    padding-right: 0px;
}


.nav-main .buttons {
    margin-top: 25px;
}

.nav-main .buttons .social a {
    margin-right: 5px;
}

.nav-main .buttons .permalink {
    text-align: center;
}

.form-submit .close-comments {
    font-family: "DovesTypeImprint", serif;
    float: right; padding-top: 5px;
    letter-spacing: 0.075em;
    font-size: 17px;
}

.form-submit button[name='submit'] {
    background: #666;
    padding: 3px 8px;
    font-size: 16px;
    font-family: "DovesTypeImprint", serif;
    text-transform: uppercase;
    color: white;
    box-shadow: 5px 5px 5px rgba(0,0,0,.1);
    letter-spacing: 0.075em;
    border: 0;
}

.nav-main .buttons .publishDate,
.comment-metadata,
.comment-metadata time,
.nav-main .buttons .permalink,
.nav-main .buttons .permalink a {
    color: #afafaf;
    font-family: Courier, monospace;
    text-transform: uppercase;
}

.comment-metadata a {
    text-decoration: none;
}


.nav-main .buttons .publishDate {
    padding: 0;
}


.nav-main .caption {
    margin-top: 20px;
    min-height: 140px;
}

.nav-main .title {
    font-family: DovesTypeImprint;
    font-size: 24px;
    color: #737070;
    line-height: 1.4em;
    text-transform: uppercase;
}

.nav-main .image img {
    display: inline-block;
    width: 100%;
}

.main {
    /*padding: 0 20px;*/
}

.nav-main .visible-xs.buttons-xs {
    clear: both;
}

.nav-main .visible-xs.title-xs {
    margin-top: 20px;
    clear: both;
}

.nav-main .slider {
    text-align: center;
    margin: 15px auto 0;

}

.nav-main .slider a {
    background: url(./img/sh/menu_slider.png) no-repeat 0px 0px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    display: inline-block;
    text-align: center;
    font-family: Courier, monospace;
    color: #afafaf;
}

.nav-main .comments {
    /*height: 600px;*/
    /*background: #ddd;*/
    margin-top: 50px;
}

.nav-blogpost .one-back a {
    float: right;
    margin-left: 10px;
}

.nav-blognews {
    /*background: #efefef;*/
    padding: 25px 0;
}

.nav-blognews .head {
    text-align: center;
}

.nav-blognews .head img {
    display: inline-block;
    vertical-align: inherit;
}

.nav-blognews a,
.nav-blognews span.page-numbers {
    color: #afafaf;
    text-transform: uppercase;
    /*padding-top: 65px;*/
    font-size: 12px;
    font-family: Courier, monospace;
}

.row {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*max-width: 1180px;*/
}

div[class*='col-'] {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.main {
    max-width: 90%;
    margin: 0 auto;
}

@media (min-width: 1024px) {

    .main {
        min-width: 950px;
    }

    .nav .sections {
        margin-left: 20px;
    }

}

@media (min-width: 1125px) {

    .nav .sections {
        margin-left: 50px;
    }

}

/*@media (min-width: 1024px) {*/
    /*.main {*/
        /*max-width: 1024px;*/
    /*}*/
/*}*/

.nav-blognews .head a.year {
    margin-right: 20px;
}

.nav-blognews .head a.year.i-selected-year {
    font-weight: bold;
    text-decoration: underline;
}

.nav-blognews .i-pager a {
    margin-left: 20px;
}

.nav-blognews .head .years {
    float: left;
    padding-top: 65px;
}

.nav-blognews .head a {
    font-size: 14px;
}


.nav-blognews .head .i-pager {
    float: right;
    padding-top: 65px;
    text-align: right;
}


.blog-body {

}

.blog-catalog {
    background: #efefef;
}

.blog-footer {
    background: #3b3a36;
}


@media (min-width: 1100px) and (max-width: 1279px) {

    .main {
        /*max-width: 1050px;*/
    }

    .nav .sections {
        /*margin-left: 50px;*/
    }

    .nav-main .buttons .break {
        /*display: block;*/
        margin-bottom: 15px;
    }

}

@media (min-width: 1280px) and (max-width: 1499px) {

    .main {
        /*max-width: 1180px;*/
        /*margin-left: 32px;*/
        /*margin-right: 32px;*/
    }

}

@media (min-width: 1680px) {

    .main {
        max-width: 1476px;
    }

}

/*@media (max-width: 1024px) {*/
    /*.main {*/
        /*max-width: 1024px;*/
    /*}*/
    /*.nav .sections {*/
        /*margin-left: 20px;*/
    /*}*/
/*}*/



@media (max-width: 1023px) {

    .main {
        max-width: 100%;
    }

    .nav img.logo {
        display: block;
    }

    .nav-blognews {
        padding: 15px 0;
    }

    .nav img.logo {
        float: none;
    }

    .nav .sections {
        margin-left: 0;
        margin-bottom: 5px;
        float: none;
    }

    .nav-blogpost {
        margin-top: 20px;
    }

    .nav-blogpost a {
        padding-top: 10px;
    }

    .nav-blogpost img.blogpost {
        margin-top: 10px;
    }


    .nav-main .comments {
        margin-top: 20px;
    }

    /*.nav img.logo,*/
    img.blogpost,
    img.blognews {
        display: block;
        margin: 0 auto;
    }

    .col-xs-12 {
        /*padding: 0;*/
        /*margin: 0;*/
    }

    .nav-main .title {
        margin-top: 30px;
    }

    .nav-blogpost .one-back a {
        float: left;
    }

    .nav-blognews .head .i-pager {
        float: none;
        padding: 5px 0;
        text-align: center;
    }

    .nav-blognews .head .years {
        float: none;
        padding: 15px;
    }

    .nav .social {
        text-align: center;
        padding-bottom: 10px;
        /*display: block;*/
        /*width: 100%;*/
    }

}

.nav-blognews .head a.year:last-child {
    margin-right: 0px;
}

.nav-blognews .i-pager a:first-child {
    margin-left: 0px;
}

.nav-blognews .gallery {
    margin-top: 30px;
    /*padding-bottom: 90px;*/
}

.nav-contact {
    position: relative;
}

.nav-contact .imprint {
    padding-top: 30px;
    padding-bottom: 90px;
    /*background: #3b3a36;*/
    font-family: Courier, monospace;
    font-size: 14px;
    color: white;
}

.nav-contact a.imprint-link {
    position: absolute;
    right: 0px;
    bottom: -10px;
    background: white;
    font-family: DovesTypeImprint;
    color: #737070;
    font-size: 14px;
    display: block;
    padding: 5px 10px 0;
    text-transform: uppercase;

}

.nav-contact .imprint [class*='col-'] {
    margin-bottom: 30px;
}

.nav-contact .imprint a {
    font-size: 14px;
    color: white;
}

.nav-contact .imprint p {
    margin: 0;
}

.nav-contact .imprint div {
    white-space: nowrap;
}

.nav-contact .imprint h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 1em 0;
}

.nav-blognews .gallery [class*='col-'] {
    margin-bottom: 30px;
}

.nav-blognews .gallery img.attachment-square-large {
    width: 100% !important;
    height: 100% !important;
    border: 2px solid white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nav-blognews .gallery .item {
    position: relative;
}

.nav-blognews .gallery .item .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color: white;
    font-family: DovesTypeImprint;
    font-size: 20px;
    padding: 20px;
    text-transform: uppercase;
    display: none;
}

.nav-blognews .gallery .item .overlay .publishDate {
    font-size: 14px;
    font-family: Courier, monospace;
    bottom: 20px;
    position: absolute;
    left: 20px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    border: none;
    border-radius: 0;
    color: white;
    /*background: none;*/
}

.carousel-indicators li {
    background: url(./img/sh/menu_slider.png) no-repeat 0px 0px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-indent: 0;
}

.carousel-indicators li.active {
    background: url(./img/sh/menu_slider_activ.png) no-repeat 0px 0px;
    width: 31px;
    height: 31px;
    line-height: 31px;
}

.carousel-inner .item img {
    width: 100%;
}

.nav-main .carousel-indicators {
    bottom: 0px;
}

.nav-main .carousel-indicators li {
    color: #737070;
}

.nav-main .carousel-indicators li {
    background: url(./img/sh/menu_slider_activ.png) no-repeat 0px 0px;
}

.nav-main .carousel-indicators li.active {
    background: url(./img/sh/menu_slider.png) no-repeat 0px 0px;
}

.i-pager .paging-navigation .screen-reader-text {
    display: none;
}

.nav-blognews .i-pager-row a.to-top {
    position: absolute;
    right: 10px;
    top: 0px;
}

.i-pager-col {
    text-align: center;
}

a.to-top .arrow-up {
    font-size: 20px;
    font-weight: bold;
}

#window-width {
    z-index: 1000000;
    position: fixed;
    top: 0px;
    left: 10px;
    background: red;
    color: white;
    width: 60px;
    line-height: 25px;
    height: 25px;
    text-align: center;
}

.nav-aboutus,
.nav-impressum {
    margin-top: 50px;
}

.nav-aboutus .splash,
.nav-impressum .splash {
    position: relative;
}


.nav-aboutus .splash .size-full,
.nav-impressum .splash .size-full {
    width: 100%;
    height: auto;
}

.nav-aboutus .splash .bird-img {
    position: absolute;
    bottom: -90px;
    right: 65px;
}

.nav-aboutus .title {
    font-size: 24px;
    font-family: DovesTypeImprint;
    text-transform: uppercase;
    /*margin-top: 50px;*/
    color: #737070;
}

.v-virtual-tour .title {
    font-size: 24px;
    font-family: DovesTypeImprint;
    text-transform: uppercase;
    /*margin-top: 50px;*/
    color: #737070;
    margin-bottom: 30px;
}

.v-virtual-tour {
    padding: 50px 1em;
    background: #efefef;
}

.v-virtual-tour .caption {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 13px;
    font-weight: bold;
}

.nav-impressum .title {
    font-size: 24px;
    font-family: DovesTypeImprint;
    color: #737070;
    text-transform: uppercase;
}


.nav-aboutus .text,
.nav-impressum .text {
    margin-top: 25px;
}

.nav-impressum .text h3 {
    font-family: DovesTypeImprint, serif;
    font-size: 18px;
    text-transform: uppercase;
}

#i-carousel-start {
    margin-bottom: 60px;
}

.carousel.i-carousel-blog-detail  {
    /*padding-bottom: 60px;*/
}

.carousel .carousel-control.right {
    position: absolute; top: 50%; margin-top: -52px; right: 0px;
    background-image: none;
}

.carousel .carousel-control.left {
    position: absolute; top: 50%; margin-top: -52px; left: 0px;
    background-image: none;
}

::selection {
    background: #f9dc00; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #f9dc00; /* Gecko Browsers */
}

a {
    color: #737070;
    text-decoration: underline;
}

.nav .sections a {
    text-decoration: none;
}

#blog-post {
    margin-top: 40px;
}

#blog-post > .main {
    margin-bottom: 40px;
}


#blog-post.o-hidden {
    /*transition: all 500ms linear;*/
    /*-webkit-transition: all 500ms linear;*/
    overflow: hidden;
    height: 1px;
    /*display: none;*/
}

#blog-post.open {
    height: auto;
    /*transition: all 500ms linear;*/
    /*-webkit-transition: all 500ms linear;*/
    /*display: block;*/
    /*margin-top: 0%;*/
}

#blog-post.o-hidden .blog-post-content {
    /*margin-top: -100%;*/
    /*height: 100%;*/
    position: absolute;
    top: -100000px;
}

#blog-post.open .blog-post-content {
    position: relative;
    top: 0px;
    /*margin-bottom: 50px;*/
}

#contact-form {
    background: #f9dc00;
    color: black;
    padding: 40px 0;
}

#contact-form h2 {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
    margin: 0 0 1em 0;
}

#contact-form textarea {
    background: transparent;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    /*padding: 1em;*/
}

#contact-form textarea::selection {
    background: lightblue !important; /* WebKit/Blink Browsers */
}

#contact-form textarea::-moz-selection {
    background: lightblue !important; /* WebKit/Blink Browsers */
}

#contact-form textarea,
#contact-form input {
    border: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: none;
}

#contact-form .input-fields {
    text-transform: uppercase;
}

#contact-form .input-fields input {
    width: 100%;
}



#contact-form .commit-button input {
    background: url('../ilker/img/sh/senden-btn.png') 0 0 no-repeat;
    width: 248px;
    height: 92px;
    color: transparent;
}

#contact-form .commit-button {
    margin: 30px 0 0 0;
    text-align: center;
}

.nav-aboutus p {
    margin: 0;
}

.nav-contact .col-copyright {
    position: static;
}

.nav-contact .copyright {
    /*bottom: 123px;*/
    /*position: absolute;*/
    /*font-size: 12px;*/

}

img.blogpost {
    width: 100%;
    max-width: 328px;
}

@media (max-width: 400px) {

    body {
        border: 10px solid white;
    }

    .nav .sections .break {
        display: block;
        margin-bottom: 5px;
    }

    #contact-form textarea {
        background: rgba(255,255,255,0.4);
    }

}

@media (max-width: 575px) {

    .nav-main .buttons .permalink {
        text-align: right;
    }



    .nav .social {
        text-align: center;
        padding-bottom: 10px;
        display: block;
        width: 100%;
    }


    .nav-blognews .head .i-pager {
        float: none;
        /*padding: 30px 0;*/
        text-align: center;
    }

    .nav-blognews .head .years {
        float: none;
        /*padding: 30px;*/
    }

    .nav img.logo,
    img.blogpost,
    img.blognews {
        width: 100%;
        display: block;
    }

    .nav-blogpost a {
        padding-top: 0;
    }

    .nav-blogpost img.blogpost {
        margin-top: 10px;
    }



}
