@import "fonts.css";
/*
 $schattenfarbe:#777777;
 */
/*mixins*/
a {
  padding: 3px 0; }

abbr[title] {
  border-bottom: none; }

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.noSelect:focus {
  outline: none !important; }

.noSelect a:active {
  background: rgba(0, 153, 204, 0.11);
  padding: 3px 0;
  box-sizing: border-box; }

button, .button {
  display: inline-block;
  background-color: #073e52;
  color: white;
  border: 1px solid #025f87;
  padding: 0px 20px;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url("/_intern/css/PIE.htc"); */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.button:hover, button:hover {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.6); }

/* END mixins */
* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden;
  overflow-y: auto; }

img {
  border: none; }

body, textarea {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  /*font-weight: 300; */
  background-color: #fff; }

body {
  overflow-x: hidden; }

.content {
  width: 80%;
  max-width: 98%;
  margin: 0 auto; }
  .content.fixed {
    padding-top: 78px; }
  .content img {
    max-width: 100%;
    height: auto; }

.outer {
  width: 100%; }

.bg {
  background-color: #f5f5f4;
  border-top: 1px solid rgba(2, 23, 30, 0.71);
  border-bottom: 1px solid rgba(2, 23, 30, 0.71); }

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  margin-top: 0; }

h1 {
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 25px; }
  h1.center {
    text-align: center; }
  h1.margin {
    margin-top: 50px;
    margin-bottom: 50px; }

h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px; }
  h2 .thin {
    font-weight: 300; }

h3 {
  font-size: 16px;
  color: black;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px; }

h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

.clear {
  clear: both; }

.clear:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden; }

ol, ul {
  list-style-position: outside;
  list-style-image: url('/_intern/pics/list-style-icon.png');
  list-style-type: none;
  padding: 0px;
  margin: 5px 0px 0px 15px; }

a {
  color: #073e52;
  /*	text-decoration: none;*/ }

a:hover {
  color: #073e52; }

hr {
  height: 1px;
  border: none;
  color: #e4e4e4;
  background-color: #e4e4e4;
  line-height: 1px;
  margin: 5px 0px; }

#wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: #fff;
  background-image: url('/_intern/pics/bg2018.jpg');
  background-repeat: no-repeat;
  background-position: center 63px;
  background-size: contain; }

.zusatzbox {
  margin: 20px 0px; }

#main {
  padding-top: 40px; }

#header {
  width: 100%;
  background-color: #f5f5f4;
  border-bottom: 1px solid rgba(2, 23, 30, 0.71);
  margin-bottom: 20px; }
  #header img {
    display: block;
    max-width: 100%;
    height: auto; }

#header.single_image img {
  margin: auto;
  text-align: center; }

#helpcenter_logo, #webmail_logo {
  text-align: center;
  padding-right: 10%; }

.blau, .blue {
  color: #073e52;
  font-weight: bold; }

#leftnavi {
  float: left;
  width: 28%;
  min-width: 200px;
  padding-top: 90px;
  position: relative;
  min-height: 100px; }
  #leftnavi #leftnavi_container {
    position: relative; }
  #leftnavi #leftnavi_container.fixed {
    position: fixed;
    top: 0px; }
  #leftnavi #subnavi, #leftnavi .helpcenternav {
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    padding: 0px 10% 0px 0px;
    margin: 0px; }
    #leftnavi #subnavi li, #leftnavi .helpcenternav li {
      padding-right: 20px;
      margin-left: 0; }
      #leftnavi #subnavi li:before, #leftnavi .helpcenternav li:before {
        content: none; }
      #leftnavi #subnavi li a, #leftnavi .helpcenternav li a {
        line-height: 32px;
        text-decoration: none;
        border-bottom: 1px solid #6e6e6e;
        font-family: 'Roboto Slab', serif;
        color: #6e6e6e;
        display: block; }
      #leftnavi #subnavi li a:hover, #leftnavi .helpcenternav li a:hover {
        text-decoration: none;
        color: #073e52; }
      #leftnavi #subnavi li a.aktiv, #leftnavi .helpcenternav li a.aktiv {
        color: #073e52; }
    #leftnavi #subnavi li:last-of-type a, #leftnavi .helpcenternav li:last-of-type a {
      border-bottom: none; }

#header_slider {
  visibility: hidden; }

.headerSlider #leftnavi, .headerImg #leftnavi, .headerImg .maintext, .headerSlider .maintext, .fancybox-inner .maintext {
  padding-top: 0px; }

#maintext, .maintext {
  float: left;
  /*padding: 45px 0 45px 0;*/
  padding: 90px 0 45px 0;
  width: 100%; }
  #maintext a, .maintext a {
    /*
     border-bottom:1px dotted;
     */
    text-decoration-style: solid !important; }
  #maintext a[href*=".pdf"], .maintext a[href*=".pdf"] {
    position: relative;
    margin-left: 20px; }
    #maintext a[href*=".pdf"]:before, .maintext a[href*=".pdf"]:before {
      content: "";
      position: absolute;
      left: -19px;
      top: 3px;
      /*background: url('/_intern/pics/icons/pdf.png') no-repeat left center;*/
      background: url('/_intern/pics/icons/file-pdf.png') no-repeat left center;
      background-size: 15px auto;
      height: 20px;
      width: 20px; }
  #maintext h2 a, .maintext h2 a, #maintext a.button, .maintext a.button, #maintext a img, .maintext a img {
    border-bottom: none !important;
    text-decoration: none; }

.sidebarLeft #maintext, .sidebarLeft .maintext {
  width: 72%; }

.sidebarRight #maintext, .sidebarRight .maintext {
  width: 80%; }

.sidebarLeft.sidebarRight #maintext, .sidebarLeft.sidebarRight .maintext {
  width: 51%; }

#main .content #not_startbox {
  padding-top: 10px; }

a.inline_a {
  border: 1px solid red; }

.newstext {
  padding: 0 20px; }

#rightbox {
  float: right;
  width: 18%;
  padding-left: 2%;
  padding-top: 105px; }
  #rightbox .rightbox_container {
    background-color: #f5f5f4;
    padding: 25px 10px 30px 12px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3); }
    #rightbox .rightbox_container span {
      display: block;
      font-size: 16px;
      color: #a8a8a8;
      font-weight: 300;
      background-repeat: no-repeat;
      margin: 0 10px 0 10px; }
    #rightbox .rightbox_container span a {
      color: #333; }
    #rightbox .rightbox_container span a:hover {
      color: #073e52; }
    #rightbox .rightbox_container .asp_name {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #333; }
    #rightbox .rightbox_container .asp_fon {
      margin-top: 10px;
      background-image: url('/_intern/pics/icons/icon_fon.png');
      background-position: left;
      text-align: right;
      display: block;
      padding-left: 20px;
      white-space: nowrap; }
    #rightbox .rightbox_container .asp_mail {
      margin-top: 5px;
      text-align: right;
      display: block;
      background-image: url('/_intern/pics/icons/icon_mail.png');
      background-position: left;
      background-repeat: no-repeat;
      padding-left: 20px; }
    #rightbox .rightbox_container .asp_funktion {
      color: #4f4f4f; }
  #rightbox h3 {
    font-family: 'Open Sans', sans-serif;
    background: #073e52;
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 10px;
    margin-bottom: 15px; }

#referenzen {
  width: 100%;
  padding-bottom: 50px;
  margin: 0px -1%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 30px; }
  #referenzen .referenz {
    position: relative;
    z-index: 0;
    width: 30%;
    color: #6a6a6a; }
    #referenzen .referenz .img {
      border: 1px solid rgba(2, 23, 30, 0.71);
      overflow: hidden; }
    #referenzen .referenz img {
      display: block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  #referenzen .referenz_text_container {
    position: relative;
    padding: 5px; }
  #referenzen .referenz_name {
    font-size: 18px; }
  #referenzen .referenz_zusatz {
    height: 40px;
    overflow: hidden;
    padding: 0px 5px; }
  #referenzen .neu {
    top: 1px;
    left: 0px;
    position: absolute;
    z-index: 3; }
  #referenzen .zitat {
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 170px;
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(46%, #fff), color-stop(100%, #e8e8e8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #fff 46%, #e8e8e8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
    /* IE6-9 */ }
    #referenzen .zitat div {
      padding: 35px 20px 10px 20px;
      font-style: italic;
      font-size: 17px;
      font-family: 'Roboto Slab', serif; }
  #referenzen .decker {
    opacity: 0;
    display: block;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 100%;
    height: 100%;
    /*
     background-color: transparent;
     background-image: url('/_intern/pics/cyan_transparent70.png');
     */
    background-color: rgba(0, 107, 147, 0.5);
    background-repeat: repeat;
    color: white;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #referenzen .decker .more {
    color: white;
    position: absolute;
    right: 10px;
    top: 160px; }
  #referenzen :hover .img {
    -moz-box-shadow: 4px 3px 6px -4px #848484;
    -webkit-box-shadow: 4px 3px 6px -4px #848484;
    box-shadow: 4px 3px 6px -4px #848484;
    /*
     :hover .decker {
     opacity: 1;
     }
     */ }
  #referenzen :hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  #referenzen :hover .bar {
    opacity: 1;
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px); }
  #referenzen .print_referenz {
    display: none; }

#referenz_detail {
  width: 100%;
  min-height: 400px; }
  #referenz_detail #text {
    width: 48%;
    padding-left: 2%;
    float: left; }
    #referenz_detail #text h1 {
      color: #073e52;
      font-weight: bold;
      font-size: 24px;
      border-top: 1px solid rgba(2, 23, 30, 0.71);
      border-bottom: 1px solid rgba(2, 23, 30, 0.71);
      background-color: #f5f5f4;
      padding: 3px 5px; }
  #referenz_detail #bild {
    width: 48%;
    padding-right: 2%;
    float: left; }
    #referenz_detail #bild #bigimage_box {
      height: 400px;
      text-align: center; }
    #referenz_detail #bild #bigimage {
      max-width: 100%; }
    #referenz_detail #bild .ct {
      width: 200px;
      position: relative;
      margin: 0 auto; }
      #referenz_detail #bild .ct .main {
        width: 161px;
        height: 315px;
        margin-top: 40px;
        object-fit: cover;
        object-position: 2px 0; }
      #referenz_detail #bild .ct .rahmen {
        position: absolute;
        left: 0;
        top: 0; }
        #referenz_detail #bild .ct .rahmen img {
          max-width: 100%;
          height: auto; }
  #referenz_detail .thumbnails {
    text-align: center; }
    #referenz_detail .thumbnails .copyr {
      opacity: 0; }
      #referenz_detail .thumbnails .copyr a {
        color: #b1b1b1;
        font-size: 12px; }
  #referenz_detail .thumb {
    margin: 5px 5px 0 0;
    opacity: 0.7;
    cursor: pointer; }
  #referenz_detail .thumb.active {
    opacity: 1; }
  #referenz_detail .link {
    float: left;
    margin-top: 30px; }
  #referenz_detail .zitat {
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    margin: 10px 0px; }
  #referenz_detail .mobilbild {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    opacity: 0.7; }
    #referenz_detail .mobilbild:after {
      cursor: pointer;
      content: '';
      position: absolute;
      left: -2px;
      top: -6px;
      height: 91px;
      width: 97px;
      background-image: url('/bilder/referenzen/mobil/handy_rahmen.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: -6px 4px; }
    #referenz_detail .mobilbild img {
      border: none;
      display: block; }
    #referenz_detail .mobilbild.active {
      opacity: 1; }
    #referenz_detail .mobilbild .hiddenref {
      display: none; }

.cb_container {
  float: left;
  margin-right: 10px;
  height: 47px;
  position: relative; }

/**/
.page2_container {
  width: 100%; }

#helpcenter.startseite {
  right: -210px; }

#webmail, #newsletter {
  display: none; }

#webmail.startseite {
  right: -210px;
  top: 96px;
  margin-right: -5px;
  /*position: fixed;*/
  position: absolute;
  width: 370px;
  z-index: 9;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  display: block; }

#newsletter.startseite {
  right: -210px;
  top: 96px;
  margin-right: -5px;
  position: fixed;
  width: 370px;
  z-index: 9;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  display: block; }

#webmail a.dark, #newsletter a.dark {
  color: #333; }

#webmail_head, #nl_head {
  -moz-box-shadow: 1px 1px 1px 1px #848484;
  -webkit-box-shadow: 1px 1px 1px 1px #848484;
  box-shadow: 1px 1px 1px 1px #848484;
  /*border: 1px solid $bordercolor;*/
  background-color: #f5f5f4;
  text-align: left;
  position: relative;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
  padding: 10px 13px;
  line-height: 35px; }
  #webmail_head img, #nl_head img {
    float: left;
    margin-right: 10px; }

#news article.infobox a {
  color: black;
  text-decoration: none; }
  #news article.infobox a.button {
    padding: 5px 50px;
    color: white; }

#helpcenter {
  margin-right: -5px;
  position: absolute;
  right: -323px;
  top: 120px;
  width: 370px;
  z-index: 1;
  font-size: 16px;
  font-weight: 300;
  text-align: left; }
  #helpcenter a {
    text-decoration: none; }
  #helpcenter #helpcenter_head {
    border: 1px solid #c1c1c1;
    background: white;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    padding: 15px 13px;
    padding-left: 48px; }
    #helpcenter #helpcenter_head:after {
      position: absolute;
      content: url('/_intern/pics/interrogation.svg');
      width: 25px;
      height: 25px;
      left: 10px;
      top: 14px; }
    #helpcenter #helpcenter_head img {
      float: left;
      margin-right: 10px;
      display: none; }
  #helpcenter #helpcenter_close, #helpcenter #webmail_close, #helpcenter #nl_close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url('/_intern/pics/circle-xmark.png');
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 23px;
    height: 23px; }
  #helpcenter #helpcenter_content {
    -moz-box-shadow: 1px 1px 1px 1px #848484;
    -webkit-box-shadow: 1px 1px 1px 1px #848484;
    box-shadow: 1px 1px 1px 1px #848484;
    display: none;
    text-align: left;
    left: 5px;
    position: relative; }
  #helpcenter ul {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    list-style-image: none; }
    #helpcenter ul a {
      border-left: 3px solid transparent;
      border-bottom: 1px solid #000;
      border-top: 1px solid #808080;
      color: white;
      display: block;
      font-weight: 600;
      background-color: #073e52;
      padding: 0px 10px;
      line-height: 2.2em; }
    #helpcenter ul a:hover, #helpcenter ul a.aktiv {
      text-decoration: none;
      border-left: 3px solid #073e52; }

/*Footer*/
#footer {
  width: 100%;
  position: relative;
  height: 320px; }
  #footer #close {
    position: absolute;
    right: 80px;
    top: 20px;
    color: White;
    cursor: pointer;
    font-size: 22px;
    z-index: 2; }
  #footer #textbox {
    position: absolute;
    right: 0px;
    top: 0;
    height: 320px;
    width: 50%;
    z-index: 1;
    background: rgba(7, 62, 82, 0.6);
    /*background-image: url('/_intern/pics/cyan_transparent70.png');*/ }
    #footer #textbox .text {
      font-style: normal;
      padding: 3%;
      color: white;
      /*font-size: 20px;*/
      font-weight: bold;
      font-family: 'Roboto Slab', serif; }
      #footer #textbox .text a {
        text-decoration: none;
        color: white; }
        #footer #textbox .text a:hover {
          color: #ebebeb; }

#facebook_button {
  position: absolute;
  right: 16%;
  bottom: 40px;
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#twitter_button {
  position: absolute;
  right: 16%;
  margin-right: 70px;
  bottom: 40px;
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#facebook_button:hover, #twitter_button:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Pulse Grow */
@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
/*/Footer*/
/*Footer Bottom*/
#footer_bottom_wrapper {
  background-color: #28292b;
  /*color: lighten($footercolor, 50%);*/
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 0px;
  line-height: 1.5; }

#footer_bottom {
  position: relative; }
  #footer_bottom .footer_bottom_col {
    float: left;
    width: 40%; }
    #footer_bottom .footer_bottom_col ul {
      margin: 0; }
    #footer_bottom .footer_bottom_col li {
      list-style-type: none;
      display: inline-block;
      position: relative;
      padding-left: 30px; }
      #footer_bottom .footer_bottom_col li a {
        /*color:lighten($footercolor, 50%);*/
        color: white;
        text-decoration: none;
        transition: color 0.2s; }
      #footer_bottom .footer_bottom_col li:before {
        background-color: #ff7f00; }
      #footer_bottom .footer_bottom_col li a:hover {
        text-decoration: none;
        color: #ff7f00;
        transition: color 0.5s; }
        #footer_bottom .footer_bottom_col li:first-of-type .show_cb {
          cursor: pointer;
          position: relative;
          top: 4px; }
        #footer_bottom .footer_bottom_col li:first-of-type:before {
          content: none; }
    #footer_bottom .footer_bottom_col.right {
      float: right;
      text-align: right;
      position: relative;
      z-index: 2; }
      #footer_bottom .footer_bottom_col.right img {
        width: 20px;
        height: auto; }

#logo {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: left;
  padding-top: 16px;
  position: relative;
  z-index: 1;
  max-width: 50%;
  width: 28%; }
  #logo.jubi {
    width: 150px;
    padding-top: 20px; }
  #logo img {
    max-width: 100%; }

#xmas {
  position: absolute;
  padding-top: 16px;
  padding-left: 9px;
  z-index: 10; }

#logo_print {
  display: none;
  justify-content: space-around;
  column-gap: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(2, 23, 30, 0.71); }
  #logo_print img {
    width: 200px;
    margin-left: 20px;
    margin-right: 50px; }

#adresse_print {
  width: 370px;
  font-size: 10px; }

#phone_print {
  width: 300px;
  font-size: 10px; }

#lupe, #lupe_mobile {
  cursor: pointer;
  margin-left: 15px;
  position: absolute;
  right: 10px;
  padding: 20px;
  /*padding: 20px 0px 15px 0px;*/
  margin-right: 2%; }

#lupe_mobile {
  display: none; }

#suche_container {
  display: none;
  position: absolute;
  width: 365px;
  right: 0px;
  background: white;
  z-index: 1;
  padding: 11px 0;
  /*overflow: hidden;*/ }

#suche #suche_close {
  background-image: url('/_intern/pics/circle-xmark.png');
  background-size: 100%;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 10px;
  top: 19px;
  cursor: pointer; }
#suche input[type="text"] {
  border: 1px solid rgba(2, 23, 30, 0.71);
  height: 35px;
  line-height: 35px;
  width: 200px;
  margin-left: 10%;
  padding: 0px 2%;
  font-size: 18px;
  color: #737373;
  font-family: 'Roboto Slab', serif; }
#suche input[type="submit"] {
  display: inline-block;
  background-color: #073e52;
  color: white;
  border: 1px solid #025f87;
  padding: 0px 20px;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url("/_intern/css/PIE.htc"); */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-right: 10px;
  float: right;
  transition: all 0.5s; }
#suche input[type="submit"]:hover {
  color: white;
  -moz-box-shadow: 4px 3px 6px -4px #848484;
  -webkit-box-shadow: 4px 3px 6px -4px #848484;
  box-shadow: 4px 3px 6px -4px #848484;
  transition: all 0.5s; }
#suche form {
  width: 100%; }

.content ul {
  list-style-image: none; }
  .content ul li {
    list-style-type: none;
    position: relative;
    margin-left: 5px; }
    .content ul li:before {
      content: '';
      position: relative;
      left: -17px;
      top: 14px;
      background-color: #073e52;
      width: 7px;
      height: 7px;
      display: block; }

/*Slider*/
#header_slider > div, .headerelement {
  position: relative; }
  #header_slider > div .content, .headerelement .content {
    position: relative; }
  #header_slider > div .div_txt_container, .headerelement .div_txt_container {
    position: absolute;
    left: 0px;
    top: 90px;
    max-width: 70%; }
    #header_slider > div .div_txt_container .div_h1, .headerelement .div_txt_container .div_h1 {
      font-family: 'Roboto Slab', serif;
      /*font-size:3.6em; */
      font-size: 56px;
      position: relative;
      /*left:-3%; */
      left: 0px;
      font-weight: normal;
      margin-bottom: 20px; }
    #header_slider > div .div_txt_container .div_h2, .headerelement .div_txt_container .div_h2 {
      position: relative;
      left: 3%;
      font-family: 'Open Sans', sans-serif;
      color: #073e52;
      font-size: 27px;
      /*font-size:2em; */
      font-weight: 600; }
    #header_slider > div .div_txt_container .div_txt, .headerelement .div_txt_container .div_txt {
      position: relative;
      left: 3%;
      padding-top: 11px;
      width: 80%; }
    #header_slider > div .div_txt_container .div_button, .headerelement .div_txt_container .div_button {
      width: 67%;
      padding-top: 10px;
      text-align: right; }
  #header_slider > div .div_txt_container.weiss .div_h1, .headerelement .div_txt_container.weiss .div_h1, #header_slider > div .div_txt_container.weiss .div_h2, .headerelement .div_txt_container.weiss .div_h2, #header_slider > div .div_txt_container.weiss .div_txt, .headerelement .div_txt_container.weiss .div_txt {
    color: white; }
  #header_slider > div .div_txt_container.size_40 .div_h1, .headerelement .div_txt_container.size_40 .div_h1 {
    font-size: 40px; }
  #header_slider > div .div_txt_container.textrechts, .headerelement .div_txt_container.textrechts {
    left: auto;
    right: 40px;
    max-width: 60%; }

#header_slider .content_image, .headerelement .content_image {
  float: right;
  display: block;
  width: auto;
  margin-left: 50%;
  position: relative; }

#header_slider .slideritem, .headerelement {
  background-image: url('/bilder/header/header_bg_standard.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: 100%; */
  position: relative;
  min-height: 420px;
  /* max-width:1500px; */ }

#header.static_header .div_button {
  display: none; }

#header_mobil {
  display: none;
  width: 100%;
  max-width: 100%; }
  #header_mobil img {
    width: 100%;
    max-width: 100%;
    height: auto; }

/*/Slider*/
.box_container {
  display: flex;
  gap: 40px 60px;
  flex-wrap: wrap;
  column-gap: 60px;
  /*
   align-content: flex-start;
   justify-content: space-between;
   */
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  margin: 50px 0px;
  line-height: 1.5; }
  .box_container a {
    color: inherit; }
  .box_container a.boxlink {
    font-weight: bold;
    color: #073e52; }

#burger {
  position: absolute;
  left: 10px;
  top: 13px;
  display: none; }

#navigation {
  border-bottom: 3px solid rgba(2, 23, 30, 0.71);
  background: white;
  position: fixed;
  top: 0;
  z-index: 2; }
  #navigation.fixed {
    /*transition: top 0.9s ease-in-out;*/
    position: fixed;
    background: white;
    z-index: 10;
    /*
     &.nav-down
     {
     top:0;
     transition: top 0.5s ease-in-out;
     }
     &.nav-up {
     top: -100px!important;
     transition: top 0.5s ease-in-out;
     }
     */ }
  #navigation .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #navigation .content #lupe {
      position: absolute;
      right: 0;
      top: 0px; }

#mainmenu {
  float: left;
  position: relative;
  z-index: 1;
  height: 60px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal; }

#nav {
  margin: 17px 0px 0px -18px;
  /*an linke kante ziehen*/
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative; }
  #nav li {
    float: left;
    position: relative;
    color: #333;
    background-image: url('/_intern/pics/linie_navi.png');
    background-repeat: no-repeat;
    background-position: right 3px; }
    #nav li:before {
      content: none; }
    #nav li.l1 {
      padding-bottom: 33px; }
    #nav li.kontakt {
      background-image: none;
      padding-left: 18px;
      padding-top: 4px; }
      #nav li.kontakt a {
        padding: 0 !important;
        text-decoration: none; }
        #nav li.kontakt a img {
          width: 25px;
          height: auto;
          opacity: 0.7; }
          #nav li.kontakt a img:hover {
            opacity: 0.9; }
    #nav li .opener {
      position: absolute;
      width: 12px;
      right: 3px;
      top: 0px; }
      #nav li .opener a {
        display: initial;
        padding: 0;
        line-height: initial;
        font-size: initial;
        text-decoration: none; }
        #nav li .opener.open img {
          transform: rotate(180deg); }
      #nav li .opener img {
        max-width: 100%;
        height: auto;
        opacity: 0; }
        #nav li .opener .vis img {
          opacity: 1; }
  #nav a {
    display: block;
    padding: 0px 40px;
    line-height: 25px;
    padding-bottom: 33px;
    color: #333;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none; }
  #nav a.aktiv, #nav a:hover {
    text-decoration: none;
    color: #073e52; }
  #nav .level2 {
    /*.schatten;*/
    box-shadow: 2px 2px 4px -2px #848484;
    display: none;
    padding-top: 0;
    position: absolute;
    top: 46px;
    left: -30px;
    z-index: 1001;
    /*
     background-image: url('/_intern/pics/bg_navi_gap.png');
     */ }
  #nav ul {
    margin: 0px;
    padding: 5px 20px;
    list-style-type: none;
    list-style-position: outside;
    min-width: 180px;
    background-color: white; }
    #nav ul li {
      float: none;
      background-image: none; }
    #nav ul li:last-of-type a {
      border-bottom: none; }
    #nav ul a {
      padding: 0px;
      line-height: 40px;
      font-size: 15px;
      font-weight: 300;
      border-bottom: 1px solid #6e6e6e;
      display: block; }
    #nav ul a:hover, #nav ul a.aktiv {
      text-decoration: none;
      color: #073e52;
      /*/ul*/ }
  #nav li:hover .level2 {
    display: block; }

/*/nav*/
/*
 header.touch  {
 #burger {display:block; }
 #mobilemenu	{ display: block; }
 #mainmenu 	{ display: none; }
 #helpcenter { display: none; }
 #webmail, #webmail.startseite 		{ display: none; }
 &#navigation {
 border:none;
 }
 #logo
 {
 width: 50%;
 text-align: center;
 margin-left: 25%;
 padding: 20px 0px 15px 0px;
 }
 }
 */
#mobilemenu, #supermobilemenu {
  position: absolute;
  /*left: -1%; WTF?!*/
  /*left:-15%;*/
  left: -4px;
  top: 0px;
  display: none;
  padding-top: 12px;
  padding-left: 12px;
  z-index: 5; }

.supermenu {
  display: none;
  background: white;
  position: fixed;
  top: 0px;
  left: -100vw;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

#mobilemenu ul {
  margin: 0px;
  padding: 0px; }

#mobilenav li {
  list-style-type: none; }

#mobilenav {
  border-right: 1px solid rgba(2, 23, 30, 0.71);
  position: absolute;
  top: 0px;
  background-color: #3f3f3f;
  width: 250px;
  left: -252px;
  max-height: 100vh;
  overflow-x: scroll; }

#mobilenav li.head {
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  height: 64px;
  line-height: 64px;
  padding: 0px 15px;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(46%, #fff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
  /* IE6-9 */
  position: relative; }
  #mobilenav li.head:after {
    content: url(/_intern/pics/close_x.png);
    position: absolute;
    right: 10px;
    top: -8px; }

#mobilenav > li > a {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  display: block;
  color: white;
  padding: 0px 15px;
  line-height: 45px;
  border-left: 3px solid #073e52;
  border-top: 1px solid grey;
  border-bottom: 1px solid black; }

#mobilenav .level2 li > a {
  border-top: 1px solid grey;
  border-bottom: 1px solid black;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  display: block;
  color: #a6a8ac;
  padding: 0px 15px 0px 40px;
  line-height: 35px; }

#mobilenav > li > a.aktiv {
  background-image: url("/_intern/pics/cyan_transparent70.png"); }

#mobilenav .level2 li > a.aktiv {
  color: #073e52; }

#mobilenav .desktopbutton {
  text-align: center; }
  #mobilenav .desktopbutton .button {
    display: inline-block;
    background-color: #073e52;
    color: white;
    border: 1px solid #025f87;
    padding: 0px 20px;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* behavior: url("/_intern/css/PIE.htc"); */
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: inline-block;
    margin: 10px auto;
    font-family: 'Open Sans', sans-serif; }

li#mobile_helpcenter > a {
  border-left: 0px;
  background-image: url('/_intern/pics/helpcenter_icon.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px; }

li#mobile_webmail > a {
  border-left: 0px;
  background-image: url('/_intern/pics/icons/webmail.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px; }

/* -------------------
 NAVIGATION ENDE
 ----------------------*/
.box {
  /*width: 45%;*/
  flex: 1 1 0;
  position: relative;
  gap: 40px 20px; }
  .box h2 {
    /*
     flex: 1;
     padding: 60px 90px;
     */
    /*
     margin-right: 5%;
     float: left;
     */
    /*height: 37px;*/
    line-height: 37px;
    padding-left: 45px;
    /*background-repeat:no-repeat;*/ }
  .box .box_head {
    position: relative; }
  .box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none; }
  .box .box_content strong {
    color: #073e52; }
  .box .boxlink {
    display: none; }

.box.last {
  margin-right: 0; }

.helpcenter_overview .box {
  text-align: center;
  margin-bottom: 20px;
  width: 45%; }

#not_startbox .box > a {
  padding: 0;
  display: block;
  border: 1px solid rgba(2, 23, 30, 0.71);
  text-decoration: none;
  background-color: white;
  height: 100%;
  -moz-box-shadow: 4px 3px 6px -4px #848484;
  -webkit-box-shadow: 4px 3px 6px -4px #848484;
  box-shadow: 4px 3px 6px -4px #848484; }
#not_startbox h2.box_headline {
  background-repeat: no-repeat; }
#not_startbox .boxlink {
  display: none; }
#not_startbox .box_head {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #073e52;
  border-bottom: 3px solid #073e52;
  padding: 10px 0;
  position: relative; }
  #not_startbox .box_head h2, #not_startbox .box_head h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    color: white;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px; }
  #not_startbox .box_head .icon {
    display: none;
    max-width: 35px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -15px; }
#not_startbox .box_content {
  padding: 10px; }
#not_startbox .box:hover a {
  -moz-box-shadow: 4px 3px 6px -4px #848484;
  -webkit-box-shadow: 4px 3px 6px -4px #848484;
  box-shadow: 4px 3px 6px -4px #848484; }
#not_startbox .box:hover .box_head {
  background: #073e52; }
  #not_startbox .box:hover .box_head h2 {
    color: white; }

#not_startbox .nbox {
  gap: 40px 60px;
  align-items: stretch; }
  #not_startbox .nbox .box {
    flex: 1 1 0;
    /*	width: 22%;*/ }
    #not_startbox .nbox .box a {
      /*
       min-height:185px;
       */ }
      #not_startbox .nbox .box .box_head h2 {
        top: 30px; }

#not_startbox.helpcenter_overview .box {
  margin-bottom: 40px;
  text-align: center; }
  #not_startbox.helpcenter_overview .box a {
    min-height: 25px;
    border-left: 3px solid #073e52;
    padding: 10px 0px; }
  #not_startbox.helpcenter_overview .box h2 {
    height: auto;
    margin: 0px;
    padding-left: 0 !important; }

.zusatz_content_container {
  width: 72%;
  position: relative;
  margin: 0 0 50px 28%;
  /* color:$textfarbe2; */ }
  .zusatz_content_container .headline {
    margin-bottom: 5px; }
  .zusatz_content_container h2 {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    text-align: center; }
  .zusatz_content_container h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: bold; }
  .zusatz_content_container #zusatzboxen {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch; }
  .zusatz_content_container .zusatz_content_box {
    width: 27%;
    min-width: 250px;
    padding: 2%;
    border: 1px solid rgba(2, 23, 30, 0.71);
    background-color: #f5f5f4;
    margin: 0px 1% 10px 1%; }

.sidebarLeft .infobox_wrapper {
  /*
   width:$text_breite;
   margin-left: $leftnavi_breite;
   */ }

.infobox {
  font-size: 14px;
  border: 1px solid rgba(2, 23, 30, 0.71);
  border-left: 1px solid #073e52;
  -moz-box-shadow: 4px 3px 6px -4px #848484;
  -webkit-box-shadow: 4px 3px 6px -4px #848484;
  box-shadow: 4px 3px 6px -4px #848484;
  background-color: #fff;
  padding: 25px;
  margin: 30px 0 30px 0; }
  .infobox .infobox_content {
    float: left;
    width: 80%; }
  .infobox .infobox_button {
    float: right;
    margin: 15px; }
    .infobox .infobox_button a {
      text-decoration: none; }
  .infobox h2 span, .infobox h2 time {
    color: black; }
  .infobox h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    color: #333;
    font-size: 20px;
    width: 100%;
    text-align: left; }

.slider_wrapper {
  width: 72%;
  position: relative;
  margin: 20px 0px 20px 28%; }
  .slider_wrapper h2 {
    font-size: 25px;
    font-weight: bold;
    color: #333; }
  .slider_wrapper h3 {
    color: #a8a8a8;
    font-size: 21px;
    font-weight: bold; }

#ms_container {
  display: block;
  margin-top: 15px;
  position: relative;
  width: 100%;
  max-width: 100%; }
  #ms_container .item {
    width: 260px;
    max-width: 100%;
    margin-bottom: 20px;
    -moz-box-shadow: 4px 3px 6px -4px #848484;
    -webkit-box-shadow: 4px 3px 6px -4px #848484;
    box-shadow: 4px 3px 6px -4px #848484;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #202020; }
    #ms_container .item img {
      margin-bottom: 10px; }
    #ms_container .item a {
      color: #202020;
      border-bottom: none;
      text-decoration: none; }

.slider_wrapper .panel-wrapper {
  width: 500px;
  padding-bottom: 50px !important;
  background-color: transparent !important; }

.ls-wrapper .liquid-slider {
  background-color: transparent !important; }

.slider_pfeile {
  /*
   position:absolute;
   right:0;
   top:50px;
   */
  width: 82px; }

#formular .req {
  color: #ad0000; }
#formular .row {
  margin: 18px 0px; }
#formular .row .value {
  position: relative;
  /* display: inline-block; */ }
#formular input[type="text"], #formular input[type="password"], #formular input[type="email"], #formular input[type="date"], #formular input[type="url"], #formular input[type="tel"], #formular select {
  background-color: #fff;
  border: 1px solid rgba(2, 23, 30, 0.71);
  width: 450px;
  padding: 12px 5px;
  line-height: 40px;
  max-width: calc(100% - 10px); }
#formular select {
  /*
   width:70px;
   */
  background-color: #fff;
  border: 1px solid rgba(2, 23, 30, 0.71);
  text-align: center;
  width: 462px; }
#formular textarea {
  background-color: #fff;
  border: 1px solid rgba(2, 23, 30, 0.71);
  width: 450px;
  max-width: calc(100% - 10px);
  height: 300px;
  padding: 0 5px; }
#formular input[type=submit] {
  margin-top: 10px;
  display: inline-block;
  background-color: #073e52;
  color: white;
  border: 1px solid #025f87;
  padding: 0px 20px;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url("/_intern/css/PIE.htc"); */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
#formular .hidden {
  display: none; }
#formular .radio_ul, #formular .checkbox_ul {
  list-style-type: none;
  list-style-position: outside; }
  #formular.reg label {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }

/*/formular*/
.form_edit_container {
  background-color: white;
  border: 1px solid #3b3b3b;
  padding-bottom: 20px; }

.form_controller {
  background-color: #ef8c11;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px; }

#sitemap {
  padding-left: 15px; }
  #sitemap ul {
    padding-left: 15px; }

#map-canvas {
  height: 320px;
  width: 100%;
  margin: 0px;
  padding: 0px; }

#map {
  z-index: 1; }

#map_mobil {
  display: none;
  z-index: 1; }

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px);
  /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%);
  /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap;
  /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */ }

/* -------------------
 FORM VALODATOR START
 ----------------------*/
#formular input.error, #formular textarea.error, #formular select.error {
  border: 1px solid #f00; }

#formular input.valid, #formular textarea.valid, #formular select.valid {
  /* border: 1px solid green; */ }

#formular label.error {
  width: 240px;
  position: absolute;
  /* right: -280px; */
  /*right: 0px;*/
  top: -8px;
  padding: 8px;
  border: 1px solid #f00;
  background-color: white;
  color: grey;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* behavior: url("/_intern/css/PIE.htc"); */
  -moz-box-shadow: 4px 3px 6px -4px #848484;
  -webkit-box-shadow: 4px 3px 6px -4px #848484;
  box-shadow: 4px 3px 6px -4px #848484; }

/* -------------------
 FORM VALODATOR ENDE
 ----------------------*/
/* ++++++++ FANCY BOX +++++++++ */
.fancybox-skin {
  /*
   -webkit-box-shadow: none!important;
   -moz-box-shadow: none!important;
   box-shadow: none!important;
   */
  border: 1px solid rgba(2, 23, 30, 0.71);
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(46%, #fff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
  /* IE6-9 */ }

.fancybox-nav {
  width: auto; }

.fancybox-nav span {
  width: 39px;
  height: 39px;
  top: 50%;
  margin-top: -19px; }

.fancybox-outer:hover .fancybox-prev span, .fancybox-outer:hover .fancybox-next span {
  visibility: visible; }

.fancybox-prev span {
  left: 0px;
  background-image: url('/_intern/pics/content_arr_l1.png');
  background-position: center; }

.fancybox-next span {
  right: 0px;
  background-image: url('/_intern/pics/content_arr_r1.png');
  background-position: center; }

#toTop {
  float: left;
  display: block;
  width: 20%;
  text-align: center; }

#toMobile {
  margin-top: 10px; }

#suche_mobile {
  display: none;
  position: absolute;
  left: 0;
  background-color: #28292b; }

#suche_mobile .content {
  text-align: center;
  padding: 10px 0px; }

#suche_mobile form {
  padding-top: 20px;
  display: block;
  width: 100%; }

#suche_mobile input[type="text"] {
  border: 1px solid rgba(2, 23, 30, 0.71);
  height: 36px;
  width: 60%;
  padding: 0px 3%;
  color: #a8a8a8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url("/_intern/css/PIE.htc"); */ }

#footer_wrapper {
  margin-top: 30px; }

.news h2 {
  float: left; }

.news time {
  color: #073e52; }

#tbl_ct {
  overflow-y: auto; }

#pro_table {
  /* width: 100%; */
  position: relative;
  border: 1px solid rgba(2, 23, 30, 0.71); }

#pro_table .head th {
  text-align: left;
  font-weight: bold;
  /*
   @include gradient_vertical;
   */
  background: #073e52;
  color: white;
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid rgba(2, 23, 30, 0.71); }

.tldtable #pro_table .head th {
  text-align: center; }

#pro_table .head th .status {
  width: 17px;
  height: 17px;
  /*background-image: url('/_intern/pics/accord_arrow_right.png');*/
  background-image: url('/_intern/pics/angle-small-right_white.png');
  transform: rotate(90deg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  margin-right: 7px;
  margin-top: 3px; }

#pro_table td {
  font-size: 13px;
  padding: 8px;
  background-color: white;
  border-bottom: 1px solid rgba(2, 23, 30, 0.71);
  border-right: 1px solid rgba(2, 23, 30, 0.71); }
  #pro_table td:first-of-type {
    max-width: 400px; }

#pro_table th:last-Child, #pro_table td:last-Child {
  border-right: 0px; }

#pro_table .open th {
  font-weight: bold;
  border-bottom: 2px solid #073e52; }

#pro_table .head.open th .status {
  width: 17px;
  height: 17px;
  /*background-image: url('/_intern/pics/accord_arrow_down.png');*/
  background-image: url('/_intern/pics/angle-small-right_white.png');
  background-size: 100%;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-position: left; }

#pro_table td {
  display: none; }

#pro_table .open td {
  display: table-cell; }

#pro_table tr.headrow th {
  color: #073e52;
  font-weight: bold;
  background-color: transparent; }

#pro_accordion .content, #pro_accordion2 .content {
  display: none;
  border-bottom: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  padding: 10px; }
#pro_accordion .open .content, #pro_accordion2 .open .content {
  display: block; }
#pro_accordion h3, #pro_accordion2 h3 {
  cursor: pointer;
  margin-bottom: 0px;
  /*.gradient_vertical;*/
  padding: 8px 10px 8px 22px;
  font-size: 14px;
  position: relative; }
  #pro_accordion h3:before, #pro_accordion2 h3:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 12px;
    width: 12px;
    height: 13px;
    margin-right: 10px;
    /*background-image: url("/_intern/pics/accord_arrow_right.png");*/
    background-image: url("/_intern/pics/angle-right.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.3s; }
#pro_accordion .open h3:before, #pro_accordion2 .open h3:before {
  transform: rotate(90deg);
  transition: transform 0.2s; }

#mobile_backtooverview {
  margin-bottom: 10px;
  display: none; }

#socialshareprivacy {
  float: right; }
  #socialshareprivacy .item {
    float: left;
    width: 135px;
    min-height: 1px;
    margin-bottom: 15px; }
    #socialshareprivacy .item:first-of-type {
      margin-right: 30px; }

.news.maintext a {
  /*line-height:2em;*/ }
.news.maintext .newsimage {
  text-align: center; }
.news.maintext img {
  max-width: 100%;
  height: auto; }
.news.maintext .alt {
  background: rgba(255, 0, 0, 0.4);
  padding: 20px 10px;
  margin-bottom: 20px; }

/* FB */
.pro_fb_share, .pro_g_share {
  float: left;
  /* background: linear-gradient(#FFFFFF, #D7E3F1) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(46%, #fff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #fff 46%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0);
  /* IE6-9 */
  border: 1px solid rgba(2, 23, 30, 0.71);
  margin-right: 10px;
  text-align: left;
  border-radius: 4px;
  vertical-align: baseline;
  line-height: 20px;
  height: 20px;
  font-size: 12px; }

.pro_fb_share:hover a, .pro_g_share:hover a {
  color: grey; }

.pro_fb_share a, .pro_g_share a {
  text-decoration: none;
  color: #a8a8a8;
  vertical-align: baseline; }

.pro_fb_share a.info, .pro_g_share a.info {
  border-left: 1px solid rgba(2, 23, 30, 0.71);
  margin-left: 5px;
  padding: 0 4px;
  display: inline-block; }

.pro_fb_share a.info:hover, .pro_g_share a.info:hover {
  background: #d7e3f1; }

.pro_fb_share a.show {
  background: url("/_intern/pics/share_facebook.png") no-repeat scroll 3px 3px rgba(0, 0, 0, 0);
  padding: 0 0 0 21px; }

.pro_g_share a.show {
  background: url("/_intern/pics/share_google.png") no-repeat scroll 3px 3px rgba(0, 0, 0, 0);
  padding: 0 0 0 21px; }

.suche_pfad, .suche_pfad a {
  font-size: 10px;
  font-style: italic;
  color: #a8a8a8; }

.highlight {
  background-color: #66cdf2; }

.kreis {
  border: 1px solid #a6a8ac;
  border-radius: 15px;
  padding: 5px; }

.newsbox {
  margin-top: 30px; }
  .newsbox .item {
    background-color: #f5f5f4;
    padding: 10px;
    border-left: 2px solid #09c; }
  .newsbox h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px;
    /*
     background-image:url('/_intern/pics/bg_head_rightbox.png');
     background-repeat:no-repeat;
     background-position: 0 5px;
     padding-left: 15px;
     */ }

/*Start BBB-Formular*/
#table_managed_server {
  width: 100%; }
  #table_managed_server td {
    vertical-align: top;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid rgba(2, 23, 30, 0.71); }
  #table_managed_server td:first-of-type {
    font-weight: bold;
    width: 30%; }

.bbb_help {
  display: none;
  width: 400px;
  max-width: 95%; }

#bbb_formular {
  width: 70%;
  margin: 0 auto; }
  #bbb_formular .domain_input {
    display: none; }
    #bbb_formular .domain_input input {
      width: calc(100% - 45px) !important; }
  #bbb_formular .help {
    border-radius: 100%;
    padding: 0px 6px;
    background: #adadad;
    font-size: 10px;
    color: white;
    position: relative;
    top: -0.8em; }
  #bbb_formular .row {
    margin-bottom: 20px; }
    #bbb_formular .row.wechsel {
      display: none; }
    #bbb_formular .row.booster {
      display: none; }
    #bbb_formular .row .desc {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px; }
    #bbb_formular .row.summe, #bbb_formular .row.bereitstellung {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: center;
      column-gap: 8px;
      font-size: 30px;
      font-weight: bold; }
      #bbb_formular .row.summe .desc, #bbb_formular .row.bereitstellung .desc {
        font-size: 30px;
        margin-bottom: initial; }
    #bbb_formular .row.bereitstellung {
      font-size: 20px; }
      #bbb_formular .row.bereitstellung .desc {
        font-size: 20px; }
        #bbb_formular .row.bereitstellung .val .sepp {
          font-weight: normal;
          font-style: italic;
          font-size: 14px; }
    #bbb_formular .row.mwst {
      font-style: italic;
      font-size: 14px; }
      #bbb_formular .row .val select, #bbb_formular .row .val input[type="text"], #bbb_formular .row .val input[type="date"] {
        padding: 10px;
        width: calc(100% - 20px); }
        #bbb_formular .row .val select.servername, #bbb_formular .row .val input[type="text"].servername, #bbb_formular .row .val input[type="date"].servername {
          width: 150px; }
      #bbb_formular .row .val select {
        width: 100%; }
      #bbb_formular .row .val .ab_datum {
        margin-top: 10px;
        display: none; }
    #bbb_formular .row input[type="submit"] {
      padding: 10px;
      width: 100%;
      font-weight: bold;
      font-size: 18px;
      background-color: #073e52;
      border: 1px solid #025f87;
      color: white;
      padding: 10px 20px; }
    #bbb_formular .row .hinweis {
      /*min-height:50px;*/ }
      #bbb_formular .row .hinweis div {
        margin-top: 10px;
        display: none; }
        #bbb_formular .row .hinweis div .l, #bbb_formular .row .hinweis div .r {
          display: inline-block;
          margin-bottom: 5px; }
        #bbb_formular .row .hinweis div .l {
          width: 115px;
          font-weight: bold; }
      #bbb_formular .row .hinweis.laufzeit .l {
        width: 120px; }
      #bbb_formular .row .hinweis.turn {
        margin-left: 20px; }

h2.bbb_h2 {
  width: 70%;
  margin: 0 auto 30px auto; }

.bbb_ausstattung {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .bbb_ausstattung tr:nth-of-type(2n) {
    background: #ededed; }
  .bbb_ausstattung tr td {
    padding: 10px;
    border: 1px solid #e1e1e1;
    vertical-align: top; }
    .bbb_ausstattung tr td:first-of-type {
      width: 30%; }

.hinweis .bbb_ausstattung {
  margin-top: 10px;
  width: 100%; }

/*Ende BBB-Formular*/
#searchresults .sr_img {
  float: left;
  margin-right: 5px; }
#searchresults .infobox_button {
  margin-top: 10px; }

.domainuebersicht td {
  vertical-align: top; }

#msg {
  border: 1px solid #444;
  padding: 20px;
  margin: 30px 0;
  -moz-box-shadow: 0px 5px 25px -8px #848484;
  -webkit-box-shadow: 0px 5px 25px -8px #848484;
  box-shadow: 0px 5px 25px -8px #848484; }

/* AWESOME INPUTS START */
.pro_checkbox {
  background-image: url("/_intern/js/pro_awesome_inputs/checkbox_deactive.png");
  background-position: 0 2px;
  display: inline-block;
  height: 31px;
  width: 29px;
  padding-bottom: 3px;
  position: relative;
  top: 13px; }

.pro_checkbox.active {
  background-image: url("/_intern/js/pro_awesome_inputs/checkbox_active.png"); }

.pro_radio {
  background-image: url("/_intern/js/pro_awesome_inputs/radio_unchecked.png");
  display: inline-block;
  height: 31px;
  width: 29px; }

.pro_radio.active {
  background-image: url("/_intern/js/pro_awesome_inputs/radio_checked.png"); }

.pro_text {
  background-color: white;
  background-image: url("/_intern/js/pro_awesome_inputs/selector_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #dfdedb;
  color: #78756e;
  height: 28px;
  line-height: 28px;
  padding: 0 20px 0 10px;
  text-align: left; }

.pro_options {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: -moz-use-text-color #dfdedb #dfdedb;
  border-image: none;
  border-right: 1px solid #dfdedb;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  max-height: 200px;
  overflow: auto;
  position: relative;
  z-index: 2; }

.pro_options div {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #78756e;
  cursor: default;
  padding: 4px 20px 4px 10px; }

.pro_options div:hover {
  background-color: #800031;
  color: #fff; }

/* AWESOME INPUTS END */
.einzelbild {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  /*filter: grayscale(1);*/
  max-width: 120px !important; }

#bewerberbild {
  transition: all 0.5s ease 0s; }
  #bewerberbild:hover {
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

.einzelbild_pos_1 {
  margin-left: 12px;
  margin-top: 27px;
  max-width: 130px !important;
  position: absolute;
  transition: all 1s ease 0s; }

.einzelbild_pos_2 {
  margin-left: 145px;
  margin-top: 45px;
  max-width: 100px !important;
  position: absolute;
  transition: all 1s ease 0s; }

.einzelbild_pos_5 {
  margin-left: 248px;
  margin-top: 10px;
  max-width: 120px !important;
  position: absolute;
  transition: all 1s ease 0s; }

.einzelbild_pos_7 {
  margin-left: 372px;
  margin-top: 62px;
  max-width: 100px !important;
  position: absolute;
  transition: all 1s ease 0s;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.einzelbild_pos_3 {
  margin-left: 35px;
  margin-top: 190px;
  max-width: 110px !important;
  position: absolute;
  transition: all 1s ease 0s; }

.einzelbild_pos_4 {
  margin-left: 145px;
  margin-top: 172px;
  max-width: 129px !important;
  position: absolute;
  transition: all 1s ease 0s;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.einzelbild_pos_6 {
  margin-left: 272px;
  margin-top: 161px;
  max-width: 100px !important;
  position: absolute;
  transition: all 1s ease 0s; }

.einzelbild_pos_8 {
  margin-left: 372px;
  margin-top: 190px;
  max-width: 100px !important;
  position: absolute;
  transition: all 1s ease 0s;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg); }

#inc_searchbar {
  background-color: #f5f5f4;
  border: 1px solid #e4e4e4;
  font-size: 20px;
  line-height: 35px;
  padding: 10px;
  position: relative;
  width: 45%;
  min-width: 700px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto; }
  #inc_searchbar #domain_input, #inc_searchbar #tld_input {
    /*
     #domain_input,
     #tld_input {
     border: 1px solid #e4e4e4;
     color: #a8a8a8;
     height: 38px;
     line-height: 35px;
     padding: 0px 5px;
     color: black;
     }
     #domain_input {
     width: 200px;
     }
     #tld_input {
     width: 130px;
     }
     #tld_dropdown
     {
     display:inline;
     }
     }
     */
    border: 1px solid #e4e4e4;
    color: #a8a8a8;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
    color: black; }
  #inc_searchbar #domain_input {
    width: 300px;
    max-width: 100%; }
  #inc_searchbar #tld_input {
    width: 100px;
    max-width: 100%; }
  #inc_searchbar div.descr {
    margin-bottom: 10px;
    /* dropdown */ }
  #inc_searchbar #tld_dropdown {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #fff;
    width: 150px;
    border: 1px solid #e4e4e4;
    z-index: 2;
    max-height: 350px;
    overflow: auto; }
  #inc_searchbar #tld_dropdown ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none; }
    #inc_searchbar #tld_dropdown ul li {
      text-align: left; }
  #inc_searchbar #tld_dropdown li > span {
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
    display: block;
    line-height: 25px;
    cursor: default;
    font-style: italic; }
  #inc_searchbar #tld_dropdown > ul > li > ul > li > span {
    font-weight: normal;
    font-size: 15px;
    padding-left: 20px;
    font-style: normal; }
  #inc_searchbar #tld_dropdown > ul > li > ul > li > span:hover, #inc_searchbar #tld_dropdown > ul > li > ul > li > span.active {
    background-color: #09c;
    color: white; }
  #inc_searchbar .d_input {
    float: left; }

/* END: dropdown */
.bbb_ausstattung {
  width: 90%; }

.jt_ct {
  margin: 20px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  column-gap: 5px;
  row-gap: 20px;
  flex-wrap: wrap; }
  .jt_ct .item {
    border: 1px solid #073e52;
    border-top: none;
    width: 25%;
    min-width: 200px;
    max-width: 100%;
    border-radius: 3px;
    box-sizing: border-box; }
    .jt_ct .item .head {
      padding: 0 20px 20px 20px;
      color: white;
      border-radius: 3px;
      background: #073e52;
      text-align: center; }
      .jt_ct .item .head .icon {
        text-align: center;
        background: #073e52;
        padding-top: 20px; }
        .jt_ct .item .head .icon img {
          width: 50px;
          height: auto; }
      .jt_ct .item .head h3 {
        font-size: 30px;
        color: white; }
    .jt_ct .item .txt, .jt_ct .item .preis {
      padding: 20px;
      font-size: 14px; }
      .jt_ct .item .txt .geld, .jt_ct .item .preis .geld {
        font-weight: bold;
        font-size: 20px; }
    .jt_ct .item .jt_bt_ct {
      text-align: center; }
      .jt_ct .item .jt_bt_ct .button {
        margin: 20px auto;
        font-size: 18px;
        font-weight: bold;
        padding: 3px 20px;
        width: 60%;
        display: inline-block; }

#cookiebanner a {
  color: #fff;
  text-decoration: underline; }

#cookiebanner a:hover {
  text-decoration: underline; }

#cookiebanner div {
  padding: 10px;
  padding-right: 40px; }

#cookiebanner {
  text-align: center;
  border-bottom: 1px solid black;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 1;
  width: calc(100% - 20px);
  font-size: 12px;
  line-height: 1.3em;
  padding: 10px; }
  #cookiebanner p {
    margin: 0.5em 0; }

#cookiebannerCloser {
  color: #2f2f2f;
  font: 14px/100% arial, sans-serif;
  /*
   position: absolute;
   right: 5px;
   */
  margin: 0 auto;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
  background: #ced6df;
  /* Old browsers */ }

#cookiebannerCloser:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid #7b92a9;
  border-left: 1px solid #7b92a9; }

/*Quizzzzzzz*/
#datenschutz {
  min-width: 750px;
  min-height: 300px; }

.quiz_row {
  margin-bottom: 30px; }
  .quiz_row.notimer {
    min-height: 760px; }
  .quiz_row .frage {
    font-weight: bold;
    margin-bottom: 20px; }
  .quiz_row .antwort {
    /*	margin: 0 0 0 20px;*/ }
    .quiz_row .antwort .item {
      background-color: #f5f5f4;
      color: black;
      padding: 8px;
      min-height: 70px; }
      .quiz_row .antwort .item .ist {
        color: #073e52; }
    .quiz_row .antwort .float {
      float: left;
      width: 20%;
      margin-right: 10px; }
  .quiz_row .next, .quiz_row input[type="submit"] {
    background-color: #0f85b0;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* behavior: url("/_intern/css/PIE.htc"); */
    text-align: center;
    width: 150px; }
    .quiz_row .next.aktiv, .quiz_row input[type="submit"].aktiv {
      cursor: pointer;
      background-color: #0b6281; }

.csstest {
  cursor: pointer;
  z-index: 3;
  position: absolute;
  left: 70%;
  color: #dbd7d7; }

#quiz #timer {
  font-size: 30px;
  color: black;
  width: 50px;
  height: 42px;
  text-align: center;
  border: 1px solid #073e52;
  margin-bottom: 20px; }
#quiz .fs_container {
  margin-bottom: 20px;
  font-size: 12px; }
  #quiz .fs_container .fs_outer {
    width: 500px;
    max-width: 100%;
    height: 5px;
    background-color: #e8e8e8; }
    #quiz .fs_container .fs_outer .fs_inner {
      height: 5px;
      background-color: #073e52; }

#quiz_result .option {
  display: block;
  margin: 5px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid transparent; }
  #quiz_result .option.rightAnswer {
    font-weight: bold; }
  #quiz_result .option.userAnswer {
    color: red; }
  #quiz_result .option.rightAnswer.userAnswer {
    color: green;
    font-weight: bold; }

/*Ende Quizzzzzzz*/
/*cookiebox*/
#cookiebox {
  display: none;
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  font-size: 15px;
  width: 810px;
  max-width: 90%;
  background-color: white;
  border: 1px solid #dadada;
  padding-bottom: 20px;
  -moz-box-shadow: 5px 3.33333333px 10px -5px #000;
  -webkit-box-shadow: 5px 3.33333333px 10px -5px #000;
  box-shadow: 5px 3.33333333px 10px -5px #000;
  z-index: 11; }

#cookiebox .head {
  background-color: #09c;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  position: relative; }

#cookiebox .head .close {
  position: absolute;
  right: 10px;
  /* font-weight: bold; */
  font-size: 11px;
  top: 10px;
  padding: 0 5px 2px 5px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 11px;
  border: 2px solid white; }

#cookiebox .cb_text {
  text-align: left;
  padding: 10px;
  font-size: 12px;
  line-height: 1.2em; }

#cookiebox .cb_text a {
  color: #744d9f; }

#cookiebox .cb_text .disabled {
  color: #989898; }

#cookiebox .cb_text .cb_item {
  display: none;
  padding-bottom: 10px; }

#cookiebox .cb_text .cb_item .cb_item_head {
  color: black;
  cursor: pointer;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 10px;
  position: relative; }

#cookiebox .cb_text #cb_uebernehmen {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right; }

#cookiebox .cb_text .mehrinfo {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }

#cookiebox .cb_text .mehrinfo .head1 {
  padding: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative; }

#cookiebox .cb_text .mehrinfo .head1:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #000; }

#cookiebox .cb_text .mehrinfo .head1.open:before {
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #000 transparent transparent transparent; }

#cookiebox .cb_buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#cookiebox .cb_buttons.new #cb_alle {
  background-color: #f08123 !important;
  color: white !important; }

#cookiebox .cb_buttons.new button[type="submit"] {
  background-color: #dadada;
  color: black; }

#cookiebox .cb_buttons input[type="submit"], #cookiebox .cb_buttons button, #cookiebox .cb_buttons #cb_mehrinfo, #cookiebox .cb_buttons #cb_alle {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  height: initial;
  padding: 12px 22px;
  text-align: center;
  line-height: 1; }

#cookiebox .cb_buttons button.cb {
  height: 43px;
  font-size: 14px; }

#cookiebox .cb_buttons #cb_mehrinfo, #cookiebox .cb_buttons #cb_alle {
  font-weight: bold;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 14px;
  border: 0;
  cursor: pointer;
  background-color: #dadada;
  color: black;
  margin-right: 10px; }

#cookiebox .cb_buttons #cb_alle {
  margin-right: 0;
  margin-left: 10px; }

#decker {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10; }

/*END cookiebox*/
/*Saucooles Supermenu*/
.supermenu {
  display: none;
  background: white;
  position: fixed;
  top: 0px;
  right: -100vw;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-size: 20px; }
  .supermenu ul li {
    position: initial; }
  .supermenu .close {
    position: relative;
    width: 20px;
    position: absolute;
    z-index: 3;
    right: 28px;
    top: 20px; }
    .supermenu .close img {
      max-width: 100%;
      height: auto; }
  .supermenu .navi {
    text-align: right;
    padding: 5px;
    height: 50px; }
    .supermenu .navi.top {
      text-align: left; }
    .supermenu .navi #sm_suche {
      position: absolute;
      right: 70px;
      top: 20px;
      z-index: 1;
      opacity: 0.6; }
    .supermenu .navi #suche_container {
      display: none; }
    .supermenu .navi .back {
      position: absolute;
      left: 30px;
      top: 22px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .supermenu .navi .back:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 17px;
        display: block;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-color: black;
        border-width: 1px 1px 0px 0px;
        transform: rotate(225deg);
        /*z.B: .transition(all, 2s, linear, 0s);*/
        -webkit-transition: all linear 0.2s 0s;
        -moz-transition: all linear 0.2s 0s;
        -ms-transition: all linear 0.2s 0s;
        -o-transition: all linear 0.2s 0s; }
  .supermenu .hasentries {
    /*
     width:20px;
     height:20px;
     */
    position: relative; }
    .supermenu .hasentries:after {
      content: '';
      position: absolute;
      top: 10px;
      right: -20px;
      display: block;
      width: 10px;
      height: 10px;
      border-style: solid;
      border-color: black;
      border-width: 1px 1px 0px 0px;
      transform: rotate(45deg);
      /*z.B: .transition(all, 2s, linear, 0s);*/
      -webkit-transition: all linear 0.2s 0s;
      -moz-transition: all linear 0.2s 0s;
      -ms-transition: all linear 0.2s 0s;
      -o-transition: all linear 0.2s 0s; }
  .supermenu .level1 {
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2;
    position: relative;
    overflow-y: scroll; }
    .supermenu .level1 ul {
      margin-left: 15px; }
      .supermenu .level1 ul li {
        cursor: pointer;
        padding: 8px 0; }
  .supermenu .level2 {
    background: white;
    position: absolute;
    top: 0;
    right: -100vw;
    /*left:-300px;*/
    width: 100vw;
    height: 100vh;
    z-index: 3; }
    .supermenu .level2 ul {
      margin-left: 30px; }
  .supermenu .level3 {
    background: white;
    position: absolute;
    top: 0px;
    right: -100vw;
    width: 100%;
    height: 100%;
    z-index: 4; }
  .supermenu .head {
    font-weight: 600;
    margin: 13px 0 10px 20px; }
    .supermenu .head a {
      position: relative; }
      .supermenu .head a:after {
        content: '';
        position: absolute;
        top: 6px;
        right: -20px;
        display: block;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-color: black;
        border-width: 1px 1px 0px 0px;
        transform: rotate(45deg);
        /*z.B: .transition(all, 2s, linear, 0s);*/
        -webkit-transition: all linear 0.2s 0s;
        -moz-transition: all linear 0.2s 0s;
        -ms-transition: all linear 0.2s 0s;
        -o-transition: all linear 0.2s 0s; }
  .supermenu a {
    color: black;
    font-weight: 600;
    text-decoration: none;
    width: 80%;
    max-width: 80%;
    text-decoration: none;
    display: block; }
    .supermenu ul li {
      list-style-type: none; }
      .supermenu ul li:before {
        content: none; }
  .supermenu #sm_suche_mobile {
    display: none;
    position: absolute;
    left: 20px;
    top: 0px;
    width: calc(100% - 100px);
    z-index: 2; }
    .supermenu #sm_suche_mobile input[type="text"] {
      width: 70%;
      min-width: 40px;
      height: 43px;
      border: 1px solid black;
      padding: 10px;
      box-sizing: border-box; }
    .supermenu #sm_suche_mobile button[type="submit"] {
      width: 40px;
      height: 43px;
      border: 1px solid black;
      border-left: none;
      border-radius: 0;
      background: white;
      position: relative;
      top: 14px;
      left: -6px; }
      .supermenu #sm_suche_mobile button[type="submit"]:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 17px;
        display: block;
        width: 15px;
        height: 15px;
        border-style: solid;
        border-color: black;
        border-width: 1px 1px 0px 0px;
        transform: rotate(45deg);
        /*z.B: .transition(all, 2s, linear, 0s);*/
        -webkit-transition: all linear 0.2s 0s;
        -moz-transition: all linear 0.2s 0s;
        -ms-transition: all linear 0.2s 0s;
        -o-transition: all linear 0.2s 0s; }
