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

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('../fonts/open-sans-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v12-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

body {
	background-color : #fff;
	margin: 0px;
    padding: 0px;
    font-size:0.9em;
    color:#000; 
    font-family:Open Sans,Arial,Helvetica,Geneva,sans-serif;
    background-image: url("../img/bgBody.png");
    background-repeat: repeat-x;
    background-position: top;
    line-height:1.8em;
}

*, ::after, ::before {
    box-sizing:border-box;
}

#site {
    background-color : #fff;
    margin:auto;
    width:1300px;
}
.lp ul {
	margin:0;
	margin-top:30px;
	padding:0;
}
.center {
	text-align: center;
}
.lp li {
	list-style-type: none;
	background: url('../img/haken.jpg') no-repeat !important;
	line-height:18px;
	margin:0;
	padding:0px 0px 0px 20px;
}

.specialheadline {
    font-size: 3.0em !important;
    color: #555 !important;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

.lp .ctaicons {
	font-size:1.6em;
	margin-top:20px;
}

.circlelink {
	cursor: pointer;
}

.circle{
    border:2px solid #A93C4E;
    background-color:#A93C4E;
    border-radius:100px;
    width:50px;
    height:50px;
    text-align:center;
	float:left;
}

.circletext {
	float:left;
	line-height:50px;
	padding-left:20px;
}

.circle .fas, .circle .far {
    color:white;
    line-height:50px;
	padding-left:5px;
}

.lp h1 {
	font-size:2.6em;
	font-weight:700;
}
.lp h2 {
	font-size:1.8em;
	font-weight:700;
	color:#A93C4E;
}

#sitespacer {
    padding: 10px 50px 50px 50px;
}

#topnavigation {
    text-align:right;
}

#topnavigation ul { margin:0; text-align:right; height:20px; list-style:none outside; padding-left:0px; padding-top:10px; }
#topnavigation li { display:inline; height:15px; padding-right:10px; padding-left:8px; border-right:1px solid #000; }

#logo {
    width:300px;
    padding:20px 0px;
}

#quickinfocontainer {
	margin-bottom:20px;
}

.quickinfobox {
	padding:30px;
	width:33.333%;
	min-height:400px;
	border-right: 1px solid #cecece;
	float:left;
}


#glossarbegriffe {
	width:25%;float:left;	
}

#glossarbegriff {
	width:70%;float:right;	
}

#contentstd {
    padding:0px;
}

#content {
    padding:25px 0px;
}

#colleft {
    float:left;
    width:23%;
    margin-right:1px;
}

#colleftspacer {
    padding:30px 0px 0px 0px;
}

.spacer {
	margin:2% 0%;	
}

/** Layout *************************************************/

.full {
	padding:0% 9%;
}

.half {
	margin:2% 0%;
	width:50%;float:left;	
}


.third {
	width:31.333%;
	float:left;
	margin-right:2%;
}

.third:nth-child(3n+0) {
	margin-right:0%;
}

/** Module *************************************************/

.thirtyseconds {
	padding:4% 9%;
	border-radius:20px;
	color:#000;
	background:#cccccc;
	position:relative;
	/*margin:15px 0px 25px 0px;*/
	margin:3% 0% 4% 0%;
}

.thirtyseconds h2 {
	color:#000 !important;
}

.thirtyseconds::after {
	content: "▲";
	color:#cccccc;
    display: block;
    position: absolute;
    top: -18px;
    left: 15%;
    font-size: 3.0em;
    transform: scaleY(.5);
    z-index: 0;
}

.thirtyseconds ul li {
	margin-bottom:1%;	
}

.expert {
	padding:6%;
	border-radius:20px;
	background:#f2f2f2;
	position:relative;
	margin:8% 0%;
	text-align:center;
}

.expert p {
	margin:auto;
}

.expert::before {
	/*content: "▲";        
	color:#f2f2f2;
    display: block;
    position: absolute;
    top: -18px;
    left: 15%;
    font-size: 3.0em;
    transform: scaleY(.5);
    z-index: 0;*/
}


.expert::before {
	position:absolute;
	content:url('../img/expertentipp.png');
	top:-50px;
	left:46%;
}

.closed { /*background:red;*/ }

.open { display:block; }

.videoeinleitung {
	padding:2% 0%;
	background:#f4f4f4;
	border: 2px dashed #a93c4e;
}

.videoeinleitung ul li {
	margin-bottom:3%;	
}

.video {
	margin:4% 0%;
}

.video h2 {
	color:#a63c4f !important;
}

.videodescription {
	width:44%;
	float:right;
	padding:2%;
	min-height:290px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.videoclip {
	width:48%;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.questions {
	padding:2% 9%;
	background:#a63c4f;
	border-radius:20px;
	color:#fff;
    position: relative;
}

.furtherquestions {
	padding:4%;
	background:#f0f0f0;
	border-radius:20px;
    position: relative;
}

.furtherquestions h3 {
	padding-top:8px !important;
}

.questions::after {
	content: "▼";
	color:#a63c4f;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 15%;
    font-size: 3.0em;
    transform: scaleY(.5);
    z-index: 0;
}

.questions h2 {
	color:#fff !important;	
}

.questions a {
	color:#fff !important;	
}

.questions ol {
  list-style: none;
  margin-left: 0em;
  counter-reset: start 0;
}

.questions ol > li {
  position: relative;
  margin-bottom: 1.0em;
}

.questions ol > li::before {
	position: absolute;
	left: -2.5em;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 0.5em;
	background-color: #fff;
	border-radius: 50%;
	color: #a63c4f;
	text-align:center;
	line-height: 22px;
	counter-increment: start;
	content: counter(start);
}

.secondlist > ol {
	counter-reset: start 6;
}

.faqitem {
	padding:2% 15%;
	border-radius:20px;
	margin:3% 0%;
    position: relative;
}

.faqitem:nth-child(odd) {
	/*background:#f3f3f3;*/	
}

.faqitem::after {
	content: ">";
	color:#efefef;
    display: block;
    position: absolute;
    top: 16%;
    left: 3%;
    font-size: 6.0em;
    z-index: 0;
}

dd { display:none; }

.closed { /*background:red;*/ }

.open { /*background:green;*/ }

.accordion-title {
	background:none !important;
	font-family:inherit !important;
	color:inherit !important;
	font-size:inherit !important;
	border:0 !important;
	border-top:1px solid #a63c4f !important;
	padding:0% 0% 0% 2% !important;
	margin:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	outline:none !important;
	line-height:40px !important;
	position:relative;
}

.accordion-title::before {
	content:'+';
	font-size:1.2em;
	position:absolute;
	left:0;
	top:0;	
}

dd {
	padding:0;
	margin:0;	
}

.accordion-content {
	background:none !important;
	font-family:'Open Sans',sans-serif !important;
	color:#505050 !important;
	font-size:inherit !important;
	line-height:1.8em !important;
	border:0 !important;
	border-right:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	padding:0% 0% 0% 2% !important;
}

.ctaframe, .ctasmallframe {
	border:5px solid #f2f2f2;
	border-radius:20px;
	padding:2%;
	margin:6% 0%;
}

.cta, .ctasmall {
	background:#f2f2f2;
	text-align:center;
	padding:4%;
	border-radius:20px;
	position:relative;
}

.cta::before {
	position:absolute;
	content:url('../img/thomas-maulbetsch-kontakt.png');
	top:-70px;
	left:46%;
}

.lp .cta::before {
	position:absolute;
	content:none;
	top:-70px;
	left:46%;
}

.cta p, .ctasmall p{
	margin:auto;
}

.cta h2, .ctasmall h2 {
	color:#a63c4f !important;
}

.cta a.button, .ctasmall a.button {
	display:inline-block;
	padding:1% 8%;
	border: 2px solid #a63c4f;
	border-radius:5px;
	color:#777 !important;
	font-size:1.3em;
	position:relative;
	margin:2% auto;
	transition:.7s ease;
}

.cta a.button:hover, .ctasmall a.button:hover {
	text-decoration:none;
	color:#fff !important;
	background:#a63c4f;
	transition:.7s ease;
}

.cta a.button::before, .ctasmall a.button::before {
	position:absolute;
	left:10px;
	/*content: "\2713";*/
	/*content: url('../img/icon-cta-kontakt.png');*/
	font-size:1.3em;
	color:#a63c4f !important;	
}

a.stoerer {
	display:inline-block;
	padding:1% 8%;
	border: 4px solid #a63c4f;
	background:#a63c4f;
	border-radius:10px;
	color:#ffffff !important;
	font-size:1.3em;
	position:relative;
	margin:2% auto;
	transition:.7s ease;
}

a.stoerer:hover {
	text-decoration:none;
	color:#a63c4f !important;
	background:#eeeeee;
	transition:.7s ease;
}

a.stoerer::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f0a9";
	color:#fff;
	padding-left:10px;
}

a.stoerer:hover::after {
	color:#a63c4f !important;
	transition:.7s ease;
}

#related h2.page-divider {
	border-top: 1px solid #ddd;
	color: #a63c4f;
	font: 700 14px/1 "open sans", "helvetica neue", helvetica, arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
	text-align: center;
	text-transform: uppercase;
}

#related h2.page-divider span {
	background: #fff;
	padding: 0 14px;
	position: relative;
	top: -8px;
}

#related ul {
	list-style-type: none;
	padding-left: 0px;
}

#related li{
	padding-bottom:0px !important;
}

/*#related li a::after {
	content:"\f542";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size:5.0em;
	position:absolute;
	bottom:30px;
	right:10px;
	color:#efefef;
}*/

#related li a{
	width: 40%;
	min-height: 285px;
	float: left;
	margin: 0.5%;
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
	padding: 4% 4%;
	transition: .5s ease;
	display: inline-block;
	border-radius: 20px;
	border:5px solid#eee;
	padding-bottom:0px;
	color:#000;
	position: relative;
}
#related li a:hover{
	cursor: pointer;
	text-decoration:none;
	box-shadow: none;
	transition: .5s ease;
}

#related li h2, #related li h3{
	padding-bottom:20px;
	font-size:1.4em;
}
/** Module Ende *************************************************/

#mainnavigation {
	float:none;	
}


/* Mainnavigantion static f ******************************************************************/

#statcinavigation {
	background:#f1f1f1;	
}

.haken {
	list-style-type: none;
	padding-left:0px;
}

.haken li {
	padding-left:10px;
}

.haken li::before {
	content:"\2714";
	font-size:1.3em;
	padding-right:10px;
}

#phonebutton {
	display:none;
}

a {
	color: #A93C4E;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	position: relative;
	z-index:9999999;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	/*background-color: #fff;*/
	}
	
nav ul ul li {
	background-color: #fff;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#A93C4E;
	font-size: 1.0em;
	text-decoration:none;
    /*text-transform:uppercase;*/
}

nav ul li ul li:hover { /*background: #9a6b8b; color:#fff;*/ }

/* Background color change on Hover */
nav a:hover { 
	background-color: #A93C4E; 
	color:#fff;
	transition: .5s ease;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 53px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit; 
	color:#fff;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:250px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-53px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:250px; 
}

/* Change ' +' in order to change the Dropdown symbol */
nav li > a:after { content:  ' +'; }
nav li > a:only-child:after { content: ''; }

#openernavigation {
	border-top:1px solid #fff;
    margin-bottom:20px;
    background-color:#ccc;
    height:40px;
    padding-left:30px;
}

#openernavigation ul {
    list-style:none outside;
    margin:0; 
    padding:0;
    width:100%;
    color:#003296;
}

#openernavigation li {
    display:inline;
    float:left;
    /*height:15px;*/
    padding-right:0px; 
}


/* Breadcrumb ************************************ */

#breadcrumbcontainer {
	border-top:1px solid #ddd;	
}

#breadcrumbs {
    margin: auto;
    line-height:50px;
    color:#333;
    padding-left:1%;
    font-size:0.85em;
}

#breadcrumbs ol {margin:0; list-style:none outside; padding:0; }
#breadcrumbs li {display:inline; margin:0px; padding:0px; }

.fullsize {
	width:100%;
	height:auto;	
}

#colcenter {
    width:100%;
}

#colcenter ul li {
	padding-bottom:12px;	
}

#colcenter ol li {
	padding-bottom:12px;	
}

#colcenterspacer {
    padding:30px 10px 0px 10px;
}

#colright {
    float:right;
    width:19%;
}

#colrightspacer {
    padding:30px 0px 0px 0px;
}

#box2 {
    background-color: #a4a5a5;
    width:180px;
    height:150px;
}



#subnavigation {
    height: 27px;
	background-color : #fff;
}

#subnavigation ul {
    list-style:none outside;
    text-align:right;
    margin:0; 
    padding:0;
    color:#003296;
}

#subnavigation li {
    display:inline;
    height:27px; 
    padding-right:0px; 
}


#kooperationen {
    margin:auto;
    width:1250px;
    border-top: 1px dotted #ccc;
    padding:10px 25px 20px 25px;
}

    
#kooperationen img {
    display:block;
    float:left;
    margin: 0% 2% 2% 0%;
}
table {
	width: 100%;
	empty-cells: hide;
	vertical-align: middle !important;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

table td, table th {
padding: 10px;
}

table img {
display: inline;
vertical-align: middle;
}

tbody tr {
background: #e5e5e5;
}


tr:hover {
background: #fff;
}

#empfehlungen {
    margin:auto;
    width:1250px;
    border-top: 1px dotted #ccc;
    padding:10px 25px 20px 25px;
}

    
#empfehlungen img {
    display:block;
    float:left;
    margin: 0% 2% 2% 0%;
}

#auszeichnungen {
    margin:auto;
    width:1250px;
    border-top: 1px dotted #ccc;
    padding:10px 25px 20px 25px;
}
    
#auszeichnungen img {
    display:block;
    float:left;
    margin:10px;
}

.publikation {
	border-bottom: 1px solid #ddd;
	margin-bottom:4%;
}

.eventteaser {
}

.eventteaserdate {
    float:left;
    width:150px;
    height:134px;
    color:#000;
    padding:45px 10px 10px 15px;
    background-image: url("../img/Kalender.gif");
    background-repeat: no-repeat;
    font-size:1.4em;
    line-height:1.7em;
}

.eventteaserentry {
    float:left;
    padding:0px 10px 10px 0px;
}


.eventyear {
    font-size:2.2em;
}


#footercontainer {
    border-top:1px solid #cecece;
    background-color:#D0CFD5;
}

#footer {
	margin:auto;
	width:1200px;
    color:#878787;
    padding:30px 50px 40px 50px;
}

#footernavigation {
    text-align:left;
}

#footerheadline {
	font-size:1.6em;
	color:#A93C4E;	
}

.footerthird {
	width:30%;
	float:left;
	margin-right:3%;	
}

#footernavigation ul { margin:0; text-align:left; height:20px; list-style:none outside; padding-left:0px; padding-top:10px; }
#footernavigation li { display:inline; height:15px; padding-right:20px; padding-left:0px; }

/*  ************************************************************************************
*   Youtube Videos  
*/

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  ************************************************************************************
*   Youtube Videos Ende  
*/

/*  ************************************************************************************
*   Formular Slider  
*/

.myCheckbox {
	display:none;	
}

#feedback{
	position: fixed;
	top:50px;
	right:-600px;
	background:#f6f6f6;
	-webkit-box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 22px -2px rgba(0,0,0,0.33);
	border: 1px solid #A93C4E;
	width:600px;
	z-index:999999999;
}

fieldset {
	padding:5% 0%;
	border:0;
}

#feedback div {
	padding: 20px;
}

.nopadding {
	padding:0px;	
}

#feedback form{
	float: left;
	padding: 0px;
}

#feedback form label{
	display: block;
	float: left;
	text-align:right;
	margin-right:20px;
	width:70px;
	font-weight:bold;
	color: 019AC6;
	font-size:14px;
}

#slidebutton {
	text-align:center;
	display: block;
	float: left;
	position: absolute;
	top:120px;
	left:-110px;
	background:#A93C4E;
	width:150px;
	height:30px;
	-ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color:#fff;
    font-size:1.2em;
    padding:10px;
    line-height:30px;
    text-transform:uppercase;
}

#feedback a:hover{
	background-position: center right;
}
#feedback form .btn{
	float: right;
	background:url("/inc/img/system/send.png")  no-repeat 0px 0px transparent;
	text-indent:-9999em;
	width:80px;
	height:28px;
	border:none;
}

#feedback form textarea{
	width:80%;
	height:120px;
	border: 1px solid #A93C4E;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Open Sans', sans serif;
    outline:none;
    padding:2%;
}
#feedback form input[type="text"]{
	width:80%;
	border:0;
	border-bottom: 1px solid #A93C4E;
	margin-bottom:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Open Sans', sans serif;
    outline:none;
    padding:2%;
}
#feedback form select{
	width:80%;
	/*padding:1%;*/
	height:40px;
	border: 1px solid #A93C4E;
	margin-top:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Open Sans', sans serif;
}
#feedback h2{
}
#feedbacknosl form textarea{
	width:80%;
	height:120px;
	border: 1px solid #A93C4E;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Open Sans', sans serif;
    outline:none;
    padding:1%;
}
#feedbacknosl form input[type="text"]{
	width:80%;
	border:0;
	border-bottom: 1px solid #A93C4E;
	margin-bottom:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Open Sans', sans serif;
    outline:none;
    padding:1%;
}
#feedbackqnosl form select{
	width:80%;
	/*padding:1%;*/
	height:40px;
	border: 1px solid #A93C4E;
	margin-top:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Open Sans', sans serif;
}

.newsbox {
	float: left;width: 32.333%;border: 1px solid #efefef;padding: 25px;margin: 0.5%;min-height: 450px;background: #fafafa;
}

.newsheadline {
	border-left: 1px solid #bbb;
	padding-left: 8%;
	padding-bottom:20px;
}
.newsbody {
	padding:0px 100px;
}
/********************/

h1 { font-size:2.0em; color:#A93C4E; padding-top:0px; padding-bottom:20px; margin:0px; line-height:normal; font-weight:normal; }
h2 { font-size:1.4em; color:#A93C4E; padding-top:0px; padding-bottom:10px; margin:0px; line-height:normal; font-weight:normal; }
.h2style { font-size:1.4em; color:#A93C4E; padding-top:0px; padding-bottom:10px; margin:0px; line-height:normal; font-weight:normal; display:block; }
h3 { font-size:1.2em; color:#A93C4E; padding-top:0px; padding-bottom:0px; margin:0px; font-weight:normal; line-height:normal; }
h4 { font-size:1.0em; color:#A93C4E; padding-top:0px; padding-bottom:10px; margin:0px; font-weight:bold; line-height:normal; }

.white {
	color:#fff;
}

img { border:0px; }

.off { display:none; }

.teaser{
    padding-bottom:25px;
    margin-bottom:25px;
    border-bottom:1px solid #A4A5A5;
}

.gototop {
	position:fixed;
	bottom:4%;
	right:1%;
	z-index:9999;	
}

a.headlinelink:link  { color:#A93C4E; text-decoration:none; }
a.headlinelink:visited { color:#A93C4E; text-decoration:none; }
a.headlinelink:hover { color:#A93C4E; text-decoration:underline; }
a.headlinelink:active { color:#A93C4E; text-decoration:none; }

a:link  { color:#A93C4E; text-decoration:none; }
a:visited { color:#A93C4E; text-decoration:none; }
a:hover { color:#A93C4E; text-decoration:underline; }
a:active { color:#A93C4E; text-decoration:none; }

a.top:link  { color:#A93C4E; text-decoration:none; }
a.top:visited { color:#A93C4E; text-decoration:none; }
a.top:hover { color:#A93C4E; text-decoration:underline; }
a.top:active { color:#A93C4E; text-decoration:none; }

a.openerlevel:link, a.openerlevel:visited {
	display: block;
	text-align: left;
    line-height:40px;
    padding-right:20px;
	text-decoration: none;
	color: #505050;
}

a.openerlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #A93C4E;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	text-align: left;
    line-height:30px;
    padding-left:10px;
	text-decoration: none;
	color: #505050;
	border-bottom:1px dotted #cecece;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #A93C4E;
	background-color:#efefef;
}

a.mainlevelActive:link, a.mainlevelActive:visited {
	display: block;
	text-align: left;
    line-height:30px;
	text-decoration: none;
    padding-left:10px;
	color: #A93C4E;
    font-weight:bold;
	border-bottom:1px dotted #cecece;
	background-color:#efefef;
}

a.mainlevelActive:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #A93C4E;
	background-color:#f1f1f1;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	text-align: left;
    line-height:30px;
    padding-left:30px;
	text-decoration: none;
	color: #505050;
	background-color:#efefef;
	border-bottom:1px solid #dedede;
}

a.sublevel:hover {
	text-decoration: none;
	color: #000;
}

a.sublevelActive:link, a.sublevelActive:visited {
	display: block;
	text-align: left;
    line-height:30px;
    padding-left:30px;
	text-decoration: none;
	color: #000;
	background-color:#dedede;
	border-bottom:1px solid #cdcdcd;
}

a.sublevelActive:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000;
}

a.thirdlevel:link, a.thirdlevel:visited {
	display: block;
	text-align: left;
    line-height:30px;
    padding-left:45px;
    padding-right:10px;
	text-decoration: none;
	color: #505050;
	background-color:#dedede;
	border-bottom:1px solid #cdcdcd;
}

a.thirdlevel:hover {
	text-decoration: none;
	color: #000;
}

a.thirdlevelActive:link, a.thirdlevelActive:visited {
	display: block;
	text-align: left;
    line-height:30px;
    padding-left:45px;
    padding-right:10px;
	text-decoration: none;
	color: #000;
	background-color:#cecece;
	border-bottom:1px solid #dedede;
}

a.thirdlevelActive:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000;
}

div#listContainer {
	border: 2px solid #336699;
	background: #EFF7FF;
	}
	
div#listContainer div {
		border: 1px solid #336699;
		margin: 5px;
		padding: 3px 5px;
		background: #DFEFFF;
		font-weight: bold;
		cursor: move;
	}


div#listContainerLinks {
	border: 2px solid #336699;
	background: #EFF7FF;
	}
	
div#listContainerLinks div {
		border: 1px solid #336699;
		margin: 5px;
		padding: 3px 5px;
		background: #DFEFFF;
		font-weight: bold;
		cursor: move;
	}

div#listContainerDownload {
	border: 2px solid #336699;
	background: #EFF7FF;
	}
	
div#listContainerDownload div {
		border: 1px solid #336699;
		margin: 5px;
		padding: 3px 5px;
		background: #DFEFFF;
		font-weight: bold;
		cursor: move;
	}

.boxAdmin {
	border: 1px solid #00ff00;
    padding:10px;	
}

.boxAdminDeaktiviert {
	border: 1px solid #ff0000;
    padding:10px;	
}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
border-bottom:0px dotted #A93C4E;
}
a.tooltip:hover {
background: transparent;
z-index: 100;
}
a.tooltip span {
display: none;
text-decoration: none;
}
a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 4px solid #EEEEEf;
padding: 10px;
background: #EEEEEE;
text-align: left;
}

/*Relaunch 2012*/

#quickcontact {
	float:right;
	color:#A93C4E;
	font-size:1.2em;
	text-align:right;
	line-height:normal;
	padding-top:20px;
}

#mobilenavigation {
	position:absolute;
	top:20px;
	right:2%;
    float:right;
    width:130px;
    display:none;
	font-size:1.6em;
	color:#A93C4E;
	padding-top:20px;
	text-align:right;
}

#mobilenavigation div {
	width:31.333%;
	display:inline-block;
	padding:0% 0.5%;
	border-left:1px dotted #9a6b8b;
	text-align:center;
	float:left;
}

#mobilenavigation div:first-child {
	border-left:none;
}

#sitespacer {
    padding: 10px 25px 50px 25px;
}

#logo {
    width:300px;
    padding-left:25px;
    float:left;
}

#motivcontainer {
}

#motiv {
    width:1250px;
    height:350px;
	position:relative;
}

#motiv img, #motivlp img {
	width:100%;
	height:auto;	
}

#motivlp {
    width:1250px;
    height:189px;
	position:relative;
}
.teasertext {
    color:#fff;
    padding: 25px 25px 25px 500px;
}

.bookteaser {
}

.bookteaserimage {
    float:right;
    width:150px;
    padding:10px;
}

.bookteaserentry {
    float:left;
    padding:0px 10px 10px 0px;
}

.clear {
	clear:both;	
}

.imagemessage {
    background-image: url("../img/bgLayer.png");
    padding:20px;
    width:320px;
    position:absolute;
    bottom:20px;
    right:20px;
    color:#fff;
    line-height:1.4em;
}

.imagemessage h1 {
	font-size:1.4em;	
}

/* Cookie *****************************************************/
#cookiehinweis a {color:#000; text-decoration:none;}
#cookiehinweis a:hover {text-decoration:underline;}
#cookiehinweis div {padding:10px; padding-right:40px;}
#cookiehinweis { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6d6d6; 
   background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6d6d6 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6d6d6', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiehinweisCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiehinweisCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

@media screen and (max-width:1299px) {
	#site, #footer, #empfehlungen, #auszeichnungen, #kooperationen {
		width:95%;
	}
	
	#motiv, #motivlp {
	    width:100%;
	    height:auto;
	    float:right;
	    border-left:1px solid #fff;
		position:relative;
	}
	
	#footer {
	    padding:30px 0px 40px 0px;
	}
	
	#kooperationen {
		width:100%;
	    padding:15px 0px;
	}
	
	#empfehlungen {
		width:100%;
	    padding:15px 0px;
	}
	
	#auszeichnungen {
		width:100%;
	    padding:15px 0px;
	}
	
}

@media screen and (max-width:1179px) {
	.imagemessage {
		background:#605f62;
	    padding:2%;
	    width:96%;
	    position:relative;
	    bottom:0px;
	    right:0px;
	    color:#fff;
	}
}

@media screen and (max-width:1099px) {
    #site {
        margin: auto;
        width: 95%;
        background-color: #fff;
        padding: 0 10px 0 10px
    }

    #header {
        /*height: auto;
        margin-bottom: 30px*/
    }

    #bx-pager {
        display: none;
    }

    #maincol {
        float: right;
        width: 60%;
    }

    #claim {
        width: 95%;
        float: none;
        padding: 0px;
    }
    
	#claim h1 {
	    font-size:1.8em;
	}

    #openerheader {
        background-color: #dfe0ca;
        height: auto;
    }

    #openerheaderimage {
        width: 100%;
        height: auto;
        float: none;
    }

    #openerheaderimage img {
        width: 100%;
        height: auto;
    }

    #openerheaderimage p {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #a93c4e;
        padding: 10px 10px 10px 20px;
        color: #fff;
    }

    .openerheadline {
        font-size: 1.0em;
    }

    #claimopener {
        background-color: #dfe0ca;
        width: 95%;
        height: auto;
        float: none;
        padding: 20px 0 10px 20px;
    }

    #landingpageheader {
        height: auto;
    }

    #landingpageheaderimage {
        width: 100%;
        height: auto;
        float: none;
    }

    #landingpageheaderimage img {
        width: 100%;
        height: auto;
    }

    #landingpageclaim {
        display: none;
        width: 290px;
        float: none;
        height: 120px;
        color: #923154;
        font-size: 1.4em;
        line-height: normal;
        padding: 20px 20px 10px 20px;
        background-image: url("../img/bgLPHeaderClaim.gif");
        background-repeat: repeat-x;
    }

    .openerteaser {
        float: none;
        width: 95%;
        padding: 0 0 20px 20px;
        margin-bottom: 20px;
        border: 0;
        border-bottom: 1px dotted #ccc;
    }

    #rightcol {
        float: right;
        width: 30%;
    }

    #maxcol {
        float: left;
        width: 95%;
        padding: 0 10px 0 10px;
    }

    #socialmedia {
        width: 50%;
        float: left;
        font-size: 1.2em;
        color: #fff;
    }

	

    #newsletter {
        width: 30%;
        float: right;
        color: #fff;
        background-image: url("../img/bgNewsletter.png");
        background-repeat: no-repeat;
        padding: 10px 0 0 20px;
    }

    a.mainlevel:link, a.mainlevel:visited {
        font-size: .95em;
    }

    a.mainlevel:hover {
        text-decoration: none;
        color: #fff;
        background-color: #ccc;
    }

    a.mainlevelActive:link, a.mainlevelActive:visited {
        font-size: .95em;
    }

    a.mainlevelActive:hover {
        text-decoration: none;
        color: #fff;
        background-color: #ccc;
    }
}


@media screen and (max-width:768px) {
    body {
    	background:none;
    }
    
    #mobilenavigation {
		display:block;
		padding-top:10px;
	}
	
	#breadcrumbs {
	    line-height:normal;
	    padding:3% 0% 0% 0%;
	}
	#quickcontact {
		display:none;
	}
	
	.newsbox {
		float: left;width: 49%;border: 1px solid #efefef;padding: 25px;margin: 0.5%;min-height: 450px;background: #fafafa;
	}
    .hamburger {
    	font-size:1.5em !important;
    }
    
	.half {
		margin:2% 0%;
		width:100%;
		float:none;	
	}
	
	.third {
		width:100%;
		float:left;
		margin-right:0%;
		margin-bottom:2%;
	}
	
	.ctaframe {
		margin:10% 0%;
	}
	
	.cta::before {
		top:-80px;
		left:43%;
	}
	
	.faqitem::after {
		/* Pfeile vor Fragen*/
	    top: 10%;
	    left: 2%;
	    font-size: 3.0em;
	}
	
    .thirtyseconds {
		padding:5%;
		border-radius:10px;
		position:relative;
		/*margin:15px 0px 25px 0px;*/
		margin:3% 0% 4% 0%;
	}
	
	.thirtyseconds ul li {
		margin-bottom:0%;	
	}
    
    .expert {
		padding:6%;
		border-radius:10px;
		margin:12% 0%;
	}

	.expert::before {
		position:absolute;
		content:url('../img/expertentipp.png');
		top:-70px;
		left:43%;
	}
	
	.videodescription {
		width:92%;
		float:none;
		padding:4%;
		min-height:0px;
	}
	
	.videoclip {
		width:100%;
		float:none;
	}
    
    #Focusteaser {
    	display:none;
    }
    
    #feedback{
		position: relative;
		top:0px;
		right:-0px;
		background:none;
		float:none;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		border: none;
		width:100%;
	}
	
	#slidebutton{
		display:none;
	}
	
	#feedback div{
		padding:0px;
	}
	#feedback form{
		float:none;
	}
    
    #site {
    	padding:0px;
    }
    
	#sitespacer {
	    padding: 10px 0px 50px 0px;
	}
    
	#logo {
	    width:300px;
	    padding:20px 0px;
	}
	
	
	#openernavigation {
		display:none;
	}
	
	#quickinfocontainer {
		margin-bottom:20px;
		padding:30px 0px 0px 0px;
	}
	
    .quickinfobox {
		padding:0%;
		width:100%;
		border-right:0;
		border-bottom:1px dotted #ccc;
		margin-bottom:20px;
		float:none;
		min-height:0;
	}
	
	#contentstd {
	    padding:0px 0px 25px 0px;
	}
	
	#colleft {
	    float:none;
	    width:100%;
	}
	
	#colleftspacer {
	    padding:0px 0px 0px 0px;
	}
	
	#colcenter {
	    float:none;
	    width:100%;
	}
	
	#colcenterspacer {
	    padding:30px 0px 0px 0px;
	}
	
	#colright {
	    float:none;
	    width:100%;
	}
	
	#colrightspacer {
	    padding:30px 0px 0px 0px;
	}
	
	#glossarbegriffe {
		width:100%;float:none;	
	}
	
	#glossarbegriff {
		width:100%;float:none;	
	}
	
	
	
	#mainnavigation {
		float:none;
		margin-left:0%;	
	}
	
	.footerthird {
		width:100%;
		float:none;
		margin-right:0%;
		margin-top:2%;	
	}
	
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding:10px 20px;	
		color:#d06276;
		font-size:14px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #d06276;
		color:#fff;
	}

	.init {
		background-color: #d06276;
		color:#fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		border-top:1px silid #ccc;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 10px 40px;
	}

	nav ul ul ul a {
		padding: 10px 80px;
	}

	nav a:hover {
		background-color: #d06276;
	}
	
 	nav ul ul ul a {
		background-color: #e1e1e1;
	}
  
	
	nav ul ul a,
  nav ul ul ul a{
		/*padding:10px 20px;	*/
		color:#FFF; 
		text-decoration:none;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #f1f1f1; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
}

@media screen and (max-width:580px) { 
	#auszeichnungen img {
		margin:5px 20px;
	}
}

@media screen and (max-width:480px) {
	
	.newsbox {
		float: left;width: 99%;border: 1px solid #efefef;padding: 25px;margin: 0.5%;min-height: 450px;background: #fafafa;
	}
    .expert {
		padding:10% 6% 8% 6%;
		border-radius:10px;
		margin:25% 0%;
	}
	.expert::before {
		left:37%;
	}
	
	.accordion-title {
		padding:0% 0% 0% 4% !important;
	}
	
	.accordion-content {
		padding:0% 0% 0% 4% !important;
	}
	
	.ctaframe {
		margin:20% 0%;
	}
	
	.cta::before {
		top:-80px;
		left:37%;
	}
	
	.half {
		margin:2% 0%;
		width:100%;float:none;	
	}
	
	.faqitem {
		padding:2% 2%;
	}
	
	.faqitem::after {
		content: "";
		color:#efefef;
	    display: block;
	    position: absolute;
	    top: 0%;
	    left: 0%;
	}
    
    h1 {
	    font-size: 1.6em;
	}
	
	h2 {
	    font-size: 1.3em;
	}
	
	h3 {
	    font-size: 1.1em;
	}
	
	#kooperationen img {
	    margin: 0% 4% 4% 0%;
	}
	   
	#empfehlungen img {
	    display:block;
	    float:left;
	    margin: 0% 4% 4% 0%;
	}
}
