@font-face {
	font-family: 'bankgothic';
    src: url('../etc/font/bank_gothic_medium_bt.ttf') format('truetype');
}



html, body{
    font-family: verdana;
    font-size: 18px;
    height: 100%;
    width: 100%;
    margin: 0px;
    background-color: #111;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    overflow: scroll;
}


a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover{
    color: #ff8c00;
}

li{
    margin: 0;
	padding: 16px 0 16px 32px;
	list-style: none;
	background-image: url(../img/listing.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
}

h1, h2, h3{
    font-family: bankgothic;

}

h2{
    margin-top: 50px;
}

p, ul, form{
    margin-bottom: 50px;
}

select{
    font-family: bankgothic;
    font-size: 20px;
    height: 40px;
    width: 100px;
    border-radius: 5px;
    border: solid 1px #aaa;
}

.select-selected{
    color: aqua;
}



input[type=text]{
    font-family: bankgothic;
    font-size: 20px;
    height: 40px;
    width: 300px;
    border-radius: 5px;
    border: solid 1px #aaa;
}

input[type=email]{
    font-family: bankgothic;
    font-size: 20px;
    height: 40px;
    width: 405px;
    border-radius: 5px;
    border: solid 1px #aaa;
}

input:active[type=submit]{
    font-family: bankgothic;
    box-shadow: 0px 2px 0px #111;
    transform: translateY(3px);
}

input:hover[type=submit]{

    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 0.3s;
}

@-webkit-keyframes example {
    0%      {background-image:linear-gradient(120deg, #ffcb8d, #fff, #fff, #fff, #fff, #fff);}
    20%     {background-image:linear-gradient(120deg, #fff, #ffcb8d, #fff, #fff, #fff, #fff);}
    40%     {background-image:linear-gradient(120deg, #fff, #fff, #ffcb8d, #fff, #fff, #fff);}
    60%     {background-image:linear-gradient(120deg, #fff, #fff, #fff, #ffcb8d, #fff, #fff);}
    80%     {background-image:linear-gradient(120deg, #fff, #fff, #fff, #fff, #ffcb8d, #fff);}
    100%    {background-image:linear-gradient(120deg, #fff, #fff, #fff, #fff, #fff, #ffcb8d);}
    
}

@keyframes example {
    0%      {background-image:linear-gradient(120deg, #ffcb8d, #fff, #fff, #fff, #fff, #fff);}
    20%     {background-image:linear-gradient(120deg, #fff, #ffcb8d, #fff, #fff, #fff, #fff);}
    40%     {background-image:linear-gradient(120deg, #fff, #fff, #ffcb8d, #fff, #fff, #fff);}
    60%     {background-image:linear-gradient(120deg, #fff, #fff, #fff, #ffcb8d, #fff, #fff);}
    80%     {background-image:linear-gradient(120deg, #fff, #fff, #fff, #fff, #ffcb8d, #fff);}
    100%    {background-image:linear-gradient(120deg, #fff, #fff, #fff, #fff, #fff, #ffcb8d);}
}

input[type=submit]{
    font-family: bankgothic;
    font-size: 30px;
    border-radius: 5px;
    border: solid 1px #aaa;
    box-shadow: 0px 5px 0px #555;
}

textarea{
    font-family: bankgothic;
    width: 100%;
    height: 500px;
    font-size: 20px;
    border-radius: 5px;
    border: solid 1px #aaa;
}

/* Class */

.menuDiv{
    float: right;
    position: absolute;
    top: 50%;
    right: 0%;
    margin-right: 15%;
    -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: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
    transition: 0.3s;
}

.logo{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 500px;
}

.topbar ctnt{
    height: 100%;
}

.topbar{
    top: 0px;
    position: fixed;
    width: 100%;
    background-image: linear-gradient(180deg, #000c, #000f);
    z-index: 11;
}

.ctnt{
    margin-left: 15%;
    margin-right: 15%;
    display: block;
    overflow: scroll;
    
}

.mobileMenu{
    height: 120%;
    position: fixed;
    top: 0px;
    z-index: 10;
    background-image: linear-gradient(-7deg, #000f, #000d, #000f, #000f);
    width: 0px;
    transition: 0.5s;
    overflow: hidden;
}

.mobileMenu a{
    margin-left: 5%;
    line-height: 3;
    font-size: 20px;
}

.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{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.footer a{
    font-weight: 100;
}

.thumbnail{
    height: 350px;
    border: 4px ridge #fff;
    border-radius: 10px;
}

.fl{
    font-family: bankgothic;
    /* ont-size: 40px; */
    color: #ff8c00;
}

.rentCollum{
    float: left;
    width: 28%;
    margin: 2%;
    display: block;
}

.rentElement{
    float: left;
    margin: 2%;
    padding: 3%;
    border-radius: 5px;
    width: 100%;
    background-image: linear-gradient(0deg, #fff, #ccc, #ddd, #fff);
    color: #000;
    display: block;
    font-size: 14px;
}


/* ID */

#sternchen{
    font-size: 10px;
}

#bg1{
    height: 50%;
    background-image: url(../img/bg/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#bg3{
    height: 50%;
    background-image: url(../img/bg/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#bg4{
    height: 50%;
    background-image: url(../img/bg/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#bg2{
    height: 25%;
    background-image: url(../img/bg/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



/* ------------- */

@media screen and (max-width: 1300px) {

    
    .menuDivM{
        display: block;
        right: 15%;
    }
    
    .menuDiv{
        display: none;
    }
    
            
    .rentCollum{
        margin:0px;
        float: left;
        border-radius: 15px;
        width: 90%;
        border-spacing: 20px;
        color: #000;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    @media screen and (max-width: 790px) {
        
        .rentPicture{
            width: 80%;
        }
        
            
        .menuDivM{
            display: block;
            right: 5%;
        }
        
        .logo{
            width: 75%;
        }

        .ctnt{
            margin-left: 5%;
            margin-right: 5%;
        }
        
        select{
            width: 101%;   
        }
        
        input[type=text]{
            width: 100%;   

        }
        
        input[type=email]{
            width: 100%;   
        }
        
        input[type=submit]{
            width: 100%;   
        }

        textarea{
            width: 100%;   
        }
        
        .thumbnail{
            width: 100%;
            height: auto;
            border: 4px ridge #fff;
            border-radius: 10px;
        }


    }
}
