/*
* @author: Sebastian Lind
* Theme Name: STOE & Cie GmbH
* Theme URI: http://www.360vier.de
* Description: WordPress-Theme fuer STOE & Cie GmbH
* Version: 2.0
* Author: 360VIER
* Author URI: http://www.360vier.de
*/

/*******************************/
/*** General *******************/

::selection {
    color: #FFFFFF;
    background: #003865;
}
::-moz-selection {
    color: #FFFFFF;
    background: #003865;
}


@font-face {
    font-family: ClanProBook;
    src: url("./fonts/ClanWebPro-Book.eot");
}
/* then for WOFF-capable browsers */
@font-face {
    font-family: ClanProBook;
    src: url("./fonts/ClanWebPro-Book.woff") format("woff");
}

@font-face {
    font-family: ClanProMedium;
    src: url("./fonts/ClanWebPro-Medium.eot");
}
/* then for WOFF-capable browsers */
@font-face {
    font-family: ClanProMedium;
    src: url("./fonts/ClanWebPro-Medium.woff") format("woff");
}

body {
    color: #333333;
    font-size: 12px;
    font-family: Verdana, Arial, Helevtica, san-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ClanProBook', Arial, Helevtica, san-serif;
}

b, strong {
    font-family: 'ClanProMedium', Arial, Helevtica, san-serif;
    font-weight: normal;
}
.clear {
    width: 100%;
    height: 100px;
    clear: both;
}

.clear2 {
    clear: both;
}

.clear3 {
    clear: both;
    height: 30px;
    width: 100%;
}


a:link { color:#003865; text-decoration: none; outline: none; }
a:visited { color:#003865; text-decoration: none; outline: none; }
a:hover { color:#A19688; text-decoration: none; outline: none; }
a:active { color:#A19688; text-decoration: none; outline: none; }

.close {
    color: #FFFFFF;
    font-weight: normal;
    opacity: 0.5;
}


#header {
    background-color: #FFFFFF;
    position: relative;
    z-index: 9999;
    padding: 10px;
    height: 110px;
    max-width: 1170px;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out; /* Safari */
    font-family: 'ClanProBook', Arial, Helevtica, san-serif;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.logobig {
    margin: 10px 0px;
}

.logosmall {

}

#scroll_down_slider {
    position: fixed;
    bottom: 0;
    opacity: 1;
    width: 100%;
    text-align: center;
    z-index: 99999;
    padding-bottom: 10px;
}

#scroll_down_slider:hover {
    opacity: 0.7;
}

#scroll_down_slider a {
    color: #FFFFFF;
    border: 1px solid #003865;
    background: #003865;
    padding: 10px 30px;
}

.content {
    margin-top: 40px;
}

.page-content, .single-content {
    margin-top: 190px;
    margin-bottom: 40px;
}

.page-content h4 {
    font-size: 24px;
    line-height: 21px;
    margin: 0 0 7px 0;
}

.page-content #bluebackground {
    background-color: #003865;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
}

.page-content p {
    margin: 22px 0 0 0;
}

.page-content hr.whitehr {
    border: 0;
    height: 0;
    border-top: 1px solid #FFFFFF;
    margin: 3px 0 3px 0;
}

.page-content .nop p {
    margin: 0;
}

.page-content .nop {
    margin-top: 22px;
}

span.aboutyear {
    float: left;
    width: 12%;
    font-weight: bold;
}

span.abouttext {
    float: right;
    width: 86%;
}

.page-content .carousel-inner {
    height:366px;
}

.single-content {
    font-size: 13px;
}

.single-product-content {
    margin-top: 30px;
}

.container-full {
    margin-top: -110px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: absolute;
    background-color: #A19688;
    text-align: center;
}

.container-full img {
    width: 2500px;
    height: 430px;
}

.productsblue {
    background-color: #003865;
    height: 270px;
}

.prodctsoverview img:hover {
    opacity: 0.7;
}

.product-container-full {
    margin-top: -110px;
    width: 100%;
    height: 700px;
    background-image: -webkit-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    /*overflow: hidden;*/
}

ul.post-categories {
    list-style: none;
    list-style-type: none;
    padding: 0;
    width: 100px;
}

label {
    width: 25%;
}

h1.page {
    position:absolute;
    top:-170px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

h1.single {
    position:absolute;
    top:-150px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

h2.subheadline {
    position:absolute;
    top:-92px;
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}

h2.webinarshead {
    position:absolute;
    top:-200px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

h3 {
    border-bottom: 1px solid #003865;
    text-transform: uppercase;
    font-size: 14px;
    color: #003865;
    padding: 3px 0;
}

h3.meetings {
    color: #A19688;
    border-bottom: 1px solid #A19688;
}

a.meeting:link {
    color: #A19688;
}

a.meeting:hover {
    color: #003865;
}

h3.features {
    border-bottom: 1px solid #003865;
    padding-bottom: 10px
}

h3.accessoires {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

h4.conference, h5.conference {
    color: #003865;
    line-height: 32px;
}

h4.meeting, h5.meeting {
    color: #A19688;
    line-height: 32px;
}

h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: #003865;
    padding: 3px 0;
}

h6 {
	text-transform: uppercase;
	font-size: 12px;
	color: #003865;
	margin-top: 50px;
	padding: 3px 0;
	border-bottom: 1px solid #003865;
}

span.blue {
     text-transform: uppercase;
     font-family: 'ClanProBook', Arial, Helevtica, san-serif;
     color: #003865;
 }

span.blueproduct {
    font-family: 'ClanProBook', Arial, Helevtica, san-serif;
    color: #003865;
}

span.blueproductbold {
    font-family: 'ClanProMedium', Arial, Helevtica, san-serif;
    color: #003865;
}

h2.blueproductbold {
    font-size: 12px;
    line-height: 1.428571429;
    font-family: 'ClanProMedium', Arial, Helevtica, san-serif;
    color: #003865;
    margin-top: 5px;
    margin-bottom: 0px;
}

#scroll_to_top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 82px;
    background-color: #A19688;
    color: #003865;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
}

iframe {
    width: 100% !important;
    height: 300px !important;
}

iframe[title="recaptcha challenge"],
.ginput_recaptcha iframe,
.ginput_recaptcha > div > div {
    height: inherit !important;
}

body.page-id-404 .vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

body.page-id-404 .page-content {
    margin-top: 190px;
    margin-bottom: 40px;
}

/*******************************/
/*** TOOLTIP *******************/

.stoe-tooltip + .tooltip .tooltip-inner {
    background-color: #003865;
    font-size: 13px;
}
.stoe-tooltip + .tooltip.top .tooltip-arrow,
.stoe-tooltip + .tooltip.top-left .tooltip-arrow,
.stoe-tooltip + .tooltip.top-right .tooltip-arrow {
    border-top-color: #003865;
}
.stoe-tooltip + .tooltip.bottom .tooltip-arrow,
.stoe-tooltip + .tooltip.bottom-left .tooltip-arrow,
.stoe-tooltip + .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #003865;
}
.stoe-tooltip + .tooltip.right .tooltip-arrow {
    border-right-color: #003865;
}
.stoe-tooltip + .tooltip.left .tooltip-arrow {
    border-left-color: #003865;
}


/*******************************/
/*** ANCHORLIST ****************/

#anchorlist {
    position: fixed;
    background-image: url('img/winkel.png');
    background-repeat: no-repeat;
    background-position: top center;
    left: 0px;
    top: 45%;
    z-index: 9999;
}

@media (max-width:888px) {
    #anchorlist {
        display: none;
    }
}

#anchorlist ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
}

#anchorlist ul li {
    width: 25px;
    height: 50px;
    background-color: #003865;
}

.anchorhover {
    display: none;
}

#anchorlist ul li a {
    color: #FFFFFF;
    line-height: 50px;
    margin-left: 2px;
}

#anchorlist ul li a:hover {
    color: #FFFFFF;
}

#anchorlist ul li a:hover + .anchorhover {
    display: block;
    position: absolute;
    left: 25px;
    font-weight: bold;
    margin-top: -35px;
    background-color: #003865;
    color: #FFFFFF;
    padding: 3px 5px;
    z-index: 99;
}

.show {
    display: block;
    position: absolute;
    left: 25px;
    font-weight: bold;
    margin-top: -35px;
    background-color: #003865;
    color: #FFFFFF;
    padding: 3px 5px;
    z-index: 99;
}


.anchorpoint {
    visibility: hidden;
}



/*******************************/
/*** Product Single ************/

h1.product, h2.product {
    color: #FFFFFF;
    text-transform: uppercase;
}

.product-container {
    padding-top: 110px;
}

.product-name {
    position: absolute;
    top: 0;
}

.product-image {
    max-height: 420px;
    width: auto;
}

#features {
    margin-bottom: 40px;
}

#specifications {
    margin-top: 20px;
}

.producttext {
    padding: 25px 15px;
}

.category_pro {
    margin-top: 100px;
}

@media (max-width: 763px) {

    .category_pro {
        margin-top:50px;
    }

    [rel=tooltip] {
        display: none;
    }
}


.related_prods {
    width: 250px;
    height: 48px;
	line-height: 48px;
	padding-left: 10px;
    border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
    background-image: url('img/pfeil_klein_weiss_links.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.related_prods:hover {
	width: 250px;
	height: 48px;
	line-height: 48px;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #003865;
	background-image: url('img/pfeil_klein_weiss_links.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}


a.related_prods_link {
    color: #FFFFFF;
}

a.related_prods_link:hover {
    color: #FFFFFF;
}

.software {
    margin-top: 30px;
}

.product-logo {
    margin: 20px auto;
}

.product-logo-mobile {
    max-height: 40px;
    width: auto;
    float: left;
    margin: 10px;
}

.featurelist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}

.featurelist li {
	padding: 0 12px;
    border-bottom: 1px solid #A19688;
	padding-bottom: 6px;
	margin-bottom: 3px;
}

.featurelist li:before {
    content: "• ";
	padding-right: 0px;
	margin-left: -11px;
}

.relative {
	position: relative;
}

.tabheadline {
	font-family: 'ClanProBook', Arial, Helevtica, san-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #003865;
	padding: 3px 0;
	border-bottom: 1px solid #003865;
	padding-bottom: 10px;
	margin-top: 50px;
}

.tabcontent {
	display: none;
}

.tabcontent ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}

.tabcontent ul li {
	padding: 0 11px;
	border-bottom: 1px solid rgb(161, 150, 136);
	padding-bottom: 6px;
	margin-bottom: 3px;
}

.tabcontent ul li:before {
	content: "• ";
	padding-right: 0px;
	margin-left: -12px;
}

.tabtext {
	height: 30px;
	border-bottom: 1px solid #003865;
	line-height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	color: #003865;
	background-color: #FFFFFF;
	background-image: url('img/pfeil_klein_blaur.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}

.tabtext:hover, .tabtext.activedetail {
	color: #FFFFFF;
	background-color: #003865;
	background-image: url('img/pfeil_klein_weiss_links.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}

.tabtext.activedetail {
	cursor: default;
}

#product-carousel {
    margin-top: 0 !important;
    height: 300px;
}

.product-arrow {
    background-color: #003865;
    width: 30px;
    height: 50px;
    line-height: 45px;
    color: #FFFFFF !important;
    opacity:1;
}

.product-arrow:hover {
    opacity: 0.7;
}

.accessoires {
    background-color: #003865;
    color: #FFFFFF;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 50px;
}

#accessoires {
	padding-bottom: 60px;
	margin-bottom: 40px;
}

.accessoireinfos ul {
    padding-left: 12px;
}

.accessoireinfotabs {
    margin: 40px 0px;
}

.tab_accessoire {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #FFFFFF;
    line-height: 30px;
	padding: 0px 10px;
    color: #FFFFFF;
    cursor: pointer;
    background-image: url('img/pfeil_klein_weiss_links.png');
    background-repeat: no-repeat;
	background-position: 95% center;
}

.tab_accessoire_big {
    height: 48px;
    line-height: 15px;
    padding-top: 7px;
}

.tab_accessoire_image a:link {
    color: #FFFFFF;
}

.tab_accessoire:hover, .tab_accessoire.activeaccessoire {
	color: #003865;
	background-color: #FFFFFF;
	background-image: url('img/pfeil_klein_blaur.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}

.tab_accessoire.activeaccessoire {
	cursor: default;
}

.tab_accessoire_image {
    width: 40%;
    float: right;
    margin-top: 40px;
}

.tab_accessoire_text {
    width: 50%;
    float: left;
    margin-top: 40px;
    color: #FFFFFF;
}

.accessoire_titel {
    font-weight: bold;
}

a.productdownload {
	color: #003865;
	background-color: #FFFFFF;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	margin-top: 50px;
	padding: 10px 20px;
}

a.productdownload:hover {
	color: #FFFFFF;
	background-color: #003865;
	border: 1px solid #FFFFFF;
}

#dropdown_arrow {
    cursor: pointer;
    height: 40px;
    width: 350px;
}

.arrow-down {
    background: url("img/pfeil_kommentar_down.png") no-repeat center center rgba(0, 0, 0, 0) !important;
    opacity: 1.0;
}

.arrow-down:hover {
    opacity: 0.7;
}

.arrow-up {
    background: url("img/pfeil_blau_top_kommentar.png") no-repeat center center rgba(0, 0, 0, 0) !important;
    opacity: 1.0;
}

.arrow-up:hover {
    opacity: 0.7;
}

.wpcf7-form{
    width : 100%;
    height: auto;
    overflow: hidden;
    margin: 20px;
}

.page-content .wpcf7-form {
    height: auto;
    margin: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    line-height: 16px;
    font-size: 14px;
    width: 99%;
    height: 30px;
    background-color: #CCCCCC;
    float: none;
    margin: 0;
}

.wpcf7-form input[type="submit"] {
    background-color: #808080;
    width: 99%;
    height: 30px;
    color: #FFFFFF;
    border: 0;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #003865;
}

.wpcf7-form textarea {
    line-height: 16px;
    font-size: 12px;
    height: 100px;
}

div.wpcf7-response-output {
    margin: 0;
    width: 99%;
}

.download {
    margin: 5px 0;
}

#related {
    margin: 30px 0;
}

.related_posts {
    float: left;
    width: 33%;
    padding: 20px;
}

.related_posts img:hover {
    opacity: 0.5;
}

.related_posts img {
    max-height: 199px;
    max-width: 100%;
    margin-bottom: 20px;
}

table.table-striped tr th {
    text-transform: uppercase;
    color: #003865;
}

table.table-striped {
    margin: 40px 0;
}

.attachment-relatedthumb {
    width: 100%;
    height: auto;
}




/*******************************/
/*** Slider ********************/

.slider-wrapper {
    margin-top: -110px;
    width: 100%;
    height: 600px;
    background-image: -webkit-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    /**overflow: hidden;**/
}
.slider-image {
    /*max-height: 590px;*/
    height: 600px;
    position:relative !important;
    width: 58% !important;
    top: 0px !important;
    left:-5% !important;
    z-index:0 !important;
}


.slide {
    /*margin-top: 110px;
    max-height: 590px;*/
}

#slider_content {
    position: absolute;
    left:50%;
    margin-left:167px;
    top: 200px !important;
    width: 33%;
    max-width: 418px;
    z-index:999;
}

@media (max-width:1199px)
{
    .slider-wrapper{
        height:500px !important;
    }
    .slider-image{
        height:500px !important;
    }
    #slider_content{
        margin-left:120px !important;
    }
}


.slider_content_headline {
    font-size: 26px;
    color: #003865;
    font-family: 'ClanProBook', Arial, Helevtica, san-serif;
    text-transform: uppercase;
}

.slider_content_headline h1 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.slider_content_subheadline {
    font-size: 26px;
    color: #003865;
    font-family: 'ClanProMedium', Arial, Helevtica,  san-serif;
    text-transform: uppercase;
}

.slider_content_button {
    background-color: #003865;
    color: #A19688;
    width: 100%;
    text-align: center;
}

.slider_content_button:hover {
    background-color: #A19688;
    color: #003865;
}

.slider_content_button_text {
    color: #FFFFFF;
    font-size: 12px;
    padding: 7px;
    line-height: 20px;
    text-transform: uppercase;
}

.sliderarrowsmall {
    float: right;
    padding: 8px;
}



/*******************************/
/*** Header Menu ***************/

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.navbar-collapse {
    width: 140px;
    float: left;
}

.navbar-collapse .collapse {
    overflow: visible !important;
    padding-bottom: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #003865;
    text-transform: uppercase;
    width: 140px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #A19688;
}

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

.navbar-nav > li {
    float: none;
}

.navbar-3 {
    position: absolute;
    right: 5%;
    top: 12px;
    list-style: none;
    list-style-type: none;
    line-height: 20px;
    text-transform: uppercase;
}

.navbar-nav > .active > a {
    background-color: #FFFFFF !important;
    color: #A19688 !important;
    font-weight: bold !important;
}

/*******************************/
/*** NAVBAR SEARCH *************/

.staticlogo {
    margin: 18px 0;
}

#navbar-search {
    position: absolute;
    right: 20px;
    top: 70px;
}

.searchbar {
    display: none;
    position: absolute;
    right: -20px;
    bottom: -40px;
    border: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    width: 200px;
}

.searchtrigger{
    cursor: pointer;
}

label.screen-reader-text, input#searchsubmit {
    display: none;
}

input#s {
    width: 194px;
}

input[type="text"], textarea {
    background-color : #CCCCCC;
    border: none;
    width: 70%;
    height:20px;
}

input[type="text"]:focus, textarea:focus {
    background-color : #FFFFFF;
    border: 1px solid #003865;
    color: #003865;
}


/*******************************/
/*** STATIC MENU ***************/

#staticmenu {
    width : 100%;
    height : 80px;
    background-color: transparent;
    position: fixed;
    top:0;
    left:0;
    display : none;
    z-index:9999;
    font-size: 10px;
}

#staticmenu #navbar-search {
    top: 50px;
}

#staticmenu .searchbar {
    bottom: -35px;
}

#staticmenu > #header {
    height : 80px !important;
}

#staticmenu .navbar-nav > li > a, #staticmenu .navbar-3  {
    line-height: 16px !important;
}




/*******************************/
/*** Tabmenu *******************/

a.tabslide {
    background-image: url('img/menuebackground_slide.png');
    background-repeat: no-repeat;
    position: absolute;
    font-size: 14px;
    margin-top: -47px;
    height: 47px;
    padding: 5px 20px 5px 70px;
    color: #FFFFFF;
    width: 360px;
    z-index: 9997; /** 2 weniger als #tab_container und #staticmenu **/
}

a.tabslide h2 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Verdana, Arial, Helevtica, san-serif;
    display: inline;
}

a.tabslide:hover {
    opacity: 0.7;
}

.tabslidearrow {
    float: right;
    padding-top: 5px;
}

#tab_container {
    bottom: 0px;
    display: none;
    position: absolute;
    width: 1170px;
    height: 400px;
    z-index: 9998; /** 1 weniger als #staticmenu, 1 mehr als a.tabslide **/
}

.tab_container_02 {
    left: -375px;
}

.tab_container_03 {
    left: -765px;
}

#tab_inner {
    background-color: #FFFFFF;
    border-top: 3px solid #003865;
    border-bottom: 3px solid #003865;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.tabslide_top {
    position: absolute;
    top: 0px;
    left: 0px;
}

.tablogo {
    width: 70px;
    height: auto;
    margin-bottom: 20px;
}

.tab_product {
    width: 200px;
    height: 30px;
    border-bottom: 1px solid #003865;
    background: url('img/pfeil_klein_blaur.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.tab_product_1 {
    border-top: 1px solid #003865;
}

.tab_product a {
    line-height: 30px;
}


.product-1, .product-2, .product-3, .product-4, .product-5, .product-6, .product-7 {
    display: none;
    position: absolute;
    top: 20px;
    left:20%;
    width: 75%;
    height: auto;
}

.tab_product_image {
    width: 40%;
    float: left;
    margin: 60px;
}

.tab_product_text {
    width: 40%;
    height: 248px;
    overflow: hidden;
    float: right;
    margin-top: 60px;
    color: #003865;
}

.meeting_tab {
    width: 49%;
    height: 300px;
    float: right;
    padding: 0 50px;
}

.conference_tab {
    width: 49%;
    height: 300px;
    float: left;
    padding: 0 50px;
}

.conferenceandmeeeting {
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 100px auto;
    color: #FFFFFF;
    background-color: #003865;
    text-align: center;
}

.conferenceandmeeeting:hover {
    background-color: #A19688;
}

.conferenceandmeeeting a, .conferenceandmeeeting a:hover  {
    color: #FFFFFF;
}

.camarrowsmall {
    float: right;
    padding: 12px;
}



/*******************************/
/*** PRODUCTOVERVIEW ***********/


.productoverviewtitle {
    padding-top: 150px;
}

.producticon {
    max-width: 68px !important;
    height: auto !important;
}

.productcat {
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: ClanProBook, Arial, sans-serif;
    font-size: 24px;
}

.productcat h1 {
    font-family: ClanProBook, Arial, sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.productsoverview img:hover {
    opacity: 0.7;
}

.productsoverview {
    margin-top: 120px;
}

.productsPageSep {
    padding: 15px 15px 32px 15px;
}

.productspace {
    padding: 15px;
}



/*******************************/
/*** FOOTER (MENU) *************/

#footer {
	position: relative;
    background-color: #003865;
    color: #FFFFFF;
    padding: 30px;
    font-size: 11px;
}

#footer a:link {
    color: #FFFFFF;
}

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

.outerfooter {
    background-color: #003865;
}

nav.footer {
    float: left;
}

.footeradress {
    float: right;
    font-size: 11px;
}

a.emaifooter:link {
    color: #FFFFFF;
}

a.emaifooter:hover {
    color: #A19688;
}

#footer ul {
    padding: 0px;
    list-style-type: none;
    display: block;
    text-align: left;
    margin-bottom: 0px;
}

#footer ul li {
    display: inline-table;
    width: 142px;
}

#footer ul li a {
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
}

#footer ul li ul li a {
    font-weight: normal;
    font-size: 10px;
}

#footer ul li ul li a:hover {
    color: #808080;
}

#footer #linkedin {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block !important;
}

#footer #researchgate {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block !important;
}


/*******************************/
/*** VISUAL COMPOSER ***********/

.newslistblock {
    border-bottom: 1px solid #003865;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.newslistblock img {
    float: right;
    max-width: 250px;
    height: auto;
    margin: 10px 0 10px 10px;
}

.newsinfo {
    color: #003865;
}

.newsticker-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom:-21px;
    font-style:italic;
    font-weight: bold;
    padding:15px 0px;
}


a#prev-state-button, a#next-state-button {
    cursor: pointer;
    color: #003865;
}

.prev-state-button, .next-state-button {
    width:40px;
    heigth:40px;
    margin: 20px auto;
}

ul.newsticker {
    list-style: none;
    list-style-type: none;
}

ul.newsticker li {
    font-family: Times, italic;
    color: #003865;
    font-size: 24px;
}

h4.news, h4.event {
    width: 65%;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #003865;
    padding: 3px 0;
}

p.newsdate {
    color: #FFFFFF;
    width: 30%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    background-color: #003865;
}

p.newscategory {
    color: #003865;
    width: 65%;
    float: right;
}

p.news, p.event, p.eventort, p.eventdatum {
    width: 65%;
    float: right;
}

.newstext {
    width: 100%;
}

p.eventdatum {
    font-weight: bold;
}

p.eventort, p.eventdatum {
    color: #003865;
}

.newsimage, .eventimage {
    width: 32%;
}

img.fullwidth-image {
    width: 100%;
    height: auto;
    margin-bottom: -55px;
}

#key-contact-carousel {
    margin-top: 0 !important;
    height: 300px;
}

#key-contact-carousel .carousel-inner{
    width: 100%;
    height: 300px;
}

.item {
    width: 100%;
    max-height: 306px;
}

.carousel-control {
    color: #003865;
    width: 5%;
}

.contactitem {
    max-width: 260px;
    float: left;
    margin-right: 30px;
}

.email {
    height: 14px !important;
    width: auto !important;
}

.contactitem:nth-child(4n) {
    /**background: red;**/
    margin-right: 0;
}

.attachment-keycontactthumb {
    border-bottom: 1px solid #003865;
}

a.carousel-control {
    color: #003865;
}

a.carousel-control:hover {
    color: #A19688;
}

.carousel-control.right {
    background-image: none;
    position: relative;
    float: right;
    margin-top: -200px;
    margin-right: -40px;
}

.carousel-control.left {
    background-image: none;
    position: relative;
    float: left;
    margin-top: -200px;
    margin-left: -40px;
}

.news-letter-form input[type="submit"] {
    background:gray;
    color:#FFFFFF;
    text-align:left !important;
    border:none !important;
}

.wpb_bootstrap_modals .icon-makanto_vc_newsblock, .wpb_makanto_vc_newsblock {
    background-image: url("//sto001.dev.360vier.net/wp-content/plugins/js_composer/assets/vc/elements_icons/tweetmeme.png");
    background-position: 0 0;
    width: 32px;
    height: 32px;
}

.col-image-carousel {
    padding-right: 0px;
    padding-left: 0px;
}

#image-carousel {
    height: 366px;
    margin: 25px 0;
}

.image-carousel-arrow {
    background-color: #003865;
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF !important;
    opacity: 1.0;
}

.image-carousel-arrow:hover {
    opacity: 0.7;
}

.left.image-carousel-arrow {
    margin-left: -15px;
}

.right.image-carousel-arrow {
    margin-right: -5px;
}

.meetingitem {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #A19688;
    color: #A19688;
}

.meetingitemleft {
    width: 65%;
    float: left;
}

.meetingitemright {
    width: 32%;
    float: right;
    padding-top: 10px;
}

#meetinglist, #meetingarchive, #conferencelist, #conferencearchive {
    margin: 50px 0px 100px 0px;
    padding-top: 50px;
}

.conferenceitem {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #003865;
}

.conferenceitemleft {
    width: 65%;
    float: left;
}

.conferenceitemright {
    width: 32%;
    float: right;
    padding-top: 10px;
    text-align: center;
}

.paginationnav {
    margin: 10px 0;
}

.jPaginate{
    height: 18px;
    position: relative;
    color: #A19688;
    font-size: small;
    width: 100%;
}
.jPaginate a{
    line-height: 18px;
    height: 24px;
    cursor: pointer;
    padding: 2px 5px;
    margin: 2px;
    float: left;
}
.jPag-control-back{
    position: absolute;
    left: 0px;
}
.jPag-control-front{
    position: absolute;
    top: 0px;
}
.jPaginate span{
    cursor: pointer;
}
ul.jPag-pages{
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
ul.jPag-pages li{
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px;
}
ul.jPag-pages li a{
    float: left;
    padding: 2px 5px;
}
span.jPag-current{
    cursor: default;
    font-weight: normal;
    line-height: 18px;
    height: 24px;
    padding: 2px 5px;
    margin: 2px;
    float: left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
    height: 24px;
    margin: 2px;
    float: left;
    line-height: 34px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
    margin:2px 0px 2px 2px;
    font-size:12px;
    font-weight:bold;
    width:10px;

}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
    margin:2px 2px 2px 0px;
    font-size:12px;
    font-weight:bold;
    width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
    margin:2px 0px 2px 2px;
    font-size:18px;
    width:15px;
    text-align:right;
    line-height: 18px;
}
span.jPag-snext,
span.jPag-snext-img{
    margin:2px 2px 2px 0px;
    font-size:18px;
    width:15px;
    text-align:right;
    line-height: 18px;
}
ul.jPag-pages li span.jPag-previous-img{
    background:transparent url(../images/previous.png) no-repeat center right;
}
ul.jPag-pages li span.jPag-next-img{
    background:transparent url(../images/next.png) no-repeat center left;
}
span.jPag-sprevious-img{
    background:transparent url(../images/sprevious.png) no-repeat center right;
}
span.jPag-snext-img{
    background:transparent url(../images/snext.png) no-repeat center left;
}



/*******************************/
/*** TIMELINE ******************/

.timeline {
    padding: 100px 0px;
    margin: 20px 0px;
    background: url('img/bg-timeline.png') top repeat-y;
}

.itemtop {
    margin-top: -75px;
    padding:0px 30px;
}

.yearleft, .yearright {
    color: #FFFFFF;
    /***background: #003865;**/
    text-align: center;
    height:100%;
    padding: 0px;
    font-weight:bold;
    font-size: 12px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 20px;
}

.yearleft {
    background-image: url('img/yearleft.png');
}

.yearright {
    background-image: url('img/yearright.png');
}

/***
.yearleft a {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 17px 17px 0;
    border-color: transparent #003865 transparent transparent;
    position:absolute;
    left:-17px;
    bottom:0px;
}

.yearright a {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    border-color: transparent transparent transparent #003865;
    position:absolute;
    right:-17px;
    bottom:0px;
}
***/
.timelineitemtitel {
    font-weight: bold;
    line-height: 30px;
    width:100%;
}

.timeline-left {
    text-align: right;
}

.timeline-right {
    text-align: left;
}


@media (max-width: 200px) {

    .itemtop {
    margin-top: 50px;
    }

    .timeline {
        background: url('img/emptySpace.png') top repeat-y;
    }
}

/*******************************/
/*** STATEMENT SLIDER **********/

.carousel-nav {
    cursor: pointer;
    height: 50px;
    width: 50px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
}

.carousel-nav a {
    text-decoration: none;
    color: blue;
}

#carousel-wrap {
    border: 0px solid #000;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#testimonial-list {
    overflow: hidden;
    padding: 10px;
    width: 1600px;
}
#testimonial-list>li {
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: inline-block;
}


/*******************************/
/*** MEET STOE SLIDER **********/

#meet_stoe_slider_background {
    position:absolute;
    top: 0px;
    z-index:-1;
    padding: 100px 20px 20px 20px;
    width: 100%;
    height: 500px;
    background-image: -webkit-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
    background-image: linear-gradient(top left, #A19688 0%, #FFFFFF 100%);
}

#meet_stoe_container {
    /*position: absolute;*/
    /*top: 50px;*/
}

#meet_stoe_slider_after_space {
    width: 100%;
    height: 0px;
}

#meet_stoe-carousel {
    height: 300px;
    width: 100%;
}

h1.meetstoesliderheader {
    color: #FFFFFF;
    text-transform: uppercase;
}

.posttype {
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
}

h4.meetstoesliderdate {
    color: #FFFFFF;
    font-weight: bold;
}

h4.meetstoeslidertitel {
    color: #FFFFFF;
}

p.meetstoesliderort {
    color: #FFFFFF;
    font-size: 11px;
}

p.meetstoeslidertext {
    color: #000000;
}

.meetstoeslidercol {
    width:33%;
    float: left;
    padding: 10px 20px 10px 0;
}

.colimg {
    text-align: center;
}

.slick-arrow {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    margin-top: -20px;
    top: 50%;
    background-color: #003865;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    margin-left: 0;
}
.slick-arrow:hover {
    background-color: #A19688;
}
.slick-arrow.next {
    right: -50px;
}
.slick-arrow.prev {
    left: -50px;
}


/*******************************/
/*** VC SALES AGENTS **********/

#salesagents a:link {
    color: #FFFFFF;
}

#salesagents a:hover {
    color: #FFFFFF;
}

h3.salesagents {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-bottom: 30px;
}

h4.salesagents {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.salesagents {
    background-color: #003865;
    color: #FFFFFF;
    width: 100%;
}

.wpb_wrapper iframe {
    margin-bottom: -40px;
}

.world {
    margin: 20px auto;
}

.salesagent_part2 {
    padding-left: 7px;
}

/*******************************/
/*** VC DIRECTORYS DOWNLOAD ****/

.dhsv_vc_google_maps_wrapper {
    position: relative;
    display: block;
    width: 100%;
}

#dhsv_vc_google_maps_download {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #003865;
    padding: 10px;
    width: 378px;
}

#dhsv_vc_google_maps_download:link, #dhsv_vc_google_maps_download:visited {
    color: #FFFFFF;
}

#dhsv_vc_google_maps_download:hover {
    color: #A19688;
}



/*******************************/
/*** GRAVITY FORMS **********/

.gform_wrapper form#gform_1 {
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
}

.gform_wrapper form#gform_2 ul#gform_fields_2 li.gfield .gfield_label {
    display: block;
    width: 100%;
    color: #003865;
}

.gform_wrapper form#gform_1 ul#gform_fields_1 li.gfield .ginput_container input[type="text"],
.gform_wrapper form#gform_2 ul#gform_fields_2 li.gfield .ginput_container input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.gform_wrapper form#gform_1 ul#gform_fields_1 li.gfield .ginput_container_checkbox {
    margin-top: 0px;
}

.gform_wrapper form#gform_1 ul#gform_fields_1 li.gfield .ginput_container_checkbox  label {
    font-size: 12px;
    font-weight: normal;
}

.gform_wrapper form#gform_1 ul#gform_fields_1 li.gfield .ginput_container_consent .gfield_consent_label,
.gform_wrapper form#gform_2 ul#gform_fields_2 li.gfield .ginput_container_consent .gfield_consent_label {
    display: inline;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
    color: #ffffff;
    background-color: #003865;
    text-transform: uppercase;
    border: 1px solid #003865;
    padding: 10px 20px;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #003865;
    background-color: #ffffff;
    border: 1px solid #003865;
}

.gform_confirmation_message_2 {
    color: #003865;
}


.dhsv_webinar_confirmation {
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
}

.dhsv_webinar_confirmation video {
    width: 100%;
    height: auto;
}




/*******************************/
/*** VC WEBINARS LIST **********/
/*** &&&&&&&&&&&&&&&& **********/
/*** VC APP REPORTS **********/

.dhsv-vc-webinars h2 {
    margin-top: 70px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.dhsv-vc-webinars .dhsv-od-webinars,
.dhsv-vc-webinars .dhsv-up-webinars,
.dhsv-vc-app-reports-list {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.dhsv-vc-webinars .dhsv-od-webinar-item,
.dhsv-vc-webinars .dhsv-up-webinar-item,
.dhsv-vc-app-reports-list .dhsv-vc-app-report-item {
    flex: 0 22%;
    margin-right: 3%;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.6);
    -moz-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.6);
    box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.6);
}

@media (max-width: 992px) {
    .dhsv-vc-webinars .dhsv-od-webinar-item,
    .dhsv-vc-webinars .dhsv-up-webinar-item,
    .dhsv-vc-app-reports-list .dhsv-vc-app-report-item {
        flex: 0 47%;
    }
}

@media (max-width: 576px) {
    .dhsv-vc-webinars .dhsv-od-webinars,
    .dhsv-vc-webinars .dhsv-up-webinars,
    .dhsv-vc-app-reports-list .dhsv-vc-app-report-item {
        flex-direction: column;
    }

    .dhsv-vc-webinars .dhsv-od-webinar-item,
    .dhsv-vc-webinars .dhsv-up-webinar-item,
    .dhsv-vc-app-reports-list .dhsv-vc-app-report-item {
        flex: 0 0 100%;
        margin-right: 0%;
        margin-top: 30px;
    }
}

.dhsv-vc-webinars .dhsv-od-webinar-item-img,
.dhsv-vc-webinars .dhsv-up-webinar-item-img,
.dhsv-vc-app-reports-list .dhsv-vc-app-report-img {
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhsv-vc-webinars .dhsv-od-webinar-item h4,
.dhsv-vc-webinars .dhsv-up-webinar-item h4,
.dhsv-vc-app-reports-list .dhsv-vc-app-report-item h4 {
    font-size: 20px;
    line-height: 24px;
    padding: 30px 15px 15px;
}

.dhsv-vc-webinars .dhsv-up-webinar-item .dhsv-up-webinar-date {
    font-family: 'ClanProBook', Arial, Helevtica, san-serif;
    font-size: 21px;
    line-height: 25px;
}

.dhsv-vc-webinars .dhsv-od-webinar-item p,
.dhsv-vc-webinars .dhsv-up-webinar-item p,
.dhsv-vc-app-reports-list .dhsv-vc-app-report-item p {
    padding: 0 15px 15px;
    margin: 0 0;
}




/*******************************/
/*** QUESTION FORM **********/

.dhsv-question-form {
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: block;
    width: 220px;
    height: 60px;
    text-align: center;
    z-index: 9999;
    transition: all 500ms ease-in-out;
}

@media (max-width:768px) {
    .dhsv-question-form {
        display: none;
    }
}

.dhsv-question-form .dhsv-question-icon {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    color: #ffffff;
    background-color: #003865;
    border: 1px solid #003865;
    border-radius: 50%;
}

.dhsv-question-form:hover .dhsv-question-icon {
    color: #003865;
    background-color: #ffffff;
    border: 1px solid #003865;
}

.dhsv-question-form .dhsv-question-icon .dhsv-question-icon-open {
    display: block;
    font-size: 26px;
    line-height: 60px;
}

.dhsv-question-form .dhsv-question-icon .dhsv-question-icon-close {
    display: none;
    font-size: 26px;
    line-height: 60px;
}

.dhsv-question-form .dhsv-question-slogan {
    cursor: pointer;
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 65px;
    width: 150px;
    padding: 15px;
    font-size: 17px;
    color: #003865;
    background-color: #ffffff;
    border: 1px solid #003865;
    border-radius: 15px;
    transition: all 500ms ease-in-out;
}

.dhsv-question-form .dhsv-question-formular {
    display: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 65px;
    width: 350px;
    padding: 15px;
    background-color: #ffffff;
    transition: all 500ms ease-in-out;
}

/*** open ***/

.dhsv-question-form.question-form-open .dhsv-question-icon .dhsv-question-icon-open {
    display: none;
}

.dhsv-question-form.question-form-open .dhsv-question-icon .dhsv-question-icon-close {
    display: block;
}

.dhsv-question-form.question-form-open .dhsv-question-slogan {
    display: none;
    opacity: 0;
}

.dhsv-question-form.question-form-open .dhsv-question-formular {
    display: block;
    opacity: 1;
}




/*******************************/
/*** DOWNLOAD MANAGER **********/

.w3eden .wpdm-link-template.thumbnail {
    border: 0px solid transparent;
    border-radius: 0px;
}

.w3eden .wpdm-link-template .media {
    display: block !important;
    margin-top: 22px !important;
}

.w3eden .media > div {
    display: block;
    width: 100%;
}

.w3eden .media > .pull-left {
    display: none;
}

.w3eden .wpdm-link-template .media .media-body {
    margin-bottom: 22px !important;
}

.w3eden .media .media-body h3.package-title {
    display: none;
}

.w3eden .media-body strong.ptitle {
    display: none;
}

.w3eden .media-body div strong a {
    font-weight: 400;
    font-family: 'ClanProBook', Arial, Helevtica, san-serif;
}

.w3eden .media-body div strong a:hover {
    color: #A19688;
    text-decoration: none;
    outline: none;
}


/*******************************/
/*** OFF CANVAS MENU **********/


.mobilehead {
    color: #003865;
    line-height: 48px;
    padding: 0px 15px;
}

.mobilesearch {
    line-height: 48px;
    padding: 0px 15px;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #f8f8f8;
    color: #333;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #333;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
    background-image: -ms-linear-gradient(#ffffff, #dfdfdf);
    background-image: -o-linear-gradient(#ffffff, #dfdfdf);
    background-image: linear-gradient(#ffffff, #dfdfdf);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}

.sidr p a {
    color: rgba(51, 51, 51, 0.9)
}

.sidr > p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr ul {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 49px
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}

.sidr ul li a, .sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #333
}

.sidr ul li ul {
    border-bottom: none;
    margin: 0
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}

.sidr ul li ul li:last-child {
    border-bottom: none
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 41px
}

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}

.sidr ul li ul li a, .sidr ul li ul li span {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 30px
}

.sidr form {
    margin: 0 15px
}

.sidr label {
    font-size: 13px
}

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}

.sidr input[type=button], .sidr input[type=submit] {
    color: #f8f8f8;
    background: #333
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9)
}



/****************************************/
/***** RESPONSIVE HACKS *****************/


@media (max-width:1200px) {

    .navbar-collapse {
        width: 120px;
    }

    .navbar-default .navbar-nav > li > a {
        width: 120px;
    }

    a.tabslide {
        width: 300px;
    }

    #tab_container {
        width: 950px;
        height: 300px;
    }

    .tab_container_02 {
        left: -320px;
    }

    .tab_container_03 {
        left: -631px;
    }

    .tab_inner {
        padding-top: 0;
    }

    .meeting_tab, .conference_tab {
        height: 200px;
    }

    .conference_tab img {
        width: 33%;
        height: auto;
        float: left;
    }

    .contactitem a img, .contactitem {
        width: 205px;
        height: auto;
    }

    .carousel-inner, .contactitem {
        height: 250px;
    }

    #key-contact-carousel {
        height: 250px;
    }

	.tabtext {
		background-image: url('img/pfeil_kommentar_down.png');
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 15px;
	}

	.tabtext:hover, .tabtext.activedetail {

		background-image: url('img/pfeil_klein_weiss_unten.png');
		background-repeat: no-repeat;
		background-position: 95% center;
	}

	.tabcontent {
		padding-top: 40px;
	}
}


@media (max-width: 980px) {

    .navbar-collapse {
        width: 110px;
    }

    .navbar-default .navbar-nav > li > a {
        width: 110px;
    }

    .container-full {
        margin-top: -110px;
        width: 100%;
        height: 250px;
        position: absolute;
    }

    .container-full img {
        width: 100%;
        height: 250px;
    }

    .page-content {
        margin-top: 150px;
    }
    h1.page, h1.single {
        top: -110px;
    }

    h2.subheadline {
        display: none;
    }

    .contactitem a img, .contactitem {
        width: 160px;
        height: auto;
    }

    .contactitem {
        margin-right: 20px;
    }
}

@media (max-width: 900px) {
    .container-full, .container-full img {
        display: none;
    }
    .productsblue {
        display: block;
    }

    .vc_responsive div.vc_row-fluid div[class*="vc_span"] {
        display:inline-block !important;
        padding:20px 0px;
    }

    h1.page, h1.single {
        color: #003865;
    }

    h1.single {
        margin-top: 0;
    }

    .contactitem a img, .contactitem {
        width: 130px;
        height: auto;
    }

    .contactitem {
        margin-right: 10px;
    }

    .timeline {
        background-image: none;
    }

    .clear3 {
        clear: both;
        height: 100px;
        width: 100%;
    }

}

@media (max-width: 760px) {

    .vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #header {
        height: 50px;
    }

    h1.labnotes {
        font-size: 26px;
    }

    .productsblue {
        display: none;
    }

    .contactitem a img, .contactitem {
        height: auto;
        width: 100%;
    }

    .contactiteminfo {
        height: 90px;
    }

    #key-contact-carousel {
        height: 290px;
    }

    #key-contact-carousel .carousel-inner {
        height: 270px;
        width: 100%;
    }

    .related_posts {
        float: left;
        width: 99%;
    }

    .tab_accessoire_image {
        width: 70%;
        text-align: center;
    }

    .tab_accessoire_text {
        width: 100%;
    }

    .product-container-full {
        height: 600px;
    }

    .accessoires {
        margin-top: 0;
        padding-top: 20px;
    }

    #product-carousel {
        height: auto;
    }

    .tab_accessoire_big {
        height: 48px;
        line-height: 15px;
        padding-top: 7px;
    }

    .meetstoeslidercol {
        width: 100%;
    }

    .conferenceitemright, .conferenceitemleft, .meetingitemleft, .meetingitemright {
        width: 100%;
    }

    iframe {
        width: 100% !important;
        height: 200px !important;
    }

    .left.image-carousel-arrow {
        margin-left: 0px;
    }

    .right.image-carousel-arrow {
        margin-right: 0px;
    }
}


/****************************************/
/***** MAKANTO FOOTER *****************/

/* ________ 360VIER footer __________________*/
 
.makanto {
width: 170px;
height: 39px;
background: url("//data.makanto.de/360vier_footer-logo_light-def.png");

-webkit-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -ms-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.makanto:hover {
width: 170px;
height: 39px;
background-color: none !important;
background: url("//data.makanto.de/360vier_footer-logo_light-hover.png");
}

a.makanto2:hover {
background: none !important;
}
/* ________ 360vier footer __________________*/

