@import url(/cms/iwebsstandard/css/global2014.css);
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('/cms/iwebsstandard/fonts/exo-2-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Exo 2'), local('Exo2-Regular'),
       url('/cms/iwebsstandard/fonts/exo-2-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/cms/iwebsstandard/fonts/exo-2-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/cms/iwebsstandard/fonts/exo-2-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/cms/iwebsstandard/fonts/exo-2-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/cms/iwebsstandard/fonts/exo-2-v4-latin-regular.svg#Exo2') format('svg'); /* Legacy iOS */
}
body
{
    /*font-family: 'Michroma', sans-serif;*/
    font-family: 'Exo 2', sans-serif;
    font-size:16px;
    background-repeat:repeat-y;
    background-size:100%;
    background-attachment:fixed;
    background-image:-webkit-linear-gradient(270deg, #efefef  0%, #fff 100%);
    background-image:-moz-linear-gradient(180deg, #efefef  0%, #fff 100%);
    background-image:-o-linear-gradient(180deg, #efefef  0%, #fff 100%);
    background-image:linear-gradient(180deg, #efefef  0%, #fff 100%);
}
/*#Topper {
    border-top:solid 4px #cc0000;
    border-bottom: solid 1px #FFF200;
}*/
.displaynone {
    display:none;
}
.monocrome {
    transition: all 0.25s linear 0s;
    opacity:0.8;
}
    .monocrome:hover {
        opacity: 1;
    }
}.bottomround {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.bottomround50 {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.nopadding {
    padding:0px;
}
.nopaddingleft {
    padding-left:0px;
}
.nopaddingright {
    padding-right:0px;
}
/*.color-background-hover:hover div, #navmob li.sel:hover ul li.sel:hover {
    color:#fff;
}*/
    /*#navmob.color-background-hover:hover div a {
        color:#fff !important;
    }
    #navmob.color-background-hover:hover ul div a, #navmob li.sel:hover ul li.sel:hover ul div {
        color:#000 !important;
    }*/
#Wasserzeichen {
    position: absolute;
    top: 15px;
    width: 30%;
    left: -10%;
}
.box-shadow{
    box-shadow: #000 0px 0px 6px -5px;
}
h1, .h1 {
    font-size:1.2em;
    margin:0px;
}
h2, .h2, #right h1, #right .h1 {
    font-size:2em;
 }
h3, .h3, #right h2, #right .h2 {
    font-size:1.4em;
    font-weight:bold;
    border-bottom:solid 1px;
    padding: 8px;
    background-color: #f2f2f2;
    border-top: solid 1px;
}
h4, .h4, #right h3, #right .h3 {
    font-size:1.4em;
}
h5, .h5, #right h4, #right .h4 {
    font-size:1.2em;
}
h6, .h6, #right h5, #right .h5 {
    font-size:1.1em;
}
a, a:visited, a:focus { 
    text-decoration:none;
}
.fontwhite {
    color:#fff !important;
}
.border-gray {
    border:solid 1px #e6e6e6;
}
.bgdarkgray {
    background-color:rgba(0,0,0,0.8 );
}
.bggray {
    background-color:gray;
}
a:hover { 
    text-decoration:underline;
}
a.button, a.button:hover { 
    color:#fff;
    background-color:#999;
    border-radius:10px;
    padding:7px 25px;
    text-decoration:none;
}
.border-round{
    border:solid 1px #e6e6e6;
    border-radius:10px;
}
.border{
    border:solid 1px #e6e6e6;
}
.box-shaddow {
        box-shadow:5px 3px 10px 2px;
}
#Header {
    padding-bottom: 5px;
    box-shadow: #000 0px -3px 15px -8px;
    border-bottom: solid 1px;
    border-top:solid 1px;
}
#top {
    padding:10px 0px;
    margin:10px 0px;
}
#sublogo, #socialshareprivacy {
    margin-top:10px;
    margin-bottom:10px;
}
#socialshareprivacy div.settings_info_menu {
    z-index:1100;
}
#right {
    padding-right:0px;
}
#right div.content {
    overflow:hidden;
}
#right div div{
    margin-bottom:20px;
}
#right div div div{
    margin-bottom:0px;
}
    #right #Kalender {
        padding:0px 15px;
    }
#wrapper, .wrapper { 
    position:relative;
    margin-left:auto;
    margin-right:auto;
    max-width:1170px;
    /*box-shadow:#afafaf 0px 0px 10px 0px;*/
}
#HeaderInfo {
    font-size:0.9em;
    background-color:gray;
    /*border-left:100px solid transparent;
    border-right:100px solid transparent;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;*/
    margin-bottom:5px;
}
#HeaderInfoText {
    padding:10px 0px;
}
    #HeaderInfoText div {
        white-space:nowrap;
        float:left;
    }
    #HeaderInfoText a:hover {
        color:#FFF200;
        text-decoration:none;
    }
#logo { 
    /*width:10%;
    float:left;*/
    padding-left:0px;
}
#logo div { 
    padding-top:5px;
}
#Header1 {
    padding-right:0px;
}
#logo img { 
    max-width:100%;
}
#navwrapper {
    width:90%;
    float:left;
}
#suche {
    position:relative;
    margin-bottom: 10px;
}
    #suche div {
        margin-top:5px;
    }
#suche input.suchfeld { 
    background-image:url(/cms/iwebsstandard/layoutV3/n50/lupe.png);
    background-position:right center;
    background-repeat:no-repeat;
    border:solid 1px  #c6c6c6;
    width:100%;
    height:26px;
    padding-left:3px;
    padding-right:22px;
    margin-top:2%;
    margin-right:10px;
    border-radius:5px;
}
#suche input.button { 
    /*
    visibility:hidden;
    top:-100px;
    margin:0px;
    padding:0px;
        */
    position:absolute;
    width:25px;
    height:26px;
    margin-top:2%;
    right:15px;
    background-color:transparent;
    color:transparent;
    border:0px;
}
.social_share_privacy_area {
    margin:5px 0px 0px 0px!important;
}
#bc {
    padding:10px;
    background-color:#fff;
}
#bc, #bc a {
    color:gray;
    }
div.suche div.sucheinput {
    text-align:right;
}
#topnews {
    margin-top:15px;
    position:relative;
    width:100%;
    padding:0px;
}
#topnews .bg {
    position:relative;
}
#topnews #Newsslider li img { 
    width:100%;
    padding:0px;
    margin: 10px 0px 0px 0px;
}
    #topnews #BannerBX img {
        margin:0px;
    }
#topnews div.bx-wrapper div.bx-viewport { 
    background-color:transparent !important;
}
    #topnews div.bx-wrapper {
        margin-bottom:0px;
    }
    #topnews div.bx-controls {
        position: absolute;
        white-space: nowrap;
        z-index:10000;
        top:0px;
    }
#Newsslider { 
    padding:0px;
    margin:0px;
}
#Newsslider div.text { 
    position:absolute;
    color:#fff;
    text-transform:uppercase;
    top:0%;
    right:0%;
    height:100%;
    width:30%;
    background-color:rgba(0,0,0,0.6);
    border-left: solid 30px transparent;
    border-top-left-radius:100px;
    border-bottom-left-radius: 100px;
    padding:20px;
    overflow:hidden;
}
#topnews .bx-wrapper .bx-pager.bx-default-pager a {
    font-size:30px;
    width:16px;
    height:16px;
    color:transparent;
	background-image:url(/cms/iwebsstandard/layoutV3/n50/sliderpasivdot.png);
    background-color:transparent;
}

#topnews .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topnews .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-image:url(/cms/iwebsstandard/layoutV3/n50/slideraktivdot.png);
}

#topnews div.bx-wrapper a.bx-prev {
	background: url(/cms/iwebsstandard/layoutV3/n50/sliderleft.png) no-repeat;
    background-color:none !important;
}

#topnews div.bx-wrapper a.bx-next {
	background: url(/cms/iwebsstandard/layoutV3/n50/sliderright.png) no-repeat;
}
#navall {
    z-index:1000;
    margin:0px;
    cursor:default;
}
#navall ul {
    padding:0px;
    min-width:200px;
    margin-left:-10px;
}
#navall ul ul {
    max-width:81%;
    min-width:81%;
    margin-left:14%;
}

#navall li {
    float:left;
    list-style-type:none;
    margin:5px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:4px;
    padding-top:3px;
    /*border-right:solid 1px #FFF200;*/
    font-size:1.1em;
    line-height:40px;
}
    #navall li div.selNav1 {
        background-color: #cc0000 !important;
    }
    #navall li.sel, #navall li:hover {
        border-top-left-radius:10px;
        border-top-right-radius:10px;
    }
    #navall li.sel li.sel {
        border-top-left-radius:0px;
        border-top-right-radius:0px;
    }
        #navall li:hover .sub, #navall li:hover .blank a {
            color:#fff;
        }
        #navall li:hover li .sub, #navall li:hover li .blank a{
            color:#000;
        }
    /*#navmob li.sel div, #navall li.sel .sub {
        color:#fff;
    }*/
 #navall li, #navall li a{
        /*color:#c6c6c6*/
        color:#000; 
    }
#navall li:last-child, #navall li li{
    border-right:none;
}
#navall li li {
    float:none;
    margin:0px;
    border-bottom: solid 1px #E6E6E6;
}
#navall li li:first-child {
    border-top: solid 1px #E6E6E6;
}

#navall li ul {
    position:absolute;
    display:none;
    margin-top:4px;
    z-index:10000;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    background-color:#fff;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 5px 0px;
}

#navmobwrapper{
    position:relative;
    overflow:visible;
    height:0px;
    font-size:18px;
    float:left;
    width:100%;
}
#navmobwrapper #navmobM {
    cursor:default;
}
}#navmobwrapper #navmobM.on {
    background-image:none;
}
#navmobM {
    background-color:#fff;
    margin:0px;
    border: solid 1px #E6E6E6;
    cursor:pointer;
    height:60px;
}
#navmobM div.balken {
    width: 100%;
}
#navmobM .DivNavColor {
    height: 2px;
    background: rgba(96, 96, 96, 1) none repeat scroll 0% 0%;
    margin: 12px 8px;
    float: none;
    display: block;
}
#navmobwrapper ul {
    background-color:#fff !important;
    display:none;
}
#navmob{
    position:relative;
    z-index:10000;
    padding:0px;
}
#navmobM:hover{
    background-image:none !important;
}
#navmob .DivNavColor {
    display:none;
}
#navmob li {
    list-style-type:none;
    border-top:solid 1px transparent;
    padding:0px 10px 0px 10px;
}
    #navmob li:first-child {
        border-top:none;
    }
#navmob li div {
    min-height:25px;
    padding-top:5px;
    padding-bottom:5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#navmob li div a {
    display:block;
    color:#000;
}
#navmob li.sub, #navmobwrapper #close  {
    background-position:right;
    background-repeat:no-repeat;
}
#navmob li.sub{
    background-image:url(/cms/iwebsstandard/layoutV3/n50/pdown.png);
    background-position: top right;
}
/*#navmob ul {
    display:none;
    position:absolute;
    padding:0px;
    width:100%;
}*/
    #navmob ul li {
        border-bottom:solid 1px #E6E6E6;
    }
    #navmob ul li:last-child {
        border-bottom:none;
    }
#navmob ul {
    display:none;
    /*position:absolute;*/
    padding:0px;
    width:100%;
    /*left:15%;*/
    border:solid 1px #afafaf;
    box-shadow:#afafaf 0px 6px 10px -5px;
}
.nojs #navmob li:hover ul ul, .nojs #navmob li li:hover ul ul, .nojs #navmob li li li:hover ul ul, .nojs #navall li:hover ul ul, .nojs #navall li li:hover ul ul {
    display:none
}
.nojs #navmob li:hover ul, .nojs #navmob li li:hover ul, .nojs #navmob li li li:hover ul, .nojs #navmob li li li li:hover ul, #navmob:hover + #close, .nojs #navall li:hover ul, .nojs #navall li li:hover ul, .nojs #navall li li li:hover ul {
    display:block
}
#content {
    padding:0px;
}
#content img, p img, div img {
    max-width: 100%;
    height: auto !important;
    margin: 4px;
}
div.loupe img {
    max-width:none;
}
div.artikel { 
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
}
div.artikel table {
    max-width:100%;
}
div.ArtikelDatum {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: lightgray;
    width: 40px;
    text-align: center;
}
    div.ArtikelDatum p {
        margin:0px;
        line-height:1.2
    }
    div.ArtikelDatum p:nth-child(1) {
        font-size:1.1em;
        font-weight:bold;
    }
    div.ArtikelDatum p:nth-child(2) {
        font-size:0.8em;
    }
    div.ArtikelDatum p:nth-child(3) {
        font-size:0.8em;
        margin-bottom:2px;
    }
    div.ArtikelDatum p:nth-child(4) {
        font-size:0.8em;
        margin-bottom:2px;
    }
table.tablerahmen, table.tablerahmen th, table.tablerahmen td {
    border:solid 1px #e6e6e6;
}
div.artikel table td, div.artikel table th {
    /*border:solid 1px #e6e6e6;*/
    padding:5px;
}
#inhalt div.artikelend { 
    border-bottom:solid 1px #999;
}
div.ontop {
    text-align:right;
}
#partner div.bx-viewport { 
    max-width:76%;
    left:12%;
}
#partner div.bx-wrapper a.bx-prev {
	left: 20px;
	background: url(/cms/iwebsstandard/layoutV3/n50/partnerleft.png) no-repeat;
}

#partner div.bx-wrapper a.bx-next {
	right: 20px;
	background: url(/cms/iwebsstandard/layoutV3/n50/partnerright.png) no-repeat;
}
#Partner {
    margin:0px;
    padding:0px;
}
    #Partner li {
        list-style:none;
        float:left;
        padding:5px;
    }
div.partner {
    /*border-top-left-radius:100px;
    border-top-right-radius:100px;*/
    box-shadow: #000 0px 3px 12px -4px;
    border-top: solid 1px;
}
#PartnerFix {
    /*text-align:center;*/
}
#PartnerFix div.logopartner {
    position:relative;
    width:20%;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}
    #PartnerFix div:nth-child(1), #PartnerFix div:nth-child(6n+7) {
        text-align:left;
    }
    #PartnerFix div:nth-child(2), #PartnerFix div:nth-child(6n+8) {
        padding-right:3%;
    }
    #PartnerFix div:nth-child(4), #PartnerFix div:nth-child(6n+10) {
        padding-left:3%;
    }
    #PartnerFix div:nth-child(5), #PartnerFix div:nth-child(6n+11){
        text-align:right;
    }
#intellionline h2, #partner h2, #icons h2 { 
    color:#878787;
    margin-bottom:20px;
}
#intellionline { 
    font-size:28px;
    font-weight:bold;
}
#social img { 
    margin-top:10px;
    margin-right:10px;
}
#contentwrapper { 
    /*background-image:-webkit-linear-gradient(270deg, gray 0%, #fff 100%);
    background-image:-moz-linear-gradient(180deg, gray 0%, #fff 100%);
    background-image:-o-linear-gradient(180deg, gray 0%, #fff 100%);
    background-image:linear-gradient(180deg, gray 0%, #fff 100%);*/
    position:relative;
}
#left {
    /*margin:10px 0px;*/
}
#pagefoot { 
    background-color:#333;
    color:#fff;
}
    #pagefoot h2 {
        margin-top:0px;
        font-weight:bold;
        font-size:16px !important;
    }
#pagefoot a, #sublogo, #sublogo a { 
    color:#fff !important;
}
#pagefoot a { 
    color:#fff;
}
#pagefoot ul { 
    padding:0px;
    margin:0px;
}
#pagefoot li { 
    padding:0px;
    margin:0px;
    list-style-type:none;
    border-bottom:solid 1px #fff;
    margin-top:5px;
    padding-bottom:5px;
}
#pagefootsubline { 
    padding:20px 0px 25px 0px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
    background: url("/cms/iwebsstandard/layoutV3/n50/partnerleft.png") no-repeat 0px;
    left: 5px;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
    background: url("/cms/iwebsstandard/layoutV3/n50/partnerright.png") no-repeat 0px;
    right: 5px;
}
.bx-wrapper .bx-viewport {
    background:none;
    border:none;
    box-shadow:none;
    left:0px;
}
.bx-viewport {
    left:40px;
    right: 40px;
}

#partnerbx div {
    text-align:center;
}
#partnerbx div img {
    display:inline;
    margin:5px 0px;
}
#pagefoot .bx-wrapper .bx-pager.bx-default-pager a.active, #pagefoot .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}

#socialshareprivacy .help_info, .social_share_privacy_area li div.tweet {
    width:auto !important;
    min-width:20px;
}
#socialshareprivacy .help_info div {
    margin-right:10px;
}


.bg-gradient-bottom-gray {
    background: rgb(163,163,163); 
    background: -moz-linear-gradient(top,  rgba(163,163,163,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,163,163,1)), color-stop(100%,rgba(0,0,0,1))); 
    background: -webkit-linear-gradient(top,  rgba(163,163,163,1) 0%,rgba(0,0,0,1) 100%); 
    background: -o-linear-gradient(top,  rgba(163,163,163,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(163,163,163,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(163,163,163,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#000000',GradientType=0 );
}
.bgwhite {
    background-color:#fff;
}
.background-spezial {
    background-image:url("/cms/iwebsstandard/layoutV3/n50/pixelwhite.gif");
    background-repeat:no-repeat;
    background-position:0px 80px;
    background-size:100% 100%;
}
.box-shaddow {
     box-shadow:5px 3px 10px 2px;
}
.shadow-soft {
    box-shadow:#afafaf 0px 6px 10px -5px;
    margin-bottom:20px !important;
    border:solid 1px #afafaf;
}
#part2 {
    padding-top:10px;
}
#part3 {
    margin-top:15px;
}
div.FAQ {
    background-image: url(/cms/iwebsstandard/layoutV3/n50/faqh3.png);
    background-repeat: no-repeat;
    background-position: right 5px;
    cursor: pointer;
    padding-right: 30px;
}

div.FAQon {
    background-image: url(/cms/iwebsstandard/layoutV3/n50/faqh3on.png);
    background-repeat: no-repeat;
    background-position: right 5px;
    cursor: pointer;
}
.Faqshort {
    height:100px;
    overflow:hidden;
    transition: height 0.25s ease-in;
}
.Faqlong {
    height:auto;
    transition: height 0.25s ease-in;
}

@media (max-width:1333px) {
    .bottomround {
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    div.partner {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}
@media (max-width:992px){
    .bottomround50 {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    #HeaderInfo {
        font-size:0.8em;
        color:#fff;
        margin-bottom:10px;
    }
}
@media (max-width:992px) {
    h1 {
        font-size:1em;
    }
}
@media (max-width:768px) {
    h1 {
        font-size:1em;
        text-align:center;
    }
    bottomround50 {
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    #HeaderInfo {
        font-size:0.7em;
        margin-bottom:10px;
    }

    #Newsslider div.text {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-height:100px;
    background-color: rgba(0,0,0,0.6);
    border-left: solid 30px transparent;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius:0px;
    padding: 20px;
    overflow: hidden;
    }
    #right {
        padding-left:0px;
    }
}
@media (min-width:768px) {
#right {
    padding-left: 0px;
    }
}
@media (max-width:400px) {
    /*.bottomround {
        border-left:5px solid transparent;
        border-right:5px solid transparent;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }*/
    /*#HeaderInfo {
        padding:0px 5px;
    }*/
}
