/* Stylesheet scngmbh.de */
/* Design & Programming: Go Shape */
/* Autor: Daniel Bidmon */

@import url("reset.css");
@import url("unterseite.css");

/* General */

body {
  text-align: center;
  font-family: "Arial", sans-serif;
  color: #5f6468;
  font-size: 12px;
  line-height: 20px;
  background: #eaeaea url("../img/bg.jpg") top center repeat-x;
  }

#container {
  text-align: left;
  width: 960px;
  margin: 0 auto 20px auto;
  position: relative;
  background: #fff;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }

h1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 20px;
  }

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  }

h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  }

h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  }

a {
  color: #5ba0e2;
  }

a:hover {
  color: #333;
  }

/* LOGO */

#logo {
  position: absolute;
  height: 69px;
  width: 129px;
  left: 5px;
  display: block;
  background: url("../img/scn-logo.png") top center repeat-x;
  text-indent: -99999px;
  }

/* TOP */

#top {
  background: #454a4e url("../img/top-bg.jpg") top center repeat-x;
  height: 26px;
  }

#top ul {
  float: right;
  overflow: hidden;
  margin-right: 20px;
  }

#top ul li {
  float: left;
  padding-top: 7px;
  }

#top ul li a {
  float: left;
  color: #adadad;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-right: 1px solid #adadad;
  height: 10px;
  line-height: 10px;
  }

#top ul li.last a {
  border-right: none;
  }

#top ul li a:hover,
#top ul li a.active {
  color: #fff;
  }

/* NAV */

#nav {
  background: #508DB7 url("../img/nav-bg.jpg") top center repeat-x;
  height: 39px;
  line-height: 39px;
  }

#nav ul {
  float: right;
  overflow: hidden;
  margin-right: 20px;
  }

#nav ul li {
  float: left;
  margin-left: 1px;
  }

#nav ul li a {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5)
  }

#nav ul li a:hover,
#nav ul li.sub:hover,
#nav ul li.sub:hover a,
#nav ul li.active,
#nav ul li.active a {
  color: #3e4245;
  background: #ebebeb url("../img/nav-hover.png") top center repeat-x;
  text-shadow: none;
  }

#navleft {
  background: url("../img/navleft.jpg") top center repeat-x;
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 45px;
  left: -6px;
  }

#navright {
  background: url("../img/navright.jpg") top center repeat-x;
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 45px;
  right: -6px;
  }

/* NAV DROP */

#nav ul li.sub a {
  padding-right: 20px;
  background: url("../img/subarrow.png") top right no-repeat;
  }

#nav ul li.sub div.dropdown ul li a {
  background: none;
  }

#nav ul li.sub:hover a {
  background: url("../img/subarrow.png") bottom right no-repeat;
  }

#nav ul li div.dropdown {
  min-width: 130px;
  display: none;
  position: absolute;
  top: 65px;
  z-index: 3;
  background: #ebebeb;
  font-size: 12px;
  line-height: 18px;
  padding-top: 15px;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }

#nav ul li:hover div.dropdown {
  display: block;
  }
#nav ul li div.dropdown div.listContainer1 ul{width: 25%;}
#nav ul li div.dropdown div.listContainer3 ul{width: 33%;}
#nav ul li div.dropdown ul {width: 50%;}
#nav ul li div.dropdown ul.listCol1.last{width:auto;}


#nav ul li div.dropdown a {
  color: #3e4245;
  text-shadow: none;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding-left: 0;
  padding-right: 0;
  background: none;
  }

#nav ul li div.dropdown ul {
  float: left;
  margin-right: -2px;
  border-right: 1px solid #dfdfdf;
  }

#nav ul li div.dropdown ul.last {
  border-right: none;
  /*margin-right: 20px;*/
  }

#nav ul li div.dropdown ul li {
  display: block;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  }

#nav ul li div.dropdown ul a:hover {
  color: #5ba0e2;
  background: none;
  }

#nav ul li div.dropdown a.all {
  clear: both;
  border-top: 1px solid #fff;
  display: block;
  height: 26px;
  line-height: 26px;
  width: 100%;
  background: #454a4e url("../img/top-bg.jpg") top center repeat-x;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }

#nav ul li div.dropdown a.all:hover {
  background: url("../img/bottom-bg.png") top center repeat-x;
  }

/* STARTPAGE SEARCH */

li.search #searchbox input.sword{
  border: 1px solid #dfdfdf;
  width: 115px;
  margin-right: 20px;
  font-family: "Arial", sans-serif;
  color: #5f6468;
  font-size: 11px;
  height: 16px;
  }

li.search #searchbox input.submit{
  position: absolute;
  top: 12px;
  right: 15px;
  text-indent: -9999px;
  border: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url("../img/submit.png") top;
    font-size: 0;
    line-height: 0;
   }

li.search #searchbox input.submit:hover{
  background: url("../img/submit.png") bottom;
  cursor: pointer;
  }

/* TEASER */

#teaser {
  height: 240px;
  width: 960px;
  background: #ddd url("../img/loader.gif") center center no-repeat;
  position: relative;
  overflow: hidden;
  }

#teaser ul.tabs {
  position: absolute;
  bottom: 0;
  height: 40px;
  background: url("../img/tabs-bg.png") top center repeat-x;
  width: 960px;
  z-index: 2;
  }

#teaser ul.tabs li {
  float: left;
  line-height: 43px;
  }

#teaser ul.tabs li a {
  float: left;
  padding-left: 45px;
  padding-right: 45px;
  color: #fff;
  font-weight: bold;
  }

#teaser ul.tabs li a.active,
#teaser ul.tabs li a.active:hover  {
  background: #fff;
  color: #efa111;
  }

#teaser .tab_container div,
#content .content {
  display:none;
  }

#teaser .tab_container div.content_1,
#content div.content_1 {
  display:block;
  }

#teaser ul.tabs li.search {
  float: right;
  background: #fff;
  color: #efa111;
  padding: 0 15px;
  }

/* CONTENT */

#content {
  padding: 50px 45px;
  }

/* FOOTER */

#footer {
  background: url("../img/footer-bg.png") top center repeat-x;
  padding: 35px 45px;
  overflow: hidden;
  font-size: 11px;
  }

#footer #links {
  float: left;
  }

#footer div#contact {
  float: right;
  width: 195px;   /* 270px */
  padding-left: 70px;
  border-left: 1px solid #d5d5d5;
  }

#footer #links ul {
  float: left;
  width: 200px;
  }

#footer #links a {
  color: #5f6468;
  }

#footer #links a:hover {
  color: #5ba0e2;
  }

/* BOTTOM */

#bottom {
  background: #454A4E url("../img/bottom-bg.png") top center repeat-x;
  padding: 0 45px 0 45px;
  height: 33px;
  border-top: 1px solid #eaeaea;
  position: relative;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }

#bottom p {
  float: left;
  color: #dfdfdf;
  font-size: 11px;
  line-height: 11px;
  padding-top: 11px;
  }

#bottom ul {
  float: right;
  margin-right: 70px;
  margin-right /*\**/: 40px\9; /* IE8 hack */
  }

#bottom li {
  float: left;
  padding-top: 11px;
  }

#bottom li a {
  float: left;
  color: #dfdfdf;
  font-size: 11px;
  padding-right: 4px;
  padding-left: 4px;
  border-right: 1px solid #dfdfdf;
  height: 12px;
  line-height: 11px;
  }

#bottom li.last a {
  border-right: none;
  }

#bottom a {
  color: #dfdfdf;
  }

#bottom a:hover {
  color: #efa111;
  }


@media only screen and (min-width : 1480px) {
	body {
		-ms-transform: scale(1.5);
		-ms-transform-origin: top;
		-moz-transform: scale(1.5);
		-moz-transform-origin: top;
		-o-transform: scale(1.5);
		-o-transform-origin: top;
		-webkit-transform: scale(1.5);
		-webkit-transform-origin: top;
		transform: scale(1.5);
		transform-origin: top;
	}
    select {
        /* Firefox-Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=581604#c4; */
        -moz-transform: scale(.666666667);
    }
}

@media only screen and (min-width : 1974px) {
    body {
        -ms-transform: scale(2);
        -ms-transform-origin: top;
        -moz-transform: scale(2);
        -moz-transform-origin: top;
        -o-transform: scale(2);
        -o-transform-origin: top;
        -webkit-transform: scale(2);
        -webkit-transform-origin: top;
        transform: scale(2);
        transform-origin: top;
    }
    select {
        /* Firefox-Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=581604#c4; */
        -moz-transform: scale(.5);
    }

}

#nav > ul {
 width: 73%;
}


@charset "UTF-8";

#tx_cookies_showPermanent {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1040; /* higher than z-index of Bootstrap header */
}
#tx_cookies_inner {
    position: relative;
    padding: 20px 20px 10px 20px;
    text-align: left;
}
.tx_cookies h3 {
    margin: 0;
}
.tx_cookies input[type="checkbox"] {
    float: left;
    margin-right: 3px;
}

.tx_cookies button,
.tx_cookies input[type="submit"] {
    border: 0;
    cursor: pointer;
    padding: 0px 15px;
    font-size: 13px;
    width: 150px;
    height: 45px;
    border-radius: 3px;
}
.tx_cookies #tx_cookies_close {
    position: absolute;
    right: 1px;
    top: 10px;
    z-index: 99;
    color: #000;
    background-color: #fff;
    width: auto;
}

/* ###### COOKIE-BAR 09/2019 ###### */
/* ------ General styles ------ */

@media(min-width: 1480px){
  #tx_cookies{
    display: none;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%);
    width: 100%;
    min-height: 190px;
    max-width: 700px;
    margin-left: -350px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -ms-transform: scale(1);
    -ms-transform-origin: top;
    -moz-transform: scale(1);
    -moz-transform-origin: top;
    -o-transform: scale(1);
    -o-transform-origin: top;
    -webkit-transform: scale(1);
    -webkit-transform-origin: top;
    transform: scale(1);
    transform-origin: top;
  }
}

@media(max-width: 1479px){
  #tx_cookies{
    display: none;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%);
    width: 100%;
    min-height: 190px;
    max-width: 700px;
    margin-left: -350px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -ms-transform: scale(1);
    -ms-transform-origin: top;
    -moz-transform: scale(1);
    -moz-transform-origin: top;
    -o-transform: scale(1);
    -o-transform-origin: top;
    -webkit-transform: scale(1);
    -webkit-transform-origin: top;
    transform: scale(1);
    transform-origin: top;
  }
}

#tx_cookies_inner h3{
  margin-bottom: 15px;
  font-size: 20px;
}

#tx_cookies_inner p{
  margin-bottom: 15px;
}

.tx_cookies .necessary_wrap{
  opacity: 0.6;
}

.tx_cookies .necessary_wrap, .statistics_wrap{
  float: left;
}

.tx_cookies_privacyPolicy a{
  color: #5ba0e2;
}

/* ------ Crate necessary checkbox ------ */

.tx_cookies #necessary_checkbox{
  position: relative;
  float: left;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 2px solid #666;
  display: block;
  background-color: #ababab;
  border-color: #ababab;
}

.tx_cookies #necessary_checkbox:after{
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: inherit;
}

.tx_cookies .necessary_wrap label, .tx_cookies .statistics_wrap label {
  float: left;
  width: 100px;
  margin: 5px 0 0 5px;
}

.tx_cookies .cookie_buttons {
    text-align: right;
}

#tx_cookies_showPermanent {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 30px;
    color: #fff;
    border: 2px solid #5ba0e2;
    background-color: #5ba0e2;
    cursor: pointer;
    padding: 0px 15px;
    font-size: 13px;
    width: 180px;
    height: 30px;
}

.tx_cookies .submit_button,
.tx_cookies .submitAll_button{
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    border: 2px solid #5ba0e2;
    background-color: #5ba0e2;
}

#tx_cookies .submit_button {
    background: #FFF;
    border: 2px solid #5ba0e2;
    color: #308FD9;
    margin-right: 10px;
}

#tx_cookies .submit_button:hover {
    background: #333;
    border: 2px solid #333;
    color: white;
}

#tx_cookies .submitAll_button:hover {
    border-color: #333;
    background: #333;
}

/* ------ Create statistics checkbox ------ */

.statistics_wrap #statistics_checkbox{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

#statistics_checkbox{
  position: relative;
  float: left;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: 2px solid #666;
  display: block;
  background-color: #ababab;
  border-color: #ababab;
}

#statistics_checkbox:checked{
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}

#statistics_checkbox:checked:after{
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: inherit;
}

/* ------ Responsiveness ------ */

@media(max-width: 767px){
  #tx_cookies{
    position: fixed;
    background: #ffffff;
    bottom: 0;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%);
    max-width: 90%;
    margin-left: 0;
  }

    .tx_cookies .checkboxes .necessary_wrap {
        margin-bottom: 15px;
    }

   #tx_cookies .submit_button,
   #tx_cookies .submitAll_button{
        width: 100%;
   }

  #tx_cookies .submit_button{
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
