/* ~/Content/piranya/default.css */
p, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 0.8em;
}

body {
    line-height: 1.15;
}

input[type=checkbox] {
    margin: 0px;
}

input[type=submit] {
    margin: 0px;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
    margin: 0px;
}

textarea {
    margin: 0px;
    overflow: auto;
}

.piranya-view, 
.piranya-view-content {
    width: 100%;
    position: relative;
}

.piranya-view .piranya-view-headline,
.piranya-view .piranya-view-description {
    float: left;
    clear: both;
}

.piranya-view .piranya-view-description-text {
    margin: 10px 0px;
    clear: both;
}

div.negative p,
p.negative {
    color: red;
}

div.positive p,
p.positive {
    color: #208220;
}

/*Start Views*/
.piranya-view-cookies .piranya-view-content h2, .piranya-view-cookies .piranya-view-content p
{
    margin-bottom: 10px;
}
/*End views*/
.piranya-align-children-center {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: flex;
    box-pack: center;
    box-align: center;
     align-items: center;
    justify-content: center;
}

.piranya-no-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.piranya-icon-text {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hide,
.loaded .hide-after-ancestor-loaded,
.loaded > .hide-after-parent-loaded,
.loaded.hide-after-loaded {
    display: none;
}

.hide-under {
    position: absolute;
    z-index: -9999;
}

.p-loading {
    background-image: url('/content/v1.0.6914.278101/piranya/images/loading.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 32px;
}

p .horizontal-ruler {
    width: 100%;
    border-bottom: 1px solid black;
    display: block;
    margin: 10px 0;
    float: left;
}

/* ~/Content/piranya/default-animations.css */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Add fallback for legacy fadein (without correct capitalization) */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fadeInBounce {
    animation-name: fadein;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeInBounce {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ~/Content/piranya/media-queries.css */
/* Landscape phones and down */
@media (max-width: 480px) {
    .piranya-ltw480-show {
        display: block !important;
    }

    .piranya-ltw480-hide {
        display: none !important;
    }

    .piranya-ltw480-full-width {
        width: 100% !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .piranya-ltw767-show {
        display: block !important;
    }

    .piranya-ltw767-hide {
        display: none !important;
    }

    .piranya-ltw767-full-width {
        width: 100% !important;
    }
}
@media (max-width: 640px) {
    .piranya-ltw640-show {
        display: block !important;
    }

    .piranya-ltw640-hide {
        display: none !important;
    }

    .piranya-ltw640-full-width {
        width: 100% !important;
    }
}
@media (max-width: 979px) {
    .piranya-ltw979-show {
        display: block !important;
    }

    .piranya-ltw979-hide {
        display: none !important;
    }

    .piranya-ltw979-full-width {
        width: 100% !important;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .piranya-gtw768-ltw979-show {
        display: block !important;
    }

    .piranya-gtw768-ltw979-hide {
        display: none !important;
    }

    .piranya-gtw768-ltw979-full-width {
        width: 100% !important;
    }
}

@media (min-width: 481px) {
    .piranya-gtw481-show {
        display: block !important;
    }

    .piranya-gtw481-hide {
        display: none !important;
    }

    .piranya-gtw481-full-width {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .piranya-gtw768-show {
        display: block !important;
    }

    .piranya-gtw768-hide {
        display: none !important;
    }

    .piranya-gtw768-full-width {
        width: 100% !important;
    }
}
/* Large desktop */
@media (min-width: 980px) {
    .piranya-gtw980-show {
        display: block !important;
    }

    .piranya-gtw980-hide {
        display: none !important;
    }

    .piranya-gtw980-full-width {
        width: 100% !important;
    }
}

/* ~/Content/piranya/default-menu.css */
.piranya-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 0 auto 0 auto;
    width: auto;
    display: inline-block;
}

    .piranya-menu > li {
        float: left;
    }

        .piranya-menu > li > a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
        }

/*Piranya breadcrumb default style*/

.piranya-breadcrumb-wrapper {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.piranya-breadcrumb-wrapper > * {
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    padding: 0.1em 0;
}

.piranya-breadcrumb-wrapper > .separator {
    padding: 0.15em 5px;
    width: auto;
    margin: 0;
}

/* ~/Content/piranya/default-form.css */
.piranya-input-container {
    width: 100%;
    margin-bottom: 10px;
}

.piranya-input-container:last-of-type {
    margin-bottom: 0;
}

.piranya-validation-container {
    width: 100%;
}

.piranya-btn {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    background-color: black;
    color: white;
    white-space: normal;
    -webkit-appearance: none;
}

.piranya-btn-disabled,
.piranya-btn.disabled,
.piranya-btn[disabled]
{
    cursor: pointer;
    opacity: 0.5;
}

button.piranya-btn > p {
    color: inherit;
    font-size: 1em;
    line-height: 1em;
}

.btn {
    cursor: pointer;
    transition: color 0.2s ease;
}

.piranya-input-container > label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.piranya-input-container.p-checkbox > label,
.piranya-input-container.p-radio > label {
    margin-bottom: 0;
}

.piranya-input-container.p-checkbox > .description {
    padding-left: 28px;
    width: calc(100% - 28px);
}

input.piranya-checkbox {
    margin-right: 5px;
}

.piranya-select,
.piranya-select:focus {
    padding: 6px 5px;
    margin: 0;
    font-size: 1em;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
}

.piranya-txt,
.piranya-textarea {
    box-sizing: border-box;
    font-size: 1em;
    padding: 2px;
}

    .piranya-txt.disabled,
    .piranya-textarea.disabled {
        background-color: rgb(235, 235, 228);
        pointer-events: none;
    }

.piranya-textarea {
    height: 100px;
}

.piranya-error-container {
    width: 100%;
    margin-bottom: 10px;
}

.piranya-label-must-be-filled {
    color: red;
}

.validation-message {
    color: red;
}

/* Search box */

div.piranya-searchbox {
    position: relative;
}

div.piranya-searchbox > input {
    padding: 3px 10% 3px 3px;
    font-size: inherit;
    color: inherit;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ececec;
    border-radius: 3px;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.piranya-searchbox > .button-wrapper {
    position: absolute;
    right: 0;
    height: 100%;
}

div.piranya-searchbox button {
    height: 100%;
    padding: 0 15%;
    font-size: inherit;
    color: inherit;
    border: 0;
    background: none;
    cursor: pointer;
}

div.piranya-searchbox > input:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

div.piranya-searchbox > .button-wrapper > button:hover {
    color: #66afe9;
}

/* End of search box */

/* p-radio and p-checkbox */

div.p-radio > input[type="radio"],
input.p-radio[type="radio"],
div.p-checkbox > input[type="checkbox"],
input.p-checkbox[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

div.p-radio > input[type="radio"] + label,
input.p-radio[type="radio"] + label,
div.p-checkbox > input[type="checkbox"] + label,
input.p-checkbox[type="checkbox"] + label {
    position: relative;
    padding-left: 28px;
    padding-top: 2px;
    width: calc(100% - 28px);
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before,
div.p-checkbox > input[type="checkbox"] + label:before,
input.p-checkbox[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border: 1px solid #c3c3c3;
}

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before {
    border-radius: 100%;
}

div.p-radio > input[type="radio"] + label:after,
input.p-radio[type="radio"] + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #709bc5;
    position: absolute;
    top: calc(50% - 5px);
    left: 4px;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
}

div.p-radio > input[type="radio"]:checked + label:after,
input.p-radio[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

div.p-checkbox > input[type="checkbox"] + label:after,
input.p-checkbox[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 7px;
    top: calc(50% - 6px);
    width: 4px;
    height: 10px;
    border: solid #709bc5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: all 0.2s ease;
}

div.p-checkbox > input[type="checkbox"]:checked + label:after,
input.p-checkbox[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

/* end of p-radio and p-checkbox */

/* p-toggle-boxes */

ul.p-toggle-boxes {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.p-toggle-boxes > li,
div.p-toggle-box {
    float: left;
    width: 100%;
    margin: 0;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 7px 9px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    max-height: 45px;
    overflow: hidden;
}

ul.p-toggle-boxes > li p,
div.p-toggle-box p {
    line-height: 1.15;
}

ul.p-toggle-boxes > li:not(:first-child),
div.p-toggle-box:not(:first-child) {
    margin-top: 5px;
}

ul.p-toggle-boxes > li:not(.has-content),
div.p-toggle-box:not(.has-content) {
    display: flex;
    align-items: center;
}

ul.p-toggle-boxes > li:not(.disabled),
ul.p-toggle-boxes > li:not(.disabled) > div.p-radio,
ul.p-toggle-boxes > li:not(.disabled) > div.p-radio > input[type="radio"],
ul.p-toggle-boxes > li:not(.disabled) > div.p-checkbox,
ul.p-toggle-boxes > li:not(.disabled) > div.p-checkbox > input[type="checkbox"],
div.p-toggle-box:not(.disabled),
div.p-toggle-box:not(.disabled) > div.p-radio,
div.p-toggle-box:not(.disabled) > div.p-radio > input[type="checkbox"],
div.p-toggle-box:not(.disabled) > div.p-checkbox,
div.p-toggle-box:not(.disabled) > div.p-checkbox > input[type="checkbox"] {
    cursor: pointer;
}

ul.p-toggle-boxes > li > div.p-radio,
ul.p-toggle-boxes > li > div.p-checkbox,
div.p-toggle-box > div.p-checkbox {
    float: left;
}

ul.p-toggle-boxes > li > .content,
div.p-toggle-box > .content {
    padding: 0;
}

ul.p-toggle-boxes > li > .right,
div.p-toggle-box > .right {
    float: right;
    margin-left: auto;
    padding: 0;
}

ul.p-toggle-boxes > li.selected:not(.disabled),
div.p-toggle-box.selected:not(.disabled) {
    border-color: #709bc5;
    max-height: 160px;
}

ul.p-toggle-boxes > li.selected:not(.disabled) > .content,
ul.p-toggle-boxes > li.selected:not(.disabled) > .right,
div.p-toggle-box.selected:not(.disabled) > .content,
div.p-toggle-box.selected:not(.disabled) > .right {
    color: #709bc5;
}

ul.p-toggle-boxes > li > *,
ul.p-toggle-boxes > li > .content .choice,
ul.p-toggle-boxes > li > .right.choice,
ul.p-toggle-boxes > li > .right .choice,
div.p-toggle-box > *,
div.p-toggle-box > .content .choice,
div.p-toggle-box > .right.choice,
div.p-toggle-box > .right .choice {
    opacity: 1;
    transition: all 0.5s ease;
}

ul.p-toggle-boxes > li.disabled > *,
div.p-toggle-box.disabled > * {
    opacity: 0.3;
}

ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right,
div.p-toggle-box:not(.selected):not(.disabled) > .right {
    opacity: 0.7;
}

ul.p-toggle-boxes > li:not(.selected) > .content,
ul.p-toggle-boxes > li:not(.selected) > .content .choice,
ul.p-toggle-boxes > li:not(.selected) > .right .choice,
div.p-toggle-box:not(.selected) > .content,
div.p-toggle-box:not(.selected) > .content .choice,
div.p-toggle-box:not(.selected) > .right.choice,
div.p-toggle-box:not(.selected) > .right .choice {
    opacity: 0;
    display: none;
}

ul.p-toggle-boxes > li > .content,
ul.p-toggle-boxes > li > .content > .choice,
div.p-toggle-box > .content,
div.p-toggle-box > .content > .choice {
    width: 100%;
    float: left;
}

ul.p-toggle-boxes > li.selected > .content,
ul.p-toggle-boxes > li.selected > .content > :not(:first-child):not(.empty),
div.p-toggle-box.selected > .content,
div.p-toggle-box.selected > .content > :not(:first-child):not(.empty) {
    margin-top: 10px;
}

ul.p-toggle-boxes > li input[type="text"],
div.p-toggle-box input[type="text"] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* end of p-toggle-boxes */

/* ~/Content/piranya/styles/localization.css */
body.language-da .language-da-hide,
body.language-de .language-de-hide,
body.language-en .language-en-hide,
body.language-nl .language-nl-hide
{
    display: none;
}

body.language-da .language-da-show,
body.language-de .language-de-show,
body.language-en .language-en-show,
body.language-nl .language-nl-show
{
    display: block;
}

/* ~/Content/Piranya/WebViews/Users/PiranyaUserAdministration.css */
#piranya-select-birthdate-day {
    width: 22%;
    margin-right: 2%;
    float: left;
}

#piranya-select-birthdate-month {
    width: 50%;
    margin-right: 2%;
    float: left;
}

#piranya-select-birthdate-year {
    width: 24%;
    float: left;
}

.piranya-profile-picture-container > input {
    width: 100%;
}

/*User actions*/
.piranya-user-actions
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.piranya-view-users-saved-addresses .piranya-view-content > * {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.piranya-view-users-saved-addresses h3,
.piranya-view-users-saved-addresses a {
    float: left;
    margin-right: 10px;
}

.piranya-view-users-saved-addresses .piranya-btn {
    margin-top: 5px;
}

.piranya-view-users-saved-addresses h3 {
    width: 100%
}

.piranya-view-users-saved-addresses .piranya-address-container {
    width: 100%;
}

.piranya-view-users-saved-addresses .piranya-address-container div {
    margin-top: 5px;
}

/* ~/Content/Piranya/WebViews/Users/PiranyaLogin.css */

.piranya-user-login-view-seperator {
    left: 50%;
    top: 0%;
    height: 100%;
    position: absolute;
    border-left: 1px dotted black;
}

.piranya-user-login-view-seperator > p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -32px;
    background-color: white;
    width: 60px;
    text-align: center;
    margin-top: -15px;
}

.piranya-view-users-login {
    display: flex;
    justify-content: center;
}

    .piranya-view-users-login .reason + .piranya-view-content {
        margin-top: 10px;
    }

.piranya-login-group {
    width: 100%;
    max-width: 340px;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
}

    .piranya-login-group h1.piranya-view-headline,
    .piranya-login-group label,
    .piranya-login-group a {
        color: black;
    }

    .piranya-login-group h1 {
        width: 100%;
    }

.piranya-user-login-view-container .piranya-txt {
    width: 100%;
    box-sizing: border-box;
}

.piranya-user-login-view:not(.register) .register {
    display: none;
}

.piranya-social-media-login-wrapper .piranya-facebook-link {
    background-size: cover;
    background-position: center;
}

.piranya-social-media-login-wrapper .separator {
    height: 25px;
    text-align: center;
    position: relative;
    margin-top: 8px;
    width: 100%;
}

.piranya-social-media-login-wrapper .separator .text {
    display: inline-block;
    font-size: 1em;
    overflow: hidden;
    text-align: center;
	width: 100%;
    color: black;
}

.piranya-social-media-login-wrapper .separator .text:before,
.piranya-social-media-login-wrapper .separator .text:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    background-color: #333;
}
.piranya-social-media-login-wrapper .separator .text:before {
    right: 0.5em;
    margin-left: -50%;
}
.piranya-social-media-login-wrapper .separator .text:after {
    left: 0.5em;
    margin-right: -50%;
}

.piranya-user-login-view > * {
    float: left;
    clear: both;
}

.piranya-user-login-view > :not(:last-child) {
    margin-bottom: 10px;
}

.piranya-user-login-view-remember-container {
    width: 100%;
}

.piranya-user-login-view-action-container a {
    clear: both;
    float: left;
}

.piranya-user-login-view .forgot-password {
    font-size: .9em;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

    .piranya-user-login-view .forgot-password:hover {
        text-decoration: underline;
    }

.piranya-btn-login-wrapper {
    width: 100%;
}

.piranya-btn-login-wrapper > input {
    float: left;
}

.piranya-user-login-view-login, .piranya-user-login-view-guest {
    display: block;
}


@media only screen and (max-width: 979px) {
    .piranya-user-login-view-seperator {
        display: none;
    }

    .piranya-view-users-login .piranya-view-content .piranya-grid .piranya-col {
        width: 100%;
    }

    .piranya-user-login-view-inner-container {
        float: left;
    }
}

/* /content/dynamic/1.css */
section
{
    margin-top:20px;
    margin-bottom:20px;
}

.icon-text-wrapper-large .fa
{
    color:white;
    float:left;
    margin-right:10px;
}
.icon-text-wrapper-large
{
width:100%;
}
.inner-wrapper
{
    width:100%;
}

#sharefb
{
float:right;
}
#sharefb > img
{
float:left;
}
body, html
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Myriadpro_regular';
}
body.language-en #bee-abc { display: none; }
body.language-de #bee-abc { display: none; }

div
{
    float: left;
}
#main-wrapper
{
    width: 100%;
    min-height: 100%;
    background-color:#ececec;
}
#main
{
    height: 100%;
    width: 100%;
    padding-bottom: 190px;
}

#piranya-cycle-controls-container3
{
display:none;
}
#piranya-cycle-paginator-container6
{
display:none;
}
#logo-wrapper
{
    padding: 10px 0;
}
#topbar
{
    width:100%;

    background-color: white;

    top: 0px;
    left: 0px;
    z-index: 1000;
}
#language-wrapper
{
    float:right;
}
#language
{
    padding-right:10px;
    margin-top:40px;
}
#menu-bar > div
{
    width: 100%;
}
.center
{
    float: none;
    margin: 0px auto;
    position: relative;
    max-width: 1200px;
    width: 97%;
}
#mobile-graphic
{
    width: 100%;
}
#piranya-page
{
    margin-bottom: 50px;
    width: 100%;
    
    
}
#subpage-graphic
{
    width: 100%;
    height:98px;
    background: url('/image/4134') no-repeat;
}
#logo
{
    float: left;
    padding:10px 0;
}
#subpage-top
{
    width: 100%;
    height: 60px;
    background-color: #efeeee;
    margin-top: 89px;
}
#call
{
    float: right;
    margin-top: 7px;
}
#footer
{
    height: 162px;
    width: 100%;
    margin-top: -190px;
    border-bottom:80px solid white;
    background-color:#509b3a;
    padding-top:60px;
}
#footer h4
{
    color:white;
        font-weight:normal;
}
#footer > div
{
    position: relative;
    height: 110px;
    display: table;
    width: 100%;
}
#footer > div > div, #footer > div > img
{
    position: absolute;
}
#footer > div > div
{
    left: 10%;
}
#footer > div > img
{
    left: 30%;
}
#footer p
{
    padding-bottom: 70px;
    color: white;
    line-height: 100%;
    font-family: 'Myriadpro_regular';
    font-size: 14px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
#footer a
{
color: #5fa38c;
}
.fullsize-bg-img
{
    background-size: 100% 100%;
    min-height: 120px !important;
}

#slider-wrapper
{
    width: 100%;
}

#slider-wrapper > .slider-tag {
    position: absolute;
    bottom: -3px;
    left: calc(50% - 67.5px);
}

#header-wrapper
{
    width: 100%;
    background-size: cover;
    background-position: center center;
}
#header-wrapper img
{
    width: 100%;
}
.top-image
{
    width: 100%;
max-height:330px;
    left: 0;
}

#fb-img
{
    float:right;
    width:119px;
    height:106px;
    
}

.owl-carousel .owl-item > div {
    text-align: center;
}

.owl-carousel .owl-item h4 {
    margin-top: 20px;
    display: inline-block;
}


#frontpage-texts a
{
    color:black;
}
#frontpage-texts a:hover
{
    color:#44902e;
}

/* /content/dynamic/16.css */
.btn-animation, .piranya-btn
{
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
    background-color: #509b3a;
    font-family: 'Myriadpro_regular';
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 40px;
    font-size: 1.05em;
}

.piranya-txt, .piranya-textarea, select
{
    width: 100%;
}
.btn-animation:hover, .piranya-btn:hover
{
    opacity: 0.9;
}
a.piranya-btn:hover
{
    text-decoration: none;
}
input.piranya-btn
{

    cursor: pointer;
    border: none;
    color: white;
    font-family: 'Myriadpro_regular';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.05em;
    background-color: #5ea34a;
    border-radius: 10px;
}

input, textarea, select
{
    font-family: ubuntulight;
}
.piranya-view-form-wrapper select :first-child {
    display: none;
}
form
{
    width: 100%;
}
textarea
{
    min-height: 100px;
}
label
{
    font-size: 0.8em;
    color: #737373;
    font-family: ubuntulight;
    font-weight: bold;
}
.piranya-view-form-wrapper div[data-error]
{
    font-size: 0.8em;
}
.piranya-txt, select
{
    width: 340px;
    min-height: 15px;
    color: #666666;
    letter-spacing: 1px;
    border-radius: 3px;
    font-family: 'Myriadpro_regular';
    font-weight: 400;
    padding: 15px;
    border: 1px solid #D0D0D0;
    background-color: #FBFBFB;
}
input.piranya-txt, textarea.piranya-textarea, textarea.piranya-txt, select
{
    width: calc(100% - 4px);
}
textarea.piranya-txt
{
    width: calc(100% - 4px);
    min-height: 150px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #232323;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #232323;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #232323;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #232323;
}


/*Frontpage forms*/
#deal-wrapper
{
    margin: 10px 0px;
}
#deal-wrapper, #deal-wrapper img
{
    width: 100%;
    float: left;
}
#deal-form-wrapper
{
    width: 100%;
    margin: 20px 0px;
}
#deal-form-wrapper div[data-field="Navn"], #deal-form-wrapper div[data-field="Telefon"], #deal-form-wrapper div[data-field="Email"]
{
    width: calc(33.333% - 7px);
    clear: none;
    margin: 0 0 16px 0;
}
#deal-form-wrapper div[data-field="Telefon"]
{
    margin: 0px 10px 16px 10px;
    width: calc(33.333% - 6px);
}
#deal-form-wrapper input[input="submit"]
{
    margin-top: 10px;
}
.green-line-bottom
{
    background: url('/image/11076') bottom center no-repeat;
    padding-bottom:10px;
}
@media (max-width: 767px)
{
    #deal-form-wrapper div[data-field="Navn"], #deal-form-wrapper div[data-field="Telefon"], #deal-form-wrapper div[data-field="Email"]
    {
        width: 100%;
        clear: none;
        margin: 0 0 10px 0;
    }

    #header-wrapper {
        min-height: 0;
    }
}

/* /content/dynamic/17.css */
@font-face {
    font-family: 'Myriadpro_regular';
    src: url('/file/5327');
    src: url('/file/5327?#iefix') format('embedded-opentype'),
         url('/file/5330') format('woff'),
         url('/file/5328') format('truetype'),
         url('/file/#Myriadpro_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriadpro_bold';
    src: url('/file/5331');
    src: url('/file/5331?#iefix') format('embedded-opentype'),
         url('/file/5334') format('woff'),
         url('/file/5333') format('truetype'),
         url('/file/5332#Myriadpro_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trajan_Regular';
    src: url('/file/5301');
    src: url('/file/5301?#iefix') format('embedded-opentype'),
         url('/file/5304') format('woff'),
         url('/file/5303') format('truetype'),
         url('/file/5302#Trajan_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p 
{
    font-family:'Myriadpro_regular';
    font-size: .9em;
    line-height:180%;
}
.caption .tp-caption .very_big_white p
{
    font-family:'Trajan_Regular';
}
a 
{
    font-family:'Myriadpro_regular';
    text-decoration: none;
    color:#edc736;
}

ul
{
    list-style-type: none;
}
li > p
{
    background: url('/image/1339') center left no-repeat;
}
li > p
{
    padding-left: 15px;
}

h1
{
    font-size:2.5em;
    font-family:'Myriadpro_regular';
    color:#509b3a;
}
h4
{
    font-family:'Myriadpro_bold';
    font-size:1em;
    line-height:150%;

}

/* /content/dynamic/18.css */
.piranya-menu-wrapper.responsive a
{
    font-family: 'Myriadpro_regular';
    letter-spacing: 1px;
   font-weight:normal;
     font-size: 1.05em;
}
@media (max-width: 979px)
{
    div.piranya-menu-wrapper.responsive
    {
  
        padding: 10px 0;
    }
    #topbar .piranya-menu-wrapper.responsive
    {
        top: 15px;
    }
    div.piranya-menu-wrapper.responsive > ul
    {
        color: black;
        position: static;
        float: right;
    }
    #piranya-menu-1 li:not(.piranya-menu-item-selected-root) a:hover
    {
        color: #44902e;
    }
}
@media (min-width: 980px)
{
    div.piranya-menu-wrapper.responsive
    {
        padding-left:20px;
        float: right;
        width: auto;
        margin-top: 31px;
    }
    #piranya-menu-1 a
    {
     font-family:'Myriadpro_regular';

            color:black;
          font-size:1.1em;
    }
    #piranya-menu-1 ul a
    {
    width:230px;
    margin-top:10px;
    margin-bottom:20px;
    }
    #piranya-menu-1 li:not(.piranya-menu-item-selected-root) a:hover
    {
        color: #44902e;
    }
    #piranya-menu-1 > li.piranya-menu-item-last
    {
        padding-right: 0;
    }
    #piranya-menu-1 > li.piranya-menu-item-last.piranya-menu-item-selected-root
    {
        padding-right: 20px;
    }
    .piranya-menu-item-selected-root
    {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
       
    }
    .piranya-menu-wrapper.responsive > ul > li:hover ul
    {
        background-color:rgba(255,255,255,0.8);
        padding-top:30px;
        height:200px;
    }
}


/*Custompage submenu*/
#submenu-wrapper
{
    width: 100%;
}
#submenu-wrapper .piranya-menu-wrapper
{
    width: 100%;
    float: left;
}
#submenu-wrapper #piranya-menu-3 li
{
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    list-style-image: url('/image/5370'); 
    line-height:300%;
        margin-left: 20px;
}
#submenu-wrapper #piranya-menu-3 ul li
{
    margin-bottom: 10px;  
}
#submenu-wrapper #piranya-menu-3 li a
{
    width: calc(100% - 20px);
    line-height: 25px;
    font-size: 1.2em;

    vertical-align: middle;
    float: right;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 10px;
    padding-left: 0;
    font-family: Myriadpro_regular;
    color: black;
   
}
#submenu-wrapper #piranya-menu-3 li a:hover, #submenu-wrapper #piranya-menu-3 li.piranya-menu-item-selected a
{
    color:#509b3a;
}

#submenu-wrapper #piranya-menu-3 > li ul
{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;

}
#submenu-wrapper #piranya-menu-3 > ul
{
       
}

/* /content/dynamic/19.css */
@media screen and (max-width: 600px) {

}

/* /content/dynamic/20.css */
/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
body .tp-caption.big_white{
			position: absolute;
     		color: Black;
			font-size: 35px;
			line-height: 120%;
            font-family: 'Myriadpro_regular';
            font-weight: 700;
            background-color:transparent;
            background-color: rgba(216,216,211,0.6);
            padding:5px;
		}
body .tp-caption.very_big_white{
    
	position: absolute;
    color:black;
    font-family: 'Myriadpro_regular';
    text-shadow: none;
    font-weight: 700;
  
    background-color:transparent;
    font-size: 30px;
    line-height:1em;
    background-color: rgba(216,216,211,0.6);
    padding:5px;
					}
body .tp-caption.very_big_white p
{
    font-family: 'Myriadpro_regular';
}

.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
	
		text-shadow: none;
  font-weight: 300;
			font-size: 19px;
			line-height: 19px;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

.tp-caption a {
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
	color: #ffa902;
}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}

/******************************
	-	BUTTONS	-
*******************************/

.button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
						cursor:pointer;
						color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
						background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
					}

.button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.button:hover,
.button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
                                    background: url('/image/1244');
                                    height: 20px;
                                    padding: 10px 20px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
border: 1px solid #ffffff;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(../assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url('/image/1249') no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative; width:19px;	height:14px;  margin-right:3px; float:left; margin-top: 2px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative; width:19px;	height:14px;  margin-left:3px; float:left;	margin-top: 2px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative; width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative; width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative; width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	display: none;}
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:10000px; height:10000px;  background:url(../assets/coloredbg.png) repeat;}

.tp-loader 	{	 margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:32px;height:32px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}


.tp-transparentimg {	content:"url(../assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}

/* /content/dynamic/21.css */
/*-----------------------------------------------------------------------------

REVOLUTION RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	26/06/12
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/**********************
	-	RESET	-
************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent;
}


/***********************
	-	BASICS 	-
***********************/
html {
	overflow-x:hidden;
	padding: 0 !important;
	background:#fff;
	margin:0px !important;
}

.fullwidthbanner-container
{
    float: none;
}
.fullwidthbanner-container div
{
    float: none;
}
  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-
  **********************************************************************************************/

  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/


	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		
		overflow:hidden;
	}

/* /content/dynamic/22.css */
@media (max-width: 480px) {
    div.full-width-smartphone
    {
        width: 100%;
    }
    div#top-bar
    {
        height: auto;
        position: inherit;
    }
    div#subpage-top
    {
        margin-top: 0;
    }
}
@media (min-width: 481px) and  (max-width: 979px)
{
    img#subpage-graphic
    {
        top: 220px;
    }
    div#menu-bar
    {
        background-color: transparent;
        width: 100%;
        top: 130px;
    }
    img#arrow,
    img#call
    {
        display: none;
    }
}
@media (min-width: 601px)
{
    .piranya-gtw601-hide
    {
        display: none;
    }
}
@media (max-width: 600px)
{
    .piranya-ltw600-hide
    {
        display: none;
    }
}

/* /content/dynamic/32.css */
/* 
 *  Owl Carousel - Animate Plugin
 */
 #piranya-page .owl-dots
 {
     display: none !important;
 }
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.carousel-wrapper
{
    width: calc(100% - 200px);
    margin: 0px 100px;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
    position: relative;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
div.owl-carousel .owl-stage-outer {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 40px 0; /*For hover effect*/
  z-index: 1000;
  width: 100%;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-controls
{
    width: 100%;
    height: 100%;
    position: absolute;
}
.owl-nav
{
    position: absolute;
    height: 100%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel.owl-theme .owl-nav .owl-next
{
    float: right;
    background: url('/image/5007') center center no-repeat;
    width: 36px;
    height: 39px;
    color: transparent;
    position: absolute;
    right: -50px;
    top: calc(50% - 20px);
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel.owl-theme .owl-nav .owl-prev
{
    background: url('/image/5006') center center no-repeat;
    height: 39px;
    width: 36px;
    color: transparent;
    position: absolute;
    left: -50px;
    top: calc(50% - 20px);
    transition: all .2s ease-in-out;
    cursor: pointer;
}
#piranya-page .owl-carousel .owl-nav.disabled
{
    display: block;    
}
#piranya-page .owl-theme .owl-nav .owl-next:hover
{
    background: transparent url('/image/11260') center center no-repeat;
    color: transparent;
}
#piranya-page .owl-theme .owl-nav .owl-prev:hover
{
    background: transparent url('/image/11259') center center no-repeat;
    color: transparent;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel.owl-theme .owl-nav .owl-prev:hover
{
    left: -55px;
}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel.owl-theme .owl-nav .owl-next:hover
{
    right: -55px;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item > div
{
    width: 100%;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  width: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.description-owl
{
        color:black;
    font-family: 'tahoma';
    font-size:0.8em;
}

/* /content/dynamic/33.css */
.frontpage-phone-wrapper img
{
    width: 100%;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.frontpage-phone-wrapper img:hover
{
    transform: scale(1.25);
}
#popup
{
    display: none;
    background-color: white;
    padding: 2%;
    max-width: 600px;
    width: 90%;
}
#popup .closeclass
{
    float: right;
    background-image: url(/image/11517);
    width: 32px;
    background-size: contain;
    height: 32px;
}
.phone-popup
{
    display: none;
    width: 100%;
}
#popup h1
{

    margin-bottom: 10px;
    float: left;
    width: 100%;
    
    font-size:2em;
}
#popup .left
{
    width: calc(40% - 20px);

}
#popup .description
{
    width: 100%;
}
#popup .description p
{
    color: black;
}
#popup img
{
    width: 50%;
    float: right;
}

/* /content/dynamic/34.css */
.contact-right
{
    float: right;
    width: 30%;
    height: 300px;
}
#contact-wrapper h2
{
    margin-bottom: 10px;
}
#contact-form, #footer-map
{
    width: 100%;
}
#footer-map
{
    height: 100%;
}
.contact-left
{
    width: 100%;
}
#contact-form div[data-field]
{
    width: calc(50% - 5px);
}
#contact-form div[data-field="Besked"]
{
    width: 100%;
}
#contact-form div:nth-child(even)
{
    float: right;
    clear: none;
}
@media (max-width: 767px)
{
    .contact-left, .contact-right 
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* piranya/grid-responsive */


.piranya-grid
{
    width: 100%;
}

.piranya-grid > .p-layout-container {
    min-height: 1px;
}

.piranya-section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.piranya-group:before,
.piranya-group:after {
    content: "";
    display: table;
}

.piranya-group:after {
    clear: both;
}

.piranya-group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.piranya-col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.piranya-col:first-child {
    margin-left: 0;
}

.piranya-col.align {
    text-align: center;
}

.piranya-col > .align {
    margin: 0 auto;
    float: none;
    text-align: initial;
}

/* all browsers except IE6 and lower */

/*Grid*/
/*  GRID OF ONE   ============================================================================= */
.span_1_of_1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_2_of_3 {
    width: 66.1333333333333%;
}

.span_1_of_3 {
    width: 32.2666666666667%;
}

/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_5_of_6 {
    width: 83.0666666666667%;
}

.span_4_of_6 {
    width: 66.13333333333333%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.2666666666667%;
}

.span_1_of_6 {
    width: 15.3333333333333%;
}

/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_6_of_7 {
    width: 85.4857142857143%;
}

.span_5_of_7 {
    width: 70.9714285714286%;
}

.span_4_of_7 {
    width: 56.4571428571429%;
}

.span_3_of_7 {
    width: 41.9428571428572%;
}

.span_2_of_7 {
    width: 27.4285714285714%;
}

.span_1_of_7 {
    width: 12.9142857142857%;
}

/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_8_of_9 {
    width: 88.7111111111111%;
}

.span_7_of_9 {
    width: 77.4222222222222%;
}

.span_6_of_9 {
    width: 66.1333333333333%;
}

.span_5_of_9 {
    width: 54.8444444444444%;
}

.span_4_of_9 {
    width: 43.5555555555556%;
}

.span_3_of_9 {
    width: 32.2666666666667%;
}

.span_2_of_9 {
    width: 20.9777777777778%;
}

.span_1_of_9 {
    width: 9.68888888888889%;
}

/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_10_of_11 {
    width: 90.7636363636364%;
}

.span_9_of_11 {
    width: 81.5272727272727%;
}

.span_8_of_11 {
    width: 72.2909090909091%;
}

.span_7_of_11 {
    width: 63.0545454545455%;
}

.span_6_of_11 {
    width: 53.8181818181818%;
}

.span_5_of_11 {
    width: 44.5818181818182%;
}

.span_4_of_11 {
    width: 35.3454545454545%;
}

.span_3_of_11 {
    width: 26.1090909090909%;
}

.span_2_of_11 {
    width: 16.8727272727273%;
}

.span_1_of_11 {
    width: 7.63636363636364%;
}

/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_11_of_12 {
    width: 91.5333333333333%;
}

.span_10_of_12 {
    width: 83.0666666666667%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.1333333333333%;
}

.span_7_of_12 {
    width: 57.6666666666667%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.7333333333333%;
}

.span_4_of_12 {
    width: 32.2666666666667%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.3333333333333%;
}

.span_1_of_12 {
    width: 6.86666666666667%;
}

.span_1_of_1 > .align, .span_2_of_2 > .align, .span_3_of_3 > .align, .span_4_of_4 > .align, .span_5_of_5 > .align, .span_6_of_6 > .align, .span_7_of_7 > .align, 
.span_8_of_8 > .align, .span_9_of_9 > .align, .span_10_of_10 > .align, .span_11_of_11 > .align, .span_12_of_12 > .align  {
    margin: 0;
    float: left;
    clear: both;
}

@media (min-width: 980px) {
    .span_1_of_2:nth-child(-n+2), .span_1_of_3:nth-child(-n+3), .span_1_of_4:nth-child(-n+4),
    .span_1_of_5:nth-child(-n+5), .span_1_of_6:nth-child(-n+6), .span_1_of_7:nth-child(-n+7), .span_1_of_8:nth-child(-n+8),
    .span_1_of_9:nth-child(-n+9), .span_1_of_10:nth-child(-n+10), .span_1_of_11:nth-child(-n+11), .span_1_of_12:nth-child(-n+12) {
        margin-top: 0;
    }

    .span_1_of_2:nth-last-child(-n+2), .span_1_of_3:nth-last-child(-n+3), .span_1_of_4:nth-last-child(-n+4),
    .span_1_of_5:nth-last-child(-n+5), .span_1_of_6:nth-last-child(-n+6), .span_1_of_7:nth-last-child(-n+7), .span_1_of_8:nth-last-child(-n+8),
    .span_1_of_9:nth-last-child(-n+9), .span_1_of_10:nth-last-child(-n+10), .span_1_of_11:nth-last-child(-n+11), .span_1_of_12:nth-last-child(-n+12) {
        margin-bottom: 0;
    }

    .span_1_of_2:nth-child(2n+1), .span_1_of_3:nth-child(3n+1), .span_1_of_4:nth-child(4n+1),
    .span_1_of_5:nth-child(5n+1), .span_1_of_6:nth-child(6n+1), .span_1_of_7:nth-child(7n+1), .span_1_of_8:nth-child(8n+1),
    .span_1_of_9:nth-child(9n+1), .span_1_of_10:nth-child(10n+1), .span_1_of_11:nth-child(11n+1), .span_1_of_12:nth-child(12n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2:nth-child(2n+1) > .align, .span_1_of_3:nth-child(3n+1) > .align, .span_1_of_4:nth-child(4n+1) > .align,
    .span_1_of_5:nth-child(5n+1) > .align, .span_1_of_6:nth-child(6n+1) > .align, .span_1_of_7:nth-child(7n+1) > .align, .span_1_of_8:nth-child(8n+1) > .align,
    .span_1_of_9:nth-child(9n+1) > .align, .span_1_of_10:nth-child(10n+1) > .align, .span_1_of_11:nth-child(11n+1) > .align, .span_1_of_12:nth-child(12n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_2:nth-child(2n) > .align, .span_1_of_3:nth-child(3n) > .align, .span_1_of_4:nth-child(4n) > .align,
    .span_1_of_5:nth-child(5n) > .align, .span_1_of_6:nth-child(6n) > .align, .span_1_of_7:nth-child(7n) > .align, .span_1_of_8:nth-child(8n) > .align,
    .span_1_of_9:nth-child(9n) > .align, .span_1_of_10:nth-child(10n) > .align, .span_1_of_11:nth-child(11n) > .align, .span_1_of_12:nth-child(12n) > .align {
        margin: 0;
        float: right;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 481px) and (max-width: 980px) {
    .span_1_of_2 {
        width: 100%;
    }
    
    .span_1_of_2 {
        margin: 1% 0 1% 0%;
    }
    
    .span_1_of_3, .span_1_of_4, .span_1_of_5, .span_1_of_6, .span_1_of_7, .span_1_of_8, .span_1_of_9, .span_1_of_10, .span_1_of_11, .span_1_of_12 {
        width: 49.2%;
    }

    .span_1_of_3:nth-child(-n+2), .span_1_of_4:nth-child(-n+2), .span_1_of_5:nth-child(-n+2), 
    .span_1_of_6:nth-child(-n+2), .span_1_of_7:nth-child(-n+2), .span_1_of_8:nth-child(-n+2),
    .span_1_of_9:nth-child(-n+2), .span_1_of_10:nth-child(-n+2), .span_1_of_11:nth-child(-n+2), .span_1_of_12:nth-child(-n+2) {
        margin-top: 0;
    }

    .span_1_of_3:nth-last-child(-n+2), .span_1_of_4:nth-last-child(-n+2), .span_1_of_5:nth-last-child(-n+2), 
    .span_1_of_6:nth-last-child(-n+2), .span_1_of_7:nth-last-child(-n+2), .span_1_of_8:nth-last-child(-n+2),
    .span_1_of_9:nth-last-child(-n+2), .span_1_of_10:nth-last-child(-n+2), .span_1_of_11:nth-last-child(-n+2), .span_1_of_12:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .span_1_of_3:nth-child(2n+1), .span_1_of_4:nth-child(2n+1), .span_1_of_5:nth-child(2n+1), 
    .span_1_of_6:nth-child(2n+1), .span_1_of_7:nth-child(2n+1), .span_1_of_8:nth-child(2n+1),
    .span_1_of_9:nth-child(2n+1), .span_1_of_10:nth-child(2n+1), .span_1_of_11:nth-child(2n+1), .span_1_of_12:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2 > .align, .span_1_of_3:nth-child(2n+1) > .align, .span_1_of_4:nth-child(2n+1) > .align,
    .span_1_of_5:nth-child(2n+1) > .align, .span_1_of_6:nth-child(2n+1) > .align, .span_1_of_7:nth-child(2n+1) > .align, .span_1_of_8:nth-child(2n+1) > .align,
    .span_1_of_9:nth-child(2n+1) > .align, .span_1_of_10:nth-child(2n+1) > .align, .span_1_of_11:nth-child(2n+1) > .align, .span_1_of_12:nth-child(2n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_3:nth-child(2n) > .align, .span_1_of_4:nth-child(2n) > .align,
    .span_1_of_5:nth-child(2n) > .align, .span_1_of_6:nth-child(2n) > .align, .span_1_of_7:nth-child(2n) > .align, .span_1_of_8:nth-child(2n) > .align,
    .span_1_of_9:nth-child(2n) > .align, .span_1_of_10:nth-child(2n) > .align, .span_1_of_11:nth-child(2n) > .align, .span_1_of_12:nth-child(2n) > .align {
        margin: 0;
        float: right;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {
        width: 100%;
    }

    .span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, .span_5_of_11, .span_4_of_11, .span_3_of_11, .span_2_of_1, .span_1_of_11 {
        width: 100%;
    }

    .span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, .span_4_of_10, .span_3_of_10, .span_2_of_10, .span_1_of_10 {
        width: 100%;
    }

    .span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9, .span_1_of_9 {
        width: 100%;
    }

    .span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {
        width: 100%;
    }

    .span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {
        width: 100%;
    }

    .span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
        width: 100%;
    }

    .span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
        width: 100%;
    }

    .span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .piranya-col {
        margin: 1% 0 1% 0%;
    }

    .piranya-col:first-child {
        margin-top: 0;
    }

    .piranya-col:last-child {
        margin-bottom: 0;
    }

    .piranya-col.align > .align {
        margin: 0;
        float: left;
    }
}

@supports (display: grid) {
    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]):not([data-positioned="true"]) {
        display: grid;
        grid-gap: 15px;
    }

    .piranya-grid[data-column-count="1"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(2, 1fr);
    }

    .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(3, 1fr);
    }

    .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(4, 1fr);
    }

    .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(5, 1fr);
    }

    .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(6, 1fr);
    }

    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) > .piranya-col {
        width: 100%;
        margin: 0;
    }

    @media only screen and (max-width: 980px) {
        .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }

        .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(2, 1fr);
        }

        .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(3, 1fr);
        }

        .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(4, 1fr);
        }

        .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(5, 1fr);
        }
    }

    @media only screen and (max-width: 480px) {
        .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }
    }
}

/* /content/dynamic/36.css */
#offer-left-wrapper #deal-form-wrapper div[data-field="Navn"], #offer-left-wrapper #deal-form-wrapper div[data-field="Telefon"], #offer-left-wrapper #deal-form-wrapper div[data-field="Email"]
{
    width: 100%;   
}
#offer-left-wrapper #deal-form-wrapper div[data-field="Telefon"]
{
    margin: 0px 0px 16px 0px;
}
#offer-left-wrapper
{
    width: calc(100% - 2px);
    background-color: #fbfbfb;
    border: 1px solid #e2e6e7;
}
#offer-left-wrapper img
{
    float: none;
    display: block;
    margin: 10px auto;
}
#offer-left-wrapper > div
{
    width: calc(100% - 42px);
    padding: 20px;
}
#offer-left-wrapper > div > p
{
    font-size: 0.8em;
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0;
}
#offer-left-wrapper #deal-form-wrapper
{
    margin: 0;
}
#offer-left-wrapper .piranya-btn
{
    background-color: #608f54;
    width: 100%;
}

/* ~/content/piranya/module/custompage/menues/responsive.css */
/*Tablet portrait and smartphones*/
@media (max-width: 979px) {
    body.has-active-menu {
        overflow: hidden;
    }

    .piranya-menu-wrapper.responsive {
        position: relative;
    }

    header, footer, #piranya-page
    {
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        transition: transform 0.3s;
    }
    .piranya-menu-wrapper.responsive > ul {
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
        position: absolute;
        z-index: 1000;
        color: white;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -o-transition: width 0.3s;
        -ms-transition: width 0.3s;
        transition: width 0.3s;
    }

    .piranya-menu-wrapper.responsive li {
        color: #FFFFFF;
        padding: 0;
        width: 100%;
        list-style: none;
        font-size: 10px;
        visibility: hidden;
        line-height: 30px;
        -webkit-transition: transform 0.2s linear;
        -moz-transition: transform 0.2s linear;
        -o-transition: transform 0.2s linear;
        -ms-transition: transform 0.2s linear;
        transition: transform 0.2s linear;
        transform: translateX(calc(100% + 20px));
    }
    .piranya-menu-wrapper.responsive > ul > li
    {
        padding: 5px 0;
        border-bottom: 1px dashed dimgrey;
    }
    .piranya-menu-wrapper.responsive li:before {
        position: absolute;
        line-height: 30px;
        vertical-align: middle;
        left: 0;
    }

    .piranya-menu-wrapper.responsive > ul > li:before {
        content: "\f111";
    }

    .piranya-menu-wrapper.responsive > ul ul > li:before {
        content: "\f1db";
    }

    .piranya-menu-wrapper.responsive a {
        color: inherit;
        text-decoration: none;
        display: block;
        width: calc(100% - 37px);
        padding: 0px 5px 0px 32px;
        line-height: 200%;
        font-size: 16px;
        text-align: left;
    }

    .piranya-menu-wrapper.responsive a:hover {
        color: #000;
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
        background: #999;
        color: #fff;
        border-radius: 5px;
        display: block; /* show menu item if main menu */
        background: none;
        color: #666;
    }

    .piranya-menu-wrapper.responsive > ul i {
        display: none;
    }

    .piranya-menu-wrapper.responsive .piranya-menu-wrapper.open {
        width: auto;
    }

    .piranya-menu-wrapper.responsive {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .piranya-menu-wrapper.responsive ul > li > a {
        color: #474C58;
    }

    .piranya-menu-wrapper.responsive > ul.open {
        width: 280px;
        padding-left: 20px;
        top: 0;
        overflow-y: auto;
        right: 0;
        position: fixed;
        background-color: #272822;
        height: calc(100% - 50px);
        z-index: 10000;
        border: 1px solid #aaa;
        padding-top: 50px;
    }
    .piranya-menu-wrapper.responsive > ul.closed
    {
        -webkit-transition: width 250ms;
        -moz-transition: width 250ms;
        -o-transition: width 250ms;
        -ms-transition: width 250ms;
        transition: width 250ms;
    }
    .piranya-menu-wrapper.responsive > ul li
    {

    }
    .piranya-menu-wrapper.responsive > ul.open li
    {
        transform: translateX(0);
        display: inline-block;
        visibility: visible;
    }
    .piranya-menu-wrapper.responsive > ul.open a {
        color: white;
    }
    .piranya-menu-wrapper.responsive > ul.open a:hover
    {
        color: #cccbcb;
    }

    .piranya-menu-wrapper.responsive > ul:not(.open) .close-btn {
        display: none;
    }
    .piranya-menu-wrapper.responsive > ul:not(.open) {
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        line-height: 32px;
        font-size: 32px;
    }

    .piranya-menu-wrapper.responsive > ul:not(.open):before {
        content: "\f0c9";
    }

    .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
        content: "\f00c";
    }

    .piranya-menu-wrapper.responsive ul.open ul li.piranya-menu-item-selected:before {
        content: "\f00c";
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected,
    .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor {
        display: block;
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor > a {
        display: none; /* hide mainmenu item if ´submenu is selected */
    }

    .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
        pointer-events: none;
        cursor: default;
    }

    .piranya-menu-wrapper.responsive li.piranya-menu-item-selected > a {
        display: block; /* show only current <li> item */
    }

    .piranya-menu-wrapper.responsive li.piranya-menu-item-selected ul {
        display: none;
    }

    /* on nav hover */
    .piranya-menu-wrapper.responsive ul.open,
    .piranya-menu-wrapper.responsive ul.open {
        background-image: none;
    }

    .piranya-menu-wrapper.responsive ul.open li, .piranya-menu-wrapper.responsive ul.open .close-btn {
        margin: 0 0 5px;
    }

    .piranya-menu-wrapper.responsive > ul.open ul {
        padding-left: 35px;
        display: block;
    }

    .piranya-menu-wrapper.responsive > ul.open ul > li a {
        padding-left: 20px;
    }

    .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected-root > a {
        display: block;
    }

    .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
        content: "\f00c";
    }

    .piranya-menu-wrapper.responsive > ul.open > li.piranya-menu-item-selected {
        background-position-x: 10px;
    }

    .piranya-menu-wrapper.responsive > ul.open .close-btn {
        position: absolute;
         -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        right: 10px;
        top: 10px;
        height: 32px;
        width: 32px;
        font-size: 32px;
        cursor: pointer;
        color: white;
    }
    .piranya-menu-wrapper.responsive > ul.open .close-btn:hover {
        color: #d89999 
    }

    .piranya-menu-wrapper.responsive .close-btn:focus {
        outline: none;
    }

    .piranya-menu-wrapper.responsive .close-btn:before {
          content: "\f061";
    }

    .piranya-menu-wrapper.responsive > ul.open .close-btn, .piranya-menu-wrapper.responsive > ul, .piranya-menu-wrapper.responsive li {
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #piranya-menu-mask
    {
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    }
    #piranya-menu-mask.is-active 
    {
        width: 100%;
        height: 100%;
        opacity: 0.7;
        transition: opacity 0.3s;
    }
    header.has-push-right, footer.has-push-right, #piranya-page.has-push-right {
        transform: translateX(-300px);
    }
}

@media (min-width: 980px) {
    .piranya-menu-wrapper.responsive {
        width: 100%;
    }

    .piranya-menu-wrapper.responsive li {
        padding: 0px 20px;
        position: relative;
    }

    .piranya-menu-wrapper.responsive ul a {
        vertical-align: middle;
        float: left;
    }

    .piranya-menu-wrapper.responsive > ul > li:hover ul
    {
        max-height: 600px;
    }

    /*Submenu*/
    .piranya-menu-wrapper.responsive > ul ul {
        position: absolute;
        overflow: hidden;
        list-style-type: none;
        padding: 0;
        max-height: 0;
        z-index: 1000;
        left: 0;
        top: 100%;
        -webkit-transition: max-height 0.6s linear;
        -moz-transition: max-height 0.6s linear;
        -ms-transition: max-height 0.6s linear;
        -o-transition: max-height 0.6s linear;
        transition: max-height 0.6s linear;
    }

    .piranya-menu-wrapper.responsive .close-btn {
        display: none;
    }

    .piranya-menu-wrapper.responsive > ul ul ul, .piranya-menu-wrapper.responsive i
    {
        display: none; /*Sub submenu not added support yet*/
    }
}