/*
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 : 20.10.2017, 17:16:13
    Author     : Jakob
*/
/** {font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;}*/
/*body {background-color: #f7f7f7;}*/

nav.navbar.navbar-fixed-top,
nav.navbar.tp {
    text-align: center;
}
nav.navbar .navbar-brand, nav.navbar .navbar-header {
    float: none;
    display: inline-block;
}
#navbar.navbar-collapse ul {
    display: none;
}

footer>.basic-container {
    padding-top: 20px;
}
#footer .footer-message {
    margin-bottom: 20px;
}
#footer .l1-padding {
    display: none;
}

.div-boxing-content {
    display: block;
}
.bcolor-sec, .button.bcolor-sec {
    background-color: #4aaaea
}
.color-sec {
    color: #4aaaea;
}
.seperation-line {
    display: block;
    width: 100%;
    border-bottom: 2px solid #eaeaea;
    margin: 10px 0px;
}

.label-danger {
    background-color: #f77070;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 40px;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-backdrop.in {
    opacity: 0.8
}
.modal-dialog .modal-content {
    padding: 10px;
}
.modal-dialog .modal-header, .modal-dialog .modal-footer {
    border: 0;
    background: none;
}
.modal-dialog h2 {
    font-size: 18pt;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}
.modal-dialog button.button, .modal-dialog button.button:hover {
    font-size: 11pt;
    font-weight: 600;
}
.modal-dialog.modal-size-50 {
    width: 50%;
}

.modal .modal-header button.close:hover,
.modal .modal-header button.close:focus,
.modal .modal-header button.close {
    font-size: 15px;
    width: auto;
    height: auto;
}

#configuration-item-details-modal a.button {
    padding: 5px 20px;
}
#configuration-item-details-modal .fav {
    display: inline-block;
    font-size: 11pt;
    margin-left: 10px;
}

.top-comment p {
    padding: 5px 15px;
}
.game-factors .progress {
    width: 80%;
    height: 10px;
    border-radius: 0;
    background: none;
    margin-bottom: 10px;
    box-shadow: none;
    background-color: #eaeaea;
}
.game-factors .progress .progress-bar {
    background: none;
    background-color: #ff0066;
}

.after-nav {
    margin-top: 47px;
    margin-top: 85px;
    margin-bottom: 80px;
}

.bimg.bcolor-white {
    background-color: white;
}

.h-wrapper {
    margin-right: -15px;
    margin-left: -15px;
}
.h-wrapper h1,
.h-wrapper h2,
.h-wrapper h3 {
    font-size: 20pt;
    color: #111;
    font-weight: normal;
    display: inline-block;
    padding-right: 30px;
    margin: 0;
    margin-top: 15px;
    background-color: #f7f7f7;
}
.h-wrapper .special-heading-border {
    width: 100%;
    height: 35px;
    margin-top: -36px;
}
.h-wrapper .special-heading-inner-border {
    width: 100%;
    height: 2px;
    margin: 23px 0px;
    background-color: #111;
}
.h-wrapper.color-black h1,
.h-wrapper.color-black h2,
.h-wrapper.color-black h3 {
    color: #111;
    background-color: white;
}
.h-wrapper.color-black .special-heading-inner-border {
    background-color: #bbb;
    height: 1px;
}
.h-wrapper.color-black .special-heading-border {
    top: -34px;
    margin-top: -34px;
}

.bimg.bcolor-white .h-wrapper h1,
.bimg.bcolor-white .h-wrapper h2,
.bimg.bcolor-white .h-wrapper h3 {
    background-color: white;
}

ul.styled-list {
    padding-left: 20px;
}
ul.styled-list li {
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 22px;
}

.bordered-container {
    border: 1px solid #e1e1e1;
    background-color: white;
    border-radius: 5px;
}
/*.bimg {width: 100%; height: calc(100vh - 47px); background-size: 100% auto; background-position: center; background-image: url('/res/imgs/teamazing-erlebnisbuilding-teambuilding-team-event-teamfoto-leute-werfen-rote-hüte-hoch-in-die-luft.jpg')}
.bimg-overlay {width: 100%; height: 100%; background-color: rgba(34,34,34,0.7);}*/

.button, button.button {
    display: inline-block;
    color: black;
    font-size: 13pt;
    padding: 8px 15px 8px 15px;
    margin: 10px;
    border: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 25px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.button.disable {
    background-color: #eaeaea !important;
    pointer-events: none;
}
.button.no-margin {
    margin: 0;
}
.button.center {
    margin: 10px auto;
    display: block;
}

.button.small {
    padding: 4px 10px;
    font-size: 14px;
}

.button.fill {
    display: block;
    width: 100%;
    max-width: 100%;
}

button.big {
    padding: 12px 18px 12px 18px;
    font-size: 14pt;
    width: 100%;
    max-width: 420px;
}

button.button, button.button:hover {
    outline: none;
    /*border: none;*/
    margin: 0;
}
button.button.white-bordered,
.button.white-bordered {/*background-color: white; color: #ff0066; border: 1px solid #ff0066;*/
    color: white;
    text-decoration: underline;
}

.form-style {
    margin: 15px 0px;
}
.form-style label,
.form-style input,
.form-style select,
.form-style textarea {
    width: 100%;
    display: block;
    color: #ff0066;
    color: #111
}
.form-style input,
.form-style select,
.form-style textarea {
    outline: none;
    border: 0;
    line-height: 25px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.form-style label {
    line-height: 22px;
    font-weight: bold;
    color: #3f4e5f;
}
.form-style input {
    margin-bottom: 10px
}
.form-style textarea {
    width: 100%;
    height: auto;
    min-height: 150px;
}
.form-style label.onoffswitch-label {
    text-align: left;
    line-height: 31px;
    border-radius: 3px;
    border: 1px solid #ff0066;
}
.form-style label.onoffswitch-label:before {
    border-radius: 3px;
    border: 1px solid #ff0066;
    background-color: #ff0066;
}
.form-style.onoffswitch-label:before {
    background: #FFFFFF;
}
.form-style .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ff0066;
    color: white
}
.form-style .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    background-color: #ffffff;
}
.form-style input.error,
.form-style select.error {
    border: 2px solid #d0122c;
}
.checkbox.disable,
.checkbox.disable + label{
    pointer-events: none;
    cursor: default;
}

.form-style input:focus,
.form-style select:focus,
.form-style textarea:focus {
    border-radius: 25px;
    padding-left: 15px;
    border-color: #5791ff;
    background-color: white;
}

.form-rows .row {
    margin-bottom: 10px;
}
.form-rows .row.no-margin {
    margin-bottom: 0;
}

.form-rows label {
    line-height: 32px;
    text-shadow: none;
}
.form-style .input-group {
    padding-top: 15px;
}
/*.form-style .input-group input {border-left: 0; border-right: 0px;}*/
.form-style .input-group .input-group-addon {
    background: none;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

#time-slider {
    width: calc(100% - 25px);
    height: 10px;
    border-bottom: 2px solid #eaeaea;
    padding: 0px 25px;
    margin-top: 10px;
}
#time-slider .ui-slider-handle {
    background-color: #ff0066;
    border: 3px solid #ffffff;
    top: -4px;
    width: 30px;
    height: 25px;
    border-radius: 5px;
}

.ed-f.small {
    position: relative;
    width: 24px;
    height: 24px;

    float: right;
    /*background-color: #049FF9;*/

    font-size: 18px;
    text-align: center;
    line-height: 24px;

    cursor: pointer;
}

.ed-f:hover {
    color: #15892E;
}

.ed-f .ed-f-t {
    width: 100%;
    height: 100%;
    display: block;
}

.ed-f form {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ed-f form input[type="file"] {
    display: block;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

.ed-f-p {
    width: 175px;
    height: 175px;
    margin: 10px;
    background-color: #eaeaea;
    background-size: 100% auto;
    background-position: center;
}
.ed-f-r {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    float: left;
}
.ed-f-f {
    width: 100%;
    height: 175px;
    margin: 10px 0px;
    background-color: #eaeaea;
    background-size: 100% auto;
    background-position: center;
}

.checkbox {
    display: none !important;
}
.checkbox + label {
    line-height: 34px;
}
.checkbox + label>span {
    width: 34px;
    height: 34px;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    border: 1px solid #5791ff;
    background-color: #f7f7f733;
    border-radius: 8px;
    text-align: center;
    line-height: 28px;
    font-size: 12pt
}
.checkbox + label>span, .checkbox + label>div {
    display: inline-block;
}
.checkbox.error + label {
    background-color: #d0122c;
    color: white;
}
.checkbox:checked + label>span,
.steps .checkbox.success:checked + label>span {
    background-color: #6bc0ab;
    background-image: none;
    color: white;
    border: 2px solid #6bc0ab;
    font-family: 'Glyphicons Halflings'
}
.checkbox:checked + label>span:before {
    content: "\e013"
}
.jp-form-style .checkbox:checked + label>span:before {
    position: relative;
    top: -7px;
    left: -4px;
}
.onoffswitch {
    margin: 2px;
    position: relative;
    width: 110px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch.access-control {
    width: 150px;
}
.onoffswitch.longer {
    width: 135px;
}

.info-value-wrapper .onoffswitch .onoffswitch-checkbox.in-fe,
.onoffswitch-checkbox {
    display: none !important;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px !important;
    padding: 0;
    line-height: 31px;
    border: 2px solid #EAEAEA;
    border-radius: 30px;
    background-color: white;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 80px;
    border: 2px solid #EAEAEA;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch.longer .onoffswitch-label:before {
    right: 105px;
}
.onoffswitch.access-control .onoffswitch-label:before {
    right: 120px;
}
.onoffswitch.color-change .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #2880BA;
}
.onoffswitch.color-change .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch.color-change .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #2880BA;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: white;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-on + .onoffswitch-off,
.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-on{
    display: none;
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-on + .onoffswitch-off,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-on{
    display: block;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-on {
    padding-left: 10px;
    font-weight: normal;
}
.onoffswitch.color-change .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-on {
    color: white;
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-on + .onoffswitch-off {
    /*padding-left: 35px;*/
    padding-right: 10px;
    text-align: right;
    font-weight: normal;
}

.image-wrapper .user-img.user-img-big.main-img {
    border: 1px solid #bdc7d8;
}
.image-wrapper .user-img.user-img-big.main-img:hover {
    border: 1px solid #5791ff;
}

#design-header h1 {
    font-size: 22pt;
    margin-top: 0px;
    font-family: 'Montserrat-Regular';
    color: #3f4e5f
}
#designer-mainrow {
    padding-top: 30px
}

.steps {
    border: 2px solid #eaeaea;
    background-color: white;
    text-transform: uppercase;
}
.steps .checkbox + label {
    display: block;
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    margin: 0;
    font-size: 12pt; /*color: #c3c3c3;*/
    cursor: pointer;
}
.arrow-right,
.steps .checkbox + label .arrow-right{
    position: relative;
    float: right;
    left: 38px;
    top: 19px;
    width: 28px;
    height: 29px;
}
.steps .checkbox + label .arrow-right:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #eaeaea;
    border-width: 27px;
    margin-top: -29px;
}
.steps .checkbox + label .arrow-right:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #FFFFFF;
    border-width: 25px;
    margin-top: -27px;
}
.steps .checkbox:checked + label .arrow-right:before,
.steps .checkbox.success:checked + label .arrow-right:before,
.steps .checkbox:checked + label .arrow-right:after,
.steps .checkbox.success:checked + label .arrow-right:after{
    border-left-color: #f2f2f2;
}
.steps .checkbox + label .arrow-right:before,
.steps .checkbox + label .arrow-right:after {
    z-index: 1000;
    height: 0;
    width: 0;
    pointer-events: none;
    content: " ";
    position: absolute;
}
.steps .checkbox + label>span {
    border-radius: 30px;
    font-family: 'Montserrat-Regular'
}
.steps .checkbox:checked + label,
.steps .checkbox.success:checked + label {
    background-color: #f2f2f2;
    color: #111;
}
.steps .checkbox:checked + label>span:before,
.steps .checkbox.success:checked + label>span:before{
    content: ""
}
.steps .checkbox.success + label {
    background-color: #d0122c;
    color: white;
}
.steps .checkbox.success + label .arrow-right:after,
.steps .checkbox.success + label .arrow-right:before {
    border-left-color: #d0122c;
}
.steps .checkbox.success + label>span {
    border: 2px solid transparent;
    background-color: #d0122c;
    color: transparent;
    font-family: 'Glyphicons Halflings';
}
.steps .checkbox.success + label>span:before {
    content: "\e013";
    position: relative;
    left: 10px;
    color: white;
}

.step-1-container h2{
    font-size: 14pt;
    font-family: 'Montserrat-Regular';
    margin: 0;
    margin-top: 7px;
    padding: 0;
}

.button.bt-details, .button.bt-details:hover {
    margin-top: 15px;
    margin-right: 15px;
}

#configurator_form {
    margin-top: 25px;
}
#configurator_form h2 {
    color: #3f4e5f;
    font-size: 13pt;
    margin: 5px 0px;
    margin-bottom: 15px;
}
#configurator_form .form-style {
    padding: 5px;
    border-radius: 5px;
    margin: 0px;
}
#finish-details .form-style {
    padding: 5px;
}
#finish-details h2 {
    margin-bottom: 0px;
}
#configurator_form .image-wrapper {
    width: 80px;
    height: 80px;
    margin: auto;
}
.helper_robot {
    width: 50px;
    height: auto;
}

#step-1-content, #step-2-content {
    padding: 15px;
}

.configuration-item.placeholder {
    opacity: 0;
}
.configuration-item {
    background-color: #fafafa;
    width: 280px;
    height: auto;
    margin: 15px 5px;
    position: relative;
    margin: 15px 5px;
    float: left;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
/*.configuration-item .inner-img {width: 228px; height: 228px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; background-position: center; background-size: 100% auto; background-repeat: no-repeat; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}*/
.configuration-item .inner-img {
    width: 65px;
    height: 65px ;
    border-radius: 200px;
    margin: 15px auto;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.configuration-item .inner-content {
    width: 100%;
    min-height: 160px;
    float: left;
    background-color: #fafafa;
    color: #3f4e5f;
    font-family: 'Montserrat-Regular';
    text-align: center;
    font-size: 12pt;
    line-height: 25pt;
}
.configuration-item:hover {
    border-color: #5791ff;
}
.configuration-item:hover .inner-img{
    transform: scale(1.1);
}
.configuration-item .fav {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12pt;
}
.configuration-item .row {
    margin: 0;
    margin-bottom: 5px;
}
.configuration-item .button,
.configuration-item .button:hover,
.configuration-item button.button:hover {
    color: white;
    font-family: 'Montserrat-Regular';
    line-height: 22px;
    padding: 1px 6px;
    font-size: 10pt;
    margin: 5px 0px;
    width: 100%;
}
.configuration-item .controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.configuration-item .button.color-black, .configuration-item .button.color-black:hover, .configuration-item button.color-black.button:hover {
    color: #3f4e5f;
    text-decoration: none;
}

.configuration-content {
    background-color: white;
    border: 2px solid #eaeaea;
    padding: 5px;
    clear: both;
    min-height: 100px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.configuration-content.location {
    min-height: 75px;
}
.configuration-content.error {
    border: 3px dashed red;
}
.configuration-content.full {
    background-color: white;
}
.configuration-content.full.location {
    border-color: transparent;
}
.configuration-content .content-elm {
    position: relative;
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.configuration-content .content-elm:hover {
    cursor: pointer;
    transform: scale(1.05);
}
/*#configuration-content .content-elm .event-game .inner-img {width: 45px; height: 45px; border-radius: 45px; float: left;}*/
.configuration-content .content-elm .configuration-item .inner-img {
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 45px;
    float: left;
}
.configuration-content .content-elm .configuration-item .inner-content {
    display: inline-block;
    width: auto;
    min-height: 0;
    background-color: transparent;
    font-family: 'Montserrat-Light';
    position: relative;
    line-height: 45px;
    text-align: left;
    padding: 0px 15px;
}
.configuration-content .content-elm .configuration-item .inner-content {
    line-height: 35px;
    font-size: 10pt;
    font-weight: 600
}
.configuration-content .content-elm .configuration-item {
    display: inline-block;
    width: auto;
    height: auto;
    float: none;
    margin: 5px;
    padding: 5px;
}
.configuration-content .content-elm .configuration-item .inner-content p {
    display: none;
}
.configuration-content .content-elm .configuration-item .fav {
    position: relative;
    right: auto;
    font-size: 9pt;
    float: right;
    top: 8px;
}
.configuration-content .content-elm .configuration-item .row {
    display: none;
}
.configuration-content .content-elm .configuration-item .controls {
    display: none
}
.configuration-content .content-elm .remove {
    position: absolute;
    z-index: 5;
    top: 0px;
    right: 0px;
    color: #111;
}
.configuration-content .configuration-item:hover .inner-img{
    transform: none;
}
.configuration-item .inner-content p {
    line-height: 20px;
    width: 85%;
    margin: auto;
}

.configuration-content.location .content-elm .configuration-item .inner-img {
    width: 55px;
    height: 55px;
}
.configuration-content.location .content-elm .configuration-item .inner-content {
    line-height: 55px;
    font-size: 13pt;
    padding: 0px 25px;
}
.configuration-content.location .content-elm .configuration-item .fav {
    top: 25px;
}

.configuration-content .helper-text-active {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12pt;
    color: #3f4e5f;
    font-family: 'Montserrat-Regular';
    text-align: center;
    padding: 20px;
    line-height: 50px;
}
.configuration-content.ui-state-default.ui-state-hover {
    background-color: #4aaaea;
    color: white;
}
.configuration-content.ui-state-default.ui-state-hover .helper-text-active,
.configuration-content.ui-state-default.ui-state-hover .helper-text-active .glyphicon{
    color: white;
}
.configuration-content.ui-state-default {
    box-shadow: 2px 2px 6px rgba(90,90,90,0.6);
    border: 2px solid #f7f7f7;
}
.configuration-content.ui-state-default .helper-text-active {
    display: block;
}

#configuration-item-details .modal-header {
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 5;
}
#configuration-item-details .modal-header .close {
    font-size: 14px
}

#designer-mainrow .col-md-4 {
    padding-left: 0;
}
#designer-mainrow .col-md-8 {
    height: auto;
    overflow-y: auto;
    margin-bottom: 100px;
}

#thank-you {
    height: calc(100vh - 47px);
    padding-top: 80px;
    background: url('/res/imgs/teamazing-erlebnisbuilding-teambuilding-team-event-teamfoto-leute-werfen-rote-hüte-hoch-in-die-luft.jpg') no-repeat center center fixed;
    background-size: cover;
}
#my-event {
    height: auto;
    min-height: 750px;
    padding-top: 60px;
    background-color: white;
    background: url('/res/imgs/teamazing-erlebnisbuilding-teambuilding-team-event-teamfoto-leute-werfen-rote-hüte-hoch-in-die-luft.jpg') no-repeat center center fixed;
    background-size: cover;
}

#header-content,
#footer-content{
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

#header-content.hidding,
#footer-content.hidding{
    opacity: 0;
}

#configurator_form .error-message {
    position: absolute;
    top: -10px;
    margin: 0;
    border: 0;
    left: -2px;
    /* padding: 0; */
    background-color: red;
    color: white;
    border-radius: 30px;
}


/*.form-style .input-group input { border-top: 0px solid transparent;}*/

.white-box {
    background-color: rgba(255,255,255,0.95);
    padding: 90px;
}
#my-event .white-box {
    padding: 50px 0px;
}
#my-event h1 {
    font-size: 35pt;
    line-height: 40px;
}
#my-event-contact.white-box {
    padding: 50px;
}

#my-event h2.bigger {
    font-size: 35pt;
    line-height: 35px;
}
#my-event h2.normal {
    font-size: 25pt;
    line-height: 25px;
}
#my-event h2.small {
    font-size: 16pt;
    line-height: 16px;
}
#my-event h3 {
    font-size: 25pt;
    line-height: 25px;
}

.iconbox {
    position: relative;
    padding: 40px;
    padding-top: 50px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
}
.iconbox .iconbox-inner {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: -27px;
    left: calc(50% - 25px);
    border-radius: 100px;
    text-align: center;
    font-size: 15pt;
    background-color: #ffffff;
    border: 2px solid #ff0066;
}

.ui-accordion-header.ui-accordion-header-active.ui-state-active,
.ui-accordion-header {
    outline: none;
    cursor: pointer;
    border-bottom: 2px solid #eaeaea;
    padding: 10px 0px;
}
.ui-accordion-header .glyphicon {
    font-size: 15px;
    padding-right: 10px;
}
.ui-accordion-header.ui-accordion-header-active .glyphicon:before {
    content: "\e113"
}


#error-location-not-found {
    padding: 15px;
    background-color: #ff0066;
    font-size: 11pt;
    color: white;
    font-weight: bold
}

#create-progress {
    width: 90%;
    height: 10px;
    margin: auto;
}
#create-progress .progress-bar {
    background-color: #5dc3a2;
    height: 10px
}

/*
================================================================================
Boxlist
================================================================================
 
*/

.boxlist {
    line-height: 15pt;
    padding: 2px 0px;
    margin: 2px;
    /*border: 1px solid #e4e4e4;*/
}

.boxlist .val {
    display: inline-block;
    /*min-width: 90px;*/
    margin: 2px 2px;
    padding: 2px 14px 1px 4px;
    z-index: 3;
    line-height: 28px;
    border: 1px solid transparent;

    cursor: pointer;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #f9f9f9;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.boxlist .val .point-icon {
    margin-right: 8px;
}
.boxlist .val:hover {
    background-color: rgba(242, 200, 34, 0.17)
}
.boxlist .val:hover a {
    color: #1e1e1e
}

.boxlist .val.default {
    background-color: #eeeeee;
    border: 1px solid #e3e3e3;
}
.boxlist .val.blue {
    background-color: #568EEC;
}
.boxlist .val.red {
    background-color: #CB5651;
}
.boxlist .val.green {
    background-color: #68A93B;
}

.boxlist .val.blue, .boxlist .val.blue a,
.boxlist .val.red, .boxlist .val.red a,
.boxlist .val.green, .boxlist .val.green a{
    border: 1px solid transparent;
    color: white;
}
.boxlist .val[aria-describedby] {
    -moz-box-shadow:    inset 0 0 10px rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.8);
    box-shadow:         inset 0 0px 100px rgba(255,255,255,0.8);
}

.boxlist .val.ui-state-default {
    background-color: rgba(242, 200, 34, 0.17);
    border: 1px dashed #d0132d;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.boxlist .val.ui-state-default.ui-state-hover {
    box-shadow: 2px 2px 8px rgba(60, 60, 60, 0.82);
    transform: scale(1.05);
    border: 1px solid transparent;
}

.boxlist.blank .val {
    background-color: #568EEC;
    color: white;
}
.boxlist.blank .val a {
    padding-left: 10px;
    cursor: default;
    color: white;
    font-size: 9pt;
}
.boxlist.blank .val .closable {
    color: white;
}
.boxlist.blank {
    border: 1px solid #e4e4e4;
    padding: 10px;
    line-height: 25px;
}
.boxlist.blank input[type="text"] {
    border: 0;
    margin-top: 0px;
}

.boxlist .val .closable{
    top: 6px;
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    margin: 1px -10px 0px 7px;
    cursor: pointer;
    font-size: 15px;
    color: #6f6f6f;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.boxlist .val .closable:hover {
    color: #ea5252
}
.boxlist label {
    margin: 0;
    min-width: 100%;
}
.jp-list-overview .custom-image,
.pipeline-content .custom-image,
.boxlist .custom-image {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 8px;
    border-radius: 30px;
    background-position: center;
    background-size: 100% auto;
}
.boxlist .ui-menu-item .custom-image {
    margin-right: 0;
}
.jp-list-overview .custom-image {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}

.boxlist label,
.boxlist label input[type="text"] {
    position: relative;
    font-weight: normal;
}

.boxlist input[type="text"] {
    padding: 3px;
    padding-left: 15px;
    width: 100%;
    margin-top: 5px;
    /*margin-left: 5px;*/
    border: none;
    outline: none;
    display: block;
    line-height: 30px;
    border-top: 1px solid #eaeaea;
}
.boxlist input[type="text"] {
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 0;
    font-size: 10pt;
}

.boxlist-autocomplete.ui-autocomplete {
    list-style: none;
    min-width: 300px;
    z-index: 999999;
    padding: 0;
    background-color: white;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.46);
    -moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.46);
    box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.46);
}

.infobox .option-content.lh-min li.ui-menu-item,
.boxlist-autocomplete.ui-autocomplete .ui-menu-item {
    padding: 0;
    margin: 0;
    padding: 5px 10px;
    line-height: 25px;
}

.boxlist-autocomplete.ui-autocomplete .ui-state-focus {
    background-color: #F6F6F6;
}

.boxlist-autocomplete.ui-autocomplete .ui-menu-item {
    line-height: 28px;
}
.boxlist-autocomplete.ui-autocomplete .ui-menu-item span.l-desc {/*padding-left: 35px;*/
    padding-left: 10px;
    padding-left: 35px;
}
.infobox .option-content.lh-min li.ui-menu-item span.l-desc {
    padding-left: 10px;
}
.boxlist .val .point-icon,
.boxlist-autocomplete.ui-autocomplete .ui-menu-item .point-icon {
    float: left;
    margin: 0;
    margin-right: 5px;
}


/*
================================================================================
sub menu
================================================================================
 
*/

ul.top li ul.sub {
    background-color: #222;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 44px;
    z-index: 2;
    border-top: 2px solid #ff0066;
    min-width: 250px;
    display: none;
}
ul.top li ul.sub li {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 23px;
    font-family: inherit;
}
ul.top li ul.sub li span {
    display: none;
}
ul.top li ul.sub li a {
    color: #d9d9d9;
}
ul.top li ul.sub li a:hover {
    text-decoration: none;
    color: white;
}

@media(min-width: 993px) {
    #event_form.fixed {
        position: fixed;
        width: 26.3%;
        top: 65px;
    }
}

@media(max-width: 1600px) {

    .button.light-blue.transparent, body.dark-mod #navbar.navbar-collapse li a.button {
        border-width: 1px;
    }

    .configuration-item .button,
    .configuration-item .button:hover,
    .configuration-item button.button:hover,
    .font-size-10 {
        font-size: 9pt;
    }
    .font-size-11, a.default.font-size-11 {
        font-size: 10pt;
    }
    .step-1-container h2 {
        font-size: 12.5pt;
    }

    .configuration-content .helper-text-active {
        font-size: 10pt;
        padding: 15px;
    }
    .configuration-content {
        border-width: 1px;
        min-height: 90px;
    }
    .configuration-item {
        width: 255px;
    }
    .configuration-item .inner-img {
        width: 55px;
        height: 55px;
    }
    .configuration-item .inner-content {
        min-height: 145px
    }

    #step-1-content, #step-2-content, #configurator_form .form-style {
        padding: 5px;
    }
    #finish-details .form-style {
        padding: 5px;
    }

    /*#designer-mainrow {min-height: 665px;}*/

    #configurator_form h2 {
        font-size: 21px;
    }
    #configurator_form input {
        font-size: 9pt;
    }
    #configurator_form .image-wrapper {
        width: 60px;
        height: 60px;
    }
    .helper_robot {
        width: 40px;
    }

    .account-package-chooser {
        padding: 5px 10px;
        font-size: 10pt;
    }

    .basic-container {
        width: 85%;
    }
    #event_form.fixed {
        width: 29.3%;
    }

    form .checkbox + label {
        text-align: center;
    }
    form .checkbox.gender + label>span {
        display: block;
        float: none;
        margin: auto;
    }
}

@media (max-width: 1500px) {
    .basic-container {
        width: 95%;
    }
    .configuration-item {
        width: 230px;
    }
    .configuration-item .inner-content {
        min-height: 170px;
    }
}

@media (max-width: 1080px) {
    .iconbox {
        font-size: 12pt;
        padding: 30px;
    }
}

@media (max-width: 992px) {

/*    #configurator_form {
        width: 60%;
        margin: auto;
    }*/

    #event_form {
        margin-bottom: 50px;
    }

    #designer-mainrow .col-md-4,
    #designer-mainrow .col-md-8 {
        padding-left: 0;
        padding-right: 0px;
    }

    .form-style .input-group {
        padding-top: 25px;
    }

    #my-event-contact {
        text-align: center;
    }
    #my-event-contact>p {
        width: 60%;
        margin: auto;
        display: block;
    }
    #my-event-contact .img-responsive {
        margin: auto;
    }

    .iconbox {
        font-size: 11pt;
        padding: 25px;
    }

    #my-event h1 {
        font-size: 30pt;
    }
}

@media (max-width: 767px) {

    .after-nav {
        margin-top: 80px;
    }
    .checkbox + label>div {
        font-size: 12px;
    }
    nav.navbar .register-bt {
        display: none;
    }

    #event_form.fixed {
        position: relative;
        width: 100%;
        top: auto;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }
    .navbar-collapse.collapse,.navbar-collapse.collapsing {
        background-color: #111;
        width: 350px;
        float: right;
        margin-top: -5px;
    }
    .navbar-collapse.collapse, .navbar-collapse.collapsing {
        width: 97%
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-collapse .nav.navbar-nav {
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a {
        height: 37px;
    }
    .navbar-collapse .nav.navbar-nav li {
        position: relative;
        display: block;
        border-top: 1px solid #474747;
    }
    .navbar-collapse .nav.navbar-nav li a {
        padding-left: 35%;
    }
    .navbar-collapse .nav.navbar-nav li ul.sub li {
        padding-left: 15px;
    }

    nav .navbar-brand {
        margin: auto;
        text-align: center;
        float: none;
        display: inherit;
    }

    footer {
        position: relative;
        height: 130px;
        font-size: 11px;
        text-align: center;
    }
    .after-nav {
        margin-bottom: -50px;
    }

    ul.top li ul.sub {
        background-color: transparent;
        position: relative;
        top: auto;
        z-index: 2;
        border-top: none;
        min-width: 250px;
        display: block;
    }
    ul.top li ul.sub li {
        padding: 8px 15px;
        font-size: 12px;
        line-height: 23px;
        font-family: inherit;
    }
    ul.top li ul.sub li span {
        display: inline-block;
        padding: 0px 10px;
        color: #d9d9d9;
    }
    ul.top li ul.sub li a {
        color: #d9d9d9;
    }
    ul.top li ul.sub li a:hover {
        text-decoration: none;
        color: white;
    }

    .basic-container {
        width: 100%;
    }
    .basic-container .basic-container {
        padding: 10px;
    }
    .modal-dialog.modal-size-50 {
        width: 94%;
    }
    .mobile-out {
        display: none !important;
    }
    #configuration-item-details .modal-header {
        position: relative;
        top: 5px;
        right: auto;
        padding: 5px 15px;
    }
    #configuration-item-details .modal-header .close {
        font-size: 12px
    }
    .modal-dialog h2 {
        margin-top: 10px;
    }
    .modal-dialog button.button,
    .modal-dialog button.button:hover {
        margin: 15px 0px;
        width: 100%;
    }

    .h-wrapper h1, .h-wrapper h2, .h-wrapper h3 {
        margin-top: -10px;
    }

    .iconbox {
        font-size: 12pt;
        padding: 30px;
        margin-top: 10px;
    }

    .form-style .input-group {
        padding-top: 5px;
    }

    #my-event {
        padding-top: 10px;
    }
    #my-event .white-box {
        padding: 50px;
    }

    .steps .checkbox + label {
        padding: 10px;
        text-align: center;
        font-size: 10pt;
    }
    .steps .checkbox + label span {
        float: none;
        margin: 0;
        font-size: 12pt;
    }
    .steps .checkbox.success + label>span:before {
        left: 2px;
    }

    #designer-mainrow {
        padding-top: 0px;
        margin-top: -25px;
    }
    /*#design-header h1 {margin-top: -25px;}*/
    .configuration-content .content-elm {
        left: initial;
    }
    .configuration-content .content-elm .configuration-item {
        width: calc(100% - 10px)
    }
    .configuration-content .configuration-item {
        left: auto;
    }
    .configuration-item {
        width: 205px;
    }
    .configuration-item .inner-content {
        min-height: 190px;
    }
    .configuration-item .inner-content p {
        line-height: 15px;
        width: 95%;
        margin: auto;
    }
    .configuration-item .inner-content .inner-title {
        line-height: 20px;
        margin-bottom: 5px;
        font-size: 11pt;
    }
    .item-filter {
        margin-bottom: 15px;
    }

    #configurator_form .image-wrapper {
        width: 70px;
        height: 70px;
    }
/*    #configurator_form {
        width: 80%;
    }*/
    /*#input-company-name {margin-top: 15px;}*/
    #finish-details .form-style, .form-style .col-form-style,
    #step-1-content, #step-2-content, #configurator_form .form-style {
        padding: 8px;
    }
    #configurator_form input {
        font-size: 12pt;
    }

    #configuration-item-details-modal .item-icon {
        max-width: 100px;
    }
    .configuration-content .configuration-item .inner-content .inner-title {
        line-height: 35px;
    }

    /*    #finish-details .form-style,
        .form-style .col-form-style {padding: 5px;}*/
    .form-style .col-form-style:last-child {
        padding-bottom: 0px;
    }
    .form-style .col-form-style {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-collapse {
        display: none;
    }
    nav.navbar .navbar-toggle {
        display: none;
    }

    nav.navbar.tp #navbar.navbar-collapse li a,
    nav.navbar.tp #navbar.navbar-collapse li a:hover,
    nav.navbar.tp #navbar.navbar-collapse li a:focus,
    nav.navbar.tp .navbar-brand,
    nav.navbar.tp .top-menu,
    nav.navbar .navbar-brand,
    nav.navbar .top-menu {
        text-align: center;
    }
}

@media (max-width: 530px) {

    #configurator_form {
        width: 95%;
    }
    /*.configuration-item { left: calc(50% - 120px);}*/
    .configuration-item {
        left: auto;
        width: 160px;
    }
    .white-box {
        padding: 30px;
    }
    #thank-you {
        padding-top: 0px;
    }
    #my-event {
        background-size: auto 100%;
    }
    #my-event h1 {
        font-size: 25pt;
        text-align: center;
    }
    #my-event .white-box {
        padding: 20px;
    }
}

@media (max-width: 400px) {

    h1, h2 {
        padding: 0;
        text-align: center;
        padding-right: 5px;
    }
    .navbar-collapse.collapse,.navbar-collapse.collapsing {
        width: 97%;
    }

}


.error-shake {
    -webkit-animation: kf_shake 0.6s 1 linear;
    -moz-animation: kf_shake 0.6s 1 linear;
    -o-animation: kf_shake 0.6s 1 linear;
}
@-webkit-keyframes kf_shake {
    0% {
        -webkit-transform: translate(20px);
    }
    20% {
        -webkit-transform: translate(-20px);
    }
    40% {
        -webkit-transform: translate(15px);
    }
    60% {
        -webkit-transform: translate(-15px);
    }
    80% {
        -webkit-transform: translate(8px);
    }
    100% {
        -webkit-transform: translate(0px);
    }
}
@-moz-keyframes kf_shake {
    0% {
        -moz-transform: translate(20px);
    }
    20% {
        -moz-transform: translate(-20px);
    }
    40% {
        -moz-transform: translate(15px);
    }
    60% {
        -moz-transform: translate(-15px);
    }
    80% {
        -moz-transform: translate(8px);
    }
    100% {
        -moz-transform: translate(0px);
    }
}
@-o-keyframes kf_shake {
    0% {
        -o-transform: translate(20px);
    }
    20% {
        -o-transform: translate(-20px);
    }
    40% {
        -o-transform: translate(15px);
    }
    60% {
        -o-transform: translate(-15px);
    }
    80% {
        -o-transform: translate(8px);
    }
    100% {
        -o-origin-transform: translate(0px);
    }
}