/* GENERAL */

* { 
    margin: 0; 
    padding: 0; 
    font-family: Arial;
}

.error{color: #ff0000;}

h1 {
    color: #ff4d00;
    /*text-decoration: none;*/
    font-size: 40px;
}

h1 a{
    color: #ff4d00;
    text-decoration: none;
}

h2 {
    color: #ff4d00;/*#ffa500;*/
    /*text-decoration: none;*/
    font-size: 30px;
}

h2 a{
    color: #ff4d00;
    text-decoration: none;
}

h3 {
    color: #ff8200;
    /*text-decoration: none;*/
    font-size: 20px;
}

p {
    color: #9e9e9e;
    font-size: 15px;
}

.topIMG {
    text-align: center;
}

/*MAIN PAGE*/

.mainpage {
    background-color: #353535;
    background-image: url("img/bg1.jpg");
    background-attachment: fixed;
    background-size: cover;
}

.mainpage body {
    margin-top: 65px;
    background: none;
}

.bodydiv {
    margin: 0 50px;
}

.mainpagediv {
    background:rgba(0, 0, 0, 0.85);
    padding: 25px;
}



/*Header Navigation*/
/*
head {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: auto;
	overflow: auto;

}*/

body {
    background-color: #353535;
    margin-top: 65px;
}

.headnav {
    background-color: #000000;
    width: 100%;
    position:fixed;
    top: 0;
    text-align:center;
}

.headnav a {
    float: left;
    color: #ffffff;
    padding: 15px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

.headnav a:hover {
	background-color: #353535;
	color: #ffffff;

}

.headnavleft {
    float: left;
}

.headnavright {
    float: right;
}

.headnavcenter {
    text-align:left;
    margin:0 auto !important;
    display:inline-block;
}

/*Header Search*/
.searchdiv {
    width: 500px;
    height: 50px;
    padding: 0px 16px;
}

.searchdiv input[type=image] {
    border: 0;
    height: 30px;
    vertical-align: middle;
}

.searchdiv input[type=text] {
    border: 0;
    height: 30px;
    width: 70%;
    border-radius: 15px;
}

.searchdiv form {
    padding: 10px;
}

/*Cocktail Box*/
.cocktaildivmain {
    border-style: solid;
    border-width: 0px;
    margin: 10px;
    border-radius: 20px;
    background-color: #1c1c1c;
    padding-bottom: 5px;
    padding-top: 5px;
}
/*
.cocktaildiv h1 a{
    color: #ff4d00;
    text-decoration: none;
}

.cocktaildiv h2 {
    color: orange;
    text-decoration: none;
}

.cocktaildivmain p {
    color: #9e9e9e;
}

*/


.cocktaildiv {
    padding: 20px;
}

.cocktaildiv th {
    display: none;
}

.cocktaildiv div {
    padding-bottom: 20px;
}

.cocktaildiv table {
    width: 50%;
    border-style: none;

}

.cocktaildiv td {
    padding: 10px 20px;
    
    border-style: none;
    border-bottom: dotted;
    border-spacing: 0px;
    border-width: 1px;
    color: #9e9e9e;

}

.cocktaildiv tr {
    border-style: solid;

}

.editdelbtn {
    /*float: left; */
    padding-right: 10px; 
    padding-left: 5px;
    color: #ff4d00; 
    text-decoration: none;
    cursor: pointer;
}

.ctdivdate {
    color: #9e9e9e;
}

/*ctview Box*/

.ctviewdivmain {
    margin: 10px;
    border-radius: 20px;
    background-color: #1c1c1c;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow:auto;
    /*height:min-content;*/
}

.ctviewdiv {
    padding: 20px;
}

.ctviewdiv th {
    display: none;
}
/*
.ctviewdiv div {
    padding-bottom: 20px;
}
*/
.ctviewdiv table {
    width: 100%;
    border-style: none;

}

.ctviewdiv td {
    padding: 10px 20px;
    
    border-style: none;
    border-bottom: dotted;
    border-spacing: 0px;
    border-width: 1px;
    color: #9e9e9e;

}

.ctviewdiv tr {
    border-style: solid;
}

.ctimgdiv{
    margin-left: auto;
    margin-right: auto;
    /*border-style: solid;*/
    height: 500px;
    width: 500px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.ctimgdiv img {

    width:500px;
    height:500px;
    object-fit:cover;

    position: absolute;
    margin: auto; 
    border-radius: 15px;
}

.ctviewTitle{
    width: 100%;
    border-width: 1px;
}

.ctviewTop{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.ctviewTop button{
    border-style: none;
    padding: 0px 10px;
    margin: 0px 5px;
}

.ctviewTop button{
    margin-top: 3px;
}

.ctviewTag{
    padding: 5px 0px;
    margin-bottom: 5px;
    width: 100%;

    border-width: 1px;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-color: #ff4d00;
}

.ctviewTag a{
    padding: 2px 15px;
    background-color: #353535;
    border-radius: 15px;
    width: min-content;
    color:#ffffff;
    text-decoration: none;
}

.ctleftview{
    width: 50%;
    height: 100%;
    float: left;
}

.ctrightview{
    width: 50%;
    height: 100%;
    float: right;
}

.ctviewdate {
    float: left; 
    padding-left: 10px;
    color: #9e9e9e;
}

.ctviewUpvoteBtn{
    padding: 5px;
}

.ctviewDownvoteBtn{
    padding: 5px;
}


/*Add Cocktail*/

.addctdiv {
    border-style: solid;
    border-width: 0px;
    margin: 10px;
    border-radius: 20px;
    background-color: #1c1c1c;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.addctdiv button {
    width: 100%;
    height: 30px;
    border-radius: 15px;
    border-width: 0px;
    background-color: #008200;
    color: white;
}

.addctzutatendiv {
    width: 100%;
}

.addctMenge {
    float: left;
    width: 8%;
}

.addctMenge input {
    width: 100%;
    height: 30px;
    border-width: 1px;
    border-right-width: 0px;
    border-color: #9e9e9e;
    -moz-appearance: textfield; /*firefox hide arrows*/
    background-color: #1e1e1e;
    color: #9e9e9e;
}

/* Chrome, Safari, Edge, Opera hide arrows*/
.addctMenge input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.addctEinheit {
    float: left;
    width: 7%;
}

.addctEinheit select {
    width: 100%;
    height: 30px;
    border-width: 1px;
    border-right-width: 0px;
    border-color: #9e9e9e;
    -moz-appearance: textfield; /*firefox hide arrows*/
    background-color: #1e1e1e;
    color: #9e9e9e;
}

.addctZutat {
    float: right;
    width: 85%;
}

.addctZutat input {
    width: 100%;
    height: 30px;
    border-width: 1px;
    border-left-width: 0px;
    border-color: #9e9e9e;
    background-color: #1e1e1e;
    color: #9e9e9e;
}

.addctnamediv {
    width: 100%;
}

.addctnamediv input {
    width: 100%;
    height: 40px;
    border-width: 1px;
    border-color: #9e9e9e;
    background-color: #1e1e1e;
    color: #9e9e9e;
}

.addctnamediv textarea {
    width: 100%;
    height: 80px;
    border-width: 1px;
    border-color: #9e9e9e;
    background-color: #1e1e1e;
    color: #9e9e9e;
}
/*
.addctnamediv input[type=text] {
    border-radius: 15px;
}

.addctnamediv textarea {
    width: 100%;
    border-radius: 15px;
}
*/