@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);

*{
  margin:0;
  padding:0;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
  font-size:18px;
  color:#333333;
  background-color:#fefff0;
  overflow-x:hidden;
}
b, strrong{
  font-weight:700;
}
a{
  color:#333333;
}

h1{
  font-size:40px;
  font-weight:normal;
  color:#00652a;
  margin-bottom:25px;
}
.ceHeader h1{
  margin-bottom:0;
}

table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}

td{
  vertical-align: top;
  min-width:50px;
  padding-bottom:15px;
  padding-top:15px;
}

#formhandler_newsletter_form {
  width: 100%;
}
 
#formhandler_newsletter_form .error ul {
  margin: 0;
}
 
.errorField {
  background-color: #FF0000;
}
.contenttable>tbody>tr:nth-child(odd){
  background-color:#fff8de ;
}
.contenttable>tbody>tr:nth-child(even){
  background-color:#fff;
}
.contenttable td:nth-child(1){
  padding-left:10px;
  width:60px;
}
.contenttable td:nth-child(2){
  padding-left:10px;
  min-width:80%;
}
.contenttable td:nth-child(3){
  padding-right:10px;
  width:60px;
}

#breadcrumb{
  width:970px;
  padding-left:10px;
  margin:40px auto;
  
  
}
#breadcrumb a{
  
}
#pageTitle{
  height:135px;
  text-align:center;
  width:940px;
  margin:0 auto;
  line-height:135px;
}

#pageTitle h1{
  color:#fff;
  font-size:48px;
  
}

#header{
  height:124px;
  position: relative;
  z-index:80;
}

#header .center{
  width:980px;
}
/*body:not(.uid-1) #header{
  background-image: url(../img/header-bg.png);
  background-repeat:no-repeat;
  background-position:center top;
}*/

#navwrap{
  width:864px;
  width:655px;
  width:980px;
  margin:0 auto;
  padding-top:3px;
  overflow:hidden;
  position:relative;
}
#mainNav li{
  float:left;
  list-style:none;
  background-color:#00652a;
  margin-top:45px;
}
#mainNav li a{
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font-weight:400;
  padding:0 30px;
  line-height:41px;
  display:block;
  font-size:15px;
  
}
#mainNav li a.act{
  background-color:#d10a11;
  
}

.firstli a{
  background-image:url(../img/satyam-navibalken.png);
}
.firstli {
  background-color:transparent !important;
}
.firstli a.act{
  background-color:transparent !important;
  background-image:url(../img/nav-li-red-bg.png) !important;
}
.last-drop{
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow:hidden;
}
li#logo {
  background-color:transparent;
  margin-top:0;
}
#logo a{
  padding-right:0 !important;
  padding-left:0 !important;
}


/************************
*  Sprach nav
*  
*/

#langnav{
  position:absolute;
  mmargin-top:26px;
  right:27px;
  top:9px;
}
#langnav ul{
  margin-left:0;
  padding-left:0;
}
#langnav li{
  color:#fff;
  list-style:none;
  border:solid 1px #fff;
  color:#fff;
  height:25px;
  line-height:25px;
  width:48px;
  display:block; 
  padding-left:5px;
  border-radius:4px;
  background-color:#00652a;
}

#actlang{
  background-image:url(../img/lang-arrow.png);
  background-repeat:no-repeat;
  background-position:30px center;
  
}

#langnav li a, #actlang{
  color:#fff;
  display:block;
  width:48px;
}

#langnav li.act{
  display:none;
}

 #langnav ul li ul{
  display:none;
  margin-left:-6px;
}

#langnav ul li:hover ul{
  display:block;
}
#langnav .hover{
  display:block;
}


#content{
  min-height: 600px;
  margin-top: 120px;
  z-index: 30;
  position: relative;
}
.center{
  -background-color: rgba(44, 44, 44, 0.2);
  margin:0 auto;
  width:980px;
  height:100%;
}
#content .center{
  
}
#keyvisual{
  width:100%;
  height:450px;
  -background-color: rgba(44, 44, 44, 0.2);
  margin-top:-124px;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:contain;
}

#keyvisual h1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:30px;
  color:#00652a;
  text-align:left;
  font-weight:400;
  font-style:italic;
  
}
#keyvisual .ceHeader{
  padding-top:30px;
  width:700px;
  margin: 0 auto;
  color: #00652a;
}
#keyvisual .ceHeader p{
  font-family: 'Source Sans Pro', sans-serif;
  margin:0 auto;
  text-align:right;
  font-size:30px;
  color:#00652a;
  font-weight:400;
  font-style:italic;
}
#keyvisual h2{
  font-size:34px;
  text-align:center;
  font-weight:400;
}
.content-row{
  width:980px;
  
  overflow:hidden;
  margin:0 auto;

  border-radius:4px;
}

body:not(.uid-1) .content-row.first{
  margin:0 auto;
  width:980px;
  border-radius:4px;
}
body:not(.uid-1) .content-row + .content-row{
  background-color:transparent;
  margin-top:50px;
}
.uid-1 .content-row + .content-row{
}
.content-teaser{
  padding:0;
  width:100%;
  margin-bottom:25px;
}

.content-inner{

}

.divider{
  width:100%;
  overflow:hidden;
  margin-bottom:20px;
  float:left;
  height:8px;/*
  background-image:url(../img/hr.png);*/
  background-repeat:repeat-x;
}
.divider hr{
  border-width:0;
  border-top-width:0px;
  border-style:solid;
  border-color:#00652a;
  height:1px;
}
 .news-latest-date, h2{
  margin-bottom:10px;
  font-size:24px;
  color:#00652a;
  font-weight:400;
  
}
 .news-latest-date{
/*  background-image:url(../img/hr.png);*/
  background-repeat:repeat-x;
  margin-bottom:0;
  background-position:left bottom;
}

.news-latest-date p{
  background-color:#d10911;
  color:#fff;
  height:15px;
  text-align:center;
  padding-top:8px;
  
}
.news-latest-date{

 
}
.news-hr{
  height:8px;
/*  background-image:url(../img/hr.png);*/
  background-repeat:repeat-x;
  background-position:left bottom;
}
.news-latest-item{
  margin-bottom:90px;
}
.news-latest-item-content {
/*  padding-top:30px;
  padding-left:25px;
  background-image:url(../img/angebot-hr.png);
  background-position:left bottom;
  background-repeat:repeat-x;*/
  padding: 30px;
  border-bottom: 10px solid #d10911;
  overflow:hidden;
  
  
}
.news-latest-item-content ul {
    
}

.news-latest-item-content ul li{
  padding-bottom:15px;
  padding-left:30px;
  background-image:url(../img/star.png);
  background-repeat:no-repeat;
  background-position:left top;
  list-style:none;
}
.news-latest-item-content b, .news-latest-item-content b{
    color:#d10911;
    font-size:55px;
    font-weight:400;
    float:right;  
    margin-bottom:60px;
}
 h2 a{
  text-decoration: none;
}
.icon-ayu{
  background-image:url(../img/icon-ayo.png);
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:53px;
  line-height:45px;
}
.icon-reserv{
  background-image:url(../img/icon-time.png);
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:53px;
  line-height:45px;
}

 .content-row .ceText, 
 .content-row .ceTextPic,
 .content-row .ceImage,
 .content-row .ceHtml,
 .news-box{
  float:left;
  margin-top:25px;
  margin-bottom:25px;
}
 .content-row .ceText {
  margin-bottom:0;
  }
.news-box{
  max-width:980px;
  width:100%
}

 .content-row .ceText.half, 
.content-row .ceTextPic.half,
 .content-row .ceImage.half,
 .content-row .ceHtml.half {
  width:470px;
  margin-right:10px;
}

.ceImage.gallery img{
  margin: 0 20px 20px 0px;
} 

.ceImage.gallery{
  padding: 0px 0px 20px 20px;
} 
 
 
.content-row .ceText.full, 
 .content-row .ceTextPic.full,
 .content-row .ceImage.full,
 .content-row .ceHtml.full{
  width:980px;
}
 .content-row .ceText.three, 
 .content-row .ceTextPic.three,
 .content-row .ceImage.three,
 .content-row .ceHtml.html{
  width:305px;
  margin-right:10px;
}
 .content-row  .ceTextPic .ceText{
  margin-left:0;
  width:600px;
}
 .content-row .ceTextPic.full .ceText{
  
  width:655px;
  margin-top:0;
  
}
.content-row .ceTextPic.full img{
  float:left;
}
body:not(.uid-1) .content-row .ceTextPic.full img{
  margin-right:20px;
}
.teaser-row{
  width:980px;
}
.teaser-color{
 background-color:#00652a;
 overflow:hidden;
 height: 100%;
 padding: 10px;
 box-sizing:border-box;
}
.teaser{
 
  float:left;
  width:425px;
  height:280px;
  margin-right:20px;
  
  border-radius:4px;
  color:#fff;
  
    padding-bottom:8px;
  background-image:url(../img/teaser-hr.png);
  background-position:bottom left;
  background-repeat:repeat-x;
  
}
.teaser .ceheader{
  height:50px;
  padding-left:10px;
}
.teaser .ceheader h2{
  font-size:24px;
  font-weight:400;
  line-height:48px;
  color:#fff;
  margin-bottom:0;
}
.teaser .singleImage{
  height:148px;
  width:185px;
  
  float:left;
  overflow:hidden;
  margin-left:10px;
}
.teaser .ceText{
  margin-left:15px !important;
  width:200px;
  float:left;
  overflow:hidden;
  font-size:18px;
  margin-top:0;
}
.teaser a{
  color:#fff;
}
p{
  padding-bottom:20px;
}
.btn{
  min-width:165px;
  padding:10px 35px 10px 35px;
  color:#fff;  
  text-decoration:none;
  text-transform:uppercase;
  line-height:40px;
  border-radius:4px;
  font-size:15px;
  font-weight:400;
  border-bottom:4px solid #00460b;
  background-color:#00652a;
  /*background-image: -webkit-linear-gradient(top left, #477914 0%, #00652a 100%); 
  background-image: -moz-linear-gradient(right bottom, #477914 0%, #00652a 100%); 
  background-image: -o-linear-gradient(#477914 0%, #00652a 100%); 
  background-image: linear-gradient(#477914 0%, #00652a 100%);*/
}
.fb-btn{
  background-image:url(../img/facebook.png);
  background-repeat:no-repeat;
  height:29px;
  width:29px;
  display:inline-block;
  overflow:hidden;
  text-indent:200px;
  margin-left:10px;
}

input.btn{
  padding:0;
  border:0;
  cursor:pointer;
}
.uid-1 .full{
  width:100%;
  border-radius:4px;
  box-sizing:border-box;
}
.uid-1  .full .singleImage{
  margin-right:20px;
  float:left;
  width:285px;
}
.uid-1  .full .ceText{
  width:550px;
  overflow:hidden;
}
.Tx-Formhandler{
  margin-top:35px;
}
.formular{
  
  float:left;
  margin-top:25px;
  margin-right:90px;
}
fieldset{
  border:none;
}
input[type="text"], textarea{
  width:280px;
  border-radius:4px;
  height:30px;
  border:solid 1px #ccc;
  padding:0 10px;
  font-size:15px;
  font-family:'open Sans', sans-serif;
  font-weight:400;
}
input.error{
  border-color:red;
}
textarea{
  height:200px;
}
#inputSubmit{
  margin-top:20px;
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select
{
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-horizontal .control-label {
  float: left;
  width: 165px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

#formhandler_newsletter_form, #formhandler_newsletter_unsubscribe_form{
  margin-left:10px;
}

dl{
  padding-bottom:20px;
}
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.uid-35 .gallery img,
.uid-35 .ceImage img {
  margin-bottom:20px;
  margin-right:20px;
  width:136px;
  height:123px;
}

#footer  {
  margin-top:90px;
/*  background-image:url(../img/footer-hr.png);*/
  background-position:top left;
  background-repeat:repeat-x;
  overflow:hidden;
  padding-top:8px;
}
#footer  , #footer a{
  color:#fff;
}
.footer-color{
  overflow:hidden;
  background-color:#00652a;
}
#footer .center{
  padding-top:35px;
}
.footerbox{
  font-size:16px;
  margin-left:10px;
}
.footerbox h3{
  color:#fff;
  font-size:24px;
  font-weight:400;
  margin-bottom:25px;
}
#footerbox1{
  width:370px;  
  float:left;
}
#footerbox2{
  text-align:right;
  width:470px;
  float:right;
  padding-top:68px;
}
#footerbox1 img{
  margin-bottom:20px;
}

.footerbox .ceText{
  margin-bottom:25px;
}
.drawers{
  margin-bottom:40px;
}
.drawers h2 {
  background-image:url(../img/satyam-arrow-down.png);
  background-repeat:no-repeat;
  background-position:right 25px;
  -border-bottom:1px solid #00652a;
  font-size:24px;
  font-weight:400;
  line-height:35px;
  height:35px;
  padding-bottom:8px;
  text-indent:10px;
  color:#666666;
  
 
}


.drawers-hr{
  background-image:url(../img/hr.png);
  background-repeat:repeat-x;
  height:8px;
  margin-top:8px;
  background-position:left bottom;

}
.drawers h2.up{
  background-image:url(../img/satyam-arrow.png);
  background-repeat:no-repeat;
  background-position:right 25px;
  text-indent:10px;
  color:#666;
}
.drawers h2.up i{
  color:#00652a;
}
.drawers.first-up h2 {
  background-repeat:no-repeat;
  background-position:right 30px;
  padding-left:10px;
}
.drawers.first h2.dowen {
  background-repeat:no-repeat;
  background-position:right 30px;
}
.todrawe{
  display:none;
  margin-bottom:60px;
}
.drawers.first .inner-text p{ 
  display:block; 
}

.drawers h2 i{
  color:#00652a;
}

div#page{
 background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2RjZGMwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzhmYzYzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2ZmY2QwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ffffff 0%, #dcdc0a 32%, #8fc63d 51%, #ffcd00 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(32%,#dcdc0a), color-stop(51%,#8fc63d), color-stop(77%,#ffcd00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dcdc0a 32%,#8fc63d 51%,#ffcd00 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dcdc0a 32%,#8fc63d 51%,#ffcd00 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dcdc0a 32%,#8fc63d 51%,#ffcd00 77%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dcdc0a 32%,#8fc63d 51%,#ffcd00 77%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffcd00',GradientType=0 ); /* IE6-8 */
  background-size: 100% 85%;
  background-size: 100% calc(100% - 310px);
}

#mainNav li#logo {
    width: 200px;
    background: none;
}

#mainNav #logo img {
    width: 185px;
}

#mainNav li {
    width: 130px;
    background: #39a935;
}

div#langnav {
    right: 0;
}

#langnav li {
    background: #FDFDF2;
    color: #39a935;
    border: 1px solid #39a935;
}

#langnav li a, #actlang {
    color: #39a935;
}
#keyvisual .ceTextPic.full img {
    width: 100%;
    height: 100%;
}

#keyvisual .ceTextPic.full {
    background-color: #fff;
    padding: 8px;
    height: 300px;
}

#keyvisual .ceTextPic.full .ceText {
    width: 33%;
    box-sizing: border-box;
    float: right;
    padding: 20px;
}

#keyvisual .ceText * {
    font-family: 'Source Sans Pro', sans-serif;
    /* color: #333; */
}

#keyvisual .ceText h2, .teaser .ceheader h2 a {
    color: #00652a;
    font-size: 23px;
    text-align: left;
}

#keyvisual p, .teaser p {
    font-size: 15px;
    line-height: 143%;
    font-weight: 400;
    color: #333;
}

.teaser-color {
    background-color: #fff;
}

.ceTextPic.teaser {
    background: none;
    position: relative;
    z-index: 100;
}
a.btn {
    border-bottom: 0;
    background-color: #39a935;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    line-height: 25px;
    padding: 6px 40px;
    position: relative;
}

a.btn:before {
  content: "";
  background-image: url('../img/floral-button-icon.svg');
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  z-index: 10;
  left: 2px;
  top: 0;
}
.floral-wrap{
  display: block;
  height: 800px;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden
}
.floral-wrap-inner{
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.floral-vector-1{
  background-image: url(../img/floral-vector-1.svg);
  position: absolute;
  top: -26px;
  left: -206px;
  width: 705px;
  height: 800px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: 54%;
}
.floral-vector-2{
  background-image: url(../img/floral-vector-2.svg);
  position: absolute;
  top: -26px;
  left: -284px;
  width: 200%;
  height: 800px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 1235px;
  z-index: 5;
}
.floral-vector-3{
  background-image: url(../img/floral-vector-3.svg);
  position: absolute;
  top: -112px;
  left: 279px;
  width: 1000px;
  width: 280px;
  height: 800px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 400px;
  z-index: -1;
}
.floral-vector-4{
  background-image: url(../img/floral-vector-4.svg);
  position: absolute;
  /* top: -26px; */
  left: 446px;
  bottom: -190px;
  width: 1000px;
  width: 500px;
  height: 452px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 635px;
  z-index: 0;
}
.ceTextPic.twothird.teaser {
    width: 65.6%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 1%;
}

.ceTextPic.onethird.teaser {
    width: 32.3%;
    float: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 1%;
}
.teaser-row:after {
    content: "";
    display: table;
    clear: both;
}

.ceTextPic.half.left.teaser {
    margin-left: 0;
}

.ceTextPic.half.teaser {
    width: 49%;
    margin: 25px 0;
    /* padding: 10px; */
    /* box-sizing: border-box; */
}

.ceTextPic.half.right.teaser {
    float: right;
}

.teaser .singleImage {
    width: 50%;
    height: 100%;
    margin-left: 0;
    float: left;
}

.content-row .teaser .ceText.half {
    width: 48%;
    margin: 0 !important;
    float: right;
    margin-left: 2% !important;
    padding-top: 20px;
}

.singleImage img {
    width: 100%;
    height: auto;
}

.teaser h2 a {
    color: #00652a;
}

.teaser-row .ceTextPic.half.right .singleImage {
    float: right;
}
.content-row.content-teaser{
  overflow:visible;
}
body.uid-1 .content-row .ceText.half:nth-child(odd) {
    text-align: right;
}
.content-row .ceText.half:nth-child(even) {
    margin-right: 0;
    margin-left: 10px;
}

.teaser2 a.btn {
    background-color: #00652a;
}
.ceTextPic.twothird.teaser, .ceTextPic.onethird.teaser {
    height: 360px;
}

.teaser.onethird .singleImage {
    width: 100%;
    height: 40%;
}

.teaser.onethird .ceText.half {
    width: 100%;
    margin-left: 0px !Important;
}
.teaser-link {
    position: absolute;
    bottom: 10px;
}

.ceTextPic.full {
    position: relative;
}

.ceTextPic.teaser {
    position: relative;
}

.ceTextPic.onethird .ceText.half {
    text-align: left;
}

.ceText.half.teaser2 {
    position: relative;
    padding-bottom: 30px;
}

.ceText.half.teaser2:nth-child(odd) .teaser-link {
    right: 0;
}

.ceTextPic.half.left .teaser-link {
    right: 20px;
}

.content-row .ceText.half.teaser2:nth-child(even) {
    margin-left: 0;   float: right;   width: 49%;
}

.content-row .ceText.half.teaser2:nth-child(odd) {
    width: 49%;
    margin-right:0;
    float:left;
}
.ceText.full, .news-latest-item {
  background-color: #fff;
}
.ceText.full {
  padding:25px;
  box-sizing:border-box;
  border-radius: 4px;
}
.news-latest-item:last-child {
  margin-bottom: 0;
}
form#mailform {
    background-color: #fff;
    padding: 25px;
}

div#breadcrumb {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.ceHeader {
    text-align: center;
}
.ceTextPic.full {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.drawers.ceText.full {
    width: 100%;
}
.todrawe p {
  padding-left: 25px;
}
.todrawe .contenttable {
  margin-left: -25px;
  width: calc(100% + 25px);
}
tr {
    padding: 0 20px;
}

.contenttable td:nth-child(1) {
    width: 90px;
    padding-left: 80px;
}

.contenttable td:nth-child(3) {
    width: 120px;
}

.drawers.ceText.full {
    padding: 0;
    margin-bottom: 0;
}

.drawers p {
    padding-bottom: 0;
}

.drawers.ceText h2 {
    padding: 17px;
    margin-bottom: 0;
    margin-right: 65px;
}
.drawers .contenttable i {
  color: #00652a;
  font-weight: 500;
}
.drawers:nth-child(odd) .inner-text,.drawers:nth-child(even) .inner-text{
  background-repeat: no-repeat;
}
.drawers:nth-child(odd) .inner-text {
  background-image: url('../img/satyam-ranke-02.png');
  background-position: 30px 22px;
  background-size: 547px 42px;
}
.drawers:nth-child(even) .inner-text {
  background-image: url('../img/satyam-ranke-01.png');
  background-position: 15px 16px;
  background-size: 405px 48px;
}
.ceTextPicImage:after {
    content: "";
    display: table;
    clear: both;
    /* display: inline-block; */
}

#keyvisual .ceTextPic.full .ceTextPicImage {
    display: block;
    float: left;
    width: 66%;
    height: 100%;
    overflow: hidden;
}

#keyvisual .ceTextPic.full .singleImage {
    width: 100%;
    height: 100%;
}
.ceTextPicImage {
  float: left;
}
.linkbutton{
  display: inline-block;
}
.teaser .linkbutton, .teaser2 .linkbutton {
    position: absolute;
    bottom: 40px;
}

.ceText.half.teaser2:nth-child(odd) .linkbutton {
    right: 0;
    bottom: 40px;
}

.ceText.half.teaser2:nth-child(even) .linkbutton {
    left: 0;   
    bottom: 40px;
}

.ceTextPic.half.left .linkbutton {
    right: 20px;
}
body.uid-1 .ceText.half.teaser2 {
  height: 184px;
}
.twothird .linkbutton {
  bottom: 40px;
}
body:not(.uid-1) #content{
  margin-top: 0;
}
#content .ceText.default {
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
body:not(.uid-3):not(.uid-4):not(.uid-15):not(.uid-16) #content .content-row.first {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.content-row .content-inner > .ceText.half {
    width: 50%;
    margin: 0 !important;
    padding: 20px;
    box-sizing: border-box;
}
body.uid-1 .content-row .onethird.teaser .ceText.half {
  text-align: left !important;
}
.news-latest-date p {
    background-color: #fff;
    color: #333;
    text-align: left;
    padding-left: 32px;
    padding-top: 19px;
    padding-right: 32px;
}

.news-latest-date p:after {
  z-index: 150;
  position: absolute;
  content: "";
  background: url('../img/satyam-ranke-01.png') no-repeat;
  display: block;
  width: 807px;
  height: 200px;
  background-size: 460px 50px;
  bottom: -171px;
}
.news-latest-date {
    position: relative;
}

.news-latest-item-content {
    padding: 0;
    margin: 30px;
    border: 3px solid #ffcb00;
    background-color: #fef9d2;
    border-radius: 19px;
    padding: 28px;
    padding-bottom: 0;
}

.news-latest-item {
    padding-bottom: 1px;
}

.news-latest-item-content b, .news-latest-item-content b {
    margin-bottom: 20px;
    margin-top: -70px;
}

.news-latest-item-content ul li {
    font-weight: 500;
    padding-left: 65px;
    padding-bottom: 25px;
    background-image: url('../img/floral-button-icon-green.png');
}

.print-btn {
  margin-left: 40px;
}

.print-btn:before {
  content: "";
  background-image: url('../img/floral-button-icon.svg');
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  z-index: 10;
  left: 2px;
  top: 0;
}