/* General */
.content-wraper h1, .content-wraper h2, .content-wraper h3 {
    font-size: 30px;
    margin: 0;
    padding: 0 0 20px 0;
}

p {
    margin: 0 0 10px;
    letter-spacing: 0.5pt;
    line-height: 1.8;
    font-size: 16px;
}

.subpage .content {
    margin: 100px auto 0 auto;
}

.content.reduced-content {
    margin: 30px auto 0 auto;
}

.subpage.banner-full .content {
    margin: 0 auto 0 auto;
}


/* Slickslider */

.slickslider {
    position: relative;
}


.slickslider ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.slickslider ul.slick-dots li {
    float: left;
}

.slickslider .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slickslider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slickslider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slickslider .ce-bodytext {
    position: absolute;
    bottom: 10%;
}

.slickslider p {
    padding: 7px;
    font-size: 14px;
    background: rgba(255,255,255,0.7);
    margin: 0 0 5px 25px;
    display: table;
    float: none;
}

.slickslider p b {
    font-size: 23px;
    padding: 3px;
}

/*Slick Buttons */

button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 42%;
    background: rgba(255,255,255,0.4);
    border: 0px solid #fff;
    text-indent: -9999px;
    width: 60px;
    height: 16%;
    background-image: url(../Icons/next_dark.svg);
    background-size: 100% 100%;
    margin-right: 15px;
    background-position: 2px 0;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 42%;
    background: rgba(255,255,255,0.4);
    border: 0px solid #fff;
    text-indent: -9999px;
    width: 60px;
    z-index: 9999;
    height: 16%;
    background-image: url(../Icons/back_dark.svg);
    background-size: 100% 100%;
    margin-left: 15px;
    background-position: -2px 0;
}



/* Page Styles */

.inline-wraper {
    max-width: 1920px;
    margin: 0 auto 30px auto;
}

.content {
    max-width: 1500px;
    margin: 0 auto;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* imagebox styles */

.imagebox .col {
    position: relative;
}

.imagebox {
    padding: 0 0 30px 0;
}

.imagebox .col .ce-bodytext {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 10px 15px;
}

.imagebox .col .ce-bodytext p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: rgba(1, 82, 73, 1);
    font-size: 17px;
}

.imagebox-left .col2 .ce-bodytext {
    position: relative;
    background-color: none;
    padding: 0;
}

.imagebox-left .col2 .ce-bodytext p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
    font-size: 13px;
}

.imagebox-right .col1 .ce-bodytext {
    position: relative;
    background-color: none;
    padding: 0;
}

.imagebox-right .col1 .ce-bodytext p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
    font-size: 13px;
}

.imagebox h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.imagebox h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}


/* headline center style */

.align-center {
    text-align: center;
}

h3.align-center {
    color: rgba(1, 82, 73, 1);
    font-weight: 100;
    margin: 20px 0;
    position: relative;
}

h3.align-center::after {
    content: "";
    width: 100%;
    background-color: rgba(1, 82, 73, 0.25);
    height: 1px;
    display: block;
    position: absolute;
    top: 14px;
    z-index: -1;
}

h3.align-center p {
    display: inline-block;
    background-color: #fff;
    z-index: 9999;
    padding: 0 30px 0 30px;
}


/* Mainnavi Styles */

.mobile-shown {
    display:none;
}

.mainnavinner ul li.level1.hassub ul {
    float: left;
    list-style: none;
    padding: 20px;
    border: 1px solid rgb(245, 243, 244);
    border-top: 0px;
    display: none;
}

.mainnavinner ul li.level1.hassub ul ul {
    padding: 20px;
    border: 0px solid #fff;
    background: transparent;
}

.mainnavinner ul li.level1.hassub:hover ul {
    display: block;
}

.mainnavinner li.level1 {
    float: left;
    list-style: none;
    padding: 0 0 25px 0;
}

.mainnavinner li#pid-17.level1, .mainnavinner li#pid-23.level1{
    float: right;
}

ul.inner-navigation {
    position: relative;
}

.inner-navigation .level1:last-child .navinner{
    border: 0px solid #fff;
}

.mainnavinner li.level1 .navinner {
    float: left;
    list-style: none;
    padding: 5px 15px 5px 15px;
    margin: 5px 0 5px 0;
    border-right: 1px solid rgb(245, 243, 244);
}

.mainnavinner ul li.level1.hassub ul ul li {
    border-bottom: 1px solid #f5f3f4;
}

.mainnavinner a {
    font-size: 20px;
    color: #fff;
}

.navinner ul {
    display: none;
    position: absolute;
    left: 7px;
    list-style: none;
    background-color: #4b5e5b;
    top: 28px;
    width: 200px;
    padding-top: 20px;
    z-index: 999;
}

.navinner ul:hover {
    display: block;
}

ul.center-navi-inner {
    display: none;
    position: absolute;
    list-style: none;
    background-color: #4b5e5b;
    width: 200px;
    z-index: 999;
    top: 53px;
    padding: 10px 15px;
    left: 15px;
}

ul.center-navi-inner li.level2 {
    width: 200px;
    padding: 3px 10px;
}

.mainnavinner li.level1 {
    float: left;
    list-style: none;
    padding: 12px 15px 10px 15px;
}


.mainnavinner li.level1:last-child {
    float: right;
}


.mainnavinner li.level1:hover ul.center-navi-inner {
    display: inline-block;
}

.navinner ul li.level2 {
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
}

.navinner:hover ul {
    display: block;
}

.navinner ul ul.navigation-list {
    padding: 0;
}

.mainnavinner {
    display: block;
    height: 60px;
    max-width: 1500px;
    margin: 0 auto;
}

.mainnavi {
    width: 100%;
}

.mainnavi .color {
    background-color: #fff;
    border-bottom: 1px solid rgb(245, 243, 244);
    padding: 1px 0 0 0;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.3);
}

.mainnavinner ul li.level1.hassub ul {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
    width: 100%;
    max-width: 1500px;
    left: 0;
    right: 0;
    top: 15px;
    margin: 45px auto 0 auto;
}


.mainnavinner .left-navi-inner, .mainnavinner .right-navi-inner, .mainnavinner .center-navi-inner {
    width: 33.33333333%;
    float: left;
}

.left-navi-inner b.headline {
    font-size: 20px;
}

.left-navi-inner b, .left-navi-inner span  {
    float: none;
    width: 100%;
    display: block;
    font-size: 20px;
}

.left-navi-inner b.headline {
    font-size: 32px;
    margin-bottom: 15px;
}

.mainnavinner ul li.level1.hassub ul .center-navi-inner ul {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
}

.menu-image img {
    width: 100%;
    height: auto;
}

li.menu-item.hassubitems {
    background-image: url(../Icons/arrow-point-to-right.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
}


.mainnavinner .center-navi-inner {
    width: auto;
}

.mainnavinner b.read-more a {
    font-size: 16px;
    color: #fff;
    background-color: #000;
    font-weight: normal;
    padding: 10px 31px 10px 20px;
    background-image: url(../Icons/next.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 130px 13px;
}


.mainnavinner b.read-more {
    margin-top: 20px;
}

.mainnavinner span.text {
    font-size: 16px;
}

.mainnavinner .left-navi-inner, .mainnavinner .center-navi-inner {
    padding: 0 30px 0 0;
}



/* Mainnavi index styles */
.mainnavi.index {
    position: relative;
}

.mainnavi.index.sticky {
    background-color: #fff;
    width: 100%;
}

/* subcontent styles */

.subcontent {
    width:100%;
    padding: 45px 0;
    background-color: #e2e2e2;
}


/* button styles */

input[type="submit"] {
    border: 3px solid #000;
    padding: 5px 15px;
    background-color: #000;
    color: #ccc;
    font-weight: bold;
}

input[type="submit"]:hover {
    background-color: #ccc;
    color: #000;
}

input[type="submit"]:disabled,
input[type="submit"][disabled]{
    border: 3px solid #ccc;
    background-color: #fff;
    color: #666666;
    cursor: not-allowed;
}



input[type="submit"][disabled]:hover{
    border: 3px solid #ccc;
    background-color: #fff;
    color: #666666;
    cursor: not-allowed;
}

select {
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc;
    min-width: 188px;
    height: 31px;
}

/* content */
.white-box, .grey-box {
    margin: 30px 0 0 0;
    display: flex;
}

.white-box .col-md-4 a:hover img, .grey-box .col-md-4 a:hover img {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.full.white-box {
    background-color: #fff;
    position: relative;
    padding: 15px;
    border: 1px solid #f5f3f4;
}

.blue-box {
    background: #024D5f;
    color: #fff;
    box-shadow: 10px 10px 15px #c0c0c0;
    padding: 30px 55px 25px 55px;
    margin: 0 0 30px 0;
}



/* Footer Styles */
.footer {
    background: #f5f3f4;
    padding: 20px 0;
}

.footer .inner {
    max-width: 1500px;
    margin: 0 auto;
}

.footer p, .footer h4 {
    color: #838383;
}

.footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li a {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer {
    background: #f5f3f4;
    padding: 50px 0;
}

.footer a {
    color: #333;
}


/* SEO-Footer Styles */

.seo-footer {
    background-color: rgba(131, 131, 131, 0.3);
    padding: 45px 0;
}

.seo-footer .inline-wraper {
    max-width: 1500px;
    margin: 0 auto;
}

.seo-footer h4 {
    margin: 0 0 25px 0;
    font-size: 20px;
}

/* Formulare */

.formsection {
    width: 100%;
    border: 1px solid #ccc;
    margin: 25px 0 0 0;
    padding: 15px;
    position: relative;
    display: block;
    float: none;
    border-radius: 10px;
}

.formsection span {
    position: absolute;
    background-color: #fff;
    padding: 0 5px;
    font-size: 17px;
    left: 11px;
}

.formsection label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0;
    font-weight: normal;
}

.formsection input {
    width: 100%;
    padding: 5px 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

ul.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #f00;
}

/* linkboxes-icon */

.linkboxes-icon .col {
    position: relative;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 15px;
}

.linkboxes-icon .col-md-12 .frame-type-textpic {
    background-color: #000;
    width: 100%;
    display: block;
}

.linkboxes-icon .ce-bodytext {
    padding: 15px;
}

.linkboxes-icon .col-md-12 img {
    max-width: 45px;
    margin: 8px 8px 0 0;
    width:45px;
    -webkit-animation: bummer 1s;
    animation: bummer 1s;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1);
    }
}

@keyframes bummer {
    100% {
        transform: scale(1,1);
    }
}

.linkboxes-icon .col-md-12 strong {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.linkboxes-icon .col-md-12 .ce-bodytext p {
    margin: 0;
}

.linkboxes-icon .col-md-12 .ce-gallery {
    width: auto;
    float: right;
}

.linkboxes-icon .ce-bodytext {
    background-color: #f5f3f4;
}

.linkboxes-icon .col-md-12 .ce-bodytext {
    background-color: transparent;
}


.linkboxes-icon .ce-bodytext {
    background-color: #f5f3f4;
    display: inline-block;
    position: relative;
}

.linkboxes-icon {
    display: flex;
}

.linkboxes-icon p {
    font-size: 15px;
    line-height: 1.4;
}

.linkboxes-icon a {
    text-align: right;
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    width: auto;
    display: inline-block;
    float: right;
    right: 15px;
    bottom: 15px;
}

.linkboxes-icon p {
    width: 100%;
}

.linkboxes-icon img {
    margin: 0 auto;
    width: 200px;
}


/*teaserbox products*/

.teaserbox.products .boxes{
    display: table;
    width: 100%;
}

.teaserbox.products .header{
    text-align: center;
}


.teaserbox.products a{
    background-color: #139abd;
    color: #fff;
    padding: 12px 30px;
    text-align: center;
    border-radius: 3px;
}

.teaserbox.products strong{
    background-color: #f5f3f4;
    width: 100%;
    padding: 15px;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weigth: normal;
    font-size: 18px;
}


.teaserbox.products .col-md-4 > div {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.teaserbox.products .boxes .col-md-4{
    display: table-cell;
    float: none;
}

.teaserbox.products em {
    width: 100%;
    padding: 15px;
    display: block;
    font-size: 18px;
    border-top: 1px solid #ccc;
    margin: 30px 0 20px 0;
    text-decoration: underline;
}




/** Ticker Startseite **/
#news-ticker {
    display: block;
    font-size: 15px;
    padding: 0;
    margin: 0
}

#news-ticker .ticker-title {
    display: inline-block;
    margin-right: 12px;
}

#news-ticker ul {
    display: inline-block;
    position: relative;
}

#news-ticker li a {
    color: #fff;
    text-decoration: none;
}

#news-ticker li a:hover {
    text-decoration: underline;
}

#news-ticker li {
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    height: 2em;
    word-wrap: break-word;
    opacity: 0
}

#news-ticker li.tick {
    -webkit-animation: tick 5s linear;

}

@-webkit-keyframes tick {
    0% {
        width: 0;
    }
    5% {
        opacity: 1;
    }
    90% {
        width: 550px;
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}

.videobanner .caption-overlay .content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 99;
}

.videobanner {
    position: relative;
}

.videobanner .caption-overlay {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    height: 650px;
    overflow: hidden;
}

.videobanner .caption-overlay iframe {
    height: 640px;
    overflow: hidden;
    position: absolute;
    transform: scale(2);
}

.videobanner .content-wrapper {

    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.videobanner .content-wrapper .inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.videobanner .content-wrapper h1 {
    margin-top: 40%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
}

.videobanner .content-wrapper ul li {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 5px 20px;
}


/** Header **/

.mainnavi .contact-now {
    float: right;
}

.mainnavi .contact-now .frame {
    background-color: #fff;
    float: none;
    width: auto;
    display: inline-block;
}

.mainnavi .contact-now .frame p{
    background-color: #fff;
    padding: 4px 25px;
    margin: 1px 20px 0 0;
    border: 2px solid #000;
    float: none;
    width: auto;
    display: inline-block;
}

.mainnavi .contact-now p {
    margin: 0;
}

.mainnavi .contact-now a {
    color: #000;
}

span.red{
    background-color: red;
    width: 100%;
    display: block;
    padding: 0 2px;
}

span.green{
    background-color: lawngreen;
    width: 100%;
    display: block;
}


.logo {
    display: block;
    float: left;
    max-width: 330px;
}

.logo.small-logo figure.image img {
    max-width: 330px;
    height: auto;
}

.banner {
    margin-top: 70px;
}

.banner .ce-center .ce-outer {
    right: 0;
    width: 100%;
}

.banner .ce-center .ce-inner {
    right: 0;
    width: 100%;
}

.banner .ce-column {
    width: 100%;
}

.banner img.image-embed-item {
    width: 100%;
}

.banner .ce-gallery figure {
    width: 100%;
}

/* Cookie */

.cookie-notice {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #f5f3f4;
    padding: 10px;
}

.cookie-notice .inner {
    max-width: 1500px;
    margin: 0 auto;
}

.cookie-notice .close-button {
    float: right;
    padding: 10px 15px;
    background-color: #000;
}

.cookie-notice .close-button a {
    color: #fff;
}

.cookie-notice .cookie-content {
    width: auto;
    display: inline-block;
    padding: 10px 0;
}

.cookie-notice .cookie-content p {
    margin: 0;
}



/* Quote */
.quote-w-image .col-md-4 img {
    border-radius: 1000px;
}

.quote-w-image, .quote-wo-image {
    width: 100%;
    max-width: 75%;
    padding: 35px 0;
    margin: 0 auto;
}

.quote-w-image, .quote-wo-image {
    padding: 70px 0;
}

.quote-w-image .col-md-8 strong, .quote-wo-image strong {
    font-size: 20px;
    margin: 0 5px;
    padding: 0 3px;
    quotes: "\201C""\201D""\2018""\2019";
    font-weight: normal;
}

.quote-w-image .col-md-8 p strong:before, .quote-wo-image strong:before {
    color: #ccc;
    content: open-quote;
    font-size: 5em;
    line-height: 0.1em;
    margin-right: 10px;
    vertical-align: -0.45em;
}

.quote-wo-image strong:after {
    color: #ccc;
    content: close-quote;
    font-size: 5em;
    line-height: 0.1em;
    margin-right: 10px;
    vertical-align: -0.45em;
    padding: 0 0 0 10px;
}

.quote-w-image .col-md-8 p em {
    font-size: 13px;
    color: #838383;

}

.quote-w-image .row {
    display: flex;
    width: 100%;
}

.quote-w-image .row .col-md-8{
    flex: 1;
}

.quote-w-image .row .col-md-4{
    flex: 1;
    max-width: 300px;
}

.quote-w-image .row .col-md-8{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
}

/* Quickcontact */

.quickcontact {
    background-color: #f5f3f4;
    margin: 30px 0 0 0;
}

.quickcontact input[type="submit"] {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-weight: normal;
    border: 0px solid #fff;
    width: auto;
    float: right;
    border-radius: 0px;
}

.quickcontact input[type="submit"]:hover {
    text-decoration: underline;
}

.quickcontact input {
    width: 100%
}

.quickcontact textarea {
    width: 100%
}

.quickcontact .powermail_fieldwrap {
    width: 33.3333333%;
    padding: 0 35px 0 0;
    float: left;
    margin: 0 0 15px 0;
}

.quickcontact .powermail_fieldwrap.powermail_fieldwrap_datenschutz {
    width: 66.666666%;
}

.quickcontact .powermail_fieldwrap.powermail_fieldwrap_type_submit, .quickcontact .powermail_fieldwrap.powermail_fieldwrap_marker_01 , .quickcontact .powermail_fieldwrap.powermail_fieldwrap_datenschutz {
    padding: 0;
}

.quickcontact input[type=checkbox] {
    width: auto;
}

.quickcontact .powermail_fieldwrap.powermail_fieldwrap_datenschutz .checkbox  label {
    color: #000;
    margin: 0;
}

.quickcontact .powermail_fieldwrap.powermail_fieldwrap_datenschutz .checkbox {
    margin: 0;
}

.quickcontact h3 {
    display: none;
}

.quickcontact .col-md-12 {
    padding: 15px;
}

.quickcontact legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: inherit;
    color: #000;
    border: 0;
    font-weight: bold;
    border-bottom: 0px solid #e5e5e5;
}

.quickcontact input, .quickcontact select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid rgba(131, 131, 131, 0.3);
    width: 100%;
}

.quickcontact label {
    margin: 5px 0 0 0;
    font-weight: normal;
    color: #838383;
}

.quickcontact .powermail_fieldwrap.powermail_fieldwrap_datenschutz label {
    margin: 0;
}



/* Genearal */
img.image-embed-item {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Grey Boxes */
.grey-box .col-md-8 {
    background-color: #f5f3f4;
    position: relative;
    padding: 15px;
}

.sixty-thirty.grey-box .col-md-4 {
    padding: 0 0 0 30px;
}


.thirty-sixty.grey-box .col-md-4 {
    padding: 0 30px 0 0;
}

.thirty-sixty.grey-box .singlecheck p {
    margin: 15px 0 0 0;
}

.thirty-sixty.white-box .singlecheck p {
    margin: 5px 0 0 0;
}

.thirty-sixty.white-box .row {
    margin: 0;
}

.thirty-sixty.grey-box .column-3cols.row.no-padding {
    margin: 0;
}

/* White Boxes */
.white-box .col-md-8 {
    background-color: #fff;
    position: relative;
    padding: 15px;
    border: 1px solid #f5f3f4;
}

.white-box .col-md-8 .col-md-8{
    padding: 0 20px 0 0;
    border: 0px solid #f5f3f4;
}

.sixty-thirty.white-box .col-md-4 {
    padding: 0 0 0 30px;
}


.thirty-sixty.white-box .col-md-4 {
    padding: 0 30px 0 0;
}


.white-box .col-md-8 a, .grey-box .col-md-8 a {
    float: right;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    margin: 15px 0;
    position: absolute;
    bottom: 0;
    right: 15px;
}

/* Sidebuttons */
.sidebuttons {
    position: fixed;
    top: 35%;
    right: 0;
}

.sidebuttons .icon {
    max-width: 50px;
    background-color: #000;
    padding: 10px;
    margin: 0 10px 10px 0;
    float: left;
}

.sidebuttons .each:hover .content {
    display: block;
}

.sidebuttons .each:hover {
    float: left;
    margin-left: 0;
}

.sidebuttons .each {
    float: none;
}

.sidebuttons:hover .each .content {
    width: 200px;
    display: block;
    background-color: transparent;
    color: transparent;
    padding: 0 15px;
}

.sidebuttons .each .content p, .sidebuttons .each .content a {
    font-size: 16px;
    padding: 12px 0 0 0;
}

.sidebuttons .each .content:hover{
    background-color: #000;
    color: #fff;
}

.sidebuttons .each:hover .content{
    background-color: #000;
    color: #fff;
}

.sidebuttons .each:hover .content a {
    color: #fff;
}

.sidebuttons .each .content a {
    color: transparent;
}

.sidebuttons .inner:hover .each {
    margin-left: 200px;
}

.sidebuttons .content {
    display: none;
    width: 200px;
    height: 50px;
    background-color: #000;
    float: left;
    margin-right: 10px;
}


/* Overlay */
.overlayimgae-outer {
    position: relative;
}

.overlayimgae-outer  .content {
    position: absolute;
    top: 0;
    left:0;
}


/* Overlay Anfragen */

.overlayimgae-outer.anfrage .content {
    width: 500px;
    left: auto;
    right: 0;
    margin: 30px;
    padding: 25px 10px 25px 25px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(131, 131, 131, 0.3);
    border-radius: 5px;
    top: 4%;
    display: inline-block;
}

.overlayimgae-outer.anfrage .content .container-fluid {
    padding: 0;
}

.overlayimgae-outer.anfrage .powermail_fieldwrap {
    width: 50%;
    float:left;
}

.overlayimgae-outer.anfrage .powermail_fieldwrap.powermail_fieldwrap_ihrenachricht, .overlayimgae-outer.anfrage .powermail_fieldwrap.powermail_fieldwrap_datenschutz , .overlayimgae-outer.anfrage .powermail_fieldwrap.powermail_fieldwrap_type_submit {
    width: 100%;
}

.overlayimgae-outer.anfrage .content h3 {
    display: none;
}

.overlayimgae-outer.anfrage .content input, .overlayimgae-outer.anfrage .content textarea, .overlayimgae-outer.anfrage .content select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid rgba(131, 131, 131, 0.3);
    width: 100%;
}

.overlayimgae-outer.anfrage .content .powermail_field {
    padding: 0 15px 0 0;
}

.overlayimgae-outer.anfrage .content .checkbox input[type=checkbox] {
    width: auto;
}

.overlayimgae-outer.anfrage .content input[type=submit] {
    width: auto;
    background-color: #000;
    color: #fff;
    font-weight: normal;
    border-radius: 0;
    font-size: 15px;
    margin: 15px 0 0 0;
    padding: 7px 20px 7px 20px;
}

.overlayimgae-outer.anfrage .content input[type=submit]:hover {
    text-decoration: underline;
}

.overlayimgae-outer.anfrage .content label {
    margin: 5px 0 0 0;
    font-weight: normal;
    color: #838383;
}

.overlayimgae-outer.anfrage .content .checkbox label {
    color: #000;
    margin: 0;
}

.overlayimgae-outer.anfrage .content .checkbox {
    margin: 0;
}


.overlayimgae-outer.anfrage .content legend {
    margin-bottom: 10px;
}


/* Check - Liste */

.checklist ul li {
    margin-top: 0;
    list-style: none;
    margin-bottom: 5px;
    background-image: url(../Icons/check.svg);
    background-position: left;
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 2px 0 0 25px;
    font-size: 16px;
}

.white-box .col-md-8 .checklist ul li a {
    position: relative;
    float: none;
    background: transparent;
    color: #000;
    margin: 0;
    padding: 2px 0 0 15px;
    font-size: 16px;
    color: #333;
}

.pluslist ul li {
    margin-top: 0;
    list-style: none;
    margin-bottom: 10px;
    background-image: url(../Icons/plus-button.svg);
    background-position: left;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 1px 0 0 40px;
    font-size: 20px;
}

.checklist ul, .pluslist ul {
    margin: 0;
    padding: 0;
}

.singlecheck p {
    list-style: none;
    background-image: url(../Icons/check.svg);
    background-position: left;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 5px 0 0 35px;
    font-size: 20px;
    margin: 25px 0 0 0;
}

/* Logoslider */

.owl-item {
    float: left;
}

.logo-slider.outer {
    overflow: hidden;
}

.logo-slider img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: 0.3s -webkit-filter linear;
    -moz-transition: 0.3s -moz-filter linear;
    -moz-transition: 0.3s filter linear;
    -ms-transition: 0.3s -ms-filter linear;
    -o-transition: 0.3s -o-filter linear;
    transition: 0.3s filter linear, 0.3s -webkit-filter linear;
}

.logo-slider img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.owl-nav.disabled {
    display: none;
}

/* Newsslider */

.news-list-view-slider {
    overflow: hidden;
}

.news .news-list-view-slider .article .news-img-wrap {
    max-width: 250px;
    margin: 0 30px 0 0;
    display: block;
}

.news .news-list-view-slider .article .news-img-wrap a {
    border: 0px solid #fff;
    padding: 0;
}

.news .news-list-view-slider .article .news-img-wrap img {
    float: left;
    height: auto;
    width: 100%;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(4, 125, 153, 0.7);
    border: 0px solid #fff;
    margin: 3px;
    border-radius: 30px;
}

.owl-dot.active {
    background-color: rgba(4, 125, 153, 1);
}


/* Linkteaser */

.linkteaser .col-md-4 a {
    float: none;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    margin: 15px 0;
    position: relative;
    display: inline-block;
}

.linkteaser .col-md-4 p {
    text-align: center;
}

/* Mobile */

.mobile span {
    display: block;
    width: 35px;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 0px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.mobile span {
    margin: 5px 0 0 0;
}

.mobile span:nth-last-child(3) {
    margin: 18px 0 0 0;
}

.mobile span:nth-last-child(2) {
    margin: 5px 0 0 0;
}

.mobile {
    float: right;
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
}

.mobile.active span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
    top: 17px;
    position: absolute;
    left: 4px;
}

.mobile.active span:nth-last-child(3) {
    opacity: 0;
    position: absolute;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.mobile.active span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
    position: absolute;
    top: 35px;
    left: 0px;
}

.navblock.active {
    display: block;
}

.navblock.active li.level1 {
    float: none;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 0;
}

.navblock.active li.level1 .navinner {
    border-right: 0px solid rgb(245, 243, 244);
    border-bottom: 1px solid rgb(245, 243, 244);
    width: 100%;
}

.navblock.active ul.inner-navigation {
    padding: 0;
}

/* Referenzen */

.references .col-md-4 .frame, .references .col-md-3 .frame {
    border: 1px solid #f5f3f4;
}

.column-3cols.row.references {
    margin-top: 30px;
}

.references .col-md-4 .ce-gallery, .references .col-md-3 .ce-gallery {
    border-bottom: 1px solid #f5f3f4;
    overflow: hidden;
}

.references .col-md-4 .ce-bodytext, .references .col-md-3 .ce-bodytext {
    background: #f5f3f4;
}

.references .col-md-4 .ce-bodytext, .references .col-md-3 .ce-bodytext {
    background: #f5f3f4;
    height: 100%;
    padding: 15px;
}

.references .ce-bodytext strong {
    font-size: 20px;
}

.references .ce-gallery img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.references .col-md-4:hover img, .references .col-md-3:hover img {
    transform: scale(1.1);
}

.references p a {
    color: #000;
}

.references p {
    margin: 0;
    text-align: center;
}


/* countupboxes */


.countupboxes .col-md-4 {
    background-color: #149bbd;
    border-radius: 400px;
    text-align: center;
    width: 19.333333%;
    margin: 0 7%;
    height: 275px;
    padding: 0;
}

.countupboxes p {
    color: #fff;
    font-size: 20px;
}

.countupboxes .col-md-4 .countup, .countupboxes .col-md-4 .countup p {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    opacity: 0.5;
    padding: 70px 0 0 0;
}

.countupboxes {
    padding: 40px;
    border: 1px solid #f5f3f4;
    margin: 30px 0 0 0;
}

/* parrllax */

.parallax {
    width: 100%;
    margin: 0;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.parallax img {
    width: 100%;
}

.parallax .col-md-12 {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.parallax .col-md-12 img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.parallax .textoverlay {
    position: absolute;
    top: 0;
    max-width: 1500px;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slimimage .textoverlay {
    position: absolute;
    top: 0;
    max-width: 1500px;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.slimimage {
    background-color: #000;
    margin: 70px -15px;
}

.slimimage .frame-layout-0{
    opacity: 0.5;
}

.slimimage .textoverlay .frame .ce-textpic {
    color: #fff;
}

.slimimage a {
    color: #fff;
    text-decoration: underline;
}

.slimimage a:hover {
    color: #fff;
    text-decoration: underline;
    opacity: 0.8;
}

.parallax .textoverlay .frame  {
    display: flex;
}

.parallax .textoverlay .frame .ce-textpic {
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 40px 60px;
    border-radius: 15px;
}

.parallax .textoverlay .frame .ce-textpic h1, .parallax .textoverlay .frame .ce-textpic h2, .parallax .textoverlay .frame .ce-textpic h3, .parallax .textoverlay .frame .ce-textpic p {
    text-align: center;
}

/* News */

.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 0;
}

.header-news .header {
    position: absolute;
    top: 30%;
    left: 50px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
}

.header-news {
    position: relative;
}

.header-news .header h1 {
    margin: 0;
}

.news-content p::first-letter {
    font-size: 56px;
    float: left;
    padding: 0 5px 0 0;
    line-height: 56px;
    margin: 0;
    color: #000;
}

.newscontent .sidebar.col-md-3 {
    padding: 25px;
    border: 1px solid rgb(245,243,244);
}

.newscontent .sidebar .news-list-category span {
    float: left;
    background-color: #149abc;
    padding: 5px 5px 5px 10px;
    font-size: 16px;
    color: #fff;
}

.newscontent .sidebar .news-list-category span.arrow {
    background: #fff;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 22px solid #149abc;
    display: block;
    float: left;
    padding: 0;
    margin: 0 15px 15px 0;
}

.news .article .news-content h2, .news .article .news-content h3, .news .article .news-content h4, .news .article .news-content h5 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 25px;
}

.news .article .news-content h2 {
    font-weight: bold;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 30px;
}

.news-content p {
    margin-bottom: 25px;
}


/* Newsliste */

.news .news-3.newsitem .article .news-img-wrap img {
    float: left;
    height: auto;
    width: 100%;
}

.news .news-3.newsitem {
    width: 33.33333333%;
    float: left;
    padding: 2%;
    display: inline-block;
}

.news .news-list-view {
    float: none;
}

.news ol, .news ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin: 0 0 10px;
    letter-spacing: 0.5pt;
    line-height: 1.8;
    font-size: 16px;
    padding: 5px 30px 5px 20px;
}


.news .article .news-img-wrap a:before {
    background-image: url(../../../Resources/Public/Icons/link-symbol.svg);
    background-size: 130px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px;
    border-radius: 150px;
    opacity: 0.5;
    border: 5px solid #fff;
    display: none;
}

.news .article .news-img-wrap a:hover:before {
    display: block;
}

.news .article .news-img-wrap a {
    position: relative;
}

.category-wrapper {
    display: inline-block;
}

.news .teaser-text a {
    float: none;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    margin: 15px 0;
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.sidebar b.about {
    font-size: 20px;
    background-color: #f5f3f4;
    padding: 5px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px 0;
}

.sidebar strong {
    font-size: 20px;
    background-color: #f5f3f4;
    padding: 5px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 1.42857143;
}

.sidebar .tx-powermail h3 {
    font-size: 20px;
    background-color: #f5f3f4;
    padding: 5px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px 0;
}

.sidebar p {
    margin: 0;
}

.sidebar .container-fluid {
    padding: 0;
}

.sidebar input {
    width: 100%;
}

.sidebar .checkbox input, .sidebar input[type=radio]  {
    width: auto;
}

.windowteaser .col-md-6.col1 {
    padding: 50px 100px 30px 75px;
}

.windowteaser .col-md-6.col1 h1, .windowteaser .col-md-6.col1 h2, .windowteaser .col-md-6.col1 h3 {
    padding: 0 0 25px 0;
}

.windowteaser.row {
    margin-right: 0;
    margin-left: 0;
    background-color: #f5f3f4;
}

.windowteaser .col-md-6 .col-md-6 {
    background-color: #fff;
    padding: 0;
    border: 1px solid #f5f3f4;
    text-align: center;
}

.windowteaser .col-md-6 .col-md-6 img{
    padding: 0 30px;
}

.windowteaser .col-md-6.col2 .row {
    margin-right: 0;
    margin-left: 0;
}

.windowteaser .col-md-6.col2 {
    padding: 0;
}


.white-box .col.col2.col-md-6 {
    padding-right: 0;
}

.white-box .col.col1.col-md-6 {
    left: 0;
}

.sidebar legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
    letter-spacing: 0.5pt;
    line-height: 1.8;
}

span.news-list-author {
    margin: 0 0 5px 0;
    display: block;
}


/**Accordion**/

.akkordeon-out {
    margin: 15px 0;
}

.akkordeon.akkordeon-head {
    width: 100%;
    background-color: #f5f3f4;
}

.akkordeon.akkordeon-head p {
    margin: 0;
    padding: 10px 0;
    font-size: 19px;
}

.akkordeon.akkordeon-head .icon {
    background-image: url(../Icons/play-button.svg);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    margin: 15px 12px 0 2px;
    float: left;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.akkordeon.akkordeon-head.opened .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.akkordeon.akkordeon-content {
    display: none;
    padding: 10px 15px 0px 15px;
    border-left: 1px solid #f5f3f4;
    border-bottom: 1px solid #f5f3f4;
    border-right: 1px solid #f5f3f4;
}

/*enactus*/
.enactus .mainnavi {
    display: none;
}

.enactus .banner {
    margin-top: 0px;
}

.enactus .inline-wraper {
    max-width: 1920px;
    margin: 0 auto 30px auto;
}

.enactus .inline-wraper.banner .frame{
    max-width: 1500px;
    margin: 0 auto;
}

.enactus .inline-wraper.banner {
    background-color: #000;
    padding: 100px;
}

.enactus .inline-wraper.banner h1 {
    color: #fff;
    font-weight: bold;
}

.enactus .inline-wraper.banner h1 a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.enactus .inline-wraper.banner p a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.enactus .inline-wraper.banner p{
    color: #fff;
    font-weight: bold;
}

.enactus .seo-footer .inline-wraper {
    max-width: 1500px;
    margin: 0 auto 30px auto;
}

.seo-footer p {
    text-align: justify;
    padding: 10px 50px 0 0;
}


/* enc_booking */

.container {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #a2d5e8;
    padding: 25px;
    margin: 30px 0;
    position: relative;
}

.container input, .container select, .container textarea{
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #4d4d4d;
    background-color: rgba(255,255,255,0.65);
}

.container textarea {
    width: 100%;
}

.container input.submit {
    padding: 5px 15px;
    margin: 20px 0 0 0;
    background-color: #000;
}

.container input.submit:hover {
    background-color: #fff;
}


.container span.time input {
    width: 50px;
}


.container.special {
    border: 1px solid #ff0000;
    background-color: #a2d5e8;
}

label.red{
    color: #ff0000;
}

.container label.containerlabel {
    position: absolute;
    top: -11px;
    background-color: #fff;
    padding: 0 5px 0 5px;
    margin: 0px 0 0 -5px;
    font-size: 18px;
}

.row.type span input[type="radio"] {
    display: none;
}

.row.type span input[type="radio"] + label {
    width: 48%;
    height: 250px;
    background-size: 82%;
    background-position: center 35px;
    background-repeat: no-repeat;
    margin: 0 1% 0 1%;
    border: 1px solid #000;
    background-color: #fff;
    padding: 7px 0 0 0;
    text-align: center;
    border-radius: 10px;
    float: left;
}

.row.type span.outdoor input[type="radio"] + label{
    background-image: url(../Icons/aussen.jpg);
}

.row.type span.indoor input[type="radio"] + label{
    background-image: url(../Icons/halle.jpg);
}

.row.type span.valet input[type="radio"] + label{
    background-image: url(../Icons/valet.svg);
    background-size: 35%;

}

.row.type span.shuttle input[type="radio"] + label{
    background-image: url(../Icons/shuttle.svg);
    background-size: 35%;

}

.tx_encbooking span.shuttle {
    background-image: url(../Icons/shuttle.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    color: transparent;
    padding: 0 0 10px 0;
}

.row.type span input[type="radio"]:checked + label {
    background-color: #e8e8e8;
}

.container.special.entry {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    width: 45%;
    border: 1px solid #fff;
}


.price {
    position: fixed;
    width: 400px;
    border: 1px solid #81c195;
    padding: 15px;
    z-index: 9999999;
    border-radius: 15px;
    right: 5%;
    background-color: rgba(137, 255, 157, 0.52);
}

.price b {
    font-size: 21px;
    padding: 20px 0 0 0;
    display: block;
}

.price p {
    margin: 0;
    line-height: 23px;
}

.price p.duration {
    font-size: 18px;
    font-weight: bold;
}


.row.white-background {
    margin-right: -15px;
    margin-left: -15px;
    /* height: 100%; */
    /* height: 100%; */
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 25px 0 35px 0;
}

.white-background .col-md-4 {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 1%;
    width: 31.333333%;
    /* height: 100%; */
    display: block;
    background: rgba(0,0,0,0.1);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: table-cell;
}


.white-background .ce-bodytext {
    padding: 0 20px;
}

.imported {
    background-color: paleturquoise;
}
/**Daniel-Css**/


.mainnavi .color {
    background-color: #4b5e5b;
    border-bottom: 0px solid rgb(250, 24355, 244);
    padding: 1px 0 0 0;
    box-shadow: 0 0px 10px 0px rgba(0,0,0,0.3);
}

.mainnavinner {
    display: block;
    height: 56px;
    max-width: 2038px;
    margin: -7px auto;
}

.mainnavinner li.level1 .navinner {
    float: left;
    list-style: none;
    padding: 5px 15px 5px 15px;
    margin: 5px 0 5px 0;
    border-right: 0px solid rgb(245, 243, 244);
}

input[type="submit"] {
    border: 0px solid #4b5e5b;
    padding: 7px 18px;
    background-color: #4b5e5b;
    color: #fff;
    font-weight: bold;
}

.mainnavinner a {
    font-size: 21px;
    color: #fff;
}


input[type="submit"] {
    border: 5px solid #4b5e5b;
    padding: 9px 23px;
    background-color: #4b5e5b;
    color: #fff;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    moz-border-radius: 4px 4px 4px 4px;
    webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
}



label input {
    display: block;

}

label {

    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 10px
}


.footer {
    display: none;
    background: #f5f3f4;
    padding: 50px 0;
}

.h3, h3 {
    font-size: 25px;
    padding: 10px;
}

p {
    margin: 0 0 10px;
    letter-spacing: 0.5pt;
    line-height: 1.8;
    font-size: 15px;
    padding: 10px;
}

legend {

    padding: 10px;

}



input {
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc;
}


/**List-View**/


/*

.tx-enc-caviar table {
    border-collapse: collapse;
}




tr {
    border: 3px groove #000;
    height: 52px;
    position: inherit;
    display: table-row;
    padding: 4px;
    vertical-align: revert;
}

*/

table.tx_encbaur {
    border-collapse: collapse;
}

th {
    border: 1px solid #ccc;
    background-color: #797979;
    padding: 10px 15px;
    color: #fff;
}

td {
    padding: 10px 15px;
}

tr {
    border: 1px solid #ccc;
    border-radius: 3px;
}

tbody tr:nth-child(odd){
    background-color: #eeeeee;
    color: #000;
}


tr.spacer {
    height: 5px;
    border: 0px solid #ccc;
}


/*baur styles*/

input.umfrage {
    width: 100%;
}

.button-like {
    background-color: #4b5e5b;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 23px;
    display: inline-block;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}

.call.button-like:hover span{
    color: #000;
    text-decoration: none;
}

.call.button-like:hover {
    background-color: #ccc;
    text-decoration: none;
}

input.umfrage.question {
    margin-bottom: 2px;
}

.umfrage select {
    width: 100%;
    padding: 10px 5px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc;
}

input:disabled {
    background-color: rgba(59, 59, 59, 0.3);
}

.call span {
    color: #337ab7;
}

.call:hover span {
    text-decoration: underline;
}

.call.button-like span {
    color: #fff;
}

span.contact {
    margin-left: 15px;
}

span.firma {
    margin-top: 3px;
    font-weight: bold;
}

.content-list {
    margin: -2px 0 0 0;
    width: 250px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1px 0 0 0;
    max-height: 180px;
    overflow-y: scroll;
}

.content-list span {
    padding: 4px 5px;
    width: 100%;
    font-size: 15px;
}

.content-list span:hover {
    background-color: #ccc;
}

.input input.search {
    width: 250px;
}

.input input.searchTicket {
    width: 250px;
}

.content-list .lds-ring{
    display:none;
}

.content-list.loading .lds-ring{
    display:block;
}


.content-list-ticket {
    margin: -2px 0 0 0;
    width: 250px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1px 0 0 0;
    max-height: 180px;
    overflow-y: scroll;
}

.content-list-ticket span {
    padding: 4px 5px;
    width: 100%;
    font-size: 15px;
}

.content-list-ticket span:hover {
    background-color: #ccc;
}

.content-list-ticket .lds-ring{
    display:none;
}

.content-list-ticket.loading .lds-ring{
    display:block;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 70px;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #ccc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ccc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.informations {
    width: 100%;
    border: 1px solid #ccc;
    display: inline-block;
}

input.full, textarea.full {
    width: 100%;
}

textarea {
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc;
}

.form-row {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
    background-color: #f9f9f9;
}


/* Ticket list view */
.single-ticket-line {
    position: relative;
}

.single-ticket-line {
    margin-bottom: 3px;
}

.single-ticket-line  span.status{
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 10px;
}

.single-ticket-line .ticket-headline {
    font-weight: bold;
    padding: 3px 5px;
}

.single-ticket-line .decription {
    padding: 0px 5px;
    margin: 0;
}

a:hover .single-ticket-line .decription span {
    text-decoration: none;
}

a .single-ticket-line{
    color: #000;
}

.ticket-content a:hover {
    text-decoration: none;
}

a:hover .single-ticket-line .inner {
    opacity: 0.7;
}

.ticketpreview p.headline {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.ticket-headline span.date-open {
    font-weight: normal;
}

/* ticket work view */
.ticket-aktivitaet .inner {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.03);
}

.ticket-aktivitaet .inner label{
    padding: 0;
}

.ticket-aktivitaet .inner textarea{
    width: 100%;
    height: 150px;
}

a.marker {
    cursor: pointer;
    display: block;
    float: left;
}

.contact-headline .name {
    float: left;
}

.single-contact-line {
    width: 100%;
    background-color: rgba(171, 171, 171, 0.3);
    border: solid 1px rgba(171, 171, 171, 1);
    display: inline-block;
    font-size: 16px;
    padding: 2px;
}

a.marker {
    font-weight: bold;
    margin-left: 5px;
}

.submit {
    margin-top: 20px;
}

p.headline.small {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.note {
    border: 1px solid #4b5e5b;
    background-color: rgba(4, 125, 154, 0.2);
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 3px;
}

.note.redframe {
    border: 1px solid #ff0000;
}

.note p {
    padding: 0px;
    margin: 0;
}

.ticket-aktivitaet-single {
    padding: 0px 30px 15px 30px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}

.ticket-aktivitaet-single.gs-stripes {
    background: repeating-linear-gradient(
            45deg,
            #FFCEC6,
            #FFCEC6 40px,
            #fff 40px,
            #fff 80px
    );
}

.notizen.gs-stripes {
    background: repeating-linear-gradient(
            45deg,
            #FFCEC6,
            #FFCEC6 40px,
            rgba(255, 255, 255, 0.2) 40px,
            rgba(255, 255, 255, 0.2) 80px
    );
}

.ticket-aktivitaet-single.gs-stripes .short{
    color:#ff0000;
}

.ticket-aktivitaet-single.disabled {
    opacity: 0.7;
    background: #f5f5f5;
}

ul#contacts li{
    list-style: none;
}

ul#contacts {
    padding: 0;
    margin: 0;
}

.ticket-aktivitaet-single .col-md-12 {
    padding: 0px;
}

.ticket-aktivitaet-single .madeby {
    float: right;
}

.ticket-aktivitaet-single .headline {
    padding: 15px 0;
}

.ticket-aktivitaet-single .tooltip-new {
    float: right;
}

.tooltip-new {
    position: relative;
}

.tooltip-new .hidden-tool {
    display: none;
    opacity: 0.9;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 300px;
    position: absolute;
    right: 12px;
    top: 31px;
    padding: 7px;
    z-indx: 9999;
}

.tooltip-new .outer:hover .hidden-tool {
    display: block;
}

.tooltip-new .question {
    background-color: #eee;
    color: #bbb;
    padding: 7px 12px;
    border-radius: 50px;
    display: block;
    cursor: pointer;
    margin: -7px 0 0 10px;
}

.tooltip-new .outer:hover .question {
    color: #000;
}

/* Used time Bar in Ticket */
.used-time-container .part {
    float: left;
}

.used-time-container .bar .timelinepart {
    float: left;
}

.used-time-container {
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.time-box {
    margin-bottom: 5px;
    min-height: 26px;
}

.time-box span.infomration {
    padding: 1px 0 0 0;
    display: block;
}

.used-time-container .part {
    width: 10%;
}

span.overuse {
    color:#ff0000;
    font-weight:bold;
}

.used-time-container .bar {
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
}

.used-time-container .bar .inner {
    width: 100%;
}

.timelinepart {
    text-align: center;
    color: #fff;
}

.hinweis {
    border: 1px solid #9a0404;
    background-color: rgba(154, 4, 4, 0.2);
    padding: 10px;
}

.firma-information .col-md-3 {
    text-align: right;
}

.new-ticket label {
    padding: 0;
}

.new-ticket input#titel {
    margin-bottom: 15px;
}

.new-ticket {
    margin-bottom: 15px;
}

.single-ticket-line .inner {
    min-height: 30px;
}

/* Ticket Status Switcher with Colors */
.ticket-status-bar .status-button a {
    padding: 10px 15px;
    display: block;
}

.status-button {
    display: inline-block;
    margin-bottom: 5px;
}

.status-button.active {
    font-weight: bold;
}

/* Ticket overview */
.full-ticket-header {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.01);
    margin-bottom: 15px;
}

/* Ticketsysem Ajax Popup */
.ajax-popup{
    display: none;
    border:7px solid #ccc;
    position: fixed;
    top: 20%;
    left: 0%;
    right: 0%;
    background-color: #fff;
    width: 800px;
    padding: 20px;
    z-index: 999999;
    margin: 0 auto;
}

.button {
    padding: 10px 20px;
    color: #fff;
    background-color: #4b5e5b;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.button:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;

}

.ticket.description.long p {
    margin: 0;
    padding: 0;
}


/* Start Stop Watch Ticket Note */

.timer_button{
    height: 22px;
    width: 22px;
    float: left;
    text-align: center;
    background-size: 24px 16px;
    background-repeat: no-repeat;
    background-position: -1px 3px;
    margin-bottom: 5px;
}

.time_counter {
    background-color: #3cb371;
    background-image: url(../Icons/play.svg);
}

.time_counter_break {
    background-color: #1e90ff;
    background-image: url(../Icons/pause.svg);
}

.time_counter:hover {
    background-color: #6cd3a1;
}

.time_counter_break:hover {
    background-color: #5ed0ff;
}

.timer_counter_div{
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.description{
    margin-bottom: 10px;
}

.ticket.description.shortened_description{
    max-height: 135px; /* 135px sind 5 Zeilen da jede Zeile 27px benÃ¶tigt*/
    overflow: hidden;
}

.ticket.description.full_description{
    overflow: auto;
}

.button_auf_zu_klappen{
    float: right;
    background-color: #4b5e5b;
    cursor: pointer;
    display: inline-block;
}

.button_auf{
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-color: #4b5e5b;
    background-image: url(../Icons/Minus_rund.svg);
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-position-y: 10px;
    border-radius: 15%;
}

.button_zu{
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-color: #4b5e5b;
    background-image: url(../Icons/Plus_rund.svg);
    background-size: 110px 110px;
    background-repeat: no-repeat;
    background-position-x: -40px;
    background-position-y: -51px;
    border-radius: 15%;
}



/* Company Link in Ticket */
.ticketheadline .company {
    text-align: right;
}

.ticketheadline .company a {
    color: #000;
}

/* Abrechnung */
.abrechnunglist-long .ticket-open{
    padding: 5px;
    margin-bottom: 5px;
}

.abrechnunglist-long .notizen{
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 3px;

}

.abrechnunglist-long .notizen.blurred{
    background-color: rgba(255, 255, 255, 0.7);
}
.abrechnunglist-long .notizen.red-frame{
    border: 1px solid #ff0000;
}

.abrechnunglist-long .titel{
    margin-bottom: 5px;
    font-size: 18px;
}

.button a {
    color: #fff;
    font-weight: bold;
}

.small-buttons .button {
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 10px;
}

.abrechnunglist-long .beschreibung {
    margin: 5px 0px;
}

span.right {
    float: right
}

/* Timestamp Plugin for online Dot */
.online-dot {
    float: left;
    display: block;
    padding: 0 8px 0 0;
}

.online-dot .dot {
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    /*border-radius: 100px;*/
    position: relative;
    z-index: 1;
}

.online-dot .dot.blue {
    height: 13px;
    margin-top: -13px;
    z-index: 5;
}

.online-dot .dot.yellow {
    height: 13px;
    margin-bottom: -13px;
    z-index: 5;
}

.dot.green {
    background-color: #9acd32;
}

.dot.red {
    background-color: #ff0000;
}

.dot.blue {
    background-color: #1e90ff;
}

.dot.yellow {
    background-color: #ffd700;
}

ul.status-menue {
    position: absolute;
    list-style: none;
    display: none;
    max-width: 1900px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    top: 56px;
    padding: 10px 15px;
    left: 30px;
    border-bottom: 1px solid #4b5e5b;
    border-left: 1px solid #4b5e5b;
    border-right: 1px solid #4b5e5b;
}

.level1:hover ul.status-menue {
    display: block;
}

.inner-navigation {
    position: relative;
}

.status-window .menue a{
    color: #4b5e5b;
}

.status-window .menue a:hover{
    text-decoration: underline;
}

/* fix of navigation */
.mainnavinner {
    max-width: 1550px;
}

ul.navigation {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

ul.status-menue {
    max-width: 1550px;
    left: 0px;
}

.mainnavinner li.level1 {
    padding: 13px 15px 13px 15px;
    position: relative;
}


.mainnavinner li.level1:last-child {
    position: static;
}

.inside-nav ul.menue a {
    font-size: 16px;
    color: #4b5e5b;
}

/* Styling for Ticket prioritaet */

.prio {
    font-weight: bold;
    float: left;
    font-size: 20px;
    margin: -3px 3px -5px 0px;
}

.prio.high {
    color: red;
}

.prio.low {
    color: blue;
    margin: -5px 3px -5px 0px
}

.punkte_sichtbar{
    display: block;
}
.punkte_nicht_sichtbar{
    display: none;
}

.mobileInner{
    float: right;
    margin-right: 15px;
}

.online-dot.mobileInner{
    float: left;
    position: relative;
    top: 15px;
    margin-left: 15px;
}

input.ajax-searchfield.ajax-searchfieldMobile{
    color: #000000;
    width: 100%;
}

.content-list.content-list-mobile {
    margin: -2px 0 0 0;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1px 0 0 0;
    max-height: 180px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    color: #000000;
}

.content-list.content-list-mobile span {
    padding: 4px 5px;
    width: 100%;
    font-size: 15px;
}

.content-list.content-list-mobile span:hover {
    background-color: #ccc;
}

.content-list.content-list-mobile .lds-ring{
    display:none;
}

.content-list.content-list-mobile.loading .lds-ring{
    display:block;
}

.content-list-ticket.content-list-ticket-mobile {
    margin: -2px 0 0 0;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1px 0 0 0;
    max-height: 180px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    color: #000000;
}

.content-list-ticket.content-list-ticket-mobile span {
    padding: 4px 5px;
    width: 100%;
    font-size: 15px;
}

.content-list-ticket.content-list-ticket-mobile span:hover {
    background-color: #ccc;
}

.content-list-ticket.content-list-ticket-mobile .lds-ring{
    display:none;
}

.content-list-ticket.content-list-ticket-mobile.loading .lds-ring{
    display:block;
}

.mainnaviMenue{
    background-color: rgba(4, 125, 154, 0.6);
    font-size: 30px;
    color: #FFFFFF;
}

.mainnaviMenueInner{
    padding: 15px 5px;
    display: inline-block;
    width: 100%;
}

.mainnaviLink{
    color: #FFFFFF;
}

.mainnaviLinkRight{
    color: #4b5e5b;
    font-size: 20px;
    border: 2px solid #4b5e5b;
    padding: 3px 10px;
    background-color: #F0FFFF;
    float: right;
}