body {
    font-family: 'Roboto', sans-serif;

    color: #6b7d8e;
    background: #fff url(../img/pattern.png);
}

a,
a:visited {
    text-decoration: none;

    color: #6b7d8e;
}
a:hover {
    color: rgb(26,188,156);
}

#nav {
    display: none;
    float: right;

    width: 170px;
    margin-top: 18px;
}

.video {
    margin-right: 10px;
    margin-bottom: -5px;
}

.datenschutz {
    text-align: left;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    width: 100% !important;
}




#facebook-img {
    display: none;
}

#site-wrapper {
    background-color: #fff;
}

#navbar-wrapper {
    z-index: 10;

    padding: 20px 0;

    background-color: #fff;
    -webkit-box-shadow: 0 6px 5px -2px rgba(50, 50, 50, .15);
       -moz-box-shadow: 0 6px 5px -2px rgba(50, 50, 50, .15);
            box-shadow: 0 8px 6px -2px rgba(50, 50, 50, .15);
}

#navbar {
    height: 54px;

    background-color: #0055a7;
}

#content {
    color: #6b7d8e;
}

.highlight {
    color: #0055a7;
}

.highlight_c {
    font-size: 18px;

    margin-bottom: 0;

    color: #0055a7;
}

.head {
    font-size: 22px;

    margin-bottom: 0;

    color: #0055a7;
}

.highlight-green {
    font-size: 20px;

    margin-bottom: 7px;

    color: rgb(26,188,156);
}

#navigation > ul > li {
    float: right;
}

#navigation > ul ul {
    font-size: 80%;

    position: absolute;

    display: none;

    margin: 0;

    background-color: #0055a7;
}
#navigation li:hover > ul {
    display: block;
}

#logoContainer {
    float: left;

    margin-top: -15px;
}

#welcome {
    padding: 40px 0;

    text-align: center;
}

#welcome > :first-child {
    font-size: 22px;
}

#footer {
    margin-top: 90px;
    color: #ccc;
    background-color: #3f5d7b;
}

#footer a {
    transition: all 200ms ease;
    text-decoration: none;

    color: inherit;
}

#footer a:hover {
    color: #fff;
}

#contactMobile a:hover {
    opacity: .8;
}

#contact {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
}

#contact table {
    font-size: .95em;
}

#contact table th {
    font-size: 18px;

    padding-bottom: 10px;

    text-align: left;
    text-transform: uppercase;
}

#imprint {
    font-size: .95em;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
}

#imprint p {
    margin-bottom: 0;
}

#contactMobile {
    font-size: .95em;

    display: none;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
}

#contactMobile p {
    margin-bottom: 0;
}

#contactMobile p:first-child {
    font-size: 18px;

    margin-bottom: 9px;

    text-align: left;
    text-transform: uppercase;
}

#imprint p:first-child {
    font-size: 18px;

    margin-bottom: 9px;

    text-align: left;
    text-transform: uppercase;
}

#hallo-img {
    position: absolute;
    top: -30px;
    right: 0;
}

#hallo-img  img {
    width: 80%;
}
#hallo-img div {
    font-weight: bold;

    position: absolute;
    top: 29px;
    left: 15px;

    color: #fff;
}

#facebook-img {
    position: absolute;

    margin-top: 70px;
}

#xing-img {
    position: absolute;

    margin-top: 70px;
    margin-left: 50px;
}

#links {
    position: relative;
    top: 10px;
    left: -80px;
}


#navigation ul li a {
    padding: 18px 23px 18px 25px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
}
#navigation ul li {
    /*border-right: 1px solid #006ec2;*/
    line-height: 54px;

    margin-right: -1px;
    margin-bottom: 0;

    -webkit-transition: background .25s,min-height .75s;
       -moz-transition: background .25s,min-height .75s;
            transition: background .25s,min-height .75s;

    background: url(../img/border_transparent.png)no-repeat right;
}

#navigation ul li:hover,
#navigation ul li.active {
    background-color: rgb(0,110,194);
}

#slider {
    height: 400px;
}


/*Teaser Tabs*/

.teaser {
    margin-bottom: 30px;

    text-align: center;
}
.teaser div a div,
.teaser div div {
    overflow: hidden;
}

.teaser > div {
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 15px;
    padding-right: 10px;
    padding-left: 10px;

    -webkit-transition: box-shadow .25s,min-height .75s, scale .25s;
       -moz-transition: box-shadow .25s,min-height .75s, scale .25s;
            transition: box-shadow .25s,min-height .75s, scale .25s;

    border: 1px solid transparent;
}

/*#teaser>div:hover{
	box-shadow: 1px 1px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.3);
	border: 1px solid #ddd;
}*/

.teaser > div div div {
    /*-webkit-transform: scale(1.1, 1.1);
	   -moz-transform: scale(1.1, 1.1);
	   -ms-transform: scale(1.1, 1.1);
	   -o-transform: scale(1.1, 1.1);
	   transform: scale(1.1, 1.1);*/
    -webkit-animation: animatedBackgroundOut .25s ease-out 1;
       -moz-animation: animatedBackgroundOut .25s ease-out 1;
            animation: animatedBackgroundOut .25s ease-out 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.teaser > div:hover div div {
    -webkit-animation: animatedBackground .25s ease-out 1;
       -moz-animation: animatedBackground .25s ease-out 1;
            animation: animatedBackground .25s ease-out 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes animatedBackground {
    0% {
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
}


@-moz-keyframes animatedBackground {
    0% {
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
}
@keyframes animatedBackground {
    0% {
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes animatedBackgroundOut {
    100% {
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    0% {
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
}


@-moz-keyframes animatedBackgroundOut {
    100% {
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    0% {
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
}
@keyframes animatedBackgroundOut {
    100% {
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    0% {
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
}


.teaser p {
    font-size: 18px;

    margin-top: 20px;
    margin-bottom: 0;

    text-transform: uppercase;
}

.teaser p:last-child {
    font-size: 14px;

    margin-top: 10px;
    margin-bottom: 10px;

    text-transform: none;
}

#teaserImg1 {
    height: 170px;

    background: url(../img/teaser1.jpg);
    background-size: cover;
}

#teaserImg2 {
    height: 170px;

    background: url(../img/teaser2.jpg);
    background-size: cover;
}

#teaserImg3 {
    height: 170px;

    background: url(../img/teaser3.jpg);
    background-size: cover;
}

#halleImg1 {
    height: 170px;
	animation: none !important;
    background: url(../img/halle_2.jpg);
    background-size: cover;
	
}

#halleImg2 {
    height: 170px;
	animation: none !important;
    background: url(../img/halle_1.jpg);
    background-size: cover;
}

#halleImg3 {
    height: 170px;
	animation: none !important;
    background: url(../img/halle_3.jpg);
    background-size: cover;
}



#parkImg1 {
    height: 170px;

    background: url(../img/digitaldruckmaschine.png);
    background-size: cover;
}

#parkImg2 {
    height: 170px;

    background: url(../img/digitaldruckmaschine_sw.png);
    background-size: cover;
}

#parkImg3 {
    height: 170px;

    background: url(../img/direktbeschriftung_maschine.png);
    background-size: cover;
}
#parkImg4 {
    height: 170px;

    background: url(../img/frankiermaschine.png);
    background-size: cover;
}
#parkImg5 {
    height: 170px;

    background: url(../img/maschinelle_kuvertierung_maschine.png);
    background-size: cover;
}
#parkImg6 {
    height: 170px;

    background: url(../img/maschinenpark_1.png);
    background-size: cover;
}
#parkImg7 {
    height: 170px;

    background: url(../img/maschinenpark_2.png);
    background-size: cover;
}
#parkImg8 {
    height: 170px;

    background: url(../img/maschinenpark_3.png);
    background-size: cover;
}
#parkImg9 {
    height: 170px;

    background: url(../img/palettenwickelmaschine.png);
    background-size: cover;
}
#parkImg10 {
    height: 170px;

    background: url(../img/schneidmaschine.png);
    background-size: cover;
}
#parkImg11 {
    height: 170px;

    background: url(../img/weiterverarbeitung_maschine.png);
    background-size: cover;
}
#parkImg12 {
    height: 170px;

    background: url(../img/maschinenpark_kuvertierung.png);
    background-size: cover;
}



/*Contact*/

#map {
    height: 350px;
}

#mapOverlay {
    position: absolute;
    top: 40px;
    right: 40px;

    padding: 20px;

    color: #fff;
    border-radius: 3px;
    background-color: rgb(26,188,156);
}

#mapOverlay > :first-child {
    font-weight: bold;
}

#mapOverlay p > a {
    color: #fff;
}

#mapOverlay > p {
    margin: 0;
}

#mapOverlay > table {
    margin: 20px 0;
}

#partner > div {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
}

#partner > div img {
    float: left;

    padding-right: 20px;
}

#partner > div p {
    margin: 0;
}
#partner > div table {
    margin: 20px 0;
}

#partner .name {
    font-weight: bold;

    margin-top: 20px;
}

#partner > :first-child {
    font-size: 22px;

    padding-top: 40px;
    padding-left: 30px;
}

#partner table tr > td:first-child {
    padding-right: 22px;
}

#partner p > a {
    padding-right: 22px;

    background-image: url(../img/email_icon.png);
    background-repeat: no-repeat;
    background-position: right;
}


/*Service*/

#content > img {
    width: 100%;
}

#contentList {
    margin-top: 40px;
}

#contentList > div {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 70px;
}

#contentList > div > div > :first-child {
    font-size: 22px;
}

#contentList li {
    padding-left: 30px;

    cursor: pointer;

    background-image: url(../img/listicon.png);
    background-repeat: no-repeat;
    background-position: left;
}

#contentList li:hover {
    color: rgb(26,188,156);
}

.infobox {
    position: relative;

    min-height: 220px;
    margin-top: 40px;
    margin-left: 70px !important;

    background-color: rgb(234,241,249);
}

.infobox p {
    margin-left: 358px;
}

.infobox > img {
    float: left;

    padding-right: 40px;
    padding-bottom: 34px;
}

.infobox > div {
    padding-top: 35px;
    padding-right: 30px;
}

.infobox > :first-child {
    position: absolute;
    top: 15px;
    right: 15px;
}

.close-button {
    width: 18px;
    height: 18px;

    cursor: pointer;

    background-image: url(../img/close_button_farbe.png);
}

.close-button:hover {
    background-position: -21px;
}

/*about*/

#about div {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#about p {
    margin: 20px 5px 20px 5px;

    text-align: center;
}

#about .three {
    clear: both;

    padding-left: 30px;
}

#about .row {
    margin-top: 30px;
}
#nav-icon {
    display: none;
}


.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    cursor: default;

    color: #555;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;

    color: #555;
    border: 1px solid #ddd;
    border-right-color: transparent;
    border-bottom-color: #ddd;
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    margin-bottom: -1px;
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;

    list-style: none;
}

.nav-tabs > li,
.nav-pills > li {
    float: left;
}

.nav-tabs > li {
    float: left;

    margin-right: -1px;
}
.tabbable:before,
.tabbable:after {
    line-height: 0;

    display: table;

    content: '';
}
.tabbable:after {
    clear: both;
}
.tabbable:before,
.tabbable:after {
    line-height: 0;

    display: table;

    content: '';
}
.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;

    list-style: none;
}
.tab-content {
    overflow: auto;

    padding: 0 25px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.pager {
    margin: 20px 0;

    list-style: none;

    text-align: center;
}
.pager:before,
.pager:after {
    line-height: 0;

    display: table;

    content: '';
}
.pager:after {
    clear: both;
}
#rootwizard li {
    line-height: 20px;

    margin-bottom: 0;
}

#rootwizard .nav > li > a {
    display: block;
}
.nav-tabs > li > a {
    line-height: 20px;

    padding-top: 8px;
    padding-bottom: 8px;

    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a,
.nav-pills > li > a {
    line-height: 14px;

    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}

.next {
    margin-right: 20px;
}

.pager li > a,
.pager li > span {
    display: inline-block;

    padding: 5px 14px;

    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background-color: #fff;
}

.alert {
    display: none;

    margin-bottom: 20px;
    padding: 15px;

    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-warning {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3;
}
.alert-error {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.alert-success {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

/*Calculator Custom*/

.tab-pane > p {
    clear: both;
}



#rootwizard {
    padding-top: 40px;
}


#rootwizard p {
    /*margin: 20px 0 10px 0;*/
}

#rootwizard .tab-pane > div {
    display: inline-block;

    margin-bottom: 20px;
}

#rootwizard .tab-pane > div.alert {
    display: none;
}


#pricing-table {
    margin-bottom: 60px;
}

label {
    font-size: 13px;

    position: relative;

    display: inline-block;

    margin-right: 15px;
    padding-left: 60px;

    cursor: pointer;
    text-align: center;
}

.tab-pane label {
    width: 60%;
}

#tab4 label {
    width: auto;
    padding-left: 25px;
}

#range-slider {
    display: inline-block;

    width: 78%;
    margin-top: 20px;
}
.rangelabel {
    top: -6px;
}

input[type='range'] {
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 1px 2px;

    border: 1px solid #777;
    border-radius: 14px;
    /*background: #232528;*/
    /*box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
  -webkit-box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;*/
    outline: none; /* no focus outline */

    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type='range']::-moz-range-track {
    border: inherit;
    background: transparent;
}

input[type='range']::-ms-track {
    color: transparent; /* don't drawn vertical reference line */
    border: inherit;
    background: transparent;
}

input[type='range']::-ms-fill-lower,
input[type='range']::-ms-fill-upper {
    background: transparent;
}

input[type='range']::-ms-tooltip {
    display: none;
}

/* thumb */

input[type='range']::-webkit-slider-thumb {
    width: 40px;
    height: 18px;

    border: none;
    border-radius: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #529de1), color-stop(100%, #245e8f)); /* android <= 2.2 */
    background-image: -webkit-linear-gradient(top , #529de1 0, #245e8f 100%); /* older mobile safari and android > 2.2 */
    background-image:         linear-gradient(to bottom, #529de1 0, #245e8f 100%); /* W3C */

    -webkit-appearance: none;;
}
input[type='range']::-moz-range-thumb {
    width: 40px;
    height: 18px;

    border: none;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%); /* W3C */
}

input[type='range']::-ms-thumb {
    width: 40px;
    height: 18px;

    border: 0;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%); /* W3C */
}




/* Calculator Custom */

#content.calculator {
    /*height: 400px;*/
}

#rootwizard img {
    display: block;
}

.pager.wizard {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 135px;
}

#amount {
    display: inline-block;

    margin-top: 20px;
    margin-bottom: 50px;
}

.radio > div {
    position: relative;
    /*display: inline-block;*/

    float: left;
    /*width: 33%;*/

    height: 162px;

    cursor: pointer;

    border: 1px solid transparent;
}

.radio > div input {
    position: absolute;
    top: 60px;
    left: 18px;
    /*bottom: 50px;
position: relative;
left: 10px;*/
}

.radio > div.active {
    border: 1px solid;
    border-color: rgba(59, 126, 72, .75);
    border-radius: 5px;
    background-color: rgba(208, 249, 208, .5);
}

#tab1 {
    /*height: 812px;*/
}

#contactform td:first-child {
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .tabs-left > .nav-tabs {
        float: left;

        margin-right: 19px;

        border-right: 1px solid #ddd;
    }
    .tabs-left > .nav-tabs > li,
    .tabs-right > .nav-tabs > li {
        float: none;
    }
    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;

        -webkit-border-radius: 4px 0 0 4px;
           -moz-border-radius: 4px 0 0 4px;
                border-radius: 4px 0 0 4px;
    }
    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .tabs-below > .nav-tabs,
    .tabs-right > .nav-tabs,
    .tabs-left > .nav-tabs {
        border-bottom: 0;
    }
    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
    }


    .tabs-left > .nav-tabs {
        float: left;

        height: 400px;
        margin-right: 19px;

        border-right: 1px solid #ddd;
    }
    .tabs-below > .nav-tabs,
    .tabs-right > .nav-tabs,
    .tabs-left > .nav-tabs {
        border-bottom: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    #teaser > div {
        margin-top: 40px;
    }

    #contact {
        width: 420px;
    }

    #facebook-img {
        position: absolute;
        right: 75px;
        bottom: 20px;
    }

    #xing-img {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    #mapOverlay {
        position: initial;

        margin-top: 20px;
    }
    .radio > div {
        width: 40%;
    }
}



@media only screen and (max-width: 767px) {
    .infobox p {
        margin-left: 15px;
    }

    .tab-pane label {
        width: 70%;
    }
    .infobox > img {
        width: 80%;
    }
    #about .three {
        padding-left: 0;
    }
    #about .three img {
        display: block;

        margin: 0 auto;
    }

    #partner > div img {
        width: 100px;
        padding-bottom: 60px;
    }

    #partner > :first-child {
        padding-left: 0;
    }

    #partner .name {
        margin-top: 0;
    }

    #mapOverlay {
        position: initial;

        margin-top: 20px;
    }

    #welcome br {
        display: none;
    }
    #partner > div {
        padding: 0;
        padding-top: 20px;
    }
    .infobox {
        margin-left: 0 !important;
    }
    #contentList > div {
        margin-top: 20px;
        padding-left: 0;
    }

    #teaser > div {
        margin-top: 40px;
        margin-left: 0;
    }

    #nav-icon {
        display: block;

        fill: #0055a7;
    }

    #nav {
        display: block;
    }

    #nav {
        margin: 12px 0 5px 0;
        padding: 6px 5px 5px 38px;

        color: #0055a7;
        border: 1px solid;
        border-radius: 3px;
        background-color: white;
        background-image: url(../img/bars.svg);
        background-position: 8px 2px;

                appearance: normal;
        -webkit-appearance: none;
           -moz-appearance: none;
    }


    #navigation ul {
        display: none;
    }

    #navigation ul li {
        color: #006ec2;
        border: 1px solid #006ec2;
        background: #fff;
    }

    #navigation ul li a {
        color: #006ec2;
    }

    #navigation ul li.active a {
        color: #fff;
    }

    #contact {
        display: none;
    }

    #contactMobile {
        display: block;
    }

    #facebook-img {
        position: absolute;
        right: 75px;
        bottom: 20px;
    }

    #xing-img {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .tab-content {
        overflow: inherit;
    }

    .radio > div {
        width: 49%;
    }

    input[type='text'],
    input[type='password'],
    input[type='email'],
    input[type='tel'],
    textarea,
    select {
        width: 180px;
    }

    .pager.wizard {
        left: 0;
    }
}

#xing-img {
    opacity: .2;
}

#xing-img:hover {
    opacity: 1.0;
}

@media only screen and (max-width: 959px) {
    #links {
        position: initial;
    }
}

@media only screen and (max-width: 480px) {
    #nav {
        width: 280px;
        margin: 5px 10px 5px 10px;
    }
    .radio > div {
        width: 100%;
    }
    .nav {
        margin-bottom: 70px;

        border-color: transparent !important;
    }
    .nav a {
        border: 1px solid #ddd !important;
    }
    .nav-tabs > li.active > a {
        color: #fff !important;
        background-color: #0055a7 !important;
    }
    #slider,
    #map {
        display: none;
    }
    h1 {
        line-height: 40px;
    }
    #partner > div table {
        margin: 0;
    }
    #partner table tr > td {
        display: block;

        padding: 0;
    }
    #partner table tr {
        display: block;

        margin-top: 8px;
        margin-bottom: 8px;
    }
    #hallo-img img {
        display: none;
    }
    #hallo-img div {
        line-height: 75px;

        position: relative;
        top: 0;
        left: 0;

        width: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    #hallo-img {
        width: 75px;
        margin-right: 10px;
        margin-left: 10px;
    }
    #hallo-img::before {
        position: absolute;

        display: block;

        width: 75px;
        height: 75px;

        content: ' ';

        background: url('../img/footer_button_responsive.png');
        background-size: 75px;
    }
}

.summary-table {
    display: inline-block;
    float: left;

    margin-bottom: 60px;
}

.summary-label {
    padding-right: 5px;
}

table#pricing-table {
    display: inline-block;
    float: left;

    margin-right: 180px;
    margin-left: 27px;
}

table.calculator-form {
    float: left;

    margin-right: 50px;
    margin-bottom: 20px;
}

table#pricing-table tr,
table.summary-table tr {
    line-height: 24px;

    height: 24px;
}

a#hallo-img {
    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;
}

a#hallo-img:hover {
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
}

#about .columns.thirteen p {
    margin-right: 50px;
}

@media only screen and (max-width: 960px) {
    table#pricing-table {
        margin-right: 119px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    table#pricing-table {
        margin-right: 0;
    }
}
