﻿.site {
    border-top:5px solid #323b3f;
    padding-bottom: 40px;
}


.divider {
    width: 100%;
    height: 50px;
    background: url(../img/diver_01.png) no-repeat center bottom;
}

.divider hr { display:none; visibility:hidden; }

.csc-frame-frame2 .divider {
    width: 100%;
    height: auto;
    background: none;
    border-bottom:1px dotted #c8c8c8;
    margin: 0px auto;
    margin-bottom: 10px;
  margin-top: 10px;
}

a.biglink {
    line-height: 40px;
  padding: 8px;
    margin: 0px;
    margin-right:10px;
    color: #000;
    font-weight:600;
    border: 1px solid #ff870c;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* HEAD DROPDOWN NAVI
   ========================================= */
header {
    position:relative;
    width:100%;
}
   
.logo {
  float: left;
  width: 27.7%;
    padding-top:25px;
    padding-bottom:25px;
}

.logo h1 {
  padding:0px;
    margin:0px;
}

.headerRight {
  float: left;
  width: 72.3%;
    padding-top:25px;
    padding-bottom:25px;
}


.headerRight .searchWrap {
    float:left;
    display:inline;
    width:30%;
    border:none;
    border:1px solid #d0d0d0;
    background:none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    margin-right:10px;
}

.headerRight .searchWrap legend {
  display: none;
}

.headerRight .searchWrap input {
    border:none;
    background:none;
    float:left;
    display:inline-block;
    width:auto;
}

.headerRight .searchWrap input.indexedsearch-searchbox-sword {
    width:75%;
    float:left;
    padding-left:10px;
    outline:none;
}

.headerRight .searchWrap input#tx-indexedsearch-searchbox-button-submit {
    outline:none;
    width:15%;
    float:right;
    padding:0px;
    margin:0px;
    background: url(../img/search_button.png) no-repeat 7px 5px;
    text-indent:-999999px;
}

.newsletterWrap { line-height:28px; }

.pipe {
    border-left: 1px solid #999;
}

.nl-button {
    padding-left: 10px;
}


/* lang */
.langWrap {
    position:absolute;
    right:0px;
    top:0px;
    background:#323b3f;
    width:130px;
}

.langWrap .homebutton {
    float:left;
    width:50px;
    height:38px;
    background: url(../img/jdisc_home_button.png) no-repeat 11px 5px;
    text-indent:-999999px;
}

.langWrap .tx-srlanguagemenu {
    float:left;
    width:auto;
}

.langWrap .tx-srlanguagemenu a {
    line-height: 36px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    color: #fff;
}

.langWrap .tx-srlanguagemenu .INACT {
    display: none;
}

/* HEAD NAVI
   ========================================= */

#mainMenu {
    float:left;
    display:inline-block;
    width:100%;
  font:16px/23px 'Titillium Web', sans-serif;
    font-weight:400;
    line-height:21px;
    color:#282828;
}

#mainMenu ul {
    padding:0px;
    margin:0px;
    float:left;
    display:inline-block;
    width:100%;
    list-style:none;
}

#mainMenu ul li {
    padding:0px;
    margin:0px;
    float:left;
    display:inline-block;
    width:auto;
    list-style:none;
}

#mainMenu ul li a {
    float:left;
    display:inline-block;
    width:100%;
  font:18px/46px 'Titillium Web', sans-serif;
    font-weight:400;
    line-height:46px;
    color:#282828;
    text-decoration:none;
}

#mainMenu ul li {
    padding-right:5.8%;
}
#mainMenu ul li.last {
    padding-right:0px;
}

#mainMenu ul li a:hover,
#mainMenu ul li.active a {
    color:#ff870c;
}

/* SLIDER START
   ========================================= */
.sliderWrapAll {
    position:relative;
    width:100%;
    margin-bottom:75px;
}

.headerSubLineWrap {
    position:absolute;
    z-index:9999;
    width:100%;
    background: url(../img/subline_bg.png) repeat 0px 0px;
}

.headerSubLineWrap h1 {
    padding:0px;
    margin:0px;
    font:18px/46px 'Titillium Web', sans-serif;
    font-weight:400;
    line-height:46px;
    color:#fff;
}

/* slider start */
#carousel-wrapper {
    position: relative;
    width: 100%;
}
#carousel, #thumbs {
  overflow: hidden;
}
#carousel-wrapper .caroufredsel_wrapper {
  
}

#carousel div.tx-dce-pi1,
#carousel img {
    display: block;
    float: left;
}

#carousel div.tx-dce-pi1,
#carousel a,
#thumbs span,
#thumbs a {
  position: relative;
}

#carousel img {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#carousel img.glare,
#thumbs img.glare {
    width: 102%;
    height: auto;
}

#carousel div.tx-dce-pi1 {
    width: 100%;
    height: 694px;
}

#carousel .slider-item-wrap {
    width:100%;
    height:100%;
}

#thumbs-wrapper {
  position: relative;
}
#thumbs a {

}
#thumbs a:hover, #thumbs a.selected {

}

#wrapper img#shadow {
width: 100%;
position: absolute;
bottom: 0;
}

#prev, #next {
background: transparent url('img/gui/carousel_nav.png') no-repeat 0 0;
display: block;
width: 19px;
height: 20px;
margin-top: -10px;
position: absolute;
top: 50%;
}
#prev {
background-position: 0 0;
left: 10px;
}
#next {
background-position: -19px 0;
right: 10px;
}      
#prev:hover {
background-position: 0 -20px;        
}
#next:hover {
background-position: -19px -20px;        
}
#prev.disabled, #next.disabled {
display: none !important;
}
.sliderWrap {
    width:100%;
    position:relative;
display:none;
}

.slider-item-text {
    width:100%;
    height:auto;
    position:absolute;
  z-index: 99999999999;
    bottom:40%;
}

.slider-item-text h2 {
    padding:0px;
    margin:0px;
    font:38px/46px 'Titillium Web', sans-serif;
    font-weight:200;
    line-height:46px;
    color:#fff;
    text-align:center;
}

.slider-item-text h3 {
    padding:0px;
    margin:0px;
    font:60px/48px 'Titillium Web', sans-serif;
    font-weight:200;
    line-height:48px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
}

.slider-item-text p {
    padding:0px;
    margin:0px;
    margin-top:1%;
    font:14px/22px 'Open Sans', sans-serif;
    font-weight:400;
    line-height:22px;
    color:#fff;
    text-align:center;
}

.sliderWrap .slider-item-image {
    
}

.slider-item-thumb-wrap {
    display:none;
}

#thumbs-wrapper {
    position: absolute;
    width: 100%;
    height: 125px;
    bottom: -10px;
    z-index: 999999999999999;
    background: url(../img/slider_thumb_bg.png) repeat-x 0px 0px;
}

#thumbs-wrapper .caroufredsel_wrapper {
    width:100% !important;
    height:125px !important;
    overflow: inherit !important;
}

#thumbs {
    width:100% !important;
    overflow: inherit !important;
    height:125px !important;
}

#thumbs a {
    width: 150px !important;
    height: 125px;
    margin:0px;
    display: block;
    float:left;
    position:relative;
    text-align:center;
}

#thumbs a img { padding-top:35px; }

#thumbs a .thumbs-over { display:none; }

#thumbs a.selected .thumbs-over {
    height: 195px !important;
    background: url(../img/slider_thumb_acc.png) no-repeat 0px 0px;
    position: absolute;
    top: -79px;
    z-index: 99999;
    display: block;
}

#thumbs a.selected .thumbs-over .slider-item-thumb-image {
    width:100%;
    display:block;
    text-align:center;
}

#thumbs a.selected .thumbs-over .slider-item-thumb-image img {
    padding:0px;
    margin-top:45px;
    width:62px;
    height:auto;
    display:inline;
    text-align:center;
}

#thumbs a.selected .slider-item-thumb-text {
    margin-top:10px;
    text-align:center;
    color:#FFF;
    padding-left:8px;
    padding-right:8px;
}
    

/* socialmedia */
.socialMediaWrap {
    position:fixed;
    width: 54px;
    height:100px;
    right:0px;
    top: 40%;
    margin-top:-100px;
    z-index: 9999999999999999999999;
}

.socialMediaWrap .csc-textpic-imagerow {
    margin-bottom:5px;
}

/* CONTENT / HEADLINES
   ========================================= */
.content-all-wrap {
   width:100%;
}

.content-all-wrap h3 {
    padding:0px;
    margin:0px;
    padding-top: 45px;
  margin-top: 70px;
    margin-bottom:50px;
    font:21px/22px 'Open Sans', sans-serif;
    font-weight:400;
    line-height:22px;
  color:#000000;
    text-align:center;
    
    background: url(../img/h3_border.png) no-repeat top center; 
}


.content-all-wrap h2,
.csc-textpicHeader h3,
.content-all-wrap h1 {
    padding:0px;
    margin:0px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    font:30px/46px 'Titillium Web', sans-serif;
    font-weight:400;
    line-height:46px;
    color:#00165c;
    text-align:center;
    background: url(../img/h2_border.png) no-repeat bottom center;
}

/* ACCORDION VERTICAL
   ========================================= */
.aim { position:relative;overflow:hidden;margin:0;clear:both; padding:0;
  margin-bottom:100px;
}
.aim a {background-position:center center;cursor:pointer;display:block;overflow:hidden;position:relative;float:left;text-decoration:none }
.aim a:hover, .aim a:visited{ text-decoration:none }
ul.aim { list-style:none; width: auto !important; display: inline-block; }
.aim li { list-style:none;display:block;overflow:hidden;float:left;  }
.aim a span .caption {
  position:absolute;
  background:#ff870c;
  padding-top:15px;
  padding-bottom:15px;
  left:0;
  bottom:0px;
  width: 100%;
  text-align:center;
  opacity: 1.0 !important;
    color:#fff;
}

.aim a span p {
  color:#FFF;
  margin:0px;
  padding:0px;
  text-align: center;
}
.aim a span h4,
.aim a span h4 a {
  color:#000;
  margin:0px;
  padding:0px;
  text-align:center;
}
.aim a span a {
  text-decoration:none;
}

.aim {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.aim img {
  position:relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.aim .active img {
  position:relative;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


/* BLUE TEASER START
   ========================================= */
.csc-frame-blue-bg {
    width:100%;
    background:#293c76 url(../img/blue_bg_teaser.png) no-repeat center top;
    background-size: 100% 100%;
    min-height:375px;
    margin-bottom:90px;
}

.csc-frame-blue-bg h2 {
    padding:0px;
    margin:0px;
    padding-bottom: 30px;
  margin-top:70px;
    font:30px/46px 'Titillium Web', sans-serif;
    font-weight:400;
    line-height:46px;
  color:#ffffff;
    text-align:center;
    background: none;
}

.csc-frame-blue-bg p {
    font:16px/22px 'Open Sans', sans-serif;
    color:#ffffff;
    text-align:center;
}

.csc-frame-blue-bg p a {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    margin-top:10px;
    font: 16px/22px 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #ff870c;
    text-align: center;
    border-bottom: 1px solid #ff870c;
    border-top: 1px solid #ff870c;
    display:inline-block;
}


/* TEXT DROPDOWN
   ========================================= */
.textDropDownWrap {
    width:100%;
    margin-bottom:50px;
}
.textDropDownWrap h4 {
    overflow:hidden;
    width:100%;
    padding:0px;
    margin:0px;
    font:21px/28px 'Open Sans', sans-serif;
    font-weight:400;
    line-height:28px;
  color:#00165c;
    text-align:left;
    
    cursor:pointer;
}

.textDropDownWrap h4 .textDropDownHeadlineInner {
    float:left;
    display:inline;
    width:92%;
}

.textDropDownWrap h4 .textDropDownIcon {
    width:30px;
    height:30px;
    float:right;
    display:inline;
    background:#fff url(../img/dropdown_icon.png) no-repeat center bottom;
}

.textDropDownWrap h4 .textDropDownIcon.active {
    background:#fff url(../img/dropdown_icon.png) no-repeat center top;
}

.textDropDownContent {
    width:100%;
    padding-top:20px;
}
.textDropDownContent p {

}

/* STARTSEITE SOFTWARE EDITION
   ========================================= */
.csc-frame-software h3 {
    padding:0px;
    margin:0px;
    font:18px/22px 'Open Sans', sans-serif;
    font-weight:400;
    line-height:22px;
  color:#000000;
    text-align:center;
    
    background:none; 
}

/* software box */
.csc-frame-software .grid-33 {
    padding:0px;
    padding-top:50px;
    padding-bottom:0px;
  background: #f7f7f7;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color:#000000;
}

.csc-frame-software .grid-33 .csc-textpic-imagewrap {
  min-height: 160px;
}

.csc-frame-software .grid-33 .csc-textpic-text {
    width:100%;
    background:#ff870c;
    overflow: hidden;
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.csc-frame-software .grid-33 .csc-textpic-text p {
    text-align:center;
    font: 18px/24px 'Open Sans', sans-serif;
}

/* edition */
.csc-frame-software .grid-33-first {
    padding:25px;
    padding-top:50px;
    padding-bottom:30px;
  background: #00165c;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color:#fff;
}

.csc-frame-software .grid-33-first .service-column {
    text-align:center;
}

.csc-frame-software .grid-33-first .service-column .csc-textpic-text {
    background:none;
    border:none;
}

.csc-frame-software .grid-33-first .service-column .csc-textpic-text p {
    font: 16px/22px 'Open Sans', sans-serif;
}

.csc-frame-software .grid-33-first h3 {
    padding-bottom: 5px;
    margin-bottom:10px;
    color:#fff;
    border-bottom: 1px solid #FFF;
    text-align:center;
    display:inline-block;
}

.csc-frame-software .grid-33-first p {
    text-align:center;
    margin-bottom:10px;
}

.csc-frame-software .grid-33-first .csc-textpic-imagewrap {
    margin-top:20px;
  min-height: inherit;
}




/* UNTERSEITEN
   ========================================= */
#content-text h1 {
    padding: 0px;
    margin: 0px;
    padding-bottom:0px;
    padding-top:60px;
    font: 30px/46px 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 46px;
    color: #00165c;
    /*text-align: left;*/
}

#content-text h2 {
    padding: 0px;
    margin: 0px;
    padding-bottom:0px;
    padding-top:25px;
    font: 23px/26px 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
    color: #00165c;
    /*text-align: left;*/
}

#content-text .csc-textpic h2 {
    padding: 0px;
    margin: 0px;
    font: 18px/22px 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 22px;
    color: #00165c;
    text-align: left;
}

#content-text h3 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 1em;
    padding-bottom:0px;
    padding-top:25px;
    font: 18px/22px 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 22px;
    color: #00165c;
    text-align: left;
}

#content-text h5 {
    padding: 0px;
    margin: 0px;
    font: 21px/24px 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00165c;
}

#content-text p a {
    color: #ff870c;
    font-weight:600;
}

#content-text p a.biglink {
    line-height: 40px;
  padding: 8px;
    margin: 0px;
    margin-right:10px;
    color: #000;
    font-weight:600;
    border: 1px solid #ff870c;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* produkt teaser */
#content-text .csc-textpic {
    margin-bottom:20px;
}

#content-text .csc-textpic p a {
    line-height:inherit;
  padding: 0px;
    margin: 0px;
    color: #ff870c;
    font-style:italic;
    border: 0px solid #ff870c;
    
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}

#content-text p b a,
#content-text p strong a {
    line-height:inherit;
  padding: 0px;
    margin: 0px;
    color: #ff870c;
    border:  0px;
    
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}


/* news content links */
#content-text .news p a {
    line-height:inherit;
  padding: 0px;
    margin: 0px;
    color: #ff870c;
    font-style:normal;
    border: 0px solid #ff870c;
    
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}

#content-text .csc-frame-frame1 {
    overflow:hidden;
    clear:both;
    padding:0px;
    margin:0px;
    margin-top:15px;
    border-top: 1px dotted #a4a5a5;
}


/* Partnerprogramm Teaser */
.csc-frame-partnerprogramm {
    width:100%;
    background:#f2f0f0;
    padding-bottom:20px;
}

#content-text .csc-frame-partnerprogramm h3 {
    padding: 0px;
    margin: 0px;
    padding-top: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
    font: 30px/22px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    text-align: center;
    background: url(../img/h3_border.png) no-repeat top center;
}

#content-text .csc-frame-partnerprogramm h4 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    font: 21px/22px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #00165c;
    text-align: center;
}

.csc-frame-partnerprogramm .service-column {
    display:block;
    width:87.5%;
    background:#f7f7f7;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}

.csc-frame-partnerprogramm .service-column .csc-textpic-imagewrap {
    margin:0px !important;
    padding: 0px !important;
    width:100%;
}

.csc-frame-partnerprogramm .service-column .csc-textpic-text {
    margin:0px !important;
    padding: 0px !important;
    width:100%;
    clear:both;
}

#content-text .csc-frame-partnerprogramm .service-column .csc-textpic-text h3 {
    background:none;
    padding: 0px;
    padding-bottom:20px;
    padding-top:20px;
    padding-left:30px;
    padding-right:30px;
    margin: 0px;
    font: 18px/22px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #00165c;
    text-align: center;
}

.csc-frame-partnerprogramm .service-column .csc-textpic-text p {
    padding-top:0px;
    padding-left:30px;
    padding-right:30px;
    margin-top:0px;
    font: 16px/22px 'Open Sans', sans-serif;
    color:#000000;
    text-align:center;
}

#content-text .csc-frame-partnerprogramm .service-column .csc-textpic-text p a.internal-link {
    display:inline-block;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    margin-bottom:20px;
    margin-top:20px;
    font: 16px/22px 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #ff870c;
    text-align: center;
    border-bottom: 1px solid #ff870c;
    border-top: 1px solid #ff870c;
}

.csc-frame-partnerprogramm .service-column img {
    width:100%;
  max-width: 100% !important;
    height: auto;
    display:block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media only screen and (max-width:724px) {
  .csc-frame-partnerprogramm .service-column .csc-textpic-imagewrap {
    width: 100%;
    }
    
    .csc-frame-partnerprogramm div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    width: 100%;
    }
   
}



/* ==========================================================================
   Tabellen
   ========================================================================== */

table {
    width:100%;
    border:none;
    font: 18px/22px 'Open Sans', sans-serif;
    
}

table tr th {
    text-align:left;
    font-weight: 700;
    
}
   
   
table.pricetable tr th {
    padding-bottom:20px;
    padding-right:30px;
    padding-left:30px;
}

table.pricetable tr td {
    padding-bottom:10px;
    padding-right:30px;
    padding-left:30px;
    border-right:1px dotted #b2b2b2;
}

table.pricetable tr td.td-last {
    border-right:none;
}

table.pricetable tr td.td-0,
table.pricetable tr th.td-0 {
    padding-left:0px;
}


/* ==========================================================================
   Listen
   ========================================================================== */

ul.csc-bulletlist-2 {
    padding:0px;
    margin:0px;
    margin-top:35px;
    list-style:none;
}

ul.csc-bulletlist-2 li {
    padding:0px;
    margin:0px;
    padding-left:30px;
    margin-bottom:30px;
    
    list-style:none;
    
    font: 16px/22px 'Open Sans', sans-serif;
    background:url(../img/list_icon.png) no-repeat 0px 0px;
    color:#000000;
}

/* ==========================================================================
   FORMULAR
   ========================================================================== */
form.t3chimp-form {
}

form.t3chimp-form .caption {
    display:none;
}

form.t3chimp-form .t3chimp-field,
form.t3chimp-form .t3chimp-submit {
    overflow:hidden;
    width:100%;
}

form.t3chimp-form label {
    float: left;
    display: inline;
    width: 15%;
    border: none;
    background: none;
    padding-right: 1%;
}

form.t3chimp-form input {
    float: left;
    display: inline;
    width: 40%;
    padding-left:5px;
    border: none;
    border: 1px solid #d0d0d0;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form.t3chimp-form .t3chimp-field-radio input {
    width:5%;
    margin-top: 4px;
    border: none;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* ==========================================================================
   Preis Angebot
   ========================================================================== */
.Tx-Formhandler .columns { display:inline-block; width:auto; }

.Tx-Formhandler .columns input { 
  display: inline-block;
    width:auto;
    padding-bottom:3px;
    padding-top:3px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    border: 1px solid #d0d0d0;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left:10px;
}

.Tx-Formhandler .columns input[type=checkbox] { 
  display: inline-block;
    width:auto;
    padding:0px;
    border: none;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin:0px;
}

.Tx-Formhandler .columns select { 
  display: inline-block;
    width:auto;
    padding-bottom:3px;
    padding-top:3px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    border: 1px solid #d0d0d0;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left:10px;
}

.Tx-Formhandler .price_type_dropdown_wrap .textDropDownHeadlineInner { display:inline-block; width:100%; }

.Tx-Formhandler .price_type_dropdown_wrap label { float:left; width:auto; line-height: 32px; margin-right:10px; cursor:pointer; }

.Tx-Formhandler .price_type_dropdown_wrap .formInputWrap {
    display: inline-block;
    width:auto;
    padding-bottom:3px;
    padding-top:3px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    border: 1px solid #d0d0d0;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 24px;
    cursor:pointer;
}

.Tx-Formhandler .price_type_dropdown_wrap .formInputWrap span.textDropDownIcon {
    width: 25px;
    height: 25px;
    float: right;
    display: inline;
    background: #fff url(../img/dropdown_icon.png) no-repeat center bottom;
    background-size: 100%;
    margin-left: 15px;
    cursor:pointer;
}

.Tx-Formhandler .price_type_dropdown_wrap .formInputWrap span.textDropDownIcon.active {
  background: #fff url(../img/dropdown_icon.png) no-repeat center top;
    background-size: 100%;
}

.price_type_dropdown_wrap {
    width:100%;
    position:relative;
}

.price_type_dropdown_wrap:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.price_type_dropdown_wrap .textDropDownWrap {
    width:50%;
    float:left;
    display:inline;
}

.price_type_dropdown_wrap .textDropDownWrap .textDropDownHeadline {
    cursor:pointer;
}

.price_type_dropdown_wrap .textDropDownContent {
    width:90%;
    position:absolute;
    background:#ff870c;
    margin-top:50px;
    z-index: 999999;
    padding:5%;
    left:0px;
    top:0px;
}

.price_type_dropdown_wrap .textDropDownContent label {
    float:none;
    width:100%;
    font:18px/22px 'Open Sans', sans-serif;
    color:#ffffff;
}

#content-text .price_type_dropdown_wrap h3 {
    padding:0px;
    margin:0px;
    font:18px/22px 'Open Sans', sans-serif;
    font-weight:400;
    line-height:22px;
  color:#ffffff;
    text-align:center;
    
    background:none; 
}
/* eingabe box */
.price_device_wrap .large-3 {
    width: 60%;
    margin-bottom: 20px;
    vertical-align: top;
}

.price_device_wrap .large-9 {
    width: 39%;
    margin-bottom: 20px;
    vertical-align: top;
}

.Tx-Formhandler .price_device_wrap .columns input {
  width: 87%;
}



/* software box */
#content-text .price_type_dropdown_wrap .csc-textpic {
    margin-bottom: 0px;
}

.price_type_dropdown_wrap .textDropDownContent  input {
    margin-bottom:20px;
}

.price_type_dropdown_wrap .service-column-wrap {
    padding:0px;
    padding-top:50px;
    padding-bottom:0px;
  background: #f7f7f7;
    
    border: 1px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color:#fff;
}

.price_type_dropdown_wrap .service-column-wrap .csc-textpic-imagewrap {
  min-height: 160px;
}

.price_type_dropdown_wrap .service-column-wrap .csc-textpic-text {
    width:100%;
    background:#00165c;
    overflow: hidden;
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.price_type_dropdown_wrap .service-column-wrap .csc-textpic-text p {
    margin-bottom:1em;
    margin-top:1em;
    text-align:center;
    font: 18px/24px 'Open Sans', sans-serif;
}

/* edition */
.price_type_dropdown_wrap .grid-33-first .service-column-wrap {
    padding:25px;
    padding-top:50px;
    padding-bottom:30px;
  background: #00165c;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    color:#fff;
}

#content-text .price_type_dropdown_wrap .grid-33-first .service-column-wrap .service-column {
    text-align:center;
}

#content-text .price_type_dropdown_wrap .grid-33-first .service-column-wrap .service-column .csc-textpic-text {
    background:none;
    border:none;
}

#content-text .price_type_dropdown_wrap .grid-33-first .service-column-wrap .service-column .csc-textpic-text p {
    font: 16px/22px 'Open Sans', sans-serif;
}

#content-text .price_type_dropdown_wrap .grid-33-first .service-column-wrap h3 {
    padding-bottom: 5px;
    margin-bottom:10px;
    color:#fff;
    border-bottom: 1px solid #FFF;
    text-align:center;
    display:inline-block;
}

#content-text .price_type_dropdown_wrap .grid-33-first .service-column-wrap p {
    text-align:center;
    margin-bottom:10px;
}

#content-text .price_type_dropdown_wrap .grid-33-first .service-column-wrap .csc-textpic-imagewrap {
    margin-top:20px;
  min-height: inherit;
}


.dropDownEditionContent { display:none; }


.price_device_wrap {
    font: 16px/22px 'Open Sans', sans-serif;
}

.price_device_wrap label {
    display:inline;
    font: 16px/22px 'Open Sans', sans-serif;
}

.price_device_wrap .ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.price_device_wrap .ui-spinner-up {
  top: 0;
}

.price_device_wrap .ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
    bottom: 3px;
}

.price_addon_wrap { margin-top:20px; }
.price_addon_wrap div.large-3 {
    display:none;
}

.price_addon_wrap .large-9 { width:100%; }
.price_addon_wrap .large-9 label { width:100%; display: inline-block; margin-bottom: 20px; }

.Tx-Formhandler .price_device_wrap .price_addon_wrap .columns input { width: auto; margin-right:10px; }

.price_calc_wrap {
    margin-top:60px;
    font: 18px/22px 'Open Sans', sans-serif;
    font-weight:600;
    color:#00165c;
}

.price_calc_button_wrap { margin-top:20px; }

.price_detail_textDropDown {
    margin-top:40px;
}

.price_detail_textDropDown p .textDropDownHeadlineInner {
    font: 18px/22px 'Open Sans', sans-serif;
    font-weight:600;
    color:#00165c;
    cursor:pointer;
}

.price_detail_textDropDown table {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border:1px solid #fa920e;
    
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.price_detail_textDropDown table tr {
    border-bottom:1px solid #fa920e;
}

.price_detail_textDropDown table tr.last {
    border-bottom:0px solid #fa920e;
}

.price_detail_textDropDown table tr th {
    background:#fa920e;
  padding:20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.price_detail_textDropDown table tr td {
    background:#fafafa;
    padding:20px;
  text-align:center;
}

.price_detail_textDropDown table tr td.first {
  text-align:left;
}

.price_detail_textDropDown table tr.last td {
    font-weight:bold;
}

.price_contact_form_wrap {
    width:100%;
}

.price_contact_form_wrap .large-3 {
    width:32%;
    margin-bottom:20px;
}

.price_contact_form_wrap .large-9 {
    width:60%;
    margin-bottom:20px;
}

.price_contact_form_wrap .large-9 input {
    width:100%;
}




/* ==========================================================================
   Button
   ========================================================================== */
.csc-frame-bigbutton {
    padding-bottom:20px;
    padding-top:20px;
}


.price_contact_form_wrap input.button,
form.t3chimp-form .t3chimp-submit input,
.Tx-Formhandler .price-button, #powermail_fieldwrap_7 .powermail_submit, #powermail_fieldwrap_14 .powermail_submit,
.csc-frame-bigbutton p a {
    display: inline-block;
    width: auto;
    padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
    border: 4px solid #d1d1d1;
    border-left-width: 6px;
    border-right-width: 6px;
    background:#f9b258;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font: 20px/16px 'Titillium Web', sans-serif;
    color:#FFF;
    text-shadow: 0px -1px 0px rgba(9, 90, 108, 0.75);
    background-image: linear-gradient(to top, #f67502 0%, #f9b359 100%);
}

/* ==========================================================================
   NEWS
   ========================================================================== */
.news-list-view {
    margin-top:40px;
}

.news-list-view .article {
    width:100%;
    overflow:hidden;
    border-bottom:1px dotted #cfcfcf;
    margin-bottom:18px;
}
  

.news-list-view .article-header {
    width:100%;
    overflow:hidden;
    padding-bottom:18px;
    cursor:pointer;
}

.news-list-view .article-header span.textDropDownIcon {
    width: 30px;
    height: 30px;
    float: left;
    display: inline;
    background: #fff url(../img/dropdown_icon.png) no-repeat center bottom;
    margin-right:20px;
}

.news-list-view .article-header span.textDropDownIcon.active {
background: #fff url(../img/dropdown_icon.png) no-repeat center top;
}

#content-text .news-list-view .article-header h3 {
    float:left;
    display:inline;
    width:70%;
    padding:0px;
    margin:0px;
    font: 21px/30px 'Open Sans', sans-serif;
    font-weight: 500;
}

.news-list-view .article-header span.news-list-date {
    float:right;
    display:inline;
    width:auto;
    text-align:right;
}

.news-list-view .textDropDownContent {
    width: 100%;
    padding:0px;
    padding-bottom: 20px;
}

.news-list-view .textDropDownContent p {
    padding-left: 50px;
}

.news-list-view .textDropDownContent ul {
    padding-left: 50px;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */
.rootFooter {
    background:url(../img/footer_02_bg.png) repeat 0px 0px;
}

.rootFooter h2 {
    padding: 0px;
    margin: 0px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    padding-top:70px;
    font: 30px/46px 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 46px;
    color: #00165c;
    text-align: center;
    background: url(../img/h2_border.png) no-repeat bottom center;
}

.rootFooter .StartseiteMeinungenFooterWrap {
    position: relative;
    max-width: 710px;
    margin: 0 auto;
}

.rootFooter .owl-item .item {
    width:100%;
}

.rootFooter .owl-item p {
    text-align:center;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:23px;
    font-style:italic;
    line-height:27px;
}

.rootFooter .owl-item a.readmore {
    padding:0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin:0px;
    font:16px/22px 'Open Sans', sans-serif;
    font-weight:400;
    line-height:22px;
  color:#ff870c;
    text-align:center;
    border-bottom:1px solid #ff870c;
    border-top:1px solid #ff870c;
}

.rootFooter .owl-item .logoWrap {
    width: 60%;
  margin: 0px auto;
    min-height:60px;
    margin-top: 30px;
    line-height: 46px;
}

.rootFooter .owl-item .logoWrap img {
    width:60px;
    float:left;
    margin-right:20px;
}

.rootFooter .owl-prev {
    width:30px;
    height:30px;
    position:absolute;
    left:70px;
    bottom:10px;
    z-index:9999;
    background: url(../img/arrow_01.png) no-repeat 0px 0px;
    text-indent:-999999px;
}

.rootFooter .owl-next {
    width:30px;
    height:30px;
    position:absolute;
    right:70px;
    bottom:10px;
    z-index:9999;
    background: url(../img/arrow_01.png) no-repeat 0px -52px;
    text-indent:-999999px;
}
#copyright {
color: #4B5053;
font-family: Arial;
font-size: 12px;
font-weight: normal;
margin: 0;
overflow: hidden;
padding: 0;
text-decoration: none;
text-indent: -1000000px;
position: absolute;
}


/* footer */
.footerWrap {
    width:100%;
    background:#00165c;
    color:#FFF;
    border-top: 3px solid #ff870c;
    padding-top:20px;
}

.footerWrap .footerSubMenuLeft {
    width:auto;
    float:left;
    display:inline;
    padding-bottom:10px;
}

.footerWrap .footerSubMenuLeft a {
    display:inline;
    width:auto;
  font:18px/20px 'Titillium Web', sans-serif;
    font-weight:400;
    line-height:20px;
    color:#fff;
    text-decoration:none;
    margin-right:30px;
}

.footerWrap .footerSubMenuLeft a:hover {
    color:#ff870c;
}

.footerWrap .footerSubMenuLeft a.news {
    background: url(../img/email_icon_footer_01.png) no-repeat 0px 2px;
    padding-left:30px;
}

.footerWrap .footerSubMenuLeft a.news:hover {
    background: url(../img/email_icon_footer_01.png) no-repeat 1px -36px;
}

.footerWrap .footerSubMenuLeft a.blog {
    background: url(../img/blog_icon_footer_01.png) no-repeat 0px 2px;
    padding-left:30px;
}

.footerWrap .footerSubMenuLeft a.blog:hover {
    background: url(../img/blog_icon_footer_01.png) no-repeat 0px -37px;
}




.footerWrap .footerNavi {
    width:50%;
    float:right;
    display:inline;
    padding-bottom:10px;
}

.footerWrap .footerNavi ul {
    padding:0px;
    margin:0px;
    width:100%;
    list-style:none;
}

.footerWrap .footerNavi ul li {
    padding:0px;
    margin:0px;
    display:inline-block;
    width:auto;
    list-style:none;
}

.footerWrap .footerNavi ul li a {
    display:inline-block;
    width:100%;
  font:18px/20px 'Titillium Web', sans-serif;
    font-weight:400;
    line-height:20px;
    color:#fff;
    text-decoration:none;
}

.footerWrap .footerNavi ul li {
    padding-right:5.8%;
}
.footerWrap .footerNavi ul li.last {
    padding-right:0px;
}

.footerWrap .footerNavi ul li a:hover,
.footerWrap .footerNavi ul li.active a {
    color:#ff870c;
}

.footerWrap .footerCopyright {
    clear:both;
    width:100%;
    border-top: 1px #392a69 solid;
    color:#737171;
    text-align:right;
    
    padding:0px;
    padding-bottom:15px;
    padding-top:10px;
    margin:0px;
    
    font:13px/19px 'Open Sans', sans-serif;
    
}


/* scroll up */
.scroll-top {
    position: fixed;
    width: 57px;
    height:52px;
    bottom: 100px;
    right: 0px;
    z-index:99999999999999999;
}

.scroll-top a  {
    position:relative;
    float:left;
    display:inline;
    width: 35px;
    height:30px;
    
    background: url(../img/slideup.png) no-repeat bottom center;
background-size: 35px 30px;
}
  

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}




@media only screen and (max-width: 960px) {
    .sliderWrapAll { display:none; }
  #mainMenu ul li {
    padding-right: 3.8%;
    }
}
@media only screen and (max-width: 840px) {
  #mainMenu ul li {
    padding-right: 1.8%;
    }
}

@media only screen and (max-width: 755px) {
    .logo {
        width: 25.7%;
      padding-right:10px;
    }
    
    .headerRight {
    padding-top: 50px;
    }
    
    .headerRight .searchWrap {
    width: 50%;
    }

  #mainMenu {
    /*display:none;*/
    }
}

@media only screen and (max-width: 555px) {
    .headerRight {
    padding-top: 0px;
    }

    .headerRight {
    width: 100%;
    }
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}