/*General */
html, body {height:100%;}
body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.4em;
}
#contentpage{
  background-image: none;
  background-color:#fff !important;
}
p.mlp-lang-nav {margin-bottom:0; line-height:2;}
.mlp-lang-nav a{
  text-decoration:none;
  color:#fff;
  background-color:#1C4083;
  padding:0.3em;
  margin-right:0.5em;
}
.mlp-lang-nav a:last-child {margin-right:0;}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 44px;
  font-weight: 600;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  line-height:1.4em;
  margin-bottom: 1.4em;
}
#singleimg {
  width:100%;
  height:auto;
  margin-top:10px;
}

/*Buttons */
.button {
  display: inline-block;
  padding: 30px 15px 4px 10px;
  background-color: transparent;
  background-image: url('../images/Newstool_Pfeil.png');
  background-position: 50% 2px;
  background-repeat: no-repeat;
  color: #7b7d7a;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button.minutes {
  display: inline-block;
  padding: 5px 15px;
  background: #1c4083;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform:none;
}
.button.donation {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  background-color: #283986;
  background-image: url('../images/3_min_pfeil.png');
  background-position: 10px 50%;
  color: white;
  font-size: 18px;
}
.button.take-action {
  position: relative;
  display: block;
  padding: 20px 10px 20px 10px;
  color: #fff;
  background: #E31E12;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button.take-action:hover {
  background-color: #e8363f;
}
.button.donate {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: #1c4083;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button.donate:hover {
  opacity:0.8;
}
.button.donate .arrow-down {
  left:47%;
}

.button .arrow-down {
  display: inline-block;
  position: absolute;
  top: -1px;
  margin: 0 auto;
  left: 45%;

  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 14px solid #fff;
}
/*Header Home */
.headerlogomenue,
.headerlogomenuecontent {
  z-index: 999;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  max-height: 254px;
  padding-bottom: 10px;
  padding-left: 2%;
  float: none;
  background-color: white;
}
#red {color:#E31E12;}
/*Header Content */
.headerlogomenuecontent {
  border-bottom:1px solid #283986;
}
/*Header Subpages */
.headerlogomenue.sub {
  min-height: 250px;
  background-color: transparent;
  background-image: url('../images/border_sub.png');
  background-position: 50% -30px;
  background-size: cover;
  background-repeat: no-repeat;
}
/*Header Menu */
/*Menü */
.navbar {
  background-color:#fff;
}
/*Menü 1 Ebene */
nav {
    width: 100%;
}
nav ul {
    padding: 0px;
    margin: 0px;

}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul li {
    list-style: none;
    float:left;
    position:relative;
    text-transform:uppercase;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 20px 10px 14px 14px;
}
nav ul.menu > li:first-child > a {
  padding-left: 0;
}

nav.mean-nav ul.menu > li:first-child > a {
  padding-left: 5%;
}

.mean-container nav.mean-nav ul li li a {
  width: 84%;
  padding: 1em 8%;
}

.mean-container .mean-bar {
  background: #1C4083;
  padding-bottom:1px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: auto;
  padding: 14px 11px 13px 11px !important;
  background: #1C4083;
}

/*Menü 2 Ebene */

nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: block;
    visibility: hidden;
    position: absolute;
    padding:0px;
    background: #1c4083;
    background-image: url('../images/Subnavi_Pfeil.png');
    background-position: 10% top;
    background-repeat: no-repeat;
    min-width:200px;
    z-index: 2;

}
nav ul li ul li {
    float: none;
    align:left;
}
nav ul li ul li a {
    color:#fff !important;
    width:100%;
}
nav ul li ul li a:hover{
    color: #333 !important;
    background-color: #efefef;
}

/*Menü 3 Ebene */

nav ul ul ul {
  background:#efefef;
  background-image:none !important;
  display: block;
  position: absolute;
  left:100%;
  top:0;
}

nav ul ul ul li a {
  color:#333 !important;
}

.hideme { display: none; }

.language {
  padding-top: 30px;
  text-align: right;
}
.menue {
  position: static;
  padding-top: 20px;
}
.languageswitch {
  border-style: none;
  text-transform:uppercase;
}
/*Content */
.content {
  z-index: 1;
  display: block;
}
.titlefirst {
  margin: 25px 0 0 0;
  line-height: 1.3;
  text-transform: uppercase;
}
.titlesecond {
  margin: 0;
  font-weight: 300;
  text-align: left;
  line-height: 1.3;
  text-transform: uppercase;
}
.logo {
  position: static;
  padding-top: 20px;
}
#breadcrumb {
  color:#333;
  margin-top:20px;
}
#breadcrumb a {
  color:#222;
  text-decoration:none;
  margin-left:5px;
}
#breadcrumb a:before {
  content:none;
}
.contentpart {
  background-color:#fff;
  margin-top:20px;
  padding:0 40px 0 40px;
}
.contentpart ul {
  list-style-type: none !important;
  padding-right:40px;
  list-style-position:outside;
  display: inline-block;
}
.contentpart ul li {
  margin-bottom:1.4em;
  color:#333;

    text-indent: -10px;
}
.contentpart ul li:before {
  content: "• ";
    color: #1c4083;
}
.contentpart h2 {
  color:#1c4083;
  text-transform:uppercase;
  margin-bottom:20px;
}
.contentpart img {
    display: inline-block;
    max-width: 100%;
    vertical-align:top;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}


.contentpart a{
  text-decoration:none;
}

.contentpart a:before,
a.blogmore:before {
  content:"\00BB";
}
a.blogmore:before {
  padding-right: 5px;
}
.contentpart article a.blog-image:before {content:"";}

.contentpart td a:before {
  content:"";
}

.wp-caption a:before {
  content:"";
}

.download:before {
  content:"" !important;
}

hr{
  margin:20px 0;
  border: none;
  border-top: 3px dotted #1c4083;
  height: 1px;
}

.newsentry{
  width:100%;
  margin-bottom:40px;
  clear:both;
}

.newsentry h3 {
  margin-top: 10px;
}

.newsentry h3 a:before {
  content:none;
}

.newsentry h3 a{
  text-decoration:none;
  color:#333;
}

.newsentry p {overflow:hidden;}

ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    text-indent: 0;
}

ul.page-numbers li:before {
    content: "";
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 10px 10px;
    height: 28px;
    line-height: 8px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #1c4083;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #1c4083;
    text-decoration: none;
    color:#fff;
}
.page-numbers a:before {
  content:none;
}

.page-numbers:hover { text-decoration: none }

.ui-accordion-header, .ui-accordion-content {padding:0 5px;}

.ui-accordion-header {
  background-color: #efefef;
  font-size:18px;
  font-weight:200;
  text-transform:uppercase;
}

.ui-accordion-header a {
  color: #333;
  text-decoration:none;
}

.ui-accordion-header a:before {
  content:none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
}

.h2video {
    font-size:22px;
  font-weight:400;
  color:#333;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom:35px;
    padding-top:10px;
}


.sidebarpart {
  margin-left:0px;
  padding-top:116px;
}

#contentpage{
  background-color: #efefef;
}

.boxtransparent {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.74);
}
.boxtransparent.left {
  float: right;
}
.boxtransparent.right {
  padding-top: 20px;
}
.boxleft {
  left: 0px;
  top: 0px;
}
#policathome, .boxtransparent.middle {
    left:25%;
    position:relative;
    width:50%;
    padding-bottom:5px;
    padding-top:5px;
  }
.h1boxleft {
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: 400;
  text-transform: uppercase;
}

.widget_newsletternew, .widget_newsletter  {
  margin-bottom: 20px;
  padding:0px 20px 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  background-color:#efefef;
}
.newsletter-email{width:100%}
.aside h2 {
  border-bottom:2px solid red;
  padding:10px 0;
}

.thin {
  font-weight: 300;
}
#mailsuffix{
  border-bottom:2px solid red;
    padding-bottom:5px;
    margin-bottom:10px;
}

#mailsuffix a{
  text-decoration:none;
  text-transform:none;
  font-size:12px;
  color:#1c4083;
}

.mailcollect {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.mailsubmit {
  width: 100%;
  background-color: #e8363f;
  background-image: url('../images/Pfeil_unterschreiben.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 300;
}
#donationbutton{
  background: #1c4083;
  text-align:center;
  padding:10px 0;
  background: #1c4083;
  background-image: url('../images/Subnavi_Pfeil.png');
  background-position: 50% top;
  background-repeat: no-repeat;
}
#donationbutton a h2{
  color:#fff;
  font-weight:400;
  text-transform:uppercase;
}
#donationbutton a{
  text-decoration:none;
}
#fullwrapp {
    position: relative;
    min-height: 100%;

}
#content {
  margin-bottom:30px;
    /*padding-bottom: 8.5em;*/
    /*align:left;*/
}
#content.error-404 {
  min-height:600px;
}

.newsfeed {
  left: 0px;
  z-index:9999;


  float: none;
  clear: none;
  background-color: white;
  position:relative;
  margin-top:11em;
  bottom:0;
}

.newsfeed h2,
#map h2{
  margin-left:40px;
  color:#7B7D7A;
  border-bottom:1px solid #efefef;
  text-transform:uppercase;
  font-weight: 400;

}
.blogheadline {
  min-height:4.2em;
  white-space:normal;
}
.social {
  position:relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #7b7d7a;
  text-align: center;
}

#footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  background-color: transparent;
}
.footernavbar {
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}
.footernavlink {
  display: inline-block;
  padding: 10px 40px 10px 0px;
}
.footernavlink.right {
  float: none;
  text-align: right;
}
.footernanmenue {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}
.footernanmenue.right {
  float: right;
  text-align: right;
}
.footernanmenue.right ul {
  float: right;
}
.wrapper {
  padding-right: 10%;
  padding-left: 10%;
  float: none;
}
.wrapper.end {
  background-color: #e8e8e8;
}
.wrapper.newsinout {
  padding-top: 0px;
  background-color: white;
}

.bloginfo {
  margin-bottom: 0px;
}
#blog-teaser article .bloginfo {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
}
#blog-teaser article .blog-image img {
  margin-bottom: 15px;
}

.blogh3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
}
.blogexcerp {
  color: #1c4083;
}
.blogmore {
  color: #1c4083;
}
.right-arrow {
  margin-right: -80px;
  background-image: url('../images/News_Pfeil_re.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 0px;
}
.newssection {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
}
.border {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 120px;
  padding-left: 2%;
  float: none;
  clear: none;
  background-color: transparent;
  background-image: url('../images/border.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

#title-head-wrapper {
  position: relative;
  padding-bottom: 2em;
}

#title-head {
  color: #1c4083;
}

a.homelink {display: block; text-align: center;}

#minute-item {
  position: absolute;
  right: 0;
  bottom: 0;
}

.rotatehead {
  margin-bottom: 67px;
  -webkit-transform: rotate(356deg);
  -ms-transform: rotate(356deg);
  -o-transform: rotate(356deg);
  transform: rotate(356deg);
  color: #1c4083;
}
.mask {
  height: auto;
  line-height: 20px;
}
.donationcontainer {
  margin-top: 20px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  text-align: right;
}
html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
}

iframe#no-piwik-for-me {
  border:none;
  min-height:200px;
}

iframe#map_signings {max-width:100%;}

.mfp-wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto !important;
}
.mfp-wrap.policat .mfp-content {text-align:center;}
.mfp-bg {background:#e0e0e0;}
.mfp-iframe-scaler iframe {background: #fff;}
.mfp-iframe-holder .mfp-content {/*height:100%; max-height:667px;*/}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {color: #333;}

#ecimap-wrapper {
  position: relative;
}
#ecimap-wrapper #ecimap-overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width : 100%;
  height: auto;
}

#ecimap {
  width : 100%;
  height: 700px;
  margin-top: 10px;
}
#ecimap.placeholder {overflow: hidden;}

#map-popup #ecimap,
#policat-popup iframe {
  margin: 0 auto;
}
#map-popup #ecimap,
#map-popup #ecimap .map,
#map-popup #ecimap .ocean {
   width : 960px;
}

#map-popup .map-description {
  width: 960px;
  margin: 0px auto 30px;
  padding: 10px;
  border-top: 1px solid #ddd;
  background: #fff;
}

#ecimap .title {

}
#ecimap.small .title {
  font-size: 32px;
}
#ecimap.hiddentitle .title,
#ecimap.placeholder .title {
  display: none;
}

.tooltip h2 {
  font-size: 16px;
}

/* SOCIAL SHARING BUTTONS */

.post-social {margin-top: 20px; padding-top: 0px; border-top:1px solid #efefef; clear:both;}
.upper .post-social {margin-top: 0; margin-bottom: 20px; padding-top: 0px; border-top: 0; border-bottom: 1px solid #efefef;}
.home .post-social {margin:0; padding: 0; border: none; clear:both;}

#post-social-sc {margin: 0 0 30px;}

.social-sharing-item-container {
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  width: 49.5%;
  margin-top: 15px;
}
.home .social-sharing-item-container {margin:0;}

.upper .post-social .social-sharing-item-container {margin:0 0 15px 0;}

a.social-sharing-item {
  display: inline-block;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  width: 100%;
}
a.social-sharing-item:before {content: "";}
.home a.social-sharing-item {}
a.social-sharing-item:hover {color: #fff; text-decoration:none; opacity:.9;}
a.social-sharing-item.facebook {background-color: #3D62B3;}
a.social-sharing-item.twitter {background-color: #5DB5DE;}

a.social-sharing-item span {display: inline-block;}

.social-count-box {
  display: inline-block;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 11px 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

.arrow-box {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.arrow-box:after, .arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box:after {
  border-color: rgba(238, 238, 238, 0);
  border-right-color: #f5f5f5;
  border-width: 10px;
  margin-top: -10px;
}
.arrow-box:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #f5f5f5;
  border-width: 11px;
  margin-top: -11px;
}
/* END SOCIAL BUTTONS */


/* SIGNINGS MAP */

#fullwrapp #map {
  margin-top: 13em;
}
.newsfeed {
  margin-top:3em;
}
#map .map-frame {
  text-align: center;
  padding-left: 34px;
}
a.button.signings {
  color: #fff;
  padding:14px 24px;
  background: #1c4083;
}

/* HOMEPAGE CUSTOM SIGNINGS WIDGET */
#signings-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
}

#signings-wrapper:after {
  content: "";
  background: url(../images/stop-ttip-home.jpg) top left no-repeat;
  background-size: cover;
  opacity: 0.4;
  filter: alpha(opacity=40);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#donate-button {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

#signings-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  opacity: 0.4;
}

#counter-wrapper {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  transform: translateY(-80%);
  z-index: 3;
}
#counter-wrapper .counter-inner {
  background: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 10px 5px 15px 5px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
     -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
          box-shadow: 0 0 15px rgba(0,0,0,.5);
}

#content-flag-wrapper {
  position: relative;
  width: 100%;
}

#content-flag-inner {
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: auto;
  z-index: 10;
  text-align: center;
}

#content-flag-wrapper #collect-note-img {

}

#content-flag-wrapper #collect-note-img img {
  position: relative;
  top: -2px;
}

#content-countdown-wrapper {
  position: relative;
  width: 100%;
}

#content-countdown-inner {
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: auto;
  z-index: 10;
  text-align: center;
}

#countdown-counter #ttip_count {
  float: right;
  margin: 0px 0 0 0;
  border: none;
  box-shadow: none;
  font-size: 28px;
  width: 100%;
  height: auto;
  min-width: 200px !important;
  max-width: 235px;
}

#countdown-counter #ttip_count #ttip_count_logo {
  display: none;
}
#countdown-counter #ttip_count #ttip_count_text {
  float: none;
  background: #fff;
  height: auto;
  width: auto;
  padding: 10px 10px 5px 10px;
  text-align: right;
  border-top: 3px solid #1c4083;
}
#countdown-counter #ttip_count #ttip_count_numbers {
  height: 32px;
  line-height: 1;
}
/*#countdown-counter #ttip_count #ttip_count_text .ttip_count_callout {
  display: none;
}*/
#countdown-counter #ttip_count .ttip_count_legend {

}
#countdown-counter #ttip_count .ttip_count_legend span:last-child {
  margin-right: 0;
}

#countdown-counter .ttip_count_callout {
  width: 100%;
  text-align: right;
}

#signings-title h2 {
  color: #1c4083;
  padding: 0 10px;
  margin-top: 0;
  text-transform: uppercase;
}

#signings-counter {}

.signings-counter-meta {color: #7b7d7a; font-size: 0.9em;}
#signings-total {}
#signings-target {text-align: right;}

#signings-text {}
#signings-text p:last-child {margin-bottom:0;}
#signings-button a {
}

.counter-bar {margin-bottom: 15px;}

.goalProgress {
  background: #f0f0f0;
  padding: 0;
}
div.progressBar {
  display: block;
  overflow: hidden;
  width: 0;

  color: #fff;
  background: #1c4083;

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 18px;
  text-align: right;
  padding: 0;
}
div.progressBar .barInner {display:inline-block; padding: 6px 8px;}
span.goalAmount {
  display: none;
  text-indent: -9999px;
}

/* END CUSTOM SIGNINGS WIDGET */

/* HOMEPAGE CUSTOM SECTIONS */

#map-teaser {position:relative;}
#map-teaser img {}

#map-teaser a {
  position: relative;
  display:block;
  text-decoration: none;
}

.image-caption {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #1c4083;
  padding: 5px 10px;
  z-index: 12;
}

.section-title,
.section-title a {
  color: #1c4083;
  text-transform: uppercase;
  text-decoration: none;
}


/* SOCIAL STREAM PLUGIN */

.dcwss.dc-feed.light {
  background:transparent;
  padding:0;
}
.dcwss.dc-feed .dcwss-content {margin:25px 0 18px 0;}
.dcwss.dc-feed.light .stream li {
  border:none;
  border-bottom:1px solid #ddd;
  padding-top:0px;
}

.dcwss.dc-feed .stream li.dcsns-facebook .section-user,
.dcwss .stream li .section-share {display:none;}

.dcwss.dc-feed .stream li .icon {left:0;}

.dcwss.dc-feed .stream li .section-intro {
  font-style:normal;
  padding:10px 0 10px 30px;
  height:30px;
  color:#666;
}
.dcwss.dc-feed .stream li .section-intro a,
.dcwss.dc-feed .stream li.dcsns-twitter .section-intro a,
.dcwss.dc-feed .stream li.dcsns-twitter .section-intro a:hover {color:#111;}
.dcwss.dc-feed .stream li .section-intro,
.dcwss.dc-feed .stream li.dcsns-twitter .section-intro {color:#666;}

.dcwss.dc-feed.light .stream li .section-title,
.dcwss.dc-feed.light .stream li .section-title a {
  font-weight:normal;
  color:#1c4083;
  display:block;
}

.dcwss.dc-feed .stream li .section-text {font-size:12px;}

.dcwss.dc-feed .stream li .inner {padding:10px 0;}

.dcwss.dc-feed .stream li .section-intro,
.dcwss.dc-feed .stream li .section-text,
.dcwss.dc-feed.light .stream li .section-title,
.dcwss.dc-feed .stream li .inner {
  font-family:'Open Sans', sans-serif;
}

.stream li.dcsns-facebook img.icon {background-color: #3b5998;}
.stream li.dcsns-twitter img.icon {background-color: #4EC2DC;}
.stream li.dcsns-flickr img.icon {background-color: #f90784;}

.dcwss.dc-feed .stream li .section-thumb img {
  border:none;
  padding:0;
  max-width:100%;
}

.dcwss.dc-feed.light,
.dcwss.dc-feed .dcwss-content,
.dcwss.dc-feed.light .stream li,
.dcwss.dc-feed .stream li .section-intro {
  background-color: transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.dcwss.dc-feed .dcsns-toolbar {
  position: relative;
  bottom:0;
  right:0;
  width:100%;
  height:22px;
  padding:0;
}

.dcwss.dc-feed .dcsns-toolbar .controls {top:0;}

.metaslider .caption {
  padding: 10px 20px !important;
}

.wpcf7-textarea {width: 100%;}

@media (max-width: 1120px) {

  #fullwrapp #map {
    margin-top: 16em;
  }
  .map-frame iframe {width: 100%;}

  iframe#no-piwik-for-me {
    min-height: 240px;
  }

}

@media (max-width: 980px) {

  #map-popup #ecimap,
  #map-popup .map-description,
  #map-popup #ecimap .map,
  #map-popup #ecimap .ocean {
    width: 760px;
  }

}

@media (max-width: 860px) {

  #map {display:none;}

  .newsfeed {
    margin-top:11em;
  }

  .mfp-iframe-holder .mfp-content {height:100%; max-height:600px;}

}

@media (max-width: 991px) {
  body{
    background-size: cover-y;
  }

  .headerlogomenue {
    max-height:none;
   }

.boxtransparent.middle {
    left: 10%;
    width: 80%;
}

  .button.minutes {
    margin-top: 30px;
    font-size: 14px;
  }
  .navlink {
    color: white;
  }
  .language {
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 16px;
  }

.language {
  padding-top: 30px;
}
  .languageswitch {
    border-style: none;
    color: #1c4083;
    font-size: 12px;
  }
  .titlefirst {
    font-size: 24px;
  }
  .titlesecond {
    font-size: 24px;
  }
  .boxtransparent.left {
    width: 100%;
  }

  .boxtransparent.right {
    width: 100%;
  }
  .footernavlink {
    padding-right: 20px;
    font-size: 10px;
  }
  .bloginfo {
    font-size: 12px;
  }
  .blogh3 {
    font-size: 16px;
  }
  .blogexcerp {
    font-size: 12px;
  }
  .blogmore {
    font-size: 12px;
  }
  .article p {
    display:none !important;
  }
  .article .excerpt p {
    display: block !important;
  }
  .border {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .menubutton {
    color: #1c4083;
    font-size: 34px;
  }
  .menubutton.w--open {
    background-color: #e8363f;
  }
  .donationcontainer {
    margin-top: 60px;
    text-align: center;
  }
  .navmenu {
    margin-left: 213px;
    color: white;
  }

 header nav ul li {
    background: #1c4083;
  }
    nav ul li ul {
      position:relative;
      background: none;
  }

  nav ul li ul li a {
      background: #fff;
      color:#333 !important;
  }

  nav ul li ul li a:hover {
      color:#fff !important;
  }


  .contentpart {
      width: 100%;
  }
  .sidebarpart {
      width: 100%;
  }

  iframe#no-piwik-for-me {
    min-height:200px;
  }

  #counter-wrapper {
    top: 70%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  #counter-wrapper .counter-inner,
  #content-flag-wrapper #content-flag-inner,
  #content-countdown-wrapper #content-countdown-inner {width:80%;}

  #donate-button {bottom:-39px;}

  .home .social-sharing-item-container {width: 100%;}
  .home #retweets.social-sharing-item-container {margin-top:15px;}

}
@media (max-width: 767px) {

  #footer{position: relative;}
  .wrapper{padding-left:0;padding-right:0;}
  contentpart ul {padding-right:0;}

  h1 {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  h4 {
    margin-bottom: 0px;
    line-height: 18px;
  }
  .button.minutes {
    margin-top: 24px;
    padding-right: 12px;
    padding-left: 22px;
    font-size: 12px;
    font-weight: 400;
  }
  .titlefirst {
    font-size: 22px;
  }
  .titlesecond {
    font-size: 22px;
  }
  .boxtransparent.left {
    margin-bottom: 19px;
  }
  .h1boxleft {
    margin-bottom: 10px;
  }
  .footernavlink {
    padding-right: 10px;
  }
  .wrapper.newsinout {
    display: none;
  }
  .donationcontainer {
    margin-top: 23px;
  }
  .navmenu {
    margin-left: 161px;
  }

  .w-col-tiny-6 {width:100%;}
  #signings-counter .w-col-tiny-6 {width:50%;}

  .footernanmenue nav ul {text-align:center;}

  iframe#no-piwik-for-me {
    min-height:280px;
  }

  #post-social-sc .social-sharing-item-container {width: 100%;}

  #signings-wrapper {max-height:250px;}

  #signings-wrapper:after {
    opacity: 1;
  }

  #counter-wrapper {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 100%;
  }
  .has-collect-note #counter-wrapper {top: 20%;}
  #counter-wrapper .counter-inner {width:100%;}

  #content-flag-wrapper #content-flag-inner {width: 100%; text-align: right; right: 17%;}
  #content-countdown-wrapper #content-countdown-inner {width: 100%; text-align: right; right: 0;}
  #content-countdown-wrapper #countdown-counter.w-col {padding-right: 0;}
  #content-flag-wrapper #collect-note-img img {top:-3px;}

  #signings-button {margin-top:20px;}

  #map-popup #ecimap,
  #map-popup .map-description,
  #map-popup #ecimap .map,
  #map-popup #ecimap .ocean {
    width: 560px;
  }

  .dcwss-content {height:600px !important;}

  .button .arrow-down {left:47%;}

  #donate-button {position: relative; width: 50%; margin: 30px auto; bottom: -100%;}
  .has-collect-note #donate-button {bottom:-20%;}

  #content.home {margin-top: 375px;}

}

@media (max-width: 515px) {
  #content-flag img {
    margin-top: 1px;
    width: 75%;
    height: auto;
  }
}

@media (max-width: 479px) {
  .button.donation {
    font-size: 16px;
  }
  .language {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .languageswitch {
    font-size: 11px;
  }
  .titlefirst {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 22px;
  }
  .titlesecond {
    margin-top: 0px;
  }
  .logo {
    height: auto;
  }
  .mailsubmit {
    padding-left: 12px;
    background-position: 10px 50%;
  }

  .wrapper.newsinout {
    display: none;
  }
  .newssection {
    display: none;
  }
  .border {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .rotatehead {
    margin-bottom: 0px;
  }
  .donationcontainer {
    margin-top: 61px;
  }
  .navmenu {
    margin-left: -1px;
  }

  iframe#no-piwik-for-me {
    min-height:320px;
  }

  #ecimap .title {
    font-size: 60px;
  }

  #donate-button {width: 65%;}

  .social-sharing-item-container {width: 100%;}
  a.social-sharing-item {display: block;}
}
