

body {
  font-family: "Josefin Slab", Arial, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #27557d;
  background:#eff4ff;
}

#flower {
	position:fixed;
	width:663px;
	height:884px;
	top:100px;
	left:50%;
	margin-left:-293px;
	background:url('../uploads/images/flower.jpg');
}



#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}

a {
  color: #1d2f3b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #1d2f3b;
  outline: none;
  text-decoration: none;
}

ul {
	list-style-type:none;
}

dl { 
display:inline-block;
width:220px;
 }
 
 .picbg dt {
	background:#fff;
	border-radius:10px;
	margin:3px;
 }
 
 dt img {
	 margin:0 !important;
 }
 
dd {
	font-size:0.8em;
	padding:5px 0;
}

.budde-content a {
	text-decoration:underline;
}

#fontcontrol  { 
position:fixed;
width:80px;
top:15px;
left:15px;
z-index:999;
}

#fontcontrol a {
	display:inline-block;
	color:#fff;
	border:1px solid rgba(255, 255, 255, 0.5);
	padding:0 5px;
	width:35px;
	text-align:center;
	border-radius:4px;
}



.nav > li > a:hover, .nav > li > a:focus, .nav > li > .menuactive {
    text-decoration: none;
    background-color:rgba(255, 255, 255, 0.5);
	border-radius:5px;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #0e4273;
  font-family:'Merriweather', serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}


h4 {
	font-size:1.3em;
}

::-webkit-selection {
  color: #fff;
  background: #1d2f3b;
}

::-moz-selection {
  color: #fff;
  background: #1d2f3b;
}

::selection {
  color: #fff;
  background: #1d2f3b;
}

.budde-nav .top-menu {
  padding: 12px 0;
  width: 100%;
  float: left;
  position: fixed;
  z-index:990;
}
.budde-nav .top-menu:before {
  position: absolute;
  min-height:60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: #0e4273;
}
.budde-nav #budde-logo {
  font-size: 50px;
  margin: 0;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: table;
  position: relative;
    margin-top:60px;
}
.budde-nav #budde-logo h1 {
  font-family: 'Merriweather', serif !important;
  font-size: 50px;
  margin-bottom: 0;
  width: inherit;
  width: 150px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  line-height: 32px;
  position: relative;
}

.budde-nav #budde-logo img {
	width:200px;
	height:auto;
}

.budde-nav #budde-logo a span {
  color: #1d2f3b;
}
.budde-nav #budde-logo a small {
  font-family: "Josefin Slab", Arial, serif;
  font-size: 12px;
}
.budde-nav a {
  padding: 5px 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .budde-nav .menu-1 {
    display: none;
  }
}
.budde-nav .menu-2 {
  padding: 2em 0;
}
.budde-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.budde-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 700;
}
.budde-nav ul li a {
  font-size: 14px;
  padding: 5px 10px;
  margin:0 5px;
  color: #eaf2f5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.budde-nav ul li a:hover, .budde-nav ul li a:focus, .budde-nav ul li a:active {
  color: #fff;
}
.budde-nav ul li.has-dropdown {
  position: relative;
}
.budde-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.budde-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.budde-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.budde-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.budde-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.budde-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.budde-nav ul li.has-dropdown:hover a, .budde-nav ul li.has-dropdown:focus a {
  color: #000;
}
.budde-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.budde-nav ul li.btn-cta a span {
  background: #1d2f3b;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.budde-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.budde-nav ul li.active > a {
  color: #000 !important;
  position: relative;
}
.budde-nav ul li.active > a:before {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  content: '';
  width: 40%;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.budde-nav .budde-social-icons {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .budde-nav .budde-social-icons {
    text-align: left;
  }
}
.budde-nav .budde-social-icons li a {
  padding: inherit;
  padding-left: 5px;
  padding-right: 5px;
}
.budde-nav .budde-social-icons li a i {
  font-size: 26px;
  color: #0e4273;
}

#karte {
  width: 100%;
  height: 380px !important;
  line-height:1.1;
  text-align:left;
}

#karte td {
	text-align:left;
}

#karte strong a {
	font-size:16px;
	color:#0e4273;
}

.budde-bg-section {
  background: rgba(29, 47, 59, 0.03);
}

#budde-about,
#budde-content,
#budde-started,
#budde-blog,
#budde-blog-popular,
#budde-contact,
#budde-footer {
  padding: 0;
  clear: both;
}


.budde-no-pd-top {
  padding-top: 1.5em !important;
}

#budde-blog-popular {
  padding-bottom: 0 !important;
}
#budde-blog-popular .budde-blog {
  margin-bottom: 0;
}

.budde-social-icons {
  margin: 0;
  padding: 0;
}
.budde-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.budde-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0e4273;
  padding-left: 10px;
  padding-right: 10px;
}
.budde-social-icons li a i {
  font-size: 20px;
}

.budde-heading {
  margin-bottom: 2em;
  position: relative;
}

.budde-heading h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size:1.5em;
  font-family: 'Merriweather', serif;
}
.budde-heading h2 span {
  padding: 20px 30px;
  #border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 4;
  position: relative;
  #border-radius:5px;
}
.budde-heading h2 span:after {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  border-radius:5px;
}
.budde-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.budde-heading.budde-heading-sidebar {
  margin-bottom: 2em;
}
.budde-heading.budde-heading-sidebar:before {
  top: 20px;
}
.budde-heading.budde-heading-sidebar h2 {
  font-size: 30px;
}
.budde-heading.budde-heading-sidebar h2 span {
  padding: 10px 20px;
  border: 1px solid #000;
  z-index: 8;
  position: relative;
}


.insta {
  height: 350px;
}

.budde-content {
  text-align: center;
  margin-bottom: 30px;
}
.budde-content img {
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.budde-content h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.budde-content p {
  margin-bottom: 30px;
}
.budde-content .role {
  color: gray;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

#budde-footer {
  background: #fff;
}
#budde-footer .budde-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #budde-footer .budde-footer-links {
    margin-bottom: 30px;
  }
}
#budde-footer .budde-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#budde-footer .budde-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#budde-footer .budde-footer-links li a:hover {
  text-decoration: underline;
}
#budde-footer .budde-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #budde-footer .budde-widget {
    text-align: left;
  }
}
#budde-footer .budde-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#budde-footer .copyright .block {
  display: block;
}



#budde-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #0e4273;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #budde-offcanvas {
    display: block;
  }
}
.offcanvas #budde-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#budde-offcanvas a {
  color: #fff;
}
#budde-offcanvas a:hover {
  color: #88c6de;
}
#budde-offcanvas ul {
  padding: 0;
  margin: 0;
}
#budde-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#budde-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#budde-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#budde-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#budde-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}


.budde-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 8px !important;
}
.budde-nav-toggle.active i::before, .budde-nav-toggle.active i::after {
  background: #444;
}
.budde-nav-toggle:hover, .budde-nav-toggle:focus, .budde-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.budde-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #88c6de;
  transition: all .2s ease-out;
}
.budde-nav-toggle i::before, .budde-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.budde-nav-toggle.budde-nav-white > i {
  color: #fff;
  background: #fff;
}
.budde-nav-toggle.budde-nav-white > i::before, .budde-nav-toggle.budde-nav-white > i::after {
  background: #fff;
}

.budde-nav-toggle i::before {
  top: -7px;
}

.budde-nav-toggle i::after {
  bottom: -7px;
}

.budde-nav-toggle:hover i::before {
  top: -10px;
}

.budde-nav-toggle:hover i::after {
  bottom: -10px;
}

.budde-nav-toggle.active i {
  background: transparent;
}

.budde-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.budde-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.budde-nav-toggle {
  position: fixed;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .budde-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Josefin Slab", Arial, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #1d2f3b;
  color: #fff;
  border: 2px solid #1d2f3b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #253d4c !important;
  border-color: #253d4c !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #1d2f3b;
  border: 2px solid #1d2f3b;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #1d2f3b;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #1d2f3b;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.col-padded-right {
  padding-right: 2em !important;
}
@media screen and (max-width: 768px) {
  .col-padded-right {
    padding-right: 15px !important;
  }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.budde-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../uploads/images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.autolightbox img {
	display:block;
	min-width:100px;
	max-width:600px;
	width:100%;
}


.team dd {
	font-size:0.7em;
	text-decoration:none !important;
}

.team img {
	display:block;
	min-width:100px;
	max-width:300px;
	width:100%;
}