

.inputFelderLabel{
    font-size: 13px;
    font-weight: 400;
}

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

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

#tab{
    color: red;

}

.textSeiten, .textSeitenNoMargin{
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: normal; 
}
.textSeitenNoMargin{
    margin-top: 0px;
}
.textSeiten12{
    font-size: 0.8rem;
    font-weight: normal; 


}

a.textSeiten, a.textSeiten:link, a.textSeitenNoMargin, a.textSeitenNoMargin:link{
    font-weight: normal; 
    color: black;
    text-decoration: none;
}
a.textSeitenNoMargin, a.textSeitenNoMargin:link{
    margin-top: 0px;
}
/*a.seitenTitel, a.seitenTitel:link, h1.seitenTitel, h1.seitenTitel:link{
    font-weight: normal; 
    color: black;
    text-decoration: none;
}*/

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

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

.ui-widget-content a.linkGreenUnderline, a.linkGreenUnderline{
    color: #339900;
    font-weight: normal;
    text-decoration: underline;
}
.ui-widget-content a.linkGreenUnderline:hover, a.linkGreenUnderline:hover{
    color: black;
    font-weight: normal;
    text-decoration: none;
}
.linkGreen a, .linkGreen, a.ui-widget-content .linkGreen {
    color: #339900;

}
a.linkGreen{
    color: #339900;
    font-weight: bold
}
.ui-widget-content a.linkGreen, .ui-widget-content a.linkGreen:hover{
    color: #339900;
    font-weight: normal;
    text-decoration: none;
}

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

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

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

.seitenTitel, a.seitenTitel{
    font-size: 19px;
    font-size: 1.2rem; 
    font-weight: bold; 
    color: #339900; 
    padding-bottom: 10px;
    display: block;
}
a.seitenTitel:hover{
    text-decoration: none;
    border-bottom: 1px solid #339900;
    color: #339900; 

}
.seitenTitel a:hover {
    text-decoration: none;
    border-bottom: 1px solid #339900;
    color: #339900; 

}

a h1.seitenTitel:hover, a h2.seitenTitel:hover, a h3.seitenTitel:hover{
    color: black;
    text-decoration: underline;
    border-bottom: 0px solid #339900;
}

.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;
}

.link a{
    color: #00cc00;
}



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

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

.topListe {
    vertical-align: central;
    margin-top: auto;
    margin-bottom: auto
}








/*NEU*/

root { 
    display: block;
}

.hideFromDesktop{
    display: none;
}


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; /*damit dieses Div die anderen mit white umramt*/
}

.divRoundCornersNoneFloat{
    border: 1px solid #cccccc;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
    background-color: white;
}
.divRoundCornersOnly{
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
    border-radius:0.5em;
}
.divEdge{
    padding: 10px;
    /*border: 1px solid #cccccc;*/
    background-color: white;
    float: left; /*damit dieses Div die anderen mit white umramt*/
}

.divEdgeNoneFloat{
    padding: 10px;
    /*border: 1px solid #cccccc;*/
    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;
}
.twoThirdWidthFloatLeft{
    margin: 20px 2%;
    width: 65%;
    float: left;
}

#footerWrapper{
    clear: both;
    margin-top: 10px;
    width: 100%;
    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;
    color: #339900;
}

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

}

.telefonDatagrid .ui-datagrid-content.ui-widget-content.ui-grid.ui-grid-responsive{

    border: hidden;
}


#naviBarBottomWrapper{
    display: none;
}


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

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




#erweitertesProfilInputFelderWrapper div.divRoundCorners {
    border: hidden;

}

.titelH3, p.titelH3, a.titelH3, h3.titelH3{
    font-size: 16px;
    font-size: 1rem;
    color: #339900;
}
.titelH3noMargin, p.titelH3noMargin, a.titelH3noMargin, h3.titelH3noMargin{
    font-size: 16px;
    font-size: 1rem;
    color: #339900;
    margin-bottom: 0px;
}

.responsive-video {
    position: relative;
    padding-bottom: 50.25%; 
    padding-top: 25px;
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 720px;
    max-height: 400px;
}


@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;
    }

}



@media only screen and (max-width: 736px){
    .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;
    }
    .twoThirdWidthFloatLeft{
        width: 90%;
        float: left;
    }
    .footerLeft{
        clear: both;
        width: 96%;

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

}


@media only screen and (max-width: 700px){
    .hideLower700{
        display: none;
    }

}


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


  
    .startSeiteBoxen{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .navibar{
        display: none;
    }
    .navibarMobile{
        display: block;
        float: right;

    }
    .navibarMobileInfos{
        display: block;
        clear: both
    }
    #bannerRight3S, #bannerRight{
        display: none;
    }
    .bannerLinksVergleichsdienste{
        display: none;
    }
    
    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{
        font-size: 0.6rem
    }
}

@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;
    }


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




.titleMeldung{
    /*color:white;*/
    font-size:18px; 
    font-weight:bold; 
    padding-top:10px;
}

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;
}





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 {
    font-weight : normal;
    text-decoration: none;

}

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

.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; 
}



#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;
}

.textglow{

    text-align: center;
    -webkit-animation: textglow 2s ease-in-out infinite alternate;
    -moz-animation: textglow 2s ease-in-out infinite alternate;
    animation: textglow 2s ease-in-out infinite alternate;
}

@-webkit-keyframes textglow {
    from {
        text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 15px #339900, 0 0 15px #339900, 0 0 20px #339900, 0 0 30px #339900, 0 0 40px #339900, 0 0 50px #339900;
    }
}