/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/




@import url("style_2.css");

@font-face {
    font-family: 'webfontlight';
    src: url('../fonts/klavikawebbasiclight-webfont.eot');
    src: url('../fonts/klavikawebbasiclight-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/klavikawebbasiclight-webfont.woff2') format('woff2'),
         url('../fonts/klavikawebbasiclight-webfont.woff') format('woff'),
         url('../fonts/klavikawebbasiclight-webfont.ttf') format('truetype'),
         url('../images/klavikawebbasiclight-webfont.svg#webfontlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'webfontregular';
    src: url('../fonts/klavika-regular-opentype-webfont.eot');
    src: url('../fonts/klavika-regular-opentype-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/klavika-regular-opentype-webfont.woff2') format('woff2'),
         url('../fonts/klavika-regular-opentype-webfont.woff') format('woff'),
         url('../fonts/klavika-regular-opentype-webfont.ttf') format('truetype'),
         url('../images/klavika-regular-opentype-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'webfontmedium';
    src: url('../fonts/klavikawebbasicmedium-webfont.eot');
    src: url('../fonts/klavikawebbasicmedium-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/klavikawebbasicmedium-webfont.woff2') format('woff2'),
         url('../fonts/klavikawebbasicmedium-webfont.woff') format('woff'),
         url('../fonts/klavikawebbasicmedium-webfont.ttf') format('truetype'),
         url('../images/klavikawebbasicmedium-webfont.svg#webfontmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
font-family:'webfontlight'!important;
color:#5b5847;
line-height:1.6em;
font-size:17px!important;

}

#main .prSection { border-top: 0px !important; padding-top: 20px !important; }
#main .blogSection { border-bottom: 0px !important; }

.replaceLink, .presseGroupHeader .controller { 
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}


.presseGroup {
border: 1px solid #e8e8e8;
background-color: #fff;
margin: 0 0 10px 0;
}

.wpcf7-list-item { margin-left: 0 !important }
.zustimmung-datenschutz { font-size: .9em }

.presseGroupHeader { position: relative; } 
.presseGroupHeader span { color: #aaa; }
.presseGroupHeader a  { display: block; text-transform: uppercase; padding: 10px 20px; font-size: 18px; text-decoration: none; position: relative; color: #5b5847 }
.presseGroupHeader a:hover { color: #000 } 
.controller { width: 14px; height: 14px; border-left: 2px solid #000; border-bottom: 2px solid #000; position: absolute; top: 50%; margin-top: -10px; right: 20px; -moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }

.presseDataWrapper { display: none; }

#site-header-inner { background-size: contain; }
#site-header { height: 175px }

@media screen and (max-width: 960px) {
	#site-header { height: 115px }
}
@media screen and (max-width: 780px) {
	#site-header { height: 100px }
}

.activeToggle .presseDataWrapper { display: block; }

.activeToggle .controller {-moz-transform: rotate(-225deg);
-webkit-transform: rotate(-225deg);
-o-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
transform: rotate(-225deg); margin-top: -6px }

.presse-item-list { margin: 0 20px; margin-bottom: 5px; font-size: 1em; border-bottom: 1px solid #bbb; padding: 5px 0; color: #111;  }
.presse-item-list a { text-decoration: none; line-height: 1.1em }

.presseDataWrapper .presse-item-list:last-child { border-bottom: 0 }

.presseDataWrapper .presse-item-list a { color: #888; }
.presseDataWrapper .presse-item-list a:hover { color: #111; }

/* COOKIEBAR.start */
#cookiebar { font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; display: none; position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255, .95); color: #fff; z-index: 999999; -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,0.2);box-shadow: 0 0 50px 10px rgba(0,0,0,0.2);}
#cookiebar p { color: #666; font-size: .9em; line-height: 1.4em }
#cookiebar.hidecookiebar { display: none; }
#cookiebar.showCookieBar { display: block; }
#cookiebar p a { color: #666; font-weight: bold; text-decoration: none; border-bottom: 1px solid #333; }
#cookiebarinner { padding: 30px 300px 30px 50px; }
#acceptcookie { position: absolute; right: 50px; top: 50%; line-height: 50px; height: 50px; margin-top: -25px; background: #5b5847; display: inline-block; padding: 0 30px; color: #fff; text-decoration: none; }
@media screen and (max-width: 800px) { #cookiebarinner { padding: 30px 30px 100px 30px; } #acceptcookie { top: auto; bottom: 30px; margin: 0; } }
@media screen and (max-width: 600px) { #cookiebarinner p { font-size: .8em; } #acceptcookie { right: auto; left: 30px !important; line-height: 40px; height: 40px; padding: 0 20px; font-size: .9em; } }
@media screen and (max-width: 400px) { #cookiebarinner { padding: 15px 30px 90px 30px; } }
#optoutbox { position: fixed; z-index: 9999; top: 50px; left: 50%; width: 250px;    margin-left: -125px; background: #fff; border: 0px solid #bacb29; font-family: 'Source Sans Pro', sans-serif; -webkit-box-shadow: 0 0 50px 10px rgba(100,100,100,0.3);
box-shadow: 0 0 50px 10px rgba(100,100,100,0.3); font-size: 1em; line-height: 1.6em; text-align: left; display: none; }
#optoutbox.view { display: block; }
#optoutinner { padding: 30px 60px 30px 30px; }
#closeOptOut { position: absolute; width: 30px; height: 30px; top: 10px; right: 10px; }
#closeOptOut span { position: absolute; top: 15px; left: 0; width: 30px; height: 4px; background: #555; -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;  }
#closeOptOut span.barscnd { top: 15px;  -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
.gaoptoutlink { font-weight: bold !important; text-decoration: none; border-bottom: 1px solid #333; color: #555; }
/* COOKIEBAR.end */

.whatsapp a { background: #f2dd0b; color: #fff; background-image: url("../images/whatsapp-icon.png"); background-size: 20px 20px; background-position: 20px center; background-repeat: no-repeat; padding: 15px 30px 15px 50px; color: #5b5847 !important ; }
.whatsapp { padding-top: 15px; padding-bottom: 40px; }

    .whatsapp a:hover { background-color: #fff; }

.page-header.wpex-supports-mods { border: 0 }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.video-item { width: calc((100% / 2) - 20px); float: left; }
   .videocontainer .video-item:nth-child(2n) { margin-left: 40px } 

.replaceLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); background-image: url("../images/Slaghuis-play-100.png"); 
background-repeat: no-repeat; background-position: center center; filter:alpha(opacity=70); /* IE */ -moz-opacity: 0.70; /* Mozilla */ opacity: 0.70; /* Opera */ background-size: 60px 60px}

.replaceLink:hover { filter:alpha(opacity=99); /* IE */ -moz-opacity: 0.99; /* Mozilla */ opacity: 0.99; /* Opera */ background-color: rgba(0,0,0,0.5);}

.video-item { position: relative; }


#content .replaceLink { background-size: 100px 100px } 

.relatedContainer {
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 25px;
    margin-bottom: 50px;
}

.imageViewRelated { height: 98px; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.singleVideoItem h3 { margin-top: 5px; font-size: 16px; 

    font-family: 'webfontlight' !important;
    color: #5b5847;
    font-size: 14px !important; 
    font-weight: normal;
    font-style: normal;

}

#content h2.blog-entry-title { line-height: 1.1em }

.singleVideoImage { height: 100%; position: absolute; top: 0; left: 0; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.presse-item .piContent a { background: #fafafa; padding: 10px 20px; border: 1px solid #eee; margin: 0 0 15px 0; display: block; text-decoration: none; }
.presse-item .piContent a:hover { background: #fff; color: #111; -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,0.1); box-shadow: 0 0 50px 10px rgba(0,0,0,0.1); }

.relatedItem { float: left; width: calc((100% / 3) - 20px); height: 250px; }

.relatedItem .headline { margin-top: 8px }

.presseImage { height: 200px; width: 100%; background: #333; background-repeat: no-repeat; background-position: center center; position: relative; background-size: cover; }

.presseImage a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: none;  }

.home .presse-item { float: left; width: 33.3333%; }

.presseinneritem { margin: 0 10px; }



.relatedItem h4 { margin-top: 0; font-size: 16px }
   .relatedPosts  .relatedItem:nth-child(1n) { margin-right: 30px }
   .relatedPosts  .relatedItem:nth-child(2n) { margin-right: 30px }
   .relatedPosts  .relatedItem:nth-child(3n) { margin-right: 0 }

.relatedContainer h2 { margin-top: 0; padding-top: 0 }

.replaceMarker { position: relative; }

#content .video-item { height: 340px }

#content .videoImage { height: 270px; width: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;  }

#content .video-item h3 { margin-top: 10px; }

#content .videoreplace { /*position: relative; */margin-bottom: 3px }

#content .videoreplace img { width: 100%; height: 300px; vertical-align: middle; }

#content .videoreplace { height: 270px }


#socialMenu li { line-height: 40px; margin-bottom: 10px; }
#socialMenu li a { display: block; padding-left: 50px; background-size: 40px 40px; background-position: left center; background-repeat: no-repeat; filter:alpha(opacity=60); /* IE */
-moz-opacity: 0.60; /* Mozilla */
opacity: 0.60; /* Opera */}
#socialMenu li a:hover { filter:alpha(opacity=99); /* IE */
-moz-opacity: 0.99; /* Mozilla */
opacity: 0.99; /* Opera */}

#socialMenu li a.xing { background-image: url("../images/xing.png"); }
#socialMenu li a.twitter { background-image: url("../images/twitter.png"); }
#socialMenu li a.linkedin { background-image: url("../images/linkedin.png"); }
#socialMenu li a.instagram { background-image: url("../images/instagram.png"); }
#socialMenu li a.facebook { background-image: url("../images/facebook.png"); }

.video-container-Single, .replaceVideoWrapper .videoreplace {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container-Single iframe,
.video-container-Single object,
.video-container-Single embed,

.replaceVideoWrapper .videoreplace iframe,
.replaceVideoWrapper .videoreplace object,
.replaceVideoWrapper .videoreplace embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



body a { font-weight:400;text-decoration:underline;}

/*Links ohne Unterstrich*/

.blog-entry-title a,
.author-bio-title a,
.comment-meta a,
.menu-blog-kategorien-container a,
.vcex-blog-entry-title a,
.blog-entry-readmore a,
.footer-widget a,
.menu-footer-slaghuis-container a,
.popular-posts a,
.blogroll a,
.related-post-title a{
text-decoration:none;}


/*Headlines*/


h1, h2, h3, h4, h5,
#site-logo,
.braun24,
.braun32,
.braun28,
.braun18{
  font-family: 'webfontlight';
  margin-left:-1px;
  padding:0px;
  color:#5b5847;
}

/*Size*/

h1,.braun32{font-size:32px;}
.wpb_wrapper h1{padding-bottom: 0px;}
h2,.braun24 {font-size:24px;padding: 10px 0;}
/*h2 mit klasse braun24 */
.braun24 h2{padding:0!important;font-weight:300!important;}

.braun28 {font-size:28px;padding: 20px 0;}
h3, .braun18 {font-size:18px;}
h4, h5 {font-size:16px;}


.braun{color:#5b5847;}
.gelb {color:#f2dd0b;}

.entry-title a{letter-spacing:0.01em!important;
font-family: 'webfontregular';
}

.wpex-row clr a{letter-spacing:0.01em!important;
font-family:'webfontregular';
}

.related-post-title a{letter-spacing:0.01em!important; font-size:18px;
font-family:'webfontregular';
}

/* Claim auf dem Headerbild*/
.claim strong{
  font-family: 'webfontlight';}

.claim strong{
  font-size:46px;
  color:#5b5847;
  line-height:0.5em;
  font-style:italic;
}

/*listen*/
.vcex-icon-wrap{float:left;}

/* Testimonial Kundenzitate - Gaensefuss*/

.zitat{
font-family:'Lato';
font-size:140px;
color:#f2dd0b;
font-weight:200;
padding-top:100px;
}
.zitatrechts{
font-family:'Lato';
font-size:140px;
color:#f2dd0b;
font-weight:200;
padding-top:100px;
}

.vcex-testimonials-fullslider .entry{
font-size:21px;
color:#9c9c9c;
}

.vcex-testimonials-fullslider .entry .vcex-testimonials-fullslider-author{
font-size:18px;
color:#9c9c9c;
}


/* Header - Double Line Through  */

body .vc_text_separator_four {
   background: url(../images/double-line-gelb.png) center repeat-x !important;
}
body .vc_text_separator_four span {
    background: ;
}
body .vc_text_separator_four.separator_align_center span {
    padding: 3px 15px
}
body .vc_text_separator_four.separator_align_right span {
    padding: 0 0 0 15px
}
body .vc_text_separator_four.separator_align_left span {
    padding: 0 15px 0 0
}


/*Kontaktformular*/

.your-name input,
.your-email input,
.your-subject input,
.your-message textarea{width:100%;}

/*Newsletter Background Bild*/

.newsletter {
background-image: url(../images/newsletter-bg.png);
background-position:left top;
background-repeat:no-repeat;
height:380px;
width:680px;
background-size: contain;
}


/*140px Footer Margin blog und Seite*/

#main{margin-bottom:140px;}
.site-footer{margin-top:140px;}

/*Footer definitionen*/

.footer-widget .widget-title{
 margin-top:-100px!important;
 color:#5b5847!important;
}

.menu-themen-slaghuis-container, .textwidget {
 border-top:8px solid #f2dd0b;
 padding-top:40px;
 }

/* Footer > Widgets */
.footer-widget .fontawesome-social-widget { margin-top: -30px;}
/*-----------------------------------------------------------------------------------*/
/* - SocialWidgets
/*-----------------------------------------------------------------------------------*/


.fontawesome-social-widget ul.black-color-hover.graphical a { background: #5b5847; }

/*-----------------------------------------------------------------------------------*/
/* - Sidebar mit Widgets
/*-----------------------------------------------------------------------------------*/


.blogroll li, #subscribe-blog-blog_subscription-4, #subscribe-blog-blog_subscription-5{
border-left:1px solid #ccc;
padding-left:20px;}

.wpp-list li a.wpp-post-title{display:block;font-size:14px;line-height: 1.2em;}

.sidebar-box .widget-title{
 color:#5b5847!important;
}
.sidebar-box .textwidget {
border:none;padding-top:0px;
 }


/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

    /* visibility */
 .footer-widget .widget-title{
 margin-top:0px!important;
 color:#ffffff!important;
}

#site-logo.site-branding {
  padding-bottom: 0px !important;
}

.wpb_accordion_header a{font-size:16px!important;margin-top:5px;}

    /* hide things */
 .zitat, .zitatrechts{display:none;}
 .sidebar-box .textwidget .newsletter {display:none;}

}

/* Phone Portrait and Landscape dazwischen
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.pfeilhome a{
font-size:14px!important;padding:4px 20px 10px  10px!important;
width:200px!important;
height: 47px;
}
}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 780px) {

    /* visibility */

    /* hide things */
 .sidebar-box .textwidget .newsletter {display:none;}

#content .videoreplace iframe, #content .videoreplace { height: 170px; }
.videoImage { background-size: cover; }
#content .videoImage { height: 170px; }
#content .video-item { height: 250px; }

#content .video-item h3 { font-size: 14px }

}



/*-----------------------------------------------------------------------------------*/
/* - Header Three + Menu 3 :: Ute Bender Logo
/*-----------------------------------------------------------------------------------*/


.is-sticky .fixed-nav { background: #5b5847;important;opacity:0.9;}

#site-header-inner {
background-image: url(../images/Slaghuis-icon236.png);
background-color:#5b5847;
background-position:right top;
background-repeat:no-repeat;
background-size: contain;
}

/* Header > Three > Logo */
.header-three-logo { float: none; text-align: left; margin: 0; }
.header-three-logo a { display: inline; display: inline-block; float: none; }
.header-three-logo img { display: block; }

/* Header > Three > Navbar */


.navbar-style-three { border-top: none; position: relative; margin-top:-60px;margin-left:0px;}
body.page-header-disabled .navbar-style-three { border: none; }
.navbar-style-three .container { position: relative;}
.navbar-style-three .sf-menu { text-align: left; float: none;margin-left:-20px;}
.navbar-style-three .dropdown-menu > li { display: inline-block; float: none; }
.navbar-style-three .dropdown-menu > li > a { display: block; height: 60px; line-height: 50px; color: #555; text-decoration: none; font-weight: normal; padding: 0 5px; font-size: 13px; }
.navbar-style-three .dropdown-menu > .current-menu-item > a { text-decoration: none;border-bottom:8px solid #f2dd0b;}
.navbar-style-three .dropdown-menu > li > a > span.link-inner {display: inline-block; line-height: 1; padding: 0.5em 0.8em;border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#site-navigation .dropdown-menu >li >a:hover,
#site-navigation .dropdown-menu >.current-menu-item >a,
#site-navigation .dropdown-menu >.current-menu-parent >a,
#site-navigation .dropdown-menu >.current-menu-item >a:hover,
#site-navigation .dropdown-menu >.current-menu-parent >a:hover
{border-bottom:8px solid #f2dd0b;}

.navbar-style-three .dropdown-menu > li .sub-menu {display:none!important;}

/* Weiter Pfeil
--------------------------------------------------------------*/

/*.pfeil{
background-image: url(https://www.bernd-slaghuis.de/wp-content/uploads/2015/06/bu_pfeil.png);
background-repeat:no-repeat;
width:230px;
height: 47px;
font-size:17px;
padding:10px 25px;
}*/

.pfeil a, .pfeilhome a{
color:#5b5847;
text-decoration:none;
text-transform:uppercase;
background-image: url(../images/bu_pfeil.png);
background-repeat:no-repeat;
background-size: contain;
width:230px;
height: 47px;
font-size:17px;
padding:10px 45px 10px  30px;
}
.pfeil a:hover,.pfeilhome a:hover{
color:#ffffff;
text-transform:uppercase;
background-image: url(../images/bu_pfeil_braun.png);
background-repeat:no-repeat;
background-size: contain;
font-size:17px;
}

.pfeilhome a{
margin-left:8px;
}


/* toogle Slider und Accordion
--------------------------------------------------------------*/


body .vc_toggle_default .vc_toggle_title h4:before{
    color:#f2dd0b!important;
}

/* Accordions
--------------------------------------------------------------*/

/* Accordions > Header */

.wpb_accordion .wpb_accordion_wrapper h3 {
margin: 0;
padding: 0;
width:99%;
height:99%;
font-size:20px!important;
padding-right:100px;
}


.wpb_accordion .wpb_accordion_wrapper h3 a:before {
content: "\f055" !important;
    font-family: 'FontAwesome';
/*--adjust as necessary--*/
    color: #f2dd0b!important;
    font-size: 35px!important;
     font-style: normal;
     font-weight: normal;
     line-height: 1;
     margin-right: 10px;
     margin-top:-4px;!important;
     float:left;
}


.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a:before {
content: "\f056"!important;
    font-family: 'FontAwesome';
/*--adjust as necessary--*/
    color: #5b5847!important;
    font-size: 35px!important;
    font-style: normal;
     font-weight: normal;
     line-height: 1;
     margin-right: 10px;
       float:left;
     margin-top:-4px;!important;
}


/*---Formular Newsletter---*/
.wf-input {
        background-color: #FFFFFF !important;
        border-width: 1px !important;
        border-color: #D9D9D9 !important;
        border-style: solid !important;
        width: 80% !important;
        -webkit-border-top-left-radius: 3px !important;
        -moz-border-radius-topleft: 3px !important;
        border-top-left-radius: 3px !important;
        -webkit-border-top-right-radius: 3px !important;
        -moz-border-radius-topright: 3px !important;
        border-top-right-radius: 3px !important;
        -webkit-border-bottom-left-radius: 3px !important;
        -moz-border-radius-bottomleft: 3px !important;
        border-bottom-left-radius: 3px !important;
        -webkit-border-bottom-right-radius: 3px !important;
        -moz-border-radius-bottomright: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

 .wf-input .blog{
        width: 100% !important;
        }


.wf-button, .blog .wf-button{
font-size:16px!important;
color: #5b5847!important;
       font-weight:normal!important;
        background-color: #f2dd0b !important;
        background-image: none !important;
        border-width:1px !important;
        border-color:#707070 !important;
        border-style: none !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 14px !important;
        padding-bottom: 12px !important;
        -webkit-border-top-left-radius: 5px !important;
        -moz-border-radius-topleft: 5px !important;
        border-top-left-radius: 5px !important;
        -webkit-border-top-right-radius: 5px !important;
        -moz-border-radius-topright: 5px !important;
        border-top-right-radius: 5px !important;
        -webkit-border-bottom-left-radius: 5px !important;
        -moz-border-radius-bottomleft: 5px !important;
        border-bottom-left-radius: 5px !important;
        -webkit-border-bottom-right-radius: 5px !important;
        -moz-border-radius-bottomright: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
.blog .wf-button:hover {
       color: #ffffff !important;
       font-weight:normal!important;
        background-color: #5b5847 !important;
    }

    .wf-button:hover {
       color: #5b5847important;
       font-weight:normal!important;
        background-color: #ffffff !important;
    }

 .wf-contbox .wf-inputpos{margin-top:10px;}


@media screen and (max-width: 900px) {

    .presseImage { height: 120px }

}

@media screen and (max-width: 700px) {

.home .presse-item { width: 100%; float: none; }

.presseImage { height: 240px }


  .relatedPosts .relatedItem {

      float: left;
      width: calc((100%/2) - 20px);
      height: 210px;
      margin-right: 0

  }

  .relatedPosts .relatedItem:nth-child(n) { margin-right: 0 }
  
  .relatedPosts .relatedItem:nth-child(1n) { margin-right: 20px }
  .relatedPosts .relatedItem:nth-child(2n) { margin-right: 0px }



}


@media screen and (max-width: 600px) {
    #content .video-item { width: 100%; float: none; margin-bottom: 30px; height: auto !important }

    #content .video-item iframe { width: 100%; height: 250px !important }

    #content .videoImage { height: 250px; }

    .videocontainer .video-item { margin-right: 0 !important; margin-left: 0 !important }

    .vc_row { margin-right: 0; margin-left: 0 }

     .relatedPosts .relatedItem { 
      width: 100%; float: none; height: auto;
    }
    .relatedItem .imageViewRelated { height: 200px }

    .relatedPosts .relatedItem:nth-child(n) { margin-right: 0; margin-bottom: 20px; }

}

@media screen and (max-width: 500px) {


.presseImage { height: 180px }



}


@media screen and (max-width: 500px) {

    #content .videoImage { height: 230px; }

    #content .video-item iframe { width: 100%; height: 200px !important }

    #content .videoImage { height: 200px; }

    #content .video-item { height: 210px; }
}