.form-group.widget {
    flex-direction: column;
    justify-content: space-between;
}

.form-group.widget > label {
    margin-top: auto;
}

.step {
    opacity: 0 !important;
    display: none !important;
}

.formbody > div:not(.step) {
    animation: fadein 2s;
}

.submit {
    opacity: 0.8;
    cursor: not-allowed;
}

.submit.show {
    opacity: 1;
    cursor: pointer;
}

.alert.alert-warning {
    padding: 10px 20px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

fieldset > legend {
    margin-bottom: 15px !important;
}

.radio_container > legend, .checkbox_container > legend, .radio_container .radio:last-child, .widget-checkbox.newsletter {
    margin-bottom: 0 !important;
}

.ga__umschlag:not(.col-sm-1):not(.col-sm-2):not(.col-sm-3):not(.col-sm-4):not(.col-sm-5):not(.col-sm-6):not(.col-sm-7):not(.col-sm-8):not(.col-sm-9):not(.col-sm-10):not(.col-sm-11):not(.col-sm-12) {
    width: 100%;
}

body.ie .ga__umschlag > div {
    display: block;
}

.ga__umschlag > div {
    display: flex;
    flex-wrap: wrap;
}

.ga__umschlag.row {
    width: calc(100% + 30px) !important;
}

.GanselFormSignatureData {
    opacity: 0;
    float: right;
    height: 0px;
}

.ce_form {
    width: 100% !important;
}

.ga__loading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 20px;
    opacity: 0.6;
    margin-bottom: 20px;
}

.ga__loading_wrap p {
    margin-top: -50px;
    margin-bottom: 0;
}

.peeek-loading {
    overflow: hidden;
    position: relative;
    height: 170px;
    width: 200px;
}

.peeek-loading ul {
    position: absolute;
    left: calc(50% - 0.7em);
    top: calc(50% - 4.2em);
    display: inline-block;
    text-indent: 40px;
    list-style-type: none;
}

.peeek-loading ul li:after,
.peeek-loading ul:after {
    width: 20px;
    height: 20px;
    background-color: #477982;
    border-radius: 100%;
}

.peeek-loading ul li:after,
.peeek-loading ul:after {
    content: "";
    display: block;
}

.peeek-loading ul:after {
    position: absolute;
    top: 40px;
    left: 0;
}

.peeek-loading li {
    position: absolute;
    padding-bottom: 80px;
    top: 0;
    left: 0;
}

.peeek-loading li:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: 0.125s;
}

.peeek-loading li:nth-child(1):after {
    animation-delay: 0.125s;
}

.peeek-loading li:nth-child(2) {
    transform: rotate(36deg);
    animation-delay: 0.25s;
}

.peeek-loading li:nth-child(2):after {
    animation-delay: 0.25s;
}

.peeek-loading li:nth-child(3) {
    transform: rotate(72deg);
    animation-delay: 0.375s;
}

.peeek-loading li:nth-child(3):after {
    animation-delay: 0.375s;
}

.peeek-loading li:nth-child(4) {
    transform: rotate(108deg);
    animation-delay: 0.5s;
}

.peeek-loading li:nth-child(4):after {
    animation-delay: 0.5s;
}

.peeek-loading li:nth-child(5) {
    transform: rotate(144deg);
    animation-delay: 0.625s;
}

.peeek-loading li:nth-child(5):after {
    animation-delay: 0.625s;
}

.peeek-loading li:nth-child(6) {
    transform: rotate(180deg);
    animation-delay: 0.75s;
}

.peeek-loading li:nth-child(6):after {
    animation-delay: 0.75s;
}

.peeek-loading li:nth-child(7) {
    transform: rotate(216deg);
    animation-delay: 0.875s;
}

.peeek-loading li:nth-child(7):after {
    animation-delay: 0.875s;
}

.peeek-loading li:nth-child(8) {
    transform: rotate(252deg);
    animation-delay: 1s;
}

.peeek-loading li:nth-child(8):after {
    animation-delay: 1s;
}

.peeek-loading li:nth-child(9) {
    transform: rotate(288deg);
    animation-delay: 1.125s;
}

.peeek-loading li:nth-child(9):after {
    animation-delay: 1.125s;
}

.peeek-loading li:nth-child(10) {
    transform: rotate(324deg);
    animation-delay: 1.25s;
}

.peeek-loading li:nth-child(10):after {
    animation-delay: 1.25s;
}

.peeek-loading li {
    animation: dotAnimation 2.5s infinite;
}

@keyframes dotAnimation {
    0%, 55%, 100% {
        padding: 0 0 80px 0;
    }
    5%,50% {
        padding: 40px 0;
    }
}
.peeek-loading li:after {
    animation: dotAnimationTwo 2.5s infinite;
}

@-webkit-keyframes dotAnimationTwo {
    0%, 55%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    5%,50% {
        opacity: .5;
        transform: scale(0.5);
    }
}

#wrapper > #container .col-sm-6:nth-of-type(2n+3) {
    clear: left;
}

@media (min-width: 1200px) {
    #header > .container {
        max-width: 1170px !important;
    }
}
