@font-face {
  font-family: 'BKKFont';
  src: url(/fonts/MarkSimonson-ProximaNovaRegular.otf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'RaiffFont';
  src: url(/fonts/FuturaBold.otf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html {
	height:100%;
}

html,
body {
	background-color:#ffffff;
	width:100%;
	min-height:100%;
	font-family: "Helvetica";
	color: #4a4a4a;
	position: relative;
}

h1,
h2,
h3,
h4,
h5{
	font-weight: 100!important;
}

.h1, h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 25px;
}

a {
   outline: 0!important;
}

a,
a:hover,
a:focus {
	color: #4a4a4a;
}

#mainLeft {
    min-height: 100%;
    background-color: #f5f5f5;
    /*width: 400px;*/
    width: 20%;
    float: left;
    box-shadow: 0px 0px 3px 1px #666666;
    position: relative;
    z-index: 10;
}

#mainRight {
	padding:0;
	/*width: calc(100% - 2 * 200px);*/
    width: 80%;
	float:left;
	min-height: 100%;
    padding-bottom: 200px;
}

#mainRight > .col-default {
	padding-bottom: 30px;
}

#mainLeft #nav_main li:nth-last-child(2) {
    border-bottom: 1px solid #888888;
}

#mainLeft #nav_main li {
    transition: all 0.2s;
    background-color: transparent;
}

#mainLeft #nav_main li.active {
    font-weight: bold;
    background-color: #e0e0e0;
}

.col-default {
	padding:0px 40px;
}

.row-default {
	padding:0px 15px;
}

.btn-danger {
    background-image: linear-gradient(to bottom, #D02724 0px, #af1e17 100%);
    color: #D8D8D8!important;
}

.btn-danger:hover {
    background-image: linear-gradient(to bottom, #aa0000 0px, #D02724 100%);
}

.top-buffer { 
	margin-top:20px;
	clear:both; 
	display:block;
}

.right {
	text-align:right;
}

#ui-datepicker-div-pre {
    position: fixed;
    top: 0!important;
    left: 0!important;
    z-index: 999998!important;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}

#ui-datepicker-div {
    position: fixed!important;
    top: 50%!important;
    left: 50%!important;
    z-index: 999999!important;
    margin-left: -120px!important;
    margin-top: -100px!important;
}

#previewIframe {
	bottom: 20px;
    box-shadow: 0 0 3px 3px #aaaaaa;
    position: fixed;
    left: 1%;
    width: 18%;
    max-height: 11vw;
    /*max-width: 300px;*/
    z-index: 1000000;
    background-color: #FFFFFF;
}

#previewIframe:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

#previewIframe iframe {
	border: medium none;
    bottom: 6px;
    height: calc(100% - 2 * 5px);
    left: 3px;
    position: absolute;
    right: 3px;
    top: 4px;
    width: calc(100% - 2 * 3px);
}

#lastStepPreviewIframe {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

#lastStepPreviewIframe > iframe {
    border: 1px solid rgb(232,232,232);
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
}

#jCropOverlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(125,125,125,0.5);
	z-index: 1000001;
}

#jCropOverlay .wrapper {
    position: absolute;
    width: calc(100% - 2 * 20px);
    height: calc(100% - 2 * 20px);
    margin: 20px;
    background-color: #ffffff;
    padding: 40px;
}

#jCropOverlay .close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1000002;
}

#jCropOverlay #imageform {
    overflow: scroll;
    height: calc(100% - 2 * 40px);
}

#jCropOverlay #imageform #fertigButton {
	left: 60px;
    border: none;
    bottom: 40px;
    color: #ffffff;
    padding: 5px 10px;
    position: fixed;
    text-transform: uppercase;
    z-index: 1000002;
}

body > .bootbox{
	z-index: 99999999999999999!important;
}

body > .modal-backdrop {
	z-index: 1000003;
}

.jcrop-holder {
	background-color: #ffffff !important;
}


#pruefenForm #mediaCarousel {
    height: 500px;
}

#pruefenForm #mediaCarousel > div  {
    height: 500px;
}
#pruefenForm #mediaCarousel > div img {
    height: 500px;
}

#vorschauFrame #mediaCarousel .item > div{
    padding: 0 !important;
}

#vorschauFrame #mediaCarousel img {
    height: calc((100vw - 20px) / 1.7) !important;
    object-fit: cover;
    object-position: center center;
}

#vorschauFrame #mediaCarouselDurationLabel {
    display: none;
}

span.date_range {
    font-size:10px;
    font-weight: bolder;
    color: #000;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height:210px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    transition-duration: 0.5s;
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    color: black;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 20%);
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: #af1e17;
    color: white;
    transform: rotateY(180deg);
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 20%);
  }

input.form-control[type="checkbox"] {
    height: 16px !important;
    width: 16px !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}
.lds-ellipsis div {
    position: absolute;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #555;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    transform: scale(0.2);
}
.lds-ellipsis div:nth-child(1) {
    left: 4px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 4px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 16px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 28px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(12px, 0);
    }
}

.xaus-monitor {
    position: relative;
}

.xaus-monitor span {
     font-weight: 400;
     font-size: 12px;
     position: absolute;
     right: 4px;
     bottom: 1px;
    font-style: italic;
}

.xaus-monitor span.active {
    color: #829c7b;
}

.xaus-monitor > span.inactive {
    color: #b87676;
}

.input-xaus::-webkit-outer-spin-button,
.input-xaus::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-xaus[type=number] {
    -moz-appearance: textfield;
}

.loader {
    display: none;
}
.loader.show {
    display: block;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch-slider {
    background-color: #D02724;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #D02724;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}.switch-slider:after
 {
     content:'AUS';
     color: white;
     display: block;
     position: absolute;
     transform: translate(-50%,-50%);
     top: 50%;
     left: 73%;
     font-size: 9px;
     font-family: Verdana, sans-serif;
 }

input:checked + .switch-slider:after
{
    content:'AN';
    left: 25%;
}

