
*{padding: 0;
    margin:0;
    box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

@font-face{
  font-family:'Open Sans',sans-serif;
  src:local('Open Sans')
  url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
  font-family:'Open Sans',sans-serif;
  src:local('Open Sans')
  url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

.background{
    background-color: rgba(255, 255, 255, 10);
    width: 100%;
   
}


.row{
    width: 100%;
    
}

.container{
  max-width: 1500px;
  margin: auto;
}

.content{
    padding: 3rem;
    font-family: 'Open Sans', sans-serif;
    width: 100%;    
}

.content_logo{
    height: 102px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;  
    display: flex;
    justify-content: flex-start;
    align-items: center;
    }

.menu-wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }

.content_header{
    width: 100%;
}

.navigation{
    width: 100%;
    height: 102px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 2rem;
    }



span{
    display: inline-block;
}


.logo{
  height: 60px;
  margin-top: 5px;
  width: auto;
}


.menubar{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}



li{
    list-style-type: none;
    margin-left: 1.5vw;
    display: block;
    font-size: 1.8rem;
    color: #c1272d;
}


.header-image{
    width: 100%;
}

/*Links*/
a{
    text-decoration: none;
    color: #c1272d;
    
}

a:hover{
    color: #666666;
    text-decoration: none;
}

.beitragsbild{
    width: 100%;
}

table{
    font-size: 0.8rem;
}

td{
    padding-right: 3rem;
    width: auto;
    text-align: left;
}

.galery_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}




.gallery-img{
    width: 100%;
}


.freizeit-img{
    position: relative;
    width: 100%;
    padding-top: 2rem;
    display: block;
}

.content_freizeit{
    position: absolute;
    display: inline-block;
    bottom: 5rem;
    left: 5rem;
    padding: 2rem;
    font-family: 'Open Sans', sans-serif;
    width: auto;
    background-color: rgba(255,255,255,10);
    border-radius: 8px;
}

body{
    background-image: url('../images/background_1.jpg');
    background-attachment: fixed;
    overflow: auto;
}

.footer-text{
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;

}

.footer-nav li{
    font-size: 1.2rem;
    margin:0;
    padding-left: 2rem;
}



.siegel{
    width: 70%;
    padding:1rem;
}

.flex-middle{
    display: flex;
    justify-content: center;
    align-items: center;
}

a{ 
    font-family: 'Open Sans', sans-serif;
    
}

.agb ul li {
  font-size: 1rem;
  padding-bottom: 1rem;
}

h1{
    font-family: 'Open Sans', sans-serif;
    color: #c1272d;
    font-size: 2rem;
    text-align: start;
}

iframe{
  width: 100%;
  height: 600px;
  margin-bottom: 3rem;
}

@media (min-width: 250px) and (max-width: 699px){

  iframe{
    width: 100%;
    height: 400px;
    margin-bottom: 3rem;
  }

    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }

    h2{
        font-size: 2rem;
    }

    .galery{
        width: 100;
        height: 100%;
        margin-top: 1rem;  
        margin-bottom: 1rem; 
        display: inline-block;
    }
    
    td{
        padding-right: 3rem;;
    }

    .btn-danger{
        width: 100%;
    }

    .content{
      padding: 1rem;
    }

    .content_footer{
        width: 100%;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-nav li{
        padding-right:1rem;
        padding-left:0;
    }

    ul{
        margin-bottom: 0;
    }

    .desktop{
        display: none;
    }

    .nav-desktop{
        display: none;
    }

    .logo-header-desktop{
      display: none;
    }

    .freizeit-img{
        width: 100%;
        display: block;
        position: relative;
        padding:0;
    }

    .freizeit-box{
        width: 100%;
        display: inline-block;
    }

    .freizeit-textbox{
        position: absolute;
        bottom:5rem;
        left: 4rem;
        background-color: rgba(255, 255, 255, 10);
        border-radius: 5px;
        padding:0.5rem 1rem 0.2rem 1rem;
    }

    .content_header{
        position: relative;
    }

    

    .logohintergrund{
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 2rem;
        left:3rem;
        
        padding:20px;
        background-color: #ffffff;
    }

    .navbar-brand{
        display: none;
    }

    .mobile{
        margin: 10% 0 10% 0;
    }


    .nav-item{
        padding-left:3rem;
    }
    .siegel{
      width: 45%;
      padding:1rem;
  }
    .navbar-toggler{
      margin-right: 2%;
      color: black;
      border: none;
      
    }
   
    .wohnzimmer{
      position: absolute;
      color: #c1272d;
      font-size: 1rem;
      bottom: 10%;
      left: 5%;
    }
    .schlafzimmer-1{
      position: absolute;
      color: #c1272d;
      font-size: 1rem;
      top: 5%;
      right: 5%;
    }
    .schlafzimmer-2{
      position: absolute;
      color: #c1272d;
      font-size: 1rem;
      bottom: 10%;
      right: 5%;
    }
    .bad{
      position: absolute;
      color: #c1272d;
      font-size: 1rem;
      top: 5%;
      left: 5%;
    }
    .toilette{
      position: absolute;
      color: #c1272d;
      font-size: 1rem;
      top: 5%;
      left: 39%;
    }
    .kueche{
      position: absolute;
      color: #c1272d;
      font-size: 1rem;
      top: 35%;
      left: 5%;
    }
    .flur{
      position: absolute;
      color: #c1272d;
      font-size: 1rem;
      bottom: 45%;
      left: 50%;
    }
    
    .infotext{
      color: #c1272d;
      margin-top: 1rem;
      font-size: 0.8rem;
    }

    .infotext_big{
      color: #c1272d;
      margin-top: 1rem;
      font-size: 1.5rem;
    }

    .table-text{
      font-size: 0.8rem;
    }

    .desktop-logo{
      display: none;
    }
    
    .logo-header{
      width: 160px;
      padding-top: 10px;
      padding-bottom: 5px;
      margin-left: 2rem;
    }

  }
  
  
  @media (min-width: 700px) and (max-width: 1199px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
   
    
    .navbar-brand{
        margin-left: 3rem;
        
    }
  
    a.nav-link{
      font-family: 'Open Sans', sans-serif;
      font-size: 2rem;
    }

    .galery{
        width: 48%;
        height: 100%;
        margin-top: 1rem;  
        margin-bottom: 1rem; 
        display: inline-block;
    }

    .btn-danger{
        width: auto;
    }

    .footer-nav{
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: row;
    }

    .content_footer{
        width: 100%;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .footer-nav li{
        padding-right:0;
        padding-left: 1rem;
    }
    
    td{
        font-size: 1.5rem;
    }


    .logohintergrund{
        display: none;
    }

    .br-links{
        display: none;
    }

    .wohnzimmer{
      position: absolute;
      color: #c1272d;
      font-size: 1.8rem;
      bottom: 10%;
      left: 5%;
    }
    .schlafzimmer-1{
      position: absolute;
      color: #c1272d;
      font-size: 1.8rem;
      top: 5%;
      right: 5%;
    }
    .schlafzimmer-2{
      position: absolute;
      color: #c1272d;
      font-size: 1.8rem;
      bottom: 10%;
      right: 5%;
    }
    .bad{
      position: absolute;
      color: #c1272d;
      font-size: 1.8rem;
      top: 5%;
      left: 5%;
    }
    .toilette{
      position: absolute;
      color: #c1272d;
      font-size: 1.8rem;
      top: 5%;
      left: 39%;
    }
    .kueche{
      position: absolute;
      color: #c1272d;
      font-size: 1.8rem;
      top: 35%;
      left: 5%;
    }
    .flur{
      position: absolute;
      color: #c1272d;
      font-size: 1.8rem;
      bottom: 45%;
      left: 50%;
    }

    .infotext{
      color: #c1272d;
      margin-top: 1rem;
    }

    .infotext_big{
      color: #c1272d;
      margin-top: 1rem;
      font-size: 2rem;
    }

    #willkommen{
      margin-top: 5%; 
    }

    p{
      font-size: 1.5rem;
    }

    .imprint p{
      font-size: 1rem;
    }

    .nav-desktop{
      display: none;
    }
    
    .logo-header-desktop{
      display: none;
    }

    .desktop{
      display: none;
    }

    .freizeit-img{
      width: 100%;
      display: block;
      position: relative;
      padding:0;
  }

  .freizeit-box{
      width: 100%;
      display: inline-block;
  }

  .freizeit-textbox{
      position: absolute;
      bottom:5rem;
      left: 4rem;
      background-color: rgba(255, 255, 255, 10);
      border-radius: 5px;
      padding:0.5rem 1rem 0.2rem 1rem;
  }

  .desktop-logo{
    display: none;
  }

  	.logo-header{
      width: 200px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-left: 4rem;
    }
   
  }
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
   
    
    .navbar-brand{
        margin-left: 3rem;
        
    }
  
    a.nav-link{
      font-family: 'Open Sans', sans-serif;
      font-size: 1.5rem;
    }

    .galery{
        width: 32%;
        height: 100%;
        margin-top: 1rem;  
        margin-bottom: 1rem; 
        display: inline-block;
    }

    .btn-danger{
        width: auto;
    }

    .footer-nav{
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: row;
    }

    .content_footer{
        width: 100%;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .footer-nav li{
        padding-right:0;
        padding-left: 1rem;
    }
    
    td{
        font-size: 1.5rem;
    }

    .mobile{
        display: none;
    }
    .mobile-nav{
        display: none;
    }

    .logohintergrund{
        display: none;
    }

    .br-links{
        display: none;
    }

    .wohnzimmer{
      position: absolute;
      color: #c1272d;
      font-size: 2rem;
      bottom: 10%;
      left: 5%;
    }
    .schlafzimmer-1{
      position: absolute;
      color: #c1272d;
      font-size: 2rem;
      top: 5%;
      right: 5%;
    }
    .schlafzimmer-2{
      position: absolute;
      color: #c1272d;
      font-size: 2rem;
      bottom: 10%;
      right: 5%;
    }
    .bad{
      position: absolute;
      color: #c1272d;
      font-size: 2rem;
      top: 5%;
      left: 5%;
    }
    .toilette{
      position: absolute;
      color: #c1272d;
      font-size: 2rem;
      top: 5%;
      left: 39%;
    }
    .kueche{
      position: absolute;
      color: #c1272d;
      font-size: 2rem;
      top: 35%;
      left: 5%;
    }
    .flur{
      position: absolute;
      color: #c1272d;
      font-size: 2rem;
      bottom: 45%;
      left: 50%;
    }

    .infotext{
      color: #c1272d;
      margin-top: 1rem;
    }

    .infotext_big{
      color: #c1272d;
      margin-top: 1rem;
      font-size: 2rem;
    }

    #willkommen{
      margin-top: 5%; 
    }

    p{
      font-size: 1rem;
    }

    .willkommen{
      display: none;
    }

    .table-text{
      font-size: 1.5rem;
    }

    .logo-header-desktop{
      position: absolute;
      top: 3rem;
      left: 11vw;
      background-color: rgba(255, 255, 255, 10);
      display: inline-block;
      width: auto;
      height: auto;
      padding:2rem;
      border-radius: 8px;
    }


    .content_header{
      width: 100%;
      position: relative;
  }

  }
 

  p{
    word-wrap: break-word;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url('../images/hamburger_1.svg')
  }

  .map{
    width: 100%;
    height: 100%;
    position: relative;
  }


h3{
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  margin-bottom: 1rem;
}

h2{
  font-family: 'Open Sans Bold', sans-serif;
}

