/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
       url('../fonts/rubik-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rubik-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rubik-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rubik-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rubik-v7-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* Poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins'), local('Poppins-Regular'),
       url('../fonts/Poppins-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Regular.otf') format('otf'); 
}


.hr {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 2px;
}



#header	{
	z-index: 1;
	position: relative;
	padding: 0;
	margin: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
	background-color: transparent;
}


#logo {z-index: 20;width: 74px;height: 74px;top: -75px;left: 0px;}
#logo img{ width: 100%; height: auto; margin: 0%; }
.logtext {font-family: 'Rubik', sans-serif;font-size: 1em;float: left;margin: 0px 20px 0px 10px;}
	
#inhalt {	padding: 0px; margin: 0px; width: 100%; position: relative; overflow: hidden; height: auto;	}



#die_tonne {
	width: 100%;
	overflow: visible;
	position: relative;
	left: 0%;
	right: 0%;
	margin: 0px auto 0px auto;
	text-align: center;
	top: 0px;
	min-height: 600px;
	background-color: #FFFFFF;
}

.covb	{
	top: -13px;
	margin: 0px;
	width:100%;max-height:1000px;
	font-weight: 700;	
	position:relative;
	}

.covb	{
	top: 36px;
	margin: 0px 0px 150px auto;
	width:100%;max-height:1000px;
	font-weight: 700;	
	position:relative;
	}

.covb img	{
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height:1000px;
	padding: 0px;
	z-index: 5;
	margin-top:-100px;
}

.covtext {
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	color: #f0f0f0;
	margin: -260px 59% 0px 1%;
	width:40%;
	height:400px;
	padding: 20px 80px 40px 40px;
	font-weight: 700;	
	position:absolute;
	z-index: 10;
	background-color:#E23939#;
}



.flex-container	{
width: 90%;  margin: 0px auto 0% auto; float:none; clear:both; text-align: center;	}

.sole	{
background-color: #f0f0f0;
width: 30%;
height: 250px;
float:left;
padding: 12px;
margin: 12px;

}

.box100	{
width: 90%; height: 140px; float:none; margin:auto; text-align: left;
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	color: #000000;

}

.center {
  margin: auto;
  width: 90%;
  border: 0px solid #73AD21;
  padding: 10px;
  text-align:left;
}


/*----------Main Naviagtion-----------*/

#main_men_tonne {
	left: 24px;
	margin: 0px auto 0px auto;
	z-index: 20;
	position: relative;
	padding: 0px auto 0px auto;
	width: 100%;
	visibility: visible;
font-family: 'Rubik', sans-serif;
	height: 75px;
	text-align: center;
	float:none;
	}

#mobimen {display:none;}


#main_menti {
	height: 40px;
	z-index: 3;
	padding: 1% 1% 0px 1%;
	width: 100%;
	visibility: visible;
	clear: both;
	text-align: center;

}

.dropbtn,dropbtn a {
  width: 20%;
  max-height: 40px;
  color: #3E95EA;
  margin: 0px;
  padding: 1em;
  font-size: 1em;
  border: none;
  cursor: pointer;
  min-width: 100%;
   background-color: transparent;
   font-weight: 700;
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
 width: 18%;
 height: 20px;
  position: relative;
  display: inline-block;
  margin: 0px; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  font-size: 1.2em;
  display: none;
  position: absolute;
  margin: 0em;
  padding: 1em 10% 1em 10%;
   background-color: transparent;
  width: 80%;
  z-index: 80;
background-color: #c5e9ff;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: #3E95EA;
  padding: 1px 1px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent; color: #3E95EA;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: transparent;
}


h1,h2,h3,h4,h5, .content h2 {
text-align:center;
font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
  margin: 0em auto 0em auto;
}

h1,h2 {
font-size: 1.8em;
line-height: 2em;
margin: 0em auto 1em auto;
}	


div { text-align: center;font-family: 'Rubik', sans-serif;font-size: 1em;line-height: 100%;	font-weight: 100;margin: 0px; padding: 0px;	height: auto;position:relative;}

p strong { font-weight: 600; }
	
a {
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #53Bf53;
}


li {
	text-align: left;
font-family: 'Rubik', sans-serif;
	font-size: 1em;
	line-height: 100%;
	font-weight: 400;
	margin: 1.2em;
	list-style-position: inside;
}

.content {
	width: 70%;
	top: 0px;
	padding: 10px 0px 40px 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 15%;
	margin-left: 15%;
	clear: both;
	overflow: visible;
	line-height: 120%;
}

.tebi {
	width: 80%;
	margin: 1% 2% 1% 6%;
	float: none;
	background-color: #E5E5E5;
	font-family: 'Rubik', sans-serif;
	font-size: 1em;
}

.tebi offbildtxt{font-weight: 800;}
.tebi offbildtxt p {font-weight: 400;width: 80%;margin: 1em auto 2em auto;}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.pdtxt {
margin: 0em auto 6em 30px;
width: 50%;
float: left; 
padding:0px 0px 2em 4em;
}




.cimagel, pdpic {
	text-align:center;
	margin: 2px;
	padding: 20px auto 20px auto;
	line-height: 100%;
	width: 100%;
}

.pdpic{
float:none;
clear:both;
width:40%;
}

.pdpicd {
float:left;width:30%;margin: 0px 20px 0px auto;
}

.cimagel img, .pdpic img, .pdpicd img {
	width:90%;
	height:auto;
	margin: 1em 5% 1em 5%;
}




.offpic	{
	width: 40%;
	height: auto;
	float: left;
	margin: 0em;
	margin-right: 2em;
}



.offtxt	{
width: 100%;
float: left;}

.offpic img {
 max-width: 100%;
 height: auto;
 }


.offlei {
clear:both;
width:80%;
margin: 0px 20% 0px auto;
padding: 2em;
text-align: left;
}

.content .imgbox	{
	font-size: 0.8em;
	clear: both;
	float: none;
	width: 100%;
	max-width:100%;
	position: relative;
}

.imgbox img	{
max-width:100%;
border: 0;
}

.fotogadb	img{
	padding: .2em;
	margin:.8em;
	background-color: #D9F4FB;
	width:80%;
	height:auto;
	max-height: 160px;
}
.fotogadb	img:hover
{
	background-color: #73d7ef;
}


.button_green{background:#ffc600;background:#ffc600 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:#ffc600 -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));background:#ffc600 -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:#ffc600 -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:#ffc600 -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:#ffc600 linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);border:1px solid #e7b300;border-bottom:1px solid #d4a400;border-left:1px solid #e7b300;padding:4px 12px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#222;display:inline-block;font-size:1.2em;font-weight:bold;text-decoration:none;text-shadow:0 1px rgba(255,255,255,.75);cursor:pointer;line-height:normal;padding:8px 15px;margin-top:-8;font-family: 'Rubik', sans-serif;}
.button_green:hover{color:#222;background:#ffc600;background:#ffc600 -moz-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:#ffc600 -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.3)),color-stop(100%,rgba(0,0,0,.3)));background:#ffc600 -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:#ffc600 -o-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:#ffc600 -ms-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:#ffc600 linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);border:1px solid #e7b300;border-bottom:1px solid #d4a400;border-left:1px solid #e7b300;text-decoration:none;}
.right{float:right;font-family: 'Rubik', sans-serif;font-size:16px;font-weight:bold;}



.hr {
background-color: #98d99f;
	}


#Sohle {
	width: 100%;
	background-color: #53Bf53;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	text-align: center;
	top: 200px;
	left: 0px;
	overflow: visible;
	position: relative;
	visibility: visible;
	right: 0px;
	bottom: 0px;
	padding: 50px 0px 300px 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height:700px;
}


/*--- body -----------------------------------------------------------------*/

body#main_body {
  font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
  
}
