@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */

/* CSS Document */
img{ max-width:100%;}

a, a:hover, a:active, a:focus{ outline:0px !important;text-decoration: none !important;
  transition:color 0.1s ease-in-out;
-moz-transition:color 0.1s ease-in-out;
-webkit-transition:color 0.1s ease-in-out;}
a, .aktuelles a {color: inherit;}
a:hover {color: #000;}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.smaller, smaller{font-size: 0.75em;}
.t0-8 {font-size:0.8em !important;}
.t1 {font-size:1em !important;}
.t1-3{font-size: 1.3em !important;}
.t1-7{font-size:1.7em;}
.t2-4{font-size:2.4em;}
.t6-4 {font-size:6.4em;}
.regular {font-weight: 400 !important;}
.bold, bold{font-weight: 600 !important;}
.ti, ti {font-style: italic !important;}
.text-blau {color: #33579c;}

.linie1 {border-bottom: 3px solid #c8e29d;}
.linie2 {border-bottom: 1px solid #c8e29d;}

.margin-top-10{margin-top:10px;}
.margin-top-20 {margin-top:20px;}
.margin-top-50{margin-top:50px;}
.margin-top-100{margin-top:100px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-50 {margin-bottom:50px;}
.margin-bottom-100{margin-bottom:100px;}
.margin-left-5 {margin-left:5px;}
.padding-20{padding:20px;}
.padding-bottom-10 {padding-bottom:10px;}
.padding-bottom-20 {padding-bottom:20px;}
.padding-top-20 {padding-top:20px;}
.no-padding{padding:0;}
.padding-left-0  {padding-left:0;}
.padding-sides-20 {padding-left: 20px; padding-right:20px;}
.padding-left-20 {padding-left:20px;}
.border-radius-5 {border-radius: 5px !important;}

h1, .h1 {
  font-family: 'Comfortaa', sans-serif;
  color: #513b2e;
  margin-bottom: 20px;
  font-weight: 700;
}
h2, .h2 {
  font-family: 'Comfortaa', sans-serif;
  color: #513b2e;
  font-weight: 700;
}
h3, .h3 {font-size: 1.5rem;color: #513b2e;}

.btn-primary {
  background-color: #91a86a;
  border-color:#91a86a;
  color: #fff;
}
.btn-primary:hover {
  background-color: #657846;
  border-color: #657846;
  color: #fff;
}


/* Primary Styles
---------------------------------*/
html {
  position: relative;
  min-height: 100%;
}

body {
	background: #4b433e;
	font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
	font-size:1em;
	font-weight:400;
	color:#000;
	margin:0;
  position: relative;
  cursor:default;
}

.container {
  background:#fff;
  padding: 2em;
}

.navbar { background: #e5f1d2; color: #4b433e; border-bottom: 2px solid #fff;}
.navbar-brand {font-family: 'Comfortaa', sans-serif; font-weight: 700 !important;}
.navbar a {font-weight: 400;}
.navbar a:hover {color: #000;}
.navbar .active {color: #000;}

.thumb {margin-top:1rem; margin-bottom:1rem;}

.footer {
  width: 100%;
  font-size: 0.8em;
  color: #d4ecf8;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: #142469;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
