/* 
    Created on : 19.11.2014, 14:46:33
*/
html {
    background: url("/wp-content/themes/bootstrap-basic-child/gfx/sidebar.jpg") fixed left no-repeat;
    background-size: cover;
}
html,body{
    font-family: 'Lato', sans-serif;
    font-size:14px !important;
    height:100%;
    opacity:0.98;
}
@media (min-width: 300px){
    header i {
        font-size: 30px !important;
        margin: 5px;
    }
    header i.fa-arrow-down, header i.fa-arrow-up {
        font-size: 16px !important;
        margin-top: 0 !important;
        /*font-size: inherit !important;*/
    }
}

h1,h2,h3,h4,h5, ul{
    padding:0px 0px  0px  0px !important;
    margin:0px !important;
    border:0px !important;
}
h1{
    font-size:18px !important;
}
h2{
    font-size:16px !important;
}
h3,h4{
    font-size:15px !important;
}
h5{
    font-size:10px !important;
}

p{
    font-size:14px !important;
}
a{
    font-family: 'Lato', sans-serif;
}
/* use a semi-transparent image for the overlay */
#overlay {
    background-image:url(/media/img/overlay/transparent.png);
    color:#efefef;
    height:450px;
}
#header-text-nav-container{
    border-top: 10px solid #103E74 !important;
}
div.adu_contentWrap {
    height:441px;
    overflow-y:auto;
}

.sky-form .invalid {
    color: red;
}

.sky-form .error {
    color:red;
}

#masthead .header-post-title-container{
    /*
    background: -moz-linear-gradient(left center , #0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    */
    background: -webkit-gradient(linear, left center, center right, #0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%);
    background: -webkit-linear-gradient(#0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%);
    background: -moz-linear-gradient(#0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%);
    background: -o-linear-gradient(#0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%);
    background: -ms-linear-gradient(#0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%);
    background: linear-gradient(#0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%);
}

.header-post-title-container h1 {
    color: #fff;
}

#main {
    padding: 20px 0 10px !important;
}

.login h1 a {
    display: none;
}

.login-action-login {
    background: -moz-linear-gradient(left center , #0b315e 0%, #0e3869 15%, #11427c 50%, #0e3869 85%, #0b315e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #103f77;
    box-shadow: 0 0 3px 2px #999999;
}

.login form {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    margin-left: 0;
    margin-top: 20px;
    overflow: hidden;
    padding: 26px 24px 46px;

    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
    font: 13px/1.55 "Open Sans",Helvetica,Arial,sans-serif;
    outline: medium none;
}

.load_ajax {
    cursor: pointer;
}

.adu_box {
    border:1px solid #ccc;
    padding: 5px;
    float: left;
    display: block;
}

.adu_33 {
    width: 33%;
}

.adu_25 {
    width: 25%;
}

.adu_50 {
    width: 50%;
}

.adu_67 {
    width: 67%;
}

.adu_100 {
    width: 100%;
}

#adu_hidden_content {
    display: none;
}

.set_paymethod {
    cursor: pointer;
}

.onlinepayment:hover {
    border: 1px solid #fb8211;
}

.adu_status{
    font-size: 20px;
}
.btnbig{
    font-size:30px;
}
#adu_mandant_info{
    border:1px solid #fb8211; 
    float:left;
    color:#fff;
    padding: 10px 30px;
    background-color:#114584;
    margin-right:20px;
}

#adu_mandant_info:hover{
    background-color: #235796;
}

.box_zahlung p {
    font-size: 28px;
    padding: 30px;
}

#loginMsg{
    font-weight:bold;
    text-align:center;
    padding:10px;
    color:#0e3869;
}
ul.adupaymentlist {
    list-style-type: none !important;
}


ul.adupaymentlist li a{
    color:#000;
    text-decoration:none;
}

* {
	--mobilePage: 600px;
}
body#mobilePage{
    margin:auto;
    max-width:var(--mobilePage);
    width:100%;
    background-color: #fcfcfc;
}
body#mobilePage #wrap{
    position:relative;
}

#mobilePage{
    /*font-family: "13px/1.55 'Open Sans', Helvetica, Arial, sans-serif";*/
    font-size: .85em !important;
    color:#666;
}
#mobilePage #headerInfo{
    padding-left:30px;
}
#mobilePage #headerContact{
    padding-right:30px;
}

body#mobilePage #bg{
    background-attachment: fixed;
    background-position: 50px 100px !important;
    opacity:0.1;
    height:80%;
    width:100%;
    max-width:var(--mobilePage);
    position:absolute;
}

#mobilePage #paymentBlock {
    padding:5px;
}
#mobilePage #paymentBlock div{
    margin:0px !important;
    padding:3px !important;
}
#mobilePage #paymentBlock img{
    width:100%;
}

#mobilePage #paymentSelection img{
    width:90%;
} 

#mobilePage #infoLayer{
    display:none;
    position:absolute;
    z-index:4;
    background-color:#fff;
    margin:75px 0px 0px 0px;
    border-bottom:1px solid #333;
    font-size:12px;
    left:0px;
    padding:10px 30px 0px 30px;
    background-color:antiquewhite;
}
#mobilePage #paymentBox{
    position:relative;
}
#mobilePage #paymentSelection{
    border: 1px solid #D1D1D0;
    padding-left: 10px;
    color: #343434;
    font-weight: 500;
    font-size:25px;
    border-radius: 3px;
    width: 100%;
    background-color:#fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='12px' height='6px' viewBox='0 0 12 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(6.000000, 3.000000) rotate(-270.000000) translate(-6.000000, -3.000000) translate(3.000000, -3.000000)' fill-rule='nonzero' fill='%23787878'%3E%3Cpath d='M0.75,12 C0.555620064,12.002027 0.36845938,11.9264429 0.23,11.79 C-0.0680512388,11.5027323 -0.0770026692,11.0283065 0.21,10.73 L4.29,6.52 C4.56938298,6.22962289 4.56938298,5.77037711 4.29,5.48 L0.21,1.27 C-0.0770026692,0.97169353 -0.0680512388,0.497267717 0.23,0.21 C0.52830647,-0.0770026692 1.00273228,-0.0680512388 1.29,0.23 L5.37,4.44 C6.21,5.31 6.21,6.68 5.37,7.56 L1.29,11.77 C1.14806113,11.915884 0.953536677,11.998737 0.75,12' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px top 25px;
    background-size: 12px 6px;
    height: 60px;
    -webkit-appearance: none;
}

#mobilePage #paymentBox label {
    font-size: 11px;
    position: absolute;
    top: 0px;
    top: -8px;
    left: 5px;
    background-color: #fff;
    padding: 2px;
}
#mobilePage .mlayer{
    height:100px;
    color:#fff;
    padding:10px;
    background-color: orange;
    border-bottom:2px solid #fff;
    border-radius:25px;
    border:5px solid white;
}
    #mobilePage .mlayer p{
        font-size:10px !important;
    }
    #mobilePage .mlayer i{
        font-size:60px !important;
    }
    #mobilePage .mlayer a{
        color:white;
    }

#mobilePage p{
    font-size:1.0em !important;    
}
#mobilePage td,#mobilePage th{
    font-size:0.95em;
    vertical-align:top;
}
#mobilePage table{
    width:100%;
}
#mobilePage h1,#mobilePage h2, #mobilePage h3, #mobilePage h4, #mobilePage h5{
    font-weight:bold;
    padding-bottom:5px !important;
}
#mobilePage th, #mobilePage td { padding: 2px; }
#mobilePage #call2action{
    width:120px;
    height:120px;
    border:2px solid #999;
    border-radius: 60px;
    display:block;
    line-height:120px;
    font-size:85px;
    color:#fff;
    margin:auto;
    box-shadow: 1px 1px 10px 1px #888;
	background: linear-gradient(90deg, rgb(255, 242, 46) 0%, rgb(255, 183, 90) 35%, rgb(255, 167, 0) 100%);
}
#mobilePage #call2action:hover{
    color:#fff !important;
}
#mobilePage #site-footer {
    border: 0 !important;
    position: fixed;
    bottom: 0;
    width: var(--mobilePage);
}
@media (max-width: 600px){
    #mobilePage #site-footer {
        width: 100%;
    }
}
@media (max-width: 990px){
    #mobilePage #site-footer {
        padding-bottom: 10px;
    }
}
#mobilePage #site-footer a{
    padding-left:5px;
}
#mobilePage .btn{
    color:#fff;

    margin:15px;
    width:60%;
}
#mobilePage .btnFull{
    margin:15px 0px 0px 0px;
    padding:0px;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:20px;
}
#mobilePage .btn:hover{
    color:#fff !important;
    font-weight:bold;
}
#mobilePage .moreDetail:hover{
    color:#fff !important;
    text-decoration:none;   
}
#mobilePage #interrupt  {
    margin:auto;
}

#mobilePage .paybox  {
    width: 100%;
    background-color: #fff;
    max-width:var(--mobilePage);
    margin:auto;
}
#mobilePage .paybox header img{
    max-width:100%;
}
#mobilePage .sky-form{
    border:none !important;
}
#mobilePage .messagebox{
    height:100%;
    /*padding:0px 15px 0px 15px;*/
}
#mobilePage .messagebox label{
    padding:0px !important;
}


/* Loginbox */
    #loginHead{
        text-align:center;
        margin-top:40px;
        height:110px;
        margin-bottom:30px;
    }
    #loginHead img{
        max-width:100%;
    }
    #loginContent{
        padding:0px;
    }
        a.btn{
            width:100%;
        }
        #loginContent .inputRow{
            height:60px;
            position:relative;
            padding-top:25px;
        }
        #loginContent label{
            font-size:11px;
            position:absolute;
            top:0px;
        }
        
        #loginContent input{
            border: 1px solid #ccc;
            border-style: none none solid;
            border-width: medium medium 1px;
            width:80%;
            outline: none;
        }
        
        #loginContent .lostPassword{
            font-size:11px;
            text-align:right;
        }
        
        #loginContent #btnRow{
            padding-top:25px;
        }
        #loginError{
            text-align:center;
            color:red;
            font-size:10px;
        }
        #loginContent .help{
            margin-top:50px !important;
            margin-bottom:90px;
        }
    .green{
        color:#70d900 !important;
        border-color:#70d900 !important;
    }
    
    #mobilePage #loginContent input{
        background:#fff;
        height:50px;
        font-size:30px;
        border-radius:3px;
        border:1px solid #ccc;
        padding: 20px 5px 10px 10px;
        width:100%;
    }
    #mobilePage #loginContent label {
        top: 33px;
        left:10px;
        font-size:20px;
        font-weight:normal;
        padding:2px;
        background-color:#fff;
        z-index:2;
    }
    .labelTransform {
        top: 17px !important;
        left:10px !important;
        font-size:10px !important;
        font-weight:bold !important;
        padding:2px ;
        color:#000 !important;
    }
    
    
#mobilePage  a:active, #mobilePage  a:hover{
    color:black !important;
}
#mobilePage .stateInvoice{
    border-top:1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 40px;
    padding:12px 0px 0px 30px;
    margin-top:5px;
    cursor:pointer;
}
#mobilePage .arrow{
    border-top:1px solid #eee;
    padding:12px 30px 0px 0px;
    margin-top:5px;
    cursor:pointer;
}



#mobilePage .stateInvoice p{
    padding:0px;
}
#mobilePage h1.bighead{
    font-size:2.5em !important;
}
#mobilePage .rowPaybox div{
    float:left;
}
#mobilePage .row40{
    line-height:38px;
} 
@media all and ( min-width: 610px ) {
    .imgPadRight{
        width:100px;
        padding:0px 20px 20px 20px;
        border:0px;
        margin:0px;
        float:right;
    }
    #columnLeft, #columnRight{
        float:left;
        width:50%;
    }
    ul.adupaymentlist li img{
        height:100px;
        padding:0px 10px 20px 0px;
        margin:0px;
    }
    ul.adupaymentlist li{
        font-size: 1rem;
        clear:both;
        padding:5px;
    }
    ul.adupaymentlist li:hover{
        font-weight:bold;
    }
}

.pr5{
    padding-right:5px;
}
.pl5{
    padding-left:5px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size:20px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

input:-webkit-autofill {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

input:focus,
input:-webkit-autofill:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px
      rgba(102, 175, 233, 0.6);
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}


 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 21px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}