/*
** --- Default Template Styles. K-Meimbresse 2017 ---
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans');

*
{
	margin: 0;
	padding: 0;
}

html
{
	min-height: 100%;
}

body
{
	font-size: 13px;
	color: #777;
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	min-height: 100%;
	background: #fff;
}

a
{
	text-decoration: none;
	color: #333;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
}

th
{
	text-align: left;
	padding-right: 10px;
}

#site_wrapper
{
	min-height: 100%;
}

/*
** --- HEAD ---
*/

#header_wrapper
{
	background: #fff;
}

#header_top
{
    width: 100%;
    background: #000;
    padding: 5px 0;
}

.top_header_container
{
	max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

.top_header_container .top_header_item
{
	color: #e2001a;
	margin-right: 20px;
	display: inline-block;
}

.top_header_container .top_header_item a
{
	color: #e2001a;
	text-decoration: none;
}

.top_header_container .top_header_item a:hover
{
	color: #fff;
}

#header_main_wrapper
{
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	position: relative;
}

#header_main 
{
    padding: 5px;
	position: relative;
	overflow: hidden;
	display: flex;
	max-width: 1000px;
    margin: 0 auto;
}

#logo_container
{
	margin-right: 20px;
}

#menu_container
{
	width: 100%;
	position: relative;
	overflow: hidden;
}

#menu_container .moduletable_menu {
	position: initial;
}

#menu_container .menu
{
	position: absolute;
    bottom: 0;
	list-style-type: none;
}

#menu_container .menu li
{
	list-style-type: none;
	display: inline-block;
	margin-right: 1px;
}

#menu_container .menu li a
{
	text-decoration: none;
	display: inline-block;
    color: #000;
	padding: 15px;
	border-bottom: 4px solid #fff;
    font-weight: bold;
	transition: color 0.5s, border 0.5s;
	-webkit-transition: color 0.5s, border 0.5s;
	-moz-transition: color 0.5s, border 0.5s;
}

#menu_container .menu li.active a, #menu_container .menu li:hover a
{
	color: #e2001a;
	border-bottom: 4px solid #e2001a;
}

/*
** --- PRE CONTENT ---
*/
.breadcrumbs ul
{
	list-style-type: none;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.breadcrumbs ul li
{
	display: inline-block;
	margin-right: 5px;
	font-size: 0.9em;
}

/*
** --- CONTENT ---
*/
#content_wrapper
{
	padding-bottom: 70px;
	padding-top: 20px;
}

#content_wrapper a
{
	color: #e2001a;
}

#content_wrapper a:hover {
	color: #333;
  	text-decoration: underline;
}

#pre_content
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5px;
}

#content_main
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
	display: flex;
	min-height: 150px;
}

#content_left
{
	width: 100%;
}

.action_wrapper
{
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
	justify-content: center;
}

.action_item 
{
    margin: 5px 20px;
}

.action_item a 
{
    padding: 15px 10px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    background: #e2001a;
    color: #fff !important;
	font-weight: bold;
	border-bottom: 4px solid #fff;
	transition: background 0.5s, color 0.5s, border 0.5s;
	-webkit-transition: background 0.5s, color 0.5s, border 0.5s;
	-moz-transition: background 0.5s, color 0.5s, border 0.5s;
}

.action_item a:hover
{
    background: #333;
    color: #fff !important;
	border-bottom: 4px solid #e84659;
}

.product_category_link
{
	width: 240px; 
	height: 140px;
	background-size: cover; 
	background-position: center;
	opacity: 1.0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
}

.product_category_link:hover
{
	opacity: 0.5;
}

.product_container
{
    padding-bottom: 10px;
    margin-bottom: 20px;
	overflow: hidden;
}

.product_container img
{
	width: 100%;
	max-width: 500px;
	margin: 10px 0;
}

#content_main .product_container img {
	width: auto;
	max-width: 100%;
}

.product_desc h3
 {
    background: #ccc;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.product_desc h3.product-title-miete
 {
    background: #538adf;
	color: #fff;
}


ul.product-details {
	padding: 10px 20px;
}

.action_items_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product-table-wrapper {
	padding: 10px 0;
	position: relative;
	overflow: auto;
}

.product-table-wrapper table {
	width: 100%;
}

.product-table-wrapper td {
	border: 1px solid #ddd;
	padding: 2px 5px;
}

.product-table-wrapper td .product-image-wrapper {
	text-align: center;
}

.product-tip-1 {
	font-weight: bold;
	color: #2176fb;
	border: 2px solid #ddd;
	padding: 5px;
	text-align: center;
}

.product-warn-1 {
	font-weight: bold;
	color: red;
	border: 2px solid #ddd;
	padding: 5px;
	text-align: center;
}

.product-link-wrapper {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

.product-link-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.product-link-text {
	font-size: 1.4em;
}


/*
** --- FOOTER ---
*/
#footer_wrapper
{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

#footer_container
{
    padding: 5px 0;
    width: 100%;
    background: #000;
	font-size: 0.8em;
}

#footer_container .menu
{
	list-style-type: none;
	margin: 0 auto;
    text-align: center;
	padding: 0;
}

#footer_container .menu li
{
	list-style-type: none;
	display: inline-block;
	padding: 0 5px;
    border-right: 1px solid #777;
}

#footer_container .menu li:last-child
{
    border-right: none;
}

#footer_container .menu li a
{
	text-decoration: none;
	display: inline-block;
    color: #e2001a;
	padding: 1px 5px;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
}

#footer_container .menu li.active a, #footer_container .menu li:hover a
{
	color: #fff;
}

/*
** --- KONTAKTFORMULAR ---
*/
.rapid_contact form 
{
    padding: 0 20px;
	min-width: 260px;
}

.rapid_contact form .intro_text
{
    padding-bottom: 10px;
}

.rapid_contact form input[type=email], .rapid_contact form input[type=text]
{
    width: 100%;
	margin: 2px 0;
	max-width: 240px !important;
}

.rapid_contact textarea 
{
	width: 100%;
    max-width: 240px !important;
	margin: 2px 0 12px 0;
}

.rapid_contact form input[type=submit]
{
    margin: 12px 0;
    padding: 10px;
    border: none;
    border-bottom: 4px solid #fff;
    background: #e2001a;
    color: #fff;
    cursor: pointer;
	font-weight: bold;
	transition: color 0.5s, border 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, border 0.5s, background 0.5s;
	-moz-transition: color 0.5s, border 0.5s, background 0.5s;
}

.rapid_contact form input[type=submit]:hover
{
    background: #333;
    color: #fff;
	border-bottom: 4px solid #e84659;
}

/*
** --- Suchformular ---
*/
.search_form input[type=submit]
{
    padding: 2px 10px;
    border: none;
    border-bottom: 4px solid #fff;
    background: #e2001a;
    color: #fff;
    cursor: pointer;
	font-weight: bold;
	transition: color 0.5s, border 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, border 0.5s, background 0.5s;
	-moz-transition: color 0.5s, border 0.5s, background 0.5s;
}

.search_form input[type=submit]:hover
{
    background: #333;
    color: #fff;
	border-bottom: 4px solid #e84659;
}

/*
** --- Maps ---
*/
#mapid
{ 
  	height: 380px; 
  	width: 100%;
	max-width: 1000px;
	z-index: 1;
}

/*
** --- Login Form ---
*/
.login
{
	
}

.login fieldset
{
	padding: 10px;
	border: none;
}


.login button
{
	background: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    cursor: pointer;
}

ul.nav
{
	list-style-type: none;
}

/*
** --- Mobile Menu ---
*/
#mobile_menu_container
{
  	display: none;
	position: absolute;
	z-index: 3;
	height: 30px;
	width: 100%;
	left: 0;
	bottom: -30px;
	background: #fff;
}

#mobile_menu_button
{
    background: url(../../../images/menu_wrap.png) no-repeat center center;
	background-size: cover;
    height: 22px;
	width: 22px;
	margin: 4px auto;
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#mobile_menu_container ul
{
	list-style-type: none;
	position: absolute;
	display: none;
    background: #fff;
	width: 100%;
	z-index: 3;
}

#mobile_menu_container ul li
{

}

#mobile_menu_container:hover #mobile_menu_button
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#mobile_menu_container:hover ul
{
	display: block;
}

#mobile_menu_container ul li a
{
	display: block;
	padding: 15px 10px;
	color: #999;
	transition: color 0.5s, background 0.5s;
	-moz-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
}

#mobile_menu_container ul li a:hover
{
	color: #fff;
	background: #e2001a;
}

/*
** --- RESPONSIVE ---
*/
.mobile_item
{
	display: none;
}

@media (max-height: 600px) {
		
}

@media (max-width: 1000px) {
	#logo_container img 
	{
		width: 140px;
		padding: 10px;
	}

}

@media (max-width: 800px) {
  #content_wrapper
  {
    	padding-top: 40px;
  }
  #logo_container
	{
		margin: 0 auto;
	}
	
	#mobile_menu_container
	{
		display: block;
	}
	#logo_container img 
	{
		width: 140px;
		padding: 10px;
	}
	
	#menu_container
	{
		display: none;
	}
}

@media (max-width: 600px) {
	
	.embed-container
	{
		display: none;
	}
	
	#content_main
	{
		display: block;
	}
	
	#content_right
	{
		margin-top: 20px;
	}
	
	.rapid_contact form 
	{
		padding: 0;
		min-width: 0px;
	}

	form label
	{
		display: block;
	}
	
	.product_category_link
	{
		width: 200px; 
	}
	
	.action_wrapper
	{
		display: block;
	}
	
	.action_item a 
	{
		display: block;
		width: 100%;
		max-width: 150px;
      	min-width: 150px;
		margin: 0 auto;
	}
  
  	.product-link-wrapper {
        padding: 2px;
        margin-bottom: 3px;
    }

    .product-link-image {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .product-link-text {
        font-size: 1em;
    }
}

@media (max-width: 400px) {
	
	#logo_container img 
	{
		width: 120px;
		padding: 5px;
	}
	
	#bottom_container
	{
		display: none;
	}
	
	#content_main 
	{
		min-height: 0px;
	}
	
		
	#content_main h1
	{
		font-size: 1.6em;
	}
	
	.top_header_container .top_header_item
	{
		font-size: 0.6em;
	}
}

/* 
** Fading animation 
*/
#mobile_menu_container .menu
{
	-webkit-animation-name: fade2;
	-webkit-animation-duration: 1.0s;
	animation-name: fade2;
	animation-duration: 1.0s;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@-webkit-keyframes fade2 {
	from {opacity: .2} 
	to {opacity: 1}
}

@keyframes fad2e {
	from {opacity: .2} 
	to {opacity: 1}
}