@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/futurabt-medium-webfont.eot'),
    url('../fonts/futurabt-medium-webfont.ttf');
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/futura-md-bt-bold-webfont.eot'),
    url('../fonts/futura-md-bt-bold-webfont.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPTBoldNew.eot'),
    url('../fonts/FuturaPTBoldNew.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT.eot'),
         url('../fonts/FuturaPT.ttf');
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPTBoldNew.eot'),
         url('../fonts/FuturaPTBoldNew.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot'),
         url('../fonts/Calibri.ttf');
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot'),
         url('../fonts/Calibri-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/ArialBlackBold.eot'),
         url('../fonts/ArialBlackBold.ttf');
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: FuturaPT;
    font-variant: normal;
    margin: 0;
    font-size: 16px;
}

body *{
    /*transition: 0.3s;*/
    transition: background-color 300ms ease 0s;
}

input, select{
    font-family: FuturaPT;
    font-size: 16px;
    padding-left: 5px;
    width: 100%;
}

input[type=checkbox]{
    width: auto;
}

.input_hidden{
    display: none;
}

dattextarea {
    resize: none;
}

/*fotos*/
.rotate{
    text-align:left;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 170px;
    height: 33px;
}
.rotate button, .rotate button:focus{
    padding: 0;
}

.rotate .previous{
    margin: 0 2px 0 2px;
    float: left;
    height: 30px;
    width: 30px;
    background: url("../images/prev.svg") no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 30px 30px;
    /*border: 1px solid #95a7c4;*/
    border: none;
    cursor: pointer;
    text-align: center;
}

.rotate .next{
    float: left;
    height: 30px;
    width: 30px;
    background: url("../images/next.svg") no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 30px 30px;
    /*border: 1px solid #95a7c4;*/
    border: none;
    cursor: pointer;
}

.rotate .left{
    float: left;
    height: 30px;
    width: 30px;
    background: url("../images/rotate_left.svg") no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 20px 20px;
    /*border: 1px solid #95a7c4;*/
    border: none;
    cursor: pointer;
}

.rotate .right{
    float: left;
    height: 30px;
    width: 30px;
    background: url("../images/rotate_right.svg") no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 20px 20px;
    /*border: 1px solid #95a7c4;*/
    border: none;
    cursor: pointer;
}

.rotate .printimg{
    float: left;
    height: 30px;
    width: 30px;
    background: url("../images/printer.svg") no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 20px 20px;
    /*border: 1px solid #95a7c4;*/
    border: none;
    cursor: pointer;
    text-align: center;
}

.rotate .previous:disabled, .next:disabled, .left:disabled, .right:disabled{
    background: none;
}

#BigImgDiv{
    /*
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    */
    z-index: 150;
    text-align: center;
    display: none;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height : 100%;
    min-height : 100%;
;
}

#BigImgDiv .BigImg{
    max-width: calc(100% - 45px);
    max-height: calc(100% - 45px);
    vertical-align: middle;
    cursor: url(../images/zoomout.png), url(../images/zoomout.cur), pointer;
}

#BigImgDiv .BigImgprogress{
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

#BigImgDiv .BigImgClose{
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/close.svg") no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 30px 30px;
    cursor: pointer;
}

.Imgs{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 0;
}
.Imgs .item{
    text-align: center;
    width: 400px;
    float: left;
    border: 1px solid #95a7c4;
    padding: 7px;
    margin: 5px 0 5px 5px;
}

.Imgs .item .title{
    padding-top: 5px;
    font-weight:bold;
    text-align: center;
}

.Imgs .item .foto_title{
    padding-top: 5px;
    font-weight:bold;
    text-align: left;
}

.Imgs .item .rotate{
    width: 100px;
}

.Imgs .item .imgdiv{
    height: 300px;
    line-height: 300px;
    width: 400px;
}

.Imgs .item .imgdiv img{
    /*display: none;*/
    position: relative;
    vertical-align: middle;
    cursor:  url(../images/zoomin.png), url(../images/zoomin.cur), pointer;
    min-height: 100px;
    min-width: 200px;
    max-height: 300px;
    max-width: 400px;
}

.Imgs .item .imgdiv span{

}

.Videos{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 0;
    margin: 10px auto 10px auto;
}
.Videos .item{
    text-align: center;
    width: 400px;
    float: left;
    border: 1px solid #95a7c4;
    padding: 7px;
    margin: 5px 0 5px 5px;
}

.Videos .item .title{
    padding-top: 5px;
    font-weight:bold;
    text-align: center;
}

/* fotos upload */
#filesdiv{

}

#filesdiv .file_item{
    clear: both;
}

#filesdiv .file_item .filesel{
    width: 400px;
    float: left;
}

#filesdiv .file_item .fileloschen{
    display: none;
    width: 80px;
    float: right;
}

/*siteinfo*/
.siteinfo{
    /*width: calc(100% - 4px);*/
    margin-bottom: 10px;
    border-radius: 8px;
}

.siteinfoafter{
    margin-top: 30px;
}

.siteinfo .title{
    margin: 0;
    color:  #fff;
    font-weight: bold;
    background-color:  #373e4a;
    text-align: left;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    padding: 0 30px !important;
    font-size: 25px;
    }

.siteinfo .title_cursor{
    cursor: pointer;
}

.siteinfo .title_cursor:hover{
    background-color:  #003768;
}

.siteinfo .title_open{
    background:  #373e4a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.siteinfo .title_close{
    border-radius: 8px;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    color: #fff;
    padding: 0 30px !important;
    font-size: 25px;
}

.siteinfo .idata{
    padding: 5px;
    background-color:  #e5e5e5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.siteinfo .idata_close{
    display: none;
}

.siteinfo .idata_open{
    display: block;
}

.inputform{
    min-width: inherit;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    color:  #373e4a;
    border-radius: 8px;
}

.inputform input[type=text].googleadressen_suche,
.inputform input[type=number].googleadressen_suche{
    width:calc(100% - 40px);
}

.inputform input[type=text].googleadressen_suche_not_found,
.inputform input[type=number].googleadressen_suche_not_found{
    width:calc(100% - 63px);
}

.googleadressen_suche_button{
    vertical-align: middle;
    margin: -5px 3px 0 3px;
    width:16px;
    height:16px;
}

.inputform .name{
    vertical-align: center;
}

.inputform .required{
    /* font-weight: bold; */
}

.inputform .nullrow{
    visibility: hidden;
}

.inputform input{
    width: 100%;
    vertical-align: middle;
}

.inputform .chosen-container{
    width: calc(100% - 1px);
    /*max-width: 500px;*/
}

/*.inputform .chosen-container .chosen-single{*/
/*    height: 31px;*/
/*    line-height: 30px;*/
/*}*/

.inputform .datepicker-image{
    margin-left: 5px;
    margin-top: 0px;
    vertical-align: middle;
}

.inputform input[type=text],
.inputform input[type=number]{
    height: 33px;
    padding: 0 8px 0 8px;
    width: calc(100% - 20px);
    border: 1px solid  #bebdbf;
    border-radius: 4px;
    box-shadow:inset 0 0 1px 1px #efefef;
}

.inputform textarea{
    padding: 0;
    width: calc(100% - 3px);
   /*max-width: 498px;*/
}

.multiplebutton{
    width: 192px;
    overflow: hidden;
    cursor: pointer;
}

.multiplebutton_hidden{
    display: none;
}

.multiple{
    display: none;
}

.multiple_focus{
    display: block;
    margin: 0;
    margin-top: -10px;
    position: absolute;
    min-width: 190px;
    width: auto;
    height: 120px;
}

.checkbox_multiple{
    display: none;
}

.checkbox_multiple_focus{
    clear: both;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin: 0;
    margin-top: -10px;
    position: absolute;
    width: auto;
    min-height: 50px;
    min-width: 190px;
    height: 185px;
    z-index: 100;
}

.checkbox_multiple_focus .items{
    height: 135px;
    padding: 5px;
    overflow-y: auto;
    clear: both;
}

.checkbox_multiple_focus .items input[type="checkbox"]{
    width: auto;
}

.checkbox_multiple_focus .checkbox_buttons{
    height: 40px;
    clear: both;
    background-color: #38556b;
    text-align: right;
    vertical-align: middle;
}

.checkbox_multiple_focus .checkbox_buttons .okbutton{
    width: auto;
    margin: 4px;
}
.checkbox_multiple_focus .checkbox_buttons .wahlenbutton{
    float: left;
    width: auto;
    margin: 4px;
}

.ac_input{
    border: none;
}

.ac_input input{
    float: left;
    margin-right: -22px;
}

.ac_input .acsel_progress{
    visibility: hidden;
    margin-top: 1px;
    float: left;
    width: 18px;
    height: 18px;
    background: transparent url("../images/ProgressIcon.gif") 0 0 no-repeat;
    background-size: 18px;
    /*background-color: #102248;*/
    text-indent: -5000em;
    outline: 0;

}

.acsel{
    display: none;
}

.acsel_focus{
    display: block;
    margin: 20px 0 0 0;
    /*margin-top: -10px;*/
    position: absolute;
    width: 188px;
    height: auto;
    background-color: #ffffff;
}

.acsel_focus .seltable {
    width: 100%;
    margin: 0 auto;
    /*
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    */    border-collapse: collapse;
    background: #ffffff;
    /*width: 100%;*/
    height: auto;
}

.acsel_focus .seltable td{
    height: auto;
    border: 1px solid  #2f6995;
    padding: 2px;
    cursor:pointer;
    overflow: hidden;
}

.acsel_focus .seltable td:hover{
    background: #ffbe00;
}

.acsel_focus .selected{
    background: #ffbe00;
}

.wizard {

}

.wizard .wizardpages{
    width: 99.99%;
    height: 99.99%;
    position: absolute;
}

.wizard .siteinfo{
    border: 3px solid red;
}

.wizard .wizardpages iframe{
    border: 1px solid  #2f6995;
    display: none;
}


#wizard_buttons{
    /*
    position: fixed;
    bottom: 0;
    */
    margin: 10px 0 0 0;
    width: 100%;
    padding-top: 5px;
    text-align: right;
    height: 30px;
}

.poshtmlseparat{
    width: 100%;
    clear: both;
    border-top: 1px solid  #2f6995;
}

.poshtmlnullrow{
    width: 100%;
    height: 21px;
}

.messagediv{
    padding: 10px 0 0 10px;
    color:  #373e4a;
}

html, body{
    /*height: 100%;*/
}
#global_in_progress{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 210;
    width: 100%;
    height : 100%;
    min-height : 100px;
    /*background-image: url("../images/ProgressIcon.gif");*/
    background-image: url("../images/pos_logo_min.gif");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    background-color: rgba(255,255,255,0.7);
    display: none;
}

#global_in_progress .wrapper {
    display: none;
    position: fixed;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 212;
}

/* IE doesnt Support supports() function */
@supports (transform: translate(-50%)) {
    #global_in_progress {
        background-image: none;
    }
    #global_in_progress .wrapper {
        display: block;
    }
}

#global_in_progress .wrapper .outer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, #ef4035 0%, #003768 50%);
    animation: rotation 1s linear infinite;
}
#global_in_progress .wrapper .outer .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99%;
    height: 99%;
    background: radial-gradient(50% 96% at bottom, white 99%, transparent) top no-repeat, radial-gradient(50% 100% at top, white 99%, transparent) bottom no-repeat;
    background-size: 100% 50%;
}
#global_in_progress .wrapper .logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: 35px;
    left: 35px;
    z-index: 213;
}
/* Remove dotted line on Firefox*/
#global_in_progress .wrapper .outer,
#global_in_progress .wrapper .outer:focus,
#global_in_progress .wrapper .outer::-moz-focus-inner,
#global_in_progress .wrapper .outer .inner,
#global_in_progress .wrapper .outer .inner:focus,
#global_in_progress .wrapper .outer .inner::-moz-focus-inner {
    border: none;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    -moz-outline-style: none;
}
#global_in_progress .wrapper .outer .inner.samsungbrowser {
    background-size: 100% 50.2%;
}
@supports (-moz-appearance:none) {
    #global_in_progress .wrapper .outer .inner {
        background-size: 100% 50.4%;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#global_in_progress .wrapper {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

#global_in_progress #possvg .st0 {fill: #ef4035;}
#global_in_progress #possvg .st1{fill: #0066a4;}
#global_in_progress #possvg .st2{fill: #003768;}

/* FADE IN */
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


#global_alert{
     color:  #373e4a;
     position:fixed;
     top: 0;
     left: 0;
     z-index: 220;
     width: 100%;
     height : 100%;
     min-height : 100%;
     background-color: rgba(255,255,255,0.7);
     display: none;
     vertical-align: middle;
     text-align: center;
 }
#global_alert .middle{
    display: table-cell;
    vertical-align: middle;
}

#global_alert .middle .dynamic{
    background-color: white;
    display: inline-block;
    max-width: 80%;
    margin: -10% auto 0 auto;
    padding: 15px 20px 15px 20px;
    border: 1px solid  #373e4a;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(161,161,161,1);
    -moz-box-shadow: 5px 5px 15px 0px rgba(161,161,161,1);
    box-shadow: 5px 5px 15px 0px rgba(161,161,161,1);
}

#global_alert .middle .dynamic .text{
    overflow: auto;
    max-height: 600px;
}

#global_alert .middle .dynamic button{
    margin: 5px 0 0 0;
}

#global_action{
    left: 0;
    top: 0;
    color: #575756;
    position:fixed;
    z-index: 200;
    width: 100%;
    height : 100%;
    min-height : 100%;
    background-color: rgba(255,255,255,0.7);
    display: none;
    vertical-align: middle;
    text-align: center;
}
#global_action .middle{
    display: table-cell;
    vertical-align: middle;
}

#global_action .middle .dynamic{
    background-color: white;
    display: inline-block;
    margin: 0 auto 0 auto;
    padding: 5px;
    background-color:  #e5e5e5;
    /*padding: 15px 20px 15px 20px;*/
    border: 1px solid  #2f6995;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(161,161,161,1);
    -moz-box-shadow: 5px 5px 15px 0px rgba(161,161,161,1);
    box-shadow: 5px 5px 15px 0px rgba(161,161,161,1);
}

#global_action .middle .dynamic .action{
    /*overflow: auto;*/
    max-height: 600px;
    position: relative;
    background-color:  #e5e5e5;
    border-radius: 4px;

}

#global_action .middle .dynamic .action  .action_dilaog_buttons{
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -7px;
}

/*
#global_action .middle .dynamic .action  .action_dilaog_buttons button{
    border: 1px solid  #96a0aa;
}
*/

.filedownload{
    margin: 5px;
    height: auto;
    display:inline-block;
    width: auto;
}

.filedownload:hover{
    cursor: pointer;
}

.filedownload img{
    float: left;
    height: 56px;
}

.filedownload .title{
    float: left;
    padding: 22px 0 0 10px;
}


.ui-datepicker-today a.ui-state-highlight {
    /*
	border-color: #d3d3d3;
    background: #d3d3d3;
    */
}

.blur{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

.datepicker-image{
    margin-left: 2px;
    margin-top: 0px;
    vertical-align: middle;
}

label {
    padding-right: 11px;
    padding-left: 3px;
}


.error{
    width: 100%;
    color: red;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 20px;
}


#tabs{
    /*z-index: -1;*/
}
.googleadressen_land .chosen-container, .land .chosen-container{
    width: inherit;
    min-width: 80px;
}

#errorbody{
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 50%;
    width: 100%;
}

#browserdownload{
    text-align: center;
    position: fixed;
    left: 0;
    top: 10%;
    width: 100%;
    font-family: sans-serif;
}

#browserdownload p{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

#browserdownload a{
    font-size: 16px;
    background-color:  #2f6995;
    color:  #fff;
    padding: 10px 20px 10px 20px;
}

/* Animation */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);
        zoom: 1;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        -khtml-opacity: 1;
        zoom: 1;
        filter: alpha(opacity=1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);
        zoom: 1;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        -khtml-opacity: 1;
        zoom: 1;
        filter: alpha(opacity=1);
        opacity: 1;
    }
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
    /*filter: alpha(opacity=1);*/
    /*opacity: 1;*/
 }

.fadeInUp {
    -moz-opacity:1;
    -khtml-opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    zoom: 1;
    /*filter: alpha(opacity=1);*/
    /*opacity: 1;*/
}


.gridSection {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.griditem{
    background-color:  #e5e5e5;
    border-radius: 8px;
}

.hererow{
    height: 42px;
}

/* Tabler style for Input fields*/
.custom-controls-stacked .custom-control {
    margin-bottom: .25rem;
}
.custom-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.40625rem;
    padding-left: 1.5rem;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
button, input {
    overflow: visible;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
}
.custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #467fcf;
    background-color: #467fcf;
}
.custom-control-label:before {
    border: 1px solid rgba(0, 40, 100, 0.12);
    background-color: #fff;
    background-size: .5rem;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}
.custom-control-label::before, .custom-file-label, .custom-select, .dataTables_wrapper .dataTables_length select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label::after {
    position: absolute;
    top: 0.203125rem;
    left: -1.45rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.w-100 {
    width: 100% !important;
}

.selectgroup {
    /*display: grid;*/
    display: inline-grid;
    grid-template-columns: minmax(auto, 140px) minmax(auto, 140px) 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(max-content, 1ch));
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    /*grid-column-gap: .5em;*/
    grid-row-gap: .5em;
    padding-top: 5px;
}
@media (max-width: 600px) {
    .selectgroup {
        width: calc(100% - 40px);
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    }
    .typeahead__container [type=reset], .typeahead__container [type=submit],
    .typeahead__container button, .typeahead__container html [type=button] {
        padding-left: 5px;
    }
}
/*.mobil_version .selectgroup {*/
/*    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));*/
/*}*/
.selectgroup-item {
    position: relative;
    padding: 0;
    grid-auto-flow: row;
}
.selectgroup-item label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.selectgroup-item input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.selectgroup-item input {
    margin: 0;
    overflow: visible;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.selectgroup:not(.selectgroup-vertical) > .selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (max-width: 600px) {
    .selectgroup:not(.selectgroup-vertical) > .selectgroup-item:not(:last-child) .selectgroup-button {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}
.selectgroup-input:focus + .selectgroup-button {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(55, 62, 74, 0.2);
}
.selectgroup-input:checked + .selectgroup-button {
    border-color: #467fcf;
    z-index: 1;
    color: #467fcf;
    background: #edf2fa;
}
.selectgroup-input[id$='_ja']:checked + .selectgroup-button {
    border-color: forestgreen;
    color: forestgreen;
    background: #d8efcc;
}
.selectgroup-input[id$='_nein']:checked + .selectgroup-button {
    border-color: darkred;
    color: darkred;
    background: #ecc2c2;
}
.selectgroup-button {
    display: inline-block;
    border: 1px solid rgba(0, 40, 100, 0.12);
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #9aa0ac;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.9375rem;
    /*line-height: 1.5rem;*/
    line-height: 30px;
    min-width: 2.375rem;
    max-width: 500px;
    transition: ease .25s;
}
@media (max-width: 600px) {
    .selectgroup-button {
        width: calc(100% - 35px);
        min-width: calc(100% - 35px);
        border-radius: 3px;
    }
}
.selectgroup-button input[type=text],
.selectgroup-button input[type=number]{
    width: 75px !important;
    height: 20px !important;
    line-height: 0.9375rem;
    padding: 0 4px;
    margin-bottom: 2px;
    font-size: 15px !important;
}

/* Datepicker - Header kitakarta */
#ui-datepicker-div {
    z-index: 141 !important;
}

/* START ===== Qualitaetskontrolle */
.title_line {
    align-items    : center;
    background     : #373E4A;
    border         : 1px solid #373E4A;
    color          : #FFFFFF;
    display        : flex;
    font-weight    : bold;
    flex-direction : row;
    flex-wrap      : nowrap;
    margin-top     : 15px;
    text-align     : center;
}

.title_line:nth-child(2) {
    margin-top : 0;
}

.title_line.quote {
    background : none;
    border     : none;
}

.title_line.quote div:first-child {
    width : 90%;
}

.title_line.quote div:nth-child(2) {
    background    : #373E4A;
    border        : 1px solid #373E4A;
    border-bottom : none;
    width         : 10%;
}

.qa_content_box {
    background : #F2F2F2;
    border     : 1px solid #373E4A;
    border-top : none;
}

.title_line > div:last-child {
    text-align : center;
    width      : 20%;
}

.qa_content_box > div {
    padding-top    : 15px;
}

.qa_content_box .title {
    border-bottom : 1px solid #373E4A;
    border-top    : 1px solid #373E4A;
    font-weight   : bold;
    padding       : 2px;
}

.qa_content_box .messpunkte .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.qa_content_box .messpunkte .title > div {
    text-align: center;
    width : 33%;
}

.qa_content_box .messpunkte .title > div:first-child {
    text-align : left;
}

.qa_content_box .messpunkte .content2 > div:first-child {
    text-align   : left;
    padding-left : 15px;
    width        : calc(33% - 15px);
}

.qa_content_box .content {
    padding : 2px 15px;
}

.qa_content_box .content2 {
    display        : flex;
    flex-direction : row;
    flex-wrap      : nowrap;
    width          : 100%;
}

.qa_content_box .content2 > div {
    text-align : center;
    width      : 33%;
}
/* END ===== Qualitaetskontrolle */