body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #29293a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.4;
	margin-top: 0;
}

.logo img {
	/* padding: 8px 0; */
}

.sf-menu li li:hover > a {
	background: rgb(213, 142, 68);
}

.headline {
	margin-bottom: 13px;
}

.headline h2 {
	text-transform: uppercase;
}

.headline:before,
.headline:after,
.headline h2:before {
	display: none;
}

.main-headline p, 
.main-headline-under p{
	font-size: 16px;
}

.text-animated p {
	font-size: 16px;
}

.service-item h4 {
	font-size: 22px;
}

.featured-photo .termin {
	background: rgba(213, 142, 68, 0.9);
}

.featured-text h4 a {
	color: #444;
}

.featured-text h4 a:hover {
	color: #1b0200;
}

.featured-text p,
.fea-descrip {
	font-size: 14px;
	text-align: justify;
	word-wrap: break-word;
	hyphens: auto;
}

.featured-carousel .owl-nav .owl-prev:hover,
.featured-carousel .owl-nav .owl-next:hover {
	background: #444;
	color: #fff;
}

.portpage-menu li {
	padding: 8px 25px;
}

.portpage-menu li:hover,
.portpage-menu li.filtr-active {
	background: #444;
	border: 2px solid #444;
	color: #fff;
}

.portfolio-bg {
	background: #444;
}

.team-bg {
	background: #444;
}

.team-text a:hover {
	color: #1b0200;
}

.button a:hover {
	background: #444;
}

/*.blog-item a.b-head{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}*/

.blog-item a.b-head:hover {
	color: #1b0200;
}

.blog-text ul li i {
	color: #444;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
	background: #444;
	color: #fff;
}

.newsletter-bg {
	background: #444;
}

.newsletter-submit input[type='submit'] {
	background: #1b0200;
}

.newsletter-submit input[type='submit']:hover {
	background: #444;
}

.footer-item h3 {
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.footer-item h3:before,
.footer-item h3:after {
	display: none;
}

.footer-item ul li a {
	padding-left: 20px;
}

.footer-item ul li a:before {
	position: absolute;
	content: '\f0a9';
	font-family: fontawesome;
	color: #c7c7c7;
	top: 0;
	left: 0;
}

.footer-item ul li a:hover {
	color: #FFF;
}

.footer-item ul.footer-social li a:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #1b0200;
}

.brand-item {
	border: 1px solid #ddd;
	padding: 5px;
}

/*Dashboard*/
.detail-dashboard h1{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
}
/*Add Car*/
.clear {
    clear: both;
}
.information-form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 30px;
}
.form-group label {
    font-weight: 600;
}
.form-group input {
    /* height: 40px; */
    transition: all 0.3s;
}
.form-group select {
    height: 40px;
}
.form-group textarea {
    height: 250px;
    transition: all 0.3s;
}
.information-form .form-group button[type='submit'] {
    margin-top: 15px;
}
.information-form .other-function {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.information-form .other-function h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.information-form .other-function label {
    font-weight: 600;
}
.information-form .form-check-label {
    margin-right: 30px;
    margin-bottom: 15px;
}

/*View*/
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ddd;
    text-indent: 10px;
    font-size: 14px;
    font-weight: 400;
}
table.dataTable thead {
    background: #555;
    color: #fff;
}
.dataTables_length select {
    border: 1px solid #ddd;
}
.rTable {
    display: table;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableHead {
    width: 40%;
}
.rTableCell,
.rTableHead {
    display: table-cell;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTable iframe {
    width: 300px!important;
    height: 250px!important;
}
.error {
    color: red!important;
}
.success {
    color: green!important;
}
div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}
div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    text-decoration: none;
    /* no underline */
    
    background-color: #4a4a4a;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #4a4a4a;
    color: #FFF;
    background-color: #a0a0a0;
    font-size: 16px;
}
div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    font-weight: bold;
    background-color: #a0a0a0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
    font-size: 16px;
}

.chosen-container-single .chosen-default {
    color: #555!important;
}
.chosen-container-single .chosen-single {
    background-color: #fff!important;
}


.child {
    display: none;
}
.load-more {
    text-align: center;
    margin-top: 30px;
}
.load-more a {
    background: #dddddd;
    color:  #333;
    padding: 10px 20px;
    border-radius: 26px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}


.geocard{
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	min-height:450px;
    cursor: pointer;
}

.geocardX:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.featured-carousel .owl-stage-outer,
.blog-carousel .owl-stage-outer {
	padding-bottom: 20px;
}



/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background-color: #18151f;
}
.postcard.light {
  background-color: #f5f5f5;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    
	width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    background: #18151f;
  }

  .postcard.light .postcard__text:before {
    background: #f5f5f5;
  }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: rgb(213, 142, 68);
  color: black;
}

.green .postcard__title:hover {
  color: rgb(213, 142, 68);
}

.green .postcard__bar {
  background-color: rgb(213, 142, 68);
}



.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}



.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}


.postcard .postcard__tagbox .yellow.play:hover {
  background: rgb(213, 142, 68);
  color: black;
}

.yellow .postcard__title:hover {
  color: rgb(213, 142, 68);
}

.yellow .postcard__bar {
  background-color: rgb(213, 142, 68);
}


.single-seite p {
	text-align: justify;
}

.single-seite ul {
	list-style-type: disclosure-closed;
	list-style-position: outside;
	margin-left:15px;
	
}

.single-seite ul li {
	margin-bottom:10px;
	
}

.geoimage {
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}


.geobutton {
    display: inline-block;
    font-weight: 500;
    color: #fff !important;
    background: rgb(213, 142, 68);
    border-radius: 10px;
    padding: 7px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.geobutton:after {
    font-family: 'FontAwesome';
    content: '\f138';
    padding-left: 5px;
    position: relative;
    font-size: 90%;
}

.geobutton:hover {
	background: #444;
	color: #fff;
}

.geobuttondl {
    display: inline-block;
    font-weight: 500;
    color: #fff !important;
    background: rgb(125, 122, 118);
    border-radius: 10px;
    padding: 7px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    
}

.geobuttondl:before {
    content: '\f019';
    padding-right: 6px;
    position: relative;
    font-size: 100%;
	font-family: 'FontAwesome'; 
}

.geobuttondl:hover {
	background: #444;
	color: #fff;
}

.geobutton2 {
    display: inline-block;
    font-weight: 500;
    color: #fff !important;
    background: rgb(213, 142, 68);
    border-radius: 10px;
    padding: 7px 26px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.geobutton2:before {
    font-family: 'FontAwesome';
    content: '\f137';
    padding-right: 5px;
    position: relative;
    font-size: 90%;
}

.geobutton2:hover {
	background: #444;
	color: #fff;
}

.geobutton-small {
    display: inline-block;
    font-weight: 200;
    color: #fff !important;
    background: rgb(213, 142, 68);
    border-radius: 10px;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	font-size: 13px;
}

.geobutton-small:after {
    font-family: 'FontAwesome';
    content: '\f138';
    padding-left: 5px;
    position: relative;
    font-size: 90%;
}

.geobutton-small:hover {
	background: #444;
	color: #fff;
}


.blog-text > a {
  box-shadow: inset 0 0 0 0 white;
  transition: all 0.4s ease-in-out 0s;
  color: #dd8817;
  border-bottom: 1px solid #ccc;
}
.blog-text > a:hover {
  color: #000;
}



.flip {
  position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2em;
  width: 100%;
}
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 250px;
  padding: 1em 1em;
  background: #313131;
  border-radius: 10px;
}
.flip > .front p,
.flip > .back p {
  font-size: 1.2rem;
  line-height: 160%;
  color: #999;
}

.flip h1 {
	font-size:22px;
	text-shadow: 4px 2px 4px rgba(0, 0, 0, 1);
}

.flip h2 {
	font-size:20px;
}




@media(max-width:990px) {
	
	.banner-slider {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		height: 300px;
		position: relative;
	}

	.banner-slider.high-banner {
		height: 300px;
	}


	.banner-text h1 {
		font-size: 20px;
		font-weight: 500;
	}

	.top-header {
		background: rgb(213, 142, 68) !important;
	}
	
	.top-header-left p, .top-header-right a {
		font-size: 12px;
	}

}

@media(max-width:767px) {
	
	.banner-slider {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		height: 200px;
		position: relative;
		background-attachment:unset;
	}

	.banner-slider.high-banner {
		height: 200px;
	}


	.banner-text h1 {
		font-size: 15px;
		font-weight: 500;
	}
	
	.headstyle-two h2 {
		font-size: 26px;
	}

}


