/**
 * customized stylesheet for www.rs-industriemontage.de
 * last modified: 14-09-2015, 31-07-2018, 24-04-2023
 * based on bootstrap v3.3.4 
 */

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

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
    font-display: swap;
  src: url('../fonts/montserrat-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('../fonts/montserrat-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
    font-display: swap;
  src: url('../fonts/montserrat-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/**
 * override bootstrap styles
 **/
body {
    font-family: 'Montserrat', sans-serif;
    font-size:13px;
    color:#7d7d7d;
    overflow-y:scroll;
    background-color: #fff;
}
.container {
    padding: 0px;
}
.container .row {
    margin:0;
}
.container .row > div {
    padding: 0 10px;
}
h1, h2, h3, h4 {
    color:#7d7d7d;
}
h2 {
    margin: 0 0 0.5em;
    font-size: 24px;
    font-weight: bold;
    color:#ee7500;
}
h2.c-claim {
    font-size: 26px;
    text-transform: uppercase;
    margin-top:5px
}
h3 {
    font-size: 18px;
    margin: 0.5em 0 1em;
}
h2 span,
h3 span {
    display: block;
    font-size: smaller;
}
a {
    color:#ee7500;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
a:hover,
a:focus {
    color:#ee7500;
    text-decoration: underline;
}

a i.fa {
    float:left;
    margin: 4px 10px 0 0;
}


/**
 * cookie hint
 **/
#cookie-hint {
	z-index: 2000;
    width: 100%;
}
#cookie-hint a {
    color: #fff;
    text-decoration: underline;
}
#cookie-hint-right {
    cursor: pointer;
}

/**
 * general style
 **/
.clearfix {
    clear:both;
}
.error,
.success{
    font-weight: bold;
}
.error {
    color:#f33;
}
.success {
    color:#3c3;
}
.empty {
    font-style:italic;
}

a, input {
    outline:0 !important;
}
p {
    line-height: 1.6em;
    text-align:justify;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
p.success,
p.error {
    margin: 0 0 1em 0;
}
p.hint {
    font-size: smaller;
    margin: 2em 0 0 0;
}

/**
 * header
 **/
header {
    height: 150px;
    width: 100%;
    background-color: #fff;
}
header div.c-logo {
    position: absolute;
    top: 40px;
    z-index: 3000;
}
header div.c-logo div.c-logo-wrapper {
    position: relative;
    min-height: 140px;
    min-width: 420px;
}
header div.c-logo .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform:rotate(360deg);
    position: absolute;
    bottom: 0;
}
header div.c-logo .triangle-left {
    border-width: 0 30px 30px 0;
    border-color: transparent #fff transparent transparent;
    left: 0;
}
header div.c-logo .triangle-right {
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    right: 0;
}
header h1 {
    font-size: 0px;
    background: #fff;
    margin: 0;
    padding-bottom: 10px;
    position: absolute;
    left: 30px;
}
header h1 a {
    text-decoration: none;
}
header h1 a:hover,
header h1 a:focus {
    text-decoration: none;
}
header #language-select-form {
    float: right;
    margin: 20px 0 0 0;
}

/**
 * (sticky) footer
 **/
html,
body {
  height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
footer {
    height:60px;
    background-color:#efefef;
    font-size: smaller;
}
footer .container .row {
    margin: 0;
}
footer .container .row > div {
    padding: 0;
}
footer p,
footer a {
    line-height: 58px;
    color:#777;
}
footer p {
    margin: 0;
}
footer a {
    float: right;
    margin-left: 12px;
    text-decoration: underline;
}
footer a:hover,
footer a:focus {
    color:#ee7500;
}
footer ul.navigation li a.current {
    border-bottom: none;
}

/**
 * navigation
 **/
div.c-navigation {
    float: right;
}
ul.navigation li ul {
    display: none;
}
ul.navigation li.active ul {
    display: block;
    position: absolute;
}
.navbar {
    margin: 0;
    border: none;
    border-radius: 0px;
    min-height: inherit;
    padding: 0;
}
.navbar ul {
    margin:57px 0 0;
    padding: 0;
    display:inline;
    float: right;
}
.navbar ul li {
    display:inline;
    float:left;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 25px 0 0;
    padding:0;
}
.navbar ul li:last-child {
    margin-right: 0;
}
.navbar ul li a {
    text-decoration: none;
    color:#000;
    margin: 0 10px;
    -webkit-transition: all ease-in-out 0.333s;
    -moz-transition: all ease-in-out 0.333s;
    -ms-transition: all ease-in-out 0.333s;
    -o-transition: all ease-in-out 0.333s;
    transition: all ease-in-out 0.333s;
}
.navbar ul#ul-topnav li a:hover,
.navbar ul#ul-topnav li a.current,
.navbar ul#ul-topnav li a.active {
    color:#ee7500;
}
ul.navigation li a.current {
    border-bottom: solid 2px #ee7500;
}
ul.navigation li ul {
    display: none;
    z-index: 3000;
    background-color: #fff;;
    padding: 15px 0 5px;
    margin: 0;
    max-width: 285px;
}
ul.navigation li ul li {
    float: left;
    display: block;
    width:100%;
    margin: 0 0 10px 0;
    line-height: normal;
}
ul.navigation li ul li a.current {
    border-bottom: none;
}
ul.navigation li ul li a.current span {
    border-bottom: none;
}
ul.navigation li ul li a {
    padding: 0 10px;
    margin: 0;
    width:100%;
}
ul.navigation li:hover ul {
    display: block;
    position: absolute;
}
.navbar-collapse {
    padding: 0;
}
.navbar-toggle {
    border: 1px solid #ee7500;
}
.navbar-toggle .icon-bar {
    background-color: #ee7500;
}

/**
 * carousel slider
 **/
.carousel-inner {
    background: #000;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    margin: 0 auto;
}
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators li {
    margin-right: 10px !important;
    background-color: #fff;
    height: 15px;
    width: 15px;
}
.carousel-indicators li.active {
    height: 16px;
    width: 16px;
}
.carousel-indicators li:last-child {
    margin-right: 0 !important;
}
.carousel-indicators .active {
    background-color: #ee7500 !important;
}
.carousel-control {
    width: 8% !important;
    z-index: 20;
}
.carousel-control span {
    display: none !important;
}
.carousel-control .fa {
    font-size: 52px;
    color: #fff;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    width: 52px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 5;
}
.carousel-control .fa-angle-left {
    margin-left: -20px;
    left: 50%;
}
.carousel-control .fa-angle-right {
    margin-right: -20px;
    right: 50%;
}
.slide:hover .carousel-control span {
    display: inherit !important;
}
#c-slider .carousel-caption {
    left:15%;
    right: 15%;
    bottom: 20%;
    padding: 0;
}
#c-slider .carousel-caption h2 {
    margin-bottom: 0;
}
#c-slider .carousel-caption h2 > span {
    color: #000;
    max-width: 370px;
    margin: 0 auto 0.5em;
    display: block;
}
#c-slider .carousel-caption h2 > span span {
    background-color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    text-shadow: none;
    padding: 0.333em 0.666em;
    display: inline-block;
    cursor: default;
}
#c-slider .carousel-caption a.btn-more {
    display: inline-block;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1em 2em
;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0);
    -webkit-transition: all ease-in-out 0.333s;
    -moz-transition: all ease-in-out 0.333s;
    -ms-transition: all ease-in-out 0.333s;
    -o-transition: all ease-in-out 0.333s;
    transition: all ease-in-out 0.333s;
}
#c-slider .carousel-caption a.btn-more:hover {
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.666);
}

/**
 * static banner
 **/
#c-slider.c-static {
    overflow: hidden;
}
#c-slider.c-static.c-small {
     height: 250px;
}
#c-slider.c-static.c-small .carousel-caption {
    width: 225px;
    bottom: 10%;
    padding: 0;
    left: 19.1%;
}
#c-slider.c-static.c-small .carousel-caption h2 {
    background-color: #fff;
    color: #000;
    font-size: 2em;
    display: block;
    float: left;
    margin: 0;
    text-transform: uppercase;
    text-shadow: none;
}
#c-slider.c-static.c-small .carousel-caption h2 > span {
    margin: 0 auto;
}
#c-slider.c-static.c-large .carousel-caption h2 > span {
    max-width: 600px;
}

/**
 * content
 **/
#main {
    margin-bottom: 100px;
}
#main .container {
    margin-top: 70px;
}
div.row.y-separator > div {
    padding-top:25px;
    padding-bottom: 25px;
}
div.row.y-separator > div:first-child {
    padding-right: 35px;
}
div.row.y-separator > div:last-child {
    padding-left: 60px;
    border-left: solid 2px #bababa;
}
div.c-content-list {
    margin: 0;
}

/**
 * content / home
 **/
.c-home-txt ul {
    margin: 20px 0;
    padding-left: 20px;
}
.c-home-txt ul li {
    margin-bottom: 10px;
}

/**
 * content / services
 **/
.c-content-list.c-service .row {
    margin-bottom: 30px;
}
.c-content-list.c-service ul {
    margin: 20px 0;
}
.c-content-list.c-service ul li {
    color:#ee7500;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.c-content-list.c-service ul li .fa {
    color:#ee7500;
    margin-right: 10px;
}
.c-content-list.c-service ul li span {
    display: block;
    font-weight: normal;
    color:#7d7d7d;
    font-size: smaller;
    margin-left: 25px;
}

/**
 * content / customers
 **/
.c-content-list.c-customers .row {
    margin-bottom: 50px;
}
.c-content-list.c-customers .row.y-separator > div:first-child {
    border-right: solid 2px #bababa;
}
.c-content-list.c-customers .row.y-separator > div:last-child {
    border-left: none;
}
.c-content-list.c-customers img {
    margin:0 auto;
}
.c-content-list.c-customers .c-website {
    display: block;
    color: #7d7d7d;
}

/**
 * content / homne category buttons
 **/
.c-category-buttons {
    margin: 0 0 25px;
}
.c-category-buttons .row {
    margin-bottom: 25px;
}
.c-category-buttons .row > div:first-child {
    padding-left: 0;
}
.c-category-buttons .row > div:last-child {
    padding-right: 0;
}

.list-category-buttons li {
    margin-bottom: 50px;
}

.c-category-buttons a,
.list-category-buttons a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ee7500;
    border:solid 2px #ee7500;
    display: block;
    text-align: center;
    padding: 7px 0;
    -webkit-border-radius:0.333em;
    -moz-border-radius:0.333em;
    border-radius:0.333em;
     -webkit-transition: all ease-in-out 0.33s;
    -moz-transition: all ease-in-out 0.33s;
    -ms-transition: all ease-in-out 0.33s;
    -o-transition: all ease-in-out 0.33s;
    transition: all ease-in-out 0.33s;
}
.c-category-buttons a:hover,
.list-category-buttons a:hover {
    text-decoration: none;
    background-color: #fff;
    border-color: #ee7500;
    color:#ee7500;
}

/**
 * content / imprint
 **/
.c-imprint ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}
.c-imprint ul li {
    margin: 0 0 20px;
    padding: 0;
}

/**
 * content / contact
 **/
.c-contact {
    margin-top:100px;
}
.c-contact ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}
.c-contact ul li {
    line-height: 20px;
}
.c-contact ul li b,
.c-contact ul li strong {
    color: #ee7500;
}
.c-contact ul li i {
    font-style: normal;
    display: block;
    float: left;
    width:55px;
}

/**
 * google map
 **/
div.c-map {
    width: 100%;
    height: 500px;
}

/**
 *  content / contact form
 **/
#contactform {
    margin: 0;
    padding: 5px 0 20px;
}
#contactform .row {
    margin:0 0 25px 0 !important;
}
#contactform .row.row-space {
    margin-top: 75px !important;
}
#contactform .row > div {
    padding-left:0;
    padding-right: 30px;
}
#contactform .row div:nth-last-child(1){
    padding-right: 0;
}
#contactform label {
    display:none;
    margin: 0 0 0.2em;
}
#contactform .checkbox label {
    display: inherit;
    margin-bottom: 0;
    padding-left: 25px;
}
#contactform .checkbox input[type="checkbox"],
#contactform .checkbox-inline input[type="checkbox"],
#contactform .radio input[type="radio"],
#contactform .radio-inline input[type="radio"] {
    margin-left: -25px;
}
#contactform select {
    width: 100%;
}
#contactform input[type="text"],
#contactform input[type="email"],
#contactform textarea,
#contactform select,
#contactform input.recaptcha_response_field {
    width: 100%;
    padding: 10px;
    border:solid 1px #7d7d7d !important;
    color: #7d7d7d;
    font-weight: 300;
    -webkit-transition: all ease-in-out 0.45s;
    -moz-transition: all ease-in-out 0.45s;
    -ms-transition: all ease-in-out 0.45s;
    -o-transition: all ease-in-out 0.45s;
    transition: all ease-in-out 0.45s;
}
#contactform input.error,
#contactform textarea.error,
#contactform .error .recaptchatable {
    border-color:#f33 !important;
}
#contactform input[type="text"]:hover,
#contactform input[type="text"]:focus,
#contactform input[type="email"]:hover,
#contactform input[type="email"]:focus,
#contactform textarea:hover,
#contactform textarea:focus,
#contactform select:hover,
#contactform select:focus,
#contactform input.recaptcha_response_field:hover,
#contactform input.recaptcha_response_field:focus{
    border-color:#ee7500 !important;
    color:#7d7d7d;
}
#contactform input[type="submit"] {
    background-color:#ee7500;
    border:solid 1px #ee7500;
    color:#fff;
    font-weight: bold;
    padding:10px 25px;
    width: 100%;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
#contactform input[type="submit"]:hover {
    background-color:#fff;
    border:solid 1px #ee7500;
    color:#ee7500;
    text-decoration:none;
}
#contactform .recaptchatable .recaptcha_image_cell{
    background: transparent;
}
#contactform ul.errorlist {
    color: #f33;
    padding: 0;
    margin: 0 0 0.2em 0;
    list-style-type: none;
    display: none;
}

#contactform .c-captcha img,
#contactform .c-captcha input[type="text"] {
    float: left;
    margin-right: 15px;
}
#contactform .c-captcha input[type="text"] {
    width:167px;
    margin: 0 15px 0 0;
}
#contactform .c-captcha img {
    border: solid 1px #7d7d7d;
    min-height: 39px;
    padding: 4px;
    background: #fff;
}
#contactform .c-captcha a {
    float: left;
    color:#7d7d7d;
    border: solid 1px #7d7d7d;
    padding: 10px 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#contactform .c-captcha a:hover,
#contactform .c-captcha a:focus {
    border-color:#ee7500;
    color:#ee7500;
}

/**
 *	privacy
 *
 **/
#privacy-notices {
 	margin: 0 0 100px 0;
}
#privacy-notices h3 {
    font-weight: bold;
}
#privacy-notices h4 {
    font-weight: bold;
}
#privacy-notices .privacy-section-0 h3 {
	margin-top: 40px;
}
#privacy-notices .privacy-section-0:first-of-type h3 {
	margin-top: 0;
}
#privacy-notices .privacy-section-1 h3 {
	font-size:16px;
	margin-top:20px;
}

/**
 * scroll to top button
 **/
a#toTop-right b {
    display: none;
}
a#toTop-right {
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 2px;
    border-color: #000;
    background-color: #fff;
    box-shadow: none;
    bottom: 80px;
    color: #000;
    height: 45px;
    width:45px;
    display: block;
    font-size: 1.1em;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
a#toTop-right:hover {
    border-color: #ee7500;
    color: #ee7500;
}
a#toTop-right i.fa {
    float: left;
    font-size: 16px;
    margin-top: 4px;
}


/**
 * customized responsive stylesheet for www.rs-industriemontage.de
 * last modified: 14-09-2015
 * based on bootstrap v3.3.4
 */

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media only screen and (max-width: 1024px) {
    /* navigation */
    header .c-navigation {
        float:left;
        width: 100%;
        margin: 0 0 25px;
    }
    header .c-navigation .navbar {
        margin: 0;
    }
    .navbar ul {
        float: none;
    }
}
@media only screen and (max-width: 980px) {
    /* header / logo */
    header {
        height: auto;
    }
    header div.c-logo {
        position: relative;
        top: 0;
        z-index: auto;
    }
    header div.c-logo div.c-logo-wrapper {
        min-height: inherit;
        min-width: inherit;
    }
    header div.c-logo .triangle {
        display: none;
    }
    header h1 {
        position: relative;
        left: 0;
    }

    /* content */
    div.row.y-separator > div {
        padding: 10px 0;
    }
    div.row.y-separator > div:first-child {
        padding-right: 0;
    }
    div.row.y-separator > div:last-child {
        border-left: 0;
        padding-left: 0;
    }

    /* content / list */
    div.c-content-list .row > div {
        margin-bottom: 25px;
    }
    .c-content-list img {
        width: inherit;
    }

    /* content / home */
    div.c-category-buttons .row > div {
        padding: 0;
    }
    div.c-category-buttons .row > div:first-child {
        margin-bottom: 25px;
    }
    /* home */
    .c-category-buttons a,
    .list-category-buttons a {
        font-size: 1.5em;
    }

    /* content / slider */
    .carousel-indicators {
        display: none;
    }
    #c-slider .carousel-caption h2 > span span {
        font-size: smaller;
    }
    #c-slider .carousel-caption a.btn-more {
        font-size: smaller;
    }
    #c-slider.c-static {
        height: auto !important;
    }
    #c-slider.c-static.c-small .carousel-caption {
        left: 10%;
    }

    /* content / customers */
    .c-content-list.c-customers .row {
        margin-bottom: 0;
    }
    .c-content-list.c-customers .row.y-separator > div:first-child {
        border-right: none;
        margin-bottom: 0;
    }

    /* contact / form */
    div.c-map {
        height: 300px;
    }
    .c-contact {
        margin-top: 0;
    }
    #contactform .row {
        margin-bottom: 0;
    }
    #contactform .row > div {
        padding: 0;
    }
    #contactform div.button {
        padding-left: 0;
    }

    /* footer */
    footer {
        height: auto;
    }
    footer .row > div {
        padding: 0;
        margin: 0 0 20px 0;
    }
    footer .container .row div:first-child {
        padding-left: 0;
    }
    footer .container .row div:last-child {
        padding-right: 0;
    }
}
@media only screen and (min-width: 980px) {
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 800px) {
    /* header */
    header {
        height: auto;
        margin-bottom: 25px;
        padding: 0 20px;
    }
    header > .row {
        margin: 0;
    }

    /* navigation */
    header .c-navigation {
        margin: 0;
    }
    .navbar {
        clear: both;
        font-size: smaller;
    }
    .navbar ul {
        float: left;
    }

    /* footer */
    footer {
        height: auto;
    }
    footer .container .row div:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .container .row div:last-child {
        padding: 0 10px 0 10px;
    }
    footer .container {
        padding: 0 10px;
    }
    footer p {
        line-height: normal;
        margin: 15px 0;
    }
    footer a {
        display: block;
        float: none;
        line-height: normal;
        margin: 0 0 4px 0;
    }
}

@media only screen and (max-width: 768px) {
    /* navigation */
    header .c-navigation {
        padding: 0;
        margin-bottom: 25px;
    }
    .navbar ul li {
        line-height: 1.4em;
    }
    .navbar ul li a {
        font-size: 20px;
        margin: 0 20px;
    }
    .navbar-collapse {
        box-shadow: none;
    }
    .navbar-collapse.in {
        overflow: hidden;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    ul.navigation li ul {
        float: none;
        position: relative;
        display: inline-block;
        width:100%;
        max-width: inherit;
        padding: 0;
    }
    ul.navigation li:hover ul,
    ul.navigation li.active ul {
        position: inherit;
        display: inherit;
    }
    ul.navigation li ul li {
        float: left;
        margin: 0 15px 0 0;
    }
    ul.navigation li ul li a {
        font-size: smaller;
        font-style: italic;
        padding-left: 33px;
    }
    ul.navigation li a.current {
        border-bottom: none;
    }
}

@media only screen and (max-width: 720px) {
     /* header */
    header {
        padding: 0;
        margin: 0;
    }
    header h1 a {
        display: block;
    }
    header h1 a img {
         margin: 0 auto;
    }

    /* navigation */
    header .c-navigation {
        width:100%;
        float: none;
        padding: 0;
    }
    header .navbar-toggle {
        margin: 0 20px 0 0;
    }
    .navbar-collapse {
        box-shadow: none;
    }
    .navbar {
        margin: 10px 0;
    }
    .navbar div.navbar-collapse {
        width:100%;
        padding: 0;
    }
    ul#ul-topnav {
        width: 100%;
        margin-top: 20px;
        border-bottom: solid 2px #ee7500;
    }
    ul#ul-topnav li {
        float: none;
        display: block;
        padding: 6px 10px;
        margin-right: 0;
        border-top: solid 2px #ee7500;
        line-height: 2em;
    }
    .navbar ul#ul-topnav li a::before,
    .navbar ul#ul-topnav li a::after {
        background: none;
        height: auto;
        position: relative;
    }
    .navbar ul#ul-topnav li a {
        font-size: 18px;
        display: block;
    }

    /* content / slider */
    #main .container {
        margin-top: 35px;
        padding: 0 10px;
    }

    /* home */
    .c-category-buttons a,
    .list-category-buttons a {
        font-size: 1.2em;
    }

    /* content / slider */
    #c-slider .carousel-caption {
        bottom: 5%;
    }
    #c-slider .carousel-caption h2 > span span {
        font-size: smaller;
    }
    #c-slider .carousel-caption a.btn-more {
        font-size: smaller;
    }
    #c-slider.c-static.c-small .carousel-caption {
        left: 10px;
    }

    /* content / home */
    .c-category-buttons {
        margin-bottom: 0;
    }
    .c-category-buttons a {
        font-size: 1.333em;
    }

    /* contact form */
    #contactform div.button {
        margin-top: 10px;
    }

    /* footer */
    footer ul {
        float: none;
        height: auto;
    }
    footer ul li {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 640px) {

}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
    /* header / logo */
    header h1 a img {
        margin: 0;
    }

    /* content / slider */
    #c-slider {
        display: none;
    }
}

/* smartphones / landscape + portrait */
@media only screen and (min-width:321px) and (max-device-width:480px){
}

@media only screen and (max-width: 320px) {

}

/* iphone4 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ration: 1.5) {
}