/*----------------------------------Main----------------------------------*/
h1 {
    font-family: "Veneer", "Roboto", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px 0;
    color: #fff;
}
h2 {
    margin: 0 0 12px 0;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}
p {
    margin: 0 0 12px 0;
}
.cta {
    padding: 10px 20px 4px 20px;
    margin: 15px 0 15px 0;
    border-radius: 20px;
    font-size: 17px;
    line-height: 18px;
}
.cta:hover {
    background-color: #fff;
    color: #000;
}

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

/*----------Top-Header----------*/
#topheader {
    padding: 0 0 35px 0;
}
#ai_container {
    width: 100%;
    height: 160px;
    margin: 0 0 0 -15px;
}
#ai_palm {
    position: absolute;
    display: block;
    height: 100px;
    padding: 0 10px 0 0;
    width: 30px;
    margin: 0 10px 0 0;
    background-size: contain;
}
#ai_text {
    width: 100%;
    padding: 15px 0 0 0;
}
#ai_intro {
    width: calc(100% - 70px);
    margin: 15px 0 10px 70px;
    font-size: 13px;
    line-height: 17px;
}
#ai_right {
    position: absolute;
    display: block;
    font-size: 13px;
    line-height: 15px;
    right: 15px;
    bottom: 13px;
}
#ai_prompts {
    margin: 0;
    width: 180px;
    right: 20px;
    bottom: -145px;
}
#ai_select {
    display: none;
}
#ai_select_smart {
    display: block;
    font-size: 12px;
    height: 24px;
    margin: 8px 0 3px 78px;
    padding: 0 35px 0 13px;
    border-radius: 5px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #222;
    border: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    background-image: url("../images/DoubleArrow.svg");
    background-repeat: no-repeat;
    background-position: right +7px center;
}
#ai_themes form {
    margin: -4px 0 0 0;
}
#ai_select {
    font-size: 15px;
}
#ai_close {
    top: 15px;
    right: 15px;
}

/*----------Main-Header----------*/
#logo_circle {
    width: 100px;
    height: 100px;
    margin: -28px 0 0 -15px;
}
#logo_darker {
    width: 98px;
	height: 98px;
}
#logo {
    width: 64px;
	height: 64px;
    margin: 29px 0 0 20px;
}
#logo_circle.open {
    width: 130px;
    height: 130px;
    margin: 270px 0 0 -45px;
}
#logo_circle.open #logo_darker {
    width: 128px;
	height: 128px;
}
#logo_circle.open #logo {
    width: 100px;
	height: 100px;
    margin: 17px 0 0 17px;
}
#header_bar {
    height: 55px;
}
#header_bar.open {
    top: 305px;
}
.headerspace.open {
    height: 355px;
}
.headerspace {
    height: 55px;
}
#menu {
    display: none;
}
#ai_trigger {
    width: 40px;
    height: 28px;
    margin: -1px 0 0 -20px;
}
#hamburger {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    width: 26px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
}
#hamburger.open {
    background-position: bottom center;
}

/*----------Smartmenu----------*/
#smartmenu {
    display: none;
    position: fixed;
    width: calc(100% -50px);
    height: calc(100% -75px);
    padding: 10px 25px;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1);
    z-index: 999;
    font-family: "Veneer", "Roboto", Helvetica, Arial, sans-serif;
    float: right;
}
#smartmenu ul {
}
#smartmenu ul li {
    display: block;
    width: calc(50% - 30px);
    padding: 45px 30px 0 0;
    list-style: none;
    float: left;
}
#smartmenu ul li:nth-child(even) {
    padding: 45px 10px 0 20px;
    float: right;
}
#smartmenu ul:nth-child(2)::after {
    content: "";
    clear: both;
    float: none;
}
#smartmenu ul li a {
    padding: 0 0 22px 0;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#smartmenu ul li a:hover {
    color: #aaa;
}
#smartmenu ul li .sub-menu {
    margin: 0 0 0 -17px;
    padding: 5px 0 6px 0 !important;
}
#smartmenu ul li .sub-menu li {
    margin: 0;
    width: 100%;
    padding: 0 15px 0 15px;
    float: none;
    clear: both;
}
#smartmenu ul li .sub-menu li a {
    display: block;
    padding: 8px 0 6px 0;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
}
#smartmenu .prompts_on {
    display: none;
}
#smartmenu .homemenu .prompts_on {
    display: block;
}

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

/*----------1-Spalter & 2-Spalter----------*/
.module.col1 {
    padding: 50px 0 10px 0;
}
.module.col2 {
    padding: 50px 0 10px 0;
}

/*----------Hero-Slider----------*/
.slider {
    max-width: auto;
}
.slider .royalSlider {
    height: 500px;
}
.new_slider_desktop {
    display: none;
}
.new_slider_mobile {
    display: block;
}
.new_slider_mobile .royalSlider {
    max-height: 1800px;
}
.hero_packshot {
    width: 22%;
    left: 2%;
    background-position: bottom -20% left;
}
.hero_headline {
    top: 8%;
    left: 4%;
}
.hero_head {
    font-size: clamp(21px, 3.1vw, 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;
}
.hero_text, .hero_text h1, .hero_text p {
    margin: 0;
    font-size: clamp(21px, 3vw, 40px);
    line-height: auto;
}
.rsDefault.rsHor .rsArrowLeft { left: 0 !important; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0 !important; top:0; }

/*----------Home | Story----------*/
.story {
    padding: 40px 0 20px 0;
}
.story_content {
    max-height: 98px;
    font-size: 15px;
    line-height: 22px;
}
.story.open .story_content {
    height: auto;
    max-height: 1800px;
    padding: 0 0 30px 0;
}
h1.story_head {
    margin: 5px;
}
.story_left {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
    clear: both;
}
.story_right {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
}
.more_blend {
    bottom: 15px;
}
.story.open .more_blend {
    opacity: 0;
}
.more_text {
    font-size: 14px;
}
.less_text {
    font-size: 14px;
}

/*----------Home | Links----------*/
.module.home_links {
    padding: 90px 0 40px 0;
}
.link_outer {
    width: 50%;
}
.link_outer:nth-child(3) {
    display: none;
}
.link_box {
    width: 90%;
}
.link_box:hover .link_darker {
    opacity: 0.7
}
.link_title_box {
    top: -5px;;
}
.link_title {
    font-size: clamp(17px, 2vw, 17px);
    line-height: 1.3em;
}
.link_icon {
    width: 58px;
    height: 58px;
    margin: 0 0 0 -29px;
}
.link_box:hover .link_icon {
    width: 80px;
    height: 80px;
    margin: 0 0 0 -40px;
}

/*----------Home | Produkt-Slider----------*/
.prod_table .product_row {
    position: relative;
    width: 100%;
    left: -10%;
}
.prod_table .products_background {
    top: 0;
    margin: 5% 0 0 0;
    width: 120%;
}
.prod_table .products_packshot {
    width: 120%;
}
.prod_table .prod_text {
    padding: 10% 0 0 0;;
}

/*----------Home | Theme-Auswahl----------*/
.module.carousel {
    padding: 10px 0 60px 0;
    margin: 0;
}
.theme_box {
    position: relative;
    margin: 0;
    text-align: center;
    padding: 30px 0;
    overflow: hidden;
}
.slick-prev {
    left: -25px !important;
    padding: 0 !important;
}
.slick-next {
    right: -25px !important;
    padding: 0 !important;
}

/*----------Home | World-Auswahl----------*/
.world_chooser {
    margin: 50px 0 30px 0;
}
.world_head {
    margin: 14px 2% 0 0;
    width: 26%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    float: left;
}
.world_thumbs {
    width: 70%;
    float: left;
}
.world_thumb {
    width: 29%;
    margin: 2% 2%;
    padding-bottom: 29%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
}

/*----------2-Spalter | Kritik----------*/
.module.critic {
    padding: 50px 0 70px 0;
}
.left {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
    clear: both;
}
.right {
    width: 100%;
    float: none;
    clear: both;
}
.critic_head {
    margin: 0 0 30px 0;
}
.module.critic .left {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
    clear: both;
}
.module.critic .right {
    width: 100%;
    float: none;
    clear: both;
}
.critic_text {
    font-size: 14px;
    line-height: 20px;
}

/*----------------------------------Products----------------------------------*/

/*----------Single----------*/
.prod_single {
    padding: 60px 0;
}
.product_hero {
    width: 115%;
    margin: 0 0 0 -10%;
}
.prod_text {
    width: 100%;
    padding: 20px 0;
}
.prod_head {
    margin: 0 0 20px 0;
    font-family: "Veneer", "Roboto", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}
.prod_long {
    color: #ddd;
    font-size: 15px;
    line-height: 21px;
}
.prod_ingredients {
    padding: 30px 0;
    color: #999;
    max-width: 625px;
    font-size: 13px;
    line-height: 18px;
}
.ingredients_top {
    margin: 0 0 20px 0;
}
.ingredients_bottom {
    font-size: 13px;
    line-height: 18px;
}
#blogprevlink a, #blognextlink a {
    font-size: 18px;
    line-height: 18px;
}
/*----------Archive----------*/
.prod_archive {
    position: relative;
    padding: 40px 0 0 0;
    width: 100%;
}
.product_row {
    position: relative;
    width: 100%;
    left: 0;
}
.prod_archive .product_hero {
    width: 115%;
    margin: 0 0 0 -10%;
    float: none;
}
.prod_archive .prod_text {
    display: block;
    width: 100%;
    padding: 20px 0;
    height: auto !important;
    float: none;
}
.prod_archive .prod_text_inner {
    display: block;
    vertical-align: text-top;
}
.prod_head {
    margin: 0;
    font-size: clamp(24px, 2.5vw, 40px);
}
.prod_archive .prod_short {
    font-size: 14px;
    line-height: 20px;
}

/*----------------------------------Marke----------------------------------*/
.brand_img {
    margin: 0 auto 50px auto;
}
.fake_box {
    padding: 20px 0 70px 0;
}
.fake_history {
    font-size: 14px;
    line-height: 20px;
}
.module.timeline {
    padding: 30px 0;
}
.m_text {
    margin: 0 0 10px 20px;
    font-size: 14px;
    line-height: 20px;
}

/*----------------------------------Prompts----------------------------------*/
.prompt {
    padding: 9px 12px 7px 12px;
    border-radius: 9px;
    font-size: 11px;
    line-height: 14px;
}
.prompt.logo_prompt {
    top: 70px;
    left: 3%;
    max-width: 250px;
}
.prompt.logo_prompt.open {
    top: 240px;
}
.prompt.hero_txt_prompt {
    top: 110px;
    left: 8%;
    max-width: 440px;
}
.prompt.hero_img_prompt {
    bottom: auto;
    top: 280px;
    max-width: 440px;
}
.prompt.story_prompt {
    top: 60px;
    right: 5%;
    max-width: 470px;
}
.prompt.link_img_prompt {
    top: 90px;
    left: 5%;
    max-width: 300px;
}
.prompt.products_prompt {
    bottom: 10px;
    left: 15%;
    max-width: 400px;
}

/*----------------------------------Plan----------------------------------*/
.plan_head {
    margin: 0 0 60px 0;
}
.plan_head .hero_head {
    font-size: 30px;
    line-height: auto;
}
.h2_black {
    font-size: 16px;
    color: #000;
}
.comments, .comment {
    font-size: 13px;
    line-height: 19px;
}
.plantitle {
    font-size: 30px;
    padding: 0;
}
.list_entry {
    display: block;
    padding: 3%;
    width: 94%;
}
.list_pic {
    display: block;
    width: 75px;
    margin: 0 10px 0 0;
    float: left;
}
.list_text {
    display: block;
    width: calc(98% - 85px);
    float: left;
}
.list_title {
    margin: 5px 0 0 0;
    font-size: 24px;
    line-height: 26px;
}
.list_description {
    font-size: 13px;
}
.list_links {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;;
}
.list_website_link {
    margin: 0 0 5px 0;
}
.list_website_link a, .list_some_link a {
    color: #1877F2;
    font-size: 13px;
}
.list_website_link a:hover, .list_some_link a:hover {
    color: #000;
}

.list_date {
    display: block;
    margin: 15px 0 0 0;
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
}
.list_kw {
    text-align: center;
    font-family: "Veneer", "Roboto", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 9px 15px 0 0;
    float: left;
}
.list_year {
    text-align: left;
    margin: 0 15px 0 0;
    float: left;
}
.list_free {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    float: none;
    clear: both;
}

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