.btn,.headline,.text-center{
    text-align:center
}
body,html{
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
body,h1,h2,hr,html,iframe,p,pre,textarea{
    padding:0;
    margin:0;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased
}
body,footer .credits{
    font-size:1rem
}
.tabs,.tabs label,.tabs-block,footer{
    display:flex
}
.tabs .tab,.tabs label{
    width:100%;
    padding:1rem 2rem
}
.tabs .tab,.tabs [type=radio]{
    display:none
}
.tabs .tab,.tabs [type=radio]:checked+label{
    background-color:#ccc;
    box-shadow:0 10px 10px rgba(0,0,0,.4)
}
*,::after,::before{
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15
}
body{
    background-color:#e5e5e5;
    color:#1a1a1a;
    font-family:"Source Sans Pro",sans-serif;
    line-height:1.6
}
.tabs label,h1,h2{
    font-family:Roboto,sans-serif
}
h1,h2{
    color:#666;
    line-height:1.2
}
h1{
    font-size:40px
}
h2{
    font-size:24px
}
.fileuploaded{
    z-index:1;
    position:absolute;
    top:240px;
    left:-90px;
    width:180px;
    margin-left:50%;
    display:none;
    font-size:12px;
    background-color:rgba(0,100,0,.8);
    border:1px solid #070;
    padding:3px 10px;
    border-radius:10px;
    color:#000
}
.form-control,.tabs [type=radio]:checked+label+.tab,.wlink{
    display:block
}
.wlink{
    float:right;
    color:#40d229;
    font-size:10px;
    background-color:rgba(0,0,0,.8);
    padding:5px 10px
}
a,a:visited{
    background-color:transparent;
    color:#666;
    text-decoration:none;
    border-bottom:1px dotted
}
a:active,a:hover{
    border-bottom:none;
    outline:0
}
a:focus{
    border-bottom:none;
    outline:dotted thin
}
footer{
    align-items:center;
    justify-content:center;
    margin:2rem
}
.tabs-container{
    padding:2rem
}
.tabs-block{
    align-items:center;
    justify-content:center
}
.tabs{
    flex-wrap:wrap;
    width:100%;
    
        
}
.tab{
    /*border-top: 1px solid #f4ac06;*/
    
}
.tabs label{
    align-items:center;
    justify-content:center;
    margin-right:0;
    cursor:pointer;
    background-color:#666;
    color:#ccc;
    font-size:1.2rem;
    font-weight:700;
    transition:background-color .3s;
        border: 1px solid #f4ac06;
         box-shadow:10px 10px 10px rgba(0,0,0,.4)
}
.tabs label .material-icons{
    margin-right:.3rem
}

.tabs .tab{
    flex-grow:1;
    height:100%;
    color:#000
}
.tabs .tab>:not(:last-child){
    margin-bottom:.8rem
}
.tabs [type=radio]:checked+label{
    color:#666;
    /*border-top:4px solid #666*/
    border-top:4px solid #f4ac06
}

#versch,
#datei_versch,
#word_versch{
    background-color: #f4ac06 !important;
    font-weight: bold;
    color: #666;
}
#entsch,
#datei_entsch,
#word_entsch{
    background-color: #318836 !important;
    font-weight: bold;
}
#vonuntennachoben,
#word_vonuntennachoben{
    background-color: #666 !important;
    color: #ddd;
    font-weight: bold;
}

#wordl{
    color:#f4ac06;
   text-shadow: rgba(49, 136, 54,0.89) 0px 0px 15px; 
    
    
}

.ddown{
    margin-top: 5px;
}

.tabs [type=radio]:checked+#wordl{
    color:#318836;
    /*border-top:4px solid #666*/
    border-top:4px solid #f4ac06;
    text-shadow: rgba(80, 80, 80,0.69) 0px 0px 15px;
        
}

#parole,
textarea{
    box-shadow:inset 0 1px 1px rgba(0,0,0,.35);
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


.blende{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    display: none;
}

.blende img{
    position: absolute;
    width: 200px;
    height: 200px;
    left: -100px;
    margin: auto;
    margin-left: 50%;
    top: 200px;
    border-radius: 80px;
}



@media (min-width:500px){
    .fileuploaded{
        top:215px;
        left:-90px;
        width:180px
    }
}
@media (min-width:768px){
    body{
        font-size:1.125rem
    }
    .tabs-container{
        padding:3rem 3rem .1rem
    }
    .tabs label{
        order:1;
        width:auto
    }
    .tabs .tab{
        order:9
    }
    .tabs [type=radio]:checked+label{
        border-bottom:none
    }
    .fileuploaded{
        top:290px;
        left:-90px
    }
}
.btn,.form-control{
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    background-image:none
}
@media (min-width:992px){
    .tabs{
        width:800px
    }
    .fileuploaded{
        top:290px;
        left:-90px
    }
}
.headline{
    color:#ccc;
    margin-bottom:10px
}
.form-control{
    width:100%;
    height:34px;
    color:#555;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn{
    display:inline-block;
    margin-bottom:0;
    font-weight:400;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid transparent;
    border-radius:4px
}
.btn-info{
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-warning{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.uploadbutton{
    padding:10px;
    background-color:rgba(84,212,55,.4)
}
#datei_fileinput{
    color:#999
}
