/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Roman.woff2') format('woff2'),
        url('../fonts/SourceSans3-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Italic.woff2') format('woff2'),
        url('../fonts/SourceSans3-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-BoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Black.woff2') format('woff2'),
        url('../fonts/SourceSans3-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-BlackItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Bold.woff2') format('woff2'),
        url('../fonts/SourceSans3-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-LightItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Light.woff2') format('woff2'),
        url('../fonts/SourceSans3-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Italic.woff2') format('woff2'),
        url('../fonts/SourceSans3-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Medium.woff2') format('woff2'),
        url('../fonts/SourceSans3-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-ExtraLight.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Regular.woff2') format('woff2'),
        url('../fonts/SourceSans3-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSans3-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-ExtraBold.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-MediumItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



html,
body {
    width: 100%;
    height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, a,li {
    font-family: "Source Sans 3","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
a:focus {
  outline: none;
}

.portrait-image img {
    width: 30vw;
    max-width: 300px;
    border-radius: 200px;
    margin: 20px auto;
    margin-left: 5vw;
}
.portrait-image{
    float: right;
}

.text-vertical-center {
    display: table-cell;
    text-align: left;
    vertical-align: middle; 
}
.text-vertical-center div {
    width: 80vw;
    margin:auto;
}
.text-vertical-center h1 { 
    font-size: calc(50px + (80 - 50) * ((100vw - 700px) / (1600 - 700)));
    line-height: calc(55px + (88 - 55) * ((100vw - 700px) / (1600 - 700)));
    font-weight: 700;
    color: #e8f380;
    text-shadow: 1px 1px 14px rgba(61,63,33,0.87);
    margin-top: 10px;
    margin-bottom: 0px;
}

.text-vertical-center h3{
    color: white;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: calc(30px + (40 - 30) * ((100vw - 700px) / (1600 - 700)));
    line-height: calc(33px + (44 - 33) * ((100vw - 700px) / (1600 - 700)));

    text-shadow: 1px 1px 14px rgba(61,63,33,0.87);
}
.text-vertical-center span{
    color: white;
    font-size: calc(20px + (30 - 20) * ((100vw - 700px) / (1600 - 700)));
    line-height: calc(24px + (36 - 24) * ((100vw - 700px) / (1600 - 700)));
    text-shadow: 1px 1px 14px rgba(61,63,33,0.87);
}


h2 { 
    font-size: calc(30px + (40 - 30) * ((100vw - 700px) / (1600 - 700)));
    line-height: calc(33px + (44 - 33) * ((100vw - 700px) / (1600 - 700)));
    font-weight: 500;
}
/* Custom Button Styles */
.hp{ display: none; visibility: hidden;}
.btn-dark {
    margin: 20px 0;
    background-color: #e8f380;
    border-radius: 15px;
    color: black;
	border: 0px solid rgba(0,0,0,0.0);
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	outline:none;
    background-color: white;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-toggle {
    background-color: rgba(0,0,0,0.2);
    border-radius: 100px;
    color: #e8f380;
	border: 0px solid rgba(0,0,0,0.0);
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active {
	outline:none;
    background-color: #e8f380;
    color: black;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-light {
    border-radius: 30px;
    color: #fff;
    background-color: rgb(255,255,255,0.0);
	
	border: 1px solid rgba(0,0,0,0.0);
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #fff;
	
    border-radius: 30px;
    background-color: rgba(255,255,255,0.3);
	
	border: 1px solid rgba(0,0,0,0.0);
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: rgba(20,20,20,0.8);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #e8f380;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #e8f380;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
    font-size: calc(20px + (30 - 20) * ((100vw - 700px) / (1600 - 700)));
    line-height: calc(24px + (36 - 24) * ((100vw - 700px) / (1600 - 700)));
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/heilkurs-cover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    background-attachment: fixed;

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    min-height: 100vh; /* Full viewport height */
	
}

@media screen and (orientation: portrait) {
    .header {
        
background-attachment:scroll;
    }
  }
.container{
    width: 90vw;
    margin: 0 auto;
}

/* About */

.inhalte {
    padding: 50px 0 0 0;
    margin-top: -60px;
    background-image: url(../img/bg-content-top-white.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: inherit;
    position: relative;
}
.inhalte-body{
    background-color: white;
}


.about {
    padding: 50px 0 0 0;
    margin-top: 0px;
    background-image: url(../img/bg-content-top-green.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: inherit;
    position: relative;
}

.pflanzen {
    padding: 50px 0 0 0;
    margin-top: 0px;
    background-image: url(../img/bg-content-top-green2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: inherit;
    height: 60px;
}
.pflanzen2 {
    padding: 50px 0 0 0;
    margin-top: 0px;
    background-image: url(../img/bg-content-top-green3.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: inherit;
    height: 60px;
}
.pflanzen-body {
    padding: 0 0 0 0;
    margin-top: 0px;
    background-image: url(../img/bg-content-top-green4.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height:auto;
}
.pflanzen-body ul{
    list-style-type: none;
    list-style: none;
    text-align: center;
    padding-inline-start: 0px;
    font-weight: 500;
}
.pflanzen-body ul li{
    margin-bottom:10px;
    font-weight: 500;
}
.preis {
    padding: 50px 0 0 0;
    margin-top: 0px;
    background-image: url(../img/bg-content-top-green5.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: inherit;
    height: 60px;
}

.anmeldung {
    padding: 50px 0 0 0;
    margin-top: 0px;
    background-image: url(../img/bg-content-top-green6.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: inherit;
    height: 60px;
}
.anmeldung{
    background-color:white;
}
.about-body, .regine{
    background-color: #e0ebdd;
}
.preis-body{
    background-color: #8ebd89;
}
.preis-box{
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 400px;

    margin: 20px auto;
    border-radius: 20px;
    padding: 30px;
}

.preis-box2{
    background-image: url(../img/footer-cover3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-width: 550px;

    margin: 20px auto;
    border-radius: 20px;
    padding: 5vw;
}
.form-box{
    max-width: 550px;

    margin: 20px auto;
    border-radius: 20px;
    padding: 3vw;
    border: 5px solid #355;
}
input{
    border: 1px solid #355 !important;
}
.form-floating{
    margin-top: 15px;
    color: #8ebd89;
}
.preis-box2 h2{
    color: white;
    text-shadow: 1px 1px 14px rgba(61,63,33,0.87);
}
.preis-box2 li{
    color: #e8f380;
    text-shadow: 1px 1px 14px rgba(61,63,33,0.87);
    
}
.preis-box2 ul{

    padding-inline-start: 0px;
}
 .preis-box2 p{
    color: #8ebd89;
    text-shadow: 1px 1px 14px rgba(61,63,33,0.87);
}
.preis-titel{
    font-family: 'Source Sans 3';
    font-size: calc(20px + (30 - 20) * ((100vw - 700px) / (1600 - 700)));
    line-height: calc(24px + (36 - 24) * ((100vw - 700px) / (1600 - 700)));
    color: #355;
    font-weight: 400;
}

.preis-value{
    font-family: 'Source Sans 3';
    font-size: 40px;
    color: #355;
    font-weight: 700;
}

.preis-text{
    font-family: 'Source Sans 3';
    font-size: calc(12px + (20 - 12) * ((100vw - 700px) / (1600 - 700)));
    line-height: calc(14px + (22 - 14) * ((100vw - 700px) / (1600 - 700)));
    color: #355;
}
.about-body h2{
    margin: 0px 0px 25px 0;
}
.regine{
    padding: 0;
}
/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.callout2 {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/contact.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	text-align: end;
	padding-top: 275px;
}

.callout h1{ padding-top: 0px; color: 666;
			}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 100px 0;
}



.modal-fullscreen {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    position: relative;
    background-color: #e0ebdd;
    margin: 5vh auto;
    padding: 2vw 2vw;
    border: 0px solid #888;
    border-radius: 30px;
    width: 80%;
    height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    overflow: auto;
    animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.close {
    color: black;
    float: right;
    font-size: 50px;
    font-weight: 500;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
