/* Base CSS */
.right {
    float: right;
}

.left {
    float: left;
}

.process_text p {
    white-space: pre-line;
}

.process_data {
    padding: 0 0 5px 0 !important;
    font-weight: normal;
    position: sticky;
    top: 20%;
    bottom: 20%;
    margin-bottom: 12%;
    height: var(--header-height);
    padding: 0 var(--default-padding);
    margin-left: -10%;
    padding-left: 10%;
    padding-right: 5%;
    width: 100%;
}

.process_list_search {
    position: sticky;
    top: 20%;
    margin-bottom: 20%;
    height: var(--header-height);
    padding: 0 var(--default-padding);
    padding-right: 20px;
}

    .process_list_search .col-md-9 {
        max-width: 60%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .process_list_search .col-md-3 {
        max-width: 100rem;
    }

    .process_list_search .radioButton {
        float: left;
        margin-top: -1.5rem;
    }

    .process_list_search .form-control {
        margin-bottom: 12px;
    }

    .process_list_search #sorting {
        margin-bottom: 12px;
        width: 105%;
    }

    .process_list_search .form-group {
        margin-bottom: 0px;
    }

.scroll {
    height: 45rem;
    overflow-y: scroll;
    overflow-y: auto;
    width: 100%;
}

.sticky_sentinel {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
}

.attachment .icons {
    width: 22px;
    height: auto;
}

.item h2 {
    font-size: 1rem;
}

.item img {
    width: 25px;
    height: auto;
}

.item p {
    font-size: 0.8em;
    font-weight: normal;
}

.floatClass {
    float: left;
    padding-left: 5%;
    padding-right: 5%;
}

.clearfix {
    content: "";
    display: table;
    clear: both;
}

.sropdownAbmelden button {
    margin-top: 5px;
}

.task_result {
}

    .task_result .number {
        font-size: 2em;
        color: red;
    }

    .task_result .request {
        border: 1px solid #BABABD;
    }

    .task_result .latest {
        border: medium solid #E30513;
    }

    .task_result .response {
        border: 1px solid #BABABD;
        background: #F7F7F7;
    }

        .task_result .response p,
        .task_result .latest p,
        .task_result .request p {
            white-space: pre-line;
        }


.task-detail-box {
    width: 100%;
    white-space: pre-line;
}

.new_task_direct {
    border: 1px solid #BABABD;
    background: #F7F7F7;
}

.container a,
.process_list_search a,
.process_result a {
    color: inherit;
    font-weight: bold;
}

.display-none {
    display: none;
}

.show_as_link:hover {
    cursor: pointer;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #E30A17;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    max-width: 90vw;
    word-break: break-word;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #85868A;
    font-weight: 600;
    font-family: 'Assistant', sans-serif;
}

@font-face {
    font-family: obj-r;
    src: url(../fonts/Objektiv-Mk1-W03-Regular.ttf);
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1350px;
}
/* Header bar section start */

.header-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 5;
    top: 0;
}

.header-majdic {
    padding-top: 15px;
    height: 150px;
}

.header-placeholder-fixed {
    height: 150px;
    width: 100%;
}

.mainmenu ul {
    text-align: right;
}

    .mainmenu ul li {
        display: inline-block;
        margin-left: 50px;
        position: relative;
    }

.mainmenu.adminmenu ul li a {
    font-size: 18px;
}

.mainmenu.adminmenu ul li {
    margin-left: 36px;
}

.mainmenu ul li a {
    font-size: 20px;
    color: #414141;
    padding: 60px 0;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.header-logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.logged-in-text {
    position: absolute;
    transform: translateY(27px);
    font-size: 10px;
    right: 1%;
    z-index: 500;
}


/* Header bar section  END */



/*hero-area-css*/


.hero-inner {
    position: relative;
    height: 100%;
}

.hero-inner-contact {
    position: relative;
    width: 100%;
    height: 110%;
}

.hero-border {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.hero-containt {
    padding: 80px 100px;
    /*height: 740px;*/
}

    .hero-containt h2 {
        font-size: 50px;
        color: #85868A;
        line-height: 44px;
        margin-bottom: 50px;
    }

        .hero-containt h2 span {
            font-size: 37px;
            line-height: 44px;
            color: #E30A17;
        }

    .hero-containt p {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 45px;
    }

        .hero-containt p span {
            color: #E30513;
            /*margin-bottom:;*/
        }

    .hero-containt a {
        font-size: 15px;
        background: #E30513;
        color: #fff;
        font-weight: 700;
        padding: 15px 20px;
        display: inline-block;
    }

.hero-containt-3 {
    padding: 80px 100px;
}

    .hero-containt-3 p {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 45px;
    }

    .hero-containt-3 h2 {
        font-size: 37px;
        line-height: 44px;
        color: #E30A17;
    }

    .hero-containt-3 h3 {
        font-size: 26px;
        line-height: 44px;
        color: #E30A17;
    }

.hero-link a {
    font-size: 25px !important;
    line-height: 33px !important;
    margin-bottom: 45px !important;
    background: none !important;
    font-weight: 700 !important;
    padding: 0px 0px !important;
    display: normal !important;
}

.hero-border img {
    height: 100%;
}

.hero-img {
    height: 100%;
    display: flex !important;
    align-items: center !important;
}

.hero-area {
    padding-top: 60px;
    padding-bottom: 150px;
    position: relative;
}

.arrow-doun img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: auto;
}

.hero-min-height {
    min-height: 67.8vh;
}
/*head-para-css*/

.pare-text p {
    font-size: 25px;
    line-height: 33px;
    color: #85868A;
    margin: 0;
}

.heading-para {
    padding: 190px 0;
}

/*system-area-css*/

.section-title h3 {
    font-size: 30px;
    margin: 0;
}

.section-title {
    margin-bottom: 90px;
}

.system-area {
    padding-bottom: 190px;
}

.system-img {
    margin-bottom: 30px;
}

.singel-system a {
    font-size: 18px;
    color: #414141;
}


/*deai-area-css*/


.die-img {
    margin-bottom: 55px;
}

.dir-area {
    padding-bottom: 220px;
}

.die-containt h3 {
    font-size: 24px;
}

.die-containt p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 35px;
}

.theme-btn {
    font-size: 15px;
    color: #fff !important;
    background: #E30513;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
}

    .theme-btn:hover {
        color: #fff;
    }


/*form-area-css*/
.container.sm {
    max-width: 670px;
}


.form-area {
    padding: 85px 0;
    background: #BABABD;
    position: relative;
    z-index: 2;
}


/* The container */
.containe-ck {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containe-ck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .containe-ck .checkmark-text {
        margin-left: 18px;
    }



/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 2px;
    transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.containe-ck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containe-ck input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containe-ck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containe-ck .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cheack-mk {
    width: 100%;
    margin: auto;
}

.flag-container input,
.input-area input {
    width: 100%;
    height: 47px;
    margin-bottom: 15px;
    padding: 20px;
    border: 0;
    box-shadow: 0 0 10px #0000001c;
    color: #9A9B9F;
    font-family: obj-r;
}

.cheack-area {
    text-align: center;
}

.form-inner-area {
    margin-bottom: 15px;
}

.cheack-area button {
    width: 320px;
    height: 37px;
    text-transform: uppercase;
    color: #E30513;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    border: 0;
    box-shadow: 0 0 10px #00000026;
}

.section-title.section-2 h3 {
    margin-bottom: 15px;
}

.section-title.section-2 p {
    font-size: 20px;
    color: #595B60;
    line-height: 27px;
}

.section-title.section-2 {
    margin-bottom: 40px;
}

.pre2 {
    font-size: 16px !important;
    line-height: 28px !important;
    font-family: obj-r;
}


.pls {
    padding-right: 0;
}
/*das-slider-area*/
.slider-inner {
    position: relative;
    padding: 90px 0;
}

.border-right {
    position: absolute;
    right: 0;
}

.border-right {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 90%;
}

    .border-right img {
        height: 100%;
        width: 100%;
    }

.das-slider-area {
    padding: 240px 0;
}

.section-title.slider-title {
    float: right;
    margin-bottom: 40px;
}

    .section-title.slider-title p {
        font-size: 25px;
        text-transform: uppercase;
    }

.slider-top-para p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #414141;
}

.slider-section {
    padding-right: 130px;
}


.slider-top-para {
    margin-bottom: 40px;
}

.slider-containt {
    text-align: center;
    padding: 0 50px;
}

    .slider-containt p {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }


.slider-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .slider-img p {
        font-size: 18px;
        color: #E30513;
        line-height: 21px;
        margin: 0;
        text-align: left;
    }

    .slider-img img {
        margin-right: 20px;
    }

.slider-btn {
    text-align: center;
}

.dot-img {
    margin-bottom: 30px !important;
    width: auto !important;
    margin: auto;
}

.slider-img img {
    margin-right: 20px;
    width: auto !important;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: auto;
    line-height: 50px !important;
    width: 50px;
}

.owl-prev {
}

.owl-nav button span {
    font-size: 65px;
    color: #E30513;
}

.owl-next {
    right: 0 !important;
    left: auto !important;
}

.owl-dots .owl-dot {
    background: #E30513 !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 3px;
    opacity: .5;
}

.owl-dot.active {
    background: #E30513 !important;
    opacity: 1 !important;
}

.owl-dots {
    text-align: center;
}

.slider-btn {
    margin-top: 50px;
}
/*brand-area*/
.barnd-area {
    padding-bottom: 220px;
}

.barnd-title p {
    font-size: 30px;
    line-height: 38px;
    color: #E30513;
    margin-bottom: 60px;
}


.single-img img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}
/*footer-area*/
.footer-area {
    padding: 50px 0;
    background: #E30513;
    position: static;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.single-widget a,
.single-widget span {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: block;
}

/*submenu*/
.mainmenu ul li ul.submenu {
    position: absolute;
    padding: 26px 0;
    left: 0;
    width: 285px;
    text-align: center;
    background: #E30513;
    z-index: 2;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateY(-40px);
}

.mainmenu ul li ul.submenu-right {
    left: -148px;
}

.mainmenu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    /*top:85%;*/
}

.mainmenu ul li ul.submenu li {
    margin: 0;
    width: 100%;
    transition: .3s;
}

    .mainmenu ul li ul.submenu li:hover {
        background: #EA444E;
    }

    .mainmenu ul li ul.submenu li a {
        padding: 15px 0;
        color: #fff;
        font-size: 16px;
    }

.mainmenu ul li hr {
    background-color: #E30513;
    position: absolute;
    top: 74px;
    border-width: medium;
    border-color: #E30513;
    width: -webkit-fill-available;
    visibility: hidden;
    transition: .2s ease-in-out;
}

.mainmenu ul li:hover hr {
    visibility: visible;
}

.mainmenu.adminmenu ul li hr {
    top: 69px;
}

.mainmenu.adminmenu ul li ul.submenu {
    top: 94%;
}

.sropdownAbmelden {
    top: 66%;
}

.mainmenu ul li:hover .sropdown {
    opacity: 1;
    visibility: visible;
    /*top: 85%;*/
}

.mainmenu ul li:hover .sropdownAbmelden {
    opacity: 1;
    visibility: visible;
    /*top: 85%;*/
}

.sropdown {
    position: absolute;
    width: 365px;
    left: 50%;
    background: #E30513;
    z-index: 2;
    padding: 26px;
    transform: translate(-88%, -40px);
    text-align: left;
    /*top: 100%;*/
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

    .sropdown.active {
        opacity: 1;
        visibility: visible;
    }

    .sropdown input {
        width: 100%;
        height: 47px;
        font-size: 16px;
        padding: 20px;
        border: 0;
        margin-bottom: 15px;
    }

    .sropdown button {
        font-size: 15px;
        font-weight: 700;
        background: #fff;
        color: #E30513;
        /*width: 152px;*/
        width: 313px;
        height: 37px;
        border: 0;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 5px;
        transform: translateX(-1px);
    }

.sropdownAbmelden {
    position: absolute;
    width: 365px;
    left: 50%;
    background: #E30513;
    z-index: 2;
    padding: 26px;
    transform: translateX(-327px);
    text-align: left;
    /*top: 100%;*/
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

    .sropdownAbmelden button {
        font-size: 15px;
        font-weight: 700;
        background: #fff;
        color: #E30513;
        width: 152px;
        height: 37px;
        border: 0;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 5px;
    }


.das-slider-area.das2 {
    padding-top: 0;
}


/*produkte-page-css-start*/
.hero-border.border2 {
    width: 100%;
    height: 110%;
}

    .hero-border.border2 img {
        width: 80%;
    }


.hero-border.border3 {
    width: 100%;
}

    .hero-border.border3 img {
        width: 100%;
    }


.hero-containt.hero-containt-2 {
    padding-right: 63px;
}

    .hero-containt.hero-containt-2 span {
        font-size: 37px;
        line-height: 44px;
        color: #E30A17;
        margin-bottom: 20px;
        display: inline-block;
    }

.login_info p {
    font-size: 20px !important;
    color: #85868A !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
}

.pol-containt.red p {
    font-size: 27px;
    color: #E30513;
    line-height: 38px;
    margin: 0;
}

.pol-containt p {
    font-size: 18px;
    line-height: 31px;
    margin: 0;
    color: #414141;
}


.red {
    color: #E30513 !important;
}

.die-list-area {
    padding-bottom: 230px;
}

.die-left-fl {
    display: flex;
    height: 100%;
    align-items: center;
}

.die-left-list h3 {
    font-size: 30px;
    line-height: 38px;
}



.die-left-list ul li {
    font-size: 18px;
    color: #414141;
    line-height: 31px;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
}

    .die-left-list ul li::before {
        position: absolute;
        content: "";
        background-image: url(../img/Produkte-imf/bullet-arrow.png);
        height: 17px;
        width: 20px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

/*boxed-area*/
.boxed-area {
    padding-top: 190px;
    padding-bottom: 190px;
}

.single-boxed {
    padding: 40px 35px;
    background: #85868A;
    height: 340px;
    transition: .3s;
    margin-bottom: 30px;
}

    .single-boxed:hover {
        background: #E30513;
    }

    .single-boxed h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .single-boxed ul li {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 15px;
        line-height: 31px;
        position: relative;
        padding-left: 35px;
    }

    .single-boxed small {
        color: #ffffff;
        font-size: 18px;
    }

    .single-boxed ul li::before {
        position: absolute;
        content: "";
        background-image: url(../img/Produkte-BASISMODUL/bullet-arrow.png);
        height: 17px;
        width: 20px;
        left: 0;
        top: 6px;
    }

.section-title.section-title-3 {
    margin-bottom: 50px;
}
/*work-area*/
.work-img img {
    width: 100%;
    margin-bottom: 30px;
}

.work-area {
    padding-bottom: 200px;
}

/*slider-area2*/


.slider-area2 {
    padding-bottom: 180px;
}

.single-slider2 img {
    margin-bottom: 30px;
}

.single-slider2 p {
    font-size: 30px;
    line-height: 38px;
    color: #9A9B9F;
    margin-bottom: 25px;
}

.single-slider2 span {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
    margin-bottom: 30px;
}

.container.sml {
    max-width: 900px;
}

.slider-active2 .owl-dots {
    margin-top: 30px;
}

.hero-containt.hero-containt-2.con3 h2 {
    line-height: 57px;
}
/*work-die-area*/

.work-die-area {
    padding-top: 180px;
    padding-bottom: 230px;
}

.work-die-text p {
    font-size: 30px;
    line-height: 38px;
}

.work-die-fl {
    display: flex;
    align-items: center;
    height: 100%;
}

.lest-right h3 {
    font-size: 24px;
    line-height: 32px;
}

.lest-right p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}

.lest-left ul li {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 24px;
}

    .lest-left ul li::before {
        position: absolute;
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        left: 0;
        top: 0;
        color: red;
    }

.lest-left-area {
    padding-bottom: 190px;
}



.die-left-list.du ul li::before {
    top: 15px;
}

.slider-img img {
    margin-right: 20px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
/*services-page*/
.seervice-ar p {
    font-size: 18px;
    margin-bottom: 8px;
}


.ser-list a {
    font-size: 18px;
    width: 33.33%;
}

.ser-list {
    display: flex;
}

    .ser-list a img {
        margin-right: 20px;
    }

.submenu.sub-2 {
    text-align: left !important;
}

    .submenu.sub-2 ul li {
        padding-left: 20px !important;
    }

    .submenu.sub-2 li {
        padding-left: 30px;
    }


.herp-contuct input {
    width: 315px;
    display: block;
    height: 47px;
    margin-bottom: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #BABABD;
}

.herp-contuct button {
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    background: #E30513;
    border: 0;
    cursor: pointer;
}

.die-list-area.dpd {
    padding-top: 190px;
}


.barnd-area.bar-2pd {
    padding-top: 190px;
}

.boxed-area.box-pd {
    padding-top: 0;
    padding-bottom: 160px;
}

.single-boxed.boxed-2 h3 {
    font-size: 18px;
    font-weight: 700;
}

.single-boxed.boxed-2 p {
    font-size: 25px;
    line-height: 33px;
    color: #ffff;
    margin-bottom: 30px;
    height: 140px;
}

.single-boxed.boxed-2 a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.single-boxed.boxed-3 p {
    color: #ffff;
    margin-bottom: 30px;
    height: 140px;
}

.das-slider {
    display: flex;
    height: 100%;
    align-items: center;
}


.pol-containt p span {
    font-weight: bold;
}

.das-slider-area2 {
    padding-bottom: 190px;
}

.pd {
    padding-top: 120px;
    padding-bottom: 120px;
}



.pol-containt.red.pol-fl {
    display: flex;
    height: 100%;
    align-items: end;
}

.pol-containt img {
    margin-bottom: 20px;
}
/*patner-brand*/

.brand-pat-img {
    width: 14.2857%;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 5%;
    padding-bottom: 10%;
}

    .brand-pat-img img {
        max-width: 90%;
    }

.brand-patner-fl {
    display: flex;
    align-items: center;
}

.section-title.title4 {
    margin-bottom: 0;
}

.patner-brend {
    padding-bottom: 180px;
}




/*team-area*/


.team-area {
    padding: 190px 0;
}

.team-img {
    height: 300px;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 300px;
}

.team-containt h4 {
    font-size: 25px;
    margin-bottom: 5px;
}

.team-containt a {
    font-size: 18px;
    line-height: 31px;
    color: #414141;
    display: block;
}

/*kontak-page-css*/

.hreo-fl {
    display: flex;
    align-items: center;
    height: 100%;
}

.hreo-fl {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 100px;
}

.hero-contuct {
    padding: 70px 85px;
    background: #E30513;
    padding-bottom: 20px;
    width: 100%;
}

.single-text a {
    color: #fff;
    display: block;
    font-size: 20px;
}

.single-text {
    margin-bottom: 50px;
}

.hero-area.hm {
    padding-bottom: 0;
    margin-bottom: 100px;
}


.off-canvas-menu {
    display: none;
}

.header-off-btn.menu-trigger.right {
    display: none;
}

#scrollUp {
    background: #E30513;
    height: 60px;
    width: 60px;
    right: 10%;
    bottom: 400px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

    #scrollUp a {
        color: #fff;
        font-size: 22px;
    }

.link_in_text {
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}

/*Recaptcha*/
.text-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}
/*Phonenumber*/
.intl-tel-input {
    width: 100%;
}

/*Tableinfo*/
.table_list .selected {
    color: #E30A17;
}

#table_columns {
    width: 100%
}

/*Shop Link*/
a.shop-link {
    padding: 0;
    background-color: transparent;
    color: #414141;
}
/*List Style*/
.list-styled {
    padding-left: 42px;
    list-style: disc;
}
/*GTC*/
.gtc-table tbody tr td:first-child {
    width: 50px;
}

.newFormularRadio {
    padding-right: 1.9em;
    font-size: 1.1rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/*Tooltip Download/Preview */
[data-tooltip] {
    position: relative;
}

    [data-tooltip]::after {
        content: attr(data-tooltip);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.5s;
        display: block;
        position: absolute;
        text-align: center;
        bottom: -3em;
        left: 1.5em;
        width: 5.5em;
        padding: 0.5em;
        z-index: 100;
        color: white;
        background-color: #E30513;
        border: solid 1px #c32e04;
        border-radius: 0.5em;
    }

    [data-tooltip]:hover::after {
        opacity: 1;
    }



/*Styling Error*/
.field-validation-error {
    color: #E30513;
}


/*Release History*/
.release_history p {
    white-space: pre-line;
}

/*CaseStudy-Form*/
.caseStudyForm {
    color: #ffffff;
    background-color: #E30513;
}

/*slideshow area*/
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.slideshow-item {
    display: none;
}

.slideshow-prev, .slideshow-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.slideshow-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .slideshow-prev:hover, .slideshow-next:hover {
        background-color: rgba(227,5,19,0.8);
    }
