/*
	Theme Name: Cetogo
	Description: Cetogo Theme
	Version: 1.0.0
	Author: Matthias Bloch
	Author URI: http://kommpass.ch
*/

/*
light brown: #ba7230
dark brown: #85312c
red: #85312c
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;

    width: 100%;
    height: 100%;
}

body {
    font-family: Open Sans;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    color: #4d4d4f;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #85312c;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

p, ul {
    margin: 10px 0;
    font-size: 15px;
}

em {
    font-style: italic;
}

article ul {
    list-style: disc;
    padding-left: 20px;
    margin: 15px 0;
}

article ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 15px 0;
}

img.full_width {

}

/* column / paragraph padding */
.row.padding-bottom-md > div, p.padding-bottom-md {
    padding-bottom: 30px;
}

.row.padding-bottom-lg > div, p.padding-bottom-lg {
    padding-bottom: 40px;
}

/* responsive_show, responsive_hide */
.responsive_hide {
    display: block;
}

.responsive_show {
    display: none;
}

.hidden {
    display: none;
}

.spacer-lg {
    height: 95px;
}

/*------------------------------------*\
    POPUP
\*------------------------------------*/

#popup .page-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.650);
    z-index: 99;
    top: 0;
    left: 0;
}

#popup .close {
    width: 40px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    right: 0px;
    top: 0px;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-image: url('img/icons/i_close.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#popup .inner {
    position: absolute;
    z-index: 999;
}

#popup .wrapper {
    position: relative;
    width: 90%;
    max-height: 80%;
    background: white;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 10px;
    padding: 20px;
}

/*------------------------------------*\
    TEXT STYLE
\*------------------------------------*/

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.clr-green, .link-clr-green a {
    color: #3baf29;
}

.clr-blue, .link-clr-blue a {
    color: #26365e;
}

.clr-white, .link-clr-white a {
    color: white;
    opacity: 0.6;
}

.clr-red, .link-clr-red a {
    color: #85312c;
}

.text-underline, a.text-underline {
    text-decoration: underline;
}

::selection {
    color: #FFF;
    background-color: #9E4944;
    text-shadow: none;
}

::-webkit-selection {
    color: #FFF;
    background-color: #9E4944;
    text-shadow: none;
}

::-moz-selection {
    color: #FFF;
    background-color: #9E4944;
    text-shadow: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

section {
    min-height: 500px;
}

section.small {
    min-height: 50px;
    padding: 0;
}

/* textblock template */
.content_block article {
    min-height: 50%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.content_block.with-bg article {
    min-height: 40%;
}

/* navigation */
nav .separator {
    display: none;
}

/* scroll up */

.scroll_up {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    display: none;
    background: url(img/icons/page_up.png) no-repeat center center;
    z-index: 1000;
}

.scroll_down {
    display: block;
    bottom: 0;
    position: absolute;
    height: 80px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    background: url(img/icons/i_scroll_down.png) top center no-repeat;
    font-weight: bold;
    color: white;
    font-size: 18px;
    text-align: center;
}

.scroll_down, .scroll_down:hover {
    text-decoration: none;
    color: white !important;
}

.scroll_down span {
    margin-top: 50px;
    display: block;
}

/* footer */

footer {
    background-color: #9d9d9c;
}

.social_media {
    padding: 20px 0;
}

.social_media a {
    width: 20%;
}

.social_media a img {
    margin: 0 auto;
    display: block;
}

.social_media .addtoany_list a img {
    height: 50px;
}

/* navigation */
.navbar-brand img {
    max-height: 80px;
    margin-left: 30px;
    margin-top: 30px;
}

#main_navigation {
    color: white;
    background: transparent;
}

#main_navigation ul.nav a {
    color: #85312c;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.44);
}

#main_navigation .separator {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* normal navigation hover*/
#main_navigation .nav > li > a:hover, #main_navigation .nav > li > a:focus {
    background-color: rgba(238, 238, 238, 0.8);
}

#main_navigation .active a {

}

/* collapsed state */
#main_navigation.top-nav-collapse {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.81);
}

#main_navigation, #main_navigation.top-nav-collapse {
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#main_navigation.top-nav-collapse, #main_navigation.top-nav-collapse ul.nav a {
    color: #85312c;
    text-shadow: none;
}

.top-nav-collapse .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 25px;
}

/* hover */
#main_navigation.top-nav-collapse .nav > li > a:hover, #main_navigation.top-nav-collapse .nav > li > a:focus {
    background-color: #85312c;
    color: white;
}

/* active */

#main_navigation.top-nav-collapse .active a {
    color: #3baf29;
}

.top-nav-collapse .navbar-brand {
    padding: 0;

}

.top-nav-collapse .navbar-brand img {
    padding: 5px 0;
    margin-left: 20px;
    margin-top: 1px;
    margin-right: 86px;
    max-height: 71px;
}

.navbar-brand, .top-nav-collapse .navbar-brand, .navbar-brand img, .top-nav-collapse .navbar-brand img {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

/* responsive navigation */
.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.top-nav-collapse .navbar-toggle {
    color: black;
}

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

    /* logo */
    .navbar-brand {
        padding: 0;
    }

    .navbar-brand img {
        max-height: 30px;
        margin-left: 10px;
        margin-top: 10px;
    }

}

/* navbar */
.navbar-collapse li.separator {
    display: none;
}

.navbar-collapse.collapsing, .navbar-collapse.in {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 2px 7px 6px -7px #000;
}

.navbar-center {
    text-align: center;
}

.navbar-center ul.nav {
    display: inline-block;
}

.navbar-nav {
    float: none;
}

.navbar-collapse.collapsing ul.nav, .navbar-collapse.in ul.nav {
    text-align: left;
    display: block;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: top center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    /*display: table-cell;*/
    vertical-align: middle;
}

.intro.small {
    height: 60%;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media (min-width: 767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

@-webkit-keyframes pulse {

0
{
    -webkit-transform: scale(1)
;
    transform: scale(1)
;
}

50
%
{
    -webkit-transform: scale(1.2)
;
    transform: scale(1.2)
;
}

100
%
{
    -webkit-transform: scale(1)
;
    transform: scale(1)
;
}
}

@-moz-keyframes pulse {

0
{
    -moz-transform: scale(1)
;
    transform: scale(1)
;
}

50
%
{
    -moz-transform: scale(1.2)
;
    transform: scale(1.2)
;
}

100
%
{
    -moz-transform: scale(1)
;
    transform: scale(1)
;
}
}

.content-section {
    padding: 50px 0;
}

/* general */

/* kontakt */

.google-map {
    height: 232px;
}

/* testimonials */

.testimonials li {
    list-style: none;
}

.jcarousel {

}

.jcarousel li {
    float: left;
    /* width: 100%; */
}

.prev {
    float: left;
}

.next {
    float: right;
}

.jcarousel-container {
    padding: 0 60px;
}

.prev, .next {
    font-size: 40px;
}

.jcarousel .client {
    margin-right: 10px;
}

.border-inset img {
    border: solid 3px black;
    margin: -3px;
}

/* intro */
#home-section1-content {
    margin: 0px auto;
    padding: 0px 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    bottom: 23%;
}

#home-section1 {
    text-align: center;
}

#home-section1-content .box-heading {
    box-sizing: border-box;
    width: auto;
    display: inline-block;
    position: relative;
}

#home-section1-content .box-heading .top-border-text {
    position: absolute;
    width: 100%;
    top: -7px;
    left: 0px;
}

.transition-all {
    transition: all 150ms linear 0s;
}

#home-section1-content .box-heading .top-border-text div.left, #home-section1-content .box-heading .top-border-text div.right {
    background: none repeat scroll 0% 0% #85312c;

    width: 30%;
    width: -webkit-calc(50% - 56px);
    width: -moz-calc(50% - 56px);
    width: calc(50% - 56px);

    height: 8px;
    display: block;
}

#home-section1-content .box-heading .top-border-text > p {
    font-size: 11px;
    letter-spacing: 3px;
    width: 112px;
    line-height: 90%;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
}

.left {
    float: left;
}

#home-section1-content .box-heading .top-border-text div.left, #home-section1-content .box-heading .top-border-text div.right {
    background: none repeat scroll 0% 0% #85312c;
    width: calc(50% - 56px);
    height: 8px;
    display: block;
}

.right {
    float: right;
}

#home-section1-content .box-heading > p {
    color: #FFF;
    line-height: 140%;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-left: 8px solid #85312c;
    border-right: 8px solid #85312c;
    padding: 18px 20px;
}

#home-section1-content .box-heading .bottom-border {
    background: none repeat scroll 0% 0% #85312c;
    height: 8px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -7px;
    left: 0px;
}

.box-heading-wrapper {
    display: inline-block;
    padding: 27px 40px;
    background: rgba(189, 189, 189, 0.63);
}

.box-heading-wrapper fieldset {
    border: 8px solid #85312c;
}

.box-heading-wrapper fieldset legend {
    text-align: center;
    font-size: 23px;
    letter-spacing: 3px;
    width: 112px;
    line-height: 90%;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.box-heading-wrapper fieldset content {
    color: #FFF;
    line-height: 140%;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 18px 20px;
}

.box-heading-wrapper fieldset content p {
    margin: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

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

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot') format('embedded-opentype'),
    url('fonts/opensans-bold.woff2') format('woff2'),
    url('fonts/opensans-bold.woff') format('woff'),
    url('fonts/opensans-bold.ttf') format('truetype'),
    url('fonts/opensans-bold.svg#OpenSans') format('svg');
    font-weight: bolder;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot') format('embedded-opentype'),
    url('fonts/opensans-semibold.woff2') format('woff2'),
    url('fonts/opensans-semibold.woff') format('woff'),
    url('fonts/opensans-semibold.ttf') format('truetype'),
    url('fonts/opensans-semibold.svg#OpenSans') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
    url('fonts/opensans-regular.woff2') format('woff2'),
    url('fonts/opensans-regular.woff') format('woff'),
    url('fonts/opensans-regular.ttf') format('truetype'),
    url('fonts/opensans-regular.svg#OpenSans') format('svg');
}

a:hover {
    -o-transition: color .2s;
    -ms-transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
}

i {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

h1 {
    font-size: 40px;
    margin: 5px 0 15px 0;
}

h2 {
    font-size: 30px;
    margin: 5px 0 10px 0;
}

h3 {
    font-size: 20px;
    margin: 5px 0 10px 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

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

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    section {
        min-height: 300px;
    }

    p, ul {
        font-size: 13px;
    }

    h2 {
        font-size: 16px;
    }

    h1 {
        font-size: 22px;
    }

    h3 {
        font-size: 15px;
    }

    .scroll_down {
        display: none;
    }

    .scroll_up {
        display: none !important;
    }

    #home-section1-content {
        position: absolute;
        bottom: 20px;
        padding: 0px 12px;
    }

    .box-heading-wrapper {
        padding: 14px 7px;
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .top-nav-collapse .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .social_media .addtoany_list a img {
        height: 25px;
    }

    #home-section1-content .box-heading > p {
        font-size: 14px;
    }

    .top-nav-collapse .navbar-brand img {
        padding: 5px 0px;
        margin-left: 20px;
        margin-top: 1px;
        margin-right: 86px;
        max-height: 48px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

article ul {
    list-style: disc;
    padding-left: 20px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.navbar-center {
    font-size: 15px;

}

@media (min-width: 1000px) {
    .navbar-center {
        font-size: 22px;

    }
}

.glyphicon-menu-hamburger {
    color: black;
}

.a2a_button_xing {
    width: 10% !important;
}


/* fabio buesser kommpass gmbh */
.komm_slider {
    width: 100%;
    height: 100%;
    position: absolute;

}

.komm_slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
    background-size: cover;
    background-position: 65% top;
}

.komm_slider .slide.shown {
    opacity: 1;
}