/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

body {
    background: #fff;
    color: #000000;
    font-size: 100.1%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 1.6;
}

body.contentpane {
	width:auto;
	margin:10px;
	text-align: left;
}

img { border: 0 none; }

a {
  text-decoration: none;
}
header {
  max-width:100%;
  width: 1200px;
  margin: 0 auto;
}

.moduletable_logo {
  padding: 50px 0 0 0;
  text-align: center;
}

.moduletable_nav {
  margin: 50px 0 50px 0;
}

.moduletable_nav ul {
  list-style: none;
  text-align: center;
}

.moduletable_nav  > ul > li {
  display: inline-block;
  position: relative;
 
}

.moduletable_nav ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  text-align: left;
  background: #e95554;
  display: none;
	z-index:800;
}

.moduletable_nav ul li a {
  display: block;
  text-decoration: none;
  color: #363436;
  font-family: termina, sans-serif;
  font-weight: 200;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}

.moduletable_nav ul li ul li a {
  color: white;
}

.moduletable_nav ul li a:hover {
  color: white;
}

.moduletable_nav ul li:hover {
  background: #e95554;
  color: #fff;
}

.moduletable_nav ul li:hover ul {
   display: block
}

.moduletable_nav ul li:hover a{
  background: #e95554;
  color: #fff;
}

main {
  max-width:1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
	display: block;
}

.moduletable_slider {
  margin: 25px 0 0 0;
}

.camera_stop {
  opacity: 0;
}

.camera_play {
  opacity: 0;
}

.camera_commands {
  display: none;
}

[class*="_headline"] h2 {
  position: absolute;
  font-size: 45px;
  color: #363436;
  width: 50%;
  left: -33%;
  text-align: right;
  border-bottom: 8px solid;
  font-family: "termina",sans-serif;
  font-weight: 400;
  top: 40px;
}


#contentbox {
  position: relative;
  background: url("../../../images/bgcontentbox.png")#e95554 no-repeat top -30px right 25px;
  background-size: 390px;
  width: 75%;
  min-height: 530px;
  color: white;
  border-bottom: 30px solid #363436;
  margin-left: 25%;
  padding-left: 15%;
  padding-top: 15%;
  padding-right: 11%;
  padding-bottom: 12%;
  font-family: "termina",sans-serif;
  font-size: 14px;
  font-weight: 100;
}

#bg-midleft,
#bg-upperleft {
  width: 390px;
  position: absolute;
  z-index: -1;
}

#bg-upperleft {
  top: -225px;
  left: -57px;
}

#bg-midleft {
  left:0;
  top: 40%;
  left: -222px;
}

#bg-contentbox {
  width: 390px;
  margin: -34px 0 0 5px;
  position: absolute;
}

.img-fulltext-left img {
  width: 50%;
  position: absolute;
  left: -33%;
}

#contentbox a {
	color: #FFF;
}

#divwrapper:after {
content:"";
display: table;
clear: both;
}

.moduletable_leistungen {
  width: 30%;
  background-color: #363436;
  display: inline-block;
  margin-top: 80px;
  margin-right: 56px;
  padding: 45px;
  font-family: "termina",sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #e95554;
  float: left;
}

.moduletable_leistungen:last-child {
  margin-right: 0px;
}

.moduletable_leistungen h3 {
  font-family: "termina",sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
	word-wrap: break-word;
}

footer {
  background-color: #b5b7b8;
  font-family: termina, sans-serif;
  font-weight: 200;
  font-size: 8pt;
  color: #7a7d7e;
  text-decoration: none;
  list-style: none;
  margin: 80px 0 0 0;
  text-align: center;
	padding: 20px 0;
}

footer a {
  color: #7a7d7e;
}

@media screen and (max-width: 900px) {
	
	[class*="_headline"] h2 {
		position: static;
		width: 100%;
		font-size: 24px;
		text-align: left;
	}
	
	#contentbox {
		padding: 30px;
		width: 100%;
		margin-left: 0;
	}
	
	.img-fulltext-left img {
		position: static;
		margin: 20px 0;
	}
	
	.moduletable_leistungen {
    width: 100%;
    background-color: #363436;
    display: inline-block;
    margin-top: 20px;
    margin-right: 0;
    padding: 30px;
    color: #e95554;
    float: none;
		padding: 20px 0 0 0;
	}
	
	.moduletable_logo {
		width: 220px;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	.moduletable_nav {
		margin: 20px 0;
	}
	
	.moduletable_logo a {
		display: block;
	}
	
	.moduletable_logo img {
		width: 100%;
		height: auto;
	}
	
	.moduletable_leistungen {
		padding: 30px;
	}
	
	main {
		padding-top: 0;
	}
	
	.moduletable_nav  > ul > li {
		margin: 0;
		padding:0;
		display: block;
		text-align: center;
	}
	
	.moduletable_nav ul li:hover {
		background: #FFF;
		color: black;
	}
	
		.moduletable_nav  {
			text-align: center !important;
		}
	.moduletable_nav ul li a {
		padding: 0;
		background: transparent !important;
		color: black !important;
		display: block;
		font-size: 14px;
	}
	
	.moduletable_nav ul li ul {
		position: static;
		display: block;
		background: white;
		text-align: center;
	}
	
	#bg-upperleft,
	#bg-midleft {
		display: none;
	}
	
}
