body,
html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, .zhcal_btn {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

.siteWrapper {
	overflow-x: hidden;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: teal!important; }

hr.light, .zhcal_btn, .zhcal_submit {
  border-color: #fff; }

a{
  color: teal;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
   color: teal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.bg-primary {
    background-color: #F05F40 !important;
}

.bg-dark {
    background-color: #212529 !important;
}


/*! Alternative Farbe Test  #CDAA94*/

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-infobrown {

    background-color: #CDAA94 !important;
}

.bg-grey {
    background-color: #868e96 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

/*Test Farben*/

.bg-button {
    background-color: teal !important;
}

.bg-green {
    background-color: #00bfbf !important;
}

.bg-alter {
    background-color: #17a2b8 !important;
}

.bg-headline_green {
    background-color: #009999!important;
}

.bg-grey_green {
    background-color: #adddcf !important;
}

.bg-strong_green {
    background-color: #8ac5c3 !important;
}

.bg-picture_green {
    background-color: #d0e6e3!important;
}


/*Teste*/
.gutter-box{
	margin-bottom: 30px;
}

.gutter-top-box{
	margin-top: 15px;
}

div.ie-height-helper{
	margin-top: 15vh !important;
}

.btn-light{
     background-color: #d0e6e3 !important;
}

section {
    padding: 8rem 0;
}

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: #fff;
  background: #fff;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #fff;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #212529; }

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: teal;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: teal; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: teal; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: teal !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #fff; }
      #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff; }
        #mainNav.navbar-shrink .navbar-brand {
          color: teal; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: teal; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #212529; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: teal; } }

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
	margin-bottom: 0px;
	margin-top: 8px;
}

header.masthead p {
    font-weight: 300;
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    header.masthead p {
      font-size: 1.15rem;
	}

	div.ie-height-helper {
		margin-top: 1vh !important;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    header.masthead p {
      font-size: 1.15rem;
	}

	div.ie-height-helper {
		margin-top: 9vh !important;
	}
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    header.masthead p {
      font-size: 1.15rem;
	}

	div.ie-height-helper {
		margin-top: 3vh !important;
	}

}

@media screen and (min-width: 768px) and (orientation: landscape) {
    header.masthead p {
      font-size: 1.15rem;
	}

	div.ie-height-helper {
		margin-top: 15vh !important;
	}
}

@media screen and (min-width: 992px) and (orientation: portrait) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0;
	}
      header.masthead h1 {
        font-size: 3rem;
		margin-bottom: 0px;
	    margin-top: 8px;
	}

	div.ie-height-helper {
		margin-top: 3vh !important;
	}
}

@media screen and (min-width: 992px) and (orientation: landscape) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0;
	}
      header.masthead h1 {
        font-size: 3rem;
		margin-bottom: 0px;
	    margin-top: 8px;
	}

	div.ie-height-helper {
		margin-top: 15vh !important;
	}
}

@media screen and (min-width: 1200px) {
    header.masthead h1 {
      font-size: 4rem;
	  margin-bottom: 0px;
	  margin-top: 8px;
	}

	div.ie-height-helper {
		margin-top: 15vh !important;
	}
}

.service-box {
  max-width: 400px; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(102, 153, 153, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.text-primary{
  color: teal !important; }

.btn, .zhcal_submit {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 300px !important;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important; }

.btn-xl{
  padding: 1rem 2rem !important; }

.btn-primary, zhcal_submit {
  background-color: teal !important;
  border-color: teal !important; }

/*Button Anfrage Senden Farbe*/
.zhcal_submit{
   background-color: teal !important;
       /*Button Absenden*/
    /*color: teal !important;*/
}

.zhcal_btn {

    background-color: #d0e6e3 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 300px !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 1.5rem !important;
    color: black!important;
    border-color: #d0e6e3!important;
    border-radius: 300px !important;
}

.zhcal_buchungcont, .zhcal_open{
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    background-color: #d0e6e3 !important;

}

.zhcal-root, .h3{
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

/*Vor und zurück abgerundet dargestellt*/
.zhcal_nav, .zhcal_before, .zhcal_after{
    border-radius: 15px !important;
}

/*Eingabefelder sind Abgerundet*/
#zhcal-root div.zhcal_form div.zhcal_half div.zhcal_section textarea, #zhcal-root div.zhcal_form div.zhcal_half div.zhcal_section input[type="text"], #zhcal-root div.zhcal_form div.zhcal_half div.zhcal_section input[type="password"], #zhcal-root div.zhcal_form div.zhcal_half div.zhcal_section input[type="file"], #zhcal-root div.zhcal_form div.zhcal_half div.zhcal_section select, #zhcal-root div.zhcal_form div.zhcal_third div.zhcal_section textarea, #zhcal-root div.zhcal_form div.zhcal_third div.zhcal_section input[type="text"], #zhcal-root div.zhcal_form div.zhcal_third div.zhcal_section input[type="password"], #zhcal-root div.zhcal_form div.zhcal_third div.zhcal_section input[type="file"], #zhcal-root div.zhcal_form div.zhcal_third div.zhcal_section select{

    border-radius: 15px !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}


/*Kalender mit Rundungen*/
.zhcal_month{
    color: teal !important;
    border-radius: 15px !important;

}

/*Eingabemaske mit Rundungen*/
.zhcal_buchungcont, .zhcal_open{
    border-radius: 15px !important;
}

/*Reserviert, Belegt in Rund*/
.zhcal_info{
    border-radius: 15px !important;
}

.zhcal_reserved{
    background-color: #d0e6e3 !important;
}

.zhcal_blocked, zhcal_after{
    background-color: #0099CC !important;
}


/*Belegt, reserviert + im Kalender alles Rund*/
/*.zhcal_blocked, .zhcal_reserved{
     border-radius: 15px !important;
}*/


/*Map .css*/

#map {
  height: 95%;
    overflow: hidden;
    /*Runde Ecken der Map
    border-radius: 15px !important;
    */

}
/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/*Tabelle mit Preisen*/

  table.GeneratedTable {

  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;

  border-color: #868e96;
  border-style: solid;
  color: #000000;

}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: black;
  border-style: solid;
  padding: 3px;


}

table.GeneratedTable th {
    color: #fff!important;

}

table.GeneratedTable thead {
  background-color: teal;
    border-radius: 15px!important;
}

/*Tabelle Test Anzeige übersicht*/

  table.GeneratedTable_2 {

  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;

  border-color: #868e96;
  border-style: solid;
  color: #000000;

}


table.GeneratedTable_2 td, table.GeneratedTable_2 th {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  padding: 3px;
}

table.GeneratedTable_2 th {
    color: black;

}

table.GeneratedTable_2 thead {
  background-color: teal ;
    border-radius: 15px!important;
}


	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

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

		html, body {
			min-width: 320px;
		}

	}


/*
    text-align: center !important;
    font-size: 22px !important;
    color: black !important ;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    border: solid !important;
    border-color: cadetblue!important;
    border-radius: 300px !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important


}

    padding: 2rem 2rem 2rem 2rem !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 3.5 !important;
    color: black !important ;
    background-color: floralwhite !important;
*/




/*TEST Button CalerdarAPP




.zhcal_submit{
    background-color: #F05F40 !important;
  border-color: #F05F40 !important;
color: black !important;

}

#zhcal-root.id_4d0b954f0bef437c29dfa73fafdf3fa5_de a.zhcal_submit{
    background-color: #F05F40 !important;
  border-color: #F05F40 !important;
color: black !important;
}
  */

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: teal !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255, 0.5) !important; }

