@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(./OpenSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./OpenSans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(./OpenSans-Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(./OpenSans-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(./OpenSans-Extrabold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(./OpenSans-CondensedLight.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(./OpenSans-CondensedBold.woff) format('woff');
}

@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: normal;
  src: url(./Bitter-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: bold;
  src: url(./Bitter-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: normal;
  src: url(./Bitter-Italic.ttf) format('truetype');
}

html {
}

body {
  background-color:#ffffff;
  background-image:url(../imgfix/body-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Open Sans' !important;
  text-align:center;
  margin:0;
  padding:0;
}

#kopf1 {
  background-image:url(../imgfix/body-bg.jpg);
  background-color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 -50%;
  width: 100%;
  height: 147px;
  z-index: 2000;
} 
  
/* body>#kopf1 { */
#kopf1 {
  position: fixed; 
  left: 50%;
  border-bottom: 7px solid #a69b7f;
}

#kopf1_content {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  height: 147px;
  margin: 0 auto 0 auto;
}
  
#logo-1 {
  display: none;
  background-color: #ffffff;
  height: 308px;
  width: 400px;
  padding: 0;
}

.logo-1 {
  max-height: 308px;
  max-width: 400px;
  margin: 0px 0 0 0px;
  float: left;
}

#logo-2-cont {
  display: block;
  height: 60px;
  max-width: 25%;
}

#logo-2-cont table {
  height: 60px;
  width: 100%;
}

#logo-2-cont td {
  vertical-align: middle;
}

#logo-2 {
  display: block;
  background-color: #ffffff;
  height: 60px;
  max-width: 273px;
}

.logo-2 {
  max-height: 60px;
  max-width: 273px;
  margin: 0px 0 0 0px;
  float: left;
}

/* Allgemein */

h1 {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
  color: #ce1e1d;
}

h2 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 2.0em;
  color: #4a4538;
  text-transform: uppercase;
}

h3 {
  font-family: Bitter;
  font-weight: bold;
  font-style: normal;
  font-size: 1.33em;
  color: #686252;
}

h4 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.print_only {
  display: none;
}

/* navi */

#burger {
  display: none;
}

#navi {
  position: absolute;
  display: block;
  float: right;
  right: 0px;
  bottom: -7px;
  text-align: right;
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 0.9em;
  width: 720px;
  margin: 0 0px 0 0px;
}

#navi ul li {
  display: inline-block;
  background-image: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: 0;
}

#navi ul li.navi_divider {
  display: inline-block;
  background-image: url("../imgfix/menu-div-v.png");
  background-repeat: no-repeat;
  height: 147px;
  width: 1px;
  margin: 0px 0% 7px 0%;
}

#navi a {
  color: #4a4538;
}

#navi .item,
#navi .item_mitsub {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  color: #4a4538;
}

#navi .item a,
#navi .item_mitsub a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0px 15px 5px 15px;
  margin: 0 0px 0 0px;
  border: 1px solid transparent;
  border-bottom: 7px solid transparent;
  height: 21px !important;
}

#navi .item_mitsub a.aktiv,
#navi .item span {
  position: relative;
  display: inline-block;
  padding: 0px 15px 5px 15px;
  border: 1px solid transparent;
  border-bottom: 7px solid #ce1e1d;
  height: 21px !important;
}

#navi ul li.item a:hover {
  font-weight: bold;
  border: 1px solid transparent;
  border-bottom: 7px solid #ce1e1d;
  color: #4a4538;
}

#navi ul li.item_mitsub:hover > a {
  position: relative;
  bottom: 6px;
  background-color: #f4efe2;
  color: #4a4538 !important;
  margin: -7px 0px 0 0px;
  border: 1px solid #aba084;
  border-bottom: 0;
  height: 19px !important;
  z-index: 2100;
  display: inline-block;
  padding: 5px 15px 8px 15px;
}

.subnavi {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 200px;
  text-transform: none;
  background-color: #f4efe2;
  margin: 0px 0 0 -100px;
  text-align: center;
  z-index: 100;
  border: 1px solid #aba084;
  border-bottom: 7px solid #aba084;
  padding: 14px 0px 12px 0px;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_item {
  position: relative;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_item a {
  color: #6a6a6a;
  font-weight: bold;
  margin: 0;
  border: 0;
  width: 170px;
  padding: 0px 15px 0px 15px;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_item a:hover {
  color: #ce1e1d;
  font-weight: bold;
}

#navi ul li.item_mitsub ul.subnavi li.subnavi_divider {
  background-image: url("../imgfix/menu-div-h.png");
  background-repeat: repeat-x;
  background-position: center center;
  height: 2px;
  width: 80%;
  margin: 0px 10% 10px 10%;
}

#navi ul li.item_mitsub ul.subnavi {
  visibility: hidden;
}

#navi ul li.item_mitsub:hover ul.subnavi {
  visibility: visible;
}

/*  Subsub */

.subnavi2l,
.subnavi2r {
  position: absolute;
  top: 0;
  width: 200px;
  text-transform: none;
  background-color: #f4efe2;
  margin: -15px 0 0 200px;
  text-align: center;
  z-index: 100;
  border: 1px solid #aba084;
  border-bottom: 7px solid #aba084;
  padding: 14px 0px 12px 0px;
}

#navi ul li.subnavi_item ul.subnavi2l {
  margin: -15px 0 0 -202px;
}

#navi ul li.subnavi_item ul.subnavi2l,
#navi ul li.subnavi_item ul.subnavi2r {
  visibility: hidden;
}

#navi ul li.subnavi_item:hover ul.subnavi2l,
#navi ul li.subnavi_item:hover ul.subnavi2r {
  visibility: visible;
}

#navi ul li.subnavi_item:hover > a {
  color: #ce1e1d !important;
}

.more {
  display: none;
}

/* "slider" in index.php */

#slider-start {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: block;
  font-size: 1.0em;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 154px 0 0 0;
}

#slider-start #cont {
  display: block;
  height: auto;
}

#slider-start #text {
  display: block;
  position: absolute;
  left: 0%;
  top: 30%;
  text-align: left;
  height: 100%;
  width: 100%;
  z-index: 1500;
}

#slider-start #text #slidecontent {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  height: 100%;
  color: #ffffff;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#slider-start #text #slidecontent #container {
  position: relative;
  overflow: hidden;
}

#slider-start #text #slidecontent #container #block {
  display: block;
  position: absolute;
  background-color: #000000;
  filter:alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
  width: 100%;
  height: 1000px;
  z-index: -1;
}

#slider-start #text #slidecontent #container #blocktext {
  position: relative;
  color: #ffffff;
  display: block;
  width: 60%;
  padding: 5% 0 0 35px;
}

#slider-start #text #slidecontent #container #blocktext-text {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  text-shadow: 0px 3px 2px rgba(051, 051, 051, 0.4);
  filter:alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  text-align: left;
}

#slider-start #text #slidecontent #container #blocktext #blocktext-text h1 {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
  color: #e5e1c7;
}

#slider-start #text #slidecontent #container #blocktext #blocktext-text h2 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 2.0em;
  color: #ffffff;
  text-transform: uppercase;
}

#slider-start #text #slidecontent #container #blocktext #blocktext-text h3 {
  font-family: Bitter;
  font-weight: bold;
  font-style: normal;
  font-size: 1.33em;
  color: #ffffff;
}

#slidelink {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #79b52e;
  border-radius: 10px;
  text-transform: uppercase;
  text-shadow: none;
  padding: 15px 25px 15px 25px;
  margin: 40px 0 0 0;
}

a#slidelink:hover {
  background-color: #68a31f;
}

/* "slider" in Unterseiten */

#us-slider-start {
  position: relative;
  display: block;
  font-size: 1.0em;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 154px 0 0 0;
}

#us-slider-start #cont {
  display: block;
  height: auto;
}

#us-slider-start #cont img {
  width: 100% !important;
}

/* breadcrumb */
#breadcrumb {
  color: #4d473b;
  background: rgba(237, 231, 216, 0.6);
  font-weight: normal;
  font-size: 1.0em;
  text-align: left;
  width: 100%;
  padding: 1.3em 0 1.5em 0;
  margin: -5px auto 0 auto; /* Hack, weil k.A. warum 5px Abstand zum Slider sind */
}

#breadcrumb #content {
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#breadcrumb a {
  color: #4d473b;
  font-weight: bold;
  font-style: normal;
  border: none;
  border-bottom: 1px solid transparent;
}

#breadcrumb a:hover {
  color: #ce1e1d;
  border: none;
}

#breadcrumb .aktiv {
  color: #4b473b;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid transparent;
}

/* rest */
#rest {
  position: relative;
  margin: 68px 0 0 0;
}

#mitte_all {
  position: relative;
}

#mitte {
  display: block;
  min-width: 930px;
  min-height: 350px;
  color: #6a3213;
}

/* Über Spalten auf der Startseite */
#oben {
  text-align: center;
  font-size: 1.0em;
  max-width: 840px;
  color: #4a4538;
  margin: 0 auto 0 auto;
}

#oben h1 {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
  color: #4a4538;
}

#oben p {
  line-height: 1.7em;
}

#oben .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a69b7f;
  margin: 24px 0 24px 0;
}

/* Spalten auf der Startseite */
#spalten {
  display: block;
  background: rgba(210, 197, 163, 0.5);
  font-size: 1.0em;
  width: 100%;
  margin: 90px auto 0 auto;
  padding: 60px 0 117px 0;
}

#spalten_content {
  max-width: 1280px;
  margin: 0px auto 0 auto;
}

#spalten #spaltenueb {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
  color: #4a4538;
  padding: 15px 0 165px 0;
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

#spalten #spaltenueb-leer {
  padding: 45px 0 16px 0;
}

.spalte-1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #f4efe2;
  color: #4a4538;
  text-align: center;
  width: 336px;
  font-size: 1.0em;
  line-height: 1.8em;
  border: 2px solid #c7b889;
  padding: 35px 30px 40px 30px;
  margin: 0 40px 0 0;
}

.spalte-2 {
  display: inline-block;
  vertical-align: top;
  background-color: #f4efe2;
  color: #4a4538;
  text-align: center;
  width: 336px;
  font-size: 1.0em;
  line-height: 1.8em;
  border: 2px solid #c7b889;
  padding: 35px 30px 40px 30px;
  margin: 0 40px 0 0;
}

.spalte-3 {
  display: inline-block;
  vertical-align: top;
  background-color: #f4efe2;
  color: #4a4538;
  text-align: center;
  width: 336px;
  font-size: 1.0em;
  line-height: 1.8em;
  border: 2px solid #c7b889;
  padding: 35px 30px 40px 30px;
  margin: 0 0px 0 0;
}

.spalte-1 img,
.spalte-2 img,
.spalte-3 img {
  background-color: transparent;
  width: 147px;
  height: auto;
  padding: 0px;
  margin: -108px 0 35px 0;
  border: none;
}

.spalte-1 h1,
.spalte-2 h1,
.spalte-3 h1 {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
}

.spalte-1 h1 {
  color: #ce1e1d;
}

.spalte-2 h1 {
  color: #ec7527;
}

.spalte-3 h1 {
  color: #79b52e;
}

.spalte-1 .hr,
.spalte-2 .hr,
.spalte-3 .hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a69b7f;
  margin: 24px 0 24px 0;
}

/* nehr-button */
a.mehr-button {
  position: relative;
  display: inline-block;
  font-size: 0.90em;
  font-weight: 600;
  color: #4a4538 !important;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid #c7b889 !important;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  margin: 40px 0 0 0;
}

a.mehr-button:hover {
  background-color: #eeeacf !important;
  cursor: pointer;
  outline: none;
}

.spalte-1 a img,
.spalte-2 a img,
.spalte-3 a img {
  background-color: transparent;
  width: 74px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* unten */
#unten {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.5em;
  width: 100%;
  max-width: 1280px;
  font-style: italic;
  color: #4a4538;
  padding: 90px 0 90px 0;
  margin: 0 auto 0 auto;
}

/* footer */
#foot1 {
  display: block;
  background: rgba(127, 121, 108, 0.75);
  text-align: left;
  width: 100%;
  padding: 2.7em 0 2.7em 0;
  float: left;
}

#foot1_content {
  display: block;
  text-align: left;
  max-width: 1280px;
  padding: 0 37px 0 37px;
  margin: 0 auto 0 auto;
}

#foot1_content-m {
  display: none;
}

#foot1_content #fbild img {
  background-color: #ffffff;
  padding: 7px 7px 7px 7px;
  border: 1px solid #666052;
}

#foot1_content #fadr {
  vertical-align: middle;
  color: #f3e4b7;
  text-align: left;
  line-height: 2.0em;
}

#foot1_content #fadr a {
  border: none;
  color: #f3e4b7;
}

#foot1_content #fadr a:hover {
  border: none;
  color: #f7eed1;
}

#foot1_content #fadr b {
  font-weight: 600;
}

#foot1_content #fadr i {
  font-weight: 400;
  font-style: italic;
}

#foot1_content #flogo {
  vertical-align: middle;
}

#foot1_content #fnavi {
  font-family: 'Open Sans';
  color: #f3e4b7;
  text-align: center;
  vertical-align: middle;
}

#foot1 #foot1_content #fnavi .item {
  display: block;
  padding: 0px 0px 0px 6px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  clear: both;
}

#foot1 #foot1_content #fnavi .item .hr {
  display: block;
  background-color: #716c59;
  width: 100%;
  height: 1px;
  margin: 15px 0 15px 0;
}

#foot1 #foot1_content #fnavi a {
  font-style: normal;
  color: #f3e4b7;
}

#foot1 #foot1_content #fnavi a:hover,
#foot1 #foot1_content #fnavi .item span {
  border: none;
  color: #f7eed1;
}

#foot2 {
  display: block;
  background-color: #444138;
  text-align: center;
  padding: 0.6em 0 0.6em 0;
  width: 100%;
  float: left;
}

#foot2 #fbits {
  text-align: right;
  vertical-align: bottom;
}

#foot2 img {
  position: relative;
  top: 2px;
}

#foot2 #fbits1 {
  font-family: 'Open Sans';
  font-size: 0.7em;
  color: #ffffff;
}

#foot2 a.fbits2 {
  font-family: 'Bitter';
  font-size: 0.7em;
  color: #ffffff;
}

#foot2 a:hover.fbits2 {
  color: #eeeeee;
}

/* Fuer templates */

/* Unterseite 1 (unterseite) */

#us-1_rest {
  position: relative;
  margin: 70px 0 0 0;
}

#us-1_mitte_all {
  position: relative;
}

#us-1_mitte {
  display: block;
  width: 100%;
  color: #6a3213;
  float: left;
}

#us-1_mitte #content {
  font-size: 1em;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#us-1_mitte .hr {
  display: block;
  width: 64%;
  height: 2px;
  background-color: #a69b7f;
  margin: 24px 18% 24px 18%;
}

#us-1_mitte h1 {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
  text-align: center;
  color: #ce1e1d;
  width: 50%;
  margin: 0 25% 0 25%;
}

#us-1_mitte .sp0 {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: left;
  padding: 0 0 0 0px;
  margin: 0px 0 0 0px;
  font-weight: normal;
  width: 100%;
  float: none;
  float: left;
  clear: both;
}

#us-1_mitte .sp1 {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: left;
  padding: 0 0 0 0px;
  margin: 0px 0 0 0px;
  font-weight: normal;
  width: 48%;
  float: left;
}

#us-1_mitte .sp2 {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: left;
  padding: 0 0px 0 0px;
  margin: 0px 0 0 0px;
  font-weight: normal;
  width: 48%;
  float: left;
}

#us-1_mitte .div {
  width: 4%;
  height: 1px;
  float: none;
  float: left;
}

#us-1_mitte .sp1 img,
#us-1_mitte .sp2 img {
  max-width: 100%;
}

#us-1_mitte .imgl {
  position: relative;
  margin: 0 21px 10px 0;
  float: left;
}

#us-1_mitte .imgr {
  position: relative;
  margin: 0 0px 10px 21px;
  float: right;
}

#us-1_mitte a {
  color: #6a3213;
  border-bottom: 1px dashed;
}

#us-1_mitte a:hover {
  color: #ce1e1d;
  border-bottom: 1px transparent;
}

#us-1_mitte ul {
  position: relative;
  list-style-type: none;
  font-weight: normal;
}

#us-1_mitte ul li {
  background-image: url("../imgfix/bullet-li.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding: 0 0 0 15px;
  margin-bottom: 10px;
}

#us-1_mitte ul li:last-of-type {
  margin-bottom: 0;
} 

#us-1_mitte .box {
  display: block;
  background: rgba(210, 197, 163, 0.5);
  width: 92%;
  padding: 4% 4% 4% 4%;
}

#us-1_mitte .box-cut {
  position: relative;
  background-image: url("../imgfix/ecke-left-top.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: rgba(210, 197, 163, 0.5);
  display: block;
  width: 92%;
  padding: 25px 4% 4% 4%;
}

#us-1_mitte .box-cut .item {
  position: absolute;
  top: 0px;
  left: 5px;
  color: #79b52e;
  font-weight: bold;
}

#us-1_mitte h6 {
  background-color: rgba(210, 197, 163, 0.5);
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  width: 50%;
  padding: 8px 0 7px 0;
  margin-top: 8px;
  border-bottom: 1px solid transparent;
}

#us-1_mitte h6 a {
  color: #6a3213;
  border-bottom: 1px dashed;
}

#us-1_mitte h6 a:hover {
  color: #ce1e1d;
  border-bottom: 1px transparent;
}

#us-1_mitte .error {
  display: block;
  background-color: rgba(210, 197, 163, 0.5);
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  width: 50%;
  padding: 15px 20px 15px 20px;
  margin: 0px auto 0px auto;
}

/* Unterseite 4 (Kontakt) */

#us-4_rest {
  position: relative;
  margin: 70px 0 0 0;
}

#us-4_mitte_all {
  position: relative;
}

#us-4_mitte {
  display: block;
  width: 100%;
  color: #6a3213;
  float: left;
}

#us-4_mitte #content {
  font-size: 1.0em;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}

#us-4_mitte .hr {
  display: block;
  width: 64%;
  height: 2px;
  background-color: #a69b7f;
  margin: 24px 18% 24px 18%;
}

#us-4_mitte #content p {
  padding: 1em 0 0 0;
}

#us-4_mitte #content h1 {
  font-family: Bitter;
  font-weight: normal;
  font-style: normal;
  font-size: 2.0em;
  text-align: center;
  color: #ce1e1d;
  width: 50%;
  margin: 0 25% 0 25%;
}

#us-4_mitte #content h3 {
  font-family: Bitter;
  font-weight: bold;
  font-style: normal;
  font-size: 1.0em;
  color: #68a7b4;
  padding: 1em 0 0 0;
}

#us-4_mitte #content #spalte-0 {
  min-width: 600px;
  width: 52%;
  padding: 2.2em 0% 0 0%;
  margin: 0 auto 0 auto;
  text-align: left;
}

#us-4_mitte #content #spalte-1 {
  width: 44%;
  padding: 2.2em 6% 0 0%;
  text-align: left;
  float: left;
}

#us-4_mitte #content #spalte-2 {
  width: 49%;
  float: right;
  text-align: left;
  padding: 2em 0 0px 0;
}

.hinweis {
  color: #6a3213;
  font-size: 0.83em;
  font-weight: normal;
}

.hinweis a {
  color: #6a3213;
  font-weight: normal;
  border-bottom: 1px dashed;
}

.hinweis a:hover {
  color: #ce1e1d;
  border-bottom: 1px transparent;
}

.radio {
  text-align: left;
  display: inline;
  margin: 0px 7px 0px 0px;

}

.radiot {
  display: inline;
  text-align: left;
}

.check2 {
  background-color: transparent;
  border: none;
  margin: 0px 12px 0 0px;
  text-align: left;
}
