html {
    -webkit-font-smoothing: antialiased;
}

html,
button,
input,
select,
textarea {
    color: #111;
}

::-moz-selection {
    background: #018cba;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #018cba;
    text-shadow: none;
    color: #fff;
}

img {
    vertical-align: middle;
}

abbr {
    border: 0;
}

.table {
    display: table;
    margin: 0 auto;
}

.center {
    text-align: center
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    color: #888;
    text-decoration: underline;
}

a:hover {
    color: #404040;
}

a:active {
    color: #222;
}

.action {
    color: #018cba;
}

.action:hover {
    color: #02779e;
}

.action:active {
    color: #018cba;
}

label {
    cursor: pointer;
}

textarea, input[type=text] {
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 1px 2px #ddd;
    background: #fafafa;
    font-family: inherit;
    font-size: 12px;
    padding: 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

textarea:focus, input[type=text]:focus {
    background: #fff;
    outline: none;
    border-color: #ddd;
}

input[type=submit] {
    display: inline-block;
    height: 44px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
    border: 0;
    background-color: #0ccb8a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
    padding: 0 11px;
    color: #fff;
    line-height: 44px;
}

input[type=submit]:hover {
    background-color: #26bb7e;
}

input[type=submit]:active {
    background-color: #199b66;
}

.btn {
    display: inline-block;
    padding: 14px 22px;
    border: 0;
    background-color: #018cba;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.btn:hover {
    color: #fff;
    background: #0194c5;
}

.btn:active {
    color: #fff;
    background: #027196;
}

.btn-check {
    padding-left: 40px !important;
    background: url(../img/ui/btn-icons.png) no-repeat 13px 14px;
}

.btn-cancel {
    padding-left: 39px !important;
    background: #434149 url(../img/ui/btn-icons.png) no-repeat 13px -38px !important;
}

.btn-cancel:hover {
    background-color: #37353c !important;
}

.btn-cancel:active {
    background-color: #2d2b31 !important;
}

span.secondary {
    color: #484851;
}

/* ===== Initializr Styles ===== */

html {
    height: 100%;
}
body {
    min-height: 100%;
    font: 14px/19px 'Source Sans Pro', Helvetica, Helvetica Neue, Arial;
    background: #ecedf1;
    position: relative;
}

body.full {
    border-top: 6px #fff solid;
    border-bottom: 3px #fff solid;
}

.wrapper {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ===== Wrapper layout ===== */

#head {
    background: #fff;
    height: 70px;
}

#head a {
    text-decoration: none;
}

#head h1 {
    float: left;
    margin: 25px 0 0 0;
}

#head h1 a {
    font-size: 29px;
    font-weight: 900;
    color: #02779e;
    letter-spacing: -1px;
}

h1 span {
    color: #018cba;
}

#head ul {
    float: right;
    list-style: none;
    margin: 26px 0 0 0;
    padding: 0;
}

#head li {
    float: left;
    margin-left: 36px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
}

#head li.active {
    background: url(../img/active.png) no-repeat bottom center;
}

#head li a.action {
    display: inline-block;
}

#head li a {
    color: #444;
}

#head li a.action {
    color: #018cba;
    display: inline-block;
}

#head li a.action:hover {
    color: #02779e;
}

#head li a.action:active {
    color: #018cba;
}

#head li.active a {
    color: #222;
}

#content {
    padding: 20px 0;
    font-size: 16px;
}

#content #slides {
    list-style: none;
    margin: 26px 0 0 0;
    padding: 0;
    width: 940px;
    height: 232px;
    overflow: hidden;
    position: relative;
}

#content #slides li {   
    text-align: center;
    display: block;
    float: left;
    width: 940px;
    position: absolute;
}

#content #slides .active {
    display: block !important;
}

#content #slides a:hover {
    opacity: 0.9;
}

#content #tagline {
    background: #fff;
    text-align: center;
    padding: 0 28px 20px 28px;
    border-radius: 5px;
    margin-bottom: 62px;
}

#content #tagline .cols {
    margin-bottom: 15px;
}

#content #tagline .video {
    float: left;
    width: 220px;
    padding-top: 1px;
}

.video a {
    display: block;
    border-radius: 5px;
    text-indent: -9999px;
    background: url(../img/demothumbnail.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 220px;
    height: 160px;
}

.video a:hover {
    opacity: 0.95;
}

#content #tagline .blah {
    float: right;
    width: 630px;
    text-align: left;
}

.blah p {
    line-height: 1.46em !important;
}

#content #tagline h1 {
    color: #02779e;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 41px 0 39px 0;
    margin: 0;
    line-height: 1.3em;
}

#content #tagline p {
    margin: 0 0 29px 0;
    line-height: 21px;
}

#content #tagline a.btn {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

#content #tagline #controlls {
    width: 54px;
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
}

#content #tagline #controlls li {
    width: 8px;
    height: 8px;
    background: #f0f0f0;
    float: left;
    margin: 0 5px;
    border-radius: 8px;
    text-indent: -9999px;
    cursor: pointer;
}

#content #tagline #controlls li.active {
    background: #cccccc;
}

#content #partner {
    margin-bottom: 60px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

#content #partner .table {
    margin-top: 16px;
}

#content #partner ul {
    list-style: none;
    min-width: 200px;
    padding: 0;
    margin: 0 auto;
}

#content #partner li {
    float: left;
    margin: 0 8px;
}

#pricing #content, #examples #content, #static #content, #designer #content, #contact #content {
    width: 900px;
    margin: 18px auto 36px auto;
    padding: 20px;
    background: #fff;
    text-align: center;
}

#pricing #content h1, #examples #content h1, #contact #content h1 {
    font-size: 24px;
    margin: 20px 0 30px 0;
    color: #018cba;
}

#pricing .currency-toggle {
    padding: 0;
    list-style: none;
    margin: 0;
}

#pricing .currency-toggle li {
    float: left;
    margin: 0 8px;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    background: #6cb0c7;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 49px;
}

#pricing .currency-toggle li:hover {
    background: #75c0d9;
}

#pricing .currency-toggle li:active {
    background: #3e88a1;
}

#pricing .currency-toggle li.active {
    background: #02779e;
    cursor: default;
}

#pricing .btn, #examples .btn {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 25px;
}

table.pricing-table {
    /*margin: 18px auto 36px auto;*/
    background: #0092c2;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

table.pricing-table th,td {
    padding: 20px 35px;
}

table.pricing-table th {
    background: #02779e;
}

table.pricing-table tr.zahl td {
    font-size: 20px;
}

table.pricing-table tr#beidseitig {
    border-top: 2px solid #01759b;
}

#examples #content ul {
    list-style: none;
    padding: 0;
    width: 820px;
    margin: 0 auto 20px auto;
}

#examples #content li {
    float: left;
    margin: 6px;
}

#examples #content li a {
    display: block;
    width: 260px;
    height: 260px;
    overflow: hidden;
}

#examples #content li img {
    width: 260px;
}

#examples #content li a:hover img {
    opacity: 0.9;
}

#contact table {
    margin: 0 auto;
}

#contact input, #contact textarea {
    width: 400px;
}

#contact input[type=submit] {
    padding: 14px 0;
    text-align: center;
    border: 0;
    background-color: #018cba;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
    line-height: 18px;
    width: 422px;
    margin-top: -10px;
}

#contact input[type=submit]:hover {
    background-color: #0194c5;
}

#contact input[type=submit]:active {
    background-color: #027196;
}

#static #content {
    text-align: left;
    font-size: 14px;
}

#footer {
    background: #fff;
    font-weight: 600;
    font-size: 12px;
}

#footer ul {
    list-style: none;
    margin: 12px 0;
    padding: 0;
}

#footer li {
    float: left;
    display: inline;
    margin-left: 18px;
}

#footer .left li {
    margin-left: 0;
	margin-right: 18px;
}

#footer a {
    text-decoration: none
}



#container {
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    width: 755px;
    height: 550px;
    margin: 0 auto;
}

#designer {
    width: 755px;
    height: 550px;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
         -moz-transition: -moz-transform 1s;
           -o-transition: -o-transform 1s;
              transition: transform 1s;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
           -o-transform-style: preserve-3d;
              transform-style: preserve-3d;
}

#designer.flipped {
    -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
}

#designer canvas {
    border: 0;
    display: block;
    position: absolute;
    width: 755px;
    height: 550px;
    -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
           -o-backface-visibility: hidden;
              backface-visibility: hidden;
}

#designer_canvas_back {
    -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
}

#text-controls, #color-select {
  display: none;
}


#pricing_tables {
    margin: 18px auto 30px auto;
    position: relative;
    width: 672px;
    height: 297px;
}

#pricing_tables .pricing-table {
    position: absolute;
}

#pricing_tables .pricing_table.chf {
    
}

@-webkit-keyframes flipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        -webkit-transform-origin: 0% 50%;
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        -webkit-transform-origin: 0% 50%;
        opacity: 0;
    }
}

@-webkit-keyframes flipIn {
    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        -webkit-transform-origin: 0% 50%;
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        -webkit-transform-origin: 0% 50%;
        opacity: 0;
    }
}

.flipOut {
    -webkit-backface-visibility: hidden !important;
    -webkit-animation-name: flipOut;

    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}

.flipIn {
    -webkit-backface-visibility: hidden !important;
    -webkit-animation-name: flipIn;

    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}




a.toggleDesigner {
    position: absolute;
    left: 50%;
    margin-left: -24px;
    z-index: 2;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #6b6b6b;
    margin-top: 5px;
}

a.toggleDesigner span {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: url(../img/gui/flip.png) no-repeat center;
    margin-bottom: 4px;
    border: 2px #6b6b6b solid;
}

a.toggleDesigner:hover {
    opacity: 0.8;
}

a.toggleDesigner:active {
    opacity: 1.0
}

#bgcolor {
    display: none;
}

.hidebutton {
    display: none;
}


/* designer ui */

#toolbar {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

#toolbar li {
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 12px 14px;
}

#toolbar li:last-child {
    border: 0;
}

#toolbar li:hover {
    color: #333;    
    background: rgba(255,255,255,0.5);
}

#toolbar li:active {
    color: #222;
    background: rgba(255,255,255,0.62);
}

#toolbar li ul {
    width: 126px;
    position: absolute;
    z-index: 5;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 37px;
    background: rgba(255,255,255,0.5);
    margin-left: -33px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

#toolbar li ul li {
    float: none;
    border: none;
    border-bottom:  1px solid #e0e0e0;
}

li#color-m, li#color-m:hover, li#color-m:active {
    width: 80px !important;
    background-image: url(../img/gui/toolbar.png);
    background-position: 10px -78px;
    background-repeat: no-repeat;
    padding-left: 32px;
}

li#change_background, li#change_background:hover, li#change_background:active {
    background-image: url(../img/gui/toolbar.png);
    background-position: 10px -123px;
    background-repeat: no-repeat;
    padding-left: 32px;
}

li#add_image, li#add_image:hover, li#add_image:active {
    background-image: url(../img/gui/toolbar.png);
    background-position: 10px -31px;
    background-repeat: no-repeat;
    padding-left: 32px;
}

li#add_text, li#add_text:hover, li#add_text:active {
    background-image: url(../img/gui/toolbar.png);
    background-position: 10px 14px;
    background-repeat: no-repeat;
    padding-left: 26px;
}

.savebar {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: #6b6b6b;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    font-weight: 600;
}

.savebar li {
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 12px 14px;
}

.savebar li:last-child {
    border: 0;
}

.savebar li:hover {
    color: #454545;    
    background: rgba(255,255,255,0.5);
}

.savebar li:active {
    color: #222;
    background: rgba(255,255,255,0.62);
}

li#fullscreen, li#fullscreen:hover, li#fullscreen:active {
    background-image: url(../img/gui/toolbar.png);
    background-position: 11px -255px;
    background-repeat: no-repeat;
    padding-left: 23px;
    text-indent: -9999px
}

li#serialize, li#serialize:hover, li#serialize:active {
    background-image: url(../img/gui/toolbar.png);
    background-position: 10px -166px;
    background-repeat: no-repeat;
    padding-left: 26px;
}

li#reset, li#reset:hover, li#reset:active {
    background-image: url(../img/gui/toolbar.png);
    background-position: 14px -212px;
    background-repeat: no-repeat;
    padding-left: 24px;
    text-indent: -9999px
}

li#reset:hover, li#cancel:hover {
    background-color: #ffe9e9;
}



ul.colors {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
}

ul.colors li {
    text-indent: -9999px;
    width: 55px;
    height: 55px;
    float: left;
    border: 1px #fff solid;
    border-radius: 55px;
    margin: 2px;
}

#submit-modal input[type="text"], #submit-modal textarea {
    width: 354px;
}

#submit-modal textarea {
    height: 170px;
}




.ui-widget-header {
    border: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    color: #333 !important;
}

.ui-dialog {
    box-shadow: 0 0 18px rgba(0,0,0,0.5);
}

.ui-widget-content {
    border-color: #f1f1f1 !important
}


#fcolordesigner_canvas_front, #fcolordesigner_canvas_back {
    display: none;
}



.instructions {
    position: relative;
    top: -60px;
    text-align: center;
    color: #999;
}




