@charset "UTF-8";

/*reset*/

html {
    color: #666;
}

/* http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126/License: none (public domain)*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 62.5%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/*--------------- fonts ----------------------*/

html,
html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
}

body {
    color: #666;
    line-height: 1.5em;
    font-family: 'myriad-pro', verdana, san-serif;
    /*background-color: rgba(221, 221, 228, 0.3);*/
}


/* --------------------globale Parameter---------------------- */

.main {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 51px;
}

.section-content,
.section-footer {
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 35px;*/
    padding-bottom: 45px;
    position: relative;
}

.section-content {
    max-width: 980px
}

.section-content__onecolumn {
    padding-left: 4%;
    padding-right: 4%;
}

.section-content__onecolumn--body {
    margin-right: auto;
    margin-left: auto
}

.section-footer {
    margin-top: 25px;
}

.section-content__head--center,
.section-content__subhead--center {
    text-align: center;
}

.section-content__subhead--center {
    font-size: 22px;
    padding: 0 4% 25px;
}



.section-content__bild-unternehmen {
    background-image: url(../files/unternehmen_head_2.png);
}




.section-content__text-intro {
    font-size: 19px;
    line-height: 1.6;
    /*letter-spacing: -0.01em;*/
}

.section-content__text-intro--center {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 83.33333%;
    text-align: center;
}

.section-content__head-article {
    font-size: 28px;
    line-height: 1.2em;
    /* letter-spacing: -0.02em;*/
}

.section-content__body-article {
    font-size: 17px;
    line-height: 1.6em;
    color: #333;
}

.section-content__body-article--bold {
    /*font-weight: bold;*/
    color: #c60;
}

.padding__ohne {
    padding: 0 !important;
}

.padding-l-r__ohne {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.margin--top__ohne {
    margin-top: 0;
}

.margin__ohne {
    margin: 0;
}

.padding--top {
    padding-top: 25px
}

.padding--bottom__ohne {
    padding-bottom: 0 !important;
}



.section-content__headtopic {
    padding-bottom: 0.75em;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.section-content__text {
    padding: 20px 4% 35px;
}

.section-content__list--button {
    padding: 30px 3% 0;
}

.section-content__list--button a {
    background: rgb(204, 102, 0);
    display: block;
    padding: 4px 10px;
    width: 52%;
    border-radius: 2px;
    color: white;
    font-weight: bold;
}

.section-content__list--zfbbutton a {

    width: 32%;

}

.section-content__list--button a:hover {
    color: white;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.img--alarmierung {
    margin-top: -3em
}

.pdf_inline {
    margin: 0;
    background: transparent url(../files/icon_pdf.png) no-repeat center 5px;
    width: 22px;
    display: inline-block;
}

.archive_inline {
    margin: 0;
    background: transparent url(../files/icon_archive.gif) no-repeat center 5px;
    width: 22px;
    display: inline-block;
}

/*--------headline-definitions--------------------------------------------------------------------------*/

h1,
.h1 {
    font-size: 262.5%;
    font-weight: normal;
}

h2,
.h2 {
    font-size: 150%;
    font-weight: normal;
    line-height: 1.1em;
}

h3,
.h3 {
    font-size: 146.5%;
    font-weight: normal;
}

h4,
.h4 {
    font-size: 123.1%;
    font-weight: normal;
}

h5,
.h5 {
    font-size: 108%;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 108%;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
    padding-bottom: 0.5em;
    color: #666;
}

/*--------  headline-definitions ende  ------------------------------------*/
/*---------  grid_1_general -----------------------------------------------*/

.head,
.line,
.footer,
.gallery {
    margin-top: 51px;
    position: relative;
}

p,
ul,
ol {
    padding-bottom: 0.6em;
}

img {
    max-width: 100%;
}
.imgHalf{width:33%}

.page {
    max-width: 1268px;
    margin: 0 auto;
    background: white;
}

.background__light {
    background: #f2f2f6;
}

.background__extra-light {
    background: #f8f8fb;
}

/*---------  nav -----------------------------------------------*/

.nav {
    position: relative;
}

.nav__top,
.nav__top-close {
    background: #fff;
    padding: 10px 4% 0;
    font-size: 15px;
    letter-spacing: 0.04em;
    position: fixed;
    top: 0;
    left: 0;
    height: 51px;
    line-height: 2;
    box-sizing: border-box;
}

.nav__top {
    width: 100%;
    z-index: 6;
    box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.2);
}

.nav__top--part2 {
    background: transparent;
    z-index: 12;
}

.burger--wrapper {
    float: left;
}



.nav__top-close {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    height: 50px;
}

.nav__top-close a {
    visibility: hidden;
}

.nav__top-close--menu-close,
.nav__top--menu-open {
    float: left;
    margin: 0;
    cursor: pointer;
    color: rgb(204, 102, 0);
    background: white;
    padding-bottom: 0 !important;
}

.nav__top--menu-open {
    color: black;
}

.nav__top--menu-open:hover {
    color: rgb(204, 102, 0);
}

.nav__top--menu-open:before,
.nav__top-close--menu-close:before {
    content: "\e871";
    font-family: 'Linearicons-Free';
    font-size: 20px;
    font-weight: bold;
    margin: -6px 10px 0 0;
    float: left;
}

.nav__top-close--menu-close:before {
    content: "\e870";
}

.nav__top--logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -55px;
    z-index: 1;
    text-align: center;
    width: 105px;
    height: 44px;
}

.nav__top--sprache {
    float: right;
    padding-top: 10px;
}

.nav__contentoverlay {
    position: fixed;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    visibility: hidden;
    opacity: 0.4 !important;
    z-index: 7;
}

.nav__contentoverlay {
    visibility: hidden;
}

.nav__top-close {
    width: 100%;
    z-index: 12;
    box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.nav__top-close a {
    visibility: visible;
}

.nav__top--menu-open--text {
    visibility: hidden;
}

nav .list a {
    font-size: 140%;
}

/*---------  nav ende  -----------------------------------------------*/
/* --------- submenue ------------------------------------------------*/

.submenue-list {
    list-style: none;
    margin: 0;
    padding: 0;
}


.submenue2__panel {

    position: fixed;
    top: 51px;
}

.submenue1 {
    box-sizing: border-box;
    z-index: 12;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;

    background: #fff;
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.submenue2__panel {

    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 8;
    background: #f9f9f9;
    top: 0;
    bottom: 0;
    left: 220px;
    border-left: 1px solid #eee;
    overflow-y: auto;
}

.lnr-chevron-right:before {
    font-family: 'Linearicons-Free';
    font-weight: bold;
    float: right;
    color: #f28011;
}

.submenue2 {
    z-index: 12;
}

.submenue2__titel,
.submenue-list__titel,
.submenue-product__subhead {
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-size: 100%;
    padding: 0;
}

.submenue-product__subhead {
    margin: 12px 0 6px;
    font-size: 175%;
}

.toggle {
    cursor: pointer;
}

.submenue__img {
    width: 100%;
}

.submenue__img--download {
    padding-top: 35px;
}

.submenue__name {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 150%;
    line-height: 1.4;
}

.submenue-product__item {
    display: inline-block;
    width: 49.4%;
    padding: 6%;
    vertical-align: top;
    box-sizing: border-box;
}

.submenue__item--center {
    width: 100%;
    padding: 0 30% 10%;
}

.submenue__item--onecolumn {
    width: 100%;
    padding-bottom: 0;
}

.submenue-list__item,
.submenue-list__item--titel {
    padding: 13px 15px 13px 15px !important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 180%;
    height: 49px;
}

.submenue-product__sublist {
    padding: 0 0 10px;
    list-style: none;
}

.submenue-product__subitem {
    padding-left: 10px;
    background: url(../files/bullet_orange.png) no-repeat 0 8px;
    font-size: 150%;
    line-height: 1.5;
}

.submenue--last {
    padding-bottom: 30px;
}

.submenue__item--img {
    padding: 0;
}



.lnr-chevron-left {
    display: none;
}

.submenue-list__icon {
    opacity: 0.45;
    margin: 0 6px 0 -6px;
}

.download-list__icon {
    opacity: 0.7;
    margin: 0 6px 0 -6px;
    width: 25px;
}

.submenue-list__icon--pager {
    margin-bottom: -2px;
}

.submenue-list__icon--new {
    width: 20px;
    opacity: 1
}

.submenue1,
.submenue2 {
    width: 100%;
}

/*

.submenue-list__item {
    font-size: 170%;
}*/

.funkruf__link {
    position: relative;
}



.more {
    width: 100%;
    margin: 0;
    text-align: center;
    letter-spacing: 0.04em;
}

.more__link {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    color: #c60;
    font-size: 150%;
}

.more__link--img:hover {
    opacity: 0.75;
}

.more__link:hover,
.more__link.js-hover_effect {
    color: #fff;
    background: #c60;
}

.more__link span {
    padding: 0 40px 60px;
    display: inline-block;
}

/* ---------------------------- submenue  ende  ----------------------------*/
/* ---------------------------- sidenav----------------------------*/

.sidenav {
    /*transform: none;*/
    bottom: 0;
    right: 0;
    top: auto;
    position: fixed;
    background: #c60;
    width: auto;
    height: 42px;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    padding: 11px 18px;
    z-index: 9
}

.sidenav:hover {
    background: #e08327;
    cursor:pointer;
}

.sidenav a,
.sidenav a:hover,
.sidenav span {
    color: white;
    font-size: 18px;
    text-decoration: none
}

.sidenav-content {
    background: white;
    max-width: 320px;
    width: 100%;
    border: 1px solid #bbb;
    position: fixed;
    right: 0;

    /*bottom: auto!important;*/
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 99;
}

.sidenav-content__link:before {
    content: "\e870";
    font-family: 'Linearicons-Free';
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 12px;
}

.sidenav-content h2 {
    font-size: 200%;
}

.sidenav-content ul {
    font-size: 155%;
    padding: 0;
}

.sidenav-content h2,
.sidenav-content ul li {
    padding: 12px 18px;
    border-bottom: 1px solid #e5e5e5;
}

.sidenav-content ul li {
    padding-left: 19px;
}

.sidenav-content ul li:hover {
    border-left: 4px solid #c60;
    padding-left: 15px;
    color: #c60;
    cursor: pointer;
}

.sidenav-content ul li a:hover {
    color: #c60;
}

.sidenav-content h2 {
    padding-top: 2px;
}

.sidenav-content p {
    padding-top: 0
}

.sidenav-content ul:last-child {
    border: none;
}

.sidenav-content ul li:before {
    content: "\e830";
    padding: 0 10px 0 0;
    font-family: 'Linearicons-Free';
    font-size: 20px;
}

.sidenav-content .mail:before {
    content: "\e818"
}

.sidenav-content .mobil:before {
    content: "\e83a"
}

.sidenav-content .fax:before {
    content: "\e81c"
}

/* ---------------------------- sidenav-ende ----------------------------*/

.js--transition__open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.section--img {
    padding-top: 0
}

.background__light__650 {
    background: #f2f2f6
}

.img--center {
    display: block;
    margin: 0 auto;
}




.h1 {
    padding: 0 4%;
    font-size: 36px;
    padding-top: 0.3em;
    padding-bottom: 10px;
    line-height: 1.1em;
}

/* ---------------------------- submenue ----------------------------*/

.submenue2__panel {
    left: 0;
    top: 51px;
    z-index: 99;
    padding: 0;
    width: 100%;
}

.funkruf__inhalt,
.sender__inhalt,
.pager__inhalt,
.download__inhalt,
.unternehmen__inhalt,
.software__inhalt {
    padding-top: 0;
}

.lnr-chevron-left {
    color: white;
    font-size: 0.8888888889em;
    font-weight: bold;
    font-family: 'Linearicons-Free';
    float: left;
    display: block;
}



.submenue2__titel {
    margin: 0;
    background: #f28011;
    color: #fff;
    display: block;
    padding-bottom: 0;
    text-align: center;
    border: none;
    padding-right: 20px;
}

.submenue2__titel:hover {
    color: white;
    opacity: 0.9;
}

.submenue-product {
    display: block;
    width: 100%;
}

.submenue2__titelhead {
    padding: 4px 25px 0 0;
    color: #fff;
    font-size: 120%
}

.submenue-img {
    padding-top: 15px;
    padding-top: 15px;
    padding-top: 15px;
}

.submenue-list__item:hover {
    color: #c60;
}

/* ---------------------------- submenue ende ----------------------------*/
/*------------------------------layout----------------------------*/

a {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #c60;
    text-decoration: underline
}

.first img {
    width: 62%;
    margin-top: -4.3%;
}

.active img,
#pager img {
    width: 1.8em;
}

article {
    font-size: 155%;
    line-height: 145%;
}

article h2 {
    margin-top: 20px
}

article p,
article ul {
    margin-bottom: 20px
}

article a {
    color: #c60;
    text-decoration: none;
}

article a:hover,
.underline {
    text-decoration: underline;
}

.section__img--sender--mtop {
    margin-bottom: 54px;
}


.first a {
    border: none;
    /*white-space: nowrap;*/
    overflow: hidden;
}

.start a:hover,
.active a {
    cursor: default;
}

.listdot {
    background: url(../files/bullet_orange.png) no-repeat 0 11px;
    list-style-position: outside;
    padding-left: 3%;
}

.listdot__down {
    background: url(../files/bullet_orange.png) no-repeat 0 11px;
}

.section-content>.grid__item {
    padding-left: 0;
}

/*-----------------footer----------------------------*/

footer {
    margin: 0 auto;
    color: #666;
    text-decoration: none;
    /*height: 100%;*/
    background: #f2f2f6 !important;
    font-size: 120%;
    overflow: hidden;
}

.footer__rechteSeite {
    float: right;
    background: url(../files/icon_pfeil_hoch.png) no-repeat right 4px;
    padding-right: 13px;
}



footer a:hover {
    color: #c60;
    text-decoration: underline;
}

.footer-impressum {
    padding-left: 0.85em;
}

/*------------------hacks----------------------*/

.grid__item {
    margin-right: -3px;
}


body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

/*iphone/webkit Browser-Schriftskalierungsfix*/

.head {
    padding-bottom: 2em;
}

.size1of4 {
    width: 100%;
}

.ueberblickh1 {
    font-size: 240%;
}

.sectionWrapper {
    padding: 0 20px;
}

.footer {
    font-size: 85%;
}



.inner {
    margin-bottom: 2em;
}

.section-content__bild-unternehmen {

    width: 550px;
    height: 204px;
    background-size: 550px 204px;
    background-position: left 0;
    background-repeat: no-repeat;

    min-height: 204px;

    margin-left: -275px;
    position: relative;
}

.section-content__bild-funkrufsysteme {
    background-image: url(../files/funkruf_head_2_480.png);
    background-position: center 21px;
    background-repeat: no-repeat;
    background-size: 90%;

    min-height: 397px;
}

.section-content__bild-pager {
    background-image: url(../files/pager_head.png);
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 215px;
    background-size: 508px 215px;
}

.section-content__bild-sender {
    background-image: url(../files/sender_head_2.png);
    background-position: center 22px;
    background-repeat: no-repeat;
    min-height: 215px;
background-size: 90%;
}

.section-content__bild-service {
    background-image: url(../files/service_head_klein.png);
    background-position: center 51px;
    background-repeat: no-repeat;

    min-height: 104px;
}

.section-content__bild-download {
    background-image: url(../files/download_head.png);
    background-repeat: no-repeat;


}

.section-content__bild-software {
    background-image: url(../files/software_header.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 215px;
    background-size: 508px 215px;
}

.section-content__bild-schnittstelle {
    background-image: url(../files/rest_api_head.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 215px;
    background-size: 508px 215px;
}
.section-content__bild-funkinsel {
    background-image: url(../files/head-gsm-funkinsel2.png);
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 215px;
    background-size: 90%;
}

.section-content__bild-zeitfenster {
    background-image: url(../files/zeitfensterbuchung_head.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 160px;
    background-size: 320px 165px;
}


/*-----gridswitch-from-2-to-1-column---------*/

.gridcol {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
    border-bottom: 1px solid #c8c8c8;
}

.gridcol:last-child {
    border: none;
    margin-bottom: 0;
}

.gn-flyout__img {
    display: none;
}

#globalNav .gn-flyout .listdot {
    display: none;
}

.padding--top__480 {
    padding-top: 30px !important;
}

.grid {
    color: #333;
    padding: 0 4%;
}

/*------------------media-query----1068px Max----------------------*/

@media screen and (max-width: 1068px) {
    #globalNav .gn-content {
        padding: 0;
    }

    .page {
        padding: 0;
    }
}

/*---------------------footer---------test----------------------*/

.section-footer {

    overflow: hidden;
}



.section-footer__column-section--list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section-footer__column-section--list-body {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateX(-50px);
    /*lässt Liste beim toggeln einfliegen von pos -100*/
    padding-bottom: 16px;
}

.section-footer__column-section--title-body:after {

    content: '+';
    float: right;
    padding-left: 7px;
    font-size: 120%;
    height: 26px;
    background: #c60;
    width: 26px;
    background-position: center;
    border-radius: 13px;
    color: white;
}

.section-footer__column-section--list li {
    line-height: 1.6667;
    color: #777;
}

.section-footer__column-section--list li {
    line-height: 1.6667;
    color: #333;
}

.section-footer__column-section--list-status {
    display: none;
}

.section-footer__column-section--title {
    margin: 0;
    line-height: 1.6667;
    font-size: 120%;
    color: #555;
    padding: 0;
}

.section-footer__column-section--second {
    padding-top: 10px;
}

.section-footer__column-section--list-status:checked+.section-footer__column-section .section-footer__column-section--list {
    position: static;
    visibility: visible;
    z-index: -1;
    transform: none;
    transition: transform 0.3s ease;
    /*lgeschwindigkeit der liste, sollte abgestimmt auf +zeichen sein*/
}

.section-footer__column-section--list-status:checked+.section-footer__column-section .section-footer__column-section--title:after {
    transform: rotate(45deg) scale(1.08);
    transition: all 0.3s ease;
    /*s. Liste*/
}

.section-footer__column-section--list-status:checked+.section-footer__column-section .section-footer__column-section--list-body {
    position: static;
    visibility: visible;
    z-index: -1;
    transform: none;
    transition: transform 0.5s ease;
    /*lgeschwindigkeit der liste, sollte abgestimmt auf +zeichen sein*/
    padding-top: 20px;
}

.section-footer__column-section--list-status:checked+.section-footer__column-section .section-footer__column-section--title-body:after {
    transform: rotate(45deg) scale(1.08);
    transition: all 0.5s ease;
    /*s. Liste*/
}


.section-footer__column-section--last div {

    border-top: 1px solid #ccc;
    padding: 10px 0 20px;
}



.footer__rechteSeite {
    visibility: hidden;
    float: right;
}

.footer__rechteSeite:hover {
    text-decoration: none;
}



.sidenav-content {
    max-width: 435px;

    top: auto !important;
}

.section-content__bild-unternehmen {

    width: 650px;
    height: 264px;
    background-size: 650px 264px;
    background-position: left 0;
    min-height: 204px;
    left: 50%;
    margin-left: -325px;
    position: relative;
}



.section-content__bild-funkrufsysteme {
    min-height: 332px;
    height: 207px;
}



.section-content__bild-service {

    width: 850px;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 32px;
    left: 50%;
    min-height: 207px;
    height: 207px;
}

.section-content__bild-download {

    width: 795px;
    background-size: 795px 337px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 41px;
    left: 50%;
    min-height: 337px;
    height: 337px;
}

/*------------------ video ----------------------*/

.videowrapper__inner {
    position: relative;
    padding-bottom: 63%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

.videowrapper__inner iframe {
    position: absolute;
    top: 10%;
    right: 6%;
    width: 75%;
    height: 75%
}

.videowrapper__outer h2 {
    position: absolute;
    top: 10%;
    left: 4%;
    font-size: 150%;
    width: 40%;
}

.videowrapper__outer {
    padding: 2% 2% 3.5% 45%;
    background: black;
    position: relative;
}

.videowrapper__outer h2 span {
    color: white;
}

.messe {
    position: fixed;
    right: 0px;
    top:0;
    margin-top: clamp(12rem, 1.5000rem + 42.0000vw, 33rem);
    width: clamp(10rem, 7.1831rem + 11.2676vw, 14rem);
}
.news{position: absolute;
left: 4%;
bottom: -4%;
width: 35%;
max-width: 220px;}
.news:hover{opacity:0.95}

.flexslider .standard_zfb .news_zfb {width: 25%;
max-width: 200px;
top: 74%;
left: 4%;}

/*------------------media-query mAX 400px----------------------*/

@media only screen and (max-width: 400px) {
    .section-content__bild-funkrufsysteme {
        min-height: 242px;
        height: 242px;
        background-position: center 21px;
    }

    .section-content__bild-sender {
        min-height: 207px;
    }

    .section-content__bild-service {
        min-height: 187px;
        height: 187px
    }
}

/*------------------media-query mmin 480px----------------------*/

@media only screen and (min-width: 480px) {

    .section-content__bild-zeitfenster {

        min-height: 210px;
        background-size: 450px 215px;
    }

    .section-content__bild-funkrufsysteme {
        min-height: 382px;
        height: 382px;

    }

    .section-content__bild-sender {
        min-height: 332px;
        height: 207px;
    }

    .section-content__bild-service {
        min-height: 287px;
        height: 287px;
    }

    .videowrapper__outer h2 {
        font-size: 180%
    }
    .section-content__bild-funkinsel{min-height:325px}



}


/*------------------media-query max 550px----------------------*/

@media only screen and (max-width: 650px) {
    .sidenav-content {
        bottom: 0;
    }
    .messe {
    
    
    /* top: 300px; */
    
}
}

/*------------------media-query max 650px----------------------*/

@media only screen and (max-width: 550px) {

    .section-content__bild-unternehmen {

        width: 550px;
        height: 204px;
        background-size: 550px 204px;
        background-position: left 0;
        background-repeat: no-repeat;

        min-height: 204px;

        margin-left: -205px;
        position: relative;
    }

    .section-content__bild-impressum {
        min-height: 157px;
    }
}

/*------------------media-query min 551px----------------------*/

@media only screen and (min-width: 551px) {
    .videowrapper__outer h2 {
        font-size: 180%
    }
}

/*------------------media-query min 651px----------------------*/

@media only screen and (min-width: 651px) {
    @media only screen and (min-width: 480px) {
        .section-content__bild-funkrufsysteme {
            background-image: url(../files/funkruf_head_2.png);

            min-height: 427px;
        }

        .section-content__bild-sender {
            min-height: 402px;
        }

        .section-content__bild-software {
            background-repeat: no-repeat;

            background-size: 980px 415px;
            min-height: 415px;
        }

        .section-content__bild-schnittstelle {
            background-repeat: no-repeat;

            background-size: 980px 415px;
            min-height: 415px;
        }

        .section-content__bild-zeitfenster {
            background-repeat: no-repeat;

            background-size: 880px 305px;
            min-height: 315px;
        }

        .section-content__bild-pager {
            background-size: 980px 415px;
            min-height: 407px;
        }



        .section-content__bild-service {


            min-height: 347px;
        }

    }

    .sidenav {
        right: 0;
        top: 20%;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidenav-content {
        top: 20% !important;
    }

    .submenue1 {
        width: 220px;
    }

    .submenue2__panel {
        width: 400px;
        left: 220px;
    }

    .submenue2__titel {
        display: none;
    }

    .funkruf__inhalt,
    .sender__inhalt,
    .pager__inhalt,
    .download__inhalt,
    .unternehmen__inhalt,
    .software__inhalt {
        padding-top: 51px;
    }

    .submenue2__panel {

        top: 0;
    }

    .nav__top-close {
        border-bottom: 1px solid #eee;
        width: 220px;
    }

    .nav__top--menu-open--text {
        visibility: visible;
    }


    .h1 {
        font-size: 48px;
        /* line-height: 1.3em;
            letter-spacing: -0.03em;*/
    }

    .footer__rechteSeite {
        visibility: visible
    }

}

/*------------------media-query min 768px----------------------*/

@media only screen and (min-width: 768px) {



    .section-content__bild-unternehmen,
    .section-content__bild-funkrufsysteme,
    .section-content__bild-funkinsel,
    .section-content__bild-sender,
    .section-content__bild-service,
    .section-content__bild-impressum,
    .section-content__bild-pager,
    .section-content__bild-software,
    .section-content__bild-schnittstelle,
    .section-content__bild-download {

        width: 980px;
        height: 397px;
        background-size: 980px 397px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center -44px;
        min-height: 397px;
        left: 50%;
        margin-left: -50%;
        position: relative;
    }

    .section-content__bild-impressum {
        background-image: url(../files/impressum.png);
        background-position: center 92px;
    }

    .section-content__bild-funkrufsysteme {
        background-position: center 91px;
    }

    .section-content__bild-pager {
        background-position: center 51px;
    }

    .section-content__bild-sender {
        background-size: 980px 481px;
        min-height: 481px;
        background-position: center 51px;
    }

    .section-content__bild-service {
        background-image: url(../files/service_head.png);
        background-position: center 0;
        background-size: 980px 415px;
        min-height: 237px;
        height: 237px;
    }

    .section-content__bild-download {
        background-position: center 51px;
        min-height: 385px;
        background-size: 980px 415px;
    }

    .section-content__bild-software {
        background-position: center 51px;
        min-height: 415px;
        background-size: 980px 415px;
    }
    .section-content__bild-funkinsel {
        background-position: center 51px;
        min-height: 415px;
        background-size: 980px 415px;
    }

    .section-content__bild-unternehmen {
        background-position: center 51px;
        min-height: 415px;
        background-size: 980px 397px;
    }

    .section-content__bild-schnittstelle {
        background-position: center 65px;
        background-size: 980px 530px;
        height: 550px;
    }

    .section-content__text {

        padding: 60px 45px 85px;
    }

    .section__img--sender {
        margin-top: -45px;
    }

    .padding--top__ohne {
        padding-top: 0 !important;
    }

    .section__img--sender--mtop {
        margin-top: 84px;
        margin-bottom: 0;
    }

    .border-bottom {
        border-bottom:
            1px solid #ccc
    }

    .videowrapper__outer h2 {
        font-size: 250%
    }

}

/*--------------- noch überarbeiten ---------------*/
/*---------------------768----------------------*/

@media only screen and (max-width: 767px) {



    .section__img {
        padding-top: 0
    }

    .section__img--last {
        padding: 25px 0
    }



    .section-footer__column-section--last div {
        border: none;
    }

    .section-footer__column {
        position: relative;
        min-height: 2px;
        width: 100%;
        z-index: 1;
    }

    .section-footer__column-section {
        border-bottom: 1px solid #c9c9c9;
        position: relative;
        width: 100%;
        z-index: 1;
        float: left;
        overflow: hidden;
    }

    .section-footer__column-section--second {
        padding: 0;
    }

    .section-footer__column-section--title:after {
        content: '+';
        float: right;
        padding-right: 5px;
        font-size: 120%;
    }

    .section-footer__column-section--title {
        margin: 0;
        z-index: 2;
        position: relative;
        background: rgba(243, 243, 246, 1);
        /* versteckt Liste unter Headline beim toggeln muss mit bg footer z2030 abgestimmt werden*/
        line-height: 2.4;
        font-size: 130%;
        text-transform: uppercase;
    }

    .section-footer__column-section--list {
        overflow: hidden;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 100%;
        transform: translateY(-100px);
        /*lässt Liste beim toggeln einfliegen von pos -100*/
        padding-bottom: 16px;
    }

    .section-footer__column-section--list li {
        padding-left: 14px;
    }

    .section-footer {
        padding: 10px 0 10px;
        margin: 0;
    }

    .footer-impressum {}
}

@media only screen and (max-width: 767px) and (min-width: 651px) {
    .section-content__bild-funkrufsysteme {
        min-height: 327px;
        height: 327px;
    }
}

@media only screen and (min-width: 888px) {

    .section-content__bild-zeitfenster {
        background-repeat: no-repeat;

        background-size: 980px 455px;
        min-height: 425px;
    }

    /*---------980px______*/

    @media only screen and (max-width: 980px) {


        .section-content__bild-funkrufsysteme,
        .section-content__bild-funkinsel,
        .section-content__bild-sender,
        .section-content__bild-service {
            background-size: contain;
        }

    }

    /*---------min----980px______*/

    @media only screen and (min-width: 980px) {



        .section-content__bild-service {
            background-size: contain;
        }

        .section-content__bild-service {

            height: 262px;
            min-height: 262px;
        }


    }

    /*---------min----1024px______*/

    @media only screen and (min-width: 1024px) {
        .videowrapper__outer h2 {
            font-size: 350%
        }
    }

    /*---------min----1200px______*/

    @media only screen and (min-width: 1200px) {
        .videowrapper__outer h2 {
            font-size: 400%
        }
    }





    /*---------overaride styles_____*/
    .border-none {
        border: none;
    }