a, a:hover{
    color: #2C5F6A;
    text-decoration: underline;
}

.inputFelderLabel, .inputFelderLabel label{
    font-size: 14px;
    font-weight: 400;
}

.inputFelderLabelMobile{
    font-size: 22px;
    font-weight: 400;
}

.error{
    font-size: 15px;
    font-weight: bold;
    color: red;
}

#tab{
    color: red;
}

.textSeiten{
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: normal; 
}

.textSeiten12{
    font-size: 0.8rem;
    font-weight: normal; 
}

a.textSeiten:link{
    font-weight: normal; 
    text-decoration: underline;
}

a.linkNichtFett:link{
    font-size: 1.1em;
    font-weight: normal; 
    text-decoration: none;
}

a.linkNichtFett:hover{
    text-decoration: underline;
}

.textSeitenFett{
    font-size: 1.2em;
    font-weight: bold; 
}

.textSeitenUntertitel{
    font-size: 16px;
    font-weight: bold; 
}

.labelTitel{
    font-size: 16px;
    font-size: 1.0rem;
}

.labelTitelPerson{
    font-size: 18px;
    font-size: 1.1rem;
    font-weight: bold;
}

.textSeitenUntertitelSmaller{
    font-size: 16px;
    font-weight: normal; 
}

.seitenTitel{
    font-size: 19px;
    font-size: 1.2rem; 
    font-weight: bold; 
    color: #D9000D; 
    padding-bottom: 10px;
    display: block;
}

.textV2{
    font-size: 14px;
    font-weight: normal; 
    color: #66cc00;

}
.textSeitenAufzaehlung{
    font-size: 13px;
    font-weight: normal; 
    margin-left: 15px;
}

.textSeitenTitel{
    font-size: 20px;
    font-weight: normal; 
    color: black;
}



.tabelleFett{
    font-size: 1.3em;
    font-weight: normal
}

.ausgabePanelZahlen{
    font-size: 1.3em;
    font-weight: bold;
}

.inputLabelZellen td{
    text-align: left;
    vertical-align: top;
    width: 250px;
    marginleft: -4px;
}

.inputLabelZellenMobile td{
    text-align: left;
    vertical-align: top;
    width: 250px;
    marginleft: -4px;
    font-size: 23px;
}

.inputFelderZellen td{
    text-align: left;
    vertical-align: central;
}

.inputFelderZellenMobile td{
    text-align: left;
    vertical-align: top;
    font-size: 23px;
}

.inputTitel{
    font-size: 15px;
    font-weight: normal; 
    text-align: left;
    vertical-align: top;
    margin-top: -10px;
    padding-top: -10px;
}

.inputTitelMobile{
    font-size: 25px;
    font-weight: normal; 
    text-align: left;
    vertical-align: top;
    margin-top: -10px;
    padding-top: -10px;
}

.bannerTitel{
    color: white;
    font-size: 14px;
    font-weight: normal; 
}

.link a{
    color: #D9000D;
}

.inputErrorMessage{
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.javaScriptEinschaltHinweis{
    background-color: yellow;
    width: 1000px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
}

.topListe {
    /*  not working  */
    vertical-align: central;
    margin-top: auto;
    margin-bottom: auto
}





/*NEU*/

root { 
    display: block;
}

.hideFromDesktop{
    display: none;
}


.bannerInnerWrapper{
    clear: both;
}

.navibar {
    clear: both;
    width: 96%;
    color: #390;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 9px;
    padding-bottom: 2px;

}
a.navibar{
    font-weight: bold;
}
a.navibar:hover{
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.navibar:first-child{
    padding-left: 0%;
}

.navibarMobile{
    display: none;
}
.navibarMobileInfos{
    display: none;
}

#bannerLeft{
    float: left;
    width: 18%;
    display: table-cell;

    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */

    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.bannerBildLeft{
    padding: 2% 3%; 
    width: 90%;


}
#bannerMiddle{
    float: left;
    width: 84%;
    padding: 0 1%;

}

#bannerMiddle3S{
    float: left;
    width: 84%;
    padding: 0 1%;
}

#bannerRight{
    float: right;
    width: 15%;
}
#bannerRight3S{
    float: right;
    width: 14%;
    overflow-x: hidden;
}
#bannerLogoDK{
    float: left;
    width: 73%;
}
img.bannerLogoDK{
    width: 82%;
}

#bannerLogoSKS{
    float: left;
    width: 23%;
    text-align: center;
    padding: 0 1%;
}

a.bannerLogoSKS{
    font-size: 0.8rem;
}
img.bannerLogoSKS{
    width: 60%;
}

.newBannerAppTitel{
    padding-top: 3px;
    font-size: 0.9rem;
}
.bannerAppTitel{
    padding-top: 3px;
    font-size: 0.9rem;
}

div.bannerAppTitel{
    clear: both;
    font-size: inherit;
}


image{
    border: 0;

}

.divRoundCorners{
    border: 1px solid #cccccc;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
    background-color: white;
    float: left; 
}

.divRoundCornersNoneFloat{
    border: 1px solid #cccccc;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
    background-color: white;
}

.welcomeWrapperLeft{
    float: left;
    width: 30%;
}
.welcomeWrapperRight{
    float: left;
    width: 70%;
    background-color: gold;
}


a.startSeiteTitelLinks{
    font-size: 19px;
    font-size: 1.2rem; 
    color: #339900; 
    display: block;
    overflow-x: hidden

}
a.startSeiteTitelLinks:hover{
    color: black;
    text-decoration: none;
}



.startSeiteWelcomeTextBox{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.startSeiteBoxWrapper{
    display: block;
    width: 100%;
}

.startSeiteBoxen{
    margin-top: 10px;
    height: 340px;
    width: 190px;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    float: left;
}

.startSeiteBoxenButtonDiv {
    width: 94%;
    margin-top: 10px;
    height: 50px;

}

.startSeiteBoxenButtonDiv a{
    vertical-align: central;  
}

.startSeiteBoxenBeschreibung {
    text-decoration: none;
    color: gray;
    font-size: 0.8rem; 
    font-weight: normal
}
.startSeiteBoxenBeschreibung a:visited{
    font-weight: normal;
}
a.startSeiteBoxenBeschreibung:hover {
    text-decoration: none;
    color: black;
    font-size: 0.9rem
}

.startSeiteBoxLogo{
    width: 90%;
    margin-bottom: 5px;
}

.startSeiteBoxImage{
    height: 100%;
    max-width: 50%;
}

.startSeiteBoxImageDiv{
    height: 90px;
}


.startSeiteNewsBox{
    margin-top: 10px;
    text-align: left;
    float: left;
    min-width: 30%;
    max-width: 100%;
    padding: 1% 2%;
}


#startBoxBottom{
    padding-top: 30px;
    clear: both;
    width: 100%;
}

#startBoxBottomLeft{
    float: left;
    width: 50%;
    padding: 1% 2%;
}

#startBoxBottomRight{
    float: right;
    width: 33%;
    padding-right: 5%
}



a.startSeiteNewsLinks{
    display:block;
    color: black;
    margin-bottom: 0.5em;
    font-size: 14px;
    font-size: 0.9rem;
}

a.startSeiteNewsLinks:hover{
    color: green;
    text-decoration: none;
}

.kurzProfilWrapper{
    padding: 2%;
    width: 96%;
    background-color: white;
    float: left;
}

#kurzProfilInputWrapper{
    clear: both;
    width: 100%;
    max-width: 860px;
    height: 100%;
}

#kurzProfilTelefonWrapper{
    clear: both;
    width: 100%;
    height: 100%;
}
.kurzProfilInputWrapper{
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

a.naviTelefoneLinksPassive{
    position: relative;
    float: left; 
    color: black; 
    padding-right: 10px; 
    font-weight: normal; 
    font-size: 18px;
    font-size: 1.15rem;
}

a.naviTelefoneLinksActive{
    position: relative;
    float: left; 
    color: black; 
    padding-right: 10px; 
    font-weight: bold; 
    font-size: 18px;
    font-size: 1.15rem;
}

.kurzProfilNumberButtons .ui-button-text-only .ui-button-text{
    padding: 10px 0px !important;
}

.kurzProfilR1, .kurzProfilR2{
    clear: both;
    width: 100%;
}
.kurzProfilR2{
    page-break-inside: avoid;
    overflow-x: hidden;
    width: 15%;
    min-width: 90px;
    float: left;
}

.kurzProfilR2C2{
    width: 80%;
    float: left;
}
.kurzProfilInputMinutenC1{
    width: 15%;
    float: left;
    min-width: 115px;
}
.kurzProfilInputMinutenC2{
    width: 80%;
    float: left;
}
.kurzProfilNumberButtons{
    width: 9%;
    float: left;
    margin-right: 1%;
    min-width: 50px;
    padding-bottom: 10px
}

.kurzProfilInputField{
    height: 25px; width: 60px; font-size: 14px;margin-right: 40px; color: #339900; text-align: center; font-weight: bold
}
.kurzProfilInputSlider{
    clear: both;
    width: 60%;
}

.werbebannerWrapper{
    width: 160px;
}

.fullWidthFloatLeft{
    clear: both;
    width: 100%;
    float: left;

}
.halfWidthFloatLeft{
    max-width: 44%;
    width: 44%;
    float: left;
    margin-right: 4%
}
.thirdWidthFloatLeft{
    margin: 20px 2%;
    width: 29%;
    float: left;
}

#footerWrapper{
    clear: both;
    margin-top: 10px;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background-color: white;
    float: left
}

.footerLeft{
    float: left;
    width: 23%;
    padding-left: 2%;
    padding-top: 1%;
}
.footerRight{
    float: left;
    width: 73%;
    padding-top: 1%;
    margin-left: 2%

}
a.footerMenuLinks{
    font-size: 0.8rem; 
    margin-right: 3%;
}

.footerBox{
    width: 18%;
    padding-right: 2%;
    float: left;
    min-width: 140px;
    padding-top: 15px;
}

.greenText{
    color: #339900
}

a.footerMenuLinks:hover{
    color: black;
    text-decoration: none;
}

.footerBottom{
    clear: both;
    padding-top: 20px;
    padding-top: 2%;
}

.ui-tabs-panels .linksNewsListe, .linksNewsListe{
    font-size: 14px;
    font-size: 0.9rem;
}

.ui-tabs-panels .linksNewsListe:hover, .linksNewsListe:hover{
    color: #339900;
    text-decoration: none;
}

.telefonGridContainer{
    margin: 5% 3%; 
    padding: 5%; 
    width: 84%;
    height: 70%
}

.telefonAuswahlBild{
    max-width: 90px;
    max-height: 180px;
}

.telefonDatagrid .ui-datagrid-content.ui-widget-content.ui-grid.ui-grid-responsive{
    border: hidden;
}


.newBannerInnerWrapper2{
    width: 100%; 
}

.newBannerRow1, .newBannerRow2, .newBannerRow3 {
    width: 96%;
    clear: both;
    margin-left: 2%;
    margin-right: 2%;
}
.newBannerRow1C1{
    float: left;
}
.newBannerRow1C2{
    float: right;
}
.newBannerRow2C1{
    float: left;
    width: 60%;
    margin-right: 0%;
    overflow-x: visible;
    break-inside: avoid;
}
.newBannerRow2C1Wide{
    float: left;
    width: 80%;
    margin-right: 0%;
    overflow-x: visible;
    break-inside: avoid;
}
.newBannerRow2C2{
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 5px;
}
.newBannerRow2C3{
    float: right;
    width: 15%;
}
.newBannerRow3C1{
    float: right;
    padding-bottom: 4px;
}

.newBannerLogoDK{
    max-width: 450px;
    width: 70%;
}

.newBannerLogoDKMobile{
    max-width: 680px;
    width: 100%;
}

a.newBannerLogoSKS{
    font-size: 0.8rem;
    text-align: center
}

.newBannerFBImageDiv{
    float: right; 
    padding-top: 20px
}


img.newBannerLogoSKS{
    width: 50%;
}

.schnellProfil{
    padding: 5px 1%;
    width: 97%;
}

.schnellProfilButtonCell td{
    vertical-align: central;
}


.naviLinksMobileMenu{
    font-weight: bold
}

.navibarInfos {
    width: 100%; 
    padding-bottom: 10px; 
    padding-top: 10px; 
    padding-left: 10px; 
    border: none !important;
    background-color: white;
    margin-bottom: 10px
}

#naviBarBottomWrapper{
    display: none;
}


.footerMenuTitel{
    padding-left: 0px;
    padding-top: 10px
}

.footerMenuTitel2 {
    margin-top: 20px;
    display: block;
}


#erweitertesProfilInputFelderWrapper{
    width: 90%; max-width: 600px; margin: 0 auto
}


#erweitertesProfilInputFelderWrapper div.divRoundCorners {
    border: hidden;
}

#offerForm\:personTable\:0\:startDatumManuell > tbody > tr:nth-child(1) > td:nth-child(1),
#offerForm\:personTable\:1\:startDatumManuell > tbody > tr:nth-child(1) > td:nth-child(1),
#offerForm\:personTable\:2\:startDatumManuell > tbody > tr:nth-child(1) > td:nth-child(1),
#offerForm\:personTable\:3\:startDatumManuell > tbody > tr:nth-child(1) > td:nth-child(1),
#offerForm\:personTable\:4\:startDatumManuell > tbody > tr:nth-child(1) > td:nth-child(1){
    width: 8px;
  padding-left: 0px;
}
#offerForm\:personTable\:0\:startDatumManuell > tbody > tr:nth-child(2) > td:nth-child(1),
#offerForm\:personTable\:1\:startDatumManuell > tbody > tr:nth-child(2) > td:nth-child(1),
#offerForm\:personTable\:2\:startDatumManuell > tbody > tr:nth-child(2) > td:nth-child(1),
#offerForm\:personTable\:3\:startDatumManuell > tbody > tr:nth-child(2) > td:nth-child(1),
#offerForm\:personTable\:4\:startDatumManuell > tbody > tr:nth-child(2) > td:nth-child(1){
    width: 8px;
  padding-left: 0px;
}


@media only screen and (max-width: 865px) {
    .thirdWidthFloatLeft{
        width: 45%;
        float: left;
    }
    .newBannerAppTitel{
        font-size: 1.6vw
    }

}


@media only screen and (max-width: 800px){
    .footerBox{
    width: 30%;
    padding-right: 2%;
    float: left;
    min-width: 140px;
    padding-top: 15px;
    min-height: 160px;
    line-height: 1.5;
}
    
}



/*Ansicht für iPhone, nicht aber ipad*/
/* logical resolution iphone 6s plus = 414 x 736, ipad mini 768 x 1024*/
/* Falls für iPad und iPhone verschiedene Ansichten erstellt werden sollen, dann neue media für max-width: 768 (hochformat) erstellen */


@media only screen and (max-width: 736px){
    #bannerLeft{
        display: none;

    }

    .hideFromMobile{
        display: none;
        visibility: hidden

    }
    .hideFromDesktop{
        display: block;
    }


    .startSeiteBoxenBeschreibung{
        display: none;
    }


    .startSeiteBoxen{
        height: 50px;
        margin-top: 10px;
        min-width: 0px;
        text-align: center;
        padding-bottom: 0px;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        width: 46%
    }
    .startSeiteBoxImage{
        height: 40px;
        max-width: 100%;
        border: 0px;
    }

    .startSeiteBoxImageDiv{
        height: 45px;
    }

    #startBoxBottom{
        clear: both;
    }

    #startBoxBottomLeft{
        clear: both;
        float: right;
        width: 96%;
        margin-top: 2em;
    }

    #startBoxBottomRight{
        padding-top: 3%;
        clear: both;
        width: 90%;
    }

    .startSeiteBoxenButtonDiv{
        text-align: left;
        padding-top: 1%;
        padding-right: 0;
        width: auto;
        margin-top: 0px;
    }
    .startSeiteBoxImageDiv{
        width: 3em;
        float: left;
    }



    .startSeiteBoxLogo{
        display: none;
        margin: 0px;
    }

    .startSeiteWelcomeTextBox{
        clear: both;
    }

    a.startSeiteTitelLinks{
        padding-left: 10px;
        vertical-align: central;
        font-size: 17.6px;
        font-size: 1.1rem;

    }

    #bannerWrapper{
        background-color: white;
    }

    .navibarBottom{
        clear: both;
        width: 100%;
        margin-top: 30px;
        padding: 30px 0%;
        line-height: 2em;
    }
    .navibarBottom a{
        font-weight: bold;
        color: #339900;
        padding-right: 10%;
    }
    .navibarBottom a:hover{
        font-weight: bold;
        color: black;
        text-decoration: none;
    }

    .navibarInfos {
        width: 100%; 
        padding-bottom: 30px; 
        padding-top: 10px; 
        padding-left: 10px; 
        border: none !important;
        background-color: white;
    }


    #bannerMiddle{
        width: 80%;
        background-color: red;
    }

    .startSeiteNewsBox{
        clear: both;
        margin-top: 3em;
        min-width: 96%;
        max-width: 96%;
    }




    a.startSeiteNewsLinks{
        margin-bottom: 1em;
    }

    .halfWidthFloatLeft{
        width: 90%;
        float: left;
    }

    .thirdWidthFloatLeft{
        width: 90%;
        float: left;
    }


    a.bannerLogoSKS{
        font-size: 2vw;
    }


    .footerLeft{
        clear: both;
        width: 96%;

    }
    .footerRight{
        width: 98%;
        margin-top: 15px
    }

}

@media only screen and (max-width: 640px){
    .telefonGridContainer{
        margin: 10px 3%; 
    }
}


@media only screen and (max-width: 610px){
    .halfWidthFloatLeft{
        max-width: 90%;
    }
    #schnellProfilTabMenu{ 
        padding-top: 10px;
    }

    .newBannerRow1{
        display: none;
    }
    .newBannerRow3C1{
        display: none;

    }
    .newBannerFBImageDiv{
        display: none;
    }
    .newBannerLogoDK{
        width: 90%;
    }
    a.newBannerLogoSKS{
        font-size: 1.7vw;
    }
    .startSeiteBoxen{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .navibar{
        display: none;
    }
    a.navibar{
        display: inline;
    }
    .navibarMobile{
        display: block;
        float: right;

    }
    .navibarMobileInfos{
        display: block;
        clear: both
    }
    #bannerRight3S, #bannerRight{
        display: none;
    }
    .bannerLinksVergleichsdienste{
        display: none;
    }
    #bannerMiddle3S, #bannerMiddle{
        width: 100%;
        /*        red*/
    }
    #bannerLogoDK{
        float: left;
        width: 60%;
    }
    #bannerLogoSKS{
        width: 18%;
    }
    image.bannerLogoSKS{
        width: 80%;
    }
    div.margin-bottom20{
        height: 10px;
    }



    .sprachLinksBottomWrapper{
        float: right;  
        width: 110px;
    }

    .footerRight{
        display: none;
    }
    #naviBarBottomWrapper{
        display: inherit;
        padding-top: 5px;
        padding-left: 5px;
    }
}


@media only screen and (max-width: 510px){
    a.infosZuShops{ 
        display: inline;
        margin-top: 0px;
        margin-left: 10px;
        float: right;
    }
}

@media only screen and (max-width: 490px){
    .kurzProfilR2C2{
        width: 65%;
    }
}


@media only screen and (max-width: 479px){
    .bannerLinksVergleichsdienste{
        width: 0%;
        margin-bottom: 0px;
        display: none;
    }

    .testRow{
        width: 0%;
        margin-bottom: 0px;
        display: none;
    }
    .kurzProfilR2C2{
        width: 70%;
    }
    .newBannerAppTitel{
        display: none;
    }

}

@media only screen and (max-width: 470px){
    .footerBox{
    width: 46%;
    line-height: 1.7;
}

}

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

    div.bannerAppTitel{
        display: none;
    }
    div.newBannerAppTitel{
        display: none;
    }

    #bannerRight3S{
        float: left;
        width: 10%;
    }

    img.bannerLogoDK{
        width: 90%;
    }
    .kurzProfilInputSlider{
        width: 80%;
    }
}

@media only screen and (max-width: 350px){
    .newBannerRow2C1{
        width: 80%;
    }
    .newBannerRow2C2{
        display: none;
        width: 0px;
    }
}

@media only screen and (max-width: 312px){
    #bannerLogoSKS{
        display: none;
        width: 0%;
    }
    .kurzProfilR2C2{
        width: 60%;
    }
}



.titleGreen {
    color: #339900;
    -webkit-margin-after: 0em;
    font-size: 17px;
    font-weight: bold;
}


a.appLinks{
    font-size: 12px;
    font-size: 0.78rem;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-left: -15px;
} 

.panelGridTop td{
    vertical-align: top;
}


.panelGridTop .ui-widget-content{
    border: hidden;
}

.roamingInklusiveinheiten.ui-widget-content{
    border: hidden;
}

.tableGray {
    background-color: whitesmoke;
    vertical-align: top;
}



a#inputFelder{
    font-size: 10px;
}




#left {
    float:left;
}

.left_content {
    margin-left:305px;
    padding:5px -5px 5px 5px;
}

.left_contentOhneInput {
    margin-left:0;
    padding:5px -5px 5px 0;
}

.left_contentStart {
    min-height:600px;
}

.right_content {
    vertical-align:top;
    margin-left:50px;
    padding:5px;
}

.telefoneRetail_content,.middle_content {
    padding:5px -5px 5px 5px;
}

.forumMenu{
    width: 100%;
    margin-top: 10px;
    /*    padding-left: 10px;*/
    padding-bottom: 10px;
    display: inline
}


a, p, span{
    font-size: 14px;
    font-size: 0.9rem;
}

html, body{
    height: 100% !important;
    font-size: 100%;
}




h1 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size:  14px;
    font-size: 0.9rem;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 16px;
    font-size: 1rem; 
}

a:link, a:visited, .ui-widget-content a {
    font-weight : normal;
    text-decoration: underline;

}

a:link:hover, a:visited:hover  {
    font-weight : normal;
    text-decoration : underline;
    color: #B0D9D3
}

.textSize11{
    font-size: 11.2px;
    font-size: 0.7rem;
}
.textSize12, span.textSize12{
    font-size: 12px;
    font-size: 0.78rem;
}
.textSize13{
    font-size: 12.8px;
    font-size: 0.8rem;
}
.textSize14{
    font-size: 14.4px;
    font-size: 0.9rem;
}
.textSize15{
    font-size: 15px;
    font-size: 0.95rem;
}
.textSize16{
    font-size: 16px;
    font-size: 1rem;
}
.textSize17{
    font-size: 17.6px;
    font-size: 1.1rem;
}
.textSize18{
    font-size: 18px;
    font-size: 1.15rem;
}
.textSize19{
    font-size: 19px;
    font-size: 1.2rem;
}
.textSize20, .textSize20 h1{
    font-size: 20px;
    font-size: 1.25rem; 
}

