
/* Typografie */

body {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Serif', serif;
	color: #f39433;
	position: relative;
	margin-bottom: 0.5em;
	word-wrap:break-word;
 }

h1 {
	font-size: 2.7em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.5em;
}

h6 {
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color: #f39433;
	font-weight: 500;
}

a {
	color: #f39433;
	text-decoration: none;
}

a:hover {
	color: #f39433;
	text-decoration: underline;
}

.middle {
	font-size: 0.9em;
}

.white {
	color: #fff;
}

.divider {
	position: relative;
	margin-top:-30px;
	margin-bottom:30px;
	height: 1px;
}

.div-transparent:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f39433;
}

.div-flower:after {
	bottom: -95px;
    content: url(../images/blume-illustration-einzen.svg);
    transform: scale(.15);
    height: 190px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 220px;
    z-index: 1;
    padding: 20px;
	background: #f7eae3;
}

strong {
	font-weight: 600;
}

/*Buttons*/
.btn, .btn-primary {
	color: #fff;
	background: #f39433;
	border: none;
	border-radius: 0px;
}

.btn:hover, .btn:focus, .btn:active {
	color: #f39433!important;
	background: transparent!important;
	border: 1px solid #f39433!important;
	box-shadow: none!important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #f39433!important;
	background: transparent!important;
	border: 1px solid #f39433!important;
	box-shadow: none!important;
}


/* Navigation*/
.contact {
    text-align: right;
    font-size: 0.8em;
  }

  .contact a {
    padding-left: 20px;
    font-weight: bold;
    color: #f39433;
  }
  
  
/*Navbar*/ 
.bg-light {
    background-color: #fff!important;
    box-shadow: 0px 10px 15px #99999930;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f39433;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #f39433;
}

.navbar-light .navbar-nav .nav-link {
    color: #666;
	font-weight: 600;
	font-family: 'Roboto Sans', sans-serif;
	font-size: 1em;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
	box-shadow: 1px 1px 10px #999;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
	color:#f39433;
	background: transparent;
}

/*Listen*/

.list a {
	color: #333;
	text-decoration: none;
}

.list a:hover {
	color: #333;
	text-decoration: underline;
}

.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list li {
  padding-left: 1.2em;
  text-indent: -0.6em;
}


.list li::before {
  content: "\25A0"; 
  color: #f39433; 
  display: inline-block;
  width: 0.6em;
  line-height: 180%;
}

.list-2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-2 li {
  padding-left: 2.3em;
  text-indent: -0.4em;
}


.list-2 li::before {
  content: "\25AA"; 
  color: #f39433; 
  display: inline-block;
  width: 0.4em;
  line-height: 180%;
}

/* Footer */

footer p,
footer a {
	font-size: 0.9em;
	font-weight: normal;
}


footer .list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

footer .list-unstyled li {
  padding-left: 1.2em;
  text-indent: -0.6em;
}

footer .list-unstyled li::before {
  content: "\25A0"; 
  color: #fff; 
  display: inline-block;
  width: 0.6em;
  line-height: 180%;
}

footer .list-unstyled a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

footer .list-unstyled a:hover {
	color: #333;
	text-decoration: underline;
}

.footer-small a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.footer-small a:hover {
	color: #f39433;
}

footer a {
	font-size: 1em;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

footer a:hover {
	color: #333;
	text-decoration: underline;
}

#sidemenu .list-unstyled li::before {
  content: "\25A0"; 
  color: #f39433; 
  display: inline-block;
  width: 1em;
  line-height: 180%;
}

#sidemenu .list-unstyled a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#sidemenu .list-unstyled a:hover {
	color: #333;
	text-decoration: underline;
}

/*Gallery*/

.gallery-block a::after {
    border: 1px solid #fff;
    bottom: 30px;
    content: "";
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
}

.gallery-block:hover a::after {
    opacity: 1;
}

.gallery-block a {
    display: inline-block;
}

.gallery-block {
    overflow: hidden;
}

/*Testimonial Slider Control*/

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f39433;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/*Back to top*/
#button {
  display: inline-block;
  background-color: #f39433;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 1px 1px 5px #999;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #f3ac64;
 }
#button:active {
  background-color: #f3ac64;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#carouselExampleControls {
	 box-shadow: 0px 1px 20px #999;
	}

/*Media Queries*/
@media (max-width: 1024px) {
	footer .list-unstyled {
  	margin-bottom: 1em;
}
}

@media (max-width: 576px) {
  .flower-illustration {
	  display: none;
	}
	
	#carouselExampleControls {
	  display: none;
	}
	
	#sidemenu {
	  display: none;
	}
	
	div .text-right p.footer-small {
		text-align: left!important;
	}
	
	footer .list-unstyled {
  	margin-bottom: 1em;
}
	
	h1 {
		font-size: 2.3em;
	}
	
	h2 {
		font-size: 1.7em;
	}
	
	/*Back to top*/
#button {
  display: inline-block;
  background-color: #f39433;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 1px 1px 5px #999;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #f3ac64;
 }
#button:active {
  background-color: #f3ac64;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.contact {
	text-align: left;
	padding: 10px;
}

.contact a {
	text-align: left!important;
}

 .contact a::before {
            content: "\A";
            white-space: pre;
 }
}