/*
 * responsive styles
 */

@media only screen and (min-width: 1200px) {

    .navigation .container {
        width: auto !important;
    }
}

/*
 * everything above site width
 */
@media only screen and (min-width: 992px) {

    /* nav active arrow */
    body.section-exhibition .navigation .item-exhibition .active-arrow,
    body.section-event .navigation .item-event .active-arrow,
    body.section-museum .navigation .item-museum .active-arrow,
    body.section-a-z .navigation .item-a-z .active-arrow,
    .navigation .item-small:hover .active-arrow {
        display: block !important;
        width: 30px;
        height: 15px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        z-index: 995; /* dropdown-menu z-index is 1000: we don't want arrows overlapping on hover */
    }

    .navigation .nav-mobile {
        margin-bottom: 0;
    }

    .navigation .item-search:hover .active-arrow,
    .navigation .item-share:hover .active-arrow {
        z-index: 1010; /* overlapp a-z if active */
    }

    .navigation .item-exhibition .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -60px no-repeat;
    }

    .navigation .item-event .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -135px no-repeat;
    }

    .navigation .item-museum .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -210px no-repeat;
    }

    .navigation .item-a-z .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -285px no-repeat;
    }

    .navigation .item-small:hover  .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -360px no-repeat;
    }

    /* debug */
    /*.dropdown-menu {*/
        /*display: block;*/
    /*}*/

    /* hover yamm */
    .navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        /*margin-left: -15px;
        margin-right: -15px;
        padding-right: 30px;
        padding-left: 30px;*/
    }

    .navigation .nav .item-a-z .dropdown-menu,
    .navigation .nav .item-search .dropdown-menu,
    .navigation .nav .item-share .dropdown-menu {
        margin-right: 0;
        margin-left: 0;
    }

    .four-teaser .carousel-inner .item {
        display: block;
    }
}

@media only screen and (min-width: 796px) and (max-width: 991px) {

    .navigation .navbar-collapse {
        width: 750px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1015px) {

    .navbar-collapse.collapse {
        display: block!important;
        width: auto!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .navigation .container {
        width: 970px!important;
    }


    .navigation .nav .mega-menu {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav li.item-exhibition.dropdown:hover > ul.dropdown-menu,
    .navbar-nav li.item-event.dropdown:hover > ul.dropdown-menu,
    .navbar-nav li.item-museum.dropdown:hover > ul.dropdown-menu {
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 795px) {

    .navbar-collapse.collapse {
        display: block!important;
        width: auto!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .navigation .container {
        width: 750px!important;
    }

    .navigation .nav .mega-menu {
        width: 100%!important;
        padding-right: 0;
        padding-left: 0;
    }

    .navigation .nav .dropdown-menu {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .navigation .nav .item-a-z .dropdown-menu,
    .navigation .nav .item-search .dropdown-menu,
    .navigation .nav .item-share .dropdown-menu {
        margin-right: 0;
        margin-left: 0;
    }
}

/*
 *
 */
@media only screen and (min-width: 992px) and (max-width: 1060px) {

    /* Logo ausblenden */
    .nav>li>a.item-hdg-logo-small {
        display: none;
    }
}

/*
 *
 */
@media only screen and (min-width: 768px) and (max-width: 840px) {

    /* Logo ausblenden */
    .nav>li>a.item-hdg-logo-small {
        display: none;
    }
}

/*
 * default, normal site width
 */
@media only screen and (min-width: 768px) and (max-width: 991px) { /* don't set to 992!*/

    /*.header {*/
        /*background-color: yellow;*/
    /*}*/

    .hdg-title {
        font-size: 12px;
        letter-spacing: 1px;
    }

     /* fix for 10px margin-bug in tablet view */
    .navbar-header .nav-mobile {
        margin-bottom: 0;
    }

    .navigation .nav .item .item-sub {
        font-size: 13px;
        letter-spacing: 1px;
    }

    /* nav active arrow */
    body.section-exhibition .navigation .item-exhibition .active-arrow,
    body.section-event .navigation .item-event .active-arrow,
    body.section-museum .navigation .item-museum .active-arrow,
    body.section-a-z .navigation .item-a-z .active-arrow,
    .navigation .item-small:hover .active-arrow {
        display: block !important;
        width: 30px;
        height: 15px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        z-index: 995; /* dropdown-menu z-index is 1000: we don't want arrows overlapping on hover */
    }

    .navigation .item-search:hover .active-arrow,
    .navigation .item-share:hover .active-arrow {
        z-index: 1010; /* overlapp a-z if active */
    }

    .navigation .item-exhibition .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -60px no-repeat;
    }

    .navigation .item-event .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -135px no-repeat;
    }

    .navigation .item-museum .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -210px no-repeat;
    }

    .navigation .item-a-z .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -285px no-repeat;
    }

    .navigation .item-small:hover  .active-arrow {
        background: transparent url('../img/hdg_nav_arrows.png') 0 -360px no-repeat;
    }

    /* hover yamm */
    .navbar-nav li.dropdown:hover > ul.dropdown-menu{
        display: block;
    }

    .navigation .navbar-collapse {
        margin: 0 auto;
        /*width: 750px !important;*/
    }

    .navigation .nav .mega-menu {
        width: 750px;
    }

    .navigation .mega-menu .col-sm-3:first-child .teaser-item {
        height: 250px;
        width: 180px;
    }

    .navigation .mega-menu .teaser-item {
        height: auto;
        width: 180px;
    }

    .modal-besucherinfo .modal-dialog {
        width: 720px;
    }

    .modal-besucherinfo .modal-box {
        width: 720px;
    }

    .modal-besucherinfo .modal-item {
        width: 180px;
    }

    .mega-visual .teaser-box {
        width: 720px;
    }

    .mega-visual .teaser-box .titles {
        width: 560px;
    }

    .teaser-item .link-button {
        bottom: 5px;
        right: 5px;
    }

    .visual-teaser .teaser-box {
        width: 360px;
    }

    .content-text,
    .accordion-body {
        width: 555px;
    }

    .content-side {
        padding-left: 0;
    }

    .teaser-item,
    .content-side .teaser-item,
    .four-teaser .teaser-item,
    .visual-teaser .teaser-item {
        width: 180px;
        height: 250px;
    }

    .teaser-item .teaser-border,
    .four-teaser .teaser-border,
    .visual-teaser .teaser-border {
        height: 250px;
    }

    .navigation .mega-menu .teaser-item,
    .navigation .mega-menu .teaser-border {
        height: auto;
    }

    .teaser-full .image,
    .teaser-full .image img,
    .four-teaser .teaser-full .image,
    .four-teaser .teaser-full .image img,
    .visual-teaser .teaser-full .image,
    .visual-teaser .teaser-full .image img {
        width: 178px;
        height: 250px;
    }

    .teaser-half .image,
    .four-teaser .teaser-half .image {
        width: 178px;
        height: 100px;
    }

    .teaser-half .text,
    .four-teaser .teaser-half .text,
    .visual-teaser .teaser-full .text {
        margin: 10px 10px 42px 10px;
        height: 98px;
    }

    .visual-teaser .teaser-full .text {
        height: 180px;
    }

    .teaser-half .text h4,
    .teaser-half .text p,
    .four-teaser .teaser-half .text h4,
    .four-teaser .teaser-half .text p
    .visual-teaser .teaser-full .text h4,
    .visual-teaser .teaser-full .text p {
        font-size: 12px;
        line-height: 16px;
    }

    .teaser-half .text h4,
    .four-teaser .teaser-half .text h4,
    .visual-teaser .teaser-full .text h4 {
        margin: 0 0 16px 0;
    }

    .four-teaser .carousel-inner .item {
        display: block;
    }

    .form-block .form-block-body {
        width: 555px;
    }

    .mega-visual .teaser-box .titles .captions .title span {
        font-size: 40px;
    }

}

/*
 * tablets
 */
@media only screen and (min-width : 481px) and (max-width: 767px) {

    /*.header {*/
        /*background-color: red;*/
    /*}*/

    .hdg-title {
        height: auto;
        color: #000;
        background: none;
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .navigation .nav .item .item-sub {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .affix {
        position: static; /* no affix in mobile */
    }

    div.navigation + div.mega-visual,
    div.navigation + div.visual {
        margin-top: 0;
    }

    .affix .hdg-logo-small {
        display: none; /* no affix in mobile */
    }

    .affix .nav .item-affix-logo {
        display: none;
    }

    /* hover */
    /*.nav-mobile .dropdown:hover > ul.dropdown-menu {*/
        /*display: block;*/
    /*}*/

    .navigation .col-xs-12 {
        padding: 0;
    }

    .navigation .navbar-collapse {
        width: 100% !important;
        padding: 0;
    }

    .navigation .nav {
        margin: 0;
    }

    .navigation .nav .item {
        width: 100%;
    }

    .navigation .nav .mega-menu {
        width: 100%;
        padding: 0;
    }

    .navigation .mega-menu .row {
        margin: 0 -15px;
    }

    .mega-menu .col-sm-3:first-child .teaser-item {
        max-height: 328px;
    }

    .mega-menu .teaser-item {
        background-color: #fff;
        padding: 0;
        max-width: 216px;
        max-height: none;
        overflow: hidden;
        position: relative;
        margin: 0 auto 15px auto;
        float: none;
        height: auto;
    }

    .mega-menu .teaser-item .teaser-border {
        border: none;
        height: auto;
    }

    .mega-menu .teaser-item li {
        line-height: 26px;
    }

    .navigation .nav-mobile {
        margin-bottom: 0;
    }

    .navigation .nav-mobile .dropdown-menu {
        color: #000;
        padding: 15px;
        border: 0;
        border-radius: 0;
        margin: 0;
    }

    .navigation .nav-mobile {
        list-style-type: none;
        padding: 0;
    }

    .navigation .nav-mobile .item {
        float: left;
        min-height: 60px;
        width: 40%;
    }

    .navigation .nav-mobile .item-small {
        width: 20%;
        background-color: #5c5c5c;
    }

    .navigation .nav-mobile .item .item-sub {
        font-style: normal;
        text-decoration: none;
        line-height: 60px;
        display: block;
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
    }

    .navigation .nav-mobile .item-small .item-sub {
        color: #fff;
        padding: 0;
    }

    .navigation .nav-mobile .item-small .item-sub:hover {
        background-color: #aaa;
        color: #fff;
        cursor: pointer;
    }

    .navigation .nav-mobile .nav-toggle {
        background-color: #000;
        font-size: 24px;
        color: #fff;
    }

    .navigation .nav-mobile .item-search .item-sub {
        border-left: 1px solid #bbb;
    }

    .navigation .nav-mobile .item-search .mega-menu .site-search {
        width: 100%;
        padding: 4px;
        border: 1px solid #ccc;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navigation .nav-mobile .item-share {
        position: relative;
    }

    .navigation .nav-mobile .item-share .item-sub {
        border-left: 1px solid #bbb;
    }

    .navigation .nav-mobile .item-share .dropdown-menu {
        min-width: 0;
        padding: 0;
        width: 100%;
    }

    .navigation .nav-mobile .item-share .dropdown-menu a {
        padding: 0;
        display: block;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

    .trigger-modal-besucherinfo,
    .modal-besucherinfo,
    .modal-backdrop {
        display: none !important;
    }

    .mega-visual .col-xs-12 {
        min-height: 360px;
        padding: 0;
    }

    .mega-visual .teaser-box,
    .mega-visual .teaser-box .titles,
    .mega-visual .teaser-box .titles .captions {
        width: 100%;
    }

    .mega-visual .teaser-box .titles .captions {
        left: 0;
    }

    .mega-visual .teaser-box .titles .captions .subtitle {
        margin: 0 0 2px 0;
    }

    .mega-visual .teaser-box .titles .captions .title span,
    .mega-visual .teaser-box .titles .captions .subtitle span {
        padding: 0;
        display: block;
        width: 100%;
        -webkit-box-decoration-break: slice;
        -ms-box-decoration-break: slice;
        -o-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .mega-visual .teaser-box .titles .captions .title span {
        padding: 6px 10px;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 4px;
    }

    .mega-visual .teaser-box .titles .captions .subtitle span {
        padding: 1px 10px;
    }

    .visual .title {
        font-size: 16px;
        line-height: 20px;
    }

    .visual .subtitle {
        margin: 0 0 5px 0;
    }

    .visual .title span {
        font-size: 30px;
        line-height: 52px;
        letter-spacing: 4px;
    }

    .four-teaser .teaser-box,
    .visual-teaser .teaser-box {
        width: 466px !important;
        float: none !important;
        margin: 20px auto !important;
    }

    .visual-teaser .teaser-box {
        width: 436px !important;
    }

    .content-title,
    .content-text,
    .accordion-body {
        width: 100%;
    }

    .content-side {
        padding: 0 15px;
    }

    .content-image .image-right {
        margin-top: 36px;
    }

    .teaser-item,
    .content-side .teaser-item,
    .four-teaser .teaser-item,
    .visual-teaser .teaser-item {
        width: 218px;
        height: 304px;
    }

    .teaser-item {
        margin: 0 auto;
        float: none;
    }

    .content-side .teaser-item {
        margin: 20px auto 0 auto;
        float: none;
    }

    .teaser-item .teaser-border,
    .four-teaser .teaser-border,
    .visual-teaser .teaser-border {
        border: 1px solid #e4e0dd;
        height: 304px;
    }

    .visual-teaser .teaser-border {
        border-color: #fff;
    }

    .teaser-full .image,
    .teaser-full .image img,
    .four-teaser .teaser-full .image,
    .four-teaser .teaser-full .image img,
    .visual-teaser .teaser-full .image,
    .visual-teaser .teaser-full .image img {
        width: 216px;
        height: 304px;
    }

    .four-teaser .teaser-half .image,
    .teaser-half .image {
        width: 216px;
        height: 100px;
    }

    .four-teaser .teaser-half .text,
    .visual-teaser .teaser-full .text,
    .teaser-half .text {
        margin: 20px 20px 37px 20px;
        height: 145px;
    }

    .visual-teaser .teaser-full .text {
        height: 245px;
    }

    .four-teaser .carousel-inner .item {
        display: block;
    }

    .form-block-title {
        margin: 0 0 18px 0;
    }

    .form-block-title h3 {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .form-block-title .pull-right {
        float: none !important;
        display: block;
        margin: 10px 0 18px 0;
        padding-bottom: 14px;
        border-bottom: 1px dotted #aaa;
    }

    .form-block .form-block-body {
        width: 100%;
    }

    .form-group .col-sm-2,
    .form-group .col-sm-3,
    .form-group .col-sm-4,
    .form-group .col-sm-5,
    .form-group .col-sm-6 {
        margin-bottom: 5px;
    }

    .form-horizontal .field-no-padding-right,
    .form-horizontal .field-padding-left {
        padding: 0 15px;
    }

    .footer {
        margin-top: 36px;
    }

    .footer .contact,
    .footer .meta {
        margin-bottom: 30px;
    }

    .event-image {
        padding: 0;
    }

    .event-image img {
        margin: 0 auto;
    }

    .event-title {
        margin-top: 15px;
    }

    .event-title .link-button {
        margin: 0;
        top: -5px;
    }

    .event-infos,
    .event-description {
        padding-right: 0;
    }

    iframe.flashcontent {
        display: none;
    }

}

/*
 * phones and below
 */
@media only screen and (min-width : 320px) and (max-width : 480px),
only screen and (max-width : 319px){

    /*.header {*/
        /*background-color: green;*/
    /*}*/

    .header {
        height: auto;
    }

    .language {
        display: none;
    }

    .hdg-title {
        height: auto;
        color: #000;
        background: none;
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .navigation .nav .item .item-sub {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .affix {
        position: static; /* no affix in mobile */
    }

    div.navigation + div.mega-visual,
    div.navigation + div.visual {
        margin-top: 0;
    }

    .affix .hdg-logo-small {
        display: none; /* no affix in mobile */
    }

    .affix .nav .item-affix-logo {
        display: none;
    }

    /* hover */
    /*.nav-mobile .dropdown:hover > ul.dropdown-menu {*/
        /*display: block;*/
    /*}*/

    .navigation .col-xs-12 {
        padding: 0;
    }

    .navigation .navbar-collapse {
        width: 100% !important;
        padding: 0;
    }

    .navigation .nav {
        margin: 0;
    }

    .navigation .nav .item {
        width: 100%;
    }

    .navigation .nav .mega-menu {
        width: 100%;
        padding: 0;
    }

    .navigation .mega-menu .row {
        margin: 0 -15px;
    }

    .mega-menu .col-sm-3:first-child .teaser-item {
        max-height: 328px;
    }

    .mega-menu .teaser-item {
        background-color: #fff;
        padding: 0;
        max-width: 235px;
        max-height: none;
        overflow: hidden;
        position: relative;
        margin: 0 auto 15px auto;
        float: none;
        height: auto;
    }

    .mega-menu .teaser-item .teaser-border {
        height: auto;
    }

    .mega-menu .teaser-item li {
        line-height: 26px;
    }

    .navigation .nav-mobile {
        margin-bottom: 0;
    }

    .navigation .nav-mobile .dropdown-menu {
        color: #000;
        padding: 15px;
        border: 0;
        border-radius: 0;
        margin: 0;
    }

    .navigation .nav-mobile {
        list-style-type: none;
        padding: 0;
    }

    .navigation .nav-mobile .item {
        float: left;
        min-height: 60px;
        width: 40%;
    }

    .navigation .nav-mobile .item-small {
        width: 20%;
        background-color: #5c5c5c;
    }

    .navigation .nav-mobile .item .item-sub {
        font-style: normal;
        text-decoration: none;
        line-height: 60px;
        display: block;
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
    }

    .navigation .nav-mobile .item-small .item-sub {
        color: #fff;
        padding: 0;
    }

    .navigation .nav-mobile .item-small .item-sub:hover {
        background-color: #aaa;
        color: #fff;
        cursor: pointer;
    }

    .navigation .nav-mobile .nav-toggle {
        background-color: #000;
        font-size: 24px;
        color: #fff;
    }

    .navigation .nav-mobile .item-search .item-sub {
        border-left: 1px solid #bbb;
    }

    .navigation .nav-mobile .item-search .mega-menu .site-search {
        width: 100%;
        padding: 4px;
        border: 1px solid #ccc;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navigation .nav-mobile .item-share {
        position: relative;
    }

    .navigation .nav-mobile .item-share .item-sub {
        border-left: 1px solid #bbb;
    }

    .navigation .nav-mobile .item-share .dropdown-menu {
        min-width: 0;
        padding: 0;
        width: 100%;
    }

    .navigation .nav-mobile .item-share .dropdown-menu a {
        padding: 0;
        display: block;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

    .trigger-modal-besucherinfo,
    .modal-besucherinfo,
    .modal-backdrop {
        display: none !important;
    }

    .mega-visual .col-xs-12 {
        min-height: 360px;
        padding: 0;
    }

    .mega-visual .teaser-box,
    .mega-visual .teaser-box .titles,
    .mega-visual .teaser-box .titles .captions {
        width: 100%;
    }

    .mega-visual .teaser-box .titles .captions {
        left: 0;
    }

    .mega-visual .teaser-box .titles .captions .subtitle {
        margin: 0 0 2px 0;
    }

    .mega-visual .teaser-box .titles .captions .title span,
    .mega-visual .teaser-box .titles .captions .subtitle span {
        padding: 0;
        display: block;
        width: 100%;
        -webkit-box-decoration-break: slice;
        -ms-box-decoration-break: slice;
        -o-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .mega-visual .teaser-box .titles .captions .title span {
        padding: 6px 10px;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 4px;
    }

    .mega-visual .teaser-box .titles .captions .subtitle span {
        padding: 1px 10px;
    }

    .visual .col-xs-12 {
        padding: 0;
    }

    .visual .captions {
        width: 100%;
    }

    .visual .subtitle {
        margin-bottom: 2px;
    }

    .visual .title span,
    .visual .subtitle span {
        padding: 0;
        display: block;
        width: 100%;
        -webkit-box-decoration-break: slice;
        -ms-box-decoration-break: slice;
        -o-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .visual .title span {
        padding: 6px 10px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 4px;
    }

    .visual .subtitle span {
        padding: 1px 10px;
    }

    .four-teaser .four-teaser-title .hidden {
        display: block !important;
        visibility: visible !important;
    }

    .visual-teaser .teaser-box {
        width: 100%;
        background: none;
        margin-top: 25px;
    }

    .content-title,
    .content-text,
    .accordion-body {
        width: 100%;
    }

    .content-side {
        padding: 0 15px;
    }

    .content-image .image-right {
        margin-top: 36px;
    }

    .teaser-item,
    .content-side .teaser-item,
    .four-teaser .teaser-item,
    .visual-teaser .teaser-item {
        margin: 0 auto;
        float: none;
    }

    .content-side .teaser-item {
        margin: 20px auto 0 auto;
    }

    .visual-teaser .teaser-item {
        background-color: #e4e0dd;
    }

    .four-teaser .teaser-border,
    .visual-teaser .teaser-border {
        border: 1px solid #e4e0dd;
        height: 328px;
    }

    .visual-teaser .teaser-border {
        border-color: #fff;
    }

    .teaser-full .image,
    .teaser-full .image img,
    .four-teaser .teaser-full .image,
    .four-teaser .teaser-full .image img,
    .visual-teaser .teaser-full .image,
    .visual-teaser .teaser-full .image img {
        height: 328px;
    }

    .four-teaser .teaser-half .text,
    .visual-teaser .teaser-full .text {
        margin: 20px 20px 30px 20px;
    }

    .visual-teaser .teaser-full .text {
        height: 276px;
    }

    .form-block-title {
        margin: 0 0 18px 0;
    }

    .form-block-title h3 {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .form-block-title .pull-right {
        float: none !important;
        display: block;
        margin: 10px 0 18px 0;
        padding-bottom: 14px;
        border-bottom: 1px dotted #aaa;
    }

    .form-block .form-block-body {
        width: 100%;
    }


    .form-group .col-sm-2,
    .form-group .col-sm-3,
    .form-group .col-sm-4,
    .form-group .col-sm-5,
    .form-group .col-sm-6 {
        margin-bottom: 5px;
    }

    .form-horizontal .field-no-padding-right,
    .form-horizontal .field-padding-left {
        padding: 0 15px;
    }

    .footer {
        margin-top: 36px;
    }

    .footer .contact,
    .footer .meta {
        margin-bottom: 30px;
    }

    .link-button a {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .event-image {
        padding: 0;
    }

    .event-image img {
        margin: 0 auto;
    }

    .event-title {
        margin-top: 15px;
    }

    .event-title .link-button {
        margin: 0;
        top: 5px;
    }

    .event-infos,
    .event-description {
        padding-right: 0;
    }

    /* Einstellungen f. iframes (z.B. Google-Maps) */
    iframe {
        height: auto;
    }

    iframe.flashcontent {
        display: none;
    }

}