html {
/*  box-sizing: border-box; */
    font-family:sans-serif;
    background-color: #D3AF91;
    background: url(https://www.notenversand24.de/leckmich.png);
    background-size: contain;
}

body {
  margin: 0;
  background: #FFFDFB;
}

body a {color: #434400;
    text-decoration:none;
    background: #FFFFFF;
    border-bottom: 1px dashed #F1DECF
}

body a:hover {
  border-bottom: 1px dashed #6E3406;
}


h1 {
    color: #4C2200;
    text-shadow: -1px -1px 0 #ffffff, 1px 1px 0px #ffffff;
font-size:24px;
}

/* Style the header */
#header {
  background-color: #F8EDE4;
  padding: 10px;
  text-align: center;
  display:flex;
  justify-content: space-between;
  border-left: 1px solid #6E3406;
  border-right: 1px solid #6E3406;
}

#header #logo {
}

#header h1 {
    margin: 0;
    color: #4C2200;
    text-shadow: -1px -1px 0 #ffffff, 1px 1px 0px #ffffff;
    letter-spacing: 1.6px;
    text-align: left;
    font-size: 28px;
}

#header h2 {
    margin: 0;
    color: #4C2200;
    text-shadow: -1px -1px 0 #ffffff, 1px 1px 0px #ffffff;
    letter-spacing: 1px;
    text-align: left;
    font-size:17px;
}

#header #suchen {
    background: transparent;
	float: right;
    background-image: url(https://notenversand24.de/notenversand24.gif);
    background-size: contain;
    background-repeat: no-repeat;
    width: 266px;
}

.such {margin-top: 14px;
    margin-left: 38px;}

form .textbox { 
    font-size: 18px;
    width: 144px;
    height: 24px;
    border-radius: 6px;
}
form .button {
	    font-size: 20px;
	    border-radius: 6px;
}


/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #6E3406;
    background-image: linear-gradient(#6E3406, #D9A881);
    border: 1px solid #6E3406;	
    margin: 0;
    padding: 12px 0 12px 0;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
      background: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  text-shadow: 1px 1px 0 #ffffff;
}

.topnav ul li {
	float: left;
	list-style: none;		
}
.topnav ul li a {
    padding: 0 10px;
    text-shadow: 1px 1px 0 #000000;
}


.topnav ul{
	margin: 0; padding: 0 0 0 22px;
}





/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 20%;
}

.side ul {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
	font-size:96%;
}
.side li {
	border-bottom: 1px dotted  #D9A881;
    padding: 1px 0 6px 18px;
    margin: 6px 2px;
    background: url(images/bullet.gif) no-repeat 2px 2px;
    padding: 3px 0 10px 24px;
}

.listimg {width:160px; margin-top:12px;}

.violi{
    margin:auto;
    text-align: center;
    margin-top: 20px;
}
.violin {
    transition-duration: 3s;
    fill: #EBCEB7;
}
    
.violin:hover{
    transform: scale(1.05);
    cursor: pointer;
    fill: #BB7033;
}




/* Middle column */
.column.middle {
  width: 70%;
}

/* Clear floats after the columns */

.row {
    border-left: 1px solid #6E3406;
    border-right: 1px solid #6E3406;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
    .column.side, .column.middle {width: 98%;}
    .listimg {width:120px;}
    #suchen {display:none;}
}
  

@media screen and (min-width: 1024px) {
  body {
    width: 1024px;
    margin:auto;
  }
}
/* Style the footer */
.footer {
    background-color: #D9A881;
    color: #ffffff;
    text-align: center;
    border: 1px solid #6E3406;

    background-image: linear-gradient(#6E3406, #D9A881);
    text-shadow: 0px 0px 3px #000000;
    line-height:2em;
}
.footer a{
    color: #ffffff;
    text-shadow: 0px 0px 3px #000000;
    background: none;
}
.footer a:hover{
  border-bottom: 1px dashed #FFFFFF;
}


/* old Stuff */

img
{
   border      : none;
}

input
{
background-color: #ffffff; 
border-color: #efefef; 
color: black; 
}

table, tr
{
	border               : none;
	border-collapse      : collapse;
    line-height: 1.5em;
    overflow-x:auto;
    background-color:#FDFAF7;
}
table
{
	border                :none;
}
thead th,
tbody th
{
border-left           : 1px solid #CCC; 
	/*	padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px */
}
tbody th
{
  background            : #ECECEC;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
  padding               : 5px 5px;
}
tbody tr:hover
{
  background: #FFFFFA;;
}

tfoot td,
tfoot th
{
  border-left           : medium none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url('foot_bck.gif');
  color                 : #666
}



.primage{
    overflow:hidden; 
    transition:1s;
    opacity:0.9;
    border:none;
    cursor: zoom-in;
    max-width: 100%;
    margin-right: 10px;
    margin-top: 10px;
        float: left;
}

.primage:hover{opacity:1;
}

.kompname {color:#927272;}

.aname {color:#000000; font-weight:bold;}

.prodinfo{font-size: 18px;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 12px;
    max-width: 94%;
}

.minfo {
    font-weight:bold; 
    color:#2087D6; 
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 2em;
}

.minfo img{
        cursor: pointer;
        max-width: 100%;
}
.minfolink {
    font-weight:bold; 
    color: #C00000;
    text-shadow: 1px 1px 0px white;
    transition:0.5s;
}

.minfolink:hover{border-bottom: 1px dashed #C00000;
}

.statisch {
    padding: 10px 10px 10px 26px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}

.navipro {
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.navipro a{
    font-size: 18px;
}

.navipro a:hover{color:#660000;}

.nxt {
    text-align:center;
    margin-bottom: 16px;
    font-size: 19px;
    letter-spacing: 5px;
}
.nxto {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 19px;
    letter-spacing: 5px;
}

.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.uberhr{
    border: none;
    height: 2px;
    background-image: linear-gradient(to right, rgba(128, 0, 0, 0), rgba(110, 52, 6, .75), rgba(0, 0, 0, 0));
    margin-top: 20px;
    margin-bottom: 20px;
}

