/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('/files/theme/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../files/theme/fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../files/theme/fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../files/theme/fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../files/theme/fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../files/theme/fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../files/theme/fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/files/theme/fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('/files/theme/fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../files/theme/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../files/theme/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../files/theme/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../files/theme/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../files/theme/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../files/theme/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../files/theme/fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../files/theme/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../files/theme/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../files/theme/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../files/theme/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../files/theme/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */
h3 {
    font-size: 1.0625rem;
}
#mobile-menu {
    min-height: 95px;
	position: static;
	width: 100%;
}
#mobile-menu #toggle-menu {
    background-color: white;
    border-bottom: 0px;
    height: 95px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
#mobile-menu #toggle-menu .logo-cst {
    left: 0;
    padding: 8px 15px 0 15px;
    position: fixed;
    top: 0px;
    z-index: 200;
}
#mobile-menu #toggle-menu .logo-cst figure {
    margin: 1px 0 0 0;
    max-width: 100px;
    width: 100%;
}
#mobile-menu #toggle-menu .logo-cst figure img {
    width: 100%;
}
#button-rotate {
    cursor: pointer;
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 1000;
}
#button-rotate [class^="bar"] {
    width: 28px;
    height: 4px;
    background-color: rgba(54,102,152,1);
    margin: 4px 0;
    transition: 0.35s;
}
#button-rotate.cross .bar1 {
    -ms-transform: translate(0px, 12px) rotate(-45deg);
    -webkit-transform: translate(0px, 12px) rotate(-45deg);
    transform: translate(0px, 12px) rotate(-45deg);
}
#button-rotate.cross .bar2 {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
#button-rotate.cross .bar3 {
    -ms-transform: translate(0px , -4px) rotate(45deg);
    -webkit-transform: translate(0px , -4px) rotate(45deg);
    transform: translate(0px , -4px) rotate(45deg);
}
#button-rotate.arrow .bar1 {
    -ms-transform: translate(-6px, 2px) rotate(135deg) scale(0.75, 1);
    -webkit-transform: translate(-6px, 2px) rotate(135deg) scale(0.75, 1);
    transform: translate(-6px, 2px) rotate(135deg) scale(0.75, 1);
}
#button-rotate.arrow .bar2 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#button-rotate.arrow .bar3 {
    -ms-transform: translate(6px , -14px) rotate(45deg) scale(0.75, 1);
    -webkit-transform: translate(6px , -14px) rotate(45deg) scale(0.75, 1);
    transform: translate(6px , -14px) rotate(45deg) scale(0.75, 1);
}

#mobile-menu nav {
    background-color: white;
    display: none;
    float: left;
    padding: 95px 0 0 0;
    width: 100%;
}

#mobile-menu nav ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    width: 100%;
}

#mobile-menu nav ul li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: .9375rem;
    padding: 5px 15px 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#mobile-menu nav ul li a {
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
}
#mobile-menu nav ul li a:hover {
    color: rgba(54,102,152,1);
}

#mobile-menu p.back {
    position: absolute;
    right: 15px;
    top: 10px;
}

#mobile-meta-menu {
    background-color: rgb(245, 245, 245);
    display: flex;
    justify-content: center;
    padding: 7px 0;
    position: fixed;
    text-align: center;
    top: 62px;
    width: 100%;
    z-index: 100;
}
#mobile-meta-menu ul {
    margin: 0;
}
#mobile-meta-menu li {
    float: left;
    font-size: 0.75rem;
    padding: 0 5px;
}
#mobile-meta-menu li a {
    color: rgba(127,127,127,1);
    font-size: 0.75rem;
    text-decoration: none;
}
#mobile-meta-menu li a.active {
    color: rgba(54,102,152,.8);
    font-weight: normal;
}

#header .impressum, #header .datenschutz, #header .agb  {
    display: none;
}
#header .navi-section {
    display: none;
}
#wrapper {
    float: left;
}

p.back, p.more {
    display: block;
    margin-bottom: 0;
}
p.back a {
    display: block !important;
    width: 40px;
    height: 40px;
    background-color: rgba(54,102,152,1);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 0;
}
p.back a:hover {
    background-color: rgba(54,102,152,.8);
}
p.back a::before {
    width: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    line-height: 40px;
}
.top .contactdetails ul li {
    float: left;
}
.top .contactdetails ul li.home {
    display: flex;
    margin-top: -1px;
}
.top .contactdetails ul li a {
    display: inline-block;
    margin-right: 15px;
    padding-right: 0px;
    color: rgba(127,127,127,1);
    text-decoration: none;
}
.top .contactdetails ul li a:hover {
    color: rgba(54,102,152,1);
}
.top .contactdetails ul li a.active {
    color: rgba(54,102,152,1);
}
.fa-angle-double-left::before {
    content: "\f100";
}
.fa-home {
    font-size: 20px;
}
.fa-home::before {
    content: "\f015";
}

.top .inside {
    height: 38px;
    text-align: center;
    z-index: 10;
}
.top .inside .float_right {
    float: none;
}
.top .inside .mobil_no {
    display: inline-block !important;
}
.rechtliches {
    margin-top: 40px;
}

 div#kontakt {
     display: inline-block;
 }
 div#service .frame div.link {
    display: inline-block;
}
div#service .ce_ctscolor.iconleft .inside {
    padding: 40px 0;
}
div.navi-section nav ul.nav li:last-child {
    display: inline-block;
}

.mainmenu ul li span.new {
    /* line-height: 2em; */
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: -8px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}
.ihre-vorteile figure {
    margin: 0 auto;
    max-width: 150px;
}
.ihre-vorteile .content {
    text-align: center;
}
figure.image-service {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 395px; 
}

.impressum .col-sm-6 {
    padding-left: 0px;
}
.impressum .col-sm-12 {
    padding-left: 0px;
}
#main .impressum .mod_article {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


#footer .ce_ctswrapperstart > .inside {
    padding-right: 0;
    padding-left: 0;
}


#backtotop {
    height: auto;
    bottom: 30px;
    right: 30px;
    position: fixed;
    display: none;
    z-index: 30;
}
#backtotop ul {
    padding-top: 15px;
    padding-bottom: 15px;
}
#backtotop ul li a {
    width: 30px;
    height: 30px;
    bottom: 30px;
    right: 30px;
    float: right;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0;
    background-color: rgba(54,102,152,1);
}
#backtotop ul li a::before {
    width: 30px;
    height: 30px;
    top: -15px;
    position: relative;
    float: right;
    display: block;
    text-align: center;
    font: 20px/30px FontAwesome;
    color: #fff;
    content: "\f077";
}


#go-top-icon {
	bottom: 25px;
	position: fixed;
	right: 15px;
	z-index: 100;
}

.fa-chevron-up {
    align-items: center;
    background-color: rgba(54,102,152,1);
    color: #ffffff;
    font-size: 20px;
    display: flex;
    height: 30px;
    justify-content: center;
    padding-bottom: 3px;
    width: 30px;
}
.fa-chevron-up:hover {
    background-color: rgba(54,102,152,.8);
}
.fa-chevron-up::before {
    content: "\f077";
}
#go-top-icon a {
	text-decoration: none;
}
#go-top-icon a:hover {
	text-decoration: none !important;
}
.top .contactdetails ul {
    padding: 12px 0 0 0;
}
.top .contactdetails ul li {
    line-height: unset;
}



/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}

#main .ce_ctswrapperstart.conparoller {
    background-attachment: initial;
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }

}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

    .myClass p {
        color: #f300ff;
    }

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

    .myClass p {
        color: #0800ff;
    }

        #main .ce_ctswrapperstart.conparoller {
      background-attachment: fixed !important;
      background-position-x: 50%!important;
    }


    /*#mainmenu ul > li.home-icon a {
        padding: 8px 10px;
        font-size: 0;
    }


     #mainmenu ul li.home-icon a::before {
        position: relative;
        bottom: 0;
        background-color: transparent;
        font-size: 18px;
        font-family: FontAwesome;
        content: '\f015';
        transform: inherit;
    }*/


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {

    #main .ce_ctswrapperstart.conparoller {
      background-attachment: scroll !important;
    }
    

    body.android #main .ce_ctswrapperstart.conparoller {
    background-attachment: scroll;
    background-position: center center!important;
    }

}



/* Media Queries */
@media screen and (min-width:768px) {
    figure.image-service {
        margin-top: 70px;
    }
    .rechtliches {
        margin-top: 0;
    }
}

@media screen and (min-width:992px) {
    h3 {
        font-size: 1.25rem;
    }
    #mobile-menu {
        display: none;
    }
    #header {
        height: 135px;
        position: fixed;
        width: 100%;
        z-index: 500;
    }
    #header .nav {
        padding-right: 3px;
    }
    #header p.back a {
        right: 56px;
    }
    #header .impressum, #header .datenschutz, #header .agb  {
        display: inline;
    }
    #header .impressum a:hover, #header .datenschutz a:hover, #header .agb a:hover, #header a.email:hover  {
        color: rgba(54,102,152,1);
    }
    #header .impressum a.active, #header .datenschutz a.active, #header .agb a.active  {
        font-weight: normal;
    }
    #header .navi-section {
        display: inline-block;
    }
    #wrapper {
        margin-top: 0;
    }
    #container {
        margin-top: 135px;
    }
    .top .inside {
        z-index: 99999;
    }
    .top .inside .float_right {
        float: right;
    }
    #logo {
        max-width: 150px;
    }
    .navi-section > .inside {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .ihre-vorteile figure {
        margin: 0;
        max-width: unset;
    }
    
    figure.image-service {
        margin-top: 0;
    }
    #main .impressum .mod_article {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #footer .ce_ctswrapperstart > .inside {
        padding-right: 25px;
        padding-left: 25px;
    }
}