.invisible {display:none;}

.footerleft {float:left; width:25%;}
.mod_subscribe {float:left; width:50%;text-align:center;}

.my-social-navigation {float:left; width:25%;}
.my-social-navigation li {float:left; margin-left:15px;}
.my-social-navigation ul {float:right;width:177px;}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
    
    .mod_subscribe .submit, .widget-submit .submit {
    cursor: pointer;
    background: #ebeced;
    border-radius: 6px;
    border: 1px solid darkgray;
    padding: 0.6em 1em;
  font-family: 'Alegreya', serif;
  font-size:16px;
}

    .mod_subscribe  label {
    	display:none;
     }
    
    .mod_subscribe  h3, .footerleft p {
     
  font-family: 'Alegreya', serif;
  font-size:16px;font-weight: normal;
    }
    
  .mod_subscribe .widget-text{   display: block;
    clear: both;
    height: 60px;
    position: relative;
  }
    
    
     .mod_subscribe input.text{ 
    position: absolute;
 top:10px;
    left: 50%;
    width:340px;
    margin-left: -170px;
  
   
    }
    
    
    .newsletter-kuendigen {display:block; clear:both; height:60px; width:100%; text-align:center; max-width:1280px;font-size:140%;}
.newsletter-kuendigen p {max-width:450px; text-align:center; padding:20px; margin:0px auto 0px auto;}


#article-49 .ce_text{padding-top:30px;}


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

.footerleft {float:left; width:25%; padding-bottom:20px;}
.mod_subscribe {float:left; width:75%;text-align:center;padding-bottom:20px;}

.my-social-navigation {float:none; width:100%;padding-bottom:20px;}		
	
}

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

.footerleft {float:none; width:100%; padding-bottom:20px;}
.mod_subscribe {float:none; width:100%;text-align:left;padding-bottom:20px;}

.my-social-navigation {float:none; width:100%;padding-bottom:20px;}	
.mod_subscribe input.text {
    position: absolute;
    top: 10px;
    left: 0;
    width: 90%;
    margin-left: -0px;
}	
.newsletter-kuendigen p {text-align:left;}

}

