@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

/* /////////////////////////////

	1.0 Basic
	2.0 Navbar
	2.1 Navbar Admin
	3.0 Buttons
	4.0 Hero
	5.0 Marketing
	6.0 Testimonials
	7.0 Pricing
	8.0 Call to Action
	9.0 Footer
	10. Media Queries

   //////////////////////////*/

/* 1. Basic */

body {
    background-position: center 12% !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: whitesmoke;
}

p {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-top: 10px;
}

.container {
    margin-top: 30px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #2222;
    background-color: #fff;
	box-shadow: 0 15px 70px 0 rgb(0 0 0 / 15%);

}
.container_add {
    margin-top: 30px;
}

.fixed-bottom {
    display: inline-block;
    width: 100%;
    /* background-size: auto 58px; */
    /* background-image: url(top.png); */
    /* background-repeat: no-repeat; */
    /* background-color: #8f98a1; */
    /* position: fixed; */
    /* bottom: 0px; */
    /* right: 50px; */
    /* z-index: 1; */
    /* background-color: #ffffff; */
    border-top: 1px solid rgb(27, 188, 155);
    text-align: center;
    /* color: #ffffff; */
    font-family: 'Roboto', sans-serif;
    padding: 18px;
	font-size: 0.8rem;
}

/* 1. Navbar */

.navbar {
    z-index: 500;
    width: 100%;
    /*padding: 15px; */
    position: fixed;
    top:0px;
    border-bottom: 1px solid #1111;
    background-color: #EDF0F7;
    background-size: cover;
	box-shadow: 0 15px 70px 0 rgb(0 0 0 / 15%);
}
.fullnavbar {
    z-index: 500;
    width: 100%;
    /* padding: 15px; */
    position: fixed;
    /* top: 0px; */
    /* border-bottom: 1px solid #1111; */
    background-color: #EDF0F7;
    background-size: cover;
    left: 50%;
    transform: translate( -50%);
}

.logo {
    cursor: pointer;
	margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #444444;
    font-size: 1rem;
    padding: 10px;
    font-weight: 1000;
    text-decoration: none;
    float: left;
}

.logosim {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: rgb(27, 188, 155);
    font-size: 1.6rem;
    padding: 10px;
    font-weight: 1000;
    text-decoration: none;
    float: left;
}

.save {
    background-color: #8f98a1;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #1111;
    text-decoration: none;
    font-weight: 500;
    margin-right: 5px;
    border-radius: 6px;
    width: 160px;
    float: right;
}

.save:hover {
    border-top: 1px solid rgb(27, 188, 155);
    border-bottom: 1px solid rgb(27, 188, 155);
    cursor: pointer;
    background-color: rgb(27, 188, 155);
}

.deletebutton {
    background-color: #8f98a1;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #1111;
    text-decoration: none;
    font-weight: 500;
    margin-right: 5px;
    border-radius: 6px;
    width: 160px;
    float: left;
}

.deletebutton:hover {
    border-top: 1px solid rgb(27, 188, 155);
    border-bottom: 1px solid rgb(27, 188, 155);
    cursor: pointer;
    background-color: #DF013A;
}

.navbar_button {
    cursor: pointer;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    font-weight: 500;
    text-decoration: none;
    float: right;
    border-radius: 6px;
}

.navbar_button:hover {
    cursor: pointer;
    border-left: 1px solid rgb(27, 188, 155);
    border-right: 1px solid rgb(27, 188, 155);
    cursor: pointer;
    font-weight: 1000;
}

.navbar_button:active {
    cursor: pointer;
    border-left: 1px solid rgb(27, 188, 155);
    border-right: 1px solid rgb(27, 188, 155);
    cursor: pointer;
    font-weight: 1000;

}

/* 1.1 Footer */

.footer-nav {
    z-index: 1000;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
}

.footer {
    z-index: 1000;
    width: 100%;
    background: #4444;
    color: white;
    padding: 10px 0px 10px 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    display: inline-block;
    bottom: -100px;
}


/* 0.0??? */


.delete {
    color: transparent;
    background-image: url(../images/icons/trash.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

.edit {
    color: transparent;
    background-image: url(../images/icons/edit.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}


/* Search */

.search {
    /* position: relative; */
    /* width: 30%; */
    /* min-height: 45px !important; */
    /* float: right; */
    /* width: 30%; */
    /* min-height: 45px !important; */
    /* color: #333333; */
    /* font-family: 'Roboto', sans-serif; */
    /* font-size: 0.8rem; */
    /* padding: 10px; */
    margin-top: 30px;

}

.search_input {
    box-shadow: 0 1px 2px 0#1111;
    border-radius: 6px;
    font-size: 1.2vw;
    padding: 10px;
    padding-left: 35px;
    /* width: 20px; */
    /* height: 20px; */
    background-size: auto 20px;
    background-image: url(../images/icons/search.png);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 10px;
    /* float: left;
}
.search_input:focus-visible {
    outline: 1px solid rgb(27, 188, 155);


}

.search_dashboard {
    /* position: relative; */
    /* width: 30%; */
    /* min-height: 45px !important; */
    /* color: #333333; */
    /* font-family: 'Roboto', sans-serif; */
    /* font-size: 0.8rem; */
    /* padding: 10px; */
}

/* Invoice */

.add_new {
    display: inline-block;
    width: 45px;
    height: 35px;
    background-size: auto 30px;
    background-image: url(../images/icons/add.png);
    background-repeat: no-repeat;
    float: left;

}

.add_new:hover {
    width: 45px;
    height: 45px;
    background-size: auto 36px;

}
.show_all {
    display: inline-block;
    width: 45px;
    height: 35px;
    margin-top: 5px;
    background-size: auto 35px;
    background-image: url(../images/icons/all.png);
    background-repeat: no-repeat;
    float: right;

}
.show_ofert {
    display: inline-block;
    width: 45px;
    height: 35px;
    margin-top: 5px;
    background-size: auto 35px;
    background-image: url(../images/icons/ofert.png);
    background-repeat: no-repeat;
    float: left;

}
.show_invoice {
    display: inline-block;
    width: 45px;
    height: 35px;
    margin-top: 5px;
    background-size: auto 35px;
    background-image: url(../images/icons/invoice.png);
    background-repeat: no-repeat;
    float: left;

}
/* 1. Basic Styles */
/* 1. Basic Styles */
/* 1. Basic Styles */
/* 1. Basic Styles */
/* 1. Basic Styles */
/* 1. Basic Styles */

* {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.wrapper {
    width: 100%;
    top: 70px;
}

.innerwrapper {
    width: 100%;
    height: 90%;
    background-color: #fff;
}

#messagebox {
    background: #ffffff;
    width: 25rem;
    height: 35rem;
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 6px;
}

#textbox {
    width: 20rem;
    height: 30rem;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    color: #0B0B3B;
}

input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}


input {
    width: calc(100% - 0px);
    padding: 7px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #2222;
    border-radius: 3px;

}

input:focus-visible {
    outline: 1px solid rgb(27, 188, 155);
}
.tableInput {
    border: 0px solid #2222;
    background: transparent;


}

test {
    display: table;


}



input[type=submit] {

}

input[type=submit]:hover {


}

select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 3px 0px;
    width: 100%;
    background-color: #EDF0F7;
}


.export_div {
    width: auto;
    position: relative;
    color: white;
    padding: 20px;
    border: 0px solid #dadce0;
}

.export_button {
    cursor: pointer;
    float: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    padding: 10px;
    text-decoration: none;
}

.export_button:hover {
    border-radius: 6px;
    border: 1px solid #1111;
    cursor: pointer;
    background: #1111;
    float: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 10px;
    text-decoration: none;
}

.export_text {
    width: calc(100% - 12px);
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: black;

}

.logout_button {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: auto 16px;
    background-image: url(../images/icons/logout.png);
    background-repeat: no-repeat;
    float: right;
}

.login {
    background: #fff;
    display: inline-block;
    border: 1px solid #dadce0;
    width: 300px;
    height: auto;
    border-radius: 12px;
    position: relative;
    margin: 50px;
    padding: 25px;
}

.index {
    background: #FBFBEF;
    text-align: center;
    margin-top: 100px;

}

.rechnungsnummer {
    display: inline;
    color: #333;
    font-size: smaller;
}

.heads {
    margin: 0px 0px 15px 0px;
}


.kundendaten {
    position: relative;
    background-color: #fff;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 3px;
    margin: 20px 0px;
}

.kopfbereich {
    position: relative;
    background-color: #fff;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 3px;
}

.positionen {
    position: relative;
    background-color: #fff;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 3px;
    margin: 20px 0px;
}

.fußbereich {
    position: relative;
    background-color: #fff;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 3px;
}


.formular {
    padding: 15px;
    border-radius: 6px;
    margin-top: 30px;
    border: 1px solid #2222;
    background-color: #fff;
    box-shadow: 0 1px 2px 0#1111;
}
.form-wrapper {
    padding: 10px;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #2222;
}

.add_choice {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #2222;
    background-color: #fff;
    box-shadow: 0 1px 2px 0#1111;
}

.add_data {
    padding: 15px;
    border-radius: 6px;
    margin-top: 30px;
    border: 1px solid #2222;
    background-color: #fff;
    box-shadow: 0 1px 2px 0#1111;
}

.add_customer {
    padding: 10px;
    font-size: 0.85rem;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-align: center;
    border-radius: 3px 0px 3px 3px;
    border: 1px solid #2222;
    float: right;
    width: 220px;
    margin-bottom: 20px;
    margin-top: -5px;
    margin-right: 30px;
    background-color: rgb(27, 188, 155);
    box-shadow: 0 1px 2px 0 #3333;
}

.customer {
    padding: 15px;
    background: #eee;
    font-size: 0.85rem;
    color: black;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #2222;
    float: right;
}

.dashboard {
    padding: 15px;
    margin-top: 50px;
	position: absolute;
    left: 50%;
    transform: translate( -50%);
    width: 90%;
}

#log-in {
    width: 340px;
    position: absolute;
    text-align: center;
    left: 50%;
	bottom: 50%;
    transform: translate(-50%, 50%);
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0#1111;
}

#login-text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #0B0B3B;
    padding: 30px;
	box-shadow: 0 15px 70px 0 rgb(0 0 0 / 30%);
}

/* 2.0 Navbar */
.navbar2 {
    /* margin-top: 80px;*/
}

.nav2 {
    /* cursor: pointer; */
    background-color: #EDF0F7;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    border: 1px solid #1111;
    text-decoration: none;
    font-weight: 500;
    margin-right: 5px;
    border-radius: 6px;
	display: inline-block;
}

.nav2:hover {
border-top: 1px solid rgb(27, 188, 155);
border-bottom: 1px solid rgb(27, 188, 155);
cursor: pointer;
    font-weight: 1000;
}

.nav2_text {
width: calc(100% - 12px);
padding: 18px;
font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
color: black;

}

/* 2.1 Navbar Admin */

.nav2a {
    /* cursor: pointer; */
    background-color: #EDF0F7;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    border: 1px solid #1111;
    text-decoration: none;
    font-weight: 500;
    margin-right: 5px;
    border-radius: 6px;
	display: inline-block;
}

.nav2a:hover {
border-top: 1px solid #ff0000;
border-bottom: 1px solid #ff0000;
cursor: pointer;
    font-weight: 1000;
}

.cleaner {
    width: 30px;
    height: 30px;
    background-size: auto 20px;
    background-image: url(../images/icons/cleaner.png);
    opacity: 0.8;
    background-repeat: no-repeat;
    float: right;
}

.search_icon {
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    background-image: url(../images/icons/search.png);
    opacity: 0.8;
    background-repeat: no-repeat;
    float: left;
}

/* 0.0 ??? */
.title {
    text-decoration: transparent;
}

}

.ebay {
    width: 60px;
    height: 16px;
    margin-top: 5px;
    background-size: auto 15px;
    background-image: url(../images/ebay.png);
    background-repeat: no-repeat;
	display: inline-block;
	float: right;
}

.amaz {
    width: 60px;
    height: 16px;
    margin-top: 5px;
    background-size: auto 15px;
    background-image: url(../images/amazon.png);
    background-repeat: no-repeat;
	display: inline-block;
	float: right;
}

.totop {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: auto 60px;
    background-image: url(../images/icons/top.png);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 28px;
    right: 50px;
    z-index: 1;
}


/* Contact */

.contact-textbox {
    border: 0px solid #ffffff;
    width: 100%;
    height: auto;
    min-height: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 0px;
    position: relative;
    margin-bottom: 50px;
    padding: 25px;
}

/* Tabellen */

.selektor {
    white-space: pre-line;
}


table {
	border-collapse: collapse;
	font-family: 'Heebo', sans-serif;
    word-break: keep-all;
    width: 100%;
}

thead {
    color: #fff;
    border-right: 1px solid #6666;
    border-top: 1px solid #6666;
    height: 34px;
}

th {
    border-left: 1px solid #6666;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8vw;
    font-weight: 100;
	background-color: rgb(27, 188, 155);
}


td {
    border: 1px solid #e5e5e5;
    padding: 5px 0px 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8vw;
    text-align: left;
}


tr:nth-child(even) {
    border-left: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0;
    background: whitesmoke;
    padding: 5px;
}


td select, td input {

    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background: transparent;
}

        td i {
            left: 50%;
            position: relative;
            transform: translateX(-50%);
            cursor: pointer;
        }


/* NEUE SUCHE */

                * {
                    box-sizing: border-box;
                }

                /* Style the search field */
                form.example input[type=text] {
                    padding: 10px;
                    font-size: 17px;
                    border: 1px solid grey;
                    float: left;
                    width: 80%;
                    background: #f1f1f1;
                }

                /* Style the submit button */
                form.example button {
                    float: left;
                    width: 20%;
                    padding: 10px;
                    background: #2196F3;
                    color: white;
                    font-size: 17px;
                    border: 1px solid grey;
                    border-left: none; /* Prevent double borders */
                    cursor: pointer;
                }

                form.example button:hover {
                    background: #0b7dda;
                }

                /* Clear floats */
                form.example::after {
                    content: "";
                    clear: both;
                    display: table;
                }
.table input[type=text], input[type=number], textarea {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.table textarea {
    resize: none;
}

.addRow {
    text-align: center;
    top: 30px;
    padding: 5px;
    font-family: 'Heebo', sans-serif;
}

.addRow span {
    text-decoration: none;
    color: white;
    border-radius: 3px;
    background: #0a3058;
    padding: 3px 10px;
    margin: 5px;
    float: left;
}

.price {
    position: relative;
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
}

.total_price {
    position: relative;
    text-align: right;
    font-size: 2rem;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
}

.adresse {
    display: grid;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    width: 100%;
}

.datum {
    display: grid;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    width: 100%;
}

.adresse_block {
    display: flex;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;

}

@media screen and (max-width: 600px) {
    table, select {
    font-size: 1.5rem;
}

@media screen and (max-width: 500px) {
    table, select {
    font-size: 1.3rem;
}

@media (min-width: 1260px)

.container {
    width: 400px;
}
    .navbar_button {
        cursor: pointer;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 3vw;
        padding: 15px;
        font-weight: 500;
        text-decoration: none;
        float: right;
        border-radius: 6px;
    }


