/* + + + + + + + + + */
/* Main  + + + + + + */
/* + + + + + + + + + */

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: verdana;
    font-size: 16px;
    background-image: linear-gradient(90deg, #ddd, #fff, #ddd);
    background-position: center;
    background-attachment: fixed;
    text-align: justify;
    color: #000;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #ff8c00;
}

/* + + + + + + + + + */
/* Class + + + + + + */
/* + + + + + + + + + */

.topbar{
    height: 150px;
    width: 100%;
    background-image: linear-gradient(0deg, #ffff, #fffc);
    top: 0px;
    position: fixed;
    background-size: cover;
    background-position: center;
    z-index: 2;    
}

.h3{
    margin-bottom: 0px;
}

.ctnt{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 50px;
}

.logo{
    height: 80px;
    margin-top: 10px;
}

.menuBar{
    display: block;
    position: fixed;
    top: 120px;
}

.menuBar a{
    font-size: 17px;
    padding-right: 25px;
    padding-left: 5px;
    border-left: solid 3px #ff8c00;
}


.menuDiv{
    float: right;
    position: absolute;
    top: 50%;
    right: 0%;
    margin-right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.menuDiv a{
    margin-left: 25px;
}

.menuDivM{
    display: none;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.menuDivM div{
    height: 5px;
    width: 50px;
    background-color: #000;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
    transition: 0.3s;
}

.mobileMenu{
    height: 120%;
    position: fixed;
    top: 100px;
    z-index: 1;
    background-image: linear-gradient(24deg, #fff, #fff, #fff, #fff);
    width: 0px;
    transition: 0.5s;
    overflow: hidden;
}

.mobileMenu a{
    margin-left: 2%;
    font-size: 20px;
    padding-left: 5px;
    border-left: solid 3px #ff8c00;
}


.change #b1 {
    -webkit-transform: translate(0px, 12px) rotate(-45deg);
    transform: translate(0px, 12px) rotate(-45deg) ;
}

.change #b2 {
    opacity: 0;
}

.change #b3 {
    -webkit-transform: translate(0px, -11px) rotate(45deg);
    transform:translate(0px, -11px) rotate(45deg) ;
}

.footer{
    width: 100%;
    text-align: center;
    height: 100px;
}

.footer a{
    text-transform: uppercase;
    font-size: 12px;
}

.footer span{
    color: #ff8c00;
}

.videoFrame{
    height: 680px;
}

.videoFrame iframe{
    position: relative;
    width: 100%;
    height: 100%;
}

.videoFrame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.videoFrame iframe,
.videoFrame object,
.videoFrame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.katalog{
    width: 100%;
    padding-bottom: 56.25%;
}

.katalog {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.katalog object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* + + + + + + + + + */
/* Id's  + + + + + + */
/* + + + + + + + + + */


#solarNormal{
    height: 0px;
    display: none;
}

#camper{
    height: 0px;
    display: none;
}

#banner{
    height: 40%;
    background-image: inherit;
    margin: 0px;
    border: solid 0px #000;
    position: relative;
    overflow: hidden;
}

#banner table{
    position: absolute;
    left: -40%;
    border: solid 0px #000;
    border-spacing: 0px;
}

#banner tr, td, tbody{
    border: solid 0px #000;
    border-collapse: collapse;
    border-spacing: 0px;
}

#banner img{
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border: solid 0px #000;
    z-index: 1;
}

#leftBanner{
    width: 33.3333%;
    background-color: inherit;
    transition: 0.5s;
}

#mainBanner{
    width: 33.3333%;
    background-color: inherit;
    transition: 0.5s;
}

#rightBanner{
    width: 33.3333%;
    overflow: hidden;
    background-color: inherit;
    transition: 0.5s;
}

#leftBanner img, #rightBanner img{
    transition: 0.5s;
    opacity: 0.6;
}

#leftBanner img:hover, #rightBanner img:hover{
    opacity: 0.4;
}


@keyframes animateleft { 
  from { left :-33.33%;} to { left: 0;}
}

.animate-left {
  position: relative;
  animation: animateleft 2.5s;
  -webkit-animation: animateleft 2.5s;
  -moz-animation: animateleft 2.5s;
  -ie-animation: animateleft 2.5s;
}

@keyframes animateright { 
  from { left : 33.33%;} to { left: 0;}
}

.animate-right {
  position: relative;
  animation: animateright 2.5s;
  -webkit-animation: animateright 2.5s;
  -moz-animation: animateright 2.5s;
  -ie-animation: animateright 2.5s;
    
}


#ph1{
    height: 150px;
    visibility: visible;
    display: block;
}

/* + + + + + + + + + */
/* Shop    + + + + + */
/* + + + + + + + + + 

.shop{
    width: 100%;
    vertical-align: middle;
    background-color: inherit;
}

.shop td{
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    width: 33.3%;
}

.shop img{
    height: 25%;
}

.shop p{
    font-weight: bold;
}

.preis{
}

.artViewer{
    width: 100%;
}

.artViewer tr{
    vertical-align: top;
}

.artViewer img{
    max-width: 100%;
    max-height: 100%;
}

#artPic{
    width: 70%;
    text-align: center;
}

*/

#iconTable{
    width: 100%;
}

#iconTable p{
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 800;
}

.miniIcon{
    width:  auto;
    text-align: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.2;    
}

#iconTable img{
    transition: 0.5s;
    width: 70%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #aaa;
    margin: 15%;
}

#campericon{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    opacity: 1;

}
#campericon:hover{
    width: 90%;
    border-radius: 5%;
    margin: 0%;
    box-shadow: none;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}



.eilmeldung{
    color: #ff0000;
}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE 10 */
  flex: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.picView{
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    background-color: #000d;
    transition: 0.5s;
    animation-name: zoom;
    animation-duration: 0.6s;
    text-align: center;

}

.picView img{
    max-height: 80%;
    max-width: 90%;  
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#arrowLeft {
    position: absolute;
    top: 50%;
    left: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#arrowLeft:hover,
#arrowLeft:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
    font-size: 50px;
}

#arrowRight {
    position: absolute;
    top: 50%;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#arrowRight:hover,
#arrowRight:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
    font-size: 50px;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

 
#loading{
    transform: scale(0);
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    background-color: #fff;
    transition: 0.5s;
    animation-name: loading;
    animation-duration: 2.5s;
    text-align: center;
}


@keyframes loading {
    0% {
        transform:scale(1);
    }
    90% {
        transform:scale(1);
    }
    100% {
        transform:scale(0);
    }
}

#loadingDiv{
    position: fixed;
    top: 40%;
    transform: translateX(-25px);
    left: 50%;
}

#loadingIcon{
    height: 50px;
    width: 50px;
    animation-name: loadingIcon;
    animation-duration: 1s;
    z-index: 3;
    animation-iteration-count:10;
}

@keyframes loadingIcon {
    0% {transform:rotate(0deg )}
    100% {transform:rotate(360deg )}
    
}

/* + + + + + + + + + */
/* Mobile  + + + + + */
/* + + + + + + + + + */

@media screen and (max-width: 1600px) {
    
    .menuDivM{
        display: block;
        right: 21%;
    }
    
    .menuBar{
        display: none;
    }

    .topbar{
        height: auto;
    }

    .logo{
        height: 80px;
        top: 5px;
    }
    
    #placeholder1{
        height: 200px;
    }
       
    #placeholder2{
        height: 100px;
    }
    
    .mobileMenu a{
        margin-left: 20%;
        margin-bottom: 20px;
        width: 100%;
        float: left;

    }

   
        
    @media screen and (max-width: 750px) {
        .ctnt{
            margin: 2%;
        }
        
        .picView img{
            max-height: 80%;
            max-width: 100%;
        }
        
        .menuDivM{
            display: block;
            position: absolute;
            right: 0%;
        }
        
        #pic1{
            height: 50px;
        }
        
        .logo{
            height: auto;
            width: 50%;
        }
        
        .mobileMenu a{
            margin-left: 2%;
            float: left;
        }
        
        .footer{
            height: auto;
        }
    }
}