@charset "UTF-8";
@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/site/templates/zbh1/fonts/BarlowSemiCondensed-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

/*
@font-face {
    font-family: 'Noto si1';
    src: url('/site/templates/zbh1/fonts/NotoSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto si1';
    src: url('/site/templates/zbh1/fonts/NotoSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Dejavu mono si1';
    src: url('/site/templates/zbh1/fonts/DejaVuSansMono-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dejavu mono si1';
    src: url('/site/templates/zbh1/fonts/DejaVuSansMono-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/
/*
removed ‘/tmp/DejaVuSansMono-Bold-webfont.woff’
removed ‘/tmp/DejaVuSansMono-BoldOblique-webfont.woff’
removed ‘/tmp/DejaVuSansMono-Oblique-webfont.woff’
removed ‘/tmp/DejaVuSansMono-webfont.woff’
*/
/** 
 * main.css
 * 
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 * 
 */
/*********************************************************************
 * 1. General HTML tags
 *
 */
* {
  box-sizing: border-box;
  outline: none; }

body {
  padding: 5%;
  padding: 1% 5% 5% 5%;
  max-width: 1600px;
  max-width: 1360px;
  margin: 0 auto;
  font-family: 'BarlowSemiCondensed', sans-serif;
  font-size: 19px;
  line-height: 1.3em;
  color: #444;
  background-color: #fff; 
  }

td, input[type=text], textarea {
  font-family: 'Quattrocento', serif;
  font-family: 'Noto si1', sans-serif;
  font-family: 'BarlowSemiCondensed', sans-serif;
  font-size: 105%;
  line-height: 1.8em;
  color: #444; }

img {
  max-width: 100%; }

h1 {
  font-size: 36.8px;
  line-height: 48px;
  margin: 0; }

h2 {
  font-weight: normal; }

h3 {
  /*	border-top: 1px solid #eee; 
  	padding-top: 1em;
  */
  margin: 0;
  color: #777; }

a {
  color: #333;
  color: #777;
  /*
  color: red;
  */
  text-decoration: none;
  border-bottom: 1px solid #ccc; }
  a:hover {
    color: #c00;
    border-color: #aaa; }

.nav a:hover {
  color: #c00;
  border-color: #aaa; }

blockquote {
  margin-left: 0;
  padding-left: 1.5em;
  padding-right: 2em;
  border-left: 4px solid #ddd;
  font-style: italic;
  color: #777; }

pre, code {
  background: #eee;
  border: 1px solid #ddd; }

pre {
  font-size: 14px;
  line-height: 1.4em;
  padding: 1em;
  border-left: 4px solid #ddd; }

.marker {
  background: #80ff80; }

.pw-superscript {
  font-size: 75%;
  vertical-align: super;
  line-height: 1.8em; }

p {
  margin: 1em 0 0 0; }

/*********************************************************************
 * 2. Masthead area
 *
 */
.top-nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .top-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 1em;
    margin-right: 2px;
    margin-bottom: 1em;
    margin-bottom: 1px; }
    .top-nav li.depth0 {
      float: left;
      margin-right: 1em;
      margin-right: 2px;
      margin-bottom: 1em;
      margin-bottom: 1px; }

    .pwid_1 .top-nav li.depth0:first-of-type {
      display: none;
    }

  .top-nav a {
    padding: 0.25em 0.5em;
    padding: 1px 4px;
    text-decoration: none;
    display: block;
    display: inline;
    background: #eee;
    color: #333;
    /*
    color: #0f0; 
    */
    border: 1px solid #eee; }
    .top-nav a:hover {
      /*background: #ddd;*/
      border-color: #ddd;
      color: #c00; }
  .top-nav li.current a {
    color: #c00;
    text-decoration: none; }
  .top-nav li.current a:hover {
    text-decoration: underline; }
  .top-nav li.edit a {
    background: none; }
  .top-nav .nav a {
    font-weight: normal; }

form.search {
  float: right;
  margin: 0;
  width: 220px; }
  form.search input {
    margin: 0 0 10px 0;
    padding: 0.25em 0.5em;
    padding: 0 0.5em;
    border: 1px solid #ccc;
    width: 100%; }

.breadcrumbs {
  /*
  clear: both; 
  */
  float: left;
  padding-top: 1em;
  padding-top: 10px; }
  .breadcrumbs span:after {
    content: ">";
    color: #999;
    padding-left: 0.5em;
    padding-right: 0.25em; }
  .breadcrumbs span:nth-last-of-type(1):after {
    content: "";
    /*	color: #999; 
      	padding-left: 0.5em;
      	padding-right: 0.25em; 
      	*/ }

/*********************************************************************
 * 3. Main content and sidebar
 *
 */
.top-div {
  display: none; }

.top-div2 a {
  background: none;
  border: none;
  text-decoration: underline;
  color: #000;
  font-size: 80%; }

#main {
  padding-top: 1em;
  margin-top: 1em;
  clear: both; }

#content {
  padding-bottom: 2em; }

#sidebar {
  padding-bottom: 2em; }

body.has-sidebar #content {
  width: 65%;
  float: left; }

body.has-sidebar #sidebar {
  width: 220px;
  padding-left: 0;
  float: right; }

ul.in-content .timetable-item {
  margin-bottom: 21px;
  color: red; }
  ul.in-content .timetable-item a {
    color: #000;
    text-decoration: none;
    border: none; }
  ul.in-content .timetable-item a:hover {
    color: red; }

#sidebar.home .timetable-item {
  /*alternativ zu oben*/ }

ul.mainitems-menu {
  margin-left: -40px; }

.nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .nav .nav {
    padding-left: 1.5em;
    padding-left: 1em;
    list-style: disc; }
  .nav li {
    margin: 1em 0; }

.nav-tree li {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.nav a {
  font-weight: bold; }

.nav-tree li a {
  color: #777; }

.nav .current > a {
  color: #333; }

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%; }

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%; }

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em; }

figure {
  display: table;
  width: 1px;
  margin: 1em 0; }
  figure img {
    display: table-row;
    margin-bottom: 0.5em; }
  figure figcaption {
    display: table-row;
    font-size: smaller;
    color: #777;
    line-height: 1.4em; }

/*** si */
li {
  list-style: none; }

#mktitle {
  color: #f00;
  font-family: BarlowSemiCondensed, sans-serif;
  font-weight: 200;
  font-size: 85px;
  line-height: 98px;
  border: none;
  text-transform: uppercase;
  margin-top: 20px; }
  #mktitle a {
    color: #f00;
    font-family: BarlowSemiCondensed, sans-serif;
    font-weight: 200;
    font-size: 85px;
    line-height: 98px;
    border: none;
    text-transform: uppercase;
    text-decoration: underline; }

.pwid_13516 #mktitle, .pwid_13516 #pwtitle, .pwid_1 #mktitle, .pwid_1 #pwtitle {
  display: none; }

.mainitems-menu li {
  color: #f00;
  font-family: BarlowSemiCondensed, sans-serif;
  font-weight: 200;
  font-size: 85px;
  line-height: 98px;
  border: none; }
  .mainitems-menu li a {
    font-weight: bold;
    color: #777;
    color: #f00;
    font-family: BarlowSemiCondensed, sans-serif;
    font-weight: 200;
    font-size: 85px;
    line-height: 98px;
    border: none;
    text-decoration: none; }
    .mainitems-menu li a:hover {
      color: #aaa; }

#pwtitle {
  color: #f00;
  font-family: BarlowSemiCondensed, sans-serif;
  font-weight: 200;
  font-size: 85px;
  line-height: 98px;
  border: none;
  text-transform: uppercase; }

.mainitems-menu li a {
  text-transform: uppercase;
  text-decoration: underline; }

.mainitems-menu li:first-of-type a {
  text-decoration: none; }

.mainitems-menu li:first-of-type a:hover {
  color: inherit; }

.basictext {
  float: left;
  margin-right: 12px;
  padding-top: 40px;
  width: 75%;
  font-style: normal; }

.tp_event .basictext,
.tp_event .basicimage.desktop {
    padding-top: 0;
    margin-top: 30px;
}

.tp_event p{
	margin: 0.5em 0 0;
}
.tp_event .basictext p:first-child {
    margin-top: -5px;
}

.noimage {
  width: 100%; }

.deutschtext {
  font-style: italic; 
  margin: 0.5em 0 0 0;}

.basicimage {
  float: left;
  width: 60%;
  margin-top: 0; }
  .basicimage .imginfo {
    text-align: right;
    font-size: 90%; }

.basicsubpmenu {
  clear: left;
  /*width:35%;*/ }

.basicimage.mobile {
  display: none; }

.basicimage.desktop {
  display: block; }

.site-map {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.in-content {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .in-content li {
    margin: 0; }

.nav li {
  margin: 0; }

.in-content a {
  font-weight: bold; }

#sitemap li {
  list-style: none; }

#sitemap .nohover {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 0; }

#sitemap li {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 0; }
  #sitemap li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 0; }

#sitemap .nohover, #sitemap li, #sitemap .nav .current > a, #sitemap li a {
  color: #777; }

#sitemap .nav .current > a:hover, #sitemap li a:hover {
  color: #c00; }

#sitemap ul, #sitemap li {
  line-height: 20px; }

#sitemap .nohover, #sitemap li a {
  display: block;
  width: 250px;
  width: 690px;
  height: 20px;
  overflow: hidden;
  /*
    background: yellow;
    */ }

#sitemap .nohover {
  font-style: italic; }
  #sitemap .nohover:before {
    content: "("; }
  #sitemap .nohover:after {
    content: ")"; }

#sitemap .site-map li.depth0 a, #sitemap .site-map li.depth0 span {
  padding-left: 0em; }

#sitemap .site-map li.depth1 a, #sitemap .site-map li.depth1 span {
  padding-left: 1em; }

#sitemap .site-map li.depth2 a, #sitemap .site-map li.depth2 span {
  padding-left: 2em; }

#sitemap .site-map li.depth3 a, #sitemap .site-map li.depth3 span {
  padding-left: 3em; }

#sitemap .site-map li.depth4 a, #sitemap .site-map li.depth4 span {
  padding-left: 4em; }

.in-content li.depth0 > a, .in-content li.depth0 span, .in-content li.depth0 p {
  padding: 0;
  margin-left: 0em; }

.in-content li.depth1 > a, .in-content li.depth1 span, .in-content li.depth1 p {
  padding: 0;
  margin-left: 1em; }

.in-content li.depth2 > a, .in-content li.depth2 span, .in-content li.depth2 p {
  padding: 0;
  margin-left: 2em; }

.in-content li.depth3 > a, .in-content li.depth3 span, .in-content li.depth3 p {
  padding: 0;
  margin-left: 3em; }

.in-content li.depth4 > a, .in-content li.depth4 span, .in-content li.depth4 p {
  padding: 0;
  margin-left: 4em; }

.in-content p {
  margin-top: 0;
  margin-bottom: 0; }

.anm_si {
  font-style: italic;
  /*wird von devinfo überschrieben*/
  color: white;
  background: #888;
  padding: 0 5px; }

#timetable-home {
  font-size: 80%;
  /*	margin-left:100px;
  
  */ }
  #timetable-home p {
    margin: 0; }

#home-sidebar {
  display: block;
  position: absolute;
  right: 40px;
  top: 130px; }

div.timetable-item {
  padding-top: 26px; }

.ttimg {
  float: left;
  margin: 16px 16px 0 0; }
  .ttimg a {
    text-decoration: none;
    border-bottom: none; }
  .ttimg img {
    border: 1px solid #ccc; }

.ttwimage {
  clear: left; }

.tp_home #firstimage {
  width: 100%; }

.tp_home .basiccontent {
  padding-top: 30px; }

.tp_home .basictext {
  padding-top: 0; }

.tp_newslettersubscription h3 {
  font-size: 19px;
  margin-top: 25px;
  margin-bottom: 12px; }
  .tp_newslettersubscription h3 a {
    text-decoration: none;
    border-bottom: none; }

.tp_newslettersubscription p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 120%; }

.tp_contact .form__item {
  margin: 0 0 10px 0; }

.tp_contact .deutschtext {
  margin-bottom: 20px; }

.tp_contact .form__item--label {
  display: block;
  text-align: left;
  min-width: 200px;
  margin-right: 16px;
  vertical-align: middle !important; }

.tp_contact .InputfieldMaxWidth {
  width: 500px; }

.tp_contact .field--error--message {
  color: red; }

.tp_contact .ui-button-text {
  font-size: 19px;
  font-family: 'BarlowSemiCondensed', sans-serif !important; }

#wrap_Inputfield_scf-website {
  display: none; }

#ycapt {
  display: none; }

.fancybox img {
  opacity: 0.6; }

.fancybox img:hover {
  opacity: 1; }

.title1 {
  font-size: 150%;
  font-weight: bold;
  padding-top: 20px; }

.title2 {
  font-size: 120%;
  font-weight: bold;
  padding-top: 10px; }

.tp_cv_deutsch td,
.tp_cv_englisch td {
  vertical-align: top; }

#content.pid_1028 table.cv {
  margin-top: -85px; }

/*********************************************************************
 * 4. Footer
 *
 */
#footer {
  clear: both;
  border-top: 1px solid #eee;
  border: none;
  /*
  border-bottom: 2px solid #c00; 
  padding-bottom: 20px;
  margin-bottom: 16px;
  */
  font-size: 80%;
  display: none; }

.nav li a {
  display: block;
  margin: 3px 0;
  width: 200px; }

#mobile-nav {
  display: none; }

.div-top-nav {
  display: block; }

/* dev-info*/
hr.devhr {
  height: 1px;
  background-color: #003CBA;
  background-color: #c00;
  border: none;
  margin-bottom: 14px;
  clear: both; }

#devinfo {
  font-family: "Dejavu mono si1", monospace;
  font-style: italic;
  font-size: 14px;
  padding: 20px;
  background: #C4D7FF;
  background: #eee;
  color: #333;
  clear: both; }
  #devinfo * {
    font-family: "Dejavu mono si1", monospace;
    font-style: italic;
    font-size: 14px; }
  #devinfo hr {
    background: #777;
    border-color: #777; }
  #devinfo h3 {
    border: none;
    margin: 0;
    padding: 0; }
  #devinfo p {
    margin-top: 0; }
    #devinfo p.anmerkung {
      font-style: normal; }

div.imgdiv {
  float: left;
  text-align: center;
  margin: 0 8px 8px 0; }

a.imga {
  margin: 0;
  border: none; }

p.imgsiz {
  line-height: 20px;
  font-size: 14px;
  margin: 0; }

#burger > a#pull {
  text-decoration: none !important;
  display: block;
  width: 100%;
  height: 0; }

#burger a#pull:after {
  content: "";
  background: url("/site/templates/zbh1/black-nav-icon.png") no-repeat;
  /*sichk hardcoded*/
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px; }


h3.ue_title{display:none}
/*
.nav li a{
	color: #777;
	color: orange;
}
*/
/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */
/*#burger{display: none;}
*/
/*
#burger {
  a#pull:after, > a#pull {
    display: none;
  }
}
*/
@media only screen and (max-width: 768px) {
  /* mobile layout */
  body, td, textarea {
    font-size: 100%; }
  body.has-sidebar #content, body.has-sidebar #sidebar {
    float: none;
    width: 100%;
    padding: 0; }
  form.search {
    float: none;
    width: 100%; }
  #content {
    width: 100%; }
  #sidebar {
    border-top: 1px solid #eee;
    padding-top: 1em; }
  .align_left, .align_right, .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%; }
  /*************** si ***********/
  #sitemap .site-map li {
    background: #eee none repeat scroll 0 0;
    margin: 0 0 1px;
    width: 100%; }
  #sitemap .nohover, #sitemap .site-map li a {
    background: #eee none repeat scroll 0 0;
    color: #777;
    display: block;
    padding: 2px 4px;
    margin: 1px;
    width: 100%;
    overflow: hidden; }
  #sitemap .nohover, #sitemap .site-map .current > a {
    margin: 1px 0; }
  /*
  .top-nav li{
  	float: none;
  	font-size: 200%;
  	margin-bottom: 20px;
  }
  */
  #mobile-nav {
    display: block; }
  .div-top-nav, #home-sidebar {
    display: none; }
  .burger-menu {
    overflow-y: scroll;
    padding: 0 30px; }
  .burger-menu a {
    font-size: 24px;
    line-height: 36px;
    background: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border-bottom: 1px solid #ddd !important; }
  .burger-menu a:last-of-type {
    padding-bottom: 30px !important;
    border-bottom: none !important; }
  .burger-menu a:first-of-type {
    padding-top: 20px !important; }
  /*****************/
  .pwid_1 .breadcrumbs, .pwid_1 .search, .pwid_1 #pwtitle {
    display: none; }
  #main {
    border: none;
    padding-top: 0;
    margin-top: 0; }
  .mainitems-menu li {
    font-size: 52px;
    line-height: 62px; }
    .mainitems-menu li a {
      font-size: 52px;
      line-height: 62px; }
  #mktitle, #mktitle a, #pwtitle {
    font-size: 52px;
    line-height: 62px; }
  #mktitle {
    margin-top: 16px; }
  .basictext {
    float: none;
    width: 100%;
    padding-top: 0; }
  .basicimage {
    float: none;
    width: 100%;
    margin-top: 30px; }
  .basicimage.mobile {
    display: block; }
  .basicimage.desktop {
    display: none; }
  .basicsubpmenu {
    clear: none;
    width: 100%; }
  .tp_home .basiccontent {
    padding-top: 12px; }
  #content.pid_1028 table.cv {
    margin-top: 0; }
  #content.pid_1028 table.cv td {
    margin-top: 0;
    line-height: 1.3em; } 

	div.timetable-item {
	  padding-top: 14px; }

	.top-nav li.depth0:first-of-type {
  		display: unset;
	}

	h3.ue_title{display:block; margin-top: 20px;}
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */
/* Hide visually, but remain approachable for screenreader */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0; }

/* Show bypass link on hover */
.element-focusable:focus {
  clip: auto;
  overflow: visible;
  height: auto; }

/* Sample styling for bypass link */
.bypass-to-main:focus {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333;
  color: #fff; }

/*********************/
/*
.timetable-item a{
	font-weight:bold;
	color: #777;
}
.timetable-item a:hover{
	color: #c00;
}
 */
/*
table.cv td{
	padding: 0 5px;
	font-size:60%;
				line-height:14px;
	vertical-align: top;
}
table.cv td:first-of-type{
	width:90px;
	padding: 0 8px 0 0;
}
*/
/* has to be kept in sync with ../../modules/InputfieldCKEditor/modified_contents.css */
.cv-heading-1, .cv-heading-2, .cv-heading-3 {
  padding-top: 7px;
  padding-bottom: 3px; }

.cv-heading-1 {
  display: block;
  font-size: 150%;
  font-weight: bold; }

.cv-heading-2 {
  display: block;
  font-size: 130%;
  font-weight: bold; }

.cv-heading-3 {
  display: block;
  font-size: 130%;
  padding-left: 98px;
  font-weight: bold; }

.cv-indent {
  display: block;
  padding-left: 50px; }

#audioplayer {
  position: fixed;
  right: 10px;
  right: 227px;
  right: 5%;
  top: 100px;
  height: 40px;
  width: 500px;
  max-width: 50%;
  background: #ddd;
  display: none; }
  #audioplayer p {
    margin: 0;
    text-align: center; }
  #audioplayer.active {
    height: auto;
    display: block; }

.mp3list {
  padding-left: 0; }
  .mp3list li {
    cursor: pointer; }
    .mp3list li:hover {
      color: #c00;
      background: #eee; }

#audiocontrols {
  width: 100%; }

.xdesc, .xcapt {
  display: none; }

.audiolink-active {
  color: #c00;
  padding-left: 20px; }

#cv-d-link {
  /*
  position:relative;
  right: 100px;
  float:left;
  */
  text-align: right; }
  #cv-d-link li {
    color: red; }
  #cv-d-link a {
    color: #c00; }
    #cv-d-link a:before {
      content: ">> "; }
    #cv-d-link a:hover {
      color: #777; }

    #cv-d-link span.cvnoarr {color: #aaa;font-weight:bold;}
/*table.cv{
	float:left;
}*/
/*
 * #pdfdownload a{
	display:block;
	padding-top:50px;
}*/
/*
#sitemap {
  .nav .current > a, li.pubr_ok a {
    color: green;
  }
  .nav .current > a, li.pubr_ohne a {
    color: #777;
  }
  .nav .current > a, li.pubr_unfertig a {
    color: #c00;
  }
}
*/
.tp_event h3:first-of-type {
  margin-top: 14px; }

.tp_newslettersubscription label {
  margin-right: 10px; }

.tp_newslettersubscription #Inputfield_email {
  font-family: "BarlowSemiCondensed",sans-serif;
  font-size: 19px;
  width: 300px; }

.tp_newslettersubscription #wrap_Inputfield_email {
  float: left;
  margin-right: 8px; }

.tp_newslettersubscription #Inputfield_submit {
  font-family: "BarlowSemiCondensed",sans-serif;
  font-size: 19px;
  width: 300px; }

.tp_newslettersubscription #subscribe-form {
  margin-bottom: 15px; }

 div#promailer{margin-bottom:25px;}
 div#promailer input  {font-size:20px; margin-left:10px;}
 div#promailer button {font-size:16px; line-height:150%;}
 div#promailer label  {font-size:20px; line-height:250%;}
 .tp_promailer-subscribe h2{line-height:120%;}
 .tp_promailer-subscribe h3{margin:20px 0;}
 div#promailer .success{font-size:20px;line-height:120%}

 .tp_newsletters td:nth-of-type(2) {padding-right:10px;}
