/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}



/* ------------------------------------------------------------------------- *
 *  Table of Contents
/* ------------------------------------------------------------------------- */ 
/*
1. 	CSS Reset
2. 	Base
	2.1	Base: Styles
	2.2 Base: Alignments
	2.3 Base: Clearings
	2.4 Base: Accessibility / Visibility
	2.5 Base: Grid
	
3. 	Layout
4.
5. Menu
6.
7.
8.



XX. Media Queries


*/


/* ------------------------------------------------------------------------- *
 *  CSS Reset
/* ------------------------------------------------------------------------- */ 
    
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------------------------------------------------------- *
 *  Base: Styles
/* ------------------------------------------------------------------------- */    	
	
* { box-sizing: border-box; }

html
{
font-size:62.5%;
}

body
{
font-size: 16px; font-size:1.6rem;	
line-height:125%;	
font-family: 'Open Sans', sans-serif;
color: #333333;	
background-color: #41464d;	
}

::selection { background: #41464d; color: #FFFFFF; }
::-moz-selection { background: #41464d; color: #FFFFFF; }

a { color: #41464d; text-decoration: none; outline: 0; }
a:hover { color: #41464d; text-decoration: none; }
img { max-width: 100%; height: auto; }

a, a:before, a:after {
-webkit-transition-property: all; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
-moz-transition-property: all; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
-o-transition-property: all; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; 
transition-property: all; transition-duration: 0.2s; transition-timing-function: ease; }

a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }

address,cite,dfn,em,i { font-style: italic; }
b, strong { font-weight: 600; }
mark { background: #FFFF00; color: #000000;}
small {font-size: 80%;}
big {font-size: 125%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em;}
del, s {text-decoration:line-through;}
ins,u {text-decoration:underline;}
kbd { background-color: #eeeeee;border: 1px solid #bbb;border-radius: 3px;display: inline-block;padding: 2px;}
blockquote {background: #f9f9f9;border-left: 10px solid #ccc;margin: 1.5em 0;padding: 0.5em 10px;quotes: "\201C""\201D";}
blockquote:before {color: #ccc;content: open-quote;font-size: 4em;line-height: 0.1em;margin-right: 0.25em;vertical-align: -0.4em;}
blockquote p {display: inline;}


input, textarea, button, select, label {font-family: inherit;}

.nobr{white-space: nowrap;}

/* ------------------------------------------------------------------------- *
 * Wordwrap for very long words
/* ------------------------------------------------------------------------- */


.entry-body a
{
white-space: pre;           /* CSS 2.0 */
white-space: pre-wrap;      /* CSS 2.1 */
white-space: pre-line;      /* CSS 3.0 */
white-space: -pre-wrap;     /* Opera 4-6 */
white-space: -o-pre-wrap;   /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap;  /* HP Printers */
word-wrap: break-word;      /* IE 5+ */
}

/* ------------------------------------------------------------------------- *
 *  Base: Alignments
/* ------------------------------------------------------------------------- */

.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.center, .aligncenter { margin-left: auto; margin-right: auto; }


/* ------------------------------------------------------------------------- *
 *  Base: Clearings
/* ------------------------------------------------------------------------- */

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clear:after {content:""; display:table;clear:both;}

.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }


/* ------------------------------------------------------------------------- *
 *  Base: Accessibility and Visibility classes
/* ------------------------------------------------------------------------- */

.hidden {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #FFFFFF;
	clip: auto !important;
	color: #41464d;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*-------------------------------------------------------------------------------------------*/
/* Base: Grid
/*-------------------------------------------------------------------------------------------*/

.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }



/*-------------------------------------------------------------------------------------------*/
/* Base: Typography
/*-------------------------------------------------------------------------------------------*/

.heading h1 {font-size:30px; font-size: 3.0rem; line-height:120%; font-weight:700;}

/*Kicker*/

.kicker {font-size:13px; line-height: 120%; font-weight:bold; color: #B91109; display:block;}

/*Entry (Post/Page) */

.entry h1, .entry h1 a {font-size:30px; font-size: 3.0rem; line-height:120%; font-weight:700;}
.entry h2, .entry h2 a {font-size: 20px; font-size:2.0rem; line-height: 125%;margin: 28px 0px 10px;font-weight:700;}
.entry h3, .entry h3 a {font-size: 18px; font-size:1.8rem; line-height: 125%;margin: 18px 0px 6px;font-weight:700;}
.entry p {font-size:18px; font-size:1.8rem; line-height:140%; margin: 0px 0px 20px; }

@media all and (min-width: 961px) {
	.heading h1 {font-size:42px; font-size: 4.2rem;}
	.entry h1, .entry h1 a {font-size:42px; font-size: 4.2rem;}
	.entry h2, .entry h2 a {font-size: 24px; font-size:2.4rem; line-height: 125%;margin: 33px 0px 12px;}
	.entry h3, .entry h3 a {font-size: 20px; font-size:2.0rem; line-height: 125%;}
	.entry p {font-size:20px; font-size:2.0rem; line-height:140%;}
}


/* ------------------------------------------------------------------------- *
 *  Base: Responsive Iframes and Videos
/* ------------------------------------------------------------------------- */ 
/*
.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width:820px;
	margin:40px auto;
}
*/

.responsive-container {
	/*position: relative;*/
	padding-top: 30px;
	max-width:820px;
	margin:40px auto;
}

.widget .responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width:820px;
	margin:10px auto;
}


/*
.responsive-container iframe,  
.responsive-container object,  
.responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
 
iframe, 
object, 
embed {
   max-width: 100%;
}







/* ------------------------------------------------------------------------- *
 *  Base: Forms
/* ------------------------------------------------------------------------- */

input, textarea, button, select, label { font-family: inherit; }
.themeform input,
.themeform textarea,
.themeform button,
.themeform select,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, 
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="submit"],
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input, 
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #444; }
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"], 
.themeform textarea { background: #fff; border: 2px solid #ddd; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus, 
.themeform textarea:focus { border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform label .required { color: #b91109; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #b91109; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; margin-top:20px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #444; }

.themeform.searchform div { position: relative; }
.themeform.searchform div input { padding-left: 26px; line-height: 20px; }
.themeform.searchform div:after { color: #ccc; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 6px; font-family: FontAwesome; }


/*form h3 {display:none;}*/


.entry form {
    background-color:#EEEEEE;
	padding:10px;
}

.entry form h3
{
font-size: 20px;
font-size: 2.0rem;
line-height: 125%;
color:#333333;	
}

.entry form.paypal
{
background-color:rgba(255,255,255,0);
}

.entry form.paypal input[type="image"]
{
margin-left: -23px;
margin-bottom: -15px;
}




a.button
{
text-transform: uppercase;
padding: 10px 5px;
background-color: #41464d;
color: #FFFFFF;
font-size: 1.25rem;	
font-size: 12.5px;
display:inline-block;
margin: 10px 0px 10px;	
}

a.button:hover
{
text-decoration: none;
background-color: #222222;
}

a.button-extra
{
margin-bottom:-10px;
}


/*-------------------------------------------------------------------------------------------*/
/* Layout
/*-------------------------------------------------------------------------------------------*/

#wrapper
{
width:100%;	
min-width: 320px;
max-width:980px;	
height: 100%;	
margin: 0 auto; 
background-color:#FFFFFF;	
}



/*-------------------------------------------------------------------------------------------*/
/* Layout: Header
/*-------------------------------------------------------------------------------------------*/

#masthead
{
width:100%;
box-sizing:border-box;
padding:10px 20px 0px;
background-color:#FFFFFF;	
}

/* FlexBox Layout */

.main-nav
{
width:100%;

display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
 -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;	
margin-bottom:20px;	
border-bottom: 1px solid #ddd;	
}

#header-branding
{
width:450px;

-webkit-order: 40;
-ms-flex-order: 40;
	order: 40; 	
}

.header-teaser {
    display: inline;
    margin: 0;

	 -webkit-order: 45;
	-ms-flex-order: 45;
	order: 45; 

	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.header-community
{

-webkit-order: 30;
    -ms-flex-order: 30;
    order: 30;

    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.header-ressorts
{
	-webkit-order: 60;
    -ms-flex-order: 60;
    order: 60;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.header-social
{
	-webkit-order: 70;
    -ms-flex-order: 70;
    order: 70;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.header-services
{
	-webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.header-classifieds
{
 	-webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    -webkit-flex: 2 0 35%;
    -ms-flex: 2 0 35%;
    flex: 2 0 35%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.header-search
{
	display:block;	
	width: 251px;	
	-webkit-order: 50;
	-ms-flex-order: 50;
	order: 50;
	-webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}




.menu-toggle
{
display:none;
}

#nav-services
{
float:left;
}

.header-classifieds
{
font-size:10px;
font-size:1.0rem;
text-transform:uppercase;		
}

.header-community .loginout ul
{
font-size:10px;
font-size:1.0rem;	
}

.header-community .loginout ul li
{
width: auto;
display:inline-block;	
position:relative;	
}

.header-community .loginout a
{
text-transform:uppercase;	
padding:10px 0px;
}

.header-community .loginout a:hover
{
text-decoration:underline;
}



#header-branding
{
margin:15px 0 10px;		
}

#header-branding .site-description
{
display:block;
font-size:18px;
font-size:1.8rem;	
margin-top:-20px;	
font-family: "Georgia", serif;
padding:10px 6px;	
}

#header-search
{
float:right;
margin: 30px 0px 20px;		
}

.site-logo a
{
display:block;
width:100%;	
max-width:420px;	
}



/* Search */

.searchform div
{
display:table;	
}

.search-field {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd /* -moz-use-text-color #ddd #ddd*/;
    border-image: none;
    border-radius: 0.25em 0 0 0.25em;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #707070;
    float: left;
	font-size:16px;
    font-size: 1.6rem;
	height:36px;
    height: 3.6rem;
    /*padding: 0 0 0 10px;*/
	text-indent:10px;
}

.search-field:focus {
    color: #444;
    outline-width: 0;
}

.search-button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0.25em 0.25em 0;
    color: #444;
    display: inline-block;
    float: right;
    height:36px;
    height: 3.6rem;
    position: relative;
    width:36px;
    width: 3.6rem;
}
.search-button:hover, .search-button:active, .search-button:focus {
    background-color: #eee;
    color: #313131;
    outline-width: 0;
	cursor:pointer;
}

.search-alertbox
{
font-size:10px;
font-size:1.2rem;
line-height:140%;
padding: 3px 10px;	
}


.social-links li 
{
display:inline-block;	
}

.social-links li a .fa
{
display:inline-block;
text-align:center;		
width:40px;
height:40px;
line-height:40px;
 margin: -3px 0 3px 5px;	
}




/*-------------------------------------------------------------------------------------------*/
/* Layout: Content
/*-------------------------------------------------------------------------------------------*/


#content
{
width:100%;
box-sizing:border-box;
padding:0px;
background-color:#FFFFFF;	
}





/*-------------------------------------------------------------------------------------------*/
/* Layout: Footer
/*-------------------------------------------------------------------------------------------*/

#colophon
{}

#footer-branding
{
border-top: 1px solid #EEEEEE;		
box-sizing:border-box;
padding:20px 20px 20px;
background-color:#FFFFFF;	
}

.footer-logo a
{
display:block;
padding:5px 0px;
width:300px;
max-width:100%;	
margin:0 auto;		
}

/* Footer Publisher */

#footer-publisher
{
width:100%;
box-sizing:border-box;
padding: 0 20px 10px;
background-color: #EEEEEE;
color: #444444;	
}

.footer-publisher-pad
{
padding: 40px 0px 10px;
}

.footer-publisher-more
{
display:none;
}

/* Back-To-Top-Button */

#back-to-top {
    background: #FFFFFF none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    color: #777777;
    display: block;
    height: 30px;
    margin: 0 auto -30px;
    overflow: hidden;
    text-align: center;
    width: 60px;
	text-decoration:none;
}
#back-to-top i {
    font-size: 38px;
    position: relative;
    top: -7px;
	display:block;
}
#back-to-top:hover {
    color: #444;
}

/**/

#footer-links
{
width:100%;
box-sizing:border-box;
padding:20px 20px;
background-color: #333333;	
color: #777777;	
}



#footer-copyright
{
width:100%;
box-sizing:border-box;
border-top: 1px solid #444444;	
padding:20px 20px;
background-color: #333333;	
color: #777777;	
text-align:center;		
}

#footer-copyright .copy
{
font-size:14px;
font-size:1.4rem;
line-height:150%;	
}



/* ------------------------------------------------------------------------- *
 *  Menus: Share Menu
/* ------------------------------------------------------------------------- */ 

.entry-interactions h4
{
font-weight:bold;
color:#444;
font-size:14px;
font-size:1.4rem;
line-height:150%;
margin:20px 0px 10px;	
}


.entry-interactions .printbutton
{
padding-right:6px; color:#FFFFFF; display:inline-block;margin-bottom:6px;
	
	 color: #ffffff;
    font-size: 1.2rem;
    text-decoration: none;
}

.entry-interactions .printbutton i
{
background: rgba(0,0,0,0.3);
padding: 6px 6px 6px 6px;		
}

.entry-interactions .printbutton, 
.entry-interactions .printbutton:hover
{
color:#FFFFFF; text-decoration: none; font-size:12px; font-size:1.2rem;
}

.printbutton {background: #8C8C8C;}
.printbutton:hover,.printbutton:active {background: #7C7C7C;}

.sharemenu
{
/*display:none;*/	
display:inline;
margin:10px 0px 0px;	
}

.sharemenu.active
{
display:block;
}

.sharemenu li
{
float:left;	margin-right:6px;
}

.crunchify-link 
{
padding-right:6px; color:#FFFFFF; display:block;margin-bottom:6px;
}

.crunchify-link i
{
background: rgba(0,0,0,0.3);
padding: 6px 6px 6px 6px;		
}

.entry-interactions .crunchify-link, 
.entry-interactions .crunchify-link:hover
{
color:#FFFFFF; text-decoration: none; font-size:12px; font-size:1.2rem;
}

.crunchify-twitter {background: #00aced;}
.crunchify-twitter:hover,.crunchify-twitter:active {background: #0084b4;}

.crunchify-facebook {background: #3B5997;}
.crunchify-facebook:hover,.crunchify-facebook:active {background: #2d4372;}

.crunchify-googleplus {background: #D64937;}
.crunchify-googleplus:hover,.crunchify-googleplus:active {background: #b53525;}

.crunchify-pinterest {background: #bd081c;}
.crunchify-pinterest:hover,.crunchify-pinterest:active {background: #9E0719;}

.crunchify-linkedin {background:#007bb5;}
.crunchify-linkedin:hover,.crunchify-linkedin:active {background: #00537A;}

.crunchify-whatsapp {background:#4dc247;}
.crunchify-whatsapp:hover,.crunchify-whatsapp:active {background: #348230;}

.crunchify-email {background: #8C8C8C;}
.crunchify-email:hover,.crunchify-email:active {background: #7C7C7C;}





/* ------------------------------------------------------------------------- *
 *  Menus: Nav Services
/* ------------------------------------------------------------------------- */ 

#nav-services .menu
{
font-size:10px;
font-size:1.0rem;	
}

#nav-services .menu li
{
margin-right: 8px;
width: auto;
display:inline-block;	
position:relative;	
} 

#nav-services .menu li a
{
text-transform:uppercase;
padding:10px 0px;	
} 

#nav-services .menu li a:hover
{
text-decoration:underline;
}

#nav-services .menu ul 
{
background-color:#FFFFFF;
border: 1px solid #DDDDDD;
left: -6px;
min-width: 145px;
padding-left: 0;
position: absolute;
display:none;	
z-index:100;	
}

#nav-services .menu li:hover ul
{
display:block;
}

#nav-services .menu ul li
{
margin-right: 8px;
line-height:2.5;	
width:100%;
}

#nav-services .menu ul li a
{
padding: 0px 6px;
display:block;
}

#nav-services .menu ul li a:hover
{
background-color:#DFDFDF;	
text-decoration:none;	
}


.header-classifieds .menu li
{
margin-right: 8px;
width: auto;
display:inline-block;	
position:relative;	
}

.header-classifieds .menu li:hover a
{
text-decoration:underline;	
}





/* Menupunkt Heft hervorheben */

@media all and (min-width: 751px)
{
	#nav-services .menu li.extra
	{
	margin-right: 8px;
	width: auto;
	display:inline-block;	
	position:relative;	
	margin-top:-1px;	
	} 

	#nav-services .menu li.extra > a
	{
	text-transform:uppercase;
	padding:10px 5px;	
	background-color:#41464d;
	color:#FFFFFF;
	font-size:125%;
		
	} 

	#nav-services .menu li.extra > a:hover
	{
	text-decoration:none;
	background-color:#222222;	
	}

	#nav-services .menu li.extra .sub-menu
	{
	left:auto;	
	right:0;
	top:28px;	
	}
	
	#nav-services .menu li.extra-red
	{
	margin-right: 8px;
	width: auto;
	display:inline-block;	
	position:relative;	
	margin-top:-1px;	
	} 

	#nav-services .menu li.extra-red > a
	{
	text-transform:uppercase;
	padding:10px 5px;	
	background-color:#b91109;
	color:#FFFFFF;
	font-size:125%;
		
	} 

	#nav-services .menu li.extra-red > a:hover
	{
	text-decoration:none;
	background-color:#C41009;	
	}

	#nav-services .menu li.extra-red .sub-menu
	{
	left:auto;	
	right:0;
	top:28px;	
	}
	
	
	
	
	

}







/* ------------------------------------------------------------------------- *
 *  Menus: Nav Primary
/* ------------------------------------------------------------------------- */ 

#main-nav
{
display:block;	
box-sizing:border-box;
}

#main-nav .menu
{
margin-top:0px;
margin-bottom:0px;	
display:table;
width:100%;	
}

#main-nav .menu li
{
float: left;
margin-right: 10px;
line-height:2.5;
position: relative;
display:block;	
}

#main-nav ul li a
{
font-size:14px;
font-size:1.4rem;
padding: 10px 0px;	
text-decoration:none;	
}

#main-nav .menu li.current-menu-item > a::after,
#main-nav .menu li.current-menu-parent > a::after,
#main-nav .menu li.current-menu-item > a,
#main-nav .menu li.current-menu-parent > a
{
color: #000000;
}

#main-nav .menu li a:hover
{
box-shadow: 0 -3px 0 0 #ddd inset;
}

#main-nav .menu li.has-dropdown a:hover
{
box-shadow: none;	
}

#main-nav .menu li.has-dropdown > a:after
{
font-family:"FontAwesome";
content:"\f0d7";
margin-left: 5px;	
display: inline-block;	
opacity: 0.5;	
}

#main-nav ul li.has-dropdown:hover > a:after
{	
opacity: 1.0;	
}

#main-nav ul ul
{
margin-top:0;	
background-color:#FFFFFF;
border: 1px solid #DDDDDD;
left: -8px;
min-width: 154px;
padding-left: 0;
position: absolute;	
z-index:1000;	
display:none;	
}

#main-nav .menu li:hover ul
{
display:block;
}

#main-nav .menu ul li
{
width:100%;

}

#main-nav .menu ul li a
{
padding: 0px 8px;	
display:block;		
}

#main-nav .menu ul li a:hover
{
background-color:#DFDFDF;	
}

.main-nav .nav-close
{
display:none;
}

.main-nav.active .nav-open
{
display:none;
}

.main-nav.active .nav-close
{
display:block;
}


/* ------------------------------------------------------------------------- *
 *  Menus: Nav-Publisher
/* ------------------------------------------------------------------------- */ 

.nav-publisher
{
font-weight:bold;
text-align:center;	
font-size:14px;
font-size:1.4rem;
line-height:150%;		
}

.nav-publisher ul
{}

.nav-publisher ul li
{
display:inline;
text-align:center;	
}

.nav-publisher ul li + li:before
{
content: "•";
color:#444444;		
font-weight: bold;
margin-right: 4px;
}

.nav-publisher ul li a
{
display:inline-block;
padding:5px 0px;
color:#444444;	
text-decoration:none;	
}

.nav-publisher ul li:hover a
{
color:#000000;
}

/* ------------------------------------------------------------------------- *
 *  Menus: Nav-Publisher-More
/* ------------------------------------------------------------------------- */ 

.nav-publisher-more
{
text-align:center;	
font-size:14px;
font-size:1.4rem;
line-height:150%;	
}

.nav-publisher-more div
{
display:inline;
}

.nav-publisher-more-title
{
display:inline;
font-weight:bold;	
}

.nav-publisher-more ul
{display:inline;}

.nav-publisher-more ul li
{
display:inline;
text-align:center;	
}

.nav-publisher-more ul li + li:before
{
content: "•";
color:#444444;		
font-weight: bold;
margin-right: 4px;
}

.nav-publisher-more ul li a
{
display:inline-block;
padding:5px 0px;
color:#444444;	
text-decoration:none;	
}

.nav-publisher-more ul li:hover a
{
color:#000000;
}


/* ------------------------------------------------------------------------- *
 *  Menus: Nav-Links
/* ------------------------------------------------------------------------- */ 

.nav-links
{
display:block;
font-size:14px;
font-size:1.4rem;
line-height:150%;		
}

.nav-links ul
{
float: none;
padding: 0;
text-align: center;
width: 100%;
}

.nav-links ul li
{
display:inline;
list-style: outside;
text-align:center;	
}

.nav-links ul li + li:before
{
content: "•";
font-weight: bold;
margin-right: 4px;
}

.nav-links ul li a
{
color:#777777;	
padding: 5px 0px;	
display: inline-block;	
text-decoration:none;	
}

.nav-links ul li:hover a
{
color:#FFFFFF;
}



/*-------------------------------------------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------------------------------------------*/

.pagination {
    display: block;
    float: left;
    margin: 13px 0px;
    padding: 0;
    width: 100%;
}

.pagination span.pages
{
visibility:hidden;
height:0;
width:0;
display:block;	
}

.pagination a, 
.pagination span {
    float: left;
    text-align: center;
	box-sizing:content-box;
}
.pagination a {
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #777777 !important;
    display: block;
    font-size: 0.786em;
    height: 20px;
    margin: 0 10px 10px 0;
    padding: 11px 10px 9px;
    text-decoration: none;
    width: 20px;
}
.pagination a:hover {
    background-color:#EEEEEE;
    border: 1px solid #cccccc;
    color: #333333;
}
.pagination .current {
    background-color:#444444;
    border: 1px solid #000000;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 0.786em;
    height: 20px;
    margin-right: 10px;
    padding: 11px 10px 9px;
    width: 20px;
}







/*-------------------------------------------------------------------------------------------*/
/* Regions / Areas
/*-------------------------------------------------------------------------------------------*/

.region-solo
{
padding:0;
}

.region-duo
{
margin: 20px 0px;
padding: 0px 10px;	
}

.region-parquet
{
padding:0;
border-top: 1px solid #DDDDDD;	
}

.area-solo
{
padding:0; 
position:relative;
}

.area-major
{
width: 66.66%;
float:left;	
padding: 0px 10px;		
}

.area-minor
{
width: 33.33%;	
float:left;	
padding: 0px 10px;		
}

.area-both
{
width:100%;
float:none;
padding: 0px 10px;		
}

.area-parquet
{
width:100%;
float:left;	
position:relative;
max-width:100%;	
}

.area-parquet-minor
{
background-color: #eee;	
vertical-align: top;	
}

.area-parquet-major
{
display: block;
margin: 0;
max-width: 100%;
padding: 0 20px;
}

.area-ranking
{
clear: both;
float: none;
margin-left: auto;
margin-right: auto;
width:100%;
max-width: 640px;
padding-left:20px;
padding-right:20px;	
}

@media all and (max-width: 750px)
{
	/* Areas / Regions */
	.region-duo {margin:0px;}
	.area-major{width:100%;}
	.area-minor{width:100%;}
}


@media all and (min-width:751px)
{
	
	.area-parquet
	{
	display:table;
	}
	
	.area-parquet-minor
	{
	background-color: #eee;	
	width:25%;	
	display:table-cell;	
	}
	
	.area-parquet-major
	{
	display: table-cell;
	margin: 0;
	max-width: 100%;
	padding: 0 20px;
	vertical-align: top;
	}
	
	
	
	
}


/*-------------------------------------------------------------------------------------------*/
/* Parquet (Kategorieansicht)
/*-------------------------------------------------------------------------------------------*/

.parquet-title {font-size:20px; font-size:2.0rem; line-height:100%; color:#333333; padding:14px 20px; display:block; font-weight:bold;}
.parquet-links {display:none;}
.parquet-links ul {list-style: none; margin-bottom:16px;}
.parquet-links li {font-size:16px; font-size:1.6rem; line-height:150%; }
.parquet-links ul li a {font-size:14px; font-size:1.4rem; line-height:150%; color:#707070; }
.parquet-links ul li:hover a {text-decoration: underline; color:#333333;} 
.parquet-links li.cat-item-none {display:none;}



@media all and (min-width:751px) 
{
	.parquet-title{font-size:24px; font-size:2.4rem; line-height: 140%; padding: 20px 20px 0px;}
	.parquet-links {display:block; padding: 20px; width: 100%; box-sizing:border-box;}
}



/*-------------------------------------------------------------------------------------------*/
/* Teaser 
/*-------------------------------------------------------------------------------------------*/

.figure-caption
{
margin:0; display:none;
}


.teaser-full
{
border-bottom: 1px solid #ddd;
padding-bottom:20px;		
}

.teaser-full-nomedia
{
border-bottom: 1px solid #ddd;
padding-top:20px;	
padding-bottom:20px;		
}

.teaser-full-container
{
position:static;
width:100%;
padding:0px 20px;	
}

.teaser-full-media
{
margin-bottom:20px;
}

.teaser-full-heading
{
margin-bottom:6px;	
}

.teaser-full-kicker
{
color: #b91109;
font-size:13px;
font-size:1.3rem;
line-height:120%;
font-weight:bold;
display:block;	
}

.teaser-full-title
{
font-size:24px;
font-size:2.4rem;
color:#333333;
font-weight:bold;	
line-height:120%;
}

.teaser-full-text
{
font-size:15px;
font-size:1.5rem;
line-height:140%;	
color:#444444;	
margin-bottom:12px;	
}

.teaser-full-meta
{
color:#777777;
font-size:13px; font-size:1.3rem;	
}

.teaser-full-heading a,
.teaser-classic-heading a,
.teaser-large-heading a,
.teaser-small-heading a,
.teaser-medium-heading a
{
text-decoration:none;
}


.teaser-classic-media
{}

.teaser-large-media
{}

.teaser-small
{
padding-top:20px; padding-bottom:20px;
}

/*
.teaser-small:nth-child(even) {
    background-color: #F9F9F9;
}*/

.teaser-small-media
{
width:270px;
padding-right:20px;	
display: table-cell;	
vertical-align: top;	
}

.teaser-small-nomedia
{
width:270px;
border-right:20px solid #ffffff;	
display: table-cell;	
vertical-align: top;
background-color:#EEEEEE;    
}


.teaser-small-heading
{}
.teaser-small-container
{
display: table-cell;
vertical-align: top;		
}
.teaser-small-media img
{
display:block;
width:100%;	
}
.teaser-small-kicker
{
font-size:13px; font-size:1.3rem; line-height: 120%; font-weight:bold; color: #B91109; display:block;	
}
.teaser-small-title
{
font-size:20px;font-size:2.0rem;line-height:120%; font-weight:bold;	
}
.teaser-small-text
{
font-size:15px; font-size:1.5rem; line-height:140%; color:#444444; margin-bottom:12px; 
}
.teaser-small-meta
{
font-size: 13px; font-size:1.3rem; line-height:140%; color:#707070;
}

.rundschau_widget .teaser-small-meta
{
margin-bottom:5px;
}


.teaser-medium
{
padding-top:20px; padding-bottom:20px;
}
.teaser-medium-media
{
width:100%;
display: block;		
}
.teaser-medium-heading
{
margin-bottom:10px;
}
.teaser-medium-container
{
display: block;		
}
.teaser-medium-media img
{
display:block;
width:100%;	
margin-bottom:10px;	
}
.teaser-medium-kicker
{
font-size:13px; font-size:1.3rem; line-height: 120%; font-weight:bold; color: #B91109; display:block;	
}
.teaser-medium-title
{
font-size:20px;font-size:2.0rem;line-height:120%; font-weight:bold;	
}
.teaser-medium-text
{
font-size:15px; font-size:1.5rem; line-height:140%; color:#444444; margin-bottom:12px; 
}
.teaser-medium-meta
{
font-size: 13px; font-size:1.3rem; line-height:140%; color:#707070;
}








.teaser-classic
{}
.teaser-classic-container
{}
.teaser-classic-heading
{}
.teaser-classic-kicker
{}
.teaser-classic-title
{}
.teaser-classic-text
{}
.teaser-classic-meta
{}



.teaser-large
{}
.teaser-large-container
{}
.teaser-large-heading
{}
.teaser-large-kicker
{}
.teaser-large-title
{}
.teaser-large-text
{}
.teaser-large-meta
{}










































/*-------------------------------------------------------------------------------------------*/
/* Entry (Page/Post)
/*-------------------------------------------------------------------------------------------*/

.entryfull
{
width:100%;
float:none;	
background-color:grey;	
}

.entryfull img
{
width:100%;
height:auto;
display:block;	
}

.entrymedium
{
width:50%;
float:left;	
}







/*-------------------------------------------------------------------------------------------*/
/* Entry
/*-------------------------------------------------------------------------------------------*/

/* Entry Heading */

.heading {margin-top:24px; margin-bottom: 24px;}

@media all and (min-width: 751px){
	.heading {margin-top:60px; margin-bottom: 24px;}
}

/* Entry Excerpt */

.entry .excerpt {font-size:18px; font-size:1.8rem; line-height:140%; margin-bottom: 20px;}

@media all and (min-width: 961px){
	
	.entry .excerpt {font-size:20px; font-size:2.0rem; line-height:140%;}
}

/* Metadata */

.entry .metadata {font-size:14px; font-size:1.4rem; line-height:150%; margin: 0px 0px 40px; color:#707070;}

.entry .kicker,
.entry p,
.entry .heading,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6
.entry .excerpt,
.entry .metadata,
.entry hr,
.entry .entry-tags,
.entry .entry-taglist,
.entry .entry-interactions,
.entry form,
.entry .entry-media-magazine,
.entry .entry-body,
.entry .entry-magazine-overview
{
margin-left: auto;
margin-right:auto;	
max-width: 660px;
width:100%;	
}

.entry .entry-media-magazine img
{
width:40%;	
max-width:300px;
margin:0;
float:left;
padding: 0px 20px 20px 0px 	
}

.entry .wp-caption-text p
{
font-size:inherit;
}

.entry-body
{
margin: 20px auto;
}

.entry a
{text-decoration: underline;}

.entry a:hover
{color:#333333; text-decoration: underline;}

.entry-media
{
max-width:820px;
width:100%;	
margin: 40px auto;	
}

.entry-media img
{
width:100%;	
display:block;
margin:0 auto;	
}

.entry-media-magazine img
{
max-width:100%;
width:300px;
display:block;
/*margin:0 auto;*/	
}

.figure-caption
{
font-size:16px;
font-size:1.6rem;
line-height:150%;
color:#444444;	
margin:8px auto 0px;
max-width: 660px;
width:100%;		
}

.figure-text
{}

.figure-copyright
{
font-style:italic;
color:#777777;	
}

.entry-tags
{
color: #444;
margin-bottom:0;
font-size:14px;
font-size:1.4rem;
line-height:150%;	
}

.entry-tags h4
{
font-weight:bold;
}

.entry-taglist,
.entry-taglist a
{
color:#777777;
font-size:14px;
font-size:1.4rem;
line-height:150%;	
}

.entry-taglist a:hover
{
color:#333333;
}

.entry-interactions
{
border-top: 2px solid #ddd;	
padding: 20px 0px 30px;
margin-top:20px;	
}

.entry-interactions,
.entry-interactions a
{
color: #777777;
font-size:14px;
font-size: 1.4rem;
line-height: 150%;
}

.entry-interactions a:hover
{
color:#333333;
}


.entry .entry-magazine-overview
{
border-top: 2px solid #ddd;
margin-top: 20px;
padding: 20px 0 30px;
}

.entry .entry-magazine-overview a
{
color: #b91109;
display: block;
 font-size: 13px;
font-size: 1.3rem;
line-height: 150%;
text-decoration: none;
}




/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry img.size-full,
.entry attachment img { max-width: 100%; height: auto; }


.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }


.entry .gallery img, 
.entry img.wp-smiley { margin: 0; }

.entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; width:50%; }
.entry .wp-caption.alignright { margin-left: 20px; width:50%; }
.entry .wp-caption.alignnone { width: 100%; overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%; }
.entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; }

@media all and (max-width: 750px)
{
    
 .entry .wp-caption.alignleft { margin-right: 0px; width:100%; }
.entry .wp-caption.alignright { margin-left: 0px; width:100%; }   
    
}


/* images without captions */
.entry img {max-width:100%; display:block; margin: 0px 0px 20px;}
.entry img.size-full {width:100%;max-width:100%; margin: 0px auto 20px;}
.entry img.size-large {width:700px;max-width:100%; margin: 0px auto 20px;}
.entry img.size-medium {width:330px; max-width:100%;margin: 0px auto 20px;}
.entry img.size-thumbnail {width:150px;max-width:100%;margin: 0px auto 20px;}

/* captions */

.entry  {max-width:100%;}
.entry .full {max-width:100%;}
.entry .large {max-width:100%;}
.entry .medium {width:330px;max-width:50%;}
.entry .thumbnail {width:150px;max-width:100%;}


/* images inside captions */

.entry .thumbnail img.size-thumbnail {max-width:100%;}
.entry .thumbnail img.size-medium {max-width:100%;}
.entry .medium img.size-thumbnail {max-width:100%;}
.entry .medium img.size-medium {max-width:100%;}

@media all and (max-width: 750px)
{
	.entry .medium {max-width:50%; width:100%;}	
	.entry img.size-medium {max-width:50%;width:100%;}
	
}

@media all and (max-width: 500px)
{
	.entry .medium {max-width:100%; width:100%;}	
	.entry img.size-medium {max-width:100%;width:100%;}
	
}



/* table */
.entry table { font-size: 14px; margin-bottom: 1.5em; max-width: 100%!important; text-align: center;}
.entry table tr.alt { background: #f1f1f1; }
.entry table td { border-bottom: 1px solid #f1f1f1; text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }

/* Magazin Tabelle */

.tablecontainer
{
width: 100%; overflow-x: auto;
}

.entry table tr:nth-child(even)
{
background: #ffffff;
}
.entry table tr:nth-child(odd)
{
background: #f1f1f1;
}

.single-magazin table a,
.single-magazin table a:hover
{
text-decoration:none;
}

.single-magazin table a:before
{
font-family: "FontAwesome";
content:"\f0c1";	
padding-right:5px;	
text-decoration:none;
}

.single-magazin table a:before:hover 
{
color:#222222;
}

.single-magazin table a img
{
display:none;
}

a.download-magazin
	{
	text-transform:none;
	padding:10px 5px;	
	background-color:#b91109;
	color:#FFFFFF;
	font-size:100%;	
	margin:10px 0px;
	text-decoration:none;	
	} 

a.download-magazin:hover
{
text-decoration:none;
background-color:#C41009;	
}


/*-------------------------------------------------------------------------------------------*/
/* Search
/*-------------------------------------------------------------------------------------------*/

.relevanssi-query-term
{
background-color:yellow;
}

.treffer
{
color: #707070;font-size:13px;font-size: 1.3rem;line-height: 140%;
}


/*-------------------------------------------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------------------------------------------*/

#footer-breadcrumbs
{
width:100%;
box-sizing:border-box;
padding:10px 20px;
background-color:#FFFFFF;	
border-top: 1px solid #DDDDDD;	
text-align:center;	
}

#breadcrumbs li, 
#breadcrumbs li a
{
font-size:14px;
font-size:1.4rem;
color:#999999;	
}

#breadcrumbs li
{
display:inline;
}

#breadcrumbs li:first-child
{
margin-right:4px;
}

#breadcrumbs li:after
{
    content: "›";
    margin-left: 4px;
}

#breadcrumbs li.unavailable:after,
#breadcrumbs li.current:after
{ content: ""; margin:0;}

#breadcrumbs li.current
{
margin-left:4px;
}



/*-------------------------------------------------------------------------------------------*/
/* Accordion widgets
/*-------------------------------------------------------------------------------------------*/


/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    background:#FFFFFF;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    background-color: #eee;
    color: #444;
    display: block;
    font-size: 14px;
	font-size:1.4rem;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 6px 10px;
    text-transform: uppercase;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#444444;
    /* Type */
    text-decoration:none;
	color:#FFFFFF;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:0px;
    display:none;
}


/*----- Teaser-Buzz- -----*/

ol.buzz-mostread li {margin: 14px 0px 18px 40px;padding: 0;position: relative; counter-increment: zahl;}
ol.buzz-mostread li:before {color: #444;font-size: 22px; font-size:2.2rem; line-height: 100%; 
	font-weight: bold; position: absolute; left: -30px; text-align: center;width: 20px;content: counter(zahl);} 
.teaser-buzz {}
.buzz-container {}
.buzz-kicker {color:#b91109;font-size:12px;font-size:1.2rem; line-height:120%;display:block;}
.buzz-title {color:#333333; font-size:16px; font-size:1.6rem; line-height:120%;font-weight:bold;display:block;}
.buzz-meta {color:#777777;font-size:12px;font-size:1.2rem;line-height:140%;display:block;}

/*----- Popular_Cats -----*/

ol.popularcats li {margin: 14px 0px 18px 40px;padding: 0;position: relative; counter-increment: zahl;}
ol.popularcats li:before {color: #444;font-size: 22px; font-size:2.2rem; line-height: 100%; 
	font-weight: bold; position: absolute; left: -30px; text-align: center;width: 20px;content: counter(zahl);} 
ol.popularcats li a {color:#333333; font-size:16px; font-size:1.6rem; line-height:120%;font-weight:bold;display:block;}
ol.popularcats li a span {font-weight:normal;font-size:12px; font-size:1.2rem; line-height:120%;display:inline;color: #777777;}


/*-------------------------------------------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------------------------------------------*/



.widget
{
padding:20px 0px;
}

/*.widget*/ .widget-title
{
border-bottom: 1px solid #ddd;
color: #313131;
font-size: 14px;
font-size:1.4rem;	
font-weight: bold;
margin: 0 0 16px;
padding: 0 10px 10px;
text-transform: uppercase;
}

.widget .textwidget
{
font-size: 15px;
font-size:1.5rem;	
line-height: 140%;
margin: 0 0 8px;
}

/*-------------------------------------------------------------------------------------------*/
/* Teaser Widgets
/*-------------------------------------------------------------------------------------------*/

.teaser-widget 
{
margin-bottom:20px;
}

.teaser-widget-kicker 
{
color: #b91109;
display: block;
font-size: 12px;
font-size:1.2rem;
line-height: 120%;
font-weight: bold;
margin-bottom: 3px;	
}

.teaser-widget-heading 
{}

.teaser-widget-heading a
{
color:inherit;
}

.teaser-widget-title 
{
font-size:16px;
font-size:1.6rem;
line-height:120%;
font-weight:bold;
color: #313131;	
}

.teaser-widget-text 
{
font-size: 15px;
font-size:1.5rem;	
line-height: 140%;
}

.teaser-widget-link
{
color: #b91109;
display: block;
font-size: 13px;
font-size:1.3rem;
line-height:150%;	
text-decoration:none;	
}

.magazin_widget .teaser-widget-kicker
{
background-color:#b91109;
color:#FFFFFF;	
padding:3px;	
display: block;
font-size: 12px;
font-size: 1.2rem;
line-height: 120%;
font-weight: bold;
margin-bottom: 10px;
}

.rundschau_widget .teaser-small-meta
{
margin-bottom:5px;
}

/*-------------------------------------------------------------------------------------------*/
/* Article Lineage
/*-------------------------------------------------------------------------------------------*/

#scrollcontainer
{
position:relative;
}

#scrollcontainer .entry
{
position:relative;
}

.article-lineage 
{
display: none;
margin: 0;
max-width: 980px;
opacity: 0;
position: absolute;
top: 100px;
transition: opacity 0.5s ease 0s;
width: 100%;
z-index: 4;	
}

@media all and (min-width:960px)
{
	.article-lineage {display:block;}
}


.article-lineage.is_stuck {
    opacity: 1;
	position: fixed;
}





.al-link-previous {
    left: -20px;
}

.al-link-next {
    right: -20px;
}

.al-link {
    background: #eee none repeat scroll 0 0;
    box-shadow: none;
    color: #313131;
    height: 100px;
	top:-100px;
    max-width: 60px;
    padding: 0 20px;
    position: absolute;
	transition:none;
}

.al-link:focus, .al-link:hover {
    box-shadow: 0 1px 3px #999;
    color: #313131;
    max-width: 820px;
	height:auto;
}

.al-link-icon-prev {
	float: left;}

.al-link-icon-next {
    float: right;
}
.al-link-icon {
    color: #333333;
    height: 30px;
    margin: 35px 0;
    width: 20px;
	font-size:30px;
	text-align:center;
}

.al-text {
	padding-top: 18px;
	padding-bottom:18px;
    display: block;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.4s ease 0s;
}


.al-text-next {
    margin: 0 45px 0 5px;
}

.al-text-prev {
    margin: 0 5px 0 45px;
}


.al-link:focus .al-text,
.al-link:hover .al-text
{
opacity:1;
}

.al-prevnext {
    color: #444;
    display: block;
    font-size: 14px; font-size:1.4rem;
    font-style: italic;
    line-height: 120%;
    margin-bottom: 5px;
    white-space: nowrap;
	display:block;
}
.al-title {
    font-size: 16px; font-size:1.6rem;
    font-weight: bold;
    line-height: 130%;
	display:block;
}
.al-kicker {
    color: #b91109;
    font-size: 12px; font-size:1.2rem;
    line-height: 130%;
	display:block;
}

.al-thumb-magazin img
{
width:120px;
height:auto;
margin-bottom:5px;	
}


/*-------------------------------------------------------------------------------------------*/
/* Magazin Übersicht
/*-------------------------------------------------------------------------------------------*/

.area-magazines
{
float: none;
padding: 0;
width: 100%;
}

.magazine-list 
{
width: 100%;
}

.magazine-entry 
{
width: 25%;
padding:10px 10px 20px;
float:left;	
}

.magazine-entry:nth-child(4n+1)
{
clear:both;
}

.magazine-entry:first-child
{
clear:none;
}

.magazine-heading
{
color: #313131;
font-size:16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 120%;
margin-bottom:5px;	
}

.magazine-link 
{

}


@media all and (max-width: 750px)
{
	.magazine-entry 
	{
	width: 50%;
	padding:10px 10px 20px;
	float:left;	
	}

	.magazine-entry:nth-child(4n+1)
	{
	clear:none;
	}
	
	.magazine-entry:nth-child(2n+1)
	{
	clear:both;
	}

	.magazine-entry:first-child
	{
	clear:none;
	}

}





/*-------------------------------------------------------------------------------------------*/
/* Media Queries
/*-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* Media min-width: 751px
/*-------------------------------------------------------------------------------------------*/

@media all and (min-width: 751px)
{

	
	.teaser-full
	{
	position:relative;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.60);
	}
	.teaser-full-media
	{margin-bottom:0;}
	.teaser-full-container
	{
	width:72%; padding-left:36px; padding-right:10px; padding-bottom:36px; position:absolute; left:0; bottom:0; z-index:2;
	}
	
	.teaser-full-heading
	{
	margin-bottom:16px;
	}
	.teaser-full-kicker
	{
	font-size:14px; font-size:1.4rem; line-height:120%; color:#FFFFFF; font-weight:bold; display:block;
	}
	.teaser-full-title
	{
	font-size:32px; font-size:3.2rem; line-height:120%; font-weight:bold; color:#FFFFFF; display:block; 
	}
	.teaser-full,.teaser-full a
	{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none; 
	}
	.teaser-full-text
	{
	font-size:18px; font-size:1.8rem; line-height: 140%; color:#FFFFFF; margin-bottom:16px;
	}
	
	/*
	.teaser-full-text
	{
	background:rgba(0,0,0,0.5);
	}

	.teaser-full-meta
	{
	background:rgba(0,0,0,0.5);
	}
	*/
	
	.teaser-full-meta
	{
	font-size:14px; font-size:1.4rem; line-height: 140%; color:#EEEEEE;
	}
	.teaser-full-meta a
	{color:#EEEEEE;}
	
	.teaser-full-meta a:hover
	{color:#FFFFFF;}

	.teaser-full-nomedia .teaser-full-meta a
	{color: #b91109;}
	
	.teaser-full-nomedia .teaser-full-meta a:hover
	{color:#41464D;} 
	
	
.teaser-full-nomedia .teaser-full
{
border-bottom: 1px solid #ddd;
padding-bottom:20px;		
}

.teaser-full-nomedia .teaser-full-container
{
position:static;
width:100%;
padding:0px 20px;	
}

.teaser-full-nomedia .teaser-full-media
{
margin-bottom:20px;
}

.teaser-full-nomedia .teaser-full-heading
{
margin-bottom:6px;	
}

.teaser-full-nomedia .teaser-full-kicker
{
color: #b91109;
font-size:13px;
font-size:1.3rem;
line-height:120%;
font-weight:bold;
display:block;	
}

.teaser-full-nomedia .teaser-full-title
{
font-size:24px;
font-size:2.4rem;
color:#333333;
font-weight:bold;	
line-height:120%;
}

.teaser-full-nomedia .teaser-full-text
{
font-size:15px;
font-size:1.5rem;
line-height:140%;	
color:#444444;	
margin-bottom:12px;	
}

.teaser-full-nomedia .teaser-full-meta
{
color:#777777;
}

	
	
	
	




}



/*-------------------------------------------------------------------------------------------*/
/* Media max-width: 960px
/*-------------------------------------------------------------------------------------------*/

@media all and (max-width: 960px)
{

	
	.teaser-small-media
	{
	width:150px;
	}
	
	
	
	
}

/*-------------------------------------------------------------------------------------------*/
/* Media max-width: 750px
/*-------------------------------------------------------------------------------------------*/





@media all and (max-width: 750px)
{

	/* Header */
	
	#masthead
	{
	padding:0;
	}
	
	.menu-toggle
	{
	display:block;
	border-left: 1px solid #ddd;
    display: inline-block;
	}
	
	.menu-toggle a
	{
	display: block;
	font-size:30px;	
    font-size: 3.0rem;
	width:30px;
	height:30px;
	box-sizing:content-box;	
    padding: 10px;
	text-decoration:none;	
	text-align:center;	
	}
	
	
	#header-branding
	{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-ordinal-group: 10;   /* OLD - iOS 6-, Safari 3.1-6 */
  		-moz-box-ordinal-group: 10;      /* OLD - Firefox 19- */
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10; 
		border-bottom: 1px solid #ddd;
		width:100%;
		-ms-justify-content: space-between; 
		-webkit-justify-content: space-between; 
		 justify-content: space-between;
		margin: 0px 0 0px;
	}
	

	
	
	#header-branding .site-description 
	{
	display:none;
	}
	
	#header-branding .site-logo
	{
	width:230px;
	padding:10px 10px 0px;
	}
	
	.header-community
	{
		-webkit-box-ordinal-group: 20;   /* OLD - iOS 6-, Safari 3.1-6 */
  		-moz-box-ordinal-group: 20;      /* OLD - Firefox 19- */
		-webkit-order: 20;
		-ms-flex-order: 20;
		order: 20; 
		width: 100%;
		border-bottom: 1px solid #ddd;
		-webkit-flex: none;
        -ms-flex: none;
        flex: none;
		display:none;
		padding:20px;
	}
	
	.header-community .loginout ul {
	font-size:16px;	
    font-size: 1.6rem;
	}
	
	.header-community .loginout ul a
	{
	text-decoration:none;
	text-transform: none;	
	}
	
	.header-community .loginout ul a:hover
	{
	color: #b91109;
	text-decoration:none;	
	}
	
	
	.header-community .loginout ul a:before
	{
	font-family: "FontAwesome";
	content:"\f090";	
	padding-right:5px;	
	}
	
	
	.header-ressorts
	{
		-webkit-box-ordinal-group: 30;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 30;      /* OLD - Firefox 19- */
		-webkit-order: 30;
		-ms-flex-order: 30;
		order: 30;
		width:100%;
		-webkit-flex: none;
        -ms-flex: none;
        flex: none;
		display:none;
	}
	
	.header-services
	{
		-webkit-box-ordinal-group: 40;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 40;      /* OLD - Firefox 19- */
		-webkit-order: 40;
		-ms-flex-order: 40;
		order: 40; 
		width: 100%;
		border-bottom: 1px solid #ddd;
    	border-top: 1px solid #ddd;
		-webkit-flex: none;
        -ms-flex: none;
        flex: none;
		display:none;
	}
	
	.header-classifieds
	{
		-webkit-box-ordinal-group: 50;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 50;      /* OLD - Firefox 19- */
		-webkit-order: 50;
		-ms-flex-order: 50;
		order: 50;
		border-bottom: 1px solid #ddd;
		width: 100%;
		display:none;
		-webkit-flex: none;
        -ms-flex: none;
        flex: none;
	}
	
	.header-search
	{
		-webkit-box-ordinal-group: 60;   /* OLD - iOS 6-, Safari 3.1-6 */
  		-moz-box-ordinal-group: 60;      /* OLD - Firefox 19- */
		-webkit-order: 60;
		-ms-flex-order: 60;
		order: 60; 
		width: 100%;
		display:none;
		-webkit-flex: none;
        -ms-flex: none;
        flex: none;
		border-bottom: 1px solid #ddd;
	}
	
	.header-social
	{
		-webkit-box-ordinal-group: 70;   /* OLD - iOS 6-, Safari 3.1-6 */
  		-moz-box-ordinal-group: 70;      /* OLD - Firefox 19- */
		-webkit-order: 70;
		-ms-flex-order: 70;
		order: 70;
		width: 100%;
		display:none;
		-webkit-flex: none;
        -ms-flex: none;
        flex: none;
		border-bottom: 1px solid #ddd;
	}
	
	.active .header-community,
	.active .header-ressorts,
	.active .header-services,
	.active .header-classifieds,
	.active .header-search,
	.active .header-social
	{
	display:block;
	}
	
	
	.header-teaser
	{
	display:none;
	}
	
	#header-search
	{
	margin: 16px 0 10px;
	}
	
	#header-social
	{
	margin: 16px 0 10px;
	float: left;
    padding: 0 0 0 16px;	
	}
	
	/**/
	
	
	#content
	{
	 padding: 0px 0;
	}
	
	
	
	
	/* Teasers */
	
	
	.teaser-small
	{
	border-bottom: 1px solid #ddd;
	margin: 0px -20px;	
	padding:20px;	
	}
	
	.teaser-medium
	{
	border-bottom: 1px solid #ddd;
	margin: 0px -20px;	
	padding:20px;	
	}
	
	
	/* Menu */
	
	.main-nav
	{border-bottom: none;}
	
	#main-nav .menu
	{
	padding: 0px 0px 0px 20px;
	display:block;		
	-webkit-columns: auto 3;
   -moz-columns: auto 3;
    columns: auto 3;
	}
	
	#main-nav .menu li
	{
	display:block;
	float:none;	
	}
	
	#main-nav .menu li a:after,
	#main-nav .menu li.has-dropdown > a:after
	{
	content:"";
	margin:0;
	padding:0;
	display:none;	
	}
	
	#main-nav .menu li a:hover
	{
	box-shadow: none;
	}
	
	#main-nav .menu li:hover ul
	{
	display:none;
	}
	
	.header-services {
    border-bottom: 1px solid #ddd;
    border-top: none;
	}
	
	#nav-services {
    float: none;
    width: 100%;
	}
	
	#nav-services .menu
	{
	padding: 0px 0px 0px 20px;
	display:block;		
	-webkit-columns: auto 3;
   -moz-columns: auto 3;
    columns: auto 3;
	}
	
	#nav-services .menu li
	{
	display:block;
	float:none;	
	}
	
	#nav-services .menu li a
	{
	font-size:14px; font-size:1.4rem; line-height:250%;
	text-transform: none;
	}
	
	#nav-services .menu li:hover ul
	{
	display:none;
	}
	
	#nav-services .menu li:hover a
	{
	text-decoration: none;
	}
	
	
	.header-classifieds .menu
	{
	padding: 0px 0px 0px 20px;
	display:block;		
	-webkit-columns: auto 3;
   -moz-columns: auto 3;
    columns: auto 3;	
	}
	
	.header-classifieds .menu li
	{
	display:block; float:none;
	}
	
	.header-classifieds .menu li:hover a
	{
	text-decoration:none;
	}
	
	#nav-classifieds ul li a
	{
	font-size:14px; font-size:1.4rem; line-height:250%;
	text-transform: none;
	}
	
	
	
	#header-search
	{
	padding: 0px 0px 0px 20px;
	float:left;	
	}
	
	
	/* Footer */
	
	#footer-publisher {
    padding: 0 20px 0px;
	border-bottom:1px solid #444444;	
	}
	
	.footer-publisher-pad {
    padding: 40px 0 0;
	}
	
	.footer-publisher-more
	{
	width:100%;
	text-align:center;
	display:block;	
	}
	
	.footer-publisher-more-button
	{
	text-decoration:none;
	padding:10px 20px;
	display:block;	
	}
	
	a.footer-publisher-more-button:hover
	{
	text-decoration:none;
	}
	
	.footer-publisher-more-button:after
	{
	font-family: "FontAwesome";
	content:"\f0d7";	
	margin-left:4px;	
	}
	
	
	.footer-publisher-row
	{
	margin: 0 -20px;
	background-color: #333333;
    color: #777777;		
	display:none;	
	}
	
	#footer-publisher.active .footer-publisher-row
	{
	display:block;
	}
	
	.footer-publisher-row-inner
	{
	width:100%;
	max-width:420px;
	margin:0 auto;	
	}
	

	.nav-publisher-more 
	{
	float: left;
    text-align: left;
    width: 50%;	
	padding:20px;	
	}
	
	.nav-publisher-more ul li + li::before
	{
    content: "";
    margin-right: 0px;
	}
	
	.nav-publisher-more ul li
	{
	display:block;
	text-align:left;	
	}
	
	.nav-publisher-more ul li a
	{
	 color: #777777;	
	}
	
	.nav-publisher-more ul li:hover a
	{
	color:#FFFFFF;
	}
	
	#footer-links {
    padding: 0px;
	}
	
	.footer-links-row
	{
	
	background-color: #333333;
    color: #777777;	
	display:none;	
	margin: 0 auto;
    max-width: 420px;
    width: 100%;	
	}
	
	#footer-links.active .footer-links-row
	{
	display:block;
	}
	
	.nav-links
	{
	float: left;
    text-align: left;
    width: 50%;	
	padding:20px;	
	}
	
	.nav-links ul li + li::before
	{
    content: "";
    margin-right: 0px;
	}
	
	.nav-links ul li
	{
	display:block;
	text-align:left;	
	}
		
}


/*-------------------------------------------------------------------------------------------*/
/* Media max-width: 500px
/*-------------------------------------------------------------------------------------------*/

@media all and (max-width: 500px)
{

	.teaser-small-media
	{
	display:none;
	}
	
	/* Menu */
	
	#main-nav .menu
	{
	padding: 0px 0xp 0px 20px;
	display:block;	
	-webkit-columns: auto 2;
   -moz-columns: auto 2;
    columns: auto 2;
	}
	
	
	#main-nav .menu li
	{
	display:block;
	float:none;	
	}
	
	#nav-services .menu
	{
	padding: 0px 0px 0px 20px;
	display:block;		
	-webkit-columns: auto 2;
   -moz-columns: auto 2;
    columns: auto 2;
	}
	
	.header-classifieds .menu
	{
	padding: 0px 0px 0px 20px;
	display:block;		
	-webkit-columns: auto 2;
   -moz-columns: auto 2;
    columns: auto 2;	
	}
	
	
	
}




/*-------------------------------------------------------------------------------------------*/
/* Print Layout
/*-------------------------------------------------------------------------------------------*/

@media print {

/* Layout */

@page {
margin: 0.5cm;
}

/* Elemente */

body
{
background-color:#FFFFFF;
}

#masthead {
 padding: 0.5cm 1.5cm 0;
}

.header-teaser,
.header-community,
.header-ressorts,
.header-services,
.header-classifieds,
.header-search,
.header-social
{
display:none;
}


#colophon {
display:none;	
}

.entry-interactions
{
display:none;
}

.entry
{
padding-bottom:20px;
}

.entry .kicker, .entry p, .entry .heading, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 .entry .excerpt, .entry .metadata, .entry hr, .entry .entry-tags, .entry .entry-taglist, .entry .entry-interactions, .entry form, .entry .entry-media-magazine, .entry .entry-body, .entry .entry-magazine-overview {
    
    max-width: 100%;
    width: 100%;
}

.region-solo {
    padding: 0;
}
.region-duo {
    margin: 1.0cm; 0;
    padding: 0 0.5cm;
}
.region-parquet {
    padding: 0;
}
.area-solo {
    padding: 0;
    position: relative;
}
.area-major {
    float: none;
    padding: 0 0.5cm;
    width: 100%;
}

.area-minor {
    float: none;
    padding: 0 0.5cm;
    width: 100%;
	display:none;
}

.entry p
{
margin-bottom:0.44cm;
}

.heading {
    margin-bottom: 0.2cm;
    margin-top: 1cm;
}

.entry .metadata {
    margin-bottom:0.2cm;
}

.entry h2, .entry h2 a {margin: 0.7cm 0cm 0.25cm;}
.entry h3, .entry h3 a {margin: 0.44cm 0cm 0.1cm;}


.article-lineage {
    display: none;
}

/* Hyperlinks */
/*
.entry-body p a:after {
content: " (" attr(href) ")";
font-size: 80%;
color:blue;	
}
*/
.entry-body p a {
word-wrap: break-word;
}

/* Font Sizes */

body {font-size: 10pt;}

.entry p { font-size: 12pt; }
.entry h1 { font-size: 30pt;}

.entry h2, .entry h2 a {font-size: 16pt; }
.entry h3, .entry h3 a {font-size: 13.5pt; }

.entry-tags	{font-size:11pt;}

.kicker {font-size: 10pt;}
.entry .metadata {font-size: 10pt;}


.entry .wp-caption-text {font-size: 10pt;}	
		
}






/*-------------------------------------------------------------------------------------------*/
/* Visual Form Builder
/*-------------------------------------------------------------------------------------------*/

.visual-form-builder .themeform .vfb-legend {
    border-bottom: none;
}




/*-------------------------------------------------------------------------------------------*/
/* Einzelbestellung Formular
/*-------------------------------------------------------------------------------------------*/

.hidden
{
display:none;
}

.form-einzelheftbestellung .form-entry
{
width:12.5%;
float:left;
padding:10px 10px;
overflow:hidden;	
}

.form-einzelheftbestellung .form-entry:nth-child(8n+1)
{
clear:both;	
}

.form-einzelheftbestellung .vfb-section
{
margin: 0 14px;
}

.form-einzelheftbestellung .vfb-item-instructions
{
padding: 6px 1% 9px !important;
}

@media all and (max-width: 750px)
{

	.form-einzelheftbestellung .form-entry
	{
	width:25%;	
	}

	.form-einzelheftbestellung .form-entry:nth-child(4n+1)
	{
	clear:both;	
	}
	

}

@media all and (max-width: 500px)
{

	.form-einzelheftbestellung .form-entry
	{
	width:50%;	
	}

	.form-einzelheftbestellung .form-entry:nth-child(2n+1)
	{
	clear:both;	
	}

}





/* SLIDER */

.slick-slider
{
position:relative;   
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  left:-20px;    
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #ffffff;
  border: none;
  outline: none;
  background: #b91109;
  z-index:1000;    
}

.slick-next {
  left:auto;    
  right: -20px;
}

.slick-next::before {
   content: '>';
color: #fff;
position: absolute;
top: 20px;
left: 2px;
display: block;
width: 40px;
height: 40px;
font-size: 20px;
font-weight: bold;
}
.slick-prev::before {
    content: '<';
    color: #fff;
    position: absolute;
    top: 20px;
    right: 2px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
}

/* SLIDER MELDUNGEN */


.meldungen-slideshow .slide
{
padding:0px 10px;    
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button::before {
  
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color:#b91109;
  border-radius:10px;    
  content: '';
  text-align: center;
  opacity: .25;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position:relative;    
}

.slick-dots li.slick-active button::before {
  opacity: .75;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}   






/* TESTSEITE */


.page-template-page-newfront .kurzmeldung_widget
{
display:none;
}

/* EMBLEM */

#primary
{
position: relative;
margin-top: 60px;
}

.emblem
{
width: 60px;
max-width: 100%;
display: block;
position: absolute;
top: -30px;
right: 15px;    
  
}





.nofigures figure
{
display:none;
}

blockquote .magorder
{
display:none;
}


.magorder
{
background-color: #EEEEEE;
padding:20px 20px 1px; 
margin:20px 0px;
border: 1px solid #000000;    
}

.magli
{
float:left;
margin-right:20px;
width:120px;  
}

.magli img
{
max-width:120px;  
}

.magre
{
float:right;
width: calc(100% - 140px);     
}

.magre h3
{
margin-top:0;
}

.magre a.button
{
margin-bottom:0;
}

.entry a.button:hover
{
color:#ffffff;
}