/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*
*
*   hasena lila:    #AF388D
*   hasena türkis:  #AFD9D9
*   hasena blau:    #2CB4ED
*
*
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap');

body.cms-id-10 section#main header, 
body.cms-id-10 section#main footer {
	display: none;
}

.fp-config-top,
.fp-config-step {
    background: rgb(237,237,237);
    background: -moz-linear-gradient(left,  rgb(237,237,237) 0%, rgb(252,252,252) 50%, rgb(237,237,237) 100%);
    background: -webkit-linear-gradient(left,  rgb(237,237,237) 0%,rgb(252,252,252) 50%,rgb(237,237,237) 100%);
    background: linear-gradient(to right,  rgb(237,237,237) 0%,rgb(252,252,252) 50%,rgb(237,237,237) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 );
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-config-step {
    height: auto;
}

.fp-config-icon {
    margin: 0 15px;
    margin-top: 10px;
}

.fp-config-icon123 {
    margin: 15px;
}

.fp-config-headline {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0 10px;
}

.iodormo-font,
.iodormo-font-extra {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    margin: 15px 0;
}

.iodormo-font {
    width: 50%;
}

.fp-last {
    margin-bottom: 60px;
}

.fp-image-container {
    margin: 15px 0;
    position: relative;
}
.fp-image-text {
    position: absolute;
    text-align: center;
    font-family: 'Nunito',sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.12;
}
.fp-pdf-button {
    background-color: #AF388D;
    padding: 10px;
    position: absolute;
    bottom: 1px;
    text-align: center;
    font-family: 'Nunito',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.12;
    color: #ffffff;
    border-radius: 10px;
}

.fp-button-left {
    left: 25%;
}
.fp-button-right {
    left: 55%;
}

.fp-l40 {
    top: 1px;
    left: 40%;
}
.fp-l0 {
    top: 1px;
    left: 1px;
}

.hasena-lila {
    color: #AF388D;
    font-size: 31px;
}
.hasena-turkis {
    color: #AFD9D9;
    font-size: 31px;
}
.hasena-blau {
    color: #2CB4ED;
    font-size: 31px;
}
.hasena-black {
    color: #2d2d2d;
}

#fp-iframe {
	width: 100%;
}

#furnplan-container > a {
	display: none;
}

@media only screen and (max-width: 600px) {
    .iodormo-font {
        font-size: 8px;
        width: 100%;
    }
    .hasena-lila,
    .hasena-turkis,
    .hasena-blau,
    .fp-image-text {
        font-size: 13px;
    }

}