.werbnet-article .werbnet-layout-cell, .responsive .werbnet-article .werbnet-layout-cell  {padding: 0 15px;}

.werbnet-header .werbnet-layout-cell, .responsive .werbnet-header .werbnet-layout-cell  {padding: 0 15px;}

.werbnet-footer .werbnet-layout-cell, .responsive .werbnet-footer .werbnet-layout-cell {padding: 0 15px;}

.werbnet-header > div.werbnet-nostyle, .werbnet-header > div.werbnet-block, .werbnet-header > div.werbnet-post {position: relative !important;}

.fl {float: left;}
.fr {float: right;}
.cb {clear: both;}

.desktop .werbnet-nav-inner {
    margin-bottom: -16px;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.headerbild {
  background: url(/images/headerbild.jpg) no-repeat center center transparent; 
  width:100%; 
  min-height: 442px;
  background-size: cover;
}

.spruch {
  padding: 15px;
} 

h1 span.blue {
background: #1e416b;
padding: 10px 15px;
margin: 2px;
display: inline-block;
}

h1 span.beige {
background: #E9DAB4;
padding: 10px 15px;
margin: 2px;
display: inline-block;
font-weight: normal;
  color: #1e416b;
  margin-left: 80px;
}


.desktop .werbnet-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.werbnet-nav-inner {
    max-width: 1200px !important;
}


.werbnet-hmenu{
  margin-top: 96px !important;
}

.werbnet-post {
    padding: 0px;
}

.werbnet-header {
  margin-top: 148px;
}
a.anchor
{
    visibility: hidden;
	display: block;
	height: 148px; /*same height as header*/
	margin-top: -148px; /*same height as header*/
}

ul.werbnet-hmenu > li > a:hover {
transition: all 0.5s ease 0s;
}

.bildhaus {
  width: 100%;
  margin: 100px 0;
  background: url(/images/haus2.jpg) no-repeat center center fixed transparent;
  background-size: cover;
}

.bildpflanze {
  width: 100%;
  margin: 80px 0;
  background: url(/images/pflanzmuenzen2.jpg) no-repeat center center fixed transparent; 
  background-size: cover;
}

.spruchbild{
  text-align: center;
}

.spruchbild h2{
  margin: 120px 0;
  text-shadow: 1px 1px #898787;
}

.center {
  text-align: center;
}

hr{
  border: 0 none;
  border-top: 2px #1E416B solid;
  height: 0;
  margin: 10px 15px 30px 0;
}

.bg{
  background:url("/images/background.jpg") no-repeat;
  width: 100%;
  margin: 0 0 100px 0;
  background-size: cover;
}

.bg h2{
	margin-top: 80px;
}

.kernkompetenz{
  margin-bottom: 100px;
}

.white {
  width: 100%;
  background:rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
  margin: 10px 0 80px;
  padding: 15px 25px; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kreis {
   background-color: #1E416B;
    width: 125px;
    height: 125px;
	-webkit-border-radius: 50%;  
  -moz-border-radius: 50%;
    border-radius: 50%;
  margin: 20px auto;
}

.imgww{
  margin-top: 12px !important;
}



/* FOOTER*/

.werbnet-footer h3{
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}

.werbnet-footer .menu li {
        border-right: 1px solid #fff;
            padding: 0 10px;
  float: left;
}
.werbnet-footer .menu li:first-child {
            padding-left: 0;
}
.werbnet-footer .menu li:last-child {
            border: 0 none;
}

.werbnet-footer hr{
  border: 0 none;
  border-bottom: 1px solid #fff;
  height: 0;
  margin: 30px 15px 10px 0;
}

.werbnet-footer-inner
{
  padding: 40px 20px 10px;
}

/* PFEIL*/

.top {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 40;
}

/* RESPONSIVE*/
 
.responsive h2{
  font-size: 33px;
}
.responsive .werbnet-postcontent h3{
  font-size: 20px;
}

.responsive .spruchbild h2, .responsive .bg{
  margin: 50px 0;
}


.responsive span.beige {
  margin: 2px;
  font-size: 30px;
}

.responsive .bildpflanze, .responsive .bildhaus {
	background-attachment: scroll; 
    margin: 50px 0;
}

.responsive .werbnet-header{
  margin-top: 0; 
}

.responsive .werbnet-hmenu {
    margin-top: 0 !important;
}

.responsive nav.werbnet-nav, .responsive .werbnet-nav ul.werbnet-hmenu a {
    text-align: center;
}

.responsive .bg h2{
	margin-top: 50px;
}

.responsive .kernkompetenz{
  margin-bottom: 50px;
}

.responsive .tab{
	margin-bottom: -26px; 
}

.responsive .white{
  margin-bottom: 40px;
}

.responsive .werbnet-block
{
  margin-bottom: 50px;
}

.responsive .werbnet-blockcontent
{
  text-align: center;
  line-height: 100%;
}


.responsive .werbnet-footer-inner{
  padding-bottom: 15px !important;
}

.responsive .werbnet-footer .werbnet-layout-cell {
    padding-top: 10px !important;
}

/** PHONE **/

.responsive-phone h2{
  font-size: 26px;
}

.responsive-phone .bg {
    margin-top: 0;
}

.responsive-phone .white{
  padding: 15px 0;
}


.responsive-phone a.anchor{
  height: 25px;
  margin-top: -25px;
}

.responsive-phone .werbnet-footer-inner .fl img{
  margin-top: 8px;
}


/* RESPONSIVE TABLET ab 750px*/

@media (min-width: 750px) and (max-width: 1199px) {
  .werbnet-hmenu-extra1{
  	text-align: center;
  	float: none;
  }
  .werbnet-hmenu {
    margin-top: 0px !important;
}
  .werbnet-header {
    margin-top: 172px;
}
  a.anchor {
    height: 178px;
    margin-top: -178px;
}
  .bildpflanze, .bildhaus {
	background-attachment: scroll; 
  }
  .werbnet-postcontent h3{
    font-size: 18px !important;
  }
}

@media (min-width: 650px) and (max-width: 1023px){
.werbnet-footer-inner .werbnet-layout-cell, .werbnet-layout-cell .wi50 {
    float: left;
    width: 50% !important;
}
  
.werbnet-footer .werbnet-layout-cell {
    padding-top: 25px !important;
}
  
	h2{
  font-size: 30px !important;
}


  .werbnet-postcontent h3{
    font-size: 18px !important;
  }
  
  .werbnet-layout-cell .width100 {
    width: 100% !important;
    display: block;
  }
  .werbnet-layout-cell .width50 {
    float: left;
    width: 50% !important;
}

.werbnet-block{
  margin-bottom: 60px; 
}

.werbnet-footer-inner {
  padding-bottom: 10px;
  padding-top: 10px;
}
  
  .white{
    margin-bottom: 35px !important; 
  }
  
}
/* Ab 1200px */

@media (min-width: 1200px) {
.werbnet-hmenu {
    float: right;
    margin-bottom: -30px !important;
}
}