﻿:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img.zaehler{padding:10px; border-radius:2px;
            border:solid 1px #6c8217
}
body, h1, p, div.Panel14wizard_headlines {
    font-size: 1.3rem;
    line-height: 1.5;
    /*color: var(--white-color);
    background: var(--dark-bg);*/
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
  
}

h1{  font-weight:800; margin-bottom:30px}
    p.alert {
        font-size: 1.5rem;
    }
div.Panel14wizard_headline {
    font-style: italic;
    font-size: 2rem;
}

h4 span {
    float: left;
    /*color:white;*/
    font-size: 1.5rem;
    display: block;
    padding: 5px;
    /*border: solid 1px #6c8217;*/
}
    h4 {
        float: left;
        /*color:white;*/
        font-size: 1.3rem;
        display: block;
        padding: 10px;
    
    }




.verstecken {
    display: none !important;
}

.wizard_main {
    padding-left: 10px !important;
    width: 100%;
    /*font-family: Helvetica Neue, sans-serif;*/
    font-size: 1.2em;
    color: #444;
}

.wizard_labels {/*color:white*/}
span.stern {
    color: red;
}


.wizard_main table {
    width: 100%;
}

    .wizard_main table td {
        width: 40%;
        vertical-align: top;
        font-size: .9em;
        margin-left: .5em;
        /*color:white*/
        border-bottom:solid 1px white;
    }

div.pl_area_private_data_headline,
div.pl_area_lieferanschrift_headline,
div.Panel11wizard_headlines,
div.Panel13_wizard_headlines,
div.Panel14wizard_headlines {
    /*font-family: "Quicksand","HelveticaNeue","Open Sans",Helvetica,Arial,sans-serif;*/
   
    font-size: 1.2em !important;
    margin: 40px 0px 10px 0px;
    /*color:white!important;*/
    /*color: black;
    background-color: #e1e1e1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    /*color:  #109bc5;*/
    /*text-transform:uppercase ;*/
 
}

div.pl_area_zweite_person_headline,
div.pl_area_rechnungsanschrift_headline {
    /*background-color: #f9f9f9;*/
    cursor: pointer;
   
    border-radius: 5px;
    border: solid 1px darkgrey;
    font-size: 1.2em !important;
    /*margin: 40px 0px 10px 0px;*/
    /*color: white;*/
}

.wizard_headlines2 {
    margin: 20px 0px 10px 0px;
    font-weight: bold; 
}

div.pl_area_zweite_person_headline ,
div.pl_area_rechnungsanschrift_headline  {
    /*font-family: "Quicksand";*/
    font-weight: normal;
    font-size: 1.0em !important;
    padding: 0px 0px 5px 10px;
    display: inline-block;
    width: 100%;
    /*background-color: #6c8217;*/
    height:50px
}

    div.pl_area_zweite_person_headline span.glyphicon ,
    div.pl_area_rechnungsanschrift_headline span.glyphicon  {
        display: inline-block;
        padding: 0px 20px 0px 5px;
    width:20px;
    display:block;
    margin-right:20px;
    margin-bottom:30px
    
    }
.alert {
    font-family: var(--primary-font);
}
p.Hinweis {
    padding: 10px;
    /*background-color: transparent;*/
    /*color: white;*/
    line-height: 120%;
    border-radius: 0.3rem;
    font-size: 1.5rem;
   
    /*color: var(--secondary-color);*/
    margin-top:30px
}

td.wizard_textfield_area select,
td.wizard_textfield_area input {
    /*border: solid 1px #62c5ee;*/
       border: solid 1px #e1e1e1;
    font-size: .9em;
    border-radius: 2px;
    padding: 5px;
    width: 85%;
    /*color: black;*/
    margin-bottom: 5px; /*font-family: "Quicksand";*/


}

td.wizard_textfield_area select {
    /*width: 89%;*/
}

td.gebDatum select {
    width: 27% !important;
}

td.wizard_textfield_area input.wizard_hausnummer,
td.wizard_textfield_area input.wizard_zusatz {
    width: 40%;
}

input[type=submit] {
    padding: 15px 30px 13px;
    margin-right: 60px;
    font-size: 13px;
    min-width: 139px;
    text-align: center;
    font-weight: normal;
    background-color: var(--bs-gray) !important;
    float: right;
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 120%;
    border-radius: 0.3rem;
    font-size: 1.5rem;
    border: 2px solid var(--secondary-color);
    /*color: var(--secondary-color);*/
    margin-bottom: 120px;
    color:white;
}

    input[type=submit]:hover {
        color: white;
        background-color: var(--bs-gray);
        cursor: pointer;
    }

@media screen and (max-width:550px) {
    body {
        font-size: 100%;margin:10px
    }
     img {
         width:80%
    }
   input[type=submit] {  
    padding: 10px 0px 10px 0px;   
    font-size: 1.2em;
    min-width: 110px;
    text-align: center;
    font-weight: normal;
    /*background-color: #109bc5;*/
    float: none;
    display: block;
    text-decoration:none;
}
    .wizard_main table { width:95%;
    }
    .wizard_main table td {width:20%; padding:2px;}
}