*{
    margin:0;
    padding:0;
    line-height: 1.6;
    font-size: 18px;
    box-sizing: border-box;
    font-family: gopher, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.main{
    opacity: 0.95;
    position: relative;
    min-height: 100vh;
}

.head{
    display: flex;
    justify-content: space-between;
    margin: 0px 10px;
    align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
}

ul{
    display: flex;
    list-style: none;
}

li{
    padding: 10px;
}

img{max-width: 100%;}

a{
    color: #ffffff;
    text-decoration: none;
}

a:hover{
    color: #ffffff;
}

a.gruen {color: #00a8a2;}
a.gelb {color: #ffcd32;}
a.rot {color: #e62652;}
a.weiss {color: #ffffff;}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

a.red {color: #e62652;}

.red-hover-underline-animation {
  display: inline-block;
  position: relative;
}

.red-hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e62652;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

.red-hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.vid{
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
}

.vid h1{
    color:#ffffff;
    font-size: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.btn{
    color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 0px 20px;
}

.btnweiter{
    color: #ffffff;
    position: absolute;
    bottom: 150px;
}

.video-bg{
    position:absolute;
    z-index: -1;
    top:50%;
    left:50%;
    min-width: 100%;
    min-height: 100%;
    transform:translate(-50%,-50%);
}

.absolute{
    /* position:absolute; */
}

.vid-cover{
    min-width: 100vw;
    min-height: calc(100vh - 60px);
}

.object-cover{
    /* object-fit: cover; */
}

.logo {
    background-image: url('images/logo.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 80px;
    height: 60px;
    margin: 10px 0px 0px 10px;
    position: absolute;
    z-index: 1;
}

.logo a{
    cursor: pointer;
}

.logo:hover {
    background-image: url('images/logo-hover.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100px; 
    height: 60px;
    margin: 10px 0px 0px 10px;
    /* transition: 0.1s; */
}

.row-header {
    background-image: url("images/header/header.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height:20%;
}

/* Die Idee */
.row-dieidee {
    background-color: #00a8a2; /* grün */
    background-image: url("images/gruen.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: calc(100vh - 60px);
}

.dieidee-heading{
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0px 10px 0px;
    color: #ffffff;
    text-align: center;
}

.dieidee-heading h1{
    font-size: 40px;
    text-align: center;
}

.dieidee-members{
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    padding: 20px 0px;
    color: #ffffff;
}

.dieidee-img img{
    max-width: 100%;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.dieidee-img img:hover{
    background-color: teal;
}

/* Mieten Preise */

.row-mieten{
    background-color:#ffcd32;  /* gelb */
    background-image: url("images/gelb.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: calc(100vh - 60px);
}

.mieten-container{
    color: #ffffff;
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0px 10px 0px;
}

.mieten-container h1{
    color: #ffffff;
    font-size: 40px;
    text-align: center;
}

.row-preise{
   /*  background-color: #ffcd32; */
}

.preise-heading{
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0px 10px 0px;
    color:#ffffff;
}

.preise-heading h1{
    font-size: 40px;
    text-align: center;
}

.preise-items{
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    display:flex;
}

.col-full{margin: 0 40px 40px 0; padding: 20px; width: 100%;}

.col-1, .col-2{
    margin: 0 40px 40px 0;
    padding: 20px;
    width: 50%;
}

.col-full h1, .col-1 h1, .col-2 h1{
    font-size: 40px;
    text-align: center;
}

.col-full{
    background-color: #ffffff; /* weiss */
}

.col-1{
    background-color: #00a8a2; /* grün */
}

.col-2{
    background-color: #e62652; /* rot */
}

.row-contact{
    background-color:#e62652; /* rot */
    background-image: url("images/rot.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: calc(100vh - 60px);
}

.contact-heading{
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 10px 0;
}

.contact-heading h1{
    font-size: 40px;
}

.contact-details{
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    display:flex;
    align-items: center;
}

.contact-details h1{
    color:#ffffff;
    text-align:center;
}

/* andere Seiten */

.row-andere{
    background-color:#ffffff;  /* weiss */
    background-image: url("images/weiss.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: calc(100vh - 60px);
    font-size: 15px;
}

.andere-heading{
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 80px 10px 80px;
}

.andere-heading h1{
    font-size: 40px;
    text-align: center;
    margin: 0 0 30px 0;
}

.andere-heading ul{display: block; list-style-type: circle; margin: 0 0 0 35px; padding: 0;}
.andere-heading li{padding: 0px 5px;}

.fa{margin-right: 10px;}

/* .fa:hover{transform: scale(1.66) rotate(15deg); transition: 0.5s; color:#ffffff;} */

.row-footer{background-color: #261116;}

.footer-content{
    display:flex;
    justify-content: space-between;
    margin: 0 10px;
    height: 60px;
    align-items: center;
    color: #ffffff;
}
.copyright p{font-size: 13px; margin-left: 10px;}

.imprint {font-size: 12px;}
.imprint a{font-size: 11px;}
.imprint a:hover{color: #ffcd32;}

.fa-facebook:hover{color: blue; cursor: pointer;}
.fa-twitter:hover{color: lightblue; cursor: pointer;}
.fa-instagram:hover{color: brown; cursor: pointer;}
.fa-smile-o{color:white;}
.fab{font-size: 20px;}

