/* montserrat-100 - latin */
@font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v26-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-200 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-300 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-regular - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-500 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

.osterei {
    height: 21px;
    width: auto;
    display: inline-block;
    position: relative;
    bottom: -2px;
}

.osterhase {
    display: block;
    position: absolute;
    right: 50px;
    top: -387px;
    height: 372px;
    width: auto;
}

* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
}

html {

    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    font-family: 'montserrat', sans-serif; 
    line-height: 160%;
    margin: 0px 0px 0px 0px;
    font-size: 21px;
    color: #666;
    position: relative;
    height: 100%;
    background: #fff;
    font-weight: 300;
    overflow-y: scroll;
}

a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease-in;
    border: 0;
}

a:hover {
    color: #92997a;
}

b, strong {
    font-weight: 400;
    /* color: #92997a; */
}

p {
    margin-bottom: 15px;
}

p.no_margin {
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

.right {
    float: right;
    width: 40%;
    height: auto;
    display: block;
    margin-left: 50px;
    margin-bottom: 20px;
}

.full_width {
    width: 100%;
    height: auto;
    margin: 35px 0;
    display: block;
}

a.link_button {
    font-size: 25px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    padding-left: 25px;
    transition: 0.3s ease-out;
}

a.link_button:hover {
    padding-left: 30px;
}

a.link_button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    border-left: 12px solid #666;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    overflow: hidden;
}

#wrapper_inside {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

#header {
    position: relative;
    width: 1180px;
    height: 130px;
    margin: 0 auto;

}

#header #logo {
    position: absolute;
    right: 0;
    top: 36px;
    width: 250px;
    height: auto;
}

#header #language {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    display: flex;
    top: 0;
    bottom: 0;
    left: 643px;
    right: 250px;
    justify-content: center;
    align-items: center;
}

#header #language:lang(en) {
    left: 623px;
}

#header #language div.mod-languages li {
    margin: 0 !important;
}


.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#header #language div.mod-languages ul li.lang-active {
	background-color: transparent;
}

#header #language div.mod-languages a {
	padding: 0;
}

#header #language div.mod-languages li:first-child:after {
    content: '|';
    position: relative;
    top: -1px;
}

#header #language div.mod-languages li a {
    color: #8a8a8a;
}

#header #language div.mod-languages li.lang-active a {
    color: #92997a;
}

#header #language div.mod-languages li a:hover {
    color: #92997a;
}


.claim {
    position: absolute;
    left: 0;
    top: 0;
    height: 130px;
    line-height: 130px;
    color: #666;
    font-size: 30px;
    font-weight: 200;
}

.claim strong {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 33px;
    padding-right: 12px;
}

#slider_container {
    max-width: calc(100% - 80px);
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#slider {
    position: relative;
    width: 100%;
    background: #ccc;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
}




#content {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    text-align: left;
    margin-top: 70px;
    padding-bottom: 750px;

}


#content h1 {
    font-size: 55px;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 200;
    text-align: left;
    position: relative;

}

#content h2 {
    font-size: 31px;
    margin-bottom: 30px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}

#content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}

#content h4 {
    font-size: 23px;
    margin-bottom: 10px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}







#content ul {
    list-style: none;
}


#content ul.list li {
    padding-left: 18px;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 8px;
}

#content ul.list li ul {
    margin-top: 8px;
}

#content ul.list li ul li {
    padding-left: 45px;
}

#content ul.list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 15px;
    background: #666;
}


.frame {
    position: relative;
    padding-top: 130px;
    min-height: 800px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.aquarium {
    position: absolute;
    right: 0;
    top: 0;
    width: 550px;
    opacity: 1;
    transition: 0.3s ease-out;
    transform: translateX(0);
    padding-top: 600px;
    text-align: center;
}

.aquarium.hidden {
    opacity: 0;
    transform: translateX(110%);
}

.aquarium img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
}




.shop_button_wrapper {
    padding-right: 230px;
    position: relative;
    margin-top: 50px;
}

.button_shop {
    position: absolute;
    right: 0;
    top: -15px;
    text-align: center;
    width: 180px;
    height: 180px;
    display: flex;
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    transition: all 0.4s ease-out;
    will-change: auto;
    background: #f7f7f7;
}

.button_shop:hover {
    color: #fff;
    
    transform: rotate(7deg);
}


.button_shop span {
    position: relative;
    z-index: 2;
}

.button_shop:before {
    position: absolute;
    content: '';
    background: #666;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    transform: scale(0);
    transition: transform 0.4s ease-out;
}


.button_shop:hover:before {
    transform: scale(1);
}


.select_wrapper {
    width: 380px;
    position: relative;
    margin: 0 auto;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-family: 'montserrat', sans-serif;
    font-size: 23px;
    font-weight: 300;
    color: #666;
    background: #eee;
    padding: 3px 10px;
    cursor: pointer;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.select_wrapper::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url(../images/icon_select.svg) center center no-repeat;
    background-size: contain;
    pointer-events: none;
}

select option {
    color: #666;
    font-size: 18px;
}

select::-ms-expand {
    display: none;
}

.select1, .select2, .select3 {
    margin-top: 15px;
}



.technik {
    display: block;
    width: 370px;
    height: auto;
}




/* Accordion */

.accordion {
    margin-bottom: 30px;
}

.accordion > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    max-height: 0px;
    height: auto;
}

.accordion.open > div {
    max-height: none;
}

.accordion.animating > div, .accordion.open.animating > div {
    max-height: 3000px;
    max-height: var(--acc_height, 3000px);
}

.accordion > div > div {
    padding: 20px 0 75px 60px;
}

.accordion3 > div > div {
    padding: 20px 0 0 60px;
}

.accordion4 > div > div > .galerie:last-child {
    margin-bottom: 0;
}

.accordion > a {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.accordion.open > a, .accordion.animating a, .accordion.open.animating a {
 
}


#content .accordion h2, #content .accordion h3 {
    position: relative;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 60px;
    text-align: left;
    color: #666;
    transition: color 0.15s ease-out;
    line-height: 125%;
}

.accordion h2 > span, .accordion h3 > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: #666;
    transition: transform 0.15s ease-out;
}

.accordion a:hover h2 > span, .accordion a:hover h3 > span, .accordion.animating a h2 > span, .accordion.animating a h3 > span, .accordion.open a h2 > span, .accordion.open a h3 > span {
    
}

#content .accordion a:hover h2, #content .accordion a:hover h3, #content .accordion.animating a h2, #content .accordion.animating a h3, #content .accordion.open a h2, #content .accordion.open a h3 {
    color: #92997a;
}

.accordion h2 span:before, .accordion h3 span:before {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 26px;
    left: 6px;
    top: 17px;
    background: #fff;
    transition: transform 0.2s ease-in;
}

.accordion.open h2 span:before, .accordion.animating h2 span:before, .accordion.open h3 span:before, .accordion.animating h3 span:before {
   transform: rotate(-180deg);

}

.accordion h2 span:after, .accordion h3 span:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 26px;
    top: 6px;
    left: 17px;
    background: #fff;
    transition: transform 0.2s ease-in;

}

.accordion.open h2 span:after, .accordion.animating h2 span:after, .accordion.open h3 span:after, .accordion.animating h3 span:after {
   transform: rotate(-90deg);
}




/* Handelspartner */

.accordion4 {
    margin-top: 15px;
}

.handelspartner {
    display: flex;
    flex-wrap: wrap;
}

.handelspartner > div {
    width: 30%;
    padding-right: 3.3%;
    margin-bottom: 5%;
}



/* Galerie */

.galerie {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 70px;
}

.galerie > div:first-child {
    width: 180px;
    margin-right: 35px;
}

.galerie > div img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
    
#content .accordion .galerie h3 {
    margin-top: 0;
    padding-left: 0;
    font-size: 27px;
}

.gallery_element {
    white-space: nowrap;
}

.spacer2 {
    display: none;
}

.fancybox-caption {
    font-size: 21px !important;
}

.fancybox-bg {
    background: #000 !important;
}
    
/* Kontakt */


.contact_info_wrapper {
    display: flex;
}

.contact_info_wrapper > div {
    margin-right: 100px;
}

.contact_info_wrapper > div:last-child {
    margin-right: 0;
}

.contact_info {
    font-size: 26px;
    display: flex;
    align-items: center;
}

.contact_info img {
    display: block;
    width: 50px;
    height: auto;
    margin-right: 20px;
}







#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 580px;
    background: #666;
    border-top: 15px solid #92997a;
    font-size: 23px;
}

#footer, #footer a {
    color: #f5f5f5;
}

#footer #footer_inner {
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    height: 450px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


#footer h2 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
    text-align: center;
}



#footer button {
    font-size: 30px;
    margin-top: 25px;
    border: none;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    color: #f5f5f5;
    background: #92997a;
    padding: 10px 25px;
    transition: 0.3s ease-out;
    position: relative;
    cursor: pointer;
}

#footer button:hover {
    padding-left: 65px;
}

#footer button:before {
    content: '';
    display: block;
    width: 38px;
    left: 12px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/newsletter.svg) center center no-repeat;
    background-size: contain;
    transform-origin: left center;
    transform: scale(0);
    transition: 0.3s ease-out;
}

#footer button:hover:before {
    transform: scale(1);
}
    
    
#footer_end {
    position: absolute;
    left: 50%;
    bottom: 105px;
    transform: translateX(-50%);
    display: flex;
    font-size: 20px;
}

#footer_end > div {
    margin-right: 100px;
    height: 36px;
    line-height: 36px;
    width: 300px;
    display: flex;
    justify-content: center;
}

#footer_end > div a img {
    display: block;
    width: 36px;
    height: auto;
    margin-right: 15px;
}

#footer_end > div:nth-child(1) a img {
    width: 35px;
}
    
#footer_end > div a {
    display: flex;
    align-items: center;
}

#footer_end > div:nth-child(3) {
    margin-right: 0;
}
    
    
#footer_end2 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    font-size: 14px;
}

#footer_end2 > div {
    margin-right: 40px;
}

#footer_end2 > div:last-child {
    margin-right: 0;
}  
    
    
@media (max-width: 1220px) {

    .osterei {
        height: 17px;
    }
    
    .osterhase {
        display: block;
        position: absolute;
        right: 42px;
        top: -328px;
        height: 316px;
        width: auto;
    }
    
    body {
        font-size: 17px;
    }

    p {
        margin-bottom: 12px;
    }


    .full_width {
        margin: 28px 0;
    }

    a.link_button {
        font-size: 20px;
        margin-top: 8px;
        padding-left: 20px;
    }

    a.link_button:hover {
        padding-left: 24px;
    }

    a.link_button:before {
        top: 7px;
        border-left: 9px solid #666;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    
    #header {
        width: 952px;
        height: 104px;
    }

    #header #logo {
        top: 29px;
        width: 200px;
    }
    
    #header #language {
        font-size: 13.6px;
        left: 522px;
        right: 200px;
    }
    
    #header #language:lang(en) {
        left: 506px;
    }

    .claim {
        height: 104px;
        line-height: 104px;
        font-size: 24px;
    }

    .claim strong {
        font-size: 27px;
        padding-right: 10px;
    }

    #slider_container {
        max-width: calc(100% - 64px);
    }





    #content {
        width: 952px;
        margin-top: 56px;
        padding-bottom: 600px;
    }




    #content h1 {
        font-size: 44px;
        margin-bottom: 16px;
    }

    #content h2 {
        font-size: 25px;
        margin-bottom: 24px;
    }

    #content h3 {
        font-size: 21px;
        margin-bottom: 16px;
    }

    #content h4 {
        font-size: 19px;
        margin-bottom: 8px;
    }








    #content ul.list li {
        padding-left: 14px;
        margin-bottom: 7px;
    }

    #content ul.list li ul {
        margin-top: 7px;
    }

    #content ul.list li ul li {
        padding-left: 36px;
    }

    #content ul.list li:before {
        width: 5px;
        height: 5px;
        top: 11px;
    }







    .frame {
        padding-top: 104px;
        min-height: 640px;
        padding-bottom: 40px;
    }

    .aquarium {
        width: 440px;
        padding-top: 480px;
    }


    .shop_button_wrapper {
        padding-right: 184px;
        margin-top: 40px;
    }


    .button_shop {
        top: -12px;
        width: 144px;
        height: 144px;
    }


    .select_wrapper {
        width: 304px;
    }

    select {
        font-size: 18px;
        padding: 3px 8px;
    }

    .select_wrapper::before {
        right: 12px;
        width: 16px;
    }

    select option {
        font-size: 15px;
    }

    .select1, .select2, .select3 {
        margin-top: 12px;
    }

    .technik {
        width: 296px;
    }











    /* Accordion */

    .accordion {
        margin-bottom: 24px;
    }

    .accordion.animating > div, .accordion.open.animating > div {
        max-height: 2400px;
        max-height: var(--acc_height, 2400px);
    }

    .accordion > div > div {
        padding: 16px 0 60px 48px;
    }
    
    .accordion3 > div > div {
        padding: 16px 0 0 48px;
    }

    #content .accordion h2, #content .accordion h3 {
        margin-top: 16px;
        margin-bottom: 8px;
        padding-left: 48px;
    }

    .accordion h2 > span, .accordion h3 > span {
        width: 30px;
        height: 30px;
    }

    .accordion h2 span:before, .accordion h3 span:before {
        height: 4px;
        width: 20px;
        left: 5px;
        top: 13px;
    }

    .accordion h2 span:after, .accordion h3 span:after {
        width: 4px;
        height: 20px;
        top: 5px;
        left: 13px;
    }



    /* Galerie */

    .galerie {
        margin-top: 32px;
        margin-bottom: 56px;
    }

    .galerie > div:first-child {
        width: 144px;
        margin-right: 28px;
    }
    
    #content .accordion .galerie h3 {
        font-size: 22px;
    }

    .fancybox-caption {
        font-size: 17px !important;
    }


    /* Kontakt */

    .contact_info_wrapper > div {
        margin-right: 80px;
    }

    .contact_info {
        font-size: 21px;
    }

    .contact_info img {
        width: 40px;
        margin-right: 16px;
    }


    

    /* Handelspartner */

    .accordion4 {
        margin-top: 12px;
    }



    #footer {
        height: 464px;
        border-top: 12px solid #92997a;
        font-size: 18px;
    }


    #footer #footer_inner {
        height: 360px;
    }


    #footer h2 {
        font-size: 29px;
        margin-bottom: 12px;
    }



    #footer button {
        font-size: 24px;
        margin-top: 20px;
        padding: 8px 20px;
    }

    #footer button:hover {
        padding-left: 52px;
    }

    #footer button:before {
        width: 30px;
        left: 10px;
    }  
    
    
    #footer_end {
        bottom: 84px;
        font-size: 16px;
    }

    #footer_end > div {
        margin-right: 80px;
        height: 29px;
        line-height: 29px;
        width: 240px;
    }

    #footer_end > div a img {
        width: 29px;
        margin-right: 12px;
    }

    #footer_end > div:nth-child(1) a img {
        width: 28px;
    }
    

    
    
    #footer_end2 {
        bottom: 24px;
        font-size: 11px;
    }

    #footer_end2 > div {
        margin-right: 32px;
    }
 
}



@media (max-width: 980px) {
    
    
    .osterhase {
        display: block;
        position: absolute;
        right: 30px;
        top: -160px;
        height: 150px;
        width: auto;
    }
    
    
    #header {
        width: calc(100% - 60px);
    }
    
    #header #language {
        left: 245px;
    }
    
    #header #language:lang(en) {
        left: 259px;
    }

    .claim {
        font-size: 22px;
        height: auto;
        line-height: normal;
        top: 22px;
    }

    .claim strong {
        font-size: 24px;
        display: block;
    }

    #slider_container {
        max-width: calc(100% - 60px);
    }





    #content {
        width: calc(100% - 60px);
        padding-bottom: 540px;
    }













    .frame {
        padding-top: 30px;
        min-height: 576px;
        padding-bottom: 36px;
    }

    .aquarium {
        width: 320px;
        padding-top: 370px;
    }





    .technik {
        width: 33%;
    }









    /* Handelspartner */

    .handelspartner > div {
        width: 45%;
        padding-right: 5%;
        margin-bottom: 5%;
    }







    /* Kontakt */




    #footer {
        height: 424px;
        border-top: 10px solid #92997a;
        font-size: 18px;
    }


    #footer #footer_inner {
        height: 310px;
    }



    


    #footer_end > div {
        margin-right: 10px;
        height: 29px;
        line-height: 29px;
        width: 230px;
    }

    

    
    

 
    
    
}



@media (max-width: 780px) {


    .osterhase {
        display: block;
        position: absolute;
        right: 25px;
        top: -90px;
        height: 80px;
        width: auto;
    }
    
    
    #header {
        width: calc(100% - 50px);
        height: auto;
        text-align: center;
    }
    
    #header #logo {
        top: 30px;
        width: 210px;
        height: 48px;
        position: relative;
        display: inline-block;
        margin-bottom: 40px;
        
    }
    
    #header #language {
        display: block;
        bottom: auto;
        left: auto;
        right: 0;
        top: 22px;
    }
    
    #header #language:lang(en) {
        right: 0;
        left: auto;
    }

    .claim {
        font-size: 18px;
        position: relative;
        height: auto;
        line-height: normal;
        font-weight: 300;
        display: block;
        margin: 0 auto 25px;
        top: auto;
    }

    .claim strong {
        font-size: 20px;
        display: inline;
    }

    #slider_container {
        max-width: calc(100% - 50px);
    }
    
    .ls-bottom-nav-wrapper {
        display: none;
    }
    






    #content {
        width: calc(100% - 50px);
        padding-bottom: 480px;
    }
    
    
    
    #content h1 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    #content h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    #content h3 {
        font-size: 21px;
        margin-bottom: 16px;
    }

    #content h4 {
        font-size: 19px;
        margin-bottom: 8px;
    }
    
    .shop_button_wrapper {
        padding-right: 0;
        margin-top: 40px;
    }


    .button_shop {
        top: 0;
        width: 140px;
        height: 140px;
        position: relative;
        float: right;
        margin-left: 30px;
        margin-bottom: 30px;
    }
    
    .frame {
        padding-top: 0;
        min-height: none;
        padding-bottom: 0;
    }
    
    .aquarium {
        position: relative;
        width: 100%;
        margin: 100px auto 0;
        padding-top: 0;
    }
    
    .aquarium.hidden {
        opacity: 1;
        transform: translateX(0);
    }
    
    .aquarium img {
        position: relative;
        margin-bottom: 30px;
        max-width: 380px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .technik {
        width: 47%;
    }


    .contact_info_wrapper {
        display: block;
    }
    
    .contact_info_wrapper > div {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    
    /* Handelspartner */

    .handelspartner > div {
        width: 100%;
        margin-bottom: 20px;
    }



    /* Galerie */

    .galerie {
        display: block;
    }

    .galerie > div:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .galerie > div img {
        width: 170px;
    }


    .spacer2 {
        display: inline-block;
    }

    .hd_smls {
        display: none;
    }
    
    #footer {
        height: 400px;
    }
    
    #footer #footer_inner {
        width: calc(100% - 50px);
        height: 290px;
    }
    
    #footer_end {
        bottom: 80px;
    }
    
    #footer_end > div {
        margin-right: 50px;
        width: 38px;
    }

    
    #footer_end > div a span {
        display: none;
    }
    
    #footer_end > div a img {
        margin-right: 0;
        width: 38px;
    }
    
    #footer_end > div:nth-child(1) a img {
        width: 37px;
    }
    
    #footer_end2 {
        bottom: 20px;
    }
    
}


@media (max-width: 480px) {

    .sh_smpt {
        display: block !important;;
    }
    
    #header {
        width: calc(100% - 40px);
    }
    
    #header #logo {
        top: 20px;
        width: 176px;
        height: 41px;
        margin-bottom: 30px;  
    }
    
    #header #language {
        top: 25px;
    }

    #header #language div.mod-languages li:first-child:after {
        display: none;
    }

    #header #language div.mod-languages li a {
        color: #92997a;
    }

    #header #language div.mod-languages li.lang-active {
        display: none;
    }
    
    #header .claim {
        display: none;
    }
    
    #slider_container {
        max-width: calc(100% - 40px);
    }

    
    #content {
        width: calc(100% - 40px);
        padding-bottom: 480px;
        margin-top: 40px;
    }
    
    #content h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }
    
    .button_shop {
        width: 110px;
        height: 110px;
        margin-left: 25px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 140%;
    }
    
    .aquarium {
        position: relative;
        margin: 100px auto 0;
        padding-top: 0;
    }
    
    .select_wrapper {
        max-width: 360px;
        width: 100%;
    }
    
    .technik {
        width: 60%;
    }

    
    #content .claim {
        display: block !important;
        margin-top: 20px;
    }
    
    .claim {
        font-size: 19px;
        margin: 0;
    }

    .claim strong {
        font-size: 21px;
        display: block;
        padding-right: 0;
    }
    
    .contact_info {
        font-size: 20px;
    }

    .contact_info img {
        width: 36px;
    }


    #footer {
        height: 400px;
        font-size: 17px;
    }
    
    #footer h2 {
        font-size: 28px;
    }
    
    #footer button {
        font-size: 22px;
        margin-top: 15px;
        padding: 7px 15px;
    }

    #footer button:hover {
        padding-left: 15px;
    }

    #footer button:hover:before {
        transform: scale(0);
    }
    
    #footer_end {
        bottom: 65px;
    }
    
    #footer_end > div {
        margin-right: 40px;
        width: 36px;
    }
    
    #footer_end > div a img {
        width: 36px;
    }
    
    #footer_end > div:nth-child(1) a img {
        width: 35px;
    }
    
    #footer_end2 {
        bottom: 15px;
    }
    
}

