@media only screen and (min-width : 1024px) and (max-width: 1160px)  {
    header nav a {
        min-width: 110px;
    }
    header nav a span {
        margin-top: 35%;
    }
    header > a {
        margin-left: 10px;
    }
    header > a img {
        width: 195px;
        margin-top: 15px;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 322px) and (max-width : 480px) {

    header {
        height: 20vh;
        min-width: 100%;
        padding: 0;
    }
    header img {
        float: right;
        margin-right: 10px;
    }
    .menu-mobile {
        float: left;
        margin-left: 20px;
    }
    .menuMobile {
        left: -100%;
        display: block;
    }
    .menuMobile.active {
        visibility: visible;
        left: 0px;
        -webkit-transition: left ease-in 300ms;
        -moz-transition: left ease-in 300ms;
        -ms-transition: left ease-in 300ms;
        -o-transition: left ease-in 300ms;
        transition: left ease-in 300ms;
    }
    .main {
        height: 55%;
    }
    footer {
        display: none;
    }
    .buttons_aside {
        display: none;
    }
    .controls {
        top: calc(100% - 30px);
        display: block;
    }
    .shadowCurve1 {
        background: url('../img/shadow_curve.png') no-repeat;
        width: 100%;
        height: 20px;
        background-size: cover;
        display: block;
    }
    .sc-header{
        position: fixed;
    }
    .page1 .layer article{
        border-bottom: 0px;
    }
    .page1 .textbox p {
        font-size: 1.0em !important;
    }
    header nav {
        top: 115px;
        height: 100vh;
        background-color: #ffffff;
    }
    .bottom_msg {
        font-size: 18px !important;
        margin-top: 25px
    }
    .bottom_msg td {
        font-size: 13px !important;
    }
    .logoinfo {
        display: none;
    }
    .shadowCurve {
        height: 40px;
    }
    .submain {
        height: calc(100% - 150px);
    }
    .submain.company {
        height: 1px;
    }
    .submain.kontakt1 {
        height: 80vh;
        padding-top: 20vh;
    }
    .unternehmen {
        display: block;
        margin-top: 30px;
    }
    .unternehmen .u-text, .unternehmen .u-graf {
        min-width: 90%;
        position: absolute;
    }
    .unternehmen .u-text {
        margin-top: 80%;
    }
    .unternehmen .u-graf {
        margin-top: 5%;
        margin-left: 5%;
    }
    .u-textd{
        font-size: 13px
    }
    .u-graf p {
        top: -40px;
    }
    .kontakt > .data {
        position: relative;
        left: 0;
        top: 0;
        height: 80vh;
        min-width: 100vw;
        min-height: 80vh;
        overflow-y: scroll;
        padding: 0;
    }
    .data_country {
        font-size: 14px;
    }
    .data_country > li {
        width: auto;
        height: auto;
    }
    .data_country > li:nth-child(1) {
        width: auto;
    }
    .data_country ul li {
        width: auto;
    }
    .data_country ul li:nth-child(1){
        margin-bottom: 30px;
    }
    .data_country ul li:nth-child(2){
        border-top: 1px rgba(200,200,200,0.4) solid;
        padding-top: 20px;
    }

    .impressum {
        width: 100vw;
        height: 80vh;
        top: 20vh;
        position: fixed;
        z-index: 2;
        z-index: 8999;
    }
    .impressum .frame {
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .impressum .frame .title {
        font-size: 12px;
        height: 40px;
        line-height: 20px
    }
    .close {
        /*display: none;*/
        width: 25px;
        height: 25px;
    }
    .impressum .info1 {
        height: calc(100% - 75px);
    }
    .impressum .logo img {
        width: 0;
    }
    .impressum .info1 p {
        font-size: 11px;
    }

    .ContentMobile {
        width: 99vw;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ind_soft .text {
        width: 80vw;
    }
    .ContentMobile > div {
        background: #FFFFFF;
        height: inherit;
    }
    .ind_soft > div {
        text-align: center;
    }
    .ind_soft img {
        float: none;
        margin: 0 auto !important;
        width: 50vw;
    }
    .ind_soft div .img-shadow {
        float: none;
        width: 50vw;
    }
    .ind_soft .text p {
        line-height: 14px;
        font-size: 13px;
        vertical-align: top;
    }

    ul.list_branchen {
        width: inherit;
        margin: 0;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    ul.list_branchen > li {
        color: #007DC6;
        font-size: 14px;
        border-bottom: 1px solid #B6BEC2;
        width: auto;
    }
    .list {
        width: 99vw;
    }
    ul.list_branchen > li::before {
        display: none;
    }
    .list-mobile li p {
        line-height: 100%;
        width: 90vw;
        font-size: 14px;
    }
    ul.list_branchen > li:after {
        content: "+";
    }

    #infobM div, #infopM div {
        text-align: center;
        margin-top: 10px;
        color: #007DC6;
    }
    img.img-branchen {
        display: block;
    }
    #infobM .text-content, #infopM .text-content {
        line-height: 130%;
        font-size: 13px;
    }
    ul.list_branchen > li.more:after {
        content: "-";
    }
    ul.list_branchen > li:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width : 481px) and (max-width : 1023px) {

    header {
        height: 15vh;
        min-width: 100%;
        padding: 0;
    }
    header img {
        float: right;
        margin-right: 10px;
    }
    .menu-mobile {
        float: left;
        margin-left: 20px;
        display: block;
    }
    a.menu-mobile img {
        width: 25px;
        margin-top: 25px;
    }
    .menuMobile {
        left: -100%;
        display: block;
        top: 15vh;
        height: 85vh;
    }
    .sc-header {
        top: 15vh;
    }
    .menuMobile.active {
        visibility: visible;
        left: 0px;
        -webkit-transition: left ease-in 300ms;
        -moz-transition: left ease-in 300ms;
        -ms-transition: left ease-in 300ms;
        -o-transition: left ease-in 300ms;
        transition: left ease-in 300ms;
    }
    .main {
        height: 75% !important;
    }
    .page1 .textbox {
        width: calc(100% - 20px);
        border: 0;
        box-shadow: none;
        background-color: transparent;
        height: auto;
        position: initial;
    }
    .u-img {
        width: 50vw;
    }
    footer {
        display: none;
    }
    .buttons_aside {
        display: none;
    }
    .controls {
        top: calc(100% - 30px);
        display: block;
    }
    .shadowCurve {
        height: 90px;
    }
    .shadowCurve1 {
        background: url('../img/shadow_curve.png') no-repeat;
        width: 100%;
        height: 20px;
        background-size: cover;
        display: block;
    }
    .sc-header{
        position: fixed;
    }
    .page1 .layer article{
        border-bottom: 0px;
    }
    .page1 .textbox p {
        font-size: 1.0em !important;
    }
    header nav {
        display: none;
    }
    .bottom_msg {
        font-size: 18px !important;
        height: 22%;
    }
    .bottom_msg td {
        font-size: 20px !important;
    }
    .logoinfo {
        display: none;
    }
    .submain {
        height: calc(100% - 150px);
    }
    .image_section {
        height: 85%;
    }
    .submain.company {
        height: 1px;
    }
    .submain.kontakt1 {
        height: 85vh;
        padding-top: 15vh;
    }
    .kontakt{
        height: 85vh;
    }
    .unternehmen {
        display: block;
        margin-top: 30px;
    }
    .unternehmen .u-text, .unternehmen .u-graf {
        min-width: 90%;
        position: absolute;
    }
    .unternehmen .u-text {
        margin-top: 45%;
    }
    .unternehmen .u-graf {
        margin-top: 0%;
        margin-left: 5%;
    }
    .u-textd{
        font-size: 13px
    }
    .u-graf p {
        top: -40px;
    }
    .kontakt > .data {
        position: relative;
        left: 0;
        top: 0;
        height: 80vh;
        min-width: 100vw;
        min-height: 85vh;
        overflow-y: scroll;
        padding: 0;
    }
    .data_country {
        font-size: 14px;
    }
    .data_country > li {
        width: auto;
        height: auto;
        display: block;
    }
    .data_country > li:nth-child(1) {
        width: auto;
    }
    .data_country ul li {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .data_country ul li:nth-child(1){
        margin-bottom: 30px;
    }
    .data_country ul li:nth-child(2){
        border-top: 1px rgba(200,200,200,0.4) solid;
        padding-top: 20px;
    }

    .impressum {
        width: 100vw;
        height: 80vh;
        top: 20vh;
        position: fixed;
        z-index: 2;
        z-index: 8999;
    }
    .impressum .frame {
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .impressum .frame .title {
        font-size: 12px;
        height: 40px;
        line-height: 20px
    }
    .close {
        /*display: none;*/
        width: 25px;
        height: 25px;
    }
    .impressum .info1 {
        height: calc(100% - 75px);
    }
    .impressum .logo img {
        width: 0;
    }
    .impressum .info1 p {
        font-size: 11px;
    }

    .ContentMobile {
        width: 99vw;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ind_soft .text {
        width: 80vw;
    }
    .ContentMobile > div {
        background: #FFFFFF;
        height: inherit;
    }
    .ind_soft > div {
        text-align: center;
    }
    .ind_soft img {
        float: none;
        margin: 0 auto !important;
        width: 30vw;
    }
    .ind_soft div .img-shadow {
        float: none;
        width: 30vw;
    }
    .ind_soft .text p {
        line-height: 14px;
        font-size: 13px;
        vertical-align: top;
    }

    ul.list_branchen {
        width: inherit;
        margin: 0;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    ul.list_branchen > li {
        color: #007DC6;
        font-size: 14px;
        border-bottom: 1px solid #B6BEC2;
        width: auto;
    }
    .list {
        width: 99vw;
    }
    ul.list_branchen > li::before {
        display: none;
    }
    .list-mobile li p {
        line-height: 100%;
        width: 90vw;
        font-size: 14px;
    }
    ul.list_branchen > li:after {
        content: "+";
    }

    #infobM div, #infopM div {
        text-align: center;
        margin-top: 10px;
        color: #007DC6;
    }
    img.img-branchen {
        display: block;
    }
    #infobM .text-content, #infopM .text-content {
        line-height: 130%;
        font-size: 13px;
    }
    ul.list_branchen > li.more:after {
        content: "-";
    }
    ul.list_branchen > li:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 481px){
    .data_country > li:nth-child(2) {
        width: auto;
    }
}

@media only screen and (max-width: 434px) {
    .data_country > li:nth-child(2) {
        width: auto;
    }
}

@media only screen and (min-width : 322px) and (max-width : 700px) and (orientation : landscape){
    .shadowCurve1.sc-header {
        background: url(img/shadow_curveSmall.png);
    }
    header {
        min-width: 100%;
        padding: 0;
    }
    header img {
        float: right;
        margin-right: 10px;
    }
    .menuMobile {
        height: 85vh;
        display: block;
    }

    .spaceblank {
        height: 18px !important;
    }

    .shadowCurve1.sc-header {
        background: url('../img/shadow_curve.png') no-repeat;
        width: 100%;
        height: 20px;
        background-size: cover;
        display: block;
        position: fixed;
        top: 17vh;
    }
    .menuMobile.active {
        visibility: visible;
        left: 0px;
        -webkit-transition: left ease-in 300ms;
        -moz-transition: left ease-in 300ms;
        -ms-transition: left ease-in 300ms;
        -o-transition: left ease-in 300ms;
        transition: left ease-in 300ms;
    }
    .ProductsMobile .mm-element{
        padding-left: 5vw;
        width: 94.55vw;
    }
    .menu-mobile {
        float: left;
        margin-left: 20px;
    }
    .main {
        height: 55%;
    }
    footer {
        display: none;
    }
    .buttons_aside {
        display: none;
    }
    .controls {
        top: calc(100% - 30px);
        display: block;
    }
    .page1 .textbox {
        margin-top: -20px !important;
    }

    .bottom_msg {
        font-size: 18px !important;
        margin-top: 25px
    }
    .bottom_msg td {
        font-size: 13px !important;
    }
    .logoinfo {
        display: none;
    }
    .submain.company {
        height: 1px;
    }
    .submain.kontakt1 {
        height: 83vh;
    }
    .unternehmen {
        display: block;
        margin-top: 30px;
    }
    .unternehmen .u-text, .unternehmen .u-graf {
        min-width: 90%;
        position: absolute;
    }
    .unternehmen .u-text {
        margin-top: 45%;
    }
    .unternehmen .u-graf {
        margin-top: 0%;
        margin-left: 5%;
    }
    .u-textd{
        font-size: 13px
    }
    .u-graf p {
        top: -40px;
    }
    .kontakt > .data {
        position: relative;
        left: 0;
        top: 0;
        height: 83vh;
        min-width: 100vw;
        min-height: 80vh;
        overflow-y: scroll;
        padding: 0;
    }
    .data_country {
        font-size: 14px;
    }
    .data_country > li {
        width: auto;
        height: auto;
    }
    .data_country > li:nth-child(1) {
        width: auto;
    }
    .data_country ul li {
        width: auto;
    }
    .data_country ul li:nth-child(1){
        margin-bottom: 30px;
    }
    .data_country ul li:nth-child(2){
        border-top: 1px rgba(200,200,200,0.4) solid;
        padding-top: 20px;
    }

    /*******************************************/
    header {
        height: 56px;
    }
    .submain {
        padding-top: 56px;
    }
    .menuMobile {
        top: 56px;
    }
    .sc-header {
        top: 56px !important;
    }
    .submain.kontakt1{
        padding-top: 56px;
    }
    header img{
        width: 100px;
    }
    .menu-mobile {
        width: 20px !important;
        height: 20px !important;
    }
    .main {
        padding-top: 0px !important;
    }
    .mm-element, .mm-element p {
        line-height: 30px;
        font-size: 14px;
    }
    li.mm-element .imgNormal, li.mm-element .imgW {
        width: 20px;
    }
    .page1 .textbox p {
        font-size: 14px !important;
    }
    .impressum .frame .title .font {
        font-size: 14px;
    }

    /**********************************************/
    #infobM div, #infopM div {
        text-align: center;
        margin-top: 10px;
        color: #007DC6;
    }
    img.img-branchen {
        display: block;
    }
    #infobM .text-content, #infopM .text-content {
        line-height: 130%;
        font-size: 13px;
        margin: 0;
    }
    ul.list_branchen > li.more:after {
        content: "-";
    }
    ul.list_branchen > li:hover {
        text-decoration: none;
    }
    ul.list_branchen {
        width: inherit;
        margin: 0;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    ul.list_branchen > li {
        color: #007DC6;
        font-size: 14px;
        border-bottom: 1px solid #B6BEC2;
        width: auto;
    }
    .list {
        width: 99vw;
    }
    ul.list_branchen > li::before {
        display: none;
    }
    .list-mobile li p {
        line-height: 100%;
        width: 90vw;
        font-size: 14px;
    }
    ul.list_branchen > li:after {
        content: "+";
    }

    .ContentMobile {

        width: 99vw;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ind_soft .text {
        width: 80vw;
    }
    .ContentMobile > div {
        background: #FFFFFF;
        height: inherit;
    }
    .ind_soft > div {
        text-align: center;
    }
    .ind_soft img {
        float: none;
        margin: 0 auto !important;
        width: 50vw;
    }
    .ind_soft div .img-shadow {
        float: none;
        width: 50vw;
    }
    .ind_soft .text p {
        line-height: 14px;
        font-size: 13px;
        vertical-align: top;
    }

    .impressum {
        width: 100vw;
        height: 83vh;
        top: 17vh;
        position: fixed;
        z-index: 2;
        z-index: 8999;
    }
    .impressum .frame {
        width: 100vw;
        left: 0;
        top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .impressum .frame .title {
        font-size: 12px;
        height: 40px;
        line-height: 20px
    }
    .close {
        /*display: none;*/
        width: 25px;
        height: 25px;
    }
    .impressum .info1 {
        height: 100px;
    }
    .impressum .logo img {
        width: 0;
    }
    .impressum .info1 p {
        font-size: 11px;
    }
}
@media only screen and (max-width : 321px) and (orientation : landscape){
    header {
        min-width: 100%;
        padding: 0;
    }
    header img {
        float: right;
        margin-right: 10px;
    }
    .menuMobile {
        height: 73vh;
        display: block;
    }

    .spaceblank {
        height: 18px !important;
    }

    .shadowCurve1.sc-header {
        background: url('../img/shadow_curve.png') no-repeat;
        width: 100%;
        height: 20px;
        background-size: cover;
        display: block;
        position: fixed;
        top: 17vh;
    }
    .menuMobile.active {
        visibility: visible;
        left: 0px;
        -webkit-transition: left ease-in 300ms;
        -moz-transition: left ease-in 300ms;
        -ms-transition: left ease-in 300ms;
        -o-transition: left ease-in 300ms;
        transition: left ease-in 300ms;
    }
    .ProductsMobile .mm-element{
        padding-left: 5vw;
        width: 94vw;
    }
    .menu-mobile {
        float: left;
        margin-left: 20px;
    }
    .main {
        height: 55%;
    }
    footer {
        display: none;
    }
    .buttons_aside {
        display: none;
    }
    .controls {
        top: calc(100% - 30px);
        display: block;
    }
    .page1 .textbox {
        margin-top: -20px !important;
    }

    .bottom_msg {
        font-size: 18px !important;
        margin-top: 25px
    }
    .bottom_msg td {
        font-size: 13px !important;
    }
    .logoinfo {
        display: none;
    }
    .submain.company {
        height: 1px;
    }
    .submain.kontakt1 {
        height: 83vh;
    }
    .unternehmen {
        display: block;
        margin-top: 30px;
    }
    .unternehmen .u-text, .unternehmen .u-graf {
        min-width: 90%;
        position: absolute;
    }
    .unternehmen .u-text {
        margin-top: 80%;
    }
    .unternehmen .u-graf {
        margin-top: 0%;
        margin-left: 5%;
    }
    .u-textd{
        font-size: 13px
    }
    .u-graf p {
        top: -40px;
    }
    .kontakt > .data {
        position: relative;
        left: 0;
        top: 0;
        height: 83vh;
        min-width: 100vw;
        min-height: 80vh;
        overflow-y: scroll;
        padding: 0;
    }
    .data_country {
        font-size: 14px;
    }
    .data_country > li {
        width: auto;
        height: auto;
    }
    .data_country > li:nth-child(1) {
        width: auto;
    }
    .data_country ul li {
        width: auto;
    }
    .data_country ul li:nth-child(1){
        margin-bottom: 30px;
    }
    .data_country ul li:nth-child(2){
        border-top: 1px rgba(200,200,200,0.4) solid;
        padding-top: 20px;
    }

    /*******************************************/
    header {
        height: 56px;
    }
    .submain {
        padding-top: 56px;
    }
    .menuMobile {
        top: 56px;
    }
    .sc-header {
        top: 56px !important;
    }
    .submain.kontakt1{
        padding-top: 56px;
    }
    header img{
        width: 100px;
    }
    .menu-mobile {
        width: 20px !important;
        height: 20px !important;
    }
    .main {
        padding-top: 0px !important;
    }
    .mm-element, .mm-element p {
        line-height: 30px;
        font-size: 14px;
    }
    li.mm-element .imgNormal, li.mm-element .imgW {
        width: 20px;
    }
    .page1 .textbox p {
        font-size: 14px !important;
    }
    .impressum .frame .title .font {
        font-size: 14px;
    }

    /**********************************************/
    #infobM div, #infopM div {
        text-align: center;
        margin-top: 10px;
        color: #007DC6;
    }
    img.img-branchen {
        display: block;
    }
    #infobM .text-content, #infopM .text-content {
        line-height: 130%;
        font-size: 13px;
        margin: 0;
    }
    ul.list_branchen > li.more:after {
        content: "-";
    }
    ul.list_branchen > li:hover {
        text-decoration: none;
    }
    ul.list_branchen {
        width: inherit;
        margin: 0;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    ul.list_branchen > li {
        color: #007DC6;
        font-size: 14px;
        border-bottom: 1px solid #B6BEC2;
        width: auto;
    }
    .list {
        width: 99vw;
    }
    ul.list_branchen > li::before {
        display: none;
    }
    .list-mobile li p {
        line-height: 100%;
        width: 90vw;
        font-size: 14px;
    }
    ul.list_branchen > li:after {
        content: "+";
    }

    .ContentMobile {

        width: 99vw;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ind_soft .text {
        width: 80vw;
    }
    .ContentMobile > div {
        background: #FFFFFF;
        height: inherit;
    }
    .ind_soft > div {
        text-align: center;
    }
    .ind_soft img {
        float: none;
        margin: 0 auto !important;
        width: 50vw;
    }
    .ind_soft div .img-shadow {
        float: none;
        width: 50vw;
    }
    .ind_soft .text p {
        line-height: 14px;
        font-size: 13px;
        vertical-align: top;
    }

    .impressum {
        width: 100vw;
        height: 83vh;
        top: 17vh;
        position: fixed;
        z-index: 2;
        z-index: 8999;
    }
    .impressum .frame {
        width: 100vw;
        left: 0;
        top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .impressum .frame .title {
        font-size: 12px;
        height: 40px;
        line-height: 20px
    }
    .close {
        /*display: none;*/
        width: 25px;
        height: 25px;
    }
    .impressum .info1 {
        height: 100px;
    }
    .impressum .logo img {
        width: 0;
    }
    .impressum .info1 p {
        font-size: 11px;
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 321px) and (orientation : portrait){
    #infobM div, #infopM div {
        text-align: center;
        margin-top: 10px;
        color: #007DC6;
    }
    img.img-branchen {
        display: block;
    }
    #infobM .text-content, #infopM .text-content {
        line-height: 130%;
        font-size: 13px;
    }
    ul.list_branchen > li.more:after {
        content: "-";
    }
    ul.list_branchen > li:hover {
        text-decoration: none;
    }

    ul.list_branchen {
        width: inherit;
        margin: 0;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    ul.list_branchen > li {
        color: #007DC6;
        font-size: 14px;
        border-bottom: 1px solid #B6BEC2;
        width: auto;
    }
    .list {
        width: 99vw;
    }
    ul.list_branchen > li::before {
        display: none;
    }
    .list-mobile li p {
        line-height: 100%;
        width: 90vw;
        font-size: 14px;
    }
    ul.list_branchen > li:after {
        content: "+";
    }

    .ContentMobile {

        width: 99vw;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ind_soft .text {
        width: 80vw;
    }
    .ContentMobile > div {
        background: #FFFFFF;
        height: inherit;
    }
    .ind_soft > div {
        text-align: center;
    }
    .ind_soft img {
        float: none;
        margin: 0 auto !important;
        width: 50vw;
    }
    .ind_soft div .img-shadow {
        float: none;
        width: 50vw;
    }
    .ind_soft .text p {
        line-height: 14px;
        font-size: 13px;
        vertical-align: top;
    }



    .impressum {
        width: 100vw;
        height: 83vh;
        top: 17vh;
        position: fixed;
        z-index: 2;
        z-index: 8999;
    }
    .impressum .frame {
        width: 100vw;
        left: 0;
        top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .impressum .frame .title {
        font-size: 12px;
        height: 40px;
        line-height: 20px
    }
    .close {
        /*display: none;*/
        width: 25px;
        height: 25px;
    }
    .impressum .info1 {
        height: calc(100% - 100px);
    }
    .impressum .logo img {
        width: 0;
    }
    .impressum .info1 p {
        font-size: 11px;
    }


    header {
        height: 17vh;
        min-width: 100%;
        padding: 0;
    }
    header img {
        float: right;
        margin-right: 10px;
        width: 150px;
    }
    .main {
        padding-top: 19px !important;
    }
    .menuMobile {
        height: 83vh;
        top: 17vh;
        display: block;
    }

    .submain {
        padding-top: 80px;
    }

    .spaceblank {
        height: 18px !important;
    }

    .shadowCurve1.sc-header {
        background: url('../img/shadow_curve.png') no-repeat;
        width: 100%;
        height: 20px;
        background-size: cover;
        display: block;
        position: fixed;
        top: 17vh;
    }
    .menuMobile.active {
        visibility: visible;
        left: 0px;
        -webkit-transition: left ease-in 300ms;
        -moz-transition: left ease-in 300ms;
        -ms-transition: left ease-in 300ms;
        -o-transition: left ease-in 300ms;
        transition: left ease-in 300ms;
    }
    .ProductsMobile .mm-element{
        padding-left: 5vw;
        width: 94.5vw;
    }
    .menu-mobile {
        float: left;
        margin-left: 20px;
    }
    .main {
        height: 55%;
    }
    footer {
        display: none;
    }
    .buttons_aside {
        display: none;
    }
    .controls {
        top: calc(100% - 30px);
        display: block;
    }
    .page1 .textbox {
        margin-top: -20px !important;
    }

    .bottom_msg {
        font-size: 18px !important;
        margin-top: 25px
    }
    .bottom_msg td {
        font-size: 13px !important;
    }
    .logoinfo {
        display: none;
    }
    .submain.company {
        height: 1px;
    }
    .submain.kontakt1 {
        height: 83vh;
        padding-top: 17vh;
    }
    .unternehmen {
        display: block;
        margin-top: 30px;
    }
    .unternehmen .u-text, .unternehmen .u-graf {
        min-width: 90%;
        position: absolute;
    }
    .unternehmen .u-text {
        margin-top: 80%;
    }
    .unternehmen .u-graf {
        margin-top: 5%;
        margin-left: 5%;
    }
    .u-textd{
        font-size: 13px
    }
    .u-graf p {
        top: -40px;
    }
    .kontakt > .data {
        position: relative;
        left: 0;
        top: 0;
        height: 83vh;
        min-width: 100vw;
        min-height: 80vh;
        overflow-y: scroll;
        padding: 0;
    }
    .data_country {
        font-size: 14px;
    }
    .data_country > li {
        width: auto;
        height: auto;
    }
    .data_country > li:nth-child(1) {
        width: auto;
    }
    .data_country ul li {
        width: auto;
    }
    .data_country ul li:nth-child(1){
        margin-bottom: 30px;
    }
    .data_country ul li:nth-child(2){
        border-top: 1px rgba(200,200,200,0.4) solid;
        padding-top: 20px;
    }
}


@media  all and  (max-width: 960px) {
    
    .logoinfo {
        width: 60%;
    }
    #search,

    .language{
        display: none;



    }
    .language span{
        font-size: 18px;
    }

    header nav{
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 0;
        background-color: rgba(0,0,0,0.4);


    }
     header nav li{
    display: inline-block;
    width: 50%;
    height: 35px;
    line-height: 60px;
    margin: 0;
   float: left;
    vertical-align: middle;
    padding: 20px 0 0px;
       }

    header nav li a{
    border-right: none;
    color: rgb(255,255,255);
    display: block;
    font-size: 1em;
    line-height: 1em;
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    height: 35px;
    font-weight: bold;
    }

    header nav li a span{
        border-right: none;
    }

    header nav li:hover{
        background: rgb(74,162,214);
        text-shadow: none;
        font-weight: bold;
    }
    header nav li:hover a{
        color: rgb(255,255,255);
    }


    .menu-mobile{
        display: block;
        height: 29px;
        width: 29px;
        margin-top: 15px;
        margin-right: 0;

    }
    .menu-mobile img{
        height: 100%;
        width: 100%;
        margin: 0;
    }
    .page-products{
        padding-top: 40px !important;
        height: 100%;
    }
    .submenu{
        position: fixed;
        margin-bottom: 30px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 10px;
        display: none;

    }
    .submenu ul{
        padding-top: 10px;
    }
    .page2, .page3{
        height: auto !important;
        width: 100%;
        overflow: visible;
        position: static;
    }
    .page1 {
        margin-top: 55px;
        box-shadow: none;
    }

    .page2{
        top: auto;
        z-index: 10 !important;
    }
    .page2 article {
        margin-top: 10px;
        position: static;
    }
    .page2 ul li{
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        font-size: 1em;
    }

    .page1 .layer article span{

        text-align: center;
    }
    .page1 .layer article span img{
        width: 90%;
        height: auto;

    }


    .page1 .textbox{
        width: calc(100% - 20px);
        border: 0;
        box-shadow: none;
        background-color: transparent;
        height: auto;
        position: initial;
    }

    .controls{
        top:  calc(80% - 80px);
        left: 0;
        right: 0;
        margin: 0;
        position: inherit;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
        display: none;
    }
    .controls nav a{
        margin-bottom: 0;
    }

    .page1 .textbox p{
        font-size: 1.3em;
        color: #fff;
    }
    .content-page{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .content-page .first-section{
        margin: 0 auto;
    }
    .content-page article{
        width: 92%;
        margin: 0px auto;
        font-weight: bold;
        padding-right: 3%;
        padding-left: 3%;
    }
    .content-page .title{
        font-size: 2em;
        width: 100%;
        text-align: center;
    }


    .bottom-title{
        display: none;
    }

    .content-page span{
        display: inline-block;
        font-size: 1em;
    }
    .content-page .data{
        width: 100%;
    }
    .content-page article{
        display: block;
        vertical-align: top;
    }
    .content-page .title, .content-page .alt .title {
        font-size: 1.2em;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .content-page .one{
        margin-top: 0px;
        height: auto;
        width: 100%;
        text-align: center;
        float: left;
    }
    .content-page .one img{
        margin: 0 auto;
        width: 70%;
        height: 70%;
        min-height: 150px;
    }
    .content-page .alt .two{
        margin-right: 0;
    }
    .content-page .two{
        width: calc(100% - 40px);

        text-align: center;

        letter-spacing: 0.5px;
        line-height: 1.4em;
        margin: 0;
        padding: 20px;
        margin-bottom: 15px;
        float: right;
    }
    .submenu{
        margin-top: 55px;
    }

    .contact-page{
        height: auto;
        margin-top: 80px;
        width: calc(100% - 20px);
        padding: 10px;
    }
    .contact-page table{
        margin: 0 auto;
        max-width: 600px;
    }
    .contact-page .form{
        width: 100%;
    }
    .contact-page .ext{
        width: 100%;
    }
    #map_canvas{
        height: 200px;
    }
    .form-contact{
        padding: 10px;
        width: calc(100% - 20px);
    }
    .contact-page .form .title{

        height: 30px;


    }
    .contact-page .form .title .font{
        font-size: 1.1em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .form-contact table input[type=text],
    .form-contact table textarea{
        width: calc(100% - 20px);

    }
    .form-contact table textarea{
        height: 10em;
    }
}

@media  all and (min-width: 961px) and (max-width: 1380px) {
    .main {
        padding-top: 100px;
        height: calc(100% - 151px);
    }
    .submain.stawikon1 {
        padding-top: 183px;
        height: calc(100% - 230px);
    }
    .submain {
        padding-top: 100px;
        height: calc(100% - 150px);
    }
    .ca-container{
        width: 900px;
    }
    .ca-item{

        width: 300px;
    }
    .ca-item-child
    {
        width: 200px;
    }
    .ca-item-child:first-child{
        margin-left: 50px;
    }
    .content-page .title{
        font-size: 2em;
    }
    .content-page .one img{
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .content-page span, .page1 article span{
        font-size: 0.5em;
    }

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    p{
        max-height: 500px;
    }

    .content-page span, .page1 article span{
        font-size: 12px !important;
    }
    .page1 .textbox p{
        font-size: 1.2em;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .content-page span, .page1 article span {
        font-size: 1.4em;
    }
}



@media only screen and (min-width : 768px) and (max-width: 1224px)  {
    .content-page .title{
        font-size: 2em;
    }
    .content-page span, .page1 article span {
        font-size: 0.90em;
    }

    .search{
        display: none;
    }
    .item-page{
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1440px){
    /* Styles */

    .content-page span, .page1 article span{
        font-size: 0.9em;
    }


    .logoinfo.logoinfoDT {
        top: calc(100% - 275px);
    }

    .page2 ul li{
        font-size: 1.3em;
    }
    .page2 article{
        margin-top: 170px;
    }
    .content-page .title{
        font-size: 2.1em;
    }

   /*  .content-page .two
    {
         font-size: 1.1em;
    }*/
}

@media only screen and (min-width : 1380px) and (max-width : 1440px){
    .main {
        padding-top: 100px;
        height: calc(100% - 160px);
    }
    .logoinfo {
        top: calc(100% - 245px);
        width: 38%;
    }
    .submain {
        padding-top: 100px;
        height: calc(100% - 150px);
    }
    .u-textd {
        font-size: 17px;
    }
    .logoinfo.logoinfoDT {
        top: calc(100% - 250px);
    }
}

@media only screen and (min-width : 1440px) and (max-width : 1823px){
    .content-page .title{
        font-size: 2.2em;
    }
  /*  .content-page .two{
        font-size: 1.5em;
    }*/

    .unternehmen .u-text {
        width: 40%;
    }
    .wya {
        margin-top: 33%;
    }
    .unternehmen .u-graf {
        width: 45%;
    }
    .unternehmen .u-graf img{
        max-width: 600px;
    }

    .u-textd {
        font-size: 18px;
    }
    .logoinfo.logoinfoDT {
        top: calc(100% - 250px);
    }
    .logoinfo {
        /*top: 140px;*/
        width: 36% !important;
    }
    header{
        height: 120px;
    }
    header nav a span{
        margin-top: 40%;
    }
    .main{
        padding-top: 120px;
        height: calc(100% - 171px);
    }

   .submain.stawikon1 {
        padding-top: 193px;
        height: calc(100% - 240px);
    }
   .submain{
        padding-top: 120px;
        height: calc(100% - 170px);
    }
    .submenu{
        margin-top: 120px;
        height: 70px;
    }
    .submenu ul{
        padding-top: 25px;
    }
    .page1{

    }
    .content-page{
        padding-top: 220px;
    }
    .content-page .two{
        font-size: 1.2em;
    }
    .data_country{
        font-size: 14px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    header{
        height: 120px;
    }
    .u-textd {
        font-size: 22px;
    }
    .u-graf p {
        position: relative;
        top: -68px;
        text-shadow: #090909 1px 1px 10px;
    }
    .logoinfo {
        /*top: 190px;*/
        width: 36% !important;
    }
    .logoinfo.logoinfoDT {
        top: calc(100% - 225px);
    }
    header nav a span{
        margin-top: 40%;
    }
    .wya {
        margin-top: 33%;
    }
    .main{
        padding-top: 120px;
        height: calc(100% - 170px);
    }

    .submain.stawikon1 {
        padding-top: 193px;
        height: calc(100% - 240px);
    }
     .submain{
        padding-top: 120px;
        height: calc(100% - 170px);
    }
    header img{
        width: 300px;
    }

    .submenu{
        margin-top: 120px;
        height: 70px;
    }
    .submenu ul{
        padding-top: 25px;
    }
    .content-page .title{
        font-size: 2.8em;
    }
    .content-page span, .page1 article span{
        font-size: 1.4em;
    }
    .content-page .two{
        font-size: 1.2em;
    }

    .page1 article span img{
        width: 100%;
    }
    .page1 .bottom-title{
        font-size: 3.2em;
    }
    .page2 ul li{
        font-size: 1.5em;
    }

    .page2 article{
        margin-top: 250px;
    }
    /*.content-page .two
    {
         font-size: 1.7em;
    }*/
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}