body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    background-color: #d9c09e;
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual; 
}

header {
    height: 100vh;
    width: 100%;
    padding: 0;
    background-image: url("../img/IMG_liebenstein_haus.jpg");
    background-size:cover;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: 100%;
}

.img-width {
    max-width: 1536px;
    margin: 0 auto;
}

section {
    margin: 0;
    padding: 0;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amatic SC', cursive;
    color: #614229;
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 0;
}

.headline {
    font-family: 'Amatic SC', cursive;
    color: #614229;
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 0;
}

.fliess-text {
    font-family: "Montserrat", sans-serif;
    color: #614229;
    font-size: 17px;
    margin: 0;
    line-height: 20px;
}

.white-background {
    background-color: #fff;
}

.container-logo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-img {
	width: 1000px;
	max-width: 100%;
}

.btn {
    min-width: 15em;
    color: #fff;
    background: #614229;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 20px;
}

.btn-impr {
    min-width: 15em;
    padding: 10px 20px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    border: 1px solid #614229;
    color:#614229;
    background: #fff
}

.btn-impr:hover {
    background: #d9c09e;
    color: white;
    border: 1px solid #d9c09e;
}

.btn-light {
    background: #fff;
    color: white;   
    border: 1px solid #614229;
    color:#614229;
}

.btn:hover {
    background: #d9c09e;
    color: white;
}

.button-positioning {
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.text-kasten {
    margin-left: 45px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    align-self: center;
    max-width: 35em;
}

.opacity-background {
    background: rgba(255,255,255,1);
    padding: 30px;
    min-width: 203px;
}

.text-kasten-rechts {
    right: 0;
    margin-right: 45px;
    max-width: 35em;
}

.kasten-braun {
    margin: 0;
    padding: 0;
    background-color: #d9c09e;
    position: relative;
}

.kasten-img {
    margin: 0;
    padding: 0;
    position: relative;
}

.img-filter {
    max-width: 100%;
    max-height: auto;
        filter: gray;
        -webkit-filter: grayscale(1);
        -webkit-transition: all .6s ease-in-out;
    min-height: 250px;
    object-fit: cover;
}

.img-filter:hover {
        -webkit-filter: none;
	}

.text-center {
    text-align: center;
    padding: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.btn-centered {
    text-align: center;
}

.icons-footer {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
    background-color: #614229;
}

.f-icon-position {
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
}

.link {
    transition: all .3s ease-in-out;
}

.link:hover { 
    transform: scale(1.1);
}

.font-white {
    color: #fff;
}

.icon-contact {
    margin-top: 50px;
}

.icon-sections {
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
}

.icon-size {
    height: 50px;
    width: 50px;
}

.icon-size-f-text {
    height: 100px;
}

.img-bread-border {
    height: 100%;
    width: 100%;
    background-color: white;
}

.margin-text {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-05em-bottom {
    margin-bottom: 7px;
    padding-right: 45px;
    padding-left: 45px;
}

.margin-2em-bottom {
    margin-bottom: 20px;
}

.margin-2em-top {
    margin-top: 20px;
}

.position-relative {
    position: relative;
}

.link-modal {
    cursor: pointer;
    color: #614229;
    text-decoration: none;
}

.link-modal:hover {
    color: #ecdfce;
    text-decoration: none;
}

table {
    margin: 0 auto;
}

td, th {
    text-align: left;
    padding: 10px;
}

tr:nth-child(even) {
    background-color: rgba(217,192,158,.13);
}

.text-size-small {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #614229;
    margin: 0;
    line-height: 15px;
    margin-bottom: 20px
}

.max-width-text {
    max-width: 400px;
}

@media screen and (max-width: 991px) {
    header {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 991px) {
    .opacity-background {
        background: rgba(255,255,255,.9);
        border-top: 7px solid #d9c09e;
    }
}

@media screen and (max-width: 991px) {
	.img-filter {
        filter: none;
    }
}

@media screen and (max-width: 991px) {
    .hidden-xs {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
	.align-right-tablet {
		float: right;
	}
	.align-left-tablet {
		float: left;
	}
}

@media screen and (max-width: 767px) {
	.centered-mobile {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
    .opacity-background {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .headline, h1, h2, h3, h4, h5, h6 {
        font-size: 45px;
    }
}

@media screen and (max-width: 600px) {
    .fliess-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 400px) {
    .headline, h1, h2, h3, h4, h5, h6 {
        font-size: 34px;
    }
}

@media screen and (max-width: 400px) {
    .fliess-text {
        font-size: 15px;
    }
}
/*Cookies*/



    #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;

      width: 100%;
      height: 100vh;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: rgba(97,66,41,0.5);
  
      color: #fff;
    }

    #footer-cookie a {
      color: #fff;
    }
.dunkel {
      background: #614229;
      opacity:0.9;
    Padding:1.5em 1.5em 3em 1.5em;
    font-size:1.5em;
    line-height: 1.3em;
    
}

 #description {
      margin:60vh auto;
        width:50%;
        height:50vh;
     text-align: center;
     
    }
#description a {
    color: #d9c09e;
    text-decoration: none;
    
}
#description a:hover {
    color: #ffffff;
    
}


    #accept {
      float: right;
    }

   #accept a {
      border: 1px solid #fff;
      margin-top:1em;
      padding: 5px 10px;
      text-decoration: none;
      color: #d9c09e;
       
    }
#accept a:hover {
      color:fffffff;
    
}

    @media (max-width: 1200px) {


    #description {
        width: 100%;
        margin-top:20vh;
      }

     #accept {
        width: 100%;
        margin-top: 15px;
      }

     #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
        
      .dunkel {

    Padding:1em 1em 5em 1em;

    
}

    }
