@font-face {
	font-family: RalewayLight;
	src: url(../../redata/templates/Raleway-Light.ttf);
}

@font-face {
	font-family: RalewayRegular;
	src: url(../../redata/templates/Raleway-Regular.ttf);
}

@font-face {
	font-family: RalewaySemiBold;
	src: url(../../redata/templates/Raleway-SemiBold.ttf);
}

body{
	font-family: RalewayRegular;
	background: #ffffff;
}

a {
	color: #3c1604;
}

a:focus, a:hover {
    color: #0086db;
}

header{
	background-repeat: repeat-x;
	background-position: 50% 100%;
	height: 52px;
}

.h1, h1 {
    font-size: 36px;
	color: #3c1604;
}

#topmenu{
	color: #ffffff;
	font-size:14px;
	background: rgba(58,60,81,1);
	background: -moz-linear-gradient(-45deg, rgba(58,60,81,1) 0%, rgba(58,61,81,1) 39%, rgba(42,44,65,1) 39%, rgba(42,44,65,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(58,60,81,1)), color-stop(39%, rgba(58,61,81,1)), color-stop(39%, rgba(42,44,65,1)), color-stop(100%, rgba(42,44,65,1)));
	background: -webkit-linear-gradient(-45deg, rgba(58,60,81,1) 0%, rgba(58,61,81,1) 39%, rgba(42,44,65,1) 39%, rgba(42,44,65,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(58,60,81,1) 0%, rgba(58,61,81,1) 39%, rgba(42,44,65,1) 39%, rgba(42,44,65,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(58,60,81,1) 0%, rgba(58,61,81,1) 39%, rgba(42,44,65,1) 39%, rgba(42,44,65,1) 100%);
	background: linear-gradient(135deg, rgba(58,60,81,1) 0%, rgba(58,61,81,1) 39%, rgba(42,44,65,1) 39%, rgba(42,44,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3c51', endColorstr='#2a2c41', GradientType=1 );
}

#topmenu .container-fluid{
	padding: 0;
}

#topmenu a,
#topmenu a:hover{
	color: #ffffff;
	text-decoration: none;
}

#topmenu ul>li{
	display: inline-block;
	float: right;
	padding: 5px 10px;
}

#topmenu ul>li span{
	font-size: 12px;
	padding: 0 5px;
}

#topmenu .social{
	text-align: center;
	/*background: #184DAA;/*#EF233C; /*RED*/
	background: rgba(42,44,65,1);
	background: -moz-linear-gradient(-45deg, rgba(42,44,65,1) 0%, rgba(42,44,65,1) 12%, rgba(24,77,170,1) 12%, rgba(24,77,170,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,44,65,1)), color-stop(12%, rgba(42,44,65,1)), color-stop(12%, rgba(24,77,170,1)), color-stop(100%, rgba(24,77,170,1)));
	background: -webkit-linear-gradient(-45deg, rgba(42,44,65,1) 0%, rgba(42,44,65,1) 12%, rgba(24,77,170,1) 12%, rgba(24,77,170,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(42,44,65,1) 0%, rgba(42,44,65,1) 12%, rgba(24,77,170,1) 12%, rgba(24,77,170,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(42,44,65,1) 0%, rgba(42,44,65,1) 12%, rgba(24,77,170,1) 12%, rgba(24,77,170,1) 100%);
	background: linear-gradient(135deg, rgba(42,44,65,1) 0%, rgba(42,44,65,1) 12%, rgba(24,77,170,1) 12%, rgba(24,77,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c41', endColorstr='#184daa', GradientType=1 );
}

#topmenu .social ul>li{
	float: left;
}

.navbar {
	margin: 0;
}

.navbar-default{
	color: #fff;
	z-index: 9999;
	border: 0;
	border-radius: 0;
	background: #fff;
    //opacity: 0.8;
}

.navbar-default .navbar-brand{
	padding: 0 20px;
	margin: 0;
}
.navbar>.container .navbar-brand{
	height: auto;
}

.navbar-default .navbar-brand img{
	height: 65px;
	margin-top: 5px;
	margin-left: 10px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover{
	font-size: 28px;
	color: #ffffff;
}

.navbar-default .navbar-brand strong,
.navbar-default .navbar-brand strong:focus,
.navbar-default .navbar-brand strong:hover{
	color: #184DAA;
}

.navbar-default .navbar-nav > li > a{
	text-transform: uppercase;
	font-weight: bold;
	color: #3c1604;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	background-color: #3c1604;
	text-decoration: underline;
}

/*
.navbar-collapse{
	padding-top: 75px;
	border: 0;
}
*/

#tinynav {
	border-bottom: 1px solid #ecebeb;
	padding-top: 28px;
}

#tinynav ul{
	margin: 10px 10px;
	text-align: right;
}

#tinynav ul>li{
	display:inline-block;
}

#tinynav ul>li a,
#tinynav ul>li a:hover,
#tinynav ul>li a:focus{
	padding: 0 5px;
	text-decoration: none;
	color: #000;
}

#topcontent{
	background-image: url('../../redata/images/baner.jpg');
	margin-top: -50px;
	background-repeat: no-repeat;
	background-size: cover;
}

#topcontent p{
	padding: 210px 0 150px 0;
	color: #ffffff;
	line-height: 21px;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(6,6,6,0.5);
}

#tc_gbar{

}

#tc_hbar{
	background: #3c1604;
    border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#tc_hbar h2{
	font-size: 20px;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	text-transform: uppercase;
}

#middlecontent {
	padding: 40px 0;
	margin-top: -10px;
	position: relative;
}

#middlecontent .offercontent,
#middlecontent .offercontent:nth-child(2):hover{
	background: #fff;
	padding: 10px 10px 0 10px;
	margin: 0 15px;
	width: 30.7%;
	text-align: center;
	overflow:hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#middlecontent .offercontent img{
	width: 100%;
}

#middlecontent .offercontent h1,
#middlecontent .offercontent:nth-child(2):hover h1{
	color: #3c1604;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
}

#middlecontent .offercontent p,
#middlecontent .offercontent:nth-child(2):hover p{
	color: #333;
	padding: 15px 20px;
}

#middlecontent .offercontent a:hover{
	text-decoration: underline;
	color: #3c1604;
}

#middlecontent .offercontent:nth-child(2),
#middlecontent .offercontent:hover{
	background: #fff;
}

#middlecontent .offercontent:nth-child(2) h1,
#middlecontent .offercontent:hover h1{
	color: #3c1604;
}

#middlecontent .offercontent:nth-child(2) p,
#middlecontent .offercontent:hover p{
	color: #e7e7e7;
}

#bottomcontent{
	overflow: hidden;
	padding-bottom: 30px;
}

#bottomcontent img{
	width: 100%;
}

#bottomcontent .panel-group .panel{
	border: 0;
	border-radius: 0;
}

#bottomcontent .panel-heading{
	color: #ffffff;
	border-radius: 0;
	background: rgba(42,44,64,1);
	background: -moz-linear-gradient(-45deg, rgba(42,44,64,1) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,44,64,1)), color-stop(88%, rgba(43,45,66,1)), color-stop(88%, rgba(24,78,170,1)), color-stop(100%, rgba(24,78,170,1)));
	background: -webkit-linear-gradient(-45deg, rgba(42,44,64,1) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(42,44,64,1) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(42,44,64,1) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: linear-gradient(135deg, rgba(42,44,64,1) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c40', endColorstr='#184eaa', GradientType=1 );
}

#bottomcontent .panel-heading a:focus,
#bottomcontent .panel-heading a:hover{
	text-decoration: none;
}

#aboutus {
	background: #EDF2F5;
	padding: 60px 0;
}

#aboutus .content{
	background: #ffffff;
	border: 1px solid #a5a5a5;
	padding: 0 20px;
}

#gallery {
	color: #ffffff;
}

#gallery strong{
	color: #0086db;
}

#gallery .gallery-header{
	background: #3c1604;
}

#gallery h2{
	font-size: 20px;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	text-transform: uppercase;
}

#gallery .gallery-content{
	padding: 40px 0;
}

#gallery .gallery-content .thumb,
#dokumentcontent .content .thumb{
	overflow: hidden;
	
}

#gallery .gallery-content .thumb:nth-child(-n+2){
	max-height: 320px;
}

#gallery .gallery-content .thumb:nth-child(n+3){
	max-height: 165px;
}

#gallery .gallery-content a {
	padding: 0 20px;
}

#gallery .gallery-content a:hover img {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
}

#logos .inner{
	padding: 0 0px 20px 0px;
}
#logos .inner img {
	padding: 10px;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

#introdokumentcontent {
	padding: 20px 0;
	background: #fbf8f8;
	height: 100%;
}

#introdokumentcontent .tc_gbar {
	background-color: #3c1604;
	border-top: 1px solid #fff;
	margin-top: -20px;
	color: #fff;
}
#introdokumentcontent .tc_gbar .wrap {

}
#introdokumentcontent .tc_gbar h2 {
    display: inline-block;
	font-size: 20px;
    padding: 10px 15px;
    margin: 0;
	margin-right: 50px;
}
#introdokumentcontent .tc_gbar h2 b {
	font-weight: 400;
	color: #3c1604;
}
#introdokumentcontent .tc_gbar .socials {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 42px;
}
#introdokumentcontent .tc_gbar .socials li {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}
#introdokumentcontent .tc_gbar .socials li img {
	height: 30px;
	width: 30px;
}
#introdokumentcontent .tc_gbar .container {
	text-align: center;
}

#dokumentcontent {
	padding: 40px 0;
	background: #fff;
}



#dokumentcontent .navigation {
	padding-right: 0;
}

#dokumentcontent .navigation ul>li{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	background: #3c1604;
}

#dokumentcontent .navigation ul>li:hover{
	text-decoration: underline;
	color: #fff;
}

#dokumentcontent .navigation .active{
	border-bottom: 1px solid #fff;
	background: rgba(6, 6, 6);
	background: -moz-linear-gradient(-45deg, rgba(6, 6, 6) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,44,64,1)), color-stop(88%, rgba(43,45,66,1)), color-stop(88%, rgba(24,78,170,1)), color-stop(100%, rgba(24,78,170,1)));
	background: -webkit-linear-gradient(-45deg, rgba(6, 6, 6) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(6, 6, 6) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(6, 6, 6) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	background: linear-gradient(135deg, rgba(6, 6, 6) 0%, rgba(43,45,66,1) 88%, rgba(24,78,170,1) 88%, rgba(24,78,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c40', endColorstr='#184eaa', GradientType=1 );
}

#dokumentcontent .navigation ul>li a{
	padding: 10px;
	color: #fff;
}

#dokumentcontent .navigation ul>li a:hover{
	text-decoration: none;
}

#dokumentcontent .content{
	background: #fbf8f8;
	padding: 20px 25px;
	padding-bottom: 10px;
}

#dokumentcontent .content h1{
	font-size: 28px;
	color: #3c1604;
}

#dokumentcontent h2{
	font-size:24px;
	color:#3c1604;
	padding:20px 0;
}

#dokumentcontent ul>li {
	padding: 5px 0;
	border: 0;
}

#dokumentcontent .content p{
	text-align: justify;
	line-height: 24px;
}

#dokumentcontent .content .thumb{
	padding: 10px;
	max-height: 155px;
}

#dokumentcontent-fotogaleria{
	background: #EDF2F5;
	position: relative;
}

#dokumentcontent-fotogaleria .thumb{
	padding: 10px;
	margin-bottom: 10px;
	max-height: 155px;
	overflow: hidden;
}

#footercontent,
#footercopyright{
	border-top: 1px solid #fff;
	background: #000;
	color: #fff;
}

#footercontent h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #3c1604;
	text-align: left;
	padding-bottom: 10px;
}

#footercontent p{
	font-size: 14px;
	text-align: justify;
	    color: #fff;
}

#footercontent a{
	color: #fff;
}

#footercontent a:hover{
	color: #fff;
}

#footercontent a:focus{
	color: #333;
	text-decoration: none;
}

#footercontent .about-us ul>li{
	display: inline-block;
	padding: 1px;
	margin: 5px;
}

#footercontent .about-us ul>li:first-child{
	margin-left: 0;
}

#footercontent .kontakt {
	height: 230px;
	overflow: hidden;
	text-align: center;
}

#footercopyright {
	text-align: center;
	padding: 0;
	margin: 0;
}

#footercopyright p {
	padding: 10px 0;
	margin: 0;
	color: #fff;
}

#footercopyright p a {
	color: #9d705b;
}

#footercopyright p a:focus,
#footercopyright p a:hover {
	color: #3c1604;
}

#footercopyright .container {
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.cal__header button {
  background: none;
  border: 0;
  outline: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

.cal button:active {
  border-radius: 3px;
  box-shadow: 0 0 0 2px rgba(10, 146, 151, 0.1)
}

.cal {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border: solid 2px #f4f3f6;
}

.calDay {
    border-bottom: solid 2px #f4f3f6;
}

.calDay:last-child {
    border: 0px;
}

.cal__header {
  display: flex;
  padding: 0.8rem 1.4rem;
  align-items: center;
}

.cal__header svg {
  fill: #ac8d9a;
}

.cal__header__label {
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: #ac8d9a;
}

.cal__week {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4f3f6;
}

.cal__week span {
	font-size: 0.9rem;
	max-width: 14.28%;
	padding: 1.1rem 0rem;
	flex: 0 0 14.28%;
	flex-direction: column;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	color: #695b68;
}

.cal__body {
  display: flex;
  flex-wrap: wrap;
}

.cal__date {
  background-color: #fff;
  display: flex;
  max-width: 14.28%;
  flex: 0 0 14.28%;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem 0;
}

.cal__date--active span {color:#695b68;}

.cal__date--active:hover {
  cursor: pointer;
}

.cal__date--today {
    /*background-color: #f4f3f6;*/
	border: 1px solid #ffb2ae;
}

.cal__date--selected {
  background-color: #f4f3f6;
}

.cal__date--event {
    background-color: #ffb2ae;
}

.cal__date--disabled, .cal__date--disabled span {
  opacity: 0.4;
}

.cal__date--disabled:hover {
  cursor: not-allowed;
}

.demo-picked {
	text-align: center;
	margin-top: 30px;
	line-height: 36px!important;
	margin-bottom: 0!important;
}

.demo-picked span {
	font-weight: 400;
	font-size: 34px;
	float: left;
	width: 100%;
	color: #F44336!important;
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		#middlecontent .offercontent,
		#middlecontent :nth-child(2).offercontent:hover{
			width: 30.1%;
		}
		footer{
			text-align: center;
		}
		#gallery .gallery-content .thumb:nth-child(-n+2){
			max-height: 260px;
		}
		
		#gallery .gallery-content .thumb:nth-child(n+3){
			max-height: 130px;
		}
		#dokumentcontent .content .thumb{
			max-height: 255px;
		}
		#dokumentcontent-fotogaleria .thumb{
			max-height: 160px!important;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		#middlecontent .offercontent,
		#middlecontent :nth-child(2).offercontent:hover{
			width: 29.1%;
			margin-bottom: 20px;
		}
		#middlecontent {
			padding-bottom: 20px;
		}
		#gallery .gallery-content .thumb:nth-child(-n+2){
			max-height: 205px;
		}
		
		#gallery .gallery-content .thumb:nth-child(n+3){
			max-height: 105px;
		}
		#dokumentcontent .content .thumb{
			max-height: 195px;
		}
		#dokumentcontent-fotogaleria .thumb{
			max-height: 120px!important;
		}
		#introdokumentcontent .tc_gbar h2{
			margin-right: 0;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		header{
		}
		.navbar-default{
			background: #fff;
			padding-top: 50px;
		    opacity: 1;
		}
		.navbar>.container .navbar-brand{
			height: auto;
		    padding-bottom: -55px;
		}
	
	.navbar-default .navbar-brand img{
	    width: 250px;
		margin-top: 0px;
		}
	
		.allcntnt{
			margin-top: 100px;
		}
		#topmenu{
			background: #3c1604;
			text-align: center;
		}
		#topmenu .social{
			background: #184daa;
		}
		#topmenu ul>li,
		#topmenu .social ul>li{
			float: none;
		}
		.navbar-default .navbar-nav > li > a{
			color: #3c1604;
			text-align: center;
		}
		#middlecontent .offercontent,
		#middlecontent :nth-child(2).offercontent:hover{
			width: 95%;
		}
		#dokumentcontent .navigation{
			padding-left: 0;
			padding-right: 0;
		    padding-top: 32px;
		}
		#gallery .gallery-content .thumb:nth-child(-n+2),
		#gallery .gallery-content .thumb:nth-child(n+3),
		#dokumentcontent .content .thumb,
		#dokumentcontent-fotogaleria .thumb{
			max-height: 350px!important;
			width: 100%;
		}
	
		#gallery .gallery-content .thumb:nth-child(-n+2) img,
		#gallery .gallery-content .thumb:nth-child(n+3) img,
		#dokumentcontent .content .thumb img,
		#dokumentcontent-fotogaleria .thumb img{
			width: 100%;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#middlecontent .offercontent,
		#middlecontent :nth-child(2).offercontent:hover{
			width: 94%;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		#middlecontent .offercontent,
		#middlecontent :nth-child(2).offercontent:hover{
			width: 88%;
		}	
    }	

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.is-hidden {
	display: none;
}

.loader-container {
	width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255,255,255,0.7);
  z-index: 99999999;
}

.loader {
    border: 10px solid #000000; /* Light grey */
    border-top: 10px solid #3c1604; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
		position: absolute;
		top: 50%;
		left: 45%;
		transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}