
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0px;
    font-family: 'Tahoma';
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
	margin-bottom: 0px;
	
}
html {
    /*  background-color:  rgb(214, 214, 214); */
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
	    margin-top: 0px;
	margin-bottom: 0px;
}

body {
    color: rgb(66, 66, 66);
    font-family: 'Tahoma';
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    opacity: 1.00;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: justify;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    background-color: white;
    margin: auto;
    position: relative;
    top: 0;
    z-index: 0;
}


/* ********************* Menue *********************************  */
/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    background-color: #333;
	margin-top: -3px;	
	width:100%;
    max-width: 100%;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

    .topnav .icon {
        display: none;
    }
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.main {
    float: left;
    width: 53%;
	margin-top: 48px;	
}

.right {
    float: left;
    width: 25%;
    margin-top: 70px;
    padding: 0 20px;
}
.left {
    float: left;
    width: 20%;
    padding: 0 20px;
    margin-top: 70px;
}

.impressum {
    margin-bottom: 10px;
}
.cropimg {
    width:100%;
    max-width: 100%;
    height: auto;
    margin-top: 24px;

}

.cropimgT {
    width:100%;
    max-width: 100%;
	height: auto;
    margin-top: 24px;
    margin-bottom: 0px;

}




#header_picture
{
    width:100%;
    max-width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 0px;
	padding-bottom: 0px;

	
	
}
/* *************************** Price List ******************************* */
.pricelist_description {
    text-align:left; 
    width:155px;
    float:left;   
    position:relative;
    padding-left:0px;
    margin-left: 0px;
    color: rgb(66, 66, 66);
}
.pricelist_description2 {
    text-align:left; 
    width:190px;
    float:left;   
    position:relative;
    padding-left:10px;
    margin-left:0px;
    color: rgb(66, 66, 66);
    }

.pricelist_price {
    text-align: right;
    width: 100px;
    padding-right: 5px;
    position:relative;
    vertical-align:bottom;
    }
	
   .pricelist_table {
    left:20px;
    width:60%;
    position:relative;
    top: 0px;
    padding-left:4px;
    border-collapse:collapse;
	margin-top: 0px;
	margin-bottom: 10px;
	
    }



/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
/*        .topnav a:not(:first-child) {
            display: none;
        }*/
	  .topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	  }
	  .topnav a.icon {
		float: right;
		display: block;
	  }
	}

	@media screen and (max-width: 600px) {
	  .topnav.responsive {position: relative;}
	  .topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	  }
	  .topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	  }
	  .topnav.responsive .dropdown {float: none;}
	  .topnav.responsive .dropdown-content {position: relative;}
	  .topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	  }
    }


/* **************************** Allgemeine Formatierungen **********************  
   *                                                                           *  
   *                                                                           *  
   *                                                                           *  
   *                                                                           *  
   *****************************************************************************
    Hauptüberschrift im Haupttext 
  */
h1 {
    margin-top:6px;
    color: rgb(0, 118, 0);
    font-family: 'Tahoma-Bold', 'Tahoma';
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    opacity: 1.00;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

    /* 2. Überschriftebene im Haupttext
        ehemals paragraph_style_7 + 13 px*/
h2 {
    color: rgb(0, 118, 0);
    font-family: 'Tahoma-Bold', 'Tahoma';
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    opacity: 1.00;
    padding-bottom: 6px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

h3 {
    color: rgb(0, 118, 0);
    font-family: 'Tahoma-Bold', 'Tahoma';
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    opacity: 1.00;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	text-align: left;
	
}

p {
    padding-bottom: 0px;
    text-align: justify;
}
.PAbstand
{
	padding-top: 8px;
}

ul {
    margin-left: 36px;
    margin-bottom: 12px;
	text-align: left; 
	
}

td, th {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #dddddd;
  width:50%;
}


@media screen and (max-width: 600px) {

    .main {
        width: 100%;
    }

    .left, .right {
        width: 100%;
    }

    h1 {
        /*  font-size: 5vw;*/
    }

    h2 {
        /* font-size: 5vw;*/
    }
.cropimg {
    width:100%;
    max-width: 100%;
    height: auto;
    margin-top: 24px;

}
.cropimgT {
    width:100%;
    max-width: 100%;
    height: auto;
    margin-top: 24px;

}
    
    
}

/* Button main page */
/*.btn btn-lg btn-block btn-primary widget-button mt-1-5 */
.text-box,
.btn
{
   /*  margin-left: 44vw;
   margin-top: 42vh; */
   text-align: center;
   	vertical-align: middle;
    font-size:16px;
   font-weight:bold;
   font-family:Arial,Helvetica Neue,sans-serif;
}

.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 35px 0px 35px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
	/*position: absolute;*/

}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white,
.btn-primary  {
    background-color: #529e42;
    color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
	/*position: absolute; */
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
	text-align: center;
	vertical-align: middle;
}

.btn-white::after {
    background-color:  #529e42;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
	text-align: center;
	vertical-align: middle;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
