/*body
================================================== */

html{
    height: 100%;
    overflow-y:scroll;
    overflow-x:hidden;
}

body{
    position: relative;
    height: 100%;
}

.wrapper, header {
    overflow-x:hidden;
}
html body.admin-menu{
    margin-top: 0 !important;
}

.apartat{
    overflow: hidden;
}

@media (max-width: 1000px) {
    .smallSpace.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .smallSpace.row [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/*header
================================================== */

/*navigation*/
.noscroll{
    overflow: hidden;
}

.sf-menu.sf-style-zoo li .hideChildNavigation ~ ul{
    display: none!important;
}

.navigationLinkParent{
    height: 45px;
    width: 45px;
    position: fixed;
    left: 45px;
    top: 45px;
    z-index: 210;
}

.navigationLink{
    height: 100%;
    width: 100%;
}

    .navigationLink span {
        display: block;
        position: absolute;
        height: 3px;
        width: 19px;
        opacity: 1;
        left: 0;
    }

.navigation{
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 110px 45px;
}

    .navigation ul li{
        margin: 9px 0;
    }

    .navigation .language-switcher-locale-url{
        padding: 0;
    }

        .navigation .language-switcher-locale-url li{
            float: left;
            padding-right: 10px;
        }

    .navigation .block-locale{
        display: block;
    }

.mobileNavigation{
    display:none;
}

@media (min-width: 1000px) {

    .navigationLinkParent{
        margin-left: 0 !important;
    }
}

@media (max-width: 1000px) {

    .navigationLinkParent{
        height: 60px;
        width: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        left: 50%;
        margin-left: -30px;
        top: auto;
        bottom: 60px;
    }

    .navigationLink{
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }

        .navigationLink span{
            height: 2px;
            width: 30px;
        }

    .navigation {
        padding: 0;
        bottom: 0;
    }

    .mobileNavigation{
        display: block;
    }

    .region-navigation .block-superfish{
        width: 100%;
    }

    .region-navigation{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .region-navigation .block-locale{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: calc(100% - 40px);
        border-top: 1px solid black;
        padding-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 120px;
    }

    .region-navigation .block-superfish{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 20px;
    }

    #block-locale-language{
        text-align: center;
    }

    .navigation .language-switcher-locale-url {
        margin-left: 10px;
        display: inline-block;

    }

    .navigation .language-switcher-locale-url li {
        margin: 0 0 30px 0;
    }

}

@media (max-width: 620px) {

     .navigationLinkParent{
        bottom: 50px;
    }

}

/*Logout*/

.logout{
    position: absolute;
    top: 100px;
    right: 45px;
    z-index: 50;
}

.mobileLogout{
    display: none;
}

@media (max-width: 1000px) {

    .logout{
        display: none;
    }

    .mobileLogout {
        display: block;
        text-align: center;
        width: calc(100% - 40px);
        margin-bottom: 120px;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 20px;
    }
}

/*search*/
.searchLink{
    height: 45px;
    width: 45px;
    position: fixed;
    left: 94px;
    top: 45px;
    z-index: 220;
}

    .searchLink.simpleBorder{
        height: 45px;
        width: 45px;
        top: 45px;
    }

.search{
    position: fixed;
    left: 137px;
    top: 45px;
    z-index: 220;
    width: 50%;
}

    .search.simpleBorder{
        height: 45px;
        border-width: 1px 1px 1px 0;
    }

    .search-form .form-text,
    .search-form .form-text:focus{
        height: 45px;
        border: none;
        box-shadow: none;
        transition: none;
        border-radius: 0;
    }

    .simpleBorder .search-form .form-text,
    .simpleBorder .search-form .form-text:focus {
        height: 43px;
    }

    .search .input-group {
        width: 100%;
    }

    .search .input-group-btn {
        display: none;
    }

    .search-form .input-group-btn .btn {
        height: 43px;
    }

    .search .form-group {
        margin-bottom: 0;
    }

@media (max-width: 1000px) {
    .searchLink{
        display: none;
    }

    .search{
        visibility: hidden;
    }

    .mobileNavigation .search{
        left: 14%;
        top: 15px;
        width: 50%;
        border-width: 1px;
        visibility:visible;
        position: absolute;
    }

   .mobileNavigation .searchLink{
        width: 14%;
        margin-top : 15px;
        top: 0;
        left: 0;
        display: block;
        position: relative;
        float: left;
    }

        .mobileNavigation .searchLink.simpleBorder{
            border: 0;
        }

}

@media (max-width: 620px) {

    .mobileNavigation .search{
        left: 25%;
    }

    .mobileNavigation .searchLink{
        width: 25%;
    }

    .btn{
        width:100%;
    }
}

/*Short Link*/
.shortlink {
    width: 45px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    margin-top: -165px;
}

    .shortlink.navigationshortlink {
        width: 245px;
        padding-left: 200px;
        overflow: hidden;
    }

    .shortlink .menu li{
        display: inline-block;
        height: 45px;
	    padding: 0;
	    margin-bottom: 10px;
    }
        .shortlink .menu li a {
            white-space: nowrap;
            padding-left:55px;
            left: 0;
            transition: all 1s ease;
            height: 45px;
            background-size: 45px;
        }

        .shortlink .menu li a:hover{
            left: calc(-100% + 45px);
        }

@media (max-width: 1200px) {
    .shortlink .menu li a:hover{
        left: 0;
    }
}

@media (max-width: 1000px) {

    .shortlink {
        display: none;
        top: 260px;
        margin-top:0;
    }

    .mobileNavigation .shortlink {
        height: 85px;
        width: 86%;
        display: block;
        top: 0;
        position: relative;
        padding: 0;
    }

        .mobileNavigation .shortlink .menu li{
            margin-top : 15px;
            margin-bottom : 15px;
            width: 16%;
            float: left;
        }

            .mobileNavigation .shortlink .menu li a,
            .mobileNavigation .shortlink .menu li a:hover {
                left:0;
                background-size:inherit;
            }

    .mobileNavigationBackLink{
        height: 50px;
        width: 50px;
        position: fixed;
        cursor: pointer;
        left: 30%;
        bottom: 65px;
        z-index: 1000;
        top: auto;
    }
}

@media (max-width: 620px) {
    .mobileNavigation .shortlink {
        width: 75%;
    }

        .mobileNavigation .shortlink .menu li{
            width: 33.33%;
        }

    .mobileNavigationBackLink {
        bottom: 55px;
        left: 20%;
    }
}
/*Login
================================================== */
.block-system .profile,
#user-login{
    max-width: 920px;
    margin: 20px auto 0;
    padding: 0 25px;
}

.center.loginMessage{
    margin-top:40px;
}

@media (max-width: 620px) {
    .block-system .profile,
    #user-login {
        padding: 0 10px;
    }
}

/*leadImage
================================================== */
.imgMaxWidth {
    width: 100% !important;
    height: auto !important;
}

.imgMaxHeight {
    height: 100% !important;
    width: auto !important;
}

.views_slideshow_controls_text{
    display: none;
}

.leadImage{
    min-height: 110px;
}

    .leadImage ul li{
        padding: 0;
    }

    .leadImage section{
        position: relative;
    }

    .leadImage div,
    .leadImage section,
    .leadImage .img-responsive,
    .newArticleImage .img-responsive{
        height: 100%;
    }

    .leadImage .fieldset-wrapper div{
        height: auto;
    }

    .leadImage .leadImageContent {
            position: absolute;
            padding-left: 95px;
            padding-right: 95px;
            height: auto;
            width: 100%;
        }

        .leadImage .leadImageContent .leadImageText {
            margin-bottom: 20px;
        }

.leadImageImage img{
    width: 100%;
}

.contentPosition-top{
    top: 162px;
}

.contentPosition-,
.contentPosition-middle{
    top: calc(50% + 45px);
    transform: translateY(-50%);
}

.contentPosition-bottom{
    bottom: 80px;
}

.leadImageLink .btn{
    margin-bottom: 0;
}

@media (max-width: 1000px) {

    .leadImage .leadImageContent {
        padding-left: 32px;
    }

    .contentPosition-top,
    .contentPosition-,
    .contentPosition-middle,
    .contentPosition-bottom{
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}

/*bx slider*/

.bxSliderHide{
    visibility: hidden;
}

.bxSliderFixed{
    position: absolute;
    left: 0 !important;
}

.bx-wrapper{
    margin-bottom: 0;
}

    .bx-wrapper .bx-viewport{
        left: 0;
        border: 0;
        /*height: 100%!important;*/
    }

    .bx-wrapper .bx-controls-direction{
        margin: 0 auto;
        position: relative;
        max-width: 970px;
    }

    .bx-wrapper .bx-controls-direction a {
        height: 34px;
        width: 19px;
        bottom: 10px;
        top: inherit;
    }

    .bx-wrapper .bx-prev{
        left: 35px;
    }

    .bx-wrapper .bx-next{
        right: 35px;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto{
        bottom: 20px;
        height: 20px;
        bottom: 0;
        padding: 0;
    }

    #views-slideshow-bxslider-1.views-slideshow-bxslider .bx-wrapper .bx-controls-direction a{
        z-index: 40;
    }

    /*eidtable content*/
    .leadImage .contextual-links-wrapper{
        height: auto;
    }

@media (max-width: 414px) {

    .bx-wrapper .bx-viewport,
    .bx-wrapper .bx-viewport img {
        max-height: 300px;
    }
}
/*content
================================================== */

/*Defaults*/
.center{
    max-width: 920px;
    margin: 0 auto;
    padding: 0 25px;
}

    .center.homeCenter{
        max-width: 1090px;
        padding: 0 45px;
    }

.wideContent div,
.wideContent section{
    height: 100%;
}

.pageContent{
    margin-top: 40px;
}

.pageContent p{
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.pageContent .backLink{
    display: block;
    margin-bottom: 40px;
    height: 20px;
}

.field-items{
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .center.homeCenter{
        max-width: 1000px;
        padding: 0;
    }
}
@media (max-width: 620px) {
    .center {
        padding: 0 10px;
    }
}
/*eidtable content*/
.editContent.contextual-links-trigger{
    position: fixed;
    top: 90px;
    right: 20px;
    width: 20px;
    display: block;
    z-index: 50;
}


/*Sidebar*/
.sidebar{
    margin-bottom: 20px;
}

.sidebarWrapper-top{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 15px;
}

/*Views
================================================== */
.row .view-content{
    overflow: hidden;
}

.center.row .view-content{
    margin-left: -15px;
    margin-right: -15px;
}

/* Filter*/

.views-exposed-widget{
    margin-bottom: 20px;
    padding:0;
}

.views-exposed-widget .form-item{
   //max-height: 34px;
}

.views-submit-button,
.views-exposed-widgets{
    margin-bottom: 0;
}

    .views-exposed-widget input[type="checkbox"],
    .views-exposed-widget input[type="radio"]{
        display: none;
    }

.views-exposed-form {
    margin-bottom: 30px;
}

    .views-exposed-form label {
        margin-bottom: 20px;
    }

    .views-exposed-form input.form-control{
        padding-left: 7px;
    }

    .views-exposed-form .views-exposed-widget {
        width: 100%;
        padding: 0;
    }

        .views-exposed-form .views-exposed-widget .form-item{
            float: left;
            height: auto;
        }

        .views-exposed-form .views-exposed-widget input {
            float: left;
        }

.views-widget > .form-item{
    width: 100%;
}

fieldset.form-wrapper .panel-heading{
    margin-bottom: 20px;
}

fieldset.form-wrapper legend{
    padding: 0;
    margin-bottom: 5px;
}

fieldset.form-wrapper .fieldset-wrapper{
    padding: 0 0 20px 0;
}

/*pager*/

.pager--infinite-scroll .pager__item{
    display: block;
    padding: 0;
    margin: 0;
}

.pager--infinite-scroll .pager__item a{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    background-color: inherit;
    border: 0;
    padding-top: 60px;
    width: 100%;
    text-align: center;
    position: relative;
}

.pager,
.pageContent .pager{
    margin: 20px 0 40px;
    position: relative;
}

.hideprogress .ajax-progress,
.form-submit .ajax-progress{
    display: none;
}

.ajax-progress{
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 25px;
}

.ajax-progress .glyphicon {
    height: 30px;
    width:  30px;
    line-height: 30px;
    padding: 0 2.7px;
    text-align: center;
}

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

#overlayBackground{
    height: 100%;
    width: 100%;
    background: #eeeeee;
    opacity: 0.5;
}

#overlay .ajax-progress .glyphicon {
    height: 59px;
    width:  59px;
    line-height: 59px;
    font-size: 50px;
   /* padding: 0 4.9px;*/
    text-align: center;
}

#overlay .ajax-progress{
    top:  50%;
    -webkit-backface-visibility: hidden;
}

.hideForOverlay{
    display: none;
}

/*Editible Content (CKeditor)
================================================== */

/*paragraph Widget*/
.paragraph,
.Document{
    margin-bottom: 10px;
}
/*Image Widget*/
.ImageFull, .ImageHalf{
    margin-top: 20px;
    margin-bottom: 10px;
}
    .ImageFull img,
    .ImageHalf img{
        width: 100%;
    }

    .ImageHalf .ImageLeft{
        padding-right: 10px;

    }

    .ImageHalf .ImageRight{
        padding-left: 10px;
    }

/*embed-container(YouTube)*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Breeding
================================================== */

.breedingProgram {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.breedingProgram div{
    margin-bottom: 10px;
}

@media (max-width: 620px) {
    .breedingProgram {
        width: 100%;
    }
}

/*Young Animals
================================================== */
.youngAnimals .views-row {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.youngAnimals .animalLink,
.youngAnimals .animalBirthdate{
    float: left;
    width: 50%;
}

@media (max-width: 1000px) {
    .youngAnimals .views-row {
        height: 50px;
    }

    .youngAnimals .animalLink,
    .youngAnimals .animalBirthdate {
        width: 100%;
    }
}

/*Homepage
================================================== */

.homeContent {
    margin: 80px 0 0;
}

.sectionTitle{
    margin-top: 55px;
}

@media (max-width: 1050px) {
    .sectionTitle{
        margin-top: 53px;
    }
    .homeContent {
        margin: 45px 0 0;
    }

}

@media (max-height: 700px) and (min-width: 1000px){
    .homeContent {
        margin: 20px 0 0;
    }
}

@media (max-width: 414px) {
    .sectionTitle{
        margin-top: 20px;
    }
}



/*new Article List*/
div.newArticleImage{
    position: relative;
    width: 50%;
    float: left;
    height: 50%;
}

    .newArticleImage.field_large_preview{
        height: 100%;
    }

    .newArticleImage .imageBottomText{
        height: auto;
        padding: 15px 90px 20px;
        white-space: nowrap;
        display: inline-table;
    }

        .newArticleImage .imageBottomText h2{
            display: inline;
            white-space: normal;
            padding-right: 45px;
        }

        .newArticleImage .imageBottomText img{
            height: 20px !important;
            width: 20px !important;
            margin-bottom: 10px;
            margin-left: -20px;
            position:relative;
            left:-20px;
        }

@media (max-width: 1000px) {

    div.newArticleImage{
        width: 100%;
    }

        .newArticleImage .imageBottomText{
            padding: 15px 20px 45px;
            top: 50%;
            transform: translateY(-50%);
            bottom: auto;
        }

}

@media (max-width: 414px) {

    .newArticleImage .imageBottomText{
        padding: 15px 20px 0;
    }

}

/*Event Calendar*/
.hompageCalendar .eventRow{
    height: auto;
    margin-bottom: 10px;
    min-height:90px;
}

    .hompageCalendar .eventRow .eventImageBox{
            display: none;
    }

    .hompageCalendar .eventRow .eventTextBox{
            float: none;
            width: 100%;
            padding: 15px 12px 9px 12px;
    }

         .hompageCalendar .eventRow .eventTextBox .eventTitle{
            height: auto;
        }

    .hompageCalendar .eventRow .eventSecondRow {
        text-align: right;
    }

    /*first Image*/
    .hompageCalendar .view-content div:first-child .eventRow .eventTextBox{
        width: calc(100% - 140px);
        float: left;
    }

    .hompageCalendar .view-content div:first-child .eventRow .eventTextBox .eventTitle{
        height: 75px;
    }

    .hompageCalendar .view-content div:first-child .eventRow .eventFirstRow,
    .hompageCalendar .view-content div:first-child .eventRow .eventSecondRow{
        width: 100%;
    }

    .hompageCalendar .view-content div:first-child .eventRow .eventImageBox {
        display: block;
    }

    .hompageCalendar .eventRow .eventImageBox, .eventRow .eventImageBox img{
        width: 139px;
        height: 139px;
    }
@media (max-width: 620px) {



    .hompageCalendar .eventRow .eventImageBox, .eventRow .eventImageBox img{
        width: 90px;
        height: 90px;
    }
    .hompageCalendar .view-content div:first-child .eventRow .eventTextBox {
        width: calc(100% - 90px);
        float: left;
    }
}
@media (max-width: 414px) {
    .hompageCalendar .eventRow .eventImageBox, .eventRow .eventImageBox img{
        width: 69px;
        height: 69px;
    }

    .hompageCalendar .eventRow .eventImageBox{
            display: block;
    }

    .hompageCalendar .eventRow .eventTextBox .eventIcon{
        display: block;
    }

    .hompageCalendar .views-row-last{
        display: none;
    }

    .hompageCalendar .view-content div:first-child .eventRow .eventTextBox,
    .hompageCalendar .view-content div .eventRow .eventTextBox  {
        width: calc(100% - 25px);
        float: right;
        margin: 0 10px;
        padding: 12px 0;
    }

    .hompageCalendar .view-content .eventRow .eventImageBox {
        display: block;
    }

        .hompageCalendar .view-content div .eventRow .eventTextBox .eventTitle{
            height: auto;
        }

    .hompageCalendar .view-content div .eventRow .eventTitleBox{
        width: 100%;
    }

    .hompageCalendar .view-content div .eventRow .eventSecondRow{
        width: 100%;
    }

}

/*Event Teaser*/
.view-eventlinks{
    max-height: 464px;
    max-width: 464px;
}

.view-eventlinks .views-row{
    float: left;
    width: 50%;
    position: relative;
}
    .view-eventlinks .views-row img{
        width: 100%;
    }

    .view-eventlinks .views-row .eventLinkTitle{
        position: absolute;
        bottom: 0;
        padding: 10px 10px 9px 10px;
        line-height:22px;
    }


/*Contentpage
================================================== */

/*Querverlinkungen*/
#block-views-article-other-topics-block-1{
    border-top: 1px solid black;
    padding-top: 20px;
    margin-bottom: 30px;
}

.atricleThumbnail{
    margin-bottom: 30px;
    max-height: 178px;
    height: 19.77vw;
    overflow: hidden;
}

    .atricleThumbnail .atricleThumbnailLink{
        position: relative;
    }

    .atricleThumbnail img{
        width: 100%;
    }

    .atricleThumbnail .imageBottomText a{
        padding: 0 5px;
    }

        .atricleThumbnail .imageBottomText a div{
           display: inline-block;
        }

@media (max-width: 1000px) {
    .atricleThumbnail{
        height: 29vw;
        max-height: initial;
        margin-bottom: 15px;
    }
}

@media (max-width: 620px) {

    .atricleThumbnail{
        height: 62vw;
        max-height: initial;
    }

}

@media (max-width: 414px) {
    .atricleThumbnail {
        margin-bottom: 10px;
    }
}


/*Event Calendar Page
================================================== */
/*view*/
.eventRow{
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}
    .eventRow .eventImageBox,
    .eventRow .eventImageBox img{
        height: 140px;
        width: 140px;
        float: left;
    }

    .eventRow .eventTitleBox{
            position: relative;
    }

        .eventRow .eventTitleBox .eventButtons{
            text-align: right;
        }

        .eventRow .eventTimeBox .eventButtons{
            padding-top: 17px;
        }

        .eventRow .eventTimeBox .eventButtons .btn{
            width: 100%;
        }

    .eventRow .eventTextBox{
        padding: 12px 12px 8px;
        width: calc(100% - 140px);
        float: left;
    }
        .eventRow .eventTextBox .eventIcon{
            float: left;
            margin-right: 20px;
        }

            .eventRow .eventTextBox .eventIcon img{
                    max-width: 50px;
                    max-height: 50px;
                    margin-bottom: 24px;
            }

        .eventRow .eventTextBox .eventTitle{
            height: 74px;
        }

        .eventRow .eventTextBox .eventTitle .eventInfo{
            margin-bottom: 5px;
        }

        .eventRow .eventTimeBox .eventTime{
            text-align: right;
        }

.DateNobr{
    white-space: nowrap;
}

@media (max-width: 620px) {

    .eventRow{
        height: auto;
    }

    .eventRow .eventImageBox,
    .eventRow .eventImageBox img{
        height: 90px;
        width: 90px;
    }

    .eventRow .eventTextBox{
        width: calc(100% - 90px);
    }

        .eventRow .eventTextBox .eventTitle{
            height: auto;
            min-height: 77px;
            padding-bottom: 5px;
        }

    .eventRow .eventTimeBox .eventTime{
        text-align: left;
    }

    .eventRow .eventTextBox .eventIcon{
        display: none;
    }
}

@media (max-width: 414px) {

    .eventRow .eventImageBox,
    .eventRow .eventImageBox img{
        height: 70px;
        width: 70px;
    }

    .eventRow .eventTextBox{
        width: calc(100% - 70px);
    }

    .eventRow .eventTextBox .eventTitle{
        height: auto;
        min-height: 57px;
        padding-bottom: 5px;
    }

    .hompageCalendar .view-content div:first-child .eventRow .eventTextBox .eventTitle{
        height: auto;
    }
}

/*Filter*/

.views-exposed-form .views-widget-filter-field_weekly_repeating_date_value2_1,
.views-exposed-form .views-widget-filter-field_weekly_repeating_date_value{
    width: auto;
}

.views-exposed-form .views-widget-filter-field_weekly_repeating_date_value .views-widget{
    padding-top: 51px;
}

.views-exposed-form .views-widget-filter-field_weekly_repeating_date_value2_1 label{
    width: 0;
    white-space: nowrap;
}

.views-exposed-form .views-widget-filter-field_weekly_repeating_date_value2_1 .help-block,
.views-exposed-form .views-widget-filter-field_weekly_repeating_date_value .help-block{
    display: none;
}

@media (max-width: 414px) {

  /*  .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value .views-widget{
        padding-top: 0;
    }

    .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value2_1,
    .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value{
        width: 100%;
        margin-bottom: 10px;
    }*/

    .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value2_1,
    .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value{
        width: 130px;
    }
    .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value2_1 input,
    .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value input{
        width: 100%;
    }

    .views-exposed-form .views-widget-filter-field_weekly_repeating_date_value .views-widget{
        padding-top: 45px;
    }
}

/*Event node*/

.eventDetailTime .date-display-single{
    float: left;
    padding-right: 5px;
}

/*Animal
================================================== */

/*Detail*/
.animalContent .pageContentTitle{
    margin-bottom: 20px;
}

.animalContent .pageContentSidebar .field-items{
    margin-bottom: 10px;
}

.animalContent .pageContentSidebar .btn {
    margin-bottom: 10px;
}

.animalContent .pageContentMain .field-items{
    margin-bottom: 50px;
}

.animalContent .pageContentMain .animalDescription .field-items{
    margin-bottom: 30px;
}

.animalContent .table{
    margin-bottom: 0;
}

.animalContent .table-responsive > .table > thead > tr > th,
.animalContent .table-responsive > .table > tbody > tr > th,
.animalContent .table-responsive > .table > tfoot > tr > th,
.animalContent .table-responsive > .table > thead > tr > td,
.animalContent .table-responsive > .table > tbody > tr > td,
.animalContent .table-responsive > .table > tfoot > tr > td{
    white-space: normal;
}

.animalContent .table-responsive{
    overflow: auto;
}

.animalContent .animalPaten .field-collection-view,
.animalContent .animalPaten .field-collection-container {
    display: none;
}

.animalContent .animalPaten .generelSupporter{
    padding-left: 0;
}

.animalMap img{
    width: 100%;
}

.youngAnimals{
    margin-top: 30px;
}

.redListIcon .field-label{
    display: none;
}

.redListIcon{
    margin-top: 40px;
}

.redListIcon img{
    width: 45%;
    height: auto;
    margin: 0 auto;
    max-width: 160px;
}

@media (max-width: 1000px){
    .animalContent .field-name-field-illustration{
        text-align: center;
        margin-bottom: 50px;
    }

        .animalContent .field-name-field-illustration img {
            display: inline-block;
        }
}

/*view*/
.animalThumbnail {
    margin-bottom: 30px;
}

.animalThumbnail .animalIllustration {
    height: 18vw;
    max-height: 163px;
}

.animalThumbnail .animalIllustration img {
    height: 100%;
}

.animalThumbnail .animalName{
    height: 6vw;
    max-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 1000px) {
    .animalThumbnail {
        height: 100%;
        max-height: none;
    }

    .animalThumbnail .animalIllustration{
        height: 28vw;
        max-height: none;
    }

    .animalThumbnail .animalIllustration img{
        max-height: none;
    }

    .animalThumbnail .animalName{
        height: 50px;
    }
}

@media (max-width: 620px) {
    .animalThumbnail {
        height: 100%;
    }

    .animalThumbnail .animalIllustration{
        height: 54vw;
    }

}


/*filter*/
.views-exposed-form .views-widget-filter-field_sponsorship_available_value,
.views-exposed-form .views-widget-filter-field_has_young_animals_value{
    width: auto;
    margin-bottom: 40px;
}

    .views-exposed-form .views-widget-filter-field_sponsorship_available_value .views-widget{
        padding-top: 71px;
    }

    .views-exposed-form .views-widget-filter-field_has_young_animals_value{
        margin-top: 20px;
    }

        .views-exposed-form .views-widget-filter-field_has_young_animals_value label{
            width: 0;
            white-space: nowrap;
        }

        .views-exposed-form .views-widget-filter-field_has_young_animals_value .option{
            width: auto;
        }

@media (max-width: 414px) {


    .views-exposed-form .views-widget-filter-field_has_young_animals_value{
        margin-bottom: 0;
        width: 100%;
    }
    .views-exposed-form .views-widget-filter-field_has_young_animals_value label{
        width: 100%;
        white-space: normal;
    }

    .views-exposed-form .views-widget-filter-field_has_young_animals_value .form-control{
        height: auto;
    }

    .views-exposed-form .views-widget-filter-field_sponsorship_available_value .views-widget{
        padding: 0;
    }
}
/*Patenschaft
================================================== */

/*filter*/
.view-available-animals .views-exposed-form .views-widget-filter-field_animal_category_tid_1,
.view-available-animals .views-exposed-form .views-widget-filter-field_animal_category_tid{
    width: auto;
    margin-bottom: 40px;
}

.view-available-animals .views-exposed-form .form-item-sortierung label{
    font-size: 16px;
    font-weight: normal;
    float: left;
    text-transform: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.view-available-animals .views-exposed-form .form-item-sortierung .form-select{
    float: left;
    width: auto;
    margin-bottom: 10px;
    height: auto;
    background-color: white;
    font-size: 16px;
}

.patenButtonContainer{
    text-align: right;
}

@media (max-width: 620px) {
    .patenButtonContainer {
        position: absolute;
        top: 0;
        right: 0;
    }

    .patenTableRow{
        position: relative;
        margin-bottom: 15px;
    }
}
/*Shop
================================================== */

.ShopContent .view-header,
.ShopContent .view-footer{
    padding: 0 15px;
}

.ShopContent .view-header h3{
    margin-bottom: 30px;
}

/*leadimage*/
.shoplead {
    max-width: 920px;
    padding: 0 25px;
    margin: 170px auto 0 auto;
}

.shoplead .bxslider-views-slideshow-main-frame-row{
    height: 375px;
    padding-bottom: 40px;
    position: relative;
}

.shoplead .bx-wrapper .bx-prev{
    left: 5px;
}

.shoplead .bx-wrapper .bx-next{
    right: 5px;
}

.shoplead .bx-wrapper .bx-pager,
.shoplead .bx-wrapper .bx-controls-auto{
    height: 40px;
    padding-top: 20px;
}

.shoplead .bx-wrapper .bx-controls-direction a{
    width: 34px;
    bottom: 2px;
}

.shoplead .bxslider-views-slideshow-main-frame-row img{
    margin: 0 auto;
}

.shoplead.leadproduct .bxslider-views-slideshow-main-frame-row img{
    float: left;
    margin: 0;
    width: 50%;
}

.leadproduct .bxslider-views-slideshow-main-frame-row .product_information_title {
    margin-top: 30px;
}

.leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation,
.leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation_price{
    margin-bottom: 15px;
}

.leadproduct .bxslider-views-slideshow-main-frame-row .product_information_title ,
.leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation,
.leadproduct .bxslider-views-slideshow-main-frame-row .product_link,
.leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation_price{
    height: auto;
    width: 50%;
    padding-left: 20px;
    float: left;
}

.leadproduct .bxslider-views-slideshow-main-frame-row .product_link{
    width: auto;
    margin-left: 20px;
}

@media (max-width: 900px) {

    .shoplead {
        padding: 0;
    }

    .leadproduct .bxslider-views-slideshow-main-frame-row{
          height: auto;
          overflow: hidden;
    }

    .leadproduct .bxslider-views-slideshow-main-frame-row img{
        margin: 0 auto;
        float: initial;
    }
    .leadproduct .bxslider-views-slideshow-main-frame-row .product_information_title,
    .leadproduct .bxslider-views-slideshow-main-frame-row .product_link,
    .leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation,
    .leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation_price{
            float: left;
            padding-left: 15px;
            margin-bottom: 10px;
        }

    .leadproduct .bxslider-views-slideshow-main-frame-row .product_link{
        margin-left: 15px;
    }

    .ShopMainPageSidebar{
        top: 0;
    }
    .shoplead{
        margin: 0;
        max-height: none;
    }
}

@media (max-width: 750px) {
    .leadproduct .bxslider-views-slideshow-main-frame-row .product_information_title {
        margin-top: 10px;
    }
}

@media (max-width: 620px) {


    .shoplead .bxslider-views-slideshow-main-frame-row{
        min-height: 400px;
    }

    .view-leadimage-product.shoplead .bxslider-views-slideshow-main-frame-row{
        min-height: initial;
        height: auto;
    }

    .shoplead.leadproduct .bxslider-views-slideshow-main-frame-row img{
        width: 100%;
        height: auto;
    }

    .leadImage .shoplead div,
    .leadImage .shoplead section,
    .leadImage .shoplead .img-responsive{
        height: auto;
    }

    .leadproduct .bxslider-views-slideshow-main-frame-row .product_link {
        margin-bottom: 20px;
    }

    .leadproduct .bxslider-views-slideshow-main-frame-row .product_information_title,
    .leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation_price{
        width: 100%;
    }

    .leadproduct .bxslider-views-slideshow-main-frame-row .product_inforamation{
        display: none;
    }
}

@media (max-width: 414px) {
    .shoplead .bx-wrapper .bx-viewport,
    .shoplead .bx-wrapper .bx-viewport img {
        max-height: 650px;
    }
}

/*ShopNavigation*/
.ShopNavigation{
    padding-top: 45px;
}

.ShopNavigation legend{
    padding: 0;
}

.ShopNavigation .fieldset-wrapper{
    width: 100%;
    padding-bottom: 15px;
}

.ShopNavigation .fieldset-wrapper .view-content{
    padding: 30px 30px 15px 30px;
    position: relative;
    top: 15px;
    height: 255px;
    z-index: 10;
    overflow: hidden;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    -webkit-perspective: 1;
}

@media (max-width: 900px) {
    .ShopNavigation .fieldset-wrapper .view-content {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
        -moz-column-gap: 50px; /* Firefox */
        column-gap: 50px;
        height: 300px;
    }
}

@media (max-width: 620px) {
    .ShopNavigation .fieldset-wrapper .view-content {
        -webkit-column-count: inherit; /* Chrome, Safari, Opera */
        -moz-column-count: inherit; /* Firefox */
        column-count: inherit;
        -webkit-column-gap: 0; /* Chrome, Safari, Opera */
        -moz-column-gap: 0; /* Firefox */
        column-gap: 0;
        text-align: center;
        height: 100%;
    }
}

/*Sidebar*/
.ShopLink{
    margin-top: 50px;
}

.ShopCart{
    height: 237px;
    position: relative;
}

    .ShopCart .cartTitle{
        height: 60px;
        padding: 1px 12px 0 16px;
    }

        .ShopCart .cartTitle .cartIcon {
            height: 30px;
            width: 30px;
            position: absolute;
            right: 10px;
            top: 10px;
        }

.ShopMainPage .ShopCart {
    margin-top: 34px;
}

.MobileCartContainer{
    position: relative;
}

.MobileCart {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1;
}

.leadImage .MobileCart{
    right: 24px;
}
.MobileCart .cartIcon {
    display: inline-block;
    height: 30px;
    width: 30px;
}

.ProductDisplayContent .MobileCart {
    top: auto;
}

.ShopCart .cartSection{
     width: 100%;
     height: calc(100% - 60px);
     padding: 16px;
     position: relative;
}

    .ShopCart .cartSection .btn{
        width: calc(100% - 32px);
        margin: 0;
        position: absolute;
        bottom: 16px;
    }

@media (max-width: 1000px) {
    div.ShopCart{
        position: relative;
        display: none;
        height: auto;
        top: 15px;
    }

    .ProductDisplayContent .ShopCart{
        top: -25px;
    }

    .ProductDisplayContent .ShopCart .cartSection .btn {
        bottom: 16px;
    }

    .ShopCart .cartTitle{
        display: none;
    }

    .ShopCart .cartSection{
        height: 154px;
    }

    .ShopCart .cartSection .btn {
        bottom: 32px;
    }

    .ShopLink {
        top: 0;
        text-align: center;
        min-height: 120px;
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .MobileCart {
        right: 0;
    }
}
@media (max-width: 620px) {
    .leadImage .MobileCart{
        right: 14px;
    }
}
/*Shop Main Page*/
.ShopMainPageSidebar{
    position: relative;
    top: 35px;
}

.ShopMainPage .highlightLink{
    float: right;
    display: inline-block;
    height: 20px;
    margin-bottom: 40px;
    padding-top: 0;
}

@media (max-width: 1000px) {
    .ShopMainPageSidebar{
        position: relative;
        top: 0;
    }
}

@media (max-width: 900px) {

    .ShopMainPage .highlightLink{
        display: block;
        height: auto;
        margin-bottom: 40px;
    }
}

/*Product Category*/

.cartIcon .commerce-add-to-cart,
.cartIcon .commerce-add-to-cart .form-group{
    width: 100%;
    height: 100%;
    margin: 0;
}

.cartIcon .commerce-add-to-cart .btn{
    width: 30px;
    height: 30px;
    border: 0;
}

.ShopMainPage .pageContentMain,
.ShopContent .pageContentMain{
    margin-bottom: 40px;
}

.productThumbnail {
    margin-bottom: 30px;
    height: 235px;
    position: relative;
}

.productThumbnail .productIllustration {
    position: relative;
    overflow:hidden;
}

.productThumbnail .productIllustration .discountMarker{
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
}

.productThumbnail .productIllustration img{
    display: inline-block;
    width: 100%;
    max-width: initial;
}

.productLink .productThumbnail .productIllustration img{
    height: auto;
}

.productThumbnail .cartIcon{
    height:30px;
    width:30px;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
}

.productThumbnail .productName{
    display: inline-block;
    width: calc(100% - 30px);
    min-height: 75px;
    padding: 5px;
    position: absolute;
    bottom: 0;
}

.productThumbnail .productTitle{
    display: inline-block;
    min-height: 45px;
    width: 100%;
    margin-bottom: 10px;
}

.productThumbnail .productPrice{
    width: 100%;
}

.productThumbnail .productPrice .discountPrice {
    float: left;
}

.productThumbnail .productPrice .rawPrice{
    float: right;
}

@media (max-width: 1000px) {

    .productThumbnail {
        max-height: 295px;
        height: calc(22.9vw + 84px);
    }

        .productThumbnail .productName{
            width: calc(100% - 10px);
        }
}

@media (max-width: 620px) {
    .productThumbnail {
        height: calc(36.2vw + 82px);
    }
}


@media (max-width: 414px) {
    .productThumbnail {
        height: calc(36.5vw + 80px);
    }

    .productThumbnail .productIllustration{
        max-height: none;
    }

    .productThumbnail .productIllustration img{
        max-height: inherit;
    }

    .productLink .productThumbnail .productIllustration img{
        height: auto;
    }
}

/*Product display*/
#block-custom-title{
    top: 150px;
    width: 100%;
}

.ProductDisplayContent .pageContentTitle{
    margin-bottom: 30px;
}

.ProductDisplayContent .backLink {
    margin-top: 10px;
}

.productLink{
    margin-top: 30px;
    margin-bottom: 40px;
}

.productLink h2{
    margin-bottom: 40px
}

.commerce-add-to-cart{
    height: 100%;
    min-height: 39px;
}

.addToCartForm{
    margin-top: 45px;
    padding: 45px 0 45px 0;
}

.addToCartForm .attribute-widgets{
    width: auto;
}
.addToCartForm .form-group{
    margin-bottom: 0;
}

.addToCartForm .form-items {
    margin-bottom: 0;
}

.addToCartForm .form-item{
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    white-space: nowrap;
}

.addToCartForm .field-items{
    margin-bottom: 0;
}

.addToCartForm .btn{
    float: right;
    margin-bottom: 0;
    height: 39px;
}

.addToCartForm .form-item label{
    margin: 0;
    height: 39px;
    vertical-align: central;
    line-height: 25px;
}

.addToCartForm .form-item .form-control{
   width: auto;
}

.addToCartForm .form-item-quantity label{
    float: left;
    display: inline-block;
}

.addToCartForm label{
    padding: 6px 12px;
}

.commerce-add-to-cart div div:first-child label{
    padding: 6px 12px 6px 0;
}


.addToCartForm .form-item-quantity .form-control{
    float: left;
    width: 60px;
}

.addToCartForm .form-item-quantity .ui-spinner{
    float: left;
}

.addToCartForm .field-name-field-custom-price-b .form-control{
    margin-right: 10px;
    width: 70px;
    text-align: center;
}

.addToCartForm .form-type-radios{
   display: none;
}

.addToCartForm .form-control{
    height: 39px;
}

.addToCartForm .form-control[disabled],
.addToCartForm .form-control[readonly],
.addToCartForm .fieldset[disabled] .form-control{
   background-color: white;
}

.addToCartForm .input-group-addon{
   /*border: 0*/
   display: none;
}

.addToCartForm .ajax-progress{
    /*display: block;
    position: static;
    transform: initial;*/
}

.addToCartForm .form-item-attributes-product-select{
    display: none;
}
@media (max-width: 900px){
    #block-custom-title{
        top: 0;
        margin: 100px 0 20px;
        /*min-height: 45px;*/
    }
}

@media (max-width: 620px) {
    .commerce-add-to-cart{
        height: 100%;
        display: inline-block;
        width: 100%;
    }

    .commerce-add-to-cart .attribute-widgets,
    .commerce-add-to-cart .form-item{
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 20px;
    }

    .commerce-add-to-cart .attribute-widgets .form-control{
        width: auto;
    }

   .addToCartForm .btn{
        float: left;
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
    }

    .commerce-add-to-cart div div:first-child label{
        padding: 6px 12px;
    }
}

@media (max-width: 414px){
    #block-custom-title{
        margin: 92px 0 20px;
    }
}

.pageContentMain .ProductVariation {
    margin-top: 40px;
}

    .pageContentMain .ProductVariation h3{
        text-transform: none;
        margin-bottom: 40px;
        margin-top: 40px;
    }

.customer_profile_billing,
.checkout-buttons{
    max-width: 920px;
    margin: 0 auto;
    padding: 0 10px;

}

/*Newsroom
================================================== */

/*News*/

#block-views-medienmitteilung-news-block{
    margin-top: 50px;
}

.block-views .block-title{
    margin-bottom: 20px;
}

.newsRow{
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.newsDate{
    float: left;
    margin-right: 30px;
}

.newsTitle{
    float: left;
}

.newsTitle a{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    margin-bottom: -5px;
}

.newsLeadImage{
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
}

.newsLeadText{
    margin-bottom: 15px;
}

.newsView .btn{
    margin-bottom: 30px;
}

.newsView .btn-default{
    margin-top: 10px;
    margin-bottom: 50px;
}

/*Social Stream*/
#social-stream{
    margin: 0 -12px;
}

#social-stream ol li,
#social-stream ul li{
    margin-left: 12px;
}

#social-stream .stream li{
    width: 199px;
}

#social-stream .stream li .section-thumb img{
    max-width: 166px;
}

#social-stream .stream li .section-intro{
    white-space: nowrap;
}

.news-social-stream .dcsns-toolbar .filter li a{
    margin-right: 6px;
    margin-bottom: 20px;
    padding: 2px 3px;
}

.news-social-stream h2{
    margin-top: 15px;
    margin-bottom: 20px;
}

.news-social-stream .dcsns-toolbar .filter .link-all{
    height:  28px;
}

/*NewsDetail*/
.newsDateDetail,
.newsDateDetail .field-items{
    margin-bottom: 5px;
}

/*MagazinCenter
================================================== */
.magazinCenter{
    margin: 0 137px;
}

@media (max-width: 1000px) {
    .magazinCenter{
        max-width: 920px;
        margin: 0 auto;
        padding: 0 25px;
    }
}

@media (max-width: 620px) {
    .magazinCenter {
        padding: 0 10px;
    }
}

.magazinRow.row{
    margin: 0;
}

    .magazinRow.row [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }


.magazinLargeTeaser,
.magazinSmallTeaser{
    position: relative;
}

.magazinSmallTeaser:before{
	content: "";
	display: block;
	padding-top: 84%;
}

.magazinLargeTeaser:before{
    content: "";
	display: block;
    padding-top: calc(84% - 1px);
}

.magazinTeaser{
 	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.magazinLargeTeaser .magazinTeaser {
    bottom: -1px;
}

/*Search results
================================================== */
.wrapper .search-form{
    max-width: 920px;
    margin: 40px auto 0;
    padding: 0 25px;
}

.search-results{
    padding: 0;
}

.search-results li{
    list-style: none;
}

.custom-search-filter{
    height: 80px;
    padding: 0;
    margin-bottom: 10px;
}

.custom-search-filter h3{
    display: none;
}

.custom-search-filter ul{
    padding: 0;
}

.custom-search-filter li:first-child {
    display: none;
}

.custom-search-filter li{
    list-style: none;
    display: inline-block;
    float: left;
    padding: 0.3em 0.7em 0.4em;
    margin:  0 7px 7px 0;
}

@media (max-width: 620px) {
    .wrapper .search-form {
        padding: 0 10px;
    }
}

/*webform
================================================== */
@media (max-width: 620px) {
    .btn.form-submit {
        width: 100%;
    }
}

/*Sponsor
================================================== */

.sponsorScreen{
   width: 100%;
   height: 56.22vw;
   overflow: hidden;
}

.sponsorScreen .ajax-progress-throbber{
    display: none;
}

.sponsorScreen header h1{
    position: absolute;
    top: 70px;
    left: 85px;
}

.sponsorScreen header .logo {
    position: absolute;
    top: 30px;
    right: 55px;
    height: 80px;
    width: auto;
}

.sponsorScreen .col-xs-8{
    width: 72.25475842%;
}

.sponsorScreen .col-xs-4{
    width: 27.67203514%;
}

.sponsorScreen .screeContent{
    padding-left: 70px;
    padding-right: 17.5px;
    float: left;
    width: 100%;
}

.sponsorScreen .screenSidebar{
    padding-right: 40px;
    padding-left: 17.5px;
    float: left;
}

/*view*/
.sponsorScreen .view.screen{
    margin-left: -5px;
    margin-right: -5px;    position:relative;
}

.sponsorScreen .view.screen .views-exposed-widget{
    margin-bottom: 0;
}

.sponsorScreen .view.screen .views-exposed-widget > label{
    display: none;
}

.sponsorScreen .view.screen .views-exposed-widget .form-item-type{
    display: none;
}

.sponsorScreen .view.screen .views-exposed-form{
    margin: 50px 0 35px;
    height: 120px;
    padding: 0 5px;
}

.sponsorScreen .view.screen .animalThumbnail{
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.sponsorScreen .view.screen .animalThumbnail .animalIllustration{
    height: 9vw;
    max-height: initial;
}

.sponsorScreen .view.screen .animalThumbnail .animalName{
    max-height: 50px;
}

.sponsorScreen .view.screen .pager{
    position: absolute;
    width: 100%;
    bottom: calc(9vw + 45px);
    left: 0;
    right: 0;
}

.sponsorScreen .view.screen .pager-previous,
.sponsorScreen .view.screen .pager-next{
    position: absolute;
    height: 40px;
    width: 35px;
    overflow: hidden;
    z-index: 5;
}

.sponsorScreen .view.screen .pager-previous a,
.sponsorScreen .view.screen .pager-next a{
    padding-left: 35px;
}

.sponsorScreen .view.screen .pager-previous{
    left: -45px;
}

.sponsorScreen .view.screen .pager-next{
    right: -45px;
}

.sponsorScreen .view.screen .pager-current,
.sponsorScreen .view.view-search-screen .pager-current{
    display: none;
}

.sponsorScreen .view.view-search-screen .text-center{
    text-align: left;
}

.sponsorScreen .view.view-search-screen .control-label{
    display: none;
}

.sponsorScreen .view.view-search-screen .views-exposed-form .views-exposed-widget .form-submit{
    margin-top: 0;
}

/*Detail*/

.sponsorScreen .animalScreen{
    margin-top: 48px;
}

.sponsorScreen .animalTitle{
    margin-bottom: 30px;
}

.sponsorScreen .animalScreen .secondaryContent{
    display: none;
}

.sponsorScreen .animalInfoButton{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 32px;;
    top: 50px;
}

.sponsorScreen .animalScreen .animalTitle h3{
    margin-top: 0;
    margin-bottom: 7px;
}

.sponsorScreen .animalScreen .animalImage
{
    width: 47.2392638%;
    float: left;
    padding-right: 25px;
    margin-bottom: 70px;
}
.sponsorScreen .animalScreen .animalText{
    width: 52.7607362%;
    float: left;
}

.sponsorScreen .animalText h2{
    margin-bottom: 30px;
}

.sponsorScreen .animalScreen .animalText .field-collection-container,
.sponsorScreen .animalScreen .animalText .field-collection-view  {
    display: none;
}

.sponsorScreen .animalText .animal-name{
    width: auto;
}

.sponsorScreen .animalText .supporter-name{
    width: 100%;
}

.sponsorScreen .animalScreen .animalSponsor .tabButton{
    width: 100%;
    float: inherit;
}

.sponsorScreen .animalScreen .animalSponsor .scrollTable{
    float: left;
    height: calc(31.47vw - 30px);
    width: 100%;
}

.sponsorScreen .animalScreen .backLink{
    position: absolute;
    bottom: 0;
    left: 85px;
    height: 20px;
}

/*tabs*/

.sponsorScreen .animalScreen .tabButton{
    width: 50%;
    height: 30px;
    text-align: center;
    float: left;
    position: relative;
}

.sponsorScreen .animalScreen .tabButton .arrowIcon{
    display: none;
    width: 15px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-right: -7.5px;
    bottom: -8px;
}


.sponsorScreen .animalScreen .tabButton.active .arrowIcon{
    display: block
}


.sponsorScreen .animalScreen .tabContent {
    height: 31.47vw;
}

.sponsorScreen .animalScreen .tabContentField{
    height: 100%;
    display: none;
    padding: 30px 10px 10px;
}

.sponsorScreen .animalScreen .tabContentField img{
    width: 100%;
}

.sponsorScreen .animalScreen .tabContentField.active{
    display: inline-block;
}

/*table*/

.sponsorScreen .animalScreen .col_0{
    width: 140px;
    padding: 10px;
}

.sponsorScreen .animalScreen .col_1{
    width: 100%;
    padding: 10px;
}

.sponsorScreen .scrollTable{
    height: 31.47vw;
    overflow-y: scroll;
}

.sponsorScreen .scrollBarOverlay{
    height: 31.47vw;
    width: 31px;
    position:absolute;
    top: 143px;
    right: 30px;
}

.scrollTop{
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    margin: 2px;
}

.scrollDown{
    position: absolute;
    bottom: 0;
    height: 25px;
    width: 25px;
    margin: 2px;
}

/*sidebar*/

.sponsorScreen .searchScreenTitle{
    margin-top: 50px;
    margin-bottom: 20px;
}


.sponsorScreen .screenSidebar #block-views-search-screen-block-1,
.sponsorScreen .screenSidebar #block-views-search-screen-block{
    display: none;
}
.sponsorScreen .screenSidebar #block-views-search-screen-block-1.active,
.sponsorScreen .screenSidebar #block-views-search-screen-block.active
{
    display: block;
}

.sponsorScreen .screenSidebar .views-exposed-form{
    border: 0;
    margin: 0;
}

.sponsorScreen .screenSidebar .viewFilterButtons{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.sponsorScreen .screenSidebar .viewFilterButton{
    width: calc(50% - 5px);
    float: left;
    display: inline-block;
}

.sponsorScreen .screenSidebar .field-supporter-name-button{
    margin-right: 5px;
}

.sponsorScreen .screenSidebar .field-title-h1-button{
    margin-left: 5px;
}

.sponsorScreen .screenSidebar .views-exposed-widget{
    width: calc(100% - 90px);
    float: left;
    margin-bottom: 20px;
}

.sponsorScreen .screenSidebar .views-exposed-widget.views-submit-button{
    display: inline-block;
}

.sponsorScreen .screenSidebar .views-exposed-widget .form-control.form-text{
    height: 30px;
}

.sponsorScreen .screenSidebar .views-submit-button{
    float: right;
    width: auto;
}

.sponsorScreen .screenSidebar .views-submit-button .form-submit{
    height: 30px;
}

.sponsorScreen .screenSidebar .views-submit-button #edit-submit-search-screen{
    margin: 0;
}

.sponsorScreen .screenSidebar .view-search-screen{
    min-height: calc(9vw + 90px);
}

.sponsorScreen .screenSidebar .view-search-screen .pager-next,
.sponsorScreen .screenSidebar .view-search-screen .pager-previous {
    bottom: 20px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    width: 35px;

}

.sponsorScreen .screenSidebar .view-search-screen .pager-next{
   right: 0;
}

.sponsorScreen .screenSidebar .view-search-screen .pager-previous {
    left: 0;
}

.sponsorScreen .screenSidebar .view-search-screen .pager-next a,
.sponsorScreen .screenSidebar .view-search-screen .pager-previous a{
    padding-left: 35px;
}

.sponsorScreen .screenSidebar .view-content .views-row{
    margin-bottom: 5px;
}

.sponsorScreen .screenSidebar .view-content .views-row{
    width: 100%;
    height: 20px;
}

.sponsorScreen .screenSidebar .view-content .views-row div{
    display: inline-block;
    float: left;
    padding-left: 3px;
}

.sponsorScreen .views-widget-filter-term_node_tid_depth{
    display: inline-block;
}

/*infoScreen
================================================== */
.infoScreen{
    width: 100%;
    height:100vh;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.infoScreen .row {
    margin-left: -5px;
    margin-right: -5px;
}

.infoScreen .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.infoScreen .ajax-progress-throbber{
    display: none;
}

.infoscreenEvent{
    height: 210px;
    margin-bottom: 10px;
}

.infoscreenEvent .eventImageBox{
    height: 100%;
    float: left;
}

.infoscreenEvent .eventImageBox img{
    height: 100%;
}

.infoscreenEvent .eventTextBox{
    padding: 25px;
    float: left;
    position: relative;
    height: 100%;
    width: calc(100% - 210px);
}

.infoscreenEvent .eventTextBox .eventText{
    position: absolute;
    bottom: 25px;
}

.view-infoscreen-events .view-content .views-row{
    display: none;
}

.view-infoscreen-events .view-content .views-row:nth-child(1),
.view-infoscreen-events .view-content .views-row:nth-child(2),
.view-infoscreen-events .view-content .views-row:nth-child(3),
.view-infoscreen-events .view-content .views-row:nth-child(4){
    display: block;
}

.infoscreenHighlightEvent{
    padding: 36px 30px 40px 30px;
    margin-bottom: 10px;
    height: 290px;
}

.infoscreenHighlightEvent .eventText {
    width: calc(100% - 90px);
    float: left;
}

.infoscreenHighlightEvent .eventText p{
    display: block;
    height: 47px;
    overflow: hidden;
}

.infoscreenHighlightEvent .eventIcon{
    width: 90px;
    height: 90px;
    float: left;
}

.view-infoscree-highlight-events .views-row{
    display: none;
}

.infoscreenNews{
    height:  570px;
    position: relative;
    overflow: hidden;
}

.infoscreenNews img{
    width: 100%;
    min-height: 100%;
}

.infoscreenNews .topText{
    position: absolute;
    top: 30px;
    margin: 0 30px;
}

.infoscreenNews .bottomText{
    position: absolute;
    bottom: 30px;
    margin: 0 30px;
}

.view-infoscreen-news .views-row{
    display: none;
}

.view-infoscreen-news .views-row:nth-child(1){
    display: block;
}

.view-infoscreen-highlight-events .views-row{
    display: none;
}

.view-infoscreen-highlight-events .views-row:nth-child(1){
    display: block;
}

.infoScreen .sponsorLogo{
    float: left;
}

.infoScreenFooter{
    position: absolute;
    bottom: 40px;
    width: calc(100% - 60px);
}

.sponsorLogos{
    width: 33.33%;
    float: left;
}

.screenClock{
    width: 33.33%;
    text-align: center;
    float: left;
}

.infoScreenlogo{
    float: left;
    height: 50px;
    width: 33.33%;
    text-align: right;
}

.infoScreenlogo img{
    height: 50px;
}

.view-infoscreen-highlight-events .view-empty{
    display: block;
    height: 290px;
    margin-bottom: 10px;
    width: 100%;
}

.view-infoscreen-highlight-events .view-empty h2{
    display: none;
}

/*Registration
================================================== */

#registration-delete-confirm{
    max-width: 920px;
    margin: 0 auto;
    padding: 0 25px;
}

.registrationFrom{
    margin-top:10px;
}

#registration-form{
    margin: 0 auto;
    max-width: 920px;
}

@media (max-width: 1000px) {
    #registration-form {
        max-width: 1000px;
        padding: 0;
    }
}
@media (max-width: 620px) {
    #registration-form {
        padding: 0 10px;
    }
    #registration-delete-confirm {
        padding: 0 10px;
    }
}

.view-registration-submission{
    margin-top: 10px;
}

/*Fields*/

.registrationFrom .control-group .help-inline,
.registrationFrom .help-block{
    margin:0;
}

.registrationFrom fieldset.form-wrapper .fieldset-wrapper{
    padding:0;
}

.registrationFrom fieldset.form-wrapper .panel-heading{
    margin:10px 0;
}


.registrationFrom .form-wrapper{
    float:left;
    width:100%;
}

.registrationFrom .form-group .form-group{
    margin:0;
}

#edit-redirect{
    display: none;
}

#edit-field-registration-street{
    width: calc(100% - 77px);
    margin-right: 7px;
    float:left;
}

#edit-field-registration-street-nr{
    width: 70px;
    float: right;
}

#edit-field-registration-zip{
    width: 70px;
    float:left;
}

#edit-field-registration-city{
    width: calc(100% - 77px);
    margin-left: 7px;
    float: right;
}

#edit-field-registration-street div,
#edit-field-registration-street-nr div,
#edit-field-registration-zip div,
#edit-field-registration-city div{
    margin:0;
}

.form-type-select label,
.form-type-checkbox label,
.form-type-radio label{
    font-size: 14px;
}

.center .help-block{
    font-size: 14px;
}

/*footer
================================================== */
.footer{
    /* padding: 90px 0 80px; */
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
    height: auto !important;
    width: 100% !important;
}

    .footer .footerTitle{
        margin-top: 18px;
    }

    .footer ul li a{
        padding: 0;
    }

    .footer h2{
        margin-top: 0;
    }

    .footer .footerText{
        margin-top: 17px;
    }

    .footer .iconMenu ul{
        width: 135px;
        height: 74px;
        margin-top: 10px;
        margin-left: -8px;
    }

        .footer .iconMenu ul li{
            float: left;
            width: 45px;
            height: 45px;
            margin-top: 0;
            margin-bottom: 11px;
        }

            .footer .iconMenu ul li a{
                overflow: hidden;
                padding-left: 45px;
                background-size: 45px;
                background-position: top left;
                height: 45px;
            }

.scrollActiv footer .center{
    top: auto;
    transform: none;
}

.footer .block-superfish{
    margin: 0;
    padding: 0;
}

.footer .sf-menu{
    display: table;
}

.region-footer4 {
    min-height: 120px;
}

.hostpoint{
    margin-top: 25px;
}

.hostpoint a{
    border: 0;
    display: block;
}

.hostpoint img {
    max-width: 100%;
    width: 113px;
}

@media (max-width: 1000px){
    .footer{
        padding-top: 40px;
        padding-bottom: 85px;
        padding-left: 15px;
        padding-right: 15px;
        height: auto !important;
    }

    .footer .row .col-sm-3{
        padding-bottom: 40px;
    }

    .footer .newsletterFooter{
        margin: 20px 0 0 0;
    }

    .footer .newsletterFooter .btn{
        margin: 0;
    }

    .footer .footerTitle{
        display: none;
    }

    .footer #block-menu-menu-social-media h3{
        display: none;
    }

    .footer #block-menu-menu-social-media ul{
        width: 100%;
        height: 50px;
        margin-top: 34px;
        margin-left: 0px;
        margin-bottom: 24px;
    }

        .footer #block-menu-menu-social-media ul li{
            float: left;
            width: 20%;
            height: 45px;
            margin-left: 0;
            margin-bottom: 0;
        }

            .footer #block-menu-menu-social-media ul li a{
                overflow: hidden;
                text-align: center;
                padding-left: 0;
                background-size: 50px;
                background-position: center;
                text-indent: 100%;
                height: 45px;
            }

    .hostpoint{
        margin-top: 0;
        margin-bottom: 24px;
    }

    .region-footer4 {
        min-height: 0;
    }
}
@media (max-width: 420px) {
    .footer .btn-default {
        width: 100%;
    }

    .footer .partnerFooter{
        margin-top: 20px;
    }
}

/*fixedFooter*/
.fixedFooter{
    height: 40px;
    width:100%;
    position: fixed;
    bottom:0;
    z-index: 110;
    white-space: nowrap;
    overflow: hidden;
}

    .fixedFooter .sponsoren{
        height: 40px;
        padding-left: 60px;
        display: inline-block;
        float: left;
    }

    .fixedFooter .sponsoren .sponsorLogo {
        text-align: left;
        width: auto;
        max-height: 100%;
        margin-right: 15px;
        display: inline-block;
        height: 40px;
    }

    .fixedFooter .sponsoren .sponsorLogo img{
         height: auto;
         width: 100%;
    }

    .fixedFooter p{
        text-align: right;
        margin-top: 10px;
        margin-right: 45px;
    }

@media (max-width: 1000px){

    .fixedFooter {
        position: static;
    }

    .fixedFooter .sponsoren{
        margin-left: 0;
        max-width: 100%;
        padding: 0 30px;
    }

    .fixedFooter .sponsoren .sponsorLogo{
        text-align: center;
        width: 24%;
        margin: 0;
    }
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
    outline: none;
}

@media (max-width: 845px) {
    .fixedFooter p{
        display: none;
    }
}
