/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.04.2016, 12:50:02
    Author     : Oliver Stradins
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

html, body {
    height:100%;
}

body {
    background-color:#fff;
    margin:0;
    padding:0;
    font-size: 100%;
    -webkit-text-size-adjust: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img, video {
    border: none;
    width: 100%;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: #ee9510;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
}

div, img, a {
    display: block;
}

p a, dl a, .error a {
    display: inline-block;
}

p {
    margin: 0 0 1.57em;
    font-size: 1.3125em;
    line-height: 1.57;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p:last-child {
    margin-bottom: 0;
}

strong, b {
    font-weight: 400;
}

input, select, textarea {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-family: Oswald, serif;
    font-weight: 300;
    font-size: 0.85em;
    border: none;
    background-color: transparent;
    color: #595959;
    line-height: 1.4;
    padding: 0;
}

input[type="checkbox"] {
    appearance:checkbox;
    -moz-appearance:checkbox; /* Firefox */
    -webkit-appearance:checkbox; /* Safari and Chrome */
    margin-right: 0.75em;
}

.clear {
    clear: both;
}

.viewport {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#navigation ul, #footer ul, #content ul, #banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Sitesprite */

#logo, .touch-trigger {
    background-image: url('/fileadmin/templates/images/kalika-sprite.svg');
    background-repeat: no-repeat;
    background-color: transparent;
}

/* Site Wrapper */

#outer-wrapper {
    position:relative;
    min-height:100%;
    font-family: Oswald, serif;
    font-weight: 300;
    line-height: 1.4;
    overflow: hidden;
}

#inner-wrapper {
    margin: 0 auto;
    color: #020000;
    padding-bottom: 4.6em;
    z-index: 1;
}

/* H-Tags */

h1, h2, h3 {
    margin: 0 0 0.40em;
    font-size: 2.8125em;
    font-weight: 300;
    line-height: 1.25;
}

header h2, .umzugsliste h2 {
    font-size: 1.875em;
    color: #ee9510;
    margin-top: -0.65em;
    margin-bottom: 2em;
}

.table-box-cell h3 {
    font-size: 1.3125em;
    margin: 1.57em 0 0;
    color: #ee9510;
    line-height: 1.57;
    font-weight: 400;
}

.table-box-cell h3:first-child {
    margin-top: 0;
}

/* Logo */

#logo {
    margin: 4.25em auto;
    width: 202px;
    height: 112px;
    background-position: 0 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

/* Navigation */

#navigation {
    text-align: center;
    position: relative;
    z-index: 4;
}

#navigation li {
    display: inline-block;
    line-height: 2;
    margin: 0 1.75em;
    position: relative;
}

#navigation li a {
    font-size: 1.125em;
    font-weight: 300;
    color: #494949;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#navigation li.act a, #navigation li.act li.act a, #navigation li a:hover, #navigation #subnav-block li.act a:hover {
    color: #ee9510;
}

#navigation li.act li a {
    color: #494949;
}

#subnav-block {
    left: -1em;
    position: absolute;
    text-align: left;
    background-color: #fff;
    display: none;
}

/*#navigation li:hover #subnav-block {
    display: block;
}*/

#navigation #subnav-block li {
    display: block;
    margin: 0;
}

#navigation #subnav-block li a {
    text-transform: none;
    letter-spacing: 0.025em;
    padding: 0 0.9em;
}

#navigation #subnav-block li a:hover {
    background-color: #fbe1bb;
    color: #494949;
}

/* Banner */

#banner {
    background-color: #ee9510;
    -moz-border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    border-radius: 0.75em;
    margin-bottom: 3.5em;
    overflow: hidden;
    cursor: default;
    position: relative;
    z-index: 1;
}

#banner .image, #banner .info {
    width: 50%;
    position: relative;
    height: 100%;
}

#banner .info {
    text-transform: uppercase;
}

#banner .text {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 2.5625em;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#banner .text b {
    font-size: 1.341463414634146em;
}

#banner .slogan {
    position: absolute;
    width: 100%;
    top: 1em;
    text-align: center;
    font-size: 1.5625em;
}

#banner .slogan.sl-bottom {
    top: inherit;
    bottom: 1em;
}

#banner .mobile {
    display: none;
}

#banner li {
    position: relative;
}

.separator {
    position: absolute;
    background: transparent url('/fileadmin/templates/images/banner-trenner.svg') no-repeat top right;
    background-size: auto 100%;
    width: 40%;
    top: 0;
    bottom: 0;
    right: 50%;
    z-index: 4;
    margin-right: -4px;
}

#banner .table-box {
    margin-top: 0;
}

/* Content */

#content {
    padding: 0 0.625em;
}

#content a, #content a:hover {
    text-decoration: underline;
}

#content ul {
    list-style: disc;
    padding-left: 1.5em;
    margin: 0 0 1.57em !important;
}

#content li {
    font-size: 1.3125em;
    line-height: 1.57;
}

figcaption {
    color: #ee9510;
    padding: 0.25em 0 0 0.5em;
}

/* Table Box */

.table-box {
    border-collapse: collapse;
    display: table;
    width: 100%;
    margin-top: 2em;
}

.table-box:last-child {
    margin-bottom: 0;
}

.table-box-row {
    display: table-row;
}

.table-box-cell {
    display: table-cell;
    vertical-align: top;
}

/* 3 Cols */

.col3 .table-box-cell {
    width: 30.3333333333333333333333333%;
}

.col3 .table-box-cell.empty-cell {
    width: 4.5%;
}

.col3 img {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
}

/* 2 Cols */

.col2 .table-box-cell {
    width: 32.3333333333333333333333333%;
}

.col2 .table-box-cell.cell-big {
    width: 64.6666666666666666666666666%;
}

.col2 .table-box-cell.empty-cell {
    width: 2.5%;
}

.col2 img {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
}

/* Start Cols */

.col-start .table-box-cell {
    background-color: #e9e9e9;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.col-start .table-box-cell.empty-cell {
    background-color: transparent;
}

.col-start .inner {
    padding: 1em 1.5em;
}

.col-start h2 {
    margin: 0;
}

#content .col-start a {
    color: #020000;
    text-decoration: none;
}

#content .col-start a:hover {
    color: #ee9510;
}

/* Downloads */

#id-24 .col3 h2 {
    color: #ee9510;
    margin-bottom: 0;
}

#id-24 .col3 a strong, #id-24 .col3 strong a {
    background-color: #ee9510;
    color: #fff;
    text-transform: uppercase;
    padding: 0.15em 1em;
    font-weight: 300;
    -moz-border-radius: 0.15em;
    -webkit-border-radius: 0.15em;
    border-radius: 0.15em;
    text-decoration: none;
}

/* Preise */

#id-8 .inner {
    border: 4px solid #ee9510;
    padding: 1.5em 2.5em;
    border-radius: 1.5em / 3em;
    position: relative;
    margin-right: 1.25em;
}

#id-8 .inner p {
    font-size: 1.1em;
}

#id-8 .inner p strong {
    font-weight: 300;
    color: #ee9510;
}

#id-8 .inner h2 {
    text-transform: uppercase;
    font-size: 2.25em;
}

#id-8 .inner em {
    position: absolute;
    bottom: -1em;
    right: -1em;
    font-size: 3em;
    font-style: normal;
    background-color: #fff;
    border: 8px solid #ee9510;
    border-radius: 50%;
    padding: 0.4em;
}

/* Kontakt */

.kontakt .table-box p {
    font-size: 1em;
}

.kontakt.table-box h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #ee9510;
    margin-bottom: 0;
}

.kontakt .table-box h3 {
    font-size: 1em;
    text-transform: uppercase;
    color: #ee9510;
    font-weight: 300;
    margin-bottom: 0;
}

.cell-1.table-box-cell.contact-small {
    width: 25.3333%;
}

/* Kartonrechner */

fieldset#kartonrechner {
    border: 0;
    margin: 0;
    padding: 0;
}

#kartonrechner .calc-left, #kartonrechner .calc-right {
    width: 50%;
    float: left;
}

#kartonrechner .calc-right {
    float: right;
    text-align: center;
}

#kartonrechner .calc-left label, #kartonrechner .calc-left input {
    display: block;
    width: 90%;
}

#kartonrechner .calc-left input {
    background-color: #fbe1bb;
    line-height: 2em;
    font-size: 1.3125em;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
}

#berechnen {
    background-color: #ee9510;
    color: #fff;
    cursor: pointer;
    font-size: 1.75em;
    text-transform: uppercase;
    padding: 0.75em 2em;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.calc-right label {
    display: block;
    width: 100%;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-top: 5.8em;
}

#ergebnis {
    background-color: #fbe1bb;
    color: #ee9510;
    font-size: 1.75em;
    text-transform: uppercase;
    padding: 0.75em 0.5em;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: default;
}

/* Umzugsliste */

#umzugsliste {
    width: 100%;
    display:block;
    border: none;
}

.main-table {
    width: 75%;
    border-spacing: 0;
    border-collapse: collapse;
}

.main-table table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 2.25em;
}

table.form-info {
    margin-bottom: 2.25em;
}

.umzugsliste {
    font-size: 1.3125em;
}

#umzugsliste .noshow {
    display: none;
}

.umzugsliste input, .umzugsliste textarea {
    background-color: #fbe1bb;
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 0;
    padding: 0 0.5em;
    width: 100%;
}

.umzugsliste input.short-number {
    width: auto;
}

.umzugsliste input[type="radio"], .umzugsliste input[type="checkbox"] {
    width: auto;
}

.umzugsliste input[type="radio"] {
    appearance:radio;
    -moz-appearance:radio; /* Firefox */
    -webkit-appearance:radio; /* Safari and Chrome */
}

.umzugsliste input[type="checkbox"] {
    appearance:checkbox;
    -moz-appearance:checkbox; /* Firefox */
    -webkit-appearance:checkbox; /* Safari and Chrome */
}

.umzugsliste .form-info label {
    display: block;
}

.umzugsliste .form-info label {
    padding-left: 0.5em;
}

.umzugsliste h2 {
    margin: 0.5em 0 0.25em;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.5em;
}

.form-info h2 {
    margin-top: 2em;
}

.umzugsliste .biglist h2 {
    text-align: center;
}

.umzugsliste .biglist {
    margin: 5em 0 1em;
}

.biglist th {
    font-size: 0.75em;
}

.umzugsliste .odd td:nth-child(2), .umzugsliste .odd td:nth-child(3) {
    background-color: #e5e5e5;
}

.umzugsliste .odd td:nth-child(1), .umzugsliste .odd td:nth-child(4) {
    background-color: #fbe1bb;
}

.umzugsliste .odd td:nth-child(1) input, .umzugsliste .even td:nth-child(1) input {
    background-color: transparent;
    width: 4em;
    text-align: center;
}

.umzugsliste .biglist td:nth-child(3) {
    width: 4em;
    text-align: center;
}

.info-left {
    padding-right: 1em;
}

.info-right {
    padding-left: 1em;
}

.down-table tr td {
    padding-bottom: 1em;
}

.umzugsliste input[type="submit"] {
    background-color: #ee9510;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0.75em 2em;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: auto;
}

.error {
    border: 2px solid red;
    padding: 1em;
}

.noshow {
    display: none;
}

/* Footer */

#footer-wrapper {
    background-color: #434343;
    color: #fff;
    box-shadow: 
        0 0 0 1px #5a5a5a,
        0 0 0 2px #6d6d6d,
        0 0 0 3px #929292,
        0 0 0 4px #c9c9c9,
        0 0 0 5px #ededed;
}

#footer {
    padding: 2em 0;
    display: flex;
    justify-content: space-between;
}

#footer p {
    font-size: 0.875em;
}

#footer h4 {
    font-size: 1.125em;
    margin: 0;
    font-weight: 200;
    color: #ee9510;
}

#footer .item {
/*    display: inline-block;*/
    vertical-align: top;
/*    width: 33.3333%;*/
}

#footer .footer-info {
    display: flex;
    justify-content: space-between;
}

#footer .footer-info--item:nth-child(1) {
    margin-right: 2em;
}

@media only screen and (max-width: 1240px) {

    .viewport {
        max-width: 96%;
    }

}

@media only screen and (max-width: 1200px) {

    #banner .text {
        font-size: 2em;
    }

}

@media only screen and (max-width: 1100px) {

    body {
        font-size: 90%;
    }

    /* Table Preise */

    #id-8 #content .table-box-cell {
        display: block;
        margin-bottom: 4em;
        width: 96% !important;
    }

}

@media only screen and (max-width: 1000px) {

    #banner .text {
        font-size: 1.75em;
    }

    #banner .slogan {
        font-size: 1.25em;
    }

}

@media only screen and (max-width: 880px) {

    .kontakt .table-box .table-box-cell {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }

    /* Umzugsliste */

    .main-table {
        width: 100%;
    }

}

@media only screen and (max-width: 840px) {

    #banner .text {
        font-size: 1.5em;
    }

    #banner .slogan {
        font-size: 1em;
    }

}

@media only screen and (max-width: 740px) {

    /* Navigation */

    #navigation {
        display: none;
        position: absolute;
        right: 1em;
        top: 4em;
        background-color: #fff;
        text-align: left;
        z-index: 4;
    }

    #navigation {
        padding: 0.5em 0;
    }

    #navigation li {
        display: block;
        margin: 0 1em;
    }

    .touch-trigger {
        height: 35px;
        position: absolute;
        width: 35px;
        z-index: 5;
        top: 1em;
        right: 1em;
        background-position: 4px -133px;
    }

    .touch-trigger.close {
        background-position: -45px -133px;
    }

    #navigation #subnav-block {
        display: inherit;
        background-color: #fff;
        left: -1em;
        position: static;
        text-align: left;
        padding: 0 0 0.5em;
    }

}

@media only screen and (max-width: 680px) {

    #banner .text {
        font-size: 1.25em;
    }

    #banner .slogan {
        font-size: 0.75em;
    }

    #banner .mobile {
        display: block;
    }

    #banner .desktop {
        display: none;
    }

}

@media only screen and (max-width: 620px) {

    /* Table Box */

    #content .table-box-cell {
        display: block;
        width: 100% !important;
        margin-bottom: 2em;
    }

    #content .table-box-cell:last-child {
        margin-bottom: 0;
    }

    #content .table-box-cell.empty-cell {
        display: none;
    }

}

@media only screen and (max-width: 520px) {

    #banner .text {
        font-size: 1em;
    }

    #banner .slogan {
        font-size: 0.65em;
    }

    #banner .text b {
        font-size: 1em;
    }

}

@media only screen and (max-width: 480px) {

    /* Logo */

    #logo {
        width: 162px;
        height: 90px;        
        margin: 1em 0;
        background-position: -249px 0;
    }

    /* Navigation */

    #navigation {
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0.85em 0;
        font-size: 120%;
    }

    .touch-trigger {
        top: 2.5em;
    }

    .touch-trigger.close {
        position: fixed;
    }

    /* Banner */

    .separator {
        margin-right: -1px;
    }

    /* H-Tags */

    h1, h2, h3 {
        font-size: 2.25em;
    }

    header h2 {
        font-size: 1.5em;
    }

    /* Kartonrechner */

    #kartonrechner .calc-left, #kartonrechner .calc-right {
        float: none;
        width: 100%;
    }

    #kartonrechner .calc-right {
        margin-top: 3em;
    }

    .calc-right label {
        margin-top: 0.5em;
    }

    #kartonrechner .calc-left label, #kartonrechner .calc-left input {
        width: 100%;
    }

    /* Anfrage */

    .umzugsliste h2 {
        font-size: 1.15em;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .umzugsliste input.short-number {
        width: 100%;
    }

    /* Footer */

    #footer .item {
        display: block;
        width: 100%;
        margin-bottom: 2em;
    }
    
    #footer {
        flex-direction: column;
    }

}

@media only screen and (max-width: 370px) {

    #banner .text {
        font-size: 0.85em;
    }

}

@media only screen and (max-width: 340px) {

    #banner .slogan {
        font-size: 0.55em;
    }

}

#id-38 .col3 img{
  border-radius: 0;
}

#id-38 .col3 figure{
  position: relative;
}

#id-38 .col3 figure a{
  padding-bottom: 40px;
}

#id-38 .col3 figure figcaption{
  text-align: center;
    font-size: 1.5rem;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}