/* raleway-200 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/raleway-v28-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-300 - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-regular - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
  /* raleway-500 - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  
* {
    margin: 0;
    padding: 0;
}
body, html {
    width:100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Raleway', Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight:300;
    font-size: 16px;
    
}
.frame{
    width:100%;
    height: auto;
    position: relative;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}
.header{
    position: relative;
    width:100%;
    height:100%;
    background:url(../images/bg/kiwi.JPG) center center;
    background-size: cover;
    box-shadow: 0 8px 30px darkgrey;
}
.overlay{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
h1{
    position: relative;
    top: 45%;
    font-weight: 200;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 2.4rem;
    text-align: center;
    color:white;
    z-index: 10;
}

.container {
    background-color: white;
    top:0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-bottom: 50px;
}
.row {
    width: 96%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*=col-] {
    float: left;
	word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col-1 {
    margin-top: 20px;
    width: 100%;
}
.col-2 {
    margin-top: 20px;
    width: 100%;
}
.col-3 {
    margin-top: 0px;
    width: 100%;
}
.center{
    text-align: center !important;
}
.red{
    color:rgb(168, 18, 18) !important;
}
.container h2, h3, h4 {
    margin:  20px;
    color: rgb(148, 85, 34);
    font-size: 1.8rem;
    font-weight: 200;
    text-align: center;
}
.container p {
    color: #5e5e5e;
    line-height: 1.7em;
    font-size: 1.1rem;
    font-style: normal;
    margin: 20px;
    font-weight: 300;
}
.container ul {
    color: #5e5e5e;
    line-height: 1.7em;
    font-size: 1.1rem;
    font-style: normal;
    margin: 20px;
    font-weight: 400;
}
.container ul li{
    list-style-type: none;
}
.container ul li::before{
    content: '\25B8 \2009';
  }

footer{
    height:auto;
    width:100%;
    position: relative;
    box-shadow: 0 0 20px darkgrey;
}
.footer h3{
    margin:  20px 0;
    color: rgb(148, 85, 34);
    font-size: 1.8rem;
    font-weight: 200;
    text-align: center;
}
.footer p {
    color: #5e5e5e;
    line-height: 1.7em;
    font-size: 1.1rem;
    font-style: normal;
    margin: 20px;
    font-weight: 300;
}
.footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.footimg1{
    background:url(../images/bg/footer.jpg) center bottom;
    background-size: 100%;
    min-height:400px;
}
.footimg2{
    background:url(../images/bg/footer2.jpg) center top;
    background-size: 100%;
    min-height:400px;
}
.footimg3{
    background:url(../images/bg/campen.jpg) center center;
    background-size: 100%;
    min-height:400px;
}
video{
    width:90%;
    height:auto;
    margin:10px 5%;
    border:none;
    border-radius:10px;
    box-shadow: 0 0 15px darkgrey;
}
.galerie{
    display: block;
    width:300px;
    height:300px;
    overflow: hidden;
    border-radius: 10px;
}
a img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*Bildergalerie*/
.bildergalerie{
    margin-inline:auto;
    width:min(95%,1200px);
    background-color:none;
    align-items: center;
    text-align: center;
    z-index: 1;
    padding-top:50px;
    padding-bottom:10px;
}

.bildergalerie .quadrat{
    display: inline-block;
    width:270px;
    height: 270px;
    overflow: hidden;
    margin: 10px 10px;
    background-color:none;
    border-radius: 3px;
}

.bildergalerie .rechteck{
    display: inline-block;
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin: 10px 10px;
    background-color:none;
    border-radius: 3px;
}

.bildergalerie a img {
    width:100%;
    height: 270px;
    object-fit: cover;
}

/*Trennlinie*/

.rowline{
    border: 0;
    height: 1px;
    z-index: 600;
    width:100%;
    clear:both;
    position: relative;
    top:30px;
    margin-bottom:30px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 3%), rgba(110, 110, 110 , 75%), rgba(0, 0, 0, 3%));
}
details{
    margin: 10px 20px 0 20px;
    box-shadow: 0 0 10px darkgrey;
    border-radius:10px;
}
details p{
    margin-top: 0 !important;
    position: relative;
    top:-10px;
}
summary {
    position: relative;
    left:0px;
    padding: 10px 10px;
    font-size: 1.4rem;
}
 
summary::marker {
    color: transparent;
}
summary:focus{
    outline:none;
}
summary::after {
    content:  "\276E";
    position: absolute;
    top:3px;
    right:10px;
    color: rgb(108, 108, 108);
    font-size: 35px;
    transition: all 0.5s;
    transform:rotate(90deg) scale(0.8);
}
    
details[open] summary::after {
    transform: translate(0px,0) rotate(270deg) scale(0.8);
}
/*Menu*/

nav {
    width: 100%;
    height: 1px;
    position: fixed;
    top:0;
    z-index: 1000;
}
input#hamburg {
    display: none;
}
label.hamburg {
    display: block;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: fixed;
    top: 5px;
    left: 20px;
    cursor: pointer;
    z-index: 600;
}
.line {
    position: absolute;
    left: 10px;
    height: 2px;
    width: 35px;
    background:white;
    border-radius: 2px;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.line:nth-child(1) {
    top: 17px;
}
.line:nth-child(2) {
    top: 27px;
}
.line:nth-child(3) {
    top: 37px;
}
#hamburg:checked+.hamburg .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
#hamburg:checked+.hamburg .line:nth-child(2) {
    opacity: 0;
}
#hamburg:checked+.hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}
#move {
    position: absolute;
    width: 100%;
    height: auto;

    top: 0;
    left: -105%;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    padding: 0;
    z-index: 500;
}
nav ul li{
    background: rgba(0,0,0,0.5);
}
nav li {
    width: 100%}
nav ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 20px;
    border-bottom: 1px #fff dotted;
    color: #fff;
    text-decoration: none;
}
nav a.active, nav a:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#hamburg:checked~#move {
    left: 0;
}
.mobil-menu {
    display: none;
}
table {
    border-collapse: collapse;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
  }

  th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

  th {
    background-color: #f2f2f2;
  }

@media (min-width:570px) {
    .container h2, h3, h4 {
        text-align: left;
    }
    video{
    width:50%;
    margin:10px 20px;
}

    
}

@media (min-width:840px){
        video{
    width:30%;
}
}

@media (min-width:1024px) {
    label.hamburg {
        display: none;
    }
    #move {
        position: fixed;
        top:0;
        left:0;
        background:rgba(0,0,0,0.5);
        height:55px;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    nav ul {
        background-color: none;
        float: none;
        margin: 0 15px 0 0;
    }

    nav ul>li {
        display: inline-block;
        padding: 18px 0px;
        width: auto;
        background:none;
        margin:0 0 0 -5px;
        border-right:solid 1px white;
    }
    nav ul li:last-child{
        border-right:none;
    }
    nav ul li a {
        display: inline;
        border-bottom: 0;
        color: #fff;
        font-size: 0.95rem;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 3px;
        font-weight: 400;
        padding: 18px 8px;
    }

    nav a.active, nav a:hover {
        background: #fff;
        color: #000;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    nav ul li ul {
        display: none;
        position: absolute;
        background: 0 0;
        z-index: 120;
    }
    nav ul>li>ul>li {
        display: block;
        padding: 0;
    }
    nav ul>li>ul {
        margin: 18px 0 0 0;
    }
    nav ul li:hover>ul {
        display: block;
    }
    nav ul>li>ul>li>a {
        display: block;
        background:rgba(0,0,0,0.5);
        border-bottom: 1px #fff dotted;
        -webkit-box-shadow: 0 5px 8px 0 rgba(50, 50, 50, .45);
        box-shadow: 0 5px 8px 0 rgba(50, 50, 50, .45);
        padding-left: 5px;
        padding-right: 5px;
        margin-left:5px;
        margin-top:0.5px;
    }
    .col-3 {
        margin-top: 0;
        width: 33.333%;
    }
    .footer {
        display: flex;
        flex-wrap:wrap; 
    }
    .footimg1, .footimg2{
        height:auto;
    }
    .gap{
        padding: 20px 0;
    }
        video{
    width:20%;
}
table {
    border-collapse: collapse;
    width: 70%;
  }
}

