/* ------------------- Basis Definitionen ----------------- */

/* antic-regular - latin */
@font-face {
  font-family: 'Antic';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/antic-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/antic-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/antic-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/antic-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/antic-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/antic-v12-latin-regular.svg#Antic') format('svg'); /* Legacy iOS */
}

/* audiowide-regular - latin */
@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/audiowide-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/audiowide-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/audiowide-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/audiowide-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/audiowide-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/audiowide-v9-latin-regular.svg#Audiowide') format('svg'); /* Legacy iOS */
}


html, body {
   font-family: "Antic",sans-serif,Helvetica,Arial;
   font-weight: 200;
   font-size: 22px;
}

/* -----------Links setzen in bootstrap.css----------- */

/* ----------------- Allgemein --------------- */
.cursor_hand {
	cursor: pointer;
}

strong, b {
	font-weight: 600;
}

ul {
   list-style-type: square;
}

.input-group {
	margin-bottom: 20px;
}

.form-control {
   font-size: 22px;
   height: 46px;
}

.btn {
 	font-size: 22px;
}

.btn-lg {
	font-size: 28px;
}

.btn-sm {
	font-size: 16px;
}

.btn-xs {
	font-size: 12px;
}

.selectpicker {
 	font-size: 22px;
 	font-weight: 200;
}

.bootstrap-switch > div > span, .bootstrap-switch > div > label {
    font-size: 22px;
    line-height: 20px;
    padding-bottom: 11px;
    padding-top: 11px;
}

input, button, select, textarea {
	font-size: 22px;
 	font-weight: 200;
}

.datepicker.dropdown-menu {
  font-family: "Antic",sans-serif,Helvetica,Arial;
	font-size: 0.7em;
 	font-weight: 200 !important;
}

.dow, .today, .clear {
	font-weight: 400;
}

.datetimepicker .datetimepicker {
	font-family: "Antic",sans-serif,Helvetica,Arial;
	font-size: 0.7em;
 	font-weight: 200 !important;
}

label {
	font-weight: 400;
}
 
.checkbox > label,
.radio > label {
	font-weight: 200;
} 

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Audiowide",cursive,Helvetica,Arial;
}
 
h1 {
	font-size: 35px;
	color: #FF9900;
} 

h2 {
	font-size: 30px;
	color: #FF9900;
} 

h3 {
	font-size: 26px;
	color: #FF9900;
} 

h4 {
	font-size: 22px;
} 

h5 {
	font-size: 18px;
} 

h6 {
	font-size: 16px;
} 

.embededContent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embededContent {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

/* ----------- background-image ----------- */

.div_background-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	min-height:200px;
}

.td_background-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
	
/* ----------- Tabellen ----------- */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #ddd;
}

.table-responsive {
   border: 0px solid #ddd;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #444;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #666;
}

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

/*
.btn-default, .mainContent .btn-default {
    background-color: #B4E067;
    border-color: #B4E067;
    color: #fff;
    border-radius: 0;    
}

.bootstrap-select > .btn  {
	 color: #555;
}

.btn-default:hover {
    background-color: #8AC01F;
}

.btn-default a, a .btn-default, a:hover .btn-default {
	color: #fff;
}
*/
.btn-primary, .mainContent .btn-primary {
    background-color: #FF9900;
    border-color: #FF9900;
}

.btn-primary:hover {
    background-color: #f89400;
    border-color: #f89400;
}

.btn-primary a, a .btn-primary, a:hover .btn-primary {
	color: #fff;
}
/*
.btn-success, .mainContent .btn-success {
    background-color: #75A138;
    border-color: #75A138;
    color: #F2F2F2 !important;
    border-radius: 0;
}

.btn-success:hover {
    background-color: #699132;
    border-color: #699132;
     border-radius: 0;
}

.btn-success a, a .btn-success, a:hover .btn-success {
	color: #F2F2F2;
}

.btn-danger, .mainContent .btn-danger {
    background-color: #990000;
    border-color: #990000;
    color: #F2F2F2 !important;
    border-radius: 0;
}

.btn-danger:hover {
    background-color: #de0000;
}

.btn-danger a, a .btn-danger, a:hover .btn-danger {
	color: #F2F2F2;
}

.btn-info, .mainContent .btn-info {
    background-color: #3B443E;
    border-color: #3B443E;
    color: #F2F2F2 !important;
    border-radius: 0;
}

.btn-info:hover {
    background-color: #505c53;
    border-color: #505c53;
}

.btn-info a, a .btn-info, a:hover .btn-info {
	color: #F2F2F2;
	 border-color: #F2F2F2;
}
*/

/* -----------Bootstap Elemente ----------- */

.badge {
	font-family: Verdana,Arial,Helvetica;
}


.img-responsive {
	display: inline-block;
}

.img-thumbnail {
	border: 1px solid #eee;
}

.img-circle {
	border: 1px solid #eee;
	padding: 4px;
	background-color: white;
}


.jumbotron {
	border: 1px solid #555;
	background-color: #FF9900;
}

.jumbotron a {
  color: #555;
  text-decoration: none;
}

.jumbotron a:hover,
.jumbotron a:focus {
  color: #fff;
  text-decoration: underline;
}

.well {
	color: white;
	border: 1px solid #888;
	background-color: #333;
}

blockquote {
    border-left: 5px solid #888;
}

.panel-default {
	border: 0px;
}

.panel-default > .panel-heading {
	background-color: #FF9900;
	border-color: transparent;
	color: white;
}

.panel-body {
  padding: 16px 32px;
  background-color: #333;
  border-color: transparent;
}

.panel-title {
	font-size: 22px;
	border-color: transparent;
}


/* --------------- Wechselbild ------------- */

/*
.wechselbild {
	display: none;
}

.wechselbild img {
		min-width: 100%;
		width: 100%;
		height: auto;
}

.wechselbild_text {
	background-color: #333;
	color: white;
	display: none;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px;
	opacity: 0.8;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
}

.wechselbild_text h1 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
	text-transform: uppercase;
}

*/

/* ------------------- Google Translate ----------------- */
/*
#google_translate_element {
	margin-top: 5px;
	margin-right: 0px;
	background-color: transparent;
	text-align: right;
	height: 40px;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border: 0px solid transparent !important;
	font-size: 7pt !important;
}

.goog-te-gadget-icon {
    height: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 16px !important;
}

.goog-te-gadget-icon {
    background-position: -66px -1px !important;
}

*/

/* ------------------- Navigation TOP ----------------- */

body {
	padding-top: 165px;
}

.bg_main_noframe {
	background-image: url('/media/basic/bg_main.jpg');
	background-repeat: no-repeat;
	background-color: #2e2e2e;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
}

.before_nav {
	background-image: url('/media/basic/bg_main.jpg');
	background-repeat: no-repeat;
	background-color: #2e2e2e;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	height: 80px;
}

.navbar-fixed-top {
		font-size: 22px;
}

.dropdown-menu {
		font-size: 18px;
		font-weight: 200;
}

.dropdown-menu > li > a {
	font-weight: 200;
}

.navbar-default {
    background-color: #333;
    border-color: #333;
    border: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar .navbar-nav {
    display: inline-block; 
    float: none;
    margin-bottom: -0.3em
}

.navbar .navbar-collapse {
    text-align: left; /* zentrierte nav = center */
}

.navbar .dropdown-menu > li {
	text-align: left;
}

/* Hauptmenüpunkt */
.navbar-default .navbar-nav > li a {
	background-color: #333;
}

/* Hauptmenüpunkt hover */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li {
    background-color: transparent;
    color: #FF9900;
}

/* Submenü */
.navbar-default .navbar-nav > li li a {
	background-color: #333;
	color: white;
}

/* Submenü Hover */
.navbar-default .navbar-nav > li li a:hover {
	background-color: #FF9900;
	color: #fff;
}

.navbar-nav .dropdown-menu {
	background-color: #333;
}

/*
nav .navbar .dropdown-menu > li {
	text-align: left;
	border-bottom: 1px solid #804E2A;
}

nav .navbar-default .dropdown-menu > li:last-child {
	border-bottom: 0px solid #804E2A;
}
*/

/* ---- navbar-brand ----- */

.navbar-default .navbar-brand {
    color: #FF9900;
}

.navbar-default .navbar-brand:hover{
    color: #FF9900;
}

.navbar-brand {
    float: none;
    font-size: 30px;
    height: 50px;
    line-height: 20px;
    padding: 15px;
    font-family: "Audiowide",cursive,Helvetica,Arial;
    position: relative;
    top: -33px;
    left: -15px;
}

.navbar-brand img {
	position:relative;
	left: 220px; 
	top: 63px;
	width: 150px;
}


@media (max-width: 767px) {

	.navbar-collapse {
    box-shadow: none;
    border-top: 0px;
	}

/*
	.navbar-toggle {
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 1;
		background-color: white;
	}
*/


 
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
			margin-left: 0px;
	}

	.navbar .navbar-nav {
			margin-bottom: 10px;
	}
	
	.navbar-default .dropdown-menu{
		display:block;
		position: relative;
		float: none;
		background-color: #333 !important;
		border: 0px;
		box-shadow: none;
		border-radius: 0px;
	}
	
	.navbar-default .navbar, .navbar-default .navbar-collapse {
		text-align: left !important;
	}
	
	.navbar-default .navbar-collapse .navbar-nav > li li a {
		background-color: #333;
		color: #fff;
		margin-left: 15%;
	}
	
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff !important;
	}

	.navbar-default .navbar-collapse .navbar-nav > li li a:hover {
		background-color: #888;
		color: #fff;
	}
	
	.dropdown-submenu>.dropdown-menu {
    left: 30% !important;
    margin-top: 0px !important;
    border-radius: 0px ;
	}
	
	.navbar-default .navbar-nav > li a {
			font-size: 16px;
			 padding-bottom: 4px;
    padding-top: 4px;
	}
	
	.navbar-default .navbar-nav > li li a {
			font-size: 12px;
			 padding-bottom: 4px;
    padding-top: 4px;
	}

}

@media (min-width: 768px) {
	.navbar-default .dropdown:hover .dropdown-menu {
		display: block;
	}
	
	
	.navbar-default .dropdown:hover .dropdown-submenu .dropdown-menu {
		display: none;
	}
	
	.navbar-default .dropdown:hover .dropdown-submenu:hover .dropdown-menu {
		display: block;
	}

}	


/* --------------- Subnav ------------- */

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.dropdown-submenu.pull-left {
    float:none;
}


/* ------------------- mainContent ----------------- */

.mainContent {
	background-color: transparent;
	color: white;
}

.bg_standard {
	background: #444444; 
	background: -moz-linear-gradient(top,  #444444 41%, #444444 41%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #444444 41%,#444444 41%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #444444 41%,#444444 41%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	min-height: 100px;
	color: white;
	margin-bottom: 45px;
}

/* ------------------- Footer 1 ----------------- */
.div_footer1 {
	background: #444444; 
	background: -moz-linear-gradient(top,  #444444 41%, #444444 41%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #444444 41%,#444444 41%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #444444 41%,#444444 41%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	min-height: 100px;
}

.footer1_innen {
	color: #fff;
}

.footer1_innen a {
  color: #fff;
}

.footer1_innen a:hover, .footer1_innen a:focus {
  color: #fff;
  text-decoration: underline;
}

/* ------ CMS ----- */

#place4impres {
	font-size: 18px;
}

#cms_savedata .footer1_innen, #cms_savedata .footer1_innen a {
	color: #fff;
}

/* ------------------- Footer 2 ----------------- */
.div_footer2 {
	min-height: 200px;
	
}

.footer2_innen {
	color: #fff;
	font-size: 20px !important;
	padding-top: 30px;
}

.footer2_innen img {
	max-height: 192px;
}

.footer2_innen a {
  color: #fff;
}

.footer2_innen a:hover, .footer2_innen a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer2_innen td {
	padding: 2px 5px;
}

#cms_savedata .footer2_innen, #cms_savedata .footer2_innen a {
	color: #fff;
}

/* ------------------- Footer 3 ----------------- */
.div_footer3 {
 	background: #444444; 
	background: -moz-linear-gradient(top,  #444444 41%, #444444 41%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #444444 41%,#444444 41%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #444444 41%,#444444 41%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	min-height: 50px;
	padding-top: 15px;
}

.footer3_innen {
	color: #fff;
	font-size: 14px !important;
}

.footer3_innen a {
  color: #fff;
}

.footer3_innen a:hover, .footer3_innen a:focus {
  color: #fff;
  text-decoration: underline;
}

#cms_savedata .footer3_innen, #cms_savedata .footer3_innen a {
	color: #fff;
}

/* -------------------  Slideshow ----------------- */
.cont_slideshow {
	position: relative;
	top: -69px;
  left: 0;
  margin-bottom: -20px;
}

.slider_main {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 350px;
	overflow: hidden;
}

#slider1_container {
	display: none; 
	position: relative; 
	margin: 0 auto; 
	margin-bottom: 20px;
	top: 35px; 
	left: 0px; 
	width: 1000px; 
	height: 350px;
}

.jssorb21 {
		position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
		position: absolute;
		width: 19px;
		height: 19px;
		text-align: center;
		line-height: 19px;
		color: white;
		font-size: 12px;
		background: url(../media/basic/b17.png) no-repeat;
		overflow: hidden;
		cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

.jssora21l, .jssora21r {
		display: block;
		position: absolute;
		width: 55px;
		height: 55px;
		cursor: pointer;
		background: url(../media/basic/a21.png) center center no-repeat;
		overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

.slideshow_caption {
	position: absolute;
	top: 60%; 
	right: 20%; 
	width: auto; 
	padding: 0px 30px; 
	height: 50px; 
	background-color: #fff; 
	opacity: 0.8; 
	filter: alpha(opacity=80);
}

.slideshow_caption_text {
	width: 100%; 
	height: 100%; 
	color: #333; 
	font-size: 0.8em;
	font-weight: 400; 
	line-height: 50px; 
	text-align: center;
}

#cms_savedata .slider_main img {
	width: 100px;
	margin: 5px;
}

#cms_savedata .slider_main {
	position: relative !important;
}

/* -------------------  Google Map ----------------- */
.googlemap {
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.googlemap iframe {
	pointer-events: none;
}

/* ------------------- Parallax ----------------- */
.parallax_sektion {
	position: relative;
	left: 0px;
	top: 0px;
}

/* ----------- CMS ----------- */

.cms5_msgblock {
	padding: 15px;
}

.cms5_contentinfo {
	border-top: 1px solid #ddd; 
	padding: 15px;
	margin-top: 20px;
	text-align: right;
}



/* ------------------- Media Queries----------------- */

@media (min-width: 768px) {
	.mainContent {
		min-height: 250px;
	}
}

/* ----------- lightbox ----------- */

.ekko-lightbox-container {
	text-align: center;
}

@media (max-height: 480px) {
	.ekko-lightbox-container img {
		max-height: 400px;
		text-align: center;
	}
}


@media (min-height: 481px) and (max-height: 768px) {
	.ekko-lightbox-container img {
		max-height: 500px;
		text-align: center;
	}
}

@media (min-height: 769px) and (max-height: 800px) {
	.ekko-lightbox-container img {
		max-height: 500px;
		text-align: center;
	}
}

@media (min-height: 801px) and (max-height: 900px) {
	.ekko-lightbox-container img {
		max-height: 640px;
		text-align: center;
	}
}

@media (min-height: 901px) and (max-height: 1024px) {
	.ekko-lightbox-container img {
		max-height: 640px;
		text-align: center;
	}
}

@media (min-height: 1025px) and (max-height: 1535px){
	.ekko-lightbox-container img {
		max-height: 700px;
		text-align: center;
	}
}

@media (min-height: 1536px){
	.ekko-lightbox-container img {
		max-height: 800px;
		text-align: center;
	}
}

/* ----------- standard ----------- */

@media (min-width: 320px) and (max-width: 479px) {
	body {
    padding-top: 80px;
	}
	
	.bg_main_noframe, .before_nav {
		background-image: url('/media/basic/bg_main_kl.jpg');
		background-size: cover;
	}
	
	.cont_slideshow {
		top: -30px;
	}
	
	.navbar-brand {
    font-size: 10px;
    top: 6px;
  }
  
  .navbar-toggle {
  	float: left;
  }
  
  .navbar-brand img {
  	top: 9px;
   	left: 6px;
   	width: 60px;
   	float: right;
	}
	
	.navbar-fixed-top {
		font-size: 12px;
	}
	
	.before_nav {
    height: 35px;
  }
	
	.navbar-fixed-top .dropdown-menu {
		font-size: 10px;
	}
	
	.footer2_innen {
    font-size: 12px !important;
	}
	
	.footer3_innen {
    font-size: 10px !important;
	}
  
  .footer2_innen img {
    max-height: 140px;
	}
	
	html, body {
   font-size: 14px;
	}

	.form-control {
		 font-size: 14px;
	}

	.btn {
		font-size: 14px;
	}	

	.selectpicker {
		font-size: 14px;
	}

	.bootstrap-switch > div > span, .bootstrap-switch > div > label {
			font-size: 14px;
	}

	input, button, select, textarea {
		font-size: 14px;
	}

	h1 {
		font-size: 24px;
	} 

	h2 {
		font-size: 20px;
	} 

	h3 {
		font-size: 16px;
	} 

	h4 {
		font-size: 12px;
	} 

	h5 {
		font-size: 9px;
	} 

	h6 {
		font-size: 8px;
	}   

	.panel-title {
		font-size: 12px;
	}  

	.footer2_innen .col-sm-6 {
		margin-bottom: 15px;
	}
	
	.footer2_innen table {
		margin: 0px auto;
	}
	
	.footer2_innen p {
		text-align: center;
	}
	
	.footer3_innen .col-sm-6 {
		text-align: center;
	}
	
	.div_footer3 {
		padding-top: 7px;
	}
}

@media (min-width: 480px) and (max-width: 649px) {

	body {
    padding-top: 90px;
	}
	
	.bg_main_noframe, .before_nav {
		background-image: url('/media/basic/bg_main_kl.jpg');
		background-size: cover;
	}
	
	.cont_slideshow {
		top: -40px;
	}
	
	.navbar-brand {
    font-size: 13px;
  }
  
  .navbar-toggle {
  	float: left;
  }
  
  .navbar-brand img {
  	top: 40px;
   	left: 40px;
   	width: 100px;
	}
	
	.navbar-fixed-top {
		font-size: 14px;
	}
	
	.before_nav {
    height: 35px;
  }
	
	.navbar-fixed-top .dropdown-menu {
		font-size: 12px;
	}
	
	.footer2_innen {
    font-size: 16px !important;
	}
	
	.footer3_innen {
    font-size: 12px !important;
	}
  
  .footer2_innen img {
    max-height: 158px;
	}
	
	html, body {
   font-size: 16px;
	}

	.form-control {
		 font-size: 16px;
	}

	.btn {
		font-size: 16px;
	}	

	.selectpicker {
		font-size: 16px;
	}

	.bootstrap-switch > div > span, .bootstrap-switch > div > label {
			font-size: 16px;
	}

	input, button, select, textarea {
		font-size: 16px;
	}

	h1 {
		font-size: 28px;
	} 

	h2 {
		font-size: 24px;
	} 

	h3 {
		font-size: 20px;
	} 

	h4 {
		font-size: 16px;
	} 

	h5 {
		font-size: 12px;
	} 

	h6 {
		font-size: 10px;
	}   

	.panel-title {
		font-size: 16px;
	}  

	.footer2_innen .col-sm-6 {
		margin-bottom: 20px;
	}
	
	.footer2_innen table {
		margin: 0px auto;
	}
	
	.footer2_innen p {
		text-align: center;
	}
	
	.footer3_innen .col-sm-6 {
		text-align: center;
	}
	
	.div_footer3 {
		padding-top: 7px;
	}

}

@media (min-width: 650px) and (max-width: 767px) {
	
	body {
    padding-top: 115px;
	}
	
	.bg_main_noframe, .before_nav {
		background-image: url('/media/basic/bg_main_kl.jpg');
		background-size: cover;	
	}

		.cont_slideshow {
		top: -45px;
	}
	
	.navbar-brand {
    font-size: 17px;
  }
  
  .navbar-toggle {
  	float: left;
  }
  
  .navbar-brand img {
  	top: 50px;
   	left: 80px;
   	width: 125px;
	}
	
	.navbar-fixed-top {
		font-size: 18px;
	}
	
	.before_nav {
    height: 55px;
  }
	
	.navbar-fixed-top .dropdown-menu {
		font-size: 14px;
	}
	
	.footer2_innen {
    font-size: 16px !important;
	}
	
	.footer3_innen {
    font-size: 12px !important;
	}
  
  .footer2_innen img {
    max-height: 158px;
	}
	
	html, body {
   font-size: 20px;
	}

	.form-control {
		 font-size: 20px;
	}

	.btn {
		font-size: 20px;
	}	

	.selectpicker {
		font-size: 20px;
	}

	.bootstrap-switch > div > span, .bootstrap-switch > div > label {
			font-size: 20px;
	}

	input, button, select, textarea {
		font-size: 20px;
	}

	h1 {
		font-size: 32px;
	} 

	h2 {
		font-size: 28px;
	} 

	h3 {
		font-size: 24px;
	} 

	h4 {
		font-size: 20px;
	} 

	h5 {
		font-size: 16px;
	} 

	h6 {
		font-size: 14px;
	}   

	.panel-title {
		font-size: 20px;
	}  

	.footer2_innen .col-sm-6 {
		margin-bottom: 20px;
	}
	
	.footer2_innen table {
		margin: 0px auto;
	}
	
	.footer2_innen p {
		text-align: center;
	}
	
	.footer3_innen .col-sm-6 {
		text-align: center;
	}
	
	.div_footer3 {
		padding-top: 7px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	body {
    padding-top: 148px;
	}
	
	.cont_slideshow {
		top: -53px;
	}
	
	.navbar-brand {
    font-size: 22px;
  }
  
  .navbar-brand img {
    	left: 50px;
	}
	
	.navbar-fixed-top {
		font-size: 18px;
	}
	
	.navbar-fixed-top .dropdown-menu {
		font-size: 14px;
	}
	
	.footer2_innen {
    font-size: 16px !important;
	}
	
	.footer3_innen {
    font-size: 12px !important;
	}
  
  .footer2_innen img {
    max-height: 158px;
	}
  
}

@media (min-width: 992px) and (max-width: 1199px) {

	body {
    padding-top: 140px;
	}

	.navbar-brand img {
    	left: 65px;
	}
	
	.cont_slideshow {
		top: -45px;
	}

}

/* ----------- fluid ----------- */

@media (max-width: 767px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
	.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
	.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
	.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
	.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
	.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
	.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
	.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
	.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		 margin-bottom: -10px;
	}
	
}



