.top-image {
    height: 600px !important;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-references-page #products {
    margin-left: -5px;
    margin-right: -5px;
}
.page-template-references-page .top-image {
    width:100%;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}
.white-box {
    background-color:rgba(255, 255, 255, 0.8);
    padding: 15px 0px 15px 0px;
    color: black;
    font-family: 'AkzidenzGrotesk';
    font-size: 20px;
}
.page-template-references-page .white-box .ref-filter-search-form {
    padding: 40px 0px 40px 0px;
    text-align: center;
}
.page-template-references-page .white-box .ref-filter-select-form {
    background-color:rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-top: 25px;
}
.page-template-references-page .white-box .ref-filter-select-form p {
    text-align: left;
}
.page-template-references-page .white-box .ref-filter-select-form .form-group {
    border-left: 1px solid #99a1a7;
    padding: 10px 15px 10px 15px;
    position: relative;
}
.page-template-references-page .white-box .ref-filter-select-form .form-group:last-child {
    border-right: 1px solid #99a1a7;
}
.page-template-references-page .white-box .ref-filter-submit {
    background-color: #fdb813;
    font-family: 'AkzidenzGrotesk';
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    float: right;
}
.custom-form-submit {
    min-width: 200px;
}
.white-box .ref-filter-search-form .form-group > div {
    padding-left: 0;
    padding-right: 0;
}
.ref-filter-search-form label {
    line-height: 40px;
}
.ref-filter-search-form .form-control {
    width: 100%;
}
.page-template-references-page .white-box .button-group,
.page-template-references-page .white-box .dropdown-toggle,
.page-template-references-page .white-box .btn-default.active,
.page-template-references-page .white-box .btn-default.active.focus {
    background-color: transparent !important;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-color: transparent;
}
.page-template-references-page .white-box .dropdown-menu {
    border-radius: 0px;
    background-color:rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    border-top: none;
}
.page-template-references-page .white-box .dropdown-menu>li>a {
    padding: 3px 10px;
}
.page-template-references-page .white-box  a {
    font-size: 14px;
    font-weight: lighter;
}
.page-template-references-page .white-box a input {
    display: none;
}
.page-template-references-page .white-box  a span {
    height: 20px;
    width: 20px;
    border: 1px solid black;
    display: inline-block;
    position: relative;
}
.page-template-references-page .white-box [type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: #fdb813;
    top: -3px;
    font-size: 20px;
    left: 0;
}
@media (min-width: 768px) {
    .white-box .ref-filter-search-form .form-group {
        margin-bottom: 15px;
    }
}
/* Simple filter */
.page-template-references-page .references .menu {
    padding-top: 45px;
    padding-bottom: 5px;
}
.page-template-references-page .references .menu .show-more-filters {
    position: absolute;
    right: 20px;
    color: #fdb813;
    padding: 0px;
    font-size: 25px;
    outline: none;
}
.form-inline.ref-filter-search-form {
    margin-bottom: 5px;
}

.page-template-references-page .filters-refs-buttons-container {
    margin-top: 20px;
}
.page-template-references-page .references .menu button:hover {
    opacity: .9;
}
.page-template-references-page .references .menu .show-more-filters.active {
    outline: none;
}
.page-template-references-page .references label {
    font-size: 20px;
    font-family: 'AkzidenzGroteskLight', sans-serif;
}
.page-template-references-page .references .button-group button.button.is-active {
    outline: none;
    font-family: 'AkzidenzGrotesk';
    color: #fdb715;
}
/* End */
.reference-grid {
    margin-bottom: 50px;
}
.reference-grid .product {
    width: 24%;
    height: 230px;
    padding: 0px !important;
    margin: 0.5%;
}
.reference-grid .product .productImg {
    height: 230px;
    background-position: center center;
    background-size: cover;
}
.form-group input {
    border-radius: 0px;
    height: 40px;
    border: 1px solid #99a1a7;
}
.page-template-references-page .single-result {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}
.page-template-references-page .close-ref {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    opacity: .9;
}
.page-template-references-page .close-ref-front {
    margin-top: 0px;
}
.page-template-references-page .single-result #ref-slider,
.page-template-references-page .single-result #ref-slider .carousel-inner {
    height: 500px;
}
.page-template-references-page .single-result #ref-slider .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.show-single-ref {
    color: #FFF !important;
    padding: 5px 10px 5px 10px;
    border: 1px solid #FFF;
    display: none;
    margin: 0 auto;
    margin-top: 5px;
}
.show-single-ref.mobile {
    margin: auto;
    display: block;
    width: 80%;
    padding: 10px 10px 10px 10px;
}
.show-single-ref:hover,
.show-single-ref:focus {
    text-decoration: none;
}
.page-template-references-page .single-result #ref-slider .carousel-control {
    z-index: 10;
    width: 30px;
}
.page-template-references-page .single-result #ref-slider .carousel-control.left,
.page-template-references-page .single-result #ref-slider .carousel-control.right {
    background: none;
    opacity: 1;
    color: black;
}
.page-template-references-page .single-result #ref-slider .carousel-control.left {
    left: -80px;
}
.page-template-references-page .single-result #ref-slider .carousel-control.right {
    right: -45px;
}
.page-template-references-page .single-result #ref-slider .carousel-control .control-span {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}
.page-template-references-page .reference-contact {
    margin-bottom: 100px;
}
.page-template-references-page .reference-contact p.text-center {
    padding-bottom: 20px;
}
.page-template-references-page .ref-sub-title {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-template-references-page .line {
    height: 2px;
    background-color: #FFF;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}
.page-template-references-page input.wpcf7-submit {
    background-color: #fdb813;
    color: white;
    font-weight: bold;
}
.page-template-references-page .col-xs-6.col-sm-3.padding-left {
  padding-left: 0;
}
#single-ref-info-content .disableRef {
  display: none;
}
#single-ref-info-content .details-header {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
#single-ref-info-content {
    background-color: #fdb813;
    color: white;
    padding: 20px;
    height: 100%;
}
#single-ref-case:before {
    content: url('../../img/case_icon.png');
    position: relative;
    top: 5px;
}
#single-ref-case {
    margin-top: 10px;
}
#single-ref-case a {
    color: white;
    font-weight: lighter;
    margin-left: 10px;
    text-transform: uppercase;
}
#single-ref-case a:before {
    content: url('../../img/small_arrow_right.png');
    margin-right: 10px;
}

/* Youtube */
.youtube-icon-container {
    top: 35%;
    position: absolute;
    font-size: 100px;
    left: 0;
    color: red;
    width: 100%;
    text-align: center;
}
.youtube-icon-container a {
    color: red;
}

/* Panoramic */
#panorama {
    width: 100%;
    height: 100%;
}
#controls {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
}
.ctrl {
    padding: 8px 5px;
    width: 30px;
    text-align: center;
    background: #fdb813;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    color: #FFF;
}
.ctrl:hover {
    background: #fdb813;
    opacity: .9;
}
/* Panoramic End */

.reference-quote {
    padding-top: 100px;
    max-width: 700px;
    margin: 0 auto;
}
.reference-quote p.text-right {
    margin: 0px;
    max-width: 650px;
}
.reference-quote .quote-text:before {
    content: url('../../img/quote.png');
    position: relative;
    top: -20px;
}
.reference-quote .quote-text {
    font-family: 'AkzidenzGroteskLight', sans-serif;
    font-size: 38px !important;
    line-height: 1 !important;
    margin-bottom: 15px;
}
.home .reference-quote {
    padding-top: 0px;
}
.home #single-ref-info-content {
    margin-bottom: 100px;
}
.grey-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f4f4f4;
}
/* Placeholders */
::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

@media only screen and (max-width : 1400px) {
    .page-template-references-page .single-result #ref-slider .carousel-control.left {
        left: 0px;
    }
    .page-template-references-page .single-result #ref-slider .carousel-control.right {
        right: 30px;
    }
}

@media only screen and (max-width : 1200px) {
    .page-template-references-page .white-box .ref-filter-submit {
        padding: 10px 20px;
        line-height: 1;
    }
}
@media only screen and (max-width : 992px) {
    .reference-grid .product {
        width: 48%;
        height: 230px;
        padding: 0px !important;
        margin: 0.5%;
    }
    #single-ref-case a {
        font-size: 11px;
    }
    .reference-quote .quote-text {
        font-size: 30px !important;
    }
    .page-template-references-page .single-result #ref-slider,
    .page-template-references-page .single-result #ref-slider .carousel-inner{
        height: 400px;
    }
    .references .button-group button.button {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .page-template-references-page .single-result #ref-slider,
    .page-template-references-page .single-result #ref-slider .carousel-inner{
        height: 300px;
    }
    .page-template-references-page .single-result #ref-slider .carousel-control {
        display: none;
    }

    .page-template-references-page .references {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .references .button-group button.button {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width : 600px) {
    .reference-grid .product {
        width: 100%;
        height: 230px;
        padding: 0px !important;
        margin: 0%;
        margin-top: 2.5%;
    }
    .page-template-references-page .close-ref {
        margin-top: 25px;
    }
    .page-template-references-page .top-image {
        display: block;
    }
    .page-template-references-page .white-box .ref-filter-select-form p {
        text-align: center;
    }
    .page-template-references-page .white-box button {
        display: block;
        width: 100%;
        border: 1px solid #99a1a7 !important;
        border-color:#99a1a7 !important;
    }
    .page-template-references-page .white-box .ref-filter-select-form {
        margin-top: 15px;
    }
    .page-template-references-page .white-box .ref-filter-search-form {
        padding: 10px 0px 10px 0px;
        border-top: none;
    }
    .page-template-references-page .white-box .ref-filter-select-form .form-group {
        border-left: none;
    }
    .page-template-references-page .white-box .ref-filter-select-form .form-group:last-child {
        border-right: none;
    }
    .page-template-references-page .white-box {
        margin-top: 75px;
        border-bottom: 1px solid #99a1a7;
    }
    .page-template-references-page .white-box .ref-filter-select-form .form-group {
        padding: 0px;
    }
    .page-template-references-page .white-box .selected-term-text {
        margin-top: 15px;
    }
    .page-template-references-page .white-box .dropdown-menu {
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
    }
    .page-template-references-page .dropdown-toggle .glyphicon {
        font-size: 20px;
    }
    .page-template-references-page .top-image {
        background-image: none !important;
        height: 100% !important;
    }
    .page-template-references-page .white-box .menu-ref-button {
        background-color: #FFF;
        margin-top: 20px;
        padding: 15px;
    }
    .menu-ref-button .fa-fw {
        color: #99a1a7;
        float: right;
    }
    .menu-ref-button .chevron:after {
        content: "\f078";
    }
    .menu-ref-button.collapsed .chevron:after {
        content: "\f054";
    }
    #ref-search-field {
        height: 60px;
    }
    .page-template-references-page .white-box .form-group {
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-template-references-page .white-box .dropdown-toggle {
        height: 60px;
    }
    #ref-filter-find-button {
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-template-references-page h1 {
        margin-top: 120px;
    }
    .page-template-references-page .refContent {
        padding-bottom: 0px !important;
        margin-bottom: -60px;
    }
    /*
    .page-template-references-page .show-more-filters  {
        margin-right: -10px;
    }
    */
}
.page-template-home #single-ref-quote {
  padding-top: 50px;
}
.page-template-home .box.left,
.page-template-references-page .box.left {
  /*background-color: #f4f4f4;
  padding-right: 0;*/
  padding: 0;
}
#show-reference #single-ref-content {
  background-color: #f4f4f4;
  height: 100%;
  padding: 25px;
}
.page-template-home .box.right,
.page-template-references-page .box.right {
  /*background-color: #fdb813;
  padding-left: 0;*/
  padding: 0;
}
.page-template-references-page .refContent {
  padding-bottom: 50px;
}
@media (max-width: 550px) {
    .page-template-references-page h1 {
        margin-top: 120px;
    }
    /*
    .page-template-references-page .show-more-filters  {
        margin-right: -10px;
    }
    */

  .page-template-references-page .references .button-group button.button {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-template-references-page .filters-refs-buttons-container {
    text-align: left;
  }
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    .page-template-home .box,
    .page-template-references-page .box {
      height: 500px !important;
    }

    .page-template-home .countsection .box,
    .page-template-references-page .countsection .box {
      height: auto !important;
    }
    #single-ref-content,
    #single-ref-info-content,
    #single-ref-title {
      margin-top: 20px !important;
    }
    .page-template-references-page .filters-refs-buttons-container {
      text-align: left;
    }
    .page-template-references-page .references .menu .show-more-filters {
      right: 5px;
    }
}
@media (min-width: 768px) {
  #single-ref-content, #single-ref-info-content, #single-ref-title {
      margin-top: 20px;
      padding-left: 25px;
      padding-right: 25px;
  }
  #single-ref-title {
      margin-bottom: 30px;
  }
  .page-template-home #show-reference .box,
  .page-template-references-page #show-reference .box {
    height: 500px;
  }

}
@media (max-width: 768px) {
  #single-ref-title {margin-bottom: 0;}
  #single-ref-info-content,
  #single-ref-title {
    margin-top: 0;
  }
  #product .showReferenceProduct p.contentText {
    text-align: center;
  }
  .top-image  {
    height: 450px !important;
  }
  .page-template-references-page .box {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}


.row-margin{
	margin-bottom: 40px;
}
#content{
	margin-top: 120px;
	margin-bottom: 60px;
}
/*.btn_link {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn_link a {
    background-color: #fdb813;
    font-family: 'AkzidenzGrotesk';
    color: white;
    padding: 15px 25px;
}*/
.container.single-post{
	margin-top: 70px;
}

#footer a {
	font-weight: 300;
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgba(2, 23, 37, 0.7);
    text-transform: uppercase;

}

#sidebar,.sidebar {
	margin-top: 30px;
}

.widget_recent_entries ul, .widget_archive ul, .widget_categories ul{
font-weight: 300;
font-size: 13px;
	margin: 0;
	padding: 0;
}
.widget_recent_entries h4, .widget_archive h4, .widget_categories h4{
	font-size: 22px;
		margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.widget_recent_entries ul li a,.widget_archive ul li a, .widget_categories ul li a{
	color: #333;
	text-transform: uppercase;
}
.widget_recent_entries ul li, .widget_archive ul li, .widget_categories ul li {
	margin-bottom: 5px;
}
.post-single-image{
	margin-bottom: 30px;
}
.contianer-fluid.yellow-fluid{
	background-color: #fdb813;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
}
.contianer-fluid.yellow-fluid h2{
	color: #fff;
	font-size: 30pt;

}
.contianer-fluid .punktlista ul{
	margin: 0;
	padding: 0;
}
.contianer-fluid .punktlista ul li{
	margin-bottom: 5px;
	color: #333;
}
.contianer-fluid .punktlista ul li a{
	color: #333;
}
/*	color: #f8bb24;*/

.article-content{
	margin-bottom: 50px;
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.jobblist{
	margin-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}


/* PRODUCT PAGE */

#product {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

#product .top-border {
  background-color: #fdb813;
  /*margin-bottom: 50px;*/
  cursor: pointer;

}
#product .top-border h1, #product .top-border h4 {
  text-transform: uppercase;
  color: white;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-size: 36px;
}
#product .top-border .arrow {
  position: absolute;
  right: 0;
  top: 0px;
  padding-top: 15px;
  color: white;
  font-size: 40px;
}
.product h3 {
  text-transform: uppercase;
}
.product ul {
  padding-left: 0;
}
.product ul li a {
	color: black;
}
.product ul li.active a {
    color: #fdb813;
}
.product ul li a:hover {
	text-decoration: none;
}
.product .prodImg {
/*
  background: url(../img/front_prod.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
   background-color: #fff !important;
   border-left: 1px solid #f4f4f4;
   border-top: 1px solid #f4f4f4;
   border-bottom: 1px solid #f4f4f4;

}

.product .prod-intro-img {

  background: url(../img/front_prod.png) no-repeat center center;
 /*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
  background-size: auto 400px;

}

.product .box {
    height: 400px;
    background-color: #f4f4f4;
}



.product .box .content {
  /*padding: 50px 50px;*/
}
#product .products {
  margin-top: 25px;
}
#product .products p {
  display: inline;
}
#product .products img.arrow {
  display: inline-block;
  padding-left: 10px;
}
#product .products h4 {
  font-family: 'AkzidenzGrotesk';
}
#product .box p {
  line-height: 21px !important;
}
.products.product-item:hover {
	cursor: pointer;
}
.showReferenceProduct {
	position: relative;
	margin-top: 25px;
}
.showReferenceProduct #close {
	position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  font-size: 30px;
}
.showReferenceProduct #close:hover { cursor: pointer; }
#myCarousel { position: relative; }

.container.product {
	display: none;
	margin-bottom: 50px;
	margin-top: 50px;
}
.container.product.active {
	display: block;
}
.container-fluid.bgCont {
	/*position: relative;*/
}
#video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.margin-bottom {
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	#produkt-bild{
		padding-top: 25px;
		max-height: 350px;
		margin: 0 auto;
	}
	.product .box {
	    overflow-y: scroll;
	}
	.product .box::-webkit-scrollbar {
    display: none;
}
}
@media (max-width: 768px) {
	#produkt-bild{
		max-height: 350px;
		margin: 0 auto;
}
.product .box.text {
	height: auto !important;
}
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
		.product .box.text {
	    height: 400px !important;
		}
		#product .top-border .arrow {
	    padding-top: 5px;
		}
		.page-template-product-page #product {
			padding-top: 0;
		}
		.prod-intro-img {
    margin-top: 0;
}
}

/***/
/* ----- contact form 7 ----- */
.wpcf7-form-control {
	width: 100%;
/*	font-size: 18px; */

	padding-left: 20px;
	border: 1px solid #a5a3a3;
	background-color: transparent;
	  color: rgba(2, 23, 37, 0.7) !important;
	font-family: 'Din-Regular', sans-serif;
}
.wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
}
.wpcf7-checkbox, .wpcf7-radio {
	border: 0px !important;
	padding: 0px;
}
.wpcf7-recaptcha {
	border:none;
	padding-left: 0px;
}
input.wpcf7-form-control {
	height: 50px;
}
input.wpcf7-submit, button#news{
	width: 30%;
	float: right;
	padding-left: 0px;
	background-color: #fdb813;
	color: #fff !important;
	height: 40px;
	font-size: 15px;
	border: none !important;
	border-radius: 0px;
	text-transform: uppercase;
}
button#news {
	height: 35px;
	width: 50%;
	padding-left: 15px;
}
textarea.wpcf7-form-control{
	height: 110px;
	padding-top: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
      color: rgba(2, 23, 37, 0.7) !important;
    font-weight: 100;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color: rgba(2, 23, 37, 0.7) !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
     color: rgba(2, 23, 37, 0.7) !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(2, 23, 37, 0.7) !important;
}
.textWrapper {
	margin-top: 50px;
}
.select2-selection{
	height: 50px !important;
	border-radius: 0px !important;
	border-color: #a5a3a3 !important;
}
.select2-search__field {
	height: 50px !important;
    margin-top: 0px !important;
    padding-left: 15px !important;
}
.select2-selection--single{
	padding-top: 10px;
}
.select2-selection__placeholder {
	height: 50px !important;
    margin-top: 0px !important;
    padding-left: 10px !important;
    padding-top: 7px !important;
    text-transform: uppercase !important;
    color: rgba(2, 23, 37, 0.7) !important;
}
.select2-selection--multiple, .select2-selection--single {
	background-color: transparent !important;
}
.select2-selection__arrow {
	display: none;
}
.select2-container{
	/*width: 100% !important;*/
}
.border {
	border-bottom: 2px solid black;
    width: 125px;
}
.uppercase {
	text-transform: uppercase;
}
.orderCat {
	width: 100% !important;
	float: right;
	padding-left: 0px;
	background-color: #fdb813 !important;
	color: #fff;
	height: 40px;
	font-size: 15px;
	border: none !important;
	border-radius: 0px;
	text-transform: uppercase;
}
/*----------- GRID/LIST CONTACT US ----------*/

img.personal-img{
	min-height: 220px !important;
}
body.norway img.personal-img {
	min-height: auto !important;
}
.wrap-img {
	max-height: 220px;
	overflow: hidden;
}

.item.list-group-item{
    float: none;
    width: 100%;
    background-color: #fff;
}

.item.list-group-item .list-group-image{
    margin-right: 10px;
}
.item.list-group-item{
    border: 0px;
}
.item.list-group-item .caption{
    padding: 9px 9px 0px 9px;
}


.item.list-group-item:before, .item.list-group-item:after{
    display: table;
    content: " ";
}

.item.list-group-item img{
    display: none;
}
.item.list-group-item:after{
    clear: both;
}
.list-group-item-text{
    margin: 0 0 11px;
}
.btn-group a {
	color: #000;
}
.btn-group a#grid {
	color: #fdb813
}
.list-group-item {
	padding: 0px;
}
.list-group-item .area {
	width: 20%;
	float: left;
	border-top: 2px solid #ddd;
	padding: 15px;
	height: 100px;
	overflow: hidden;
	font-size: 12px;
}
.list-group-item .area.even {
	background-color: #f4f4f4;
}
.list-group-item .area h2 {
	font-size: 18px;
	margin-top: 0px;
}
.hideme {
	font-weight: bold;
}

.list-group-item .area .hideme {
	display: none;
}
.titelRow .area {
	width: 20%;
	float: left;
	padding: 15px;
	height: 50px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
.titelRow {
	display: none;
}

/*----------------- GRID/LIST END ---------------------*/
.yellow {
	color: #fdb813
}
.contactLink {
	color: black;
	text-decoration: underline;
}


.custom-form-submit {
    min-width: 200px;
}
.white-box .sales-filter-search-form .form-group > div {
    padding-left: 0;
    padding-right: 0;
}
.white-box .sales-filter-search-form label {
    line-height: 40px;
}
.white-box .sales-filter-search-form .form-control {
    width: 100%;
}
.page-template-kontakt-page .white-box .button-group,
.page-template-kontakt-page .white-box .dropdown-toggle,
.page-template-kontakt-page .white-box .btn-default.active,
.page-template-kontakt-page .white-box .btn-default.active.focus {
    background-color: transparent !important;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-color: transparent !important;
		width: 30px;
}
.page-template-kontakt-page .white-box .dropdown-menu {
    border-radius: 0px;
    background-color:rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    border-top: none;
		/*z-index: 99;*/
}
.page-template-kontakt-page .white-box .dropdown-menu>li>a {
    padding: 3px 10px;
}
.page-template-kontakt-page .white-box  a {
    font-size: 14px;
    font-weight: lighter;
}
.page-template-kontakt-page .white-box a input {
    display: none;
}
.page-template-kontakt-page .white-box  a span {
    height: 20px;
    width: 20px;
    border: 1px solid black;
    display: inline-block;
    position: relative;
}
.page-template-kontakt-page .white-box [type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: #fdb813;
    top: -3px;
    font-size: 20px;
    left: 0;
}
#term-region > ul.dropdown-menu {
	min-width: 300px !important;
}
#term-region > ul.dropdown-menu > li{
	width: 32%;
	float: left;
}
.float-right {
	float: right;
}
#personal{
	margin-bottom: 50px;
}
/*-------------------Katalogsidan------------------------*/

.img-wrapper {
	height: 200px;
	overflow: hidden;
}
.paddingCats {
	padding: 20px 15px;
}
.paddingCatsLast {
	padding: 20px 15px 100px 15px;
}
.darker {
	color: black;
	font-family: 'Lato', sans-serif;
}
.noLine {
	text-decoration: none !important;
}
.noLine:hover {
	text-decoration: none !important;
}
.titleTxt {
	min-height: 50px;
  font-family: 'Lato', sans-serif;
}
.marg {
	margin-top: 40px;
}
#ytDiv {
	margin-bottom: 40px;
}
#customElement {
    width: 100%;
    height: 800px;
    background: url('../../img/oppna_3.png');
    background-size: cover;
    background-position: center;
    position: relative;
    left: 0;
    z-index: 0;
}
.YTPOverlay.raster {
	background: none !important;
}

#toppfilm {
padding: 0px 0px;
}



@media (min-width: 768px) {
	#term-region > ul.dropdown-menu {
		margin-left: -50px;
	}
}

@media screen
  and (min-width: 768px)
  and (max-width: 991px){
		.padding-left {
			padding-left: 0;
		}
}
@media (max-width: 768px) {
	.page-template-kontakt-page .white-box .button-group,
	.page-template-kontakt-page .white-box .dropdown-toggle,
	.page-template-kontakt-page .white-box .btn-default.active,
	.page-template-kontakt-page .white-box .btn-default.active.focus {
		display: inline-block;
    width: auto;
    padding: 0;
	}
	.padding-left {
		padding-left: 0;
	}
	.page-template-kontakt-page .white-box .dropdown-menu {
    background-color: rgb(255, 255, 255);
	}
	#customElement {
        height: 450px;
    }
}
.content_cat {
	margin-top: 50px;
}
.aboutContent {
	margin-bottom: 25px;
}
a.download-presse {
	display: block;
}
