/*----------------------------------Header----------------------------------*/

/*----------Top-Header----------*/
#ai_container {
    width: calc(100% - 90px);
    margin: 0 0 0 90px;
    height: 310px
}
#ai_palm {
    padding: 0 30px 0 0;
    width: 40px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: middle;
}
#ai_intro {
    margin: 20px 0 12px 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 17px;
}
#ai_right {
    font-size: 14px;
}
#ai_prompts {
    right: 30px;
    bottom: 15px;
}
#ai_select {
    margin: 0 0 0 10px;
    font-size: 15px;
}

/*----------Menu----------*/
#menu ul li .sub-menu li a {
    padding: 14px 0 10px 0;
}

/*----------Main-Header----------*/
#header_bar.open {
    top: 285px;
}
#logo_circle {
    width: 130px;
    height: 130px;
    margin: -28px 0 0 -20px;
}
#logo_darker {
    width: 128px;
	height: 128px;
}
#logo {
    width: 90px;
	height: 90px;
    margin: 30px 0 0 22px;
}
#logo_circle.open {
    width: 160px;
    height: 160px;
    margin: 248px 0 0 -40px;
}
#logo_circle.open #logo_darker {
    width: 158px;
	height: 158px;
}
#logo_circle.open #logo {
    width: 130px;
	height: 130px;
    margin: 19px 0 0 18px;
}

.prod_table .prod_text {
    position: absolute;
    right: 0;
    display: table;
    width: 40%;
    max-width: 500px;
    z-index: 9;
}
.headerspace.open {
    height: 360px;
}
#ai_select {
    font-size: 13px;
}

/*----------------------------------Module----------------------------------*/

/*----------Hero-Slider----------*/
.hero_packshot {
    left: 3%;
}
.hero_headline {
    top: 8%;
    left: 4%;
}
.hero_head {
    font-size: clamp(34px, 3.5vw, 40px);
    line-height: auto;
}
.hero_text {
    padding: 9px 10px 0 10px;
    background-color: rgba(0,0,0,0.8);
}
.hero_head:nth-child(2) .hero_text {
    margin: 0 0 0 6%;
    padding: 7px 10px 0 10px;
}

/*----------Home | Story----------*/
.story {
    padding: 60px 0 20px 0;
}
.story_content {
    max-width: 650px;
    max-height: 123px;
}
h1.story_head {
    font-size: 36px;
    margin: 0 0 8px 0;
}
.more_blend {
    bottom: 00px;
    height: 160px;
}
/*----------Home | Product-Slider----------*/
.product_slider {
    margin: 0 auto 20px auto;
}
.product_slider .royalSlider {
    position: relative;
    width: 100%;
    max-height: auto;
}
.prod_table .product_row {
    position: relative;
    width: 100%;
    left: 0;
}
.prod_table .product_hero {
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
}
.prod_table .products_background {
    top: 0;
    margin: 0;
    width: 100%;
}
.prod_table .products_packshot {
    width: 100%;
}
.prod_table .prod_text {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 10%;
}
.prod_table .prod_text_inner {
    margin: 40px 0 0 0;
    display: block;
    vertical-align: text-top;
}
.prod_table .prod_head {
    font-size: 26px;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgb(0,0,0,0.9);
}
.prod_table .prod_short {
    font-size: 14px;
    line-height: 20px;
}
.product_slider .rsDefault.rsHor .rsArrowLeft {
    left: 30px;
    top: 0;
}
.product_slider .rsDefault.rsHor .rsArrowRight {
    right: 30px;
    top: 0;
}

/*----------Home | Theme-Auswahl----------*/
.module.carousel {
    margin: 50px 0 50px 0;
}
.slick-prev {
    left: -25px !important;
    padding: 0 !important;
}
.slick-next {
    right: -25px !important;
    padding: 0 !important;
}

/*----------------------------------Footer----------------------------------*/
footer {
    border-top: 1px solid #444;
	padding: 52px 0 38px 0;
}
footer .copyright {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 16px;
    float: none;
}
footer .footer_links {
	float: none;
}
footer .footer_links .link {
    margin: 0 20px 0 0;
}


/*----------------------------------------Landscape only----------------------------------------*/
@media only screen and (orientation : landscape) {
    .prod_table .prod_text_inner {
        padding-bottom: 2%;
    }
    .product_slider {
        margin: 0 auto 0 auto;
    }
    .module.carousel {
        margin: -50px 0 80px 0;
    }
}