/*
 * HTML5 Boilerplate
 *
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #b93543; color: #fff; text-shadow: none; }
::selection { background: #b93543; color: #fff; text-shadow: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }






/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: none; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

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



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* 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; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; clear: both}



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

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; outline: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2, h3,h4,h5,h6 {
    font-weight:400;
    font-size: 100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0}
a {
  outline: none;
}

html, body {
  font-family:'Neo Sans W01', Arial, Verdana;
  color: #000;
    margin: 0;
    padding: 0;
    min-width: 320px; 
    font-size: 14px;
  background: url(/wp-content/themes/markenforschung/media/bg_raster.jpg) repeat left top #FFF;
}
.maxwidth {
  width: 100%;
  height: auto;
}
img.background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
   /* border-bottom: 1px solid #a1a1a1;*/
}
/*
img.bodyimg {
  padding-top: 180px;
}
*/
img.para {
  left: 50% !important;
  margin-left: -600px !important;
  z-index: 2 !important;
}

/*
.tablet header{
  position: static;
  height: 190px;
}
*/
header #start {
  /*
  position: absolute;
  left: 50%;
  margin: 11px 0 0 -495px;
  */
  width: 100%;
  max-width: 990px;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  padding: 0 1%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
/*
.tablet header #start {
  width: 970px;
  padding: 10px 10px 0 10px;
}
*/
h1 {
  background-image: url(/wp-content/uploads/2014/12/Mafologo_Deutsch.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  height: 70px;
  width: 200px;
  margin-top: 10px;
  position: relative;
  display: block;
  font-size: 0;
  margin-left: 20px;
  text-indent: -10000ex;
}
@media screen and (min-width: 400px) {
  h1 {
    left: 50%;
    margin-left: -100px;
    position: absolute;    
  }
}
@media screen and (min-width: 600px) {
  h1 {
    width: 266px;
    margin-left: -133px;
    left: 50%;
  }
}

.ie7 h1.it,
.ie8 h1.it,
h1.it {
  background-image: url(/wp-content/uploads/2014/12/Mafologo_Ital.png);
}
.ie7 h1.fr,
.ie8 h1.fr,
h1.fr {
  background-image: url(/wp-content/uploads/2014/12/Mafologo_Franz.png);
}
.ie7 h1,
.ie8 h1 {
  background: url(/wp-content/uploads/2014/12/Mafologo_Deutsch.png) no-repeat left top transparent;
}

.slider_neu h1,
.slider_neu .ie7 h1,
.slider_neu .ie8 h1{
  background-image: url(/wp-content/uploads/2015/10/vsms_kampagnenlogo.png);
}
.slider_neu .ie7 h1.it,
.slider_neu .ie8 h1.it,
.slider_neu h1.it {
  background-image: url(/wp-content/uploads/2015/10/vsms_kampagnenlogo_ital.png);
}
.slider_neu .ie7 h1.fr,
.slider_neu .ie8 h1.fr,
.slider_neu h1.fr {
  background-image: url(/wp-content/uploads/2015/10/vsms_kampagnenlogo_franz.png);
}


header ul {
  background: #FFF;
}
header li {
  padding: 5px 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
/*
.tablet header li {
  margin-right: 10px;  
}
*/
.menu-header-it-container,
.menu-header-fr-container,
.menu-header-container {
  margin-top: -420px;
}
header {
  width: 100%;
  position: absolute;
  z-index: 10;
  background: transparent;
  height: 70px;
 /* background: #fff; */
}
  a#mobile_nav {
    background: url("/wp-content/uploads/2014/01/Menue_Icon.svg") no-repeat top left;
    background-size: 80% 70%;
    display: block;
    font-size: 0;
    height: 42px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-indent: -1000ex;
    top: 10px;
    width: 43px;
    z-index: 20;
  }
@media screen and (min-width: 400px) {
  a#mobile_nav {
    top: 20px;
  }
}
@media screen and (min-width: 601px) {
  header #start {
      margin: 11px auto 0;
  }
  header {
    height: 120px;
  }
  h1 {
    height: 75px;
    width: 266px;
    background-size: 100% 100%;
    margin-left: -133px;
  }
  /*
  .ie7 h1.it,
  .ie8 h1.it,
  h1.it {
    width: 256px;
    height: 85px;
  }
  .ie7 h1.fr,
  .ie8 h1.fr,
  h1.fr {
    width: 256px;
    height: 85px;
  }
  */

}
@media screen and (min-width: 1025px) {
  header {
    position: absolute;
  }
  h1 {
    position: relative;
    left: auto;
    margin-left: 0;
      margin-top: 13px;
    margin-bottom: 17px;
    height: 70px;
    width: 266px;
    background-size: 100% 100%;
  }
  
  h1.fr {
    background-size: 87% auto;
    height: 72px;
  }
  
  .ie7 h1.fr,
  .ie8 h1.fr,
  h1.fr,
  .ie7 h1.it,
  .ie8 h1.it,
  h1.it {
   /*  margin: 0 0 0 -12px */
  }
  header #start {
    margin: 11px auto 0;
  }
}
header li {
  width: 100%;
}


@media screen and (min-width: 1025px) {
  header {
    position: fixed;
  }
  header li {
    padding: 0;
  }
  header ul {
    background: none;
    float: left;
    width: 32.9%;
  }
  header li {
    /* float: left; */
    
  }
  header #menu-header-it li {
    width: 32.6%;
  }
  header #menu-header-fr li {
    width: 32.6%;
  }
  .menu-header-it-container,
  .menu-header-fr-container,
  .menu-header-container {
    margin: 0 auto;
    max-width: 990px;
    position: relative;
    z-index: 1;
    padding: 0 1%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  }
  a#mobile_nav {
    display: none;
  }
  header {
    height: 180px;
  }
}
/*
@media screen and (min-width: 1024px) {  
  header li#menu-item-35,
  header li#menu-item-36,
  header li#menu-item-37
  {
    width: 310px; 
  }
  
  header li#menu-item-40,
  header li#menu-item-72 {
    width: 225px; 
  }
}
*/
header li a{
  display: block;
  background-image: url(/wp-content/themes/markenforschung/media/pfeil_unten.jpg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 20px;
  text-decoration: none;
  color: #000;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
header li.active a,
header li a:hover {
  color: #d34c52;
}
/*
header ul#menu-header-fr li {
  margin-right: 10px;
  width: 310px;
}
header ul#menu-header-it li {
  margin-right: 15px;
  width: 305px;
}
*/

#content {
  position: relative;
  padding-top: 40px;
}
/*
.tablet #content {
  padding-top: 30px;
}
*/
div.parallax-div {
  position: fixed;
  z-index: 1;
}
div.parallax-div.left {
  top: 600px;
}


#maincontent{
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#maincontent a,
#maincontent a:visited,
#maincontent a:checked{
  color: #000;
}

img.weiter {
  left: 50%;
  margin-left: -24px;
  position: absolute;
  width: 49px;
  height: auto;
}
.blog-entry {
  background: #FFF;  
  opacity: 0.9;
  -moz-border-radius:10px; /* Firefox */
  -webkit-border-radius:10px; /* Safari, Chrome */
  -khtml-border-radius:10px; /* Konqueror */
  border-radius:10px; /* CSS3 */
  -webkit-box-shadow: 0px 0px 5px #e6e6e6;
  -moz-box-shadow: 0px 0px 5px #e6e6e6;
  box-shadow: 0px 0px 5px #e6e6e6;
  padding: 30px 40px;
  padding: 10px 15px 20px;
  /* margin-bottom: 50px;*/
  margin: 0 1.2% 50px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#content .blog-entry h2 {
  font-family:'NeoSansW01-BoldItalic';
  text-align: left;
  padding: 0 0 8px 0;
  margin: 0 0 15px 0;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
#anchor_1 + .blog-entry {
  padding: 0;
}
/*
#mercato-e-sociali + .blog-entry,
#marche-et-sociales + .blog-entry,
#anchor_2 + .blog-entry,
#anchor_3 + .blog-entry,
#anchor_4 + .blog-entry,
#anchor_5 + .blog-entry,
*/
#anchor_1 + .blog-entry {
  background: transparent;
  -moz-border-radius:0; 
  -webkit-border-radius:0; 
  -khtml-border-radius:0; 
  border-radius:10px; 
  -webkit-box-shadow: 0px 0px 0px #e6e6e6;
  -moz-box-shadow: 0px 0px 0px #e6e6e6;
  box-shadow: 0px 0px 0px #e6e6e6;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

/*
#anchor_1 + .blog-entry,
.neuer #anchor_1 + .blog-entry,
.neuer #anchor_2 + .blog-entry,
.neuer #anchor_3 + .blog-entry,
.neuer #anchor_4 + .blog-entry,
.neuer #anchor_5 + .blog-entry {
  margin-bottom: 100px;
}
*/
/*
#mercato-e-sociali + .blog-entry h2,
#marche-et-sociales + .blog-entry h2,
#anchor_1 + .blog-entry h2,
#anchor_2 + .blog-entry h2,
#anchor_3 + .blog-entry h2,
#anchor_4 + .blog-entry h2,
#anchor_5 + .blog-entry h2{
  text-align: center;
  font-size: 16px;
  margin: 10% 0 3%;
  border: 0;
}
*/
#anchor_1 + .blog-entry h2 {
  border: 0;
}


@media screen and (min-width: 769px) {
  /*
  #mercato-e-sociali + .blog-entry h2,
  #marche-et-sociales + .blog-entry h2,
  #anchor_1 + .blog-entry h2,
  #anchor_2 + .blog-entry h2,
  #anchor_3 + .blog-entry h2,
  #anchor_4 + .blog-entry h2,
  #anchor_5 + .blog-entry h2{
    text-align: center;
    font-size: 16px;
    margin: 3% 0;
    border: 0;
  }
  */
}



.blog-entry p {
  text-align: justify;
  width: 100%;  
}
.blog-entry p strong{
  text-align: left !important;
}
@media screen and (min-width: 601px) {
  .blog-entry p strong{
    text-align: justify;
  }
  /*
  #mercato-e-sociali + .blog-entry h2,
  #marche-et-sociales + .blog-entry h2,
  #anchor_1 + .blog-entry h2,
  #anchor_2 + .blog-entry h2,
  #anchor_5 + .blog-entry h2
  {
    font-size: 38px;
    margin: 15% 0 1%;
  }
  */
  /*
  #mercato-e-sociali + .blog-entry h2 span,
  #marche-et-sociales + .blog-entry h2 span,
  #anchor_1 + .blog-entry h2 span,
  #anchor_2 + .blog-entry h2 span,
  #anchor_3 + .blog-entry h2 span,
  #anchor_4 + .blog-entry h2 span,
  #anchor_5 + .blog-entry h2 span{
    font-size: 20px;
      font-family: 'Neo Sans W01 Light734947',Arial,Verdana;
  }
  */
}
@media screen and (min-width: 769px) {
  /*
  #anchor_5 + .blog-entry h2 {
    margin: 0 0 1% 0;
  }
  */
}
@media screen and (min-width: 768px) {
  /*
  #anchor_1 + .blog-entry h2,
  #anchor_2 + .blog-entry h2,
  #anchor_3 + .blog-entry h2,
  #anchor_4 + .blog-entry h2,
  #anchor_5 + .blog-entry h2
  {
    font-size: 38px;
    margin: 25% 0 1%;
  }
  */
}
@media screen and (min-width: 1020px) {
  /*
  #anchor_1 + .blog-entry h2,
  #anchor_2 + .blog-entry h2,
  #anchor_3 + .blog-entry h2,
  #anchor_4 + .blog-entry h2,
  #anchor_5 + .blog-entry h2
  {
    font-size: 38px;
    margin: 3% 0 1%;
  }
  */
}
/*
#mercato-e-sociali + .blog-entry h2 span,
#marche-et-sociales + .blog-entry h2 span,
#anchor_1 + .blog-entry h2 span,
#anchor_2 + .blog-entry h2 span,
#anchor_3 + .blog-entry h2 span,
#anchor_4 + .blog-entry h2 span,
#anchor_5 + .blog-entry h2 span{
  display: block;
}
*/

@media screen and (min-width: 970px) {
  /*
   *
  #mercato-e-sociali + .blog-entry h2,
  #marche-et-sociales + .blog-entry h2,
  #anchor_1 + .blog-entry h2,
  #anchor_2 + .blog-entry h2{
    margin: 3% 0 1%;
  }
  */
}
.blog-entry .col {
  display: block;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-width: 300px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-width: 300px;
  column-count: 2;
  column-gap: 20px;
  column-width: 300px;
}
.blog-entry ul {
  margin: 15px 0;
  list-style: disc outside url("/wp-content/themes/markenforschung/media/disc.png");
  padding-left: 18px;
}
.blog-entry ul li {
  color: #000;
}
a#nach_oben {
  background: url(/wp-content/themes/markenforschung/media/btn_nach_oben.png) no-repeat top left;
  width: 157px;
  height: 70px;
  font-size: 0;
  text-indent: -1000ex;
  display: block;
  position: fixed;
  margin-left: 843px;
  bottom: 0;
  z-index: 10;
}

a#nach_oben.it{
  background: url(/wp-content/themes/markenforschung/media/btn_in_alto.png) no-repeat top left;
  width: 123px;
  margin-left: 877px;
}

a#nach_oben.fr {
  background: url(/wp-content/themes/markenforschung/media/btn_remonter.png) no-repeat top left;
  width: 151px;
  margin-left: 849px;
}


a#nach_oben.affix-top{
  background: none;
}

a#nach_oben.affix-bottom {
  position: absolute;
  right: -10px;
  bottom: -40px;
}

a.zurueck {
  margin: 10px -40px 0 0;
  background: url(/wp-content/themes/markenforschung/media/btn_nach_oben.png) no-repeat top left;
  width: 157px;
  height: 70px;
  font-size: 0;
  text-indent: -1000ex;
  display: none;
  float: right;
}
.tablet a.zurueck {
  display: block;
}
.tablet #content #anchor_1 + .blog-entry a.zurueck,
.tablet #nach_oben{
  display: none !important;
}


footer {
  margin-top: 60px;
  background: url(/wp-content/themes/markenforschung/media/bg_footer.png) repeat left top transparent;
  color: #FFF;
  z-index: 9;
  position: relative;
} 
#footer_content {
  margin: 15px auto 0;
  padding: 20px 0 0 0;
  max-width: 990px;
  width: 100%;
}
#footer_content ul,
.textwidget{
  max-width: 990px;
  width: 100%;
}
#footer_content ul {
  padding: 0 5%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#footer_content ul.oben li{
  margin-bottom: 15px;
}

a#vsms-asms {
 /* background: url(/wp-content/themes/markenforschung/media/logo_vsms_asms.svg) no-repeat left top transparent; */
  background: url(/wp-content/uploads/2014/12/Mafologo_Deutsch.png) no-repeat left top transparent;
  background-size: 100%;
  height: 60px;
  width: 146px;
  display: block;
  font-size: 0;
  text-indent: -10000ex;
  margin-right: 15px;
  margin-bottom: 15px;
}
.content_fr a#vsms-asms {
  background: url(/wp-content/uploads/2014/12/Mafologo_Franz.png) no-repeat left top transparent;
  background-size: 100%;
}
.content_it a#vsms-asms {
  background: url(/wp-content/uploads/2014/12/Mafologo_Ital.png) no-repeat left top transparent;
  background-size: 100%;
}

#footer_content ul.unten li{
  margin-bottom: 15px;
}
@media screen and (min-width: 970px) {
  #footer_content ul.unten li{
    width: 25%;
    text-align: left;
  }
  #footer_content ul.unten li.li_width {
    width: 30%;
  }
  #footer_content ul.unten li.rightalign {
    width: 15%;
    text-align: right;
  }
  #footer_content ul.oben li{
    width: 50%;
    text-align: right;
    margin-bottom: 15px;
  }
  #footer_content ul li {
    max-width: 990px;
    width: 100%;
    float: left;
    margin: 0;
  }
  #footer_content ul.oben li:first-child {
    text-align: left;
  }
  #footer_content ul.oben li{
    width: 50%;
    text-align: right;
  }
  a#vsms-asms {
    float: left;
    margin-bottom: 0;
  }
  #footer_content ul {
    padding: 0;  
  }
}




.ie8 a#vsms-asms, 
.ie7 a#vsms-asms {
  background: url(/wp-content/themes/markenforschung/media/logo_vsms_asms.png) no-repeat left top transparent;
}
footer hr {
  margin: 0 0 20px;
}
footer a {
  background: url(/wp-content/themes/markenforschung/media/pfeil_rechts.png) no-repeat right 6px transparent;
  padding-right: 8px;
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
a#faq {
  background: none;
  padding: 0;
  margin: 0;
}
#faq_div h2 {
  font-weight: bold;
}
#faq_div .collumn {
  margin: 0 5%;
}
@media screen and (min-width: 970px) {
  #faq_div .collumn {
    float: left;
    width: 49%;
    margin: 0;
  }
}
/*
#faq_div .collumn:first-child {
  padding-right: 20px;
}
*/
#faq_div .collumn p {
  color: #dfdfdf;
}
#faq_div h4 {
  font-weight: bold;
  margin: 20px 0;
  cursor: pointer;
}
#faq_div p {
  display: none;
  padding-right: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#faq_div .collumn a {
  background: none;
  padding: 0;
  color: #dfdfdf !important;
  text-decoration: underline;
}
#faq_div .collumn a:visited {
  color: #dfdfdf;
}
#faq_div .plus {
  padding-right: 4px;
}
#faq_div .minus {
  padding-right: 8px;
  display: none;
}


.slider {
  max-width: 990px;
  width: 100%;
  height: 335px;
}
.slider table,
.slider ul{
  max-width: 980px;
  width: 98%;
}
.slider ul {
  margin: 0;
  padding: 0;
  position: absolute
}
.slider table td.td_img_left,
.slider table td.td_img_right,
.slider ul li.td_img_left,
.slider ul li.td_img_right{
  width: 346px;
  height: 387px;
  vertical-align: top;
  position: relative;
}
.slider ul li.td_img_left,
.slider ul li.td_img_right{
  height: 140px;
}
@media screen and (min-width: 601px) {
  .slider ul li.td_img_left,
  .slider ul li.td_img_right{
  height: 170px;
  }
}

.slider table td.td_txt,
.slider ul li.td_txt{
  width: 325px;
  font-family:'NeoSansW01-BoldItalic';
  font-size: 16px;
  color: #000;
  padding: 100px 10px 0 0;
  padding: 100px 0 0 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.slider.ergebnis .td_txt span {
  display: block;
  margin: 0 auto;
  max-width: 470px;
  padding: 0 5px;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.slider.ergebnis ul {
  position: relative;
}
.slider.ergebnis {
  height: auto;
}
.neu .slider.ergebnis li.td_txt {
    padding: 10px 0 20px;
}


@media screen and (min-width: 601px) {
  .slider.ergebnis .td_txt span {
    padding: 0;
  }
  .neu .slider.ergebnis li.td_txt {
      padding: 0;
  }
  .slider.ergebnis {
    height: 335px;
  }
  .slider.ergebnis ul {
    position: absolute;
  }
  img.weiter {
    margin-left: -49px;
    width: 98px;
    margin-top: 10px;
  }
  .slider table td.td_txt,
  .slider ul li.td_txt{
    font-size: 20px;
  }
  .slider #erstes_1 .td_img_right img,
  .slider #zweites_1 .td_img_right img, 
  .slider #drittes_1 .td_img_right img {
    /* margin-left: 50px; */
  }
}

.slider ul li.td_txt {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 970px) {
  .slider ul li.td_txt {
    padding: 100px 0 0 0;
  }
}
.slider td img {
  position: absolute;
  top: -80px;
}
.slider td.hoch img {
  top: -30px;
}
.slider td.hoch:first-child img {
  left: 50px;
}  

.slider td img.wp-image-131 {
  right: 25px;
}

.slider li img {
    height: 100%;
    left: 50%;
    margin-left: -168px;
      margin-left: -65px;
    max-width: 335px;
    position: absolute;
    width: auto;
}
.slider.ergebnis li img {
      margin-left: -100px;
}


.slider.ergebnis li.td_img_right img {
      margin-left: -25px;
}
@media screen and (min-width: 768px) {
  .slider.ergebnis li img {
      margin-left: -160px;
  }
  .slider.ergebnis li.td_img_right img {
      margin-left: -45px;
  }
}






@media screen and (min-width: 725px) {
  .slider li img {
      margin-left: -80px;    
  }
}

.slider td img,
.slider td span,
.slider li img,
.slider li span{
  display: none;
}
.slider.ergebnis td img,
.slider.ergebnis td span,
.slider.ergebnis li img,
.slider.ergebnis li span{
  display: block;
}

.slider td span {
  padding-right: 3px;
}

.slider td span:last-child {
  /*float: right;
  float: left; */
}

.slider #erstes_1 .td_img_left,
.slider #erstes_2 .td_img_left,
.slider #erstes_3 .td_img_left,
.slider #erstes_4 .td_img_left,
.slider #zweites_1 .td_img_left,
.slider #zweites_2 .td_img_left,
.slider #zweites_3 .td_img_left,
.slider #drittes_1 .td_img_left,
.slider #drittes_2 .td_img_left,
.slider #drittes_3 .td_img_left{
 /* background: url(/wp-content/uploads/2014/01/Frau-1_1.png) no-repeat left -55px transparent; */
  z-index: -10;
}
.slider #erstes_1 .td_img_right,
.slider #erstes_2 .td_img_right,
.slider #erstes_3 .td_img_right,
.slider #erstes_4 .td_img_right,
.slider #zweites_1 .td_img_right,
.slider #zweites_2 .td_img_right,
.slider #zweites_3 .td_img_right,
.slider #drittes_1 .td_img_right,
.slider #drittes_2 .td_img_right,
.slider #drittes_3 .td_img_right {
  /* background: url(/wp-content/uploads/2014/01/Frau-2_1.png) no-repeat left -55px transparent; */
  z-index: -10;
}
.slider #erstes_1 .td_img_left img,
.slider #erstes_2 .td_img_left img,
.slider #erstes_3 .td_img_left img,
.slider #zweites_1 .td_img_left img,
.slider #zweites_2 .td_img_left img,
.slider #zweites_3 .td_img_left img,
.slider #drittes_1 .td_img_left img,
.slider #drittes_2 .td_img_left img,
.slider #drittes_3 .td_img_left img,
.slider #erstes_1 .td_img_right img,
.slider #erstes_2 .td_img_right img,
.slider #erstes_3 .td_img_right img,
.slider #zweites_1 .td_img_right img,
.slider #zweites_2 .td_img_right img,
.slider #zweites_3 .td_img_right img,
.slider #drittes_1 .td_img_right img,
.slider #drittes_2 .td_img_right img,
.slider #drittes_3 .td_img_right img{
  width: auto;
}

.slider #erstes_1 .td_img_left img,
.slider #zweites_1 .td_img_left img,
.slider #drittes_1 .td_img_left img {
  right: 40px; 
}



.slider.ergebnis #erstes_1 .td_img_left img,
.slider.ergebnis #erstes_2 .td_img_left img,
.slider.ergebnis #erstes_3 .td_img_left img {
    right: 135px;
    top: 70px;
    right: 20px;
    top: 0;
}


strong {
  font-family:'Neo Sans W01 Bold';
}
.blog-entry_header,
.blog-entry_bottom {
  display: none;
}

/* ie7 hack, ie8 hack */
.ie7 img.para {
  display: none !important;
}
.ie7 .anchor {
  margin-top: 50px;
}
.ie7 .blog-entry,
.ie8 .blog-entry {
  position: relative;
  background: url(/wp-content/themes/markenforschung/media/contentbox_middle.png) repeat-y left top transparent;
}
.ie7 .blog-entry_header,
.ie7 .blog-entry_bottom,
.ie8 .blog-entry_header,
.ie8 .blog-entry_bottom {
  display: block;
  height: 20px;
  width: 994px;
  position: absolute;
  left: 0px;
}
.ie7 .blog-entry_header,
.ie8 .blog-entry_header {
  background: url(/wp-content/themes/markenforschung/media/contentbox_top.png) no-repeat left top transparent;
  top: -20px;
}
.ie7 .blog-entry_bottom,
.ie8 .blog-entry_bottom{
  background: url(/wp-content/themes/markenforschung/media/contentbox_bottom.png) no-repeat left top transparent;    
  bottom: -20px;
}
.ie7 #anchor_1 + .blog-entry .blog-entry_bottom,
.ie7 #anchor_1 + .blog-entry .blog-entry_header,
.ie8 #anchor_1 + .blog-entry .blog-entry_bottom,
.ie8 #anchor_1 + .blog-entry .blog-entry_header{
  display: none;
}
.slider #erstes td.td_img_left img {
  left: -40px; 
}
.slider #zweites td.td_img_left img,
.slider #zweites td.td_img_right img {
  top: -100px;
}

.slider li.td_txt p
.slider td.td_txt p{
  text-align: center;
}
.neu .slider li {
  list-style: none;
}
.neu .slider li.td_txt,
.neu .slider li.td_img_left,
.neu .slider li.td_img_right {
  width: 100%;
}
.neu .slider li.td_txt {
  padding: 0;
}




.neu .slider li.td_txt p {
  text-align: center;
  position: relative;
}
.neu .slider li.td_txt p .header{
    font-size: 14px;
    display: block;
}
.neu .slider li.td_txt p .texte{
    color: #000000;
    font-family: 'Neo Sans W01',Arial,Verdana;
    font-size: 14px;
}


.neu .slider ul li.td_img_left img {
  top: 20px;
  z-index: 1;
}
.neu .slider ul li.td_img_right img {

  z-index: 1;
}

.slider.ergebnis ul#erstes_4 li img {
  top: 0;
  margin-left: -30px;
}
.slider.ergebnis ul#erstes_4 li img {
  display: none;
}
.slider.ergebnis ul#erstes_4 li img.klein {
  display: block;
}
#content .blog-entry h2 span {
  font-family: 'Neo Sans W01',Arial,Verdana !important;
  display: block;
  font-size: 14px;
}
.neu .slider li.td_txt p .header.blass,
.neu .slider li.td_txt p .texte.blass {
  display: none;
}

@media screen and (min-width: 601px) {
  #content .blog-entry h2 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .neu .slider li.td_txt p .header.blass,
  .neu .slider li.td_txt p .texte.blass {
    display: block;
    font-size: 14px;
  }
  
  .slider.ergebnis ul#erstes_4 li img {
    display: block;
  }
  .slider.ergebnis ul#erstes_4 li img.klein {
    display: none;
  }
  .neu .slider li.td_txt p .texte,
  .neu .slider li.td_txt p .header{
    text-align: left;
  }
  .slider {
    height: auto;
  }
  #content {
    padding-top: 245px;
  }
  .neu .slider ul li.td_img_left img,
  .neu .slider ul li.td_img_right img {
    top: -100px;
    top: -20%;
  }
.slider.ergebnis ul#erstes_4 li img {
  top: -20%;
}

  .neu .slider.ergebnis ul li.td_img_right img {
      right: -15px; 
      margin-left: 0;
      top: 70px;
      top: 0;
  }
  .neu .slider.ergebnis ul#erstes_4 li.td_img_right img {
      top: -20%;
  }
  
  .slider li img {
      height: auto;
      width: 100%;
  }
  .slider ul li.td_img_left,
  .slider ul li.td_img_right{
    height: 287px;
  }
  .neu .slider li.td_txt {
    height: 287px;
  }
  .neu .slider li.td_txt p {
    text-align: center;
    position: absolute;
    bottom: 270px;
    bottom: 50%;
  }
  .content_fr.neu .slider.ergebnis li.td_txt p {
    bottom: 30%;
  }
  .neu .slider.ergebnis #erstes_1 li.td_txt p {
    bottom: 35%;
  }
  .neu .slider.ergebnis #erstes_2 li.td_txt p {
    bottom: 40%;
  }
  .neu .slider.ergebnis #erstes_3 li.td_txt p {
    bottom: 0;
  }
  .neu .slider.ergebnis #erstes_4 li.td_txt p {
    bottom: 24%;
  }

  .neu .slider #drittes_1 li.td_txt p {
    bottom: 20%;
  }
  
  
  .neu .slider li.td_txt p .header{
      font-size: 14px;
      display: block;
      text-align: left;
  }
  .neu .slider li.td_txt p .texte{
      color: #000000;
      font-family: 'Neo Sans W01',Arial,Verdana;
      /* font-size: 12px; */
      line-height: 16px;
      display: block;
      text-align: justify;
  }
  .neu .slider li.td_txt p .header.blass {
    margin-top: 15px;
  }
  .neu .slider li.td_txt p .header.blass,
  .neu .slider li.td_txt p .texte.blass {
    opacity: 0.5;
  }
  
  .neu .slider.ergebnis li.td_txt p {
    text-align: left;
  }
  .neu .slider li.td_txt p .header{
      text-align: center;
      margin-bottom: 10px;
  }
  
  
  
  .slider ul{
    position: absolute;
  }
  .neu .slider {
    height: 250px;
  }
  .slider.ergebnis {
    height: 320px;
  }
  .neu .slider li {
    float: left;
  }
  .neu .slider li.td_txt {
    width: 33%;
  }
  .neu .slider li.td_img_left,
  .neu .slider li.td_img_right {
    width: 33%;
  }
  .slider li img {
    margin-left: auto;
    left: auto;
  }
  .blog-entry {
    padding: 10px 40px 20px;
  }
}
/*
#anchor_1 + .blog-entry,
#anchor_2 + .blog-entry,
#anchor_3 + .blog-entry,
#anchor_4 + .blog-entry,
#anchor_5 + .blog-entry{
  padding-top: 20% !important;
}
*/
@media screen and (min-width: 769px) {
  /*
#anchor_1 + .blog-entry,
#anchor_2 + .blog-entry,
#anchor_3 + .blog-entry,
#anchor_4 + .blog-entry,
#anchor_5 + .blog-entry{
    padding-top: 0% !important;
  }
*/
  .slider.ergebnis li img {
    height: 220px;
    width: auto;
  }
  .slider.ergebnis ul#erstes_4 li img {
    height: auto;
  }
}
@media screen and (min-width: 850px) {
  .slider.ergebnis li img {
    height: auto;
  }
}


@media screen and (max-width: 1024px) 
{
  
  header ul#menu-header-it li,
  header ul#menu-header-fr li {
    margin-right: 5px;
  } 
}

img.para {
  display: none !important;  
}
@media screen and (min-width: 970px) {
  img.para {
    display: block; 
  }
}