body {
	color: #333;
	font: 18px/1.4 'Roboto Condensed', sans-serif;
	text-rendering: optimizelegibility;
	background-color: #f6ece0;
}



/*Fonts
------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

h1 {	
	color: #1f6d0c;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 700;
}
h1 span {
	color: #990000;
	font-size: 30px;
	line-height: 27px;
}
h2 {
	color: #333;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	color: #333;
	font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.subline1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
.title-v4 {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: bold;
	/*position: relative;*/
	text-transform: uppercase;
	border-bottom: none;
}
.font-sm {
	font-size: 14px;
}
.green-font {
	color: #706e6f;
}
.blue-font {
	color: #1f6d0c;
}



/*Backgrounds
------------------------------------*/
.bg-blue-grey {
	background-color: #eceef4;
}
.bg-brown-bright {
	background-color: #f9f6f1;
}
.bg-pattern-canvas {
	background-image: url("../img/patterns/bg-canvas.jpg");
	background-repeat: repeat;
}
.bg-pattern-wood-1 {
	background-image: url("../img/patterns/wood-2.jpg");
	background-repeat: repeat;
}
.bg-green {
	background-color: #afd035;
}
.bg-green-grey {
	background-color: #edf4f3;
}
.bg-bright-brown {
	background-color: #f6ece0;
}
.bg-karte {
	background-color: #e5f4e3;
}

.right-box {
	font: 14px/1.6 'Roboto Condensed', sans-serif;
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.right-box-anzeige {
	font: 14px/1.6 'Roboto Condensed', sans-serif;
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.tip-box {
	font: 16px/1.6 'Roboto Condensed', sans-serif;
	background-color: #72c02c;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
    color: #fff;
	border-radius: 10px !important;
}


/*Boxes
------------------------------------*/

.blog-grid {
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


/* Shadow Box right
   -------------------------------------------------- */
.shadowbox-wrapper {
	background-color: #f6f6f6;
	background-image: url("../img/bg-paper.jpg");
	background-repeat: repeat;
	-moz-box-shadow:    3px 3px 5px 0px #333;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;
    box-shadow:         3px 3px 5px 0px #ccc;
}
.shadowbox-body {
	padding: 30px
}
.shadowbox-body h2 {
	font-size: 22px;
	line-height: 130%;	
}
.shadowbox-body h3 {
	font-size: 18px;
	margin-bottom: 4px;	
}

.shadowbox-body p {
	font-size: 15px;
	/*line-height: 160%;*/
}







/*Liste
------------------------------------*/
ul.liste-content {
	margin-left: -15px;
}
ul.liste-links {
	list-style-type: none;
	margin: 0;
  	padding: 0;
}



/*Spaces
------------------------------------*/
.space-xxl-hor {
  padding-left: 180px;
  padding-right: 180px;
}


/*Tables
------------------------------------*/

table tr.table-subline td {
    color: #a10f2b;
    font-size: 18px;
	text-transform: uppercase;
}
table tr.table-subline td.tablefont {
    color: #333;
    font-size: 18px;
	text-transform: none;
}

/* This container class will allow a table to scroll horizontally on smaller screens. */
.hscroll {
  overflow-x: auto; /* Horizontal */
}








/*Navigation
------------------------------------*/
.header-v8 .mega-menu .mega-menu-fullwidth .mega-menu-content .row .dropdown-link-list li.active > a, 
.header-v8 .mega-menu .mega-menu-fullwidth .mega-menu-content .row .dropdown-link-list li.active > a:hover,
.header-v8 .mega-menu .mega-menu-fullwidth .mega-menu-content .row .dropdown-link-list li.active > a:focus {
	color: #1f6d0c;
}

/*Navbar*/
.header-v8 .navbar {
	border: none;
	margin-bottom: 0;
}





/*Header
------------------------------------*/
.header-v8 {
	background: #fff;
	position: relative;
	box-shadow: 0 0 0px #fff;
}

/*Header Top-Bar*/
.blog-topbar {
	background: #1f6d0c;
}

/*Responsive Navbar*/
@media (max-width: 991px) {
	.header-v8 .navbar-nav > li a {
		border-bottom: none;
		border-top: 1px solid #666;
	}
	 .header-v8 .navbar-collapse {
		background: #fff;
		border-color: #eee;
    	border-bottom: 1px solid #eee;
    }
}


/*@media (min-width: 992px) {
	.header-v8 .dropdown-menu {
		border: none;
		padding: 15px 0;
		min-width: 230px;
		border-radius: 0;
		background: #fff;
		z-index: 9999 !important;
	}
	.header-v8 .dropdown-menu > li > a {
		color: #1f6d0c;
		font-size: 16px;
		font-weight: 400;
		padding: 6px 25px;
	}
}*/










 


/*Topbar
------------------------------------*/
.topbar-time {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 7px 12px 7px 0;
  float: left;
}
.topbar-list > li {
	color: #eee;
	font-size: 12px;
	padding: 7px 12px;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	/*Topbar v2*/
	.header-fixed .header-v8.header-fixed-shrink .blog-topbar {
		margin-top: -42px;
	}

}

.topbar-list li a {
  color: #fff;
}









/*Masterslider Aufmacher Landing-Page*/

@media (min-width: 992px) {
	.container-fluid.mainfluid {
    padding-right: 14px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}	
	.container-fluid {
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}	
}

.ms-tabs .ms-thumb-frame {
	background-color: #4a506e;
	text-shadow: none;
	color: #fff;
	border-top: solid 0px white;
    border-right: solid 0px white;
    border-bottom: solid 1px white;
    border-left: solid 1px #4a506e;
}
.ms-tabs .ms-thumb-frame-selected {
    background: #224682;
	border-top: solid 0px white;
    border-right: solid 0px white;
    border-bottom: solid 1px white;
    border-left: solid 1px white;
}
.ms-tabs .ms-thumb-frame h3 {
	color: #fff;
}
.ms-tabs .ms-thumb-frame p {
	font: 13px/1.6 'Roboto Condensed', sans-serif;
}

.blog-slider .blog-slider-title h2 a:hover {
	color: #fff;
}



/*Logo Container Größe*/
.header-v8 .navbar-brand {
    height: 90px;
    max-height: 90px;
    line-height: 70px;
	/*padding: 10px 10px;*/
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;	
}




/*Anbieter-Box*/

.anbieterbox {
	background-color: #eceef4;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
}

.box-bg-light {
	background-color: #fcfaf2;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
}




/*Buttons
------------------------------------*/

a.btn-u.btn-u-dark-blue,
a.btn-u.btn-u-dark-blue:focus, 
a.btn-u.btn-u-dark-blue:hover, 
a.btn-u.btn-u-dark-blue:active {
   color: #fff;
}



/*Masterslider Progress-Bar*/
.ms-skin-default div.ms-timerbar .ms-time-bar {
 	height: 0px !important;
	background-color: rgba(255, 255, 255, 0.8) !important;
	border-top: solid 0px rgba(0, 0, 0, 0.0) !important;
}


.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #1f6d0c;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}



/*Form
------------------------------------*/
label {
	color: #333;
}
.form-width {
	width: 25%
}


.social-login {
    width: 100%;
    display: table;
    font-size: 16px;
}
.social-login a {
	display: block;
	color: #999;
	padding: 0px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-login a:hover,
.social-login a:focus,
.social-login a:active {
	color: #fff;
	text-decoration: none;
}



/* Login-Menü
   -------------------------------------------------- */

.login-menu {
	padding-top: 40px;
}
.breadcrumb-login {
  padding: 0px 0;
  list-style: none;
}
.breadcrumb-login > li {
  color: #999;
  font-size: 20px;
  display: inline-block;
}
.breadcrumb-login > li + li:before {
  color: #ccc;
  content: "\0399";
  margin-left: 7px;
  padding-right: 8px;
}
.breadcrumb-login li h1 {
  margin: 0;
}
.breadcrumb-login li a {
  color: #999;
}
.breadcrumb-login li i {
  margin: 0 auto;
  font-size: 18px;
}
.breadcrumb-login li.active,
.breadcrumb-login li a:hover {
  color: #706e6f;
  text-decoration: none;
}





/*Password protected pages
------------------------------------*/

.logged_in {
    color: #FFCC33;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 10px;
}
.footer-para {
	font-size: 15px;
	margin-top: 60px;
}

/*Breadcrumbs*/
.breadcrumbs.breadcrumbs-light {
	background: #222;
	padding: 10px 0 10px;
	border-bottom: solid 3px #777;
}
.breadcrumbs.breadcrumbs-light {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
}
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
	color: #fff;
	font-weight: 200;
}
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
	color: #555;
}
.breadcrumbs.breadcrumbs-light h1 {
	font-size: 26px;
}




/* Template TARIFF
   -------------------------------------------------- */

/* Google Maps Contact-Page */
.maxWidth {									
	padding: 0px;
}
 /* Flexible iFrame */
.maps-container {
    width: 100%;
    height: 500px;
}
@media (max-width: 767px) {
	.maps-container {
    height: 250px;
}
}


/* Search: */
.form-wrapper {
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #bbb;
	box-shadow: 0 0 2px #c9c9c9;
}


/*.form-wrapper #search {
	width: 330px;
	height: 20px;
	padding: 10px 5px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
}
.form-wrapper #search:focus {
	outline: 0;
	border-color: #333;
}
.form-wrapper #search::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}
.form-wrapper #search:-moz-placeholder {
    color: #999;
    font-weight: normal;
}
.form-wrapper #search:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
} */
.form-wrapper .submit-search {
	float: left;
	border: 1px solid #30577a;
	height: 42px;
	width: 100px;
	padding: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #30577a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
} 
.form-wrapper .submit-search:hover,
.form-wrapper .submit-search:focus {       
    background-color: #3e6487;
}   
.form-wrapper .submit-search:active {
    outline: 0;    
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;  */  
}
.form-wrapper .submit-search::-moz-focus-inner {
    border: 0;
}

.eingabefeld {
	width: 330px;
	height: 20px;
	padding: 10px 5px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
}
.eingabefeld:focus {
	outline: 0;
	border-color: #333;
}
.eingabefeld::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}
.eingabefeld:-moz-placeholder {
    color: #999;
    font-weight: normal;
}
.eingabefeld:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
} 
.submit-button {
	border: 1px solid #30577a;
	height: 42px;
	width: 100px;
	padding: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #30577a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
} 
.submit-button:hover,
.submit-button:focus {       
    background-color: #3e6487;
}   
.submit-button:active {
    outline: 0;    
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;  */  
}




/* Tree menu: https://codepen.io/Ronty06/pen/JXbQVP */
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:1.8em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.tree ul ul li a {
    font-weight:400;
    font-size: 16px;
}





/*ACCOMMODATION Page
------------------------------------*/
.temp_icons {
    margin-right: 4px;
}
/*Tables*/
table tr.table-subline td {
    color: #a10f2b;
    font-size: 18px;
	text-transform: uppercase;
}
table tr.table-subline td.tablefont {
    color: #333;
    font-size: 18px;
	text-transform: none;
}












/*Footer
------------------------------------*/
.footer-v8 .footer {
	background-color: #333333;
	padding: 60px 0 40px;
}
/*.footer-v8 .footer img.footer-logo {
	margin-bottom: 10px;
}*/
.footer-v8 .footer p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}
.footer-v8 .footer h3 {
	color: #fff;
}

.footer-v8 .copyright {
	padding: 25px 0;
	background: #272727;
}



.footer-v8 .footer .tags-v4 a {
	color: #fff;
	/*border-color: #28569e;
	background-color: #28569e;*/
}
.footer-v8 .footer .tags-v4 a:hover {
	color: #fff;
	border-color: #fff;
	background-color: #272727;
}
.footer-v8 .footer .tags-v4 a.orange {
	color: #fff;
	border-color: #ce5e03;
	background-color: #ce5e03;
}

.footer-v8 .footer .tags-v4 a.orange:hover {
	color: #fff;
	border-color: #ce5e03;
	background-color: #272727;
}



.footer-dog {
  background-image: url('/assets/img/dog-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
}




.fullpic {
	width: 100%;
}




 /* Global Link Color
   -------------------------------------------------- */
 
a {
   color: #1f6d0c;
   text-decoration: none;
   	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
a,
a:focus, 
a:hover, 
a:active {
   color: #1f6d0c;
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #333;
   text-decoration: none;
}




/* Link Colors
   -------------------------------------------------- */
 
/*---Links 1 start---*/
a.link1 {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link1:hover,
a.link1:focus {
	text-decoration: none;
	color: #fff;
}
/*---Links 2 start---*/
a.link2 {
	color: #efa8ca;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link2:hover,
a.link2:focus {
	text-decoration: none;
	color: #333;
} 





/* MEDIA QUERIES
   -------------------------------------------------- */ 
 
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.space-xxl-hor {
  	padding-left: 280px;
  	padding-right: 280px;
}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.space-xxl-hor {
  padding-left: 280px;
  padding-right: 280px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	/*.header-v8 .navbar-brand {
    padding-top: 14px;
}*/	
	.form-width {
	width: 50%
}
	.space-xxl-hor {
  	padding-left: 80px;
  	padding-right: 80px;
}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.header-v8 .navbar-brand {
	margin-left: -15px;
	}
	.footer-v8 .footer .col-md-3,
	.footer-v8 .footer .col-md-5 {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-v8 .footer .col-md-4 {
		text-align: center;
	}
	.footer-v8 .footer .col-md-4 img {
		display:block;
		margin-right:auto;
		margin-left:auto;
	}
	.form-width {
	width: 75%
}
	.space-xxl-hor {
  	padding-left: 0px;
  	padding-right: 0px;
}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.header-v8 .navbar-brand {
	margin-left: -15px;
    }
	.blog-slider .blog-slider-title {
	display: none;
    }
	.footer-v8 .footer .col-md-3,
	.footer-v8 .footer .col-md-5 {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-v8 .footer .col-md-4 {
		text-align: center;
	}
	.footer-v8 .footer .col-md-4 img {
		display:block;
		margin-right:auto;
		margin-left:auto;
	}
	.form-width {
	    width: 100%
}
	.space-xxl-hor {
  	padding-left: 0px;
  	padding-right: 0px;
}
}



