

/*------ Custom Font ------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

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


/*------ Custom Collors ------*/

h1{
    font-family: 'Roboto', sans-serif;
    font-size:42px;
    color:#f9a61a;
}

h2{
font-family: 'Roboto', sans-serif;
    font-size:36px;
    color:#373737;
}
h3{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    color:#f9a61a;
}

p{
    color: #000000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}


a {
    color: #f9a61a;
}

a:focus, a:hover {
    color: #f9a61a;
    text-decoration: underline;
}

.small-cat-menu ul li a {
    background: #ffffff none repeat scroll 0 0;
}

.small-cat-menu ul li a:hover {
    background: #f9a61a none repeat scroll 0 0;
}

.small-cat-menu h2 {
    background: #f9a61a none repeat scroll 0 0;
}


#search_icon{
    background:url(../template/img/lupe.png)no-repeat;
    height:30px;
    width:30px;
	border:0;
}
/*------Parralllaxx------------------*/

.container_para {
     background-image:url(../template/img/parallax_background.jpg) !important;
     padding: 50px 0;
     background-size: 100%;
     background-position: 50% 50%;
 }

.back_slide{
    background:#fff;
    width:100% important;

}

.breadarr{
    height:45px;
    width:45px;
    background:url(../template/img/breadarr.png)no-repeat;
    border:none;
}
.breadarr_active{
    height:45px;
    width:45px;
    background:url(../template/img/breadarr_active.png)no-repeat;
    border:none;
}

.info_btn {
    background: url(../template/img/info_btn.png)no-repeat;
    height: 40px;
    width: 40px;
    border: none;
}
.druck_btn{
    background: url(../template/img/arrow_down.png)no-repeat;
    height: 45px;
    width: 45px;
    border: 0;

    margin-left: 10px;
}
.soc_m {
    float:left;
    margin: 10px;
}

/*------ Header Custom ------*/

.top-bar{
    position: absolute;
    background: #333;
    top:0;
    width:100%;
    padding: 5px 0;
    color: #fff;
    display: block;
    height:30px;
    text-align: center;
}

.top-bar ul {
    list-style: none;
}

.top-bar li i{
    padding-right: 5px;
}

.top-menu {
    position: absolute;
    top:0;
    width:100%;
    height:120px;
    margin-top: 30px;
    padding: 10px 0;
}

.top-menu ul {
    list-style: none;
}

.main-logo {
    width:223px;
    display: none;
}

.logo img{
    width: 270px;
    margin-top: -7px;
    margin-left: 0px;
}

.search-box {
    margin-top:23px;
    margin-left:17.5%;
    width: 100%;
}

.search-box button {
    width: 32px;
    height:32px;
    padding-top: 5px;
    margin-top: -4px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #333;
    background-color:#333;
    color:#333;
}

.search-box img {
    margin-top: -4px;
    margin-left: -7px;
}

.search-box i {
    margin-left: -4px;
    color: #fff;
}

.search-box form {
    width: 246px;
    height:32px;
    padding-top: 3px;
    padding-left: 3px;
    font-size: 13px;
    border: 1px solid #dadada;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search-box form input {
    padding-left:7px;
    width:206px;
    height: 24px;
    border: 0px;
}

.login-register li {
    width: 80px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.login-register a {
    display: block;
    text-align: center;
    color: #333;
}

.login-register a i {
    color: #333;
}

.login-register a i.fa-user-o {
    font-size: 26px;
    margin-top: 20px;
}

.login-register a i.fa-user-plus {
    font-size: 26px;
    margin-top: 20px;
}

.nav li a {
    padding: 15px 30px;
}

.navbar-collapse {
    /* margin-top: 60px; */
    background: #333333;
    padding-left: 25%;
    width: 120%;
    margin-left: -10%;
}

.navbar-default {
    margin-top: 110px;
    /* position: absolute;
    top:0; */
}

.navbar-default .navbar-nav li a:hover {
    background: #FFE590;
}

.navbar-default .navbar-nav li a{
    color:#ffffff;
    font-size: 11pt;
    /* text-transform: uppercase; */
}

.navbar-default .navbar-nav > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.row_top {
    position: absolute;
    top: 50px;
    width: 1200px;
}

.container {
    width: 85%;
}

.info {
    
}

.headline {
    margin-top: -20px;
    padding-bottom:60px;
    text-align: center;
    text-transform: uppercase;
}

/* Box Styling */
.box {
position: relative;
background: #fff;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.box img {
}

.box_text {
    position: relative;
    margin-top: -70px;
    text-align: center;
    background-color: #333;
}

.box_text:hover {
}

.box_text h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    color:#fff;
}

.box:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.box a:hover {
}

.box a{
      text-decoration: none;
}

.box a:hover h3{
    text-decoration: none;
    font-weight: normal;
}

.box_text p {
    display: none;
}

.navbar-right {
    display:none;
}

.banner_bottom {
    margin-top: -1px;
    height: 1px;
    background: none;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
/* size of bullet elment */
width: 16px;
height: 16px;
background: url('../template/img/b21.png') no-repeat;
overflow: hidden;
cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }


.jssora22l, .jssora22r {
    display: block;
position: absolute;
/* size of arrow element */
width: 40px;
height: 58px;
cursor: pointer;
background: url('../template/img/a21.png') center center no-repeat;
overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }


/*------ Custom Body elements ------*/

.page-headline-wrapper {
    background: #f9a61a;
    border-top: 5px solid #FFE590;
    width:85%;
  
}

.row .page-description-content {
	padding-top: 25px;
	padding-bottom: 25px;
    padding-right: 20px;
}

.row .page-description-content p {
    font-size: 16px;
}

.cont_back {
    background: #fff;
}

.page-headline-title .h4{
    text-align: center;
}

.page-description-content {
    border-left: none;
    padding-left: 10px;
}

.concat {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    /*
    border-left: 1px solid #f9a61a;
    border-right: 1px solid #f9a61a;
    border-bottom: 1px solid #f9a61a;
    */
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 60px;
    width:85%;
}

.cat_cont1 {
    text-align: center;
}

.article-panel {
    border: 1px solid #f9a61a;

}

.container-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/*------ Footer Custom ------*/


.footer-area {
    color: white;
    background: #333333;
}

#hotline {
    display: inline-block;
    padding: 5px 10px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 2px #777;
    position: relative;
    background:#fff url("/reseller_files/350/1005/template/img/btn-overlay-orange.png") repeat-x !important;
}

/*------ Hide and Change Footer Elements ------*/

.footer-area {
    margin-top: 35px;
}

.logo-footer {
    display: none;
}

.footer-copyright {
    display: none;
}

.footer-copyright-2 {
    padding: 38px 0px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
}

.footer-copyright-3 {
    padding: 38px 0px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    background: #444;
}

/*------ Custom Select Button ------*/
/*
.btn-danger {
    background-image: -webkit-linear-gradient(top, #f9a61a 0, #FFE590 100%);
    background-image: -o-linear-gradient(top, #f9a61a 0, #FFE590 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE590), to(#FFE590));
    background-image: linear-gradient(to bottom, #f9a61a 0, #FFE590 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #f9a61a
}

.btn-danger:focus, .btn-danger:hover {
    background-color: #f9a61a;
    background-position: 0 -15px
}

.btn-danger.active, .btn-danger:active {
    background-color: #f9a61a;
    border-color: #f9a61a
}

*/



.btn-danger {
    background-image: -webkit-linear-gradient(top, #f9a61a 0, #FFE590 100%);
    background-image: -o-linear-gradient(top, #f9a61a 0, #FFE590 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE590), to(#FFE590));
    background-image: linear-gradient(to bottom, #f9a61a 0, #FFE590 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #f9a61a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #f9a61a;
    border-color: #db7d03
}

.btn-danger:hover {
    color: #fff;
    background-color: #f9a61a;
    border-color: #f49000
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #f9a61a;
    border-color: #f49000
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #f49000;
    border-color: #db7d03
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus,
.btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus,
.btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #f9a61a;
    border-color: #f9a61a
}

.btn-danger .badge {
    color: #f9a61a;
    background-color: #fff
}


/* Produce Page */
.image_icon_3 {
    width:100px;
    margin-left: -20px;
}


/* Register Page */
.bez_cat {
    background: #f9a61a;
    border-top: 5px solid #FFE590;
}

.cont_out_adr {
    border-bottom: 1px solid #b8df95;
}

.form.div.anmeld_adr {
    color: white;
    background: #b8df95;
    padding: 10px;
}

/* Login Top */
.dropdown-menu-top {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}



