* {
   box-sizing:border-box;
}
p {
   margin: 0;
   padding: 0;
}
img {
   margin: 0px;
   padding: 0px;
   border: 0;
   height: auto;
}
.image-captioned
{
    margin-left: 0;
    margin-right: 0;
}
.image-normal {
	text-align: center;
	margin: 10px 0px 10px -35px;
	display: inline-block;
}
.image-left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-right {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.image-center {
    text-align: center;
}
.image-center > figure {
    display: inline-block;
}
.clean
{
    border: 0;
    background: none;
    padding: 0;
}
.clean > figcaption
{
    margin-top: .5em;
    font-size: .7em;
    text-align: right;
}
.polarized
{
    border: 0;
    border-radius: 0;
    position: relative;
    background: #f7f7f7;
    box-shadow: 1px 1px 0 #eee;
}
.polarized,
.polarized ~ .cke_widget_drag_handler_container
{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);

    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.polarized > figcaption
{
    color: #777;
    margin-top: 5px;
    right: 20px;
    font-size: .8em;
    font-style: italic;
    text-align: right;
}
.polarized figcaption:before
{
    content: '— ';
}

figure.polarized
{
    padding: 20px 20px 40px 20px;
}

img.polarized
{
    border: 20px solid #f7f7f7;
}
pre.narrow
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
pre.fancy
{
    position: relative;
}
pre.fancy > code
{
    background: rgb(14,14,14);
    background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(70,70,70,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(70,70,70,1)));
    background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -o-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);
    background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(70,70,70,1) 100%);

    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    border-radius: 8px;
    text-shadow: 0px 1px 0 #000;
    border: 5px solid #ccc;

    padding: 20px;
}
pre.fancy > code.language-javascript:after
{
    content: '';
    background: url(js.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 6px 0 0;
}
ul {
   margin-left: 0;
      line-height: 1.5;
}
ol {
   margin-left: 0;
   line-height: 1.5;
}
.diva50 {
   display: box;
   clear: both;
}
blockquote {
   margin: 10px 0px 10px 0px;
   padding-left: 57px;
   color: #666666;
   font-family: Lora;
   font-size: 16px;
   line-height: 1.5;
   background-image: url('https://www.oncont.at/images/zitat.gif');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.status {
      width: 500px;
      margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #FF0000;
   text-align: center;
   border: 1px solid #FF0000;
   border-radius: 5px;
}
.status1 {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #FF0000;
   text-align: center;
   border: 1px solid #FF0000;
   border-radius: 5px;
}
.status2 {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #000000;
   font-weight: bold;
   text-align: center;
   border: 1px solid #000000;
   border-radius: 5px;
}
.status3 {
   margin: 10px 0px 10px 0px;
   padding: 5px;
   color: #000000;
   text-align: center;
   border: 1px solid #000000;
   border-radius: 5px;
}
.error {
   color: #FF0000;
   font-weight: bold;
   font-size: 20px;
}
h1 {
   margin: 0;
   padding: 0;
   font-family: Libertine;
   font-size: 26px;
   font-weight: normal;
}
h2 {
   margin: 0;
   padding: 0;
   font-family: Libertine;
   font-size: 22px;
   font-weight: normal;
}
h3 {
   margin: 0;
   padding: 0;
   font-size: 18px;
   font-weight: bold;
}
h4 {
   margin: 0;
   padding: 0;
   font-size: 14px;
   font-weight: bold;
}
h5 {
   margin: 0;
   padding: 0;
   font-size: 12px;
   font-weight: bold;
}
h6 {
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
}

input[type=text], input[type=password] {
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #D2D3D5;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
input.mengecss[type=text] {
   width: 44px;
   padding: 6px 5px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #D2D3D5;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
input.mengecss1[type=text] {
   width: 44px;
   padding: 1px 5px;
   display: inline-block;
   border: 1px solid #D2D3D5;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 14px;
   color: #000000;
   text-align: right;
   background-color: #FFFFFF;
}
input[type=submit] {
   cursor: pointer;
   width: 100%;
   padding: 6px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 2px solid #A9A6A6;
   border-radius: 5px;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #0E72B5;
}
input[type=submit]:hover {
   border: 2px solid #0E72B5;
   border-radius: 5px;
   font-size: 16px;
   color: #000000;
   background-color: #FFFFFF;
}
select {
   width: 100%;
   padding: 5px 15px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #D2D3D5;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 16px;
}
textarea {
   width: 100%;
   height: 77px;
   padding: 5px 15px;
   box-sizing: border-box;
   border: 1px solid #D2D3D5;
   border-radius: 0px;
   resize: none;
   font-size: 16px;
   font-family: 'Nunito', sans-serif;;
}
 input[type=radio] {
   border: 5px;
   width: 20px;
   height: 15px;
}
input[type=checkbox] {
   width: 20px;
   height: 20px;
   border: 1px solid #D2D3D5;
}

a {
   color: #0E72B5;
   font-weight: bold;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   font-weight: bold;
   text-decoration: underline;
}

a.bottnav {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.bottnav:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.subnavt {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.subnavt:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.subnavta {
   font-family: 'Nunito', sans-serif;;
   font-size: 16px;;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.subnavt1 {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.subnavt1:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.subnavt1a {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.sitemaptl {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: normal;
   text-decoration: none;
   color: #0E72B5;
}
a.sitemaptl:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 18px;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.sitemapt3 {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.sitemapt3:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.morele {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: underline;
   color: #000000;
}
a.morele:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 14px;
   font-weight: normal;
   text-decoration: underline;
   color: #0E72B5;
}
a.breadcr {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: normal;
   text-decoration: none;
   color: #000000;
}
a.breadcr:hover {
   font-family: 'Nunito', sans-serif;;
   font-size: 13px;
   font-weight: normal;
   text-decoration: none;
   color: #1073B6;
}

body {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   color: #000000;
   font-family: Nunito;
   font-size: 16px;
   line-height: 1.2;
}
#main {
   margin: auto;
   padding: 0px 10px 0px 10px;
   width: 990px;
      min-height: calc(100vh - 220px);
      
}
.bghome {
   position: absolute;
}
.navigationhome {
   position: absolute;
   top: 0;
   width: 970px;
   height: 55px;
   margin-top: 20px;
   background-color: #FFFFFF;
   font-size: 28px;
}
.navigation {
   width: 970px;
   height: 55px;
   margin-top: 20px;
   background-color: #FFFFFF;
   font-size: 28px;
}
.logotop {
   float: left;
   margin: 12px 0px 0px 35px;
}
.navigationul {
   float: left;
   margin-left: 37px;
}
.buthome {
   cursor: pointer;
   position: relative;
   float: right;
   top: 130px;
   right: 60px;
}
.txthome {
   clear: right;
   position: relative;
   top: 240px;
   text-align: center;
}
span.txthome1 {
   padding: 1px 10px 1px 10px;
   background-color: #FFFFFF;
   font-family: Libertine;
   font-size: 40px;
}
.newshome1 {
   cursor: pointer;
   position: relative;
   float: left;
   top: 380px;
   margin-left: 35px;
   padding: 15px;
   width: 290px;
   height: 145px;
   background-color: #0E72B5;
   border-radius: 15px;
}
.newshome1s {
   display: none;
   cursor: pointer;
   margin: auto;
   margin-top: 20px;
   padding: 15px;
   width: 290px;
   height: 145px;
   background-color: #0E72B5;
   border-radius: 15px;
}
.newshome2 {
   cursor: pointer;
   position: relative;
   float: left;
   top: 380px;
   margin-left: 15px;
   padding: 15px;
   width: 290px;
   height: 145px;
   background-color: #999999;
   border-radius: 15px;
}
.newshome2s {
   display: none;
   cursor: pointer;
   margin: auto;
   margin-top: 20px;
   padding: 15px;
   width: 290px;
   height: 145px;
   background-color: #999999;
   border-radius: 15px;
}
.newshome3 {
   cursor: pointer;
   position: relative;
   float: left;
   top: 380px;
   margin-left: 15px;
   padding: 15px;
   width: 290px;
   height: 145px;
   background-color: #0E72B5;
   border-radius: 15px;
}
.newshome3s {
   display: none;
   cursor: pointer;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 15px;
   width: 290px;
   height: 145px;
   background-color: #0E72B5;
   border-radius: 15px;
}
.newshome1:hover {
   font-weight: bold;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.newshome2:hover {
   font-weight: bold;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.newshome3:hover {
   font-weight: bold;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.newshome1s:hover {
   font-weight: bold;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.newshome2s:hover {
   font-weight: bold;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.newshome3s:hover {
   font-weight: bold;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.newshomeh {
   font-family: Libertine;
   font-size: 24px;
   color: #FFFFFF;
   text-align: center;
}
.newshomet {
   height: 60px;
   padding-top: 10px;
   color: #FFFFFF;
   font-weight: normal;
   line-height: 1.5;
   overflow: hidden;
}
.newshomel {
   padding-top: 5px;
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: underline;
}
.dothome {
   position: relative;
   clear: left;
   margin: auto;
      top: -40px;
      width: 200px;
}
#bottomhome {
   position: relative;
   clear: left;
   top: -15px;
   margin: auto;
   width: 970px;
}
.bottomhome1 {
   float: left;
   font-size: 14px;
}
.bottomhome2 {
   float: right;
}
.bottldiv {
   clear: both;
   height: 20px;
}
#bottom {
   width: 100%;
   margin-top: 0px;
   height: 180px;
   background-color: #CCCCCC;
   border-top: 1px solid #0E72B5;
}
.bottomm {
   width: 970px;
   margin: auto;
      padding: 10px 35px 10px 35px;
   }
.bottom1 {
   float: left;
   width: 33%;
   line-height: 1.5;
}
.bottom2 {
   float: left;
   width: 34%;
   line-height: 1.5;
   text-align: center;
}
.bottom3 {
   float: right;
   width: 33%;
   line-height: 1.5;
   text-align: right;
}
.bottom4 {
   clear: both;
   padding: 5px 0px 0px 0px;
   font-size: 14px;
   text-align: center;
}

ul.topnav {
   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
   line-height: 1.2;
}
ul.topnav li {
   float: left;
}
ul.topnav li a {
   display: inline-block;
   height: 40px;
   padding: 18px 22px 0px 25px;
   color: #000000;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   transition: 0.3s;
   font-size: 18px;
   background-color: #FFFFFF;
}
ul.topnav li a.aktiv {
   color: #0E72B5;
   font-weight: bold;
   text-decoration: underline;
   background-color: #FFFFFF;
}
ul.topnav li a:hover {
   text-decoration: underline;
   color: #0E72B5;
   background-color: #FFFFFF;
}
ul.le {
   margin: 0;
   padding: 0;
   line-height: 1.5;
}
ul.le li {
   margin-left: 14px;
   padding-top: 4px;
   list-style: circle url("https://www.oncont.at/images/line.gif");
}
ul.ex {
   margin: 0;
   padding: 0;
   line-height: 1.5;
}
ul.ex li {
   margin-left: 14px;
   padding-top: 3px;
   list-style: circle url("https://www.oncont.at/images/line.gif");
}

.headmla {
   position: relative;
   display: none;
   float: right;
      width: 85px;
   height: 56px;
   }

.subnav {
   display: block;
   margin: auto;
   width: 970px;
}
.subnav1 {
   display: inline-block;
   margin-left: 280px;
}
.subnav2 {
   display: inline-block;
   margin: 10px 0px 0px 280px;
}

.content {
      padding: 30px 35px 0px 35px;
   }
.content1 {
   padding: 30px 0px 0px 0px;
}
.headline_content1 {
   display: block;
}
.text_content {
   display: block;
   margin-top: 15px;
}

#breadcrumb {
   display: none;
   margin: auto;
   width: 970px;
   padding: 20px 35px 0px 35px;
   font-size: 13px;
}

#wework {
   position: absolute;
   width: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
.wework1 {
      font-size: 26px;
      font-weight: bold;
}
.wework2 {
   margin-top: 20px;
      padding-top: 36px;
      height: 160px;
   font-size: 24px;
   font-weight: bold;
}
.wework3 {
   margin-top: 20px;
   font-size: 16px;
}

.sitemap {
   padding: 10px 0px 10px 0px;
}
.sitemap1 {
   padding: 5px 0px 5px 20px;
}
.sitemap2 {
   padding: 3px 0px 3px 40px;
}
.sitemap3 {
   padding: 20px 0px 10px 0px;
}


.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #FFFFFF;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.icon {
   cursor:pointer;
   width: 60px;
   height: 47px;
   margin-top: 8px;
   padding-top: 2px;
   background-color: #FFFFFF;
}
.icond1 {
   width: 40px;
   margin: 6px 0px 0px 8px;
   color: #0E72B5;
   border-top: 5px solid #0E72B5;
   background-color: #0E72B5;
}
.overlaya {
  float: left;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.5);
  overflow: hidden;
}
.overlay {
  float: left;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  overflow: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 65px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
.overlay a.overlnav {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  font-size: 20px;
  font-weight: bold;
  display: block;
  transition: 0.3s;
  border-top: 1px solid #818181;
}
.overlay a.overlnav:hover, .overlay a.overlnav:focus {
  color: #F1F1F1;
}
.overlay a.overlsub {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  font-size: 18px;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}
.overlay a.overlsub:hover, .overlay a.overlsub:focus {
  color: #F1F1F1;
}
.overlay a.overlsubsub {
  padding: 8px;
  text-decoration: none;
  color: #818181;
  font-size: 16px;
  font-weight: normal;
  display: block;
  transition: 0.3s;
}
.overlay a.overlsubsub:hover, .overlay a.overlsubsub:focus {
  color: #F1F1F1;
}
.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 17px;
  color: #818181;
  font-size: 50px;
  text-decoration: none;
}

.aboutus {
   margin-top: 15px;
   padding: 5px 35px 40px 35px;
   width: 970px;
}
.aboutus1y1 {
   cursor:pointer;
   width: 470px;
   margin-top: 35px;
   margin-left: -35px;
   padding: 0px 0px 0px 35px;
   background-image: url('https://www.oncont.at/images/balken470.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.aboutus1y2 {
   cursor:pointer;
   width: 388px;
   margin-top: 35px;
   margin-left: -35px;
   padding: 0px 0px 0px 35px;
   background-image: url('https://www.oncont.at/images/balken388.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.aboutus1y3 {
   cursor:pointer;
   width: 553px;
   margin-top: 35px;
   margin-left: -35px;
   padding: 0px 0px 0px 35px;
   background-image: url('https://www.oncont.at/images/balken553.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.aboutus1y4 {
   cursor:pointer;
   width: 525px;
   margin-top: 35px;
   margin-left: -35px;
   padding: 0px 0px 0px 35px;
   background-image: url('https://www.oncont.at/images/balken525.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.aboutus1y5 {
   cursor:pointer;
   width: 571px;
   margin-top: 35px;
   margin-left: -35px;
   padding: 0px 0px 0px 35px;
   background-image: url('https://www.oncont.at/images/balken571.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.aboutus1y1:hover {
   font-weight: bold;
}
.aboutus1y2:hover {
   font-weight: bold;
}
.aboutus1y3:hover {
   font-weight: bold;
}
.aboutus1y4:hover {
   font-weight: bold;
}
.aboutus1y5:hover {
   font-weight: bold;
}
.aboutus1a {
   padding: 10px 0px 5px 0px;
   color: #FFFFFF;
   font-family: Libertine;
   font-size: 20px;
}
.aboutus1b {
   padding-bottom: 11px;
   color: #FFFFFF;
   font-weight: normal;
}
.leistungen {
   margin-top: 15px;
}
.leistungen1 {
   float: left;
   min-height: 662px;
   width: 970px;
   background-image: url('https://www.oncont.at/images/oncont-le.jpg');
   background-position: 430px 0px;
   background-repeat: no-repeat;
}
.leistungen1a {
   height: 30px;
   padding: 6px 20px 0px 35px;
   font-weight: bold;
   color: #FFFFFF;
   background-image: url('https://www.oncont.at/images/balkens.png');
   background-position: 0px 0px;
   background-repeat: no-repeat;
}
.leistungen1b {
   max-width: 430px;
   margin-top: 10px;
   padding: 0px 20px 0px 35px;
   line-height: 1.5;
   font-size: 14px;
}
.leistungen1c {
   max-width: 430px;
   margin-top: 10px;
   padding: 0px 20px 0px 35px;
   text-align: right;
}
.leistungen3 {
   clear: both;   
   height: 1px;
}
img.LE {
   border-radius: 10px;
}
.pakete {
   margin-top: 15px;
}
.pakete1 {
   padding: 5px 35px 10px 35px;
}
.paketees {
   float: left;
   width: 215px;
   margin: 5px 0px 0px 35px;
}
.paketeem {
   float: left;
   width: 215px;
   margin: 5px 0px 0px 13px;
}
.paketeed {
   float: left;
   width: 225px;
   margin: 0px 0px 0px 8px;
   padding: 3px;
   border: 2px solid #F37578;
   border-radius: 10px;
}
.paketeep {
   float: left;
   width: 215px;
   margin: 5px 0px 0px 8px;
}
.paketetopes {
   cursor: pointer;
   height: 50px;
   padding-top: 9px;
   font-size: 24px;
   color: #FFFFFF;
   text-align: center;
   background-color: #FFCA62;
   border-radius: 10px;
}
.paketetopem {
   cursor: pointer;
   height: 50px;
   padding-top: 9px;
   font-size: 24px;
   color: #FFFFFF;
   text-align: center;
   background-color: #F9A26E;
   border-radius: 10px;
}
.paketetoped {
   cursor: pointer;
   height: 50px;
   padding-top: 9px;
   font-size: 24px;
   color: #FFFFFF;
   text-align: center;
   background-color: #F37578;
   border-radius: 10px;
}
.paketetopep {
   cursor: pointer;
   height: 50px;
   padding-top: 9px;
   font-size: 24px;
   color: #FFFFFF;
   text-align: center;
   background-color: #E5187E;
   border-radius: 10px;
}
.paketemides {
   cursor: pointer;
   padding-top: 9px;
   font-size: 12px;
   text-align: center;
   background-color: #FEF4DB;
   border-radius: 10px;
}
.paketemidem {
   cursor: pointer;
   padding-top: 9px;
   font-size: 12px;
   text-align: center;
   background-color: #FDEADA;
   border-radius: 10px;
}
.paketemided {
   cursor: pointer;
   padding-top: 9px;
   font-size: 12px;
   text-align: center;
   background-color: #FCE0DC;
   border-radius: 10px;
}
.paketemidep {
   cursor: pointer;
   padding-top: 9px;
   font-size: 12px;
   text-align: center;
   background-color: #F9D5DF;
   border-radius: 10px;
}
.paketebotes {
   height: 55px;
   padding-top: 7px;
   font-size: 14px;
   color: #FFFFFF;
   text-align: center;
   background-color: #FFCA62;
   border-radius: 10px;
}
.paketebotem {
   height: 55px;
   padding-top: 7px;
   font-size: 14px;
   color: #FFFFFF;
   text-align: center;
   background-color: #F9A26E;
   border-radius: 10px;
}
.paketeboted {
   height: 55px;
   padding-top: 7px;
   font-size: 14px;
   color: #FFFFFF;
   text-align: center;
   background-color: #F37578;
   border-radius: 10px;
}
.paketebotep {
   height: 55px;
   padding-top: 7px;
   font-size: 14px;
   color: #FFFFFF;
   text-align: center;
   background-color: #E5187E;
   border-radius: 10px;
}
.paketemid1 {
   font-size: 14px;
   font-weight: bold;
}
.paketemid2 {
   padding-top: 10px;
   font-size: 14px;
   font-weight: bold;
}
.paketemid3 {
   padding-top: 15px;
   line-height: 1.5;
}
.paketemid4 {
   padding-top: 10px;
   line-height: 2.0;
}
.paketemid5 {
   padding: 10px 0px 10px 0px;
   text-decoration: underline;
}
.paketemid5:hover {
   color: #0E72B5;
}
.paketeanfes {
   cursor: pointer;
   font-size: 14px;
   height: 30px;
   padding-top: 7px;
   text-align: center;
   background-color: #FFE2AC;
   border-radius: 10px;
}
.paketeanfem {
   cursor: pointer;
   font-size: 14px;
   height: 30px;
   padding-top: 7px;
   text-align: center;
   background-color: #FDCFAE;
   border-radius: 10px;
}
.paketeanfed {
   cursor: pointer;
   font-size: 14px;
   height: 30px;
   padding-top: 7px;
   text-align: center;
   background-color: #F9B6B1;
   border-radius: 10px;
}
.paketeanfep {
   cursor: pointer;
   font-size: 14px;
   height: 30px;
   padding-top: 7px;
   text-align: center;
   background-color: #F19AB7;
   border-radius: 10px;
}
.paketeanfes:hover {
   text-decoration: underline;
}
.paketeanfem:hover {
   text-decoration: underline;
}
.paketeanfed:hover {
   text-decoration: underline;
}
.paketeanfep:hover {
   text-decoration: underline;
}
.paketebest {
   padding: 11px 0px 4px 0px;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   color: #F37578;
   border-radius: 10px;
}

.paketebut2 {
   float: left;
   margin: -45px 0px 0px 150px;
}
.paketebott {
   float: right;
   margin: 45px 35px 0px 0px;
   font-size: 11px;
   text-align: right;
}

.moduebdi {
   cursor: pointer;
   display: box;
   margin-bottom: 5px;
   background-repeat: no-repeat;
   border-top: 1px solid #0E72B5;
}
.moduebdi:hover {
   color: #0E72B5;
}
.moduebdk {
   padding: 10px 0px 8px 10px;
}
.moduebdk1 {
   padding: 10px 0px 8px 10px;
}
.moduebd {
   cursor: pointer;
   display: box;
   margin-bottom: 10px;
   padding: 10px 0px 10px 0px;
   border-top: 1px solid #0E72B5;
}
.moduebd:hover {
   color: #0E72B5;
}
.moduebd1 {
   cursor: pointer;
   display: box;
   margin-bottom: 10px;
   padding: 10px 0px 10px 0px;
   border-top: 1px solid #0E72B5;
}
.moduebd1:hover {
   color: #0E72B5;
}
.moduebo {
   font-size: 14px;
   color: #000000;
}
.moduebo1 {
   font-weight: bold;
   color: #0E72B5;
}
.moduebod {
   font-weight: normal;
   font-size: 14px;
   color: #000000;
}
.moduebh {
   padding-top: 5px;
   font-weight: bold;
   font-size: 18px;
}
.moduebs {
   padding-top: 3px;
   font-weight: bold;
}
.moduebt {
   padding-top: 3px;
   font-weight: normal;
   color: #000000;
}
.mod_return {
   cursor: pointer;
   height: 25px;
   margin-bottom: 15px; 
   border-bottom: 1px solid #0E72B5;
}
.mod_return1 {
   cursor: pointer;
   display: inline-block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #0E72B5;
}
.mod_return1:hover {
   cursor: pointer;
   display: inline-block;
   padding-bottom: 10px;
   font-size: 18px;
   font-weight: bold;
   color: #000000;
}
.mod_bottom {
   clear: both;
   height: 20px;
   border-top: 1px solid #0E72B5;
}
.moduebli {
   border-top: 1px solid #0E72B5;
}

#formt {
   padding: 20px 0px 0px 0px;
}
#form {
   margin-top: 20px;
}
.form1 {
   clear: left;
}
.formhl {
   clear: left;
   height: 25px;
   font-weight: bold;
   color: #0E72B5;
}
.formhl1 {
   clear: left;
   height: 25px;
   margin-bottom: 20px;
   border-bottom: 1px solid #A9A6A6;
}
.form1a {
   float: left;
   width: 190px;
   padding-top: 11px;
   font-weight: bold;
}
.form1b {
   float: left;
      width: 440px;
   }
.form1c {
   float: left;
   padding: 5px 0px 0px 5px;
}
.form2 {
   clear: left;
   padding-top: 20px;
   font-weight: bold;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form3 {
   clear: left;
   padding-top: 5px;
}
.form1d {
   float: left;
}
.form1e {
   float: left;
   padding: 3px 5px 0px 5px;
}
.form1f {
   float: left;
   width: 95px;
}
.form1g {
   float: left;
   padding-left: 10px;
}
.form1h {
   float: left;
   padding: 10px 5px 0px 10px;
}
.form1i {
   float: left;
   width: 40px;
      margin: 0px 0px 0px 190px;
   }
.form1j {
   float: left;
      width: 400px;
   padding-top: 3px;
      font-weight: normal;
}
.form1i1 {
   float: left;
   width: 40px;
   margin: 0px 0px 0px 0px;
}
.form1j1 {
   float: left;
      width: 590px;
   padding-top: 3px;
      font-weight: normal;
}
.form4 {
   clear: left;
      margin-left: 190px;
   padding: 20px 0px 0px 0px;
      width: 100px;
}

#cookiechk a {
   color:#000000;
   font-size:12px; 
   text-decoration: none;
}
#cookiechk a:hover {
   color: #0E72B5;
   text-decoration: none;
}
#cookiechk div {
   padding:10px;
   padding-right:40px;
}
#cookiechkbl {
      height: 0px;
      background-color: #CCCCCC;
}
#cookiechk { 
   text-align:center; 
   border-top:1px solid #FFFFFF;
   background: #CCCCCC; 
   background: -moz-linear-gradient(top, #CCCCCC 0%, #F2F6F9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#F2F6F9)); 
   background: -webkit-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: -o-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%);
   background: -ms-linear-gradient(top, #CCCCCC 0%,#F2F6F9 100%); 
   background: linear-gradient(to bottom, #CCCCCC 0%,#F2F6F9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#CCCCCC', endColorstr='#F2F6F9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:13px; 
   line-height:20px;
}
#cookiechkCloser {
   color: #000000;
   font: 14px/100% arial, sans-serif;
   text-decoration: none;
   text-shadow: 0 1px 0 #FFFFFF;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #666666; 
   border-right:1px solid #666666; 
   padding:4px;
   margin-left: 20px;
   background: #CCCCCC; /* Old browsers */
   background: -moz-linear-gradient(top, #CCCCCC%, #CCCCCC 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#CCCCCC)); 
   background: -webkit-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -o-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: -ms-linear-gradient(top, #CCCCCC%,#CCCCCC 100%); 
   background: linear-gradient(to bottom, #CCCCCC%,#CCCCCC 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#CCCCCC', endColorstr='#CCCCCC',GradientType=0 ); 
}
#cookiechkCloser:hover {
   border-bottom:1px solid white;
   border-right:1px solid white;
   border-top:1px solid #666666;
   border-left:1px solid #666666;
}

@media screen and (max-width:1015px) {
   img {
      max-width: 100%;
      height: auto;
   }
   img.BG {
      max-width: 100%;
           min-width: 450px;
	        height: auto;
   }
   .image-normal {
	  margin: 10px 0px 10px 0px;
   }
   #main {
      padding: 0px;
      width: 100%;
	  	  min-width: 450px;
	     }
   .navigationhome {
      width: 100%;
   }
   .buthome {
      right: 0px;
   }
   .navigation {
      width: 100%;
   }
   ul.topnav {
      display: none;
   }
   .subnav {
      display: none;
   }
   #bottomhome {
      width: 100%;
	  padding: 10px 10px 0px 10px;
   }
   .headmla {
      display: block;
   }
   .newshome1 {
      display: none;
   }
   .newshome2 {
      display: none;
   }
   .newshome3 {
      display: none;
   }
   .newshome1s {
      display: block;
   }
   .newshome2s {
      display: block;
   }
   .newshome3s {
      display: block;
   }
   .aboutus {
      padding: 5px 0px 40px 0px;
      width: 100%;
	  	  min-width: 450px;
	     }
   .aboutus1y1 {
	  margin-left: 0px;
   }
   .aboutus1y2 {
	  margin-left: 0px;
   }
   .aboutus1y3 {
	  margin-left: 0px;
   }
   .aboutus1y4 {
	  margin-left: 0px;
   }
   .aboutus1y5 {
	  margin-left: 0px;
   }
   .bottomm {
      width: 100%;
   }
   .leistungen {
      width: 100%;
	  	  min-width: 450px;
	     }
   .leistungen1 {
      width: 100%;
   }
   .paketees {
      position: relative;
	  clear: left;
	  display: block;
	  left: 50%;
	  margin-left: -107px;
   }
   .paketeem {
      position: relative;
	  clear: left;
	  display: block;
	  left: 50%;
	  margin-top: 20px;
	  margin-left: -107px;
   }
   .paketeed {
      position: relative;
	  clear: left;
	  display: block;
	  left: 50%;
	  margin-top: 20px;
	  margin-left: -112px;
   }
   .paketeep {
      position: relative;
	  clear: left;
	  display: block;
	  left: 50%;
	  margin-top: 20px;
	  margin-left: -107px;
   }
   .paketebut2 {
      display: none;
   }
   .paketebott {
      clear: right;
      margin: 20px 35px 0px 35px;
      text-align: center;
   }
   #breadcrumb {
      display: block;
      width: 100%;
      padding: 5px 35px 0px 35px;
   }
   #cookiechkbl {
            height: 60px;
         }
   #cookiechk div {
            height: 95px;
	     }
}   
@media screen and (max-width:750px) {
   img.but {
      width: 130px;
      height: auto;
   }
   .buthome {
      top: 110px;
      right: -30px;
   }
   .txthome {
      top: 190px;
   }
   span.txthome1 {
      font-size: 32px;
   }
}
@media screen and (max-width:600px) {
   img.but {
      width: 110px;
      height: auto;
   }
   .buthome {
	  right: -40px;
      	  right: -40px;
      top: 100px;
	     }
   .txthome {
            top: 150px;
	     }
   span.txthome1 {
      font-size: 24px;
   }
   .aboutus1y5 {
      width: 100%;
	  padding-right: 35px;
	  background-image: url('https://www.oncont.at/images/balkena.png');
	  background-repeat: repeat-y;
   }
}
@media screen and (max-width:581px) {
   .aboutus1y3 {
      width: 100%;
	  padding-right: 35px;
	  background-image: url('https://www.oncont.at/images/balkena.png');
	  background-repeat: repeat-y;
   }
}
@media screen and (max-width:553px) {
   .aboutus1y4 {
      width: 100%;
	  padding-right: 35px;
	  background-image: url('https://www.oncont.at/images/balkena.png');
	  background-repeat: repeat-y;
   }
}
@media screen and (max-width:498px) {
   .aboutus1y1 {
      width: 100%;
	  padding-right: 35px;
	  background-image: url('https://www.oncont.at/images/balkena.png');
	  background-repeat: repeat-y;
   }
   .leistungen1 {
      background-image: none;
   }
}
@media screen and (max-width:416px) {
   .aboutus1y2 {
      width: 100%;
	  padding-right: 35px;
	  background-image: url('https://www.oncont.at/images/balkena.png');
	  background-repeat: repeat-y;
   }
}
