@charset "ISO-8859-1";
/*############################################*/
/*                                            */
/*  Allgemein                                 */
/*                                            */
/*############################################*/

html {
  background: #FFFFFF;
  /* Mindesh�he, auch f�r den IE */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

body {
  font-size: 9px;
  margin: 0;
  padding: 0;
}

div {
  margin: 0em;
  padding: 0em;
}

ul {
  margin: 0em;
  padding: 0em;
  list-style: none;
  list-style-image: none;
}

a {
  color: #003466;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #000000;
}

p {
  margin: 0 0 10px 0;
}

h1 {
  color: #003466;
  font-size: 2.2em;
  font-weight: 100;
  letter-spacing: 1px;
  padding-left: 18px;
  background: url("../images/cube_red.gif") no-repeat 0px 16px;
  margin: 15px 0 20px 0;
}

h2 {
  color: #003466;
  font-size: 1.3em;
  margin: 15px 0 20px 0;
}

h3 {
  color: #003466;
  font-size: 1.2em;
  margin: 15px 0 20px 0;
}

h4 {
  color: #003466;
  font-size: 1.1em;
  margin: 15px 0 20px 0;
}

h5 {
  color: #003466;
  font-size: 1em;
  margin: 15px 0 20px 0;
}

h6 {
  color: #003466;
  font-size: 0.9em;
  margin: 15px 0 20px 0;
}

b {
  font-size: 1.0em;
  font-weight: bold;
}

img {
  border: 0;
}

li.column {
  padding: 0;
  margin: 0;
  list-style: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input {
  border: 1px solid #003466;
  background: #FFFFFF;
}

.left {
  text-align: left;
}


/*############################################*/
/*                                            */
/*  Page Wrapper                              */
/*                                            */
/*############################################*/

div#wings {
  /*width: 100%;*/
  height: 243px;
  /*z-index: 999;
  padding: 0;
  margin: 0;
  background: #18548c; /* Old browsers */
  /*background: -moz-linear-gradient(45deg,  #18548c 0%, #002242 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#18548c), color-stop(100%,#002242)); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(45deg,  #18548c 0%,#002242 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(45deg,  #18548c 0%,#002242 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(45deg,  #18548c 0%,#002242 100%); /* IE10+ */
  /*background: linear-gradient(45deg,  #18548c 0%,#002242 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18548c', endColorstr='#002242',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div#page_wrapper {
  width: 1000px;
  background: #FFFFFF;
  margin: -233px auto 1em auto;      
  font-size: 1em;  
  position: relative;
  z-index: 10;
}

/*############################################*/
/*                                            */
/*  Main                                      */
/*                                            */
/*############################################*/

div#main {
  width: 1000px;
  background : url("../images/bg_col1.gif") repeat-y 0 0;
}

/*############################################*/
/*                                            */
/*  Header                                    */
/*                                            */
/*############################################*/

div#header {
  height: 194px;
  background: #164f84; /* Old browsers */
  background-image: url(../images/bg_header.jpg);
  border-top: 1px solid #003466;
  border-left: 1px solid #003466;
  border-right: 1px solid #003466;
  border-bottom: 0;
  overflow: hidden;
  color: #FFFFFF;
  background: -moz-linear-gradient(45deg, #164f84 0%, #002242 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#164f84), color-stop(100%,#002242)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #164f84 0%,#002242 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #164f84 0%,#002242 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #164f84 0%,#002242 100%); /* IE10+ */
  background: linear-gradient(45deg, #164f84 0%,#002242 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164f84', endColorstr='#002242',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.header_image img {
  height: 15em;
}

div#header_left {
  width: 224px;
  float: left;
  font-size: 10px;
  padding: 8px;
  letter-spacing: 1px;
  line-height: 18px;
  height: 178px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

div#header_left img{
  margin-bottom: 6px;
}

div#header_left a {
  color: #FFFFFF;
}

div#header_right {
  /*width: 756px;
  float: left;*/
  overflow: hidden;
  /*margin-top: 1px;*/
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  height: 194px;
}


div#header_right div.tx-imagecycle-pi1 {
  width: 756px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

div#header_right div.tx-imagecycle-pi1 ul#imagecycle li {
  width: 756px !important;
}

/*############################################*/
/*                                            */
/*  Navigation_Head                           */
/*                                            */
/*############################################*/

div#navigation_head {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 739px;
  text-align: right; 
  height: 56px;
  padding-top: 8px;
  padding-right: 17px;
  background-image: url(../images/bg_navheader.png);
  font-size: 15px;
}

div#navigation_head ul {
  margin: 0;
}

li.navigation_head {
  display: inline-block;
}

li.navigation_head a {
  color: #FFFFFF;
  padding: 0 19px;
  font-weight: normal;
}  

li.navigation_head a:hover {
}  

li.navigation_head a.active {
}

li.navigation_head a.active:hover {
}


/*############################################*/
/*                                            */
/*  Navigation                                */
/*                                            */
/*############################################*/
div#subheader {
  border-left: 1px solid #003466;
  border-right: 1px solid #003466;
  padding: 0;
  background: #164f84; /* Old browsers */
  background: -moz-linear-gradient(left,  #164f84 0%, #002242 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#164f84), color-stop(100%,#002242)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #164f84 0%,#002242 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #164f84 0%,#002242 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #164f84 0%,#002242 100%); /* IE10+ */
  background: linear-gradient(to right,  #164f84 0%,#002242 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164f84', endColorstr='#002242',GradientType=1 ); /* IE6-9 */
}
 
div#top_navigation {
  padding: 6px 8px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
 
div#top_navigation a {
  display: inline-block;
  padding: 3px 20px 2px 0;
  font-size: 14px;
  background: none;
  color: #FFFFFF;
  font-weight: normal;
}
 
div.suche {
  margin: 0;
  float: left;
  border: 0;
  width: 214px;
}

div.content_suche {
  margin: 0;
  padding: 0;
  position: relative;
}

input.navstich {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 155px;
  height: 24px;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
  padding-left: 5px;
}

input#suchauswahl_starten {
  background: url("../images/suchsubmit.gif") no-repeat center center;
  width: 19px;
  height:24px;
  border: none;
  color: transparent;
  font-size: 0;
  position: absolute;
  left: 170px;
  top: 0;
  cursor:pointer
}

div.suche fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

div.content_suche a.erweitertesuche{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 192px;
  padding: 0 !important;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #AAAAAA;
}

input:-moz-placeholder {
  font-style: italic;
  color: #AAAAAA;
}

 
/*############################################*/
/*                                            */
/*  Navigation Dropdown                       */
/*                                            */
/*############################################*/
 
ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0; 
  position: relative;
  margin-left: 230px;
}
 
ul.navigation a {
  background: #FFFFFF;
}
 
ul.navigation ul {
  visibility: hidden;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0; 
  background: #FFFFFF;
  padding: 0em 0em 0em 0em;
  border: solid #CCCCCC;
  border-width: 0px 1px 1px 1px;
}
 
ul.navigation ul li {
  /* float: none; */
}
 
ul.navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
 
ul.navigation li.hover,
ul.navigation li:hover {
  position: relative;
  cursor: default;
}
 
ul.navigation li:hover > ul {
  visibility: visible;
}
 
ul.unter a {
  display: block;
  width: 10em;
  padding: 0.5em;
}
 
div#top_navigation ul.unter li.haupt a {
  border: dotted #CCCCCC;
  border-width: 0px 0px 1px 0px;
  background: #ffffff;
  color: #000000;
}
 
div#top_navigation ul.unter li.haupt a:hover {
  background: #444444;
  color: #FFFFFF;
}
 
div#top_navigation ul.unter li.haupt a.active {
  background: #880000;
  color: #FFFFFF;
}

/*############################################*/
/*                                            */
/*  Contentheader                                     */
/*                                            */
/*############################################*/

div#maincontent {
  border-right: 1px solid #003466;
  border-left: 1px solid #003466;
}


div#contentheader {
  /*width: 100%;*/
  background : url("../images/contentheader.gif") repeat-y;
  color: #FFFFFF;
  font-size: 11px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

div#contentheader_left {
  float: left;
  width: 222px;
  padding: 5px 9px;
}

div#contentheader_right{
  width: 742px;
  padding: 5px 0px;
  margin-left: 222px;
}


div#contentheader_right span.klickpfad {
  
}

  
div#contentheader_right a {
  font-weight: 900;
  color: #FFFFFF;
}

div.subcontentheader {
  /*width: 100%;*/
  z-index: 1;
  height: 24px;
  /*width: 100%;*/
  background : url("../images/subcontentheader.gif") no-repeat center center;
  color: #FFFFFF;
  /*font-size: 12px;*/
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

/*############################################*/
/*                                            */
/*  Col1                                      */
/*                                            */
/*############################################*/

div#col1 {
  float: left;
  width: 238px;
  padding: 35px 1px 0 1px;
}

ul.col1_navigation {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
}

li.col1_navigation {
}

li.col1_navigation_active a {
  background-color: #003466;
  color: #FFFFFF;
}

li.col1_navigation_active_top span.pseudolink {
  display: block;
  font-weight: bold;
  margin-top: 20px;
  padding: 2px 0 2px 12px;
  color: #003466;
}

ul.col1_navigation li.col1_navigation.spc{
  padding: 0;
  padding: 2px 0 2px 12px;
  margin: 0;
  color: #003466;
  margin-top: 20px;
  font-weight: 700;
}

ul.col1_navigation li a {
  display: block;
  padding: 2px 0 2px 12px; 
  margin-top: 20px;
}

/*ul.col1_navigation li  span.pseudolink a {
  padding: 2px 0 2px 12px; 
}*/

ul.col1_navigation li a:hover {
  color: #FFFFFF;
  background : url("../images/arrow_right.gif") no-repeat 221px 6px #003466;
}

li.col1_navigation_sub a {
  font-weight: 600;
  color: #003466;
}

ul.col1_navigation li.col1_navigation_sub a {
  padding: 4px 0 4px 20px; 
  background: none; 
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}

ul.col1_navigation li.col1_navigation_sub a:hover {
  color: #FFFFFF;
  background : url("../images/arrow_right.gif") no-repeat 221px 6px #003466;
}

ul.col1_navigation li.col1_navigation_sub_active a.active {
  color: #FFFFFF;
  background-color : #003466;
  padding: 2px 0 2px 20px; 
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}

ul.col1_navigation_sub_2 li.col1_navigation_sub_2 a {
  padding: 0.5em 0.5em 0.5em 3em;
  background: none;
  color: #003466;
}

ul.col1_navigation_sub_2 li.col1_navigation_sub_2 a:hover {
  background: #444444;
  color: #FFFFFF;
}

ul.col1_navigation_sub_2 li.col1_navigation_sub_2_active a.active {
  background: #880000;
  color: #FFFFFF;
  padding: 0.5em 0.5em 0.5em 3em;
}

div.col1_inhalt {
  padding: 30px 10px 0 10px;
}

/*############################################*/
/*                                            */
/*  Col2                                      */
/*                                            */
/*############################################*/

div.socialmedia p {
  display: inline;
  margin-right: 10px;
}

div.socialmedia span.socialmediatext {
  float: left;
}

div#col2 {
  font-size: 1.5em;
  /*border-left: 1px solid #003466;
  border-right: 1px solid #003466;*/
  /* Mindesh�he, auch f�r den IE */
  min-height: 50em;
  height: auto !important;
  height: 50em;
  color: #4C4C4C;
  z-index: 10;
  padding-top: 10px;
}

body.Startseite div#col2 {
  padding-top: 45px;
}

div.col2_content {
  padding: 0 10px 10px 10px;
  margin: 0;
}

div.socialmedia {
  float: right;
  margin-right: 15px;
  height: 18px;
  /*border-top: 1px solid #DDE6ED;
  border-left: 1px solid #DDE6ED;
  border-bottom: 1px solid #DDE6ED;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 8px 5px 5px 10px;
  -moz-box-shadow: inset 2px 2px 3px #aaaaaa;
-webkit-box-shadow: inset 2px 2px 3px #aaaaaa;
box-shadow: inset 2px 2px 3px #aaaaaa;*/
}

body.Startseite div.socialmedia,
body.Startseite div.clearsm {
  display: none;
}

div.clearright {
  clear: right;
}

div#col2 ul {
}

body.nrw2012 ul.multicolumnContainer li.columnFirst,
body.Startseite ul.multicolumnContainer li.columnFirst {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

body.nrw2012 ul.multicolumnContainer li.columnLast,
body.Startseite ul.multicolumnContainer li.columnLast {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

body.nrw2012 ul.multicolumnContainer li.column2,
body.Startseite ul.multicolumnContainer li.column2 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}


/*############################################*/
/*                                            */
/*  Contentfooter                                     */
/*                                            */
/*############################################*/

div#contentfooter {
  z-index: 1;
  height: 64px;
  /*width: 100%;*/
  background : url("../images/contentfooter.gif") no-repeat center center;
  color: #FFFFFF;
  font-size: 11px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

div#contentfooter_left {
  float: left;
  width: 222px;
  padding: 40px 9px 0px 9px;
  text-align: center;
}

div#contentfooter_right{
  float: left;
  width: 742px;
  padding: 40px 0px 0px 9px;
  text-align: right;
}

div#contentfooter_right a {
  font-weight: normal;
  color: #FFFFFF;
}

/*############################################*/
/*                                            */
/*  Footer                                    */
/*                                            */
/*############################################*/

div#footer {
  clear: both;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
background: -moz-linear-gradient(45deg, #164f84 0%, #002242 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#164f84), color-stop(100%,#002242)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #164f84 0%,#002242 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #164f84 0%,#002242 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #164f84 0%,#002242 100%); /* IE10+ */
background: linear-gradient(45deg, #164f84 0%,#002242 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164f84', endColorstr='#002242',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div#footer a {
  color: #CCCCCC;
  color: #FFFFFF;
  width: 236px;
  /*padding: 11px 5px;*/
} 

div#footer1 {
  float: left;
  color: #FFFFFF;
  width: 236px;
  padding: 0 5px 11px 5px;
}

div#footer2 {
  float: left;
  color: #FFFFFF;
  width: 236px;
  padding: 0 5px 11px 5px;
}

div#footer3 {
  float: left;
  color: #FFFFFF;
  width: 236px;
  padding: 0 5px 11px 5px;
}

div#footer4 {
  float: left;
  color: #FFFFFF;
  width: 236px;
  padding: 0 5px 11px 5px;
}

div#footer h1 {
  color: #FFFFFF;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 0;
  background: none
}

div#footer p {
  color: #FFFFFF;
  font-size: 1.2em;
  padding-left: 0;
}

div#footer1 h1,
div#footer1 p {
  color: #99aabb;
}
/*############################################*/
/*                                            */
/*  Dropdown Sitemap                                  */
/*                                            */
/*############################################*/

.tx-dropdownsitemap-pi1 DIV.expAll {
  background-color: #DDE6ED;
  border: 1px solid #003466;
}

.tx-dropdownsitemap-pi1 A, 
.tx-dropdownsitemap-pi1 A:link, 
.tx-dropdownsitemap-pi1 A:visited, 
.tx-dropdownsitemap-pi1 A:hover, 
.tx-dropdownsitemap-pi1 A:active {
  color: #003466 !important;
}

.tx-dropdownsitemap-pi1 SPAN.ifsub {
  text-transform: none;
}

/*############################################*/
/*                                            */
/*  Fontsize                                  */
/*                                            */
/*############################################*/

div#fsizemenu {
}

div#fsizemenu a {
  margin: 0em 0.5em 0em 0.5em;
  border: solid #050505;
  border-width: 1px 1px 1px 1px;
  padding: 0.2em 0.2em 0.2em 0.2em;
  width: 5em;
  display: inline-block;
  background: #880000;
  color: #FFFFFF;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}     

div#fsizemenu a:hover {
  background: #050505;
  color: #FFFFFF;
}      

/*############################################*/
/*                                            */
/*  Sonstiges                                 */
/*                                            */
/*############################################*/

div.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0.1px;
}

div.clearfix {
  overflow: hidden;
}

li.spc_trenner {
  height: 5em;
}
ul.multicolumnContainer h1{
  background: url("../images/cube_red.gif") no-repeat scroll 0px 6px transparent;
  color: #003466;
  font-size: 1.2em;
  font-weight: 100;
  letter-spacing: 1px;
  padding-left: 17px;
}

/*############################################*/
/*                                            */
/*  jQuery                              */
/*                                            */
/*############################################*/

div#ui-datepicker-div {
  border: 1px solid #003466;
  background: #FFFFFF url(../images/bg_timepicker.jpg) no-repeat 0 0;
  padding: 5px;
  font-size: 1.3em;
}


a.ui-datepicker-next {
  float: right;
}

a.ui-datepicker-next,
a.ui-datepicker-prev {
  color: #FFFFFF;
}

div.ui-datepicker-title {
  clear: both;
  padding: 0 0 20px 0;
  color: #FFFFFF;
  text-align: center;
}

table.ui-datepicker-calendar td {
  text-align: right;
}

/*############################################*/
/*                                            */
/*   irFAQ                              */
/*                                            */
/*############################################*/

ul.tx-irfaq-questions-list li{
  padding-left: 20px;
  background: url("../images/arrow_right.gif") no-repeat 2px 3px;
}

.tx-irfaq-pi1 ul li a {
  color: #003466 !important;
}


/*############################################*/
/*                                            */
/*   tt_news                            */
/*                                            */
/*############################################*/

span.news-list-date {
  float: none;
  display: inline;
  padding: 0;
}

/*############################################*/
/*                                            */
/*   Powermail                            */
/*                                            */
/*############################################*/

div#col2 fieldset.powermail_fieldset {
  background: none !important;
  border: none !important;
  -webkit-margin-start: 0 !important;
  -webkit-margin-end: 0 !important;
  -webkit-padding-before: 0 !important;
  -webkit-padding-start: 0 !important;
  -webkit-padding-end: 0 !important;
  -webkit-padding-after: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

div#col2 fieldset.powermail_fieldset input,
div#col2 fieldset.powermail_fieldset textarea,
div#col2 fieldset.powermail_fieldset select {
  border: 1px solid #003466;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset legend {
  display: none;
/*  font-weight: 100 !important;
  letter-spacing: 1px;
  margin: 15px 0 20px 0;
  color: #003466 !important;
  font-size: 1.2em;
  margin: 15px 0 20px 0;*/
}

div#col2 fieldset.powermail_fieldset label,
div#col2 fieldset.tx-powermail-pi1_fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title {
  font-weight: bold !important;
  width: 280px;
  padding-right: 15px;
  font-size: 1em !important;
  color: #4C4C4C !important;
  letter-spacing: 0 !important;
}

div#col2 fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner label {
  font-weight: normal !important; 
}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner, 
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner  {
  margin-left: 295px;
}

input.powermail_submit {
  font-weight: normal !important;
  margin-left: 295px !important;
}

span.powermail_mandatory {
  color: #003466 !important;
  font-weight: bold !important;
}

/*############################################*/
/*                                            */
/*   Weitere Einstellungen                    */
/*                                            */
/*############################################*/


div#c251 ul {
  list-style-type: disc;
  margin-left: 20px;
}

/*############################################*/
/*                                            */
/*   Gridelements                    */
/*                                            */
/*############################################*/
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-30, .col-70, .col-50 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col-30{
    width:30%;
}

.col-50{
    width:50%;
}

.col-70{
    width:70%;
}
