* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* safari 3 needs this */
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*font-size: @baseFontSize;
    font-family: @baseFontFamily;
    line-height: @baseLineHeight;
    text-align:center;
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    font-size: 15px;
    line-height: 24px;
    color: #5b5b5b;
    background-color: #3F3F3F;
}
.ce-media {
    position: relative;
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

h1, h2, h3 {
    font-family: 'Glegoo', serif;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 26px 0;
}

.start h1 {
    margin-top: 0;
}

h2 {
    color: #000;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.news-list-view h2 {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

a,
a i {
    color: #C00418;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* -------- Elemente --------*/
.layoutDividerWT {}

.layoutDividerWT > div {
    text-align: center;
    position: relative;
    width: 100%;
}

hr.ce-div {
    border-bottom: 1px solid #d4d4d4;
    margin: 60px auto;
    max-width: 300px;
}

hr.ce-div:after {
    background-image: url('../images/wecotec_divider.png');
    content: "";
    display: inline-block;
    height: 73px;
    width: 73px;
    position: absolute;
    margin: -36px -36px;
}

.divider {
    float: left;
    width: 100%;
    position: relative;
    height: 1px;
}
/* -------- 1/2 Element --------*/
.layout_1-2 {
    position: relative;
    width: 47%;
    margin: 0 1.5% 50px;
    float: left;
}

.ce-column.twoPics {
    float: left;
    width: 49%;
    margin-left: 0;
    margin-right: 0;
}


.ce-column.twoPics:first-child {
    margin-right: 2%;
}
/* -------- // 1/2 Element --------*/

/* -------- 1/4 Element --------*/
.boxes.clearfix {
    margin-bottom: 20px;
    margin-left: -1.5%;
    width: 103%;
}

.boxes .divider {
    display: none;
}

.layout_1-4 {
    position: relative;
    width: 22%;
    margin: 0 1.5%;
    float: left;
}
/* -------- //1/4 Element --------*/


/* -------- 1/3 Element --------*/

.layout_1-3 {
    position: relative;
    width: 30%;
    margin: 0 1.5%;
    float: left;
}
/* -------- // 1/3 Element --------*/

#scrolling {
    background-color: #fff;
    border: 1px solid #C00418;
    bottom: 20px;
    font-size: 24px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 999999999;
    opacity: 0.6;
}

#scrolling:hover {
    opacity: 1;
}

#scrolling span {
    color: #C00418;
}

/* -------- // Elemente --------*/
#page {
    float: left;
    width: 100%;
}
.wrap {
    position: relative;
    float: left;
    width: 100%;
}
.wrap.margin {
    padding: 20px 0;
}

.centerIt,
.layoutBG > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}
/* -------- topWrap --------*/
#topWrap {
    background-color: #C00418;
    color: #fff;
    min-height: 40px;
}
#topWrap li,
#topWrap p,
#topWrap i,
#topWrap a,
#topWrap a b,
#topWrap a i {
    color: #fff;
}

#top {
    position: relative;
}

#notruf {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 170px;
    position: relative;
}

#notruf a {
    display: inline-block;
    padding: 7px 6px;
}

#topmenu {
    display: block;
    float: right;
    position: relative;
}

#topmenu ul {
    float: right;
    margin: 0;
    position: relative;
}

#topmenu ul li {
    display: block;
    float: left;
    position: relative;
}

#topmenu ul li a {
    color: rgba(255,255,255,0.8);
    display: inline-block;
    padding: 7px;
    position: relative;
    text-transform: uppercase;
}

#topmenu ul li a:hover,
#topmenu ul li.active a {
    color: #fff;
}

#topnav {
    position: relative;
}
/* -------- topWrap --------*/

/* -------- headWrap --------*/
#headWrap {
    background-color: #eeeeee;
    position: relative;
    z-index: 2;
}

#head {
    position: relative;
}

#logo {
    float: left;
    height: 2px;
    position: relative;
    top: -35px;
    width: 170px;
    z-index: 99999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#logo > img {
    margin-top: -35px;
    position: absolute;
    z-index: 9;
}
#headRight {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 176px;
}
#headRight p {
    border-bottom: 1px solid #d4d4d4;
    font-family: 'Glegoo', serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 10px 5px;
    margin-bottom: 0;
}
/* -------- headWrap --------*/

/* -------- mainmenu --------*/
#mainmenu {
    position: relative;
}

#mainmenu ul {
    float: left;
    margin: 0;
    position: relative;
}

#mainmenu ul li {
    display: block;
    float: left;
    position: relative;
}

#mainmenu ul li a {
    display: inline-block;
    padding: 7px;
    position: relative;
}
#mainmenu ul li:hover a {
    color: #C00418;
}
#mainmenu ul li.active a {

}

#mainmenu ul li ul {
    display: none;
}

#mainmenu ul li:hover ul {
    display: block;
    position: absolute;
    margin-left: -10px;

}
#mainmenu ul li ul li {
    position: relative;
    display: block;
}
#mainmenu ul li ul li a {
    background-color: rgba(238, 238, 238, 0.9);
    color: green;
    display: block;
    position: relative;
    width: 200px;
    padding: 5px 20px;
}
#mainmenu ul li a,
#mainmenu ul li.active ul li a,
#mainmenu ul li:hover ul li a,
#mainmenu ul li.active:hover ul li a {
    color: #393939;
    font-weight: normal;
}
#mainmenu ul li.active a,
#mainmenu ul li:hover ul li:hover a,
#mainmenu ul li.active ul li:hover a,
#mainmenu ul li.active ul li.active a {
    color: #C00418;
}
#mainmenu ul li.active a,
#mainmenu ul li.active ul li.active a {
    font-weight: bold;
}
/* -------- mainmenu --------*/
.owl-carousel img{
        display: block;
        width: 100%;
        height: auto;
    }
/* -------- headBanner --------*/
#headBanner {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#headBanner .centerIt h1 {
    color: #fff;
    font-family: "Glegoo",serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
}

#headBanner .ce-gallery {
    margin: 0;
}

#banner {
    position: relative;
}

#banner > img {
    float: left;
    position: relative;
}

.bgbanner {
    width: 100%;
    height: 320px;
    position: relative;
}

.bgbanner img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.raster {
    background-color: #f0f0f0;
    background-image: url('../images/banner_raster.png');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
    mix-blend-mode: multiply;
}
/* -------- headBanner --------*/

/* -------- contentWrap --------*/
#contentWrap {
    background-color: #fff;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
}

#content {
    position: relative;
}

#content_main {
    position: relative;
    float: left;
    width: 67%;
    min-height: 10px;
    margin-right: 3%;
}

#content_right {
    float: left;
    position: relative;
    width: 30%;
}

#content_right h2 {
    color: #fff;
}

/* -------- contentWrap --------*/

#footerZierleiste {
    background-color: #3f3f3f;
    border-bottom: 2px dashed #828282;
    height: 7px;
    position: relative;
    width: 100%;
}

/* -------- footerWrap --------*/
#footerWrap {
    background-color: #3F3F3F;
    position: relative;
}

#footer {
    position: relative;
}

#footer,
#footer p,
#footer a,
#footer div {
    color: #bebebe;
}

#footer a,
#footer a i,
#footer a b,
#footer .headline {
    color: #fff;
}

#footer .last p {
    font-size: 0.8em;
    margin-top: 15px;
}

#footer .headline {
    color: #fff;
    font-family: "Glegoo",serif;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 12px 0 10px;
    text-transform: uppercase;
}
/* -------- footerWrap --------*/

/* -------- sticky header -------- */
#page.stick #headerWrap {
    padding: 5px 0;
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
}

#page.stick #mainmenu ul li a {
    font-size: 14px;
}

#page.stick #headerWrap .brand {
    display: block;
}

#page.stick #headBanner #logo {
    opacity: 0;
}

/* -------- ENDE sticky header -------- */


/* -------- responsive --------*/
img,
audio,
video,
embed {
    max-width:100%;
    width:auto;
    height:auto;
}

.elastic {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.elastic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* -------- // responsive --------*/

/* -------- // imageOrientation --------*/
#content .ce-gallery .ce-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
}

#content #content_right .ce-gallery .ce-row,
#content #content_right .ce-gallery .ce-row img {
    width: 100%;
    height: auto;
}
.ce-gallery figcaption {
    font-family: "Glegoo", sans-serif;
    font-weight: bold;
    caption-side: bottom;
    padding: 7px 0 10px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.ce-textpic.ce-right.ce-intext .ce-gallery,
.ce-textpic.ce-left.ce-intext .ce-gallery {
    width: 49%;
}

.ce-textpic.ce-left.ce-intext .ce-gallery {
    margin-right: 2%;
}

.ce-textpic.ce-right.ce-intext .ce-gallery {
    margin-left: 2%;
}
/* -------- // imageOrientation --------*/


/* -------- news --------*/
.news .article .news-img-wrap,
.news .article .news-img-wrap img {
    width: 100%;
}

.news-list-view .news-img-wrap {
    display: none;
}

.news-list-view {
    margin-left: -1.5%;
    width: 101.5%;
}

.news-list-view h2 a {
    color: #000;
}

.news-list-item .news-list-date {
    float: right;
}
.news-single .footer {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
}

.news-list-date {
    font-size: 0.7em;
}

.news .article .news-text-wrap {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -ms-column-gap: 25px;
  -o-column-gap: 25px;
  column-gap: 25px;
  /*column-rule-color: red;
  column-rule-width: 1px;
  column-rule-style: dotted;*/
}

.news-backlink-wrap {
    margin-bottom: 30px;
}

label {
    margin: 15px 0 5px;
}

input[type="text"], 
input[type="password"], 
textarea {
    border: 1px solid #ccc;
    height: 30px;
    padding: 0;
    line-height: 30px;
}

input[type="submit"] {
    background-color: #C00418;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: "Glegoo",serif;
    margin-top: 20px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #3F3F3F;
}

textarea {
    height: 200px;
    line-height: 22px;
}

/* -------- // news --------*/
@media(max-width:1200px) {
    .bgbanner {
        height: auto;
    }
}

@media(max-width:767px) {
    .layout_1-2,
    .layout_1-3,
    .layout_1-4,
    .news-list-view {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    #notruf {
        padding-left: 0;
    }
    #logo {
        top: 0;
    }


    #topnav {
        display: none;
    }

    .openNav #topnav {
        display: block;
    }

    .news .article .news-text-wrap {
      width: 100%;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      -ms-column-count: 1;
      -o-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      -ms-column-gap: 0;
      -o-column-gap: 0;
      column-gap: 0;
      /*column-rule-color: red;
      column-rule-width: 1px;
      column-rule-style: dotted;*/
    }

}

.mail:before {
    content: "\f003";
    font-family: "Fontawesome";
    padding-right: 8px;
    padding-left: 1px;
}

@media(max-width:500px) {
    div#logo {
        width: 25%;
    }

    #headRight {
        padding-left: 25%;
    }

    .ce-textpic.ce-right.ce-intext .ce-gallery,
    .ce-textpic.ce-left.ce-intext .ce-gallery,
    #content_main,
    #content_right,
    .ce-column.twoPics{
        width: 100%;
        margin: 0;
    }

    #headBanner .centerIt {
        font-size: 1em;
        padding: 20px 0;
    }

    #headRight p {
        font-size: 1em;
    }

    #footerWrap {
        font-size: 12px;
        line-height: 19px;
    }


}

.ce-gallery figure {
    position: relative;
}

.copy {
    background-color: rgba(192, 4, 24, 0.3);
    color: #fff;
    font-size: 0.7em;
    line-height: 1.5em;
    padding: 0 5px;
    position: absolute;
    top: 3px;
    z-index: 1;
}
.elastic {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.elastic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}