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

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

	Test
	Basics
	Container
	Icons
	Table
	Logo
	Buttons
	Search
	Footer
	Invoice
	undefined


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

/* Test */

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

}

.phptest {
    bottom: -5em;
    width: 100%;
	height: 70%;
    pointer-events: ;
    display: inline-block;
    bottom: 1px;
    z-index: 1;
    background-color: #ffffff;
	border-top: 1px solid #2222;
	text-align: center;
	font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
	
}

.audio {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    padding: 6px;
    font-weight: 1000;
    text-decoration: none;
    float: right;
}

.audioc {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    padding: 6px;
    font-weight: 1000;
    text-decoration: none;
    float: right;
	width: 500px;
	height: 80px;
}

/* Basics */

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

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

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
	    color: #444;

}
a:hover {
    cursor: pointer;
    text-decoration: none;
	    color: rgb(27, 188, 155);

}

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

/* Container */

.container {
    border-radius: 6px;
    /* border: 1px solid #2222; */
    /*background-color: white;*/
    /* box-shadow: 0 1px 2px 0#1111; */
}

.container_add {
    margin-top: 0px;
}


/* Navbar */

.navbar {
    z-index: 500;
    width: 100%;
    padding: 5px;
    position: fixed;
    top:0px;
    background-size: cover;
	background-color: #ffffff;
	border-bottom: 1px solid #2222;
}

.navsearch {
    z-index: 500;
    width: 100%;
    padding: 5px;
    top:0px;
    background-size: cover;
	border-bottom: 1px solid #2222;
}


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

.fullnavbar2 {
    z-index: 500;
    /* width: 100%; */
    /* padding: 15px; */
    position: fixed;
    /* top: 0px; */
    /* border-bottom: 1px solid #1111; */
    background-size: cover;
    left: 50%;
    transform: translate( -50%);
	display: contents;
	padding: 20px;
}

/* Logo */

.logo {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    padding: 6px;
    font-weight: 1000;
    text-decoration: none;
    float: left;
}

.logo:hover {
	color: rgb(27, 188, 155);
}

.logos {
	font-size: 1.5rem;
    font-weight: 1000;
    text-decoration: none;
    float: left;
    font-family: 'Roboto';
	    display: contents;

}

/* Buttons */

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

}

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

.next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: auto 30px;
    background-image: url(images/icons/next.webp);
    background-repeat: no-repeat;
    float: right;
}

.back {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: auto 30px;
    background-image: url(images/icons/next.webp);
    background-repeat: no-repeat;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: "FlipH";
	filter: FlipH;
	float: left;
}


.kurlibt {
    display: inline-block;
	margin-top: 5px;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    background-image: url(images/icons/tile.png);
    background-repeat: no-repeat;
}

.kurrowbt {
    display: inline-block;
	margin-top: 5px;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    background-image: url(images/icons/row.png);
    background-repeat: no-repeat;
}

.kurtabbt {
    display: inline-block;
	margin-top: 5px;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    background-image: url(images/icons/table.png);
    background-repeat: no-repeat;
}


/* Search */

	.search_result {
		background-color: rgba(255,255,0,0.3); 
		/*padding: 10px; */
		font-family: 'Roboto', sans-serif; 
		font-weight:100;
		display: flex;
		border-radius: 0px 0px 12px 12px;
	}

.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: 25px;
    font-size: 1.2vw;
    padding: 10px;
    padding-left: 35px;
    /* width: 20px; */
    /* height: 20px; */
    background-size: auto 60%;
    background-image: url(images/icons/search.png);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 10px;
	background-position-x: 98%;
	/* width: 60%; */
    /* float: left; */
	margin-top: 10px;
}

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

/* Footer */

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

.footer {
    bottom: -5em;
    width: 100%;
	height: 60px;
    pointer-events: ;
    display: inline-block;
    position: fixed;
    bottom: 1px;
    z-index: 1;
    background-color: #ffffff;
	border-top: 1px solid #2222;
	text-align: center;
	font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
	
}

.footercon {
    width: 75%;
	display: inline-block;
}


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


/* 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;

}


/* Export */

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

}


.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 {
	position: absolute;
    left: 50%;
	top: 460px;
    transform: translate( -50%);
    width: 85%;
	padding-bottom: 80px;
}

.indexfix {
    padding: 15px;
	position: absolute;
    left: 50%;
	top: 30%;
    transform: translate( -50%);
	width: 60%;
}

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

h1 {
	font-size: 2rem;
    font-weight: 1000;
    text-decoration: none;
    float: left;
    font-family: 'Roboto';
}

.goback {
    /* 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;
	float: right;
}

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

}


/* Navbar2 */
.navbar2 {
    z-index: 500;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 20px;
    padding-bottom: 10px;
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #1111;
    background: #EDF0F7;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
}

.navbar3 {
    z-index: 500;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 20px;
    padding-bottom: 10px;
    top: 0px;
    border-bottom: 1px solid #1111;
    background: #EDF0F7;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
}

.nav2div {
	padding: 1px;
}

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



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

}

/* Navbar Admin */

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

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

/* Icons */

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

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

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

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

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

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

/* Table */

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

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

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: 1.4vw;
    font-weight: 100;
	background-color: rgb(27, 188, 155);
}


td {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
    text-align: left;
	/*border-top: 2px solid #EDF0F7;*/
}


tr:nth-child(even) {
    /*border-left: 1px solid #dadce0;*/
    /*border-right: 1px solid #dadce0;*/
    /*border-bottom: 1px solid #dadce0;*/
    /*border-top: 2px solid #EDF0F7;*/
    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;

}

/* undefined */

.title {
    text-decoration: transparent;
}

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

.textBox {
float: left;
    width: 100%;
    margin-bottom: 40px;
    /* border: 6px solid #EDF0F7; */
    /* border-radius: 0px 0px 12px 12px; */
    padding: 20px;
    /* padding-bottom: 20px; */
    box-shadow: 0 0px 50px 0 rgb(0 0 0 / 30%);

}

.textBox1 {
float: left;
    width: 100%;
    margin-bottom: 40px;
    /* border: 6px solid #EDF0F7; */
    /* border-radius: 0px 0px 12px 12px; */
    /* padding-bottom: 20px; */
    /*box-shadow: 0 0px 50px 0 rgb(0 0 0 / 30%);*/

}

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

.viewchange {
    z-index: 500;
    width: 100%;
    padding: 5px;
    position: fixed;
    top: 0px;
    background-size: cover;
    background-color: #ffffff;
	border-bottom: 1px solid #2222;
}


.trap {
    font-family: 'Roboto', sans-serif;
    padding: 6px;
    font-weight: 1000;
    text-decoration: none;
    float: left;
	color: rgb(27, 188, 155);
}

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

.langua {
    font-size: 1vw;
	float: right;
}

/* Tooltip container */
.tooltip {
  position: absolute;
  /* display: inline-block;*/
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	width: 50%;
    float: left;
	
}

/* Tooltip container */
.tooltipn {
  position: relative;
  /* display: inline-block;*/
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Tooltip text */
.tooltipn .tooltiptextn {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
	float:right;
 
  /* Position the tooltip text - see examples below! */
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipn:hover .tooltiptextn {
  visibility: visible;
}


/* Mobile Media */

	/* Desktopscreen 992px to ... */
@media screen and (min-width: 992px){
.mobile {display: none !important;}
.no-mobile {display: block !important;}
	
	.dashboard {
    top: 80px;
}
...
}

/* Small screen / tablet / 760px to 991px */
@media (max-width: 991px) {
.mobile {display: block !important;}
.no-mobile {display: none !important;}

	.indexfix {
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate( -50%);
    width: 80%;
    font-size: 2vew;
}

	h1 {
    color: #222222;
    font-size: 6vw;
}
	p {
    font-size: 4vw;
}
	
	.logo {
	font-size: 4vw;
}
	
	.dashboard {
		width: 96%;
		top: 160px;
}
	.nav2 {
    /* cursor: pointer; */
    background-color: #ffffff;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
	padding-right: 10px;
    border: 1px solid #1111;
    text-decoration: none;
    font-weight: 500;
    margin: 5px;
    border-radius: 25px;
    display: inline-flex;
    font-size: 4vw;
}
	.navbar2 {
		background: #EDF0F7;
		padding: 60px;
}
	.search_result {
		font-size: 4vw;
		line-height: 70px;
}
	.logout_button {

    width: 80px;
    height: 80px;
    background-size: auto 80px;

}
	td {
    font-size: 4vw;
}
	input {
    width: calc(100% - 0px);
    padding: 7px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #2222;
    border-radius: 3px;
    height: 100px;
}
	.search_input {
    font-size: 4vw;
	background-size: auto 60px;
    background-image: url(images/icons/search.png);
    opacity: 1;
    background-repeat: no-repeat;
    background-position-y: 20px;
	}
	.kurrowbt {
    display: inline-block;
	margin-top: 5px;
    width: 80px;
    height: 80px;
    background-size: auto 80px;
    background-image: url(images/icons/row.png);
    background-repeat: no-repeat;
}

.kurtabbt {
    display: inline-block;
	margin-top: 5px;
    width: 80px;
    height: 80px;
    background-size: auto 80px;
    background-image: url(images/icons/table.png);
    background-repeat: no-repeat;
}
...
}



/* Smaller screen / tablet+phone / 480px to 759px */
@media (max-width: 759px) {
.mobile {display: block !important;}
.no-mobile {display: none !important;}

	.indexfix {
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate( -50%);
    width: 80%;
    font-size: 2vew;
}
...
}

