@charset "UTF-8";
/* CSS Document */

/* General */
.content {
    width: 100%;
    height: auto;
    min-height: 600px;
}

.content .cw-h-black {
    color: #352D2B;
}

.content .cw-h-blue {
    color: #1742B2;
}

.content .cw-h-bluegreen {
    color: #00722F;
}

.content .cw-h-red {
    color: #B31722;
}

.content .cw-h-winered {
    color: #5F152E;
}

.content .cw-h-orange {
    color: #F58016;
}

.content .cw-h-grey {
    color: #565D65;
}

.content .cw-cnt-align-left {
    text-align: left;
}

.content .cw-cnt-align-center {
    text-align: center;
}

.content .cw-cnt-align-right {
    text-align: right;
}

/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */
/* HEADER-BILD */
.content .cw-header {
    width: 100%;
}

.content .cw-header img {
    width: 100%;
    height: auto;
}

.content .cw-header .cw-moto {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 10px 0;
}

.content .cw-header .cw-copy {
    position: relative;
    font-size: 10px;
    top: -16px;
    color: #FFF;
    text-align: right;
    padding-right: 10px;
}

.content .cw-header .cw-copy a {
    color: #FFF;
    text-decoration: none;
}

.content .cw-header .cw-search-block {
    width: 100%;
}

.content .cw-header .cw-search-block .cw-sblock-wrapper {
    min-width: 300px;
    margin: 20px 10px;
    padding: 10px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
}

.content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url(select-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 47px;
    border: 1px solid #444;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 10px;
}

.content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-select select option {
    padding: 5px;
}

.content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px;
    padding: 10px;
    background-color: #F58016;
    border: none;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-submit input:hover {
    background-color: #D36004;
    cursor: pointer;
}

/* COLOR-CONTAINER */
.content .cw-container-white {
    background-color: #FFF;
}

.content .cw-container-grey {
    background-color: #EEE;
}

.content .cw-container-blue {
    background-color: #1742B2;
}

/* Headline with Subline */
.content .cw-hline-sub {
    padding: 50px 20px 10px;
}

.content .cw-hline-sub h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.content .cw-hline-sub h3 {
    color: #565D65;
    text-align: center;
    font-size: 26px;
}

/* Event Shortcuts */
.content .cw-event-shortcuts {
    width: 100%;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content .cw-event-shortcuts .cw-event-shortcut-obj {
}

.content .cw-event-shortcuts .cw-event-shortcut-obj a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-decoration: none;
}

.content .cw-event-shortcuts .cw-event-shortcut-obj p.cw-a-repl {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-decoration: none;
}

.content .cw-event-shortcuts .cw-event-shortcut-obj a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-event-shortcuts .cw-event-shortcut-obj p.cw-a-repl img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-event-shortcuts .cw-event-shortcut-obj a:hover img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
}

.content .cw-event-shortcuts .cw-event-shortcut-obj a p {
    text-align: center;
    color: #565D65;
}

.content .cw-event-shortcuts .cw-event-shortcut-obj p.cw-a-repl p {
    text-align: center;
    color: #565D65;
}

/* Header mit Text und Collapsmöglichkeit */
.content .cw-head-text {
    width: 100%;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content .cw-head-text h2 {
    font-size: 30px;
    text-align: center;
}

.content .cw-head-text div.cw-h-t-text {
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-head-text div.cw-h-t-text.cw-h-t-text-collaps {

}

.content .cw-head-text .cw-h-t-collapse {
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    padding-top: 13px;
    cursor: pointer;
}

.content .cw-head-text .cw-h-t-collapse span {
    display: block;
    height: 3px;
    background-color: #565D65;
    width: 30px;
}

.content .cw-head-text .cw-h-t-collapse span:nth-child(1) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-head-text .cw-h-t-collapse span:nth-child(2) {
    margin-top: -2px;
}

.content .cw-head-text .cw-h-t-collapse.open span:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* Trenner Bild */
.content .cw-div-img {
    max-height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.content .cw-div-img img {
    width: 100%;
    height: auto;
}

.content .cw-div-img .cw-div-img-copy {
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    text-align: right;
    padding: 0 10px;
    width: 100%;
    color: #FFF;
}

.content .cw-div-img .cw-div-img-copy a {
    text-decoration: none;
    color: #FFF;
}

/* Blog */
.content .cw-s-blog {
    width: 100%;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content .cw-s-blog .cw-s-blog-obj {
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-s-blog .cw-s-blog-obj a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-s-blog .cw-s-blog-obj a:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
}

.content .cw-s-blog .cw-s-blog-obj a img {
    width: 100%;
    height: auto;
}

.content .cw-s-blog .cw-s-blog-obj a h3 {
    padding: 0 10px 10px;
    color: #565D65;
    font-size: 20px;
    text-align: center;
}

.content .cw-s-blog .cw-s-blog-obj a p.cw-s-blog-date {
    padding: 0 10px;
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 300;
}

.content .cw-s-blog .cw-s-blog-obj a p.cw-s-blog-content {
    padding: 0 10px;
    color: #565D65;
    font-size: 14px;
}

.content .cw-blog-cat-show {
    background-color: #565D65;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
}

.content .cw-blog-cat-show:hover {
    cursor: pointer;
}

.content .cw-blog-cat-tree {
    overflow: hidden;
    height: 0;
    text-align: center;
}

.content .cw-blog-cat-tree.open {
    height: auto;
}

.content .cw-blog-cat-tree .cw-badge a {
    display: inline-block;
    padding: 2px 7px;
    margin: 0 10px 10px 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-blog-cat-tree .cw-badge a:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

.content .cw-blog-cat-tree .cw-badge a.active {
    background-color: #1742B2;
    color: #FFF;
}

.content .cw-blog-cat-tree .cw-badge a.active:hover {
    background-color: #0631A1;
}

/* Blog Detail */
.content .blog-single {
    padding: 20px;
}

.content .cw-blde-header {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content .cw-blde-header h2 {
    font-size: 26px;
    font-weight: 700;
    color: #565D65;
    text-align: center;
    margin-bottom: 10px;
}

.content .cw-blde-header h3 {
    font-size: 18px;
    font-weight: 100;
    color: #565D65;
    text-align: center;
}

.content .cw-blde-meta p.cw-blde-meta-date {
    margin: 0;
    color: #565D65;
    font-size: 14px;
}

.content .cw-blde-meta p.cw-blde-meta-cat {
    font-size: 14px;
    color: #999;
    display: none;
}

.content .cw-blde-media {
}

.content .cw-blde-back a {
    display: block;
    text-align: left;
    color: #0631A1;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-blde-back a:hover {
    color: #041080;
}

.content .cw-blde-related {
    display: none;
}

.content .cw-blde-prevnex {
    padding-top: 20px;
}

.content .cw-blde-prevnex a {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    color: #565D65;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-blde-prevnex a:hover {
    color: #454C54;
}

.content .cw-blde-prevnex a .cw-blde-prev {
    height: 100px;
}

.content .cw-blde-prevnex a .cw-blde-ib-cor {
    display: inline-block;
    height: 100px;
    width: 0;
    vertical-align: middle;
}

.content .cw-blde-prevnex a .cw-blde-prev .cw-blde-arr-l {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-blde-prevnex a:hover .cw-blde-prev .cw-blde-arr-l {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.content .cw-blde-prevnex a .cw-blde-prev p {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    margin: 0 0 0 10px;
    max-width: 400px;
}

.content .cw-blde-prevnex a .cw-blde-next {
    height: 100px;
    text-align: right;
}

.content .cw-blde-prevnex a .cw-blde-next p {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    margin: 0 10px 0 0;
    max-width: 400px;
}

.content .cw-blde-prevnex a .cw-blde-next .cw-blde-arr-r {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-blde-prevnex a:hover .cw-blde-next .cw-blde-arr-r {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.content .cw-blde-prevnex .cw-blde-prev-ph {
    display: none;
}

/* Blue Button */
.content .cw-blue-btn a {
    display: block;
    background-color: #1742B2;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-blue-btn a:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
}

.content .cw-blue-btn.cw-color-orange a {
    background-color: #F58016;
}

/* a Title */
.content .cw-hline-sub-sing {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .content .cw-hline-sub-sing {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

.content .cw-hline-sub-sing > :nth-child(2) {
    color: #565D65;
}

.content .cw-hline-sub-sing h1 {
    font-weight: 700;
    font-size: 40px;
}

.content .cw-hline-sub-sing h2 {
    font-weight: 700;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content .cw-hline-sub-sing h3 {
    font-weight: 400;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content .cw-hline-sub-sing h4 {
    font-weight: 400;
}

.content .cw-hline-sub-sing h5 {
    font-weight: 300;
}

.content .cw-hline-sub-sing h6 {
    font-weight: 300;
}

/* a Text */
.content .cw-text-sing {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.content .cw-text-sing a {
    color: #F58016;
}

.content .cw-text-sing a:hover {
    color: #D36004;
}

/* a Collapse Container */
.content .cw-collapse-cont {
    width: 100%;
}

.content .cw-collapse-cont .cw-h-t-text {
}

.content .cw-collapse-cont .cw-h-t-text-collaps {
    padding-top: 10px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.content .cw-collapse-cont .cw-h-t-text-collaps.open {
    max-height: 3000px;
}

.content .cw-collapse-cont .cw-h-t-collapse {
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    padding-top: 13px;
    cursor: pointer;
}

.content .cw-collapse-cont .cw-h-t-collapse span {
    display: block;
    height: 3px;
    background-color: #565D65;
    width: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-collapse-cont .cw-h-t-collapse span:nth-child(1) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.content .cw-collapse-cont .cw-h-t-collapse span:nth-child(2) {
    margin-top: -2px;
}

.content .cw-collapse-cont .cw-h-t-collapse.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -3px;
}

.content .cw-collapse-cont .cw-h-t-collapse.open span:nth-child(2) {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.content .cw-collapse-cont a {
    color: #F58016;
}

.content .cw-collapse-cont a:hover {
    color: #D36004;
}

/* a Bild */
.content .cw-img-sing-cont {
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.content .cw-img-sing {
    width: 100%;
}

.content .cw-img-sing a.magnific-link {
    display: block;
    width: 100%;
}

.content .cw-img-sing a.magnific-link img {
    width: 100%;
    height: auto;
}

.content .cw-img-sing p.cw-img-sing-copy {
    font-size: 12px;
    margin-top: -26px;
    margin-bottom: 8px;
    padding-right: 10px;
    text-align: right;
    color: #FFF;
}

.content .cw-img-sing p.cw-img-sing-copy a {
    text-decoration: none;
    color: #FFF;
}

.content .cw-img-sing p.cw-img-sing-title {
    background-color: rgba(23, 66, 178, 1.00);
    padding: 5px 10px;
    color: #FFF;
}

/* Kontaktform */
.content .frame-type-form_formframework form {
    padding: 10px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #EEE;
}

.content .frame-type-form_formframework form .form-group label {
    margin-bottom: 0;
}

.content .frame-type-form_formframework form .form-group .input textarea {
    height: 200px;
}

.content .frame-type-form_formframework form .actions .btn-group {
    width: 100%;
}

.content .frame-type-form_formframework form .actions .btn-group .submit {
    width: 100%;
}

.content .frame-type-form_formframework form .actions .btn-group .submit button {
    width: 100%;
    background-color: #F58016;;
    border-color: #F58016;;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .frame-type-form_formframework form .actions .btn-group .submit button:hover {
    background-color: #D36004;;
    border-color: #D36004;
    cursor: pointer;
}

/* Medien Container */
.content .cw-md-cnt-fe {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content .cw-pre-media-container {
    display: none;
}

.content .cw-post-media-container {
    display: none;
}

.content .carousel {
    background-color: #444;
}

.content .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpolygon points='4,0 0,4 4,8'/%3E%3C/svg%3E");
}

.content .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpolygon points='4,0 8,4 4,8'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .content .carousel-control-prev {
        opacity: 1;
    }

    .content .carousel-control-next {
        opacity: 1;
    }

    .content .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }

    .content .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}

.content .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

/* Magazin */
.content .cw-mag-entry {
    padding: 0 20px;
    max-width: 1160px;
    margin: 0 auto;
    background-color: #FFF;
}

@media (min-width: 500px) {
    .content .cw-div-img img {
        margin-top: -10%;
    }
}

/* Anker Navi */
.content .cw-anchor-navi a {
    color: #F58016;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .cw-anchor-navi a:hover {
    color: #D36004;
}

.content .cw-site-ent-loc .cw-text-sing {
    padding: 0;
}

.content .cw-site-ent-loc .cw-hline-sub-sing {
    padding-left: 0;
}
.content .cw-blue-header {
    font-weight: 700;
    font-size: 18px;
    color: #0042B2;
}
.content a.cw-sidebar-link {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #F58016;
}
.content a.cw-sidebar-link:hover {
    color: #D36004;
}
.content .cw-two-coloumns a.cw-sidebar-link {
    text-align: left;
}

@media (min-width: 575px) {
  .content .cw-blde-media {
      max-width: 510px;
  }
}

@media (max-width: 991px) {
    .d-none {
        display: block !important;
        position: static;
        background-color: #FFF;
        color: #000;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .carousel-caption h3 {
        font-size: 18px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* HEADER-BILD */
    .content .cw-header {
        height: 500px;
        overflow: hidden;
    }

    .content .cw-header.cw-hi-low {
        height: 300px;
    }

    .content .cw-header.cw-hi-high {
        height: 400px;
    }

    .content .cw-header .cw-copy {
        position: absolute;
        top: 370px;
        width: 100%;
    }

    .content .cw-header .cw-moto {
        position: absolute;
        color: #565D65;
        top: 372px;
        font-size: 30px;
        z-index: 500;
    }

    .content .cw-header .cw-search-block {
        position: absolute;
        top: 383px;
    }

    .content .cw-header .cw-search-block .cw-sblock-wrapper {
        width: 100%;
        text-align: center;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-top: 60px;
    }

    .content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-select {
        display: inline-block;
        width: 250px;
    }

    .content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-select select {
        margin-bottom: 0;
    }

    .content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-submit {
        display: inline-block;
        width: 150px;
    }

    .content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-submit input {
        padding: 12px 10px;
        line-height: 23px;
    }

    /* Trenner Bild */
    .content .cw-div-img {
        height: 250px;
        max-height: 250px;
    }

    .content .cw-div-img img {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: -100%;
        margin: auto;
        padding-top: 80px;
    }

    /* Blog Detail */
    .content .cw-blde-prevnex a {
        width: 50%;
    }

    .content .cw-blde-prevnex .cw-blde-prev-ph {
        display: inline-block;
        width: 50%;
    }

    .content .cw-blde-header h2 {
        font-size: 30px;
    }

    .content .cw-blde-meta p.cw-blde-meta-date {
        display: inline-block;
        float: right;
    }

    .content .cw-blde-back {
        display: inline-block;
    }

    /* a Bild */
    .content .cw-img-sing.cw-img-align-left {
        width: 50%;
        float: left;
        padding: 0 20px 10px 0;
    }

    .content .cw-img-sing.cw-img-align-right {
        width: 50%;
        float: right;
        padding: 0 0 10px 20px;
    }

    /* Kontaktform */
    .content .frame-type-form_formframework form .actions .btn-group .submit button {
        width: 300px;
    }

    /* Medien Container */
    .content .carousel-caption {
        bottom: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        left: 30px;
        right: 30px;
        text-align: left;
    }

    .content .carousel-caption h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .content .carousel-caption p {
        font-size: 14px;
    }

    .content .cw-header .cw-search-block .cw-sblock-wrapper .cw-sblock-submit input {
        height: 47px;
    }

    .content .cw-site-ent-loc .cw-ent-mainframe {
        padding-left: 0;
    }

    .content .cw-site-ent-loc .cw-collapse-cont {
        margin-top: 0 !important;
    }

    .content .cw-site-ent-loc .cw-hline-sub-sing {
        padding-left: 0;
    }

    @media (max-width: 991px) {
        .d-none {
        }
    }
    .content .cw-blde-media {
        max-width: 420px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* HEADER-BILD */
    .content .cw-header.cw-hi-high {
        height: 500px;
    }

    .content .cw-header img {
        margin-top: -80px;
    }

    .content .cw-header.cw-hi-low img {
        margin-top: -40px;
    }

    .content .cw-header.cw-hi-high img {
        margin-top: -40px;
    }

    /* Blog */
    .content .cw-blog-cat-show {
        display: none;
    }

    .content .cw-blog-cat-tree {
        height: auto;
    }

    .content .cw-blde-header h2 {
        font-size: 35px;
    }

    /* Blog Detail */
    .content .cw-blde-header {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    /* Medien Container */
    .content .cw-pre-media-container {
        display: block;
        min-height: 60px;
        background-color: #222;
    }

    .content .cw-pre-media-container p {
        margin: 0;
        color: #FFF;
        font-size: 20px;
        line-height: 30px;
        padding: 15px;
        margin-bottom: 0 !important;
    }

    .content .cw-post-media-container {
        display: block;
        height: 60px;
        background-color: #222;
    }

    .content .carousel {
    }

    .content .cw-blde-media .carousel {
        max-width: 900px;
        margin: 0 auto;
    }

    .content .cw-blde-media .cw-pre-media-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .content .cw-blde-media .cw-post-media-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .content .carousel-inner {
        width: 100%;
        margin: 0 auto;
    }

    .content .carousel-inner .carousel-item a.magnific-link {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .content .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 12'%3E%3Cpolygon points='4,0 0,6 4,12 4,10.5 1,6 4,1.5'/%3E%3C/svg%3E");
    }

    .content .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 12'%3E%3Cpolygon points='4,0 8,6 4,12 4,10.5 7,6 4,1.5'/%3E%3C/svg%3E");
    }

    .content .carousel-control-next-icon, .content .carousel-control-prev-icon {
        height: 45px;
        width: 30px;
    }

    .content .carousel-control-prev {
        width: 10%;
        background-color: #444;
    }

    .content .carousel-control-next {
        width: 10%;
        background-color: #444;
    }

    .content .carousel-caption {
        left: 12%;
        right: 12%;
    }

    .content .carousel-caption h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .content .carousel-caption p {
        font-size: 14px;
    }

    .content .carousel-caption p:first-child {
        margin-top: 10px;
    }

    .content .carousel-caption p:last-child {
        margin-bottom: 0;
    }

    .content .cw-video-media-container {
        width: 80%;
        margin: 0 auto;
    }

    .content .cw-video-on-top {
        bottom: auto;
        top: 0;
    }

    .content .cw-hline-sub-sing h2 {
        font-size: 28px;
    }

    .content .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpolygon points='4,0 0,4 4,8 4,7 1,4 4,1'/%3E%3C/svg%3E");
    }

    .content .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpolygon points='4,0 8,4 4,8 4,7 7,4 4,1'/%3E%3C/svg%3E");
    }

    .img-fluid {
        width: 80%;
        margin: 0 auto;
    }
    .content .cw-blde-media {
        max-width: 715px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* HEADER-BILD */
    .content .cw-header {
        height: 600px;
    }

    .content .cw-header.cw-hi-low {
        height: 400px;
    }

    .content .cw-header.cw-hi-high {
        height: 600px;
    }

    .content .cw-header img {
        margin-top: -10%;
    }

    .content .cw-header.cw-hi-low img {
        margin-top: -8%;
    }

    .content .cw-header.cw-hi-high img {
        margin-top: -8%;
    }

    .content .cw-header .cw-copy {
        top: 470px;
    }

    .content .cw-header .cw-moto {
        top: 480px;
    }

    .content .cw-header .cw-search-block {
        top: 490px;
    }

    .content .cw-header .cw-search-block .cw-sblock-wrapper {
        padding-top: 53px;
    }

    /* COLOR-CONTAINER */
    .content .cw-hline-sub {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Trenner Bild */
    .content .cw-div-img {
        height: 450px;
        max-height: 450px;
    }

    /* Blog */
    .content .cw-s-blog .cw-s-blog-obj a {
        height: 370px;
    }

    /* Blog Detail */
    .content .blog-single {
        max-width: 1180px;
        margin: 0 auto;
    }

    .content .cw-blde-header h2 {
        font-size: 42px;
    }

    /* Kontaktform */
    .content .frame-type-form_formframework form {
        margin: 0 auto 20px;
    }
    .content .cw-blde-media {
        max-width: 850px;
    }
}

/* Correction 1500px */
@media (min-width: 1500px) {
    .content .cw-header img {
        margin-top: -15%;
    }

    .content .cw-header.cw-hi-low img {
        margin-top: -12%;
    }

    .content .cw-header.cw-hi-high img {
        margin-top: -12%;
    }

    /* Trenner Bild */
    .content .cw-div-img {
        height: 500px;
        max-height: 500px;
    }
}

/* Correction 1800px */
@media (min-width: 1800px) {
    .content .cw-header {
        height: 700px;
    }

    .content .cw-header.cw-hi-low {
        height: 450px;
    }

    .content .cw-header.cw-hi-high {
        height: 650px;
    }

    .content .cw-header img {
        margin-top: -10%;
    }

    .content .cw-header.cw-hi-low img {
        margin-top: -8%;
    }

    .content .cw-header.cw-hi-high img {
        margin-top: -8%;
    }

    .content .cw-header .cw-search-block {
        top: 590px;
    }

    .content .cw-header .cw-moto {
        top: 590px;
        line-height: 20px;
    }

    .content .cw-header .cw-copy {
        top: 570px;
    }

    /* Trenner Bild */
    .content .cw-div-img {
        height: 550px;
        max-height: 550px;
    }
}

/* Correction 2000px */
@media (min-width: 2000px) {
    .content .cw-header img {
        margin-top: -15%;
    }

    .content .cw-header.cw-hi-low img {
        margin-top: -12%;
    }

    .content .cw-header.cw-hi-high img {
        margin-top: -12%;
    }

    /* Trenner Bild */
    .content .cw-div-img {
        height: 600px;
        max-height: 600px;
    }
}