/* BASIC */

body{
    margin:0;
    padding:0;
    overflow-x: hidden;
}

.page{
    width:100%;
    height:auto;
    background-color:white;
}

header{
    width:100%;
    height:250px;
    background-image:url(../images/cc_header.jpg);
    background-size:cover;
    background-position:center;
}

.content-container{
    width:40%;
    height:auto;
    padding:20px 30%;
}

.section-fullpage{
    width:100%;
    height:auto;
    float:left;
    display:block;
    clear:right;
}

.section-halfpage-right{
    width:50%;
    float:right;
    display:block;
}

.section-halfpage-left{
    width:50%;
    float:left;
    display:block;
}

.halfpage-text{
    padding:10px 30px;
}

.brown{
    background-color:#ffeee5;
}

.centered{
    text-align:center;
}

.flipped{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.edit-form ul, .edit-ul{
    list-style:none;
    font-family:roboto;
}

.edit-form ul li, .edit-ul li{
    line-height:25px
}


/* BUTTONS */

button{
    /* CTA */
    padding: 15px;
    font-family:Courgette;
    background-color:#f47920;
    color:#fff;
    font-size:1.2em;
    cursor:pointer;
    border:none;
}


button:hover{
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    border:none:
}

input[type="submit"]{
    /* CTA */
    padding: 5px 10px; 
    font-family:roboto condensed; 
    background-color:#f47920; 
    color:#fff;   
    font-size:1.2em; 
    cursor:pointer; 
    border:none;
}

input[type="submit"]:hover{
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    border:none;
}

input[type="button"]{
    padding: 1px 15px;
    font-family:Courgette;
    background-color:transparent;
    color:#fff;
    font-size:1.2em;
    cursor:pointer;
    border:solid;
    border-width:2px;
    border-color:#fff;
    border-radius:20px;
}

input[type="button"]:hover{
    background-color:#f47920;
}

/* MENU / HEADER / NAV */

.logo{
	background-image:url(../images/logo_large.png); 
	background-size:contain;
	background-repeat:no-repeat;
	width:165px; 
	height:110px;	
	float:left;
	position:absolute;
	margin:10px;
	display:block;
}

.header-logo{
	background-image:url(../images/logo_large.png); 
	background-size:contain;
	background-repeat:no-repeat;
	width:165px; 
	height:110px;	
	float:left;
	margin:10px;
}

.upper-menu{
    position:fixed;
    float:right;
    right:0;
    z-index:10;
    height:50px;
    min-width:60%;
    border-bottom-left-radius:50px;
    overflow:hidden;
    background: #552100; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#804000, #4d2600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#804000, #4d2600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#804000, #4d2600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#804000, #4d2600); /* Standard syntax */
}


nav{
    width:100%;
    height:30px;
    float:right;
    position:absolute;
    margin:210px 5px 0 0;
}

nav ul{
    list-style:none;
    padding:0;
    margin:0;
}

nav ul li{
    float:right;
    position:relative;
    display:block;
    margin-left:30px;
    margin-right:10px;
}

nav ul li a{
    display:block;
    padding:3px 20px;
    color:#fff;
    font-size:1.2em;
    text-decoration:none;
    font-family:sans-serif;
    border:solid;
    border-width:1px;
    border-color:transparent;
    font-family:roboto condensed;
    text-shadow: 0 0 5px #000
}

nav ul li a:hover{
    border:solid;
    border-width:1px;
}

nav .active {
    border:solid;
    border-width:1px;
}

.button-boka, .button-call{
    float:left;
    margin-left:30px;
    margin-top:10px;
}

.upper-menu-phone{
    float:left;
    margin-left:20px;
}

.upper-menu-phone p{
    color:#fff;
    font-family:roboto;
}

.icon{
    height:36px;
    width:36px;
    margin:7px 10px;
    float:right;
}

.dropdown{
    display: none;
    position: absolute;
    background-color: #552100;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    opacity:0.99;
}

.dropdown a{
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:0.9em;
}

.dropdown a:hover{
    background-color:#804000;
    border-color:#804000;
}

.dropdown-container:hover .dropdown{
    display:block;
    z-index:2; /* Stops the blog post overlay from interfering with dropdowns */
}

#icon-fb{
    background-image:url(../images/icon_fb.png);
    background-repeat:no-repeat;
    background-size: contain;
}

#icon-fb:hover{
    background-image:url(../images/icon_fb_tilted.png);
    background-size: contain;
}

#icon-in{
    background-image:url(../images/icon_in.png);
    background-repeat:no-repeat;
    background-size: contain;
}

#icon-in:hover{
    background-image:url(../images/icon_in_tilted.png);
    background-size: contain;
}

#icon-insta{
    background-image:url(../images/icon_insta.png);
    background-repeat:no-repeat;
    background-size: contain;
}

#icon-insta:hover{
    background-image:url(../images/icon_insta_tilted.png);
    background-size: contain;
}

#icon-dk{
    height:25px;
    width:66px;
    margin:13px 10px;
    float:right;
    background-image:url(../images/icon_dk.png);
    background-repeat:no-repeat;
    background-size: contain;
    display:none;
}

#icon-dk:hover{
    background-image:url(../images/icon_dk_tilted.png);
    background-size: contain;
}

/* ADMIN MENU */

.admin-menu{
    width:200px;
    height:auto;
    position:fixed;
    background-color:#00cc00;
    border:solid;
    border-width:2px;
    border-color:#fff;
    z-index:5000000;
    border-bottom-right-radius:30px;
}

.admin-menu ul{
    list-style:none;
    color:#fff;
}

.admin-menu a{
    color:#fff;
}

.login-box{
    width:auto;
    margin:15% 35%;
}

.login-box ul{
    list-style:none;
    line-height:10px;
}

.login-box li{
    margin:10px 0;
}

/* FOOTER */

footer{
    width:100%;
    height:200px;
    margin: 20px 0 0 0;
    background-color:#552100;
    clear:both;
}

.bottom-footer{
    width:100%;
    height: auto;
    padding:10px;
    text-align:center;
    background-color:#4d1a00;
    color:#fff;
    font-family:roboto;
    border:none;
}

.footer-ccman{
    width:80px;
    height:180px;
    margin:10px 0 0 10px;
    background-image:url(../images/ccman_white.png);
    background-repeat:no-repeat;
    float:left;
}

.footer-adress ul{
    list-style:none;
    line-height:4px;
    float:left;
}

.footer-adress ul li h2, .footer-adress h3{
    color:#fff;
    font-family:roboto condensed;
}

.footer-menu{
    width:auto;
    height:auto;
    float:right;
    margin:0 50px 0 0;
    line-height:25px;
}

.footer-menu ul{
    list-style:none;
}

.footer-menu ul li a{
    text-decoration:none; 
    color:#fff; 
    font-family:roboto; 
}

.footer-menu ul li a:hover{
    text-decoration:none; 
    color:#e6e6e6; 
    font-family:roboto; 
}

.footer-menu h4{
    color:#fff;
    font-family:roboto;
    margin:0;
}

.footer-social-icons{
    width:36px;
    height:200px;
    float:right;
    margin-right:30px;
}

.icon-footer{
    height:36px;
    width:36px;
    margin-top:20px;
}
/* FORMS */

input[type="text"], input[type="password"]{
    padding: 10px 10px;
    width:220px;
    font-family:roboto;
}

textarea{
    padding: 10px 10px;
    width:320px;
    height:170px;
    min-width:320px;
    max-width:320px;
    min-height:170px;
    max-height:300px;
    font-family:Roboto, sans-serif;
    color:#404040;
}

select{
    padding: 10px 10px;
    width:220px;
    font-family:roboto; 
    margin-bottom:10px;
}

/* PAGE CONTACT */

.contacts-container{
    margin:0 auto 0 20%;
    padding-top:10px;
}

.contacts{
    margin: 30px auto;
    width:auto;
    height:110px;
}

.contacts .text{
    float:left;
    margin-left:15px;
}

.text ul{
    list-style:none;
    font-family:roboto;
    margin-left:-40px;
}

.contacts .pic{
    width:110px;
    height:110px;
    float:left;
    border-radius:60px;
    background-position: center;
    background-size: cover;
}

.contacts #pic-one{
    background-image:url(../images/johannes2.jpg);
}

.contacts #pic-two{
    background-image:url(../images/filip.jpg);
}

.contacts #pic-three{
    background-image:url(../images/ximon16x9.png);
}

.contacts #pic-four{
    background-image:url(../images/coffeecow.jpg);
}

.contact-form{
    width:60%;
    margin: 40px 0 20px 0;
}

.contact-form ul{
    list-style:none;
    font-family:roboto;
}

.contact-form input, textarea{
    margin-bottom:10px;
}

/* PAGE ABOUT */

.about-list-container{
    margin: 30px auto;
    width:50%;
    height:auto;
    overflow:hidden;
}

.about-list{
    float:left;
}

.about-list-text-container{
    margin-left:10px;
    float:left;
    list-style:none;
}

.about-list-text-container h1{
    color:#000;
    font-family:Courgette;
}

.bean{
    width:80px;
    height:80px;
    float:left;
    border-radius:60px;
    background-image:url(../images/johannes2.jpg);
}

.about-ccman{
    width:100%;
    height:400px;
    margin-top:20px;
    background-image:url(../images/about_ccman.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.instagram_feed{
    width:90%;
    margin-top:30px;
}

.about-image{
    width:350px;
    height:350px;
    border-radius:250px;
    margin:20px auto;
    background-size:contain;
}

#about-image-johannes{
    background-image:url(../images/johannes_marlov_coffeecow.jpg);
}

#about-image-bike{
    background-image:url(../images/cc_cykel.JPG);
}


/* PAGE INDEX */

.header-index{
    width:100%;
    height:100%;
    background-image:url(../images/cc_background.jpg);
    background-size:cover;
}

.header-index nav{
    margin:60px 5px 0 0;
}

.index-cta-container-master{
    width:80%;
    height:auto;
    margin:300px auto 0 auto;
    float:left;
}

.index-cta-container{
    min-width:200px;
    width:31%;
    margin:0 1%;
    float:left;
    min-height:250px;
    background-color:#fff;
    text-align:center;
    border-radius:20px;
    word-wrap: break-word;
}

.index-quote-container{
    min-height:200px;
}

.index-quote-image{
    width:200px;
    height:200px;
    background-image:url(../images/klas_bringert.jpg);
    background-size:contain;
    border-radius:200px;
    margin:0 20px 0 150px;
    float:left;
}

.quote, .quote-author{
    font-size:1.6em;
}

.quote{
    padding-top:2%;
    margin-right:30px;
}

.quote-author{
    font-size:1.2em;
    font-style:italic;
}

.index-quote-background h4{
 
}


/* SERVICES */

.services-menu{
    width:80%;
    height:50px;
    margin-left:10%;
    float:left;
    border-radius:0 0 50px 50px;
    background: #552100; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#804000, #4d2600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#804000, #4d2600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#804000, #4d2600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#804000, #4d2600); /* Standard syntax */
}

.services-menu ul{
    list-style:none;
}

.services-menu ul li{
    color:#ccc;
    font-size:1.2em;
}

.services-menu ul li a{
    width:20%;
    float:left;
    display:block;
    font-family:roboto condensed;
    text-align:center;
    text-decoration:none;
    color:#e6e6e6;
}

.services-menu ul li a:hover{
    color:#fff;
}

.services-menu-line{
    width:6.5%;
    float:left;
    display:block;
    font-family:roboto condensed;
    text-align:center;
}

.services-menu .active{
    text-decoration:underline;
}

.services-menu .active:hover{
    color:#e6e6e6;
}

.services-list-container{
    margin: 30px auto;
    width:600px;
    height:auto;
    overflow:hidden;
}

.services-list-text-container{
    width:430px;
    height:auto;
    float:left;
    list-style:none;
    padding:10px;
}

.services-list-text-container h2{
    color:#000;
    font-family:roboto;
    margin:0;
}

.services-list-container .pic{
    width:150px;
    height:150px;
    float:left;
    border-radius:100px;
}

#pic-complete{
    background-image:url(../images/pic-complete.png);
}

#pic-catering{
    background-image:url(../images/pic-catering.png);
}

#pic-rent{
    background-image:url(../images/pic-rent.png);
}

#pic-festival{
    background-image:url(../images/pic-festival.png);
}

/* PAGE CATERING, RENT & FESTIVAL */

.case-container{
    float:left;
}

.case-image{
    width:250px;
    height:250px;
    border-radius:250px;
    margin:20px auto;
    background-size:contain;
}

#case-image-festival{
    background-image:url(../images/logo_roskilde.png);
}

#case-image-tim{
    background-image:url(../images/logo_tim.png);
}

#case-image-catering{
    background-image:url(../images/logo_mtr.png);
}

#case-image-johannes{
    background-image:url(../images/johannes2.jpg);
}


/* PAGE BOOK */

.book-form{
    width:40%;
    margin: 0 auto;
}
    
.book-form ul{
    list-style:none;
    font-family:roboto;
    padding-left:0;
}

.book-form input, textarea{
    margin-bottom:10px;
}

/* MOBILE */

.button-call, .phone-tel{
    display:none;
}

#mobile-menu-button, .mobile-menu{
    display:none;
}

/* PAGE BLOG */

.blog-menu-container{
    height:auto;
    width:25%;
    float:left;
    margin-left:5%;
}

.blog-menu{
    background-color:#552100;
    padding:10px;
    margin:0 20px;
}

.blog-menu-container ul{
    list-style:none;
}

.blog-menu-container ul li a{
    color:#fff;
    text-decoration:none;
}

.blog-menu-container ul li a:hover{
    color:#e6e6e6;
}

.blog-menu h1, .blog-menu p{
    color:#fff;
    text-align:center;
}

.blog-menu ul li a{
    font-family:roboto;
}

.blog-post-container{
    width:65%;
    float:right;
    margin:20px 20px 20px 0;
}

.blog-post-text{
    margin-top:20px;
    height:200px;
    overflow:hidden;
}

.blog-fade-overlay{
    background: linear-gradient(transparent, white);
    height:210px;
    width:100%;
    overflow:hidden;
    margin:10px 10px 10px 210px;
    position:absolute;
    z-index:1;
}

.blog-post-pic{
    width:200px;
    height:200px;
    float:left;
    margin:20px 10px 0 10px;
    overflow:hidden;
    clear:both;
}

.blog-image{
    max-height:100%;
}

.blog-anti-link{
    text-decoration:none;
}

.blog-post-text h2, .blog-post-text .date{
    margin:0;
}

.blog-article-text{
    width:70%;
    margin:0 auto;
}

.blog-article-pic{
    width:100%;
    height:50%;
    overflow:hidden;
}

.blog-write ul{
    list-style:none;
    font-family:roboto;
}

/* PAGE QUIZ */

.quiz{
    background-color:#552100;
    height:100%;
    padding-bottom:100px;
    margin-bottom:-30px;
}

