* {
  /* Typography 
  --main-font: 'Slabo 27px', serif;*/
  
  /* Calculation */
  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1200 - 420))); /* Ranges from 421px to 1199px */
}
/*
@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir Roman.eot');
	src: local('☺'), url('fonts/Avenir Roman.woff') format('woff'), url('fonts/Avenir Roman.ttf') format('truetype'), url('fonts/Avenir Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
html,
body {
    width: 100%;
    height: 100%;
	padding:0!important;
	margin:0!important;	
	-webkit-font-smoothing: antialiased;
	/*font: 17px/1.8 'Montserrat', 'Yantramanav', sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:26px;
    color: #444647;
	background-color: #efefef;	
	font-weight: 100;		
	direction:ltr
}
@-ms-viewport {
	width:device-width
}
@-o-viewport {
	width:device-width
}
@viewport {
	width:device-width
}
@-ms-viewport {
	width:auto!important
}






#masthead {
  display: inline-block;
  width: 100%;
	padding:15px;
  background-color: white;
  z-index: 99999;
  top: 0; }
  @media (max-width: 1049px) {
    #masthead {
      height: 75px; } }

#masthead .logo {
  float: left; }
  #masthead .logo--desktop {
    display: none; }
    @media (min-width: 1050px) {
      #masthead .logo--desktop {
        display: block; } }
  @media (min-width: 1050px) {
    #masthead .logo--mobile {
      display: none; } }
  #masthead .logo img {
	max-height: 89px;	  
    max-width: 100%; }

#masthead .head-search {
  float: right; }
  @media (max-width: 870px) {
    #masthead .head-search {
      background: white; } }
  #masthead .head-search form {
    display: inline-block;
    padding: 22px;
    position: relative; }
    @media (max-width: 1049px) {
      #masthead .head-search form {
        padding: 15px 22px; } }
  #masthead .head-search input.search-field {
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    color: #a1a1a1;
    height: 45px;
    padding: 8px 15px 8px 45px; }
  #masthead .head-search .search-submit {
    border: none;
    background-color: transparent;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 22px;
    left: 22px;
    font-size: 18px;
    outline: none;
    cursor: pointer; }
    @media (max-width: 1049px) {
      #masthead .head-search .search-submit {
        top: 16px; } }

#masthead .secondary-nav {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right; }
  #masthead .secondary-nav li {
    float: left;
    display: inline-block;
    border-left: 1px solid #e6e6e6;
    font-family: "Exo", sans-serif;
    color: #001522; }
  #masthead .secondary-nav li:hover a:after {
    width: 100%; }
  #masthead .secondary-nav li:last-child {
    clear: right; }
    @media (max-width: 1049px) {
      #masthead .secondary-nav li:last-child {
        height: 75px; } }
  #masthead .secondary-nav li a, #masthead .secondary-nav li span.item {
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
    padding: 35px 20px;
    color: #001522;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    z-index: 2;
    cursor: pointer; }
    @media (max-width: 1049px) {
      #masthead .secondary-nav li a, #masthead .secondary-nav li span.item {
        padding: 27px 20px; } }
    #masthead .secondary-nav li a:after, #masthead .secondary-nav li span.item:after {
      content: '';
      display: block;
      width: 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #fafafa;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  #masthead .secondary-nav li.hamburger .item {
    padding-left: 60px;
    display: inline-block;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    height: 80px; }
    #masthead .secondary-nav li.hamburger .item .line, #masthead .secondary-nav li.hamburger .item .line:before, #masthead .secondary-nav li.hamburger .item .line:after {
      content: '';
      position: absolute;
      display: block;
      width: 25px;
      height: 3px;
      background-color: #001522;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
    #masthead .secondary-nav li.hamburger .item .line {
      top: 44px;
      left: 20px; }
      @media (max-width: 1049px) {
        #masthead .secondary-nav li.hamburger .item .line {
          top: 35px; } }
    #masthead .secondary-nav li.hamburger .item .line:before {
      top: -7px; }
    #masthead .secondary-nav li.hamburger .item .line:after {
      top: 7px; }
	  

.page-title {
  text-align: center;
  font-size: 40px;
  /*text-transform: uppercase;*/
padding: 50px;
font-family: "Exo", sans-serif;

    line-height: 1.2;
    color: #001522;  
  }
  .page-title:before {
    top: 80px; }



	

/*** bscrollbar ****/

::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
background-color:#eaeaea
}
::-webkit-scrollbar-thumb {
background-color:#cecece
}
::-webkit-scrollbar-thumb:hover {
background-color:#aaa
}
::-webkit-scrollbar-track {
border-radius:0;
box-shadow:none;
border:0
}
::-webkit-scrollbar-thumb {
border-radius:0;
box-shadow:none;
border:0
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*** HTML ****/

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0 0 10px;
	/*font-family: 'Source Sans Pro', sans-serif;
	/*font-family: 'Buenard', serif;	*/
}

a {
	color:#f4836f;
}
a, a:active, a:focus, a:hover {
	outline:0;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

.black {
	color:#000000;;
}
.black:active, .black:focus, .black:hover {
	outline:0;
	text-decoration:none;
}
.black:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	cursor: pointer;
}

.bold{
	font-weight:600;
}

.kek{
	color:#086882;
}

.domine{
	font-family: 'Domine', serif;		
}

.fontawesome-icon-list [class*=" fa-"], .fontawesome-icon-list [class^=fa-], li [class*=" fa-"], li [class^=fa-] {
	display:inline-block;
	width:1.25em;
	text-align:center
}
.fontawesome-icon-list [class*=" fa-"].icon-large, .fontawesome-icon-list [class^=fa-].icon-large, li [class*=" fa-"].icon-large, li [class^=fa-].icon-large {
	width:1.5625em
}
.fontawesome-icon-list .col-md-3 {
	height:32px;
	line-height:32px
}

.overlay {
    background: url(../css/overlay/over.png);
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}

.bg-ferde{
	position:relative;

}
.bg-ferde:before{
	position:absolute;
	display:inline-block;
	content:'';
	top:0px;
	bottom:0px;
	left:0;
	right:0;
	transform:SkewY(-2.0deg);
	background-color: #dff3f4;
	z-index:-1;
}

.fade2 {
    width: auto;
    display: block;
    position:relative;
    overflow: hidden;
    text-align: center;	
	background-color: white;	
	opacity: 1;
	background-color:#000000;
}

.fade2 img {
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}   
.fade2:hover .nyitokep{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);	
	opacity: 0.6;
 }

.fade2 span {
    display: block;
    height: 100%;
    visibility:hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size:16px;
}

.fade2:hover span {
    color:#000000;
    visibility:visible;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}




.button {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-top: 15px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #000000;
    border: 2px solid black;
    /* background-color: #303030; */
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.button:active,
.button:hover,
.button:focus {
	color: #FFFFFF;
	background-color: #000000;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button3 {
    border-radius: 15px;
    border: none;
    cursor: pointer;
    background-color: #ff7c98;
	color:#ffffff;	
	font-weight:100;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.button3:hover {
	color: #FFFFFF;
	background-color: #e1607c;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;	
}

.button4 {
    border-radius: 15px;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background-color: #086882;
	color:#ffffff;	
    font-size: 16px;
	font-weight:100;
    transition: all 0.3s ease-in-out;
    outline: none;
	text-align:center;
}

.button4:hover {
	color: #FFFFFF;
	background-color: #e1607c;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;	
}

.icon-circle{
    color: #3e444d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transitino: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    border: 2px solid #ffffff;
}

.kereses {
    font-size: 16px;
    text-transform: uppercase;
	padding: 10px 15px;
    line-height: 1;
    display: inline-block;
    width: inherit;
	min-width: auto;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #fc4348;
    border-radius: 0.50rem;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border: 1px solid #ffffff;
}

.kereses:active,
.kereses:hover,
.kereses:focus {
    color: #ffffff;
    background-color: #d6383c;
	opacity: 1;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_button {
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 20px;
    line-height: 1;
    display: inline-block;
    width: inherit;
	min-width: auto;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #fc4348;
    border-radius: .25rem;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border: 1px solid #ffffff;
}

.theme_button.color1 {
	color: #FFFFFF;
	background-color: #FF3333;
}

.theme_button.color2 {
	color: #303030;
	background-color: #fcbe11;
}

.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:hover,
.theme_button:focus {
    color: #ffffff;
    background-color: #d6383c;
	opacity: 1;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_button2 {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-top: 15px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #000000;
    border: 2px solid black;
    /* background-color: #303030; */
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.theme_button2:active,
.theme_button2:hover,
.theme_button2:focus {
	color: #FFFFFF;
	background-color: #000000;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button1 {
    margin-top: 30px;
    border-radius: 30px;
    padding: 7px 15px;
    border: 1px solid #9c9b9b;
    cursor: pointer;
    background-color: #4ebdc3;
    color: #fff;
    font-size: 18px;
	font-weight:100;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.button1:hover {
	color: #FFFFFF;
	background-color: #389aa0;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;	
}


.btn-social-dark {
	background-color: #06cece;
  color: #086882;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    font-size: 32px;
    line-height: 54px;
    margin: 0;
    padding: 0; 
}

.btn-social-dark:hover{
  outline: none;
  color: #086882;	
	background-color: #ff7c98;
}


.btn-social-light {
  background-color: transparent;
  color: #f4f5f7;
}

.postcode{
	line-height: 1;
    font-size: 16px;
	padding: 10px 15px;
    text-align: center;
    width: inherit;
    border: 1px solid #009e9e;
    border-radius: .50rem;
	min-width: auto;
	
}

.custom-select{
	font-size: 16px;
    border-radius: .25rem;
    border: 1px solid #009e9e;	
	max-width: 220px;	
}

.custom-radio .custom-control-label::before {
    background-color: #ffffff;  
}
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #fc4348;  /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E); 
    border-radius: 50%;
}

.wow{
	visibility: hidden;
}

/*------------------------------------*\
	Header
\*------------------------------------*/

#header {
    position: relative;
    height: 100vh;	
}

#header h1{
	--max-font: 52;
	--min-font: 40;
	font-size: var(--responsive);		
	color:#FFFFFF;
	font-weight:700;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-family: 'Domine', serif;	
	
}
#header h2{
	--max-font: 40;
	--min-font: 30;
	font-size: var(--responsive);		
	color:#FFFFFF;
	font-weight:100;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-family: 'Domine', serif;	
}

#header .description{
	--max-font: 21;
	--min-font: 15;
	font-size: var(--responsive);		
	color:#FFFFFF;
	line-height:1em;
	
}

#header .description2{
	--max-font: 18;
	--min-font: 15;
	font-size: var(--responsive);		
	color:#FFFFFF;
	line-height:1em;
	
}

#header .logo{
	margin-bottom:3em;
}

#header .hbutton{
	margin-top:30px;
}
.header-button{
	width:auto;
	height:63px;
	line-height:57px;
	background:rgba(255,255,255,.3);
	margin:0 15px;
	padding:0 18px;
	border:2px solid #fff;
	border-radius:3px;
	font-weight:700;
	font-size:40px;
	color:#fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.header-button:hover,
.header-button-one:focus{
	background:rgba(255,255,255,.1);
	text-decoration:none
	}


.page-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -999999;
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: top;
    background-size: cover;
	/*border-top: 3px solid #04b8bb;	
    /*background-attachment: fixed;*/
}

@media (max-width: 767px) { 
	.bg-img {
		background-attachment: initial!important;
		background-position-x: 750px;	
		
	}
	.bg-img .overlay5 {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		opacity: .3;
		background: #1C1D21;
	}	
}


/*------------------------------------*\
	SECTION
\*------------------------------------*/


.section {
    position: relative;
}


.section-header{
	width: 100%;
    padding: 60px 0px 60px 0px;
    text-align: center;	
}

.section-header h2{
	font-size: 42px;
    line-height: 44px;
    font-weight: 100;	
}


.section-header .description{
	line-height: 26px;
    font-size: 16px;	
}

.section-content{
	padding: 0px 1px 60px;
}

.section-content h3{
    font-size: 35px;
    line-height: 38px;
    font-weight: 100;
    color: #ff8100;
    border-left: 10px solid #ff8100;
    padding-left: 20px;
	
}

.back-to-top2 {
	position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(255, 124, 152, 0.8);
    font-size: 12px;
    padding: 11px 19px;
    display: none;
    z-index: 9999;
}

.back-to-top2:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}


.vorteile {
    background-color: #fc4348;
	color:#ffffff;
}

.vorteile .card{
	
	border:none;
	text-align:left;
	
}

.vorteile .card .card-body{
	
	border-radius: 25px;
	padding: 29px;
    color: #ffffff;	
	height: 295px;	
	
}

.vorteile  .card { background-color: rgba(245, 245, 245, 0); }
.vorteile  .card-header, .card-footer { opacity: 1}


.vorteile .card .card-title{
	font-family: 'Domine', serif;		
	font-size:29px;
	

}

.vorteile .list-group-item{
	
	background-color:transparent;
	border:none;
	padding:0;
}

.vorteile ul{
    list-style: none;
    padding: 0;
}

.vorteile ul li{
	text-indent: -9px;
}


.suche{
	
	background-color:#06cece;
	color:#ffffff;
}

.helpers{
    background-color:#42bcdd;
	color:#ffffff;
}

.helpers a{
	color: #086882;
}

.angebote{
    background-color:#f5f5f5;
	
}
.footer{
	background-color:#086882;
	color: #ff7c98;
}

.footer ul {
	list-style-type: none;
	margin: 0 0 26px;
	padding: 0;
}

.footer li {
	/*border-top: 1px solid  #58595b;*/
	line-height: 19px;
	padding: 6px 0;
}

.footer li:first-child {
	border-top: none;
	padding-top: 1px;
}

.footer .jobb{
	color:#06cece;
	
}

@media only screen and (max-width: 767px) {
	.footer ul {	
		text-align: center;
	}
}

.lista li{
	line-height:35px;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------------------*\
	GALLERY
\*------------------------------------*/


.gallery-block .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block .item .image{
  transition: 0.8s ease;
}

.gallery-block .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block .item .description{
	display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 17px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.gallery-block .item .description .description-heading{
font-size: 2em;
    padding-bottom: 6px;
}

.gallery-block .item .description .description-body{
  font-size: 1em;
  margin-top: 10px;
  font-weight: 300;
}

.gallery-block h4{
	
	border-bottom:1px solid #EEEEEE;
}


.gallery-block .overlay-helper {
    height: 100%;
    width: 100%;
    display: table;
}


.gallery-block .overlay-helper .cells {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0 0;
}

@media (min-width: 576px) {

  .gallery-block .item .description {
    opacity: 0; 
  }

  .gallery-block .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .item:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
  
  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
}

/*------------------------------------*\
	NAV
\*------------------------------------*/



#nav {
	/*position:absolute;
	right:0;
	left:0;*/
	background: transparent;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
	border: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height:90px;

-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.40);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.40);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.40);
	
/*
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(56,56,56,1) 100%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(56,56,56,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(56,56,56,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;*/

}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: rgba(117, 117, 117, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}

#nav2 {
	background: #d2d3d5;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
	border: none;
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-brand {
	margin-top: 70px;
}

.navbar-inverse .navbar-nav {
    /*margin-top: 50px;*/
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav  li {
	/*border-right: 1px solid #c3c3c3;*/
}
.navbar-inverse .navbar-nav li:last-child {
	border-right: none;
}

.navbar-inverse .navbar-nav > li > a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 19px;
    padding: 7px 16px;
    color: #fc4347;
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
	/*background-color: #ffffff1c;*/
}
.navbar-inverse .fekete > li > a {
		color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    opacity: 1;
	color:#04b8bb;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #202020;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
	margin-top: -1px;
	right:0;
	left: auto;	

}

.navbar-inverse .navbar-nav .dropdown-menu .show{
	display: block;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #efefef;
    display: block;
    background-color: #FF3333;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media only screen and (min-width: 767px) {
	.dropdown:hover>.dropdown-menu {
	  display: block;
	}
}
/* -- mobile nav -- */

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

	.navbar-inverse .navbar-brand {
		margin-top: 0px;
	}

	.navbar-inverse .navbar-nav > li > a {
		position: relative;
		display: inline-block;
		outline: none;
		text-decoration: none;
		/*text-transform: uppercase;*/
		letter-spacing: 0;
		font-size: 15px;
		padding: 10px;
		color: #ffffff;
		font-weight: 600;
		text-shadow: none;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		transition: color .3s;
	}

  nav .navbar-nav {
    background-color: #FF3333;
  }
  

	.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-inverse .navbar-toggler {
    background: #06cece; 
	}

	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus{
		color:#000000;
	}  
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		background-color: transparent;
	}	  

	
}






@media (max-width: 767px) { /* xs */ }
@media (min-width: 768px) and (max-width: 991px) { /* sm */ }
@media (min-width: 992px) and (max-width: 1199px) { /* md */ }
@media (min-width: 1200px) { /* lg */ }
