/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



/* ---- RESET - Resets default browser CSS.  --------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  background: #f5f5f5;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }

/* END Reset */





/* ----------   WHIZZZ   ---------------- */



/* ///// LOGO /////  */

#logo {
    float: left;
    padding-top: 25px;
}

#logo img {
    width: 220px;
}

#logo-scrolldown {
    display: none;
    float: left;
    padding-top: 2px;
}




/* ///// NAVIGATION /////  */

#navigation {
    width: auto;
    display: block;
    float: right;
    padding-top: 140px;
    margin-bottom: 14px;
}

#navigation-responsive {
    width: auto;
    display: none;
    float: right;
    padding-top: 140px;
    margin-bottom: 14px;
}


/* ///// FONTS ///// */

@font-face {
  font-family: 'sinkinsans-200';
  src: url('../css/fonts/sinkinsans-200.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/sinkinsans-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/sinkinsans-200.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/sinkinsans-200.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/sinkinsans-200.svg#svgsinkinsans-200') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'sinkinsans-400';
  src: url('../css/fonts/sinkinsans-400.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/sinkinsans-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/sinkinsans-400.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/sinkinsans-400.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/sinkinsans-400.svg#svgsinkinsans-400') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'sinkinsans-500';
  src: url('../css/fonts/sinkinsans-500.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/sinkinsans-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/sinkinsans-500.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/sinkinsans-500.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/sinkinsans-500.svg#svgsinkinsans-500') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'sinkinsans-700';
  src: url('../css/fonts/sinkinsans-700.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/sinkinsans-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/sinkinsans-700.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/sinkinsans-700.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/sinkinsans-700.svg#svgsinkinsans-500') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'sinkinsans-800';
  src: url('../css/fonts/sinkinsans-800.eot'); /* IE9 Compat Modes */
  src: url('../css/fonts/sinkinsans-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/sinkinsans-800.woff') format('woff'), /* Pretty Modern Browsers */
       url('../css/fonts/sinkinsans-800.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/sinkinsans-800.svg#svgsinkinsans-800') format('svg'); /* Legacy iOS */
}

strong {
    font-family: "sinkinsans-800";
}


/* /// DJ MEGA MENU ///  */

.dj-megamenu li ul.dj-subtree {
    padding: 0 0 0 0px !important;
}

.dj-megamenu li ul.dj-subtree > li > a {
    padding: 8px 0px !important;
    transition: all ease 0.3s;
}

.dj-megamenu li ul.dj-subtree > li > a:hover {
    color: #00afab !important;
}

.dj-megamenu li ul.dj-submenu > li > a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.dj-megamenu li ul.dj-submenu > li > a:hover {
    color: #00afab !important;
}

.dj-megamenu li ul.dj-submenu > li.parent > a::after {
    content: "" !important;
}

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
    font-size: 35px !important;
    background: transparent !important;
}



/* ///// CONTAINER /////  */


#topWrapper {
    width: 88%;
    max-width: 1400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    display: block;
    text-align: left;
    overflow: visible;
}

#topWrapper-scrolldown {
    position: fixed;
    width: 100%;
    height: 66px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    text-align: left;
    overflow: visible;
    display: none;
    z-index: 1000;
}

#mainWrapper {
    width: 88%;
    max-width: 1400px;
    padding: 2%;
    background: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 0px;
}

#header {
    width: 100%;
    background: #2a2a2a;
    position: relative;
    display: inline-block;
    line-height: 0.6;
}

#header-rechts-container {
    background: #2a2a2a;
    padding: 3%;
    color: #c2c2c2;
    width: 28%;
    float: right;
}

.header-rechts-text {
    color: #fff;
}

#header-rechts h2 {
    font-family: "sinkinsans-700";
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}


.btn1 {
    background: #01b0ab;
    border: 2px solid #01b0ab;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-family: "sinkinsans-400" !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    padding: 13px 35px;
    height: auto;
    line-height: 20px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
}

.btn1:hover {
    background: #2a2a2a;
}


.btn2 {
    border: 2px solid #01b0ab;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-family: "sinkinsans-400" !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    padding: 13px 35px;
    height: auto;
    line-height: 20px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
}

.btn2:hover {
    background: #01b0ab;
}

hr {
    border: none;
    height: 1px;
    margin: 30px 0;
    background: #4a4a4a;
}


#headerbild {
    width: 66%;
    position: relative;
    display: block;
    float: left;
}

.headerbild {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 13px 0px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 13px 0px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 13px 0px 15px -5px rgba(0,0,0,0.75);
}

.headerbild:before {
    content: "";
    position: absolute;
    background-image: url(../images/swiss-avacube.png);
    top: 170px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    width: 52px;
    height: 57px;
}

.headerbild-text {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    font-family: "sinkinsans-200";
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2.5px;
}

.headerbild-text-klein {
    position: absolute;
    top: 295px;
    left: 0;
    width: 100%;
    font-family: "sinkinsans-500";
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

#paket {
    width: 100%;
    display: inline-block;
    margin-top: 2%;
    white-space: nowrap;
}

#paket img {
    max-width: 100px;
}

#paket1 {
    position: relative;
    width: 28%;
    margin-right: 2%;
    padding: 2%;
    float: left;
    text-align: center;
    background: #f5f5f5;
    border-bottom: solid 0px #01b0ab;
    height: 290px;
    transition: all ease 0.3s;
}

#paket2 {
    position: relative;
    width: 28%;
    margin-right: 2%;
    padding: 2%;
    float: left;
    text-align: center;
    background: #f5f5f5;
    border-bottom: solid 0px #01b0ab;
    height: 290px;
    transition: all ease 0.3s;
}

#paket3 {
    position: relative;
    width: 28%;
    padding: 2%;
    float: left;
    text-align: center;
    background: #f5f5f5;
    border-bottom: solid 0px #01b0ab;
    height: 290px;
    transition: all ease 0.3s;
}

#paket1:hover, #paket2:hover, #paket3:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
-webkit-box-shadow: 0px -10px 91px -4px rgba(0,0,0,0.18);
-moz-box-shadow: 0px -10px 91px -4px rgba(0,0,0,0.18);
box-shadow: 0px -10px 91px -4px rgba(0,0,0,0.18);
}

.pakete-titel {
    font-family: "sinkinsans-700";
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #2a2a2a;
}

#paket1 p, #paket2 p, #paket3 p {
    color: #2a2a2a;
}

.moreinfos {
    position: absolute;
    bottom: 30px;
    height: 26px;
    line-height: 30px;
    padding: 0px 0px;
    background: #01b0ab;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    left: 0;
    right: 0;
    width: 155px;
    margin-left: auto;
    margin-right: auto;
    transition: all ease 0.3s;
}

#paket1:hover, #paket2:hover, #paket3:hover {
    border-bottom: solid 3px #2a2a2a;
}

#paket1:hover .moreinfos, #paket2:hover .moreinfos, #paket3:hover .moreinfos {
     background: #2a2a2a;
     bottom: 0px;
}

#banner {
    position: relative;
    width: 92%;
    display: block;
    max-width: 1497px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -7px;
    overflow: hidden;
}

.banner { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.banner img { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.titel-dunkel h2 {
    position: absolute;
    top: 35%;
    width: 100%;
    color: #7a6f73;
    font-family: "sinkinsans-700";
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
}

.titel-hell h2 {
    position: absolute;
    top: 35%;
    width: 100%;
    color: #e6e6e6;
    font-family: "sinkinsans-700";
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
}



/* ////// KOSTENVERGLEICH ////// */

#kostenvergleich {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14% 0 10% 0;
}

#kostenvergleich .moduletable {
    flex: 1 40%;
    height: 100%;
}

#kostenvergleich .newsflash {
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.15);
    margin: 0 5%;
    border: solid 10px #fff;
}

#kostenvergleich .newsflash #beitrag {
    padding: 2%;
    background: #f5f5f5;
    border-bottom: solid 10px #fff;
    margin: 0;
}

#kostenvergleich #beitrag:nth-last-child(1)  {
    border-bottom: solid 0px;
}

#kostenvergleich h2, #kostenvergleich h3, #kostenvergleich h4 {
    text-align: center;
}

#kostenvergleich h2 {
    position: relative;
    width: 100%;
}

#kostenvergleich .kosten-server-vor-ort #beitrag {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
#kostenvergleich .kosten-server-vor-ort h2:before {
    content: "";
    position: absolute;
    width: 6vw;
    height: 5.9vw;
    background-image: url(../images/kostenvergleich-server.svg);
    background-size: cover;
    left: 50%;
    margin-left: -3vw;
    top: -9vw;
}

#kostenvergleich .kosten-mit-avacube #beitrag {
    height: 243px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kostenvergleich .kosten-mit-avacube h2:before {
    content: "";
    position: absolute;
    width: 10vw;
    height: 5.7vw;
    background-image: url(../images/kostenvergleich-avacube.svg);
    background-size: cover;
    left: 50%;
    margin-left: -5vw;
    top: -9vw;
}

#kostenvergleich .newsflash.kosten-mit-avacube #beitrag:first-child {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#13a399+0,1a8275+100 */
background: #13a399; /* Old browsers */
background: -moz-linear-gradient(left, #13a399 0%, #1a8275 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #13a399 0%,#1a8275 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #13a399 0%,#1a8275 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a399', endColorstr='#1a8275',GradientType=1 ); /* IE6-9 */
    height: 380px;
}

#kostenvergleich .newsflash.kosten-mit-avacube #beitrag:first-child h3,
#kostenvergleich .newsflash.kosten-mit-avacube #beitrag:first-child h4,
#kostenvergleich .newsflash.kosten-mit-avacube #beitrag:first-child h5 {
    color: #fff;
}

#kostenvergleich .newsflash.kosten-mit-avacube #beitrag:first-child h5 {
    border-bottom: solid 1px #00ab9d;
}

#kostenvergleich-responsive {
    margin: 20% 0 0 0;
    display: none;
}

#vorteile {
    position: relative;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    padding: 2% 3% 7% 3%;
    margin-top: 2%;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}


.parallax-container {
    width: 100%;
    max-width: 1494px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 2% 0% 2% 0%;
    margin: 2% 0 2% 0;
    background-image: url(../images/vorteile.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


.vorteile-links {
    width: 35%;
    float: left;
}

.vorteile-mitte {
    width: 30%;
    float: left;
    display: block;
}

.vorteile-mitte img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vorteile-rechts {
    width: 35%;
    float: left;
}

.vorteile-titel {
    text-align: center;
    font-family: "sinkinsans-200";
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.check {
    position: relative;
    border-bottom: solid 1px #01b0ab;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 12px;
}

.check:before {
    content: "";
    background-image: url("../images/check.png");
    position: absolute;
    width: 25px;
    height: 19px;
    left: 0;
    margin-left: -40px;
}

li.check {
    list-style: none;
}

.aufzaehlung {
    position: relative;
    border-bottom: solid 1px #01b0ab;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 12px;
}

.aufzaehlung:before {
    content: "";
    background-image: url("../images/check-green.png");
    position: absolute;
    width: 25px;
    height: 19px;
    left: 0;
    margin-left: -40px;
}

li.aufzaehlung {
    list-style: none;
}

li {
    font-size: 12px;
}



#bottom-row {
    width: 100%;
    display: inline-block;
    margin-top: 2%;
    margin-bottom: -7%;
}

#bottom-row1 {
    width: 30%;
    float: left;
    background: #2a2a2a;
    color: #fff;
}

#bottom-row1 a {
    color: #fff;
    text-decoration: none;
    transition: all ease 0.3s;
}

#bottom-row1 a:hover {
    color: #01b0ab;
}

#bottom-row2 {
    width: 27%;
    float: left;
    padding: 0% 3% 0 5%;
}

#bottom-row3 {
    width: 25%;
    float: left;
    padding: 0% 5% 0 5%;
}

.support-center-titel {
    font-family: "sinkinsans-700";
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.support-center {
    padding: 3% 0 3% 9%;
}

.support-center-bild {
    border-bottom: solid 3px #01b0ab;
}


#partner {
    width: 92%;
    max-width: 1497px;
    padding: 0%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 2%;
}

#partner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
}

.partner-text {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: #cecece;
    left: 0;
    right: 0;
}

#partner1 {
    position: relative;
    width: 30%;
    padding: 1%;
    float: left;
    text-align: center;
    background: #ffffff;
    transition: all ease 0.3s;
    margin-right: 2%;
    height: 190px;
}

#partner2 {
    position: relative;
    width: 30%;
    padding: 1%;
    float: left;
    text-align: center;
    background: #ffffff;
    transition: all ease 0.3s;
    margin-right: 2%;
    height: 190px;
}

#partner3 {
    position: relative;
    width: 30%;
    padding: 1%;
    float: left;
    text-align: center;
    background: #ffffff;
    transition: all ease 0.3s;
    height: 190px;
}



#footer {
    width: 100%;
    padding: 2% 0% 0% 0%;
    background: #2a2a2a;
    color: #6b6b6b;
    border-top: solid 10px #03a49f;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 2%;
}

#footer1 {
    width: 27%;
    padding: 3%;
    float: left;
    text-align: left;
    transition: all ease 0.3s;
    margin-right: 0;
}

#footer2 {
    display: block;
    width: 26%;
    padding: 3%;
    float: left;
    text-align: center;
    transition: all ease 0.3s;
    margin-right: 0;
}

#footer3 {
    width: 27%;
    padding: 3%;
    float: left;
    text-align: right;
    transition: all ease 0.3s;
    margin-right: 0;
}


a.anfrage {
    background: #01b0ab;
    color: #fff;
    padding: 20px;
    font-family: "sinkinsans-700";
    font-size: 20px;
    transition: all ease 0.3s;
}

a.anfrage:hover {
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
}







/* ----- ///// NEWS SHOW PRO ///// ----- */


.nspArts {
    overflow: hidden;
    padding: 0;
}


.nspMain .nspPagination li, .nspMain .nspBotInterface .nspPagination li {
    border: 1px solid #505050!important;
    border-top: 1px solid #505050!important;
    border-bottom: 1px solid #505050!important;
}

.nspMain .nspPagination li:hover, .nspMain .nspPagination li.active {
    border-color: #009fa0!important;
    border-top-color: #009fa0!important;
    border-bottom-color: #009fa0!important;
}

.nspMain .nspPagination li, .nspMain .nspBotInterface .nspPagination li {
    border: 1px solid #444444!important;
    border-top: 1px solid #444444!important;
    border-bottom: 1px solid #444444!important;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    margin: 2px 4px 0 0!important;
    padding: 0;
    text-indent: -999em;
    width: 12px;
}

.nspNext, .nspPrev {
    border: none !important;
    cursor: pointer !important;
    float: left !important;
    height: 20px !important;
    margin: 0 4px !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
    text-indent: -9999px !important;
    width: 13px !important;
}

.nspNext:after, .nspPrev:after {
    border: 1px solid #505050;
}

.nspPrev:before {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    content: "";
    display: block;
    float: left;
    margin: 3px 0 0 4px;
}

.nspNext:before {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    content: "";
    display: block;
    float: left;
    margin: 3px 0 0 4px;
}

.nspNext:after, 
.nspPrev:after {
    border: 1px solid #444444;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
}

.nspNext:after {
	left: -6px;
}
.nspPrev:after {
	left: 6px;
}

.nspNext:hover:after,
.nspPrev:hover:after {
	border-color: #e45425;
}


.nspPagination li:hover, .nspPagination li.active {
    background-color: transparent !important;
}

.nspPagination li {
    background: transparent !important;
}

.nspArt h4.nspHeader {
    font-size: 14px;
    margin: 0;
    padding: 0px 0px 10px 0px !important;
}

.nspArt h4.nspHeader a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-family: "sinkinsans-700";
    letter-spacing: 1px;
}

.nspArt img.nspImage {
    max-width: 100%;
    border: solid 1px #ccc !important;
}

.nspBotInterface, .nspTopInterface {
    margin: -5px 0 !important;
}



/* /// FOX CONTACT /// */


div#fox-container-m1106 .control-label, div#fox-container-m1106 .control-label label {
    display: inline-block;
    font-family: "sinkinsans-700";
    font-size: 12px;
}

div#fox-container-m1106 .fox-form input[type="text"]:hover, div#fox-container-m1106 .fox-form input[type="email"]:hover, div#fox-container-m1106 .fox-form textarea:hover, div#fox-container-m1106 .fox-form input[type="text"]:focus, div#fox-container-m1106 .fox-form input[type="email"]:focus, div#fox-container-m1106 .fox-form textarea:focus {
    background-color: #f5f5f5;
}

div#fox-container-m1106 .fox-form select, div#fox-container-m1106 .fox-form textarea, div#fox-container-m1106 .fox-form input[type="text"], div#fox-container-m1106 .fox-form input[type="email"] {
    border-radius: 0px;
}

input, textarea, select, button {
    font: 14px system-ui;
}



.kontakt-links {
    width: 60%;
    float: left;
}

.kontakt-rechts {
    width: 40%;
    float: left;
}

.backup {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.backup-links {
    width: 60%;
    float: left;
    font-size: 12px;
}

.backup-rechts {
    width: 40%;
    float: left;
}




/* ----------   LAYOUT   ---------------- */

html {}

body {
    width: 100%;
    font-family: "sinkinsans-400";
    letter-spacing: 1.2px;
    margin: 0px;
}

.wideWrap {
    display: inline;
    float: left;
    width: 100%;
}

.wideWrap.top {}
.wideWrap.rowA {}
.wideWrap.rowB {}
.wideWrap.rowC {}
.wideWrap.menu {margin-bottom: 15px;}
.wideWrap.breadcrumb {}
.wideWrap.mainrow {}
.wideWrap.rowD {}
.wideWrap.rowE {}
.wideWrap.rowF {}
.wideWrap.footer {}

#top {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

#topLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#topRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
}



#NavWrapper {
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    margin: 0 0 5px;
    padding-bottom: 0;
    width: 100%;
}

#Nav {
    float: left;
    padding: 5px 0;
}

ul.menu {
    margin-left: 0;
}

ul.menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 3px;
    padding: 0 4px;
}

ul.menu a {
    color: #666666;
    font-size: 18px;
    text-decoration: none;
}

ul.menu a:hover {
    text-decoration: underline;
}

ul.menu li.active {
    text-decoration: underline;
}


ul.menusideMenu {
    color: #666666;
    font-size: 20px;
    line-height: 25px;
    margin-left: 23px;
}

ul.menusideMenu li.active {
    text-decoration: underline;
}


#breadcrumb {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    width: 100%;
}

.breadcrumbs {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
}

#breadcrumbLeft {
    background: none repeat scroll 0 0 transparent;
    float: left;
}

#breadcrumbRight {
    background: none repeat scroll 0 0 transparent;
    float: right;
    text-align: right;
}

#mainrow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#left-col {
	float: left;

}

#left-col-cont {
}

#left-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#main-col {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin-top: 0px;
    width: 100% !important;
}

#main-col-cont {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

#right-col {
	float: right;
}

#right-col-cont .moduletable {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#right-col-cont {
}

#adverttop {
    margin: 0 0 10px;
}

#advertBottom {
    margin: 10px 0 0;
}

#footWrapper{
    background: none repeat scroll 0 0 #DDDDDD;
    display: inline;
    float: left;
    width: 100%;
}

#debugRow { 
    display: inline;
    float: left;
}

#topLeft, #topRight {
    width: 470px;
}

#topRight {
    text-align: right;
}


#breadcrumb {
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {
    float: left;
    width: 42%;
    padding: 3%;
    background: #f5f5f5;
    border-bottom: solid 3px #00afab;
    margin-bottom: 3%;
    margin-right: 3%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 42%;
    padding: 3%;
    background: #f5f5f5;
    border-bottom: solid 3px #00afab;
    margin-bottom: 3%;
}

.cols-2 .column-1 img, .cols-2 .column-2 img {
    max-width: 300px;
}

.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}

.items-row.cols-1 {
    background: #f5f5f5;
    padding: 3%;
    border-bottom: solid 2px #00afab;
}

.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}
.column-2 {
    margin-left: 40%;
    width: 55%;
}
.column-3 {
    width: 30%;
}



/* END LAYOUT */	
	

/* ----------   TYPOGRAPHY  ---------------- */


a {
    color: #01b0ab;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.readmore a {
    text-decoration: underline;
}

p.readmore {
    margin-top: 30px;
}

p.readmore a {
    background: #00afab;
    color: #fff;
    width: 190px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "sinkinsans-700";
    transition: all ease 0.3s;
}

p.readmore a:hover {
    background: #2a2a2a;
}

p {
	margin: 5px 0;
	font-size:12px;
	line-height:22px;
}

h1, .componentheading {
    color: #444444;
    font-size: 48px;
    letter-spacing: -3px;
    line-height: 56px;
}

h2, .contentheading, h2 a {
color: #000000;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 30px;
    font-family: "sinkinsans-700";
    text-transform: uppercase;
}

h3,.moduletable h3 {
    font-family: "sinkinsans-700";
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.moduletable h3 {
    padding-left: 5px;
}

h4 {
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "sinkinsans-700";
}

h5 {
    color: #000000;
    padding: 2px 0 2px 4px;
    border-bottom: solid 1px #e0e0e0;
    text-align: center;
}

h6 {color: #ffffff;background: #999999;padding: 2px 0 2px 4px}

.breadcrumbs {font-size: 12px;font-style: italic; margin-left: 0;}

/* END TYPOGRAPHY */


/* ----------   MISC ELEMENTS ---------------- */

label {
    float: left;
    min-width: 122px;
}

ul {
    margin-left: 0px;
}

ul.actions {
    margin-left: 0;
}
	
ul.actions li {
    display: inline;
    list-style: none outside none;
    padding: 0;
}

 #system-message dd.error ul {
    margin-left: 0;
	background-position: 5px 40%;
}

th {
    padding: 3px;
}

caption, th, td {
    padding: 2px 10px 2px 2px;
    text-align: left;
}

thead tr {
    background: none repeat scroll 0 0 #EEEEEE;
}


fieldset.filters {margin: 10px 0;}

div.current {
    border: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
}

dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

div#sliders.pane-sliders div.panel h3#basic-details.title {
    padding: 2px 5px;
}


div.pane-slider {
    padding: 10px;
}

.panel {
    border: 1px solid;
    margin-top: -1px;
}


.contentpane {
	margin:10px;
}

/* END MISC ELEMENTS */


/* ----------   DEVELOPER  ---------------- */


.moduletable.greybox {
    background: none repeat scroll 0 0 #dddddd;
    color: #FFFFFF;
    height: 100%;
    padding: 5px;
    width: auto;
}

.custom.greybox {
	padding: 5px;
	min-height: 140px;

}

.custom.greybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
}

.greybox2 {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #FFFFFF;
    height: auto;
    padding: 0 3px;
    width: auto;
}

.greybox2 p {
    color: #666666;
    margin: 0;
    padding: 0;
}

p.righleftheight {height: 206px; }

.moduletablegreybox {
    background: none repeat scroll 0 0 #DDDDDD;
    min-height: 140px;
    padding: 5px;
    width: auto;
}

.moduletablegreybox p {
    color: #666666;
    line-height: 18px;
    margin: 0;
    padding: 5px;
}


/* END DEVELOPER */