/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #A74FC3;
    text-shadow: none;
	color: #fff;
}
::selection {
    background: #A74FC3;
    text-shadow: none;
	color: #fff;
}
a::-moz-selection {
	color: #1DAEEC;
}
a::selection {
	color: #1DAEEC;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   
/***** ***** ***** ***** ***** ***** ***** *****/
/*
/*  © P-DESIGN.DE
/*
/*  © ROBERT PLAGENS
/*
/*  E-MAIL: INFO(AT)P-DESIGN.DE
/*
/*  DO NOT COPY! 
/*
/***** ***** ***** ***** ***** ***** ***** *****/





/* ----------- oben nicht ändern --------------- */

/* generelle Styles */

body {
	font-size: 15px;
	cursor: default;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	min-width: 1050px;
}
/* fade-animation (nicht für firefox)
.fade-in {      
	-webkit-animation: fadein 1s linear;
	animation: fadein 1s linear;
}
@-webkit-keyframes fadein {
	0%{opacity:0;}
	100%{opacity:1;}
}
*/



h1,h2,h3,h4,h5 {
	color: #404040;
}
h1,h2 {
	font-size: 148%;
	margin: 0.9em 0;
}
h3 {
	font-size: 148%;
	margin: 0.9em 0;
}
h4,h5 {
	font-size: 100%;
}
p {
	color: #404040;
}
a {
	display: inline;
	text-decoration: none;
	color: #1DAEEC;
}
a:hover {
	color: #87389E;
}
b,strong {
	
}
span {
	
}
@media screen and (max-width:1000px) { /* Tablet */
	body {
		
	}
}

.quelle {
	font-size:70%; 
}
.bremse {
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}




/* ======================================*/
/* ======================================*/




/* spezifische Styles */


/* ======================================*/


#transparente-leiste {
	position: fixed;
	top: 0px;
	left: 0px;
	left: 50%;
	max-width: 1000px;
	width: 100%;
	min-width: 1000px;
	margin-left: -500px;
	height: 11px;
	background: #fff;
	background: RGBA(255, 255, 255, 0.8);
	background-size: 100% 100%;
	z-index: 700;
}


/* ----- Hauptmenü ----- */

.mainmenu {
	position: fixed;
	left: 50%;
	max-width: 1000px;
	width: 100%;
	min-width: 1000px;
	min-height: 86px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: -500px;
	padding: 0px;
	background: #fff;
	background: RGBA(255, 255, 255, 0.96);
	border: 1px solid #eee;
	box-sizing: border-box;
	z-index: 999;
	box-shadow: 2px 3px 4px #888, -1px 0px 4px #aaa;
}
@media only screen and (max-width: 1060px) {
    .mainmenu {
		position: absolute;
		left: 25px;
		top: 0px;
		margin-left: 0px;
	}
	#transparente-leiste {
		display: none;
	}
}
.logo {
	display: block;
	width: 230px;
	height: 90px;
	background: url(../img/logo.svg);
	background-size: 83%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-right: 13px;
}
.mainmenu nav ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.mainmenu nav ul li {
	display: block;
	padding: 0;
	margin: 25px 2px 10px 8px;
	height: 44px;
	width: 143px;
	float: left;
}
.mainmenu nav ul li a {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 5px 11px 5px;
	font-size: 17px;
	line-height: 19px;
	background: #F2F2F2;
	background: RGBA(238, 238, 238, 0.96);
	background: #fff;
	background: RGBA(247, 247, 247, 0.96);
	box-shadow: 2px 2px 3px #999999, 0 0 2px #bbb;
	overflow: hidden;
	border: 1px solid #6f6f6f;
	color: #3C3C3C;
}




.font-size-buttons {
	width: 85px;
	height: 34px;
	text-align: center;
	font-size: 17px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 35px 15px 10px 10px;
	padding: 0px;
}
.font-size-button {
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	background: #F2F2F2;
	background: #fff;
	background: RGBA(247, 247, 247, 0.96);
	border: 1px solid #6f6f6f;
	box-shadow: 2px 2px 3px #959595, -1px -1px 1px #eee;
	overflow: hidden;
	display: block;
	margin: 0px;
	margin-left: 10px;
	cursor: pointer;
	padding-top: 6px;
	float: left;
}
.font-size-button:first-child {
	margin-left: 0px;
}
.font-size-button.active {
	background-color: #9C49B6;
	color: #fff;
	border-color: #fff;
	font-weight: bold;
	font-weight: normal;
}
.font-size-button.active:hover {
	background-color: #8833a0;
	color: #fff;
}
#main-content-container.big-font,
.home-template-side-container.big-font {
	font-size: 108%;
}
#main-content-container.bigger-font,
.home-template-side-container.bigger-font {
	font-size: 116%;
}

.font-size-bigger {
	font-size: 20px;
	padding-top: 3px;
}





.mainmenu nav ul.nav-child {
	margin-top: 2px;
}
.mainmenu nav ul.nav-child li {
	display: block;
	padding: 0;
	margin: 1px 0px 0px 0px;
	height: 44px;
	width: 143px;
	float: none;
	clear: both;
}
.mainmenu nav ul.nav-child li.active a,
.mainmenu nav ul li.active a {
	background-color: #9C49B6;
	color: #fff;
	border-color: #fff;
	font-weight: bold;
	font-weight: normal;
	box-shadow: 2px 2px 3px #888, 0 0 2px #aaa;
}
.mainmenu nav ul.nav-child li.active a {
	box-shadow: 2px 2px 3px #858585;
}
.mainmenu nav ul.nav-child li a {
	background: #F2F2F2;
	background: RGBA(238, 238, 238, 0.96);
	background: #fff;
	background: RGBA(250, 250, 250, 0.96);
	color: #3C3C3C;
	border: 1px solid #6f6f6f;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 5px 12px 5px;
}
.mainmenu nav ul.nav-child li.active a:hover,
.mainmenu nav ul li.active a:hover {
	background-color: #8833a0;
	color: #fff;
}
.mainmenu nav ul.nav-child li a:hover,
.mainmenu nav ul li a:hover,
.font-size-button:hover {
	box-shadow: 1px 1px 2px #888, -1px -1px 1px #eee;
	background: #f0f0f0;
	color: #3C3C3C;
}
.mainmenu nav ul.nav-child li a:hover {
	box-shadow: 1px 1px 2px #777;
}

/* Hauptmenü-Button-3 */
.item-103 ul.nav-child,
/* Hauptmenü-Button-2 */
.item-102 ul.nav-child {
	height: 0px;
	opacity: 0;
	transition: height 0.3s linear 0s, opacity 0.15s linear 0s;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: -6px;
	overflow: hidden;
}
/* Hauptmenü-Button-3 */
.item-103 ul.nav-child.submenu-visible,
/* Hauptmenü-Button-2 */
.item-102 ul.nav-child.submenu-visible {
	height: 300px;  			/* ändern, falls mehr oder weniger untermenü geplant */
	opacity: 1;
	transition: height 0.3s linear 0s, opacity 0.4s linear 0s;
}



/* ======================================*/
/* Inhalt */
/* ======================================*/

#main-container {
	max-width: 1000px;
	width: 100%;
	min-width: 1000px;
	min-height: 500px;
	margin: 0 auto 50px auto;
	padding: 0px;
	padding-top: 125px;
	position: relative;
	box-sizing: border-box;
	z-index: 50;
}

/* ======================================*/
/* Hauptangebote - Bereich */
/* ======================================*/


/* ======================================*/
/* Inhalt / Text - Bereich */
/* ======================================*/

#main-content-container {
	width: auto;
	max-width: 660px;
	height: auto;
	min-height: 300px;
	margin: 0px;
	padding: 20px 0px 30px 15px;
	box-sizing: border-box;
	color: #404040;
	line-height: 1.5em;
	float: left;
}
#main-content-container h3 {
	margin-top: 2em;
	font-size: 125%;
	font-weight: normal;
}
#main-content-container p {
	margin-right: 10px;
}
#main-content-container li {
	margin-right: 10px;
	padding: 0.3em 0px 0.4em 0px;
}
#main-content-container img {
	margin: 2em 8px 2.2em -14px;
	box-shadow: 2px 2px 3px #555, -1px -1px 1px #eee;
	box-shadow: 2px 3px 4px #888, -1px 0px 4px #aaa;
	border: 2px solid #fff;
	display: block;
	max-width: 655px;
}
#main-content-container figcaption {
	color: #aaa;
}

#side-container {
	width: 326px;
	height: auto;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	float: right;
	line-height: 1.5em;
}
.inhalt-rechte-spalte {
	margin-bottom: 10px;
	padding: 41px 30px 15px 30px;
}
.inhalt-rechte-spalte td {
	padding-right: 10px;
}
.inhalt-rechte-spalte ul  {
	list-style: none;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
}
.inhalt-rechte-spalte ul li {
	display: block;
	padding-left: 5px;
	margin: 0px 0px 13px 0px;
	position: relative;
}
.inhalt-rechte-spalte ul li a {
	display: inline-block;
	min-width: 140px;
	padding: 0px 0px 0px 10px;
	transition: all 0.2s ease 0s, margin-left 0.3s ease 0s;
	box-sizing: border-box;
	border-left: 1px solid #999;
}
.inhalt-rechte-spalte ul li a.mod-articles-category-title {
	max-width: 150px;
}
.inhalt-rechte-spalte ul li span.mod-articles-category-date {
	font-size: 85%;
	color: #808080;
	display: inline-block;
	padding-left: 15px;
	right: 0px;
	position: absolute;
	width: 80px;
}
.inhalt-rechte-spalte ul li:hover a,
.inhalt-rechte-spalte ul li.active a,
.inhalt-rechte-spalte ul li a.active{
	margin-left: 10px;
	color: #87389E;
}


/* joomla - spezifisch */


/* editor */

.edit {
	margin-top: 23px;
}
fieldset {
	padding: 10px 0px 30px 0px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
	display: block;
}
legend {
	color: #808080;
	padding-right: 15px;
}

#jform_tags {
	display: none;
}
.btn-group {
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.btn-group button,
.nav-tabs li a {
	padding: 8px 20px;
	border: 1px solid #999;
	display: inline-block;
	background: #fff;
	box-shadow: 2px 2px 3px #959595, -1px -1px 1px #eee;
}
.btn-group button:hover,
.nav-tabs li a:hover,
.nav-tabs li.active a {
	box-shadow: 1px 1px 2px #888, -1px -1px 1px #eee;
	background: #f0f0f0;
	color: #3C3C3C;
}
ul.nav.nav-tabs {
	list-style: none;
	padding: 0px;
	margin: 20px 0px;
}
.nav-tabs li {
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}

.control-group {
	margin: 20px 0px 0px 0px;
	border: 1px dashed #ccc;
	padding: 15px;
}
.editor {
	padding: 20px 15px 30px 0px;
}
.btn-toolbar {
	margin: 20px 0px 30px 0px;
}
.btn-toolbar .btn {
	margin: 0px 20px 0px 0px;
}

#jform_tags-lbl {
	display: none;
}

.inputbox {
	height: 25px;
	line-height: 25px;
	width: 80%;
	padding: 2px 5px;
}
/*
select.inputbox {
	width: auto;
}
*/


/* kalender-icon */
button#jform_publish_up_img,
button#jform_publish_down_img {
	width: 30px;
	height: 30px;
	cursor: pointer;
	vertical-align: middle;
	margin: -5px 0px 0px 10px;
	border: none;
	border: 1px solid #999;
	display: inline-block;
	background-color: #fff;
	background-image: url(../img/calendar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	box-shadow: 2px 2px 3px #959595, -1px -1px 1px #eee;
}
button#jform_publish_up_img:hover,
button#jform_publish_down_img:hover {
	box-shadow: 1px 1px 2px #888, -1px -1px 1px #eee;
	background-color: #f0f0f0;
	color: #3C3C3C;
}



#users-profile-core dt,
#users-profile-custom dt{
	color: #959595;
	margin: 20px 0px 10px;
}






/* Blog */
#main-content-container .blog .items-more { /* weitere Artikel - Joomla standard */
	display: none;
}
#main-content-container .blog .pagination { /* Optionen für weitere Seiten */
	color: #808080;
}
#main-content-container .blog .pagination .counter { /* Seitenzahlen */
	color: #808080;
}
#main-content-container .blog .pagination ul { /* Seiten-Auswahl */
	list-style-type: none;
	margin: 40px 0px 20px 0px;
	padding: 0px;
}
#main-content-container .blog .pagination ul li { /* Seiten-Auswahl */
	list-style-type: none;
	margin: 5px 20px 5px 0px;
	display: inline-block;
}








/* ======================================*/
/* Weiße Box (unten) - Bereich */
/* ======================================*/


/* ----- Fußbereich ----- */
#page-footer {
	width: 100%;
	height: auto;
	min-height: 50px;
	margin: 0px auto;
	font-size: 12px;
	color: #c4c4c4;
	padding: 15px 15px;
	box-sizing: border-box;
	font-weight: lighter;
}
#buttons-fuer-rechtliches {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 14px;
	margin-top: -2px;
}
#buttons-fuer-rechtliches ul {
	margin: 0px;
	padding: 0px;
}
#buttons-fuer-rechtliches ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	margin-left: 15px;
}
#buttons-fuer-rechtliches ul li a {
	margin: 0px;
	padding: 0px 3px;
	color: #c4c4c4;
	border-bottom: 1px solid transparent;
}
#buttons-fuer-rechtliches ul li a:hover,
#buttons-fuer-rechtliches ul li.active a {
	color: #777;
	border-bottom: 1px solid #ccc;
}


/* ======================================*/
/* ======================================*/











/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
